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

html,
body {
  scroll-behavior: smooth;
}

body {
  background-color: #f7f6f2;
  overflow-x: hidden;
  padding: 0;
  margin: 0;
  color: #000;
}

/* 
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,
header,
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,
article,
section,
aside {
  width: 100%;
  margin: auto;
}



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

li {
  padding-bottom: 15px;
}

.container_over_skin {
  width: 100%;
  z-index: 5;
  background-color: #f7f6f2;
}

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

.shrinkable {
  background-color: #f7f6f2 !important;
}

.backgroundAdv {
  background-color: #f7f6f2 !important;
}

/* TOP BAR */

.top-bar {
  height: 50px !important;
}

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

/* ADV */

#adv-MaxTicker {
  width: 100%;
  margin: auto;
  padding-top: 70px;
  padding-bottom: 20px;
  text-align: center;
  background-color: #eaeae6;
}

#ad-Mpu_Middle {
  width: 100%;
  max-width: 620px;
  margin: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  justify-content: center;
  background-color: #eaeae6;
}

/* HEADER */

.title_background {
  width: 100%;
  max-width: 100vw;
  margin-top: 0;
  height: calc(100vh - 100px);
  background-color: #f7f6f2;
  color: #ffffff;
  background-image: url(../img/cover_desktop.jpg);
  /*   background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.8)
    ),
    url(img/cover_desktop.jpg); */
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  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;
}

h1 {
  width: 100%;
  padding: 30px 20px 0 20px;
  font-family: "sole_display", Georgia, Times, "Times New Roman", serif;
  font-size: 80px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.0;
  letter-spacing: normal;
  text-align: center;
  color: #000;
  /* text-shadow: 0 2px 2px rgba(0, 0, 0, 0.4); */
}

.sommario {
  width: 100%;
  max-width: 800px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 40px;
  font-family: "sole_text", Georgia, Times, "Times New Roman", serif;
  font-size: 26px;
  font-weight: 500;
  font-stretch: normal;
  font-style: italic;
  line-height: 1.15;
  letter-spacing: normal;
  text-align: center;
  color: #000;
  /* text-shadow: 0 2px 2px rgba(0, 0, 0, 0.4); */
}


.sommario a:link {
  color: #000;
}
.sommario a:visited {
  color: #000;
}
.sommario a:hover {
  color: rgba(0, 0, 0, 0.5);
}
.sommario a:active {
  color: rgba(0, 0, 0, 0.5);
}



.firma {
  width: 100%;
  max-width: 800px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  font-family: "sole_text", Georgia, Times, "Times New Roman", serif;
  font-size: 26px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}

.firma span {
  color: #006fb8;
}

.separatore_firma_img {
  margin: 0 10px;
  max-width: 20px;
}

.scroll_div {
  bottom: 10px;
  border: 1px solid #000;
  overflow: hidden;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  cursor: pointer;
  margin-top: 40px;
}

#scroll_img {
  cursor: pointer;
}

