    /* ---------------- responsivo ---------------------- */
    @media screen and (max-width: 992px) {
        .bt-cardLan, .bt-cardRev {
            display: none !important;
        }
        .colMapa {
            display: none;
        }
        body .scroll-y {
            height: 60vh !important;
        }
        #fixarAba .mostrar-aba {
            top: 74px !important;
        }

        .admb{
            margin-bottom: 1.5rem;
        }
        .slick-prev, .slick-next {
            bottom: 10.5rem;
        }

        .outrosLan .container {
            height: 100%;
        }

        .outrosLan {
            position: relative;
        }

        .sliderLan .slick-slide {
            min-width: 305px !important;
        }

        .cardSlide-content {
            min-height: 125px !important;
        }

        .cardSlide {
            margin: 0px 10px !important;
        }

        .fontL.descr {
            -webkit-line-clamp: 2 !important;
        }

        input.bw {
            width: 70%;
        }

        .btnBuscaP {
            position: inherit !important;
        }

        .property-details {
            padding: 20px 0 !important;
        }

        #btnfiltros {
            width: 48%;
        }

        #btnMapa {
            width: 50%;
        }

        .aba-branca {
            position: fixed;
            top: 0;
            left: 0;
            width: 390px;
            height: 100%;
            background-color: #fff;
            z-index: 9999;
            transition: transform 0.3s ease;
            transform: translateX(-115%);
        }

        .mdJ {
            margin-bottom: 2rem !important;
        }

        .mdJ2 {
            padding-left: 25px !important;
            padding-right: 25px !important;
            justify-content: space-between !important;
        }
        .adwid {
            width: 77%;
        }
    }

    @media (min-width: 1000px) {

        .colMapa {
            z-index: 99;
            position: absolute;
            left: 0;
            top: 16.5rem;
        }
    }

@media (min-width: 993px) and (max-width: 1369px) {
    body .scroll-y {
        height: 68vh !important;
    }
}

    @media (min-width: 1370px) {
        body .scroll-y {
            height: 76vh !important;
        }
    }

    @media (min-width: 1200px) {
        .aba-branca {
            width: 580px !important;
        }
        #fixarAba {
            z-index: 1001 !important;
        }

        .btn-sm {
            padding: 0 !important;
        }

        .card-body {
            padding: 0 !important;
        }

        #fechar-icone {
            display: none;
        }

        /* .aba-branca {
        max-width: 370px;
        z-index: 1 !important;
        transform: none !important;
        width: auto !important;
        position: relative;
    }
*/

        /*    #btnfiltros {
        display: none !important;
    }*/
        .scroll-y::-webkit-scrollbar {
            width: 6px; /* Largura da barra de rolagem */
        }

        .scroll-y::-webkit-scrollbar-thumb {
            background: #888; /* Cor do polegar (parte que se move) */
            border-radius: 6px; /* Bordas arredondadas do polegar */
        }

        .scroll-y::-webkit-scrollbar-track {
            background: #f1f1f1; /* Cor do trilho da barra de rolagem */
        }

        .scroll-y {
            height: 58vh !important;
            max-height: fit-content !important;
            /* overflow-y: auto !important;*/
        }
    }

    @media screen and (min-width: 993px) {
        .mdJ {
            justify-content: end !important;
        }

        .reverse {
            flex-direction: row-reverse !important;
        }

        .property-code {
            font-size: 18px;
            font-family: 'LopesSansRegular', sans-serif;
        }

        .colImoveis .property-card {
            display: flex;
        }
        /* .aba-branca{
        position: relative;
        height: auto !important;
        left: inherit !important;
    }*/
        .property-image {
            width: 570px;
        }
    }

    .slick-prev {
    left: 0 !important;
}.slick-next {
    right: 0 !important;
}

    .slick-prev:before, .slick-next:before {
        opacity: 1 !important;
        height: 25px !important;
        width: 25px !important;
        font-size: 15px !important;
        display: flex;
        align-items: center;
    }
.slick-prev, .slick-next {
    top: 34% !important;
    border: none;
    cursor: pointer;
}

    .slick-prev[style*="display: none"] {
        visibility: hidden; /* Esconde visualmente */
    }

.slick-slide {
    margin-right: 10px !important;
}


.filter-container {
    width: 100% !important;
    display: flex;
    justify-content: space-between;
}

.filter-button {
    border: 1px solid black !important;
    background-color: transparent;
    color: #7e7e7e;
    padding: 0.5rem 1rem !important;
    border-radius: 30px !important; 
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    transition: all 0.3s ease;
}

    .filter-button.active {
        color: #000; 
        background-color: #ffffff;
        border: 1px solid #D90F34 !important;
    }

    .filter-button:hover {
        border-color: #D90F34 !important;
    }







