* {
  box-sizing: border-box;
  transition: 0.3s all ease-out;
}

*:focus {
  outline: none;
}

html,
body {
  scroll-behavior: smooth;
}

/* 
  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;
*/

body {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  background-color: #fff;
  overflow-x: hidden;
  padding: 0;
  margin: 0;
  color: #000;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

div {
  width: 100%;
}

:-webkit-any(article, aside, nav, section) h1 {
  margin-block-start: 0px;
  margin-block-end: 0px;
}

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;
  width: 100%;
  margin: auto;
  overflow-x: hidden;
}

aside {
  width: 100%;
  background-color: #f2f2f2;
  padding-top: 70px;
}

/* 
  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;
*/

@keyframes animate {
  0% {
    opacity: 0;
    transform: translate(-0, -20px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(0, 20px);
  }
}

/* TOP BAR */

/* .top-bar {
  height: 50px !important;
} */

.faN {
  width: 30px !important;
  height: 30px !important;
}

@media screen and (min-width: 481px) and (max-width: 800px) {
  h1 span {
    font-size: 80px !important;
    line-height: normal !important;
  }
}
.testo-semiBold {
  font-weight: 500;
}
.testo-bold {
  font-weight: 900;
}
.correggi-left {
  margin-left: -20px;
}
.correggi-right {
  margin-right: -20px;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
  top: 0;
  left: 0;
}
.flex {
  display: flex;
}
.flex-col {
  flex-direction: column;
}

.items-center {
  align-items: center;
}
.items-start {
  align-items: start;
}
.justify-center {
  justify-content: center;
}
.justify-start {
  justify-content: start;
}
.justify-between {
  justify-content: space-between;
}
.w-full {
  width: 100%;
}
.h-full {
  height: 100%;
}
.uppercase {
  text-transform: uppercase;
}
.mt-1 {
  margin-top: 10px;
}
.mt-2 {
  margin-top: 20px;
}
.mt-3 {
  margin-top: 30px;
}
.ml-1 {
  margin-left: 10px;
}
.ml-2 {
  margin-left: 20px;
}
.ml-3 {
  margin-left: 30px;
}
.mr-2 {
  margin-right: 20px;
}
.mr-3 {
  margin-right: 30px;
}
.mr-4 {
  margin-right: 40px;
}
.mr-6 {
  margin-right: 60px;
}

.overflow-hidden {
  overflow: hidden;
}

.mr-colonna {
  margin-right: 30px;
}
.ml-colonna {
  margin-left: 30px;
}

.pt-elemento {
  padding-top: 80px;
}
.pb-elemento {
  padding-bottom: 80px;
}

.pl-elemento {
  padding-left: 80px;
}
.pr-elemento {
  padding-right: 40px;
}

.opacity-0 {
  opacity: 0;
  transition: all 0.25s ease-in-out;
}

.opacity-1 {
  opacity: 1;
  transition: all 0.25s ease-in-out;
}

.z-index-meno-1 {
  z-index: -1;
}

.z-index-1 {
  z-index: 1;
}

.sfondo {
  background-color: #fff;
  position: relative;
  float: left;
}

.blocco {
  display: flex;
  align-items: center;
  margin: auto;
}

.blocco-elemento {
  margin: 65px 0;
  width: 100%;
  background-color: #ece9e7;
  min-height: 50vh;
  position: relative;
}

.blocco-elemento1 {
  margin: 65px 0;
  width: 100%;
  min-height: 50vh;
  position: relative;
}

.blocco_grafico_extralarge {
  width: 100%;
  max-width: 1360px;
}

.blocco_grafico_large {
  width: 100%;
  max-width: 1200px;
  position: relative;
}

.blocco_grafico_regular {
  width: 700px;
}

.blocco_grafico_regular img {
  padding: 10px 0 30px;
  width: 100%;
}

.blocco-testo {
  width: 700px;
}

.blocco-testo a:link {
  color: #000;
}

.blocco-testo a:visited {
  color: #000;
}

.blocco-testo a:hover {
  color: #38a7ff;
}

.blocco-testo a:active {
  color: #38a7ff;
}

.blocco-laterale {
  width: 300px;
}

.blocco-elemento-titolazione {
  margin-bottom: 120px;
}

.firma {
  margin-top: 70px;
  margin-bottom: 20px;
  font-family: "sole_text", Georgia, Times, "Times New Roman", serif;
  font-weight: 400;
  font-size: 20px;
  font-style: italic;
}

.testo-data {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: 20px;
  color: rgba(15, 15, 15, 0.5);
}

p {
  font-family: "sole_text", Georgia, Times, "Times New Roman", serif;
  line-height: 28px;
  font-weight: 300;
  font-size: 18px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  position: relative;
}

p + p {
  margin-top: 30px;
}

.padding-elementi-t {
  padding-top: 185px;
}

.padding-elementi-b {
  padding-top: 185px;
}

.titolo-grafico {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 28px;
  text-align: center;
  margin: auto;
  width: 100%;
  line-height: 30px;
  margin-bottom: 20px;
}

.titolo-grafico-piccolo {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 28px;
  text-align: left;
  width: 100%;
  line-height: 40px;
  margin-bottom: 20px;
}

.titolo-dida {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  text-align: left;
  width: 100%;
  padding-top: 10px;
}

.titolo-sommario {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  width: 100%;
  margin: auto;
  margin-bottom: 20px;
  line-height: 24px;
  max-width: 600px;
}

.pulsanti_grafico_cnt {
  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-bottom: 50px;
}

.pulsante_grafico {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  margin-right: 10px;
  width: fit-content;
  background: #ece9e7;
  border-radius: 4px;
  padding: 5px 20px;
  color: #000;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
}

.pulsante_grafico:hover {
  color: #fff;
  background-color: #000;
}

.pulsante_grafico_selected {
  color: #fff;
  background-color: #000;
}

.titolo-grafico-piccolo + .titolo-sommario {
  margin-top: 0;
}

.blocco-elemento .titolo-sommario {
  text-align: left;
}

.alpi_variazione {
  text-align: center;
}

.fonti {
  width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #000000;
}

#open_fullscreen {
  width: fit-content;
  position: absolute;
  right: 40px;
  bottom: 25px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

#open_fullscreen:hover {
  transform: scale(110%);
  cursor: pointer;
}

