* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: auto;
  margin: auto;
  scroll-behavior: smooth;
}

body {
  background-color: #ffffff;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: normal;
  color: #000000;
  overflow-x: hidden;
}

/* MENU SCHEDE */

#menu_schede {
  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;
  width: 100%;
  height: 50px;
  margin-top: 30px;
/*   position: sticky;
  top: 70px;
  z-index: 10; */
}

#menu_schede a:link {
  text-decoration: none;
}

#menu_schede a:visited {
  text-decoration: none;
}

#menu_schede a:hover {
  text-decoration: none;
}

#menu_schede a:active {
  text-decoration: none;
}

#menu_schede_punti {
  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;
  width: calc(100% - 100px);
}

.menu_schede_punto_grigio {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 2px;
  background-color: #d8d8d8;
}

.menu_schede_punto_blu {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 2px;
  background-color: #3b78e7;
}

#menu_schede_freccia_precedente {
  width: 38px;
  height: 38px;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 40%);
  background-color: #ffffff;
  background-image: url("../../img/mmSx.svg");
  border-radius: 50%;
  font-size: 30px;
  line-height: 0;
  padding-top: 18px;
  text-align: center;
  color: #888888;
  cursor: pointer;
  transition: all 0.25s ease;
}

#menu_schede_freccia_successiva {
  width: 38px;
  height: 38px;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 40%);
  background-color: #ffffff;
  background-image: url("../../img/mmDx.svg");
  border-radius: 50%;
  font-size: 30px;
  line-height: 0;
  padding-top: 18px;
  text-align: center;
  color: #888888;
  cursor: pointer;
  transition: all 0.25s ease;
}


#menu_schede_freccia_precedente:hover {
  background-color: #3b78e7;
  background-image: url("../../img/mmSx-bianco.svg");
}



#menu_schede_freccia_successiva:hover {
  background-color: #3b78e7;
  background-image: url("../../img/mmDx-bianco.svg");
}




#menu_schede_freccia_precedente_disabilitata {
  width: 38px;
  height: 38px;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 40%);
  background-color: #ffffff;
  background-image: url("../../img/mmSx.svg");
  border-radius: 50%;
  font-size: 30px;
  line-height: 0;
  padding-top: 18px;
  text-align: center;
  color: #888888;
  cursor: default;
  opacity: 0.35;
}

#menu_schede_freccia_successiva_disabilitata {
  width: 38px;
  height: 38px;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 40%);
  background-color: #ffffff;
  background-image: url("../../img/mmDx.svg");
  border-radius: 50%;
  font-size: 30px;
  line-height: 0;
  padding-top: 18px;
  text-align: center;
  color: #888888;
  cursor: default;
  opacity:0.35;
}


