.testo-semiBold {
    font-weight: 500;
  }
  .testo-bold {
    font-weight: 900;
  }
  .correggi-left {
    margin-left: -20px;
  }
  .correggi-right {
    margin-right: -20px;
  }
  .relative {
    position: relative;
  }
  .absolute {
    position: absolute;
    top: 0;
    left: 0;
  }
  .flex {
    display: flex;
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: start;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-start {
    justify-content: start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .w-full {
    width: 100%;
  }
  .h-full {
    height: 100%;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .mt-1 {
    margin-top: 10px;
  }
  .mt-2 {
    margin-top: 20px;
  }
  .mt-3 {
    margin-top: 30px;
  }
  .ml-1 {
    margin-left: 10px;
  }
  .ml-2 {
    margin-left: 20px;
  }
  .ml-3 {
    margin-left: 30px;
  }
  .mr-2 {
    margin-right: 20px;
  }
  .mr-3 {
    margin-right: 30px;
  }
  .mr-4 {
    margin-right: 40px;
  }
  .mr-6 {
    margin-right: 60px;
  }
  
  .overflow-hidden {
    overflow: hidden;
  }
  
  .mr-colonna {
    margin-right: 30px;
  }
  .ml-colonna {
    margin-left: 30px;
  }
  
  .pt-elemento {
    padding-top: 80px;
  }
  .pb-elemento {
    padding-bottom: 80px;
  }
  
  .pl-elemento {
    padding-left: 80px;
  }
  .pr-elemento {
    padding-right: 40px;
  }
  
  .opacity-0 {
    opacity: 0;
  }
  
  .opacity-1 {
    opacity: 1;
  }
  
  .z-index-meno-1 {
    z-index: -1;
  }
  
  .z-index-1 {
    z-index: 1;
  }
  
  .sfondo {
    background-color: #f5f5f5;
    position: relative;
    float: left;
  }
  
  .blocco {
    display: flex;
    align-items: center;
    margin: auto;
  }
  
  .blocco0 {
    width: 100vw;
    max-width: 1360px;
  }
  
  .blocco1 {
    width: 100vw;
    max-width: 1020px;
    position: relative;
  }
  
  .blocco-testo {
    width: 700px;
  }
  
  .blocco-laterale {
    width: 300px;
  }
  
  .blocco-elemento {
    margin: 65px 0;
    width: 100vw;
    background-color: #ece9e7;
    min-height: 50vh;
    position: relative;
  }
  
  .blocco-elemento1 {
    margin: 65px 0;
    width: 100%;
    min-height: 50vh;
    position: relative;
  }
  
  .blocco-elemento-titolazione {
    margin-bottom: 120px;
  }
  
  .firma {
    margin-top: 145px;
    margin-bottom: 40px;
    font-family: "sole_text", Georgia, Times, "Times New Roman", serif;
    font-weight: 400;
    font-size: 20px;
    font-style: italic;
  }
  
  p {
    font-family: "sole_text", Georgia, Times, "Times New Roman", serif;
    line-height: 28px;
    font-weight: 300;
    font-size: 18px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
  }
  
  p + p {
    margin-top: 30px;
  }
  
  .padding-elementi-t {
    padding-top: 185px;
  }
  
  .padding-elementi-b {
    padding-top: 185px;
  }
  
  .immagine-testo-1 {
    width: 500px;
  }
  
  .titolo-grafico {
    font-family: "SoleSans", Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 28px;
    text-align: center;
    margin: auto;
    width: 100%;
    line-height: 40px;
  }
  
  .titolo-grafico-piccolo {
    font-family: "SoleSans", Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 28px;
    text-align: left;
    width: 100%;
    line-height: 40px;
    user-select: none;
  }
  
  .titolo-dida{  
    font-family: "SoleSans", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    text-align: left;
    width: 100%;
  }
  
  .titolo-sommario {
    font-family: "SoleSans", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    width: 100%;
    margin: auto;
    margin-top: 20px;
    line-height: 24px;
  }
  
  .titolo-grafico-piccolo + .titolo-sommario {
    margin-top: 0;
  }
  
  .blocco-elemento .titolo-grafico {
    font-size: 36px;
    line-height: 40px;
    text-align: left;
  }
  
  .blocco-elemento .titolo-sommario {
    text-align: left;
  }
  
  #elemento1-colonna,
  .elemento13-colonna{
    width: 100%;
  }
  
  #elemento1-grafico{
      padding-top: 53.30%;
      width: 67%;
      flex:none;
  }
  
  .elemento13-colonna .titolo-grafico {
    font-size: 24px!important;
    line-height: 24px!important;
  }

  .elemento13-colonna .titolo-sommario {
    font-size: 16px!important;
  }

  .elemento13-grafico{
    width: 74.58%;
    flex:none;
  }
  
  .elemento13-grafico-padding{
    padding-top: 54.1%;
    flex:none;
  }

  .elemento1a {
    background-color: #ece9e7;
  }
  .elemento1a img {
    width: 100%;
    max-width: 506px;
  }
  
  #elemento1a-2 {
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease;
  }
  
  #timeline {
    width: 42%;
    padding: 20px;
    border-radius: 10px;
    background-color: #f4f2f1;
    height: 80px;
    top: auto;
    bottom: 40px;
    transform: translateX(-37%);
    left: 50%;
  }
  
  .riga-timeline {
    width: 11.11%;
    background-color: #a19e9e;
    height: 4px;
  }

  #timeline-careser-cnt .riga-timeline{
    width: 14.28%;
  }
  
  .riga-timeline:last-of-type {
    width: 0%!important;
  }

  /* .riga-timeline:before {
    content: "";
    width: 14px;
    height: 14px;
    background-color: white;
    border: 4px solid #a19e9e;
    border-radius: 50%;
    position: absolute;
    top: -9px;
  } */
  
    .timeline-cerchio {
      width: 20px;
      height: 20px;
      background-color: white;
      border: 4px solid #a19e9e;
      border-radius: 50%;
      position: absolute;
      top: -8px;
      transition: all .3s ease;
      cursor: pointer;
    }

    .timeline-cerchio:hover {
      background-color: #80C4FC!important;
      transform: scale(120%);
    }
    
  .riga-timeline span {
    /* left: -50%; */
    /* margin-left: -10%; */
    /* padding-top: 110px; */
    /* transform: translateY(150px); */
    position: absolute;
    top: 22px;
    transform: translateX(-9px);
    cursor: pointer;
  }
  
  #timeline-careser-cnt,
  #timeline-mare-cnt {
    top: 10px;
  }
  
  .shadow {
    -webkit-filter: drop-shadow(2px 4px 2px rgba(0, 0, 0, 1));
    filter: drop-shadow(2px 4px 2px rgba(0, 0, 0, 1));
    stroke: rgba(0, 0, 0, 0.1);
  }
  
  .cerchio-blu {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #38a7ff;
    top: -13px;
    left: calc(0% - 4.2px);
  }
  
  .fonti {
    width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #000000;
  }
  
  #minimappa {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: 30%;
    border-top: 4px solid #ece9e7;
    border-right: 4px solid #ece9e7;
  }
  
  #minimappa img {
    margin-bottom: -6px;
  }
  
  #open_fulscreen {
    position: absolute;
    top: 380px;
    left: 450px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
  }
  
  #open_fulscreen:hover {
    transform: scale(110%);
    cursor: pointer;
  }
  
  #elemento2 img {
    width: 100%;
    max-width: 1022px;
  }
  
  #elemento2 .absolute {
    width: 100%;
    height: 100%;
  }
  
  #elemento13 .margin_swiper {
    margin-top: 50px;
    margin-bottom: 10px;
    padding-left: 15%;
    padding-right: 20px;
  }
  
  #elemento13 .swiper {
    width: 100%;
    height: 100%;
  }
  
  #elemento13 .swiper-wrapper {
    /* padding-bottom: 100px; */
  }
  
  #elemento13 .swiper-slide {
    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;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #0f0f0f;
  }
  
  .elemento13-swiper-pagination{
    text-align: center;
  }

  .elemento13-swiper-button-next,
  .elemento13-swiper-button-prev {
    top: 103px;
    width: 38px;
    height: 38px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 40%);
    background-color: #38a7ff;
    border-radius: 50%;
    transition: all 0.25s ease;
    left: 50%;
  }
  .elemento13-swiper-button-prev {
    transform: translateX( -340px );
  }
  .elemento13-swiper-button-next {
    transform: translateX( 340px );
  }

  .elemento13-swiper-button-prev:hover,
  #timeline-cnt .swiper-button-prev:hover {
    transform: translateX( -340px ) scale(110%);
  }
  .elemento13-swiper-button-next:hover,
  #timeline-cnt .swiper-button-next:hover {
    transform: translateX( 340px ) scale(110%);
  }

  #timeline-cnt .swiper-button-next,
  #timeline-cnt .swiper-button-prev {
    top: auto;
    bottom:-89px;
    width: 38px;
    height: 38px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 40%);
    background-color: #38a7ff;
    border-radius: 50%;
    transition: all 0.25s ease;
  }

  #timeline-cnt .swiper-button-next {
    right: 10px;
  }
  #timeline-cnt .swiper-button-prev {
    left: 10px;
  }
  #timeline-cnt .swiper-button-prev:hover {
    transform: scale(110%);
  }
  #timeline-cnt .swiper-button-next:hover {
    transform: scale(110%);
  }
  
  .elemento13-swiper-button-next::after,
  .elemento13-swiper-button-prev::after,
  #timeline-cnt .swiper-button-next:after,
  #timeline-cnt .swiper-button-prev:after {
    font-size: 16px;
    color: white;
  }
  
  .swiper-button-disabled,
  .swiper-button-disabled {
    opacity: 0.35!important;
    background-color: gray!important;
    cursor: auto;
    pointer-events: none;
  }

  .animato{
    transition: all .2 ease;
  }

