.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;
}
.page-template-template-copertura-mobile-php .intro-copertura-mobile {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 10px;
  background-color: #EDF4F9;
  text-align: center;
}
.page-template-template-copertura-mobile-php .intro-copertura-mobile .titolo-intro {
  color: #333;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 10px;
}
.page-template-template-copertura-mobile-php .intro-copertura-mobile .testo-intro {
  font-size: 20px;
  line-height: 1.6;
  color: #333;
}
.page-template-template-copertura-mobile-php .intro-copertura-mobile .testo-intro p {
  margin-bottom: 0;
  line-height: 1.6;
}
.page-template-template-copertura-mobile-php .intro-copertura-mobile .testo-intro p:not(:first-child) {
  margin-top: 10px;
}
.page-template-template-copertura-mobile-php .copertura-mobile-iframe {
  width: 100%;
  margin-bottom: 10px;
}
.page-template-template-copertura-mobile-php .copertura-mobile-iframe iframe {
  display: block;
  width: 100%;
  height: 800px;
  border: none;
}
