.testimoniossctn .swiper-button-prev:after,
.testimoniossctn .swiper-rtl .swiper-button-next:after,
.testimoniossctn .swiper-button-next:after,
.testimoniossctn .swiper-rtl .swiper-button-prev:after {
  font-size: 18px;
  color: var(--color-green);
}

.testimoniossctn .swiper-button-next,
.testimoniossctn .swiper-button-prev {
  background: var(--color-white);
  height: 40px;
  width: 40px;
  border-radius: 50px;
}

.testimoniossctn .swiper-wrapper {
  padding: 20px 0;
}

.testimoniossctn .swiper-slide {
  box-shadow: 0px 0px 15px -5px lightgray;
  padding: 20px 50px;
  border-radius: 20px;
  min-height: 320px;
  display: flex;
  align-items: center;
  margin-top: 25px;
  transition: 0.3s;
}

.testimoniossctn .swiper-slide {
  padding: 20px;
}

.testimoniossctn .swiper-wrapper {
  padding-bottom: 50px;
}
.testimoniosSlide {
  position: relative;
}

.testimoniossctn #bodyTestimonios .testimoniosSlide {
  padding: 0 5px;
}

.testimoniossctn #bodyTestimonios .swiper-slide .btnReadMore a {
    font-size: 17.6px;
}
.testimoniossctn #bodyTestimonios .swiper-slide .btnReadMore a::after {
  content: "\e911";
  font-family: "icoArenaTours" !important;
  font-size: 11px;
  margin-left: 5px;
}

@media screen and (min-width: 1200px) {
  /* .testimoniosSlide:before,
    .testimoniosSlide:after {
        content: "";
        position: absolute;
        top: 0;
        height: 100%;
        width: 15%;
        z-index: 2;
        background: rgb(255, 255, 255);
    } */

  /* .testimoniosSlide:before {
        left: 0;
        background: linear-gradient(90deg,
                rgba(255, 255, 255, 1) 30%,
                rgba(255, 255, 255, 0.28895308123249297) 80%,
                rgba(255, 255, 255, 0) 100%);
    }

    .testimoniosSlide:after {
        right: 0;
        background: linear-gradient(270deg,
                rgba(255, 255, 255, 1) 30%,
                rgba(255, 255, 255, 0.28895308123249297) 80%,
                rgba(255, 255, 255, 0) 100%);
    } */

  .testimoniosSlide .swiper-slide-next {
    /*  margin-top: 0 !important;
        min-height: 370px !important;
        transition: 0.3s; */
  }
}
