/* BANNER */

.banner {
    display: flex;
    height: 40rem;
}

.banner-arvore img {
    width: 47.0625rem;
    height: 40rem;
}

.banner-casal img {
    height: 40rem;
    object-fit: cover;
}

.banner-home {
    width: 100%;
    height: 40rem;
    position: relative;
}

.swiper-banner {
    width: 100%;
    height: 100%;
}

.swiper-banner .swiper-slide {
    width: 100%;
    height: 100%;
}

.swiper-banner .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.swiper-banner .swiper-pagination {
    bottom: 20px !important;
}

.swiper-banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
    transition: all 0.3s;
}

.swiper-banner .swiper-pagination-bullet-active {
    background: #fff;
    width: 32px;
    border-radius: 6px;
}

.swiper-banner .swiper-button-prev,
.swiper-banner .swiper-button-next {
    color: #fff;
    width: 48px;
    height: 48px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    transition: all 0.3s;
}

.swiper-banner .swiper-button-prev:hover,
.swiper-banner .swiper-button-next:hover {
    background: rgba(0, 0, 0, 0.5);
}

.swiper-banner .swiper-button-prev::after,
.swiper-banner .swiper-button-next::after {
    font-size: 20px;
}

.institucional {
    background: var(--Atai-Inst---Terra-Terra-Main, #B58150);
    padding: 60px 0px 66px 0px;
    margin-top: -1px;
    display: flex;
    flex-direction: column;
    gap: 50px;
    overflow: hidden;
}

.container-texto-constitucional {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 8px;
}

.texto-constitucional-mobile {
	display: none;
}

.text-institucional {
    color: var(--Atai-Inst---White-White-Main, #FFF);
    text-align: right;
    font-family: Poppins;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    text-align: left;
    white-space: nowrap;
}

.institucional-video {
    display: flex;
    gap: 140px;
}

.imagem-cidade-institucional {
    display: flex;
    width: 35%;
    justify-content: center;
    align-items: center;
}

.text-janson {
    color: var(--Atai-Inst---White-White-Main, #FFF);
    text-align: center;
    font-family: "Janson Text LT Std";
    font-size: 56px;
    font-style: italic;
    font-weight: 700;
    line-height: 56px;
}

.descricao-video-institucional {
    color: var(--Atai-Inst---White-White-Main, #FFF);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.64px;
}

.container-cta-video {
    display: flex;
    flex-direction: column;
    gap: 32px;
    justify-content: center;
	width: 22%;
}

/* CSS Animação */

.animacao-logo {
    display: inline-block;
    animation: slideLoop 20s infinite;
    will-change: transform;
}

@keyframes slideLoop {

    0%,
    100% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(50%);
    }
}

/* .animacao-logo {
    display: flex;
    justify-content: center;
}


/* Infos Institucional */

.infos-institucional {
    display: flex;
    justify-content: space-between;
    width: 1096px;
    margin: 0 auto;
    margin-top: 25px;
	max-width: 95%;
}

.text-titulo {
    color: var(--Atai-Inst---Verde-Verde-Main, #024638);
    text-align: right;
    font-family: Poppins;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    /* 100% */
}

.text-janson-verde {
    color: var(--Atai-Inst---Verde-Verde-Main, #024638);
    text-align: center;
    font-family: "Janson Text LT Std";
    font-size: 64px;
    font-style: italic;
    font-weight: 700;
    line-height: 64px;
    /* 100% */
}

.titulos-single {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
}

.descricao-infos p {
    color: var(--Atai-Inst---White-White-Main, #FFF);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.64px;
}

.text-spacing {
    letter-spacing: 2.56px;
    color: var(--Atai-Inst---Verde-Verde-Main, #024638);
    text-align: right;
}

.text-serra {
    font-weight: 400 !important;
}

.text-institucional-verde {
    color: var(--Atai-Inst---Verde-Verde-Main, #024638);
    text-align: right;
    font-family: Poppins;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
    /* 105.556% */
    letter-spacing: 1.44px;
}

.text-info-descricao {
    padding-bottom: 10px;
    padding-top: 43px;
    border-bottom: 1px solid #004438;
}

/* Localização */

.localizacao {
    display: flex;
    justify-content: center;
    background: var(--Atai-Inst---Terra-Terra-300, #E8D5C5);
    padding: 80px 0px;
}

.text-localizacao-janson {
    color: var(--Atai-Inst---Terra-Terra-Main, #B58150);
    font-family: "Janson Text LT Std";
    font-size: 56px;
    font-style: italic;
    font-weight: 700;
    line-height: 110%;
    /* 61.6px */
}

.infos-localizacao {
    display: flex;
    width: 1096px;
    justify-content: space-between;
}

.titulo-localizacao {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.text-localizacao {
    color: var(--Atai-Inst---Terra-Terra-Main, #B58150);
    font-family: Poppins;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    /* 39.6px */
}

.header-descricao {
    color: var(--Atai-Inst---White-White-700, #4A4A4A);
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    /* 144.444% */
    letter-spacing: 0.72px;
    text-transform: uppercase;
}

.text-descricao-localizacao {
    color: var(--Atai-Inst---White-White-700, #4A4A4A);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    letter-spacing: 0.64px;
}

.descricao-localizacao {
    display: flex;
    flex-direction: column;
    gap: 32px;
	width: 50%;
}


/* MAP */

.map {
    display: flex;
    justify-content: center;
    background: var(--Atai-Inst---Terra-Terra-400, #F7F2ED);
    /* padding: 50px 0px 70px 0px; */
}

.content-map {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1286px;
    position: relative;
}

.infos-map {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 424px;
    height: 408px;
    padding-left: 24px;
    border-left: 2px solid #B68150;
    position: relative;
    overflow: hidden;
}

.infos-map .info-item {
    position: absolute;
    top: 50%;
    left: 24px;
    transform: translateY(-50%);
    opacity: 0;
    transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
    pointer-events: none;
}

.infos-map .info-item.active {
    opacity: 1;
    transform: translateY(-50%);
    pointer-events: auto;
}

.infos-map .info-item.fade-out {
    opacity: 0;
    transform: translateY(-60%);
}

.infos-map .info-item.fade-in {
    opacity: 0;
    transform: translateY(-40%);
}

.infos-map h3 {
    color: var(--Atai-Inst---Terra-Terra-Main, #B58150);
    font-family: Poppins;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 1.44px;
    margin-bottom: 8px;
}

.infos-map p {
    color: var(--Atai-Inst---White-White-700, #4A4A4A);
    font-family: Poppins;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 1.44px;
}

.map-localizacao img {
    max-width: 724px;
    margin-top: -150px;
    margin-bottom: 20px;
}

/* ACESSOS */

.acessos {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 auto;
    height: 870px;
    padding-left: 200px;
}

.titulo-secao {
    display: flex;
    padding: 32px 56px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
    background: var(--Atai-Inst---Terra-Terra-Main, #B58150);
    z-index: 1;
}

.text-acessos-poppins {
    color: var(--Atai-Inst---White-White-Main, #FFF);
    text-align: right;
    font-family: Poppins;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    /* 100% */
}

.text-acessos-janson {
    color: var(--Atai-Inst---White-White-Main, #FFF);
    text-align: center;
    font-family: "Janson Text LT Std";
    font-size: 56px;
    font-style: italic;
    font-weight: 700;
    line-height: 56px;
    /* 100% */
}


/* CARACTERÍSTICAS */

.caracteristicas {
    width: 100%;
    height: 680px;
    display: flex;
}

.secao-titulo {
    width: 60%;
    margin: 0 auto;
    padding: 80px 400px 0px 200px;
    min-height: 500px;
    height: 680px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    position: relative;
    background: url('../images/parque-idosa.png') center/cover no-repeat;

    &::before {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(270deg, rgba(1, 47, 38, 0) 0%, #012F26 100%);
        opacity: 0.4;
        pointer-events: none;
    }

    h2 {
        color: var(--Atai-Inst---White-White-Main, #FFF);
        font-family: "Janson Text LT Std";
        font-size: 56px;
        font-style: italic;
        font-weight: 700;
        line-height: 110%;
        /* 61.6px */
        position: relative;
        z-index: 1;
    }

    h3 {
        color: var(--Atai-Inst---White-White-Main, #FFF);
        font-family: Poppins;
        font-size: 36px;
        font-style: normal;
        font-weight: 400;
        line-height: 110%;
        /* 39.6px */
        position: relative;
        z-index: 1;
    }

    ul {
        list-style-type: disc;
        margin: 24px 0px 0px 20px;
    }

    li {
        color: var(--Atai-Inst---White-White-Main, #FFF);
        font-family: Poppins;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        /* 150% */
        letter-spacing: 0.64px;
        position: relative;
        z-index: 1;
    }
}

.secao-imagem {
    width: 40%;
}

.secao-imagem img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center left;
}

/* ESPAÇOS */

.espacos {
    position: relative;
    background: var(--Atai-Inst---Verde-Verde-Main, #024638);
    padding: 80px 0px 600px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 80px;
    overflow: hidden;
	margin-top: -30px;
}

.secao-principal-espacos {
    display: flex;
    justify-content: center;
    width: 1286px;
    gap: 24px;
	max-width: 100%;
}

.titulo-espacos {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    width: 25%;
}

.text-poppins {
    color: var(--Atai-Inst---Terra-Terra-Main, #B58150);
    font-family: Poppins;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    /* 100% */
}

.text-espacos {
    color: var(--Atai-Inst---Terra-Terra-Main, #B58150);
    font-family: "Janson Text LT Std";
    font-size: 56px;
    font-style: italic;
    font-weight: 700;
    line-height: 56px;
    /* 100% */
}

.titulo-espacos p {
    color: var(--Atai-Inst---White-White-Main, #FFF);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    letter-spacing: 0.64px;
}

.text-detalhes-janson {
    color: var(--Atai-Inst---Terra-Terra-Main, #B58150);
    text-align: right;
    font-family: "Janson Text LT Std";
    font-size: 40px;
    font-style: italic;
    font-weight: 700;
    line-height: 40px;
    /* 100% */
    white-space: nowrap;
}

.text-detalhes-poppins {
    color: var(--Atai-Inst---Terra-Terra-Main, #B58150);
    text-align: right;
    font-family: Poppins;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    /* 123.077% */
}

.titulo-detalhes {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-end;
}

.mapa-detalhes-espacos {
    display: flex;
    gap: 57px;
    width: 66%;
}

.rodape-espacos {
    display: flex;
    justify-content: flex-start;
    position: relative;
    width: 100%;
}

.texto-rodape-espacos {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 1286px;
    padding-left: 300px;
    gap: 8px;
}

.texto-poppins-espacos {
    color: var(--Atai-Inst---Terra-Terra-Main, #B58150);
    text-align: right;
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    /* 100% */
    white-space: nowrap;
}

.texto-janson-espacos {
    color: var(--Atai-Inst---Terra-Terra-Main, #B58150);
    text-align: left;
    font-family: "Janson Text LT Std";
    font-size: 40px;
    font-style: italic;
    font-weight: 700;
    line-height: 40px;
    /* 100% */
}

.rodape-espacos img {
    position: absolute;
    width: 500px;
    flex-shrink: 0;
    bottom: -90px;
    right: 0;
}

.descricao-espacos {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* PAISAGISMO E URBANISMO */

.urbanismo {
    display: flex;
    width: 100%;
    position: relative;
    margin-top: -550px;
    min-height: 680px;
    align-items: center;
    overflow: hidden;
}

.mapa-urbanismo-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
}

.urbanismo-content {
    position: relative;
    z-index: 2;
    width: fit-content;
    padding: 40px 0 40px 200px;
    pointer-events: none;
}

.urbanismo-content * {
    pointer-events: auto;
}

.secao-titulo-urbanismo {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.text-janson-urbanismo {
    color: var(--Atai-Inst---White-White-Main, #FFF);
    font-family: "Janson Text LT Std";
    font-size: 56px;
    font-style: italic;
    font-weight: 700;
    line-height: 110%;
    /* 61.6px */
}

.text-poppins-urbanismo {
    color: var(--Atai-Inst---White-White-Main, #FFF);
    font-family: Poppins;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    /* 39.6px */
}

.text-single {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.text-single h3 {
    color: var(--Atai-Inst---Verde-Verde-Main, #024638);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    /* 100% */
    letter-spacing: 0.64px;
    text-transform: uppercase;
	width: fit-content;
}

.text-single p {
    color: var(--Atai-Inst---White-White-700, #4A4A4A);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 125% */
    letter-spacing: 0.64px;
}

/* Keyframes para animação do card urbanismo */
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate(50%, -40%) scale(0.95);
    }
    100% {
        opacity: 1;
        transform: translate(50%, -50%) scale(1);
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        transform: translate(50%, -50%) scale(1);
    }
    100% {
        opacity: 0;
        transform: translate(50%, -60%) scale(0.95);
    }
}

.info-details {
    display: none;
    padding: 24px 20px;
    justify-content: center;
    align-items: center;
    gap: 24px;
    border: 1px solid var(--Atai-Inst---White-White-Main, #FFF);
    background: var(--Atai-Inst---Terra-Terra-200, #D7B99E);
    position: absolute;
    z-index: 10;
    top: 50%;
    right: 40%;
    transform: translate(50%, -50%);
    width: 600px;
    max-width: 90%;
}

.info-details.active {
    display: inline-flex;
    animation: fadeInUp 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

.info-details.closing {
    display: inline-flex;
    animation: fadeOutDown 0.3s cubic-bezier(0.4, 0, 0.6, 1) forwards;
}

.info-details.transitioning {
    opacity: 0.5;
    transition: opacity 0.15s ease-in-out;
}

.num-single {
    color: var(--Atai-Inst---Terra-Terra-400, #F7F2ED);
    text-align: center;
    font-family: "Janson Text LT Std";
    font-size: 128px;
    font-style: italic;
    font-weight: 700;
    line-height: 32px;
    /* 25% */
    text-transform: uppercase;
}

/* BIKE PARK */

.bike-park {
    display: flex;
    flex-direction: column;
    width: 1286px;
    margin: 0 auto;
    padding: 80px 0;
    gap: 144px;
	overflow: hidden;
}

.infos-bike-park {
    display: flex;
    gap: 40px;
    width: 100%;
}

.imagens-bike-park {
    width: 60%;
}

.texto-bike-park h2 {
    color: var(--Atai-Inst---Terra-Terra-Main, #B58150);
    font-family: "Janson Text LT Std";
    font-size: 56px;
    font-style: italic;
    font-weight: 700;
    line-height: 110%;
    /* 61.6px */
}

.texto-bike-park h3 {
    color: var(--Atai-Inst---Terra-Terra-Main, #B58150);
    font-family: Poppins;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    /* 39.6px */
}

.texto-bike-park {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 40%;
}

.texto-bike-park h4,
.texto-bike-park p {
    margin-top: 24px;
}

.texto-bike-park h4 {
    color: var(--Atai-Inst---White-White-700, #4A4A4A);
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    /* 144.444% */
    letter-spacing: 0.72px;
    text-transform: uppercase;
}

.texto-bike-park p {
    color: var(--Atai-Inst---White-White-700, #4A4A4A);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    letter-spacing: 0.64px;
}

.titulo-footer-bike-park {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.text-footer-bike {
    color: var(--Atai-Inst---Terra-Terra-Main, #B58150);
    font-family: "Janson Text LT Std";
    font-size: 56px;
    font-style: italic;
    font-weight: 700;
    line-height: 110%;
    /* 61.6px */
}

.descricao-footer-bike-park {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.descricao-footer-bike-park p {
    color: var(--Atai-Inst---White-White-700, #4A4A4A);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    letter-spacing: 0.64px;
}

.descricao-footer-bike-park button,
.descricao-footer-bike-park .cta-saiba-mais {
    display: flex;
    width: 284px;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border: 1px solid var(--Atai-Inst---Terra-Terra-Main, #B58150);
    color: var(--Atai-Inst---Terra-Terra-Main, #B58150);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    /* 100% */
    letter-spacing: 0.64px;
    text-transform: uppercase;
    text-decoration: none;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
}

.descricao-footer-bike-park .cta-saiba-mais:hover {
    background: var(--Atai-Inst---Terra-Terra-Main, #B58150);
    color: #fff;
}

.descricao-footer-bike-park .cta-saiba-mais:hover svg path {
    fill: #fff;
}

.footer-bike-park {
    display: flex;
    justify-content: center;
    gap: 116px;
}

/* CULTURAL */

.cultural {
    display: flex;
    gap: 0;
    margin: 0 auto;
    max-width: 100%;
    height: 600px;
    position: relative;
}

.jabuticaba,
.bordado {
    flex: 1;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.jabuticaba {
    background-image: url("../images/imagem-jabuticaba.png");
    justify-content: flex-end;
    text-align: left;
}

.jabuticaba::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(1, 47, 38, 0.00) 0%, rgba(1, 47, 38, 0.95) 100%);
}

.bordado {
    background-image: url("../images/sabara_bord.jpg");
}

.bordado::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(191, 129, 80, 0.00) 0%, rgba(191, 129, 80, 0.95) 100%);
}

.content-cultural {
    position: relative;
    z-index: 1;
    padding: 70px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 60%;
    min-height: 490px;
}

@media (max-width: 470px) {
    .content-cultural {
        width: 70%;
        padding: 20px;
        align-items: center;
        justify-content: center;
    }
}

.jabuticaba .content-cultural {
    /* align-items: flex-end; */
    background-color: #024638;
}

.bordado .content-cultural {
    align-items: flex-start;
    text-align: left;
    background-color: #b58150;
}

.titulo-cultural {
    color: var(--Atai-Inst---White-White-Main, #FFF);
    font-family: "Janson Text LT Std";
    font-size: 36px;
    font-style: italic;
    font-weight: 700;
    line-height: 1.2;
}

.titulo-cultural .destaque-cultural {
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    font-size: 32   px;
}

.descricao-cultural {
    color: var(--Atai-Inst---White-White-Main, #FFF);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.64px;
}

.background-secao {
    background: var(--Atai-Inst---Terra-Terra-300, #E8D5C5);
}

.jabuticaba h2 {
    color: #b58150;
    text-align: left;
}

.bordado h2 {
    color: #024638;
}

.text-creditos {
    font-weight: 600;
    color: #024638;
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-size: 15px;
	z-index: 10;
}

/* EMPREENDIMENTOS */

.empreendimentos {
    background: url(../images/bg-empreendimento-ok.png), var(--Atai-Inst---Verde-Verde-Main, #024638);
    padding: 80px 0;
    display: flex;
    flex-direction: column;
    gap: 100px;
    background-repeat: no-repeat;
    background-position: bottom;
    display: none;
}

.header-empreendimentos {
    display: flex;
    justify-content: space-between;
    width: 1096px;
    margin: 0 auto;
}

.descricao-empreendimentos {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.titulo-empreendimentos h2 {
    color: var(--Atai-Inst---White-White-Main, #FFF);
    font-family: "Janson Text LT Std";
    font-size: 56px;
    font-style: italic;
    font-weight: 700;
    line-height: 62px;
    /* 110.714% */
}

.descricao-empreendimentos p {
    color: var(--Atai-Inst---White-White-Main, #FFF);
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    /* 144.444% */
    letter-spacing: 0.72px;
    text-transform: uppercase;
}

.descricao-empreendimentos button {
    display: inline-flex;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border: 1px solid var(--Atai-Inst---White-White-Main, #FFF);
    color: var(--Atai-Inst---White-White-Main, #FFF);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    /* 100% */
    letter-spacing: 0.64px;
    text-transform: uppercase;
}

.cards-empreendimentos {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 0 auto;
    width: 1286px;
    gap: 24px;
}

.imagem-empreendimento {
    background: url("../images/image-empreendimento03.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 350px;
    position: relative;
}

.imagem-empreendimento p {
    color: var(--Atai-Inst---Verde-Verde-100, #3B7468);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    /* 100% */
    display: flex;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    position: absolute;
    right: 16px;
    top: 16px;
    background: var(--Atai-Inst---Verde-Verde-400, #E6FEF9);
}

.infos-empreendimentos {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    padding: 24px;
    gap: 24px;
}

.infos-empreendimentos h2 {
    color: var(--Atai-Inst---Verde-Verde-Main, #024638);
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    /* 144.444% */
}

.infos-empreendimentos button {
    display: flex;
    height: 64px;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    background: var(--Atai-Inst---Terra-Terra-600, #64472C);
    color: var(--Atai-Inst---White-White-Main, #FFF);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    /* 100% */
    letter-spacing: 0.64px;
    text-transform: uppercase;
}

.descricao-empreendimento {
    color: var(--Atai-Inst---White-White-700, #4A4A4A);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}

.categorias {
    display: flex;
    gap: 8px;
}

.categoria-single {
    display: flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    background: var(--Atai-Inst---Verde-Verde-400, #E6FEF9);
}

/* NOTÍCIAS */

.noticias {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 75px;
    margin: 0 auto;
    padding: 80px 0px 150px 0px;
    background: var(--Atai-Inst---Terra-Terra-400, #F7F2ED);
    overflow: hidden;
}

.header-noticias {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1286px;
}

.titulo-noticias {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.titulo-noticias h2 {
    color: var(--Atai-Inst---Verde-Verde-Main, #024638);
    font-family: "Janson Text LT Std";
    font-size: 56px;
    font-style: italic;
    font-weight: 700;
    line-height: 62px;
    /* 110.714% */
}

.titulo-noticias h3 {
    color: var(--Atai-Inst---White-White-700, #4A4A4A);
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    /* 144.444% */
    letter-spacing: 0.72px;
    text-transform: uppercase;
}

.botao-cta {
    display: inline-flex;
    height: 64px;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    border: 1px solid var(--Atai-Inst---Terra-Terra-Main, #B58150);
    color: var(--Atai-Inst---Terra-Terra-Main, #B58150);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    /* 100% */
    letter-spacing: 0.64px;
    text-transform: uppercase;
}

.categorias {
    display: flex;
    gap: 24px;
}

.categorias h3 {
    color: var(--Atai-Inst---Terra-Terra-Main, #B58150);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    /* 100% */
    display: flex;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: 1px solid var(--Atai-Inst---Terra-Terra-Main, #B58150);
}

.categoria-ativa {
    color: #fff !important;
    display: flex;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: 1px solid var(--Atai-Inst---Terra-Terra-Main, #B58150);
    background: var(--Atai-Inst---Terra-Terra-600, #64472C);
}

.categorias-navegacao {
    display: flex;
    justify-content: space-between;
    width: 1286px;
}

.navegacao {
    display: flex;
    gap: 24px;
}

.infos-noticia {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 24px;
    background-color: #fff;
}

.header-noticia {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.data-noticia {
    color: var(--Atai-Inst---White-White-600, #878787);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    /* 100% */
}

.titulo-noticia {
    color: var(--Atai-Inst---Verde-Verde-Main, #024638);
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    /* 144.444% */
}

.tags-noticia {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.categoria-noticia {
    display: flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    background: var(--Atai-Inst---Terra-Terra-400, #F7F2ED);
    color: var(--Atai-Inst---Terra-Terra-100, #C69D77);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    /* 100% */
}

.descricao-noticia {
    color: var(--Atai-Inst---White-White-700, #4A4A4A);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}

.btn-leia-mais {
    display: flex;
    height: 64px;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    background: var(--Atai-Inst---Verde-Verde-Main, #024638);
    color: var(--Atai-Inst---White-White-Main, #FFF);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    /* 100% */
    letter-spacing: 0.64px;
    text-transform: uppercase;
}

/* SWIPER FIXES */
.swiper-noticias {
    width: 100%;
    max-width: 1286px;
    overflow: visible;
    /* Allow shadow/overflow if needed, or hidden */
    padding: 10px 0 40px 0;
    /* Add padding for shadows */
}

.swiper-noticias-single {
    height: auto;
    /* Allow slide to determine height based on content */
    display: flex;
    /* Ensure child takes full height */
}

.single-noticia {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #fff;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
    /* Optional: Add subtle shadow */
}

.capa-noticia {
    width: 100%;
    height: 240px;
    overflow: hidden;
}

.capa-noticia img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.single-noticia:hover .capa-noticia img {
    transform: scale(1.05);
}

.infos-noticia {
    flex: 1;
    /* Push footer down */
}



/* DOWNLOADS */

.downloads {
    background: #f7f2ed;
    display: flex;
    flex-direction: column;
    width: 1286px;
    margin: 0 auto;
    padding: 50px 0;
	max-width: 100%;
}

.header-downloads {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.header-downloads h2 {
    color: var(--Atai-Inst---Verde-Verde-Main, #024638);
    font-family: "Janson Text LT Std";
    font-size: 56px;
    font-style: italic;
    font-weight: 700;
    line-height: 62px;
}

.header-downloads p {
    color: var(--Atai-Inst---White-White-700, #4A4A4A);
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.72px;
    text-transform: uppercase;
}

.btn-downloads {
    display: flex;
    gap: 24px;
}

.btn-single-download {
    display: flex;
    width: 424px;
    height: 126px;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    color: var(--Atai-Inst---White-White-Main, #FFF);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    /* 100% */
    letter-spacing: 0.64px;
    text-transform: uppercase;
    text-align: left;
}

.apresentacao-projeto {
    background: var(--Atai-Inst---Terra-Terra-600, #64472C);
}

.masterplan-detalhado,
.agenda-eventos {
    background: var(--Atai-Inst---Terra-Terra-Main, #B58150);
}

/* .agenda-eventos {
	display: none;
} */

/* .masterplan-detalhado, .apresentacao-projeto {
	width: 40%;
} */


/* COMO CHEGAR */

.como-chegar {
    background: var(--Atai-Inst---Terra-Terra-400, #F7F2ED);
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
}

.titulo-como-chegar {
    color: var(--Atai-Inst---Verde-Verde-Main, #024638);
    text-align: center;
    font-family: "Janson Text LT Std";
    font-size: 56px;
    font-style: italic;
    font-weight: 700;
    line-height: 62px;
    /* 110.714% */
}

.mapa-como-chegar {
    position: relative;
    width: 100%;
}

.texto-mapa {
    display: inline-flex;
    padding: 32px 56px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
    background: var(--Atai-Inst---Terra-Terra-Main, #B58150);
    position: absolute;
    bottom: 25px;
    left: 300px;
}

.poppins-como-chegar {
    color: var(--Atai-Inst---White-White-Main, #FFF);
    text-align: right;
    font-family: Poppins;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    /* 100% */
}

.janson-como-chegar {
    color: var(--Atai-Inst---White-White-Main, #FFF);
    text-align: center;
    font-family: "Janson Text LT Std";
    font-size: 56px;
    font-style: italic;
    font-weight: 700;
    line-height: 56px;
    /* 100% */
}

/* RESPONSIVE */

@media (max-width: 1024px) {

    /* BANNER */
    .banner {
        height: auto;
        flex-direction: column;
    }

    .video-background {
        height: 100% !important;
    }

    .banner-arvore img,
    .banner-casal img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }

    .banner-home {
        height: 300px;
    }

    .banner-home img {
        width: 100%;
        height: auto;
    }

    .swiper-banner .swiper-button-prev,
    .swiper-banner .swiper-button-next {
        width: 36px;
        height: 36px;
    }

    .swiper-banner .swiper-button-prev::after,
    .swiper-banner .swiper-button-next::after {
        font-size: 16px;
    }

    .swiper-banner .swiper-pagination {
        bottom: 10px !important;
    }

    .swiper-banner .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }

    .swiper-banner .swiper-pagination-bullet-active {
        width: 24px;
    }

    /* INSTITUCIONAL */
    .institucional {
        padding: 40px 20px;
        gap: 30px;
    }

    .institucional-video {
        flex-direction: column;
        gap: 40px;
    }

    .imagem-cidade-institucional {
        width: 100%;
    }

    .imagem-cidade-institucional img {
        width: 100%;
        height: auto;
    }

    .container-texto-constitucional {
        align-items: center;
    }
	
	.texto-constitucional-desktop {
		display: none !important;
	}
	
	.texto-constitucional-mobile {
		display: flex;
	}

    .text-institucional,
    .text-janson {
        text-align: center;
        font-size: 28px;
        line-height: 1.2;
        white-space: normal;
    }

    .container-cta-video {
        align-items: center;
        text-align: center;
		width: 100%;
    }

    .infos-institucional {
        width: 100%;
        flex-direction: column;
        gap: 30px;
    }

    .titulos-single {
        align-items: center;
		flex-direction: row;
		justify-content: center;
    }

    .text-titulo,
    .text-janson-verde {
        text-align: center;
        font-size: 32px;
        line-height: 1.2;
    }
	
	.titulos-single .text-janson {
		margin-top: 5px;
	}

    .descricao-infos {
        padding: 0 20px;
    }

    .text-info-descricao {
        text-align: center;
    }

    .text-institucional-verde {
        text-align: center;
        font-size: 24px;
    }

    .text-spacing {
        text-align: center;
        font-size: 32px;
    }

    /* LOCALIZAÇÃO */
    .localizacao {
        padding: 40px 20px;
    }

    .infos-localizacao {
        width: 100%;
        flex-direction: column;
        gap: 30px;
    }

    .titulo-localizacao {
        align-items: center;
        text-align: center;
    }

    .text-localizacao-janson,
    .text-localizacao {
        font-size: 32px;
    }

    .descricao-localizacao {
        text-align: center;
		width: 100%;
    }

    /* MAPA */
    .map {
        padding: 40px 0;
    }

    .content-map {
        width: 100%;
        flex-direction: column;
        gap: 30px;
    }

    .infos-map {
        width: 100%;
        height: 200px;
        padding: 0 20px;
        border-left: none;
        border-top: 2px solid #B68150;
        padding-top: 20px;
        align-items: center;
        text-align: center;
    }

    .infos-map .info-item {
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
    }

    .infos-map .info-item.active {
        transform: translate(-50%, -50%);
    }

    .infos-map .info-item.fade-out {
        transform: translate(-50%, -60%);
    }

    .infos-map .info-item.fade-in {
        transform: translate(-50%, -40%);
    }

    .infos-map h3,
    .infos-map p {
        font-size: 24px;
        line-height: 30px;
    }

    .map-localizacao img {
        position: static;
        width: 100%;
        height: auto;
    }

    /* ACESSOS */
    .acessos {
        height: 400px;
        padding-left: 20px;
        background-position: center;
        background-size: cover;
    }

    .titulo-secao {
        margin-top: 0;
        padding: 20px;
        align-items: center;
        opacity: 0.9;
    }

    .text-acessos-poppins,
    .text-acessos-janson {
        font-size: 28px;
        text-align: center;
    }

    /* CARACTERÍSTICAS */
    .caracteristicas {
        height: auto;
        flex-direction: column;
    }

    .secao-titulo {
        width: 100%;
        padding: 40px 20px;
        height: auto;
        min-height: auto;
    }

    .secao-titulo h2,
    .secao-titulo h3 {
        font-size: 32px;
    }

    .secao-imagem {
        width: 100%;
        height: 300px;
    }

    /* ESPAÇOS */
    .espacos {
        padding: 40px 0;
        gap: 40px;
		margin-bottom: -50px;
    }

    .secao-principal-espacos {
        width: 100%;
        flex-direction: column;
        padding: 0 20px;
    }

    .titulo-espacos {
        width: 100%;
        align-items: center;
        text-align: center;
    }

    .text-poppins,
    .text-espacos {
        font-size: 32px;
    }

    .mapa-detalhes-espacos {
        width: 100%;
        flex-direction: column;
        gap: 20px;
    }

    .titulo-detalhes {
        align-items: center;
        text-align: center;
    }

    .text-detalhes-janson,
    .text-detalhes-poppins {
        text-align: center;
        font-size: 24px;
        white-space: normal;
    }

    .rodape-espacos {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .texto-rodape-espacos {
        width: 100%;
        padding: 0 20px;
        align-items: center;
    }

    .texto-poppins-espacos,
    .texto-janson-espacos {
        font-size: 24px;
        text-align: center;
        white-space: normal;
    }

    .rodape-espacos img {
        position: static;
        width: 100px;
        margin-top: 20px;
    }

    /* URBANISMO */
    .urbanismo {
        flex-direction: column;
        margin-top: 0;
        min-height: 500px;
    }

    .mapa-urbanismo-img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .urbanismo-content {
        width: 100%;
        padding: 40px 20px;
    }

    .text-janson-urbanismo,
    .text-poppins-urbanismo {
        font-size: 32px;
    }

    /* Keyframes mobile para card urbanismo */
    @keyframes fadeInUpMobile {
        0% {
            opacity: 0;
            transform: translateY(20px) scale(0.95);
        }
        100% {
            opacity: 1;
            transform: translateY(0) scale(1);
        }
    }

    @keyframes fadeOutDownMobile {
        0% {
            opacity: 1;
            transform: translateY(0) scale(1);
        }
        100% {
            opacity: 0;
            transform: translateY(20px) scale(0.95);
        }
    }

    .info-details {
        position: static;
        transform: none;
        width: 100%;
        flex-direction: column;
        gap: 10px;
    }

    .info-details.active {
        animation: fadeInUpMobile 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    }

    .info-details.closing {
        animation: fadeOutDownMobile 0.3s cubic-bezier(0.4, 0, 0.6, 1) forwards;
    }

    /* BIKE PARK */
    .bike-park {
        width: 100%;
        padding: 40px 20px;
        gap: 40px;
    }

    .infos-bike-park {
        flex-direction: column;
    }

    .imagens-bike-park,
    .texto-bike-park {
        width: 100%;
    }

    .imagens-bike-park img {
        width: 100%;
        height: auto;
    }

    .texto-bike-park {
        align-items: center;
        text-align: center;
    }

    .texto-bike-park h2,
    .texto-bike-park h3 {
        font-size: 32px;
    }

    .footer-bike-park {
        flex-direction: column;
        gap: 30px;
        align-items: center;
        text-align: center;
    }

    .text-footer-bike {
        font-size: 32px;
    }

    .descricao-footer-bike-park {
        align-items: center;
    }


    /* EMPREENDIMENTOS */
    .empreendimentos {
        padding: 40px 20px;
        gap: 40px;
    }

    .header-empreendimentos {
        width: 100%;
        flex-direction: column;
        gap: 20px;
        align-items: center;
        text-align: center;
    }

    .titulo-empreendimentos h2 {
        font-size: 32px;
        line-height: 1.2;
    }

    .descricao-empreendimentos {
        align-items: center;
    }

    .cards-empreendimentos {
        width: 100%;
        grid-template-columns: 1fr;
    }

    /* NOTÍCIAS */
    .noticias {
        padding: 40px 20px;
        gap: 40px;
    }

    .header-noticias {
        width: 100%;
        flex-direction: column;
        gap: 20px;
        align-items: center;
        text-align: center;
    }

    .titulo-noticias h2 {
        font-size: 32px;
        line-height: 1.2;
    }

    .categorias-navegacao {
        width: 100%;
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }

    .categorias {
        flex-wrap: wrap;
        justify-content: center;
    }

    /* DOWNLOADS */
    .downloads {
        margin-top: 40px;
        padding: 0 20px;
        gap: 0px;
    }

    .header-downloads {
        flex-direction: column;
        gap: 20px;
        align-items: center;
        text-align: center;
		margin-bottom: 5px;
    }

    .header-downloads h2 {
        font-size: 32px;
    }

    .btn-downloads {
        flex-direction: column;
        width: 100%;
    }

    .btn-single-download {
        width: 100%;
        height: auto;
    }

    /* COMO CHEGAR */
/*     .como-chegar {
        padding: 40px 20px;
    } */

    .titulo-como-chegar {
        font-size: 24px;
        line-height: 1.2;
    }

    .texto-mapa {
        position: static;
        width: 100%;
        margin-top: -50px;
        z-index: 1;
        align-items: center;
        text-align: center;
		flex-direction: row;
    }
	
	.texto-mapa .janson-como-chegar {
		margin-top: 5px;
	}

    .poppins-como-chegar,
    .janson-como-chegar {
        text-align: center;
        font-size: 28px;
    }

    .mapa-como-chegar img {
        width: 100%;
        height: auto;
    }
}


/* MODAL */
.video-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.3s;
}

.video-modal.is-active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-modal.is-visible {
    opacity: 1;
}

.video-modal__overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
}

.video-modal__container {
    position: relative;
    width: 90%;
    max-width: 1000px;
    z-index: 1;
}

.video-modal__close {
    position: absolute;
    top: -40px;
    right: 0;
    background: #fff;
    border: none;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
}

.video-modal__content {
    background: #000;
    border-radius: 8px;
    overflow: hidden;
}

.video-modal__content video {
    width: 100%;
    display: block;
}

body.modal-open {
    overflow: hidden;
}


/* VIDEO BG */
.video-background {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.video-background video {
    position: absolute;
    top: 50%;
    right: 0;
    /* colado na direita */
    height: 100%;
    transform: translateY(-50%);
    /* só centraliza verticalmente */
    z-index: -1;
    object-fit: contain;
}

.content {
    position: relative;
    z-index: 1;
}


/* CARD MASTERPLAN */

/* Keyframes para animação do card masterplan */
@keyframes slideInCard {
    0% {
        opacity: 0;
        transform: translateX(100%) scale(0.9);
    }
    100% {
        opacity: 1;
        transform: translateX(0) scale(1);
    }
}

@keyframes slideOutCard {
    0% {
        opacity: 1;
        transform: translateX(0) scale(1);
    }
    100% {
        opacity: 0;
        transform: translateX(100%) scale(0.9);
    }
}

.card-masterplan {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    border: 1px solid var(--Atai-Inst---White-White-Main, #FFF);
    background: var(--Atai-Inst---Terra-Terra-200, #D7B99E);
    max-width: 350px;
    position: absolute;
    top: 15%;
    right: 3%;
    visibility: hidden;
    opacity: 0;
}

.card-masterplan.active {
    visibility: visible;
    animation: slideInCard 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

.card-masterplan.closing {
    animation: slideOutCard 0.3s cubic-bezier(0.4, 0, 0.6, 1) forwards;
}

.card-masterplan.transitioning {
    opacity: 0.5;
    transition: opacity 0.15s ease-in-out;
}

.card-masterplan img {
    width: 100%;
}

.card-masterplan h2 {
    color: var(--Atai-Inst---Verde-Verde-Main, #024638);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    /* 100% */
    letter-spacing: 0.64px;
    text-transform: uppercase;
}

.card-masterplan h3 {
    color: var(--Atai-Inst---White-White-700, #4A4A4A);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 125% */
    letter-spacing: 0.64px;
}

.close-masterplan {
    position: absolute;
    top: 8px;
    right: 8px;
    display: none;
    width: 28px;
    height: 28px;
    background: rgba(2, 70, 56, 0.85);
    border: none;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
    z-index: 10;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.infos-masterplan {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 20px 24px;
}

.container-image-masterplan {
    position: relative;
    width: 100%;
}

.letter-masterplan {
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    width: 48px;
    height: 48px;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background: var(--Atai-Inst---Terra-Terra-Main, #B58150);
    color: var(--Atai-Inst---Terra-Terra-400, #F7F2ED);
    text-align: center;
    font-family: "Janson Text LT Std";
    font-size: 24px;
    font-style: italic;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
}

.img-bike-park-main {
	height: 550px;
	object-fit: cover;
}

.btn-bike-park {
	font-family: var(--font-primary);
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
	display: flex;
    padding: 0.75rem 1.5rem;
    justify-content: center;
    align-items: center;
	margin-top: 15px;
	width: 350px;
}

.btn-bike-park a {
	color: #b58150;
}

map area {
    cursor: pointer;
    outline: none;
}

.info-details {
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease;
}

.info-details.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
	min-height: 210px;
}

.info-details.closing {
    opacity: 0;
    transform: translateY(20px);
}

.info-details.transitioning {
    opacity: 0.5;
}

.icon-close-details {
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
	z-index: 10;
}

@media (max-width: 1024px) {
	.mapa-detalhes-espacos img {
    	width: 60%;
    }
	
	.cultural {
        flex-direction: column;
        height: auto;
    }
	
	.secao-titulo-urbanismo {
		width: fit-content;
		margin-top: 10%;
	}
}

@media (min-width: 1025px) and (max-width: 1280px) {
	.institucional-video {
		flex-direction: column;
		gap: 50px;
		align-items: center;
	}
	
	.imagem-cidade-institucional {
		width: 80%;
	}
	
	.container-texto-constitucional {
		flex-direction: row;
		align-items: center;
		gap: 15px;
	}
	
	.container-cta-video {
		width: 45%;
	}
	
	.infos-institucional {
		gap: 30px;
	}
	
	.descricao-infos {
		width: 78%;
	}
	
	.infos-institucional, .infos-localizacao {
		justify-content: center;
	}
	
	.infos-localizacao {
		width: 90%;
	}
	
	.infos-localizacao > * {
		flex: 1;
		width: 40%;
	}
	
	.map-localizacao img, .content-map {
		width: 90%;
	}
	
	.infos-map p {
		font-size: 30px;
		line-height: 35px;
	}
	
	.titulo-localizacao h2 {
		font-size: calc(56px * 0.8);
	}
	
	.acessos {
		padding-left: 50px;
	}

	.mapa-detalhes-espacos {
		width: 40%;
	}
	
	.titulo-espacos {
		width: 20%;
	}
	
	.secao-principal-espacos {
		justify-content: unset;
		padding: 0 50px;
	}
	
	.titulo-detalhes {
		width: 60%;
	}
	
	.mapa-detalhes-espacos {
		align-items: center;
	}
	
	.rodape-espacos img {
		width: 300px;
	}
	
	.urbanismo-content {
		padding-left: 40px;
		padding-top: 10px;
	}
	
 	.imagens-bike-park {
		max-width: 40%;
	}
	
	.img-bike-park-main {
		object-fit: contain;
		height: auto;
	}
	
	.bike-park {
		max-width: 90%;
		align-items: center;
		padding-top: 20px;
	}
	
	.texto-bike-park {
		width: 50%;
	}
	
	.texto-bike-park h2 {
		font-size: calc(56px * 0.8);
	}
	
	.texto-bike-park h3 {
		font-size: calc(36px * 0.8);
	}
	
	.texto-bike-park h4 {
		font-size: calc(18px * 0.8);
	}
	
	.texto-bike-park p {
		font-size: calc(16px * 0.8);
	}
	
	.texto-bike-park p {
		margin-top: 5px;
	}
	
	.texto-bike-park h4 {
		margin-top: -10px;
	}
	
	.urbanismo {
		min-height: 550px;
	}
	
	.mapa-detalhes-espacos img {
		width: 100%;
	}
	
	.mapa-detalhes-espacos img {
		width: 100%;
	}
	
	.cultural {
        flex-direction: column;
        height: auto;
    }

    .jabuticaba,
    .bordado {
        height: 400px;
    }
	
	.background-secao {
		margin-top: -31%;
	}
	
	.downloads {
		padding: unset;
		width: 90%;
	}
	
	.animacao-logo {
		max-width: 70%;
	}
}

@media (min-width: 768px) and (max-width: 1440px) {
	.institucional {
		padding: 60px 30px 66px 30px;
	}
	
	 .secao-titulo {
        padding: 80px 0 0 40px;
		min-height: 500px;
    }
	
	.secao-imagem img {
		object-position: center 12%;
	}
	
	.mapa-detalhes-espacos {
		align-items: center;
	}
	
	 .cultural {
        flex-direction: column;
        height: auto;
    }
}

@media (max-width: 768px) {
	.content-cultural {
		padding: 40px;
	}
	
	.noticias {
		padding-top: 20px;
	}
}

@media (max-width: 768px) {
	.titulos-single {
		flex-direction: column;
	}
	
	.map-localizacao img {
		margin-top: -50px;
	}
	
	.mapa-detalhes-espacos img {
		width: 100%;
	}

	.num-single {
		font-size: 35px;
		width: 100%;
		text-align: left;
	}
	
	.text-janson-urbanismo, .text-poppins-urbanismo {
		font-size: 15px;
	}
	
	.secao-titulo-urbanismo {
        text-align: left;
    }
}

/* === Fix: card masterplan no mobile como overlay fixo === */
@media (max-width: 1024px) {
    .card-masterplan {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, calc(-50% + 15px));
        width: calc(100% - 40px);
        max-width: 380px;
        z-index: 1000;
    }

    .card-masterplan.active {
        animation: none;
        opacity: 1;
        visibility: visible;
        transform: translate(-50%, -50%);
    }

    .card-masterplan.closing {
        animation: none;
        opacity: 0;
        transform: translate(-50%, calc(-50% + 15px));
    }

    .close-masterplan {
        display: flex;
    }
	
	.num-single {
		font-size: 40px;
		width: 100%;
		text-align: left;
	}
}

/* === Fix: card urbanismo no mobile como overlay fixo === */
@media (max-width: 1024px) {
	.urbanismo {
		min-height: 60vw;
	}

	.info-details {
		position: fixed;
		top: 50%;
		left: 50%;
		transform: translate(-50%, calc(-50% + 15px));
		width: calc(100% - 40px);
		max-width: 440px;
		flex-direction: column;
		gap: 12px;
		z-index: 1000;
	}

	.info-details.active {
		display: flex;
		opacity: 1;
		visibility: visible;
		transform: translate(-50%, -50%);
		animation: none;
		min-height: unset;
	}

	.info-details.closing {
		opacity: 0;
		transform: translate(-50%, calc(-50% + 15px));
		animation: none;
	}
}