/* First, we wrap every single word in a .wordContainer div */
/* We set that one to hide it's overflow */
.wordContainer {
    overflow: hidden;
}

/* We define the "up" animation */
@keyframes up {
    100% {
        transform: translateY(0%);
    }
}

/* Then, every single word gets animated up */
.word {
    animation: up 0.8s;
    animation-delay: 1.2s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    transform: translateY(115%);
}

/* Delay for staggering effect */
.textWrapper .wordContainer:nth-child(2) .word {
    animation-delay: 1.35s;
}

.textWrapper .wordContainer:nth-child(3) .word {
    animation-delay: 1.5s;
}

.textWrapper .wordContainer:nth-child(4) .word {
    animation-delay: 1.65s;
}

/* And that's it! */

.image-container .header{
    height: fit-content;
    position: absolute;
    bottom: 5.5vh;
    font-size: 60px;
    line-height: 50px;
    color: #fff;
}
.textWrapper {
    font-size: 60px;
    line-height: 50px;
    color: #fff;
}

.wordContainer {
    float: left;
    max-width: 680px;
}
.wordContainer .word{
    white-space: break-spaces !important;
    line-height: 60px;
}

.textWrapper .wordContainer:nth-child(3) {
    clear: both;
}



/*.start-header.start-style {
    backdrop-filter: blur(10px);
    background: #ffffff30;
    -webkit-backdrop-filter: blur(10px);
    filter: drop-shadow(0px 7px 20px rgba(0, 0, 0, 0.25));
    padding: 10px 0 !important;
}*/


.btn-duvidas {
    height: 47px !important;
    border-color: #2F2F39;
    border-radius: 14px 30px 30px 14px;
}

    .btn-duvidas::after {
        background-image: url(/media/mail.png);
        background-size: contain;
        content: '';
        position: absolute;
        right: 10px;
        width: 47px;
        height: 47px;
        background-color: #2F2F39;
        border-radius: 50%;
    }

/* Botão 2 */
.btn-visita {
    height: 47px !important;
    border-color: #E4002B;
    color: #E4002B;
    border-radius: 14px 30px 30px 14px;
}

    .btn-visita::after {
        background-image: url(/media/agen.png);
        background-size: contain;
        content: '';
        position: absolute;
        right: 10px;
        width: 47px;
        height: 47px;
        background-color: #E4002B;
        border-radius: 50%;
    }

.slidePlanta .slick-next {
    right: 24px;
}
.slidePlanta .slick-prev {
    left: 24px;
}

@media screen and (max-width: 1500px) {
    .images {
        height: 470px !important;
    }
}
@media screen and (min-width: 1400px) {
    .miniatura {
        height: 210px !important;
    }
    .miniaturas {
        top: -11.5rem !important;
    }
}
@media screen and (min-width: 993px){
    .card-cont {
        right: 3rem;
        max-width: 455px;
        position: absolute;
        top: 0;
    }
    img.mfp-img {
        height: 80vh !important;
    }
    .cfb2.mlPr{
        margin-bottom: 15px !important;
    }
    .descriMt {
        margin-top: -3.5rem !important;
    }
    .mdRight{
        margin-right: 4rem;
    }
    .card-cont label {
        font-size: 18px !important;
    }
    .mdLabels input{
        margin-left: 1.5rem !important;
    }
}
.card-cont label {
    font-family: 'poppinslight', sans-serif;
}
@media screen and (max-width: 992px) {
    body .images::before {
        content: " " !important;
        position: absolute !important;
        bottom: 0 !important;
        left: 0 !important;
        background: linear-gradient(to top, #000000a9 -10%, #0000008b 30%, transparent 100%);
        height: 20%;
        width: 100%;
    }

    
    .textWrapper {
        font-size: 40px;
        text-align: center;
        display: flex;
        bottom: 5vh !important;
        width: 100%;
        left: 0;
        justify-content: center;
    }
        .start-header.start-style .navbar-light .navbar-toggler-icon{
  
    border-bottom: 1px solid #ffffff !important;

    }

    .start-header.start-style .navbar-light .txt-icon {
        color: #fff !important;
    }

    .start-header.start-style .navbar-light .navbar-toggler-icon:after, .start-header.start-style .navbar-light .navbar-toggler-icon:before {
        background-color: #fff !important;
    }

    .text-container p {
        font-size: 15.5px !important;
    }
    .apareceBt {
        display: flex !important;
    }
    .mlPr{
        margin-left: inherit !important;
    }
    .btWhats {
        justify-content: start !important;
        padding-left: 20px !important;
    }
    .card-cont {
        padding: 1.9rem .6rem !important;
    }
    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        width: 95% !important;
    }
    .ml-2 {
        margin-left: .5rem !important;
    }

    .images {
        height: 500px !important;
    }
        .mdContbtn{
            display: flex;
            justify-content: center;
        }

    .images::before{
        content:  none !important;
    }

    .arrows i {
        margin: inherit !important;
        margin-top: 40.5% !important;
    }
            .miniaturas {
            display: none !important;
        }
        .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;

        }

        .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;
        }

        .row {
            margin: 0 !important;
        }

        .br2 {
            border-radius: 0 0 12px 12px !important;
        }

        .loc {
            margin-top: 3rem !important;
        }

        .mP {
            padding: 0;
        }

        .card-cont button, .card-cont a {
            width: 100%;
        }

        .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: 20px;
        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 ----------------------- */
