@import url("https://use.typekit.net/krc8tim.css");

* {
  box-sizing: border-box;
}

html,
body {
  scroll-behavior: smooth;
}

body {
  color: #fff;
  background-image: linear-gradient(
    90deg,
    #333333 49.75%,
    #1a1a1a 49.75%,
    #1a1a1a 50%,
    #333333 50%,
    #333333 99.75%,
    #1a1a1a 99.75%,
    #1a1a1a 100%
  );
  background-position: center;
  background-size: 402px 402px;
  background-repeat: repeat;
  font-family: basic-sans, sans-serif;
  overflow-x: hidden;
  padding: 0;
  margin: 0;
}

/* :-webkit-any(article, aside, nav, section) h1 {
    margin-block-start: 0px;
    margin-block-end: 10px;
  } */

article,
header,
aside {
  width: 100%;
  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;
}

section {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 50px;
}

h1,
h2,
h3 {
  display: block;
  font-size: 1.17em;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}

/* TOP BAR */

.top-bar {
  height: 48px !important;
  background-color: #333 !important;
}

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

/* ADV */

#adv-MaxTicker {
  width: 100%;
  margin: auto;
  padding-top: 70px;
  padding-bottom: 20px;
  text-align: center;
  box-shadow: inset 10px 10px 40px 0 #141414;
  background-color: #2e2e2e;
}

#ad-Mpu_Middle {
  width: 100%;
  margin: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  box-shadow: inset 10px 10px 40px 0 #141414;
  background-color: #2e2e2e;
}

/* TITOLO */

#occhiello {
  width: 100%;
  max-width: 800px;
  margin: auto;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  opacity: 0.75;
  padding: 60px 0 30px 0;
}

h1 {
  width: 100%;
  max-width: 800px;
  margin: auto;
  font-size: 96px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}

#firma {
  width: 100%;
  max-width: 800px;
  margin: auto;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  opacity: 0.5;
  padding: 30px 0 40px 0;
}

/* CRYPTOSTOCKS */

#cryptostock_contenuto {
  width: 100%;
}

.cryptostock_pulsanti {
  width: 100%;
  margin: auto;
  padding: 0;
  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;
}

.cryptostock_pulsanti button {
  width: 48px;
  height: 48px;
  padding: 6px;
  border-radius: 12px;
  background-color: #1a1a1a;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.cryptostock_pulsanti button:first-child {
  margin-right: 5px;
}

.cryptostock_pulsanti button:last-child {
  margin-left: 5px;
}

.cryptostock_pulsanti img {
  width: 100%;
  height: auto;
  opacity: 0.5;
}

.cryptostock_pulsanti button:hover {
  box-shadow: 5px 5px 20px 0 #4d4d4d, -5px -5px 20px 0 #1a1a1a;
  background-color: #333;
}

.cryptostock_pulsanti button:hover img {
  opacity: 1;
}

button.cryptostock_pulsante_attivo {
  box-shadow: 5px 5px 20px 0 #4d4d4d, -5px -5px 20px 0 #1a1a1a;
  background-color: #333;
}

button.cryptostock_pulsante_attivo img {
  opacity: 1;
}

#cryptostock_errore {
  width: 100%;
  max-width: 800px;
  margin: auto;
  font-size: 30px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  padding: 30px 0 40px 0;
  display: none;
}

#cryptostock_carousel_ctn {
  display: none;
}

/* SEZIONI NEWS */

.news_occhiello {
  width: 100%;
  padding: 20px 0;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: 2px;
  text-transform: uppercase;
}

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

.news_titolo h2 {
  font-size: 64px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #fff;
}

.news_articoli_box {
  width: 100%;
  max-width: 870px;
  margin: auto;
  position: relative;
}

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

.news_articoli div {
  display: inline;
}

.news_articoli div:first-child {
  position: absolute;
  left: -120px;
}

.news_articoli div:first-child img {
  width: 100%;
  max-width: 160px;
  height: auto;
}

.news_articoli div:last-child {
  z-index: 20;
}

.news_articoli a:link {
  font-size: 48px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: normal;
  color: #fff;
  opacity: 0.75;
  text-decoration: none;
}

.news_articoli a:visited {
  color: #fff;
  opacity: 0.75;
  text-decoration: none;
}

