h1 {
  font-size: 74px;
  max-width: 700px;
}

.titolo_capitolo {
  max-width: 600px;
}

.box_chart_large_900 {
  width: 900px;
}

.pulsante_mappe_europa_cnt {
  padding-bottom: 20px;
}

.pulsante_mappe_europa {
  width: 190px;
}

.select_europa_cnt {
  max-width: 390px;
}

.select_italia_reg_cnt {
  max-width: 390px;
}

.select_italia_prov_cnt {
  max-width: 390px;
}

.testo_POL_14373690___ECO_14373863 {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  padding-bottom: 20px;
}

.testo_POL_14373690___ECO_14373863 a:link {
  text-decoration: underline;
  color: #004298;
}

.testo_POL_14373690___ECO_14373863 a:visited {
  text-decoration: underline;
  color: #004298;
}

.testo_POL_14373690___ECO_14373863 a:hover {
  text-decoration: underline;
  color: #004298;
}

.testo_POL_14373690___ECO_14373863 a:active {
  text-decoration: underline;
  color: #004298;
}

/* DISCLAIMER FINALE */

.disclaimer_container {
  width: 100%;
  padding: 50px 0;
  background-color: #fff !important;
}

.disclaimer {
  max-width: 620px;
  padding: 0;
  margin: auto;
}

.disclaimer_title {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
  padding-bottom: 20px;
}

.disclaimer_text {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
}

.disclaimer_text p {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
}

.disclaimer_accordion {
  cursor: pointer;
  transition: 0.4s;
  opacity: 1;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  position: relative;
  padding-right: 20px;
}

.disclaimer_accordion_active {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.disclaimer_open_accordion::after {
  content: url(../img/plus.svg);
  position: absolute;
  top: -1px;
}

.disclaimer_close_accordion::after {
  content: url(../img/plus.svg);
  position: absolute;
  top: -1px;
  right: 0;
  transform: rotate(45deg);
}

.disclaimer_panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.disclaimer_panel ul {
  padding-inline-start: 20px;
}

/* BOX APPROFONDIMENTI */

.box_approfondimenti {
  max-width: 620px;
  border: 0 solid transparent;
  border-radius: 8px;
  outline: 0;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  margin: 30px auto;
  padding: 20px;
}

.box_approfondimenti h4 {
  width: 100%;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.2;
  text-align: left;
  margin-block-start: 20px;
  margin-block-end: 0;
}

.box_approfondimenti ul {
  margin-block-start: 0;
  margin-block-end: 1em;
  padding-inline-start: 30px;
  list-style-type: none;
}

.box_approfondimenti li {
  width: 100%;
  font-family: "sole_headline", Georgia, Times, "Times New Roman", Serif;
  line-height: 1.1;
  font-weight: 500;
  font-size: 18px;
  text-align: left;
  padding: 10px 0;
}

.box_approfondimenti ul li {
  position: relative;
}

.box_approfondimenti ul li:before {
  content: "";
  position: absolute;
  left: -32px;
  top: 11px;
  width: 15px;
  height: 15px;
  background: url("../img/blue-star.svg");
  background-repeat: no-repeat;
}

/* CREDITI */

.box_crediti {
  margin-top: 50px;
}

.swiper-slide {
  margin-right: auto !important;
}

@media only screen and (max-width: 480px) {
  h1 {
    max-width: 100%;
    font-size: 40px;
  }

  .box_chart_large_900 {
    width: 100%;
  }

  .pulsante_mappe_europa {
    width: 100%;
  }

  .select_europa_cnt {
    max-width: 100%;
  }

  .select_italia_reg_cnt {
    max-width: 100%;
  }

  .select_italia_prov_cnt {
    max-width: 100%;
  }

  .disclaimer_container {
    padding: 50px 15px;
  }

  .disclaimer {
    max-width: 100%;
  }

  .box_approfondimenti {
    max-width: 95%;
  }
}
