* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html,
body {
  scroll-behavior: smooth;
}

body {
  background-color: #f7f6f2;
}

:-webkit-any(article, aside, nav, section) h1 {
  margin-block-start: 0px;
  margin-block-end: 10px;
}

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%;
  max-width: 100vw;
  margin: auto;
}

section {
  width: 100%;
  max-width: 100vw;
  margin: 20px auto;
  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-family: "sole_text", Georgia, Times, "Times New Roman", serif;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  color: #000000;
}

h1 {
  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: 0.92;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  text-align: center;
  padding: 0px 20px;
  white-space: nowrap;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
}

h5 {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  font-weight: 400;
  margin: 5vh 10px;
}

p {
  margin: 20px auto;
}

ul {
  list-style-image: url("../img/bullet.svg");
  margin-left: 20px;
}

li {
  padding-bottom: 20px;
}

/*---- NAV HEADER  ------*/

.topmenu-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
}

.topmenu-swiper-container {
  margin: auto;
  width: 100%;
  height: 50px;
  margin-top: 64px;
  background-color: #f7f6f2;
}

.topmenu-swiper-slide {
  width: auto;
  text-align: center;
  background: #f7f6f2;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -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-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #0f0f0f;
}

/* .topmenu-swiper-slide:nth-child(2n) {
      width: 40%;
  } */

.topmenu-swiper-slide a {
  text-decoration: none;
  color: #0f0f0f;
}

.topmenu-swiper-slide a:hover,
.topmenu-swiper-slide a:active {
  text-decoration: underline;
  color: #0f0f0f;
}

.topmenu-swiper-slide a:visited {
  text-decoration: none;
  color: #0f0f0f;
}

#header_nav_first {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #0f0f0f;
  padding-right: 20px;
  border-right: 1px solid #c1bec1;
  cursor: pointer;
  text-decoration: none;
}

#header_nav_first:hover {
  text-decoration: underline;
}

/*--------- HEADER --------------------*/

.title_background {
  width: 100%;
  max-width: 100vw;
  margin-top: 120px;
  height: calc(100vh);
  background-color: #4f4f4f;
  color: #ffffff;
  background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.1),
      rgba(0, 0, 0, 0.6)
    ),
    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;
}

/* .scroll_div {
  position: absolute;
  bottom: 50px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  overflow: hidden;
  height: 40px;
  width: 40px;
  cursor: pointer;
} */

/* .scroll_div {
  position: relative;
  bottom: 50px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  overflow: hidden;
  height: 40px;
  width: 40px;
  cursor: pointer;
  margin-top: 100px;
} */

.scroll_div {
  position: absolute;
  bottom: 10px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  overflow: hidden;
  height: 40px;
  width: 40px;
  cursor: pointer;
}


#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;
}

#sommario {
  padding: 20px 0px;
  font-family: "sole_text", Georgia, Times, "Times New Roman", serif;
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  font-style: italic;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
}

#firma {
  padding-top: 30px;
  font-family: "sole_headline", Georgia, Times, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
}

/* CO2 COUNTER */

#co2_counter_container {
  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%;
  max-width: 100vw;
  margin: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #ffffff;
  box-shadow: 0 2px 0 0 rgba(15, 15, 15, 0.25);
}

#co2_counter_text_up {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
  margin-bottom: 10px;
}

#co2_counter_text_down {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
  opacity: 0.7;
}

#co2_counter_unit {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  color: #000000;
}

#co2_counter_num {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.45;
  letter-spacing: normal;
  color: #000000;
}

/* SECTIONS DIV CONTAINER */

.sections_container {
  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%;
  max-width: 100vw;
  margin: auto;
  padding-bottom: 50px;
}

/*---- PROMO ------*/

#promo {
  width: 620px;
  font-family: "sole_text", Georgia, Times, "Times New Roman", serif;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: italic;
  line-height: 1.56;
  letter-spacing: normal;
  margin: 40px 0px;
}

#promo_title {
  font-family: "sole_headline", Georgia, Times, "Times New Roman", serif;
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  font-style: italic;
  line-height: 1.29;
  letter-spacing: normal;
}

/*---------- INTRO ---------*/

#intro {
  max-width: 620px;
  font-family: "sole_text", Georgia, Times, "Times New Roman", serif;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
}

