/* Enter Your Custom CSS Here */
/*cambiar color de menu desplegable*/
.main-header-menu .sub-menu {
        background: #2B6DD5;
	   
}
.main-header-menu .sub-menu li:hover {
      background: #1D69E5;
}           
/*oculatar menu de pie de pagina*/
.elementor-328 .elementor-element.elementor-element-4044cce .elementor-icon-list-items.elementor-inline-items {
    display: none;
}

/*color de link y cuando se pase el mouse sobre link*/
a{
	color:black;
}
a:hover{
	color: lightgray;
}

.ast-header-break-point .main-navigation .sub-menu .menu-item .menu-link {
    BACKGROUND-COLOR: SKYBLUE;
}