* {
  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;
}

.swiper-container {
  border-bottom: 1px solid rgba(61, 61, 60, 0.5);
  background-color: white;
}

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;
}

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;
  background-color: #f7f6f2;
}

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

#nav_header {
  position: -webkit-sticky;
  position: sticky;
  z-index: 105;
  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: #67b2e5;
  padding-left: 20px;
  padding-right: 10px;
}

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

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

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

#header_special_link_coronavirus a:active {
  color: #2499e7;
  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;
}

/* FASCIA LINK SOTTO IL TITOLO */

#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;
  margin-bottom: 20px;
}

.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: #1a181885;
  text-decoration: none;
}

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

/*---LANGUAGE -------*/

#english {
  float: right;
  margin: 20px;
  vertical-align: middle;
  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;
  color: #0f0f0f;
}

#english a {
  color: #0f0f0f;
  text-decoration: none;
}

#english a:hover {
  cursor: pointer;
  color: rgba(239, 78, 99, 0.7);
}

#english a:active {
  color: #ef4e63;
}

#english a:visited {
  color: #0f0f0f;
}

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

#title {
  font-family: "sole_headline", Gerogia, Times, "Times New Roman", Serif;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: normal;
  text-align: center;
  color: #1f2226;
  font-size: 62px;
  margin-top: 0px;
  margin-bottom: 15px;
}

#description {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-stretch: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: center;
  color: rgba(0, 0, 0, 0.45);
  margin: 0 auto 30px auto;
  font-size: 16px;
}

.in-aggiornamento {
  color: #ef4e63;
}

#sticky {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 500;
  text-align: right;
  display: none;
}
#sticky img {
  cursor: pointer;
  width: 30px;
  max-width: 30px;
  height: auto;
  margin-right: 10px;
  margin-bottom: 10px;
}

.blink {
  animation: blinker 0.6s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.blink-one {
  animation: blinker-one 1s linear infinite;
}
@keyframes blinker-one {
  0% {
    opacity: 0;
  }
}
.blink-two {
  animation: blinker-two 1.4s linear infinite;
}
@keyframes blinker-two {
  100% {
    opacity: 0;
  }
}

.commento-accordion {
  line-height: 28.6px;
  font-size: 18px;
  height: 68px;
  /* text-overflow: ellipsis; */
  /* white-space: nowrap; */
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.commento-accordion-nuovo {
  line-height: 28.6px;
  font-size: 18px;
  /* text-overflow: ellipsis; */
  /* white-space: nowrap; */
}

.commento-accordion-carica {
  position: absolute;
  right: 0;
  font-weight: 600;
  background-color: #f7f6f2;
  bottom: -3px;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
}

.dividi {
  background-image: url("../img/dividi.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  height: 18px;
  width: 100%;
  margin: 30px 0;
}

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

.nascondi {
  display: none;
}

/* COLLAPSIBLE NOTES */

.note-regioni-collapsible {
  cursor: pointer;
  width: 100%;
  border: none;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.18;
  letter-spacing: normal;
  text-align: center;
  color: rgba(0, 0, 0, 0.45);
  background-color: transparent;
  position: relative;
  margin-left: -10px;
}

.note-regioni-arrow {
  border: solid rgba(0, 0, 0, 0.45);
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: transform 0.2s ease-out;
  position: absolute;
  top: 6px;
  margin-left: 5px;
}

.note-regioni-arrow-active {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transition: transform 0.2s ease-out;
  top: 12px;
}

.note-regioni-content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}

.note-regioni-border {
  width: 200px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.45);
  margin: 10px auto;
  transition: transform 0.2s ease-out;
}

.note-regioni-border-active {
  width: calc(100% - 20px);
  transition: transform 0.2s ease-out;
}

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

#counter_description {
  width: 100%;
  max-width: 680px;
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}

.counter_wrapper,
.counter_wrapper_below {
  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: auto;
}

.counter_wrapper_below {
  width: 680px;
  height: 190px;
  margin-top: 10px;
  margin-bottom: 10px;
}

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

