.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-1092 .elementor-element.elementor-element-74e20ad{--display:flex;--margin-top:120px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-nested-accordion .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-nested-accordion .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-1092 .elementor-element.elementor-element-2152d4c{--display:flex;}.elementor-widget-dce-acf-frontend .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-dce-acf-frontend .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-1092 .elementor-element.elementor-element-15c021d form.acf-form div.acf-form-submit{text-align:left;}.elementor-1092 .elementor-element.elementor-element-be79750{--display:flex;}.elementor-1092 .elementor-element.elementor-element-be01f52 form.acf-form div.acf-form-submit{text-align:left;}.elementor-1092 .elementor-element.elementor-element-47cdc5b{--display:flex;}.elementor-widget-heading .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-heading .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.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-1092 .elementor-element.elementor-element-b68f517 .dce-animations{animation-play-state:running;-webkit-animation-play-state:running;animation-name:pulsa;-webkit-animation-name:pulsa;transform-origin:center center;-webkit-transform-origin:center center;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite;animation-duration:2s;-webkit-animation-duration:2s;animation-delay:0s;-webkit-animation-delay:0s;animation-timing-function:linear;-webkit-animation-timing-function:linear;animation-direction:normal;-webkit-animation-direction:normal;animation-fill-mode:both;-webkit-animation-fill-mode:both;}.elementor-1092 .elementor-element.elementor-element-b68f517{text-align:center;}.elementor-1092 .elementor-element.elementor-element-b68f517 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:18px;font-weight:600;color:var( --e-global-color-0de053b );}.elementor-1092 .elementor-element.elementor-element-c83a9ed form.acf-form div.acf-form-submit{text-align:left;}.elementor-1092 .elementor-element.elementor-element-1babb86{--n-accordion-title-font-size:1rem;--n-accordion-item-title-space-between:0px;--n-accordion-item-title-distance-from-content:0px;--n-accordion-icon-size:15px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-1092 .elementor-element.elementor-element-74e20ad{--margin-top:80px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS *//* Contenedor Principal del Formulario */
.acf-form {
    background: #ffffff;
    padding: 40px !important;
    border-radius: 15px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08) !important;
    border: 1px solid #f0f2f5 !important;
    max-width: 900px;
    margin: 0 auto;
}

/* Títulos de los campos (Labels) */
.acf-form .acf-label label {
    font-family: 'Segoe UI', Roboto, sans-serif !important;
    font-size: 0.9rem !important;
    color: #1B3B6F !important; /* Azul CESFRO */
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    margin-bottom: 8px !important;
}

/* Campos de texto, Áreas de texto y Selects */
.acf-form input[type="text"], 
.acf-form input[type="url"], 
.acf-form input[type="number"], 
.acf-form textarea, 
.acf-form select {
    width: 100% !important;
    padding: 12px 15px !important;
    border: 2px solid #eef0f2 !important;
    border-radius: 8px !important;
    background-color: #fcfdfe !important;
    font-size: 1rem !important;
    color: #444 !important;
    transition: all 0.3s ease !important;
}

/* Efecto Focus (cuando haces clic para escribir) */
.acf-form input:focus, 
.acf-form textarea:focus, 
.acf-form select:focus {
    border-color: #1B3B6F !important;
    background-color: #fff !important;
    box-shadow: 0 0 0 4px rgba(27, 59, 111, 0.1) !important;
    outline: none !important;
}

/* Estilo para las áreas de carga de archivos (Imágenes/PDF) */
.acf-field .acf-uploader {
    border: 2px dashed #d1d9e0 !important;
    border-radius: 10px !important;
    background: #f8fafc !important;
    padding: 20px !important;
    text-align: center !important;
}

.acf-field .acf-uploader:hover {
    background: #f1f4f8 !important;
    border-color: #1B3B6F !important;
}

/* EL BOTÓN DE ENVIAR (Estilo Hero) */
.acf-form .acf-form-submit .acf-button {
    background-color: #1B3B6F !important;
    color: #ffffff !important;
    padding: 15px 40px !important;
    font-size: 1.1rem !important;
    font-weight: 800 !important;
    border-radius: 50px !important; /* Botón redondeado como los otros */
    border: none !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 5px 15px rgba(27, 59, 111, 0.3) !important;
    margin-top: 20px !important;
}

.acf-form .acf-form-submit .acf-button:hover {
    background-color: #12284b !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 20px rgba(27, 59, 111, 0.4) !important;
}

/* Ajuste para campos con asterisco (Requeridos) */
.acf-label .acf-required {
    color: #ff4d4d !important;
}

/* Espaciado entre campos */
.acf-field {
    margin-bottom: 25px !important;
    border: none !important;
}/* End custom CSS */