.bolinha.inativa {
    opacity: 0.3;
    filter: grayscale(0.7) brightness(1.2);
    pointer-events: none;
}

.k-section-mapa {
    padding: 80px 0 !important;
}

.k-section-mapa .container {
    max-width: 1400px !important;
}

/* =========================================
   SE��O 2 (ESTRUTURAS DO MAPA)
   ========================================= */
.k-section-mapa {
    background-color: #F7F7F7;
    border-radius: 0 154px;
    width: 100%;
}

.title-mapa {
    font-weight: 900;
    font-size: 55px;
    color: #457BA9;
    margin-left: 450px;
}

.container-estrutura {
    margin-left: 590px;
    margin-top: -20px;
}

.title-estruturas {
    font-family: 'Brotherhood Regular';
    font-size: 380px;
    color: #B0BDC6;
    line-height: 0.7;
}

.desc-estruturas {
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    color: #2F2F2F;
    max-width: 350px;
    margin-top: -55px;
}

.text-clique {
    font-weight: 700;
    font-size: 18px;
    color: #74767B;
}

.nota-mapa {
    font-weight: 500;
    font-size: 14px;
    color: #74767B;
}

/* (O CSS do mapa enviado por voc� foi movido pra c� integralmente sem altera��es estruturais) */
.controls-row {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 50px;
}

.k-btn-capacidade {
    width: 480px;
    max-width: 33.33%;
    height: 67px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-weight: 700;
    font-size: 28px;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
    text-align: center;
    box-sizing: border-box;
    position: relative;
}

.k-btn-capacidade:hover {
    transform: scale(1.02);
    z-index: 2;
}

.k-btn-capacidade:active,
.k-btn-capacidade.ativo {
    transform: scale(1);
    box-shadow: -5px -5px 15px 0 rgba(0, 0, 0, 0.25) inset;
    z-index: 1;
}

.k-btn-26 {
    background-color: #FBA002;
    border-radius: 100px 0 0 100px;
    width: 385px;
}

.btn-60 {
    background-color: #FEDC03;
    border-radius: 0;
    width: 482px;
}

.btn-100 {
    background-color: #87BE46;
    border-radius: 0 100px 100px 0;
    width: 572px;
}

.k-map-container {
    position: relative;
    width: 100%;
    max-width: 1080px;
    aspect-ratio: 13 /7;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    margin: 0 auto;
}

.bolinha {
    position: absolute;
    width: 47px;
    height: 47px;
    border-radius: 100px;
    border: 2px solid #4EC0E4;
    background-color: #052851;
    color: #FFF;
    font-weight: 700;
    font-size: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    transform: translate(-50%, -50%);
    transition: opacity 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
    z-index: 10;
}

.bolinha.animacao-pronta {
    transition: opacity 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, transform 0.2s ease;
}

.bolinha:hover {
    z-index: 11;
    transform: translate(-50%, -50%) scale(1.15) !important;
}

.bolinha.cor-26 {
    background-color: #FBA002;
    border-color: #052851;
}

.bolinha.cor-60 {
    background-color: #FEDC03;
    border-color: #052851;
}

.bolinha.cor-100 {
    background-color: #87BE46;
    border-color: #052851;
}

.bolinha.destaque-aberta {
    z-index: 950 !important;
}

.btn-reset-map {
    position: absolute;
    bottom: 20px;
    right: 20px;
    height: auto;
    cursor: pointer;
    z-index: 20;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.btn-reset-map:hover {
    transform: scale(1.1);
}

.btn-reset-map:active {
    transform: scale(0.9);
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(245, 245, 245, 0.6);
    z-index: 900;
    display: none;
}

.custom-popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 362px;
    min-height: 319px;
    background-color: #F7F7F7;
    border-radius: 30px 0 30px 30px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
    z-index: 1000;
    display: none;
    box-sizing: border-box;
    padding: 25px 20px;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 12px;
    height: 12px;
    cursor: pointer;
    transition: transform 0.2s;
}

.close-btn:hover {
    transform: scale(1.1);
}

.popup-title-box {
    width: 299px;
    height: 55px;
    background-color: #4EC0E4;
    border-radius: 27px;
    margin: 0 auto 15px auto;
    display: flex;
    align-items: center;
    padding-left: 5px;
    box-sizing: border-box;
    transition: background-color 0.3s;
}

.bolinha-popup {
    width: 47px;
    height: 47px;
    border-radius: 100px;
    border: 2px solid #4EC0E4;
    background-color: #052851;
    color: #FFF;
    font-weight: 700;
    font-size: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background-color 0.3s, border-color 0.3s;
}

.popup-title-text {
    font-weight: 600;
    font-size: 20px;
    color: #FFF;
    margin-left: 5px;
    flex-grow: 1;
    max-width: 231px;
    line-height: 20px;
}

