* {
  box-sizing: border-box;
  transition: 0.3s all ease-out;
}

*:focus {
  outline: none;
}

html,
body {
  scroll-behavior: smooth;
}

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

body {
  font-family: "sole_text", Georgia, Times, "Times New Roman", serif;
  background-color: #fff;
  padding: 0;
  margin: 0;
  color: #000;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  overflow-x: hidden;
}

div {
  width: 100%;
}

/* TOP BAR */

#header-fisso {
  z-index: 99999 !important;
}

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

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


/* HEADER */

header {
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.header {
  height: 500px;
  position: relative;
  background-color: rgb(69, 173, 255);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.header_img {
  width: 100%;
  height: 500px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgb(69, 173, 255);
  background-image: url(../img/City_Desktop.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

h1 {
  width: 100%;
  font-family: "sole_display", Georgia, Times, "Times New Roman", serif;
  color: #0028A2;
  text-align: center;
  font-size: 90px;
  font-style: normal;
  font-weight: 800;
  line-height: 90px;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-top: 50px;
  z-index: 20;
}

.sommario {
  width: 100%;
  font-family: "sole_headline", Georgia, Times, "Times New Roman", Serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: left;
}


.data {
  width: 100%;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #000;
  text-align: left;
}


/* SCHERMATA DUE COLONNE CON MPU */

.two_columns {
  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: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: stretch;
  padding: 0;
  margin: auto;
  position: relative;
  margin-top: 50px;
  margin-bottom: 30px;
  padding-left: 60px;
  overflow: hidden;
  background: transparent !important;
}

.empty_col {
  width: 0;
}

.column_left {
  max-width: 600px;
  padding-left: 0;
  padding-right: 20px;
}

.column_left p {
  width: auto;
  margin-block-start: 0;
  margin-block-end: 15px;
}

.column_right {
  padding-right: 0;
  max-width: 320px;
  background-color: #EBEBEB;
}

/* SECTIONS */

section {
  width: 100%;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}

p {
  width: 100%;
  font-family: "sole_text", Georgia, Times, "Times New Roman", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  color: #000;
  text-align: left;
}

p a:link {
  text-decoration: underline;
  color: rgb(0, 68, 148);
}

p a:visited {
  text-decoration: underline;
  color: rgb(0, 68, 148);
}

p a:hover {
  text-decoration: underline;
  color: rgb(21, 139, 255);
}

p a:active {
  text-decoration: underline;
  color: rgb(21, 139, 255);
}

li a:link {
  text-decoration: none;
  color: rgb(0, 68, 148);
}

li a:visited {
  text-decoration: none;
  color: rgb(0, 68, 148);
}

li a:hover {
  text-decoration: underline;
  color: rgb(21, 139, 255);
}

li a:active {
  text-decoration: underline;
  color: rgb(21, 139, 255);
}

.box_text {
  max-width: 620px;
}

.box_text ul {
  list-style-image: url("../img/star.svg");
}

.box_text li {
  font-family: "sole_text", Georgia, Times, "Times New Roman", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #0f0f0f;
  text-align: left;
  margin-bottom: 15px;
}

.titolo_capitolo {
  max-width: 620px;
}

.titolo_capitolo h2 {
  font-family: "sole_text", Georgia, Times, "Times New Roman", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 20px;
  text-align: left;
  color: #0f0f0f;
  margin-block-start: 0.43em;
  margin-block-end: 0;
}

.delimiter {
  text-align: center;
  padding: 20px 0;
}

.box_chart {
  max-width: 620px;
}

.box_chart_large {
  max-width: 900px;
  margin-top: 20px;
}

.titolo_grafico {
  max-width: 620px;
}

.titolo_grafico h3 {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: 34px;
  color: #000;
  text-align: left;
  margin-block-start: 1em;
  margin-block-end: 0.33em;
}

.titolo_grafico h4 {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #0f0f0f;
  text-align: left;
  margin-block-start: 0;
  margin-block-end: 1.33em;
}


.fonte_grafico {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #0f0f0f;
  text-align: right;
  max-width: 620px;
  margin: auto;
  padding: 20px 0;
}


.banner_wrapper_qdv {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0 0;
}

/* BANNER */
/* 
.banner_wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-radius: 20px;
  background-color: #fff;
  margin: 30px auto;
  box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.16);
  max-width: 620px;
}

.banner_img {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-image: url(../img/eu.png);
  height: 130px;
  width: 223px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner_content_btn {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.banner_content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0 20px;
}

.banner_lead {
  color: #0028A2;
  font-size: 14px;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}

.banner_title {
  color: #0f0f0f;
  font-size: 30px;
  font-family: "sole_headline", Georgia, Times, "Times New Roman", Serif;
  font-style: normal;
  font-weight: 800;
  line-height: 32px;
}

.banner_btn {
  width: inherit;
  display: flex;
  justify-content: center;
}

.banner_btn button {
  outline: none;
  border: none;
  border-radius: 20px;
  background: #000;
  padding: 10px 40px;
  position: relative;
  margin-right: 20px;
}

.banner_btn button:hover {
  background: #00c2ed;
  cursor: pointer;
}

.banner_btn button span {
  color: #fff;
  font-size: 16px;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
  text-wrap: nowrap;
}

.banner_btn button span::after {
  content: url("../img/iframe_freccina.svg");
  width: 8px;
  height: auto;
  position: absolute;
  top: 3px;
  right: 15px;
  color: #ffffff;
  font-size: 30px;
  font-weight: 400;
} */

#iframe_qdv {
  height: 210px;
}


/* MAPPE */

.box_chart_menu {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  max-width: 620px;
}


.box_chart_menu div {
  display: flex;
  justify-content: center;
  max-width: 400px;
  margin-bottom: 5px;
}

#select_macrocategoria {
  z-index: 15;
}

#select_settore {
  z-index: 10;
}

.select_menu {
  border: 1px solid #000;
  border-radius: 4;
  background-color: #fff;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  height: 40px;
  width: 100%;
}

.ss-main:focus {
  box-shadow: none;
}

.ss-main .ss-values .ss-single {
  font-weight: 600;
  padding-top: 7px;
  padding-bottom: 7px;
}

.ss-open-below {
  height: auto;
}

.ss-content .ss-list .ss-option {
  padding-top: 7px;
  padding-bottom: 7px;
  color: #999999;
}

.ss-content .ss-list .ss-option.ss-highlighted,
.ss-content .ss-list .ss-option:not(.ss-disabled).ss-selected {
  font-weight: 600;
  color: #000;
  background-color: #dddfe7;
}

.ss-content .ss-list .ss-option:hover {
  color: #000;
  background-color: #dddfe7;
}

/*--- FOOTER ----*/

#backtop {
  position: fixed;
  left: calc(50vw + 450px);
  bottom: 0;
  width: 50px;
  z-index: 10;
  text-align: right;
  display: block;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  background-color: transparent;
}

