.border_radius {
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
@keyframes horizontal-shaking {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(5px);
  }
  50% {
    transform: translateX(-5px);
  }
  75% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
.mixin-colore-sfondo.sfondo-rosa {
  background-color: #F5EDE7;
}
.mixin-colore-sfondo.sfondo-azzurro {
  background-color: #EDF4F9;
}
.mixin-colore-sfondo.sfondo-acquamarina {
  background-color: #E9F4F4;
}
.mixin-colore-sfondo.sfondo-beige {
  background-color: #EEEBE3;
}
.mixin-colore-sfondo.sfondo-grigio_chiaro {
  background-color: #F8F9FA;
}
.mixin-colore-sfondo.sfondo-grigio_scuro {
  background-color: #51575E;
}
.mixin-colore-sfondo.sfondo-grigio_scuro .title-component,
.mixin-colore-sfondo.sfondo-grigio_scuro p,
.mixin-colore-sfondo.sfondo-grigio_scuro h1,
.mixin-colore-sfondo.sfondo-grigio_scuro h2,
.mixin-colore-sfondo.sfondo-grigio_scuro h3,
.mixin-colore-sfondo.sfondo-grigio_scuro h4,
.mixin-colore-sfondo.sfondo-grigio_scuro h5,
.mixin-colore-sfondo.sfondo-grigio_scuro h6 {
  color: white;
}
.mixin-colore-sfondo.sfondo-grigio_scuro .swiper-button-next,
.mixin-colore-sfondo.sfondo-grigio_scuro .swiper-button-prev {
  background-color: white;
}
.component.blocco-testo-cards {
  position: relative;
}
.component.blocco-testo-cards.no-pt {
  padding-top: 0;
}
.component.blocco-testo-cards .bg-layer {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
}
.component.blocco-testo-cards .bg-layer.bg-img + .container > h2,
.component.blocco-testo-cards .bg-layer.bg-img + .container > p {
  color: white;
}
.component.blocco-testo-cards h2 {
  font-size: 38px;
  font-weight: 400;
  margin-bottom: 0;
  text-align: center;
}
.component.blocco-testo-cards p {
  font-size: 18px;
  margin-bottom: 0;
  margin-top: 15px;
  text-align: center;
}
.component.blocco-testo-cards .wrap-cards {
  margin-top: 40px;
}
.component.blocco-testo-cards .wrap-cards .row {
  justify-content: center;
}
.component.blocco-testo-cards .wrap-cards .row .col-card:not(:first-child) {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .component.blocco-testo-cards .wrap-cards .row .col-card {
    margin-top: 0 !important;
  }
}
@media (min-width: 992px) {
  .component.blocco-testo-cards .wrap-cards .row .col-card .card-testo {
    height: 100%;
  }
}
.component.blocco-testo-cards .pin-location {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: 30px;
}
.component.blocco-testo-cards .pin-location span {
  font-size: 12px;
  font-weight: 300;
  color: white;
}
