/* ============================================
   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);
}

