.img-cover img, .img-cover source, .img-cover picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


html, body {
  font-family: "Rethink Sans", sans-serif;
  color: rgba(37, 69, 99, 1);
}

.logo {
  padding: 14px 0;
}

.container-hero {
  position: relative;
  width: 100%;
  color: #ffffff;
  aspect-ratio: 1366/549;
  text-align: center;
  margin-bottom: 0;
}

.container-hero-info {
  position: absolute;
  top: 33%;
  left: 10%;
  right: 10%;
}

.container-hero-tit {
  color: rgba(255, 255, 255, 1);
  font-size: 66px;
  font-weight: 700;
  font-style: bold;
  text-align: center;
  text-shadow: 0 4px 64px 0 rgba(0, 0, 0, 1);
}

.container-hero-abs {
  text-shadow: 0 4px 64px 0 rgba(0, 0, 0, 1);
  color: rgba(255, 255, 255, 1);
  font-size: 25px;
  font-weight: 400;
  text-align: center;
}

.container-hero .btn-deposita {
  box-shadow: 0 4px 64px 0 rgba(0, 0, 0, 1);
}

.container-hero-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.container-txt {
  font-size: 21px;
  position: relative;
  padding: 70px 90px;
  margin-bottom: 0;
}

.container-txt-center {
  text-align: center;
}

.container-txt-tit-01 {
  font-size: 32px !important;
  font-weight: 700;
  font-style: bold;
  margin-bottom: 25px;
}

.lista-01 {
  margin-top: 3px;
  font-size: 21px;
  list-style-image: url('./images/icon/falg.svg');
}

.container-txt-tit-02 {
  font-size: 32px;
  font-weight: 700;
  font-style: bold;
  margin-bottom: 25px;
}

.registrazione-step {
  font-size: 21px;
  margin-bottom: 35px;
}

.registrazione-step img {
  margin-bottom: 18px;
}

.registrazione-step:last-child {
  margin-bottom: 0;
}

.container-txt-piano {
  padding: 80px 90px 140px 90px;
}

.container-piani {
  width: 70%;
  max-width: 800px;
  margin: 0 auto;
  margin-top: 10px;
}

.piano {
  margin: 0 15px 20px 15px;
  padding: 30px 50px;
  color: rgba(37, 69, 99, 1);
}

.piano-tit {
  font-size: 30px;
  font-weight: 700;
  font-style: bold;
  margin-bottom: 20px;
}

.piano-txt-01 {
  font-size: 21px;
}

.piano-txt-02 {
  font-size: 16px;
}

.piano-prezzo {
  font-size: 36px;
  line-height: 56px;
  font-weight: 700;
  font-style: bold;
}

.piano-prezzo span {
  font-size: 64px;
}

.piano-riga {
  width: 100%;
  height: 1px;
  background-color: rgba(37, 69, 99, 1);
  margin-top: 20px;
  margin-bottom: 20px;
}

.piano .btn-deposita {
  margin-top: 40px;
}

footer {
  margin-top: 90px;
  margin-bottom: 0;
}

.footer {
  margin: 0;
  padding-top: 20px;
}

.footer-logo {
  height: 40px;
  width: auto;
  margin-left: 20px;
  margin-right: 20px;
}

.btn-deposita {
  display: inline-block;
  background-color: rgba(255, 255, 255, 1);
  color: rgba(37, 69, 99, 1);
  font-size: 31px;
  font-weight: 700;
  font-style: bold;
  text-align: center;
  padding: 7.5px 38px;
  border-radius: 7px;
  margin: 15px auto;
  text-wrap: nowrap;
  text-align: center;
  border: 2px solid #ffffff;
}

.bg-blu {
  background-color: rgba(37, 69, 99, 1);
  color: rgba(255, 255, 255, 1);
}

.bg-grigio {
  background-color: #DBDAD8;
}

.rosso {
  color: #CD032B;
}


@media screen and (min-width: 576px) and (max-width: 899px) {

  .container-hero {
    aspect-ratio: 1366/768;
  }

  .container-hero-info {
    position: absolute;
    top: 28%;
    left: 60px;
    right: 60px;
  }

  .container-hero-tit {
    font-size: 34px;
    line-height: 1.1;
  }

  .container-hero-abs {
    font-size: 18px;
  }

}


@media screen and (min-width: 900px) and (max-width: 1150px) {

  .container-hero-info {
    position: absolute;
    top: 28%;
    left: 60px;
    right: 60px;
  }

  .container-hero-tit {
    font-size: 44px;
    line-height: 1.1;
  }

  .container-hero-abs {
    font-size: 21px;
  }

}


@media screen and (min-width: 900px) {

  .btn-deposita:hover {
    background-color: rgba(37, 69, 99, 1);
    color: rgba(255, 255, 255, 1);
  }

}


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

  header {
    padding-left: 20px;
  }

}


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

  header {
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(37,69,99,1) 60%);
    padding-left: 20px;
  }

  .container-hero {
    aspect-ratio: 375/480;
  }

  .container-hero-info {
    position: absolute;
    top: 31%;
    left: 20px;
    right: 20px;
  }

  .container-hero-tit {
    font-size: 44px;
    line-height: 1.1;
  }

  .container-hero-abs {
    font-size: 16px;
  }

  .container-hero .btn-deposita {
    width: 100%;
  }

  .container-txt {
    font-size: 18px;
    padding: 60px 20px;
  }

  .container-txt-tit-01 {
    font-size: 25px !important;
    margin-bottom: 10px;
  }

  .lista-01 {
    margin-top: 5px;
    font-size: 18px;
  }

  .container-txt-tit-02 {
    font-size: 25px;
    margin-bottom: 25px;
  }

  .container-txt-piano {
    padding: 80px 20px 140px 20px;
  }

  .registrazione-step {
    font-size: 21px;
    line-height: 1.2;
  }

  .container-piani {
    width: 100%;
  }

  .piano {
    margin: 0 0 20px 0;
    padding: 30px 35px;
  }

  .piano .btn-deposita {
    margin-top: 60px;
    width: 100%;
  }

}
