.carregando{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    background-color: #000;
    opacity: 0.70;
    color: azure;
    z-index: 10000;
}

.carregando p{
    text-align: justify;
    font-family: arial, 'sans-serif';
}