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

*:focus {
  outline: none;
}

html,
body {
  scroll-behavior: smooth;
}

html {
  font-size: 20px;
}

/* 
  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;
  padding: 0;
  margin: 0;
  color: rgba(11, 60, 28, 1);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  overflow-x: hidden;
}

article {
  margin-top: 50px;
  width: 100vw;
  height: calc(100vh - 50px);
  position: relative;
  overflow-y: hidden;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  background-color: #e9f6ed;
}



/* COPERTINA */
#copertina {
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-color: rgba(11, 60, 28, 1);
  color: white;
  position: relative;
}

#copertina .meta {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  position: relative;
}

#copertina_testo {
  justify-content: center;
}

.grafico-copertina-cnt {
  align-items: flex-end;
  justify-content: flex-end;
}

.copertina-cnt {
  padding-right: 40px;
}

/* .grafico-copertina-cnt iframe {
  width: 100%;
  height: 80vh;
  margin-bottom: 30px;
} */

#grafico-copertina-1 {
  position: relative;
}

#grafico-copertina-1 iframe {
  width: 100%;
  height: 70vh;
  margin-bottom: 50px;
  justify-content: flex-end;
}

#grafico-copertina-2 iframe {
  width: 100%;
  height: 70vh;
  margin-bottom: 50px;
  justify-content: flex-end;
}

#copertina_scorri_cnt {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
}

#copertina_scorri_cnt {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  position: absolute;
  top: 15vh;
  left: 0;
  z-index: 80;
  padding-right: 10px;
}

#copertina_scorri_btn {
  width: 210px;
  background: transparent;
  padding: 10px;
  padding-right: 0;
  align-items: center;
  color: #D9E5DC;
  text-align: left;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
}

#copertina_scorri_btn:hover {
  color: #009E2E;
}

.grafico-copertina-cnt iframe {
  pointer-events: none;
}

.grafico-pubblicita-cnt {
  width: 100%;
}


.grafico_pubblicita_occupa_tutto {
  width: 100%;
  height: 65vh;
  padding: 24px 0;
}

.pubblicita-cnt {
  background-color: rgba(15, 15, 15, 0.05);
  height: 100%;
  width: 345px;
}

.numero {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 150px;
  line-height: 100%;
  color: white;
  margin-bottom: 24px;
}

.numero-spiega {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 100%;

  color: white;
}



.flourish_occupa_tutto {
  width: 100%;
  height: 70vh;
  padding: 24px 0;
}

.occhiello {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;

}

h1 {
  font-family: "sole_display", Georgia, Times, "Times New Roman", serif;
  font-size: 86px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: rgba(217, 229, 220, 1);
  margin-block-start: 0;
  margin-block-end: 0;
}


h2 {
  font-family: "sole_headline", Georgia, Times, "Times New Roman", Serif;
  font-weight: 700;
  font-size: 86px;
  line-height: 100%;
  margin-block-start: 24px;
  margin-block-end: 24px;

}

.sommario {
  font-family: "sole_text", Georgia, Times, "Times New Roman", serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: rgba(217, 229, 220, 1);
  margin: 24px 0;
}

.firma {
  font-family: "sole_text", Georgia, Times, "Times New Roman", serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  font-style: italic;
  color: #009E2E;
}



/* SEZIONE */
.sezione {
  background-color: #0b3c1c;
  color: white;
  padding-top: 5%;
  padding-bottom: 5%;
  padding-left: 15%;
  padding-right: 15%;
  display: flex;
  height: 100%;
  justify-content: space-between;
  gap: 26px;
  align-items: flex-end;
}

.sezione-bilanciata {
  height: fit-content;
  width: 50%;
  color: #D9E5DC;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 37px;
  font-style: normal;
  font-weight: 500;
}

h3 {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 64px;
  line-height: 100%;
  letter-spacing: 0;
  margin-block-end: 0;
  color: rgba(217, 229, 220, 1);
}


.grafico-cnt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  color: rgba(11, 60, 28, 1);
}



.grafico-titolo {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 100%;
  color: rgba(11, 60, 28, 1);
}

.grafico-titolo-piccolo {
  font-size: 32px;
}

.grafico-spiega {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: normal;
  color: rgba(11, 60, 28, 1);
  padding-top: 16px;
  padding-bottom: 16px;
}

.grafico-fonte {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: normal;
  color: rgba(11, 60, 28, 1);
  padding-top: 0;
  margin-bottom: 20px;
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: rgba(0, 158, 46, 0.35);
  opacity: 1;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: rgba(0, 158, 46, 1);
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff;
  background: rgba(0, 158, 46, 0.35);
  /* aspect-ratio: 1/1; */
  width: 40px !important;
  height: 40px !important;
  border-radius: 50%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 24px;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

.swiper-button-next {
  margin-right: 6px;
}

.swiper-button-prev {
  margin-left: 6px;
}

#crediti {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #0b3c1c;
}