body:not(.backgroundAdv) #backtop {
  right: 10px;
}

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

.riferimenti_bibliografici {
  width: 620px;
  border-top: 1px solid #0f0f0f;
  padding: 0;
  margin: auto;
  margin-top: 30px;
}

.box_crediti {
  padding-top: 0;
  width: 620px;
  border-top: 1px solid #1a1818;
  margin: auto;
}

.riferimenti_bibliografici h5,
.box_crediti 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: #1a1818;
  font-weight: 400;
  padding: 5vh 0;
  margin-block-start: 0;
  margin-block-end: 0;
}

.riferimenti_bibliografici a:link {
  color: #000;
  text-decoration: underline;
}

.riferimenti_bibliografici a:visited {
  color: #000;
  text-decoration: underline;
}

.riferimenti_bibliografici a:hover {
  color: #000;
}

.riferimenti_bibliografici a:active {
  color: #000;
}

footer {
  z-index: 20;
}

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

.mobile {
  display: none;
}

/* RESPONSIVE  */

@media only screen and (min-width: 1242px) {
  .empty_col {
    width: 230px;
  }

  .column_left {
    width: calc(100% - 550px);
    /* empty_col + column_right */
  }
}



@media only screen and (min-width: 821px) and (max-width: 1241px) {
  .empty_col {
    width: 60px;
  }

  .column_left {
    width: 100%;
  }
}



@media only screen and (max-width: 820px) {
  header {
    padding-left: 0;
    padding-right: 0;
  }

  .two_columns {
    max-width: 100%;
    flex-direction: column;
    padding: 0;
    margin-left: 0;
  }

  .empty_col {
    width: 0;
  }

  .column_left {
    width: 100%;
    max-width: 620px;
    padding-left: 0px;
    padding-right: 0;
    margin: auto;
  }

  .column_right {
    width: 0;
    display: none;
  }

}



