/*
Theme Name:   Sway Child
Theme URI:    https://www.momentodigital.cl
Description:  Tema hijo de Sway para MomentoDigital. Hospeda personalizaciones de seguridad y SEO sin riesgo de pérdida en actualizaciones del tema padre.
Author:       MomentoDigital
Author URI:   https://www.momentodigital.cl
Template:     sway
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  sway-child
*/
/* ============================================================
   FIX BOTÓN ENVIAR DE CONTACT FORM 7
   --------------------------------------------------------------
   El tema Sway/KeyDesign aplica color #1e266d (azul oscuro) al
   texto del botón Enviar en su estado normal. Sobre el fondo
   azul #4B4DF2 esto produce contraste pésimo (botón se ve
   violeta plano). Con Sway Child el problema se agudiza y el
   texto queda invisible. Forzamos texto blanco siempre.
   ============================================================ */

.wpcf7 .wpcf7-submit,
.wpcf7 input[type="submit"] {
    color: #FFFFFF !important;
    background-color: #4B4DF2 !important;
    border-color: #4B4DF2 !important;
}

.wpcf7 .wpcf7-submit:hover,
.wpcf7 input[type="submit"]:hover {
    color: #FFFFFF !important;
    background-color: #4294ED !important;
    border-color: #4294ED !important;
}
