* {
  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: #eff4ff;
  overflow-x: hidden;
  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;
}

/* NAVBAR */

#navbar_container {
  margin: auto;
  overflow-y: hidden;
  overflow-x: auto;
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 50px;
  z-index: 998;
  height: 50px;
  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;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
}

body:not(.backgroundAdv) #navbar_container {
  max-width: 100%;
}

#navbar {
  height: 50px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -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;
  white-space: nowrap;
  padding-left: 20px;
  width: auto;
}

#navbar_title {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: right;
  color: #000;
  width: 200px;
}

#bar {
  height: 30px;
  width: 1px;
  opacity: 0.3;
  background-color: #000;
  margin: 0 20px;
}

#navbar_menu {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: 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;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}

.navbar_dot {
  color: #ffcb27;
  padding-right: 5px;
}

#navbar_menu div {
  padding-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: 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;
  cursor: pointer;
  width: auto;
}

#navbar a:link {
  color: #000;
  text-decoration: none;
}

#navbar a:visited {
  color: #000;
  text-decoration: none;
}

#navbar a:hover {
  color: #000;
  text-decoration: underline;
}

#navbar a:active {
  color: #000;
  text-decoration: underline;
}

/* HEADER */

header {
  width: 100%;
  height: 100vh;
  padding: 50px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  position: relative;
  background-color: #002e6a;
  background-image: url("../img/sfondosvg.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.header_title {
  position: absolute;
  top: 12%;
  left: 50%;
  transform: translateX(-50%);
  text-align: left;
  padding-left: 50px;
}

h1 {
  width: 100%;
  max-width: 725px;
  font-family: "sole_display", Georgia, Times, "Times New Roman", serif;
  font-style: normal;
  font-weight: 800;
  font-size: 76px;
  line-height: 78px;
  color: #ffffff;
  margin-block-start: 0.05em;
  margin-block-end: 0.1em;
}

.firma_data {
  margin-top: 32px;
  width: max-content;
}

.firma {
  font-family: "sole_headline", Georgia, Times, "Times New Roman", Serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 24px;
  color: #dee1e8;
}

.star {
  font-family: "sole_headline", Georgia, Times, "Times New Roman", Serif;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 30px;
  color: #ffcb27;
}

.data {
  font-family: "sole_headline", Georgia, Times, "Times New Roman", Serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 24px;
  color: #61a5ff;
}

.scroll_div {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  bottom: 20px;
  border: 1px solid #ffffff;
  overflow: hidden;
  height: 40px;
  width: 40px;
  cursor: pointer;
  border-radius: 50%;
}

#scroll_img {
  cursor: pointer;
}

.scroll_div:hover img {
  animation: animate 1.5s infinite;
}

/* FASCIONE PUNTATE */

.swiper_container {
  position: relative;
  padding: 10px 20px;
  background-color: #002e6a !important;
}

.swiper {
  width: 100%;
  max-width: 750px;
  background-color: #002e6a !important;
}

.swiper-slide {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  text-align: left;
  padding: 0 10px 0 2px;
  margin-right: 25px !important;
}

.swiper-slide:first-of-type {
  margin-left: 50px;
}

.swiper-slide a:link {
  text-decoration: none;
  color: #fff;
}

.swiper-slide a:visited {
  text-decoration: none;
  color: #fff;
}

.swiper-slide a:hover {
  text-decoration: underline;
  color: #fff;
}

.swiper-slide a:active {
  text-decoration: underline;
  color: #fff;
}

.swiper-slide a::before {
  content: "";
  background: url(../img/freccia-puntate.svg);
  position: absolute;
  top: 0px;
  left: -20px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
}

.swiper-slide:hover a::before {
  content: "";
  background: url(../img/freccia-puntate-hover.svg);
  position: absolute;
  top: 0px;
  left: -20px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 14px;
  color: #fff;
}

/* 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;
  margin-left: 60px;
  overflow: hidden;
  background: transparent !important;
}

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

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

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

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

p a:link {
  text-decoration: underline;
  color: #004298;
}

p a:visited {
  text-decoration: underline;
  color: #004298;
}

p a:hover {
  text-decoration: underline;
  color: #004298;
}

p a:active {
  text-decoration: underline;
  color: #004298;
}

li a:link {
  text-decoration: none;
  color: #004298;
}

li a:visited {
  text-decoration: none;
  color: #004298;
}

li a:hover {
  text-decoration: underline;
  color: #004298;
}

li a:active {
  text-decoration: underline;
  color: #004298;
}

.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: 36px;
  line-height: 42px;
  text-align: center;
  color: #0f0f0f;
}

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

.box_chart {
  max-width: 620px;
}

.box_chart_large {
  max-width: 900px;
}

.titolo_grafico {
  max-width: 620px;
}

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

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

.sottotitolo_grafico {
  max-width: 620px;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 24px;
  color: #0f0f0f;
  text-align: left;
  margin: auto;
  padding: 20px 0;
}

.fonte_grafico {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: rgba(15, 15, 15, 0.6);
  text-align: left;
  max-width: 620px;
  margin: auto;
  padding: 20px 0;
}

/* MAPPA */

