:root {
  --padding-box-mobile: 16px;
  --padding-box: 32px;
  --padding-box-doppio: 64px;
  --confronto-sx: 560px;
  --confronto-dx: 310px;

  --colore: #903F98;
  --colore-sottoindicatore: #D478DD;

  --colore-grigio1: #DCDAD7;
  --colore-grigio2: #b6b4b1;
}

* {
  box-sizing: border-box;
}

div{
  transition: 0.3s all ease-out;
}

#sezione_testata{
  position: relative;
}

html,
body {
  scroll-behavior: smooth;
}

body {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  background-color: #fff8f0;
  color: #000000;
  overflow-x: hidden;
  padding: 0;
  margin: 0;
}

.scroll-bloccato{
  overflow: hidden;
}

#fonti_finali{
  padding-left: 10px;
  padding-right: 10px;
}

h5{ 
  margin-block-start: 0;
  margin-block-end: 0;
}

h5,
#crediti_finali {
  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;
}  

#crediti_finali {
  border-top: 1px solid #000;
  padding: 64px 10px;
  margin-top: 50px;
}

#crediti_finali h5{
  margin-left: 40px;
}

/* 
    font-family: "SoleSans", Arial, Helvetica, sans-serif;
    font-family: "sole_text", Georgia, Times, "Times New Roman", serif;
    font-family: "sole_headline", Georgia, Times, "Times New Roman", Serif;
    font-family: "sole_display", Georgia, Times, "Times New Roman", serif;
    */

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

h1 {
  margin-block-start: 0;
  margin-block-end: 0;
  font-size: 56px!important;
  line-height: 82px!important;
}


article,
section {
  width: 900px;
  margin: auto;
}

div {
  width: 100%;
}

.container_over_skin {
  width: 100%;
  max-width: 900px;
  z-index: 5;
  background-color: #fff8f0;
  /* padding-left: 62px;
  padding-right: 62px; */
}

.container_over_skin > *,
.container_over_skin section,
.container_over_skin section * {
  z-index: 5;
}

.container_over_skin > * {
  background-color: #fff8f0;
}


.shrinkable,
.backgroundAdv {
  background-color: #fff8f0 !important;
  margin: auto;
}

body.backgroundAdv .container_over_skin.shrinkable {
  clip-path: inset(0 0 0 0);
  position: relative;
}

/* TOP BAR */

.top-bar {
  height: 50px !important;
}

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

/* ADV */

#adv-MaxTicker {
  margin: auto;
  padding-top: 70px;
  padding-bottom: 20px;
  text-align: center;
  width: fit-content;
  /* background-color: #F1EBE4; */
}

#ad-Mpu_Middle {
  display: flex;
  justify-content: center;
  width: 300px;
  margin-bottom: 3px;
  background-color: #fff;
}

#ad-Mpu_Middle-cnt {
  width: 300px;
}

#Mpu_Middle {
  text-align: center;
  width: fit-content;
}

.pubblicita {
  display: flex;
  justify-content: center;
}

/* TESTATA */

  .title_link_container a {
    text-decoration: none!important;
  }

  header {
    position: relative;
  }

  #sezione_testata {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1200px;
  }

  #sezione_testata_cnt {
    width: 100%;
    max-width: 576px;
    padding: 0 0px 5px 2px;
  }

  .testata_container {
    background-color: #FFF8F0;
  }

  .body_container{
    display: flex;
    flex-direction: column;
  }

  .testata_occhiello,
  .testata_titolo,
  .testata_sommario {
    max-width: 1200px;
    margin: auto;
    text-align: center;
  }

  .testata_occhiello {
    font-family: "SoleSans", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    padding-top: 30px;
    position: relative;
    margin: auto;
    color: var(--colore);
  }

  .testata_titolo {
    font-family: "sole_display", Georgia, Times, "Times New Roman", serif;
    font-size: 56px;
    font-weight: 800;
    line-height: 72px;
    letter-spacing: 0em;
    padding-top: 30px;
  }

  .testata_sommario {
    font-family: "sole_headline", Georgia, Times, "Times New Roman", Serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    padding: 20px 0 30px 0;
  }

  /* iframe */
  .iframe_container {
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin: auto;
  }

  .iframe_titolo {
    font-family: "sole_text", Georgia, Times, "Times New Roman", serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0em;
    padding: 30px 0 20px;
    text-align: center;
  }

  .iframe_sommario {
    font-family: "sole_headline", Georgia, Times, "Times New Roman", Serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
  }

  .iframe_box {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  #img_pp {
    padding-left: 10px;
    height: 40px;
  }

