///////// TESTI CON GRADIENT

.testo-gradient-1{
  background: $linear-grad-viola;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.testo-gradient-2{
  background: $linear-grad-verdeBlu;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.testo-gradient-2--vert{
  background: $linear-grad-verdeBlu-vert;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


///////// VIAGGI

.mete_intestazione {
  position: absolute;
  top: 50%;
  color: white;
  text-align: center;
  font-family: $font-family-sans-serif;
  font-size: 14px;
  line-height: 16PX;
  //height: 12vh;
  width: 100%;
  margin-top: -46px;
  z-index: 300;
  user-select: none;

  &__testo {
    position: relative;
    font-weight: 600;
  }

  &__nome {
    font-size: 48px;
    line-height: 60px;
    font-family: $font-family-serif;
    font-weight: 400;
  }

  &__stagione {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
  }
}

////////  DESKTOP
@media screen and (min-width: 1024px) {


  .mete_intestazione {
    font-size: 15px;

    &__testo {
      font-size: 16px;
      position: relative;
      font-weight: 600;
    }

    &__nome {
      font-size: 108px;
      line-height: 130px;
      font-weight: 700;
      letter-spacing: 3px;
    }

    &__stagione {
      font-size: 28px;
      font-weight: 600;
      letter-spacing: 1px;
    }
  }

}
