* {
  box-sizing: border-box;
  transition: 0.3s all ease-out;
}

html,
body {
  scroll-behavior: smooth;
}

body {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  background-color: #6017a0;
  overflow-x: hidden;
  padding: 0;
  margin: 0;
}

/* 
    font-family: "SoleSans", Arial, Helvetica, sans-serif;
    font-family: "sole_text", Georgia, Times, "Times New Roman", serif;
    font-family: "sole_headline", Georgia, Times, "Times New Roman", Serif;
    font-family: "sole_display", Georgia, Times, "Times New Roman", serif;
    */

article,
aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: auto;
  overflow: hidden;
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin: auto;
  overflow: hidden;
  width: 100%;
  background: #6b19b3;
  box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.15);
}

header div {
  width: 33%;
  padding-top: 15px;
}

header div:first-of-type {
  padding-left: 15px;
}

header div:nth-of-type(2) {
  text-align: center;
  padding-bottom: 15px;
}

header div:nth-of-type(3) {
  text-align: right;
  padding-right: 15px;
}

header div:nth-of-type(3) span {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  text-align: right;
  color: #ffffff;
  mix-blend-mode: normal;
}

article,
section {
  width: 100%;
  margin: auto;
}

h1 {
  display: inline;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 50px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.08;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}

h1,
h2,
h3,
h5 {
  margin-block-start: 0;
  margin-block-end: 0;
}

li {
  padding-bottom: 15px;
}

.container_over_skin {
  width: 100%;
  z-index: 5;
  background-color: #6b19b3;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}

.container_over_skin > * {
  z-index: 5;
  /* background-color: #f7f6f2; */
}

.shrinkable,
.backgroundAdv {
  background-color: #6b19b3 !important;
}

/* TOP BAR */

/* #header-fisso {
  opacity: 0;
} */

#nav-lab {
  background-image: url(../img/YF-SchoolTour-LogoSmall.svg);
  width: 350px;
  height: 20px;
}

.top-bar {
  height: 50px !important;
  background-color: #6b19b3 !important;
  box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.15) !important;
  height: 48px !important;
  border: 1px solid #35194d !important;
}

.faN {
  width: 30px !important;
  height: 30px !important;
}

.faN:hover {
  color: #6b19b3;
  background-color: #fff;
}

/* BLOCCO INIZIALE */

.two_columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  overflow-x: hidden;
  padding: 40px 40px 100px 40px;
  margin: auto;
}

.column_left {
  width: 100%;
  max-width: 800px;
  padding-left: 20px;
  padding-right: 20px;
  border-right: 1px solid #35194d;
}

.column_right {
  padding-left: 50px;
  padding-right: 10px;
  align-self: baseline;
}

