/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 28 2025 | 11:13:56 */
/* every image in a carousel musts have the same aspect ratio to avoid visual inconsistencies! */
.wp-singular .swiper-slide figure img {
	aspect-ratio: 4 / 3;
}

/* to force submenus to change their background color and text color when the users hover on them */
html[lang="es-ES"] .elementskit-navbar-nav .menu-item .ekit-menu-nav-link.ekit-menu-dropdown-toggle.menu-link:hover {
	background-color: var(--e-global-color-secondary);
	color: var(--e-global-color-primary);
}