* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: #fff;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: bold;
}

:root {
    --LargMaxima: 1200px;
    --CorFundoConteudo: #ffffff;
    --CorFundoTopo: #ffffff;
    --CorFundoMenu: #ff0000;
    --CorFundoMenuSec: #ffffff;
    --CorFundoMenuMobile: #666666;
    --CorFundoRodape: #666666;
    --CorFundoValor: #424446;
    --CorTextoValor: #ffffff;
    --CorIcones: #424446;
    --CorTextoMenu: #ffffff;
    --CorTextoMenuSec: #000;
    --CorMenuMobile: #666666;
    --borda: 5px;
    --CorBotao: #ff0000;
    --CorBotaoOver: #cccccc;
    --CorBotaoDisable: #f1f1f1;
    --CorTextoBotao: #ffffff;
    --CorBotaoAnuncioProposta: #2e78d6;
    --CorBotaoAnuncioWhatsapp: #14a44d;
    --CorBotaoAnuncioTelefone: #f28c28;
    --CorTextoBotoesAnuncio: #ffffff;
}

@keyframes fade {
    0% { opacity: 0.7; }
    100% { opacity: 1; }
}

html,
body {
    background-color: var(--CorFundoConteudo);
    overflow-x: hidden;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

body { color: #424446; }
a { text-decoration: none; }
ul { list-style-type: none; }
.material-symbols-outlined { cursor: pointer; font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24; }
#corIcones { color: #666; }
.txtAmarelo { color: var(--CorFundoMenu) !important; }
h2 { font-size: 20px; }
.txtLighter { font-weight: lighter !important; }
.txt20px { font-size: 20px !important; }
.txt18px { font-size: 18px !important; }
.retrato { object-fit: contain; }

#contMenuSuspenso { background-color: rgba(0, 0, 0, 0.7); position: fixed; inset: 0; z-index: 30; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity 220ms ease, visibility 220ms ease; }
#contMenuSuspenso.is-open { opacity: 1; visibility: visible; pointer-events: auto; }
#contMenuSuspenso > #centerMenuSusp { width: min(78vw, 330px); height: 100%; background-color: var(--CorFundoMenuMobile); padding: 20px; max-width: 330px; min-width: 245px; transform: translateX(-100%); transition: transform 240ms ease; box-shadow: 12px 0 30px #00000030; }
#contMenuSuspenso.is-open > #centerMenuSusp { transform: translateX(0); }
#contMenuSuspenso > #centerMenuSusp > #contContatoFechar { display: flex; justify-content: right; align-items: end; padding: 5px 0; }
#contMenuSuspenso > #centerMenuSusp > #contRedesMS { display: flex; align-items: center; justify-content: center; gap: 20px; margin-top: 20px; margin-bottom: 40px; }
#contMenuSuspenso > #centerMenuSusp > #contRedesMS > a { background-color: rgba(255, 255, 255, 0.12); padding: 10px; border-radius: 50%; width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; }
#contMenuSuspenso > #centerMenuSusp > #contLista li { border-bottom: 1px solid rgba(255, 255, 255, 0.18); padding: 15px 0; }
#contMenuSuspenso > #centerMenuSusp > #contLista a:focus { color: var(--CorFundoMenu); }
body.menu-mobile-open { overflow: hidden; }

#contCabSup { background-color: var(--CorFundoTopo); padding: 5px 3%; border-bottom: 5px solid var(--CorFundoMenu); z-index: 4; }
#contCabSup > #centerCabSup { display: flex; align-items: center; justify-content: space-between; margin: 0 auto; }
#contCabSup > #centerCabSup > a > img { width: 100px; }
#contCabSup > #centerCabSup > #contRedesSociais { display: none; }
#contCabSup > #centerCabSup > #contRedesSociais > a { background-color: var(--CorIcones); border-radius: 50%; display: flex; justify-content: center; align-items: center; width: 40px; aspect-ratio: 1 / 1; }
#contCabSup > #centerCabSup > #contRedesSociais,
#contMenuSecundario #contRSociaisMS { align-items: center; }
#contCabSup > #centerCabSup > #contRedesSociais > a:hover,
#contRedesSociaisRodape > a:hover,
#contMenuSecundario #contRSociaisMS > a:hover { transform: scale(1.1); }
#contCabSup > #centerCabSup > #contRedesSociais > a > i,
#contRedesSociaisRodape > a > i { font-size: 23px; }
#contRedesSociaisRodape { display: flex; justify-content: center; gap: 10px; }
#contRedesSociaisRodape > a { background-color: var(--CorIcones); border-radius: 50%; display: flex; justify-content: center; align-items: center; width: 40px; aspect-ratio: 1 / 1; }
#contCabSup > #centerCabSup > .material-symbols-outlined,
#contMenuSecundario > #centerMenuSecundario > .material-symbols-outlined { font-size: 30px; color: var(--CorMenuMobile) !important; }
.contatoDiretoBlocos { display: flex; flex-direction: column; gap: 10px; }
.contatoDiretoItem { display: inline-flex; align-items: center; gap: 12px; border-radius: 8px; text-decoration: none; transition: transform 0.2s ease, box-shadow 0.2s ease; }
.contatoDiretoItem:hover { transform: translateY(-1px); box-shadow: 2px 2px 8px #0000001c; }
.contatoDiretoIcone { display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; }
.contatoDiretoTexto { font-weight: 700; line-height: 1.2; white-space: nowrap; }
.contatoDiretoItemTelefone { padding: 12px 18px; background-color: #f2f4f7; color: #5f6770; }
.contatoDiretoItemTelefone .contatoDiretoIcone,
.contatoDiretoItemTelefone .contatoDiretoIcone i { color: #5f6770 !important; font-size: 24px; width: 28px; }
.contatoDiretoItemTelefone .contatoDiretoTexto { color: #5f6770; font-size: 26px; font-weight: 700; letter-spacing: -.01em; }
.contatoDiretoItemWhatsapp { padding: 12px 18px; background-color: #1DAA61; color: #fff; }
.contatoDiretoItemWhatsapp .contatoDiretoIcone { color: #fff; font-size: 26px; width: 28px; }
.contatoDiretoItemWhatsapp .contatoDiretoTexto { color: #fff; font-size: 26px; font-weight: 700; letter-spacing: -.01em; }
.contatoDiretoBlocosTopo,
.contatoDiretoBlocosSecundario { flex-direction: row; align-items: center; gap: 14px; margin-right: 4px; }
.contatoDiretoBlocosTopo .contatoDiretoItemTelefone { padding: 8px 12px; }
.contatoDiretoBlocosTopo .contatoDiretoItemTelefone .contatoDiretoTexto { font-size: 18px; }
.contatoDiretoBlocosTopo .contatoDiretoItemTelefone,
.contatoDiretoBlocosTopo .contatoDiretoItemWhatsapp { min-height: 48px; }
.contatoDiretoBlocosTopo .contatoDiretoItemWhatsapp { padding: 10px 14px; }
.contatoDiretoBlocosTopo .contatoDiretoItemWhatsapp .contatoDiretoTexto { font-size: 18px; }
.contatoDiretoBlocosSecundario .contatoDiretoItemTelefone { padding: 8px 12px; }
.contatoDiretoBlocosSecundario .contatoDiretoItemTelefone .contatoDiretoIcone,
.contatoDiretoBlocosSecundario .contatoDiretoItemTelefone .contatoDiretoIcone i { font-size: 18px; }
.contatoDiretoBlocosSecundario .contatoDiretoItemTelefone .contatoDiretoTexto { font-size: 18px; }
.contatoDiretoBlocosSecundario .contatoDiretoItemWhatsapp { padding: 8px 12px; }
.contatoDiretoBlocosSecundario .contatoDiretoItemWhatsapp .contatoDiretoIcone { font-size: 18px; }
.contatoDiretoBlocosSecundario .contatoDiretoItemWhatsapp .contatoDiretoTexto { font-size: 18px; }

#contCabInf { background-color: var(--CorFundoMenu); height: 60px; border-bottom: 5px solid var(--CorFundoRodape); display: none; padding: 0 3%; z-index: 4; }
#contCabInf > #centerCabInf { height: 100%; display: flex; align-items: center; margin: 0 auto; }
#contCabInf ul { display: flex; gap: 20px; align-items: center; }
#contCabInf a { color: var(--CorTextoMenu) !important; font-size: 18px; background-image: linear-gradient(var(--CorTextoMenu), var(--CorTextoMenu)); background-repeat: no-repeat; background-size: 0% 2px; background-position: left bottom; padding: 5px 0; }
#contCabInf a:hover,
#contMenuSecundario ul a:hover { background-size: 100% 2px; transition: background-size 300ms; }

.contConteudo { padding: 0 3%; flex: 1; }
.contConteudo > .centerConteudo { margin: 0 auto; }
.contConteudo > .centerConteudo > .tituloPag,
.linhaCinza { background-image: linear-gradient(#e0e0e0, #e0e0e0); background-size: 100% 1px; background-repeat: no-repeat; background-position: left 65%; display: flex; justify-content: center; align-items: center; margin: 15px 0; }
.linhaCinza { height: 1px; }
.contConteudo > .centerConteudo > #verTodos { margin-bottom: 20px; text-align: center; }
.contConteudo > .centerConteudo > #verTodos > a { text-decoration: underline; font-weight: normal; color: #7b7b7b; }
.contConteudo > .centerConteudo > .tituloPag > h1 { color: #424446; background-color: var(--CorFundoConteudo); padding: 0 10px; font-size: calc(1.375rem + 1.5vw); }

.sliderHome { margin: 0 -3.2%; position: relative; }
.sliderHome .imgSlideHome { width: 100%; }
.sliderHome .slick-prev,
.sliderHome .slick-next { background-color: transparent; border: 0; position: absolute; z-index: 1; top: 50%; transform: translateY(-50%); }
.sliderHome .slick-prev { left: 0; }
.sliderHome .slick-next { right: 0; }
.sliderHome .slick-prev > span,
.sliderHome .slick-next > span { font-size: 40px; }
.sliderHome .slick-dots { position: absolute; bottom: 5%; left: 50%; transform: translateX(-50%); }
.sliderHome .slick-dots li { display: inline; margin: 0 5px; }
.sliderHome .slick-dots li button { cursor: pointer; background-color: transparent; width: 5px; height: 5px; border-radius: 50%; border: 1px solid #fff; }
.sliderHome .slick-dots li.slick-active button { background: #fff; }

.contSliderUltAnunc { position: relative; width: 305px; margin: 0 auto; }
.contSliderUltAnunc > div { padding-bottom: 5px; }
.contSliderUltAnunc .itemAnuncio { width: 300px; margin-right: 30px; }
.guiaSliderUltAnunc { width: 100%; display: flex; align-items: center; justify-content: center; margin-top: 20px; }
.guiaSliderUltAnunc .slick-prev,
.guiaSliderUltAnunc .slick-next { cursor: pointer; border: 0; bottom: 0; background-color: transparent; }
.guiaSliderUltAnunc .slick-prev { left: 35%; order: 0; }
.guiaSliderUltAnunc .slick-next { right: 35%; order: 3; }
.guiaSliderUltAnunc .slick-prev > span,
.guiaSliderUltAnunc .slick-next > span { font-size: 35px; color: #000; }
.guiaSliderUltAnunc .slick-dots { bottom: 15px; order: 2; margin: 0 15px; }
.guiaSliderUltAnunc .slick-dots li { display: inline; margin: 0 5px; }
.guiaSliderUltAnunc .slick-dots li button { cursor: pointer; background-color: transparent; width: 8px; height: 8px; border-radius: 50%; border: 1px solid #000; }
.guiaSliderUltAnunc .slick-dots li.slick-active button { background: #000; }

.fundoDadosCliente { position: fixed; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.7) !important; opacity: 1 !important; top: 0; left: 0; justify-content: center; align-items: center; display: none; z-index: 20; }
.fundoDadosCliente > .formDadosCliente { background-color: #fff; border-radius: 20px; padding: 32px 30px; display: none; position: relative; width: min(680px, calc(100% - 32px)); max-height: calc(100vh - 32px); overflow: auto; box-shadow: 0 24px 60px #00000033; }
.fundoDadosCliente > .contVisualTel { background-color: #fff; border-radius: 20px; padding: 32px 30px; display: none; position: relative; width: min(560px, calc(100% - 32px)); max-height: calc(100vh - 32px); overflow: auto; box-shadow: 0 24px 60px #00000033; }
.leadCaptureClose { position: absolute; top: 18px; right: 18px; border: 0; background: transparent; color: #94a3b8; font-size: 34px; line-height: 1; cursor: pointer; transition: color 0.2s ease, transform 0.2s ease; }
.leadCaptureClose:hover { color: #424446; transform: scale(1.05); }
.leadCaptureHeader { display: grid; gap: 8px; margin-bottom: 24px; }
.leadCaptureEyebrow { color: var(--CorBotao) !important; font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.leadCaptureTitle { color: #1f2937 !important; font-size: clamp(30px, 4vw, 46px); line-height: 1.02; max-width: 520px; }
.leadCaptureDescription { color: #5f6770 !important; font-size: 16px; line-height: 1.6; font-weight: 500; max-width: 540px; }
.leadCaptureFields { display: grid; gap: 16px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.leadCaptureField { display: grid; gap: 8px; }
.leadCaptureField.is-hidden { display: none; }
.leadCaptureField--full { grid-column: 1 / -1; }
.leadCaptureField label { color: #475569 !important; font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.fundoDadosCliente > .formDadosCliente form { display: grid; }
.leadCaptureSubmitWrap { display: flex; justify-content: center; margin-top: 28px; }
.fundoDadosCliente > .formDadosCliente input,
.fundoDadosCliente > .formDadosCliente textarea { display: block; width: 100%; border: 1px solid #d7dee7; border-radius: 14px; background-color: #f8fafc; color: #1f2937 !important; padding: 0 16px; font-size: 16px; font-weight: 600; transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease; }
.fundoDadosCliente > .formDadosCliente input { height: 54px; }
.fundoDadosCliente > .formDadosCliente textarea { min-height: 152px; padding: 14px 16px; resize: vertical; }
.fundoDadosCliente > .formDadosCliente input::placeholder,
.fundoDadosCliente > .formDadosCliente textarea::placeholder { color: #94a3b8 !important; font-weight: 500; }
.fundoDadosCliente > .formDadosCliente input:focus,
.fundoDadosCliente > .formDadosCliente textarea:focus { outline: 0; border-color: var(--CorBotao); box-shadow: 0 0 0 4px #00000010; background-color: #fff; }
.fundoDadosCliente > .formDadosCliente input[type=submit] { display: inline-flex; width: auto; min-width: 220px; padding: 0 24px; border: 0; background-color: var(--CorBotao); border-radius: 14px; color: var(--CorTextoBotao) !important; margin: 0; cursor: pointer; transition: background-color 0.2s ease, transform 0.2s ease; justify-content: center; }
.fundoDadosCliente > .formDadosCliente input[type=submit]:hover { background-color: var(--CorBotaoOver); transform: translateY(-1px); }
#leadCaptureSubmit:disabled,
#leadCaptureSubmit[disabled] { background-color: var(--CorBotaoDisable); color: #64748b !important; cursor: wait; transform: none; }
.fundoDadosCliente > .contVisualTel > p { display: block; margin: 18px 0 0; }

@media screen and (max-width: 640px) {
    .fundoDadosCliente > .formDadosCliente,
    .fundoDadosCliente > .contVisualTel { padding: 28px 20px 24px; }
    .leadCaptureFields { grid-template-columns: 1fr; }
    .leadCaptureTitle { font-size: 34px; }
    .leadCaptureSubmitWrap { display: block; margin-top: 28px; }
    .fundoDadosCliente > .formDadosCliente input[type=submit] { width: 100%; }
}

.modal { display: none; position: fixed; z-index: 6; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.7); align-items: center; justify-content: center; flex-direction: column; }
.modal .anterior,
.modal .proximo { position: absolute; top: 50%; transform: translateY(-50%); background-color: rgba(0, 0, 0, 0.3); padding: 5px; user-select: none; }
.modal .anterior { right: 90%; }
.modal .proximo { left: 90%; }
.modal-content { width: 90%; height: auto; max-width: 900px; max-height: 95%; }
.fechar { position: absolute; top: 15px; right: 35px; font-size: 30px; cursor: pointer; color: #fff; }

.contConteudo > .centerConteudo > .contPagAnunc { display: flex; flex-direction: column; gap: 20px; margin-top: 15px; }
.contConteudo > .centerConteudo > .contPagAnunc > .divEsq > h2,
.contConteudo > .centerConteudo > .contPagAnunc > .divDir > .opcionaisPagAnunc > h2,
.contConteudo > .centerConteudo > .contPagAnunc > .divDir > .desc2PagAnunc > h2,
.tituloh2 { color: #424446; text-align: left; margin-bottom: 10px; }
.contConteudo > .centerConteudo > .contPagAnunc > .divEsq > img { width: 100%; height: auto; cursor: pointer; border-radius: var(--borda); }
.contConteudo > .centerConteudo > .contPagAnunc > .divEsq > .contMiniaturas { display: grid; grid-template-columns: repeat(auto-fill, minmax(80px, 1fr)); gap: 10px; margin-bottom: 20px; }
.contConteudo > .centerConteudo > .contPagAnunc > .divEsq > .contMiniaturas > img { width: 100%; cursor: pointer; border-radius: var(--borda); }
.contConteudo > .centerConteudo > .contPagAnunc > .divEsq > .contMiniaturas > img:hover { transform: scale(1.05); }
.contConteudo > .centerConteudo > .contPagAnunc > .divEsq > .contContatosAnuncio { display: flex; gap: 5px; flex-wrap: wrap; justify-content: center; margin-bottom: 20px; }
.contConteudo > .centerConteudo > .contPagAnunc > .divEsq > .contContatosAnuncio > a { display: flex; align-items: center; padding: 10px 5px; gap: 5px; width: calc(50% - 2.5px); justify-content: center; font-size: 12px; font-weight: 500; border-radius: var(--borda); aspect-ratio: 8 / 1; }
.contConteudo > .centerConteudo > .contPagAnunc > .divEsq > .contContatosAnuncio > a:hover { box-shadow: 2px 2px 8px #0000008e; }
.contConteudo > .centerConteudo > .contPagAnunc > .divEsq > .contContatosAnuncio > .email { background-color: var(--CorBotao); color: var(--CorTextoBotao); }
.contConteudo > .centerConteudo > .contPagAnunc > .divEsq > .contContatosAnuncio > .whatsapp { background-color: #008000; }
.contConteudo > .centerConteudo > .contPagAnunc > .divEsq > .contContatosAnuncio > .telefone { background-color: var(--CorFundoRodape); color: #fff; }
.contConteudo > .centerConteudo > .contPagAnunc > .divEsq > .contContatosAnuncio > .estoque { background-color: var(--CorFundoRodape); color: #fff; }
.contConteudo > .centerConteudo > .contPagAnunc > .divDir hr { border-top: 1px solid #424446; }
.contConteudo > .centerConteudo > .contPagAnunc > .divDir > .tituloPagAnunc { color: #000; font-size: 28px; margin-bottom: 5px; }
.contConteudo > .centerConteudo > .contPagAnunc > .divDir > .subtituloPagAnunc { color: #424446; font-size: 20px; font-weight: 500; margin-bottom: 40px; }
.contConteudo > .centerConteudo > .contPagAnunc > .divDir > .precoPagAnunc { display: flex; justify-content: center; margin-bottom: 40px; }
.contConteudo > .centerConteudo > .contPagAnunc > .divDir > .precoPagAnunc > h2 { background-color: var(--CorFundoValor); color: var(--CorTextoValor); padding: 20px; font-size: 24px; border-radius: var(--borda); }
.contConteudo > .centerConteudo > .contPagAnunc > .divDir > .desc1PagAnunc { margin-bottom: 30px; }
.contConteudo > .centerConteudo > .contPagAnunc > .divDir > .desc1PagAnunc ul,
.contConteudo > .centerConteudo > .contPagAnunc > .divDir > .opcionaisPagAnunc ul { margin: 0 auto; max-width: 640px; }
.contConteudo > .centerConteudo > .contPagAnunc > .divDir > .desc1PagAnunc li,
.contConteudo > .centerConteudo > .contPagAnunc > .divDir > .opcionaisPagAnunc li { color: #424446; display: inline-block; width: 49%; line-height: 1.8; }
.contConteudo > .centerConteudo > .contPagAnunc > .divDir > .desc1PagAnunc li { font-weight: normal; }
.contConteudo > .centerConteudo > .contPagAnunc > .divDir > .desc1PagAnunc strong,
.contConteudo > .centerConteudo > .contPagAnunc > .divDir > .desc2PagAnunc > p { color: #424446; }
.contConteudo > .centerConteudo > .contPagAnunc > .divDir > .desc1PagAnunc li:before { content: '| '; }
.contConteudo > .centerConteudo > .contPagAnunc > .divDir > .opcionaisPagAnunc { margin-bottom: 30px; }
.contConteudo > .centerConteudo > .contPagAnunc > .divDir > .opcionaisPagAnunc li { font-weight: 400; line-height: 1.5; }
.contConteudo > .centerConteudo > .contPagAnunc > .divDir > .opcionaisPagAnunc .material-symbols-outlined { color: rgb(0, 208, 0); font-size: 16px; }

.contConteudo > .centerConteudo > .contLocalizacao { display: flex; flex-direction: column; gap: 20px; }
.contConteudo > .centerConteudo > .contLocalizacao > .contTxtLocalizacao { flex: 1; }
.contConteudo > .centerConteudo > .contLocalizacao > .contTxtLocalizacao > .subtituloPag,
.contContato .tituloDadosContato,
.dadosContato .tituloDadosContato,
.contContato .tituloFormContato { background-image: linear-gradient(#e0e0e0, #e0e0e0); background-size: 100% 1px; background-repeat: no-repeat; background-position: left 65%; }
.contConteudo > .centerConteudo > .contLocalizacao > .contTxtLocalizacao > .subtituloPag > h2,
.contContato h2,
.dadosContato h2 { color: #333; background-color: var(--CorFundoConteudo); display: inline-block; padding: 0 10px 0 0; font-size: calc(1.3rem + .6vw); }
.contConteudo > .centerConteudo > .contLocalizacao > .contTxtLocalizacao > h3,
.contConteudo > .centerConteudo > .contSobre > p,
.dadosContato > span,
.dadosContato .material-symbols-outlined { color: #666; }
.contConteudo > .centerConteudo > .contSobre { display: flex; flex-direction: column; gap: 20px; }
.contConteudo > .centerConteudo > .contSobre > img { box-shadow: 1px 1px 8px #888888a8; border: 0; width: 90%; height: auto; max-width: 620px; }

.contContato { display: flex; flex-direction: column; gap: 40px; }
.contContato .tituloDadosContato,
.dadosContato .tituloDadosContato { margin: 40px 0 8px; }
.dadosContato > .tituloDadosContato:first-child { margin-top: 15px; }
.dadosContato > span { display: block; font-weight: normal; }
.dadosContato { display: flex; flex-direction: column; }
.mapaContatoLoja { margin: 54px 0 20px; width: 100%; min-height: 360px; aspect-ratio: 1.6; box-shadow: 1px 1px 8px #888888a8; border: 0; }
.contContato > .formContato label { display: block; color: #333; font-weight: 500; line-height: 1.5; margin-top: 20px; }
.honeypotWrap { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; opacity: 0 !important; pointer-events: none !important; }
.honeypotWrap label,
.honeypotWrap input { margin: 0 !important; padding: 0 !important; border: 0 !important; }
.contContato > .formContato input,
.contContato > .formContato textarea { display: block; font-weight: 500; min-height: 46px; width: 100%; color: #424446; background-color: var(--CorFundoConteudo); border: 1px solid #e0e0e0; border-radius: 10px; padding: 0 14px; }
.contContato > .formContato input:focus,
.contContato > .formContato textarea:focus { outline: none; border-color: #94a3b8; box-shadow: 0 0 0 3px rgba(148, 163, 184, .18); }
.contContato > .formContato textarea { min-height: 120px; padding-top: 12px; padding-bottom: 12px; resize: none; }
.contContato > .formContato input[type=submit],
.btn-lojista { padding: 10px 20px; font-size: 16px; background-color: var(--CorBotao); color: var(--CorTextoBotao); border: none; border-radius: 5px; cursor: pointer; text-decoration: none; transition: background-color 0.3s ease; }
.contContato > .formContato input[type=submit] { width: auto; margin: 20px auto 0; }
.contContato > .formContato input[type=submit]:hover,
.btn-lojista:hover { background-color: var(--CorBotaoOver); }
.cardContatoLoja { background-color: #fff; border: 1px solid #ececec; border-radius: 12px; box-shadow: 1px 1px 8px #88888824; padding: 24px; display: flex; flex-direction: column; gap: 18px; }
.cardContatoLojaAmplo { margin-top: 44px; }
.cardContatoColunaInfo,
.cardContatoColunaAcoes { display: flex; flex-direction: column; gap: 18px; align-items: center; justify-content: center; text-align: center; }
.cardContatoLinha { display: flex; gap: 14px; align-items: flex-start; }
.cardContatoColunaInfo .cardContatoLinha + .cardContatoLinha { padding-top: 18px; border-top: 1px solid #ececec; }
.cardContatoIcone { width: 38px; min-width: 38px; height: 38px; border-radius: 999px; background: #f4f4f4; display: flex; align-items: center; justify-content: center; }
.cardContatoTexto { flex: 1; }
.cardContatoLabel { display: block; color: #666; font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 6px; }
.cardContatoTexto p { color: #424446; font-weight: 500; line-height: 1.6; }
.cardContatoChamada { color: #000; font-size: 18px; font-weight: 700; }
.contatoDiretoBlocosCard { width: 100%; max-width: 320px; align-items: center; justify-content: center; margin: 0 auto; }
.contatoDiretoBlocosCard .contatoDiretoItem { width: 100%; justify-content: center; }
.contatoDiretoBlocosCard .contatoDiretoItemTelefone { justify-content: center; padding: 10px 16px; }
.contatoDiretoBlocosCard .contatoDiretoItemTelefone .contatoDiretoIcone,
.contatoDiretoBlocosCard .contatoDiretoItemTelefone .contatoDiretoIcone i { color: #5f6770 !important; }
.contatoDiretoBlocosCard .contatoDiretoItemTelefone .contatoDiretoTexto { font-size: 18px; }
.contatoDiretoBlocosCard .contatoDiretoItemWhatsapp { padding: 10px 16px; }
.contatoDiretoBlocosCard .contatoDiretoItemWhatsapp .contatoDiretoTexto { font-size: 18px; }
.cardContatoAcoes { display: flex; flex-wrap: wrap; gap: 12px; }
.btnContatoLoja { display: inline-flex; align-items: center; justify-content: center; min-width: 140px; padding: 10px 16px; border-radius: 8px; text-decoration: none; font-size: 14px; font-weight: 700; transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease; }
.btnContatoLoja:hover { transform: translateY(-1px); box-shadow: 2px 2px 8px #00000024; }
.btnContatoPrimario { background-color: var(--CorBotao); color: var(--CorTextoBotao); }
.btnContatoWhatsapp { background-color: #008000; color: #fff; }

.alert-success { color: #0f5132; background-color: #d1e7dd; border-color: #badbcc; }
.alert-danger { color: #ff0000; background-color: #e7d1d1; border-color: #dbbaba; }
.alert { position: relative; padding: 1rem; margin-bottom: 1rem; border: 1px solid transparent; border-radius: 0.25rem; }

.estoqueHero,
.vehiclePanel,
.vehiclePriceCard,
.vehicleSpecsCard {
    background: #fff;
    border: 1px solid #ececec;
    box-shadow: 0 14px 34px #00000012;
}

.estoqueHero {
    border-radius: 18px;
    padding: 28px;
    margin: 20px 0 24px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.estoqueHero--withBanner {
    margin-top: 28px;
}

.estoqueHero__copy {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.estoqueHero__eyebrow,
.vehicleDetailType,
.vehiclePriceCard__label {
    display: inline-flex;
    width: fit-content;
    padding: 8px 12px;
    border-radius: 999px;
    background: #fff1c2;
    color: #6c5200;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.estoqueHero h1,
.vehicleDetailHeadline,
.vehiclePanel__header h2 {
    color: #151515;
    font-family: "Segoe UI", sans-serif;
    font-weight: 800;
    line-height: 1.1;
}

.estoqueHero h1 {
    font-size: clamp(1.8rem, 3vw, 2.8rem);
}

.estoqueHero p,
.vehicleBreadcrumb,
.vehicleDetailSubtitle,
.vehiclePriceCard__hint,
.vehiclePanel__header p,
.vehiclePanel__text {
    color: #5f6770;
    font-weight: 500;
    line-height: 1.65;
}

.stockFiltersPanel,
.stockResultsHeader {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 18px;
    box-shadow: 0 14px 34px #00000012;
}

.stockFiltersPanel {
    padding: 24px;
    margin-bottom: 22px;
}

.stockFiltersForm {
    display: grid;
    gap: 18px;
}

.stockFiltersGrid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.stockFiltersGrid label,
.stockSortForm label {
    display: grid;
    gap: 8px;
}

.stockFiltersGrid label span,
.stockSortForm label span {
    color: #424446;
    font-size: 14px;
    font-weight: 700;
}

.stockFiltersGrid__full {
    grid-column: 1 / -1;
}

.stockFiltersGrid input,
.stockFiltersGrid select,
.stockSortForm select {
    width: 100%;
    min-height: 48px;
    padding: 12px 14px;
    border: 1px solid #d8dde2;
    border-radius: 12px;
    background: #fff;
    color: #1f1f1f;
    -webkit-text-fill-color: #1f1f1f;
    font-size: 15px;
    font-weight: 600;
}

.stockFiltersGrid select option,
.stockSortForm select option {
    color: #1f1f1f !important;
    -webkit-text-fill-color: #1f1f1f;
    background-color: #ffffff !important;
}

.stockFiltersGrid input:focus,
.stockFiltersGrid select:focus,
.stockSortForm select:focus {
    outline: 2px solid #dbe9fb;
    border-color: #2e78d6;
}

.stockFiltersGrid__year-price {
    display: grid;
    grid-template-columns: minmax(140px, .45fr) minmax(0, 1.55fr);
    gap: 14px;
    align-items: end;
}

.stockFiltersGrid__price {
    display: grid;
    gap: 8px;
}

.stockFiltersGrid__price-inputs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.stockFiltersActions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.stockFiltersButton {
    min-height: 48px;
    padding: 0 22px;
    border-radius: 12px;
}

.stockFiltersSecondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 18px;
    border-radius: 12px;
    background: #edf0f2;
    color: #424446;
    font-size: 15px;
    font-weight: 700;
}

.stockResultsHeader {
    padding: 18px 22px;
    margin-bottom: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
}

.stockResultsHeader__title {
    display: grid;
    gap: 4px;
}

.stockResultsHeader__title h2 {
    color: #151515;
    font-size: 24px;
    font-weight: 800;
}

.stockSortForm {
    min-width: min(100%, 260px);
}

.estoqueHero__meta {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 20px 22px;
    border-radius: 16px;
    background: linear-gradient(135deg, #424446 0%, #5a5d60 100%);
}

.estoqueHero__meta strong {
    color: #fff;
    font-size: clamp(2.2rem, 4vw, 3.4rem);
    line-height: 1;
}

.estoqueHero__meta span {
    color: #f1f1f1;
    font-size: 15px;
    font-weight: 700;
}

.estoqueGrid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 22px;
    margin-bottom: 24px;
}

.template1Layout--reto .stockFiltersPanel,
.template1Layout--reto .lojistaVehicleCard,
.template1Layout--reto .vehiclePanel,
.template1Layout--reto .vehiclePriceCard,
.template1Layout--reto .vehicleSpecsCard {
    border-radius: 10px;
}

.template1Layout--reto .vehicleGalleryStage,
.template1Layout--reto .vehicleGalleryStage .foto-principal,
.template1Layout--reto .vehicleGalleryHint,
.template1Layout--reto .vehicleGalleryThumb,
.template1Layout--reto .lojistaVehicleCard__price,
.template1Layout--reto .vehiclePriceCard__value,
.template1Layout--reto .stockFiltersButton,
.template1Layout--reto .stockFiltersSecondary,
.template1Layout--reto .vehicleActionButton {
    border-radius: 10px;
}

.template1Layout--suave .stockFiltersPanel,
.template1Layout--suave .lojistaVehicleCard,
.template1Layout--suave .vehiclePanel,
.template1Layout--suave .vehiclePriceCard,
.template1Layout--suave .vehicleSpecsCard {
    border-radius: 24px;
    box-shadow: 0 18px 42px #00000012;
}

.template1Layout--suave .vehicleGalleryStage,
.template1Layout--suave .vehicleGalleryStage .foto-principal,
.template1Layout--suave .vehicleGalleryHint,
.template1Layout--suave .vehicleGalleryThumb,
.template1Layout--suave .lojistaVehicleCard__price,
.template1Layout--suave .vehiclePriceCard__value,
.template1Layout--suave .stockFiltersButton,
.template1Layout--suave .stockFiltersSecondary,
.template1Layout--suave .vehicleActionButton {
    border-radius: 18px;
}

.template1Layout--compacto .stockFiltersPanel,
.template1Layout--compacto .vehiclePanel,
.template1Layout--compacto .vehiclePriceCard,
.template1Layout--compacto .vehicleSpecsCard {
    padding: 18px;
}

.template1Layout--compacto .vehicleGalleryPanel {
    padding: 12px;
}

.template1Layout--compacto .lojistaVehicleCard__body {
    gap: 10px;
    padding: 16px;
}

.template1Layout--compacto .stockResultsHeader {
    padding: 14px 18px;
}

.template1Layout--compacto .vehiclePanel__header {
    margin-bottom: 12px;
}

.template1Layout--compacto .vehiclePanel__header h2 {
    font-size: 24px;
}

.lojistaVehicleCard {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 16px 38px #00000014;
    border: 1px solid #ececec;
    transition: transform .22s ease, box-shadow .22s ease;
}

.lojistaVehicleCard:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 44px #0000001f;
}

.lojistaVehicleCard__link {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.lojistaVehicleCard__media {
    position: relative;
    aspect-ratio: 16 / 10;
    background: linear-gradient(180deg, #f4f4f0 0%, #e9ecef 100%);
    overflow: hidden;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
    isolation: isolate;
}

.lojistaVehicleCard__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1.01);
}

.lojistaVehicleCard__image.retrato {
    object-fit: cover;
    object-position: center center;
    padding: 0;
}

.lojistaVehicleCard__badge {
    position: absolute;
    top: 14px;
    left: 14px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(21, 21, 21, .84);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.lojistaVehicleCard__body {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    gap: 14px;
    padding: 20px;
}

.lojistaVehicleCard__price {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 10px 14px;
    border-radius: 12px;
    background: var(--CorFundoValor);
    color: var(--CorTextoValor);
    font-size: 24px;
    font-weight: 800;
    line-height: 1;
}

.lojistaVehicleCard__body h2 {
    color: #151515;
    font-size: 21px;
    font-weight: 800;
    line-height: 1.25;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 1.25em;
}

.lojistaVehicleCard__subtitle {
    color: #5f6770;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.35;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 1.35em;
}

.lojistaVehicleCard__subtitle.is-empty {
    visibility: hidden;
}

.lojistaVehicleCard__specs,
.vehicleChips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.lojistaVehicleCard__specs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: center;
}

.lojistaVehicleCard__specs span,
.vehicleChips span {
    padding: 8px 10px;
    border-radius: 999px;
    background: #f1f3f4;
    color: #424446;
    font-size: 13px;
    font-weight: 700;
}

.lojistaVehicleCard__specs span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.lojistaVehicleCard__footer {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-top: auto;
    padding-top: 2px;
    border-top: 1px solid #ececec;
}

.lojistaVehicleCard__footer span,
.lojistaVehicleCard__footer strong {
    color: #5f6770;
    font-size: 13px;
    font-weight: 700;
    padding-top: 14px;
}

.lojistaVehicleCard__footer strong {
    color: #0d8d42;
}

.lojistaVehicleCard__footer--botao,
.lojistaVehicleCard__footer--minimalista {
    border-top: 0;
    padding-top: 12px;
}

.lojistaVehicleCard__footer--botao {
    justify-content: stretch;
}

.lojistaVehicleCard__ctaButton,
.lojistaVehicleCard__ctaLink {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 46px;
    font-size: 14px;
    font-weight: 800;
}

.lojistaVehicleCard__ctaButton {
    border-radius: 14px;
    background: var(--CorBotaoAnuncioProposta);
    color: var(--CorTextoBotoesAnuncio);
    box-shadow: 0 12px 26px #00000014;
    padding: 0 16px;
    line-height: 1.1;
}

.lojistaVehicleCard__ctaLink {
    justify-content: flex-start;
    min-height: auto;
    color: #151515;
    position: relative;
    padding-top: 14px;
    border-top: 1px solid #ececec;
}

.lojistaVehicleCard__footer--botao span,
.lojistaVehicleCard__footer--botao strong {
    padding-top: 0;
    color: inherit;
}

.lojistaVehicleCard__footer--botao .lojistaVehicleCard__ctaButton {
    color: var(--CorTextoBotoesAnuncio) !important;
}

.lojistaVehicleCard__ctaLink::after {
    content: '>';
    margin-left: auto;
    color: #5f6770;
    font-weight: 800;
}

.vehiclePanel {
    border-radius: 18px;
    padding: 22px;
}

.vehiclePanel--empty {
    display: grid;
    gap: 10px;
    margin-bottom: 24px;
    text-align: center;
}

.vehiclePanel--empty h2 {
    color: #151515;
    font-size: 26px;
}

.vehicleDetailPage {
    display: grid;
    gap: 22px;
    margin: 20px 0 28px;
}

.vehicleFlashMessages {
    margin-top: 16px;
}

.vehicleDetailTop,
.vehicleDetailMain {
    display: grid;
    gap: 22px;
}

.vehicleDetailTitleWrap {
    display: grid;
    gap: 14px;
}

.vehicleBreadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.vehicleBreadcrumb a,
.vehicleBreadcrumb strong,
.vehicleBreadcrumb span {
    color: #5f6770;
}

.vehicleBreadcrumb a {
    text-decoration: underline;
    text-decoration-color: transparent;
    text-underline-offset: 3px;
    transition: text-decoration-color .18s ease;
}

.vehicleBreadcrumb a:hover {
    text-decoration-color: currentColor;
}

.vehicleDetailHeading {
    display: grid;
    gap: 10px;
}

.vehicleDetailHeadline {
    font-size: clamp(2rem, 3.6vw, 3.25rem);
}

.vehicleDetailSubtitle {
    font-size: 18px;
}

.vehiclePriceCard {
    border-radius: 18px;
    padding: 22px;
    display: grid;
    gap: 12px;
    align-content: start;
    margin-top: 34px;
}

.vehiclePriceCard__value {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 10px 16px;
    border-radius: 12px;
    background: var(--CorFundoValor);
    color: var(--CorTextoValor);
    font-size: clamp(2rem, 3vw, 2.8rem);
    font-weight: 800;
    line-height: 1.05;
}

.vehicleDetailMain {
    grid-template-columns: minmax(0, 1.4fr) minmax(290px, .8fr);
    align-items: start;
}

.vehicleDetailContent,
.vehicleDetailSidebar {
    display: grid;
    gap: 20px;
}

.vehicleGalleryPanel {
    padding: 16px;
}

.vehicleGalleryStage {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    background: linear-gradient(180deg, #f7f7f4 0%, #eef1f3 100%);
}

.vehicleGalleryStage .foto-principal {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: contain;
    background: transparent;
    border-radius: 16px;
    cursor: zoom-in;
}

.vehicleGalleryHint {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 16px;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 14px;
    background: rgba(21, 21, 21, .72);
    backdrop-filter: blur(8px);
}

.vehicleGalleryHint span,
.vehicleGalleryHint strong {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
}

.vehicleGalleryThumbs {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(92px, 1fr));
    gap: 10px;
    margin-top: 14px;
}

.vehicleGalleryThumb {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    background: #f2f4f7;
    border-radius: 12px;
    border: 2px solid transparent;
    cursor: pointer;
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.vehicleGalleryThumb:hover,
.vehicleGalleryThumb.is-active {
    transform: translateY(-1px);
    border-color: var(--CorFundoMenu);
    box-shadow: 0 10px 24px #00000014;
}

.vehicleSpecsGrid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.vehicleSpecsCard {
    border-radius: 16px;
    padding: 18px;
    display: grid;
    gap: 8px;
}

.vehicleSpecsCard span {
    color: #5f6770;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.vehicleSpecsCard strong {
    color: #151515;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.35;
}

.vehiclePanel__header {
    display: grid;
    gap: 8px;
    margin-bottom: 16px;
}

.vehiclePanel__header h2 {
    font-size: 28px;
}

.vehiclePanel__header p {
    font-size: 15px;
}

.vehiclePanel__text {
    white-space: pre-line;
}

.vehicleActionButtons {
    display: grid;
    gap: 12px;
}

.vehicleActionButton {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100% !important;
    min-height: 54px;
    padding: 0 18px !important;
    border-radius: 14px;
    font-size: 15px !important;
    font-weight: 800 !important;
    line-height: 1.2;
    aspect-ratio: auto !important;
    transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease;
}

.vehicleActionButton:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 26px #00000018;
}

.vehicleActionButton i,
.vehicleActionButton span {
    color: inherit !important;
}

.vehicleActionButton--proposal {
    background: var(--CorBotaoAnuncioProposta);
    color: var(--CorTextoBotoesAnuncio) !important;
}

.vehicleActionButton--whatsapp {
    background: var(--CorBotaoAnuncioWhatsapp);
    color: var(--CorTextoBotoesAnuncio) !important;
}

.vehicleActionButton--phone {
    background: var(--CorBotaoAnuncioTelefone);
    color: var(--CorTextoBotoesAnuncio) !important;
}

.vehicleActionButton--ghost {
    background: #edf0f2;
    color: #424446 !important;
}

.vehicleShareCard .contSociais {
    min-height: 40px;
}

.vehicleShareCard .jssocials {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.vehicleShareCard .jssocials-shares {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.vehicleShareCard .jssocials-share-link {
    border-radius: 999px;
    overflow: hidden;
}

.vehicleShareCard--alignGallery {
    margin-top: 6px;
}

.companyPage {
    display: grid;
    gap: 22px;
    margin: 20px 0 28px;
}

.companyHero {
    display: grid;
    gap: 10px;
}

.companyHero__copy {
    display: grid;
    gap: 12px;
}

.companyHero__copy h1 {
    color: #151515;
    font-size: clamp(2rem, 3.6vw, 3.25rem);
    line-height: 1.05;
}

.companyHero__copy p {
    color: #5f6770;
    font-size: 18px;
    line-height: 1.6;
    max-width: 920px;
}

.companyGalleryPanel {
    padding: 0;
    overflow: hidden;
}

.companyGallery {
    display: grid;
    gap: 1px;
    background: linear-gradient(135deg, #eff2f4 0%, #dfe5ea 100%);
    border-radius: inherit;
    overflow: hidden;
}

.companyGallery--count-1 {
    grid-template-columns: 1fr;
}

.companyGallery--count-2,
.companyGallery--count-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.companyGallery__slide {
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 180px;
    height: clamp(180px, 24vw, 280px);
    max-height: 280px;
    overflow: hidden;
}

.companyGallery__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.companyGallery__image.is-retrato {
    object-fit: cover;
    padding: 0;
}

.companyContentGrid {
    display: grid;
    gap: 22px;
    grid-template-columns: minmax(0, 1.4fr) minmax(260px, .8fr);
    align-items: start;
}

.companyText {
    display: grid;
    gap: 18px;
}

.companyText p {
    color: #424446;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.75;
    text-align: justify;
}

.companyMetaStack {
    display: grid;
    gap: 18px;
}

.companyInfoCard {
    display: grid;
    gap: 10px;
}

.companyInfoCard span {
    color: #5f6770;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.companyInfoCard strong {
    color: #424446;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.75;
}

.companyMapCard__frame {
    width: 100%;
    min-height: 240px;
    border: 0;
    border-radius: 18px;
    overflow: hidden;
    margin-top: 8px;
}

.contConteudo > .centerConteudo > .contAnuncios { display: grid; grid-template-columns: 1fr; gap: 18px; justify-content: center; }
.itemAnuncio { width: 100%; max-width: 100%; background-color: #fff; border-radius: var(--borda); position: relative; box-shadow: 1px 1px 8px #8888886e; justify-self: center; }
.itemAnuncio > a > .sliderItem { white-space: nowrap; overflow: hidden; aspect-ratio: 1.33; border-top-left-radius: var(--borda); border-top-right-radius: var(--borda); }
.itemAnuncio > a > .sliderItem > .slideItem { display: inline-block; }
.itemAnuncio > a > .sliderItem > .slideItem > .imgItem { width: 100%; }
.itemAnuncio > .material-symbols-outlined { position: absolute; cursor: pointer; top: 0; font-size: 35px; height: 225.14px; display: none; align-items: center; }
.itemAnuncio:hover > .material-symbols-outlined { display: flex; }
.itemAnuncio > .antItem { background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), transparent); left: 0; border-top-left-radius: var(--borda); user-select: none; }
.itemAnuncio > .proxItem { background-image: linear-gradient(to left, rgba(0, 0, 0, 0.2), transparent); right: 0; border-top-right-radius: var(--borda); user-select: none; }
.itemAnuncio > .indicadores { list-style: none; display: flex; justify-content: center; padding: 0; position: absolute; left: 0; top: 215px; width: 100%; }
.itemAnuncio > .indicadores li { width: 5px; height: 5px; background-color: #999; margin: 0 5px; border-radius: 50%; cursor: pointer; transition: background-color 0.3s; }
.itemAnuncio > .indicadores li.ativo { background-color: #000; }
.itemAnuncio > a > .detalhesItem { padding: 15px 10px; }
.itemAnuncio > a > .detalhesItem > .tituloItem { color: #000; text-transform: uppercase; font-size: 20px; overflow: hidden; text-overflow: ellipsis; margin-bottom: 5px; }
.itemAnuncio > a > .detalhesItem > .subtituloItem { color: #424446; text-transform: uppercase; font-size: 16px; margin-bottom: 5px; overflow: hidden; text-overflow: ellipsis; height: 46px; font-weight: 500; }
.itemAnuncio > a > .detalhesItem > .anoKmItem { display: flex; justify-content: space-between; margin-bottom: 25px; }
.itemAnuncio > a > .detalhesItem > .anoKmItem > .anoItem,
.itemAnuncio > a > .detalhesItem > .anoKmItem > .kmItem { font-size: 14px; color: #000; }
.itemAnuncio > a > .detalhesItem > .valorItem { font-size: 25px; text-transform: uppercase; text-align: center; background-color: var(--CorFundoValor); color: var(--CorTextoValor); border-radius: var(--borda); padding: 15px; width: fit-content; margin: 0 auto; }

#contRodape { background-color: var(--CorFundoRodape); border-top: 5px solid var(--CorFundoMenu); padding: 0 3%; margin-top: 20px; }
#contRodape > #centerRodape { text-align: center; padding: 30px 0 20px; margin: 0 auto; }
#contRodape > #centerRodape > #contDadosRodape { display: flex; flex-direction: column; gap: 10px; margin-bottom: 15px; }
#contRodape > #centerRodape > hr { margin: 0 auto; width: 100%; opacity: 0.5; }
#contRodape > #centerRodape > #copyRodape { margin-top: 20px; }
#autobig > h2 { margin-bottom: 5px; }

#contMenuSecundario { background-color: var(--CorFundoMenuSec) !important; padding: 5px 3%; border-bottom: 5px solid var(--CorFundoMenu); position: fixed; left: 0; width: 100%; z-index: 3; }
#contMenuSecundario > #centerMenuSecundario { display: flex; align-items: center; justify-content: space-between; margin: 0 auto; }
#contMenuSecundario > #centerMenuSecundario > a > img { width: 100px; }
#contMenuSecundario nav,
#contMenuSecundario #contRSociaisMS,
#contCabInf,
#contCabSup > #centerCabSup > #contRedesSociais { display: none; }
#contMenuSecundario ul { display: flex; gap: 20px; align-items: center; }
#contMenuSecundario ul a { color: var(--CorTextoMenuSec) !important; font-size: 18px; background-image: linear-gradient(var(--CorTextoMenuSec), var(--CorTextoMenuSec)); background-repeat: no-repeat; background-size: 0% 2px; background-position: left bottom; padding: 5px 0; font-weight: 700; }
#contMenuSecundario #contRSociaisMS > a { background-color: var(--CorIcones); border-radius: 50%; display: flex; justify-content: center; align-items: center; width: 30px; aspect-ratio: 1 / 1; }
#contMenuSecundario #contRSociaisMS > a > i { font-size: 18px; }
.container { text-align: center; }

@media screen and (max-width: 669px) {
    .contSliderUltAnunc { width: 100%; max-width: 420px; }
    .contSliderUltAnunc .itemAnuncio { width: calc(100vw - 48px); max-width: 420px; margin-right: 0; }
    .contConteudo > .centerConteudo > .contPagAnunc > .divEsq > .contContatosAnuncio > a { width: 100%; aspect-ratio: auto; padding: 12px 10px; }
    .estoqueHero,
    .vehiclePanel,
    .vehiclePriceCard {
        padding: 20px;
    }
    .vehicleGalleryPanel {
        padding: 14px;
    }
    .vehicleGalleryHint {
        left: 12px;
        right: 12px;
        bottom: 12px;
        flex-direction: column;
        align-items: flex-start;
    }
    .vehicleSpecsGrid {
        grid-template-columns: 1fr;
    }
    .stockFiltersPanel,
    .stockResultsHeader {
        padding: 18px;
    }
    .stockFiltersGrid,
    .stockFiltersGrid__price-inputs,
    .stockFiltersGrid__year-price {
        grid-template-columns: 1fr;
    }
    .stockResultsHeader {
        flex-direction: column;
        align-items: stretch;
    }
}

@media screen and (min-width: 670px) { .contSliderUltAnunc { width: 635px; } }

@media screen and (min-width: 769px) {
    #contCabInf { display: block; }
    #contCabSup { border: 0; }
    #contCabSup .material-symbols-outlined,
    #contMenuSecundario .material-symbols-outlined { display: none; }
    #contCabSup > #centerCabSup > a > img { width: 140px; }
    #centerCabSup, #centerCabInf, .centerConteudo, #centerRodape, #centerMenuSecundario { max-width: var(--LargMaxima); }
    .contConteudo > .centerConteudo > .contPagAnunc > .divEsq > .contContatosAnuncio > a { width: calc(25% - 3.8px); }
    #contCabSup > #centerCabSup > #contRedesSociais,
    #contMenuSecundario #contRSociaisMS { display: flex; gap: 15px; }
    #contMenuSecundario nav { display: initial; }
    .contConteudo > .centerConteudo > .contAnuncios { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; }
    .estoqueHero {
        flex-direction: row;
        align-items: stretch;
        justify-content: space-between;
    }
    .estoqueHero__copy {
        flex: 1 1 auto;
        max-width: none;
    }
    .estoqueHero__meta {
        min-width: 240px;
        justify-content: center;
    }
    .vehicleDetailTop {
        grid-template-columns: minmax(0, 1.4fr) minmax(290px, .8fr);
        align-items: start;
    }
}

@media screen and (min-width: 960px) {
    #contRodape > #centerRodape > #contDadosRodape { flex-direction: row; align-items: center; justify-content: space-around; }
    #contRodape > #centerRodape > #contDadosRodape > div { gap: 15px; max-width: 300px; }
    .contConteudo > .centerConteudo > .tituloPag > h1 { font-size: 40px; }
    .contConteudo > .centerConteudo > .contSobre { flex-direction: row; }
    .contConteudo > .centerConteudo > .contSobre > img { width: 60%; }
    .contConteudo > .centerConteudo > .tituloPag { justify-content: start; }
    .contConteudo > .centerConteudo > .contLocalizacao,
    .contContato { flex-direction: row; align-items: flex-start; }
    .contConteudo > .centerConteudo > .contLocalizacao { justify-content: start; flex-direction: row-reverse; gap: 20px; }
    .contConteudo > .centerConteudo > .contLocalizacao > .contTxtLocalizacao > .subtituloPag > h2,
    .dadosContato > .tituloDadosContato > h2 { font-size: 28px; }
    iframe { width: 60%; max-width: 700px; }
    .contConteudo > .centerConteudo > .contPagAnunc > .divEsq { width: 55%; }
    .contConteudo > .centerConteudo > .contPagAnunc > .divDir,
    .contContato > .formContato { flex: 1; }
    .contConteudo > .centerConteudo > .contPagAnunc { flex-direction: row; }
    .contConteudo > .centerConteudo > .contPagAnunc > .divEsq > .contContatosAnuncio > a { width: calc(50% - 2.5px); }
    .dadosContato { width: 50%; }
    .cardContatoLojaAmplo { flex-direction: row; justify-content: space-between; align-items: stretch; gap: 28px; }
    .cardContatoColunaInfo { flex: 0 0 calc(60% - 14px); max-width: calc(60% - 14px); }
    .cardContatoColunaAcoes { flex: 0 0 calc(40% - 14px); max-width: calc(40% - 14px); align-items: center; justify-content: center; }
    .cardContatoAcoes { width: 100%; flex-direction: row; }
    .btnContatoLoja { width: auto; }
    .contConteudo > .centerConteudo > #verTodos { margin-bottom: 0; text-align: right; }
    .contConteudo > .centerConteudo > #verTodos > a { background-color: var(--CorFundoConteudo); position: relative; top: -50px; left: 0; padding-left: 10px; }
    .sliderHome .slick-dots li button { width: 10px; height: 10px; }
}

@media screen and (min-width: 1024px) {
    .estoqueGrid--desktop-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .estoqueGrid--desktop-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media screen and (max-width: 980px) {
    .vehicleDetailMain {
        grid-template-columns: 1fr;
    }

    .companyContentGrid {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 860px) {
    .vehicleDetailTop {
        grid-template-columns: 1fr;
    }
    .vehiclePriceCard {
        margin-top: 0;
    }
    .vehicleShareCard--alignGallery {
        margin-top: 0;
    }

    .companyGallery {
        grid-template-columns: 1fr;
    }

    .companyGallery__slide,
    .companyGallery__image {
        max-height: 300px;
    }
}

@media screen and (min-width: 1021px) { .contSliderUltAnunc { width: 965px; } }
@media screen and (min-width: 1070px) { .contConteudo > .centerConteudo > .contPagAnunc > .divEsq > .contContatosAnuncio > a { width: calc(25% - 3.8px); } }
