:root {
  --principale: #fcaf17;

  --grigio: rgba(112, 112, 112, 0.4);
  --grigio-chiaro: #eaeaea;
  --oro: #fcaf17;
  --argento: #b0b6be;
  --bronzo: #ac6c5e;
  --oro-scuro: #ff9900;
  --argento-scuro: #758293;
  --bronzo-scuro: #8d4f43;

  --ricchezza-consumi: #25275e;
  --ambiente-servizi: #006543;
  --giustizia-sicurezza: #711e52;
  --affari-lavoro: #00a0dc;
  --demografia-societa: #ee3e7b;
  --cultura-tempo-libero: #903f98;
  --classifica-finale: #fcaf17;
}

.no-scroll {
  overflow: hidden;
}

* {
  box-sizing: border-box;
}

html,
body {
  scroll-behavior: smooth;
  height: 100%;
}

body {
  background-color: #f7f6f2;
  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: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.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;
  margin-top: 65px;
}

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;
  background-color: #f7f6f2;
}

section>* {
  width: 1230px;
}

#div-gpt-ad-MPU_Top div {
  margin: 0 60px;
}

#div-gpt-ad-MaxTicker div {
  /* margin-top: 95px; */
  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: 50px;
}

#header-fisso,
.top-bar {
  height: 51px !important;
}

#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-heder {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

header {
  width: 100%;
  box-sizing: border-box;
  padding-right: 10vw;
}

header.classifiche {
  padding-right: initial;
  margin-top: 30px;
}

/* .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;
}

/* 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 {
  display: none !important;
}

.nascondi-desktop,
.nascondi_desktop {
  display: none !important;
}

.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: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding: 3px;
}

.bottone-generico:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

#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;
}

/*--- 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: 100%;
  background-color: #ebe6df;
}

#crediti_finali {
  margin-top: 0;
  width: 100%;
  background-color: #fcaf17;
  position: relative;
}

.box_logo_enel {
  position: absolute;
  right: 20px;
  top: 50%;
}

#fonti_finali .h5,
#crediti_finali .h5 {
  max-width: 1230px;
}

#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                                                                             ******************************************** */
/* ************************************************************************************************************************************************** */

header {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.occhiello {
  font-size: 16px;
  line-height: 33px;
}

#descrizione {
  column-count: 1;
}

h1 {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 50px;
  line-height: 76px;
}

.colorato {
  color: var(--colore-principale);
}

/* MENU SLIDE */

#menu-slide-cnt {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
}

.menu-slide {
  position: fixed;
  left: -100%;
  height: 100vh;
  width: 25vw;
  box-shadow: 3px 0 3px 0 rgba(0, 0, 0, 0.16);
}

#menu-slide-1 {
  background-color: white;
  transition-delay: 0.2s;
}

#menu-slide-2 {
  background-color: var(--colore-secondario);
  transition-delay: 0s;
  width: auto;
  color: white;
}

.noscroll #menu-slide-1 {
  left: 0;
  transition-delay: 0s;
}

.noscroll #menu-slide-2:not(.generale):not(.chiuso) {
  left: 25vw;
  transition-delay: 0.2s;
}

#menu-sfondo {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
  opacity: 0;
}

.noscroll #menu-sfondo {
  display: block;
  opacity: 1;
}

.noscroll {
  overflow: hidden;
}

.menu-header {
  margin: 10px 20px;
}

#menu-slide-1 ul,
#ul-indicatori {
  list-style-type: none;
  margin: 10vh 0 0 0;
  padding: 0;
}

#ul-indicatori ul {
  list-style-type: none;
  padding: 0;
}

#menu-slide-1 li {
  line-height: 40px;
  padding: 0 20px;
  margin: 20px 0;
  cursor: default;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#menu-slide-1 li:not(.selezionato):hover {
  cursor: pointer;
  color: white;
}

#menu-slide-1 li:not(.selezionato):hover:after {
  background-image: url("../img/menu-freccine-bianco.svg");
}

#menu-slide-1 li.selezionato,
#menu-slide-1 li.selezionatoTmp {
  cursor: pointer;
  color: white;
}

#menu-slide-2 li {
  line-height: 40px;
  padding: 0 20px;
  margin: 0 0;
  cursor: default;
}

#menu-slide-2 li:hover,
#menu-slide-2.selezionata {
  background-color: rgba(255, 255, 255, 0.2);
  cursor: pointer;
}

#menu-slide-2.selezionata {
  cursor: default;
}

#menu-slide-2 li a,
menu-slide-2 li a:hover,
#menu-slide-2 li a:visited,
#menu-slide-2 li a:active {
  text-decoration: none;
  color: white;
}