.mappa_open_fullscreen {
  width: fit-content;
  position: absolute;
  top: 360px;
  left: 160px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.mappa_open_fullscreen:hover {
  transform: scale(110%);
  cursor: pointer;
}

#caption_img_fullscreen {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  left: 0;
  color: #0f0f0f;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
}

/* The Modal (background) */
.fullscreen_modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999; /* Sit on top */
  padding-top: 3%; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9); /* Black w/ opacity */
  overflow-y: hidden;
}

/* Modal Content (image) */
.fullscreen_modal-content {
  margin: auto;
  margin-top: 10px;
  display: block;
  height: 90vh;
  width: auto;
  max-width: 1800px;
}

/* Add Animation */
.fullscreen_modal-content {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}

@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

/* *********   TITLE   *********** */

#block_title_img {
  position: fixed;
  top: 65px;
  width: 100%;
  height: calc(100vh - 65px);
  background-color: #000000;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow-y: hidden;
  z-index: 0;
}

.block_title_img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  color: #ffffff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#block_title_img0 {
  background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0.8)
    ),
    url(../img/Cover.webp);
}

#block_title {
  position: absolute;
  bottom: 0;
  top: auto;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  background-color: #000000;
  color: #ffffff;
  background-color: transparent;
  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-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow-y: hidden;
}

.titolo-fixed {
  position: fixed !important;
  bottom: auto !important;
  top: 0 !important;
}

#block_title_inner {
  height: 100%;
  margin-bottom: 20vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

#ennesimo_div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