#legend_map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  -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: flex-start;
  padding-bottom: 40px;
}

.legend_item {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 16px;
  color: #0f0f0f;
  padding-bottom: 10px;
  text-align: left;
}

.legend_item::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 5px;
}

#legend_grey::before {
  background: #d3dae5;
}

#legend_yellow::before {
  background: #ffc525;
}

#legend_red::before {
  background: #ff0004;
}

.box_schedine {
  max-width: 620px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.schedina {
  width: 22%;
  background: #ffffff;
  box-shadow: 0px 2px 0px rgba(0, 66, 152, 0.25);
  margin-right: 10px;
  padding: 10px;
  height: 310px;
  position: relative;
}

.schedina p {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #000000;
}

.schedina span {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 40px;
  text-align: center;
  color: #ff0004;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 10px;
}

.schedina:last-of-type {
  margin-right: 0;
}

/* 4 MAPPE */

.row_mappa {
  display: flex;
  flex-direction: row;
}

.cl_mappa {
  display: flex;
  flex-direction: column;
  width: 50%;
}

.cl_mappa:first-of-type {
  margin-right: 5px;
}
.cl_mappa:last-of-type {
  margin-left: 5px;
}

.cl_mappa_titolo {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 24px;
  color: #0f0f0f;
  text-align: left;
}

.cl_mappa_sommario {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #0f0f0f;
  text-align: left;
  padding-bottom: 15px;
}

.cl_mappa_sommario_ultima {
  padding-bottom: 35px;
}

.pulsanti_grafico_cnt {
  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;
  padding-bottom: 50px;
}

.pulsante_grafico {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  margin-right: 10px;
  width: fit-content;
  background: #eff4ff;
  border: 1px solid #000000;
  border-radius: 4px;
  padding: 5px 20px;
  color: #000;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  min-width: 150px;
}

.pulsante_grafico:last-of-type {
  margin-right: 0;
}

.pulsante_grafico:hover {
  color: #fff;
  background-color: #000;
}

.pulsante_grafico_selected {
  color: #fff;
  background-color: #000;
}

.select_grafico_cnt {
  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;
  padding-bottom: 50px;
  margin: auto;
}

.select_menu {
  border: 1px solid #000;
  border-radius: 4;
  background-color: #eff4ff;
  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 (max-width: 820px) {
  header {
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

@media only screen and (max-width: 1540px) {
  .backgroundAdv header {
    padding-top: 49.61%;
  }

  h1 {
    font-size: 74px;
    line-height: 78px;
  }

  .firma_data span {
    font-size: 20px !important;
    line-height: 23px !important;
  }
}

@media only screen and (max-width: 480px) {
  #navbar_container {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: start;
    justify-content: start;
  }

  #navbar {
    padding-left: 10px;
  }
  header {
    padding-top: unset !important;
  }

  .header_title {
    bottom: 25%;
    background-image: url(../img/cover_mobile.png);
    padding-left: 15px;
    padding-right: 15px;
  }

  h1 {
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    max-width: 100%;
    font-size: 42px;
    line-height: 50px;
  }

  .firma_data {
    max-width: 190px;
    line-height: 25px;
  }

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

  .star {
    display: none;
  }

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

  .scroll_div {
    bottom: 20px;
  }

  .two_columns {
    overflow: hidden;
  }

  .column_left {
    max-width: 100%;
  }

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

  #sezione_intro {
    padding-left: 0;
    padding-right: 0;
  }

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

  .sottotitolo_grafico {
    max-width: 100%;
  }

  .fonte_grafico {
    max-width: 100%;
  }

  .box_schedine {
    max-width: 100%;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .schedina {
    width: 100%;
    margin-right: 0;
    margin-top: 10px;
    text-align: left;
    height: auto;
  }

  .schedina p {
    text-align: left;
  }

  .schedina span {
    font-family: "SoleSans", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 40px;
    text-align: left;
    color: #ff0004;
    position: relative;
    left: 0;
    transform: translate(0, 0);
  }

  .titolo_capitolo h2 {
    font-size: 30px;
  }

  .row_mappa {
    flex-direction: column;
  }

  .cl_mappa {
    width: 100%;
  }

  .cl_mappa_sommario_ultima {
    padding-bottom: 15px;
  }

  .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) {
  h1 {
    font-size: 74px;
    line-height: 78px;
  }
}

/* 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: #eff4ff;
}

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

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

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

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

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

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

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