* {
  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: #f5e5d5;
  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 {
  color: #000;
  font-family: "sole_text", Georgia, Times, "Times New Roman", serif;

  text-align: left;
  margin-block-start: 10px;
  margin-block-end: 10px;

  font-family: Sole24Serif Text;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
  /* 190% */
}

article {
  pointer-events: none;
}

/* TOP BAR */

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

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

/* 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: 0;
  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_left a:link {
  color: #000;
  text-decoration: underline;
}

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

.column_left a:hover {
  color: #49a078;
  text-decoration: underline;
}

.column_left a:active {
  color: #49a078;
  text-decoration: underline;
}

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

/* HEADER e INTRO */

header {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

h1 {
  width: 100%;
  padding: 0 20px;
  color: #000;
  text-align: center;
  font-family: "sole_display", Georgia, Times, "Times New Roman", serif;
  text-align: center;
  font-size: 70px;
  font-style: normal;
  font-weight: 800;
  line-height: 1em;
}

.firma_data {
  width: auto;
  margin: auto;
  color: #000;
  text-align: center;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.slide_finale {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slide_finale div {
  color: #000;
  text-align: center;
  font-family: "sole_headline", Georgia, Times, "Times New Roman", Serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  max-width: 600px;
}

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

aside {
  width: 100%;
  background-color: #272a63 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 50px;
}

.crediti_fonti {
  max-width: 860px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.box_crediti {
  padding-top: 0;
  margin: auto;
  margin-top: 50px;
}

.aside_delimiter {
  display: flex;
  justify-content: center;
  padding: 30px 0;
}

h4 {
  width: 100%;
  color: #fff;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: left;
  margin-block-start: 0;
  margin-block-end: 0;
}

h5 {
  width: 100%;
  color: #fff;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 133.333% */
}

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

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

.ml-0 {
  margin-left: 0;
}

.mr-0 {
  margin-right: 0;
}

.mt-0 {
  margin-top: 0;
}

.mt-30 {
  margin-top: 30px;
}

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.w-full {
  width: 100%;
}

#titolo-grafico {
  color: #000;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 22px;
  /* 95% */
  margin-top: 40px;
  margin-bottom: 4px;
}

#dida-grafico {
  color: #000;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 16px;
}

#fonte-grafico {
  color: rgba(15, 15, 15, 0.50);
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  margin-top: 16px;
  margin-bottom: 40px;
}