h1 {
  width: 100%;
  display: inline;
  font-family: "sole_display", Georgia, Times, "Times New Roman", serif;
  font-size: 120px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 100px;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  text-align: center;
  padding: 0px 20px;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
}

h1 span {
  font-size: 140px;
}

#sommario {
  width: 100%;
  max-width: 1000px;
  display: inline;
  font-family: "sole_headline", Georgia, Times, "Times New Roman", serif;
  font-size: 26px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 31.2px;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  text-align: center;
  padding: 0px 20px;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  margin-top: 30px;
}

.scroll_div {
  position: absolute;
  bottom: 20px;
  border: 1px solid #ffffff;
  overflow: hidden;
  height: 40px;
  width: 40px;
  cursor: pointer;
  margin-top: 40px;
  border-radius: 50%;
}

#scroll_img {
  cursor: pointer;
}

.scroll_div:hover img {
  animation: animate 1.5s infinite;
}

#caption_cover {
  max-width: 100%;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  color: #0f0f0f;
}

/* *********   BOX INTRO   *********** */

#scrolling_area {
  position: relative;
  z-index: 50;
}

#block_intro {
  width: 100%;
  max-width: 100%;
  height: 100vh;
  background-color: #000;
  color: #fff;
  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;
}

#intro_text {
  font-family: "sole_display", Georgia, Times, "Times New Roman", serif;
  font-size: 36px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.53;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}

/* ********* BLOCCHI TESTO + GRAFICI ********* */

.blocco_contenuti {
  width: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  -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;
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
}

h2 {
  width: 100%;
  font-family: "sole_headline", Georgia, Times, "Times New Roman", Serif;
  font-style: normal;
  font-weight: 500;
  font-size: 42px;
  line-height: 48px;
  color: #000000;
  text-align: left;
  margin-block-start: 0.83em;
  margin-block-end: 0;
}

.sfondo_grigio {
  background-color: rgba(236, 233, 231, 1);
  /*  margin-top: 100px;
  margin-bottom: 100px; */
}

.sfondo_grigio .blocco-elemento1 {
  margin: 0;
}

.inner_block {
  width: 100%;
  max-width: 800px;
  margin: 20px auto;
}

.num_dida {
  width: 100%;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: left;
  margin-top: 10px;
}

.grafico_titolo {
  width: 100%;
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
}

.grafico_sommario {
  width: 100%;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: left;
  margin-top: 0;
  padding-bottom: 5px;
}

.grafico_grafico {
  width: 100%;
  margin-top: 15px;
}

.grafico_fonte {
  width: 100%;
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;

  letter-spacing: normal;
  text-align: center;
  margin-top: 15px;
}

.testo_full_width {
  width: 100%;
  max-width: 800px;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  margin: 20px auto;
}