#menu-slide-1 li:after {
  position: absolute;
  content: " ";
  background-image: url(../img/menu-freccine.svg);
  background-repeat: no-repeat;
  background-position: center center;
  /* background-color: cadetblue; */
  width: 14px;
  height: 40px;
  right: 20px;
}

#menu-slide-1 li:first-of-type:after {
  display: none;
}

#ul-indicatori {
  overflow-y: scroll;
}

#ul-indicatori {
  max-height: calc(100vh - 159px);
  overflow-y: auto;
  scrollbar-color: rgba(0, 0, 0, 0.27) rgba(0, 0, 0, 0.27);
  scrollbar-width: thin;
}

#ul-indicatori::-webkit-scrollbar {
  width: 20px;
}

#ul-indicatori::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 100px;
}

#ul-indicatori::-webkit-scrollbar-thumb {
  border-radius: 100px;
  border: 5px solid transparent;
  background-clip: content-box;
  background-color: rgba(0, 0, 0, 0.27);
}

#ul-indicatori.haScrollBar {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

* {
  box-sizing: border-box;
}

/* abbreviazioni */
.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

.flex-row {
  flex-direction: row;
}

.justify-between {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

.justify-end {
  justify-content: flex-end;
}

.flex-center {
  align-items: center;
}

.flex-column {
  flex-direction: column;
}

.items-center {
  align-items: center;
}

.items-start {
  align-items: start;
}

.items-end {
  align-items: end;
}

.medium {
  font-weight: 500;
}

.bold {
  font-weight: 600;
}

.bolder {
  font-weight: 900;
}

.text-right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.pointer-none {
  pointer-events: none;
}

.my {
  margin-top: 20.5px !important;
}

.my-50 {
  margin-top: 50px !important;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-32 {
  margin-bottom: 32px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-8 {
  margin-bottom: 8px;
}

.mt-5 {
  margin-top: 5px;
}

.mt-8 {
  margin-top: 8px;
}

.mt-16 {
  margin-top: 16px;
}

.mt-32 {
  margin-top: 32px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px !important;
}

.mx {
  margin-left: 10px;
  margin-right: 10px;
}

.mr {
  margin-right: 10px;
}

.mr-3 {
  margin-right: 3px;
}

.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-60 {
  margin-right: 60px;
}

.ml {
  margin-left: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-30 {
  margin-left: 30px;
}

.ml-38 {
  margin-left: 38px;
}

.mx-20 {
  margin-left: 20px;
  margin-right: 20px;
}

.p-32 {
  padding: 32px;
}

.px-32 {
  padding-left: 32px;
  padding-right: 32px;
}

.py-32 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-36 {
  padding-left: 36px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-5 {
  padding-right: 5px;
}

.px-comune {
  padding-left: 60px;
  padding-right: 60px;
}

.px-classifica {
  padding-left: 135px;
  padding-right: 135px;
}

.h-full {
  height: 100%;
}

.w-full {
  width: 100%;
}

.w-1_10 {
  width: 10%;
}

.w-2_10 {
  width: 20%;
}

.w-3_10 {
  width: 30%;
}

.w-4_10 {
  width: 40%;
}

.w-5_10 {
  width: 50%;
}

.w-6_10 {
  width: 60%;
}

.w-7_10 {
  width: 70%;
}

.w-8_10 {
  width: 80%;
}

.w-9_10 {
  width: 90%;
}

.w-1_3 {
  width: 33.3%;
}

.w-2_3 {
  width: 66.6%;
}

.w-1_2 {
  width: 50%;
}

.testo-center {
  text-align: center;
}

.bordo-sx {
  border-left: 1px solid #e6e6e6;
}

.no-wrap {
  white-space: nowrap;
}

/* 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: 0.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;
}

.testo-12 {
  font-size: 12px;
}

.testo-18 {
  font-size: 18px;
}

.testo-26 {
  font-size: 26px;
}

.testo-40 {
  font-size: 40px;
}

.testo-70 {
  font-size: 70px;
}

.testo-120 {
  font-size: 120px;
}

.lh-14 {
  line-height: 14px;
}

.lh-16 {
  line-height: 16px;
}

.lh-24 {
  line-height: 24px;
}

.lh-40 {
  line-height: 40px;
}

.lh-85 {
  line-height: 85px;
}

.lh-145 {
  line-height: 145px;
}

.line-initial {
  line-height: 1.15em;
}

.bianco {
  color: white;
}

.bianco-important {
  color: white !important;
}

.bianco-sfondo {
  background-color: white;
}

.grigio {
  color: var(--grigio);
}

.grigio-important {
  color: var(--grigio) !important;
}

.grigio0 {
  color: rgba(112, 112, 112, 0.6);
}

.grigio1 {
  color: #707070;
}

.nero-important {
  color: black !important;
}

.rosso {
  color: #ff0000;
}

.verde {
  color: #0cce6b;
}

.blu0 {
  color: #b2bdd6;
}

.blu1 {
  color: #335292;
}

.fucsia0 {
  color: rgba(238, 62, 123, .8);
}

.fucsia1 {
  color: rgba(238, 62, 123, .3);
}

.verde0 {
  color: #a3d4ba;
}

.verde1 {
  color: #08a74a;
}

.oro {
  color: var(--oro) !important;
}

.argento {
  color: var(--argento) !important;
}

.bronzo {
  color: var(--bronzo) !important;
}

.oro-sfondo {
  background-color: var(--oro) !important;
}

.argento-sfondo {
  background-color: var(--argento) !important;
}

.bronzo-sfondo {
  background-color: var(--bronzo) !important;
}

.radius-5 {
  border-radius: 5px;
}

.color-indiceClima {
  color: #006543;
}

.bgColor-indiceClima {
  background-color: #006543;
}

.color-indiceGenerazioni {
  color: #EE3E7B;
}

.bgColor-indiceGenerazioni {
  background-color: #EE3E7B;
}

.color-indiceDonne {
  color: #EE3E7B;
}

.bgColor-indiceDonne {
  background-color: #EE3E7B;
}

.color-crimine {
  color: #711e52;
}

.bgColor-crimine {
  background-color: #711e52;
}

.bgColor-indicatori {
  background-color: black;
}

.color-indiceAmbiente {
  color: #006543;
}

.bgColor-indiceAmbiente {
  background-color: #006543;
}

.color-indiceCultura {
  color: #903f98;
}

.bgColor-indiceCultura {
  background-color: #903f98;
}

.bottone-testata {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 150px;
  padding: 0 8px;
  /* text-transform: uppercase; */
  color: white;
  border: 1px solid white;
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 15px;
  height: 40px;
  border-radius: 4px;
}

.bottone-testata.disabilitato {
  cursor: default;
  opacity: 0;
}

.bottone-testata:not(.disabilitato):hover {
  background-color: #eb8d00;
}

a {
  text-decoration: none;
}

a .bottone-testata *,
a:active .bottone-testata *,
a:visited .bottone-testata *,
a:hover .bottone-testata * {
  text-decoration: none !important;
  font-weight: 100;
}

.blocco-contenuti {
  margin: 0 20px;
}

.bottone {
  padding: 10px 41px 9px;
  border-radius: 5px;
  cursor: pointer;
  white-space: nowrap;
}

.contieni-scheda .bottone {
  padding: 10px 20px 9px;
  width: 200px;
  position: relative;
}

.contieni-scheda .bottone div {
  width: 100%;
}

.bottone:hover {
  opacity: 0.7;
  transition: all 0.3s ease;
}

.bottone-outline {
  padding: 10px 20px 9px;
  border-radius: 5px;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.5);
}

.bottone-outline:hover {
  background-color: rgba(0, 0, 0, 0.05);
  transition: all 0.5s ease;
}

.bottone-freccia span:after {
  /* content: '→'; 
  color: white; */
  content: url("https://lab24.ilsole24ore.com/qualita-della-vita/img/freccino-22.svg");
  margin-left: 40px;
}

.contieni-scheda .bottone-freccia div:after {
  /* content: '→'; 
  color: white; */
  content: url("https://lab24.ilsole24ore.com/qualita-della-vita/img/freccino-22.svg");
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.contieni {
  padding: 50px;
  border-radius: 20px;
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
}

.contieni-iniziale {
  margin-top: -3px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: 0 6px 6px 0 rgb(0 0 0 / 16%), inset 0 3px 0px 0 rgb(0 0 0 / 20%);
}

.contieni-scheda {
  background-color: #F2EDE6;
}

.blocco0-valore {
  width: 80px;
}

.medaglie-finale {
  width: 24px;
}

/*----- Indice del clima --------*/
.blocco2-icona {
  width: 74px;
}

.icona_climaSoleggiamento {
  background-image: url(../img/icona_climaSoleggiamento.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
}

.icona_climaCalore {
  background-image: url(../img/icona_climaCalore.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
}

.icona_climaEstremi {
  background-image: url(../img/icona_notti_tropicali.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
}

.icona_generazioniBambini {
  background-image: url(../img/icona_generazioniBambini.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
}

.icona_generazioniGiovani {
  background-image: url(../img/icona_generazioniGiovani.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
}

.icona_generazioniAnziani {
  background-image: url(../img/icona_generazioniAnziani.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
}

/*----- Gli indicatori --------*/

#menu-indicatori {
  position: relative;
}

#menu-indicatori ul {
  list-style-type: none;
  white-space: nowrap;
  padding: 0;
  margin: 0;
  position: sticky;
  top: 180px;
}

#menu-indicatori li {
  padding: 13px 0 13px 10px;
  font-size: 15px;
  margin: 4px 0;
  transition: all 0.5s ease;
  border-left: 3px solid transparent;
}

#menu-indicatori li:not(.selezionato):hover {
  background-color: rgba(0, 0, 0, 0.05);
  cursor: pointer;
}

#menu-indicatori li.selezionato {
  border-left: 3px solid black;
  font-weight: 600;
}

#cnt-indicatori .medaglia-piccola {
  width: 10px;
  height: 10px;
  border-radius: 10px;
}

#cnt-indicatori .oro,
.generale-medaglie .oro {
  background-color: #e9ad00;
}

#cnt-indicatori .argento,
.generale-medaglie .argento {
  background-color: #a6a8ab;
}

#cnt-indicatori .bronzo,
.generale-medaglie .bronzo {
  background-color: #a8827c;
}

.tabellaSottoindicatori {
  overflow-y: hidden;
  transition: all 0.5s ease;
  height: 0;
}

.tabellaIndicatori thead td {
  vertical-align: top;
}

.tabellaIndicatori thead td:last-of-type {
  text-align: center;
}

.tabellaIndicatori td {
  vertical-align: middle;
}

.tabellaIndicatori td:nth-child(1) {
  width: 15px;
  padding: 0;
}

.tabellaIndicatori td:nth-child(2) {
  padding: 0 10px 0 10px;
}

.tabellaIndicatori td:nth-child(3) {
  width: 250px;
  padding: 0 10px 0 10px;
}

.tabellaIndicatori td:nth-child(4) {
  width: 50px;
  padding: 0 10px 0 10px;
}

.tabellaIndicatori td:nth-child(5) {
  width: 50px;
  padding: 0 10px 0 10px;
}

.tabellaIndicatori td:nth-child(6) {
  width: 81px;
  padding: 0 0 0 10px;
}

.tabellaIndicatori tbody td:nth-child(6)>div>div {
  height: 40px;
}

.tabellaGruppo td:nth-child(1) {
  width: auto;
  padding: 10px;
}

.tabellaGruppo td:nth-child(2) {
  width: 80px;
  padding: 10px;
}

.tabellaGruppo td:nth-child(3) {
  width: 80px;
  padding: 10px;
}

.tabellaGruppo td:nth-child(4) {
  width: 80px;
  padding: 10px 0 10px 10px;
}

.tabellaGruppo thead td:last-of-type {
  text-align: right;
}

.storico-testata td:nth-child(1) {
  width: 30px;
  padding: 10px 0 10px 0;
}

.storico-testata td:nth-child(2) {
  width: auto;
  padding: 10px 10px 10px 6px;
}

.storico-testata td:nth-child(3) {
  width: 80px;
  padding: 10px;
}

.storico-testata td:nth-child(4) {
  width: 80px;
  padding: 10px;
}

.storico-testata td:nth-child(5) {
  width: 80px;
  padding: 10px 0 10px 10px;
}

.storico-testata thead td:last-of-type {
  text-align: right;
}

.tabellaStorico td:nth-child(1) {
  width: auto;
  padding: 10px 10px 10px 38px;
}

.tabellaStorico td:nth-child(2) {
  width: 80px;
  padding: 10px;
}

.tabellaStorico td:nth-child(3) {
  width: 80px;
  padding: 10px;
}

.tabellaStorico td:nth-child(4) {
  width: 80px;
  padding: 10px 0 10px 10px;
}

.tabellaStorico thead td:last-of-type {
  text-align: right;
}

.tabellaGruppo,
.tabellaStorico {
  overflow-y: hidden;
  height: 0;
  transition: all 0.5s ease;
}

.tabellaGruppo tr:nth-child(odd),
.tabellaStorico tr:nth-child(odd) {
  background: #fafafa;
}

.tabellaGruppo thead tr:nth-child(odd),
.tabellaStorico thead tr:nth-child(odd) {
  background: transparent;
}

#medaglie-tabella>div {
  padding: 5px 0 0 0;
  margin-top: 5px;
}

#medaglie-tabella>div,
.medaglie-righe>div>div {
  width: 30px;
  border-left: 1px solid rgba(0, 0, 0, 0.3);
}

#medaglie-tabella>div:first-of-type,
.medaglie-righe>div>div:first-of-type {
  border-left: 1px solid transparent;
}

.bottone-tabella div {
  width: 30px;
  height: 30px;
  border-radius: 10px;
  transition: all 0.2s ease;
  cursor: pointer;
}

.bottone-tabella:hover div {
  background-color: rgba(0, 0, 0, 0.05);
}

.bottone-tabella.selezionato div {
  transform: rotate(90deg);
}

.barra2.barra-scorri:after {
  content: "";
  width: 15px;
  height: 15px;
  border: 2px solid white;
  position: absolute;
  border-radius: 20px;
  top: -2px;
  right: 0;
}

.elisione {
  flex: 1;
  min-width: 0;
}

.elisione>div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.icona-legenda {
  font-size: 34px;
  line-height: 21px;
  margin-right: 4px;
}

#criminalita-sx {
  width: 180px;
}

.barreRadiali {
  width: 500px;
  height: 500px;
}

.generale-box-cnt {
  margin-left: 55px;
  margin-right: 17px;
}

.generale-box-sopra {
  border-top: 1px solid #f2f2f2;
  border-left: 1px solid #f2f2f2;
  height: 25px;
  position: relative;
}

.generale-box-sopra:last-of-type {
  border-top: 1px solid #f2f2f2;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
  position: relative;
}

.generale-box-sotto {
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  border-left: 1px solid #f2f2f2;
  height: 25px;
  position: relative;
}

.generale-box-sotto:last-of-type {
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
  height: 25px;
  position: relative;
}

.generale-medaglie {
  font-size: 10px;
  font-weight: 600;
  position: absolute;
  display: flex;
  width: 19px;
  height: 19px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  color: white;
}

.generale-medaglie.oro {
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}

.generale-medaglie.argento {
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}

.generale-medaglie.bronzo {
  bottom: 0;
  left: 0;
  transform: translate(-50%, 50%);
}

.generale-medaglie.destra.oro {
  left: auto;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}

.generale-medaglie.destra.argento {
  left: auto;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}

.generale-medaglie.destra.bronzo {
  left: auto;
  bottom: 0;
  right: 0;
  transform: translate(50%, 50%);
}

.generale-riassunto {
  position: absolute;
  left: -55px;
  background-color: transparent !important;
}

.generale-riassunto:before {
  content: "●";
  font-size: 18px;
  margin-right: 3px;
}

.oro.generale-riassunto {
  top: 0;
  transform: translate(0, -50%);
}

.argento.generale-riassunto {
  top: 0;
  transform: translate(0, -50%);
}

.bronzo.generale-riassunto {
  bottom: 0;
  transform: translate(0, 50%);
}

.oro.generale-riassunto:before {
  color: #e9ad00;
}

.argento.generale-riassunto:before {
  color: #a6a8ab;
}

.bronzo.generale-riassunto:before {
  color: #a8827c;
}

.barraSticky {
  position: fixed;
  top: 70px;
  z-index: 99;
}

.classifica .barraSticky {
  top: 50px;
}

.pulsanteTabellaSticky {
  position: fixed !important;
  top: 310px !important;
}

.pulsanteTabellaStickyBasso {
  position: absolute !important;
  left: unset !important;
  bottom: 98px !important;
  right: -40px !important;
  bottom: 135px !important;
  top: unset !important;
}

#tabella-prec.pulsanteTabellaStickyBasso {
  right: unset !important;
  left: unset !important;
}

/*----- TESTATA ------------------*/
#section-heder #selettore {
  height: 360px;
}

