@keyframes mostra_tela_aguarde {
    0%   {opacity: 0; height: 0}
    1%   {opacity: 0; height: 100vh}
    100% {opacity: 1; height: 100vh}
}