/* 
Theme Name: Hello Mirall Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: David Pire
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
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
*/

/* Add your custom styles here */

/* Ocultar el encabezado en las páginas */ 

.site-header {
    display: none;
}

/* Traductor */

.gt_container-gjx5ni a.glink span, a.glink {
    color: #000 !important;
}

/* reset active menu */
.eael-simple-menu-container.preset-3 .eael-simple-menu li.current-menu-item>a.eael-item-active, .eael-simple-menu-container.preset-3 .eael-simple-menu li.current-menu-item>a.eael-item-active {
    background-color: #fff !important;
    color: #2a1a6c !important;
}

h1,h2,h3,h4,h5,h6,p,a {
    font-family: "Trebuchet MS", sans-serif !important;
}