/* ============================================
   COMUNIDAD SECTION STYLES
   ============================================ */

.comunidad-section {
    padding: 4rem 0;
    position: relative;
    overflow: hidden;
    background-image: url('../assets/img/Blue_Background.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.comunidad-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 26, 51, 0.5);
}

.comunidad-br-390 {
    display: none;
}

/* Mobile: iPhone 12/13/14 (390x844) */
@media (max-width: 390px) and (max-height: 844px) {
    .comunidad-section {
        padding-top: 4rem;
        padding-bottom: 4rem;
        padding-left: 24px;
        padding-right: 24px;
        overflow: visible;
    }

    .comunidad-section > .max-w-7xl {
        padding-left: 0 !important;
        padding-right: 0 !important;
        max-width: 100%;
        width: 100%;
    }

    .comunidad-section h2 {
        font-size: 32px !important;
        width: 100%;
        max-width: 100%;
    }

    .comunidad-br-390 {
        display: block;
    }

    .comunidad-section p {
        font-size: 16px !important;
        white-space: normal !important;
    }

    .comunidad-section .button-1 {
        margin-bottom: 0;
    }

    .comunidad-carousel {
        width: 100vw;
        max-width: none;
        margin-left: calc(50% - 50vw);
        height: 400px;
        overflow: visible;
    }

    .comunidad-carousel .wrapper {
        overflow: visible;
    }
}

