.modal-overlay22 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, 0.5); */
    /* Fundo semitransparente */
    z-index: 1000;
    /* Abaixo do container do modal */
    display: none;
    /* Oculto por padrão */
}

.modal-container2299999 {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 90vh;
    /* Limita a altura do modal */
    overflow-y: auto;
    /* Adiciona barra de rolagem vertical */
    overflow-x: hidden;
    /* Impede a barra de rolagem horizontal */
    /* width: 90%; */
    /* Ajuste conforme necessário */
    background: #ffffff;
    z-index: 1001;
    /* Certifica que o modal aparece sobre o overlay */
    padding: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    /* display: none;*/
    width: 800px;
    display: none;
    /*  min-height: 200px; */
    padding: 20px;
}

.modal-container22 {
    position: fixed;
    top: calc(50% + 50px);
    /* Desloca o modal 100px abaixo do centro */
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: calc(100vh - 200px);
    /* Desconta 100px do topo e 100px do rodapé */
    overflow-y: auto;
    /* Permite rolagem no conteúdo do modal */
    overflow-x: hidden;
    width: 800px;
    /* Largura fixa */
    background: #ffffff;
    z-index: 999999;
    padding: 20px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    display: none;
    border: 1px solid #000;
    /* Adiciona borda para testar a visibilidade */
    max-width: 90%;
}

body.modal-open22 {
    overflow: hidden;
    /* Impede a rolagem do fundo quando o modal está aberto */
}

/* Botão de fechar */
.close-modal22 {
    background: transparent;
    border: none;
    font-size: 18px;
    font-weight: bold;
    /* Deixa o texto em negrito */
    /*
    color: #000; */
    cursor: pointer;
    position: absolute;
    top: 20px;
    /* right: 10px; */
    left: 50%;
    /* Centraliza horizontalmente */
    transform: translateX(-50%);
    /* Ajusta para que o centro do botão fique no meio */
    margin-bottom: 20px;
    color: #fff;
    /* Cor do texto */
    background-color: #e74d3cc9;
    /* Cor de fundo chamativa */
    border: none;
    /* Remove bordas */
    padding: 8px 15px;
    /* Espaçamento interno */
    cursor: pointer;
    /* Indica que é clicável */
    border-radius: 5px;
    /* Bordas arredondadas */
    z-index: 1100;
    /* Garante que o botão esteja sempre acima do slider */
    transition: background-color 0.3s ease, transform 0.2s;
    /* Animações de transição */
}



.close-modal22:hover {
    background-color: #dc4a07;
    /* Cor mais escura no hover */
    /* transform: scale(1.1); */
    /* Efeito de aumentar ao passar o mouse */
    z-index: 9999;
}

.pagination {
    clear: both;
}

#multidealer-pagination {
    text-align: center;
    margin: 20px 0;
}

#multidealer-pagination .page-link {
    /* display: inline-block; */
    margin: 0 4px;
    text-decoration: underline;
}

#multidealer-pagination .page-link.current {
    font-weight: bold;
    text-decoration: none;
}

#multidealer-pagination .page-link:hover {
    text-decoration: underline;
    color: red;
}

.multidealer_btn_view {
    clear: both;
    position: relative;
    margin: 0px;
    float: left;
    max-height: 35px;
    padding: 0px;
    font-size: 10px !important;
    margin-left: 20px;
    height: 35px;
}

#multidealer_googleMap {
    max-width: 100%;
    height: 400px;
    margin: 10px;
    border: 1px solid gray;
}

.nounderline {
    text-decoration: none;
}

.bd_container17 {
    padding: 0px;
    margin: 0px;
}

.multidealer_caption_img17 {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 4px 4px 0px 0px;
    margin: 0 0px 0 0px;
    max-width: 300px;
}

.multidealer_container17 {
    display: inline-block;
    font-size: 20px;
    text-align: center;
    margin: auto;
    width: 100%;
    margin-top: 0px;
    max-height: 100%;
    border: 0px solid red;
    padding: 0px;
    border-top: 0px solid gray;
    border-bottom: 1px solid gray;
    margin-bottom: 10px;
    padding-bottom: 5px;
    overflow: hidden;
}

