/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 28 2022 | 19:16:01 */
.menu-fondos-global .current-menu-item .jet-menu-link-text,
.menu-fondos-global .jet-menu-link-text{
    width:100%;
}

.menu-fondos-global .current-menu-item .jet-custom-item-label,
.menu-fondos-global  .jet-custom-item-label{
   display:flex;
   align-items:center;
   justify-content:space-around;
}

.menu-fondos-global .current-menu-item .jet-custom-item-label:after,
.menu-fondos-global .jet-custom-item-label:after{
    content: "\f054";
  	color:#002a5c;
  	display:block;
    font-family: "Font Awesome 5 Free";
  	font-size:18px; 
    font-weight: 900; 
  	opacity:1;
    transition:.3s all ease;
}


.menu-fondos-global .jet-custom-item-label:after{
    opacity:0;
    transition:.3s all ease;
}

.menu-fondos-global  .jet-custom-item-label:hover:after{
  opacity:1
}