#clientes .owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    margin-top: 30px;
}
  
#clientes .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    display: inline; 
}
  
#clientes .owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 5px 7px;
    background: #ccc;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}
  
#clientes .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #faa419;
}

#clientes .owl-theme .owl-dots .owl-dot span {
    width: 10px !important;
    height: 11px !important;
    background: #fff;
    border: 1px #faa419 solid !important;
}

#clientes .owl-theme .owl-dots .owl-dot.active span, #clientes .owl-theme .owl-dots .owl-dot:hover span {
    background: #faa419 !important;
}

#clientes .item.item-clientes {
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#clientes .item.item-clientes img {
    filter: grayscale(1);
}

#clientes .owl-carousel .owl-prev,
#clientes .owl-carousel .owl-next {
    position: absolute;
    top: 0;
    height: 30px;
    top: 40%;
}

#clientes .owl-carousel .owl-prev:hover,
#clientes .owl-carousel .owl-next:hover {
    position: absolute;
    top: 0;
    height: 30px;
    top: 40%;
    background-color: transparent !important;
}

#clientes .owl-carousel .owl-prev {
    left: -60px;
}

#clientes .owl-carousel .owl-next {
    right: -60px;
}