/* CREDITI FINALI & BACKTOP */

.link_testo {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.link_occhiello {
  position: relative;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  padding-left: 40px;
}

.link_occhiello::before {
  content: "";
  background: url(../img/logo_24.svg);
  position: absolute;
  top: -5px;
  left: 0;
  width: 36px;
  height: 30px;
  background-repeat: no-repeat;
}

.link_titolo {
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 29px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.link_sommario {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  padding-right: 15px;
}

.link_button {
  position: relative;
  width: 150px;
}

.link_button button {
  width: 150px;
  padding: 8px 15px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: #fff;
  background: #000;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  border: 0;
  position: relative;
  cursor: pointer;
}

.link_button button:hover {
  opacity: 0.7;
}

.link_button button span {
  position: relative;
}

.link_button button span::after {
  content: "";
  background: url(../img/white-arrow.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 8px;
  right: -15px;
  width: 8px;
  height: 8px;
}

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

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

.box_crediti {
  width: 620px;
  padding: 50px 0;
  margin-top: 30px;
  border-top: 2px solid #0f0f0f;
}

.box_crediti h5 {
  width: 100%;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #0f0f0f;
}

/* FOOTER */

footer {
  z-index: 800;
}

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

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s ease;
}

.fade-enter-from,
.fade-leave-to {
  opacity: 0;
}

/* STILI BASE */

  .flex { display: flex; }
  .flex-col { flex-direction: column; }

  .justify-center { justify-content:center; }
  .justify-start { justify-content:flex-start; }
  .justify-end { justify-content:flex-end; }
  .justify-between { justify-content: space-between; }
  .justify-evenly { justify-content: space-evenly; }

  .items-center { align-items: center; }
  .items-start { align-items: start; }
  .items-end { align-items: end; }

  .relative { position: relative; }
  .absolute { position: absolute; top:0; left: 0; }
  .w-auto{ width: auto; }
  
  .w-full { width: 100%; }
  .h-full { height: 100%; }
  .w-1.\/2 { width: 50%; }
  .w-1.\/3 { width: 33.33%; }
  .w-1.\/4 { width: 25%; }

  .w-1.\/12 { width: 8.33%; }
  .w-2.\/12 { width: 16.66%; }
  .w-3.\/12 { width: 24.99%; }
  .w-4.\/12 { width: 33.32%; }
  .w-5.\/12 { width: 41.65%; }
  .w-6.\/12 { width: 49.98%; }
  .w-7.\/12 { width: 58.31%; }
  .w-8.\/12 { width: 66.64%; }
  .w-9.\/12 { width: 74.97%; }
  .w-10.\/12 { width: 83.3%; }
  .w-11.\/12 { width: 91.63%; }

  .w-2_3 { width: 66.66%; }
  .w-1_2 { width: 50%; }
  .w-1_3 { width: 33.33%; }
  .w-1_4 { width: 25%; }
  .w-1_12 { width: 8.33%; }
  .w-2_12 { width: 16.66%; }
  .w-3_12 { width: 24.99%; }
  .w-4_12 { width: 33.32%; }
  .w-5_12 { width: 41.65%; }
  .w-6_12 { width: 49.98%; }
  .w-7_12 { width: 58.31%; }
  .w-8_12 { width: 66.64%; }
  .w-9_12 { width: 74.97%; }
  .w-10_12 { width: 83.3%; }
  .w-11_12 { width: 91.63%; }

  .mt-8{ margin-top: 8px; }
  .mt-16{ margin-top: 16px; }
  .mt-32{ margin-top: 32px; }
  .mt-64{ margin-top: 64px; }
  .mb-8{ margin-bottom: 8px; }
  .mb-16{ margin-bottom: 16px; }
  .mb-32{ margin-bottom: 32px; }
  .mb-64{ margin-bottom: 64px; }

  .my-8{ margin-top: 8px; margin-bottom: 8px; }
  .my-16{ margin-top: 16px; margin-bottom: 16px; }
  .my-32{ margin-top: 32px; margin-bottom: 32px; }

  .ml-4{ margin-left: 4px; }
  .ml-8{ margin-left: 8px; }
  .ml-16{ margin-left: 16px; }
  .ml-32{ margin-left: 32px; }
  .ml-52{ margin-left: 52px; }

  .mr-8 { margin-right: 8px; }
  .mr-10 { margin-right: 10px; }

  .px-32{ padding-left: 32px; padding-right: 32px; }
  .px-16{ padding-left: 16px; padding-right: 16px; }
  
  .pl-16{ padding-left: 16px; }
  .pl-36{ padding-left: 36px; }

  .pr-40{ padding-right: 40px; }
  .pr-10{ padding-right: 10px!important; }
  
  .pb-32{ padding-bottom: 32px; }

  .uppercase{ text-transform: uppercase; }
  .normalcase{ text-transform: none; }
  .elisione{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
  }

  .sfondo-colore{ background-color: var(--colore); }
  .sfondo-bianco{ background-color: white; }
  .testo-colore{ color: var(--colore); }
  .testo-bianco { color:white }
  .testo-nero { color: black }
  .testo-grigio { color:#999999 }

  .testo-center{ text-align: center; }
  .testo-destra{ text-align: right; }
  .testo-sinistra{ text-align: left; }
  .testo-bold { font-weight: 700; }
  .testo-medium { font-weight: 500; }
  .testo-regular { font-weight: 300; }

  .sfondo-bianco{ background-color: white!important;}

  .testo-8{ font-size: 8px; }
  .testo-12{ font-size: 12px; }
  .testo-14{ font-size: 14px; }
  .testo-16{ font-size: 16px; }
  .testo-20{ font-size: 20px; }
  .testo-24{ font-size: 24px; }
  .testo-30{ font-size: 30px; }

  .lh-14{ line-height: 14px; }
  .lh-16{ line-height: 16px; }
  .lh-24{ line-height: 24px; }
  .lh-40{ line-height: 40px; }

  .colore-legenda{ color:#999999 };

  #menu .bottone {
    appearance: auto;
    writing-mode: horizontal-tb !important;
    display:initial;
    text-align: center;
    align-items: flex-start;
    cursor: pointer;
    box-sizing: border-box;
    background-color: initial;
    margin:initial;
    padding:initial;
    border:none;
    cursor: pointer;
    width: fit-content;
  }

  .bottone{
    cursor: pointer;
    width: auto;
    border-radius: 4px;
  }

  .bottone a{
    text-decoration: none;
    color:white;
  }

  .bottone:hover a{
    text-decoration: none;
    color: var(--colore);
  }

/* STILI BASE */

/* ELEMENTI */
  #header-fisso{
    z-index: 999999!important;
  }

  /* #menu{
    padding: 5px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
    z-index: 99999;
    position: fixed;
    top: -60px;
    left: 0;
    background-color: var(--colore)!important;
    left: 50%;
    transform: translateX(-50%);
  }

  #menu.aperto{
    top:50px;
  } */

  .bottone-freccino{
    padding: 8px!important;
  }

  .bottone-freccino:hover{
    background-color:white!important;
    color:var(--colore)!important;
  }

  .menu-bottone,
  .selettore-mobile {
    padding: 2px 8px;
    border: solid 2px white;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    min-width: 47px;
    min-height: 50px;
    width: fit-content;
    position: relative;
    cursor: pointer;
  }

  .menu-bottone:nth-child(1) {
    background-image: url(../img/menu-provincia.svg);
    background-position: center 4px;
    background-repeat: no-repeat;
  }

  .menu-bottone:nth-child(1):hover {
    background-image: url(../img/menu-provincia-colore.svg);
  }

  .menu-bottone:nth-child(2) {
    background-image: url(../img/menu-indici.svg);
    background-position: center 4px;
    background-repeat: no-repeat;
  }

  .menu-bottone:nth-child(2):hover {
    background-image: url(../img/menu-indici-colore.svg);
  }

  .menu-bottone:nth-child(3) {
    background-image: url(../img/menu-anno.svg);
    background-position: center 4px;
    background-repeat: no-repeat;
  }

  .menu-bottone:nth-child(3):hover {
    background-image: url(../img/menu-anno-colore.svg);
  }

  .menu-bottone + .menu-bottone {
    margin-left: 8px;
  }

  .menu-bottone .immagine{
    padding: 6px 8px;
    border: solid 2px white;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }

  .menu-bottone:hover{
    background-color: white;
    color:var(--colore);
  }

  .menu-sub-cnt {
    display: none;
    position: absolute;
    padding-top: 57px;
    left: -6px;
    width: 231px;
    top: 0;
  }

  .menu-sub{
    width: 230px;
    max-height: 350px;
    position:relative;
    width: 231px;
    height: auto;
    background: #FFFFFF;
    box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.50);
    border-radius: 4px;
    padding: 8px;
    flex-direction: column;
    display: flex;
  }

  .menu-sub-lista{
    width: 100%;
    height: 100%;
    overflow-y: auto;
  }

  .menu-sub-lista::-webkit-scrollbar {
    width: 5px;
  }
  .menu-sub-lista::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
  .menu-sub-lista::-webkit-scrollbar-thumb {
    background: #888; 
  }
  .menu-sub-lista::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }

  .menu-sub-lista-elemento {
    color:#000;
    padding: 8px 0 8px 24px;
    margin: 0 8px;
    width: calc(100% - 16px);
    position:relative;
    cursor: pointer;
  }
  .menu-sub-lista-elemento:hover{
    background-color: #F1EBE4;
  }

  .menu-sub-lista-elemento.selezionato {
    font-weight: 800;
  }
  .menu-sub-lista-elemento.selezionato:before {
    content: "";
    background-image: url(../img/menu-spunta.svg);
    width: 13px;
    height: 11px;
    transform: translateX(-19px);
    position: absolute;
  }

  .menu-bottone:hover .menu-sub-cnt{
    display: flex;
  }

  .combo-box{
    width: 215px;
    background: #FFF8F0;
    border: 1px solid #000000;
    border-radius: 4px;
    padding: 11px 32px 11px 16px;
    font-weight: 800;
    font-size: 16px;
    line-height: 16px;
  }

  .bottone-freccino span {
    background-image: url(../img/bottone-freccino.svg);
    background-position: center center;
    background-size: contain;
    width: 8px;
    height: 8px;
    margin-left: 2px;
    position: relative;
    display: inline-block;
    border-radius: 4px;
  }

  .bottone-freccino:hover span {
    background-image: url(../img/bottone-freccino-colore.svg);
  }

  .bottone-espandiRiduci{
    width: 30px;
    height: 30px;
    /* border-radius: 4px; */
    border-left: 2px solid white;
    cursor: pointer;
  }

  .bottone-espandiRiduci div{
    width: 30px;
    height: 30px;
    background-image: url(../img/icona-giu.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
  }


  .bottone-espandiRiduci:hover{
    background-color: #F1EBE4;
  }

  .collassato .bottone-espandiRiduci div,
  .collassatoBt .bottone-espandiRiduci div{
    transform: rotate(-90deg);
    /* background-image: url(../img/icona-destra.svg); */
  }

  /* .tooltip {
    background: #FFFFFF;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    padding: 8px;
    width: 80px;
    display: none;
    opacity: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    bottom: calc(100% + 13px);
    -webkit-filter: drop-shadow(0px 2px 2px rgba(130,130,130,1));
    filter: drop-shadow(0px 2px 2px rgba(130,130,130,1));
    z-index: -1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=2, Color='#444')";
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=2, Color='#444')";
  }

  .tooltip:after{
    content:'';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-top: solid 5px #fff;
    border-left: solid 5px transparent;
    border-right: solid 5px transparent;
  } */

/* ELEMENTI */

/* STILI BASE */

  .box{
    width: 100%;
    padding: var(--padding-box);
    background-color: #FFFFFF;
    box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
  }

  .box.no-sfondo{
    width: 100%;
    padding: var(--padding-box);
    background-color:transparent;
    box-shadow:none;
    border-radius:0;
  }

  .box:not(.confronto-sx) + .box {
    margin-top: 9px;
  }

  .titolo-sezione{
    font-family: "SoleSans", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 28px;
    line-height: 32px;
    color: #000000;
  }

  .box-cnt {
    max-height: 350px;
    overflow: hidden;
  }

  .box-cnt table td{
    margin: 0;
    padding: 8px;
  }

  .box-cnt table td:first-of-type{
    padding-left: 0;
  }

  .box-cnt table td:last-of-type{
    padding-right: 0;
  }

  .box-cnt table td:nth-child(2){
    border-right: 1px solid rgba(0,0,0,.15);
  }

  .custom-select + .custom-select{
    margin-left: 16px;
  }

  .tabella-testata td{
    margin: 0;
    padding: 8px;
  }

  .tabella-testata td:first-of-type{
    width: 48px;
    padding-left: 0;
  }

  .tabella-testata td:last-of-type{
    padding-right: 0;
  }

  .tabella-testata td:nth-child(2){
    border-left: 1px solid rgba(0,0,0,.15);
  }

/* STILI BASE */

/* PODIO */

  .collassato{
    overflow-y: hidden;
    max-height: 91.5px;
  }

  .podio-canne{
    /* height: 145px; */
    /* margin-left: 52px;
    width: calc( 100% - 52px ); */
    padding-left: 50px;
    margin-top: 18px;
  }

  .podio-canna{
    background-color: #F1EBE4;
    height: 16px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    border-radius: 8px;
    margin-top: 8px;
  }

  /* .podio-canna:first-of-type{
    margin-top: 0;
  } */

  .podio-canna-colore{
    height: 100%;
    min-width: 50%;
    width: auto;
    background-color: var(--colore);
    border-radius: 8px;
  }

  .podio-canna-colore-sottoindicatore{
    background-color: var(--colore-sottoindicatore);
  }

  .podio-canna-colore-sottoindicatore-grigio{
    background-color: var(--colore-grigio1);
  }

  .podio-canna-colore-indicatore-grigio{
    background-color: var(--colore-grigio2);
  }

  .podio-canna:hover .podio-canna-colore,
  .podio-canna.hover .podio-canna-colore{
    background-color: #FFA968;
  }

  /* .podio-canna:hover .podio-canna-colore,
  .podio-canna.hover .podio-canna-colore{
    opacity: .5;
  } */

  /* .podio-canna:hover .tooltip{
    display: inline-table;
    opacity: 1;
    z-index: 1;
  } */

  .podio-canne-cnt{
    position: relative;
  }

  /* .podio-canne-cnt:before{
    content: "1°";
    color: #999999;
    font-size: 12px;
    position: absolute;
    left: -8px;
    transform: translateX(-100%);
  }
  .podio-canne-cnt:after{
    content: "107°";
    color: #999999;
    font-size: 12px;
    position: absolute;
    bottom:0;
    left: -8px;
    transform: translateX(-100%);
  } */

  .podio-testata tr td:nth-child(1){
    width: 38px;
  }

  .podio-testata tr td:nth-child(2){
    width: 48px;
  }

  .podio-testata tr:first-of-type td {
    padding-bottom: 0;
  }

  .podio-testata tr + tr td {
    padding-top: 0;
  }

  .podio-testata tr + tr td {
    padding-top: 0;
  }
/* PODIO */

/* CLASSIFICA */
  .classifica,
  .classifica table,
  .confronto table {
    border-collapse: collapse;
    table-layout: fixed;
    border-spacing: 0;
  }

  .classifica td .colore-legenda {
    line-height: 18px;
    margin-bottom: 8px;
  }

  .classifica th,
  .confronto th {
    text-align: left;
  }

  .classifica td,
  .confronto td{
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    border-top: solid 1px rgba(0,0,0,.15);
  }

  .classifica tbody tr:first-of-type td,
  .confronto tbody tr:first-of-type td,
  .div-cnt td,
  .diCui td {
    border-top: none;
  }
  
  .bottone-finto{
    height: 30px;
    width: 30px;
  }

  .div-cnt{
    max-height: 600px;
    transition: max-height .3s ease;
    overflow: hidden;
  }

  .collassatoTd .div-cnt{
    max-height: 0!important;
    transition: max-height .5s ease;
  }
  .classifica tr:not(.diCui) td,
  .classifica tr:not(.diCui) th,
  .confronto tr:not(.diCui) td,
  .confronto tr:not(.diCui) th {
    padding-right: 10px;
  }
  /* .classifica th td:last-of-type,
  .classifica tr td:last-of-type,
  .confronto th td:last-of-type,
  .confronto tr td:last-of-type {
    padding-right: 0;
  } */

  /* .classifica th td:first-of-type,
  .classifica tr td:first-of-type,
  .confronto th td:first-of-type,
  .confronto tr td:first-of-type {
    padding-right: 0;
  } */

  .classifica tr:not(.diCui) th:nth-child(1),
  .classifica tr:not(.diCui) td:nth-child(1){
      width: 56px;
      text-align: right;
      vertical-align: middle;
  }

  .classifica th:nth-child(2), 
  .classifica td:nth-child(2) {
    width: 56px;
    text-align: right;
    vertical-align: middle;
  }

  .classifica th:nth-child(3), 
  .classifica td:nth-child(3) {
    width: 200px;
    text-align: right;
    vertical-align: middle;
  }

  .classifica th:nth-child(4),
  .classifica td:nth-child(4) {
    width: auto;
    vertical-align: middle;
  }
  .classifica th:nth-child(5),
  .classifica td:nth-child(5) {
    width: 100px;
    text-align: right;
    vertical-align: middle;
  }

  .classifica th:nth-child(6),
  .classifica td:nth-child(6) {
    width: 100px;
    text-align: right;
    vertical-align: middle;

  }

  .barra {
    border-radius: 20px;
    background-color: rgba(0, 0,0, 0.05);
    height: 16px;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-right: 16px;
  }
  .barra-scorri {
    /* position: absolute; */
    position: relative;
    background-color: var(--colore);
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    height: 100%;
    width: 80%;
  }

  .barra-scorri:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background-color: var(--colore);
    border: 3px solid white;
    right: -16px;
    top: -3px;
    border-radius: 10px;
  }

  .barra-grigia,
  .barra-grigia:after{
    background-color: #c7c7c7;
  }

  .barra-chiara {
    background-color: #FFA968;
  }
  .barra-chiara.barra-scorri:after {
    background-color: #FFA968;
  }

  .barra-chiara.barra-grigia {
    background-color: #d7d7d7;
  }
  .barra-chiara.barra-grigia.barra-scorri:after {
    background-color: #d7d7d7;
  }

  .barra-media {
    position: absolute;
    height: 100%;
    width: 70%;
    border-right: 1px solid #F2F2F2;
  }
  .barra-media:after {
    content: "";
    border-right: 1px solid var(--colore);
    height: 100%;
    width: 1px;
    position: absolute;
    right: 0;
  }