#section-heder .pubblicita1 {
  background-color: #efe9e2;
}

#selettore {
  border: 1px solid #fff;
  position: relative;
}

#testatina-header2,
#testatina-header3,
#testatina-mobile {
  height: 50px;
  padding: 0 12px;
  background-color: var(--principale);
  box-shadow: 0 3px 3px 0 rgba(15, 15, 15, 0.2);
}

.barra {
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.05);
  height: 15px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.barra-scorri {
  position: absolute;
  background-color: #000;
  border-radius: 20px;
  height: 100%;
  width: 80%;
}

.barra-media {
  position: absolute;
  height: 100%;
  width: 70%;
  border-right: 1px solid #f2f2f2;
}

.barra-media:after {
  content: "";
  border-right: 1px solid var(--coloreBordo);
  height: 100%;
  width: 1px;
  position: absolute;
  right: 0;
}

.media0:before {
  content: "Media";
  position: absolute;
  margin-top: -22px;
  text-transform: uppercase;
  color: rgba(112, 112, 112, 0.6);
}

.bottone-testata:not(.disabilitato) .testata-select .selected {
  cursor: pointer;
}

.testata-select .selected {
  padding: 0 5px 0 0;
  border-radius: 5px;
  max-width: 120px;
}

.testata-select .custom-freccia {
  margin-top: -6px;
}

