.multiGallery {

    /* min-width: 100%;
    border: 5px solid red; */

}

/* Estilo padrão para o botão */
.cardealer_btn_view {
    text-align: center;
    /* Centraliza o conteúdo do contêiner */
    transition: transform 0.1s ease, box-shadow 0.1s ease;
}

/* Efeito de afundamento quando o botão é clicado */
.cardealer_btn_view:active {
    transform: translateY(2px);
    /* Move o botão ligeiramente para baixo */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    /* Reduz a sombra para parecer pressionado */
}

/* // ---------------------*/

.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-container229999 {
    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;
    max-width: 90%;
}

.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: 10px;
    /* 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;
}





























/*-------------------------------------*/


/* Shadow - overlay */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: no;
    /* Inicialmente invisível */
}

/* Modal container */
.modal-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    border-radius: 10px;
    padding: 20px;
    max-width: 90%;
    width: 600px;
    z-index: 1000;
    display: no;
    /* Inicialmente invisível */
}

/* Botão de fechar */
.close-modal {
    background: transparent;
    border: none;
    font-size: 20px;
    color: #000;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
}


/* -------------------------------------------- */






#cardealer-pagination {
    text-align: center;
    margin: 20px 0;

}

#cardealer-pagination .page-link {
    display: inline-block;
    margin: 0 4px;
    text-decoration: underline;
}

#cardealer-pagination .page-link.current {
    font-weight: bold;
    text-decoration: none;
}

#cardealer-pagination .page-link:hover {
    text-decoration: underline;
}

#cardealer_content {

    padding: 20px;
    padding-top: 0px;
    margin-top: -10px
}

#cardealer_goback,
#CarDealer_cform {

    height: 42px;
    font-size: 12pt;

}


.multi-top-container {
    /* background: yellow; */
}

.multi-detail-year {
    clear: both;
    float: right;
    margin-top: -30px;
    font-size: 12pt;
    /* color: #808080; */
    /* margin-bottom: 13px; */
    padding: 10px;
    /* 	text-rendering: optimizeLegibility; */
}

.multi-price-single {
    float: right;
    margin-top: -55px;
    font-size: 14pt;
    /* color: #808080; */
    margin-bottom: 13px;
    padding: 10px;
    /* text-rendering: optimizeLegibility;  */
}

.multi-detail-location {
    float: left;
    margin-top: -25px;
    font-size: 12pt;
    color: #808080;
    margin-bottom: 13px;
    padding: 10px;
}

.multi-detail-title {
    margin-top: -5px;
    font-size: 14pt;
    /* color: #6e6e71; */
    border-bottom: 0px solid #E8E8E8;
    padding: 10px;
}

.carTitle {
    /* color: white; */
    font-size: 15px;
    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%;
}

.cardealer_smallblock {
    padding: 0px;
    margin: 0px;
    float: left;
    padding-right: 30px;
    /* background: lightgray; */
    font: arial;
    font-size: 18px;
    margin-bottom: 8px;
}

.cardealer_description {
    clear: both;
    position: relative;
    margin-top: 11px;
    margin-bottom: 10px;
    float: left;
    /* min-height: 20px !important; */
}

.cardealer_btn_view,
[id^="cardealer_btn_view-"] {
    clear: both;
    position: relative;
    margin: 0px;
    /* float: left; */
    max-height: 35px;
    padding: 0px;
    font-size: 13px !important;
    margin-left: 0px;
    min-height: 30px;
    color: white;
    width: 80px;
    background: gray;
    margin-bottom: 10px;
    text-align: center;
}

#cardealer_googleMap {
    max-width: 100%;
    max-height: 400px;
    margin: 10px;
    border: 0px solid gray;
    min-height: 350px;
}

.nounderline {
    text-decoration: none;
}

.bd_container17 {
    padding: 0px;
    margin: 0px;
}

.CarDealer_caption_img17 {
    display: block;
    width: 100%;
    height: auto;
    /* border-radius: 4px 4px 0px 0px; */
    margin: 0 0px 0 0px;
    max-width: 250px;
}

.CarDealer_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;
}

.CarDealer_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;
}

.CarDealer-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: 12pt;
    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;
    /* 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%;
    text-align: left;
}

.CarDealer_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; */
}

.CarDealer_caption_img {
    display: block;
    width: 100%;
    height: auto;
    /* border-radius: 4px 4px 0px 0px; */
    margin: 0 0px 0 0px;
    max-width: 100%;
}

.CarDealer_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%;
}

.CarDealer_gallery_2016:hover .CarDealer_caption_text {
    opacity: .6;
    filter: alpha(opacity=100);
}

.CarDealer_container {
    font-size: 0;
    /*fix white space*/
    text-align: center;
    margin: auto;
    width: 100%;
    margin-top: 20px;
}

.CarDealer_container>div {
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    max-width: 33.3%;
    box-sizing: border-box;
    text-align: center;
    padding-right: 2px !important;
    border: 0px solid #DFDFDF;
}

@media screen and (max-width: 480px) {
    .CarDealer_container>div {
        max-width: 100%;
        display: block;
        padding: 0px;
        margin: 0px;
    }

    .CarDealer_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;
    padding-top: 0px;
}

.multiDetail:after {
    clear: both;
    display: block;
    content: "";
}

.multiDetail {
    padding: 5px 0;
    border-bottom: 0px 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: 20%;
    float: left;
    font-size: 14px;
    /* color: #808080; */
}

.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: left; 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;
}

.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;
    }

    .CarDealer_container>div {
        max-width: 100%;
        display: block;
        padding: 0px;
        margin: 0px;
    }

    .CarDealer_caption_img17 {
        max-width: 210px;
    }

    .multiInfoRight17 {
        /*  font-size: 12px; */
    }

    .multiTitle17 {
        /* font-size: 16px; */
        margin-top: 20px;
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .CarDealer_gallery_17 {
        /* max-width: 200px; */
        float: none;
        border-bottom: 0px;
    }

    .CarDealer__container_17 a {
        text-decoration: none !important;
    }

    .multiBasicRow {
        font-size: 12px;
        padding: 10px;
    }

    .multi-detail-year {
        clear: both;
        float: none;
        margin-top: -40px;
        font-size: 12pt;
        color: #808080;
        /* margin-bottom: 13px; */
        padding: 10px;
        /* 	text-rendering: optimizeLegibility; */
    }

    .multi-price-single {
        float: none;
        margin-top: -25px;
        font-size: 14pt;
        color: #808080;
        margin-bottom: 13px;
        padding: 10px;
        /* text-rendering: optimizeLegibility;  */
    }

    .multi-detail-location {
        float: none;
        margin-top: -25px;
        font-size: 12pt;
        color: #808080;
        margin-bottom: 13px;
        padding: 10px;
    }

    .multi-detail-title {
        float: none;
        font-size: 14pt;
        color: #6e6e71;
        border-bottom: 0px solid #E8E8E8;
        padding: 10px;
    }
}

@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;
    }

    .multiBasicRow {
        font-size: 14px;
        padding: 10px;
        width: 100%;
    }
}