/* ----------------------- aba de filtros ---------------------- */

/*.scroll-y {
    overflow-y: scroll;
    position: relative;
    padding-right: 10px;
}*/

.inputBusca::placeholder{
    color: #626262 !important;
}
.inputBusca {
    outline: none !important;
    box-shadow: none !important;
    background: #eaeaea !important;
    color: #000 !important;
    border: none !important;
    border-radius: 30px;
    padding: 8px 20px;
}

.mostrar-aba {
    z-index: 99999 !important;
    position: fixed !important;
    transform: translateX(0) !important;
    top: 0 !important;
}

.scroll-y::-webkit-scrollbar {
    width: 6px; /* Largura da barra de rolagem */
}

.scroll-y::-webkit-scrollbar-thumb {
    background: #888; /* Cor do polegar (parte que se move) */
    border-radius: 6px; /* Bordas arredondadas do polegar */
}

.scroll-y::-webkit-scrollbar-track {
    background: #f1f1f1; /* Cor do trilho da barra de rolagem */
}

.scroll-y {
    height: 58vh !important;
    max-height: fit-content !important;
    /* overflow-y: auto !important;*/
}


input::placeholder {
    color: #dbdbdb !important;
}
.accordion .accordion-header {
    cursor: pointer;
}
.accordion.accordion-icon-toggle .accordion-icon {
    display: flex;
    flex-shrink: 0;
    transition: all 0.2s ease;
    align-items: center;
    justify-content: center;
}
.accordion.accordion-icon-toggle .accordion-icon i {
    color: #000000;
}
.accordion.accordion-icon-toggle .accordion-icon .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #000000;
}
.accordion.accordion-icon-toggle .accordion-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.accordion.accordion-icon-toggle .collapsed .accordion-icon {
    transition: all 0.2s ease;
    transform: rotate(0);
}
.accordion.accordion-icon-toggle .collapsed .accordion-icon i {
    color: #a1a5b7;
}
.accordion.accordion-icon-toggle .collapsed .accordion-icon .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #a1a5b7;
}
.accordion.accordion-icon-toggle .collapsed .accordion-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}

.overlayy {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 999;
}

.aba-branca {
    position: fixed;
    top: 0;
    left: 0;
    width: 390px;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
    transition: transform 0.3s ease;
    transform: translateX(-115%);
}

