#testimonials h2 {
  text-align: center;
  margin: 3rem 0;
  text-align: center;
  font-family: 'Barlow';
  color: #009045;
  font-weight: 100;
  font-size: 4rem;
}

.testimonios {

  width: 85%;
  padding-bottom: 4rem;
}



.testimonios .swiper-wrapper .swiper-slide .testimonio-cont {

padding: 11%;
}

.testimonios .swiper-wrapper .swiper-slide .testimonio-cont .img-text {

  width: 70%;

  text-align: center;

  margin: 0 auto;
}

.testimonios .swiper-wrapper .swiper-slide .testimonio-cont .img-text img {

  width: 100%;

  margin: 0 auto;
}

.testimonios .swiper-wrapper .swiper-slide .testimonio-cont .test-stars {

  display: flex;

  justify-content: space-around;

  width: 90%;

  margin: 0 auto;
}

.testimonios .swiper-wrapper .swiper-slide .testimonio-cont .test-stars img {

width: 11%;
}

.testimonios .swiper-wrapper .swiper-slide .testimonio-cont .test-txt {

font-family: 'Barlow';

font-style: italic;

color: #014138;

width: 90%;

margin: 0 auto;

font-size: 1rem;

margin-top: 0.5rem;

text-align: center;
}

.testimonios .swiper-wrapper .swiper-slide .testimonio-cont .test-txt p {}

.testimonios .swiper-wrapper .swiper-slide .testimonio-cont .test-name {

  text-align: center;

  font-family: 'Barlow';

  color: #014138;

  margin-top: 2rem;

  font-style: normal;
}

.testimonios .swiper-wrapper .swiper-slide .testimonio-cont .test-name h4 {}

.testimonios .swiper-pagination-bullet {
  background-color: rgb(0, 255, 55);
  display: inline-block;
  width: 2rem;
  height: 2rem;
}

/* change color of next 2 bullets in sequence to white*/

.testimonios .swiper-pagination-bullet-active-next, .swiper-pagination-bullet-active-next-next {
  background-color: white;
}

/* change color of previous bullet to white*/

.testimonios .swiper-pagination-bullet-active-prev {
  background-color: white;
}

#testimonials .container .row {text-align: center;/* padding-bottom: 3rem; *//* margin-top: -3rem; */}

#testimonials .container .row h3 {display: flex;justify-content: center;position: relative;font-size: 2.5rem;font-family: 'Barlow';color: #014138;}

#testimonials .container .row h3 div {margin-left: 4px;min-width: 9rem;position: relative;}

#testimonials .container .row h3 div div {background: #014138;color: white;width: 100vw;padding-left: 0.5rem;position: absolute;left: 0;padding: 0.25rem;text-align: left;}
#testimonials .swiper-button-next{
  margin-right: -0.5rem;
  color:#009385;
}
#testimonials .swiper-button-prev{
  margin-left: -0.5rem;
  color:#009385;
}
@media (max-width:1440px) {
  .testimonios {
  
width: 100%;
  
padding-bottom: 4rem;
  }
  .swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper{
    width:100%;
  }
  }

@media (max-width:769px) {
  #testimonials .swiper-button-next{
   display:none;
  }
  #testimonials .swiper-button-prev{
    display:none;
  }
  #testimonials h2 {
    font-size: 3rem;
  }


#testimonials .container .row h3 {font-size: 2rem;}


#testimonials .container .row h3 div div {background: #014138;color: white;width: 100vw;padding-left: 0.5rem;position: absolute;left: 0;padding: 0.25rem;text-align: left;}

}