.elementor-11321 .elementor-element.elementor-element-7ba641a0{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-11321 .elementor-element.elementor-element-30e62b3d{font-family:"Poppins", Sans-serif;font-size:13px;font-weight:300;}/* Start custom CSS *//* ===== TITULO ===== */

.entry-title{
    font-size:44px !important;
    line-height:1.05 !important;
    font-weight:700 !important;
    margin-bottom:30px !important;
}

/* ===== CONTENEDOR DEL FORMULARIO ===== */

#oportunidad-form{
    max-width:900px;
    margin:0 auto;
}

/* ===== ESPACIADO ENTRE CAMPOS ===== */

#oportunidad-form .field-container{
    margin-bottom:24px !important;
}

/* ===== LABELS ===== */

#oportunidad-form label{
    display:block !important;
    margin-bottom:8px !important;
    color:#0F2F63 !important;
    font-size:15px !important;
    font-weight:600 !important;
    line-height:1.4 !important;
}

/* ===== INPUTS ===== */

#oportunidad-form input[type="text"],
#oportunidad-form input[type="email"],
#oportunidad-form input[type="number"]{
    width:100% !important;
    max-width:700px !important;
    min-height:48px !important;
    padding:12px 14px !important;
    font-size:16px !important;
    border:1px solid #D7DCE3 !important;
    border-radius:8px !important;
    box-sizing:border-box !important;
}

/* ===== TEXTAREAS ===== */

#oportunidad-form textarea{
    width:100% !important;
    max-width:700px !important;
    min-height:150px !important;
    padding:12px 14px !important;
    font-size:16px !important;
    border:1px solid #D7DCE3 !important;
    border-radius:8px !important;
    box-sizing:border-box !important;
}

/* ===== EFECTO AL HACER CLICK ===== */

#oportunidad-form input:focus,
#oportunidad-form textarea:focus{
    outline:none !important;
    border-color:#C7A15A !important;
    box-shadow:0 0 0 3px rgba(199,161,90,.15) !important;
}

/* ===== RADIO BUTTONS ===== */

#oportunidad-form input[type="radio"]{
    width:auto !important;
    margin-right:8px !important;
}

/* ===== UPLOADS ===== */

#oportunidad-form input[type="file"]{
    width:100% !important;
    max-width:700px !important;
    padding:10px !important;
}

/* ===== BOTON ===== */

#oportunidad-form input[type="submit"]{
    width:100% !important;
    max-width:700px !important;
    background:#0F2F63 !important;
    color:#ffffff !important;
    border:none !important;
    border-radius:10px !important;
    padding:16px !important;
    font-size:16px !important;
    font-weight:700 !important;
    cursor:pointer !important;
}

#oportunidad-form input[type="submit"]:hover{
    background:#C7A15A !important;
    color:#0F2F63 !important;
}

/* ===== MOBILE ===== */

@media(max-width:768px){

    .entry-title{
        font-size:32px !important;
    }

    #oportunidad-form input[type="text"],
    #oportunidad-form input[type="email"],
    #oportunidad-form input[type="number"],
    #oportunidad-form textarea{
        max-width:100% !important;
    }

}/* End custom CSS */