/* SCHEDE */
.schede_body {
  width: 620px;
  margin: auto;
  margin-top: 70px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.schede_swiper_container {
  width: 100%;
  height: 100%;
  margin-top: 40px;
}

.schede_swiper_slide {
  text-align: center;
  background: #ebe6df;
  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;
  padding-bottom: 70px;
}

.schede_swiper-button-prev,
.schede_swiper-button-next {
  width: 38px;
  height: 38px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
  background-color: #ffffff;
  border-radius: 50%;
}

.schede_swiper-button-prev {
  left: 0px;
}

.schede_swiper-button-next {
  right: 0px;
}

.schede_swiper-button-prev:after,
.schede_swiper-button-next:after {
  font-size: 16px;
  color: #666666;
}

.schede_occhiello,
.schede_titolo,
.schede_sommario,
.schede_grafico_sommario,
.schede_note,
.schede_dati_img,
.schede_grafico_embed,
.schede_dati_1_colonna {
  width: 520px;
}

.schede_banner_giallo {
  width: 470px;
}

.schede_occhiello {
  margin: 20px auto 0px auto;
  font-size: 16px;
  font-weight: normal;
  color: #666666;
}

.schede_titolo h1 {
  margin: 20px auto 0px auto;
  font-size: 34px;
  font-weight: bold;
  margin-top: 20px;
  line-height: 1.1;
}

.schede_sommario {
  margin: 20px auto 0px auto;
  font-size: 16px;
  font-weight: normal;
  color: #666666;
}

.schede_note {
  font-size: 12px;
}

.schede_dati_1_colonna,
.schede_dati_2_colonne {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -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;
}

.schede_dati_1_colonna {
  flex-direction: column;
}

.schede_dati_1_colonna .schede_dati_col_1 {
  align-self: center;
}

.schede_dati_2_colonne .schede_dati_col_1,
.schede_dati_2_colonne .schede_dati_col_2,
.schede_dati_2_colonne .schede_dati_col_3,
.schede_dati_2_colonne .schede_dati_col_4 {
  width: 290px;
}

.schede_dati_3_colonne {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  margin-bottom: 30px;
}

.schede_dati_3_colonne .schede_dati_col_1,
.schede_dati_3_colonne .schede_dati_col_2,
.schede_dati_3_colonne .schede_dati_col_3 {
  width: 193px;
}

.schede_dati_voce {
  margin: 30px auto 10px auto;
  font-size: 18px;
  line-height: 1.1;
  font-weight: bold;
  color: #000000;
}

.schede_dati_numerone {
  margin: 10px auto 5px auto;
  font-size: 90px;
  font-weight: normal;
  line-height: 0.8;
}

.schede_dati_sotto_numero {
  margin: 5px auto 10px auto;
  font-size: 16px;
  font-weight: normal;
}

.schede_dati_testo_bold {
  margin: 5px auto 5px auto;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  line-height: 1.2;
}

.schede_dati_testo {
  margin: 5px auto 5px auto;
  font-size: 16px;
  font-weight: normal;
  color: #000000;
  line-height: 1.5;
}

.schede_dati_img {
  margin: 10px auto 10px auto;
}

.img_schede_grafici,
.img_schede_dati {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: auto;
}

.img_schede_grafici {
  width: 60%;
}

.schede_banner_giallo {
  margin: 20px auto 10px auto;
  background-color: #fbbc05;
  border-radius: 10px;
  padding: 20px 40px;
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  color: #000000;
}

.schede_dati_margin_h {
  display: inline-block;
  margin: 0px 40px 0px 40px;
}

/*----- COLORI ----*/

.schede_lightblue {
  color: #3b78e7;
}

.schede_darkblue {
  color: #2c679f;
}

.schede_black {
  color: #000000;
}

.schede_white {
  color: #ffffff;
}

.dot_lightblue {
  background-color: #3b78e7;
}

.dot_darkblue {
  background-color: #2c679f;
}

.dot_black {
  background-color: #000000;
}

.dot_grey {
  background-color: rgba(0, 0, 0, 0.2);
}

/*------ GRAFICI INTERNI A SCHEDE ---*/

.schede_dati_2_colonne .schede_dot_legend,
.schede_dati_3_colonne .schede_dot_legend {
  width: 270px;
  margin: 0px auto 0px auto;
  text-align: left;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.2);
}

.schede_dati_3_colonne .schede_dot_legend {
  width: 160px;
}

.schede_dati_2_colonne .schede_dot_matrix,
.schede_dati_3_colonne .schede_dot_matrix {
  width: 270px;
  margin: 0px auto 0px auto;
  text-align: left;
  -webkit-transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}

.schede_dati_3_colonne .schede_dot_matrix {
  width: 160px;
}

.dot,
.dot_legend {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  margin: 1px;
  display: inline-block;
}

.dot_legend {
  height: 9px;
  width: 9px;
  margin: 0px;
}

.half_dot {
  height: 10px;
  width: 5px;
  border-radius: 10px 0 0 10px;
  margin: 1px;
  display: inline-block;
}

/*----- GRAFICI EMBEDDATI A FINE PAGINA ----*/

.schede_grafico_titolo {
  margin-top: 50px;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
}

.schede_grafico_sommario {
  font-size: 16px;
  font-weight: normal;
  color: #000000;
  margin-bottom: 10px;
  margin-top: 10px;
}

.schede_grafico_fonte {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: normal;
  color: #000000;
}

.align_flex_end {
  align-self: flex-end;
}

