* {
  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: "bicyclette", sans-serif;
  background-color: #160d33;
  padding: 0;
  margin: 0;
  color: #cbceef;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  overflow-x: hidden;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}

div {
  width: 100%;
  font-family: "bicyclette", sans-serif;
}

p {
  font-family: "bicyclette", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 32px;
  color: #cbceef;
  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: #160d33;
  background-image: linear-gradient(
      180deg,
      rgba(22, 13, 51, 0) 0%,
      #160d33 100%
    ),
    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;
  font-family: "bicyclette", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 80px;
  line-height: 94px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.subtitle {
  max-width: 800px;
  margin: auto;
  font-family: "bicyclette", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 36px;
  text-align: center;
}

.firma {
  font-family: "bicyclette", sans-serif;
  max-width: 600px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #cbceef;
  margin: auto;
  padding: 10px 0;
}

.firma_articolo {
  font-family: "bicyclette", sans-serif;
  color: #cbceef;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  text-align: left;
  padding-top: 20px;
}

.data {
  font-family: "bicyclette", sans-serif;
  max-width: 800px;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #cbceef;
  margin: auto;
  padding: 0;
}

.data span {
  font-weight: 400;
}

/* 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: 90px;
  overflow: hidden;
}

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

/* SEZIONI */

section {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}

h2 {
  width: 100%;
  max-width: 600px;
  margin: auto;
  margin-block-end: 0.5em;
  margin-block-start: 30px;
  font-family: "bicyclette", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
}

/* TESTO E GRAFICI */

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

.delimiter:first-of-type {
  padding-top: 0;
}

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

.box_paragraph a:link {
  color: #cbceef;
}

.box_paragraph a:visited {
  color: #cbceef;
}

.box_paragraph a:hover {
  color: #fff;
}

.box_paragraph a:active {
  color: #fff;
}

.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;
  position: relative;
}

.border_chart {
  width: 100%;
  height: 1px;
  background-color: #2d1380;
  margin: 30px 0;
}

.border_chart_regular {
  max-width: 870px;
}

.box_chart a:link {
  color: #cbceef;
}

.box_chart a:visited {
  color: #cbceef;
}

.box_chart a:hover {
  color: #fff;
}

.box_chart a:active {
  color: #fff;
}

.chart_regular {
  max-width: 870px;
  margin: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.chart_large {
  max-width: 1230px;
  padding: 10px;
  margin: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.chart_regular img {
  width: 100%;
  height: auto;
  padding-top: 20px;
}

.chart_large img {
  width: 100%;
  height: auto;
  padding-top: 20px;
}

.chart_title {
  width: 100%;
  max-width: 810px;
  margin-block-start: 0em;
  margin-block-end: 0.5em;
  font-family: "bicyclette", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 30px;
  text-align: left;
}

.chart_subtitle {
  max-width: 810px;
  font-family: "bicyclette", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 14px;
  color: #cbceef;
  text-align: left;
  padding: 0 0 20px;
}

.chart_source {
  max-width: 810px;
  font-family: "bicyclette", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  color: #cbceef;
  padding-top: 30px;
}

.text_left {
  text-align: left;
}

.nota_grafico_02_MFE {
  color: #cfff33;
  font-size: 18px;
  font-family: "bicyclette", sans-serif;
  text-align: center;
  max-width: 400px;
  align-self: end;
}

/* CARD UFFICIO STUDI */

.swiper_card_ufficio_studi {
  width: 100%;
  height: 100%;
}

.swiper_card_ufficio_studi .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper_card_ufficio_studi .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.text_center {
  text-align: center;
}

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

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

.box_crediti h5 {
  margin-block-start: 1.67em;
  margin-block-end: 1.67em;
  font-family: "bicyclette", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #cbceef;
  padding: 5vh 10px;
}

.box_crediti h5 div {
  padding: 5px 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) {
  header {
    padding: 20px 15px 0;
    background-image: linear-gradient(
        180deg,
        rgba(22, 13, 51, 0) 0%,
        #160d33 100%
      ),
      url("../img/cover_mobile.jpg");
  }

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

  h1 {
    max-width: 100%;
    font-size: 45px;
    line-height: 45px;
    letter-spacing: 4.5px;
  }

  h2 {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 2.8px;
  }

  .subtitle {
    max-width: 100%;
    font-size: 24px;
    line-height: 28px;
  }

  .firma {
    max-width: 100%;
    line-height: 16px;
    letter-spacing: 1.4px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .data {
    max-width: 100%;
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
  }

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

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

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

  .box_paragraph {
    max-width: 100%;
  }

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

  .nota_grafico_02_MFE {
    align-self: self-start;
    text-align: left;
  }

  .box_crediti {
    width: 100%;
  }

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

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

/* RESPONSIVE MOBILE */

@media only screen and (max-width: 480px) {
  .container_over_skin {
    overflow-x: hidden;
  }

  .subtitle {
    max-width: 300px;
  }

  .two_columns {
    overflow: hidden;
  }

  h2 {
    max-width: 100%;
    margin: auto;
  }

  p {
    font-size: 18px;
    line-height: 28px;
  }

  .chart_regular {
    padding-top: 20px;
    align-items: center;
  }

  .chart_large {
    padding: 20px 0 10px;
  }

  .chart_title {
    font-size: 24px;
    line-height: 28px;
  }
  .chart_title,
  .chart_subtitle {
    text-align: center;
  }

  .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -20px;
  }

  .swiper-pagination-bullet {
    background: #cbceef;
  }

  .swiper-pagination-bullet-active {
    background: #cfff33;
  }

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

  .no_mobile {
    display: none;
  }
}

/* RESPOSIVE DESKTOP */

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

@media only screen and (min-width: 421px) and (max-width: 1200px) {
  .chart_regular {
    max-width: 664px;
    align-items: center;
  }
  .border_chart_regular {
    max-width: 664px;
  }
}

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

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

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

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

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

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

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

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

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

#il_libro_cnt {
  background: linear-gradient(90deg, #2d1380 0%, rgba(45, 19, 128, 0) 100%);
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 60px 10px;
}

#il_libro_cnt{
  font-family: "bicyclette", sans-serif;
}

#il_libro_img,
#il_libro_pezzo{
  display: flex;
  width: 50%;
  height: 100%;
  justify-content: center;
}

#il_libro_img img{
  width: 390px;
}

#il_libro_pezzo_cnt{
  flex-direction: column;
  width: 100%;
  max-width: 600px;
}