.multiInforightText17 {
    width: 100%;
    margin: 0 auto;
    text-align: left;
    max-height: 100%;
    padding-bottom: 5px;
    margin-bottom: 0px;
    padding: 15px;
    margin-left: 4px;

}

.multiInforightbold {
    font-size: 18px;
    font-weight: bold;
    padding: 0px;
    padding-top: 0px;
    margin-top: -10px;
}

.multiTitle17 {
    max-width: 100%;
    font-size: 20px;
    color: gray;
    margin: 0px;
    margin-top: -10px;
    padding: 10px;
    text-align: left;
    padding-bottom: 0px;
    padding-left: 15px;
}

.multiInfoRight17 {
    max-height: 100%;
    color: gray;
    font-size: 14px;
    font-weight: bold;
    margin-top: 0px;
    padding-top: 0px;
    max-width: 100%;
    text-align: center;
    border: 0px solid gray;
    padding: 10px;
    overflow: hidden;
    padding-bottom: 10px;
    padding-top: 0px;
}

.multidealer_gallery_17 {
    float: left;
    position: relative;
    display: inline-block;
    max-width: 100%;
    max-height: 210px;
    border: 0px solid #6e6e71;
    border-radius: 4px 4px 0px 0px;
    margin-right: 20px;
    border-bottom: 0px;
}

.MultiDealer-listing-wrap {
    width: 100%;
    text-align: center;
    margin: auto;
}

.featuredTitle {
    border-color: #FFFFFF;
    border-style: solid;
    border-width: 0px;
    clear: both;
    color: white;
    font-size: 90%;
    font-weight: 300;
    padding: 0px;
    position: relative;
    text-align: center;
    text-rendering: optimizeLegibility;
    top: 1px;
    background-color: #6e6e71;
    margin-top: 0px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    border-radius: 4px 4px 0px 0px;
}

.featuredList {
    color: #808080;
    max-width: 32%;
    float: left;
    padding: 5px;
    font-family: arial;
    font-size: 12pt;
}

.featuredCar:after {
    clear: both;
    display: block;
    content: "";
}

.featuredCar {
    border: 1px solid #DBD9D9;
    padding: 12px;
    margin: 10px;
    margin-top: 0px;
    max-width: 100%
}

.multiPriceSingle {
    float: right;
    margin-top: -65px;
}

.multiPriceSingle {
    font-size: 130%;
    /* color: #808080; */
    margin-bottom: 13px;
    font-weight: 300;
    text-rendering: optimizeLegibility;
}

.multidealer_gallery_2016 {
    position: relative;
    display: inline-block;
    max-width: 100%;
    width: 100%;
    height: auto;
    border: 1px solid #6e6e71;
    border-bottom: 1px;
    border-radius: 4px 4px 0px 0px;
}

.multidealer_caption_img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 4px 4px 0px 0px;
    margin: 0 0px 0 0px;
    max-width: 100%;
}

.multidealer_caption_text {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 5px 10px;
    text-align: left;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    font-family: Geneva, Arial, Helvetica, Sans-serif;
    max-width: 100%;
    height: auto;
    border-radius: 4px 4px 0px 0px;
    margin-left: 0px;
    line-height: 100%;
}

.multidealer_gallery_2016:hover .multidealer_caption_text {
    opacity: .6;
    filter: alpha(opacity=100);
}

.multidealer_container {
    font-size: 0;
    /*fix white space*/
    text-align: center;
    margin: auto;
    width: 100%;
    margin-top: 20px;
}

.multidealer_container>div {
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    max-width: 33%;
    box-sizing: border-box;
    text-align: center;
    padding: 2px !important;
    border: 0px solid #DFDFDF;
}

@media screen and (max-width: 480px) {
    .multidealer_container>div {
        max-width: 100%;
        display: block;
        padding: 0px;
        margin: 0px;
    }

    .multidealer_gallery_2016 {
        position: relative;
        display: inline-block;
        max-width: 100%;
        height: auto;
    }
}

.multicontentWrap {
    font-size: 120%;
}

html {
    overflow-x: hidden;
}

#container2 {
    max-width: 100%;
    padding: 20px;
}

