#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 {
    margin: 5px 7px;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
    width: 11px !important;
    height: 11px !important;
    background: #fff;
    border: 1px  var(--secondary) solid !important;
}
#clientes .owl-theme .owl-dots .owl-dot.active span, #clientes .owl-theme .owl-dots .owl-dot:hover span {
    background-color: var(--secondary) !important;
    border: 1px  var(--secondary) solid !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: 50px;
    top: 30%;
}

#clientes .owl-carousel .owl-prev:hover,
#clientes .owl-carousel .owl-next:hover {
    position: absolute;
    top: 0;
    height: 50px;
    top: 30%;
    background-color: transparent !important;
}

#clientes .owl-carousel .owl-prev {
    left: -60px;
}

#clientes .owl-carousel .owl-next {
    right: -60px;
}

@media (max-width: 576px)
{
    #clientes .owl-carousel .owl-prev {
        left: -25px;
    }

    #clientes .owl-carousel .owl-next {
        right: -5px;
    }

    #clientes .owl-theme .owl-dots .owl-dot {
        display: none; 
    }
    #clientes .owl-carousel .owl-item img {
        display: block;
        width: 80%;
        scale: 0.8;
    }

}

@media  (min-width: 577px) and (max-width: 767px)
{
    #clientes .owl-carousel .owl-prev {
        left: -42px;
    }

    #clientes .owl-carousel .owl-next {
        right: -33px;
    }

}

@media (min-width: 768px) and (max-width: 991px) 
{
    #clientes .owl-carousel .owl-prev {
        left: -20px;
    }

    #clientes .owl-carousel .owl-next {
        right: -20px;
    }
    

}

@media (min-width: 992px) and (max-width: 1200px)
{
    #clientes .owl-carousel .owl-prev {
    left: -30px;
    }

    #clientes .owl-carousel .owl-next {
        right: -30px;
    }

}

@media  (min-width: 1200px) and (max-width: 1400px)
{
    #clientes .owl-carousel .owl-prev {
        left: -40px;
    }

    #clientes .owl-carousel .owl-next {
        right: -40px;
    }
}

@media  (min-width: 1401px) and (max-width: 1600px)
{
    #clientes .owl-carousel .owl-prev {
        left: -50px;
    }

    #clientes .owl-carousel .owl-next {
        right: -50px;
    }

}