/*
Theme Name: MiguelFalcon - Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description:  Child theme de Hello Elementor desarrollado por Miguel Falcón.
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0
Text Domain: miguelfalcon-child-theme
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

/* General */
.tjunto { display: inline-block; }
.t-primary { color: var( --e-global-color-primary ) !important; }
.t-secondary { color: var( --e-global-color-secondary ) !important; }

a:focus { outline: none !important; }

/* Menu Móvil */
.menu-movil .elementor-nav-menu > li { border-bottom: 1px solid #dddddd; }
.menu-movil .elementor-nav-menu > li a.has-submenu { display: flex; justify-content: space-between; align-items: center; }
.menu-movil .elementor-nav-menu--main .elementor-nav-menu > li.menu-item:hover ul.elementor-nav-menu--dropdown { position: relative !important; display: block !important; width: 100% !important; margin-top: 0 !important; border: none !important; border-radius: 0 !important; }

