.elementor-25 .elementor-element.elementor-element-49f9d1a{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:1px;--padding-bottom:1px;--padding-left:1px;--padding-right:1px;}.elementor-25 .elementor-element.elementor-element-436e07e{--display:flex;}.elementor-25 .elementor-element.elementor-element-9ef8c00{--display:flex;}.elementor-25 .elementor-element.elementor-element-46790c7{--display:flex;--padding-top:1px;--padding-bottom:1px;--padding-left:1px;--padding-right:1px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-5af64d4 *//* 1. RESET Y BASE BLINDADA (Fondo Blanco) */
#NW_COMMUNITY_ULTRA_PRO_LIGHT, 
#NW_COMMUNITY_ULTRA_PRO_LIGHT * {
    box-sizing: border-box !important;
    margin: 0; padding: 0;
    font-family: 'Montserrat', sans-serif !important;
    text-decoration: none !important;
    list-style: none !important;
}

#NW_COMMUNITY_ULTRA_PRO_LIGHT .nw-l-section {
    position: relative !important;
    background-color: #ffffff !important; /* FONDO BLANCO PURO */
    padding: 120px 40px !important;
    overflow: hidden !important;
    width: 100% !important;
}

/* 2. CANVAS PLEXUS (Ajustado para fondo claro) */
#nwCanvasPlexusLight {
    position: absolute !important;
    top: 0; left: 0; width: 100%; height: 100%;
    z-index: 1;
    opacity: 0.8; /* Mayor opacidad para que se vea sobre blanco */
}

/* 3. HEADER FINO */
#NW_COMMUNITY_ULTRA_PRO_LIGHT .nw-l-header {
    position: relative; z-index: 2;
    text-align: center !important;
    margin-bottom: 80px !important;
}

/* Colores institucionales blindados */
#NW_COMMUNITY_ULTRA_PRO_LIGHT .nw-text-blue { color: #004a99 !important; }
#NW_COMMUNITY_ULTRA_PRO_LIGHT .nw-text-white { color: #ffffff !important; }
#NW_COMMUNITY_ULTRA_PRO_LIGHT .nw-w-300 { font-weight: 300 !important; }
#NW_COMMUNITY_ULTRA_PRO_LIGHT .nw-w-400 { font-weight: 400 !important; }
#NW_COMMUNITY_ULTRA_PRO_LIGHT .nw-w-700 { font-weight: 700 !important; }
#NW_COMMUNITY_ULTRA_PRO_LIGHT .nw-opacity-70 { opacity: 0.7 !important; }

#NW_COMMUNITY_ULTRA_PRO_LIGHT h2 {
    font-size: clamp(24px, 5vw, 40px) !important;
    letter-spacing: 2px !important;
    margin-bottom: 20px !important;
    text-transform: uppercase !important;
}

#NW_COMMUNITY_ULTRA_PRO_LIGHT .nw-l-title-line {
    width: 60px; height: 3px;
    background: #fdb913; /* Dorado */
    margin: 0 auto 20px;
}

/* 4. GRID Y CARDS (Soft UI sobre Blanco) */
#NW_COMMUNITY_ULTRA_PRO_LIGHT .nw-l-grid {
    position: relative; z-index: 2;
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 40px !important;
    max-width: 1400px !important;
    margin: 0 auto !important;
}

#NW_COMMUNITY_ULTRA_PRO_LIGHT .nw-l-card {
    position: relative !important;
    border-radius: 25px !important;
    overflow: hidden !important;
    background: #ffffff !important; /* Tarjeta blanca */
    /* Sombra sofisticada para Soft UI */
    box-shadow: 0 10px 30px rgba(0,0,0,0.05) !important;
    transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1) !important;
    border: 1px solid rgba(0,0,0,0.03) !important; /* Borde casi invisible */
}

#NW_COMMUNITY_ULTRA_PRO_LIGHT .nw-l-card:hover {
    transform: translateY(-15px) !important;
    box-shadow: 0 30px 60px rgba(0,0,0,0.1) !important;
}

#NW_COMMUNITY_ULTRA_PRO_LIGHT .nw-card-img {
    width: 100%; height: 210px;
    background-size: cover;
    background-position: center;
    filter: grayscale(20%) brightness(0.95);
    transition: 1s ease;
}

#NW_COMMUNITY_ULTRA_PRO_LIGHT .nw-l-card:hover .nw-card-img {
    filter: grayscale(0%) brightness(1);
    transform: scale(1.05);
}

/* Cuerpo de Tarjeta */
#NW_COMMUNITY_ULTRA_PRO_LIGHT .nw-card-body {
    padding: 35px 30px 40px !important;
    text-align: center !important;
}

#NW_COMMUNITY_ULTRA_PRO_LIGHT .nw-card-icon {
    width: 65px; height: 65px;
    margin: -70px auto 25px;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 22px;
    /* Sombra para el icono flotante */
    box-shadow: 0 8px 20px rgba(0,0,0,0.1) !important;
    border: 3px solid #ffffff !important;
}

#NW_COMMUNITY_ULTRA_PRO_LIGHT .nw-bg-white { background-color: #ffffff !important; }
#NW_COMMUNITY_ULTRA_PRO_LIGHT .nw-txt-blue { color: #004a99 !important; }
#NW_COMMUNITY_ULTRA_PRO_LIGHT .nw-txt-gold { color: #fdb913 !important; }

#NW_COMMUNITY_ULTRA_PRO_LIGHT h3 {
    color: #004a99 !important; /* Títulos en azul */
    font-size: 19px !important;
    margin-bottom: 12px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
}

#NW_COMMUNITY_ULTRA_PRO_LIGHT .nw-card-body p {
    color: rgba(0, 74, 153, 0.8) !important; /* Párrafos en azul opaco */
    font-size: 14px !important;
    line-height: 1.6 !important;
}

/* 5. FIRMA */
#NW_COMMUNITY_ULTRA_PRO_LIGHT .nw-footer-signature {
    position: relative; z-index: 2;
    text-align: center !important;
    margin-top: 80px !important;
    font-size: 10px !important;
    letter-spacing: 3px !important;
    text-transform: lowercase !important;
    color: rgba(0, 74, 153, 0.4) !important;
}

#NW_COMMUNITY_ULTRA_PRO_LIGHT .nw-footer-signature a {
    color: #fdb913 !important;
    font-weight: 700 !important;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
    #NW_COMMUNITY_ULTRA_PRO_LIGHT .nw-l-grid { grid-template-columns: repeat(2, 1fr) !important; }
}
@media (max-width: 768px) {
    #NW_COMMUNITY_ULTRA_PRO_LIGHT .nw-l-grid { grid-template-columns: 1fr !important; }
    #NW_COMMUNITY_ULTRA_PRO_LIGHT .nw-l-section { padding: 80px 20px !important; }
}/* End custom CSS */