@media only screen and (max-width: 480px) {
  header {
    padding-top: unset !important;
    margin-bottom: 0;
  }

  .header {
    padding-left: 15px;
    padding-right: 15px;
    height: 360px;
  }

  .header_img {
    background-image: url(../img/City_Mobile.png);
    height: 300px;
  }

  h1 {
    max-width: 100%;
    font-size: 42px;
    line-height: 50px;
    padding-top: 50px;
  }

  .two_columns {
    margin-top: 20px;
  }

  .data {
    font-size: 16px;
  }


  .sommario {
    font-size: 24px;
  }


  .two_columns {
    overflow: hidden;
  }

  .empty_col {
    width: 0;
    height: 0;
  }

  .column_left {
    max-width: 100%;
  }

  section {
    padding-left: 15px;
    padding-right: 15px;
  }


  .box_text {
    max-width: 100%;
  }

  .box_chart {
    max-width: 100%;
  }

  .box_chart_large {
    max-width: 100%;
  }

  .titolo_capitolo {
    max-width: 100%;
  }

  .titolo_grafico {
    max-width: 100%;
  }

  .titolo_grafico h3 {
    font-size: 24px;
  }

  .sottotitolo_grafico {
    max-width: 100%;
  }

  .fonte_grafico {
    max-width: 100%;
  }


  /*   .banner_content_btn {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .banner_img {
    height: 160px;
  }

  .banner_title {
    font-size: 20px;
    line-height: 22px;
    padding-bottom: 10px;
  }

  .banner_btn button {
    margin: auto;
    padding: 5px 30px;
  }

  .banner_btn button span::after {
    top: 0;
  } */

  #iframe_qdv {
    height: 450px;
  }

  .box_crediti {
    width: 100%;
    padding: 0 15px;
  }

  .riferimenti_bibliografici {
    width: 100%;
    padding: 0 15px;
  }

  #footer_div {
    padding: 30px 10px;
  }

  #backtop {
    left: initial;
    right: -8px !important;
  }

  .mobile {
    display: initial;
  }

  .desktop {
    display: none;
  }
}

@media only screen and (min-width: 481px) and (max-width: 1024px) {}

/* GESTIONE ADV */

body:not(.backgroundAdv) #adv-MaxTicker {
  margin-top: 50px;
}

#div-gpt-ad-MaxTicker>div {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.backgroundAdv {
  background-attachment: fixed;
}

#adv-MaxTicker {
  margin: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  width: 100%;
  background-color: #EBEBEB;
}

#ad-Mpu_Top {
  display: flex;
  justify-content: center;
  width: 320px;
  padding: 10px 0;
}

#div-gpt-ad-MPU_Top>div {
  display: flex !important;
  justify-content: center;
}

#ad-Mpu_Middle {
  background-color: #fff;
  display: flex;
  justify-content: center;
  width: 320px;
  margin: 70px auto;
}

#div-gpt-ad-MPU_Middle>div {
  display: flex !important;
  justify-content: center;
}

.bordo_adv {
  padding: 10px 0;
  background-color: #fff;
}

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

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

#ad-Mpu_Top div,
#ad-Mpu_Middle div,
#adv-MaxTicker div {
  width: inherit !important;
}

.container_over_skin {
  width: 100%;
  z-index: 5;
  background-color: #fff;
}

.container_over_skin>* {
  z-index: 5;
  background-color: #fff;
}

.shrinkable,
.backgroundAdv {
  background-color: #fff !important;
}

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



@media only screen and (max-width: 820px) {
  body:not(.backgroundAdv) #adv-MaxTicker {
    margin-top: 50px;
  }

  #ad-Mpu_Middle {
    margin: 20px auto;
  }

  #mpu_top_mobile {
    display: flex;
    justify-content: center;
    background-color: #EBEBEB;
  }

  #adv-MaxTicker {
    margin: auto;
    padding-top: 10px;
    padding-bottom: 0px;
  }

  /*  .bordo_adv {
    margin-left: 25%;
  } */
}

@media only screen and (min-width: 821px) {
  #mpu_top_mobile {
    display: none;
  }
}

/* @media only screen and (min-width: 1501px) {
  body:not(.backgroundAdv) .two_columns {
    margin-left: 160px;
  }

  body:not(.backgroundAdv) .column_left {
    width: 800px;
  }
}

@media only screen and (min-width: 821px) and (max-width: 1330px) {
  .backgroundAdv .two_columns {
    margin-left: 10px;
  }

  .backgroundAdv .column_left {
    max-width: 500px;
  }
}

@media only screen and (min-width: 1331px) and (max-width: 1600px) {
  .backgroundAdv .two_columns {
    margin-left: 40px;
  }

  .backgroundAdv .column_left {
    max-width: 580px;
  }
} */