.news_articoli a:hover,
.news_articoli a:active {
  color: #fff;
  opacity: 1;
  text-decoration: underline;
}

.news_articoli a:link .news_articoli_freccia {
  border-radius: 50%;
  padding: 0px 18px;
  margin-left: 10px;
  opacity: 0.75;
  background-color: #fff;
  font-size: 30px;
  position: relative;
}

.news_articoli a:link .news_articoli_freccia::before {
  content: url(../img/_icone/link-out.svg);
  position: absolute;
  top: 17%;
  left: 17%;
  width: 0;
  height: 0;
}

.news_articoli a:visited .news_articoli_freccia {
  opacity: 0.75;
  background-color: #fff;
}

.news_articoli a:hover .news_articoli_freccia,
.news_articoli a:active .news_articoli_freccia {
  opacity: 1;
  text-decoration: none;
}

.news_articoli a:hover .news_articoli_freccia::before,
.news_articoli a:active .news_articoli_freccia::before {
  content: url(../img/_icone/link-out-w.svg);
  position: absolute;
  top: 17%;
  left: 17%;
  width: 0;
  height: 0;
}

#news_sezione_crypto .news_occhiello {
  color: #ff64bf;
  text-shadow: 0 5px 20px #ff64bf, 0 -5px 20px rgba(17, 17, 17, 0.75);
}

#news_sezione_crypto .news_articoli a:hover,
#news_sezione_crypto .news_articoli a:active {
  text-decoration-color: #ff64bf;
}

#news_sezione_crypto .news_articoli a:hover .news_articoli_freccia,
#news_sezione_crypto .news_articoli a:active .news_articoli_freccia {
  background-color: #ff64bf;
  box-shadow: 0 0 8px 0 #ff64bf;
}

#news_sezione_blockchain .news_occhiello {
  color: #4d70ff;
  text-shadow: 0 5px 20px #4d70ff, 0 -5px 20px rgba(17, 17, 17, 0.75);
}

#news_sezione_blockchain .news_articoli a:hover,
#news_sezione_blockchain .news_articoli a:active {
  text-decoration-color: #4d70ff;
}

#news_sezione_blockchain .news_articoli a:hover .news_articoli_freccia,
#news_sezione_blockchain .news_articoli a:active .news_articoli_freccia {
  background-color: #4d70ff;
  box-shadow: 0 0 8px 0 #4d70ff;
}

#news_sezione_fiscalita .news_occhiello {
  color: #af40ff;
  text-shadow: 0 5px 20px #af40ff, 0 -5px 20px rgba(17, 17, 17, 0.75);
}

#news_sezione_fiscalita .news_articoli a:hover,
#news_sezione_fiscalita .news_articoli a:active {
  text-decoration-color: #af40ff;
}

#news_sezione_fiscalita .news_articoli a:hover .news_articoli_freccia,
#news_sezione_fiscalita .news_articoli a:active .news_articoli_freccia {
  background-color: #af40ff;
  box-shadow: 0 0 8px 0 #af40ff;
}

/* COMMENTI */

.news_commento {
  width: 100%;
  margin: auto;
  padding: 70px 0;
}

.news_commento_titolo {
  width: 100%;
  font-size: 48px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: normal;
  padding-bottom: 30px;
}

#news_sezione_blockchain .news_commento_titolo {
  color: #4d70ff;
}

/* SWIPER */
.swiper {
  width: 100%;
}

.swiper-slide {
  width: 100%;
  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;
  padding: 0 0 70px 0;
}

.swiper_slide_box {
  width: 100%;
  max-width: 1100px;
  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: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  border-radius: 56px;
  box-shadow: inset 0 0 40px 0 #1a1a1a;
  background-color: #333;
  padding: 50px 70px;
}

.swiper_slide_box_testo {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -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;
}

.swiper_slide_titolo {
  width: 100%;
}

.swiper_slide_titolo h3 {
  width: 100%;
  opacity: 0.5;
  font-size: 36px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.11;
  letter-spacing: normal;
  color: #fff;
}

.swiper_slide_testo {
  width: 100%;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  color: #fff;
}

.swiper_slide_mini_box_occhiello {
  width: 100%;
  opacity: 0.25;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: 2px;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 15px;
}

