* {
    margin: 0;
    padding: 0;
}


.ajust {
    width: 99% !important;
}

.black {
    color: black !important;
}

.braco {
    color: white !important;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.owl-theme .owl-nav {
    display: none !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #66387f !important;
}

@media (max-width: 992px) {
    .ajust {
        width: 96% !important;
    }
}