/* CLASSIFICA */

/* MAPPA */
  #mappa-cnt svg path {
    transition: 0.2s;
  }

  #svg-object{
    width: 475px;
    height: 775px;
  } 

  .cls-1:hover,
  .cls-1.hover{
    /* fill:#000;
    cursor: pointer;
    opacity: .4; */
    fill: #FFA968!important;
    cursor: pointer; 
  }
  
  .quadrato-provincia,
  .quadrato-media {
    position: relative;
    margin-left: 14px;
    width: auto;
  }

  .quadrato-media {
    margin-left: 30px;
  }

  .quadrato-provincia:before{
    content: "";
    width: 8px;
    height: 8px;
    background-color: #FF6800;
    position: absolute;
    left: -14px;
    top: 50%;
    transform: translateY(-50%);
  }
  .quadrato-media:before{
    content: "";
    width: 8px;
    height: 8px;
    background-color: #FFD2B1;
    position: absolute;
    left: -14px;
    top: 50%;
    transform: translateY(-50%);
  }  
/* MAPPA */

/* CONFRONTO */

.confronto-sx{
  position: absolute;
  z-index: -1!important;
  top: 0;
  left: 0;
  width: var(--confronto-sx);
  height: 100%;
}

.confronto-dx{
  position: absolute;
  z-index: -1!important;
  top: 0;
  right: 0;
  width: var(--confronto-dx);
  height: 100%;
}

