/*
Theme Name: WonderFull Child Theme
Theme URI: https://wonderfull.com.mx
Description: Tema hijo para WonderFull
Author: WonderFull
Author URI: https://wonderfull.com.mx
Template: twentytwentyfour
Version: 1.0.0
*/

/* ============================================
   CORRECCIONES CSS - WONDERFULL LANDING
   ============================================ */

/* 1. LOGO HEADER - Más pequeño en móvil (reducir 20%) */
@media (max-width: 768px) {
    .wf-logo {
        height: 40px !important;
        width: auto !important;
    }
}

/* 2. LOGO FOOTER - Más grande en desktop (aumentar 20%) */
.wf-footer-logo {
    height: 60px !important;
    width: auto !important;
}

/* 3. SECCIÓN CTA - Título en blanco */
.wf-cta h2 {
    color: #ffffff !important;
}

/* 4. SECCIÓN CTA - Subtítulo en blanco */
.wf-cta p {
    color: rgba(255, 255, 255, 0.9) !important;
}

/* 5. SECCIÓN "CÓMO FUNCIONA" - Títulos de pasos en blanco */
.wf-step-title {
    color: #ffffff !important;
}

/* 6. SECCIÓN "CÓMO FUNCIONA" - Descripciones de pasos en blanco */
.wf-step-desc {
    color: rgba(255, 255, 255, 0.85) !important;
}
