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

  font-family: "neue-haas-grotesk-display", sans-serif;
*/

body {
  font-family: "sole_text", Georgia, Times, "Times New Roman", serif;
  background-color: #fff;
  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-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  color: #000;
  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%;
  /* height: 100vh; */
  /* padding: 50px 30px 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: #2e2e2e !important;
  /* background-image: url("../img/cover_desktop.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; */
}

.header_title {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
}

h1 {
  /* max-width: 1230px;
  margin: auto;
  color: #fff;
  text-align: center;
  font-size: 126px;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-style: normal;
  font-weight: 800;
  line-height: 96px; */
  /* text-shadow: #FE0000 0 0 10px; */

  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 150px;
  font-style: italic;
  font-weight: 600;
  line-height: 150px;
  letter-spacing: 0em;
  text-align: center;
}

h1 span:first-of-type {
  margin-left: 150px;
}

.subtitle {
  max-width: 1020px;
  margin: auto;
  /* background-color: #140a1a; */
  text-align: center;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 65px;
}

.data {
  max-width: 600px;
  color: rgba(0, 0, 0, 0.4);
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.firma {
  font-family: "sole_text", Georgia, Times, "Times New Roman", serif;
  max-width: 600px;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
}

.divisore {
  background-image: url(../img/divisore.svg);
  background-repeat: no-repeat;
  background-position: center center;
  padding: 64px 0;
  width: 100%;
}

/* TESTO E GRAFICI */

h2 {
  width: 100%;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: left;
  color: #000;
  margin-block-start: 0;
  margin-block-end: 0.83em;
}

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

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

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

.box_paragraph a:hover {
  text-decoration: underline;
  color: #fad31c;
}

.box_paragraph a:active {
  text-decoration: underline;
  color: #fad31c;
}

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

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

.chart_regular_600 {
  max-width: 600px;
  margin: auto;
}

.chart_large {
  max-width: 1200px;
  padding: 10px;
  margin: auto;
  display: flex;
  justify-content: center;
  position: relative;
}

.chart_title_cnt {
  width: 100%;
  max-width: 600px;
  text-align: left;
}

.chart_title {
  width: 100%;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  text-align: left;
  color: #000;
  margin-block-start: 1em;
  margin-block-end: 0.5em;
}

.chart_subtitle {
  width: 100%;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  color: #000;
  padding: 0 0 20px;
}

.chart_source {
  max-width: 600px;
  font-size: 14px;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  text-align: left;
  color: rgba(0, 0, 0, 0.4);
  padding-top: 10px;
}

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

.chart_img {
  width: inherit;
  max-width: 100%;
  height: auto;
}

.double_chart_cnt {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.double_chart {
  width: 45%;
}

.chart_controversie_legend {
  max-width: 600px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  text-align: center;
  color: rgba(0, 0, 0, 0.4);
  padding: 20px 0;
}

.chart_11 {
  text-align: center;
}

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

.banner_img {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-image: url(../img/banner-terre-rare.svg);
  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 0 30px;
}

.banner_lead {
  color: rgba(0, 0, 0, 0.4);
  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: 32px;
  font-family: "sole_headline", Georgia, Times, "Times New Roman", Serif;
  font-style: normal;
  font-weight: 800;
  line-height: 32px;
}

.banner_btn {
  width: auto;
  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;
}

/* BOX APPROFONDIMENTI */

.box_approfondimenti {
  max-width: 800px;
  border: 0 solid transparent;
  border-radius: 8px;
  outline: 0;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
  background-color: #fad31c;
  margin: 30px auto;
  padding: 20px;
}

.box_approfondimenti h4 {
  width: 100%;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.2;
  text-align: left;
  margin-block-start: 20px;
  margin-block-end: 0;
}

.box_approfondimenti ul {
  margin-block-start: 0;
  margin-block-end: 1em;
  padding-inline-start: 30px;
  list-style-type: none;
}

.box_approfondimenti li {
  width: 100%;
  font-family: "sole_headline", Georgia, Times, "Times New Roman", Serif;
  line-height: 1.1;
  font-weight: 500;
  font-size: 18px;
  text-align: left;
  padding: 10px 0;
}

.box_approfondimenti ul li {
  position: relative;
}

.box_approfondimenti ul li:before {
  content: "";
  position: absolute;
  left: -22px;
  top: 12px;
  width: 15px;
  height: 15px;
  background: url("../img/freccia-black.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

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

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

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

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

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

#backtop {
  position: fixed;
  /* left: calc(50vw + 450px); */
  right: 50px;
  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;
}

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

.box_crediti h5 {
  margin-block-start: 1.67em;
  margin-block-end: 1.67em;
  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: 1110px) {
  h1 {
    line-height: 140px;
  }
}

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

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

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

  .subtitle {
    max-width: 100%;
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
  }

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

  h2 {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

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

  .chart_img {
    width: auto;
    max-width: 100%;
    height: auto;
  }

  .chart_title {
    font-size: 20px;
    line-height: 26px;
  }

  .chart_subtitle {
    font-size: 16px;
    line-height: 22px;
  }

  .chart_large {
    padding: 10px 0;
  }

  .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) {
  header {
    /* background-image: url("../img/cover_mobile.jpg"); */
  }

  .header_title {
    bottom: 7%;
  }

  h1 {
    max-width: 100%;
    font-size: 72px;
    line-height: 76px;
  }

  h1 span:first-of-type {
    margin-left: 100px;
  }

  .subtitle {
    max-width: 100%;
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
    padding: 20px 15px 0;
  }

  .chart_img {
    width: 100%;
    max-width: 100%;
    height: 100%;
  }

  .double_chart_cnt {
    flex-direction: column;
  }

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

  .box_approfondimenti {
    max-width: 95%;
  }

  #backtop {
    left: initial;
    right: 4px !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_11 img {
    width: 390px;
  }

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

#ad-Mpu_Top div,
#ad-Mpu_Middle div,
#adv-MaxTicker div {
  width: inherit !important;
}
#div-gpt-ad-MPU_Top > div {
  display: flex !important;
  justify-content: center;
}

#ad-Mpu_Middle {
  background-color: #ececec;
  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: #ececec;
}

#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: 830px) {
  body:not(.backgroundAdv) #adv-MaxTicker {
    margin-top: 50px;
  }

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

  #intro-container {
    background-image: url("../video/jpg/all\ 2_00000.webp");
    background-size: contain;
    width: 100%;
    /* background-color: brown; */
    box-sizing: border-box;
    height: 100vh;
  }

  #intro-titolo.titolo-visibile {
    opacity: 1;
    margin-top: 0;
  }

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

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