/* Estilos Personalizados Código Gráfico */
	#header_superior > *{ gap: 1em; }
		#header_superior > * > *{ width: auto !important; }
			#header_superior > * > * > *{ padding: 0; }
		#header_superior #header_superior_logo{ flex-shrink: 0; }
			#header_superior #header_superior_logo .navbar-brand{ display: inline-flex; }
				#header_superior #header_superior_logo .navbar-brand img{ width: 100%; }
				#header_superior #header_superior_logo .navbar-brand img.mobile-logo{ display: none; }
		#header_superior #header_superior_menu{ flex-grow: 1; }
			#header_superior #header_superior_menu i.ha-menu-icon{ width: auto; height: auto; }
				#header_superior #header_superior_menu i.ha-menu-icon:before{ font-size: 1.65em; }
				#header_superior #header_superior_menu .ha-menu-close i:before { font-size: 1.65em; font-weight: 600; }
		#header_superior #header_superior_buscador{ flex-shrink: 0; }
			#header_superior #header_superior_buscador .search-form-wrapper > a{ margin: 0; padding: 0; }	

#header_superior{ height: 6.5rem !important; padding: 1rem 3rem !important;*/ }
#banner_home{ height: calc(100dvh - 6.5rem) !important; }
	#banner_home > * > *{ height: 100% !important; }
		#banner_home > * > * > *{ height: 100% !important; }
			#banner_home > * > * > * > *{ height: 100% !important; }
				sr7-module{ max-height: calc(100dvh - 6.5rem) !important; }
					sr7-module *{ max-height: calc(100dvh - 6.5rem) !important; }

.search-form-box .search-button i:before{ font-size: 1.65em; }
.search-form-wrapper.active-form .search-close{ font-size: 3.5em; }
.search-form-box .search-button i:hover{ color: var(--e-global-color-accent); }
.search-form-wrapper.active-form .search-close:hover{ color: var(--e-global-color-accent); }
.search-form-wrapper .search-form-icon i:hover{ color: var(--e-global-color-accent); }

@media all and (width <= 1024px) {
	#header_superior #header_superior_logo .navbar-brand img.default-logo{ display: none; }
	#header_superior #header_superior_logo .navbar-brand img.mobile-logo{ display: block; }
	.header_menu_principal #ha-megamenu-menu-header.active{ max-width: none; width: 100%; padding: 2em; }
	.header_menu_principal #ha-megamenu-menu-header.active .ha-nav-logo{ padding-left: 15px; }	
}

@media all and (width <= 768px) {
	.header_menu_principal #ha-megamenu-menu-header.active{ padding: 1em; }
}



/* Fin Estilos Personalizados Código Gráfico */