.swiper-button-next:hover,
.swiper-button-prev:hover{
  background-color: #80C4FC!important;
}

#fullscreen-hover{
  transition: all .3s ease;
}

#fullscreen-hover:hover{
  opacity: 1;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.icv__img-a {
  height: 100%!important;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  margin-top: 20px;
}

.titolo-dida {
  margin-top: 5px;
}

.elemento13-swiper-pagination {
  position: absolute;
  bottom: 30px;
}

.testo-data{
  font-size: 15px;
  margin-top: -32px;
  margin-bottom: 40px;
  color: rgba(15,15,15,.5);
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
}

@media only screen and (max-width: 1540px) {
  .pb-elemento {
    padding-bottom: 50px;
  }

  .pt-elemento {
      padding-top: 50px;
  }

  #elemento1 {
    flex-direction: column;
    align-items: center;
  }
  #elemento1-colonna,
  #elemento1-grafico{
    width: 100vw;
    max-width: 1020px;
    position: relative;
  }

  #elemento1-colonna-grafico {
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 70%;
      margin-top: 90px;
  }

  div#elemento1-toggle {
      position: absolute;
      top: -90px;
  }


  .elemento1a img {
    max-width: none;
  }

  .pb-elemento {
    padding-bottom: 50px;
  }

  .pt-elemento {
    padding-top: 50px;
  }

  #elemento1-grafico {
    margin-bottom: 170px;
    max-width: 760px;
    float:left;
    padding-top:0;
  }
  
  #elemento1-grafico img{
    position: relative;
    float: left;
  }

  #elemento1-colonna{
    padding-bottom: 50px;
  }

  #timeline {
    bottom: -110px;
    transform: translateX(-50%);
    min-width: 540px;
    background-color: white;
  }

  .elemento13-colonna{
    padding-left: 20px!important;
  }

  .pt-elemento {
    padding-top: 40px!important;
  }
  .pb-elemento {
    padding-bottom: 40px!important;
  }
  
  #elemento13 .swiper.pb-elemento{
    padding-bottom: 0!important;
  }
  #elemento13 .swiper.pt-elemento{
    padding-top: 0!important;
  }

  #elemento13{
    padding: 40px 0!important;
  }
  .elemento13-swiper-button-next, .elemento13-swiper-button-prev {
    top: 22px;
  }
}