.grafico_full_width {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.grafico_full_width_titolo {
  width: 100%;
  max-width: 800px;
  margin: 30px auto 10px auto;
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: normal;
  text-align: left;
}

.grafico_full_width_sommario {
  width: 100%;
  max-width: 800px;
  margin: 10px auto 20px auto;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: left;
}

.grafico_full_width_grafico {
  width: 100%;
}

.grafico_full_width_fonte {
  width: 100%;
  max-width: 800px;
  margin: 20px auto;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: left;
}

.blocco_2_foto_grandi {
  max-width: 1920px;
  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;
}

.blocco_2_foto_grandi div img {
  width: 100%;
  height: auto;
}

.blocco_2_foto_regular {
  max-width: 1050px;
  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;
  margin-top: 30px;
}

.blocco_2_foto_left {
  padding-right: 20px;
  position: relative;
}

.blocco_2_foto_right {
  padding-left: 20px;
  position: relative;
}

.blocco_2_foto_regular div img {
  width: 100%;
  height: auto;
}

.blocco_2_foto_left .blocco_2_foto_open_fullscreen {
  width: fit-content;
  position: absolute;
  bottom: 30px;
  right: 30px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.blocco_2_foto_right .blocco_2_foto_open_fullscreen {
  width: fit-content;
  position: absolute;
  bottom: 30px;
  right: 10px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.blocco_2_foto_open_fullscreen:hover {
  transform: scale(110%);
  cursor: pointer;
}

.foto_elicottero_open_fullscreen {
  width: fit-content;
  position: absolute;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.foto_elicottero_open_fullscreen:hover {
  transform: scale(110%);
  cursor: pointer;
}

.blocco_4x3foto {
  margin: auto;
  max-width: 1800px;
  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;
}

.blocco_4_foto {
  width: 100%;
  max-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: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.blocco_4_foto .div_img {
  width: 25%;
  padding: 10px;
  position: relative;
}

.blocco_4_foto .div_img img {
  width: 100%;
  max-width: 100%;
}

.blocco_4_foto_open_fullscreen {
  width: fit-content;
  position: absolute;
  bottom: 40px;
  right: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.blocco_4_foto_open_fullscreen:hover {
  transform: scale(110%);
  cursor: pointer;
}

.caption_composizione {
  text-align: left;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  color: #0f0f0f;
}

/* ********* FOOTER ********* */

#backtop {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 50px;
  z-index: 70;
  text-align: right;
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease-in-out;
}

#backtop img {
  cursor: pointer;
  width: 30px;
  max-width: 30px;
  height: auto;
  margin-right: 10px;
  margin-bottom: 10px;
}

#blocco-crediti {
  width: 100%;
  height: calc(100vh - 132px);
  background-color: white;
  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;
  padding-top: 65px;
}

#crediti_finali {
  margin-top: 0;
}

#scritta-credits {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  color: #1a1818;
}

h5 {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  color: #1a1818;
  font-weight: 400;
  margin: 20px 0;
}

footer {
  z-index: 90;
}

#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;
}

.trasparente {
  background-color: transparent;
}

.trigger {
  height: 100%;
  /* border: 2px solid; */
}

.add_padding_200 {
  width: 100%;
  padding-top: 200px;
}

.swiper-button-next,
.swiper-button-prev {
  top: 103px;
  width: 38px;
  height: 38px;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 40%);
  background-color: #38a7ff;
  border-radius: 50%;
  transition: all 0.25s ease;
}

.swiper-button-next {
  right: 20%;
}

.swiper-button-prev {
  left: 20%;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 16px;
  color: white;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: #80c4fc;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction,
.swiper-pagination {
  bottom: 30px;
}

.gallery_foto_dida {
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: center;
  position: relative;
}

#elemento14 .swiper-button-next,
#elemento14 .swiper-button-prev {
  top: 50%;
}

#elemento14 .swiper-button-next {
  right: 2%;
}

#elemento14 .swiper-button-prev {
  left: 2%;
}

.blocco_3_foto_grandi {
  max-width: 1920px;
  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;
}

.blocco_3_foto_left {
  width: 68%;
  position: relative;
  margin-right: 20px;
}

.blocco_3_foto_right {
  width: 32%;
  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;
}

.blocco_3_foto_sopra {
  position: relative;
}

.blocco_3_foto_sotto {
  position: relative;
  margin-top: 20px;
}

