.header .navbar-nav {
    justify-content: flex-end;
}
.header .navbar-nav .nav-item {
    flex: initial;
}
.header .navbar-nav .nav-item .nav-link {
    padding: 0 16px !important;
}
.header .navbar-nav .nav-item.cidade a {
    padding: 0 16px;
}
.header .navbar-nav .nav-item.cidade a {
    text-transform: uppercase;
    font-family: NexaBold;
    font-size: 1.125rem;
    line-height: 1;
    color: #000;
    text-align: center;
    position: relative;
    display: table;
    text-wrap: nowrap;
}
.header .navbar-nav .nav-item .nav-link:after {
    display: block;
    content: "";
    width: 50%;
    height: 2px;
    background: #828282;
    top: 2px;
    margin: 0;
}
.button-effect.button-effect-blue {
    border-color: #000;
    color: #000;
}
.button-effect.button-effect-blue:after {
    border: 7px solid #000;
}
.button-effect.button-effect-blue:hover {
    box-shadow: 0 0 15px #000;
}
.button-effect.button-effect-blue:hover:after {
    background: #000;
}
.cidade .dropdown-menu {
    background: #000;
}
#vitrineTop .owl-dots {
    position: absolute;
    bottom: 10px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 50px;
    padding: 5px 10px;
    display: flex;
    left: calc(50% - 55px);
}
#vitrineTop .owl-nav {
    display: none;
}
#vitrineTop .owl-dots button {
    height: 20px;
    width: 20px;
    border: 2px solid #000;
    border-radius: 100%;
    margin: 0 5px;
}
#vitrineTop .owl-dots button.active,
#vitrineTop .owl-dots button:hover{
    background-color: #000;
}
.encontre .box {
    width: 660px;
    margin-inline: 30px;
    height: 90px;
    background: #000;
    border-radius: 100px;
    padding: 30px;
    margin-top: 18px;
    box-shadow: rgba(0,0,0,0.5) 0 5px 10px;
    display: flex
;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.button-effect {
    font-weight: 600;
    text-wrap: nowrap;
    font-size: 1.125rem;
    color: var(--color-white);
    border-radius: 250px;
    border: 2px solid var(--color-white);
    padding: 12px 48px 10px 12px;
    line-height: 1;
    position: relative;
    transition: all ease-out .6s;
    margin: 0 !important;
    margin-left: 15px !important;
}
.encontre .box h2 {
    margin: 0;
}
.section-conheca__car-img {
    max-height: 300px;
}
.section-conheca {
    background: url(img/2025/bg-sobre.png) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 0 0 64px;
}
.box-sobre {
    border: 1px solid #D9D9D9;
    border-radius: 30px;
    padding: 20px 30px 5px;
}
.box-sobre .section-conheca__text {
    font-size: 16px;
}
.section-conheca__title {
    color: #000;
}
.section-planos {
    padding: 0 0 48px;
    background: transparent;
}
.section-planos__title {
    color: #000;
}
.section-planos__title:after {
    content: "";
    display: block;
    height: .25rem;
    width: 3rem;
    margin: .25rem auto 0;
    background-color: #828282;
    border-radius: 15px;
}
.card-car {
    padding: 25px 15px;
}
.card-car__img-wrapper {
    height: 6rem;
    margin-bottom: 20px;
}
.card-car__small-text, .card-car__price small {
    font-size: 0.8rem;
}
.card-car__title {
    font-size: 1.375rem;
}
.card-car__price {
    font-size: 2.575rem;
}
.color-light-blue-2 {
    color: #000;
}
.beneficios__timeline-item.left {
    border-right: 3px solid #000;
}
.button-primary {
    background-color: #000;
    border: 1px solid #000;
}
.button-primary:hover {
    background-color: transparent;
    border: 1px solid #000;
    color: #000;
}
section.faq h2 {
    color: #000;
}
section.faq h2,
section.faq button.btn.btn-link{
    color: #000;
}
section.faq button.btn.btn-link {
    text-decoration: none;
}
section.faq #accordion .card-header button:after {
    content: "" !important;
    background: url(img/2025/down.svg) no-repeat;
    display: block;
    width: 23px;
    height: 16px;
    top: 33px;
}
.footer {
    padding: 36px 0 72px;
    background-color: #000;
}
.btn-scroll-top {
    position: absolute;
    right: 0;
    top: -33px;
    width: 45px;
    height: 45px;
    background: #000;
    border: 3px solid #fff;
}
section.instagram h2 {
    color: #000;
}
#vitrineTop .owl-dots {
    bottom: 5px;
    padding: 3px 5px;
    left: calc(50% - 40px);
}
#vitrineTop .owl-dots button {
    height: 15px;
    width: 15px;
    margin: 0 4px;
}
.section-a-revo__title,
.section-como-funciona h4{
    color: #000;
}
.section-a-revo__title.underlined:after {
    background: #828282;
}
section.contato {
    background: url(img/2025/bg-contato.png);
    background-size: cover;
    background-position: center;
}
section.contato h2,
section.contato h4,
section.contato p {
    color: #000;
}
section.contato button {
    background: #000;
}
section.contato button:hover {
    background: #828282;
}

.card-inner-simulation {
    transform: translateY(-30px);
}
.steps-bar {
    border: 2px solid #000;
}
.steps-bar__item {
    color: #000;
}
.color-secondary-2 {
    color: #828282;
}
.button-secondary-2 {
    background-color: #000;
}
.button-secondary-2>hover {
    background-color: #828282;
}
.color-light-blue {
    color: #000;
}
.vantages-list {
    background-color: #000;
}
.custom-rounded-select+.select2 .select2-selection--single .select2-selection__rendered {
    color: #000;
}
.button-rounded-white:hover {
    box-shadow: 0 0 8px #000;
    transition: all .3s;
}
.button-rounded-white {
    color: #000;
}
.portal-de-privacidade a.item {
    color: #000;
}
.portal-de-privacidade a.item:hover {
    background: #000;
}

@media (max-width: 767px) {
    .encontre .box {
        width: calc(100% - 15px);
        height: 111px;
        padding: 15px 10px;
        margin-inline: 0;
        flex-direction: column;
    }
    .encontre .box h2 {
        margin-bottom: 10px;
    }
    .box-sobre {
        padding: 20px 15px 5px;
    }
    .btn-search a {
        background: #000;
        border: 3px solid #fff;
    }
    .menu-mobile {
        background: #000;
    }
    .header .navbar-collapse {
        background: #828282;
    }
}