.stoCaricando-sx{
  position: absolute;
  top: 0;
  left: 0;
  width: var(--confronto-sx);
  height: 100%;
  background:none;
}

.stoCaricando-dx{
  position: absolute;
  top: 0;
  right: 0;
  width: var(--confronto-dx);
  height: 100%;
  background: none;
}

.confronto-sx:not(.box){
  width: calc( var(--confronto-sx) - var(--padding-box-doppio));
}

.confronto-dx:not(.box){
  width: calc( var(--confronto-dx) - var(--padding-box-doppio));
}

.confronto-sx:not(.box),
.confronto-dx:not(.box){
  position: relative;
  z-index: 0!important;
}

.td-flex{
  display: flex;
  align-items: center;
}

.td-padding{
  padding-left: 30px;
}

.classifica-finale th:nth-child(1),
.classifica-finale td:nth-child(1) {
  width: 248px;
  vertical-align: middle;
  padding-right: 0;
}
.classifica-finale th:nth-child(2),
.classifica-finale td:nth-child(2) {
  width: 245px;
  vertical-align: middle;
  padding-right: 0;
}
.classifica-finale th:nth-child(3),
.classifica-finale td:nth-child(3) {
  width: auto;
  vertical-align: middle;
  padding-right: 0;
}
.classifica-finale th:nth-child(4),
.classifica-finale td:nth-child(4) {
  width: 245px;
  vertical-align: middle;
  padding-right: 0;
}