.triangoli_e_social {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.triangoli {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.triangolo {
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  margin-right: 10px;
  border-left-width: 30px;
  border-left-style: solid;
}

.tri_bianco {
  border-left-color: #fff;
}

.tri_giallo {
  border-left-color: #f6ff32;
}

.tri_viola {
  border-left-color: #35194d;
}

.introduzione .titolo {
  width: 100%;
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 58px;
  color: #f6ff32;
  padding: 50px 0 20px;
}

.introduzione .testo {
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
}

.introduzione .testo a:link {
  color: #ffffff;
}

.introduzione .testo a:visited {
  color: #ffffff;
}

.introduzione .testo a:hover {
  color: #ffffff;
}

.introduzione .testo a:active {
  color: #ffffff;
}

.introduzione .link_a_form {
  display: inline-block;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease;
  cursor: pointer;
}

.introduzione .link_a_form:hover .cornice_pulsante {
  transform: translate(10px, 10px);
}

.cornice_pulsante {
  position: absolute;
  top: 10px;
  left: 10px;
  /* transform: translateX(-60%); */
  width: 500px;
  height: 64px;
  border: 3px solid #ffffff;
  border-radius: 8px;
  background-color: transparent;
}

.pulsante {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  position: relative;
  width: 500px;
  height: 64px;
  border-radius: 8px;
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  z-index: 10;
  cursor: pointer;
  border: none;
  font-weight: 800;
}

.pulsante_giallo {
  background: #f6ff32;
  color: #35194d;
}

.pulsante_link_form {
  left: 0;
}

.scuola_tappa_sfondo {
  width: 100%;
  /* background-color: #6b19b3; */
  position: relative;
  height: 500px;
}

.scuola_tappa {
  width: 100%;
  max-width: 95%;
  height: 300px;
  margin: auto;
  background: #b055ff;
  border-radius: 8px;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  overflow: hidden;
  padding: 30px;
  z-index: 10;
}

.cornice_scuola_tappa {
  width: 100%;
  max-width: 95%;
  height: 300px;
  background-color: transparent;
  border: 3px solid #35194d;
  border-radius: 8px;
  position: absolute;
  top: 2%;
  right: 1%;
}

.scuola_tappa .testo {
  width: 100%;
  height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.scuola_tappa .immagine {
  z-index: 20;
}

.scuola_tappa .immagine img {
  width: 100%;
  max-width: 300px;
}

#scuola_tappa .occhiello,
.scuola_tappa .occhiello {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  color: #f6ff32;
}

#scuola_tappa .titolo,
.scuola_tappa .titolo {
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 58px;
  color: #ffffff;
}

#scuola_tappa .posizione,
.scuola_tappa .posizione {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  color: #f6ff32;
  padding-left: 30px;
  position: relative;
}

#scuola_tappa .posizione:before,
.scuola_tappa .posizione:before {
  content: "";
  background-image: url(../img/puntatore.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 27px;
  height: 31px;
  position: absolute;
  margin-left: -30px;
  margin-top: -5px;
}

#scuola_tappa .data,
.scuola_tappa .data {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 39px;
  color: #ffffff;
}

/* VIDEO CONTAINER */

.video_container {
  background-color: #35194d;
  padding: 30px 50px;
}

.sommario {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
  width: 100%;
  max-width: 600px;
  margin: auto;
  padding: 30px 0;
}

.video_container .link_a_video {
  display: flex;
  width: fit-content;
  position: relative;
  text-align: center;
  transition: all 0.3s ease;
  margin: auto;
  cursor: pointer;
}

.video_container .link_a_video:hover .cornice_pulsante {
  transform: translate(10px, 10px);
}

.video_occhiello {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #f6ff32;
  padding-top: 20px;
}

.titolo_video {
  padding: 20px 0;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 39px;
  text-align: center;
  color: #ffffff;
  max-width: 400px;
}

.swiper {
  width: 100%;
  height: 100%;
  position: relative;
}

.ombra-sinistra {
  background: linear-gradient(270deg, rgba(53, 25, 77, 0) 0%, #35194d 100%);
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 100%;
  z-index: 1;
}

.ombra-destra {
  background: linear-gradient(270deg, rgba(53, 25, 77, 0) 0%, #35194d 100%);
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 100%;
  transform: rotate(-180deg);
  z-index: 1;
}

.swiper-slide {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-button-next,
.swiper-button-prev {
  top: calc(100% - 90px);
  width: 60px;
  height: 60px;
  background-color: transparent;
  border-radius: 50%;
  border: 3px solid #fff;
  transition: all 0.25s ease;
  background-color: #35194d;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 24px !important;
}

.swiper-button-prev {
  left: 180px;
}

.swiper-button-next {
  right: 180px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  color: white;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: white;
}

.swiper-button-next:hover:after,
.swiper-button-prev:hover:after {
  color: #35194d !important;
}

/* LIBRO CONTAINER */

.libro_container {
  background-color: #03caff;
  padding: 30px 50px;
  position: relative;
}

.libro_container .cerchio {
  background-color: transparent;
  border-radius: 50%;
  width: 640px;
  height: 640px;
  border: 3px solid #35194d;
  position: absolute;
  bottom: -250px;
  left: -250px;
}

.triangoli_e_titolo {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.triangoli_e_titolo .triangoli,
.triangoli_e_titolo .titolo,
.triangoli_e_titolo .vuoto {
  width: 33%;
}

.triangoli_e_titolo .titolo {
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 58px;
  text-align: center;
  color: #f6ff32;
}

.libro {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  z-index: 10;
}

.libro .copertina {
  position: relative;
  padding-right: 50px;
  padding-left: 100px;
}

.cornice_copertina {
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 333px;
  height: 500px;
  border: 3px solid #ffffff;
  background-color: transparent;
  z-index: 4;
}

.libro .copertina .cop_img {
  position: relative;
}

.libro .copertina .cop_img:hover .cornice_copertina {
  bottom: -20px;
  right: -20px;
}

.libro .copertina .cop_img img {
  position: relative;
  z-index: 5;
  cursor: pointer;
}

.libro .copertina .cop_img img {
  width: 333px;
}

.libro .presentazione {
  padding-left: 10px;
  padding-right: 50px;
  align-self: flex-start;
}

.libro .autori {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 39px;
  color: #35194d;
  width: 100%;
  max-width: 600px;
}

.libro .testo {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  width: 100%;
  max-width: 500px;
  padding-top: 10px;
  padding-bottom: 30px;
}

.libro .link_a_store {
  display: inline-block;
  width: fit-content;
  position: relative;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
}

.libro .link_a_store:hover .cornice_pulsante {
  transform: translate(10px, 10px);
}

/* MIASSUMO CONTAINER */

.miassumo_container {
  background-color: #1ab9e6;
  position: relative;
  padding: 50px 30px;
  overflow: hidden;
}

.miassumo_container .testo {
  width: 100%;
  max-width: 600px;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #35194d;
}

.miassumo_container .testo a:link {
  color: #fff;
}

.miassumo_container .testo a:visited {
  color: #fff;
}

.miassumo_logo img {
  width: 100%;
  max-width: 180px;
}

.parallelogramma_giallo {
  position: absolute;
  bottom: -250px;
  right: -150px;
  width: 600px;
  height: 350px;
  transform: skew(20deg);
  background: #f6ff32;
}

.cornice_parallelogramma {
  position: absolute;
  bottom: -200px;
  right: -180px;
  width: 600px;
  height: 350px;
  transform: skew(20deg);
  background-color: transparent;
  border: 3px solid #35194d;
}

/* ADV */

#adv-MaxTicker {
  width: 100%;
  margin: auto;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.1);
}

#adv-MaxTicker > div > div {
  margin: 50px auto;
}

#ad-Mpu_Middle {
  width: 100%;
  margin: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  justify-content: center;
  /* background-color: #6017a0; */
}

#ad-Mpu_Top {
  width: 100%;
  margin: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  justify-content: center;
  /* background-color: #6017a0; */
}

/* CREDITI FINALI & BACKTOP */

footer {
  z-index: 999;
}

#backtop {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 50px;
  z-index: 510;
  text-align: right;
  display: block;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

#backtop img {
  cursor: pointer;
  width: 30px;
  max-width: 30px;
  height: auto;
  margin-right: 10px;
  margin-bottom: 10px;
}

#crediti_finali {
  width: 100%;
  padding: 100px 0;
  background-color: #333;
}

#crediti_finali h6 {
  width: 100%;
  max-width: 550px;
  margin: auto;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: 2px;
  text-transform: uppercase;
  opacity: 1;
  padding-bottom: 20px;
}

