* {
  box-sizing: border-box;
}

html,
body {
  scroll-behavior: smooth;
  height: 100%;
}

body {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
}

/* .backgroundAdv {
  background-attachment: fixed; /* per la pubblicità 
} */

:-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;
}

.animato{ -webkit-transition: .3s ease-in-out; -moz-transition: .3s ease-in-out; -o-transition: .3s ease-in-out; transition: .3s ease-in-out;}

article,
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;
  padding-top:135px;
}

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%;
  max-width: 1260px;
  margin: auto;
}

section>*{
	width: 1230px;
}

a:visited {
  color: initial;
}

#div-gpt-ad-MPU_Top div{
  margin: 0 60px;
}

#div-gpt-ad-MaxTicker div{
  padding: 30px 0;
  margin-bottom: -35px;
  display: block!important;
  width: 100%!important;
  box-sizing: initial!important;
  background-color: #ebe6df;
}

#div-gpt-ad-MaxTicker.classifica div{
  margin-bottom: -55px;
}


#div-gpt-ad-MaxTicker{
  height: auto!important;
}

#selettore-seleziona-cnt{
  width: 100%;
  height: 50%;
}

#sfuma{
  position:absolute;
  bottom:0;
  left:0;
  mix-blend-mode: multiply;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.28) 39%, #707070);
}

#selettore-seleziona{
  margin-bottom: 3em;
}
/*---- NAV HEADER  ------*/

#nav_header {
  /* position: -webkit-sticky;
  position: sticky;
  z-index: 105; */
  position: relative;
  top: 70px;
  height: 50px;
}

#nav_header.classifica {
  top: 65px;
}


#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-ombra{
  box-shadow: 0 3px 3px 0 rgba(15, 15, 15, 0.2);
}

#section-heaader{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1260px;
  overflow-x: hidden;
  margin: auto;
}

header{
	width: 100%;
	box-sizing: border-box;
	padding-right: 10vw;
}

header.classifiche{
  padding-right:initial;
  margin-top: 30px;
}

.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;
}

/* 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;
}

/*--------- TITLE --------------------*/

.in-aggiornamento {
  color: #ef4e63;
}

#sticky {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 3;
  text-align: right;
  display: none;
}
#sticky img {
  cursor: pointer;
  width: 30px;
  max-width: 30px;
  height: auto;
  margin-right: 10px;
  margin-bottom: 10px;
}

.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;
}

/*--- SECTIONS ---*/
.section {
  width: 100%;
  margin: 20px auto;
}

.divider {
  margin: 50px auto 50px auto;
}

/*---------- COMMENT ---------*/

.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;
}

.bottone-generico{
  -webkit-transition: .3s ease-in-out; -moz-transition: .3s ease-in-out; -o-transition: .3s ease-in-out; transition: .3s ease-in-out;
  padding: 3px;
}
.bottone-generico:hover{
	background-color: rgba(0,0,0,0.10);
}

#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;
  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;
}

/*--- 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;
}



/*--- FOOTER ----*/
#fonti_finali {
  /* margin-top: 60px; */
  /* width: 680px; */
  padding-top: 60px;
  width: 100%;
  max-width: 1230px;
  border-top: 1px solid #1f2226;
}
#crediti_finali {
  margin-top: 0;
  /* width: 680px; */
  width: 100%;
  max-width: 1230px;
  border-top: 1px solid #1f2226;
}

#fonti_finali a:link {
  color: #1a1818;
  text-decoration: underline;
}

#fonti_finali a:visited {
  color: #1a1818;
}

#fonti_finali a:hover {
  color: #0795ac;
}

#fonti_finali a:active {
  color: #0795ac;
}

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;
}

.box-contieni{
	width: 100%;
	display: flex;
	flex-direction:row;
}

.box-contieni iframe{
	width: 50%
}


/* ************************************************************************************************************************************************** */
/* ************************************************************************************************************************************************** */
/* ******************  QUIII                                                                             ******************************************** */
/* ************************************************************************************************************************************************** */
	
	.occhiello{
		font-size: 16px;
		line-height: 33px;
	}

	
	.noscroll { 
		overflow: hidden;
	}
	


/* Titolazione */
.titolo-blocco{
  padding: 0 0 20px 48px;
}

.titolo-2 {
  font-size: 26px;
  font-weight: 600;
}

.titolo-3 {
  font-size: 18px;
  font-weight: 500;
}

.titolo-4 {
  font-size: 1.1em;
  font-weight: 500;
  color:var(--colore-principale);
  margin-top: 25px;
}
.titolo-5 {
  font-size: .9em;
  font-weight: 500;
  text-transform: uppercase;
}

.titolo-12_14{ font-size: 12px; line-height: 14px; }

.titolo-12{ font-size: 12px; line-height: 22px; }
.titolo-13{ font-size: 13px; line-height: 22px; }
.titolo-14{ font-size: 14px; line-height: 18px; }
.titolo-15{ font-size: 15px; line-height: 18px; }
.titolo-16{ font-size: 16px; line-height: 22px; }
.titolo-18{ font-size: 18px; line-height: 21px; }
.titolo-22{ font-size: 22px; }
.titolo-26{ font-size: 26px; }
.titolo-42{ font-size: 42px; line-height: 42px; }

.line-initial{ line-height: 1.15em; }



.elisione{
  flex: 1;
  min-width: 0;
}

.elisione>div{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}



.pos-fixed {
	position: fixed!important;
	left: 50%!important;
	transform: translateX(-50%)!important;
  }

footer{
  width: 100%;
}

a:visited, a:visited div{
  color: initial;
}

a:visited #testatina-titolo{
  color: white;
}

a:visited .bottone-testata{
  color: #0795ac;
}




@media screen and (max-width: 480px) {

  #navHeader-container {
    width: 100vw;
    max-width: 100vw;
    margin-top: 64px;
    overflow: hidden;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  #navHeader-wrapper {
    display: none;
  }

  .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;
  }

  section {
    width: calc(100% - 15px);
    margin: 15px;
  }

  nav {
    margin-left: 0;
    margin-right: 0;
  }

  #comment,
  #menu,
  .divider,
  .box_title,
  .box_text,
  .box_notes,
  #crediti_finali,
  #fonti_finali {
    max-width: 100%;
  }

  #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) {

  #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;
  }

  h1 {
    font-size: 62px;
    line-height: 1.4;
    white-space: normal;
  }

  #comment,
  #menu,
  .divider,
  .box_title,
  .box_text,
  .box_notes,
  #crediti_finali,
  #fonti_finali {
    max-width: 680px;
  }
}

/*----- RESPONSIVE MOBILE EXCEPTION --------*/





@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;
  }

}

@media screen and (max-width: 1229px) {
  #menu-indicatori{
    display: none;
  }

  section>*{
    width: 100%;
  }
}

@media screen and (max-width: 939px) {
  .px-comune {
      padding-left: 5px;
      padding-right: 5px;
  }

  #barre-radiali-cnt{
    justify-content: end;
  }

  #idCriminalita{
    height: auto;
    width: 95%;
  }

  #testatina-header2,
  #testatina-mobile {
    padding: 0 5px 0px 5px;
  }  

  #testatina-titolo.titolo-26{
    font-size: 20px;
  }

  /* #testatina-titolo{
    margin-top: 14px;
  } */
}