.swiper_slide_mini_box {
  width: 100%;
  min-height: 150px;
  padding: 15px;
  border-radius: 32px;
  box-shadow: 5px 5px 20px 0 #4d4d4d, -5px -5px 20px 0 #1a1a1a;
  background-color: #333;
}

.swiper_slide_mini_box_titolo {
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #fff;
}

.swiper_slide_mini_box_img {
  width: 100%;
  height: auto;
  max-width: 120px;
  margin: 0 15px 0 0;
  border-radius: 24px;
  float: left;
}

.swiper-button-next {
  right: 15px;
  top: calc(50% - 40px);
  z-index: 100;
}

.swiper-button-prev {
  left: 15px;
  top: calc(50% - 40px);
  z-index: 100;
}

.swiper-button-prev:after {
  content: url(../img/_icone/slide-prev-w.svg);
  filter: drop-shadow(0 0 8px #fff);
}

.swiper-button-next:after {
  content: url(../img/_icone/slide-next-w.svg);
  filter: drop-shadow(0 0 8px #fff);
}

.swiper-button-disabled:after {
  filter: drop-shadow(0 0 0px rgb(0 0 0 / 0)); /* none */
}

#youngfinance_slider .swiper-pagination,
#glossario_slider .swiper-pagination {
  height: 100px;
  padding-top: 70px;
}

.swiper-pagination-bullet {
  background: #1a1a1a;
  opacity: 1;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}

.swiper-pagination-bullet-active {
  background-color: #1a1a1a;
  border: 4px solid #fff;
  width: 20px;
  height: 20px;
  box-shadow: 0 0 11px 3px rgba(255, 255, 255, 0.5);
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 8px);
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 15px;
}

/* youngfinance VIDEO SWIPER */

#youngfinance_sezione {
  width: 100%;
  max-width: 1220px;
  margin: auto;
  padding: 70px 0;
}

#youngfinance_occhiello {
  width: 100%;
  opacity: 0.75;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
}

#youngfinance_slider {
  width: 100%;
  margin: auto;
  padding: 70px 0;
}

#youngfinance_slider .swiper_slide_blocco_testo {
  max-width: 400px;
  padding-left: 20px;
}

/* GLOSSARIO SWIPER */

#glossario_sezione {
  width: 100%;
  max-width: 1220px;
  margin: auto;
  padding: 70px 0;
}

#glossario_occhiello {
  width: 100%;
  opacity: 0.75;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
}

#glossario_slider {
  width: 100%;
  margin: auto;
  padding: 70px 0;
}

/* BOX banner */

.young_finance_banner .box_banner_inner {
  background-color: #b155ff;
}

.cryptotalks_banner .box_banner_inner {
  background-color: #ff64bf;
}

.fintech_banner .box_banner_inner {
  background-color: #4d70ff;
}

.marketmover_banner .box_banner_inner {
  background-color: #4e00b8;
}

.banner_occhiello {
  width: 100%;
  opacity: 0.75;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: 2px;
  color: #fff;
  text-transform: uppercase;
}

.banner_titolo {
  width: 100%;
}

.banner_titolo h3 {
  font-size: 36px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.11;
  letter-spacing: normal;
  color: #fff;
  padding: 10px 0;
}

.banner_sommario {
  width: 100%;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #fff;
}

/* APPROFONDIMENTI */

#approfondimenti_sezione {
  width: 100%;
  max-width: 1440px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.approfondimenti_occhiello {
  width: 100%;
  opacity: 0.75;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: 2px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  padding: 100px 0 30px 0;
}

.approfondimento_img {
  width: 100%;
  max-width: 380px;
  height: auto;
  border-radius: 24px;
  background-color: #d8d8d8;
}

