/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 27 2025 | 21:36:01 */
:root{
	/* Usar el alto máximo del header por si el código de javascript falla o esta ausente */
	--main-header-height: 100px; 
}

.elementor-element .custom-menu-anchor.elementor-element{
	width: 100%;
	height: calc(100% + var(--main-header-height));
	top: calc(-1 * var(--main-header-height));
	pointer-events: none;
}