.contenedor__videos {
  width: var(--ancho);
  max-width: 1100px;
  margin: 0 auto;
  margin-top: -120px;
}
.contenedor__videos h1 {
  font-size: 22pt;
  text-align: left;
  margin-bottom: 20px;
}
.container {
  background: var(--color2);
  width: 100%;
  padding: 32px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  box-shadow: 0px 3px 15px 0px rgba(0,0,0,0.157);
}
.testimonials {
  width: 100%;
}
.testimonial {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--color2);
}
.testimonial .photo {
  width: 52%;
  height: 400px;
  padding: 0 20px;
}
.testimonial .photo img {
  max-width:100%;
}
.testimonial .content {
  width: 48%;
  padding: 20px 30px;
  /* min-height: 400px; */
  text-align: left;
}
.testimonial .content p {
  font-size: 15pt;
  line-height: 160%;
  color: var(--color4);
}
.testimonial .content h1 {
  color: var(--color4);
}
.testimonial .content .name {
  padding: 8px 48px;
  font-size:24px;
  margin-left: 48px;
  /* background:#f5f5f5; */
}
.slider-next, .slider-prev {
  position: absolute;
  width: 50px;
  height: 50px;
  top:222px;
  font-size:22pt;
  line-height: 2;
  cursor:pointer;
  /* color: rgba(255, 5, 5, 0.75); */
  color: var(--color4);
  background: #ed7138;
  box-shadow: 0px 0px 6px var(--color4);
  border-radius: 100%;
  text-align: center;
}
.slider-prev {
  left: -34px;
}
.slider-next {
  right:-34px;
}
.dots-container {
  width: 250px;
  padding: 8px;
  background:var(--color2);
  border-radius: 8px;
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
}
video {
  width: 100%;
  height: 100%;
}
/* HASTA */
@media screen and (max-width: 768px) {
  .contenedor__videos {
    margin-top: 0;
  }
  .container {
    padding: 0;
    margin: 0;
  }
  .testimonial {
    flex-direction: column;
    padding: 0;
  }
  .testimonial .photo,
  .testimonial .content {
    width: 100%;
  }
  .testimonial .photo {
    height: 250px;
    padding-bottom: 20px;
  }
   .testimonial .content {
    padding: 20px;
  }

  /* .slider-prev {
    left: 10px;
    top: -34px;

  }
  .slider-next {
    right: 10px;
    top: -34px;
  } */
  .slider-prev,
  .slider-next {
    display: none;
  }
}