.approfondimento_blocco {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.approfondimento_occhiello_e_titolo {
  width: 100%;
  padding: 20px 10px 0 10px;
}

.approfondimento_occhiello_e_titolo span {
  width: 100%;
  opacity: 0.5;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: 2px;
  color: #fff;
  text-transform: uppercase;
}

.approfondimento_occhiello_e_titolo h3 {
  width: 100%;
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #fff;
  padding: 10px 0;
}

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

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

.approfondimento_occhiello_e_titolo a:hover {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}

.approfondimento_occhiello_e_titolo a:active {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}

.approfondimento_firma_e_data {
  width: 100%;
  padding: 20px 10px 0 10px;
}

.approfondimento_firma_e_data span:nth-child(1) {
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: normal;
  color: rgba(255, 255, 255, 0.5);
}

.approfondimento_firma_e_data span:nth-child(3) {
  width: 100%;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: normal;
  color: rgba(255, 255, 255, 0.25);
}

.approfondimenti_pulsante {
  width: 100%;
  display: block;
  text-align: center;
  padding-top: 0;
  margin-top: -30px;
  z-index: 10;
}

.approfondimenti_pulsante button {
  width: fit-content;
  padding: 11px 30px;
  border-radius: 12px;
  box-shadow: 0 0 40px 0 rgba(255, 255, 255, 0.5);
  background-color: #fff;
  color: #000;
  font-family: basic-sans, sans-serif;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.3s all ease-out;
}

.approfondimenti_pulsante button:hover {
  opacity: 0.5;
  transition: 0.3s all ease-out;
}

.espanso {
  opacity: 1;
  height: auto;
}

/* CREDITI FINALI & BACKTOP */

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

#crediti_finali {
  width: 100%;
  padding: 100px 0;
  background-color: #333;
}

#crediti_finali h6 {
  width: 100%;
  max-width: 550px;
  margin: auto;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: 2px;
  text-transform: uppercase;
  opacity: 1;
  padding-bottom: 20px;
}

#crediti_finali p {
  width: 100%;
  max-width: 550px;
  margin: auto;
  text-align: left;
  opacity: 0.5;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  color: #fff;
}

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

/*----- RESPONSIVE MOBILE --------*/

