* {
  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: "SoleSans", Arial, Helvetica, sans-serif;
  background-color: #ffffff;
  overflow-x: hidden;
  padding: 0;
  margin: 0;
  color: #000;
  /* -webkit-transition: all 0.35s;
  transition: all 0.35s; */
  overflow-x: hidden;
}

div {
  width: 100%;
}

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;
  margin-block-start: 10px;
  margin-block-end: 10px;
}

/* TOP BAR */

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

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

/* HEADER */

header {
  width: 100%;
  padding: 50px 30px 0;
  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;
}

.occhiello {
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 16px;
  color: #005baa;
  text-align: center;
  padding-bottom: 20px;
  text-transform: uppercase;
}

/* .occhiello::before {
  content: url("../img/eu-flag.svg");
  position: relative;
  left: -5px;
  top: 3px;
} */

.title {
  max-width: 1000px;
  margin: auto;
}

h1 {
  display: inline;
  font-family: "sole_display", Georgia, Times, "Times New Roman", serif;
  font-style: normal;
  font-weight: 800;
  font-size: 80px;
  line-height: 90px;
  color: #000000;
  text-align: center;
  margin: auto;
}

.subtitle {
  max-width: 900px;
  font-family: "sole_headline", Georgia, Times, "Times New Roman", Serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #000000;
  margin: auto;
  padding-top: 20px;
}

/* NUMERONI */

.numeroni_container {
  max-width: 1000px;
  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: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  margin: 50px auto;
}

.numerone_box {
  width: 33%;
  margin-right: 20px;
  position: relative;
}

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

.numerone_num {
  background: #ff928b;
  border: none;
  border-radius: 10px;
  box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.25);
  padding-top: 15px;
  font-family: "Aleo", Georgia, Times, "Times New Roman", Serif;
  font-style: normal;
  font-weight: 700;
  font-size: 80px;
  line-height: 100px;
  text-align: center;
  color: #ffffff;
}

.numerone_linea {
  position: absolute;
  background: #ff928b;
  height: 3px;
  top: 58px;
  background-color: ff928b;
}

.numerone_box:nth-of-type(2) .numerone_num,
.numerone_box:nth-of-type(2) .numerone_linea {
  background: #1d6eac;
}

.numerone_scadenza {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #000000;
  padding: 20px 0 10px;
  text-transform: uppercase;
}

.numerone_info {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: rgba(0, 0, 0, 0.3);
  max-width: 250px;
  margin: auto;
}

/* SCHERMATA DUE COLONNE CON MPU */

.two_columns_bg {
  max-width: 1260px;
  padding: 30px 30px 100px 30px;
  background-color: #f8f4ef !important;
  margin: 50px auto 0 auto;
}

.two_columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  overflow-x: hidden;
  padding: 0;
  position: relative;
  overflow: hidden;
  background: transparent;
  max-width: 1000px;
  margin: auto;
}

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

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

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

.titolo_commento {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: left;
  color: #000000;
}

.firma_commento {
  font-family: "sole_text", Georgia, Times, "Times New Roman", serif;
  font-style: italic;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  margin-block-end: 0;
  text-align: left;
}

.data_commento {
  font-family: "sole_text", Georgia, Times, "Times New Roman", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 36px;
  color: #0f0f0f;
}

/* TESTO E GRAFICI */

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

.delimiter img {
  margin: auto;
}

h2 {
  width: 100%;
  max-width: 800px;
  margin: auto;
  font-family: "sole_text", Georgia, Times, "Times New Roman", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;
  color: #0f0f0f;
  text-align: center;
  margin-block-end: 0.5em;
  margin-block-start: 30px;
}

.box_paragraph {
  max-width: 650px;
  margin: auto;
  padding: 10px 0;
}

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

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

.box_chart {
  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;
  margin: auto;
}

p a:link,
p a:visited {
  color: #1d6eac;
  text-decoration: none;
  transition: all 0.2s ease;
  font-weight: 700;
}

p a:hover {
  text-decoration: underline;
  /* color: #0c4774; */
  /* color: #87abec;*/
  /* color:#14588c; */
}

/* p a:active {
  color: #1d6eac;
} */

.chart_regular {
  max-width: 800px;
  margin: auto;
}

.chart_large {
  max-width: 900px;
  padding: 10px;
  margin: auto;
}

.chart_title {
  max-width: 550px;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  margin-block-start: 1em;
  margin-block-end: 0.5em;
}

.chart_subtitle {
  max-width: 600px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #0f0f0f;
  padding: 0 0 20px;
}

.chart_source {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: rgba(15, 15, 15, 0.6);
  padding-top: 10px;
}

/* APPROFONDIMENTI */

.approfondimenti_container {
  max-width: 1100px;
  background-color: #1d6eac;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 10px 10px;
  margin: 30px auto;
}

.approfondimenti_inner {
  max-width: 900px;
  background-color: transparent;
  position: relative;
  margin: auto;
}

.titolo_approfondimenti {
  position: absolute;
  top: 0;
  left: 10px;
  font-style: normal;
  font-weight: 800;
  font-size: 28px;
  line-height: 32px;
  color: #ffffff;
  text-align: left;
}