.testata-select.open .custom-freccia .selected :after {
  transform: rotate(-180deg);
  margin-top: 5px;
  line-height: 7px;
}

.testata-select .items {
  color: #fff;
  border-radius: 0px 0px 5px 5px;
  overflow-x: hidden;
  overflow-y: scroll;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  height: 221px;
  padding: 19px 0 20px 0;
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
  top: 39px;
  width: calc(100% + 18px);
  left: -9px;
  z-index: -1;
}

.testata-select .items::-webkit-scrollbar {
  display: none;
}

.testata-select .items::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.testata-select .items::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.testata-select .items::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.testata-select .items::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.testata-select .items div {
  color: #000;
  padding-left: 1em;
  cursor: pointer;
  user-select: none;
  padding: 6px 0 6px 9.5px;
}

.testata-select .items div:hover {
  background-color: #f5f5f5;
  transition: all 0.3s ease;
}

.testata-select .items div.selezionata {
  background-color: #f5f5f5;
  font-weight: 600;
}

.testata-select:not(.open) .selectHide {
  display: none;
}

.testata-select a,
.testata-select a:active,
.testata-select a:visited,
.testata-select a:hover {
  text-decoration: none;
  color: black;
  font-weight: 100;
}

/* #testatina-titolo{
  margin-top:10px;
} */

