/* 
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 */

.elementor-element-6172c028 {

	background-color: rgba(000, 000, 000, 0.2); /* Fondo semi-transparente */
	transition: background-color 0.3s ease, height 0.3s ease;
   	height: 120px; /* Altura inicial del menú */
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2); /* Sombra difusa */
   	}
   	
.elementor-widget-theme-site-logo {
	padding: 15px;
}

.elementor-element-6172c028 .elementor-nav-menu .elementor-item {

	color: white;
	
}

.elementor-element-6172c028.scrolled {
	
	  background-color: rgba(000, 000, 000, 0.9); 
	  height: 90px; /* Nueva altura del menú */
	  transition: background-color 0.3s ease, height 0.3s ease;
	}


.elementor-element-6172c028.scrolled .elementor-nav-menu .elementor-item {

	color: black;
}


.elementor-element-6172c028.scrolled .elementor-widget-theme-site-logo {
	width: 35%;
	transition: width 0.3s ease;
	padding: 4px;
}

.elementor-element-6172c028.doblescrolled {

display: none;
}