@keyframes animate {
  0% {
    opacity: 0;
    transform: translate(-0, -20px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(0, 20px);
  }
}

.scroll_div:hover img {
  animation: animate 1.5s infinite;
}

/* TESTO */

.separatore {
  width: 100%;
  text-align: center;
  padding-top: 50px;
}

.separatore img {
  width: 100%;
  max-width: 50px;
  height: auto;
}

.box_testo {
  width: 100%;
  max-width: 620px;
  margin: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.box_testo h2 {
  width: 100%;
  font-family: "sole_text", Georgia, Times, "Times New Roman", serif;
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: normal;
  text-align: left;
  padding-top: 50px;
}

.box_testo p {
  width: 100%;
  font-family: "sole_text", Georgia, Times, "Times New Roman", serif;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: left;
  margin-block-start: 1em;
  margin-block-end: 1em;
}

/* GRAFICI */

.box_grafico_titolazione {
  width: 100%;
  max-width: 620px;
  margin: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
.box_grafico_titolazione_largo {
  width: 100%;
  max-width: 1300px;
  margin: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.grafico_titolo {
  width: 100%;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  text-align: left;
}

.grafico_sommario {
  width: 100%;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: left;
  padding-top: 10px;
}

.grafico_fonte {
  width: 100%;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: left;
  padding-top: 10px;
}

.box_grafico {
  width: 100%;
  max-width: 620px;
  margin: auto;
  padding-bottom: 20px;
}

.box_grafico_largo {
  width: 100%;
  max-width: 1300px;
  margin: auto;
  padding-bottom: 20px;
}

.box_grafico_doppio {
  width: 100%;
  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;
}

.box_grafico_doppio_inner {
  width: 50%;
}

.box_grafico_doppio_inner:first-of-type {
  padding-right: 50px;
  border-right: 1px solid #000;
}

.box_grafico_doppio_inner:last-of-type {
  padding-left: 50px;
}

/* APPROFONDIMENTI */

#approfondimenti {
  width: 100%;
  max-width: 1300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding: 50px 20px 30px 20px;
  margin: 50px auto;
  background-color: #ff8b00;
}

#approfondimenti_titolo {
  width: 100%;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.07;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  border-bottom: 1px solid #00000040;
  padding-bottom: 20px;
}


#approfondimenti a:link {
  color: #000;
  text-decoration: none;
}


#approfondimenti a:visited {
  color: #000;
  text-decoration: none;
}


#approfondimenti a:hover {
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}


#approfondimenti a:active {
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}




#approfondimenti_blocchi {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.approf_blocco {
  margin: 20px auto;
  padding: 0 10px;
  border-right: #00000040 solid 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: 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;
}

.approf_blocco:first-of-type {
  padding-left: 0;
}

.approf_blocco:last-of-type {
  padding-right: 0;
  border-right: none;
}

.approf_blocco img {
  width: 100%;
  max-width: 300px;
  height: auto;
}

.approf_occhiello {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  padding: 10px 0;
}

.approf_titolo {
  font-family: "sole_headline", Georgia, Times, "Times New Roman", Serif;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.08;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}

.approf_firma {
  font-family: "sole_text", Georgia, Times, "Times New Roman", serif;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: italic;
  line-height: 1.14;
  letter-spacing: normal;
  text-align: center;
  color: #000;
  padding: 10px 0;
}

/* BANNER FESTIVAL */

.banner_festival_loghi img:first-of-type {
  padding-right: 10px;
  border-right: 1px solid #000;
}

.banner_festival_loghi img:last-of-type {
  padding-left: 10px;
}

.banner_festival_titolo {
  font-family: "sole_headline", Georgia, Times, "Times New Roman", Serif;
  font-size: 34px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.71;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}

.banner_festival_sommario {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  padding: 15px 20px 15px 0;
}

.banner_festival_programma a:link {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  background-color: #000;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.banner_festival_programma a:visited {
  color: #fff;
}

.banner_festival_programma a:hover {
  background-color: #000000ba;
}

.banner_festival_programma a:active {
  color: #fff;
}

/* CREDITI FINALI & BACKTOP */

#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;
}

#box_crediti {
  width: 100%;
  max-width: 620px;
  padding: 50px 0;
  margin-top: 30px;
  border-top: 2px solid #0f0f0f;
}

#box_crediti h5 {
  width: 100%;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #0f0f0f;
}

#chart_credits {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: italic;
  line-height: 1.2;
  letter-spacing: normal;
  width: 100%;
  text-align: left;
}

/* FOOTER */

footer {
  z-index: 800;
}

#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;
}

/*----- RESPONSIVE MOBILE --------*/

