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



/*---- NAV HEADER  ------*/
.navHeader-swiper-container {
  margin: auto;
  width: 100%;
  height: 50px;
  margin-top: 64px;
}



.navHeader-swiper-slide {
    width: auto;
    text-align: center;
    background: white;
    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;
    font-family: "SoleSans", Arial;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #0f0f0f;
	margin-right: 10px;
}

/* .swiper-slide:nth-child(2n) {
      width: 40%;
  } */


.navHeader-swiper-slide a {
  text-decoration: none;
  color: #0f0f0f;
}

.navHeader-swiper-slide a:hover,
.navHeader-swiper-slide a:active {
  text-decoration: underline;
  color: #0f0f0f;
}

.navHeader-swiper-slide a:visited {
  text-decoration: none;
  color: #0f0f0f;
}

#header_nav_first {
  font-family: "SoleSans", Arial;
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #0f0f0f;
  padding-right: 20px;
  border-right: 1px solid #C1BEC1;
}


#live {
  border-radius: 3px;
  background-color: #ef4e63;
  padding: 2px 4px;
  font-family: "SoleSans", Arial;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.08;
  letter-spacing: normal;
  color: #ffffff;
}


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

#english {
  float: right;
  margin: 20px;
  vertical-align: middle;
  font-family: "SoleSans", Arial;
  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;
  font-weight: 400;
  font-stretch: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: center;
  color: rgba(15,15,15,.8);
  margin: 0 auto 30px auto;
  font-size: 16px;
}

.in-aggiornamento{
	color:#ef4e63;
}


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

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

.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: 660px;
  margin-top: 50px;
  margin-bottom: 30px;
}

.col_1,
.col_2,
.col_3,
.col_4 {
	width: 25%;
	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;
}

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


#num_1,
#variazione_1 {
	color: #F5958F;
}

#num_3,
#variazione_3 {
	color: #19B290;
}

#num_4,
#variazione_4 {
	color: #EF4E63;
}


#num_5,
#variazione_5 {
	color: #EF4E63;
}

#num_6,
#variazione_6 {
	color: #AA0438;
}

#num_7,
#variazione_7 {
	color: #F5958F;
}



.timer {
	  font-family: 'SoleSans', "sans-serif";
	  font-weight: 800;
	  font-style: normal;
	  line-height: 0.8;
	  letter-spacing: normal;
	  color: rgba(15,15,15,.8);
	  margin: 15px 0;
	  margin-bottom: 30px;
	  font-size: 80px;
}


.timer_below {
  font-family: 'SoleSans', "sans-serif";
  font-weight: 800;
  font-style: normal;
  line-height: 0.8;
  letter-spacing: normal;
  color: rgba(15,15,15,.8);
  margin: 15px 0;
  margin-bottom: 30px;
  font-size: 50px;
}


.count-text {
	  font-family: 'SoleSans', "sans-serif";
	  font-weight: 400;
	  font-stretch: normal;
	  font-style: normal;
	  line-height: 1.1;
	  letter-spacing: normal;
	  color: rgba(15,15,15,.8);
	  margin: 0px;
	  font-size: 20px;
}


/*------ 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', "sans-serif";
  font-weight: 400;
  font-size: 15px;
  /* Position the tooltip */
}

#tooltiptext_1,
#tooltiptext_5 {
  transform: translate(-50px,-110%);
}


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

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

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


.img_tooltip {
	margin-left: 2px;
}


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

.divider {
  margin: 40px auto 0px 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', "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;
  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.0;
}


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


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




/*--- TEXT BLOCKS ---*/

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


.box_title {
  font-family: 'sole_headline', Gerogia, Times, 'Times New Roman', Serif;
  font-size: 36px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  color: #0f0f0f;
}

.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.8;
  letter-spacing: normal;
  color: #0f0f0f;
	}

.box_text a {
  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_text a :visited {
  color: #EF4E63;
  text-decoration: underline;
}

.commento-accordion-nuovo a, .commento-accordion-nuovo a:hover,.commento-accordion-nuovo a:active,.commento-accordion-nuovo a:visited{
	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;
}

.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: 660px;
  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 ----*/

#crediti_finali {
  margin-top: 60px;
  width: 660px;
  border-top: 1px solid #1f2226;
}

h5 {
  font-family: 'SoleSans';
  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;
}

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

@media screen and (max-width: 850px) {
	#header_nav_first{
		margin-left:15px;
		}
	
	.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_below {
		margin-top: 0px;
  }

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

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

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


	hr.filetto_verticale {
		display: none;
	}

	hr.filetto_mobile {
		  margin-top: 30px;
		  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: 60px;
	}

  .timer_below {
	  font-size: 50px;
	}


  .links-cont {
    width: 90%;
  }

  .swiper-container {
    height: 50px;
  }

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


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

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

  #comment,
  #menu,
  .divider,
  .box_title,
  .box_text,
  #crediti_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.0;
    margin-bottom: 10px;
  }

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

}


/*----- RESPONSIVE TABLET 

@media screen and (min-width: 481px) and (max-width: 800px) {

  .swiper-container {
    height: 50px;
}


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

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

  section  {
    margin: 15px;
  }

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

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

  .timer,
  .timer_below {
	  font-size: 40px;
	}
}-----------*/


/*----- 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: 481px) and (max-width: 1060px) {
	#title {
		font-size: 42px;
		line-height: 1.1;
		margin-bottom: 0vh;
	}

/* 	.counter_wrapper {
		display: block;
		width: 100%;
		height: 180px;
  }
  
  .counter_wrapper_below {
    display: flex;
    flex-direction: row;
		width: 80%;
  }

	.count-text {
	  font-size: 16px;
    }

	.col_1,
	.col_2,
	.col_3,
  .col_4 {
		width: 25%;
		text-align: center;
		float: left;
		display: inline-block;
		margin-top: 30px;
	}

	.col_4 {
		margin-top: 20px;
	}

	hr.filetto_verticale {
		display: none;
	} 

	hr.filetto_mobile {
		display: none;
  }
 */


 

	.links-a {
		width: 100%;
	}


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


	#tooltiptext_1 {
		transform: translate(-120px,-110%);
	}
}

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

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

@media screen and (min-width: 1061px) and (max-width: 1600px) {
  .timer {
	  font-size: 60px;
	}
}
