.modal-overlay22 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    /* Fundo do overlay */
    display: none;
    /* Oculto por padrão */
    /* background: rgba(0, 0, 0, 0.5); Fundo semitransparente (descomente se necessário) */
}

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




.modal-overlay2222 {
    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-container2222 {
    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: 999999;
    /* 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;
    /* margin-top: 150px; */
    padding-top: 150px;
    padding-bottom: 150px;
    max-height: calc(100vh - 150px);
    /* Limita a altura ao tamanho da tela menos a margem */
    overflow-y: auto;
    /* Permite rolagem no pop-up */

}

/*
//
//
//
//
//
*/

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: 170px; /*
    /* 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 */
    margin-top: 15px;

}

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

.boatdealer-title-spacer {

    min-height: 8px;

}


.pagination {
    clear: both;
}

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

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

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

#boatdealer-pagination .page-link:hover {
    text-decoration: underline;
    color: red;
}




.column1 {
    width: 75%;
    /* Defina a largura das colunas conforme necessário */
}

.column2 {
    width: 25%;
    /* Defina a largura das colunas conforme necessário */
}




.container2299999 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1%;
    margin: 0 auto;
    width: 100%;
}

.container9999 {
    display: flex;
    grid-template-columns: repeat(3, 1fr);
    /* 3 colunas de largura igual */
    gap: 1%;
    /* Espaço entre as colunas */
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    /* Alinha o grid centralizado */
}


.boatdealer-grid-con99999 {
    margin: 0 auto;
    width: 100%;
    max-width: 1240px;
    margin-top: 30px;
}


.boatdealer-item999999 {
    flex: 1 1 calc(33.33% - 20px);

    background-color: #fff;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
}


.boatdealer-con.news-column.boatdealer-archive,
.boatdealer-pager,
.boatdealer-widget-con {
    padding: 1em;
}

*/
/* =======================================*/

.boatdealer-item {


    padding: 0 0 2px 0;
    list-style-type: none;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    line-height: 1.4;



    border: 1px solid rgba(0, 0, 0, .07);
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, .11);
    color: #545454;



    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0 0 10px 1%;
    padding: 10px;
    width: 32.25%;


    font-size: 16px;


}



.container22 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1%;
    margin: 0 auto;
    width: 100%;
}

.container {
    display: flex;
    grid-template-columns: repeat(3, 1fr);
    /* 3 colunas de largura igual */
    gap: 1%;
    /* Espaço entre as colunas */
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    /* Alinha o grid centralizado */
}


.boatdealer-grid-con {
    margin: 0 auto;
    width: 100%;
    max-width: 1240px;
    margin-top: 30px;
}




.boatdealer-item {
    flex: 1 1 calc(33.33% - 20px);
    /* Ajuste o número de colunas conforme necessário */
    background-color: #fff;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    /* Permite controlar a direção do conteúdo dentro do item */
    align-items: stretch;
    /* Faz com que os itens ocupem toda a altura disponível dentro de seu contêiner */
    justify-content: flex-start;
    /* Garante que o conteúdo dentro do item fique alinhado ao topo */
}

*/ .boatdealer-con.news-column.boatdealer-archive,
.boatdealer-pager,
.boatdealer-widget-con {
    padding: 1em;
}

.boatdealer-item {


    padding: 0 0 2px 0;
    list-style-type: none;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    line-height: 1.4;



    border: 1px solid rgba(0, 0, 0, .07);
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, .11);
    color: #545454;



    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0 0 10px 1%;
    padding: 10px;
    width: 32.25%;


    font-size: 16px;


}

/* =======================================*/






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

.RealEstateTitle {
    color: white;
    font-size: 15px;
    font-weight: bold;
    margin-top: 0px;
    height: 30px;
    background: #6e6e71;
    padding: 2px;
    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%;
}

.boatdealer_wrapprofile {
    width: 600px;
    margin: 0px auto;
    text-align: center;
    border: 0px solid red;
    height: 100%;
}

.boatdealerimg-circle {
    border-radius: 50%;
    border: 0px solid red;
    max-width: 180px;
    max-height: 180px;
    min-width: 180px;
    min-height: 180px;
}

.boatdealer_iconsprofile {
    line-height: 20px;
    margin-top: -20px;
}

.boatdealer_profile {
    width: 100%;
    margin: 0px auto;
    text-align: center;
    font-size: 12pt;
    color: #666666;
    /* background: #EDEDED; */
    padding: 0px;
    height: 240px;
    border: 0px solid blue;
    margin-bottom: 20px;
    padding: 20px;
}

.boatdealer_fotoprofile {
    float: left;
    width: 35%;
    height: 100%;
    margin-right: 10px;
}