@media screen and (max-width: 480px) {
  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }

  #navbar_container {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: start;
    justify-content: start;
  }

  #navbar {
    padding-left: 10px;
  }

  #ad-Mpu_Middle {
    max-width: 100%;
    overflow: hidden;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .title_background {
    width: 100%;
    max-width: 100vw;
    /* height: calc(100vh - 200px); */
    background-image: url(../img/cover_mobile.jpg);
    /*     -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; */
  }

  h1 {
    max-width: 100%;
    font-size: 45px;
    line-height: 1.1;
    padding-left: 10px;
    padding-right: 10px;
  }

  .sommario {
    max-width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0;
  }

  .firma {
    max-width: 100%;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.44;
    padding-left: 10px;
    padding-right: 10px;
  }

  .separatore_firma_img {
    opacity: 0;
  }

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

  .box_testo,
  .box_grafico_titolazione,
  .box_grafico_titolazione_largo,
  .box_grafico,
  .box_grafico_largo,
  .box_grafico_doppio,
  .box_audio,
  #box_crediti {
    max-width: 100%;
  }

  .box_grafico_doppio {
    flex-direction: column;
  }

  .box_grafico_doppio_inner {
    width: 100%;
  }

  .box_grafico_doppio_inner:first-of-type {
    padding-right: 0;
    border-right: 0;
  }

  .box_grafico_doppio_inner:last-of-type {
    padding-left: 0;
  }

  #box_grafico_titolazione_2 {
    margin-top: 50px;
  }

  #sezione_approfondimenti {
    padding-left: 0!important;
    padding-right:  0!important;
  }

  #approfondimenti {
    max-width: 100%;
    flex-direction: column;
  }
  #approfondimenti_blocchi {
    flex-direction: column;
  }

  .approf_blocco {
    padding-left: 0;
    padding-right: 0;
    border-right: none;
    border-bottom: #00000040 solid 1px;
  }

  .approf_blocco img {
    max-width: 100%;
  }

  .approf_firma {
    padding-bottom: 40px;
  }

  .banner_festival {
    width: 98%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -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;
    margin: auto;
    background-color: #ff8b00;
    border-radius: 10px;
    box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.16);
  }

  .banner_scoiattolo_titolo {
    width: 100%;
    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;
  }

  .banner_scoiattolo {
    margin: 20px 0 0 20px;
  }

  .banner_festival_testo {
    padding: 20px;
    padding-bottom: 0;
  }

  .banner_festival_titolo {
    line-height: 1.1;
  }

  .banner_festival_sommario {
    padding: 10px 20px;
  }

  .banner_festival_programma {
    width: 100%;
    min-height: 70px;
    padding-top: 10px;
  }

  .banner_festival_loghi img:first-of-type {
    padding-right: 10px;
    border-right: 1px solid #000;
  }

  .banner_festival_loghi img:last-of-type {
    padding-left: 10px;
  }

  .banner_festival_titolo {
    font-size: 22px;
  }

  .banner_festival_sommario {
    font-size: 12px;
  }

  .banner_festival_programma {
    width: 100%;
    text-align: center;
  }

  #box_crediti h5 {
    padding-left: 10px;
    padding-right: 10px;
  }

  #footer_div {
    padding: 30px 10px;
  }
}

/*----- RESPONSIVE DESKTOP --------*/

@media screen and (min-width: 481px) {
  .desktop {
    display: block;
  }

  .mobile {
    display: none;
  }

  .banner_festival {
    width: 100%;
    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;
    margin: 50px auto;
    background-color: #ff8b00;
    border-radius: 10px;
    box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.16);
  }

  .banner_scoiattolo img {
    margin-left: 10px;
    margin-right: 10px;
  }

  .banner_festival_loghi {
    margin-bottom: 10px;
  }

  .banner_festival_programma {
    width: 100%;
    text-align: right;
    padding-right: 20px;
  }

  /* Works on Firefox */
  #navbar_container {
    scrollbar-width: thin;
    scrollbar-color: #0f0f0f #eaeae6;
  }

  /* Works on Chrome, Edge, and Safari */
  #navbar_container::-webkit-scrollbar {
    width: 2px;
  }

  #navbar_container::-webkit-scrollbar-track {
    background: #eaeae6;
  }

  #navbar_container::-webkit-scrollbar-thumb {
    background-color: rgb(155, 155, 155);
    border-radius: 10px;
    border: 0;
  }
}
