/*
Theme Name: Hello Biz Child
Theme URI: https://github.com/elementor/hello-biz-child/
Description: Hello Biz Child is a child theme of Hello Biz, created by Elementor team
Author: Elementor Team
Template: hello-biz
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Version: 1.0.0
Stable tag: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: hello-biz-child
Tags: flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready, style-variations
*/

/* Add your custom styles here */
body {
    font-size: 18px; /* cámbialo por el valor que quieras */
    line-height: 1.5; /* opcional, mejora la legibilidad */
}

[type=button], [type=submit], button{color:#FFF;border:0;}
.elementor-kit-6 button{background-color:var(--e-global-color-accent);}


/* Cuando se activa el sticky */
header .site-header.elementor-sticky--effects {
   padding-top:10px;
    padding-bottom:10px;
    min-height:50px;
   /* background-color: #1F4888!important;*/
}

/* Logo más pequeño */
header .site-header img {
    transition: all 0.3s ease;
    max-height: 96px; /* tamaño normal */
}

header .site-header.elementor-sticky--effects img {
    max-height: 50px; /* tamaño reducido */
    width:auto!important;
}
.woocommerce-MyAccount-navigation li{list-style: none;}