.btWhats{
    justify-content: left !important;
}

@media screen and (min-width: 993px) {
    .card-cont {
        position: absolute;
    }
}
.property-card{
    padding-bottom: 0 !important;
}
@media screen and (max-width: 992px) {
    .fts2 {
        padding: 0 !important;
    }

    .galeriaFicha .ft1 {
        padding: 0 !important;
        height: 325px !important;
    }

    .images img:first-child {
        opacity: 0.2;
        width: 0 !important;
    }

    .interesse {
        padding: 2rem !important;
    }

        .interesse h3 {
            font-size: 30px !important;
        }

    .image-container, .images img {
        width: 100% !important;
    }

    .card-cont form {
        padding: 0;
        width: 100% !important;
    }

    .card-cont {
        padding: 2rem 1.6rem !important;
        position: relative !important;
        right: inherit !important;
        top: inherit !important;
    }

    .justL {
        justify-content: start !important;
    }

    .whatsapp {
        top: 47% !important;
    }

    .ftEsp img {
        height: 250px !important;
        border-radius: 12px 12px 0 0 !important;
    }

    .ftEsp {
        margin-top: 2rem !important;
        padding: 0 !important;
    }

 
    .br2 {
        border-radius: 0 0 12px 12px !important;
    }

    .loc {
        margin-bottom: 3rem !important;
    }

    .calculadora {
        padding-top: 0 !important;
    }

        .calculadora .container {
            padding: 0 !important;
        }

    .calcFicha .container .row {
        background: linear-gradient(79.29deg, #1B1B1B 63.15%, #9A1905 134.09%);
        border-radius: 30px !important;
    }

    .calcFicha {
        background: none !important;
        border-radius: 0 !important;
    }

        .calcFicha .calculadora {
            overflow: hidden !important;
        }

    .calcSvg {
        top: -3rem !important;
    }

    footer {
        position: relative;
        z-index: 9;
    }

    .calcFicha .padCalc {
        padding: 0;
    }

    .slidePlanta .slick-list::after, .slidePlanta .slick-list::before {
        display: none !important;
    }

    .navbar-light .navbar-toggler-icon {
        border-bottom: 1px solid #000000 !important;
    }

        .navbar-light .navbar-toggler-icon:after, .navbar-light .navbar-toggler-icon:before {
            background-color: #000 !important;
        }

    .txt-icon {
        color: #000 !important;
    }

    .navbar-toggler {
        outline: none !important;
    }



    .galeriaFicha .ft1 {
        margin-bottom: 10px;
    }

    .galeriaFicha {
        height: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .fts2 .mt-2 {
        margin: 0 !important;
    }

    .img-principal {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }

    .fts2 {
        padding-right: 0 !important;
        justify-content: space-between;
        display: flex;
        flex-wrap: nowrap !important;
    }

    .img-secundaria {
        width: 31.5%;
        padding: 0;
        height: 110px;
    }

    .overlay-text {
        color: white;
        font-size: 18px;
        margin-right: 8px;
    }

    .icon-overlay {
        width: 24px;
        height: 24px;
        background: url('path-to-your-icon.png') no-repeat center center;
        background-size: contain;
    }

    .galeriaFicha {
        height: fit-content !important;
    }

    .infosImovel p {
        margin-bottom: 0 !important;
    }

    .infosImovel {
        padding-bottom: 1rem;
        margin-bottom: 3rem;
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
        gap: 10px;
    }

    .grid-container {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 22px;
    }
}

@media screen and (max-width: 600px) {
    .slick-prev {
        left: -27px !important;
    }
}

.floating-btn {
    position: fixed;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    border: none;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    z-index: 9999;
}

/* Botão de compartilhar */
.share-btn {
    margin-bottom: 1rem;
    background-color: #1c1c1c;
    bottom: 90px;
    right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Botão de WhatsApp */
.whatsapp-btn {
    background-color: #25D366;
    bottom: 20px;
    right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Ícones dos botões (opcional) */
.floating-btn i {
    font-size: 28px;
}



/* --------------- galeria topo ----------------------- */

img.mfp-img {
    height: 90vh !important;
}


@media (max-width: 768px) {
    img.mfp-img {
        max-height: 80vh !important;
        width: auto !important;
        height: auto !important;
    }
}

.galeriaFicha {
    height: 405px;
}

.images img {
    cursor: pointer;
}

.galeriaFicha img {
    height: 100%;
    width: 100%;
    border-radius: 12px;
    object-fit: cover;
}

.fts2 img {
    max-height: 200px;
}

.hFt1 {
    height: 100%;
}

.overlay-container .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    cursor: pointer;
    display: flex;
    transition: opacity 0.3s ease-in-out;
}

.img-secundaria {
    position: relative;
}

.galeriaFicha .ft1 {
    height: 405px;
}


/* -------------- corpo ficha ------------------ */
.mr-3 {
    margin-right: 30px;
}

.br2 {
    border-radius: 12px;
}

* {
    font-family: 'LopesLight',sans-serif;
}

.fit-content {
    height: fit-content !important;
    background: transparent !important;
}

.cfb2 {
    color: #8a8a8a !important;
}

.map {
    height: 30vh;
    background: grey;
    width: 100%;
    border-radius: 20px;
}

.card-cont {
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-radius: 20px;
    box-shadow: 1px 4px 30px rgba(0, 0, 0, 0.2);
    right: -32rem;
    top: 0;
    z-index: 3;
    background: #076e4a;
    padding: 1.6rem
}

.text-container p {
    color: #575757;
}

.fs32 {
    font-size: 31.5px;
}

.mP {
    padding-right: 0;
}

.border-active {
    border: 1px solid #076e4a;
}

/* }
   .planta.active{
    border: 2px solid #017E52;
   } */
.planta {
    cursor: pointer;
    width: auto;
    max-width: 300px;
    max-height: 300px;
}

    .planta img {
        max-height: 250px;
        width: 100%;
        object-fit: contain;
    }

.grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    gap: 30px;
}

.column {
    display: flex;
    gap: 10px;
    align-items: center;
}

input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 16px;
    height: 16px;
    border: 1px solid #FFF;
    border-radius: 50%;
    background-color: transparent;
    cursor: pointer;
    position: relative;
    margin-top: 3px;
    outline: none;
}

    input[type="radio"]:checked::before {
        content: '';
        display: block;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #FFF;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.slidePlanta .slick-list::before {
    content: " ";
    top: 0;
    position: absolute;
    left: 0;
    height: 100%;
    width: 30%;
    background: linear-gradient(to right, #fff, transparent);
    z-index: 3;
}

.slidePlanta .slick-list::after {
    content: " ";
    top: 0;
    position: absolute;
    right: 0;
    height: 100%;
    width: 10%;
    background: linear-gradient(to left, #fff, transparent);
    z-index: 4;
}

.map {
    background: #949494;
}

.justL {
    justify-content: end;
}

.infosImovel {
    display: flex;
}

/* -------------navbar -------------------- */
/*
.start-style {
    background: #fff !important;
    box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15) !important;
}

    .start-style .nav-item .nav-link {
        color: #000 !important;
        border-bottom: 0 !important;
    }

.logoB {
    display: none !important;
}

.logoP {
    display: block !important;
}*/

/* -------------------- interesse ----------------- */
.interesse::before {
    content: " ";
    opacity: .6;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background: url('/media/bgInteresse.png');
}

.interesse {
    overflow: hidden;
    position: relative;
    border-radius: 12px;
    background: linear-gradient(210.82deg, #017E52 5.25%, #1F1F1F 160.89%);
    border-radius: 30px;
}

.fs20 {
    font-size: 20px;
}
/* --------- especialista ----------------- */

.ftEsp img {
    height: 200px;
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.h20 {
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.whatsapp {
    position: absolute;
    z-index: 4;
    width: fit-content;
    right: -6.5%;
    top: 27%;
}
.bWhats {
    justify-content: start !important;
}

h3 {
    font-size: 28px;
}
/* ------------------------ calculadora --------------------- */

.calcFicha .container {
    background: none !important;
}

.calcFicha {
    background: linear-gradient(79.29deg, #1B1B1B 63.15%, #9A1905 134.09%);
    border-radius: 30px;
    border-radius: 0 !important;
}

    .calcFicha .calculadora {
        overflow: visible;
    }

.calcSvg {
    top: -6rem;
}

footer {
    position: relative;
    z-index: 9;
}

.calcFicha .padCalc {
    padding: 0;
}

/* ------------- topo exclusivo ------------- */




.images {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

    .images img {
        max-width: 100%;
        width: 60%;
        height: 750px;
        object-fit: cover !important;
        display: inline;
        margin: 0 0 -3px;
        border: none;
        opacity: 0.2;
    }

        .images img:first-child {
            opacity: 0.2;
            width: 20%;
        }

        .images img:nth-child(2) {
            opacity: 1;
        }

        .images img:not(:nth-child(2)) {
            -webkit-filter: grayscale(1);
            filter: grayscale(1);
        }

    .images i {
        position: absolute;
        top: 16%;
        transform: translateY(-50%);
        color: rgba(255, 255, 255, 0.8);
        cursor: pointer;
        text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        font-size: 4em;
        z-index: 9;
    }

        .images i:hover {
            color: white;
            text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
        }

        .images i:nth-child(1) {
            left: 0.5em;
        }

        .images i:nth-child(2) {
            right: 0.5em;
        }

@media (min-width: 768px) {
    .images i:nth-child(2) {
        right: 1.2em;
    }
}

.slick-arrow:before {
    color: #000 !important;
    content: '→';
}

.carousel-item {
    display: block !important;
}

.arrows i {
    margin-top: 9rem;
    background: #ffffff85;
    color: #ffffff !important;
    font-size: 30px;
    height: 55px;
    width: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-family: monospace;
}
.tooltip-icon {
    margin-left: 10px;
    color: red;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    font-size: 13px;
    border: 1px solid red;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tooltip-text {
    visibility: hidden;
    width: 180px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 110%;
    left: 50%;
    font-size: 12px !important;
    margin-left: -80px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip-container {
    top: 0;
    position: relative;
    display: inline-block;
}

    .tooltip-container:hover .tooltip-text,
    .tooltip-container:focus-within .tooltip-text {
        visibility: visible;
        opacity: 1;
    }
.image-container, .images img {
    width: 82%;
    height: 100% !important;
}

.images {
    height: 440px;
}

.card-cont.cardEclusivo {
    top: -15rem;
}

/* .card-cont.cardEclusivo.scroll-to-fixed-fixed{
  top: 100px;
} */

.bgRed3 {
    background: linear-gradient(90deg, #000000 0%, #653028 100%);
}

video {
    position: relative !important;
    left: inherit !important;
    height: 100%;
    width: 100%;
}

.slideVids .slick-track {
    height: 350px;
}
