.slide-logo {
    animation: vai-vem-logo 10s ease 0s infinite alternate-reverse forwards;
}
/* ----------------------------------------------
 * Generated by Animista on 2022-10-26 1:11:33
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-bottom
 * ----------------------------------------
 */
@keyframes vai-vem-logo {
    0% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/*Forcando o z-index da barra do updater para exibir antes da barra do AppBar*/
body .pwa-updater[b-pwa-updater] {
    /*--pwa-updater-bar-backcolor: forestgreen;*/
    --pwa-updater-bar-z-index: 10000;
    --pwa-updater-bar-height: 64px;
}