#il_libro_cnt .titolo{
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 36px;
    color: #ffffff;
    text-align: left;
}

#il_libro_cnt .testo{
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: left;
  padding: 15px 0;
}

#il_libro_cnt .bottone{
  width: 100%;
  height: 64px;
  display: flex;
  justify-content:center;
  align-items: center;
  
  cursor: pointer;
  background: #CFFF33;
  text-transform: uppercase;

  font-size: 24px;
  font-weight: 800;
  line-height: 28px;
  transition: all .2s ease-in;
}

#il_libro_cnt .bottone:hover{
  opacity: .7;
}

#il_libro_cnt a, #il_libro_cnt a:hover, #il_libro_cnt a:visited, #il_libro_cnt a:active{
  text-decoration: none;
  color: #160D33;
}

.uppercase {
  text-transform: uppercase;
}

@media only screen and (max-width: 840px) {
  #il_libro_img img{
    width: 220px;
  }
}

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

@media only screen and (max-width: 480px) {
  #il_libro_cnt {
    background: linear-gradient(0deg, #2d1380 0%, rgba(45, 19, 128, 0) 100%);
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 60px 10px;
    flex-direction: column;
  }

  #il_libro_img{
    margin-bottom: 20px;
  }

  #il_libro_img,
  #il_libro_pezzo{
    width: 100%;
  }
}