/*
Empresa: Vitae Tecnologia Ltda.
Autor: Francisco Cláudio (claudiofbs@gmail.com)
Proibido a cópia, publicação e distribuição sem expressa autorização da empresa.
Todos os direitos reservados.
*/
/* 
    Created on : 19/08/2019, 20:32:31
    Author     : Cláudio
*/
* {
    padding:0;
    margin:0;
    box-sizing: border-box;
}
body{
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
}
#aguarde{
    position: absolute;
    display: none;
    flex-direction: row;
    alignment-adjust: central;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    background-color: rgba(10,10,10, 0.5);
    z-index: 100;
}
#aguarde > img{
    margin: 0;
    max-height: 100px;
    max-width: 100px;
}