#crediti_cnt {
  width: 600px;
}

#crediti_titolo {
  color: #009E2E;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: left;
}

#crediti table {
  color: #D9E5DC;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

#crediti table tr td:first-of-type {
  padding-right: 30px;
}

.meta {
  width: 50%;
  height: 100%;
  top: 0;
}

a,
a:visited,
a:hover,
a:active {
  color: white !important;
  font-weight: 500 !important;
}



/* TOP BAR */

#header-fisso {
  z-index: 99999 !important;
}

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

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



/* RESPONSIVE  */

@media only screen and (min-width: 821px) {

  .griglia-12 {
    display: grid;
    grid-template-columns: repeat(12, [col-start] 1fr);
    gap: 16px;
    height: 100%;
  }

  .copertina-griglia-12 {
    display: grid;
    grid-column: col-start / span 11;
  }

  .grafico-griglia-12 {
    display: grid;
    grid-column: col-start 2 / span 10;
  }

  .copertina-griglia-12 .titolo-copertina-cnt,
  .grafico-griglia-12 .titolo-copertina-cnt {
    top: 32px;
  }

  .copertina-griglia-12 .titolo-copertina-cnt {
    position: absolute;
    left: calc(((100vw - 176px) / 12) + 16px);
    width: calc(100% - (((100vw - 176px) / 12) + 16px));
  }

  .padding-lr-12 {
    padding-left: calc(((100vw - 176px) / 12) + 16px);
    padding-right: calc(((100vw - 176px) / 12) + 16px);
  }

  .nascondi-se-desktop {
    display: none;
  }
}

@media only screen and (max-width: 820px) {
  div {
    width: 100%;
  }

  .swiper {
    height: calc(100vh - 50px) !important;
  }

  .w-1_2 {
    width: 100% !important;
  }

  #copertina {
    position: relative;
    flex-direction: column;
    justify-content: flex-start;
  }


  #copertina .meta {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    align-items: flex-start;
  }

  .meta {
    width: 100%;
    height: auto;
    top: 20px;
  }

  #copertina_testo {
    width: 100%;
  }

  .copertina-cnt {
    padding-right: 0;
  }

  h1 {
    font-size: 48px;
    text-align: center;
  }

  .firma {
    padding-top: 20px;
    padding-bottom: 18px;
    text-align: center;
  }

  #grafico-copertina-1 iframe {
    height: 420px;
  }

  #grafico-copertina-2 iframe {
    height: 420px;
  }


  #copertina_scorri_cnt {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 80;
  }

  #copertina_scorri_btn {
    width: 250px;
    border-radius: 25px;
    background: #2B5238;
    padding: 10px 16px;
    align-items: center;
    color: #D9E5DC;
    text-align: left;
    font-family: "SoleSans", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    cursor: pointer;
  }

  .grafico-griglia-12 .flex {
    display: block;
  }

  .sezione {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    gap: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .sezione-bilanciata {
    height: auto;
    overflow-y: scroll;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    padding-top: 20px;
  }

  #slide-2 .titolo-copertina-cnt {
    padding-left: 15px;
    padding-right: 15px;
  }

  #slide-2 .griglia-12 {
    margin-top: 40px;
  }

  #grafico-copertina-1 {
    padding-left: 15px !important;
  }

  #slide-4,
  #slide-6 {
    padding-left: 15px;
    padding-right: 15px;
  }


  h2 {
    font-size: 32px;
    margin-block-end: 8px;
    margin-block-start: 8px;
  }


  h3 {
    font-size: 32px;
    margin-block-start: 0;
    padding-top: 20px;
  }

  .temperatura {
    padding-top: 20px;
    padding-bottom: 10px;
  }



  .justify-between {
    justify-content: flex-start;
  }

  .grafico-cnt {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #E9F6ED;
  }

  .grafico-titolo {
    font-size: 26px;
  }

  .grafico-spiega {
    font-size: 18px;
  }

  .grafico-fonte {
    font-size: 14px;
  }

  .grafico_pubblicita_occupa_tutto {
    height: 55vh;
  }

  .flourish_occupa_tutto {
    height: 65vh;
  }

  .pubblicita-cnt {
    height: auto;
    width: 345px;
  }

  .numero {
    font-size: 50px;
    margin-bottom: 0;
  }

  .padding-lr-12 {
    padding-left: 15px;
    padding-right: 15px;
  }

  #crediti {
    align-items: start;
    justify-content: flex-start;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
  }

  .crediti_testo {
    color: #D9E5DC;
    font-family: "SoleSans", Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    top: auto;
    bottom: 20px;
  }

  .nascondi-se-mobile {
    display: none;
  }
}