* {
  box-sizing: border-box;
}

html,
body {
  scroll-behavior: smooth;
}

body {
  background-color: #f7f6f2;
  overflow-x: hidden;
}

:-webkit-any(article, aside, nav, section) h1 {
  margin-block-start: 0px;
  margin-block-end: 10px;
}

article>*{
	z-index: 5;
}

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%;
  margin: auto;
  overflow-x: hidden;
}



#gestisci_adv {
  width: 100%;
  z-index: 500;
  background-color: #f7f6f2;
  display: flex;
  flex-direction: column;
  align-items: center;
}

section {
  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%;
  margin: auto;
}

h2 {
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}

h3 {
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}

a:link {
  color: #1a1818;
  text-decoration: underline;
}

a:visited {
  color: #1a1818;
  text-decoration: underline;
}

a:hover {
  color: #005791;
  text-decoration: underline;
}

a:active {
  color: #005791;
  text-decoration: underline;
}

/* AVD */
#adv-MaxTicker {
  background-color: #f2f2f2;
}

#adv-Middle {
  padding-top: 50px;
  padding-bottom: 50px;
}

/*---- NAV HEADER  ------*/

#nav_header {
  position: -webkit-sticky;
  position: sticky;
  z-index: 550;
  top: 64px;
  box-shadow: 0 2px 0 0 rgba(15, 15, 15, 0.25);
  overflow-x: hidden;
}

#navHeader-container {
  width: 100%;
  max-width: 100%;
  height: 40px;
  margin-top: 0px;
  background: white;
  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;
}

#navHeader-wrapper {
  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;
  display: none;
  opacity: 0;
}

.navHeader-slide {
  width: auto;
  text-align: center;
  background: white;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #1a1818;
  padding-right: 10px;
  white-space: nowrap;
}

.navHeader-slide a {
  text-decoration: none;
  color: #1a1818;
}

.navHeader-slide a:visited {
  text-decoration: none;
  color: #1a1818;
}

.navHeader-slide a:hover,
.navHeader-slide a:active {
  text-decoration: none;
  color: #1a181885;
}

/* .navHeader-slide:first-child {
  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;
  font-weight: 800;
  padding-left: 10px;
  color: #67b2e5;
} */

.header_special_link {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
}

#header_special_link_coronavirus {
  color: #ef4e63;
  padding-left: 20px;
  padding-right: 10px;
}

#header_special_link_coronavirus a:link {
  color: #ef4e63;
  text-decoration: none;
}

#header_special_link_coronavirus a:visited {
  color: #ef4e63;
  text-decoration: none;
}

#header_special_link_coronavirus a:hover {
  color: #ef4e6385;
  text-decoration: none;
}

#header_special_link_coronavirus a:active {
  color: #ef4e6385;
  text-decoration: none;
}

#header_special_link_vaccini_italia {
  color: #67b2e5;
  padding-left: 20px;
  padding-right: 10px;
}

#header_special_link_vaccini_italia a:link {
  color: #67b2e5;
  text-decoration: none;
}

#header_special_link_vaccini_italia a:visited {
  color: #67b2e5;
  text-decoration: none;
}

#header_special_link_vaccini_italia a:hover {
  color: #2499e7;
  text-decoration: none;
}

#header_special_link_vaccini_italia a:active {
  color: #2499e7;
  text-decoration: none;
}


#title_link_container {
  width: 100vw;
  max-width: 100vw;
  border-bottom: 1px solid #707070;
  padding: 20px;
  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;
}

.title_link {
  text-align: center;
  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;
  border-right: 1px solid #1a1818;
  padding: 0 10px;
}

.title_link a:link {
  color: #1a1818;
  text-decoration: none;
}

.title_link a:visited {
  color: #1a1818;
  text-decoration: none;
}

.title_link a:hover {
  color: #1a181885;
  text-decoration: none;
}

.title_link a:active {
  color: #1a1818;
  text-decoration: none;
}

.title_link:last-child {
  border-right: 0;
}

#tabella-vaccini-00-intro-div {
  width: 1260px;
  max-width: 1260px;
  margin: auto;
}

/*--------- TITLE --------------------*/

#title {
  font-family: "sole_headline", Georgia, Times, "Times New Roman", Serif;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #1a1818;
  font-size: 62px;
  padding-top: 50px;
  padding-bottom: 15px;
  background-color: #f7f6f2;
}

