html {
  overflow: hidden;
}

.loading {
  background-color: var(--cor-branca);
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loading__icon {
  width: 500px;
}

.loading__text {
  /*font-size: 1.5rem;*/
  /*color: #333;*/
}

.loading__icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.loading img {
  width: 160px;
  max-width: 100%;
  height: auto;
}