#testatina-titolo {
  margin: 0%;
  height: 100%;
  padding: 0 10px;
}

#testatina-titolo:hover {
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.2);
}

.bottone-pieno {
  color: white;
  background-color: black;
  border-color: black;
  /* margin: 12px 0 8px 0; */
  align-items: center;
  /* padding: 5px 0 1px 0; */
  border-radius: 5px;
}

.bottone-pieno.bottone-freccia span:after {
  content: url("https://lab24.ilsole24ore.com/qualita-della-vita/img/freccino-22.svg");
  color: white;
  margin-left: 40px;
}

.bottone-pieno:hover.bottone-freccia span:after {
  content: url("https://lab24.ilsole24ore.com/qualita-della-vita/img/freccino-giallo-22.svg");
}

.bottone-pieno:hover {
  color: var(--principale) !important;
  background-color: rgba(0, 0, 0, 1) !important;
}

.backgroundAdv #nav_header,
.backgroundAdv #nav_header.classifica {
  margin-top: -50px !important;
}

.backgroundAdv #div-gpt-ad-MaxTicker.classifica div {
  margin-bottom: -65px;
}

/*----- RESPONSIVE MOBILE --------*/

#testatina-mobile0 {
  display: none;
  position: fixed;
  top: 50px;
  left: 0;
  height: 50px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
  z-index: 10;
  background-color: white;
  align-items: center;
}

