/* Swiper custom styles for testimonios */
.swiper-container {
  width: 100%;
  padding-bottom: 2.5rem;
}
.swiper-slide {
  display: flex;
  height: auto;
  align-items: stretch;
}
.swiper-pagination-bullet {
  background: #ddd;
  opacity: 1;
  transition: all 0.3s cubic-bezier(.4,0,.2,1);
  width: 14px;
  height: 14px;
  margin: 0 4px !important;
  box-shadow: none;
}
.swiper-pagination-bullet-active {
  background: #F49200;
  width: 24px;
  height: 14px;
  border-radius: 8px;
  box-shadow: 0 0 8px #F4920055;
}
