/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1759852197
Updated: 2025-10-07 15:49:57

/* Colores principales 
var(--e-global-color-primary)  
var(--e-global-color-secondary)
var(--e-global-color-text)     
var(--e-global-color-accent) 
*/

/* SUBMENÚ DE SUBCATEGORÍAS PARA CADA CATEGORÍA TOP LEVEL (al fina no lo estamos usando) */
.submenu-categorias {
    /*background-color: var(--e-global-color-secondary);*/
    margin: 0 10px;
    border-radius: 5px;
	color: var(--e-global-color-primary);
}

.submenu-title {
    font-size: 1.4em;
    color: var(--e-global-color-primary);
}

.submenu-lista {
    list-style: none;
    margin: 0;
    padding: 0;
}

.submenu-item {
	color: var(--e-global-color-primary);
    /*margin-bottom: 8px;*/
}

.submenu-item a {
	font-size: 1em;
    display: block;
    padding: 5px;
    text-decoration: none;
    color: var(--e-global-color-primary);
    border-radius: 3px;
    transition: all 0.3s ease;
}

.submenu-item a:hover {
    background: #fff;
    color: var(--e-global-color-accent);
    padding-left: 15px;
}

.submenu-item.active a {
    color: var(--e-global-color-accent);
    /*color: #fff;*/
    font-weight: bold;
}

.submenu-item .count {
    font-size: 0.9em;
    opacity: 0.7;
}

