﻿/* AC0382 */
:root {
    --acTextoForte: #0f172a;
    --acTextoClaro: #f8fafc;
    --acTextoMedio: #334155;
    --acTextoMedio2: #475569;
    --acTextoSec: #64748b;
    --acTextoSec2: #cbd5e1;
    --acTextoTer: #94a3b8;
    --acBordaClara: #e5e7eb;
    --acBordaEscura: #2b2f37;
    --acCardEscuro: #18181b;
    --acCampoEscuro: #0f1117;
    --acBordaCampo: #343946;
    --acLogoProporcao: 340 / 90;
}

.header-top {
    height: 30px;
    padding-top: 4px;
    color: var(--headerColor) !important;
    font-size: 15px;
}

.site-header {
    height: 90px;
    padding: 0 0 15px;
    width: 100%;
    position: relative;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 999;
    -webkit-transition: all 0.3s ease 0.2s;
    -moz-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.1s;
    box-shadow: 0 1px 0 rgb(0 0 0 / 5%);
}

.site-logo {
    float: left;
    -webkit-transition: all 0.3s ease 0.2s;
    -moz-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.1s;
}

.site-logo img {
    max-width: 380px;
    max-height: 130px;
    -webkit-transition: max-height 0.1s linear 0s;
    -moz-transition: max-height 0.1s linear 0s;
    -o-transition: max-height 0.1s linear 0s;
    transition: max-height 0.1s linear 0s;
}

.carouselLoopWrapper73 {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    width: 100%;
    user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    cursor: grab;
}

    .carouselLoopWrapper73::-webkit-scrollbar {
        display: none;
    }

.carouselCard73 {
    background-color: #f7f7f7;
    flex: 0 0 25%;
    box-sizing: border-box;
    border-radius: 100px 0;
    min-height: 467px;
    text-align: center;
    margin: 10px;
    padding: 25px;
}

    .carouselCard73 img {
        border-radius: 50px !important;
        pointer-events: none;
    }

@media only screen and (max-width: 767px) {
    .carouselCard73 {
        flex: 0 0 90%;
        margin: 0 5%;
    }
}







.navbar {
    margin-bottom: 0;
    min-height: inherit;
    position: relative;
    z-index: 3;
    -webkit-border-radius: 0;
    border-radius: 0;
    height: 52px;
    color: #777;
    -webkit-transition: all 0.3s ease 0.2s;
    -moz-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.1s;
    float: right;
    border: 0px;
    --bs-navbar-padding-y: 0;
}

.main-navigation {
    height: 90px;
    right: 0px;
    z-index: 10;
    margin-right: 0;
    text-align: center;
}

.main-navigation > ul {
    margin: 0;
    list-style-type: none
}

.main-navigation > ul > li {
    font-weight: 400;
    font-size: 15px;
    position: relative;
    display: inline-block;
    float: left;
}

.main-navigation > ul > li > a {
    display: block;
    line-height: 90px;
    text-transform: uppercase;
    padding: 0 14px;
    font-weight: 600;
}

.main-navigation > ul > li:last-child > a:before, .main-navigation > ul > li:last-child > a:after {
    display: none;
}

.main-navigation > ul > li > a:hover {
    text-decoration: none
}

.accordion-button:focus {
    box-shadow: none;
}

.linksLogo .box-links a:hover {
    box-shadow: 0 3px 16px 2px #c6c6c6 !important;
}

.linksLogo .box-links a {
    width: 97px !important;
    height: 73px !important;
    padding: 6px 10px !important;
}

.linksLogo .box-links a:first-child {
    margin: 0 5px;
}

.box-links-home a:first-child {
    margin-top: 10px!important;
}

#menu-toggle {
    float: right;
    font-size: 20px;
    margin-top: 7px;
    color: #333
}

#menu-toggle i {
    line-height: 30px
}

a, article, b, body, center, div, footer, h1, h2, h3, h4, h5, header, html, i, iframe, img, label, li, nav, ol, p, section, small, span, strong, table, tbody, td, th, thead, tr, ul {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%
}

article, footer, header, nav, section {
    display: block
}

ol, ul {
    list-style: none
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

select {
    appearance: auto !important;
    -webkit-appearance: auto !important;
    background-image: none !important;
}

* {
    box-sizing: border-box;
    outline: 0
}

iframe {
    border: 0
}

body, html {
    height: 100%
}

html {
    width: 100%;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

a {
    color: #5e5e5e;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all .3s ease .2s;
    -moz-transition: all .3s ease .2s;
    -o-transition: all .3s ease .2s;
    transition: all .3s ease .1s
}

a:hover {
    text-decoration: none
}

a:active, a:focus, a:hover {
    outline: 0;
    text-decoration: none;
    color: #666
}

a img {
    border: none
}

a > img {
    vertical-align: middle
}

img {
    max-width: 100%;
    height: auto
}

strong {
    font-weight: 700
}

i {
    font-style: italic
}

input::placeholder {
    color: #c0c0c0!important;
    opacity: 1;
}

.text-align-center {
    text-align: center
}

::-webkit-input-placeholder {
    color: #999
}

:-moz-placeholder {
    color: #999
}

::-moz-placeholder {
    color: #999
}

:-ms-input-placeholder {
    color: #999
}

h1, h2, h3, h4, h5 {
    margin: 0 0 15px 0;
    color: #333;
    font-weight: 400;
    line-height: 1.5em
}

h1 {
    font-size: 36px
}

h2 {
    font-size: 30px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Roboto',sans-serif
}

h5 {
    font-size: 14px;
    font-family: Roboto,sans-serif
}

h1 a {
    color: #333;
    text-decoration: none
}

p {
    margin: 0 0 18px 0
}

ul {
    margin: 10px 0 10px 20px;
    list-style-type: disc
}

ol {
    margin: 10px 0 10px 30px;
    list-style-type: decimal
}

.margin-40 {
    margin-bottom: 40px !important
}

a:focus, .btn:focus, .btn:active:focus {
    outline: none;
    outline-offset: -2px;
}

.btn-default:active,
.btn-primary:active,
.btn-success:active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn:active {
    background-image: none;
    box-shadow: none;
}

.btn-default {
    text-shadow: 0 1px 0 #fff;
    background-image: none;
    filter: none;
    background-repeat: repeat-x;
    background-color: #fff;
    border-color: transparent;
}

.btn-default:hover,
.btn-default:focus {
    background-color: #eee;
    border-color: transparent;
    color: #222;
}

.btn-default:active {
    background-color: #eee;
    border-color: #ccc;
    color: #222 !important;
}

.btn-default:disabled {
    background-color: none;
    border-color: #e8e8e8;
    background-image: none;
}

.btn-primary {
    border-color: #2b669a;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #2d6ca2;
    border-color: transparent;
}

.btn-primary:active {
    background-color: #2d6ca2;
    border-color: transparent;
}

.btn-primary:disabled {
    background-color: #2d6ca2;
}

.btn-success {
    border-color: #3e8f3e;
}

.btn-success:hover,
.btn-success:focus {
    background-color: #419641;
    border-color: transparent;
}

.btn-success:active {
    background-color: #419641;
    border-color: transparent;
}

.btn-success:disabled {
    background-color: #419641;
}

.btn-default,
.btn-primary,
.btn-success {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-transition: all 0.3s ease 0.2s;
    -moz-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.1s;
    text-shadow: none;
    border-width: 0;
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-transform: uppercase;
    letter-spacing: .07em;
    line-height: 1.66857143;
    font-weight: 700;
    color: rgba(255,255,255,.9);
    position: relative;
    font-size: 14px;
    border: 1px solid transparent;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-family: 'Roboto Condensed', sans-serif;
}

.btn-default {
    color: #999;
    text-transform: none;
    font-weight: 400;
    border: 1px solid #ccc;
    letter-spacing: 0;
    font-family: 'Roboto', sans-serif;
}

.btn-default:hover, .btn-default:focus, .btn-default:active {
    border: 1px solid #ccc;
    color: #666;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background-color: #e8e8e8;
}

.modoNoturno .bt-header {
    background: #101010;
    padding: 20px 0;
}

.modoNoturno h4,
.modoNoturno .contentDefault h3,
.modoNoturno .titleFiltroLogoMarca,
.modoNoturno .listing-header span,
.modoNoturno .listing-header h1,
.modoNoturno .listing-header strong {
    color: #cfcfcf !important;
}

.modoNoturno .veiculosHome .results-grid-view .result-item2 {
    box-shadow: 0 3px 16px 2px #080808 !important;
}

.modoNoturno .veiculosHome .results-grid-view .result-item-in, .modoNoturno .results-grid-view .result-item-cont {
    background-color: #141414
}

.modoNoturno .linksLogo {
    background-color: #0a0a0a!important;
}

.modoNoturno .listing-header {
    border-bottom: 1px solid #292929;
}

.modoNoturno .boxEndereco {
    background-color: #232323;
    color: #dbdbdb;
}

.modoNoturno .veiculo-detalhes .precoVeiculo {
    background-color: var(--acCardEscuro);
    color: #d9d9d9 !important;
}

.modoNoturno .contentEstoque .results-grid-view .result-item {
    border: 1px solid #0a0a0a;
    background: #141414;
}

.modoNoturno .contentEstoque .search-filters .accordion-button {
    background-color: #1a1a1a;
    color: #dddddd;
}

.modoNoturno .accordion-item {
    border-bottom: 1px solid #1c1c1c;
}

.modoNoturno
.formPropostaVeiculo,
.modoNoturno .veiculo-detalhes .telefone-loja,
.modoNoturno .accordion-item {
    background-color: #1a1a1a;
    color: #cbcbcb;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.modoNoturno .form-control,
.modoNoturno .textarea {
    background-color: #bdbdbd !important;
    border-color: #3b3b3b !important;
    box-shadow: none !important;
}

.modoNoturno .content {
    background-color: #101010;
}

.modoNoturno .contentDefault {
    background-color: #101010;
}

.modoNoturno .mapaHome {
    border-top: 8px solid #000000 !important;
}


.toast {
    position: relative;
    margin: 10px;
    padding: 10px;
    background-color: #333;
    color: white;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transform: translateY(-50px);
    opacity: 0;
    transition: opacity 1s, transform 1s;
}

.toast .toast-title {
    font-weight: bold;
}

.toast .toast-close-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    background: none;
    border: none;
    color: white;
    font-size: 20px;
    cursor: pointer;
}

.toast.success {
    background-color: #4CAF50;
}

.toast.error {
    background-color: #F44336;
}

input.error, select.error, textarea.error {
    background-color: #ffebef !important;
    color: #480000 !important;
    border: 1px solid red !important;
}

label.error {
    display: none !important;
}

.list-group {
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}

.accordion {
    margin-bottom: 0;
}

.accordion {
    border: 1px solid #ddd;
}

.progress {
    margin-bottom: 15px;
    height: 20px;
    border-radius: 3px;
    overflow: visible;
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    background-color: #eaeaea;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;
    position: relative;
    border-radius: 3px;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.form-control {
    padding: 7px 11px;
    color: #777;
    margin-bottom: 9px;
}

.telefoneMenuHeader {
    position: relative;
    list-style-type: none;
}

.telefoneMenuHeader a {
    text-decoration: none;
    color: inherit;
    display: flex;
    align-items: center;
}

.telefoneMenu {
    padding: 10px 15px;
    border-radius: 17px;
}

.dropdown-arrow {
    margin-left: 5px;
    transition: transform 0.3s ease; /* AC0101 */
}

.telefoneMenuHeader .dropdown {
    display: none;
    position: absolute;
    right: 14px;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 4px;
    list-style: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 999;
    min-width: 185px;
    margin-top: -16px;
}

.telefoneMenuHeader .dropdown li {
    padding: 8px 28px;
    cursor: pointer;
    color: #333;
    text-align: left;
    white-space: nowrap;
    font-weight: 600;
    border-bottom: 1px solid #efefef;
}

.telefoneMenuHeader .dropdown li:hover {
    background-color: #f0f0f0;
}

.veiculo-detalhes .telefone-loja .telefone li {
    padding-bottom: 5px;
}

.accordion-item {
    border: none;
    border-bottom: 1px solid #CCC;
    border-radius: 0 !important;
}

.input-lg {
    font-size: 15px;
}

.list-group {
    list-style-type: none;
    margin: 20px 0;
}

.checkbox-inline {
    font-size: 13px;
    line-height: 1.5em;
    color: #999
}

.dropdown-menu > li > a {
    font-size: 13px;
    color: #666;
}

.list-group .badge {
    margin-top: 3px;
}

.badge {
    background: #999;
}

.form-control {
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.075);
}

.btn-group {
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.075);
}

.list-group-item a {
    color: #5e5e5e;
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 400;
    color: #999
}

.banner-home {
    width: 100%;
    height: 540px;
    position: relative;
    overflow: hidden;
}

.banner-home .swiper-wrapper {
    display: flex;
    z-index:5;
}

.banner-home .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

    .banner-home .swiper-image {
        max-width: 100%;
        min-height: 540px;
        height: auto;
        object-fit: cover;
    }

.additional-images-swiper {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.additional-images-swiper .swiper-wrapper {
    display: flex;
}

.additional-images-swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-shrink: 0;
}

.swiper-image {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

.boxEndereco {
    background-color: #f7f7f7;
    padding: 10px 10px 20px 10px;
    text-align: center;
    border-radius: 10px
}

.boxEndereco .titleEndereco {
    border-bottom: 1px dashed #dedede;
    padding: 10px 0;
    margin: 0 25px 20px;
    font-size: 16px
}

.swiper-gallery-stock .chevron {
    align-items: center;
    background: linear-gradient(90deg,#eee 80%,hsla(0,0%,100%,0));
    bottom: 0;
    display: flex;
    justify-content: center;
    left: -10px;
    position: absolute;
    top: 0;
    width: 60px;
    z-index: 3;
}

.swiper-gallery-stock {
    overflow: hidden;
    width: 100%;
    position: relative;
    padding: 0 70px;
}

.swiper-gallery-stock .chevron.chevron-right {
    background: linear-gradient(270deg,#eee 80%,hsla(0,0%,100%,0));
    left: auto;
    right: -10px;
}

.swiper-gallery-stock .chevron.chevron-right svg {
    transform: rotate(180deg);
}

.linkslogoVeiculos {
    width: 100% !important;
    padding: 20px 0 0px !important;
    height: 99px;
    position: relative;
}

.linkslogoVeiculos .box-links a {
    margin: 0 2px !important;
}

.estoqueCompleto {
    margin: 34px 0
}

.contentEstoque .filter-options-list li {
    border-bottom: 1px solid #f4f4f4 !important;
    margin-bottom: 2px
}

body {
    background-color: #fff;
    color: #777;
    font-size: 14px;
    font-weight: 400;
    font-family: Roboto,sans-serif;
    line-height: 1.7em;
    background-attachment: fixed;
    overflow-x: hidden
}


.DivConteudoButton {
    position: relative;
    text-align: left;
}

.message-wrap {
    border-bottom: solid 2px #fff;
    border-top: solid 3px #fff;
    padding: 22px 0;
    background: #dedede url(../images/message-shadow.png) top center repeat-x
}

.message-wrap .message-shadow {
    margin-top: 25px;
    position: absolute;
    width: 100%;
    z-index: 77;
    background: url(../images/message-shadow.png) top center repeat-x;
    height: 21px
}

.message-wrap h2 {
    font-size: 30px;
    font-weight: 300;
    color: #000;
    letter-spacing: -2px;
    margin: 0;
    text-align: left !important;
    line-height: 30px
}

.contentDefault {
    padding: 30px 0 0 !important;
    background-color: #f7f7f7
}

.section-header-1 {
    text-align: center
}

.section-header-1 h3 {
    font-size: 28px;
    font-weight: 800;
    color: #2a2a2a;
    text-transform: uppercase;
    letter-spacing: 1px
}

.linksLogo {
    width: 100% !important;
    padding: 30px 0 40px !important;
}

.float-wpp {
    -webkit-animation: anima-whats 2s ease-in 7s infinite alternate forwards;
    animation: anima-whats 2s ease-in 7s infinite alternate forwards;
    bottom: 20px;
    position: fixed;
    right: 20px;
    z-index: 10123220;
}

.wppRodape {
    -webkit-animation: anima-whats 2s ease-in 7s infinite alternate forwards;
    animation: anima-whats 2s ease-in 7s infinite alternate forwards;
}

.float-wpp img {
    display: block;
    height: 41px;
    width: 43px;
}

@keyframes anima-whats {
    0%,to {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        transform: rotate(0deg);
        transform: scale(1)
    }

    50% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        transform: rotate(2deg)
    }

    80% {
        transform: rotate(45deg)
    }

    90% {
        transform: rotate(8deg);
        transform: scale(1.2)
    }
}

@media only screen and (max-width: 767px) {
    .float-wpp {
        right: 28px
    }
}

.content {
    padding: 50px 0;
    min-height: 400px
}

.listing-header {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px
}

.listing-header span {
    font-size: 25px
}

/* AC0474 */
.titulo-obrigado {
    font-size: 30px;
    line-height: 45px;
}

/* AC0468 */
.listing-header h1 {
    margin: 0;
    font-size: 25px;
    font-weight: normal;
    line-height: inherit;
}

.listing-container {
    padding-top: 15px
}

.bt-header {
    background: #f7f7f7;
    padding: 20px 0;
}

.site-footer {
    background: #2f2f2f;
    color: #999
}

.site-footer a {
    color: #999
}

.site-footer a:hover {
    color: #fff
}

.site-footer-top {
    padding: 40px 0
}

.footer_widget .widgettitle {
    font-weight: 600;
    color: #eee
}

.site-footer-bottom {
    background: #252525;
    padding: 20px 0 0;
    border-top: 1px solid rgba(255,255,255,.05);
    font-size: 12px
}

.footer_widget.widget a {
    color: #e9e9e9
}

.result-item-cont:after, .result-item-cont:before, .result-item:after, .result-item:before {
    content: " ";
    display: table
}

.result-item-cont:after, .result-item:after {
    clear: both
}

b, strong {
    font-weight: 700 !important
}

.result-item-in:after, .result-item-in:before {
    display: table;
    content: " "
}

.result-item-in:after {
    clear: both
}

.btn-primary {
    letter-spacing: 0;
    border: none
}

#message {
    margin-top: 20px
}

.widget ul {
    margin: 0;
    list-style-type: none
}

.widget li {
    padding: 2px 0px;
}

.widget a {
    color: #5e5e5e
}



@media only screen and (max-width: 1400px) {
    .result-item-cont .col-md-8, .result-item-cont .col-md-4 {
        width: 100%
    }

    .result-item-cont .col-md-4 {
        margin-top: 0px !important;
        margin-bottom: 7px !important;
    }

    .result-item-cont .col-md-4 a {
        width: 100%
    }
}

@media (min-width: 992px) {
    .container {
        width: 1000px !important;
    }
}

@media (min-width: 1100px) {
    .container {
        width: 1150px !important;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .header-right #menu-toggle {
        position: absolute;
        margin-top: 25px !important;
        left: 5px
    }

#rodape {
        display: none
    }

    .result-item-pricing-home .price {
        font-size: 18px
    }

    .site-logo img {
        margin-left: 30px
    }
}

@media only screen and (max-width: 992px) {    .toggle-menu {
        display: none;
        background: #fff;
        width: 100%;
        height: auto;
        border-top: 1px solid #eee;
        box-shadow: 0 3px 8px 0 #c6c6c6;
    }

    .toggle-menu > ul > li {
        display: block;
        width: 100%;
        border-bottom: 1px solid #eee
    }

    .toggle-menu > ul > li > a {
        display: block;
        padding: 15px 0 15px 20px;
        line-height: normal;
        color: #222
    }

    .toggle-menu.active {
        display:block!important;
    }

    .navbar {
        height: 0;
        z-index:999;
    }

    .header-right #menu-toggle {
        float: left;
        margin-top: 0;
        text-align: center;
        background: #252525;
        width: 42px;
        height: 32px;
        line-height: 32px;
        color: #fff;
        margin-left: -1px;
        overflow: hidden;
        border-radius: 5px
    }

    .footer_widget {
        margin-bottom: 30px
    }

    .site-footer-top {
        padding-bottom: 10px
    }
}