#crediti_finali p {
  width: 100%;
  max-width: 550px;
  margin: auto;
  text-align: left;
  opacity: 0.5;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  color: #fff;
}

/* FOOTER */

#footer_div {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  line-height: 1.3;
  background-color: #19171a;
  color: #a19e9e;
  font-size: 14px;
  text-transform: none;
  padding: 30px 100px;
  text-align: center;
}

.sfondo-grande {
  background-image: url(../img/mezzo-cerchio.svg);
  background-position: 5% 95%;
  background-repeat: no-repeat;
  background-size: 56%;
}

#scuola_tappa {
  color: white;
}

.scuola_tappa_cnt {
  position: relative;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.scuola_tappa_box {
  background: #b055ff;
  border-radius: 8px;
  padding: 30px;
  position: relative;
}

.scuola_tappa_ombra {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 3px solid #35194d;
  border-radius: 8px;
  position: absolute;
  top: 18px;
  right: -13px;
}

.filo-sotto {
  border-bottom: 1px solid #35194d;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.scuola_tappa_occhiello {
  color: #6b1ab2;
  font-size: 24px;
  line-height: 28px;
  font-weight: 800;
}

#scuola_mappa {
  width: 300px;
}

#scuola_mappa img {
  width: 300px;
  height: 300px;
}

.scuola_data_cnt {
  position: relative;
  width: 80px;
  flex: none;
  height: 80px;
}

.scuola_data_box {
  background: white;
  border-radius: 8px;
  position: relative;
  text-align: center;
}
.scuola_data_ombra {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 3px solid #35194d;
  border-radius: 8px;
  position: absolute;
  top: 10px;
  right: -10px;
}

.scuola_data_anno {
  background-color: #6b1ab2;
  color: white;
  font-size: 16px;
  line-height: 16px;
}

.scuola_data_giorno {
  color: #6b1ab2;
  font-weight: 800;
  font-size: 32px;
  line-height: 28px;
}

.scuola_data_mese {
  color: #6b1ab2;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
}

