* {
  box-sizing: border-box;
  transition: 0.3s all ease-out;
}

*:focus {
  outline: none;
}

body {
  overflow-x: hidden;
  width: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  background-color: #fff;
  color: #000000;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
}

:-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;
}

/* *********   TITLE   *********** */

#block_title_img {
  position: fixed;
  top: 65px;
  width: 100%;
  height: calc(100vh - 65px);
  background-color: #000000;
  color: #ffffff;
  /*
  background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0.8)
    ),
    url(../img/bg-cover-1.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: 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/1.2_Cover.webp);
}

#block_title_img1 {
  background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0.8)
    ),
    url(../img/1.1_Cover.webp);
}

#block_title {
  position: absolute;
  bottom: 0;
  top: auto;
  width: 100%;
  max-width: 100vw;
  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: 9vh;
  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: 54px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  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: 100vw;
  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: 100vw;
  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;
}

.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;
}

q {
  font-family: "sole_display", Georgia, Times, "Times New Roman", serif;
  font-style: italic;
  font-weight: 400;
  font-size: 26px;
  line-height: 42px;
  color: rgba(0, 0, 0, 0.6);
  position: relative;
  margin: 50px;
  width: 100%;
  max-width: 1020px;
}

q::before {
  content: "“";
  font-family: "sole_display", Georgia, Times, "Times New Roman", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 56px;
  line-height: 65px;
  color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: -30px;
  left: 0;
}

q::after {
  content: "”";
  font-family: "sole_display", Georgia, Times, "Times New Roman", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 56px;
  line-height: 65px;
  color: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: -50px;
  right: 20px;
}

.firma_quote {
  width: 100%;
  font-family: "sole_text", Georgia, Times, "Times New Roman", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #0f0f0f;
  padding: 0 0 30px;
}

/* ********* 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: 100vw;
  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;
}

/*----- 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: 100vw;
  }

  #scrolling_area {
    overflow: hidden;
  }

  #sommario {
    padding: 0 10px;
    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%;
  }

  #num_jihadismo {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }

  #num_civili_uccisi {
    margin-top: 50px;
  }

  #img_elezioni {
    max-width: 100%;
  }

  #img_snowden {
    max-width: 100%;
    padding: 50px 5px 20px 0px;
  }

  #footer_div {
    padding: 30px;
  }
}

@media screen and (min-width: 481px) and (max-width: 800px) {
  h1 span {
    font-size: 80px !important;
    line-height: normal !important;
  }

  #num_jihadismo {
    position: absolute;
    left: 10%;
    top: 60%;
    width: 150px;
  }
}

.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: 100vw;
  background-color: #ece9e7;
  min-height: 50vh;
  position: relative;
}

.blocco-elemento1 {
  margin: 65px 0;
  width: 100%;
  min-height: 50vh;
  position: relative;
}

.blocco_grafico_extralarge {
  width: 100vw;
  max-width: 1360px;
}

.blocco_grafico_large {
  width: 100vw;
  max-width: 1650px;
  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: 50px;
  margin-bottom: 40px;
  font-family: "sole_text", Georgia, Times, "Times New Roman", serif;
  font-weight: 400;
  font-size: 20px;
  font-style: italic;
}

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;
}

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%;
}

.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 {
  position: absolute;
  right: 45px;
  bottom: 25px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

#open_fullscreen:hover {
  transform: scale(110%);
  cursor: pointer;
}

#caption_img_fullscreen {
  /* width: 500px;
  position: absolute;
  top: 455px; */
  left: 0;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  color: #0f0f0f;
}

/* The Modal (background) */
.img_fullscreen_modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* 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 */
}

/* Modal Content (image) */
.img_fullscreen_modal-content {
  margin: auto;
  display: block;
  width: 70%;
  max-width: 1000px;
}

/* Add Animation */
.img_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);
  }
}

/* The Close Button */
.img_fullscreen_close {
  position: absolute;
  top: 80px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.img_fullscreen_close:hover,
.img_fullscreen_close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

#elemento2 img {
  width: 100%;
  max-width: 1022px;
}

#elemento2 .absolute {
  width: 100%;
  height: 100%;
}

#elemento3 iframe {
  width: 100%;
  max-width: 1022px;
}

#elemento3 .absolute {
  width: 100%;
  height: 100%;
}

#elemento4 img {
  width: 100%;
  max-width: 1022px;
}

