#testimoniosCarousel .carousel-control-prev,
#testimoniosCarousel .carousel-control-next {
  top: 75%;
  transform: translateY(-50%);
  width: 5%;
  height: 70px;
  opacity: 1;
}
#testimoniosCarousel .carousel-control-prev-icon,
#testimoniosCarousel .carousel-control-next-icon {
  background-size: 10px 10px;
  filter: drop-shadow(0 0 4px #000);
}