.scuola_tappa_titolo {
  font-size: 28px;
  line-height: 32px;
  color: white;
  font-weight: 800;
}

.scuola_tappa_sommario {
  font-size: 20px;
  line-height: 20px;
  color: #35194d;
  font-weight: 800;
}

.tappa_precedente + .tappa_precedente {
  padding-top: 16px;
  border-top: #6b1ab2 1px solid;
  margin-top: 16px;
}

.titolo_sezione {
  font-size: 28px;
  font-weight: 800;
  line-height: 32px;
  color: #f6ff32;
}

/* STILI BASE */

.flex {
  display: flex;
}
.flex-col {
  flex-direction: column;
}

.justify-center {
  justify-content: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-between {
  justify-content: space-between;
}
.justify-evenly {
  justify-content: space-evenly;
}

.items-center {
  align-items: center;
}
.items-start {
  align-items: start;
}
.items-end {
  align-items: end;
}

.relative {
  position: relative;
}
.absolute {
  position: absolute;
  top: 0;
  left: 0;
}
.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}
.h-full {
  height: 100%;
}
.w-1.\/2 {
  width: 50%;
}
.w-1.\/3 {
  width: 33.33%;
}
.w-1.\/4 {
  width: 25%;
}

.w-1.\/12 {
  width: 8.33%;
}
.w-2.\/12 {
  width: 16.66%;
}
.w-3.\/12 {
  width: 24.99%;
}
.w-4.\/12 {
  width: 33.32%;
}
.w-5.\/12 {
  width: 41.65%;
}
.w-6.\/12 {
  width: 49.98%;
}
.w-7.\/12 {
  width: 58.31%;
}
.w-8.\/12 {
  width: 66.64%;
}
.w-9.\/12 {
  width: 74.97%;
}
.w-10.\/12 {
  width: 83.3%;
}
.w-11.\/12 {
  width: 91.63%;
}

.w-1_2 {
  width: 50%;
}
.w-1_3 {
  width: 33.33%;
}
.w-1_4 {
  width: 25%;
}
.w-1_12 {
  width: 8.33%;
}
.w-2_12 {
  width: 16.66%;
}
.w-3_12 {
  width: 24.99%;
}
.w-4_12 {
  width: 33.32%;
}
.w-5_12 {
  width: 41.65%;
}
.w-6_12 {
  width: 49.98%;
}
.w-7_12 {
  width: 58.31%;
}
.w-8_12 {
  width: 66.64%;
}
.w-9_12 {
  width: 74.97%;
}
.w-10_12 {
  width: 83.3%;
}
.w-11_12 {
  width: 91.63%;
}

.mt-8 {
  margin-top: 8px;
}
.mt-16 {
  margin-top: 16px;
}
.mt-32 {
  margin-top: 32px;
}
.mt-64 {
  margin-top: 64px;
}
.mb-8 {
  margin-bottom: 8px;
}
.mb-16 {
  margin-bottom: 16px;
}
.mb-32 {
  margin-bottom: 32px;
}
.mb-64 {
  margin-bottom: 64px;
}

.my-8 {
  margin-top: 8px;
  margin-bottom: 8px;
}
.my-16 {
  margin-top: 16px;
  margin-bottom: 16px;
}
.my-32 {
  margin-top: 32px;
  margin-bottom: 32px;
}

.ml-8 {
  margin-left: 8px;
}
.ml-16 {
  margin-left: 16px;
}
.ml-32 {
  margin-left: 32px;
}
.ml-52 {
  margin-left: 52px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-8 {
  margin-right: 8px;
}

.mr-12 {
  margin-right: 12px;
}

.mr-16 {
  margin-right: 16px;
}

.px-32 {
  padding-left: 32px;
  padding-right: 32px;
}
.px-16 {
  padding-left: 16px;
  padding-right: 16px;
}

.pr-40 {
  padding-right: 40px;
}

.p-8 {
  padding: 8px;
}
.p-4 {
  padding: 4px;
}

.testo-uppercase {
  text-transform: uppercase;
}

.testo-bianco {
  color: white;
}
.testo-giallo {
  color: #f6ff32;
}

.hover-sottolineato {
  text-decoration: none;
}
.hover-sottolineato:hover {
  text-decoration: underline;
}

.testo-bold {
  font-weight: 800;
}

.testo-w-20 {
  font-size: 20px;
}

.testo-l-20 {
  line-height: 20px;
}
.testo-l-24 {
  line-height: 20px;
}

#gallery-swiper-grande {
  width: 100vw;
  height: 100vh;
  z-index: 99999;
  position: fixed;
  top: -30px;
  left: 0;
  opacity: 0;
  z-index: -5;
  transition: all 0.2s ease-in;
}