#elemento4 .absolute {
  width: 100%;
  height: 100%;
}

#elemento4 .careser_futuro {
  position: absolute;
  top: 0;
  left: 0;
}

#elemento4 span {
  margin: 10px 15px;
  padding: 10px 20px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 109%;
  color: #fff;
  border-radius: 15px;
  transition: all 0.25s ease;
  background-color: #b0afae;
}

#elemento4 span:hover {
  transform: scale(110%);
  cursor: pointer;
}

#elemento4 .btn2012 {
  background-color: #0056a7;
}

#elemento4 .btn2020 {
  background-color: #4a81c2;
}

#elemento4 .btn2040 {
  background-color: #1ba7e0;
}

#elemento4 .btn2060 {
  background-color: #82d4f2;
}

#elemento5 .titolo-sommario {
  text-align: center;
  max-width: 608px;
}

#elemento5 .img_intervista {
  position: absolute;
  top: -150px;
  left: calc(50% + 300px);
  border-radius: 50%;
}

#elemento5 .margin_swiper {
  margin-top: 50px;
  margin-bottom: 10px;
  padding-left: 15%;
  padding-right: 20px;
}

#elemento5 .swiper {
  width: 100%;
  height: 100%;
}

#elemento5 .swiper-wrapper {
  padding-bottom: 100px;
}

#elemento5 .swiper-slide {
  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;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #0f0f0f;
}

#elemento5 .swiper-slide strong {
  width: 100%;
}

#elemento5 .swiper-button-next,
#elemento5 .swiper-button-prev {
  top: calc(100% - 50px);
  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;
}

#elemento5 .swiper-button-next:hover,
#elemento5 .swiper-button-prev:hover {
  transform: scale(110%);
}

#elemento5 .swiper-button-prev {
  left: auto;
  right: 60px;
}

#elemento5 .swiper-button-next::after,
#elemento5 .swiper-button-prev::after {
  font-size: 16px;
  color: white;
}

#elemento5 .swiper-button-next.swiper-button-disabled,
#elemento5 .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

#elemento5 .line {
  width: calc(100% - 120px);
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 52px;
  left: 0;
}

#elemento6 .accumulo_neve_grafici_cnt {
  width: 100%;
  max-width: 1540px;
  padding: 30px 90px;
  column-gap: 30px;
  row-gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#elemento6 .accumulo_neve_grafico {
  height: 350px;
  width: 350px;
  padding: 30px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
}

#elemento6 .accumulo_neve_grafico:first-of-type,
#elemento6 .accumulo_neve_grafico:nth-child(2) {
  height: 500px;
  width: 500px;
}

#elemento6 .accumulo_neve_grafico iframe {
  height: 250px;
}

#elemento6 .accumulo_neve_grafico:first-of-type iframe,
#elemento6 .accumulo_neve_grafico:nth-child(2) iframe {
  height: 400px;
}

#elemento6 .accumulo_neve_grafico img {
  width: 100%;
  height: auto;
}

#elemento6 .swiper_slide_titolo {
  width: 100%;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  width: 100%;
  padding-bottom: 20px;
}

#elemento6 .swiper_slide_sommario {
  width: 100%;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-align: left;
  width: 100%;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

#elemento6 .swiper_slide_mappa {
  width: 100%;
}

#elemento6 .swiper_slide_2_col {
  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;
}

#elemento6 .swiper_slide_legenda {
  width: 50%;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 10px;
  text-align: left;
  width: 100%;
}

#elemento6 .swiper_slide_num {
  width: 50%;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 28px;
  text-align: right;
  width: 100%;
}

#elemento6 .arancio {
  color: #fb5b11;
}

#elemento6 .blu {
  color: #38a7ff;
}

#elemento6 .swiper_slide_iframe_flourish {
  width: 100%;
}

#elemento6 .swiper_slide_iframe_coda {
  width: 100%;
}

#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;
}