.blocco_3_foto_left_open_fullscreen {
  width: fit-content;
  position: absolute;
  bottom: 30px;
  right: 10px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.blocco_3_foto_left_open_fullscreen:hover {
  transform: scale(110%);
  cursor: pointer;
}

.blocco_3_foto_sopra_open_fullscreen {
  width: fit-content;
  position: absolute;
  bottom: 30px;
  right: 10px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.blocco_3_foto_sopra_open_fullscreen:hover {
  transform: scale(110%);
  cursor: pointer;
}

.blocco_3_foto_sotto_open_fullscreen {
  width: fit-content;
  position: absolute;
  bottom: 30px;
  right: 10px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.blocco_3_foto_sotto_open_fullscreen:hover {
  transform: scale(110%);
  cursor: pointer;
}

.img_guardiani {
  width: 100%;
}

/* 
.img_guardiani_01 {
  width: 100%;
  padding-top: 50%;
  background-image: url("../img/composizioni/Guardiani_01.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
*/

.mappa_float_left {
  float: left;
  margin-left: -100px;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 300px;
  height: auto;
}

/*----- RESPONSIVE MOBILE E TABLET --------*/

@media screen and (max-width: 800px) {
  #block_title {
    margin-top: 0;
  }

  #block_title_inner {
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }

  #block_title_img {
    width: 100%;
  }

  #scrolling_area {
    overflow: hidden;
  }

  #sommario {
    padding: 0 10px;
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    font-size: 20px;
  }

  .firma {
    margin-top: 40px !important;
    margin-bottom: 24px !important;
  }

  #intro_text {
    font-size: 26px;
  }

  .scroll_div {
    position: relative;
    bottom: 0;
  }

  .inner_block {
    max-width: 100%;
    padding: 0 10px;
  }

  .stretto_sx_largo_dx,
  .largo_sx_stretto_dx {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .stretto_sx,
  .largo_dx,
  .stretto_dx,
  .largo_sx {
    width: 100%;
    width: 100%;
  }

  .largo_sx {
    padding-right: 0;
  }

  .largo_dx {
    padding-left: 0;
  }

  .testo_full_width,
  .grafico_full_width {
    padding-left: 10px;
    padding-right: 10px;
  }

  .grafico_full_width_titolo,
  .grafico_full_width_sommario,
  .grafico_full_width_grafico,
  .grafico_full_width_fonte {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .inner_block .testo_full_width,
  .inner_block .grafico_full_width {
    padding-left: 0;
    padding-right: 0;
  }

  .inner_block .grafico_full_width_titolo,
  .inner_block .grafico_full_width_sommario,
  .inner_block .grafico_full_width_grafico,
  .inner_block .grafico_full_width_fonte {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .grafico_full_width_titolo {
    margin-top: 0;
  }

  .mobile_add_padding_top {
    padding-top: 50px;
  }

  .grafico_full_width_titolo {
    line-height: 1.3;
  }

  .grafico_grafico img {
    width: 100%;
    max-width: 100%;
  }

  #footer_div {
    padding: 30px;
  }
}

/* The Close Button */
.fullscreen_close {
  position: absolute;
  top: 0;
  right: 30px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.fullscreen_close:hover,
.fullscreen_close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.fullscreen_gallery_close {
  position: relative;
  top: 0;
  right: 0;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

#riferimenti_bibliografici {
  width: 100%;
  max-width: 705px;
  border-top: 2px solid #0f0f0f;
  padding: 30px 0;
}

#box_crediti {
  width: 705px;
  padding: 30px 0;
  border-top: 2px solid #0f0f0f;
}

#riferimenti_bibliografici h5,
#box_crediti h5 {
  width: 100%;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 22px;
  letter-spacing: normal;
  text-align: left;
  color: #0f0f0f;
}

#riferimenti_bibliografici a:link {
  color: #000;
}

#riferimenti_bibliografici a:visited {
  color: #000;
}

#riferimenti_bibliografici a:hover {
  color: #38a7ff;
}

#riferimenti_bibliografici a:active {
  color: #38a7ff;
}

.blocco-elemento-cnt {
  width: 100%;
  max-width: 1700px;
  margin: auto;
}

#elemento14 .pt-elemento {
  padding-top: 0;
}

