
/*Schermata di caricamento*/
.loader-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    
    display:flex;
    justify-content: center;
    align-items: center;
  }

#loading {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100vw;
  height: 100vh;
  background-color: #e08d3a;
}
.loader-wrapper > img{
  width:  25vw;
  height: 25vw;
}

.page { display: none; padding: 0 0.5em; }


  