body {
    margin: 40px auto !important;
    background-color: #ffffff !important;
}

.logo {
    margin-top: 5px;
    width: 80%;
    max-width: 250px; 
}



.preCarregamento {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    opacity: 1;
    display: flex;
    background: url("../img/preloaders/preCarregamento.gif") center no-repeat #ffffff;
    background-size: 50%, 50%;
}

.qr-code{
    width: 80%;
}

.vr {
    padding-left: 20px;
    border-left: 2px solid gray;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.textos{
    padding: 0 10px;
}
