﻿.fundo-carregamento {
    position: absolute;
    width: 100%;
    background: rgba(0,0,0,0.5);
    height: 100%;
    z-index: 1111;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-load {
    filter: brightness(3.5);
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}