.col_5_top,
.col_6_top,
.col_7_top {
  width: 20%;
  text-align: center;
  background-color: #f7f6f2;
  vertical-align: top;
}

.col_5,
.col_6,
.col_7 {
  width: 33%;
  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: #f38384;
}

#num_3,
#variazione_3,
#total_3 {
  color: #19b290;
}

#num_4,
#variazione_4,
#total_4 {
  color: #ef4e63;
}

#num_5_top,
#variazione_5_top,
#total_5_top {
  color: #f38384;
}

#num_6_top,
#variazione_6_top,
#total_6_top {
  color: #f38384;
}

#num_7_top,
#variazione_7_top,
#total_7_top {
  color: #f38384;
}

#num_5_top,
#num_6_top,
#num_7_top {
  font-weight: 400;
  font-size: 34px;
}

#num_5,
#variazione_5,
#total_5 {
  color: #ef4e63;
}

#num_6,
#variazione_6,
#total_6 {
  color: #aa0438;
}

#num_7,
#variazione_7,
#total_7 {
  color: #f38384;
}

.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: 48px;
}

.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;
}

.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 {
  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;
  margin-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;
}

/*------ TOOLTIP ----*/

.pointer {
  color: #ef4e63;
  cursor: pointer;
}

.pointer:after {
  padding: 50px;
}

.tooltiptext {
  display: none;
  position: absolute;
  width: 180px;
  background-color: #f7f6f2;
  color: #ef4e63;
  border: 1px solid #ef4e63;
  text-align: center;
  border-radius: 4px;
  box-shadow: 5px 10px 8px #888888;
  padding: 5px 0;
  line-height: 1.1;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 15px;
  /* Position the tooltip */
}

#tooltiptext_2 {
  transform: translate(320px, -150px);
}

#tooltiptext_3 {
  transform: translate(250px, -150px);
}

#tooltiptext_4 {
  transform: translate(380px, -150px);
}

.img_tooltip {
  margin-left: 2px;
  width: 14px;
}

/* 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;
}

/* TESTO AUTOMATICO */

.testo-automatico {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1395px;
  margin: 100px auto 50px auto;
}
.testo-automatico-cnt {
  width: 33.33%;
  display: flex;
  flex-direction: column;
  text-align: center;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: rgba(15, 15, 15, 0.7);
  padding: 0 30px;
}

#testo_automatico {
  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%;
  max-width: 1395px;
  margin: 100px auto 50px auto;
}

.testo_automatico_div {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 33%;
  height: 300px;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: rgba(15, 15, 15, 0.7);
  padding: 0 30px;
  text-align: center;
}

@media only screen and (min-width: 1000px) {
  .testo_automatico_div {
    height: 230px;
  }
}

#testo_automatico_deceduti {
  border-left: 1px solid rgba(15, 15, 15, 0.7);
  border-right: 1px solid rgba(15, 15, 15, 0.7);
}

#testo_automatico_tamponi {
  border-right: 1px solid rgba(15, 15, 15, 0.7);
}

.testo_automatico_title {
  font-weight: 800;
}
.pink {
  color: #f38384;
}
.black {
  color: #000000;
}
.dark-pink {
  color: #ef4e63;
}

.testo_au_big {
  font-size: 22px;
  font-weight: 800;
}

.dividi_testo_au {
  background-image: url("../img/dividi.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  height: 18px;
  width: 100%;
  margin: 20px 0;
}

/*--- SECTIONS ---*/
.section {
  width: 100%;
  padding: 20px auto;
}

.divider {
  margin: 50px auto 50px auto;
}

/*---------- COMMENT ---------*/

#comment {
  background-color: #ebe6e0;
  max-width: 960px;
  margin: 50px auto 30px auto;
  padding: 50px;
  outline: 3px solid #f7f6f2;
  outline-offset: -20px;
  font-family: "sole_text", Georgia, Times, "Times New Roman", serif;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: italic;
  line-height: 1.8;
  letter-spacing: normal;
  color: #0f0f0f;
}

#comment a {
  color: #ef4e63;
  text-decoration: underline;
}

