@charset "UTF-8";
/* CSS Document */

body {
  margin: 0;
  padding: 0;
}

/* desktop */
.outer-wrapper {
  position: absolute;
  left: 30vw;
  width: 70vh;
  height: 70vw;
  transform: rotate(-90deg) translateX(-93vh);
  transform-origin: top left;
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-width: none;
}

.wrapper {
  display: flex;
  flex-direction: row;
  transform: rotate(90deg) translateY(-100%);
  transform-origin: top left;
}

.elem_img {
  height: 70vh;
  margin-left: 7px;
}

.sinistra {
  position: absolute;
  top: 23vh;
  width: 30vw;
  height: 70vh;
  overflow-y: scroll;
}

.txt_item_titolo {
  font-family: FFNormale;
  font-size: 1.3em;
  margin-left: 15%;
  margin-right: 15%;
  margin-top: 2%;
  margin-bottom: 0%;
}

.txt_item_testo {
  font-family: FFLight;
  text-align: justify;
  margin-left: 15%;
  margin-right: 15%;
  margin-top: 2%;
  margin-bottom: 0%;
}

/* mobile */
.menu_back_mobile {
  background-color: white;
  height: 90px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}

.txt_mob {
  width: 90%;
  margin-left: 5%;
}

.txt_titolo_mob{
  font-family: FFNormale;
  text-align: justify;
  margin-top: 15vh;
  margin-bottom: 0%;
}

.txt_testo_mob{
  font-family: FFLight;
  text-align: justify;
  margin-top: 2vh;
  margin-bottom: 0%;
}

.outer_wrapper_mob {
  position: absolute;
  width: 100vw;
  height: 40vh;
  margin-top: 5vh;
  overflow-x: scroll;
  overflow-y: hidden;
  scrollbar-width: none;
}

.wrapper_mob {
  display: flex;
  flex-direction: row;
}

.elem_img_mob{
	height: 40vh;
	margin-right: 7px;
}

.link_iniz {
  font-family: FFNormale;
  text-decoration: none;
  color: black;
  font-weight: 900;
}

/* serve per far sparire la barra di scorrimento*/
::-webkit-scrollbar {
    display:none;
}

/* accorgimenti per tablet */
@media only screen and (max-width: 1085px) and (min-width: 601px) {

  .outer-wrapper {
    width: 60vh;
    transform: rotate(-90deg) translateX(-84vh);
  }

  .sinistra {
    height: 60vh;
  }
            
}
