.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.header-slider-most-read {
  padding: 40px 0;
  position: relative;
}
.component.header-slider-most-read .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.component.header-slider-most-read .col-text .content h1 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
  color: #333;
  margin: 0;
}
.component.header-slider-most-read .col-text .content .text {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #c8c8c8;
  font-size: 16px;
  color: #333;
  line-height: 1.4;
}
.component.header-slider-most-read.has-bg-image {
  padding: 60px 0;
}
.component.header-slider-most-read.has-bg-image > .bg-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.component.header-slider-most-read.has-bg-image > .bg-layer:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-color: black;
}
.component.header-slider-most-read.has-bg-image .container {
  position: relative;
}
.component.header-slider-most-read.has-bg-image .col-text .content h1 {
  color: white;
}
.component.header-slider-most-read.has-bg-image .col-text .content .text {
  color: white;
  border-top-color: white;
}
.component.header-slider-most-read .col-posts {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .component.header-slider-most-read .col-posts {
    margin-left: auto;
    margin-top: 0;
  }
}
.component.header-slider-most-read .col-posts .swiper-header-slider-most-read {
  position: relative;
  padding-bottom: 30px;
}
.component.header-slider-most-read .col-posts .swiper-header-slider-most-read .swiper-slide {
  height: auto;
}
.component.header-slider-most-read .col-posts .swiper-header-slider-most-read .swiper-pagination-header-slider-most-read {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%);
  margin-top: 0;
  display: flex;
  gap: 4px;
}
.component.header-slider-most-read .col-posts .swiper-header-slider-most-read .swiper-pagination-header-slider-most-read .swiper-pagination-bullet {
  border-radius: 50%;
  height: 10px;
  width: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  opacity: 0.4;
}
.component.header-slider-most-read .col-posts .swiper-header-slider-most-read .swiper-pagination-header-slider-most-read .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