@media screen and (max-width: 480px) {
  .desktop {
    display: none !important;
  }

  section {
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding: 50px 10px;
  }

  #occhiello {
    font-size: 12px;
  }

  h1 {
    font-size: 48px;
  }

  #firma {
    font-size: 14px;
  }

  #youngfinance_slider,
  #glossario_slider {
    padding: 30px 0;
  }

  .box_banner {
    width: 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .box_banner_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: auto;
    padding: 20px 15px;
    border-radius: 32px;
    box-shadow: 10px 10px 40px 0 #4d4d4d, -10px -10px 40px 0 #1a1a1a;
  }

  .banner_blocco_testo {
    width: 100%;
    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;
  }

  .banner_blocco_testo div:first-child {
    width: 100%;
    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: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }

  .banner_img {
    width: 100%;
    max-width: 60px;
    height: auto;
    margin-right: 20px;
    border-radius: 50%;
    float: left;
  }

  .banner_occhiello {
    font-size: 12px;
    line-height: 1.33;
  }

  .banner_titolo h3 {
    font-size: 24px;
    line-height: 1.17;
  }

  .banner_sommario {
    font-size: 14px;
    line-height: 1.43;
    padding: 20px 0;
  }

  .banner_pulsante {
    width: 100%;
  }

  .banner_pulsante a:link div {
    width: 100%;
    padding: 11px 30px;
    border-radius: 12px;
    box-shadow: 0 0 40px 0 rgba(255, 255, 255, 0.5);
    background-color: #fff;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: 2px;
    text-transform: uppercase;
    justify-content: center;
  }

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

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

  .banner_pulsante a:hover {
    opacity: 0.5;
    color: #000;
    text-decoration: none;
  }

  .banner_pulsante a:active {
    opacity: 0.5;
    color: #000;
    text-decoration: none;
  }

  .swiper_slide_box {
    max-width: 100%;
    flex-direction: column;
    padding: 30px 20px;
  }

  .swiper_slide_box img:first-child {
    width: 100%;
  }

  .swiper_slide_titolo {
    padding-top: 20px;
  }

  .swiper_slide_titolo h3 {
    font-size: 24px;
    line-height: 1.17;
  }


  .swiper-button-next,
  .swiper-button-prev {
    top: calc(100% - 40px);
  }

  .news_occhiello {
    padding: 20px 0;
  }

  .news_titolo h2 {
    font-size: 32px;
  }

  .news_articoli_box {
    width: 100%;
    max-width: 100%;
  }

  .news_articoli div {
    display: inline;
    max-width: 275px;
    margin: auto;
  }

  .news_articoli div:first-child {
    position: absolute;
    left: -30px;
  }

  .news_articoli a:link {
    font-size: 28px;
    line-height: 1.2;
  }

  .news_articoli a:link .news_articoli_freccia {
    font-size: 20px;
    padding: 0 12px;
  }

  .news_articoli a:link .news_articoli_freccia::before,
  .news_articoli a:hover .news_articoli_freccia::before,
  .news_articoli a:active .news_articoli_freccia::before {
    top: 5%;
    left: 5%;
  }

  .news_commento_titolo {
    font-size: 24px;
    padding-bottom: 0;
  }

  .news_commento_testo {
    width: 100%;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
  }

  .swiper_slide_box img:first-child {
    width: 75%;
    margin: auto;
  }

  #approfondimenti_sezione {
    max-width: 100%;
    padding: 50px 0;
  }

  .approfondimenti_occhiello {
    font-size: 12px;
    padding-top: 20px;
  }

  #approfondimenti_container {
    width: 100%;
    padding: 10px;
    border-radius: 56px;
    box-shadow: inset 0 0 40px 0 #1a1a1a;
    background-color: #333;
    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;
  }

  .approfondimento {
    width: 100%;
    max-width: 100%;
    padding: 30px 20px;
    border-radius: 32px;
    box-shadow: 10px 10px 40px 0 #4d4d4d, -10px -10px 40px 0 #1a1a1a;
    background-color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
  }

  .non_espanso {
    opacity: 0;
    height: 0;
    padding: 0;
    margin-bottom: 0;
  }

  .approfondimento_occhiello_e_titolo span {
    font-size: 12px;
  }

  .approfondimento_occhiello_e_titolo h3 {
    font-size: 18px;
  }

  .approfondimento_firma_e_data {
    padding: 10px 10px 0 10px;
  }

  .approfondimento_firma_e_data span:nth-child(3) {
    line-height: 2;
  }

  .approfondimenti_pulsante {
    margin-top: 0px;
    margin-bottom: 30px;
  }

  #crediti_finali {
    padding: 100px 30px;
  }

  #crediti_finali h6 {
    font-size: 14px;
  }

  #crediti_finali p {
    font-size: 14px;
  }

  #footer_div {
    padding: 30px 10px;
  }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
  .desktop {
    display: none !important;
  }

  section {
    width: 100%;
    max-width: 660px;
    margin: auto;
    padding: 50px;
  }

  #occhiello {
    font-size: 12px;
  }

  h1 {
    font-size: 48px;
  }

  #firma {
    font-size: 14px;
  }

  #youngfinance_slider,
  #glossario_slider {
    padding: 30px 0;
  }

  .box_banner {
    width: 100%;
    max-width: 560px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .box_banner_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: auto;
    padding: 20px 15px;
    border-radius: 32px;
    box-shadow: 10px 10px 40px 0 #4d4d4d, -10px -10px 40px 0 #1a1a1a;
  }

  .banner_blocco_testo {
    width: 100%;
    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;
  }

  .banner_blocco_testo div:first-child {
    width: 100%;
    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: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }

  .banner_img {
    width: 100%;
    max-width: 60px;
    height: auto;
    margin-right: 20px;
    border-radius: 50%;
    float: left;
  }

  .banner_occhiello {
    font-size: 12px;
    line-height: 1.33;
  }

  .banner_titolo h3 {
    font-size: 24px;
    line-height: 1.17;
  }

  .banner_sommario {
    font-size: 14px;
    line-height: 1.43;
    padding: 20px 0;
  }

  .banner_pulsante {
    width: 100%;
  }

  .banner_pulsante a:link div {
    width: 100%;
    padding: 11px 30px;
    border-radius: 12px;
    box-shadow: 0 0 40px 0 rgba(255, 255, 255, 0.5);
    background-color: #fff;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: 2px;
    text-transform: uppercase;
    justify-content: center;
  }

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

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

  .banner_pulsante a:hover {
    opacity: 0.5;
    color: #000;
    text-decoration: none;
  }

  .banner_pulsante a:active {
    opacity: 0.5;
    color: #000;
    text-decoration: none;
  }

  #youngfinance_sezione,
  #glossario_sezione {
    max-width: 560px;
  }

  .swiper_slide_box {
    max-width: 100%;
    flex-direction: column;
    align-items: center;
    padding: 30px 20px;
  }

  .swiper_slide_box img:first-child {
    width: 100%;
  }

  .swiper_slide_titolo {
    padding-top: 20px;
  }

  .swiper_slide_titolo h3 {
    font-size: 24px;
    line-height: 1.17;
  }


  .swiper-button-next,
  .swiper-button-prev {
    top: calc(100% - 40px);
  }

  .news_occhiello {
    padding: 20px 0;
  }

  .news_titolo h2 {
    font-size: 32px;
  }

  .news_articoli_box {
    width: 100%;
    max-width: 100%;
  }

  .news_articoli div {
    display: inline;
  }

  .news_articoli div:first-child {
    position: absolute;
    left: -70px;
  }

  .news_articoli a:link {
    font-size: 28px;
    line-height: 1.2;
  }

  .news_articoli a:link .news_articoli_freccia {
    font-size: 20px;
    padding: 0 12px;
  }

  .news_articoli a:link .news_articoli_freccia::before,
  .news_articoli a:hover .news_articoli_freccia::before,
  .news_articoli a:active .news_articoli_freccia::before {
    top: 5%;
    left: 5%;
  }

  .news_commento_titolo {
    font-size: 24px;
    padding-bottom: 0;
  }

  .news_commento_testo {
    width: 100%;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
  }

  .swiper_slide_box img:first-child {
    width: 75%;
    margin: auto;
  }

  #approfondimenti_container {
    width: 100%;
    padding: 60px 30px;
    column-gap: 30px;
    row-gap: 30px;
    border-radius: 56px;
    box-shadow: inset 0 0 40px 0 #1a1a1a;
    background-color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .approfondimento {
    flex-grow: 1;
    width: 33%;
    max-width: 420px;
    padding: 30px 20px;
    border-radius: 32px;
    box-shadow: 10px 10px 40px 0 #4d4d4d, -10px -10px 40px 0 #1a1a1a;
    background-color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
  }

  .non_espanso {
    opacity: 0;
    height: 0;
    padding: 0;
    margin-bottom: 0;
  }
}