@media only screen and (max-width: 1340px) {
  .elemento13-grafico {
    width: 67%;
  }

  .blocco0 {
    width: 100vw;
    max-width: 1360px;
  }

  #elemento1{
    flex-direction: column;
    align-items: center;
  }
  
  .elemento13-swiper-pagination {
    position: absolute;
    bottom: 15px;
  }
}

@media only screen and (max-width: 1230px) {
  .elemento13-grafico, .elemento13-colonna {
    width: calc(100% - 30px);
  }

  .elemento13-colonna{
    padding-left: 0%!important;
    padding-right: 0%!important;
  }

  .titolo-grafico-elementi {
    flex-direction: column;
  }

  .elemento13-colonna{
    margin-top: 30px;
  }

  #elemento13 .titolo-grafico-elementi{
    align-items: center;
  }

  #fullscreen_img {
    width: 500px;
  }

  #elemento0,
  .blocco0{
    display: flex;
    flex-direction: column;
  }

  #elemento0{
    margin-bottom: 30px;
  }

  #elemento0 p{
    width: 700px;
  }

  #elemento0-immagine{
    margin: 30px 0;
  }

  #elemento0-cnt{
    flex-direction: column;
  }

  .blocco-laterale{
    display: none!important;
  }

  .elemento13-swiper-button-next {
    transform:none;
    left: auto;
    right: 2vw;
  }
  .elemento13-swiper-button-prev {
    left: 2vw;
    transform:none;
  }

  .elemento13-swiper-button-prev:hover {
    transform: scale(110%);
  }
  .elemento13-swiper-button-next:hover {
    transform: scale(110%);
  }  

  .elemento13-grafico-padding {
      padding-top: 56.1%;
  }

  .titolo-grafico-piccolo {
    font-family: "SoleSans", Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 28px;
    text-align: left;
    width: 100%;
    line-height: 40px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 1230px) {
  h1 span {
    font-size: 110px;
  }

  #elemento5 .titolo-grafico {
    text-align: left!important;
    margin: 0 0 20px 55px!important;
    width: 270px!important;
    line-height: 32px!important;
  }

  #elemento5 .titolo-sommario {
    margin: 0 0 0 55px!important;
    width: 374px!important;
    text-align: left!important;
  }

  #elemento5 .img_gabrielli {
    top: auto!important;
    bottom: 0!important;
    height: 150px!important;
    width: 150px!important;
    left: calc(100vw - 255px)!important;
  }

  #elemento5 .margin_swiper {
    margin-top: 50px!important;
    margin-bottom: 10px!important;
    padding-left: 55px!important;
    padding-right: 55px!important;
  }

  .pl-elemento {
    padding-left: 80px!important;
  }

  .pr-elemento {
    padding-right: 80px!important;
  }

  #elemento1-colonna-grafico {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 90px;
  }
}

