/* CÓDIGO PARA O MENU HOVER (passar o ponteiro do mouse sobre) */
.elementor-nav-menu a:hover{
background-image: linear-gradient(to right, #ff3030, #00AEFF) !important;
background-clip: text !important;
-webkit-background-clip: text !important;
-webkit-text-fill-color: transparent !important;
}
/* CÓDIGO PARA O MENU ATIVO (mantém o degradê quando o item de menu está selecionado, seja em uma págia ou bloco.) */
.elementor-nav-menu a:active{
background-image: linear-gradient(to right, #ff3030, #00AEFF) !important;
background-clip: text !important;
-webkit-background-clip: text !important;
-webkit-text-fill-color: transparent !important;
}