#menu-hamburger,
#menu-chiudi {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#menu-chiudi {
  top: 9px;
}

#testatina-mobile1 {
  position: fixed;
  right: -100%;
  width: 100vw;
  height: calc(100vh - 50px);
  background-color: white;
  top: 50px;
  z-index: 11;
  transition: all 0.2s ease-in;
  display: block;
}

#testatina-mobile1.aperto {
  right: 0;
  transition: all 0.2s ease-out;
}

#testatina-mobile1-testata {
  width: 100%;
  height: 50px;
  background-color: var(--principale);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
}

#testatina-mobile1-lista {
  width: 100%;
  height: calc(100% - 95px);
  overflow-y: scroll;
  padding: 32px 0;
}

#testatina-mobile1-lista div {
  padding: 8px 40px;
  font-size: 16px;
  color: black;
}

#testatina-mobile1-lista div:hover {
  font-weight: 700;
  background-color: var(--grigio-chiaro);
}

#testatina-mobile1-lista::-webkit-scrollbar {
  display: none;
}

#testatina-mobile1-classifica,
#testatina-mobile1-storico {
  width: 100%;
  height: 45px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: black;
  padding: 0 40px;
  color: white;
}

#testatina-mobile1-storico {
  background-color: var(--principale);
}

#testatina-header-mobile-cnt {
  display: none;
  height: 50px;
}

#testatina-header-mobile {
  display: none;
  z-index: 9;
  height: 50px;
  padding: 0 10px 0px 10px;
  background-color: #0795ac;
}

.freccina-nuova {
  border: solid rgba(112, 112, 112, 0.6);
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transition: transform 0.2s, margin 0.2s;
  transform: rotate(-45deg);
}

.selezionato .arrow {
  transform: rotate(-135deg);
  margin: 3px 0 0;
}

article.condividi-social {
  margin: 0;
}

.condividi-social .contieni {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}

.padding-social-sopra {
  padding: 50px;
}

.padding-social-sotto {
  padding: 0 50px 0px 50px;
}

#immagine-social,
#immagine-social img {
  border-radius: 20px;
}

#immagine-social img {
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.16);
}

.condividi-social #cnt-base {
  width: 100vw;
  height: 100vh;
}

.condividi-social .condividi {
  cursor: pointer;
  transition: all 1s ease-out;
}

