#elementor-popup-modal-930{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-930 .dialog-message{width:550px;height:auto;}#elementor-popup-modal-930 .dialog-close-button{display:flex;top:0%;font-size:30px;}#elementor-popup-modal-930 .dialog-widget-content{border-radius:12px 12px 12px 12px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}body:not(.rtl) #elementor-popup-modal-930 .dialog-close-button{right:0%;}body.rtl #elementor-popup-modal-930 .dialog-close-button{left:0%;}/* Start custom CSS for shortcode, class: .elementor-element-ca8b8a8 *//* 1. FORZAR COLOR ROJO CORPORATIVO AL BOTÓN DE ENVÍO */
.fluentform .ff-btn-submit {
    background-color: #B31217 !important;
    border-color: #B31217 !important;
    color: #FFFFFF !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    transition: all 0.3s ease-in-out !important;
}

/* Efecto hover (al pasar el mouse) en ventanas flotantes */
.fluentform .ff-btn-submit:hover {
    background-color: #222222 !important;
    border-color: #222222 !important;
}

/* 2. FORZAR TEXTOS Y ETIQUETAS AL GRIS CORPORATIVO */
.fluentform .ff-el-input-label,
.fluentform .ff-el-form-check label,
.fluentform .ff-el-input-status {
    color: #222222 !important;
    font-weight: 600 !important;
}

/* Color rojo para los asteriscos de campos obligatorios (*) */
.fluentform .ff-el-is-required .ff-el-input-label::after,
.fluentform .ff-el-is-required::after {
    color: #B31217 !important;
}/* End custom CSS */