/*--- TEXT BLOCKS ---*/

.box_container_img_top {
  width: 100%;
  max-width: 100vw;
  background-position: center center;
  position: relative;
  /* height: 100vh; */
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  /* background-size: contain; */
  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: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  min-height: fit-content;
  height: -moz-fit-content;
}

.box_container_chapter {
  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: start;
  justify-content: start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  min-height: fit-content;
  height: -moz-fit-content;
}

.box_title {
  font-family: "sole_headline", Georgia, Times, "Times New Roman", serif;
  font-size: 36px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: normal;
  margin-top: 290px;
  /* margin-top: 380px; */
  padding: 0px 20px 0px 20px;
  width: 620px;
  background-color: #f7f6f2;
}

.box_title_no_img {
  margin-top: 40px;
  padding: 10px 0px 0px 0px;
  width: 620px;
}

.box_title_no_img h2 {
  font-family: "sole_headline", Georgia, Times, "Times New Roman", serif;
  font-size: 32px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: normal;
}

.box_title_italic {
  font-size: 28px;
  line-height: 1.29;
  font-style: italic;
}

.occhiello {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
}

.box_text {
  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.56;
  letter-spacing: normal;
  width: 620px;
}

.box_text a {
  color: #0067ff;
  text-decoration: underline;
}

.box_text a :visited {
  color: #0067ff;
  text-decoration: underline;
}

.box_text a:hover {
  cursor: pointer;
  color: #3183ff;
  text-decoration: underline;
}

.box_text a:active {
  color: #3183ff;
  text-decoration: underline;
}

.short_list li {
  padding-bottom: 5px;
}

.fonte {
  font-style: italic;
  margin-top: 10px;
}

.quote {
  margin: 0px;
  padding: 0px;
  margin-left: 20px;
  border-left: 3px solid rgba(255, 255, 255, 0.4);
}

.quote_p {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  padding: 0px;
  padding-left: 15px;
  opacity: 0.6;
}

.img_square {
  position: relative;
  left: -80px;
  float: left;
  padding-top: 7px;
  width: 100%;
  max-width: 170px;
  height: auto;
  margin-right: -50px;
}

.p_titolo_grafico {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  margin-top: 70px;
}

.sommario_grafico {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #808080;
}

.chart_full_width {
  width: 95vw;
  max-width: 95vw;
}

/* BACK TO TOP BUTTON */

#backtotop {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 3;
  text-align: right;
}

#backtotop img {
  cursor: pointer;
  width: 30px;
  max-width: 30px;
  height: auto;
  margin-right: 10px;
  margin-bottom: 10px;
}

.link_note:link {
  color:#0067ff;
  opacity: 0.7;
  text-decoration: none;
}

.link_note:visited {
  color: #0067ff;
  opacity: 0.7;
  text-decoration: none;
}

.link_note:hover {
  color: #0067ff;
  opacity: 1;
  text-decoration: none;
}

.link_note:active {
  color: #0067ff;
  opacity: 1;
  text-decoration: none;
}



.notes {
  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;
  margin-bottom: 10px;
}

#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;
}

/* CHART CO2 SWIPER */
.chartCO2-swiper-container {
  width: 100%;
  height: 100%;
}

.chartCO2-swiper-wrapper {
  justify-content: flex-start;
}

.chartCO2-swiper-slide {
  text-align: center;
  background: transparent;
  /* Center slide text vertically */
  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;
}

.chartCO2-swiper-slide-p {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  font-weight: 600;
}

.chartCO2-swiper-button-prev {
  top: 35px;
  left: 400px;
  color: #000000 !important;
}

.chartCO2-swiper-button-next {
  top: 35px;
  right: 400px;
  color: #000000 !important;
}

.chartCO2-swiper-button-next:after,
.chartCO2-swiper-button-prev:after {
  font-size: 22px;
}

.img_molecola {
  width: 100%;
  max-width: 100vw;
  margin: 5px auto;
}

/*--- FOOTER ----*/

.credits_container {
  width: 100%;
  max-width: 100vw;
  margin: 0px;
  background-color: #f7f6f2;
  -webkit-transition: background-color 500ms linear;
  -ms-transition: background-color 500ms linear;
  transition: background-color 500ms linear;
  color: #0f0f0f;
}