.condividi-social .condividi:hover {
  opacity: 0.5;
}

.tondo img {
  border-radius: 50px;
}

#cnt-base {
  background-color: #fff8f0;
}

.pos-fixed {
  position: fixed !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
}

.pos-fixed-compensa {
  margin-top: 65px !important;
}

#principale {
  opacity: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

#principale.svela {
  opacity: 1;
}

footer {
  width: 100%;
}

a:visited #testatina-titolo {
  color: white;
}

a:visited .bottone-testata {
  color: white;
}

#navHeader-container-mobile {
  position: absolute;
  top: 55px;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: #fcaf17;
  display: flex;
}

#navHeader-container-mobile .ico_chiudi {
  background-image: url(img/chiudi-bianco.svg);
  background-repeat: no-repeat;
  background-position: center;
  height: 13px;
  width: 13px;
  display: none;
}

#navHeader-container-mobile .ico_chiudi {
  background-image: url(img/chiudi-bianco.svg);
  background-repeat: no-repeat;
  background-position: center;
  height: 13px;
  width: 13px;
  display: none;
}

.freccia-destra {
  width: 30px;
  height: 30px;
  background-image: url(../img/freccina-bianca.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 11px 10px;
}

#blocco3 {
  padding-bottom: 4px;
}

h5 {
  width: 100%;
  max-width: 810px;
  margin-left: auto;
  margin-right: auto;
}

aside .box_text {
  width: 100%;
  max-width: 100%;
}

@media screen and (max-width: 480px) {
  #adv-MaxTicker {
    overflow: hidden;
  }

  #testatina-header2 {
    display: none;
  }

  .nascondi-desktop,
  .nascondi_desktop {
    display: inherit !important;
  }

  #testatina-mobile1 {
    display: block !important;
  }

  .nascondi_mobile {
    display: none !important;
  }

  #navHeader-container-mobile {
    display: flex;
    justify-content: center;
  }

  .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; */
    margin-top: 50px;
    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%;
    padding-left: 10px;
    padding-right: 10px;
  }

  #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;
  }

  .bottone {
    padding: 10px 41px 9px !important;
    border-radius: 5px;
    cursor: pointer;
    white-space: nowrap;
    margin: auto;
  }
}

/*----- 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 {
    max-width: 680px;
  }

  #fonti_finali .h5,
  #crediti_finali .h5 {
    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: 1540px) {
  #menu-indicatori {
    display: none;
  }

  section>* {
    width: 100%;
  }

  .backgroundAdv .shrinkable {
    max-width: 1020px !important;
    margin: 0 auto;
  }
}

@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-header3,
  #testatina-mobile {
    padding: 0 5px 0px 5px;
  }

  #testatina-titolo.titolo-26 {
    font-size: 20px;
  }

  /* #testatina-titolo{
    margin-top: 14px;
  } */
}