/*----- DESKTOP && TABLET ------*/

@media screen and (min-width: 481px) {
  .desktop_display_none {
    display: none;
  }
}

/*---  MOBILE  ----*/

@media screen and (max-width: 480px) {
  #apertura_titolo,
  #apertura_ricerca {
    display: none;
  }

  .mobile_display_none {
    display: none;
  }

  #menu_schede {
    width: 100vw;
    max-width: 100vw;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
/*     position: sticky;
    top: 70px; */
  }

  /* 		#menu_schede_punti {
		width: 100%;
	}

#menu_schede_freccia_precedente,
	#menu_schede_freccia_successiva {
		display: none;
	}
 */

  .schede_body {
    width: 90%;
  }

  div#elenco-select {
    width: 100%;
  }

  .schede_titolo_generale_box {
    width: 100%;
    margin: 10px auto;
    text-align: center;
  }

  .schede_titolo_generale {
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    display: inline-block;
    width: 85%;
  }

  .pulsante_giallo {
    background-color: #fbbc05;
    border: none;
    color: #000000;
    padding: 2px 12px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 30px;
    border-radius: 50%;
  }

  .schede_dati_2_colonne,
  .schede_dati_3_colonne {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .schede_occhiello,
  .schede_dati_img,
  .schede_grafico_embed,
  .schede_dati_2_colonne .schede_dati_col_1,
  .schede_dati_2_colonne .schede_dati_col_2,
  .schede_dati_2_colonne .schede_dati_col_3,
  .schede_dati_2_colonne .schede_dati_col_4 {
    width: 100%;
  }

  .schede_titolo,
  .schede_sommario,
  .schede_grafico_sommario,
  .schede_note,
  .img_schede_dati,
  .img_schede_grafici,
  .schede_dati_1_colonna,
  .schede_grafico_embed {
    width: 80%;
  }

  .schede_banner_giallo {
    width: 80%;
  }

  .schede_swiper_container {
    margin-top: 0px;
  }

  .schede_swiper_pagination {
    top: 0px;
    height: 30px;
    background-color: #ffffff;
  }

  .schede_occhiello {
    margin-top: 40px;
  }

  .schede_sommario {
    margin-bottom: 20px;
  }

  .schede_note {
    margin-bottom: 10px;
  }

  .schede_dati_voce {
    color: #000000;
    margin-top: 20px;
  }

  .schede_dati_img {
    margin: 0px auto 10px auto;
  }

  .schede_dati_mobile {
    margin: 0px auto 20px auto;
  }

  .schede_dati_mobile_border_top {
    border-top: 1px solid rgba(0, 0, 0, 0.5);
    margin-top: 30px;
    padding-top: 20px;
  }

  .schede_dati_3_colonne .schede_dati_col_1 .schede_dati_voce,
  .schede_dati_3_colonne .schede_dati_col_3 .schede_dati_voce {
    margin-top: 60px;
  }

  .schede_dati_2_colonne,
  .schede_dati_3_colonne {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0px;
  }

  .schede_dati_3_colonne .schede_dati_col_1,
  .schede_dati_3_colonne .schede_dati_col_2,
  .schede_dati_3_colonne .schede_dati_col_3 {
    width: 100%;
  }

  .schede_dot_matrix,
  .schede_dot_legend {
    width: 80%;
    margin: 0px auto 0px auto;
    text-align: left;
  }

  .schede_dot_matrix {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
  }

  .schede_dati_3_colonne .schede_dati_testo_bold {
    margin-bottom: 0px;
  }

  .schede_dati_3_colonne .schede_dati_col_1 {
    order: 2;
  }

  .schede_dati_3_colonne .schede_dati_col_2 {
    order: 1;
  }

  .schede_dati_3_colonne .schede_dati_col_3 {
    order: 3;
  }

  .schede_dati_margin_h {
    display: inline-block;
    margin: 0px 10px;
    font-size: 16px;
    width: 90px;
    vertical-align: top;
  }

  .schede_grafico_titolo,
  .schede_grafico_sommario {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 10px;
    margin-bottom: 10;
  }
}