/*.aba-branca {
    top: 0;
    left: 0;
    width: 390px;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
    transition: transform 0.3s ease;
    transform: translateX(-100%);
}
.mostrar-aba {
    transform: translateX(0);
}
.t-filtro {
    display: flex;
}*/
.card-toolbar {
    display: flex;
}
.card-header {
    justify-content: space-between;
}
.title-side {
    color: var(--gray-gray-900, #000);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
.card-header {
    background-color: transparent !important;
}
.accordion.accordion-icon-toggle .accordion-icon .svg-icon svg [fill]:not(.permanent):not(g) {
    fill: #000;
}
.form-check-input {
    margin-top: 0;
}
.form-check {
    line-height: 12px;
}
.bg-grey {
    border-radius: 10px;
    background-color: #ededed;
}
.aba-branca .btn-icon span{
    font-size: 14.5px !important;
}
.value-box {
    border: 1px solid #ccc;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
    border-radius: 12px;
}
.value-box input {
    border: none;
    outline: none;
}
.value-box span {
    font-size: 12px;
}
.values-container {
    padding-top: 10px;
}
.form-check label {
    color: #000;
    color: var(--gray-gray-900, #000);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}
.card-footer:last-child {
    border-top: none;
    background-color: #fff;
}
.t-side h6 {
    color: var(--gray-gray-900, #000);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}
.inputForm {
    border: none;
    height: 45px;
    outline: none !important;
}
.inputForm::placeholder {
    color: #dbdbdb !important;
}
#bairrosContainer {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}
.bairroBox {
    display: flex;
    max-height: 22px;
    padding: 15px 12px;
    align-items: center;
    gap: 4px;
    background: var(--gray-gray-100, #e9e9e9);
    color: #000;
}
.bairroName {
    margin-right: 8px;
}

.bairroRemove {
    cursor: pointer;
}
#bairroInput,
#tCodigo, #tEmpreend {
    border-radius: 10px ;
    margin-top: 2%;
    outline: none;
    display: flex;
    padding: 10px 16px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border: 1px solid var(--gray-gray-200, #d9d9d9) !important;
    width: 100%;
}
.select2 .selection {
    border-radius: 10px;
    margin-top: 2%;
    outline: none;
    display: flex;
    padding: 10px 16px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border: 1px solid var(--gray-gray-200, #d9d9d9) !important;
    width: 100%;
    box-shadow: none !important;
    padding: 0 !important;
}

.select2-selection__arrow {
    top: inherit !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 20px !important;
}

.select2-selection {
    width: 100%;
}

.select2-results__option {
    font-size: 15px !important;
}


.select2-search__field {
    outline: none !important;
    border-radius: 10px !important;
}
.btnComodo {
    cursor: pointer;
    padding: 5px 15px;
}
.ativo {
    border-radius: 10px;
    color: white !important;
    background-color: #2e2e2e !important;
}
.btn-primary {
    background: #000 !important;
    border: none;
}
.abaFiltros{
    position: relative !important;
}
.fixarAba{
    left: inherit !important;
}

/* -------------------------- cards --------------------- */
.property-code{
    color: #000;
}
.descr{
color: #959595 ;
font-size: 14px;
}
.property-details{
    width: -webkit-fill-available;
}
.property-card{
    position: relative;
    border-bottom: 1px solid #dddddd;
    border-radius: 0;
    margin-bottom: 1.8rem;
    padding-bottom: 2rem;
}
.bt-cardLan{
    position: absolute; 
    bottom: 3rem;
    right: 0;
}
.cardMapa .property-details {
    padding: 5px !important;
}
.cardMapa .property-code {
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 20px !important;
}
.cardMapa .property-info{
    gap: 9px !important;
}
.btCmapa, .btn-vazadoRed {
    font-size: 14px;
    width: -webkit-fill-available !important;
}
.maplibregl-popup-content{
    width: 280px !important;
}
.cardMapa .property-price h4 {
    font-size: 18px;
    min-width: 130px;
}
.cardMapa .property-image {
    width: 100% !important;
}
.cardMapa .btn {
    height: 38px !important;
    padding: .5rem 1rem !important;
}
/* -------------- geral -------------------- */
.fontL.descr {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.fs30{
    font-size: 30px;
}
.mdJ{
    justify-content: space-between;
}
.calculadora{
    
    margin-top: 3rem;
}
.vantagem{
    margin-top: 3rem;
    overflow: hidden;
    position: relative;
background:#1C1C1C ;
}
.vantagem::before{
    content: " ";
    left: -4rem;
position: absolute;
width: 20%;
height: 30%;
top: -3rem;
background: rgba(202, 109, 95, 0.35);
filter: blur(110.5px);
transform: rotate(-65.56deg);

}
 
.vantagem::after{
    content: " ";
    right: -6rem;
position: absolute;
width: 20%;
height: 30%;
bottom: -3rem;
background: rgba(202, 109, 95, 0.35);
filter: blur(110.5px);
transform: rotate(-65.56deg);

}
.vantagem h2{
    color: #fff;
}
.vantagem h3{
    color: #717171;
}
.topoBusca{
    height: 450px;
}
    .topoBusca::before {
        background: linear-gradient(360deg, rgba(0, 0, 0, 0) 0%, #2c2b33 94.07%);
        position: absolute;
        width: 100%;
        height: 250px;
        left: 0px;
        top: 0;
        content: " ";
        z-index: 3;
    }

    .bw{
        border: 1px solid #fff !important;
        border-radius: 12px;
    }
    .bw::placeholder{
        color: #f1f1f1 !important;
        font-family: 'poppinsextralight', sans-serif;
        letter-spacing: .7px;
    }
/* -------------------- paginação -------------------- */
.page-item:not(:first-child) .page-link {
    box-shadow: none;}
.page-item{
    height: 43px;
    width:  43px;
    border-radius: 50%;
    border: 1px solid #969696;
}
.page-link{
    background-color: transparent !important;
    border: none !important;
    display: flex;
    justify-content: center !important;
    height: 100%;
    align-items: center !important;
    color: #606060 ;
}
.pagination {
    gap: 10px;
}
.page-item.active {
    border: 1px solid #D90F34;
    background: #D90F34 !important;
}
.page-item.active .page-link{
    color: #fff !important;
}
/* ---------------- mapa ----------------- */
.mapa {
    min-height: 92vh;
    height: 100%;
    width: 100%;
    background: #f5f5f5;
}
/*#areaMapa{
    display: none;
}*/

/*.fixarContato.scroll-to-fixed-fixed {
    top: 71px !important;
}*/
/* ------------------------ outros lançamentos em destaque ----------------- */

.contCalcula #calcula {
    border-radius: 20px;
    background: linear-gradient(254.35deg, #2E2D37 75%, #D90F34 185%) !important;
}