/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.27.2.1730911529
Updated: 2024-11-06 16:45:29

*/

/* Estilos adicionales para finisher-header */

/* Mejoras para secciones con efectos tipo Stripe */
.stripe-effect-section {
    padding: 100px 0 !important; /* Aumentar el padding para mejor efecto visual */
}

.stripe-effect-section h1,
.stripe-effect-section h2,
.stripe-effect-section h3,
.stripe-effect-section h4,
.stripe-effect-section h5,
.stripe-effect-section h6,
.stripe-effect-section p {
    color: #ffffff; /* Texto claro para mejor contraste sobre fondos oscuros */
}

/* Asegurar que los módulos como botones están por encima del efecto */
.stripe-effect-section .et_pb_button_module_wrapper {
    position: relative;
    z-index: 3;
}

/* Mejoras para el header cuando tiene finisher-header */
body.has-finisher-header #main-header .logo_container a,
body.has-finisher-header #top-menu a,
body.has-finisher-header #et-top-navigation {
    color: #ffffff !important; /* Texto claro en el header */
}

/* Ajustes responsivos */
@media only screen and (max-width: 980px) {
    .stripe-effect-section {
        padding: 60px 0 !important;
    }
    
    body.has-finisher-header .mobile_menu_bar:before {
        color: #ffffff !important;
    }
}


