   .bottone {
    background-image: linear-gradient(-45deg, #397a6e, #e8e33e);
    text-shadow: none;
    font-weight: normal;
    color: white;
    border: none;
}

.bottone:hover {
    background-color: rgb(57, 122, 110);
    color: white;
    transition: none;
   }

   .bottone:hover:not(:disabled) {
    background-color: rgb(57, 122, 110) !important;
    color: white !important;
    background-image: none !important;
    box-shadow: none !important;
   }
   
   .bottone:active, .bottone:visited, .bottone:focus, .bottone:focus-visible {
    box-shadow: none !important;
    border: none !important;
   }



   .verde {
    color:rgb(57, 122, 110);
    text-transform: uppercase !important;
}