/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 19 2026 | 16:59:40 */
/* 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;
}

.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;*/
}