@media (min-width: 1200px) {
    .mobile {
        display: none !important
    }
}

@media (min-width: 1700px) {
    #Search-Filters {
        padding-right: 3% !important
    }
}

@media (min-width: 1500px) {
    .container {
        width: 1350px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    .container {
        width: 1100px !important
    }

    .mobile {
        display: none !important
    }
}

@media only screen and (max-width: 767px) {

        .banner-home {
            height: 195px;
        }

        .banner-home .swiper-image {
            min-height: 193px;
        }

        .site-header {
            position: initial
        }

        .linksLogo .search-input {
            width: 100% !important;
        }

        .veiculosHome .results-grid-view .result-item-in {
            height: 108px !important;
        }

        .linksLogo .box-links a:first-child {
            margin-left: 5px !important;
        }

        .linksLogo .box-links a {
            width: 30.3% !important;
        }

        .linkslogoVeiculos .box-links a {
            width: 97px !important;
        }

        .swiper-gallery-stock {
            padding: 0 0px !important;
        }

        .swiper-gallery-stock .chevron {
            width: 48px !important;
        }

        .header-top {
            text-align: center !important;
        }

        .header-top .pull-right {
            float: initial !important
        }

        .result-item-pricing-home .price {
            font-size: 18px !important
        }

        .veiculosHome .results-grid-view .result-item2 {
            width: 49% !important;
            float: left !important;
            min-height: 200px;
            height: auto !important;
            box-shadow: none !important;
        }

        .divOrdenarEstoque {
            border-top: 1px dashed #e4e4e4;
            border-bottom: 1px dashed #e4e4e4;
            padding: 4px 0;
            margin: 10px 0;
        }

        .contentEstoque .col-md-3, .contentEstoque .col-md-9 {
            padding-left: 0;
            padding-right: 0;
        }

        .toggle-menu > ul > li {
            width: 100% !important;
            height: auto !important
        }

            .toggle-menu > ul > li > a {
                padding: 13px !important;
            }

        .veiculosHome .results-grid-view .result-item-sub-title {
            font-size: 12px !important;
        }

        .result-item-pricing-home .btnDetalhes {
            width: 100%;
            padding: 2px;
            margin-bottom: 10px;
        }

        .noMobile {
            display: none !important
        }

        .estoqueCompleto {
            margin-top: 14px
        }

        .boxEndereco {
            margin-bottom: 30px
        }

        #cookies .cookies-button {
            margin-top: 15px;
            width: 100%;
            margin-left: 0
        }

        #cookies .row-cookie .item-cookie {
            display: block
        }

        #cookies {
            background-color: rgba(206,206,206,.9)
        }

        .g-recaptcha {
            margin-bottom: 10px
        }

        .mobileLeft {
            float: left !important
        }

        .copyrights-left p, .copyrights-right p {
            text-align: center !important
        }

        #rodape {
            background: #fff;
            background: -moz-linear-gradient(top,#fff 0,#f6f6f6 47%,#ededed 100%);
            background: -webkit-gradient(left top,left bottom,color-stop(0,#fff),color-stop(47%,#f6f6f6),color-stop(100%,#ededed));
            background: -webkit-linear-gradient(top,#fff 0,#f6f6f6 47%,#ededed 100%);
            background: -o-linear-gradient(top,#fff 0,#f6f6f6 47%,#ededed 100%);
            background: linear-gradient(to bottom,#fff 0,#f6f6f6 47%,#ededed 100%);
            width: 100%;
            height: 50px;
            padding-top: 0px;
            position: fixed;
            bottom: 0;
            border: dotted #999;
            z-index: 999;
            border-width: 1px 0;
            text-align: center;
            -webkit-box-shadow: 0 -4px 24px -2px rgba(0,0,0,.75);
            -moz-box-shadow: 0 -4px 24px -2px rgba(0,0,0,.75);
            box-shadow: 0 -4px 24px -2px rgba(0,0,0,.75);
            margin-top: 30px
        }

        .site-header {
            z-index: 0
        }

        .DivConteudoButton {
            background: 0 0;
            z-index: 0
        }

        .veiculosHome .result-item2 {
            background: 0 0;
            box-shadow: none !important;
        }

        .contentDefault {
            background-color: #f7f7f7;
            padding: 62px 0 20px !important;
        }

.DivConteudoButton h2 {
            display: none !important
        }

        .body {
            padding-top: 0 !important
        }

        .topnav {
            display: none
        }

        .site-header {
            padding: 4px 0
        }

        .toggle-menu > ul > li {
            width: 47%;
            float: left;
            height: 100px;
            margin-right: 5px !important
        }

            .toggle-menu > ul > li a {
                width: 100%;
                text-align: center;
                font-size: 15px
            }

.main {
            margin-top: 0 !important
        }        .navbar {
            height: 0;
            box-shadow: none;
            top: 6px;
            margin-left: -20px;
            margin-right: -20px;
        }

        .site-logo img {
            max-width: 90%
        }

        .main-navigation > ul > li > a, .main-navigation > ul > li > a:hover {
            color: #222 !important
        }

        .header-right {
            position: absolute;
            right: 5px;
            margin-top: 22px
        }

        .result-item {
            border: none
        }

        .result-item-image {
            width: auto;
            height: auto
        }

        .site-footer-bottom {
            text-align: left
        }

        .site-footer-bottom {
            padding-bottom: 60px
        }

        .result-item {
            width: 100% !important;
            float: none !important;
            margin-bottom: 20px !important
        }

        .content {
            padding: 20px 0;
            min-height: 340px
        }    }
.video-wrapper {
    max-width: 670px;
    width: 100%;
    aspect-ratio: 16 / 9; 
}

    .video-wrapper iframe {
        width: 100%;
        height: 100%;
        border-radius: 10px; 
    }

/* AC0102 */
.layout-modern {
    --modernMuted: #697386;
    --modernLine: rgba(17, 24, 39, .09);
    --modernShadow: 0 18px 45px rgba(15, 23, 42, .11);
    transition: background-color .3s ease, color .3s ease;
}

.layout-modern * {
    letter-spacing: 0;
}

.layout-modern .body {
    min-width: 0;
}

.layout-modern #divRenderBody {
    min-height: 360px;
}

.layout-modern .header-top {
    height: auto;
    min-height: 34px;
    padding: 0;
    font-size: 13px;
    letter-spacing: 0;
}

.layout-modern .header-top-inner {
    min-height: 34px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-left: 28px;
    padding-right: 28px;
}

.layout-modern .header-top-info {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    line-height: 1.35;
    opacity: .94;
    min-width: 0;
    overflow-wrap: anywhere;
}

.layout-modern .header-top-info i {
    font-size: 14px;
}

.layout-modern .site-header {
    height: auto;
    min-height: 82px;
    padding: 0;
    backdrop-filter: saturate(120%) blur(8px);
}

.layout-modern.modoNoturno .site-header {
    box-shadow: 0 12px 34px rgba(0, 0, 0, .34);
}

.layout-modern .site-header-inner {
    min-height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding-left: 28px;
    padding-right: 28px;
}

.layout-modern .site-logo {
    float: none;
    display: flex;
    align-items: center;
    min-width: 180px;
    flex: 0 1 auto;
}

.layout-modern .site-logo a {
    display: inline-flex;
    align-items: center;
}

.layout-modern .site-logo img {
    object-fit: contain;
}

.layout-modern .navbar {
    float: none;
    height: auto;
    margin-left: auto;
    min-width: 0;
}

.layout-modern .main-navigation {
    height: auto;
    text-align: right;
}

.layout-modern .main-navigation > ul {
    display: flex;
    align-items: center;
    gap: 4px;
    margin: 0;
}

.layout-modern .main-navigation > ul > li {
    float: none;
    font-size: 13px;
    letter-spacing: 0;
}

.layout-modern .main-navigation > ul > li > a {
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0;
    white-space: nowrap;
}

.layout-modern .main-navigation > ul > li:not(.telefoneMenuHeader):not(.themeMenuHeader73) > a:hover {
    transform: translateY(-1px);
}

.layout-modern .telefoneMenu {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0 16px;
    font-weight: 700;
}

.layout-modern .themeMenuHeader73 {
    display: flex;
    align-items: center;
    
}

.layout-modern .themeNavbarToggle73 {
    width: 21px;
    height: 21px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 50%;
    background: #eceff3;
    color: #2f3541;
    cursor: pointer;
    font-size: 10px;
    line-height: 1;
    box-shadow: 0 10px 22px rgba(15, 23, 42, .14);
    transition: transform .25s ease, box-shadow .25s ease, background-color .25s ease, color .25s ease;
}

.layout-modern .themeNavbarToggle73:hover {
    background: #dde2e8;
    color: #2f3541;
    transform: translateY(-1px);
    box-shadow: 0 12px 24px rgba(15, 23, 42, .2);
}

.layout-modern .themeNavbarToggle73 .themeIconSun73 {
    display: none;
    color: #f5b301;
}

.layout-modern .themeNavbarToggle73.theme-is-dark {
    background: #242936;
    color: #f5b301;
}

.layout-modern .themeNavbarToggle73.theme-is-dark .themeIconMoon73 {
    display: none;
}

.layout-modern .themeNavbarToggle73.theme-is-dark .themeIconSun73 {
    display: inline-block;
}

.layout-modern .telefoneMenuHeader .dropdown {
    right: 0;
    top: calc(100% + 10px);
    margin-top: 0;
    padding: 8px;
    border: 1px solid var(--modernLine);
    border-radius: 8px;
    box-shadow: var(--modernShadow);
    min-width: 210px;
}

.layout-modern .telefoneMenuHeader .dropdown li {
    border-bottom: 0;
    border-radius: 6px;
    padding: 10px 12px;
}

.layout-modern .telefoneMenuHeader .dropdown li + li {
    margin-top: 3px;
}

.layout-modern .telefoneMenuHeader .dropdown small {
    color: var(--modernMuted);
    letter-spacing: 0;
}

.layout-modern #menu-toggle {
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    box-shadow: 0 10px 22px rgba(15, 23, 42, .16);
}

.layout-modern .footer_widget .widgettitle {
    margin-bottom: 24px;
    line-height: 1.2;
    letter-spacing: .02em;
    text-transform: uppercase;
    font-weight: 800;
}



.layout-modern .site-footer a:hover,
.layout-modern .footer_widget.widget a:hover {
    color: #ffffff;
    opacity: .78;
    transform: none;
}

.layout-modern .widget li {
    padding: 5px 0;
}

.layout-modern .footer-social-row {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 34px;
}

.layout-modern .footer-social-row a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
}

.layout-modern .footer-social-row a:hover {
    opacity: 1;
    transform: translateY(-2px);
}

.layout-modern .footer-social-row img {
    width: 18px;
    height: 18px;
    object-fit: contain;
    filter: brightness(0);
}

.layout-modern .footer-main-row {
    display: flex;
    align-items: flex-start;
}

.layout-modern .footer-location p {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0 0 26px;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.55;
    overflow-wrap: anywhere;
}

.layout-modern .footer-location p i {
    min-width: 16px;
    padding-top: 3px;
    color: #ffffff;
    font-size: 16px;
}

.layout-modern .footer-phone-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: fit-content;
    gap: 8px;
    margin-bottom: 18px;
}

.layout-modern .footer-phone-list a {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-size: 15px;
    line-height: 1.25;
    font-weight: 700;
    white-space: nowrap;
}

.layout-modern .footer-phone-list i {
    width: 16px;
    text-align: center;
    font-size: 16px;
}

.layout-modern .footer-contact-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 38px;
    padding: 0 18px;
    font-size: 15px;
    font-weight: 500;
    white-space: nowrap;
}

.layout-modern .footer-contact-button:hover {
    opacity: .86;
}

.layout-modern .footer-sitemap ul {
    margin: 0;
    list-style: none;
}

.layout-modern .footer-sitemap li {
    padding: 0;
    line-height: 1.2;
}

.layout-modern .footer-sitemap a {
    font-size: 15px;
    display: inline-block;
}

.layout-modern .site-footer-bottom {
    padding: 22px 0;
}

.layout-modern .site-footer-bottom p {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 1.4;
    overflow-wrap: anywhere;
}