.update,
.update_below {
  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: #707070;
  margin: 20px auto 30px auto;
  background-color: #f7f6f2;
}

.nascondi-desktop {
  display: none;
}
.nascondi-mobile {
  display: inline-block;
}

/*--- MENU ---*/

#menu_anchor {
  position: relative;
  bottom: 100px;
}

#menu {
  max-width: 1000px;
  text-align: center;
  padding-top: 50px;
}

#menu_list {
  padding-inline-start: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
}

#menu_title {
  display: inline;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #f7f6f2;
  background-color: #0f0f0f;
  padding: 4px 10px;
  border-radius: 5px;
  background-color: #f7f6f2;
}

ul#menu_list li {
  position: relative;
  display: inline;
  list-style-type: none;
  padding-left: 5px;
  margin-right: 25px;
  letter-spacing: 1px;
  font-family: "sole_headline", Georgia, Times, "Times New Roman", Serif;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  color: #0f0f0f;
  background-color: #f7f6f2;
}

ul#menu_list li a {
  color: #0f0f0f;
  text-decoration: none;
}

ul#menu_list li a:before {
  content: url(../img/index-item.svg);
  opacity: 0.5;
  position: absolute;
  left: -10px;
}

ul#menu_list li a:hover {
  text-decoration: underline;
}

ul#menu_list li a:hover:before {
  content: url(../img/index-item-hover.svg);
  opacity: 1;
}

ul#menu_list li a:active {
  text-decoration: underline;
}

ul#menu_list li a:active:before {
  content: url(../img/index-item-hover.svg);
  opacity: 1;
}

ul#menu_list li a:visited {
  color: #0f0f0f;
  text-decoration: none;
}

ul#menu_list li a:visited:before {
  content: url(../img/index-item.svg);
  opacity: 0.5;
}

.anchor-div {
  position: relative;
}

.anchor-span {
  position: absolute;
  top: -50px;
}

/*---------  COUNTER --------------------*/

.counter_wrapper {
  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: flex-end;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  width: 100%;
  max-width: 1000px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f7f6f2;
}

.counter_wrapper_categorie {
  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: flex-end;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  width: 100%;
  max-width: 800px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f7f6f2;
}

.counter_wrapper_fornitori {
  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: flex-end;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  width: 100%;
  max-width: 1200px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f7f6f2;
}

.col_1,
.col_2,
.col_3,
.col_4,
.col_5,
.col_6,
.col_7 {
  width: 33%;
  text-align: center;
  background-color: #f7f6f2;
  vertical-align: top;
}

.col_8,
.col_9,
.col_10,
.col_12 {
  width: 22%;
  text-align: center;
  background-color: #f7f6f2;
  vertical-align: top;
}

.filetto_verticale_top {
  border-right: 1px solid rgba(31, 34, 38, 0.5);
}

.filetto_verticale_top_dotted {
  border-right: 1px dotted rgba(31, 34, 38, 0.5);
}

hr.filetto_verticale {
  border-top: 1px solid rgba(31, 34, 38, 0.5);
  height: 100px;
}

#num_1,
#variazione_1,
#total_1 {
  color: #000000;
}

#num_2,
#variazione_2,
#total_2 {
  color: #005791;
}

#num_3,
#variazione_3,
#total_3 {
  color: #fec36b;
}

#num_4,
#variazione_4,
#total_4 {
  color: #00bbb4;
}

#num_5,
#variazione_5,
#total_5,
#num_6,
#variazione_6,
#total_6,
#num_7,
#variazione_7,
#total_7 {
  color: #005791;
}

#num_8,
#variazione_8,
#total_8 {
  color: #005791;
}

#num_9,
#variazione_9,
#total_9 {
  color: #67b2e5;
}

#num_10,
#variazione_10,
#total_10 {
  color: #9cbdd4;
}

/* #num_11,
#variazione_11,
#total_11 {
  color: #A2A2A2;
} */

#num_12,
#variazione_12,
#total_12 {
  color: #a2a2a2;
}

.timer {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-weight: 800;
  font-style: normal;
  line-height: 0.8;
  letter-spacing: normal;
  color: rgba(15, 15, 15, 0.8);
  margin: 15px 0;
  font-size: 50px;
  background-color: #f7f6f2;
}