.popup-subtitle {
    font-weight: 700;
    font-size: 16px;
    color: #747678;
    max-width: 286px;
    margin: 20px 20px;
    display: none;
    text-transform: uppercase;
    line-height: 20px;
}

.popup-text-content {
    font-weight: 400;
    font-size: 21px;
    color: #2F2F2F;
    max-width: 308px;
    margin: 20px 20px;
    height: auto;
    overflow: hidden;
    line-height: 120%;
}

.popup-navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin-top: 15px;
}

.nav-arrow {
    cursor: pointer;
    transition: transform 0.2s, opacity 0.3s;
    display: block;
}

.nav-arrow:hover {
    transform: scale(1.1);
}

.nav-arrow.disabled {
    opacity: 0.5;
    pointer-events: none;
    transform: none;
}

@media (max-width: 768px) {

    /* SE��O 2 */
    .k-section-mapa {
        border-radius: 0 60px;
    }

    .title-mapa {
        font-size: 28px;
        margin-left: -130px;
        margin-bottom: -15px;
        text-align: center;
        display: block;
    }

    .container-estrutura {
        margin-left: 0;
        margin-top: 0;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        padding: 0 15px;
    }

    .title-estruturas {
        font-size: 180px;
        line-height: 1;
        margin-bottom: 10px !important;
    }

    .desc-estruturas {
        font-size: 14px;
        max-width: 100%;
        margin-left: 0 !important;
        text-align: center;
        padding: 30px;
    }

    .d-flex.justify-content-center.align-items-center.mb-5 {
        padding: 0 15px;
    }

    .d-flex img[alt="Clique"] {
        margin-right: 10px !important;
        width: 35px;
    }

    .text-clique {
        font-size: 12px;
    }

    .nota-mapa {
        margin-left: 0;
        text-align: center;
        font-size: 12px;
    }

    /* BOT�ES MAPA */
    .controls-row {
        padding: 0 15px;
        margin-bottom: 30px;
        flex-direction: column;
        gap: 10px;
    }

    .k-btn-capacidade {
        width: 220px !important;
        height: 30px;
        max-width: 100%;
        font-size: 12px;
        border-radius: 100px;
    }

    .btn-reset-map {
        width: 25%;
        bottom: 10px;
        right: 40px;
    }

    /* MAPA FULL WIDTH & BOLINHAS */
    .k-map-container {
        width: 100vw;
        height: calc(100vw * (746 / 1440));
        /* Mant�m a propor��o exata da imagem desktop */
        margin-left: calc(-50vw + 50%);
        /* Truque para o mapa esticar de ponta a ponta na tela */
        overflow: visible;
        /* Deixa o popup vazar para baixo */
        margin-bottom: 350px;
        /* Cria espa�o f�sico para o popup ficar embaixo do mapa sem cobrir a pr�xima se��o */
    }

    .bolinha {
        width: 15px !important;
        height: 15px !important;
        font-size: 7px !important;
        border-width: 1px !important;
    }

    /* POPUP MOBILE - 254px fixo abaixo do mapa */
    .overlay {
        display: none !important;
    }

    .custom-popup {
        width: 254px !important;
        min-height: auto;
        padding: 15px !important;
        top: 100% !important;
        /* Posiciona na linha base do mapa */
        left: 50% !important;
        /* A margem compensa o translate nativo do GSAP que puxaria ele para cima, garantindo que ele fique perfeitamente alocado abaixo da imagem */
        margin-top: 180px !important;
    }

    .popup-title-box {
        width: 100%;
        height: auto;
        padding: 5px;
        margin-bottom: 10px;
    }

    .bolinha-popup {
        width: 32px !important;
        height: 32px !important;
        font-size: 14px !important;
    }

    .popup-title-text {
        font-size: 14px;
        line-height: 1.2;
        margin-left: 5px;
        max-width: 160px;
    }

    .popup-subtitle {
        font-size: 12px;
        margin: 10px 10px;
        line-height: 1.2;
    }

    .popup-text-content {
        font-size: 12px;
        margin: 10px 10px;
    }

    .close-btn {
        top: 5px;
        right: 5px;
    }

    .nav-arrow {
        width: 40px;
    }
}

.k-mapa-momento-conteudo h1,
.k-mapa-momento-conteudo h2,
.k-mapa-momento-conteudo h3,
.k-mapa-momento-conteudo h4,
.k-mapa-momento-conteudo h5,
.k-mapa-momento-conteudo h6 {
    color: #457BA9 !important;
    font-size: 24px !important;
    padding-bottom: 20px !important;
}

.k-mapa-momento-conteudo {
    max-width: 860px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}