.carregando {
  position        : absolute;
  top             : 0px;
  left            : 0px;
  width           : 100%;
  height          : 100%;
  background-image: linear-gradient(rgba(255,255,255,1), rgba(255,255,255,.7));
  z-index         : 1040;
  display         : grid;
  place-items     : center;
  opacity         : 0;
}

.carregando-show {
  opacity: 1;
}

.parentCarregando {
  overflow: hidden !important;
}

.progresso {
  width      : 400px;
  max-width  : 90%;
  text-align : center;
  line-height: 40px;
  font-size  : 12px;
}