/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 22 2021 | 16:23:03 */
/* Añade aquí tu código CSS.

Por ejemplo:
.ejemplo {
    color: red;
}

Para mejorar tu conocimiento sobre CSS knowledge echa un vistazo a http://www.w3schools.com/css/css_syntax.asp

Fin del comentario */ 

/*.sum-menu a{
    position: relative !important;
    text-decoration: none !important;
}

.sum-menu a:after{
	content: '';
	background: blue !important;
	width: 0% !important;
	height: 2px !important;
    position: absolute !important;
    top: 1.3em;
    left: 0;
    transition: all 300ms ease;
}

.sum-menu a:hover:after{
	content: '';
	background: blue !important;
	width: 100% !important;
	height: 2px !important;
    position: absolute !important;
    top: 1.3em;
    left: 0;
}*/

.elementor-menu-toggle {
  outline:none;
   -webkit-tap-highlight-color: rgba(0,0,0,0);
}