.crediti_finali {
  margin: auto;
  margin-top: 60px;
  width: 660px;
  border-top: 1px solid #0f0f0f;
  background-color: #f7f6f2;
  -webkit-transition: background-color 500ms linear;
  -ms-transition: background-color 500ms linear;
  transition: background-color 500ms linear;
  color: #0f0f0f;
}

/*----- RESPONSIVE DESKTOP EXCEPTION--------*/
@media screen and (min-width: 481px) {
  .topmenu-swiper-wrapper {
    justify-content: center;
  }
}

/* TREE MODAL FOR DESKTOP */

@media screen and (min-width: 768px) {
  .modal-content {
    position: fixed;
    top: 200px;
    right: 0px;
    max-width: 100vw;
    box-shadow: -2px 2px 0 0 rgba(0, 0, 0, 0.25);
    background-color: #ffffff;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    display: flex;
    justify-content: center;
    z-index: 2;
  }

  .modal-body {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    padding: 10px;
  }

  @-webkit-keyframes animatetop {
    from {
      right: -400px;
      opacity: 0;
    }
    to {
      right: 0px;
      opacity: 1;
    }
  }

  @keyframes animatetop {
    from {
      right: -400px;
      opacity: 0;
    }
    to {
      right: 0px;
      opacity: 1;
    }
  }

  #modal-img {
    margin-right: 15px;
  }

  #modal-text-top {
    font-family: "SoleSans", Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.69;
    letter-spacing: normal;
    color: #000000;
  }

  #modal-text-num {
    font-family: "SoleSans", Arial, Helvetica, sans-serif;
    font-size: 46px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.43;
    letter-spacing: normal;
    color: #000000;
    padding: 10px 0px;
  }

  #modal-text-middle {
    font-family: "SoleSans", Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.07;
    letter-spacing: normal;
    color: #075b29;
  }

  #modal-text-bottom {
    font-family: "SoleSans", Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.69;
    letter-spacing: normal;
    color: #000000;
  }

  .modal-close {
    width: 16px;
    align-self: flex-start;
    font-family: "SoleSans", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.69;
    letter-spacing: normal;
    color: #000000;
  }

  .close {
    float: right;
    line-height: 0;
    opacity: 0.6;
  }

  .close:hover,
  .close:focus {
    opacity: 1;
    text-decoration: none;
    cursor: pointer;
  }
}

.faN {
  width: 30px!important;
}


/*----- MOBILE EXCEPTIONS --------*/

@media screen and (max-width: 320px) {
  #co2_counter_num {
    font-size: 36px;
  }

  .faN {
    padding: 6.4px 0px!important;
  }
}

/*----- RESPONSIVE MOBILE --------*/

@media screen and (max-width: 480px) {
  h1 {
    position: absolute;
    font-size: 60px;
    line-height: 1;
    white-space: normal;
    top: 150px;
  }

  p {
    margin: 20px 10px 20px 10px;
  }

  ul {
    width: 100%;
    max-width: 90vw;
    margin: 10px 30px;
  }

  li {
    padding-right: 20px;
  }

  .chart_full_width {
    width: 100vw;
    max-width: 100vw;
  }

  .grafico {
    width: 100%;
    max-width: 100vw;
    padding-left: 5px;
    padding-right: 5px;
  }

  .topmenu-sticky {
    max-width: 100vw;
  }

  .topmenu-swiper-container {
    height: 50px;
  }

  .topmenu-swiper-slide:nth-child(4n) {
    margin-right: 20px;
  }

  .title_background {
    width: 100%;
    max-width: 100vw;
    background-color: #f7f6f2;
    background-image: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.1),
        rgba(0, 0, 0, 0.6)
      ),
      url(../img/cover_mobile.jpg);
  }

  #promo {
    width: 100%;
    max-width: 100vw;
    font-size: 18px;
    margin: 10px 0px;
  }

  #sommario {
    padding-top: 10px;
    padding-bottom: 10px;
  }


  #firma {
    font-size: 18px;
    padding-top: 10px;
  }


  #intro {
    font-size: 18px;
  }

  #co2_counter_num {
    font-size: 42px;
  }


  .chartCO2-swiper-button-prev {
    left: 50px;
  }

  .chartCO2-swiper-button-next {
    right: 50px;
  }

  .box_container_img_top {
    background-size: contain;
    background-attachment: scroll;
  }

  .box_title {
    width: auto;
    font-size: 32px;
    line-height: 1.2;
    margin-right: 15px;
    padding: 0px 10px 0px 10px;
  }

  .box_title_no_img {
    width: auto;
    font-size: 28px;
    line-height: 1.2;
    padding: 10px 5px 0px 10px;
  }

  .box_text {
    width: 100%;
    max-width: 100vw;
    font-size: 20px;
  }

  .img_square {
    max-width: 140px;
    left: 0px;
    margin-right: 7px;
  }


  .back_to_top {
    padding-top: 3px;
    padding-bottom: 6px;
  }

  .notes {
    font-size: 15px;
    padding-left: 5px;
  }

  #chart_credits {
    padding-left: 5px;
  }
}

