.elementor-129 .elementor-element.elementor-element-9c4c648{--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-afaa476 *//* VARIABLES GLOBALES */
#CONTACTO_FIGMA_EXACT {
    --nw-blue-title: #101a3f;      /* Azul oscuro para títulos */
    --nw-blue-text: #1e3170;       /* Azul oscuro para textos (NO negro) */
    --nw-blue-bright: #2955d9;     /* Azul vibrante de la tarjeta de contacto */
    --nw-blue-button: #1b3a9c;     /* Azul del botón enviar */
    --nw-yellow-accent: #ffca1a;   /* Amarillo institucional */
    --nw-white: #ffffff;
    --nw-bg-body: #ffffff;
    
    font-family: 'Montserrat', sans-serif;
    background-color: var(--nw-bg-body);
}

#CONTACTO_FIGMA_EXACT * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* 1. HERO SECTION */
#CONTACTO_FIGMA_EXACT .nw-contacto-hero {
    background: linear-gradient(135deg, #2151e6 0%, #1539b0 100%);
    padding: 100px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
#nwCanvasHeroContacto {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1;
}
#CONTACTO_FIGMA_EXACT .nw-hero-content {
    position: relative; z-index: 2;
}
#CONTACTO_FIGMA_EXACT .nw-hero-content h1 { 
    color: var(--nw-white); 
    font-size: clamp(36px, 5vw, 54px); 
    font-weight: 700; 
    margin-bottom: 15px; 
    letter-spacing: -1px;
}
#CONTACTO_FIGMA_EXACT .nw-hero-content p { 
    color: var(--nw-white); 
    font-size: 18px; 
    font-weight: 300; 
    opacity: 0.95; 
}

/* 2. SECCIÓN PRINCIPAL */
#CONTACTO_FIGMA_EXACT .nw-contacto-section {
    padding: 80px 20px 120px;
    max-width: 1200px;
    margin: 0 auto;
}

/* Títulos Generales */
#CONTACTO_FIGMA_EXACT .nw-section-title {
    text-align: center;
    margin-bottom: 60px;
}
#CONTACTO_FIGMA_EXACT .nw-section-title h2 {
    color: var(--nw-blue-title);
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px;
    letter-spacing: -1px;
}
#CONTACTO_FIGMA_EXACT .nw-section-title p {
    color: var(--nw-blue-text);
    font-size: 16px;
    font-weight: 300;
}

/* GRID A DOS COLUMNAS */
#CONTACTO_FIGMA_EXACT .nw-contacto-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 40px;
    align-items: start;
}

/* COLUMNA IZQUIERDA: FORMULARIO */
#CONTACTO_FIGMA_EXACT .nw-form-card {
    background: var(--nw-white);
    border-radius: 16px;
    padding: 50px;
    box-shadow: 0 15px 40px rgba(16, 26, 63, 0.05);
    border: 1px solid rgba(16, 26, 63, 0.04);
}
#CONTACTO_FIGMA_EXACT .nw-form-card h3 {
    color: var(--nw-blue-bright);
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 30px;
}
#CONTACTO_FIGMA_EXACT .nw-input-group {
    margin-bottom: 25px;
}
#CONTACTO_FIGMA_EXACT .nw-input-group label {
    display: block;
    color: var(--nw-blue-title);
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 8px;
}
#CONTACTO_FIGMA_EXACT .nw-input-group input,
#CONTACTO_FIGMA_EXACT .nw-input-group textarea {
    width: 100%;
    padding: 15px;
    border: 1px solid rgba(16, 26, 63, 0.15);
    border-radius: 8px;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: var(--nw-blue-title);
    outline: none;
    transition: border-color 0.3s;
}
#CONTACTO_FIGMA_EXACT .nw-input-group input:focus,
#CONTACTO_FIGMA_EXACT .nw-input-group textarea:focus {
    border-color: var(--nw-blue-bright);
}
#CONTACTO_FIGMA_EXACT .nw-submit-btn {
    width: 100%;
    background: var(--nw-blue-button);
    color: var(--nw-white);
    border: none;
    padding: 16px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: background 0.3s, transform 0.2s;
}
#CONTACTO_FIGMA_EXACT .nw-submit-btn:hover {
    background: var(--nw-blue-title);
    transform: translateY(-2px);
}

/* COLUMNA DERECHA: TARJETAS DE INFO */
#CONTACTO_FIGMA_EXACT .nw-info-column {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