.layout-modern .site-footer-bottom img {
    max-height: 24px;
    opacity: 1;
    margin-left: 12px;
}

.layout-modern .footer-bottom-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}


.layout-modern .copyrights-right img[src*="logo-AutoCerto.png"] {
    filter: invert(1) !important;
}

.layout-modern.modoNoturno .copyrights-right img[src*="logo-AutoCerto.png"] {
    filter: invert(0) !important;
}
.layout-modern .copyrights-right {
    text-align: right;
}

.layout-modern #cookies {
    position: fixed;
    left: 20px;
    right: 20px;
    bottom: 20px;
    width: auto;
    z-index: 99999;
    overflow: hidden;
}

.layout-modern #cookies .row-cookie {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.layout-modern #cookies .item-cookie:first-child {
    flex: 1 1 auto;
}

.layout-modern #cookies .item-cookie:last-child {
    flex: 0 0 auto;
}

.layout-modern #cookies .cookies-button {
    border-radius: 999px;
    padding: 10px 22px;
    font-weight: 700;
}

/* AC0103 */
.layout-modern.modoNoturno .float-wpp {
    border-color: #1a1d24;
}

.layout-modern.modoNoturno .contentDefault,
.layout-modern.modoNoturno .content,
.layout-modern.modoNoturno #divRenderBody {
    background-color: #101010;
}

.layout-modern.modoNoturno .banner-home {
    background-color: #101010;
}

.layout-modern.modoNoturno .site-footer {
    background: #090a0d;
}

.layout-modern.modoNoturno .site-footer-bottom {
    background: #050608;
}

@media only screen and (max-width: 1200px) {
    .layout-modern .site-logo img {
        max-width: 210px;
    }

    .layout-modern .main-navigation > ul > li > a {
        padding-left: 9px;
        padding-right: 9px;
        font-size: 12px;
    }
}

@media only screen and (max-width: 992px) {
    .layout-modern .site-header-inner {
        position: relative;
    }

    .layout-modern .site-logo img {
        margin-left: 0;
    }

    .layout-modern .header-right {
        position: static;
        margin-top: 0;
        margin-left: auto;
        gap: 10px;
    }

    .layout-modern .navbar {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0;
        width: 100%;
        z-index: 1000;
    }

    .layout-modern .toggle-menu {
        background: #ffffff;
        border-top: 1px solid var(--modernLine);
        box-shadow: var(--modernShadow);
        border-radius: 0 0 8px 8px;
        overflow-y: auto;
    }

    .layout-modern.modoNoturno .toggle-menu {
        background: #15171d;
        border-top-color: rgba(255, 255, 255, .08);
    }

    .layout-modern .main-navigation > ul {
        display: block;
        padding: 8px;
        margin: 0;
    }

    .layout-modern .toggle-menu > ul > li {
        border-bottom: 0;
        float: none !important;
        width: 100% !important;
        height: auto !important;
        margin: 0 !important;
    }

    .layout-modern .toggle-menu > ul > li > a {
        display: flex;
        justify-content: flex-start;
        min-height: 44px;
        padding: 0 14px !important;
        border-radius: 6px;
        text-align: left;
        width: 100%;
        color: #20242c !important;
        font-size: 14px;
    }

    .layout-modern.modoNoturno .toggle-menu > ul > li > a {
        color: #f4f4f5 !important;
    }

    .layout-modern .footer-main-row {
        display: block;
    }

    .layout-modern .footer-location:last-child,
    .layout-modern .footer-contact:last-child,
    .layout-modern .footer-sitemap:last-child {
        margin-bottom: 0;
    }

    .layout-modern .header-top-inner {
        justify-content: center;
        padding-left: 12px;
        padding-right: 12px;
        text-align: center;
        min-height: 38px;
    }

    .layout-modern .header-top-info {
        justify-content: center;
        font-size: 12px;
    }

    .layout-modern .site-header {
        position: sticky;
        top: 0;
        z-index: 1001;
    }

    .layout-modern .site-header-inner {
        min-height: 68px;
        padding-left: 14px;
        padding-right: 14px;
        gap: 12px;
    }

    .layout-modern .site-logo {
        min-width: 0;
        max-width: calc(100% - 58px);
    }

    .layout-modern .site-logo img {
        max-width: 100%;
        max-height: 54px;
    }

    .layout-modern .navbar {
        top: 68px;
    }

    .layout-modern .toggle-menu {
        max-height: calc(100vh - 68px);
    }

    .layout-modern #menu-toggle {
        display: inline-flex !important;
        width: 42px;
        height: 36px;
        position: static !important;
        left: auto !important;
        right: auto !important;
        margin: 0 !important;
    }

    .layout-modern #rodape {
        height: 58px;
        border: 0;
        background: #ffffff;
        box-shadow: 0 -14px 28px rgba(15, 23, 42, .15);
        z-index: 1000;
    }

    /* AC0465 */
    .layout-modern #rodape .rodape-acao {
        margin: 0;
        line-height: 58px;
    }

    .layout-modern #rodape i {
        font-size: 24px;
    }

    .layout-modern #cookies {
        left: 10px;
        right: 10px;
        bottom: 68px;
        padding: 14px 0;
    }

    .layout-modern #cookies .row-cookie {
        display: block;
    }

    .layout-modern #cookies p {
        font-size: 13px;
        line-height: 1.4;
    }

    .layout-modern .site-footer-top {
        padding-top: 30px;
        padding-bottom: 16px;
    }

    .layout-modern .footer-social-row {
        margin-bottom: 30px;
    }

    .layout-modern .footer-location,
    .layout-modern .footer-contact,
    .layout-modern .footer-sitemap {
        margin-bottom: 32px;
    }

    .layout-modern .footer_widget .widgettitle {
        margin-bottom: 16px;
        font-size: 16px;
    }

    .layout-modern .footer-location p {
        margin-bottom: 20px;
        font-size: 14px;
    }

    .layout-modern .footer-phone-list a,
    .layout-modern .footer-sitemap a {
        font-size: 14px;
    }

    .layout-modern .footer-bottom-row {
        display: block;
        text-align: center;
    }

    .layout-modern .copyrights-right {
        text-align: center;
        margin-top: 12px;
    }

    .layout-modern .site-footer-bottom img {
        margin-left: 8px;
    }

    .layout-modern .site-footer-bottom {
        padding-bottom: 76px;
    }
}

@media only screen and (max-width: 420px) {
    .layout-modern .footer-social-row {
        gap: 10px;
    }

    .layout-modern .footer-social-row a {
        width: 38px;
        height: 38px;
        font-size: 18px;
    }

    .layout-modern .footer-location p {
        display: block;
    }

    .layout-modern .footer-location p i {
        display: block;
        margin: 0 auto 8px;
        padding-top: 0;
    }

    .layout-modern .footer-phone-list {
        align-items: center;
    }

    .layout-modern .footer-phone-list a {
        white-space: normal;
        text-align: center;
    }
}

/* AC0104 */
.layout-modern {
    background: #f3f4f6;
    color: #1e293b;
    font-family: Roboto, sans-serif;
}





.layout-modern .site-header {
    background: var(--menuBgColor) !important;
    border-bottom: 0;
    box-shadow: 0 8px 26px rgba(15, 23, 42, .10);
}

.layout-modern .navbar {
    background: transparent !important;
}

.layout-modern .main-navigation > ul > li > a {
    color: var(--menuColor) !important;
    border-radius: 0;
    min-height: 38px;
    padding: 0 12px;
    border-bottom: 2px solid transparent;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 800;
}

    .layout-modern .main-navigation > ul > li:not(.telefoneMenuHeader):not(.themeMenuHeader73) > a:hover,
    .layout-modern .main-navigation > ul > li.menu-ativo:not(.telefoneMenuHeader):not(.themeMenuHeader73) > a {
        background: transparent !important;
        color: var(--headerBgColor) !important;
        border-bottom-color: var(--headerBgColor);
        transform: none;
    }

    .layout-modern .telefoneMenu {
        
        border-radius: 45px;
        box-shadow: 0 12px 24px rgba(15, 23, 42, .18);
    }

.layout-modern .site-logo img {
    max-width: 245px;
    max-height: 70px;
}

/* AC0105 */
.layout-modern .banner-home {
    width: 100%;
    height: auto;
    aspect-ratio: 1920 / 630;
    background: var(--acTextoForte);
}

.layout-modern .banner-home:after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 6;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(15, 23, 42, .58) 0%, rgba(15, 23, 42, .25) 48%, rgba(15, 23, 42, .04) 100%);
}

.layout-modern .banner-home .swiper-wrapper,
.layout-modern .banner-home .swiper-slide {
    height: 100%;
}

.layout-modern .banner-home .swiper-image {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    transition: transform 2s ease;
}

.layout-modern .banner-home:hover .swiper-image {
    transform: scale(1.035);
}

.layout-modern .swiper-button-next,
.layout-modern .swiper-button-prev {
    z-index: 8;
    color: #ffffff;
    width: 44px;
    height: 44px;
}

.layout-modern .swiper-pagination {
    z-index: 8;
}

.layout-modern .bt-header.buscadorHome,
.layout-modern .linksLogo {
    position: relative;
    z-index: 9;
    margin: -54px auto 0;
    padding: 26px !important;
    background: #ffffff !important;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 8px;
    box-shadow: 0 22px 45px rgba(15, 23, 42, .18);
}

.layout-modern .linksLogo .container-fluid,
.layout-modern .bt-header.buscadorHome .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.layout-modern .titleFiltroLogoMarca,
.layout-modern .bt-header h4 {
    color: var(--acTextoForte) !important;
    font-size: 25px !important;
    line-height: 1.25 !important;
    font-weight: 800 !important;
}

.layout-modern .linksLogo input,
.layout-modern .bt-header select,
.layout-modern .bt-header .form-control {
    min-height: 44px;
    border: 1px solid #d1d5db !important;
    border-radius: 5px !important;
    background: var(--acTextoClaro) !important;
    box-shadow: none !important;
    color: var(--acTextoMedio);
}

.layout-modern .linksLogo #buttonBuscaRapida {
    min-width: 54px;
    border-radius: 0 5px 5px 0 !important;
}

.layout-modern .linksLogo .box-links {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin: 24px 0 0;
}

.layout-modern .linksLogo .box-links a {
    width: 108px !important;
    height: 82px !important;
    margin: 0 !important;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--acBordaClara);
    border-radius: 6px;
    background: #ffffff;
    box-shadow: none !important;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.layout-modern .linksLogo .box-links a:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 28px rgba(15, 23, 42, .10) !important;
}

.layout-modern .contentDefault {
    padding-top: 58px !important;
    background: #f3f4f6;
}

.layout-modern .section-header-1 {
    text-align: left;
    max-width: 1350px;
    margin: 0 auto 30px;
}

/* AC0499 */
.layout-modern .section-header-1 h3,
.layout-modern .section-header-1 h2 {
    position: relative;
    display: inline-block;
    color: var(--acTextoForte);
    font-size: 30px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: 0;
    margin: 0;
}

/* AC0106 */
.layout-modern .section-header-1 h3:after,
.fichaFinanciamento .fin-header h1:after,
.empresaPage .emp-header h1:after {
    content: "";
    display: block;
    width: 84px;
    height: 4px;
    margin-top: 10px;
    border-radius: 999px;
    background: var(--buttonBgColor);
}

.layout-modern .veiculosHome .results-grid-view .result-item2 {
    width: auto !important;
    margin: 0 !important;
    float: none !important;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--acBordaClara);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 3px 10px rgba(15, 23, 42, .15) !important;
    transition: transform .25s ease, box-shadow .25s ease;
}

/* AC0107 */
.layout-modern .veiculosHome .results-grid-view .result-item2:hover,
.layout-modern .contentEstoque .results-grid-view > .result-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 34px rgba(15, 23, 42, .14) !important;
}

.layout-modern .veiculosHome .result-item-image {
    overflow: hidden;
    position: relative;
}

.layout-modern .veiculosHome .result-item-image .media-box {
    display: block;
    width: 100%;
    position: relative;
}

.layout-modern .veiculosHome .result-item-image img {
    border-radius: 0 !important;
    transition: transform .55s ease;
}

.layout-modern .vehicle-year-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 0 8px;
    border-radius: 4px;
    background: var(--buttonBgColor);
    color: var(--buttonColor);
    font-size: 11px;
    line-height: 1;
    font-weight: 900;
}

    .layout-modern .vehicle-photo-caption {
        position: absolute;
        left: 15px;
        right: 15px;
        bottom: 13px;
        z-index: 3;
        display: block;
        color: var(--buttonColor);
        text-shadow: 0 2px 8px rgba(0, 0, 0, .45);
    }

.layout-modern .vehicle-photo-caption strong {
    display: block;
    margin-bottom: 3px;
    font-size: 19px;
    line-height: 1.05;
    font-weight: 900 !important;
    text-transform: none;
}

.layout-modern .vehicle-photo-caption small {
    display: block;
    font-size: 13px;
    line-height: 1.1;
    font-weight: 700;
}

    .layout-modern .veiculosHome .result-item-in {
        height: auto !important;
        min-height: 116px;
        padding: 16px !important;
        background: #f3f3f3;
    }

.layout-modern .veiculosHome .result-item-title-new {
    margin-bottom: 7px;
    color: var(--acTextoForte) !important;
    font-size: 15px !important;
    line-height: 1.25;
    font-weight: 800;
}

.layout-modern .veiculosHome .result-item-title-new b {
    font-size: 19px !important;
}

.layout-modern .veiculosHome .result-item-sub-title {
    margin: 0 0 13px;
    padding-bottom: 14px;
    border-bottom: 1px solid #edf0f4;
    color: #3f4a5a;
    font-size: 13px !important;
    line-height: 1.35;
    font-weight: 800;
    letter-spacing: 0;
}

.layout-modern .vehicle-card-specs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 16px;
}

.layout-modern .vehicle-card-specs span {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-width: 0;
    color: var(--acTextoMedio);
    font-size: 13px;
    line-height: 1.2;
}

/* AC0108 */
.layout-modern .vehicle-card-specs i {
    flex: 0 0 16px;
    color: var(--acTextoForte);
    font-size: 14px;
    text-align: center;
}

.layout-modern.modoNoturno .vehicle-card-specs i {
    color: var(--acTextoClaro);
}

/* AC0109 */
.layout-modern .list-group .badge,
.layout-modern .list-group-item .badge {
    background-color: var(--acTextoForte) !important;
    color: #ffffff !important;
    font-weight: 700;
}

/* AC0110 */

/* AC0111 */
.layout-modern.modoNoturno .search-filters .accordion,
.layout-modern.modoNoturno .search-filters .accordion-item {
    background-color: var(--acCardEscuro) !important;
    border-color: var(--acBordaEscura) !important;
    color: var(--acBordaClara);
}

/* AC0112 */
.layout-modern.modoNoturno .search-filters .accordion-button,
.layout-modern.modoNoturno .search-filters .accordion-button:not(.collapsed) {
    background-color: #1f2026 !important;
    color: var(--acBordaClara) !important;
    box-shadow: none !important;
}

/* AC0113 */
.layout-modern.modoNoturno .search-filters .accordion-button::after {
    filter: invert(1) brightness(1.6);
}

.layout-modern.modoNoturno .search-filters .accordion-body {
    background-color: transparent;
    color: var(--acBordaClara);
}

/* AC0114 */
.layout-modern.modoNoturno .search-filters h4 {
    color: var(--acTextoSec2) !important;
}

/* AC0115 */
.layout-modern.modoNoturno .search-filters .form-control,
.layout-modern.modoNoturno .search-filters select,
.layout-modern.modoNoturno .search-filters input {
    background-color: var(--acCampoEscuro) !important;
    border-color: var(--acBordaCampo) !important;
    color: var(--acTextoClaro) !important;
    box-shadow: none !important;
}

.layout-modern.modoNoturno .search-filters .form-control::placeholder {
    color: #9ca3af !important;
}

.layout-modern.modoNoturno .search-filters select option {
    background-color: var(--acCampoEscuro);
    color: var(--acTextoClaro);
}

.layout-modern.modoNoturno .search-filters .form-control:focus,
.layout-modern.modoNoturno .search-filters select:focus {
    background-color: #14161c !important;
    border-color: #4b5563 !important;
}