.timer_below {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-weight: 800;
  font-style: normal;
  line-height: 0.8;
  letter-spacing: normal;
  color: rgba(15, 15, 15, 0.8);
  margin: 15px 0;
  font-size: 50px;
  background-color: #f7f6f2;
}

.count-text {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: rgba(15, 15, 15, 0.8);
  margin: 0px;
  font-size: 14px;
}

.count-text_var {
  padding-top: 10px;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: normal;
  color: rgba(15, 15, 15, 0.8);
  margin: 0px;
  font-size: 16px;
  padding-bottom: 15px;
}

.count-text_total {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: normal;
  color: rgba(15, 15, 15, 0.8);
  margin: 0px;
  font-size: 16px;
}

/*--- SECTIONS ---*/
.section {
  width: 100%;
  margin: 20px auto;
  background-color: #f7f6f2;
}

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

.lab24-fonte {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 11px;
  font-style: normal;
  text-decoration: none;
  color: #888;
  padding-bottom: 15px;
}


#video-container {
    text-align: center;
    margin-bottom: 50px;
    z-index: 505;
}


/* --- BOX PODCAST ---- */
#box_podcast {
  background-color: #ffffff;
  -webkit-box-shadow: 8px 8px 0px 0px rgba(230, 223, 218, 1);
  -moz-box-shadow: 8px 8px 0px 0px rgba(230, 223, 218, 1);
  box-shadow: 8px 8px 0px 0px rgba(230, 223, 218, 1);
  width: 680px;
  max-width: 680px;
  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;
  margin: 50px auto;
  padding: 0;
}

#podcast_mobile {
  width: calc(100% - 185px);
  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;
  padding-left: 20px;
}



#podcast_img {
  background-image: url("../img/podcast-desktop.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 185px;
  height: 96px;
}


.podcast_content {
	width: 335px;
  	height: 96px;
	  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: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

#podcast_content_1 {
	border-right: 1px solid rgba(0, 0, 0, 0.2);
}

#podcast_content_2 {
	padding-left: 20px;
}

.occhiello_podcast {
  width: 100%;
  max-width: 130px;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.0;
  letter-spacing: normal;
  text-align: left;
  color: rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
}

.title_podcast {
  width: 100%;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}


.title_podcast a:link {
	color: #000000;
  text-decoration: none;
}

.title_podcast a:visited {
	color: #000000;
  text-decoration: none;
}

.title_podcast a:hover {
	color: #000000;
  text-decoration: underline;
}

.title_podcast a:active {
	color: #000000;
  text-decoration: underline;
}


.sommario_podcast {
	width: 100%;
	font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: italic;
  line-height: 1.20;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}

/* --- NEWSLETTER ---- */
#box_newsletter {
  background-color: #ffffff;
  -webkit-box-shadow: 8px 8px 0px 0px rgba(230, 223, 218, 1);
  -moz-box-shadow: 8px 8px 0px 0px rgba(230, 223, 218, 1);
  box-shadow: 8px 8px 0px 0px rgba(230, 223, 218, 1);
  width: 680px;
  max-width: 680px;
  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;
  margin: 50px auto;
  padding: 0;
}

#newsletter_mobile {
  width: calc(100% - 185px);
  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;
  padding-left: 20px;
}

#newsletter_img {
  background-image: url("../img/Newsletter_vaccini-DESK.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 185px;
  height: 96px;
}

#occhiello_newsletter {
  width: 100%;
  max-width: 130px;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  padding: 0;
  color: #f26576;
  background-color: rgba(255, 255, 255, 0.8);
}

#title_newsletter {
  width: 100%;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  padding: 0;
}

#title_newsletter span {
  color: #bd394a;
}

#link_newsletter {
  margin-right: 10px;
  max-width: 170px;
  background-color: #1a1818;
  padding: 8px 16px;
  border-radius: 4px;
  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;
  text-align: center;
  cursor: pointer;
}

#link_newsletter:hover {
  background-color: #bd394a;
}

#link_newsletter:active {
  background-color: #bd394a;
}

#link_newsletter a:link {
  color: #ffffff;
  text-decoration: none;
}

#link_newsletter a:visited {
  color: #ffffff;
  text-decoration: none;
}

