.swiper {
  --swiper-navigation-color: #139bac;
  --swiper-navigation-size: 30px;
  --swiper-pagination-color: #139bac;
  --swiper-theme-color: #139bac;
}

.swiper-button-next,
.swiper-button-prev {
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  height: 40px;
  width: 40px;
  background: rgb(255, 255, 255);
  /*top: 5rem;*/
  border-width: 1px;
  border-style: solid;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 18px;
  text-transform: none;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
  font-weight: 700;
}

.swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: rgba(0, 0, 0, 0.3);
}

.swiper-pagination-bullet-active {
  color: #008aa0;
  background: #ffffff;
  /*border-width: 1px;*/
  /*border-style: solid;*/
  font-weight: 500;
}

@font-face {
  font-family: "swiper-icons";
  src: url(../../assets/fonts/swiper-icons.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