/* AC0116 */
.layout-modern.modoNoturno .search-filters .list-group-item {
    background-color: var(--acCardEscuro) !important;
    border-color: var(--acBordaEscura) !important;
    color: var(--acBordaClara) !important;
}

.layout-modern.modoNoturno .contentEstoque .filter-options-list li {
    border-bottom: 1px solid var(--acBordaEscura) !important;
}

.layout-modern.modoNoturno .search-filters .list-group-item:hover {
    background-color: #212228 !important;
}

.layout-modern.modoNoturno .search-filters .list-group-item a {
    color: var(--acTextoSec2) !important;
}

.layout-modern.modoNoturno .search-filters .list-group-item:hover a {
    color: #ffffff !important;
}

/* AC0117 */
.layout-modern.modoNoturno .list-group .badge,
.layout-modern.modoNoturno .list-group-item .badge {
    background-color: var(--acBordaClara) !important;
    color: var(--acCardEscuro) !important;
}

/* AC0118 */
.layout-modern.modoNoturno .search-filters .form-group a.loadPageAjax {
    color: var(--acTextoSec2) !important;
}

.layout-modern.modoNoturno .search-filters .form-group a.loadPageAjax:hover {
    color: #ffffff !important;
}

/* AC0119 */
.layout-modern .result-item-pricing-home .price,
.layout-modern .result-item-pricing-home .btnDetalhes {
    text-shadow: none;
}

/* AC0120 */

    .layout-modern .veiculosHome .result-item-cont {
        margin-top: auto;
        padding: 0 16px 17px;
        background: #f3f3f3;
    }

.layout-modern .veiculosHome .result-item-cont .row {
    display: block;
    margin-left: 0;
    margin-right: 0;
}

