* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

*:focus {
  outline: none !important;
}

html,
body {
  scroll-behavior: smooth;
  ;
}

body {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  background-color: white;
  /*#fff8f0*/
  overflow-x: hidden;
  padding: 0;
  margin: 0;
  color: #231F20;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  background-color: #F4DDC0;
  /* 150% */
}


.top-bar {
  height: 50px !important;
}

.faN {
  width: 30px !important;
  height: 30px !important;
}

.backgroundAdv {
  background-attachment: fixed;
}

.scroll-bloccato {
  overflow: hidden;
}

/* 
    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;
    */

h1 {
  margin-block-start: 0;
  margin-block-end: 0;
  font-size: 22px;
  font-weight: 500;
  margin: 36px 0;
}

.nascondi {
  opacity: 0 !important;
}

/* ELEMENTI */
#contenuto{
  width: 100%;
  position: relative;
  margin-top: 50px;
  overflow: hidden;
}

#contenuto-padding{
  width: 1260px;
  padding: 50px;
  margin: auto;
  transform-origin: left top;
}

.sezione{
  width: 100%;
  display: flex;
  justify-content: space-between;
  column-gap: 50px;
}

.sezione + .sezione {
  padding-top: 50px;
}

.colonna-sinistra,
.colonna-destra{
  display: flex;
  position: relative;
  width: 100%;
  flex-direction: column;
}

.firma{
  margin-bottom: 64px;
  font-size: 18px;
  line-height: 22px;
}

.titolo-grafico{
  font-size: 36px;
  font-weight: 800;
}

.spiega-grafico{
  display: flex;
  font-size: 15px;
  font-weight: 500;
  margin-top: 8px;
}

.pallino{
  width: 8px;
  height: 8px;
  border-radius: 50px;
  margin-right: 4px;
  flex: none;
  transform: translateY(9px);
}

.grafici-testi{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  column-gap: 20px;
}

.grafico-testo{
  font-size: 17px;
  line-height: 20px;
  font-weight: 500;
}

.grafico-fonte{
  font-size: 14px;
  width: 100%;
  text-align: right;
}
.testo-arancione{
  color: #DA471F;
}
.sfondo-arancione{
  background-color: #DA471F;
}

.flex-verticale{
  display: flex;
  flex-direction: column;
  flex: 1;
}

.testo-2-colonne{
  column-count: 2;
  column-gap: 20px;
}

#grafico-siccita .grafico-fonte{
  position: absolute;
  bottom: -20px;
  left: 0;
  display: none;
}

#grafico-siccita .grafico-testo{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 150px;
  font-size: 14.5px;
}
#grafico-siccita img{
  margin-top: -40px;
}

#grafico-biodiversita{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#grafico-biodiversita .spiega-grafico {
  font-size: 14px;
  line-height: 17px;
}

#grafico-biodiversita .pallino {
  font-size: 14px;
  line-height: 17px;
  transform: translateY(5px);
}

#grafico-biodiversita .flex-verticale{
  margin-top: 70px;
}

#grafico-deforestazione .titolo-grafico {
  margin-bottom: 20px;
}

#grafico-deforestazione{
  margin-bottom: 20px;
}

#grafico-deforestazione .testo-2-colonne{
  margin-top: 20px;
}

#grafico-animali{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

#grafico-animali .titolo-grafico{
  top: 70px;
}

#grafico-animali .flex-verticale img {
  position: absolute;
  right: -160px;
  top: 0;
  height: calc(100% - 80px);
}

#grafico-animali > img{
  position: absolute;
  right: 0;
  bottom: 0;
  height: 80px;
}

#elemento-palla{
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  transform: translateY(-38%);
}

#titolo-futuro{
  display: flex;
  justify-content: flex-end;
  height: 80px;
}

#titolo-futuro img {
  transform: translateX(35px);
}

#grafico-emissioni .titolo-grafico,
#grafico-rifiuti-plastica .titolo-grafico {
  margin-bottom: 20px;
}

#grafico-variazione .spiega-grafico {
  font-size: 12px;
  line-height: 15px;
  font-weight: 600;
}

#titolo-CU{
  margin-top: 60px;
}

#titolo-RA {
  margin-top: 60px;
}

#loghi {
  margin-top: 50px;
  border-top: 1px solid #231F20;
  padding-top: 15px;
  display: flex;
  flex-direction: row;
}

#loghi img{
  height: 50px;
}

.nascondi-se-desktop{
  display: none;
}

@media screen and (max-width: 780px) {
  .nascondi-se-desktop{
    display: flex;
  }

  .nascondi-se-mobile{
    display: none;
  }

  .sezione{
    flex-direction: column;
  }

  #contenuto-padding{
    padding: 50px 20px;
    width: 780px;
  }

  h1{ 
    font-size: 25px;
    line-height: 29px;
  }

  .firma {
    font-size: 20px;
  }

  .pallino {
    width: 6px;
    height: 6px;
    border-radius: 50px;
    margin-right: 4px;
    flex: none;
    transform: translateY(5px);
  }

  .titolo-grafico {
    font-size: 30px;
    line-height: normal;
  }

  #grafico-siccita .grafico-testo {
    width: 180px;
    font-size: 16px;
    line-height: 20px;
  }

  .spiega-grafico {
    font-size: 14px;
    line-height: 16px;
  }

/*   #grafico-siccita img{
    transform: scale(1.08);
    transform-origin: bottom right;
  } */

  #grafico-biodiversita .spiega-grafico {
    font-size: 14px;
    line-height: 16px;
  }

  #elemento-palla {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    transform: translateY(-50%) scale(3.6);
    z-index: -1;
    top: 49%;
    transform-origin: center;
  }

  #grafico-animali .flex-verticale img {
    position: relative;
    /* right: -160px; */
    top: 0;
    transform: scale(1.3);
    height: auto;
    right: auto;
  }

  #titolo-crisi{
    display: flex;
    justify-content: right;
  } 

  #titolo-crisi > img {
      position: relative;
      height: 80px;
      margin-top: 40px;
  }

  #titolo-futuro img {
    transform: translateX(0);
    height: 80px;
  }

  #titolo-NE {
    transform: translateX(-40px);
  }
  .grafico-testo {
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
  }
}