div.owl-carousel.carousel-clube .owl-prev {
  position: absolute;
  bottom: 47%;
  left: -30px;
  transform: scale(7, 7);
  color: #000 !important;
}

div.owl-carousel.carousel-clube .owl-next {
  position: absolute;
  bottom: 47%;
  right: -30px;
  transform: scale(7, 7);
  color: #000 !important;
}

div.owl-carousel.carousel-clube
  .owl-stage-outer
  .owl-stage
  .owl-item
  .teaser-featured
  .item
  .item-content,
div.owl-carousel.carousel-clube .owl-dots {
  display: none;
}

div.owl-carousel.carousel-clube .owl-next:focus,
div.owl-carousel.carousel-clube .owl-prev:focus,
div.owl-carousel.carousel-clube .owl-next:hover,
div.owl-carousel.carousel-clube .owl-prev:hover {
  outline: 0;
  background: none;
}

@media screen and (max-width: 500px) {
  div.owl-carousel.carousel-clube .owl-next {
    right: 5px;
    transform: scale(4, 4);
    bottom: 42%;
  }

  div.owl-carousel.carousel-clube .owl-prev {
    left: 5px;
    transform: scale(4, 4);
    bottom: 42%;
  }
}

@media screen and (min-width: 501px) and (max-width: 1130px) {
  div.owl-carousel.carousel-clube .owl-next {
    right: 5px;
  }

  div.owl-carousel.carousel-clube .owl-prev {
    left: 5px;
  }
}