.layout-modern .veiculosHome .result-item-cont .col-md-7,
.layout-modern .veiculosHome .result-item-cont .col-md-5 {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.layout-modern .veiculosHome .result-item-cont .divdetalhes,
.layout-modern .contentEstoque .result-item-cont .divdetalhes {
    margin-top: 0 !important;
    text-align: left !important;
}

/* AC0121 */
.layout-modern .result-item-pricing-home .price {
    color: color-mix(in srgb, var(--buttonColor) 70%, var(--acTextoForte)) !important;
    font-size: 28px;
    line-height: 1.15;
    font-weight: 900;
}

/* AC0530 */
.layout-modern .result-item-pricing-home .price small {
    color: color-mix(in srgb, var(--buttonColor) 20%, var(--acTextoMedio2)) !important;
    font-size: 13px !important;
}

.layout-modern .result-item-pricing-home .btnDetalhes {
    width: 100%;
    margin-top: 12px;
    border: 2px solid var(--buttonBgColor) !important;
    border-radius: 5px;
    background: transparent !important;
    color: color-mix(in srgb, var(--buttonColor) 40%, var(--acTextoForte)) !important;
    box-shadow: none;
    padding: 8px 10px;
    font-weight: 900;
}

.layout-modern .result-item-pricing-home .btnDetalhes:hover {
    background: var(--acTextoForte) !important;
    color: #ffffff !important;
}

.layout-modern .estoqueCompleto .btn-primary {
    border-radius: 5px;
    padding: 13px 24px;
    color: #000000 !important;
}

.layout-modern.modoNoturno .estoqueCompleto .btn-primary {
    color: #ffffff !important;
}

/* AC0122 */
.layout-modern .home-sell-cta {
    position: relative;
    overflow: hidden;
    padding: 58px 16px;
    background: color-mix(in srgb, var(--buttonBgColor) 15%, #ffffff);
    text-align: center;
}

.layout-modern.modoNoturno .home-sell-cta {
    background: color-mix(in srgb, var(--buttonBgColor) 20%, #000000);
}

/* AC0123 */
.layout-modern .home-sell-cta:before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .10;
    background-image: repeating-linear-gradient(45deg, #000000 0, #000000 1px, transparent 1px, transparent 12px);
}

.layout-modern.modoNoturno .home-sell-cta:before {
    opacity: .12;
    background-image: repeating-linear-gradient(45deg, #ffffff 0, #ffffff 1px, transparent 1px, transparent 12px);
}

/* AC0124 */
.layout-modern .home-cta-duplo {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 46px;
    align-items: center;
}

/* AC0125 */
.layout-modern .home-cta-duplo .home-cta-item + .home-cta-item {
    border-left: 1px solid currentColor;
    padding-left: 46px;
    opacity: 1;
}

.layout-modern .home-cta-duplo .home-cta-item {
    color: #000000;
}

.layout-modern.modoNoturno .home-cta-duplo .home-cta-item {
    color: #ffffff;
}

@media only screen and (max-width: 900px) {
    .layout-modern .home-cta-duplo {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .layout-modern .home-cta-duplo .home-cta-item + .home-cta-item {
        border-left: 0;
        padding-left: 0;
        padding-top: 38px;
        border-top: 1px solid currentColor;
    }
}

.layout-modern .home-sell-cta .container {
    position: relative;
    z-index: 1;
}

/* AC0126 */
.layout-modern .home-sell-cta h2 {
    color: inherit;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 900;
    margin-bottom: 10px;
}

.layout-modern .home-sell-cta p {
    max-width: 700px;
    margin: 0 auto 24px;
    color: inherit;
    font-size: 16px;
}

.layout-modern .home-sell-cta .btn {
    border-radius: 999px;
    padding: 12px 28px;
}

.layout-modern .carouselCard73 img {
    width: 78px;
    height: 78px;
    object-fit: cover;
    border-radius: 999px !important;
}

.layout-modern .site-footer {
    background: #ffffff;
    color: var(--acTextoMedio2);
    border-top: 4px solid var(--buttonBgColor);
}

.layout-modern .site-footer-top {
    padding: 42px 0 26px;
}

.layout-modern .footer_widget .widgettitle {
    color: var(--acTextoForte);
    font-size: 14px;
    text-align: left;
}

.layout-modern .footer-social-row {
    justify-content: flex-start;
}

.layout-modern .footer-social-row a {
    width: 36px;
    height: 36px;
    border-radius: 5px;
    background: var(--acBordaClara);
    color: var(--acTextoForte);
    font-size: 17px;
}

/* AC0383 */
.layout-modern:not(.modoNoturno) .footer-social-row a:hover {
    background: var(--acTextoForte);
    color: var(--acTextoClaro);
}

/* AC0384 */
.layout-modern.modoNoturno .footer-social-row a:hover {
    background: var(--acTextoClaro);
    color: #1f2937;
}

.layout-modern .footer-location,
.layout-modern .footer-contact,
.layout-modern .footer-sitemap {
    text-align: left;
}

.layout-modern .footer-location p,
.layout-modern .footer-phone-list a,
.layout-modern .footer-sitemap a {
    color: var(--acTextoMedio2);
}

.layout-modern .footer-location p {
    justify-content: flex-start;
}

/* AC0127 */

/* AC0128 */
.layout-modern .footer-phone-list i:not(.fa-whatsapp),
.layout-modern .footer-location p i:not(.fa-map-marker) {
    color: var(--acTextoForte);
}

/* AC0129 */
.layout-modern.modoNoturno .footer-phone-list i:not(.fa-whatsapp),
.layout-modern.modoNoturno .footer-location p i:not(.fa-map-marker) {
    color: var(--acTextoClaro);
}

/* AC0130 */
.layout-modern .footer-phone-list i.fa-whatsapp {
    color: #12924a;
}

.layout-modern.modoNoturno .footer-phone-list i.fa-whatsapp {
    color: #25d366;
}

/* AC0131 */
.layout-modern .footer-location p i.fa-map-marker {
    color: #d32f2f;
}

.layout-modern.modoNoturno .footer-location p i.fa-map-marker {
    color: #ff5a4e;
}

.layout-modern .footer-phone-list {
    margin-left: 0;
    margin-right: 0;
}

.layout-modern .footer-contact-button {
    margin: 0;
    border-radius: 5px;
    background: var(--acTextoForte);
    color: #ffffff !important;
}

.layout-modern .footer-sitemap li {
    margin-bottom: 10px;
}

.layout-modern .site-footer-bottom {
    background: #ffffff;
    border-top: 1px solid var(--acBordaClara);
}

.layout-modern .site-footer-bottom p {
    color: var(--acTextoSec);
}

.layout-modern.modoNoturno .titleFiltroLogoMarca,
.layout-modern.modoNoturno .bt-header h4,
.layout-modern.modoNoturno .section-header-1 h3,
.layout-modern.modoNoturno .section-header-1 h2,
.layout-modern.modoNoturno .veiculosHome .result-item-title-new,
.layout-modern.modoNoturno .footer_widget .widgettitle {
    color: var(--acTextoClaro) !important;
}

@media only screen and (max-width: 992px) {
    /* AC0132 */

    .layout-modern .linksLogo,
    .layout-modern .bt-header.buscadorHome {
        margin: -34px 16px 0;
        padding: 22px !important;
    }

    .layout-modern .main-navigation > ul > li > a {
        color: #222 !important;
    }



}

@media only screen and (max-width: 767px) {
    /* AC0133 */

    .layout-modern .linksLogo {
        margin: 0;
        padding: 24px 14px !important;
        border-radius: 0;
        border-left: 0;
        border-right: 0;
        box-shadow: none;
    }

    .layout-modern .titleFiltroLogoMarca {
        font-size: 22px !important;
    }

    .layout-modern .linksLogo .search-input {
        width: 100% !important;
    }

    .layout-modern .linksLogo .box-links {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .layout-modern .linksLogo .box-links a {
        width: 100% !important;
        height: 74px !important;
    }

    .layout-modern .contentDefault {
        padding-top: 34px !important;
    }

    .layout-modern .section-header-1 {
        text-align: center;
    }

    .layout-modern .section-header-1 h3 {
        font-size: 24px;
    }

    .layout-modern .section-header-1 h3:after {
        margin-left: auto;
        margin-right: auto;
    }

    .layout-modern .veiculosHome .results-grid-view {
        gap: 18px;
    }

    .layout-modern .veiculosHome .result-item-image {
        height: 225px;
    }

    .layout-modern .result-item-pricing-home .divdetalhes {
        text-align: left !important;
    }

    .layout-modern .result-item-pricing-home .btnDetalhes {
        width: 100%;
        margin-top: 8px;
    }

    .layout-modern .home-sell-cta {
        padding: 44px 16px;
    }

    .layout-modern .home-sell-cta h2 {
        font-size: 26px;
    }

    .layout-modern .footer-social-row,
    .layout-modern .footer-location,
    .layout-modern .footer-contact,
    .layout-modern .footer-sitemap {
        text-align: center;
        justify-content: center;
    }

    .layout-modern .footer_widget .widgettitle {
        text-align: center;
    }

    .layout-modern .footer-location p {
        justify-content: center;
    }

    .layout-modern .footer-phone-list,
    .layout-modern .footer-contact-button {
        margin-left: auto;
        margin-right: auto;
    }
}

/* AC0134 */
.layout-modern .bt-header.buscadorHome .form_search form > div {
    display: grid;
    grid-template-columns: minmax(150px, 1fr) minmax(150px, 1fr) minmax(210px, 1.05fr) minmax(210px, 1.05fr) 160px;
    gap: 12px;
    align-items: end;
}

.layout-modern .bt-header.buscadorHome .form-group,
.layout-modern .bt-header.buscadorHome .form-group2 {
    width: auto !important;
    margin: 0 !important;
    background: transparent !important;
}

.layout-modern .bt-header.buscadorHome .form-group2 {
    display: flex;
    gap: 10px;
}

.layout-modern .bt-header.buscadorHome .form-group2 select {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
}

.layout-modern .bt-header.buscadorHome #buttonBuscarVeiculo {
    height: 44px;
    border-radius: 5px;
}

.layout-modern .btn-primary {
    background-color: #3f81b200 !important;
    border: 2px solid var(--buttonBgColor) !important;
}

.layout-modern .btn-primary:hover {
    filter: brightness(.92);
}

.layout-modern .btn-default {
    background: #ffffff;
}

.layout-modern .modal-content {
    border: 0;
    border-radius: 8px;
    box-shadow: 0 28px 70px rgba(15, 23, 42, .34);
}

.layout-modern .modal-body h4,
.layout-modern .modal-body div {
    color: #1f2937;
}

.layout-modern .modal-footer .btn-default {
    min-width: 96px;
    border: 1px solid var(--buttonBgColor) !important;
    color: var(--buttonBgColor) !important;
}

.layout-modern .vehicle-card-specs span {
    overflow: hidden;
    text-overflow: ellipsis;
}

.layout-modern .vehicle-card-specs span,
.layout-modern .veiculosHome .result-item-sub-title,
.layout-modern .vehicle-photo-caption strong,
.layout-modern .vehicle-photo-caption small {
    min-width: 0;
}

.layout-modern .veiculosHome .result-item-sub-title {
    display: -webkit-box;
    min-height: 50px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.layout-modern .result-item-pricing-home .price {
    word-break: break-word;
}

.layout-modern .result-item-pricing-home .btnDetalhes {
    text-align: center;
}

.layout-modern.modoNoturno {
    background: #0f0f11;
    color: var(--acBordaClara);
}



.layout-modern.modoNoturno .site-header {
    background: var(--menuBgColor) !important;
}

.layout-modern.modoNoturno .banner-home:after {
    background: linear-gradient(90deg, rgba(0, 0, 0, .72) 0%, rgba(0, 0, 0, .36) 48%, rgba(0, 0, 0, .10) 100%);
}

.layout-modern.modoNoturno .contentDefault,
.layout-modern.modoNoturno .content,
.layout-modern.modoNoturno #divRenderBody {
    background: #0f0f11 !important;
}

.layout-modern.modoNoturno .linksLogo,
.layout-modern.modoNoturno .bt-header.buscadorHome,
.layout-modern.modoNoturno .veiculosHome .results-grid-view .result-item2,
.layout-modern.modoNoturno .veiculosHome .result-item-in,
.layout-modern.modoNoturno .veiculosHome .result-item-cont,
.layout-modern.modoNoturno .carouselCard73 {
    background: var(--acCardEscuro) !important;
    border-color: var(--acBordaEscura) !important;
    color: var(--acBordaClara);
}

.layout-modern.modoNoturno .linksLogo input,
.layout-modern.modoNoturno .bt-header select,
.layout-modern.modoNoturno .bt-header .form-control {
    background: var(--acCampoEscuro) !important;
    border-color: var(--acBordaCampo) !important;
    color: var(--acTextoClaro) !important;
}

.layout-modern.modoNoturno .linksLogo input::placeholder {
    color: #9ca3af !important;
}

    .layout-modern.modoNoturno .linksLogo .box-links a {
        background: #ffffff;
        border-color: #555555;
    }



.layout-modern.modoNoturno .veiculosHome .result-item-sub-title,
.layout-modern.modoNoturno .vehicle-card-specs span {
    color: var(--acTextoSec2);
}

.layout-modern.modoNoturno .veiculosHome .result-item-sub-title {
    border-bottom-color: var(--acBordaEscura);
}

/* AC0135 */
.layout-modern.modoNoturno .result-item-pricing-home .price {
    color: color-mix(in srgb, var(--buttonColor) 50%, var(--acTextoClaro)) !important;
}

.layout-modern.modoNoturno .result-item-pricing-home .price small {
    color: color-mix(in srgb, var(--buttonColor) 20%, #aab3c2) !important;
}

.layout-modern.modoNoturno .result-item-pricing-home .btnDetalhes {
    border-color: var(--acTextoClaro);
    color: color-mix(in srgb, var(--buttonColor) 50%, var(--acTextoClaro)) !important;
}

.layout-modern.modoNoturno .result-item-pricing-home .btnDetalhes:hover {
    background: var(--acTextoClaro) !important;
    color: var(--acCampoEscuro) !important;
}

/* AC0136 */
.layout-modern.cor-botao-neutra:not(.modoNoturno) .result-item-pricing-home .price {
    color: var(--acTextoForte) !important;
}

.layout-modern.cor-botao-neutra:not(.modoNoturno) .result-item-pricing-home .price small {
    color: var(--acTextoSec) !important;
}

.layout-modern.cor-botao-neutra:not(.modoNoturno) .result-item-pricing-home .btnDetalhes {
    color: var(--acTextoForte) !important;
}

.layout-modern.cor-botao-neutra.modoNoturno .result-item-pricing-home .price {
    color: var(--acTextoClaro) !important;
}

.layout-modern.cor-botao-neutra.modoNoturno .result-item-pricing-home .price small {
    color: #aab3c2 !important;
}

.layout-modern.cor-botao-neutra.modoNoturno .result-item-pricing-home .btnDetalhes {
    color: var(--acTextoClaro) !important;
}

.layout-modern.modoNoturno .site-footer,
.layout-modern.modoNoturno .site-footer-bottom {
    background: #0b0c10 !important;
    border-color: #27272a;
}

.layout-modern.modoNoturno .footer-location p,
.layout-modern.modoNoturno .footer-phone-list a,
.layout-modern.modoNoturno .footer-sitemap a,
.layout-modern.modoNoturno .site-footer-bottom p {
    color: #d1d5db;
}

.layout-modern.modoNoturno .footer-social-row a {
    background: #1f2937;
    color: var(--acTextoClaro);
}

.layout-modern.modoNoturno .footer-contact-button {
    background: var(--acTextoClaro);
    color: var(--acCampoEscuro) !important;
}

.layout-modern.modoNoturno #cookies {
    color: var(--acBordaClara);
}

.layout-modern.modoNoturno #cookies a {
    color: #93c5fd !important;
}

@media only screen and (max-width: 1200px) {
    .layout-modern .bt-header.buscadorHome .form_search form > div {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .layout-modern .bt-header.buscadorHome #buttonBuscarVeiculo {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .layout-modern .bt-header.buscadorHome {
        display: block !important;
        margin: 0;
        border-radius: 0;
        box-shadow: none;
        border-left: 0;
        border-right: 0;
    }

    .layout-modern .bt-header.buscadorHome .form_search form > div {
        grid-template-columns: 1fr;
    }

    .layout-modern .bt-header.buscadorHome .form-group2 {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .layout-modern .bt-header.buscadorHome h4 {
        font-size: 22px !important;
        margin-bottom: 16px;
    }

    .layout-modern .veiculosHome .results-grid-view .result-item2 {
        max-width: 430px;
        width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .layout-modern .vehicle-card-specs {
        grid-template-columns: 1fr 1fr;
        gap: 11px 12px;
    }

    .layout-modern .vehicle-card-specs span {
        font-size: 12px;
    }
}

@media only screen and (max-width: 390px) {
    .layout-modern .bt-header.buscadorHome .form-group2,
    .layout-modern .vehicle-card-specs {
        grid-template-columns: 1fr;
    }

    .layout-modern .result-item-pricing-home .price {
        font-size: 24px;
    }
}

/* AC0137 */
.layout-modern .veiculosHome .results-grid-view {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 24px !important;
    align-items: stretch;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
}

/* AC0138 */
.layout-modern .veiculosHome .results-grid-view:before,
.layout-modern .veiculosHome .results-grid-view:after,
.layout-modern .linksLogo .row:before,
.layout-modern .linksLogo .row:after,
.layout-modern .contentEstoque .lista-veiculos .results-grid-view:before,
.layout-modern .contentEstoque .lista-veiculos .results-grid-view:after,
.layout-modern .contentEstoque .result-item-cont .row:before,
.layout-modern .contentEstoque .result-item-cont .row:after {
    display: none !important;
    content: none !important;
}

.layout-modern .veiculosHome .results-grid-view > .result-item2 {
    grid-column: auto !important;
    grid-row: auto !important;
    clear: none !important;
    float: none !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0;
    margin: 0 !important;
    justify-self: stretch;
}

.layout-modern .veiculosHome.results-container,
.layout-modern .veiculosHome .listing-block,
.layout-modern .veiculosHome .listing-container,
.layout-modern .veiculosHome .results-container-in {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    float: none !important;
}

@media only screen and (max-width: 1200px) {
    .layout-modern .veiculosHome .results-grid-view {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

@media only screen and (max-width: 992px) {
    .layout-modern .veiculosHome .results-grid-view {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media only screen and (max-width: 767px) {
    .layout-modern .veiculosHome .results-grid-view {
        grid-template-columns: 1fr !important;
    }
}

/* AC0139 */
.layout-modern .bt-header.buscadorHome,
.layout-modern .linksLogo {
    clear: both;
    display: block !important;
    width: 90% !important;
    max-width: none !important;
    float: none !important;
}

.layout-modern .bt-header.buscadorHome {
    margin: 0px auto 0 !important;
}

.layout-modern .linksLogo {
    margin: 22px auto 0 !important;
}

.layout-modern .bt-header.buscadorHome .container-fluid,
.layout-modern .linksLogo .container-fluid {
    width: 100% !important;
    max-width: none !important;
}

.layout-modern .bt-header.buscadorHome .form_search,
.layout-modern .bt-header.buscadorHome form,
.layout-modern .linksLogo .row,
.layout-modern .linksLogo .box-links.box-links-home {
    width: 100% !important;
}

.layout-modern .linksLogo .row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
    align-items: end;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.layout-modern .linksLogo .row > [class*="col-"] {
    width: auto !important;
    max-width: none !important;
    min-width: 0;
    float: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.layout-modern .linksLogo .row > .pull-right {
    justify-self: end;
    margin-top: 0 !important;
}

.layout-modern .linksLogo .search-input {
    width: min(100%, 520px) !important;
}

.layout-modern .linksLogo .box-links.box-links-home {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(112px, 1fr));
    gap: 14px !important;
    margin-top: 24px !important;
    align-items: stretch;
}

.layout-modern .linksLogo .box-links.box-links-home a {
    width: 100% !important;
    min-width: 0;
}

@media only screen and (max-width: 992px) {
    .layout-modern .bt-header.buscadorHome {
        margin-top: 18px !important;
    }

    .layout-modern .linksLogo .row {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .layout-modern .linksLogo .row > .pull-right {
        justify-self: start;
        text-align: left !important;
    }
}

@media only screen and (max-width: 767px) {
    .layout-modern .bt-header.buscadorHome,
    .layout-modern .linksLogo {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        border-radius: 0 !important;
    }

    .layout-modern .linksLogo {
        margin-top: 16px !important;
    }

    .layout-modern .linksLogo .box-links.box-links-home {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* AC0140 */
.layout-modern .veiculosHome .result-item-image {
    background: #f3f4f6 !important;
}

.layout-modern .veiculosHome .result-item-image img {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    object-fit: contain !important;
    object-position: center center !important;
}

.layout-modern .veiculosHome .result-item2:hover .result-item-image img {
    transform: none !important;
}

/* AC0141 */
.layout-modern .veiculosHome .result-item-image {
    aspect-ratio: 4 / 3;
    height: auto !important;
}

.layout-modern .veiculosHome .result-item-image .media-box {
    height: 100% !important;
}

/* AC0142 */
.layout-modern .contentEstoque .lista-veiculos .results-grid-view {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 24px !important;
    align-items: stretch;
}

.layout-modern .contentEstoque .results-grid-view > .result-item {
    display: flex !important;
    flex-direction: column;
    width: 100% !important;
    max-width: none !important;
    min-width: 0;
    margin: 0 !important;
    float: none !important;
    clear: none !important;
    overflow: hidden;
    border: 1px solid var(--acBordaClara);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 3px 10px rgba(15, 23, 42, .15) !important;
    transition: transform .25s ease, box-shadow .25s ease;
}

.layout-modern .contentEstoque .result-item-image {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    height: auto !important;
    background: #f3f4f6 !important;
}

.layout-modern .contentEstoque .result-item-image .media-box {
    position: relative;
    display: block;
    width: 100%;
    height: 100% !important;
}

.layout-modern .contentEstoque .result-item-image img {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    border-radius: 0 !important;
    object-fit: contain !important;
    object-position: center center !important;
    transition: none !important;
}

.layout-modern .contentEstoque .result-item-in {
    height: auto !important;
    min-height: 132px;
    padding: 16px !important;
    overflow: visible !important;
}

.layout-modern .contentEstoque .result-item-sub-title {
    display: -webkit-box;
    min-height: 50px;
    margin: 0 0 14px !important;
    color: #4b5563;
    font-size: 13px !important;
    font-weight: 800;
    line-height: 1.35;
    text-transform: uppercase;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.layout-modern .contentEstoque .result-item-cont {
    margin-top: auto;
    padding: 16px !important;
    border-top: 1px solid var(--acBordaClara);
    background: #ffffff;
}

.layout-modern .contentEstoque .result-item-cont .row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    margin: 0 !important;
}

.layout-modern .contentEstoque .result-item-cont .col-md-7,
.layout-modern .contentEstoque .result-item-cont .col-md-5 {
    width: 100% !important;
    max-width: none !important;
    float: none !important;
    padding: 0 !important;
}

.layout-modern .contentEstoque .result-item-pricing-home .price {
    color: var(--acTextoForte);
    font-size: 27px;
    line-height: 1.1;
    font-weight: 900;
}

.layout-modern .contentEstoque .result-item-pricing-home .price small {
    color: var(--acTextoSec) !important;
    font-size: 13px !important;
    font-weight: 800;
}

.layout-modern .contentEstoque .result-item-pricing-home .btnDetalhes {
    width: 100%;
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--buttonBgColor) !important;
    border-radius: 5px;
    background: transparent !important;
    color: var(--acTextoForte) !important;
    font-weight: 900;
    text-transform: uppercase;
}

.layout-modern .contentEstoque .result-item-pricing-home .btnDetalhes:hover {
    background: var(--acTextoForte) !important;
    color: #ffffff !important;
}

.layout-modern.modoNoturno .contentEstoque .results-grid-view > .result-item,
.layout-modern.modoNoturno .contentEstoque .result-item-in,
.layout-modern.modoNoturno .contentEstoque .result-item-cont {
    border-color: var(--acBordaEscura) !important;
    background: #181a20 !important;
}

.layout-modern.modoNoturno .contentEstoque .result-item-sub-title,
.layout-modern.modoNoturno .contentEstoque .vehicle-card-specs span {
    color: var(--acTextoSec2) !important;
}


/* AC0143 */
.layout-modern.modoNoturno .contentEstoque .result-item-pricing-home .btnDetalhes {
    border-color: var(--acTextoClaro);
    color: var(--acTextoClaro) !important;
}

.layout-modern.modoNoturno .contentEstoque .result-item-pricing-home .btnDetalhes:hover {
    background: var(--acTextoClaro) !important;
    color: var(--acCampoEscuro) !important;
}

@media only screen and (max-width: 1200px) {
    .layout-modern .contentEstoque .lista-veiculos .results-grid-view {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media only screen and (max-width: 767px) {
    .layout-modern .contentEstoque .lista-veiculos .results-grid-view {
        grid-template-columns: 1fr !important;
    }
}

/* AC0144 */
.layout-modern .contentEstoque > .container-fluid:first-child {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.layout-modern .linksLogo.linkslogoVeiculos {
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    min-height: 96px;
    margin: 0 !important;
    padding: 10px 28px !important;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    background: #f3f4f6 !important;
    box-shadow: none !important;
}

.layout-modern .linkslogoVeiculos .swiper-gallery-stock {
    width: 100% !important;
    height: 76px;
    display: flex;
    align-items: center;
    overflow: hidden !important;
    padding: 0 46px !important;
}

.layout-modern .linkslogoVeiculos .box-links.swiper-wrapper {
    width: auto !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center;
    gap: 0;
    margin: 0 !important;
}

.layout-modern .linkslogoVeiculos .box-links a,
.layout-modern .linkslogoVeiculos .box-links a.swiper-slide {
    flex: 0 0 96px !important;
    width: 96px !important;
    height: 72px !important;
    min-width: 96px !important;
    margin: 0 4px !important;
    padding: 8px 6px !important;
    display: inline-flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    float: none !important;
    border: 1px solid var(--acBordaClara);
    border-radius: 5px;
    background: #ffffff;
    box-shadow: none !important;
    transition: border-color .2s ease, transform .2s ease;
}

.layout-modern .linkslogoVeiculos .box-links a:hover {
    transform: translateY(-2px);
    border-color: var(--buttonBgColor);
}

.layout-modern .linkslogoVeiculos .box-links a img {
    width: 36px !important;
    height: 36px !important;
    max-width: 36px !important;
    object-fit: contain;
    margin: 0 0 4px !important;
}

.layout-modern .linkslogoVeiculos .box-links a span {
    max-width: 100%;
    color: #374151 !important;
    font-size: 11px !important;
    line-height: 1.1;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.layout-modern .linkslogoVeiculos .swiper-gallery-stock .chevron {
    width: 42px !important;
    top: 0;
    bottom: 0;
    left: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #f3f4f6 65%, rgba(243, 244, 246, 0));
}

.layout-modern .linkslogoVeiculos .swiper-gallery-stock .chevron.chevron-right {
    left: auto !important;
    right: 0 !important;
    background: linear-gradient(270deg, #f3f4f6 65%, rgba(243, 244, 246, 0));
}

.layout-modern .linkslogoVeiculos .swiper-gallery-stock .chevron svg {
    width: 13px;
    height: 22px;
}

.layout-modern.modoNoturno .linksLogo.linkslogoVeiculos {
    background: #111318 !important;
}

.layout-modern.modoNoturno .linkslogoVeiculos .box-links a {
    border-color: var(--acBordaEscura);
    background: #ffffff;
}

.layout-modern.modoNoturno .linkslogoVeiculos .box-links a span {
    color: #222 !important;
}

.layout-modern.modoNoturno .linkslogoVeiculos .swiper-gallery-stock .chevron {
    background: linear-gradient(90deg, #111318 65%, rgba(17, 19, 24, 0));
}

.layout-modern.modoNoturno .linkslogoVeiculos .swiper-gallery-stock .chevron.chevron-right {
    background: linear-gradient(270deg, #111318 65%, rgba(17, 19, 24, 0));
}

@media only screen and (max-width: 767px) {
    .layout-modern .linksLogo.linkslogoVeiculos {
        min-height: 86px;
        padding: 8px 10px !important;
    }

    .layout-modern .linkslogoVeiculos .swiper-gallery-stock {
        height: 68px;
        padding: 0 34px !important;
    }

    .layout-modern .linkslogoVeiculos .box-links a,
    .layout-modern .linkslogoVeiculos .box-links a.swiper-slide {
        flex-basis: 84px !important;
        width: 84px !important;
        min-width: 84px !important;
        height: 64px !important;
    }
}

/* AC0145 */
.layout-modern .carouselLoopWrapper73 {
    gap: 18px;
    padding: 10px 0 24px;
    align-items: stretch;
}

.layout-modern .carouselCard73 {
    flex: 0 0 360px;
    min-height: 300px;
    margin: 0;
    padding: 22px;
    display: flex;
    flex-direction: column;
    text-align: left;
    border: 1px solid var(--acBordaClara);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(15, 23, 42, .08);
}

.layout-modern .review-card-header {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    margin-bottom: 14px;
}

.layout-modern .review-avatar {
    position: relative;
    display: block;
    width: 58px;
    height: 58px;
}

.layout-modern .carouselCard73 .review-card-header img {
    width: 58px;
    height: 58px;
    object-fit: cover;
    border: 2px solid #ffffff;
    border-radius: 999px !important;
    box-shadow: 0 4px 12px rgba(15, 23, 42, .16);
}

.layout-modern .review-verified-icon {
    position: absolute;
    right: -2px;
    bottom: -2px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    color: #1a73e8;
    background: #ffffff;
    border-radius: 999px;
    font-size: 18px;
    line-height: 1;
}

.layout-modern .review-card-author {
    min-width: 0;
}

.layout-modern .review-card-author h4 {
    margin: 0 0 4px;
    color: #111827;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 800;
}

.layout-modern .review-stars {
    display: flex;
    gap: 3px;
    margin: 0 0 14px;
    color: #fbbc04;
    font-size: 17px;
    line-height: 1;
}

.layout-modern .carouselCard73 p {
    margin: 0;
    color: #4b5563;
    font-size: 14px;
    line-height: 1.65;
}

.layout-modern.modoNoturno .carouselCard73 {
    border-color: var(--acBordaEscura);
    background: #181a20;
    box-shadow: 0 14px 30px rgba(0, 0, 0, .22);
}

.layout-modern.modoNoturno .review-card-author h4 {
    color: var(--acTextoClaro);
}

.layout-modern.modoNoturno .carouselCard73 p {
    color: var(--acTextoSec2);
}

@media only screen and (max-width: 767px) {
    .layout-modern .carouselCard73 {
        flex: 0 0 86%;
        min-height: 280px;
        padding: 20px;
    }
}

/* AC0146 */
@media only screen and (min-width: 768px) and (max-width: 1331px) {
    .layout-modern .contentEstoque .search-filters .form-group2 {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 10px;
    }

    .layout-modern .contentEstoque .search-filters .form-group2 select {
        width: 100% !important;
        float: none !important;
        margin-right: 0 !important;
        margin-bottom: 0 !important;
    }
}

/* AC0147 */
.layout-modern .float-wpp {
    -webkit-animation: anima-whats 2s ease-in 7s infinite alternate forwards;
    animation: anima-whats 2s ease-in 7s infinite alternate forwards;
    bottom: 20px;
    align-items: center;
    background: #25d366;
    border: 4px solid #fff;
    border-radius: 50%;
    box-shadow: 0 12px 28px rgba(37,211,102,.35);
    color: #fff;
    display: flex;
    font-size: 32px;
    height: 58px;
    justify-content: center;
    position: fixed;
    right: 20px;
    text-decoration: none;
    transition: transform .5s ease, box-shadow .3s ease, background-color .3s ease;
    width: 58px;
    z-index: 10123220;
}

.layout-modern .float-wpp:hover,
.layout-modern .float-wpp:focus {
    background: #20bf5a;
    box-shadow: 0 14px 34px rgba(37,211,102,.5);
    color: #fff;
    text-decoration: none;
}

.layout-modern .float-wpp.social-sidebar-collapsed {
    -webkit-animation: none;
    animation: none;
    transform: translateX(-80px);
}

.layout-modern .socialLinksFixed73 {
    position: fixed;
    top: 50%;
    right: 0;
    /* AC0148 */
    transform: translateY(var(--sidebar-y, -50%));
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 6px;
    background: rgba(255,255,255,.82);
    border: 1px solid rgba(0,0,0,.08);
    border-right: 0;
    border-radius: 11px 0 0 11px;
    box-shadow: 0 12px 32px rgba(0,0,0,.18);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: transform .5s ease, opacity .4s ease, visibility .4s;
    z-index: 9999;
}

/* AC0149 */
.layout-modern .socialLinksFixed73.social-sidebar-hidden {
    transform: translate(110%, var(--sidebar-y, -50%));
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.layout-modern .socialLink73 {
    width: 33px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    font-size: 15px;
    line-height: 1;
    transition: transform .25s ease, box-shadow .25s ease, background-color .25s ease;
    box-shadow: 0 6px 16px rgba(0,0,0,.22);
}

.layout-modern .socialLink73:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 20px rgba(0,0,0,.3);
    color: #fff;
    text-decoration: none;
}

.layout-modern .socialLinksDivider73 {
    display: block;
    height: 1px;
    margin: 3px 0;
    background: rgba(0,0,0,.16);
}

/* AC0150 */
.layout-modern .socialLinksFixed73.sidebar-arrastando {
    transition: none !important;
}

/* AC0151 */
.layout-modern .socialDragHandle73 {
    height: 30px;
    margin-top: 3px;
    border-radius: 8px;
    cursor: grab;
    touch-action: none;                 /* AC0152 */
    -webkit-user-select: none;
    user-select: none;
    background-color: rgba(15, 23, 42, .05);
    background-image: radial-gradient(rgba(15, 23, 42, .38) 1.1px, transparent 1.2px);
    background-size: 5px 5px;
    background-position: center;
    transition: background-color .2s ease;
}

.layout-modern .socialDragHandle73:hover {
    background-color: rgba(15, 23, 42, .11);
}

.layout-modern .socialDragHandle73.arrastando {
    cursor: grabbing;
    background-color: rgba(15, 23, 42, .16);
}

.layout-modern.modoNoturno .socialDragHandle73 {
    background-color: rgba(255, 255, 255, .07);
    background-image: radial-gradient(rgba(255, 255, 255, .42) 1.1px, transparent 1.2px);
}

.layout-modern.modoNoturno .socialDragHandle73:hover {
    background-color: rgba(255, 255, 255, .14);
}

.layout-modern.modoNoturno .socialDragHandle73.arrastando {
    background-color: rgba(255, 255, 255, .2);
}

.layout-modern .facebook73 {
    background-color: #1877F2;
}

.layout-modern .instagram73 {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.layout-modern .youtube73 {
    background-color: #FF0000;
}

.layout-modern .tiktok73 {
    background: linear-gradient(135deg, #25F4EE 0%, #000000 50%, #FE2C55 100%);
}

.layout-modern .minimizeSocial73 {
    background: #eceff3;
    color: #555;
}

.layout-modern .minimizeSocial73:hover {
    background: #dde2e8;
    color: #333;
}

.layout-modern .minimizeSocial73 i {
    transition: transform .25s ease;
}

.layout-modern .minimizeSocial73:hover i {
    transform: translateX(3px);
}

.layout-modern .restoreSocial73 {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #fff;
    border-radius: 50%;
    box-shadow: 0 12px 28px rgba(0,0,0,.25);
    cursor: pointer;
    font-size: 18px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(85px);
    transition: transform .5s ease, opacity .35s ease, box-shadow .25s ease;
    z-index: 10123219;
}

.layout-modern .restoreSocial73:hover {
    box-shadow: 0 14px 34px rgba(0,0,0,.35);
    transform: translateY(85px) scale(1.04);
}

.layout-modern .restoreSocial73.restore-social-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.layout-modern .restoreSocial73.restore-social-visible:hover {
    transform: translateY(0) scale(1.08);
}

/* AC0153 */
.layout-modern .btn-primary:not(.btnDetalhes),
.layout-modern .btn-default:not(.btnDetalhes) {
    background: transparent !important;
    background-color: transparent !important;
    border: 2px solid var(--acTextoForte) !important;
    color: var(--acTextoForte) !important;
    /* AC0154 */
    font-weight: 700 !important;
    text-transform: uppercase;
    filter: none !important;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}

/* AC0155 */
.layout-modern .btn-primary:not(.btnDetalhes) i,
.layout-modern .btn-default:not(.btnDetalhes) i {
    color: inherit !important;
}

.layout-modern .btn-primary:not(.btnDetalhes):hover,
.layout-modern .btn-primary:not(.btnDetalhes):focus,
.layout-modern .btn-default:not(.btnDetalhes):hover,
.layout-modern .btn-default:not(.btnDetalhes):focus {
    background: var(--acTextoForte) !important;
    background-color: var(--acTextoForte) !important;
    border-color: var(--acTextoForte) !important;
    color: #ffffff !important;
    filter: none !important;
}

/* AC0156 */
.layout-modern.modoNoturno .btn-primary:not(.btnDetalhes),
.layout-modern.modoNoturno .btn-default:not(.btnDetalhes) {
    border-color: var(--acTextoClaro) !important;
    color: var(--acTextoClaro) !important;
}

.layout-modern.modoNoturno .btn-primary:not(.btnDetalhes):hover,
.layout-modern.modoNoturno .btn-primary:not(.btnDetalhes):focus,
.layout-modern.modoNoturno .btn-default:not(.btnDetalhes):hover,
.layout-modern.modoNoturno .btn-default:not(.btnDetalhes):focus {
    background: var(--acTextoClaro) !important;
    background-color: var(--acTextoClaro) !important;
    border-color: var(--acTextoClaro) !important;
    color: var(--acCampoEscuro) !important;
}

/* AC0157 */
.layout-modern .home-sell-cta .btn:not(.btnDetalhes) {
    border-color: #000000 !important;
    color: #000000 !important;
}

.layout-modern .home-sell-cta .btn:not(.btnDetalhes):hover,
.layout-modern .home-sell-cta .btn:not(.btnDetalhes):focus {
    background: #000000 !important;
    background-color: #000000 !important;
    border-color: #000000 !important;
    color: #ffffff !important;
}

.layout-modern.modoNoturno .home-sell-cta .btn:not(.btnDetalhes) {
    border-color: #ffffff !important;
    color: #ffffff !important;
}

.layout-modern.modoNoturno .home-sell-cta .btn:not(.btnDetalhes):hover,
.layout-modern.modoNoturno .home-sell-cta .btn:not(.btnDetalhes):focus {
    background: #ffffff !important;
    background-color: #ffffff !important;
    border-color: #ffffff !important;
    color: var(--acTextoForte) !important;
}

/* AC0158 */
.layout-modern .bt-header.buscadorHome .form-control {
    margin-bottom: 0 !important;
}

/* AC0159 */
.layout-modern .estoqueCompleto.mobile .btn-primary {
    padding: 6px 24px !important;
}


/* AC0160 */
@media only screen and (max-width: 992px) {
    /* AC0161 */
    .layout-modern .footer-main-row > .footer_widget {
        width: 100% !important;
        max-width: 100% !important;
        float: none !important;
        flex: 0 0 100% !important;
    }

    .layout-modern .footer-social-row,
    .layout-modern .footer-location,
    .layout-modern .footer-contact,
    .layout-modern .footer-sitemap {
        text-align: center;
        justify-content: center;
    }

    .layout-modern .footer_widget .widgettitle {
        text-align: center;
    }

    .layout-modern .footer-location p {
        justify-content: center;
    }

    .layout-modern .footer-phone-list,
    .layout-modern .footer-contact-button {
        margin-left: auto;
        margin-right: auto;
    }
}


/* AC0162 */
.layout-modern #edit-Popup .modal-dialog {
    max-width: 420px;
}

.layout-modern #edit-Popup .modal-content,
.layout-modern.modoNoturno #edit-Popup .modal-content {
    /* AC0541 */
    --pop-accent: var(--acAnalogaA, #ff5a1f);
    --pop-brilho: var(--acAnalogaBRgb, 255, 90, 31);
    position: relative;
    background: #ffffff !important;
    color: var(--acTextoForte) !important;
    border: 0;
    border-radius: 18px;
    overflow: visible;
    box-shadow: 0 30px 80px rgba(15, 23, 42, .35), 0 0 0 1px rgba(15, 23, 42, .05);
    animation: popIn .35s cubic-bezier(.2, .8, .25, 1) both;
}

@keyframes popIn {
    from { opacity: 0; transform: translateY(12px) scale(.96); }
    to   { opacity: 1; transform: translateY(0) scale(1); }
}

.layout-modern #edit-Popup .modal-body {
    padding: 26px 24px 24px;
    overflow: visible !important;
    color: var(--acTextoForte);
}

/* AC0163 */
.layout-modern #edit-Popup .popupClose {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 3;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 50%;
    background: rgba(15, 23, 42, .06);
    color: var(--acTextoForte);
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    transition: background .2s ease, transform .2s ease;
}

.layout-modern #edit-Popup .popupClose:hover {
    background: rgba(15, 23, 42, .12);
    transform: rotate(90deg);
}

/* AC0164 */
.layout-modern #edit-Popup .tituloPromocaoPopup {
    display: inline-block;
    margin: 0 0 14px;
    padding: 7px 18px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--headerColor) !important;
    background: linear-gradient(135deg, var(--headerBgColor), var(--headerBgColor)) !important;
    box-shadow: 0 8px 20px rgba(var(--pop-brilho), .35);
}

.layout-modern #edit-Popup .popupVeiculoNome {
    margin: 0;
    font-size: 27px;
    font-weight: 900;
    line-height: 1.05;
    color: var(--acTextoForte) !important;
}

.layout-modern #edit-Popup .popupVeiculoVersao {
    margin: 5px 0 14px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .3px;
    text-transform: uppercase;
    color: var(--acTextoSec) !important;
}

/* AC0165 */
.layout-modern #edit-Popup .popupFotoWrap {
    position: relative;
    display: block;
    border-radius: 12px;
    overflow: hidden;
}

.layout-modern #edit-Popup .popupVeiculoFoto {
    width: 100%;
    display: block;
    border-radius: 12px;
}

.layout-modern #edit-Popup .popupFotoWrap::after {
    content: "";
    position: absolute;
    top: 0;
    left: -60%;
    width: 50%;
    height: 100%;
    background: linear-gradient(100deg, transparent, rgba(255, 255, 255, .55), transparent);
    transform: skewX(-18deg);
    animation: popShine 3.4s ease-in-out infinite;
    pointer-events: none;
}

@keyframes popShine {
    0%, 55% { left: -60%; }
    100% { left: 130%; }
}

/* AC0166 */
.layout-modern #edit-Popup .popupPreco {
    position: static !important;
    margin-top: 16px;
    text-align: center;
}

/* AC0528 */
.layout-modern #edit-Popup .popupPrecoDe {
    display: block;
    font-size: 15px;
    color: var(--acTextoSec) !important;
}

.layout-modern #edit-Popup .popupPrecoDe b {
    font-weight: 600;
    text-decoration: line-through;
}

.layout-modern #edit-Popup .popupPrecoPor {
    display: inline-block;
    margin-top: 2px;
    font-size: 33px;
    font-weight: 900;
    line-height: 1.1;
    color: var(--pop-accent) !important;
    animation: popPulse 1.8s ease-in-out infinite;
}

@keyframes popPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.04); }
}

/* AC0167 */
.layout-modern #edit-Popup .popupCta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin-top: 18px;
    padding: 14px 18px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: .5px;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--headerColor) !important;
    background: linear-gradient(135deg, var(--headerBgColor), var(--headerBgColor)) !important;
    box-shadow: 0 12px 26px rgba(var(--pop-brilho), .4);
    animation: popCtaPulse 1.8s ease-in-out infinite;
    transition: transform .15s ease;
}

/* AC0542 */
.layout-modern #edit-Popup .popupCta:hover {
    color: var(--headerColor) !important;
    transform: translateY(-2px);
}