@media only screen and (max-width: 480px) {
  #prima_sezione {
    padding-bottom: 0;
  }

  h1 {
    font-size: 28px !important;
    padding: 50px 10px 8px 10px;
    max-width: 250px;
  }

  h1 span {
    font-size: 68px !important;
    line-height: 58px;
  }

  #block_title_img0 {
    background-image: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 0.8)
      ),
      url(../img/1.2_Cover.webp);
  }

  #block_title_img1 {
    background-image: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 0.8)
      ),
      url(../img/1.1_Cover.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;
  }

  #caption_img_fullscreen {
    width: 100%;
    max-width: 100%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    top: auto;
    left: auto;
    font-size: 14px;
    line-height: 16px;
  }

  .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;
  }

  .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%;
  }

  q {
    font-size: 24px !important;
    line-height: 38px !important;
    margin: 50px 15px !important;
  }

  .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 {
    /* margin-top: 30px;
    margin-bottom: 30px; */
  }

  .sfondo_grigio .titolo-grafico,
  .sfondo_grigio .titolo-sommario,
  .sfondo_grigio .fonti {
    text-align: center;
    /* padding-left: 10px; */
    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;
    margin-bottom: 8px;
  }

  #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;
  }

  #elemento1a-2 {
    left: 10px;
    padding-right: 20px !important;
  }

  #elemento5 {
    padding: 10px;
  }

  #elemento5 .img_intervista {
    width: 80px;
    height: 80px;
    position: relative;
    top: auto;
    left: auto;
    float: right;
  }

  #elemento5 .swiper-wrapper {
    padding-bottom: 70px;
  }

  #elemento5 .margin_swiper {
    padding-left: 0;
    padding-right: 0;
  }

  #elemento5 .swiper-button-next,
  #elemento5 .swiper-button-prev {
    top: calc(100% - 20px);
  }

  #elemento5 .swiper-button-prev {
    left: 10px;
    right: auto;
  }

  #elemento5 .swiper-pagination-bullet-active {
    background-color: #38a7ff;
  }

  #elemento5 .titolo-grafico,
  #elemento5 .titolo-sommario {
    text-align: left !important;
  }

  #elemento6 .swiper {
    width: 100%;
    height: 100%;
  }

  #elemento6 .swiper-wrapper {
    padding-bottom: 80px;
  }

  #elemento6 .swiper-slide {
    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;
    background-color: #fff;
    box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.35);
    padding: 30px 20px;
    height: 570px;
    box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
  }

  #elemento6 .swiper-slide iframe {
    height: 470px;
  }

  #elemento6 .swiper-button-next,
  #elemento6 .swiper-button-prev {
    top: calc(100% - 20px);
    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;
  }

  #elemento6 .swiper-button-next:hover,
  #elemento6 .swiper-button-prev:hover {
    transform: scale(110%);
  }

  #elemento6 .swiper-button-next::after,
  #elemento6 .swiper-button-prev::after {
    font-size: 16px;
    color: white;
  }

  #elemento6 .swiper-button-next.swiper-button-disabled,
  #elemento6 .swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
  }

  #elemento6 .fonti {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  #elemento13 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  #elemento13 .titolo-grafico {
    font-size: 18px !important;
    line-height: 24px !important;
  }

  #ultima_sezione {
    padding-top: 15px;
  }

  #riferimenti_bibliografici {
    width: 100%;
    max-width: 100%;
    padding: 30px 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;
  }

  .no_mobile {
    display: none !important;
  }
}

@media only screen and (min-width: 481px) and (min-width: 820px) {
  #elemento6 .swiper {
    width: 100%;
    height: 100%;
  }

  #elemento6 .swiper-wrapper {
    padding-bottom: 80px;
  }

  #elemento6 .swiper-slide {
    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;
    background-color: #fff;
    box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.35);
    padding: 30px 20px;
    height: 550px;
    box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
  }

  #elemento6 .swiper-slide iframe {
    height: 450px;
  }

  #elemento6 .swiper-button-next,
  #elemento6 .swiper-button-prev {
    top: calc(100% - 20px);
    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;
  }

  #elemento6 .swiper-button-next:hover,
  #elemento6 .swiper-button-prev:hover {
    transform: scale(110%);
  }

  #elemento6 .swiper-button-next::after,
  #elemento6 .swiper-button-prev::after {
    font-size: 16px;
    color: white;
  }

  #elemento6 .swiper-button-next.swiper-button-disabled,
  #elemento6 .swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
  }

  #elemento6 .fonti {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media only screen and (min-width: 821px) {
  #elemento5 .swiper-horizontal > .swiper-pagination-bullets,
  #elemento5 .swiper-pagination-bullets.swiper-pagination-horizontal {
    opacity: 0;
  }
  .no_desktop {
    display: none !important;
  }
}
