/* TITULO */
.sec-testimonio {
  padding: 3rem 0 0 0;
}

.sec-testimonio__encabezado {
  text-align: center;
}
.sec-testimonio__encabezado--subtitulo {
  font-size: 2rem;
  font-weight: 600;
  color: var(--color-amarillo);
  line-height: 1;
}
.sec-testimonio__encabezado--titulo {
  font-size: 2.5rem;
  margin: 0;
  font-weight: 700;
  line-height: 1;
}
.sec-testimonio__encabezado--parrafo {
  margin: 1rem 0 0 0;
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .sec-testimonio__encabezado--subtitulo {
    font-size: 2.5rem;
  }
  .sec-testimonio__encabezado--titulo {
    font-size: 4rem;
  }
}

/* Slide */
.swiper.mySwiperTestimonio {
    width: 100%;
    padding: 3rem 0 5rem 0;
    position: relative;
    height: auto;
  }
.swiper-slide.slider-testimonio {
  width: 380px;
  height: auto;
  background-color: #fff;
}
/* Card */
.card-testimonio{
    width: 100%;
    border-radius: 10px;
    border: 0.5px solid #C4C4C4;
    overflow: hidden;
}
.card-testimonio:hover{
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
}
.card-testimonio__video video{
  width: 100%;
}

.card-testimonio__video iframe {
    width: 100%;
    height: 220px;

}

.card-testimonio__texto{
    text-align: center;
    padding: 10px;
}
.card-testimonio__texto--empresa{
    margin: 0 0 12px 0;
    font-size: 2.2rem;
}
.card-testimonio__texto--representante{
    margin: 0;
    font-size: 1.8rem;
}
.card-testimonio__texto--cargo{
    margin: 0 0 10px 0;
}