  body {
    font-family: 'Figtree', 'Fira Sans';
    color: #27292e;
  }
  
  .logo {
    max-height: 40px;
  }

  h1 {
    font-size: calc(2.5rem + 1.5vw);
    font-weight: bold;
    font-family: 'Fira Sans';
  }
  
  h2 {
    font-family: 'Fira Sans';
    font-weight: bold;
    font-size: calc(2rem + 1vw);
  }

  h3 {
    font-family: 'Fira Sans';
    font-weight: 600;
  }

  h4 {
    font-family: 'Fira Sans';
    color: #5da3ea;
    text-transform: uppercase;
    font-size: medium;
    font-weight: 600;
    letter-spacing: 0.1rem;
    margin-bottom: 1rem;
  }  

  h5 {
    font-family: 'Fira Sans';
    font-weight: 600;
  }

  h6 {
    font-family: 'Fira Sans';
    font-size: 3rem;
  }

  li h6 {
    font-size: large;
  }

  .default-link {
    color: #5DA3EA;
    text-decoration: none;
    display: flex;
    align-items: center;
    font-weight: 500;
    border: none;
  }
  
  .default-link:hover {
    color: #0072c6;
  }

  .default-noflex {
    color: #5DA3EA;
    text-decoration: none;
  }
  
  .default-noflex:hover {
    color: #0072c6;
  }

  .default-link svg {
    margin-right: 0.5rem;
  }

  .default-link i {
    margin-left: 0.8rem;
  }

  .primary-btn {
    padding: 0.5rem 1.5rem;
    text-align: center;
    transition: .5s;
    background-size: 200% auto;
    color: #fff;
    border-radius: 50px;
    background-image: linear-gradient(to right, #eb3349 0%, #FEAC00 51%, #EB3349 100%);
    text-decoration: none;
    border: none;
  }
  
  .primary-btn:hover {
    color: rgb(255,255,255);
    text-decoration: none;
    background-position: right center;
  }
  
  .btn-secondary {
    border-radius: 25px;
    padding: 8px 1.5rem;
    margin-left: 1rem;
  }

  .card {
    border-color: rgba(93,163,234,0.5);
    max-width: 500px;
  }
  
  .bg-primary-pink {
    background: #F8F9FF;
  }

  .bg-yellow {
    background-color: rgba(254,172,0,0.1);
  }

  .bg-primary-dark {
    background: #27292e;
  }

  .paddings {
    padding-top: calc(40px + 1.5vw);
    padding-bottom: calc(30px + 1.5vw);
  }

  .breadcrumb-item.active {
    color: #ffffff;
  }

  .numbers p {
    text-transform: uppercase;
    font-size: small;
    letter-spacing: 0.1rem;
  }
  
 /* in homepage */

  .bg-hover:hover {
    background-color: #2f4b73;
    color: #ffffff;
  }

  .bg-hover a:hover {
    color: #ffffff;
  }

  .icon-card {
    margin-bottom: 1rem;
  }

  .card-title {
    margin-bottom: 1rem;
  }

  .pre-arco img {
    width: 50px;
  }

  .pre-icona {
    width: 80px;
    height: 80px;
    text-align: center;
    justify-content: center;
    display: flex;
    margin-bottom: 1rem;
    background-color: #F8F9FF;  
    border-radius: 50%;
  }

  .harmonic-text {
    max-width: 540px;
  }

  .last-p {
    margin-bottom: calc(1.5rem + .9vw);
  }

  ul {
    color: #27292e;
    margin-bottom: 1rem;
  }

  .pre-col {
    display: flex;
    flex-wrap: wrap;
  }


.citazione {
    font-family: 'Fira Sans';
    font-size: 2.5rem;
  }

  .pre-pacchetto {
    width: 120px;
    height: 120px;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    background-image: linear-gradient(45deg, #f8faff 10%, #fef7fd 60%);
    border-radius: 50%;
  }
  
  .pre-pacchetto img {
    width: auto;
    height: 80px;
  }

  .iconcina {
    width: 80px;
    height: 80px;
    text-align: center;
    justify-content: center;
    display: flex;
    margin-right: 1rem;
  }

  .home-header {
    max-width: 820px;
  }

  .home-h1 {
    font-size: calc(2.75rem + 1.5vw);
}

.spazi
{
  padding: 1rem;
}

.card-flag {
  position: absolute;
  font-size: 1rem;
  padding: 0.25rem 0.75rem;
  line-height: 1.5;
}

.card-flag-top-right {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  top: 0.5rem;
  right: 0;
}

.card-flag-new {
  background-color: rgba(25,37,59,0.5);
  color: #fff;
}

.price {
  font-size: xx-large;
}

.margin {
  margin-top: 1rem;
}

.youtube-container {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16/9;
  pointer-events: none;
}

#whatsapp-widget.ww-normal .ww-text {
  color: inherit;
  text-decoration: none;
}

#whatsapp-widget .ww-link {
  display: none!important;
}

.cta-card a {
  color: #27292e;
  text-decoration: none;
}

.cta-card a:hover {
  color: #ff5252;
  text-decoration: underline;
}

.cta-card img {
  margin-right: 1rem;
  max-width: 100px;
}

.contatti-img {
  height: 160px;
  background: url("/assets/img/parla-comodamente.jpg") center / cover no-repeat;
}

.vertical-line {
  border-left: solid 3px #feac00;
  padding-left: 2rem;
}

.margin-right {
  margin-right: 2rem;
}

.yellow-list ol li {
  counter-increment: my-awesome-counter;
  display: flex;
}

.yellow-list ol li:before {
  content: "0" counter(my-awesome-counter);
  font-weight: bold;
  font-size: 2rem;
  margin-right: 1rem;
  line-height: 1;
  color: #feac00;
  font-family: 'Fira Sans';
}

