.elementor-273 .elementor-element.elementor-element-cfc515f{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-1828565 *//* VARIABLES PARA ASEGURAR QUE NO HAYA NEGRO */
#APODERADOS_EXACT_FIGMA {
    --nw-title-blue: #101a3f;
    --nw-text-blue: #1e3170; /* Azul oscuro para párrafos, no es negro ni gris */
    --nw-accent-blue: #2b5aed; /* Azul brillante de los iconos y fondos */
    --nw-accent-yellow: #ffca1a;
    --nw-bg-light: #f8f9fc;
    --nw-white: #ffffff;
    
    font-family: 'Montserrat', sans-serif;
    background-color: var(--nw-bg-light);
}

#APODERADOS_EXACT_FIGMA * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* HERO SECTION (Fondo oscuro, letras blancas) */
#APODERADOS_EXACT_FIGMA .nw-apo-hero {
    background: linear-gradient(135deg, #1b49e0 0%, #1539b0 100%);
    padding: 120px 20px 160px;
    text-align: center;
}
#APODERADOS_EXACT_FIGMA .nw-hero-content h1 { 
    color: var(--nw-white); 
    font-size: clamp(32px, 5vw, 48px); 
    font-weight: 700; 
    margin-bottom: 15px; 
}
#APODERADOS_EXACT_FIGMA .nw-hero-content p { 
    color: var(--nw-white); 
    font-size: 18px; 
    font-weight: 300; 
    opacity: 0.9; 
}

/* MISIÓN FLOTANTE */
#APODERADOS_EXACT_FIGMA .nw-mission-wrapper {
    max-width: 1000px;
    margin: -70px auto 0;
    padding: 0 20px;
    position: relative;
    z-index: 10;
}
#APODERADOS_EXACT_FIGMA .nw-mission-card {
    background: var(--nw-white);
    border-radius: 12px;
    padding: 35px 40px;
    box-shadow: 0 10px 40px rgba(16, 26, 63, 0.08);
    display: flex;
    align-items: center;
    gap: 25px;
    border: 1px solid rgba(16, 26, 63, 0.05);
}
#APODERADOS_EXACT_FIGMA .nw-icon-square {
    background: var(--nw-accent-blue);
    color: var(--nw-white);
    width: 48px;
    height: 48px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    flex-shrink: 0;
}
#APODERADOS_EXACT_FIGMA .nw-mission-card p { 
    color: var(--nw-text-blue); 
    font-size: 15px; 
    font-weight: 300; 
    line-height: 1.6;
}

/* TÍTULOS DE SECCIÓN */
#APODERADOS_EXACT_FIGMA .nw-section-title { 
    text-align: center; 
    margin-bottom: 50px; 
}
#APODERADOS_EXACT_FIGMA .nw-section-title i { 
    font-size: 38px; 
    color: var(--nw-accent-blue); 
    margin-bottom: 15px; 
}
#APODERADOS_EXACT_FIGMA .nw-section-title h2 { 
    color: var(--nw-title-blue); 
    font-size: 32px; 
    font-weight: 700; 
}

/* NUESTRO OBJETIVO */
#APODERADOS_EXACT_FIGMA .nw-objectives-section {
    padding: 80px 20px;
}
#APODERADOS_EXACT_FIGMA .nw-objectives-grid {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
#APODERADOS_EXACT_FIGMA .nw-obj-card {
    background: var(--nw-white);
    padding: 30px;
    border-radius: 12px;
    border: 1px solid rgba(16, 26, 63, 0.06);
    box-shadow: 0 4px 15px rgba(16, 26, 63, 0.02);
    display: flex;
    align-items: flex-start;
    gap: 20px;
    transition: transform 0.3s ease;
}
#APODERADOS_EXACT_FIGMA .nw-obj-card:hover { 
    transform: translateY(-3px); 
    box-shadow: 0 10px 25px rgba(16, 26, 63, 0.06); 
}
#APODERADOS_EXACT_FIGMA .nw-obj-card p { 
    color: var(--nw-text-blue); 
    font-size: 14px; 
    font-weight: 300; 
    line-height: 1.6; 
}

/* FUNCIONAMIENTO */
#APODERADOS_EXACT_FIGMA .nw-functioning-section {
    background: var(--nw-white);
    padding: 100px 20px;
}
#APODERADOS_EXACT_FIGMA .nw-func-list {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
#APODERADOS_EXACT_FIGMA .nw-func-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 30px;
    background: var(--nw-white);
    border: 1px solid rgba(16, 26, 63, 0.08);
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(16, 26, 63, 0.02);
}
#APODERADOS_EXACT_FIGMA .nw-circle-number {
    background: var(--nw-accent-yellow);
    color: var(--nw-white);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
    flex-shrink: 0;
}
#APODERADOS_EXACT_FIGMA .nw-func-item p { 
    color: var(--nw-text-blue); 
    font-size: 14px; 
    font-weight: 300; 
    line-height: 1.7; 
}

/* CTA COMUNIDAD (Fondo oscuro, texto claro) */
#APODERADOS_EXACT_FIGMA .nw-cta-section {
    background: var(--nw-accent-blue);
    text-align: center;
    padding: 100px 20px;
}
#APODERADOS_EXACT_FIGMA .nw-cta-icon {
    font-size: 50px;
    color: var(--nw-accent-yellow);
    margin-bottom: 20px;
}
#APODERADOS_EXACT_FIGMA .nw-cta-section h2 { 
    color: var(--nw-white);
    font-size: 32px; 
    font-weight: 700; 
    margin-bottom: 15px; 
}
#APODERADOS_EXACT_FIGMA .nw-cta-section p { 
    color: var(--nw-white);
    max-width: 600px; 
    margin: 0 auto 35px; 
    font-weight: 300; 
    line-height: 1.6;
}
#APODERADOS_EXACT_FIGMA .nw-btn-cta {
    background: var(--nw-accent-yellow);
    color: var(--nw-title-blue);
    font-weight: 700;
    padding: 16px 40px;
    border-radius: 50px;
    text-decoration: none;
    display: inline-block;
    transition: background 0.3s, transform 0.3s;
}
#APODERADOS_EXACT_FIGMA .nw-btn-cta:hover { 
    background: var(--nw-white); 
    transform: scale(1.05);
}

/* RESPONSIVE */
@media (max-width: 768px) {
    #APODERADOS_EXACT_FIGMA .nw-objectives-grid { grid-template-columns: 1fr; }
    #APODERADOS_EXACT_FIGMA .nw-mission-card { flex-direction: column; text-align: center; }
    #APODERADOS_EXACT_FIGMA .nw-func-item { flex-direction: column; align-items: center; text-align: center; }
}/* End custom CSS */