/* 
Theme Name: Hello Elementor 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: Elementor Team
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 */

/*GLOBALES*/
body{
    font-family: "Open Sans", sans-serif !important;
}

.texto-blanco, .texto-blanco h1, .texto-blanco h2, .texto-blanco h3, .texto-blanco h4, .texto-blanco h5, .texto-blanco div, .texto-blanco li, .texto-blanco p, .texto-blanco a, .texto-blanco span{
    color: white !important;
}

.texto-amarillo, .texto-amarillo h1, .texto-amarillo h2, .texto-amarillo h3, .texto-amarillo h4, .texto-amarillo h5, .texto-amarillo div, .texto-amarillo li, .texto-amarillo p, .texto-amarillo a, .texto-amarillo span{ 
    color: #f6da00 !important;
}

.titulo-35, .titulo-35 h1, .titulo-35 h2, .titulo-35 h3, .titulo-35 h4, .titulo-35 h5{
    font-size: 35px;
}

.mayusculas{
    text-transform: uppercase !important;
}

/*HEADER*/
.comandas-online-menu a{
    background-color: #f6da00 !important;
    color: black !important;
}

.she-header .comandas-online-menu a{
    background-color: #f6da00 !important;
    color: white !important;
}

/*HOME*/
.titulo-home h1{
    font-size: 18px;
}

.subtitulo-home{
    font-size: 50px;
}

/*QUI SOM*/
.titulo-h1-global h2{
    font-size: 45px;
    text-transform: uppercase !important;
}

.breadcums{
    font-size: 22px;
}

/*LOCALS*/
.eael-elements-flip-box-front-container {
    background-color: transparent !important;
}

.eael-elements-flip-box-rear-container {
    background-color: transparent !important;
}

/*FOOTER*/
.menu-continguts-footer{

}

.menu-legales-footer{

}


/*FONTS*/
@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

.cabin-font , .cabin-font h1, .cabin-font h2, .cabin-font h3, .cabin-font h4, .cabin-font h5, .cabin-font div, .cabin-font p, .cabin-font span, .cabin-font a{
  font-family: "Cabin", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.open-sans-font, .open-sans-font h1, .open-sans-font h2, .open-sans-font h3, .open-sans-font h4, .open-sans-font h5, .open-sans-font div, .open-sans-font p, .open-sans-font span, .open-sans-font a {
  font-family: "Open Sans", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}