#link_newsletter a:hover {
  color: #ffffff;
  text-decoration: none;
}

#link_newsletter a:active {
  color: #ffffff;
  text-decoration: none;
}

/*--- TEXT BLOCKS ---*/
.black_row,
.section_title,
.box_title,
.box_text,
.box_chart,
.box_notes {
  width: 680px;
  max-width: 680px;
  text-align: left;
  background-color: #f7f6f2;
}

.black_row {
  padding-top: 50px;
}

.black_row div {
  width: 25px;
  height: 5px;
  background-color: black;
}


.section_title {
  font-family: "sole_headline", Georgia, Times, "Times New Roman", Serif;
  font-size: 34px;
  font-weight: bold;
  font-stretch: normal;
  font-style: 700;
  line-height: 1.1;
  letter-spacing: normal;
  color: #000000;
  padding-top: 10px;
  background-color: #f7f6f2;
}
.box_title {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.53;
  letter-spacing: normal;
  color: #000000;
  padding-top: 70px;
  background-color: #f7f6f2;
}

.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.6;
  letter-spacing: normal;
  color: #1a1818;
  padding-top: 15px;
  background-color: #f7f6f2;
}

.box_text p {
  padding-bottom: 25px;
}

.box_chart {
  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.6;
  letter-spacing: normal;
  color: #1a1818;
  padding-top: 10px;
  background-color: #f7f6f2;
}


.box_notes {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  line-height: normal;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: normal;
  color: #1a1818;
  padding-top: 5px;
  background-color: #f7f6f2;
}

.green {
  color: #19b290;
}

.chart_full_width {
  width: 100%;
  max-width: 1440px;
  background-color: #F7F6F2;
}


#change_map {
  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: 100%;
  padding: 20px 0 40px 0;
  background-color: #f7f6f2;
}

#change_bar_chart_race {
  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: 100%;
  margin: 20px auto 40px auto;
}

.grafico_btn {
  width: 250px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #e4e4e4;
  padding: 10px 0;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.05;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
  outline: 0;
  cursor: pointer;
}

.grafico_btn:hover {
  background-color: #ffffff;
  font-weight: bold;
  outline: 0;
}

.grafico_btn_active {
  background-color: #ffffff;
  font-weight: bold;
  outline: 0;
}


/* COLLAPSIBLE NOTES */

.note-button {
  cursor: pointer;
  width: 150px;
  font-weight: 600;
  border: 0;
  background-color: transparent;
  color: #000000;
}

.note-special-text {
  position: relative;
  overflow: hidden;
  transition: max-height 1s ease;
}

.note-special-text.expanded {
  max-height: calc(100vh + 20px);
}

.note-first-rows {
  margin-block-start: 0;
  margin-block-end: 0;
}

.note-hidden-text {
  margin-block-start: 0;
  margin-block-end: 0;
  margin: 0;
  opacity: 0;
  transition: opacity 1s ease;
}

.note-expand-button::after {
  content: " ";
  display: inline-block;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid currentColor;
  vertical-align: middle;
  margin-right: 0.7rem;
  transform: translateY(-2px);
  transform: translateX(-3px);
  transform: rotate(90deg);
  transition: transform 0.2s ease-out;
}

.note-collapse-button::after {
  content: " ";
  display: inline-block;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid currentColor;
  vertical-align: middle;
  margin-right: 0.7rem;
  transform: translateY(-2px);
  transform: translateX(-3px);
  transform: rotate(270deg);
  transition: transform 0.2s ease-out;
}

/* APPROFONDIMENTI */
#approfondimenti-container {
  width: 1000px;
  max-width: 1000px;
  background-color: #ffffff;
  padding: 20px 0px 20px 45px;
  margin-top: 50px;
}

#approfondimenti-container .box_title {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  background-color: #fff;
}

#approfondimenti_outer {
  width: 100%;
  max-width: 1100px;
  overflow: hidden;
}

#approfondimenti_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 0;
}

.approfondimento {
  padding: 0px 20px;
  border-right: 1px solid #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  min-height: 191px;
}

.approfondimento:first-child {
  padding-left: 0px;
}

.approfondimento:last-child {
  border-right: 0px;
}