@media screen and (max-width: 820px) {
  article:not(.condividi-social) .contieni-iniziale>div {
    flex-direction: column;
    overflow: hidden;
  }

  #blocco1 .w-1_3,
  #blocco1 .w-2_3,
  #blocco1 .w-1_2 {
    width: 100%;
  }

  #blocco1 .pl-30,
  #blocco1 .pr-30 {
    padding-left: 0;
    padding-right: 0;
  }

  #blocco1-indicatori {
    margin-top: 20px;
  }

  #blocco1-indicatori+div {
    flex-direction: column;
  }

  #blocco1-indicatore2 {
    margin-top: 20px;
  }

  #blocco2>div,
  #blocco4>div {
    flex-direction: column;
    align-items: center;
  }

  #blocco2 .w-1_3,
  #blocco4 .w-1_3 {
    width: 80%;
  }

  #blocco2 .bordo-sx,
  #blocco4 .bordo-sx {
    border: none;
  }

  #blocco2 .pl-30,
  #blocco2 .pr-30,
  #blocco4 .pl-30,
  #blocco4 .pr-30 {
    padding-left: 0;
    padding-right: 0;
  }

  #didascalia-indiceClima,
  #didascalia-indiceGenerazioni,
  #didascalia-indiceDonne {
    align-items: unset;
    padding: 0 3vw;
  }

  #didascalia-indiceGenerazioni,
  #didascalia-indiceGenerazioni>div,
  #didascalia-indiceDonne,
  #didascalia-indiceDonne>div,
  #didascalia-indicatori,
  #didascalia-indicatori>div,
  #didascalia-ambienteServizi,
  #didascalia-ambienteServizi>div,
  #didascalia-criminalita,
  #didascalia-criminalita>div {
    align-items: unset;
    padding: 0 3vw;
    flex-direction: column;
  }

  #didascalia-indiceGenerazioni .bottone,
  #didascalia-indiceDonne .bottone,

  #didascalia-indiceClima .bottone,
  #didascalia-ambienteServizi .bottone,
  #didascalia-criminalita .bottone,
  #didascalia-indicatori .bottone {
    margin-top: 10px;
    text-align: center;
  }

  #didascalia-indiceGenerazioni .w-3_10,
  #didascalia-indiceDonne .w-3_10,
  #didascalia-indiceClima .w-3_10,
  #didascalia-criminalita .w-5_10,
  #didascalia-ambienteServizi .w-5_10,
  #didascalia-indicatori .w-5_10 {
    width: 100%;
  }

  #didascalia-criminalita .w-3_10 {
    width: 100%;
  }

  #didascalia-indicatori .w-3_10 {
    width: 100%;
  }

  #didascalia-indiceGenerazioni .mr,
  #didascalia-indiceDonne .mr,
  #didascalia-indiceClima .mr,
  #didascalia-criminalita .mr,
  #didascalia-ambienteServizi .mr,
  #didascalia-indicatori .mr {
    margin-right: 0;
  }

  #didascalia-indicatori .bottone-outline,
  #didascalia-ambienteServizi .bottone-outline,
  #didascalia-criminalita .bottone-outline {
    margin-top: 15px;
    display: flex;
    justify-content: center;
  }

  .tabellaGruppo td:nth-child(4) {
    display: none;
  }

  .tabellaIndicatori td:nth-child(2),
  .tabellaIndicatori td:nth-child(3),
  .tabellaIndicatori td:nth-child(4) {
    width: 33%;
  }

  #ricchezzaConsumi-swiper>div {
    display: block;
  }

  #ricchezzaConsumi-swiper .w-3_10 {
    width: 100%;
  }

  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 12px !important;
    color: black;
  }

  .swiper-button-next,
  .swiper-button-prev {
    top: 6px !important;
  }

  .swiper-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    top: -5px !important;
    height: 20px;
  }

  .swiper-pagination-bullet-active,
  .swiper-pagination-bullet {
    background-color: black !important;
  }

  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    left: 0 !important;
  }

  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    right: 0 !important;
  }

  #criminalita-sx {
    width: 100%;
  }

  #cnt-culturaTempoLibero .contieni>div {
    flex-direction: column;
  }

  #cnt-culturaTempoLibero .w-1_3,
  #cnt-culturaTempoLibero .w-2_3 {
    width: 100%;
  }

  #cnt-culturaTempoLibero .pl-30,
  #cnt-culturaTempoLibero .pr-30 {
    padding-left: 0;
    padding-right: 0;
  }

  #cnt-culturaTempoLibero .bordo-sx {
    border: none;
  }

  .contieni {
    padding: 20px;
  }

  #testatina-mobile0 {
    display: flex;
    background-color: #fcaf17;
  }

  #testatina-titolo-mobile0 {
    color: white;
    font-size: 5vw;
  }

  #ico-hamburger {
    width: 18px;
    height: 12px;
    background-image: url(../img/menu-hamburger.svg);
  }

  #menu-chiudi .ico-chiudi {
    background-image: url(../img/chiudi-bianco.svg);
    background-repeat: no-repeat;
    background-position: center;
    height: 13px;
    width: 13px;
  }

  #testatina-header-mobile,
  #testatina-header-mobile-cnt {
    display: flex;
  }

  #testatina-header-mobile.barraSticky {
    position: fixed;
    width: 100%;
    margin: 0;
    top: 57px;
    transition: all 0.3s ease;
    left: 0;
    box-shadow: 0 3px 3px 0 rgba(15, 15, 15, 0.2);
  }

  #testatina-header-mobile.barraStickyGiu {
    top: 115px;
    transition: all 0.3s ease;
  }

  .items {
    z-index: 20 !important;
  }

  .items::-webkit-scrollbar {
    display: none;
  }

  /* Hide scrollbar for IE, Edge and Firefox */
  .items {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }

  .bordi-laterali {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.2);
  }

  .bordo-sotto {
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  }

  .titolo-blocco {
    padding: 0 0 20px 10px;
  }

  .storico-testata thead td:last-of-type {
    text-align: left;
  }

  #section-heder {
    flex-direction: column;
  }

  #section-heder #selettore {
    height: initial;
  }

  #selettore {
    min-height: 280px;
    height: 50vh;
  }

  .box_logo_enel {
    position: relative;
    right: auto;
    top: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  #advBlocco2 {
    width: 100%;
  }

  #div-gpt-ad-MPU_Top {
    display: flex;
    justify-content: center;
  }

  #div-gpt-ad-MPU_Top div {
    margin: 50px 60px;
    border: 0pt none;
    margin: 50px 0;
  }
}