@media (max-width: 1500px){
    .botoes{
        scale: 0.85;
    }

    .botao:hover{
        color: hsl(0, 0%, 0%);
        background-color: rgba(22, 19, 179, 0.5);
    }
}