/* Tarjeta Azul */
#CONTACTO_FIGMA_EXACT .nw-info-card {
    border-radius: 16px;
    padding: 45px 40px;
}
#CONTACTO_FIGMA_EXACT .nw-bg-blue {
    background: var(--nw-blue-bright);
    color: var(--nw-white);
}
#CONTACTO_FIGMA_EXACT .nw-info-card h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 35px;
}
#CONTACTO_FIGMA_EXACT .nw-info-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 25px;
}
#CONTACTO_FIGMA_EXACT .nw-info-item:last-child {
    margin-bottom: 0;
}
#CONTACTO_FIGMA_EXACT .nw-icon-box {
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}
#CONTACTO_FIGMA_EXACT .nw-info-text h4 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
}
#CONTACTO_FIGMA_EXACT .nw-info-text p {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    opacity: 0.9;
}

/* Tarjeta Amarilla */
#CONTACTO_FIGMA_EXACT .nw-community-card {
    border-radius: 16px;
    padding: 40px;
}
#CONTACTO_FIGMA_EXACT .nw-bg-yellow {
    background: var(--nw-yellow-accent);
    color: var(--nw-blue-title);
}
#CONTACTO_FIGMA_EXACT .nw-community-card h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}
#CONTACTO_FIGMA_EXACT .nw-community-card p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    color: var(--nw-blue-text);
}

/* RESPONSIVE */
@media (max-width: 900px) {
    #CONTACTO_FIGMA_EXACT .nw-contacto-grid {
        grid-template-columns: 1fr;
    }
    #CONTACTO_FIGMA_EXACT .nw-form-card {
        padding: 30px 20px;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-9c4c648 *//* VARIABLES GLOBALES */
#CONTACTO_FIGMA_EXACT {
    --nw-blue-title: #101a3f;      
    --nw-blue-text: #1e3170;       
    --nw-blue-bright: #2955d9;     
    --nw-blue-button: #1b3a9c;     
    --nw-yellow-accent: #ffca1a;   
    --nw-white: #ffffff;
    --nw-bg-body: #ffffff;
    
    font-family: 'Montserrat', sans-serif !important;
    background-color: var(--nw-bg-body) !important;
}

#CONTACTO_FIGMA_EXACT * {
    box-sizing: border-box !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* 1. HERO SECTION (BLINDAJE BLANCO) */
#CONTACTO_FIGMA_EXACT .nw-contacto-hero {
    background: linear-gradient(135deg, #2151e6 0%, #1539b0 100%) !important;
    padding: 100px 20px !important;
    text-align: center !important;
    position: relative !important;
    overflow: hidden !important;
}
#nwCanvasHeroContacto {
    position: absolute !important; top: 0 !important; left: 0 !important; width: 100% !important; height: 100% !important; z-index: 1 !important;
}
#CONTACTO_FIGMA_EXACT .nw-hero-content {
    position: relative !important; z-index: 2 !important;
}
#CONTACTO_FIGMA_EXACT .nw-hero-content h1 { 
    color: var(--nw-white) !important; /* Forzado a blanco */
    font-size: clamp(36px, 5vw, 54px) !important; 
    font-weight: 700 !important; 
    margin-bottom: 15px !important; 
    letter-spacing: -1px !important;
}
#CONTACTO_FIGMA_EXACT .nw-hero-content p { 
    color: var(--nw-white) !important; /* Forzado a blanco */
    font-size: 18px !important; 
    font-weight: 300 !important; 
    opacity: 0.95 !important; 
}

/* 2. SECCIÓN PRINCIPAL */
#CONTACTO_FIGMA_EXACT .nw-contacto-section {
    padding: 80px 20px 120px !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
}

/* Títulos Generales (Azul Institucional) */
#CONTACTO_FIGMA_EXACT .nw-section-title {
    text-align: center !important;
    margin-bottom: 60px !important;
}
#CONTACTO_FIGMA_EXACT .nw-section-title h2 {
    color: var(--nw-blue-title) !important;
    font-size: 42px !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
    letter-spacing: -1px !important;
}
#CONTACTO_FIGMA_EXACT .nw-section-title p {
    color: var(--nw-blue-text) !important;
    font-size: 16px !important;
    font-weight: 300 !important;
}

/* GRID A DOS COLUMNAS */
#CONTACTO_FIGMA_EXACT .nw-contacto-grid {
    display: grid !important;
    grid-template-columns: 1.1fr 0.9fr !important;
    gap: 40px !important;
    align-items: start !important;
}