@media only screen and (max-width: 480px) {
  #prima_sezione {
    padding-bottom: 0;
  }

  h1 {
    font-size: 68px;
    line-height: 68px;
    text-align: center;
    padding-bottom: 30px;
  }

  h2 {
    font-size: 32px;
    line-height: 36px;
  }

  #block_title_img0 {
    background-image: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 0.8)
      ),
      url(../img/Cover_Mobile.webp);
  }

  #intro_text {
    font-size: 22px;
    line-height: 1.4;
  }

  .grafico_fonte,
  .grafico_full_width_fonte {
    font-size: 12px;
  }

  #blocco-crediti {
    height: calc(100vh - 168px);
  }

  .add_padding_200 {
    padding-top: 75px;
  }

  #sommario {
    font-size: 22px;
    line-height: 25px;
  }

  #elemento0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #elemento0 p {
    width: 100%;
  }

  #primo_blocco {
    padding-left: 0;
    padding-right: 0;
  }

  .mr-colonna {
    margin-right: 0;
  }

  .firma {
    margin-top: 40px;
    margin-bottom: 24px;
  }

  #caption_cover {
    padding: 10px 0 10px 10px;
    font-size: 14px;
    line-height: 16px;
  }

  .fullscreen_img {
    width: 100%;
    max-width: 100%;
    position: relative;
    padding-top: 0;
    padding-bottom: 10px;
  }

  #open_fullscreen {
    display: none;
  }

  #caption_img_fullscreen {
    width: 100%;
    max-width: 100%;
    position: relative;
    padding-left: 0;
    padding-right: 0;
    top: auto;
    left: auto;
    font-size: 14px;
    line-height: 16px;
  }

  .mappa_float_left {
    float: left;
    margin: auto;
    width: 100%;
    height: auto;
  }

  .blocco_2_foto_grandi {
    max-width: 100%;
    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;
  }

  .blocco_2_foto_regular {
    max-width: 100%;
    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-top: 0;
  }

  .blocco_2_foto_left {
    padding: 10px;
  }

  .blocco_2_foto_right {
    padding: 10px;
  }

  .blocco_3_foto_grandi {
    max-width: 100%;
    flex-direction: column;
  }

  .blocco_3_foto_left {
    width: 100%;
    margin-right: 0;
  }

  .blocco_3_foto_right {
    width: 100%;
  }

  .blocco_3_foto_sopra {
    margin-top: 20px;
  }

  .blocco_grafico_extralarge,
  .blocco_grafico_large {
    width: 100% !important;
    max-width: 100% !important;
    display: flex;
    flex-direction: column !important;
    padding-left: 10px;
    padding-right: 10px;
  }

  .blocco_contenuti {
    padding-bottom: 0 !important;
    /* padding-right: 15px; */
  }

  .elemento13-grafico-padding {
    margin-top: 14px;
  }

  .elemento14-grafico-padding {
    margin-top: 14px;
  }

  .blocco-laterale {
    width: 100% !important;
  }

  .blocco_grafico_regular {
    width: 100%;
    margin: 0;
    padding: 0 15px;
  }

  .blocco_grafico_regular img {
    padding: 10px 0 30px;
    width: 100%;
  }

  .blocco-testo {
    width: 100% !important;
    padding-left: 10px;
    padding-right: 10px;
  }

  .blocco-elemento1 {
    min-height: auto;
  }

  .blocco-elemento .titolo-grafico {
    text-align: left;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 8px;
    width: 100%;
    max-width: 100%;
  }

  .blocco-elemento .titolo-sommario {
    font-size: 16px;
    line-height: 22px;
    width: 100%;
    max-width: 100%;
    text-align: left;
  }

  .sfondo_grigio .titolo-grafico,
  .sfondo_grigio .titolo-sommario,
  .sfondo_grigio .fonti {
    text-align: center;
    padding-right: 10px;
  }

  .sfondo_grigio .titolo-grafico {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 8px;
  }

  .sfondo_grigio .titolo-sommario {
    font-size: 18px;
    line-height: 24px;
  }

  .titolo-dida {
    font-size: 14px;
    line-height: 16px;
  }

  .titolo-grafico {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 8px;
  }

  .titolo-grafico-piccolo {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 8px;
    max-width: 300px;
  }

  #elemento1 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  #elemento1 .blocco-elemento {
    flex-direction: column !important;
  }

  #elemento1 .titolo-grafico {
    font-size: 26px;
    line-height: 30px;
  }

  #elemento1-colonna,
  #elemento1-colonna-grafico {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }

  #elemento13 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  #elemento13 .titolo-grafico {
    font-size: 18px !important;
    line-height: 24px !important;
  }

  #elemento13 .swiper-button-prev {
    left: 20px;
  }

  #elemento13 .swiper-button-next {
    right: 20px;
  }

  #elemento13 .titolo-dida {
    padding: 20px 0;
  }

  #elemento14 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  #elemento14 .titolo-grafico {
    font-size: 18px !important;
    line-height: 24px !important;
  }

  #ultima_sezione {
    padding-top: 15px;
  }

  #riferimenti_bibliografici {
    width: 100%;
    max-width: 100%;
    padding: 0 10px 30px;
  }

  #box_crediti {
    width: 100%;
    max-width: 100%;
    padding: 30px 10px 30px;
  }

  h5 {
    margin-top: 0;
    margin-bottom: 0;
  }

  #box_crediti {
    margin-bottom: 0;
  }

  .fonti {
    font-size: 16px;
    line-height: 22px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    top: 55px;
    width: 30px;
    height: 30px;
  }

  .swiper-button-next {
    right: 10px;
  }

  .swiper-button-prev {
    left: 10px;
  }

  .swiper-slide .titolo-grafico-piccolo {
    max-width: 180px;
    line-height: 24px;
  }

  .swiper-slide .titolo-dida {
    padding-top: 10px;
  }

  .swiper.pt-elemento {
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .no_mobile {
    display: none !important;
  }
}

