/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 19 2025 | 14:45:26 */
/* Añade aquí tu código CSS.

Por ejemplo:
.ejemplo {
    color: red;
}

Para mejorar tu conocimiento sobre CSS, echa un vistazo a https://www.w3schools.com/css/css_syntax.asp

Fin del comentario */ 

a{
	text-decoration: none;
}

.scale-hover{
	transition: all .3s ease;
}
.scale-hover:hover{
	scale: 1.2;
	transition: all .3s ease-out;
}

.hfe-nav-menu a.hfe-menu-item{
	transition: all .3s ease;
}

.hfe-nav-menu a.hfe-menu-item:hover{
	scale: 1.1;
	transition: all .3s ease;
}

.hfe-nav-menu li.menu-item a img {
	width: 26px !important;
	height: 21px !important;
}

.sticky {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 1000;
    background-color: #fff; /* Cambia el color de fondo según tus preferencias */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Agrega una sombra si deseas */
    /*transition: all 1s ease;*/
}