#comment a:hover {
  cursor: pointer;
  color: rgba(239, 78, 99, 0.7);
  text-decoration: underline;
}

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

#comment a :visited {
  color: #ef4e63;
  text-decoration: underline;
}

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

/*--- MENU ---*/

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

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

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

#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;
}

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", Gerogia, 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;
}

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;
}

/* LINK COMMENTO */
ul#commento_list {
  list-style-type: none;
  margin: 0px;
  padding: 0px 0px 0px 20px;
}

ul#commento_list li {
  list-style-image: url(../img/index-item.svg);
}

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

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

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

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

@media only screen and (min-width: 800px) {
  #sommario_mappa {
    width: 720px;
    max-width: 720px;
  }
}

/* --- NEWSLETTER ---- */
#box_newsletter {
  box-sizing: border-box !important;
  background-image: url("../img/newsletter.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-shadow: 8px 8px 0px 0px rgba(202, 159, 157, 1);
  -moz-box-shadow: 8px 8px 0px 0px rgba(202, 159, 157, 1);
  box-shadow: 8px 8px 0px 0px rgba(202, 159, 157, 1);
  width: 100%;
  max-width: 680px;
  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: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
  margin: 50px auto;
  padding: 15px 30px;
}

#occhiello_newsletter {
  box-sizing: border-box !important;
  width: 100%;
  max-width: 130px;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  padding: 5px 10px 5px 10px;
  color: #f15c6f;
  background-color: rgba(255, 255, 255, 0.8);
}

#title_newsletter {
  box-sizing: border-box !important;
  width: 100%;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  padding: 5px 10px;
}

#title_newsletter span {
  background: #bd394a;
  -moz-box-shadow: -10px 0px 0px #bd394a, 10px 0px 0px #bd394a;
  -webkit-box-shadow: -10px 0px 0px #bd394a, 10px 0px 0px #bd394a;
  box-shadow: -10px 0px 0px #bd394a, 10px 0px 0px #bd394a;
  color: #ffffff;
}

#text_newsletter {
  box-sizing: border-box !important;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: left;
  padding: 5px 10px;
}

#text_newsletter span {
  background: #bd394a;
  -moz-box-shadow: -10px 0px 0px #bd394a, 10px 0px 0px #bd394a;
  -webkit-box-shadow: -10px 0px 0px #bd394a, 10px 0px 0px #bd394a;
  box-shadow: -10px 0px 0px #bd394a, 10px 0px 0px #bd394a;
  color: #ffffff;
  padding: 4px 0px;
}

#link_newsletter {
  margin-top: 5px;
  max-width: 170px;
  background-color: #0f0f0f;
  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 ---*/

.box_title,
.box_text,
.box_notes {
  width: 680px;
  max-width: 680px;
  text-align: left;
}

.box_title {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}

.box_text {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}

.box_text a {
  color: #ef4e63;
  text-decoration: underline;
}

.box_text a :visited {
  color: #ef4e63;
  text-decoration: underline;
}

.box_text a:hover {
  cursor: pointer;
  color: rgba(239, 78, 99, 0.7);
  text-decoration: underline;
}

.box_text a:active {
  color: #ef4e63;
  text-decoration: underline;
}

.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;
  margin-top: 5px;
}

.commento-accordion-nuovo a,
.commento-accordion-nuovo a:visited,
.commento-accordion-nuovo a:hover,
.commento-accordion-nuovo a:active {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}

.final_link,
.index_link {
  margin: 20px auto;
}

.final_link {
  line-height: 1.2;
}

.final_link a {
  font-weight: bold;
  text-decoration: none;
}

.index_link {
  display: inline;
  border: 1px solid #0f0f0f;
  padding-top: 1px;
  padding-bottom: 5px;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
}

.index_link_arrow img {
  position: relative;
  top: 8px;
  left: 3px;
  padding-right: 1px;
}

.index_link_border_inside {
  font-size: 15px;
  border-left: 1px solid #0f0f0f;
  margin-left: 0px;
  padding-top: 6px;
  padding-bottom: 8px;
  padding-left: 6px;
  padding-right: 6px;
}