@keyframes popCtaPulse {
    0%, 100% { box-shadow: 0 12px 26px rgba(var(--pop-brilho), .4); }
    50% { box-shadow: 0 14px 36px rgba(var(--pop-brilho), .72); }
}

/* AC0168 */
.layout-modern #edit-Popup .modal-footer {
    display: none;
}

/* AC0169 */
@media (prefers-reduced-motion: reduce) {
    .layout-modern #edit-Popup .modal-content,
    .layout-modern #edit-Popup .popupPrecoPor,
    .layout-modern #edit-Popup .popupCta,
    .layout-modern #edit-Popup .popupFotoWrap::after {
        animation: none !important;
    }
}

/* AC0170 */
/* AC0171 */
.layout-modern .veiculosHome .result-item-image .media-box:after,
.layout-modern .contentEstoque .result-item-image .media-box:after {
    content: none !important;
    display: none !important;
}

/* AC0172 */
.layout-modern .veiculosHome .result-item-image .media-box .zoom,
.layout-modern .contentEstoque .result-item-image .media-box .zoom {
    display: none !important;
}

.layout-modern .veiculosHome .result-item-image,
.layout-modern .contentEstoque .result-item-image {
    position: relative;
    overflow: hidden;
}

/* AC0173 */
.layout-modern .veiculosHome .result-item-image::after,
.layout-modern .contentEstoque .result-item-image::after {
    content: "";
    position: absolute;
    top: 0;
    left: -60%;
    width: 50%;
    height: 100%;
    z-index: 3;
    background: linear-gradient(100deg, transparent, rgba(255, 255, 255, .55), transparent);
    transform: skewX(-18deg);
    pointer-events: none;
}

.layout-modern .veiculosHome .result-item2:hover .result-item-image::after,
.layout-modern .contentEstoque .result-item:hover .result-item-image::after {
    animation: cardShine 3.4s ease-in-out infinite;
}

/* AC0174 */
@keyframes cardShine {
    0%   { left: -60%; }
    25%  { left: 130%; }
    100% { left: 130%; }
}

/* AC0175 */
.layout-modern .veiculosHome .result-item-image img,
.layout-modern .contentEstoque .result-item-image img {
    transition: transform .4s ease !important;
}

.layout-modern .veiculosHome .result-item2:hover .result-item-image img,
.layout-modern .contentEstoque .result-item:hover .result-item-image img {
    transform: scale(1.15) !important;
}

