/*****************faqs*****************/
.cont-faqs {
  min-height: 20em;
  margin: 30px auto;
  text-align: left;
  max-width: 800px;
  float: none;
}

.data-content {
  font-size: 15px;
  padding: 20px 30px;
  display: none;
  background: #fff;
}

.title-question {
  color: #000;
  background: #fff;
  margin-top: 20px;
  font-weight: 200 !important;
  font-size: 19px;
  padding: 20px 40px !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.title-question.activo {
  color: #010b69;
}

/***********estilos del slider de la seccion de testimonios swiper***********************/

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 15px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 16px;
  padding: 24px 50px;
  border-radius: 10px;
}

.title-testimony {
  font-weight: bold;
  font-size: 19px;
  margin-bottom: 0px;
  color: #384975;
}

.swiper-slide img {
  width: 180px;
}

.swiper-button-next,
.swiper-button-prev {
  width: 42px !important;
  height: 42px !important;
  border-radius: 360%;
  background: #6f6f71;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 14px;
  color: #fff;
}