.index_link a,
.index_link a:hover,
.index_link a:active,
.index_link a:visited {
  color: #0f0f0f;
  text-decoration: none;
  cursor: pointer;
}

/*------ GRAFICO REGIONI SWIPER -----*/
.regioni-swiper-container {
  width: 100%;
  height: 100%;
}
.regioni-swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* 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;
}

.line {
  fill: none;
  stroke: #aa0438;
  stroke-width: 3;
}

/*------ APPROFONDIMENTI -------*/

.links-cont {
  width: 680px;
  margin-top: 50px auto;
  align-items: center;
  justify-content: left;
}

.links-title,
.links {
  font-family: "sole_text", Georgia, Times, "Times New Roman", serif;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: normal;
  text-align: left;
  color: #1f2226;
  margin: 2vh auto;
  font-size: 18px;
}

.links {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: left;
  padding: 0px;
}

.link-svg {
  width: 20px;
  align-self: flex-start;
  padding: 5px 5px 0px 0px;
}

.img-link-svg {
  width: 20px;
}

.links-a {
  padding: 0px;
}

.links-title {
  font-size: 20px;
  font-weight: 900;
  border-bottom: 3px solid #0f0f0f;
  margin-top: 70px;
}

.links-a > a {
  font-weight: 600;
  color: #003c7f;
  text-decoration: none;
}

.links-a > a:hover {
  color: #4c7099;
}

.links-a > a:active {
  color: #4c7099;
}

.links-a > a:visited {
  color: #003c7f;
}

/*--- FOOTER ----*/
#fonti_finali {
  margin-top: 60px;
  width: 680px;
  border-top: 1px solid #1f2226;
}
#crediti_finali {
  margin-top: 0;
  width: 680px;
  border-top: 1px solid #1f2226;
}

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

.faN {
  width: 30px !important;
}

#vaccini-pulsante {
  width: 450px;
  text-align: center;
  background: #67b2e5;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #ffffff;
  padding: 5px 20px;
  cursor: pointer;
  margin: auto;
  margin-top: 20px;
  border-radius: 4px;
}

#vaccini-pulsante:hover {
  text-decoration: underline;
  background-color: #9cbdd4;
}

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

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

#vaccini-pulsante a:hover {
  color: #ffffff;
  text-decoration: underline;
}

#vaccini-pulsante a:active {
  color: #ffffff;
  text-decoration: underline;
}

.box-contieni {
  width: 100%;
  display: flex;
  flex-direction: row;
}

.box-contieni iframe {
  width: 50%;
}

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