/* TREE MODAL FOR MOBILE && TABLET */

@media screen and (max-width: 767px) {
  .modal-content {
    position: fixed;
    bottom: 0;
    vertical-align: bottom;
    width: 100vw;
    max-width: 100vw;
    padding-left: 5px;
    padding-right: 5px;
    box-shadow: -2px 2px 0 0 rgba(0, 0, 0, 0.25);
    background-color: #ffffff;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    display: flex;
    justify-content: center;
    z-index: 2;
  }

  .modal-body {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    padding: 10px;
    width: 350px;
  }

  @-webkit-keyframes animatetop {
    from {
      bottom: -200px;
      opacity: 0;
    }
    to {
      bottom: 0px;
      opacity: 1;
    }
  }

  @keyframes animatetop {
    from {
      bottom: -200px;
      opacity: 0;
    }
    to {
      bottom: 0px;
      opacity: 1;
    }
  }

  #modal-img {
    margin-right: 15px;
  }

  #modal-text-top {
    font-family: "SoleSans", Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.69;
    letter-spacing: normal;
    color: #000000;
  }

  #modal-text-num {
    font-family: "SoleSans", Arial, Helvetica, sans-serif;
    font-size: 46px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.43;
    letter-spacing: normal;
    color: #000000;
    padding: 10px 0px;
  }

  #modal-text-middle {
    font-family: "SoleSans", Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.07;
    letter-spacing: normal;
    color: #075b29;
  }

  #modal-text-bottom {
    font-family: "SoleSans", Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.69;
    letter-spacing: normal;
    color: #000000;
  }

  .modal-close {
    width: 20px;
    height: 30px;
    align-self: flex-start;
    opacity: 0.6;
  }

  .close {
    float: right;
    font-family: "SoleSans", Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #000000;
  }

  .modal-close:hover,
  .modal-close:focus {
    opacity: 1;
    text-decoration: none;
    cursor: pointer;
  }
}

/*----- RESPONSIVE TABLET --------*/

@media screen and (min-width: 481px) and (max-width: 800px) {
  h1 {
    font-size: 62px;
    line-height: 1.1;
    white-space: normal;
  }

  p {
    margin: 20px 10px;
  }

  .topmenu-swiper-container {
    height: 50px;
  }

  #header_nav_first {
    padding-left: 280px;
  }

  .title_background {
    width: 100%;
    max-width: 100vw;
    background-color: #f7f6f2;
    background-image: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.1),
        rgba(0, 0, 0, 0.6)
      ),
      url(../img/cover_mobile.jpg);
  }

  #sommario {
    padding: 20px 50px;
  }

  #intro,
  .box_title,
  .box_title_no_img,
  .box_text,
  .crediti_finali {
    width: 100%;
    max-width: 100vw;
  }

  .chartCO2-swiper-button-prev {
    left: 200px;
  }

  .chartCO2-swiper-button-next {
    right: 200px;
  }

  .quote_p {
    font-size: 18px;
  }

  .box_title_no_img {
    padding: 10px 5px 0px 20px;
  }

  .img_square {
    left: -10px;
    margin-right: 0px;
    max-width: 140px;
  }

  #chart_credits,
  .notes {
    padding-left: 5px;
    padding-right: 5px;
  }
}