.app_occ_tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.app_occhiello {
  font-family: "sole_text", Georgia, Times, "Times New Roman", serif;
  font-size: 14px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  color: #a29e90;
  text-transform: uppercase;
}

.app_titolo {
  width: 150px;
  font-family: "sole_text", Georgia, Times, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}

.app_titolo a:link {
  color: #000000;
  text-decoration: none;
}

.app_titolo a:visited {
  color: #000000;
  text-decoration: none;
}

.app_titolo a:hover {
  color: #000000;
  text-decoration: underline;
}

.app_titolo a:active {
  color: #000000;
  text-decoration: underline;
}

.app_firma {
  font-family: "sole_text", Georgia, Times, "Times New Roman", serif;
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: italic;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}

.frecce {
  display: flex;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: end;
  justify-content: end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.frecce div + div {
  margin: auto 5px;
  cursor: pointer;
  opacity: 0.3;
}

#left_arrow {
  opacity: 0.3;
}

#right_arrow {
  opacity: 1;
  margin-left: 10px;
}

#left_arrow:hover {
  opacity: 1;
}

#right_arrow:hover {
  opacity: 1;
}

.evidenzia_testo {
  background-color: #fec36b;
  padding: 1px 3px;
  font-weight: 700;
}

/*--- FOOTER ----*/

#backtop {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 50px;
  z-index: 510;
  text-align: right;
  display: block;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

#backtop img {
  cursor: pointer;
  width: 30px;
  max-width: 30px;
  height: auto;
  margin-right: 10px;
  margin-bottom: 10px;
}

#fonti_finali {
  margin-top: 60px;
  width: 680px;
  border-top: 1px solid #1a1818;
}
#crediti_finali {
  margin-top: 0;
  width: 680px;
  border-top: 1px solid #1a1818;
}

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;
  color: #1a1818;
  font-weight: 400;
  margin: 5vh 10px;
}

h6 {
  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;
  color: #1a1818;
  font-weight: 400;
  margin: 5vh 10px;
}

footer {
  z-index: 550;
}

#footer_div {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  line-height: 1.3;
  background-color: #19171a;
  color: #a19e9e;
  font-size: 14px;
  text-transform: none;
  padding: 30px 100px;
  text-align: center;
}

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



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

