/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Child theme for Hello Elementor
Author: Proyecto Online
Author URI: https://proyecto.online/
Template: hello-elementor
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hello-elementor-child
*/

/* Agrega aquí tus estilos personalizados */
#ventajas .activo h3 {
    opacity: 1;
}

.ventaja {
    display: none !important;
}

.ventaja.ventaja-activa {
    display: flex !important;
}