.mostra-gallery {
  top: 0 !important;
  opacity: 1 !important;
  z-index: 999999 !important;
}

#gallery-swiper-grande .swiper-slide {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  overflow: hidden;
}

#gallery-swiper-grande img {
  width: auto;
  height: calc(100% - 60px);
}

#gallery-swiper-grande .img-cnt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: calc(100% - 60px);
}

.gallery-dida {
  height: 60px;
  padding: 0 32px;
  background: #35194d;
  display: flex;
  align-items: center;
  width: 100%;
  color: white;
}

#gallery_swiper .foto-gialla {
  cursor: pointer;
}

#gallery-swiper-grande .swiper-button-next,
#gallery-swiper-grande .swiper-button-prev {
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background-color: transparent;
  border-radius: 50%;
  border: 3px solid #fff;
  transition: all 0.25s ease;
}

#gallery_swiper .swiper-button-next:hover,
#gallery_swiper .swiper-button-prev:hover,
#gallery-swiper-grande .swiper-button-next:hover,
#gallery-swiper-grande .swiper-button-prev:hover {
  background-color: white;
  color: black;
}

#gallery-swiper-grande .swiper-button-prev {
  left: 20px;
}

#gallery-swiper-grande .swiper-button-next {
  right: 20px;
}

#gallery-swiper-grande-bt-chiudi {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.2s ease-in;
  z-index: 9999999;
  border-radius: 15px;
}

#chiudi-nero {
  opacity: 0;
}

#gallery-swiper-grande-bt-chiudi:hover {
  background-color: rgba(255, 255, 255, 1);
}

#gallery-swiper-grande-bt-chiudi:hover #chiudi-bianco {
  opacity: 0;
}
#gallery-swiper-grande-bt-chiudi:hover #chiudi-nero {
  opacity: 1;
}

#gallery-swiper-grande-bt-chiudi img {
  position: absolute;
  width: 22px;
  height: 22px;
  transition: all 0.2s ease-in;
}
/*----- RESPONSIVE TABLET --------*/

@media screen and (max-width: 1040px) {
  .container_over_skin {
    max-width: 100%;
    z-index: 0;
  }

  .pulsante,
  .cornice_pulsante {
    width: 500px;
  }
}

@media screen and (max-width: 768px) AND (orientation: portrait) {
  #gallery-swiper-grande img {
    width: 100%;
    height: auto;
    max-height: calc(100% - 80px);
  }

  #gallery-swiper-grande .img-cnt {
    width: 100vw;
    height: calc(100% - 80px);
  }

  .gallery-dida {
    height: 80px;
    padding: 0 10px;
  }
  #gallery-swiper-grande-bt-chiudi img {
    width: 22px;
    height: 22px;
    max-height: none;
  }
}

