/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

/* =========================================================
   Suscripción - input email con fondo blanco semitransparente
   ========================================================= */
#wpforms-form-195 .wpforms-field-email input[type="email"],
#wpforms-195 .wpforms-field-email input[type="email"] {
    background-color: rgba(255, 255, 255, 0.28) !important;
    color: #ffffff !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

#wpforms-form-195 .wpforms-field-email input[type="email"]::placeholder,
#wpforms-195 .wpforms-field-email input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.75) !important;
}

/* =========================================================
   Hero - centrar texto y botón solo en móvil
   ========================================================= */
@media screen and (max-width: 689px) {
    .stk-3ec6119 .stk-block-text__text,
    .stk-3ec6119 .stk-block-heading__text,
    .stk-3ec6119 p {
        text-align: center !important;
        word-break: keep-all !important;
        overflow-wrap: normal !important;
        hyphens: none !important;
    }

    .stk-3ec6119 .stk-block-heading__text.stk-block-heading__text {
        font-size: 2.2rem !important;
        line-height: 1.35 !important;
    }

    .stk-3ec6119 .stk-button-group,
    .stk-3ec6119 .wp-block-stackable-button,
    .stk-3ec6119 .wp-block-buttons {
        justify-content: center !important;
        text-align: center !important;
    }
}