@media screen and (max-width: 480px) {
  article {
    padding-left: 15px;
    padding-right: 15px;
  }

  #nav_header {
    position: absolute;
    top: 0;
  }

  #navHeader-container {
    width: 100vw;
    max-width: 100vw;
    margin-top: 64px;
    overflow-x: hidden;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  #navHeader-wrapper {
    display: none;
  }

  #header_special_link_coronavirus {
    padding-left: 10px;
    padding-right: 0;
    font-size: 14px;
  }

  #header_special_link_vaccini_italia {
    padding-left: 0;
    padding-right: 10px;
    font-size: 14px;
  }

  #title_link_outer {
    width: 100vw;
    max-width: 100vw;
    overflow-x: auto;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }

  #title_link_container {
    width: 690px;
    max-width: 690px;
    white-space: nowrap;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }



  .update,
  .update_below {
    width: 100vw;
    max-width: 100vw;
    padding-left: 15px;
    padding-right: 15px;
  }

  .update {
    margin: 20px 0 0 0;
  }

  .update_below {
    margin: 0;
  }

  .nascondi-desktop {
    display: block;
  }
  .nascondi-mobile {
    display: none;
  }

  #adv-MaxTicker {
    background-color: #f2f2f2;
  }

  #title {
    font-size: 42px;
    line-height: 1.1;
    margin-bottom: 2.5vh;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 40px;
  }

  .counter_wrapper,
  .counter_wrapper_categorie,
  .counter_wrapper_fornitori {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100vw;
  }

  .counter_wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .counter_wrapper_categorie {
    margin-top: 0px;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 20px;
  }

  .counter_wrapper_fornitori {
    margin-top: 0px;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 20px;
  }

  .col_1,
  .col_2,
  .col_3,
  .col_4,
  .col_5,
  .col_6,
  .col_7,
  .col_8,
  .col_9,
  .col_10,
  .col_12 {
    width: 100%;
    margin-top: 30px;
    justify-content: center;
    align-items: center;
  }

  .col_8,
  .col_9,
  .col_10,
  .col_12 {
    padding-bottom: 20px;
  }

  .count-text {
    line-height: 1;
  }

  #count_text_1,
  #count_text_3,
  #count_text_4,
  #count_text_5,
  #count_text_6,
  #count_text_7 {
    margin-bottom: 20px;
  }

  .count-text_total {
    margin-bottom: 20px;
  }

  .filetto_verticale_top {
    border-right: 0px;
    border-bottom: 1px solid rgba(31, 34, 38, 0.5);
  }

  .filetto_verticale_top_dotted {
    border-right: 0px;
    border-bottom: 1px dotted rgba(31, 34, 38, 0.5);
  }

  hr.filetto_verticale {
    display: none;
  }

  hr.filetto_mobile {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid rgba(31, 34, 38, 0.5);
    width: 50%;
  }

  hr.filetto {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .corona-links-title,
  .corona-links {
    font-size: 16px;
  }

  .timer,
  .timer_below {
    line-height: 0.6;
    font-size: 50px;
  }

  .links-cont {
    width: 90%;
  }
/*
  #box_podcast_padding {
    padding-left: 10px;
    padding-right: 15px;
  }
  #box_podcast {
    width: 95vw;
    max-width: 95vw;
    padding: 0;
  }

  #podcast_mobile {
    width: calc(100vw - 136px);
    height: 160px;
    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: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding-left: 10px;
  }

  #podcast_img {
    background-image: url("../img/podcast-mobile.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 136px;
    height: 160px;
  }

  .podcast_content {
    width: 100%;
    height: 160px;
  }

  #title_podcast {
    line-height: 1;
    font-size: 28px;
    padding-top: 10px;
    padding-bottom: 10px;
  } */

  #box_podcast_padding {
    padding-left: 10px;
    padding-right: 15px;
  }
  #box_podcast {
    width: 95vw;
    max-width: 95vw;
    padding: 0;
  }

  #podcast_mobile {
    width: calc(100vw - 102px);
	height: 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding-left: 20px;
	padding-top: 5px;
  }

  #podcast_img {
    background-image: url("../img/podcast-mobile.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 102px;
    height: 160px;
  }

  .podcast_content {
	  width: calc(100% - 20px);
	  height: 80px;
  }

  #podcast_content_1 {
	border-right: 0;
	border-bottom: 1px solid #cccccc;
}


  #podcast_content_2 {
	padding-left: 0;
}


  .occhiello_podcast {
    font-size: 13px;
  }

  .title_podcast {
    line-height: 0.8;
    font-size: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
  }

  #box_newsletter_padding {
    padding-left: 10px;
    padding-right: 15px;
  }
  #box_newsletter {
    width: 95vw;
    max-width: 95vw;
    padding: 0;
  }

  #newsletter_mobile {
    width: calc(100vw - 137px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding-left: 20px;
  }

  #newsletter_img {
    background-image: url("../img/Newsletter_vaccini-DESK.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 137px;
    height: 142px;
  }

  #title_newsletter {
    line-height: 1;
    font-size: 26px;
  }

  #newsletter_button {
    margin-top: 10px;
  }

  section {
    width: 100%;
  }

  nav {
    margin-left: 0;
    margin-right: 0;
  }

  #menu,
  .divider,
  .black_row,
  .section_title,
  .box_title,
  .box_text,
  .box_notes,
  #crediti_finali,
  #fonti_finali {
    max-width: 100%;
  }

  .box_chart {
    max-width: 100vw;
    padding-left: 5px;
    padding-right: 5px;
  }

  #change_map,
  #change_bar_chart_race {
    flex-direction: column;
  }

  #menu_anchor {
    bottom: 90px;
  }

  ul#menu_list li {
    font-size: 22px;
  }

  #menu {
    margin-left: 15px;
    margin-right: 15px;
  }

  .anchor-span {
    position: absolute;
    top: -80px;
  }

  .box_text {
    font-size: 18px;
  }


  .section_title {
    font-size: 30px;
    line-height: 1;
    margin-top: 20px;
  }

  .box_title {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 10px;
    margin-top: 50px;
  }

  .chart_full_width {
    width: 100vw;
    max-width: 100vw;
    padding-left: 5px;
    padding-right: 5px;
  }

  #approfondimenti-section {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  #approfondimenti-container {
    width: 95vw;
    max-width: 95vw;
    margin-left: 0;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  #approfondimenti_outer {
    width: 100vw;
    max-width: 100vw;
    overflow-x: auto;
  }

  #footer_div {
    padding: 30px 10px;
  }
}