.confronto th:nth-child(1),
.confronto td:nth-child(1) {
  width: 209px;
  vertical-align: middle;
  padding-right: 0;
  text-align: left;
}
.confronto th:nth-child(2),
.confronto td:nth-child(2) {
  width: 285px;
  vertical-align: middle;
  padding-left: 40px;
  padding-right: 0;
  border-top: none;
}
.confronto th:nth-child(3),
.confronto td:nth-child(3) {
  vertical-align: middle;
  padding-right: 0;
  border-top: none;
}
.confronto th:nth-child(4),
.confronto td:nth-child(4) {
  width: 245px;
  vertical-align: middle;
  padding-right: 0;
  border-top: none;
}


.dividi-grigio{
  width: 1px!important;
  background-color: rgba(0, 0, 0, 0.15) ;
}

.confronto-dati div:not(.dividi-grigio){
  width: 50%;
  white-space: nowrap;
  text-align: right;
}

.confronto-dati div:nth-child(1){
  text-align: left;
}

.h-auto{ height: auto!important; }

.tooltip-anno{
  font-weight: 400;
  color: black;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 8px
}
.tooltip-indicatore{
  font-weight: 600;
  color: var(--colore);
  font-size: 12px;
  line-height: 14px;
}
.tooltip-provincia{
  font-weight: 800;
  color: black;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
}
.tooltip-posizione{
  font-weight: 400;
  color: black;
  font-size: 18px;
  line-height: 24px;
}