/*----- RESPONSIVE DESKTOP --------*/

@media screen and (min-width: 769px) and (max-width: 1024px) {
  section,
  .box_banner {
    padding-left: 50px;
    padding-right: 50px;
  }

  .news_articoli div:first-child {
    left: -50px;
  }
}

@media screen and (min-width: 769px) {
  .mobile {
    display: none !important;
  }


  .box_banner {
    width: 100%;
    max-width: 1100px;
  }

  .box_banner_inner {
    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;
    margin: auto;
    padding: 30px 60px;
    border-radius: 32px;
    box-shadow: 10px 10px 40px 0 #4d4d4d, -10px -10px 40px 0 #1a1a1a;
  }

  .banner_img {
    width: 100%;
    max-width: 390px;
    height: auto;
    margin-right: 40px;
    border-radius: 24px;
  }

  .banner_blocco_testo {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: space-around;
    -ms-flex-pack: space-around;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }

  .banner_pulsante {
    width: 100%;
    text-align: right;
  }

  .banner_pulsante a:link {
    width: fit-content;
    padding: 11px 30px;
    border-radius: 12px;
    box-shadow: 0 0 40px 0 rgba(255, 255, 255, 0.5);
    background-color: #fff;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
  }

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

  .banner_pulsante a:hover {
    opacity: 0.5;
    color: #000;
    text-decoration: none;
  }

  .banner_pulsante a:active {
    opacity: 0.5;
    color: #000;
    text-decoration: none;
  }
  .news_commento_testo {
    width: 100%;
    column-count: 2;
    column-gap: 2rem;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
  }

  #approfondimenti_container {
    width: 100%;
    padding: 60px 30px;
    column-gap: 30px;
    row-gap: 30px;
    border-radius: 56px;
    box-shadow: inset 0 0 40px 0 #1a1a1a;
    background-color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .approfondimento {
    flex-grow: 1;
    width: 33%;
    max-width: 420px;
    padding: 30px 20px;
    border-radius: 32px;
    box-shadow: 10px 10px 40px 0 #4d4d4d, -10px -10px 40px 0 #1a1a1a;
    background-color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
  }

  .non_espanso {
    opacity: 0;
    height: 0;
    padding: 0;
    margin-bottom: 0;
  }
}