/*----- RESPONSIVE TABLET ---*/

@media screen and (min-width: 481px) and (max-width: 800px) {
  article {
    padding-left: 0;
    padding-right: 0;
  }

  #nav_header {
    position: absolute;
    top: 0;
    left: -20px;
  }

  #navHeader-container {
    width: 100vw;
    max-width: 100vw;
    margin-top: 64px;
    overflow-x: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  #navHeader-wrapper {
    display: none;
  }

  #header_nav_first {
    margin-left: 20px;
  }

  #title_link_outer {
    width: 100vw;
    max-width: 100vw;
    overflow-x: auto;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }

  #title_link_container {
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  #tabella-vaccini-00-intro-div {
    width: 100vw;
    max-width: 100vw;
    margin: auto;
  }


  #title {
    margin-top: 40px;
    padding: 0px 10px 6px 10px;
  }

  h1 {
    font-size: 62px;
    line-height: 1.4;
    white-space: normal;
  }

  section {
    padding: 15px;
  }

  nav {
    margin-left: 15px;
    margin-right: 15px;
  }

  #menu,
  .divider,
  .black_row,
  .section_title,
  .box_title,
  .box_text,
  .box_chart,
  .box_notes,
  #crediti_finali,
  #fonti_finali {
    max-width: 660px;
  }

  .counter_wrapper {
    max-width: 100vw;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .counter_wrapper_categorie {
    max-width: 100vw;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 30px;
  }

  .counter_wrapper_fornitori {
    max-width: 100vw;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 30px;
  }

  .timer {
    font-size: 40px;
  }

  .timer_below {
    font-size: 30px;
  }

  .col_2,
  .col_3,
  .col_4 {
    width: 33%;
  }

  .col_1,
  .col_5,
  .col_6,
  .col_7,
  .col_8,
  .col_9,
  .col_10,
  .col_12 {
    width: 25%;
  }

  .count-text_total {
    font-size: 14px;
  }

/*   #box_podcast_padding {
    padding-left: 10px;
    padding-right: 15px;
  }

  #box_podcast {
    max-width: 660px;
  } */

  #box_podcast_padding {
    padding-left: 10px;
    padding-right: 15px;
  }

  #box_podcast {
    max-width: 660px;
  }

  .title_podcast {
    line-height: 1.0;
  }

  #box_newsletter_padding {
    padding-left: 10px;
    padding-right: 15px;
  }

  #box_newsletter {
    max-width: 660px;
  }

  .chart_full_width {
    width: 100vw;
    max-width: 100vw;
    padding-left: 5px;
    padding-right: 5px;;
  }

  #approfondimenti-section {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  #approfondimenti-container {
    width: 100vw;
    max-width: 100vw;
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 5px;
  }

  #approfondimenti_outer {
    width: 100vw;
    max-width: 100vw;
    overflow-x: auto;
  }

  #footer_div {
    padding: 30px 10px;
  }
}

/*----- RESPONSIVE DESKTOP EXCEPTION --------*/

@media screen and (min-width: 800px) and (max-width: 1440px) {
  .timer {
    font-size: 50px;
  }
}

@media screen and (min-width: 481px) and (max-width: 1060px) {
  #title {
    font-size: 42px;
    line-height: 1.1;
    margin-bottom: 0vh;
  }
}


@media screen and (min-width: 1200px) {
  #navHeader-wrapper {
    width: 0;
    opacity: 0;
    transition: all 1s ease-out;
  }

  #header_special_link {
    width: 100%;
    transition: all 1s ease-out;
  }

  #title {
    margin-top: 70px;
  }

  #grafico-vaccini-acquista-paesi,
  #grafico-dosi-in-base-al-reddito {
    width: 1000px;
    max-width: 1000px;
  }
}

/* ADV SKIN */
.backgroundAdv {
	background-color:#f7f6f2!important;
  }
  .backgroundAdv .page-wrapper {
	background-color: #f7f6f2;
  }

  .shrinkable {
    background-color: #f7f6f2!important;
  }