.linea_hr_approfondimenti {
  position: absolute;
  top: 50px;
  left: 0;
  background-color: #00000021;
  height: 2px;
}

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

.swiper-approfondimenti .swiper-slide {
  background: transparent;
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 50px 0 30px 10px;
  height: auto;
}

.swiper-approfondimenti .swiper-slide .appr-slide-inner {
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  border-right: 2px solid #00000021;
  padding-right: 20px;
  margin-top: 50px;
  height: 350px;
}

.swiper-approfondimenti .swiper-button-next,
.swiper-approfondimenti .swiper-button-prev {
  position: absolute;
  top: 10px;
}

.swiper-approfondimenti [class^="swiper-button-"]::after {
  content: "";
}
.swiper-approfondimenti [class^="swiper-button-"] {
  width: 55px;
  height: 55px;
}

.swiper-approfondimenti .swiper-button-next {
  right: -5px;
}
.swiper-approfondimenti .swiper-button-prev {
  left: auto;
  right: 40px;
}

.appr_img img {
  width: 100%;
  height: auto;
}

.appr_testo {
  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: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.appr_occhiello {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
  padding-top: 10px;
}

.appr_titolo {
  font-family: "sole_headline", Georgia, Times, "Times New Roman", Serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #ffffff;
  padding-top: 10px;
  padding-bottom: 20px;
}

.appr_firma {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
}

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

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

.appr_testo a:hover {
  color: #ffffffca;
  text-decoration: none;
}

.appr_testo a:active {
  color: #ffffffca;
  text-decoration: none;
}

/*--- 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: 10px;
  padding-bottom: 10px;
  transition: all 0.3s ease-in-out;
}

#backtop img:hover {
  transform: scale(1.1);
}

.box_monithon {
  padding-top: 0;
  width: 650px;
  border-top: 1px solid #1a1818;
  margin: auto;
  margin-top: 50px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.box_monithon div {
  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;
}

.box_monithon div:first-of-type {
  width: 80px;
}

.box_monithon div:first-of-type img {
  width: 80px;
}

.box_monithon div:last-of-type {
  padding-left: 20px;
}

.box_monithon a:link {
  color: #1d6eac;
  text-decoration: none;
}

.box_monithon a:visited {
  color: #1d6eac;
  text-decoration: none;
}

.box_monithon a:hover {
  color: #0c4774;
  text-decoration: none;
}

.box_monithon a:active {
  color: #0c4774;
  text-decoration: none;
}

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

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

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

/* RESPONSIVE TABLET */

@media only screen and (max-width: 820px) {
  #adv-MaxTicker {
    padding: 70px 0 20px;
  }

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

  #adv_middle {
    margin: 40px auto;
    text-align: center;
  }

  header {
    padding: 20px 15px 0;
  }

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

  h1 {
    font-size: 46px;
    line-height: 50px;
  }

  .title,
  .subtitle,
  .firma_data {
    max-width: 100%;
  }

  .title {
    padding-top: 0;
  }

  .subtitle {
    padding-top: 30px;
  }

  .two_columns_bg {
    padding: 30px 0;
  }

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

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

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

  .chart_title,
  .chart_subtitle,
  .box_paragraph,
  .chart_regular,
  .chart_large {
    max-width: 100%;
  }

  .chart_large {
    padding: 10px 0;
  }

  .box_chart_left,
  .box_chart_right {
    flex-direction: column;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }

  .box_chart_left .chart_text,
  .box_chart_right .chart_text {
    text-align: center;
    padding-right: 0;
    padding-top: 0;
    padding-left: 0;
  }

  .box_monithon {
    width: 100%;
  }

  .box_monithon div {
    padding: 2vh 10px;
  }

  .box_crediti {
    width: 100%;
  }

  .box_crediti h5 {
    padding: 2vh 10px;
  }

  #footer_div {
    padding: 30px 10px;
  }

  .no_mobile {
    display: none;
  }
}

/* RESPONSIVE MOBILE */

@media only screen and (max-width: 480px) {
  .chart_title {
    font-size: 24px;
    line-height: 28px;
  }

  .numeroni_container {
    flex-direction: column;
    max-width: 100%;
    padding: 0 10px;
  }

  .numerone_box {
    width: 100%;
    padding-bottom: 20px;
  }

  .numerone_scadenza {
    padding-bottom: 0;
  }

  h2 {
    font-size: 24px;
    line-height: 30px;
    max-width: 100%;
    margin: auto;
  }

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

/* RESPOSIVE DESKTOP */

@media only screen and (min-width: 821px) {
  .box_align_left {
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }

  .chart_title.align_left,
  .chart_subtitle.align_left,
  .chart_source.align_left {
    max-width: 100%;
    text-align: left;
  }

  .no_desktop {
    display: none;
  }
}

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

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

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

#bordo_adv {
  padding: 10px 0;
}

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

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

.container_over_skin {
  width: 100%;
  z-index: 5;
  background-color: #ffffff;
  overflow-x: hidden;
}

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

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

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

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

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