.elementor-27196 .elementor-element.elementor-element-510812a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-27196 .elementor-element.elementor-element-2709b8d{text-align:center;}.elementor-27196 .elementor-element.elementor-element-2709b8d .elementor-heading-title{font-family:"Roboto", Sans-serif;font-weight:600;color:#060707;}.elementor-27196 .elementor-element.elementor-element-b2140e5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-27196 .elementor-element.elementor-element-8a221c9{text-align:center;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-27196 .elementor-element.elementor-element-8a221c9 .elementor-heading-title{font-family:"Open Sans", Sans-serif;font-size:16px;font-weight:400;line-height:26px;color:#4F568591;}.elementor-27196 .elementor-element.elementor-element-4269a76{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS *//* ===== FONDO GENERAL DE LA PAGINA ===== */
body {
    background: #F4F6F9;
}

/* ===== CONTENEDOR CENTRAL (SI USAS SECCIÓN PRINCIPAL) ===== */
.elementor-section-wrap {
    padding-top: 80px;
    padding-bottom: 80px;
}

/* ===== TARJETA CENTRAL ===== */
.elementor-widget-shortcode {
    background: #ffffff;
    padding: 50px;
    border-radius: 12px;
    box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.05);
    max-width: 750px;
    margin: auto;
}

/* ===== TITULOS ===== */
.elementor-heading-title {
    color: #0B1F3B;
    font-weight: 600;
    letter-spacing: 0.3px;
}

/* ===== FORMULARIO CF7 ===== */
.wpcf7 {
    margin-top: 20px;
}

/* LABELS */
.wpcf7 label {
    font-size: 13px;
    font-weight: 600;
    color: #0B1F3B;
    margin-bottom: 6px;
    display: block;
}

/* INPUTS */
.wpcf7 input,
.wpcf7 select,
.wpcf7 textarea {
    width: 100%;
    padding: 14px 16px;
    border-radius: 8px;
    border: 1px solid #D1D5DB;
    background: #ffffff;
    font-size: 14px;
    transition: all 0.25s ease;
}

/* EFECTO FOCUS PROFESIONAL */
.wpcf7 input:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
    outline: none;
    border-color: #1E3A8A;
    box-shadow: 0 0 0 3px rgba(30, 58, 138, 0.12);
}

/* BOTON CORPORATIVO */
.wpcf7 input[type="submit"] {
    margin-top: 30px;
    background: #0B1F3B;
    color: #ffffff;
    padding: 16px;
    border-radius: 6px;
    font-weight: 600;
    letter-spacing: 0.5px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.wpcf7 input[type="submit"]:hover {
    background: #1E3A8A;
}

/* MENSAJES DE RESPUESTA */
.wpcf7-response-output {
    border-radius: 6px;
    font-size: 13px;
    margin-top: 20px;
}

/* FOOTER INSTITUCIONAL */
.footer-institucional {
    text-align: center;
    margin-top: 40px;
    font-size: 12px;
    color: #6B7280;
}/* End custom CSS */