@import 'main.css';
@import 'custom.css';

.carregamento-init {
    position: absolute;
    height: 100vh;
    width: 100vw;
    z-index: 2;
    background: #fff;
}

.containner-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100vh;
}