.text-container p {
    font-family: 'poppinsregular', sans-serif; 
    opacity: .75;
    font-size: 17px;
}
    .galeriaFicha {
        height: 450px;
    }

    .images img {
        cursor: pointer;
    }

    .galeriaFicha img {
        height: 100%;
        width: 100%;
        border-radius: 12px;
        object-fit: cover;
    }

    .fts2 img {
        max-height: 220px;
    }

    .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: 450px;
    }

/* -------------- 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: 400px;
        background: grey;
        width: 100%;
        border-radius: 20px;
    }
    .fs16{
        font-size: 16px !important;
    }
.card-cont {
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-radius: 20px;
    background: #000;
    padding: 1.6rem
}

    .text-container p {
        color: #575757;
    }

    .fs32 {
        font-size: 31.5px;
    }

    .mP {
        padding-right: 0;
    }

.border-active {
    border: 1px solid #D90D15;
    border-radius: 12px;
    overflow: hidden;
}

    /* }
   .planta.active{
    border: 2px solid #F12303;
   } */
    .planta {
        cursor: pointer;
        width: auto;
        max-width: 300px;
        max-height: 300px;
    }

        .planta img {
            height:250px;
            width: 100%;
            object-fit: contain;
        }


.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 {
    position: relative;
    display: inline-block;
}

    .tooltip-container:hover .tooltip-text,
    .tooltip-container:focus-within .tooltip-text {
        visibility: visible;
        opacity: 1;
    }

    .grid-container {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: auto;
        gap: 15px;
    }

    .column {
        align-items: center;
        display: flex;
        gap: 10px;
    }


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;
}
.mlPr {
    margin-left: 1.4rem;

}
.apareceBt{
    display: 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: block !important;
}

    .logoP {
        display: none !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, #F12303 5.25%, #1F1F1F 160.89%);
        border-radius: 30px;
    }

    .fs20 {
        font-size: 20px;
    }
    /* --------- especialista ----------------- */
.ftEsp{
    position: relative;
}
.ftEsp img {
    height: 165px;
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.h20 {
    background: #edededc5; 
    height: 165px;
    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%;
    }
h3 {
    font-size: 35px;
}
.ftEsp svg{
    position: absolute;
    z-index: 3;
    right: -6.4rem;
bottom:0;
height: 70px !important
}




@media screen and (min-width: 993px) and (max-width: 1400px) {
    .card-cont {
        margin-left: 3.5rem;
        max-width: 329px;
        position: absolute;
        top: 0;
        padding: 2rem 1rem !important;
    }
}




/* ------------------------ calculadora --------------------- */
.calcFicha .container {
    background: none !important;
}

#calcula .container .bg-simu{
    display: none !important;
}
#calcula{
    padding: 0 !important;
}
.calcFicha {
    position: relative;
    background: linear-gradient(50deg, #D90D15 35%, #520e0e);
    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 ------------- */



.btnVid {
    font-size: 17px;
    margin-top: -5rem;
    box-sizing: border-box;
    width: 190px;
    cursor: pointer;
    height: 45px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(166, 166, 166, 0.3);
    border: 1px solid #FFFFFF;
    backdrop-filter: blur(3px);
    border-radius: 11px;
}

.miniatura {
    height: 170px;
}

    .miniatura img {
        box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.5);
        height: 100%;
        width: 100%;
        object-fit: cover;
        background: #949494;
    }

.miniaturas {
    position: absolute;
    top: -9rem;
    right: -9.5rem;
}


.images::before {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(to top, #00000096 -10%, #00000078 30%, transparent 100%);
    height: 100%;
    width: 100%;
}

.images::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, #0000009c -10%, #00000065 30%, transparent 100%);
    height: 17%;
    width: 100%;
}


.images {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

    .images img {
        /* max-width: 100%; */
        width: 100%;
        height: 100%;
        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: #dc3545;
        cursor: pointer;
        text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        font-size: 4em;
        z-index: 9;
    }

        

        .images i:nth-child(1) {
            left: 0.5em;
        }

        .images i:nth-child(2) {
            right: 0.5em;
        }

.slick-arrow:before {
    color: #000 !important;
    content: '→';
}

.carousel-item {
    display: block !important;
}

.arrows i {
    margin-top: 9rem;
    background: #fff !important;
    color: #dc3545 !important;
    font-size: 38px;
    height: 55px;
    width: 55px;
    display: flex;
    justify-content: center;
    font-family: slick;
    align-items: center;
    border-radius: 50%;
    box-shadow: 0 3px 30px rgb(0 0 0 / 49%);
    font-family: monospace;
}

.image-container, .images img {
    /* width: 82%; */
    height: 100% !important;
}

.images {
    height: 600px;
}

.arrows i {
    margin: 2rem;
    margin-top: 11%;
    background: #ffffff85;
    color: #1e1e1e !important;
    font-size: 30px;
    height: 55px;
    width: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-family: monospace;
}


/*
    .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: 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;
    }

    .image-container, .images img {
        width: 82%;
        height: 100% !important;
    }*/

 /*   .images {
        height: 440px;
    }
*/
 


    .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;
    }
.gridInfos .column span {
    color: #707070;
    font-family: 'poppinslight';
}