#content2 {
    min-width: 100%;
    padding: 5px;
    font-size: 100%;
    background: #EDEDED;
}

.preTerm {
    font-weight: 400;
    font-size: 125%;
    color: #6e6e71;
}

.multiTitle {
    color: white;
    font-size: 12px;
    font-weight: bold;
    margin-top: 0px;
    height: 30px;
    background: #6e6e71;
    padding-top: 5px;
    max-width: 100%;
    text-align: center;
    border-radius: 0 0 0px 0px;
    margin-left: 0px;
    background-image: url("../../assets/images/info.png");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.contentInfo {
    float: left;
    width: 100%;
    padding: 10px;
}

.multiDetail:after {
    clear: both;
    display: block;
    content: "";
}

.multiDetail {
    padding: 5px 0;
    border-bottom: 1px solid #6e6e71;
    border-top: 0px solid #6e6e71;
    margin: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

.multiModel {
    padding: 15px 0;
    border-bottom: 0px solid #6e6e71;
    border-top: 0px solid #6e6e71;
    margin: 10px 0 10px 0px;
    text-align: center;
    margin: auto;
    width: 100%;
    color: #6e6e71 !important;
}

#botBasicInfo:after {
    clear: both;
    display: block;
    content: "";
}

.multiBasicRow {
    text-align: center;
    width: 25%;
    float: left;
}

.singleInfo {
    font-weight: bold;
}

#BotContWrap:after {
    clear: both;
    display: block;
    content: "";
}

#botcontent {
    float: left;
    width: 100%;
}

.multiContent {
    clear: both;
    color: #666666;
    min-width: 95% !important;
    text-align: center;
    margin: 0 auto;
    padding: 10px;
    font-size: 16px;
}

.multiPrice {
    float: right !important;
    margin-top: 0px;
}

.multiStock {
    float: right;
}

.multiPrice,
.multiStock {
    font-size: 130%;
    /* color: #6e6e71; */
    margin-bottom: 13px;
    font-weight: 300;
    text-rendering: optimizeLegibility;
}

.multi-detail-title {
    font-size: 150%;
    /* color: #6e6e71; */
    border-bottom: 0px solid #E8E8E8;
    font-weight: 300;
    margin-bottom: 9px;
    padding: 12px;
}

.botBullet:after {
    content: "";
    display: block;
    clear: both;
}

.botRow:after {
    content: "";
    display: block;
    clear: both;
}

.botBullet {
    padding: 5px 15px 5px 5px;
    text-align: center;
    font-size: 16px;
    margin: auto;
}

.botRow {
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #FFF;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 1px 1px 3px #CCCCCC inset;
    color: #333333;
    padding: 5px;
    width: 98%;
    margin-bottom: 5px;
}

.botBold {
    font-weight: bold;
    /*normal; */
    color: #666;
}

.featuredList {
    color: #6e6e71;
    width: 32%;
    float: left;
    padding: 5px;
}

.pager-active {
    padding: 8px;
    background: #3A7245;
}

@media only screen and (max-width: 800px) {
    .input-box {
        font-size: 60%;
    }

    #container2 {
        font-size: 10px !important;
    }

    .featuredList {
        font-family: arial;
        font-size: 10pt;
    }

    .featuredTitle {
        font-size: 12px;
    }

    .multidealer_container>div {
        max-width: 100%;
        display: block;
        padding: 0px;
        margin: 0px;
    }

    .multidealer_caption_img17 {
        max-width: 210px;
    }

    .multiInfoRight17 {
        /*  font-size: 12px; */
    }

    .multiTitle17 {
        /* font-size: 16px; */
        margin-top: 20px;
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .multidealer_gallery_17 {
        /* max-width: 200px; */
        float: none;
        border-bottom: 0px;
    }

    .multidealer__container_17 a {
        text-decoration: none !important;
    }
}

@media only screen and (max-width: 500px) {
    .featuredList {
        font-family: arial;
        font-size: 10pt;
    }

    .multiDetail {
        font-size: 12px;
    }

    .multiPrice {
        margin-top: 0px;
        font-size: 16px;
        float: left;
    }
}