.boatdealer_textoprofile {
    margin: 0px auto;
    width: 65%;
    text-align: left;
    line-height: 14pt;
    margin-top: 60px;
    /*  background: red;  */
}

.boatdealer_nameprofile {
    font-size: 16pt;
    margin-top: -50px;
    margin-bottom: 15px;
    /* clear: both;
  position: relative; */
}

.boatdealer_titleprofile {
    font-size: 12pt;
    margin-top: -10px;
    margin-bottom: 20px;
}

.boatdealer_descriptionprofile {
    font-size: 10pt;
    margin-top: -10px;
    /*  height: 80px; */
    /*   margin-bottom: 15px; */
}

.multi-top-container {}

.multi-detail-year {
    clear: both;
    float: right;
    margin-top: -30px;
    font-size: 12pt;
    color: #808080;
    padding: 10px;
}

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

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

.multiYearSingle {
    float: right;
    margin-top: -30px;
    color: #808080;
    margin-bottom: 13px;
    font-weight: 300;
}

.boatdealer_smallblock {
    padding: 0px;
    margin: 0px;
    float: left;
    padding-right: 30px;
    font: arial;
    font-size: 18px;
    margin-bottom: 8px;
}

.boatdealer_description {
    clear: both;
    position: relative;
    margin-top: 11px;
    margin-bottom: 10px;
    float: left;
}

.boatdealer_btn_view {
    clear: both;
    position: relative;
    margin: 0px;
    float: left;
    max-height: 35px;
    min-height: 30px;
    padding: 0px;
    font-size: 12px !important;
    margin-left: 0px;
    /* background: gray !important; */
    border-radius: 5px;
}

#BoatDealer_sendMessage,
#BoatDealer_cancel {
    background: gray !important;
}

#BoatDealer_cform {
    /* background: gray; */
    /* border-radius: 5px; */
}

.boatdealer_btn_view:hover,
#BoatDealer_cform:hover,
#BoatDealer_sendMessage:hover,
#BoatDealer_cancel:hover {
    opacity: .8;
}

.nounderline {
    text-decoration: none;
}

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

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

.BoatDealer_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: 10px;
    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: 0px;
    text-align: left;
    padding-bottom: 0px;
    padding-left: 0px;
}

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

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

.BoatDealer-listing-wrap {
    width: 100%;
    text-align: center;
    margin: auto;
}

.boatdealer-plugin-featuredTitle {
    /* border-color: #FFFFFF; */
    border-style: solid;
    border-width: 0px;
    clear: both;
    /* color: white; */
    font-size: 14pt;
    /* 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;
}

.boatdealer-plugin-featuredList {
    /* color: #808080; */
    max-width: 32%;
    float: left;
    padding: 5px;
    font-family: arial;
    font-size: 12pt;
}

.boatdealer-plugin-featuredBoat:after {
    clear: both;
    display: block;
    content: "";
}

.boatdealer-plugin-featuredBoat {
    /* border: 1px solid #DBD9D9; */
    padding: 12px;
    margin: 10px;
    margin-top: 0px;
    max-width: 100%
}

.multiPriceSingle {
    float: right;
    margin-top: -80px;
    font-size: 130%;
    /* color: #808080; */
    margin-bottom: 13px;
    font-weight: 300;
    text-rendering: optimizeLegibility;
}

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

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

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

.BoatDealer_gallery_2016:hover .BoatDealer_caption_text {
    opacity: .6;
    filter: alpha(opacity=100);
}

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

.BoatDealer_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) {
    .BoatDealer_container>div {
        max-width: 100%;
        display: block;
        padding: 0px;
        margin: 0px;
    }

    .BoatDealer_gallery_2016 {
        position: relative;
        display: inline-block;
        max-width: 100%;
        height: auto;
    }
}

.multicontentWrap {
    font-size: 120%;
}

html {
    overflow-x: hidden;
}

#boatdealer-plugin-container2 {
    max-width: 100%;
    /* padding:20px; */
}

#boatdealer-plugin-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: 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: 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;
    text-align: left;
}

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

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

    #boatdealer-plugin-container2 {
        font-size: 10px !important;
    }

    .boatdealer-plugin-featuredList {
        font-family: arial;
        font-size: 10pt;
    }

    .boatdealer-plugin-featuredTitle {
        font-size: 12px;
    }

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

    .BoatDealer_caption_img17 {
        max-width: 210px;
    }

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

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

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

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

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

    .multiPriceSingle {
        margin-top: -60px;
        float: none;
        width: 100%;
        margin-top: -20px;
        font-size: 14pt;
    }

    .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) {
    .boatdealer-plugin-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%;
    }
}