/* COLUMNA IZQUIERDA: FORMULARIO */
#CONTACTO_FIGMA_EXACT .nw-form-card {
    background: var(--nw-white) !important;
    border-radius: 16px !important;
    padding: 50px !important;
    box-shadow: 0 15px 40px rgba(16, 26, 63, 0.05) !important;
    border: 1px solid rgba(16, 26, 63, 0.04) !important;
}
#CONTACTO_FIGMA_EXACT .nw-form-card h3 {
    color: var(--nw-blue-bright) !important;
    font-size: 22px !important;
    font-weight: 600 !important;
    margin-bottom: 30px !important;
}
#CONTACTO_FIGMA_EXACT .nw-input-group {
    margin-bottom: 25px !important;
}
#CONTACTO_FIGMA_EXACT .nw-input-group label {
    display: block !important;
    color: var(--nw-blue-title) !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    margin-bottom: 8px !important;
}
#CONTACTO_FIGMA_EXACT .nw-input-group input,
#CONTACTO_FIGMA_EXACT .nw-input-group textarea {
    width: 100% !important;
    padding: 15px !important;
    background-color: var(--nw-white) !important; /* Fondo blanco forzado */
    border: 1px solid rgba(16, 26, 63, 0.15) !important;
    border-radius: 8px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 15px !important;
    color: var(--nw-blue-title) !important; /* Texto azul al escribir */
    outline: none !important;
    transition: border-color 0.3s !important;
}
#CONTACTO_FIGMA_EXACT .nw-input-group input:focus,
#CONTACTO_FIGMA_EXACT .nw-input-group textarea:focus {
    border-color: var(--nw-blue-bright) !important;
}
#CONTACTO_FIGMA_EXACT .nw-submit-btn {
    width: 100% !important;
    background: var(--nw-blue-button) !important;
    color: var(--nw-white) !important;
    border: none !important;
    padding: 16px !important;
    border-radius: 8px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    font-family: 'Montserrat', sans-serif !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    transition: background 0.3s, transform 0.2s !important;
}
#CONTACTO_FIGMA_EXACT .nw-submit-btn:hover {
    background: var(--nw-blue-title) !important;
    transform: translateY(-2px) !important;
}

/* COLUMNA DERECHA: TARJETAS DE INFO */
#CONTACTO_FIGMA_EXACT .nw-info-column {
    display: flex !important;
    flex-direction: column !important;
    gap: 25px !important;
}

/* TARJETA AZUL (BLINDAJE TOTAL CONTRA EL NEGRO) */
#CONTACTO_FIGMA_EXACT .nw-info-card {
    border-radius: 16px !important;
    padding: 45px 40px !important;
    background: var(--nw-blue-bright) !important;
}
/* Forzar blanco en TODOS los textos dentro de la tarjeta azul */
#CONTACTO_FIGMA_EXACT .nw-info-card h3,
#CONTACTO_FIGMA_EXACT .nw-info-card h4,
#CONTACTO_FIGMA_EXACT .nw-info-card p,
#CONTACTO_FIGMA_EXACT .nw-info-card i {
    color: var(--nw-white) !important;
}
#CONTACTO_FIGMA_EXACT .nw-info-card h3 {
    font-size: 22px !important;
    font-weight: 600 !important;
    margin-bottom: 35px !important;
}
#CONTACTO_FIGMA_EXACT .nw-info-item {
    display: flex !important;
    align-items: flex-start !important;
    gap: 20px !important;
    margin-bottom: 25px !important;
}
#CONTACTO_FIGMA_EXACT .nw-info-item:last-child {
    margin-bottom: 0 !important;
}
#CONTACTO_FIGMA_EXACT .nw-icon-box {
    width: 45px !important;
    height: 45px !important;
    background: rgba(255, 255, 255, 0.2) !important;
    border-radius: 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 20px !important;
    flex-shrink: 0 !important;
}
#CONTACTO_FIGMA_EXACT .nw-info-text h4 {
    font-size: 15px !important;
    font-weight: 600 !important;
    margin-bottom: 5px !important;
}
#CONTACTO_FIGMA_EXACT .nw-info-text p {
    font-size: 14px !important;
    font-weight: 300 !important;
    line-height: 1.5 !important;
    opacity: 0.9 !important;
}

/* TARJETA AMARILLA (BLINDAJE A TEXTO AZUL) */
#CONTACTO_FIGMA_EXACT .nw-community-card {
    border-radius: 16px !important;
    padding: 40px !important;
    background: var(--nw-yellow-accent) !important;
}
/* Forzar azul institucional en TODOS los textos dentro de la tarjeta amarilla */
#CONTACTO_FIGMA_EXACT .nw-community-card h3,
#CONTACTO_FIGMA_EXACT .nw-community-card p {
    color: var(--nw-blue-title) !important;
}
#CONTACTO_FIGMA_EXACT .nw-community-card h3 {
    font-size: 22px !important;
    font-weight: 600 !important;
    margin-bottom: 15px !important;
}
#CONTACTO_FIGMA_EXACT .nw-community-card p {
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 1.7 !important;
}

/* RESPONSIVE */
@media (max-width: 900px) {
    #CONTACTO_FIGMA_EXACT .nw-contacto-grid {
        grid-template-columns: 1fr !important;
    }
    #CONTACTO_FIGMA_EXACT .nw-form-card {
        padding: 30px 20px !important;
    }
}/* End custom CSS */