@media only screen and (max-width: 768px){
  h1 span {
    font-size: 83px;
  }
}

@media only screen and (max-width: 480px){

  .testo-data {
    margin-top: -12px;
  }
  
  .elemento13-swiper-button-prev:hover {
    transform: none;
  }
  .elemento13-swiper-button-next:hover {
    transform: none;
  }  

  .elemento13-grafico-padding {
    padding-top: 86.5%;
  }

  .elemento13-swiper-pagination {
    position: absolute;
    bottom: auto;
    top: calc(100vw * 1.02);
  }
  
  .elemento13-colonna {
    margin-top: 42px;
  }

  #elemento13 .titolo-dida{
    display: none;
  }

  #timeline-cnt-1 {
    position: absolute;
    /* float: left; */
    background: white;
    height: 80px;
    width: calc(100vw - 120px);
    overflow: scroll;
    /* margin: auto; */
    left: 50%;
    transform: translateX(-50%);
    bottom: -110px;
    border-radius: 10px;
  }  

  #timeline {
    width: 440px;
    /* min-width: auto; */
    /* height: 80px; */
    /* width: 80px; */
    /* background: aquamarine; */
    bottom: 0;
    left: 0;
    transform: none;
  }

  #minimappa{
    display: none;
  }

  .domandeSwiper .swiper-slide strong {
    line-height: 22px;
    margin-bottom: 4px;
  }

  #elemento4 .titolo-grafico,
  #elemento4 .titolo-sommario {
    text-align: left;
  }

  #elemento6 .titolo-grafico,
  #elemento6 .titolo-sommario {
    margin-left: 30px;
    margin-right: 30px;
    text-align: left;
    width: calc(100vw - 60px);
  }
}

/* Hide scrollbar for Chrome, Safari and Opera */
#timeline-cnt-1::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
#timeline-cnt-1 {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}