/*
 Theme Name: AVN Pure Child
 Template: avn-pure
 Version: 1.0
*/

/* ============================================================
   AVN GLOBAL OVERRIDES — FIX_NOSOTROS_UNIFIED
   Ensures headings are never white-on-white by default
   ============================================================ */

/* Team cards */
.team-card {
    background: linear-gradient(135deg, #0f1535 0%, #1a2040 100%) !important;
    border: 1px solid rgba(0,217,255,0.18) !important;
    border-radius: 14px !important;
    padding: 28px 24px !important;
    color: rgba(255,255,255,0.85) !important;
}
.team-card h3, .team-member h3, .team-card .member-name {
    color: #00d9ff !important;
}
.team-card p, .team-card span, .team-card .member-role {
    color: rgba(255,255,255,0.75) !important;
}

/* Certificaciones & Asociaciones */
.certs-partners {
    background: rgba(255,255,255,0.04) !important;
    border-radius: 12px !important;
    padding: 24px !important;
}
.certs-partners h3 {
    color: #00d9ff !important;
}
.certs-partners ul li, .cert-list li {
    color: rgba(255,255,255,0.80) !important;
}

/* Contacto hero */
.contacto-hero {
    background: linear-gradient(135deg, #060d1f 0%, #0a1628 50%, #0d1f3c 100%) !important;
    position: relative !important;
}
.contacto-hero h1, .contacto-hero h2, .contacto-hero p {
    color: #ffffff !important;
}

/* Social links */
.social-links a, .avn-social a {
    color: #00d9ff !important;
    text-decoration: none !important;
}



/* AVN GLOBAL OVERRIDES — FIX_NOSOTROS_UNIFIED */
.team-card{background:linear-gradient(135deg,#0f1535 0%,#1a2040 100%)!important;border:1px solid rgba(0,217,255,0.18)!important;border-radius:14px!important;padding:28px 24px!important;color:rgba(255,255,255,0.85)!important;}
.team-card h3,.team-member h3{color:#00d9ff!important;}
.team-card p,.team-card span{color:rgba(255,255,255,0.75)!important;}
.certs-partners{background:rgba(255,255,255,0.04)!important;border-radius:12px!important;padding:24px!important;}
.certs-partners h3{color:#00d9ff!important;}
.certs-partners ul li,.cert-list li{color:rgba(255,255,255,0.80)!important;}
.contacto-hero{background:linear-gradient(135deg,#060d1f 0%,#0a1628 50%,#0d1f3c 100%)!important;position:relative!important;}
.contacto-hero h1,.contacto-hero h2,.contacto-hero p{color:#ffffff!important;}
.social-links a,.avn-social a{color:#00d9ff!important;text-decoration:none!important;}