@media screen and (max-width: 768px) {
  header {
    flex-direction: column;
  }

  header div:nth-of-type(2) {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0 0;
  }

  header div:last-of-type {
    text-align: left;
    padding-bottom: 15px;
    width: 100%;
  }

  header div:last-of-type span {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: #ffffff;
    mix-blend-mode: normal;
  }

  section {
    padding-left: 10px;
    padding-right: 10px;
  }

  #nav-lab {
    background-image: url(../img/YF-SchoolTour-LogoMobile.svg);
    width: 100px;
    height: 26px;
    margin-top: 5px;
  }

  .no_padding_mobile {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .container_over_skin {
    max-width: 100%;
    z-index: 0;
  }

  .scuola_tappa_titolo {
    font-size: 22px;
    line-height: 26px;
  }

  .sfondo-grande {
    background-position: -100px 25%;
    background-size: 120%;
  }

  .triangolo {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    margin-right: 7px;
    border-left-width: 20px;
    border-left-style: solid;
  }

  .two_columns {
    flex-direction: column;
    max-width: 100%;
    padding: 40px 0 50px;
  }

  .column_left {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    border-right: none;
  }

  .column_right {
    padding-left: 0;
    padding-right: 0;
    align-self: center;
  }

  .introduzione .titolo {
    font-size: 32px;
    line-height: 36px;
  }

  .introduzione .testo {
    font-size: 16px;
    line-height: 18px;
    padding-bottom: 50px;
  }

  .introduzione .link_a_form {
    width: 100%;
    padding-bottom: 50px;
  }

  .pulsante {
    width: 95%;
    font-size: 20px;
    line-height: 24px;
  }

  .cornice_pulsante {
    width: 95%;
  }

  .scuola_tappa_sfondo {
    height: 300px;
  }

  .cornice_scuola_tappa {
    height: 210px;
    width: 90%;
  }

  .scuola_tappa {
    height: 210px;
    width: 90%;
  }

  .scuola_tappa .testo {
    width: 100%;
    height: 170px;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }

  .scuola_tappa .occhiello {
    font-size: 16px;
    line-height: 18px;
  }

  .scuola_tappa .titolo {
    font-size: 28px;
    line-height: 32px;
  }

  .scuola_tappa .posizione {
    font-size: 16px;
    line-height: 18px;
    padding-top: 5px;
    padding-bottom: 15px;
  }

  .scuola_tappa .data {
    font-size: 20px;
    line-height: 20px;
  }

  .scuola_tappa .immagine img {
    width: 100%;
    max-width: 80px;
  }

  .cornice_parallelogramma {
    width: 200px;
    height: 100px;
    bottom: -10px;
    right: -110px;
  }
  .parallelogramma_giallo {
    width: 200px;
    height: 100px;
    bottom: -20px;
    right: -100px;
  }

  .video_container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .swiper-wrapper {
    padding-bottom: 30px;
  }

  .triangoli_e_titolo .titolo {
    font-size: 32px;
    line-height: 36px;
    width: 60%;
  }

  .sommario {
    max-width: 100%;
    font-size: 16px;
    line-height: 18px;
  }

  #video_swiper .swiper-button-next,
  #video_swiper .swiper-button-prev {
    width: 40px;
    height: 40px;
  }

  #video_swiper .swiper-button-next:after,
  #video_swiper .swiper-button-prev:after {
    font-size: 18px !important;
  }

  #video_swiper .swiper-button-prev {
    left: 10px;
  }

  #video_swiper .swiper-button-next {
    right: 10px;
  }

  .video_occhiello {
    font-size: 16px;
    line-height: 18px;
  }

  .titolo_video {
    max-width: 100%;
    font-size: 22px;
    line-height: 28px;
    padding: 10px 0;
  }

  .swiper-pagination-bullet {
    background-color: #f6ff32;
    opacity: 0.25;
  }

  .swiper-pagination-bullet-active {
    background-color: #f6ff32;
    opacity: 1;
  }

  .video_container .link_a_video {
    display: inline-block;
    margin-top: 20px;
    width: 100%;
  }

  .libro_container {
    padding: 30px 10px;
  }

  .libro {
    max-width: 100%;
    flex-direction: column;
  }

  .cornice_copertina {
    width: 200px;
    height: 300px;
    left: 20px;
  }

  .libro .copertina {
    padding-right: 0;
    padding-left: 0;
  }

  .libro .copertina .cop_img img {
    width: 200px;
  }

  .libro_container .cerchio {
    width: 320px;
    height: 320px;
    top: 120px;
    left: -150px;
  }

  .libro .presentazione {
    padding: 50px 0 0;
  }

  .libro .autori {
    max-width: 100%;
    font-size: 24px;
    line-height: 28px;
  }

  .libro .testo {
    max-width: 100%;
    font-size: 14px;
    line-height: 18px;
  }

  .libro .link_a_store {
    width: 100%;
    padding-bottom: 50px;
  }

  .libro .link_a_store .cornice_pulsante {
    left: 20px;
  }

  .miassumo_container {
    padding: 50px 10px;
  }

  .miassumo_container .testo {
    max-width: 100%;
    font-size: 16px;
    line-height: 18px;
  }

  .miassumo_logo img {
    max-width: 180px;
  }

  #footer_div {
    padding: 30px 10px;
  }

  #crediti_finali h6 {
    max-width: 100%;
  }

  #crediti_finali p {
    max-width: 100%;
  }

  .no_mobile {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .no_desktop {
    display: none !important;
  }
}

#header-fisso {
  transform: translateY(-500%);
}

#header-fisso.visibile {
  transform: translateY(0);
}

@media screen and (min-width: 1440px) {
  /* .container_over_skin {
    width: calc(100% - 180px);
    max-width:none;
    margin-left: 90px;
    margin-right: 90px;
  }
  .backgroundAdv .container_over_skin {
    margin-left: 0;
    margin-right: 0;
  } */
}