.tooltip-posizione + div {
  margin-top: 8px;
}

.tooltip-legenda{
  font-weight: 400;
  color: #999999;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
}
.tooltip-numeroSecondario{
  font-weight: 400;
  color: black;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 8px;
}
.tooltip-numeroPrimario{
  font-weight: 500;
  color: var(--colore);
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 8px;
}

#mappa-segnaposto{
  pointer-events: none;
}


/* SPINNER */
  .lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }
  .lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid var(--colore);
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: var(--colore) transparent transparent transparent;
  }
  .lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
  }
  .lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
  }
  .lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
  }
  @keyframes lds-ring {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }

  .stoCaricando {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,.7);
    z-index: 90;
  }
/* SPINNER */

/* CONFRONTO */

@media screen and (max-width: 800px) {
  .classifica tr:not(.diCui) th:nth-child(1),
  .classifica tr:not(.diCui) td:nth-child(1){
      text-align: left;
  }

  #sezione_testata {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .testata_occhiello,
  .testata_titolo,
  .testata_sommario,
  .iframe_titolo,
  .iframe_sommario,
  .iframe_box,
  .box_crediti {
    width: 100%;
    max-width: 100%;
  }

  .testata_container,
  .body_container {
    padding-left: 10px;
    padding-right: 10px;
    height: 100%;
    position: relative;
  }

  .testata_occhiello {
    margin-left: 25px;
  }

  .testata_titolo {
    font-weight: 700;
    font-size: 46px;
    line-height: 45px;
  }

  .iframe_container {
    padding-left: 10px;
    padding-right: 10px;
    flex-direction: column;
  }

  .iframe_titolo {
    font-size: 24px;
    line-height: 24px;
  }

  .link_elezioni_2018 {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    flex-direction: column;
  }

  .link_testo {
    align-items: center;
  }

  .link_sommario {
    padding-right: 0;
    text-align: center;
  }

  .link_button {
    max-width: 100%;
    padding: 20px 10px;
    text-align: center;
    align-self: center;
  }

  .start_button_container {
    justify-content: center;
    padding: 20px 10px 30px;
  }

  .box_crediti h5 {
    padding-left: 10px;
    padding-right: 10px;
  }

  #footer_div {
    padding: 30px 10px;
  }

  .no_mobile {
    display: none !important;
  }

  .container_over_skin {
    overflow: hidden;
  }

  h1{
    font-size: 46px!important;
    line-height: 56px!important;
  }

  article, section {
      width: 100%;
      margin: auto;
  }

  #sezione_testata {
    padding-left: 0px;
    padding-right: 0px;
  }

  .testata_occhiello {
    margin-left: 0;
  }

  .selettore-mobile {
    border: solid 1px black;
  }

  .selettore-mobile.selettore-province {
    background-image: url(../img/menu-provincia-nero.svg);
    background-position: center 5px;
    background-repeat: no-repeat;
  }

  .selettore-mobile.selettore-indicatori {
    background-image: url(../img/menu-indici-nero.svg);
    background-position: center 6px;
    background-repeat: no-repeat;
  }

  .px-32{
    padding-left: 18px;
    padding-right: 18px;
  }

  .titolo-sezione{
    font-size: 20px;
  }

  .podio-canna{
    /* width: 8px; */
  }

  .box{
    padding: var(--padding-box-mobile);
  }

  .box-podio{
    /* padding-left: 0;
    padding-right: 32px; */
  }

  .box-podio table{
    table-layout: fixed;
    margin-bottom: 24px;
  }

  th.w-1_3{
    width: 33.33%!important;
    padding-right: 0!important;
    text-align: center!important;
  }

  .ml-36{
    margin-left: 36px;
  }

  #svg-object {
    width: 100%;
    height: auto;
    margin-top: 32px;
  }

  #ad-Mpu_Middle-cnt {
      width: 300px;
      margin-top: 32px;
  }

  .swiper {
    width: 100%;
    height: 100%;
  }

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

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .container-mobile-cnt{
    position: absolute;
    margin-top: 20px;
  }

  #swiper-confronto .td-freccia{
    width: 8px;
    height: 8px;
  }

  #swiper-confronto .swiper-wrapper{
    margin-top: 50px;
  }

  #swiper-confronto .swiper-pagination{
    top: 0;
    z-index: 0;
  }

  .swiper-pagination-current{
    color: var(--colore);
  }

  #swiper-confronto .swiper-button-next,
  #swiper-confronto .swiper-button-prev {
    top: 30px;
    height: var(--swiper-navigation-size);
    color: black;
  }
  #swiper-confronto .swiper-button-next:after,
  #swiper-confronto .swiper-button-prev:after {
    font-size: 12px;
  }

  #swiper-confronto .barra{
    margin-top: 5px;
  }

  .confronto-provincia-mobile {
    margin-top: 30px;
    height: 128px;
    background: #FCD8F6;
    padding: 10px;
    border-radius: 8px;
  }

  .confronto-provincia-mobile + .confronto-provincia-mobile {
    margin-top: 20px;
  }

  .confronto-generale-mobile {
    padding: 74px 10px 28px 10px;
    margin-bottom: 20px;
  }

  .confronto-box-mobile {
    padding: 71px 10px 15px 15px;
    margin-bottom: 20px;
  }

  .container-mobile-cnt{
    pointer-events: none;
  }

  .swiper-slide {
    background:transparent;
  }

  .mt-2{
    margin-top: 2px;
  }

  .swiper-titolo {
    width: 100%;
    position: absolute;
    top: -30px;
    text-align: center;
    padding: 0px 35px;
  }

  .confronto-bottone-provincia-cnt{
    position: absolute;
    top: 64px;
    right: 10px;
    width: 30px;
    height: 30px;
  }
  .confronto-bottone-provincia-cnt + .confronto-bottone-provincia-cnt{
    top: 212px;
  }

  .classifica .w-1_2, .classifica .w-1_2 {
    width: 50%!important;
    text-align: center!important;
    vertical-align: middle!important;
  }

  .classifica .w-1_2 + .w-1_2 {
    border-left: 1px dotted rgba(0, 0, 0, 0.50);
  }

  .classifica .testo-sinistra{
    text-align: left!important;
  }

  #ad-Mpu_Middle-cnt,
  #ad-Mpu_Middle,
  #Mpu_Middle {
    width: 100%;
  }

  .diCui .sottoindicatore {
    color: #FFA968;
    font-weight: 700;
  }

  .div-cnt {
    max-height: 1400px;
  }

  #crediti_finali{
    flex-direction: column-reverse;
  }

  #crediti_finali h5{
    margin-left: 0;
  }
}

.solo-mobile{
  display: none;
}

@media (hover: none) and (pointer: coarse) {
  .solo-mobile{
      display: block;
  }
}

@media screen and (min-width: 801px) {
  #ad-Mpu_Middle {
    margin-top: 40px;
  }

  .no_desktop {
    display: none !important;
  }
  
	.menuSticky{
		position: fixed;
		top:200px;
	}
	.menuStickyBasso{
		position:absolute;
		left:0;
		bottom:98px;
	}
}