@media (prefers-reduced-motion: reduce) {
    .layout-modern .veiculosHome .result-item2:hover .result-item-image::after,
    .layout-modern .contentEstoque .result-item:hover .result-item-image::after {
        animation: none;
    }

    .layout-modern .veiculosHome .result-item2:hover .result-item-image img,
    .layout-modern .contentEstoque .result-item:hover .result-item-image img {
        transform: none !important;
    }
}

/* AC0176 */
.layout-modern .vehicle-brand-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #edf0f4;
}

.layout-modern .vehicle-brand-logo {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    object-fit: contain;
    padding: 5px;
    border-radius: 9px;
    background: #ffffff;
    border: 1px solid #e9edf2;
    box-shadow: 0 2px 6px rgba(15, 23, 42, .06);
    transition: border-color .2s ease, transform .2s ease;
}

.layout-modern .vehicle-brand-text {
    display: flex;
    flex-direction: column;
    min-width: 0;
    line-height: 1.12;
}

/* AC0177 */
.layout-modern .vehicle-brand-model {
    font-size: 18px;
    font-weight: 800;
    color: var(--acTextoForte);
   
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* AC0178 */
/* AC0529 */
.layout-modern .vehicle-brand-name {
    margin-top: 1px;
    font-size: 11.5px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--acTextoMedio2);
}

/* AC0179 */
.layout-modern .veiculosHome .result-item2:hover .vehicle-brand-logo,
.layout-modern .contentEstoque .result-item:hover .vehicle-brand-logo {
    border-color: var(--buttonColor);
    transform: translateY(-1px);
}

/* AC0180 */
.layout-modern.modoNoturno .vehicle-brand-row {
    border-bottom-color: var(--acBordaEscura);
}

/* AC0181 */
.layout-modern.modoNoturno .vehicle-brand-logo {
    background: #ffffff;
    border-color: #e9edf2;
}

/* AC0182 */
.layout-modern #cookies {
    background: rgba(255, 255, 255, .98);
    border: 1px solid rgba(15, 23, 42, .10);
    border-radius: 12px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, .22);
    padding: 18px 0;
}

.layout-modern #cookies p {
    margin: 0;
    color: var(--acTextoMedio);
    font-size: 14px;
    line-height: 1.55;
}

.layout-modern #cookies a.cookie-privacidade-click {
    color: var(--acTextoForte) !important;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.layout-modern #cookies a.cookie-privacidade-click:hover {
    opacity: .75;
}

.layout-modern #cookies #cookies-button {
    min-width: 130px;
    padding: 11px 26px;
    border: 0;
    border-radius: 999px;
    background: var(--acTextoForte) !important;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .3px;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(15, 23, 42, .25);
    transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
}

.layout-modern #cookies #cookies-button:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(15, 23, 42, .32);
    opacity: .92;
}

/* AC0183 */
.layout-modern.modoNoturno #cookies {
    background: rgba(20, 22, 28, .98);
    border-color: rgba(255, 255, 255, .12);
    box-shadow: 0 18px 45px rgba(0, 0, 0, .55);
}

.layout-modern.modoNoturno #cookies p {
    color: var(--acTextoSec2);
}

.layout-modern.modoNoturno #cookies a.cookie-privacidade-click {
    color: var(--acTextoClaro) !important;
}

.layout-modern.modoNoturno #cookies #cookies-button {
    background: var(--acTextoClaro) !important;
    color: var(--acCampoEscuro) !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .45);
}

/* AC0184 */
.fichaFinanciamento .fin-header {
    margin: 6px 0 26px;
}

.fichaFinanciamento .fin-header h1 {
    margin: 0 0 6px;
    color: var(--acTextoForte);
    font-size: 30px;
    line-height: 1.2;
    font-weight: 400;
}

.fichaFinanciamento .fin-header h1 strong {
    font-weight: 900;
}

.fichaFinanciamento .fin-header p {
    margin: 12px 0 0;
    color: var(--acTextoSec);
    font-size: 15px;
}

/* AC0185 */
/* AC0186 */
.fichaFinanciamento .fin-card,
.vd-modern .vd-card {
    margin-bottom: 22px;
    padding: 24px;
    background: #ffffff;
    border: 1px solid var(--acBordaClara);
    border-radius: 12px;
    box-shadow: 0 3px 10px rgba(15, 23, 42, .07);
}

.fichaFinanciamento .fin-card-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid #edf0f4;
}

/* AC0187 */
.fichaFinanciamento .fin-card-icon {
    flex: 0 0 26px;
    width: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: none;
    color: var(--acTextoForte);
    font-size: 19px;
}

.fichaFinanciamento .fin-card-head h3,
.vd-modern .vd-card-head h3 {
    margin: 0;
    color: var(--acTextoForte);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.2;
}

/* AC0188 */
.fichaFinanciamento .fin-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 16px;
}

.fichaFinanciamento .fin-span-2 { grid-column: span 2; }
.fichaFinanciamento .fin-span-3 { grid-column: span 3; }
.fichaFinanciamento .fin-span-6 { grid-column: span 6; }

.fichaFinanciamento .fin-field {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.fichaFinanciamento .fin-field label {
    margin: 0 0 6px;
    color: var(--acTextoSec);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .4px;
    text-transform: uppercase;
}

.fichaFinanciamento .fin-input {
    width: 100%;
    min-height: 44px;
    padding: 9px 13px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    background: var(--acTextoClaro);
    color: #1e293b;
    font-size: 14px;
    transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.fichaFinanciamento .fin-input:focus,
.vd-modern .vehicle-enquiry-in .form-control:focus {
    outline: 0;
    border-color: var(--buttonBgColor);
    background: #ffffff;
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--buttonBgColor) 18%, transparent);
}

.fichaFinanciamento .fin-textarea {
    min-height: 110px;
    resize: vertical;
}

/* AC0189 */
.fichaFinanciamento .contato-colunas {
    display: grid;
    grid-template-columns: 30% 1fr;
    gap: 22px;
    /* AC0190 */
    align-items: stretch;
}

.fichaFinanciamento .contato-colunas .contato-info {
    height: 100%;
    margin-bottom: 0;
}

/* AC0191 */
/* AC0192 */
.fichaFinanciamento .contato-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 26px;               /* AC0193 */
}

.fichaFinanciamento .contato-info .fin-card-head {
    margin-bottom: 14px;
}

.fichaFinanciamento .contato-info .contato-item:last-child .fin-info {
    margin-bottom: 0;
}

@media only screen and (max-width: 900px) {
    .fichaFinanciamento .contato-colunas {
        grid-template-columns: 1fr;   /* AC0194 */
    }
}

/* AC0195 */
@media only screen and (min-width: 901px) and (max-width: 991px) {
    .container.fichaFinanciamento {
        width: 100% !important;
        max-width: 100% !important;
    }
}

/* AC0196 */
.fichaFinanciamento .fin-info {
    color: var(--acTextoMedio);
    font-size: 15px;
    line-height: 1.65;
}

.fichaFinanciamento .fin-info a {
    color: var(--acTextoForte);
    font-weight: 700;
}

.fichaFinanciamento .fin-info a:hover {
    opacity: .75;
}

.fichaFinanciamento .fin-field label i {
    margin-right: 5px;
}

/* AC0197 */
.fichaFinanciamento .fin-dropzone {
    min-height: 150px;
    padding: 26px;
    border: 2px dashed var(--acTextoSec2);
    border-radius: 10px;
    background: var(--acTextoClaro);
    text-align: center;
    cursor: pointer;
    transition: border-color .2s ease, background-color .2s ease;
}

.fichaFinanciamento .fin-dropzone:hover {
    border-color: var(--buttonBgColor);
    background: #ffffff;
}

.fichaFinanciamento .fin-dropzone .dz-message i {
    display: block;
    margin-bottom: 10px;
    color: var(--acTextoSec);
    font-size: 2em;
}

.fichaFinanciamento .fin-dropzone .dz-message p {
    margin: 0;
    color: var(--acTextoSec);
    font-size: 16px;
}

/* AC0198 */
.fichaFinanciamento .fin-input.error {
    border-color: #dc2626 !important;
}

/* AC0199 */
.fichaFinanciamento .fin-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    margin: 4px 0 10px;
}

.fichaFinanciamento .fin-submit {
    min-height: 50px;
    padding: 12px 34px !important;
    border-radius: 8px;
    font-size: 15px;
}

/* AC0200 */
.layout-modern.modoNoturno .fichaFinanciamento .fin-header h1 {
    color: var(--acTextoClaro);
}

.layout-modern.modoNoturno .fichaFinanciamento .fin-header p {
    color: var(--acTextoTer);
}

.layout-modern.modoNoturno .fichaFinanciamento .fin-card,
.layout-modern.modoNoturno .vd-modern .vd-card {
    background: var(--acCardEscuro);
    border-color: var(--acBordaEscura);
    box-shadow: 0 3px 12px rgba(0, 0, 0, .3);
}

.layout-modern.modoNoturno .fichaFinanciamento .fin-card-head {
    border-bottom-color: var(--acBordaEscura);
}

.layout-modern.modoNoturno .fichaFinanciamento .fin-card-head h3 {
    color: var(--acTextoClaro);
}

.layout-modern.modoNoturno .fichaFinanciamento .fin-card-icon {
    background: none;
    border: 0;
    color: var(--acTextoClaro);
}

.layout-modern.modoNoturno .fichaFinanciamento .fin-field label {
    color: var(--acTextoTer);
}

.layout-modern.modoNoturno .fichaFinanciamento .fin-input {
    background: var(--acCampoEscuro);
    border-color: var(--acBordaCampo);
    color: var(--acTextoClaro);
}

.layout-modern.modoNoturno .fichaFinanciamento .fin-input:focus {
    background: #14161c;
}

.layout-modern.modoNoturno .fichaFinanciamento .fin-info {
    color: var(--acTextoSec2);
}

.layout-modern.modoNoturno .fichaFinanciamento .fin-info a {
    color: var(--acTextoClaro);
}

.layout-modern.modoNoturno .fichaFinanciamento .fin-dropzone {
    background: var(--acCampoEscuro);
    border-color: var(--acBordaCampo);
}

.layout-modern.modoNoturno .fichaFinanciamento .fin-dropzone:hover {
    background: #14161c;
}

.layout-modern.modoNoturno .fichaFinanciamento .fin-dropzone .dz-message i,
.layout-modern.modoNoturno .fichaFinanciamento .fin-dropzone .dz-message p {
    color: var(--acTextoTer);
}

/* AC0201 */
@media only screen and (max-width: 992px) {
    .fichaFinanciamento .fin-span-2 { grid-column: span 3; }
}

@media only screen and (max-width: 640px) {
    .fichaFinanciamento .fin-card { padding: 18px; }
    .fichaFinanciamento .fin-span-2,
    .fichaFinanciamento .fin-span-3 { grid-column: span 6; }
    .fichaFinanciamento .fin-footer { justify-content: center; }
    .fichaFinanciamento .fin-submit { width: 100%; }
}

/* AC0202 */
/* AC0203 */
.vd-modern .vd-title-row {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding-bottom: 18px;
    border-bottom: 1px solid #edf0f4;
}

.vd-modern .vd-brand-logo {
    flex: 0 0 58px;
    width: 58px;
    height: 58px;
    object-fit: contain;
    padding: 7px;
    border-radius: 12px;
    background: #ffffff;
    border: 1px solid #e9edf2;
    box-shadow: 0 2px 6px rgba(15, 23, 42, .08);
}

.vd-modern .vd-title-text {
    flex: 1 1 auto;
    min-width: 0;
}

.vd-modern .vd-title {
    margin: 0;
    color: var(--acTextoForte);
    font-size: 28px;
    line-height: 1.1;
    font-weight: 900;
}

/* AC0204 */
.vd-modern .vd-title small {
    display: block;
    margin-bottom: 2px;
    color: var(--acTextoForte);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.vd-modern .vd-subtitle {
    margin: 6px 0 0;
    color: var(--acTextoSec);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.vd-modern .vd-badges {
    display: flex;
    gap: 8px;
}

.vd-modern .vd-badge {
    display: inline-flex;
    align-items: center;
    padding: 6px 14px;
    border-radius: 999px;
    background: var(--buttonBgColor);
    color: var(--buttonColor);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .5px;
}

.vd-modern .vd-badge-dark {
    background: var(--acTextoForte);
    color: #ffffff;
}

/* AC0205 */
.vd-modern .vd-badge-zero {
    gap: 7px;
    background: linear-gradient(135deg, #10b981, #059669) !important;
    color: #ffffff !important;
    box-shadow: 0 6px 16px rgba(16, 185, 129, .32);
    animation: vdZeroPulse 2.2s ease-in-out infinite;
}

.vd-modern .vd-badge-zero i {
    font-size: 13px;
}

@keyframes vdZeroPulse {
    0%, 100% { box-shadow: 0 6px 16px rgba(16, 185, 129, .30); transform: scale(1); }
    50% { box-shadow: 0 8px 24px rgba(16, 185, 129, .60); transform: scale(1.04); }
}

@media (prefers-reduced-motion: reduce) {
    .vd-modern .vd-badge-zero { animation: none; }
}

/* AC0206 */
.contentDetalhesVeiculo .vd-modern {
    margin-top: 32px;
}

/* AC0207 */
.layout-modern .home-sell-cta + .container-fluid {
    padding-top: 55px;
}

/* AC0208 */
.vd-modern .vd-specs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 14px;
}

/* AC0209 */
.vd-modern .vd-spec {
    display: flex;
    align-items: center;
    gap: 11px;
    min-width: 0;
    padding: 12px 14px;
    border: 0;
    border-radius: 10px;
    background: var(--acTextoClaro);
}

/* AC0210 */
.vd-modern .vd-spec-icon {
    flex: 0 0 26px;
    width: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--acTextoForte);
    font-size: 17px;
}

.vd-modern .vd-spec-icon .vd-icon-door {
    width: 17px;
    height: 17px;
    display: block;
}

.vd-modern .vd-spec-text {
    display: flex;
    flex-direction: column;
    min-width: 0;
    line-height: 1.25;
}

.vd-modern .vd-spec-text small {
    color: var(--acTextoSec);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.vd-modern .vd-spec-text strong {
    color: var(--acTextoForte);
    font-size: 14.5px;
    font-weight: 800 !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* AC0211 */
.vd-modern .vd-card-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid #edf0f4;
}

/* AC0212 */
.vd-modern .vd-card-icon {
    flex: 0 0 26px;
    width: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--acTextoForte);
    font-size: 19px;
}

/* AC0213 */
.vd-modern .vd-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px 18px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.vd-modern .vd-feature-grid li {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    color: var(--acTextoMedio);
    font-size: 14px;
    line-height: 1.45;
}

/* AC0214 */
.vd-modern .vd-feature-grid li i {
    flex: 0 0 auto;
    margin-top: 3px;
    color: var(--acTextoForte);
    font-size: 14px;
}

/* AC0215 */
.vd-modern .vd-about {
    color: var(--acTextoMedio2);
    font-size: 15px;
    line-height: 1.75;
}

/* AC0216 */
@media (min-width: 993px) {
    .vd-modern .vd-side {
        position: sticky;
        top: 110px;
    }
}

.vd-modern .vd-price {
    margin: 0 0 16px !important;
    padding: 18px;
    border-radius: 12px !important;
    text-align: center;
}

.vd-modern .vd-side-card {
    margin-bottom: 16px;
    padding: 20px;
}

.vd-modern .vd-side-title {
    margin: 0 0 14px;
    color: var(--acTextoForte);
    font-size: 15px;
    font-weight: 800;
    letter-spacing: .4px;
    text-transform: uppercase;
}

/* AC0217 */
.vd-modern .vehicle-enquiry-in .form-control {
    width: 100%;
    min-height: 44px;
    margin-bottom: 11px;
    padding: 9px 13px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    background: var(--acTextoClaro);
    color: #1e293b;
    font-size: 14px;
    box-shadow: none;
    transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.vd-modern .vehicle-enquiry-in textarea.form-control {
    min-height: 96px;
    resize: vertical;
}

/* AC0218 */
.vd-modern .vehicle-enquiry-in .form-control::placeholder,
.layout-modern.modoNoturno .vd-modern .vehicle-enquiry-in .form-control::placeholder {
    color: #c0c0c0;
    opacity: 1;
}

.vd-modern .vehicle-enquiry-in .checkbox-inline {
    display: block;
    margin-bottom: 12px;
}

.vd-modern .vehicle-enquiry-in .g-recaptcha {
    float: none !important;
    margin-bottom: 12px;
    transform: scale(.88);
    transform-origin: 0 0;
}

.vd-modern .vehicle-enquiry-in #buttonEmailProposta {
    min-height: 46px;
    border-radius: 8px;
}

.vd-modern .vehicle-enquiry-in #SimularFinanciamento {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    margin-top: 10px;
    border-radius: 8px;
}

