.elementor-426 .elementor-element.elementor-element-b03b0b3{--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;--padding-top:31px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-426 .elementor-element.elementor-element-227dc01{--display:flex;box-shadow:0px 0px 6px 0px rgba(0, 0, 0, 0.43);--padding-top:85px;--padding-bottom:85px;--padding-left:85px;--padding-right:85px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-426 .elementor-element.elementor-element-227dc01{--padding-top:2px;--padding-bottom:2px;--padding-left:2px;--padding-right:2px;}}/* Start custom CSS for wp-widget-wpforms-widget, class: .elementor-element-5c26593 *//* ==========================================
   WPFORMS - WORK SAFE TRAINING ACADEMY
   ========================================== */

/* CONTENEDOR DEL FORMULARIO */
.wpforms-417 {
    max-width: 800px;
    margin: 30px auto !important;
    background: #ffffff;
    padding: 35px !important;
    border-radius: 16px;
    border-top: 5px solid #e60000;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
}


/* ETIQUETAS DE LOS CAMPOS */
.wpforms-container .wpforms-field-label {
    color: #111111 !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    margin-bottom: 8px !important;
}


/* SUBETIQUETAS */
.wpforms-container .wpforms-field-sublabel {
    color: #555555 !important;
}


/* CAMPOS DE TEXTO */
.wpforms-container input[type="text"],
.wpforms-container input[type="email"],
.wpforms-container input[type="tel"],
.wpforms-container input[type="number"],
.wpforms-container input[type="url"],
.wpforms-container input[type="password"],
.wpforms-container input[type="date"],
.wpforms-container select,
.wpforms-container textarea {

    width: 100% !important;

    background-color: #f7f7f7 !important;

    border: 1.5px solid #d9d9d9 !important;

    border-radius: 9px !important;

    color: #111111 !important;

    font-size: 16px !important;

    padding: 13px 15px !important;

    transition: all 0.25s ease !important;

    box-shadow: none !important;
}


/* ALTURA DE CAMPOS */
.wpforms-container input[type="text"],
.wpforms-container input[type="email"],
.wpforms-container input[type="tel"],
.wpforms-container input[type="number"],
.wpforms-container input[type="url"],
.wpforms-container input[type="password"],
.wpforms-container input[type="date"],
.wpforms-container select {

    min-height: 52px !important;
}


/* CUANDO EL USUARIO SELECCIONA UN CAMPO */
.wpforms-container input:focus,
.wpforms-container select:focus,
.wpforms-container textarea:focus {

    background-color: #ffffff !important;

    border-color: #e60000 !important;

    box-shadow: 0 0 0 3px rgba(230,0,0,0.12) !important;

    outline: none !important;
}


/* PLACEHOLDER */
.wpforms-container input::placeholder,
.wpforms-container textarea::placeholder {
    color: #999999 !important;
    opacity: 1;
}


/* ESPACIO ENTRE CAMPOS */
.wpforms-container .wpforms-field {
    padding-top: 8px !important;
    padding-bottom: 12px !important;
}


/* CHECKBOX Y RADIO */
.wpforms-container input[type="checkbox"],
.wpforms-container input[type="radio"] {
    accent-color: #e60000;
}


/* ==========================================
   BOTÓN
   ========================================== */

.wpforms-container button[type="submit"],
.wpforms-container .wpforms-submit {

    background: #e60000 !important;

    color: #ffffff !important;

    border: 2px solid #e60000 !important;

    border-radius: 9px !important;

    padding: 14px 32px !important;

    min-height: 52px !important;

    font-size: 16px !important;

    font-weight: 700 !important;

    letter-spacing: 0.3px;

    cursor: pointer;

    transition: all 0.25s ease !important;

    box-shadow: 0 5px 15px rgba(230,0,0,0.18) !important;
}


/* BOTÓN AL PASAR EL MOUSE */
.wpforms-container button[type="submit"]:hover,
.wpforms-container .wpforms-submit:hover {

    background: #111111 !important;

    border-color: #111111 !important;

    color: #ffffff !important;

    transform: translateY(-2px);

    box-shadow: 0 7px 18px rgba(0,0,0,0.18) !important;
}


/* BOTÓN AL HACER CLIC */
.wpforms-container button[type="submit"]:active,
.wpforms-container .wpforms-submit:active {

    transform: translateY(0);
}


/* MENSAJES DE ERROR */
.wpforms-container .wpforms-error {
    color: #e60000 !important;
}


/* ==========================================
   CELULAR
   ========================================== */

@media (max-width: 600px) {

    .wpforms-container {
        padding: 22px !important;
        margin: 15px auto !important;
        border-radius: 12px;
    }

    .wpforms-container button[type="submit"],
    .wpforms-container .wpforms-submit {
        width: 100% !important;
    }

}/* End custom CSS */