/* Header */
html, .body, .main {
    height: 100%;
}

.main {
    display: flex;
    align-items: center;
    justify-content: center;
}

.escondido {
    display: none;
}
.titulos {
    display: grid;
}
/* Footer */
.c-footer-sti-container {
    position: absolute;
    bottom: 4vh;
    text-align: center;
    width: 100%;
    font-size: 0.9rem;
    color: #a6a6a69a;
}

.c-footer-sti-texto {
    font-size: .9em;
}

.c-footer-sti-versao {
    padding-top: 1vh;
}

@media (max-width: 769px) {
    .c-footer-sti-container {
        bottom: 3vh;
    }   

    
    .c-footer-sti-texto {
        font-size: .7em;
    }
}