/* AC0219 */
.vd-modern .vd-whatsapp {
    margin-bottom: 16px;
    text-align: center;
}

.vd-modern .vd-whatsapp .btn {
    width: 100%;
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: #fff !important;
    font-weight: 700;
}

/* AC0220 */
.vd-modern .telefone-loja .telefone {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.vd-modern .telefone-loja .telefone li {
    flex: 1 1 200px;
    min-width: 0;
    padding-bottom: 0;
}

.vd-modern .telefone-loja .telefone .btn {
    width: 100%;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    white-space: nowrap;
}

/* AC0221 */
.layout-modern.modoNoturno .vd-modern .vd-title-row,
.layout-modern.modoNoturno .vd-modern .vd-card-head {
    border-bottom-color: var(--acBordaEscura);
}

.layout-modern.modoNoturno .vd-modern .vd-title,
.layout-modern.modoNoturno .vd-modern .vd-title small,
.layout-modern.modoNoturno .vd-modern .vd-card-head h3,
.layout-modern.modoNoturno .vd-modern .vd-side-title,
.layout-modern.modoNoturno .vd-modern .vd-spec-text strong {
    color: var(--acTextoClaro);
}

.layout-modern.modoNoturno .vd-modern .vd-subtitle,
.layout-modern.modoNoturno .vd-modern .vd-spec-text small {
    color: var(--acTextoTer);
}

.layout-modern.modoNoturno .vd-modern .vd-spec {
    background: var(--acCampoEscuro);
}

/* AC0222 */
.layout-modern.modoNoturno .vd-modern .vd-spec-icon,
.layout-modern.modoNoturno .vd-modern .vd-card-icon,
.layout-modern.modoNoturno .vd-modern .vd-feature-grid li i {
    color: var(--acTextoClaro);
}

.layout-modern.modoNoturno .vd-modern .vd-feature-grid li {
    color: var(--acTextoSec2);
}

.layout-modern.modoNoturno .vd-modern .vd-about {
    color: var(--acTextoSec2);
}

.layout-modern.modoNoturno .vd-modern .vehicle-enquiry-in .form-control {
    background: var(--acCampoEscuro) !important;
    border-color: var(--acBordaCampo) !important;
    color: var(--acTextoClaro) !important;
}

.layout-modern.modoNoturno .vd-modern .vehicle-enquiry-in .form-control:focus {
    background: #14161c !important;
}

/* AC0223 */
@media only screen and (max-width: 1200px) {
    .vd-modern .vd-feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media only screen and (max-width: 640px) {
    .vd-modern .vd-card {
        padding: 18px;
    }

    .vd-modern .vd-title {
        font-size: 23px;
    }

    .vd-modern .vd-feature-grid {
        grid-template-columns: 1fr;
    }
}

/* AC0224 */
.empresaPage .emp-header {
    margin: 6px 0 26px;
}

.empresaPage .emp-header h1 {
    margin: 0;
    color: var(--acTextoForte);
    font-size: 30px;
    line-height: 1.2;
    font-weight: 400;
}

.empresaPage .emp-header h1 strong {
    font-weight: 900;
}

/* AC0225 */
.empresaPage .emp-card {
    margin-bottom: 28px;
    padding: 30px;
    border-radius: 12px;
}

.empresaPage .emp-lead {
    position: relative;
    margin: 0 0 18px;
    padding-left: 16px;
    border-left: 4px solid var(--buttonBgColor);
    color: var(--acTextoForte);
    font-size: 21px;
    line-height: 1.4;
    font-weight: 800;
}

.empresaPage .emp-texto {
    color: var(--acTextoMedio2);
    font-size: 15.5px;
    line-height: 1.85;
}

.empresaPage .emp-texto p {
    margin-bottom: 14px;
}

/* AC0226 */
.empresaPage .emp-galeria {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 15px;
    margin-bottom: 30px;
}

.empresaPage .emp-foto {
    position: relative;
    aspect-ratio: 4 / 3;
    margin: 0;
    overflow: hidden;
    border-radius: 15px;
    background-color: #eeeeee;
    background-size: 0 0;
    box-shadow: 0 6px 18px rgba(15, 23, 42, .12);
}

.empresaPage .emp-foto::before {
    content: "";
    position: absolute;
    inset: -8%;
    background-image: inherit;
    background-size: cover;
    background-position: center;
    filter: blur(20px);
}

.empresaPage .emp-foto img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform .4s ease;
}

.empresaPage .emp-foto:hover img {
    transform: scale(1.15);
}

@media (prefers-reduced-motion: reduce) {
    .empresaPage .emp-foto img { transition: none; }
    .empresaPage .emp-foto:hover img { transform: none; }
}

/* AC0227 */
.layout-modern.modoNoturno .empresaPage .emp-header h1 {
    color: var(--acTextoClaro);
}


.layout-modern.modoNoturno .empresaPage .emp-lead {
    color: var(--acTextoClaro);
}

.layout-modern.modoNoturno .empresaPage .emp-texto {
    color: var(--acTextoSec2);
}

.layout-modern.modoNoturno .empresaPage .emp-foto {
    background-color: var(--acCampoEscuro);
    box-shadow: 0 6px 18px rgba(0, 0, 0, .4);
}

/* AC0228 */
@media only screen and (max-width: 992px) {
    .empresaPage .emp-galeria {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media only screen and (max-width: 767px) {
    .empresaPage .emp-card {
        padding: 20px;
    }

    .empresaPage .emp-lead {
        font-size: 18px;
    }
}

@media only screen and (max-width: 575px) {
    .empresaPage .emp-galeria {
        grid-template-columns: 1fr;
    }
}



.layout-modern.modoNoturno .vehicle-brand-model {
    color: var(--acTextoClaro);
}

.layout-modern.modoNoturno .vehicle-brand-name {
    color: var(--acTextoTer);
}

/* AC0229 */
.layout-modern .themeSocial73 {
    font-size: 14px;
    background: #eceff3;
    color: #2f3541;
}

.layout-modern .themeSocial73.theme-is-dark {
    background: #242936;
    color: #f5b301;
}

.layout-modern .themeSocial73:hover {
    background: #dde2e8;
    color: #2f3541;
}

.layout-modern .themeSocial73.theme-is-dark:hover {
    background: #2c3242;
    color: #f5b301;
}

/* AC0230 */
.layout-modern .body {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}

/* AC0231 */
.layout-modern {
    background-color: #f3f4f6;
}

.layout-modern.modoNoturno {
    background-color: #0b0d12;
}

/* AC0232 */
/* AC0431 */
.layout-modern .message-wrap {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 46px 16px;
    border: 0;
    background: color-mix(in srgb, var(--buttonBgColor) 15%, #ffffff);
}

.layout-modern.modoNoturno .message-wrap {
    background: color-mix(in srgb, var(--buttonBgColor) 20%, #000000);
}

/* AC0432 */
.layout-modern .message-wrap:before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .10;
    background-image: repeating-linear-gradient(45deg, #000000 0, #000000 1px, transparent 1px, transparent 12px);
    pointer-events: none;
}

.layout-modern.modoNoturno .message-wrap:before {
    background-image: repeating-linear-gradient(45deg, #ffffff 0, #ffffff 1px, transparent 1px, transparent 12px);
}

/* AC0433 */
.layout-modern .message-wrap > .container-fluid {
    position: relative;
    z-index: 1;
    width: 90%;
    max-width: none;
    margin: 0 auto;
}

.layout-modern .message-wrap .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    margin: 0;
}

.layout-modern .message-wrap .row > [class*="col-"] {
    width: auto;
    max-width: none;
    flex: 1 1 auto;
    padding: 0;
    float: none;
}

.layout-modern .message-wrap .row > .col-md-3 {
    flex: 0 0 auto;
    text-align: right;
}

/* AC0434 */
.layout-modern .message-wrap h2 {
    margin: 0;
    color: var(--acTextoForte);
    font-size: 30px;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -.4px;
    text-align: left !important;
}

.layout-modern.modoNoturno .message-wrap h2 {
    color: var(--acTextoClaro);
}

/* AC0435 */
.layout-modern .message-wrap .message-shadow {
    display: none;
}

/* AC0436 */
@media only screen and (max-width: 1200px) {
    .layout-modern .message-wrap h2 {
        font-size: 25px;
    }
}

@media only screen and (max-width: 992px) {
    .layout-modern .message-wrap {
        padding: 34px 16px;
    }

    .layout-modern .message-wrap .row {
        justify-content: center;
        gap: 18px;
    }

    .layout-modern .message-wrap h2 {
        font-size: 22px;
        text-align: center !important;
    }

    .layout-modern .message-wrap .row > .col-md-3 {
        flex: 1 1 100%;
        text-align: center;
    }
}

/* AC0500 */
.layout-modern .erro404-bloco {
    max-width: 640px;
    margin: 0 auto;
    padding: 56px 20px 44px;
    text-align: center;
}

.layout-modern .erro404-numero {
    display: block;
    font-size: clamp(72px, 12vw, 132px);
    font-weight: 900;
    line-height: .9;
    letter-spacing: -.04em;
    color: var(--acBordaClara);
    user-select: none;
}

.layout-modern .erro404-titulo {
    margin: 10px 0 14px;
    color: var(--acTextoForte);
    font-size: clamp(22px, 3.2vw, 32px);
    font-weight: 900;
    line-height: 1.2;
}

.layout-modern .erro404-texto {
    margin: 0 auto 28px;
    max-width: 520px;
    color: var(--acTextoMedio2);
    font-size: 16px;
    line-height: 1.6;
}

.layout-modern .erro404-texto strong {
    color: var(--acTextoForte);
    font-weight: 700;
}

/* AC0501 */
.layout-modern .erro404-busca {
    display: flex;
    gap: 8px;
    max-width: 470px;
    margin: 0 auto 26px;
}

.layout-modern .erro404-busca input {
    flex: 1 1 auto;
    min-width: 0;
    height: 46px;
    padding: 0 14px;
    border: 1px solid var(--acBordaClara);
    border-radius: 6px;
    background: #fff;
    color: var(--acTextoForte);
    font-size: 15px;
}

.layout-modern .erro404-busca input::placeholder {
    color: var(--acTextoTer);
}

.layout-modern .erro404-busca input:focus {
    outline: 2px solid var(--acTextoForte);
    outline-offset: 1px;
    border-color: transparent;
}

/* AC0511 */
.layout-modern .erro404-busca button {
    flex: 0 0 auto;
    height: 46px;
    padding: 0 20px;
    border: 0;
    border-radius: 6px;
    background: var(--acTextoForte);
    color: var(--acTextoClaro);
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: filter .2s ease;
}

.layout-modern .erro404-busca button:hover {
    filter: brightness(92%);
}

/* AC0502 */
.layout-modern .erro404-acoes {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-bottom: 22px;
}

.layout-modern .erro404-acoes .btn {
    min-width: 210px;
    padding: 12px 22px;
    border-radius: 6px;
    font-weight: 700;
}

.layout-modern .erro404-ajuda {
    margin: 0;
    color: var(--acTextoSec);
    font-size: 14px;
}

/* AC0512 */
.layout-modern .erro404-ajuda a {
    color: var(--acTextoForte);
    font-weight: 700;
    text-decoration: underline;
}

/* AC0503 */
.layout-modern .erro404-sugestoes {
    max-width: 1350px;
    margin: 0 auto;
    padding: 34px 0 56px;
    border-top: 1px solid var(--acBordaClara);
}

/* AC0504 */
.layout-modern.modoNoturno .erro404-numero {
    color: var(--acBordaEscura);
}

.layout-modern.modoNoturno .erro404-titulo,
.layout-modern.modoNoturno .erro404-texto strong {
    color: var(--acTextoClaro);
}

.layout-modern.modoNoturno .erro404-texto {
    color: var(--acTextoSec2);
}

.layout-modern.modoNoturno .erro404-busca input {
    background: var(--acCampoEscuro);
    border-color: var(--acBordaCampo);
    color: var(--acTextoClaro);
}

.layout-modern.modoNoturno .erro404-busca input::placeholder {
    color: var(--acTextoTer);
}

/* AC0511 */
.layout-modern.modoNoturno .erro404-busca button {
    background: var(--acTextoClaro);
    color: var(--acTextoForte);
}

.layout-modern.modoNoturno .erro404-busca input:focus {
    outline-color: var(--acTextoClaro);
}

.layout-modern.modoNoturno .erro404-ajuda {
    color: var(--acTextoTer);
}

/* AC0512 */
.layout-modern.modoNoturno .erro404-ajuda a {
    color: var(--acTextoClaro);
}

.layout-modern.modoNoturno .erro404-sugestoes {
    border-top-color: var(--acBordaEscura);
}

/* AC0505 */
@media only screen and (max-width: 767px) {
    .layout-modern .erro404-bloco {
        padding: 36px 16px 30px;
    }

    .layout-modern .erro404-acoes .btn {
        width: 100%;
        min-width: 0;
    }
}

/* AC0515 */
.layout-modern .site-logo img,
body.header-layout-3 .header3-logo img {
    height: auto;
    aspect-ratio: var(--acLogoProporcao);
    object-fit: contain;
    object-position: left center;
}

/* AC0516 */
.layout-modern .site-logo img {
    width: 245px;
}

/* AC0524 */
.layout-modern .trilha {
    padding: 18px 0 2px;
    font-size: 13px;
    line-height: 1.4;
}

.layout-modern .trilha ol {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.layout-modern .trilha li {
    display: inline-flex;
    align-items: center;
    color: var(--acTextoSec);
}

/* AC0525 */
.layout-modern .trilha li + li::before {
    content: "\203A";
    margin-right: 6px;
    color: var(--acTextoTer);
}

.layout-modern .trilha a {
    color: var(--acTextoMedio2);
    text-decoration: none;
}

.layout-modern .trilha a:hover {
    color: var(--acTextoForte);
    text-decoration: underline;
}

.layout-modern .trilha li[aria-current] {
    color: var(--acTextoForte);
    font-weight: 600;
}

/* AC0526 */
.layout-modern.modoNoturno .trilha li {
    color: var(--acTextoTer);
}

.layout-modern.modoNoturno .trilha a {
    color: var(--acTextoSec2);
}

.layout-modern.modoNoturno .trilha a:hover,
.layout-modern.modoNoturno .trilha li[aria-current] {
    color: var(--acTextoClaro);
}

/* AC0527 */
@media only screen and (max-width: 767px) {
    .layout-modern .trilha {
        padding: 12px 0 0;
        font-size: 12px;
    }
}

/* AC0531
   WCAG 2.2 - 2.5.8: alvo de toque com no minimo 24x24 CSS px.
   Aumenta a AREA de toque com padding, sem mexer no tamanho do texto.
   Link dentro de frase corrida fica de fora: a norma o dispensa. */
@media only screen and (max-width: 767px) {
    .layout-modern .footer-phone-list a,
    .layout-modern .footer-sitemap a {
        padding-top: 4px;
        padding-bottom: 4px;
        min-height: 24px;
        align-items: center;
    }

    .layout-modern .footer-sitemap a {
        display: inline-flex;
    }

    /* AC0532 - barra fixa do rodape: o link ocupa a celula inteira */
    .layout-modern #rodape .rodape-acao a {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 48px;
        line-height: 1;
    }

    /* AC0533 - o logo do desenvolvedor tambem e alvo */
    .layout-modern .copyrights-right a {
        display: inline-flex;
        align-items: center;
        min-height: 24px;
        padding: 4px 0;
    }
}