@media screen and (max-width: 480px) {
  .box-contieni {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .box-contieni iframe {
    width: 100% !important;
    height: 384px !important;
  }
  #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 {
    margin-top: 0px;
  }

  #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: 900px;
    max-width: 900px;
    white-space: nowrap;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }

  #description {
    width: 300px;
  }

  .nascondi-desktop {
    display: block;
  }
  .nascondi-mobile {
    display: none;
  }
  .commento-accordion-carica {
    bottom: 4px;
  }
  .commento-accordion-carica.nascondi-desktop {
    position: relative;
    text-align: left;
    width: 100%;
    margin-top: 8px;
    font-size: 18px;
  }

  #title {
    font-size: 42px;
    line-height: 1.1;
    margin-bottom: 2.5vh;
  }

  .counter_wrapper,
  .counter_wrapper_below {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .counter_wrapper {
    box-sizing: border-box !important;
    padding-left: 40px;
    padding-right: 40px;
  }

  .counter_wrapper_below {
    margin-top: 0px;
    height: auto;
  }

  .col_1,
  .col_2,
  .col_3,
  .col_4,
  .col_5_top,
  .col_6_top,
  .col_7_top {
    width: 100%;
    margin-top: 30px;
    justify-content: center;
    align-items: center;
  }

  .col_5,
  .col_6,
  .col_7 {
    width: 100%;
    margin-top: 10px;
    justify-content: center;
    align-items: center;
  }

  .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;
  }

  .timer {
    font-size: 54px;
  }

  .timer_below {
    font-size: 50px;
  }

  .links-cont {
    width: 90%;
  }

  .swiper-container {
    height: 50px;
  }

  .swiper-slide:nth-child(4n) {
    margin-right: 20px;
  }

  #testo_automatico {
    flex-direction: column;
    width: 100%;
    max-width: 100vw;
  }

  .testo-automatico {
    flex-direction: column;
    width: 100%;
    max-width: 100vw;
  }

  .testo-automatico-cnt {
    width: 100%;
    max-width: 100%;
    padding: 20px 10px;
  }

  .testo_automatico_div {
    width: 100%;
    max-width: 100%;
    padding: 20px 10px;
    height: auto;
  }

  #testo_automatico_positivi {
    border-top: 1px solid rgba(15, 15, 15, 0.7);
  }

  #testo_automatico_deceduti {
    border-left: 0;
    border-right: 0;
    border-top: 1px solid rgba(15, 15, 15, 0.7);
    border-bottom: 1px solid rgba(15, 15, 15, 0.7);
  }

  #testo_automatico_tamponi {
    border-left: 0;
    border-right: 0;
  }

  #testo_automatico_tamponi {
    border-bottom: 1px solid rgba(15, 15, 15, 0.7);
  }

  #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;
  }

  #vaccini-pulsante {
    width: 100%;
    max-width: 100vw;
  }

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

  section {
    width: calc(100% - 15px);
    padding: 15px 0;
  }

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

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

  #comment,
  .box_text {
    font-size: 18px;
  }

  #menu_anchor {
    bottom: 90px;
  }

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

  #menu {
    margin-left: 15px;
    margin-right: 15px;
  }
  .box_title {
    font-size: 28px;
    line-height: 1;
    margin-bottom: 10px;
  }

  .index_link {
    padding-top: 3px;
    padding-bottom: 6px;
  }
}

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

@media screen and (min-width: 481px) and (max-width: 800px) {
  #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 {
    margin-top: 0px;
  }

  #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: 900px;
    max-width: 900px;
    white-space: nowrap;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }

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

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

  .title {
    padding: 0px 6px 6px 6px;
  }

  section {
    padding: 15px 0;
  }

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

  #comment,
  #menu,
  .divider,
  .box_title,
  .box_text,
  .box_notes,
  #crediti_finali,
  #fonti_finali {
    max-width: 680px;
  }

  .timer {
    font-size: 24px;
  }

  .timer_below {
    font-size: 40px;
  }

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

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

  #box_newsletter {
    max-width: 680px;
    padding: 30px 10px;
  }

  #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: 30px;
    padding-right: 5px;
  }

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

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

@media screen and (max-width: 396px) {
  #tooltiptext_2,
  #tooltiptext_4 {
    transform: translate(0px, -40px);
  }

  #tooltiptext_3 {
    transform: translate(100px, -40px);
  }
}

@media screen and (min-width: 397px) and (max-width: 480px) {
  #tooltiptext_2,
  #tooltiptext_3,
  #tooltiptext_4 {
    transform: translate(150px, -50px);
  }
}

/*----- RESPONSIVE DESKTOP EXCEPTION --------*/
@media screen and (min-width: 481px) {
  .swiper-wrapper {
    justify-content: center;
  }
}

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

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

  .links-a {
    width: 100%;
  }

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

@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;
  }
}

.bottone-grafici {
  background-color: #ececec;
  border: 1px solid #ccc;
  margin: 0;
  padding: 6px 4px;
  text-align: center;
  width: 170px;
  cursor: pointer;
}

.bottone-grafici:hover {
  background-color: #ffffff;
}

.colore-verde {
  color: #19b28e !important;
}

.colore-rosa {
  color: #f38384 !important;
}

.numero-piccolo {
  font-weight: 400 !important;
  font-size: 34px !important;
}

.numero-grande {
  font-weight: 800 !important;
  font-size: 48px !important;
}