@media only screen and (min-width: 481px) and (max-width: 820px) {
  #block_title_img0 {
    background-image: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 0.8)
      ),
      url(../img/Cover_Tablet.webp);
  }

  #primo_blocco {
    flex-direction: column;
  }

  #elemento0-cnt {
    flex-direction: column;
  }

  #elemento0-cnt .mr-colonna {
    margin: 0;
  }

  .mappa_float_left {
    margin-left: 0;
  }

  .mappa_open_fullscreen {
    width: fit-content;
    position: absolute;
    top: 360px;
    left: 255px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
  }

  .blocco_2_foto_left {
    padding-right: 5px;
  }

  .blocco_2_foto_right {
    padding-left: 5px;
  }

  .blocco_3_foto_grandi {
    max-width: 100%;
    flex-direction: column;
  }

  .blocco_3_foto_left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .blocco_3_foto_right {
    width: 100%;
    flex-direction: row;
  }

  .blocco_3_foto_sopra {
    margin-top: 0;
    margin-right: 5px;
  }

  .blocco_3_foto_sotto {
    margin-top: 0;
    margin-left: 5px;
  }

  .blocco_4_foto_open_fullscreen {
    bottom: 40px;
  }

  #elemento13 .swiper-button-prev {
    left: 20px;
  }

  #elemento13 .swiper-button-next {
    right: 20px;
  }

  #elemento13 .titolo-dida {
    padding: 20px 80px 0;
  }

  .fullscreen_modal-content {
    width: 70%;
    height: auto;
    margin-top: 35%;
  }
}

@media only screen and (min-width: 481px) {
  .no_desktop {
    display: none !important;
  }
}

@media only screen and (min-width: 1500px) {
  #elemento14 .swiper-button-next {
    right: 12%;
  }

  #elemento14 .swiper-button-prev {
    left: 12%;
  }
}

@media only screen and (min-width: 1900px) {
  #elemento14 .swiper-button-next {
    right: 18%;
  }

  #elemento14 .swiper-button-prev {
    left: 18%;
  }
}

@media only screen and (min-width: 481px) and (max-width: 1100px) {
  .blocco_grafico_extralarge {
    max-width: 100%;
  }

  #primo_blocco {
    flex-direction: column;
  }

  #elemento0-cnt {
    flex-direction: column;
  }

  #elemento0-immagine {
    max-width: 500px;
  }

  #elemento0-cnt .elemento0_tablet {
    padding-top: 30px;
    max-width: 700px;
  }
}
