.elementor-233 .elementor-element.elementor-element-3656720{--display:flex;}.elementor-233 .elementor-element.elementor-element-3bf7fe7{--display:flex;}#elementor-popup-modal-233{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-233 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-233 .dialog-close-button{display:flex;}#elementor-popup-modal-233 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for html, class: .elementor-element-7fe537b */.banner-oferta {
    text-align: center !important;
    font-family: 'Montserrat', sans-serif !important;
    line-height: 1.2 !important;
    /* Espacio arriba corregido */
    padding-top: 60px !important; 
    padding-bottom: 20px !important;
    display: block !important;
    width: 100% !important;
}

.banner-oferta .highlight {
    display: block !important;
    /* Nuevo color azul de la imagen */
    color: #0050a0 !important; 
    font-size: clamp(28px, 5vw, 42px) !important;
    font-weight: 900 !important;
    letter-spacing: -1px !important;
    margin-bottom: 10px !important;
    text-transform: uppercase !important;
}

.banner-oferta .subtext {
    display: block !important;
    /* Color para el texto secundario, puedes usar el mismo azul o un gris oscuro */
    color: #333333 !important; 
    font-size: clamp(18px, 3vw, 24px) !important;
    font-weight: 700 !important;
    letter-spacing: 0px !important;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-cd2768b *//* ============================================================
   ESTILOS GENERALES (ESCRITORIO Y TABLET)
   ============================================================ */
.wpcf7 {
    max-width: 550px !important;
    margin: 20px auto !important;
    background: #ffffff !important;
    padding: 40px 50px !important; 
    border-radius: 20px !important;
    box-shadow: 0px 15px 35px rgba(0,0,0,0.1) !important;
    box-sizing: border-box !important;
}

/* Campos de texto y Selects */
.wpcf7-form-control-wrap {
    display: block !important;
    width: 100% !important;
    margin-bottom: 12px !important;
}

.wpcf7-form-control-wrap input, 
.wpcf7-form-control-wrap select {
    width: 100% !important;
    height: 48px !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 6px !important;
    padding: 0 15px !important;
    font-size: 16px !important;
    color: #444 !important;
    background-color: #fff !important;
    box-sizing: border-box !important;
}

/* El Botón CTA */
.wpcf7-submit {
    width: 100% !important;
    background-color: #ffcc33 !important; 
    color: #313131 !important;
    font-weight: 800 !important;
    font-size: 18px !important;
    padding: 18px 10px !important;
    border: none !important;
    border-radius: 10px !important;
    cursor: pointer !important;
    text-transform: uppercase !important;
    margin: 15px 0 !important;
    box-shadow: 0px 4px 10px rgba(255, 204, 51, 0.3) !important;
    text-align: center !important;
    display: block !important;
    line-height: 1 !important;
}

/* CENTRADO DEL TEXTO INFERIOR (SOLUCIÓN A TU CAPTURA) */
.wpcf7 form p, 
.wpcf7 form div:last-child,
.wpcf7 .wpcf7-form-control-wrap + p {
    text-align: center !important;
    display: block !important;
    width: 100% !important;
    margin: 15px auto 0 auto !important;
    color: #666 !important;
    font-size: 15px !important;
}

/* Limpieza de basura de WordPress */
.wpcf7 br { display: none !important; }

/* ============================================================
   AJUSTES ESPECÍFICOS PARA MÓVIL (MAX 767px)
   ============================================================ */
@media (max-width: 767px) {
    .wpcf7 {
        max-width: 95% !important; 
        padding: 25px 20px !important; 
    }

    /* Forzar una sola columna */
    .wpcf7-form div, 
    .wpcf7-form p, 
    .wpcf7-form span,
    .columns-2 {
        display: block !important;
        width: 100% !important;
        float: none !important;
        clear: both !important;
        margin-right: 0 !important;
    }

    .wpcf7-submit {
        font-size: 16px !important;
        padding: 16px 5px !important;
        white-space: normal !important;
        line-height: 1.2 !important;
    }
    
    /* Re-confirmar centrado en móvil */
    .wpcf7 form p:last-child {
        text-align: center !important;
        margin-top: 10px !important;
    }
}/* End custom CSS */