.owl-carousel.owl-theme .owl-dots .owl-dot span {
    background: transparent;
    border: 1px solid #1661ae;
    width: 15px !important;
    height: 15px !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #1661ae !important;
}

@media screen and (max-width: 650px) {
    .center-clientes .item {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .cliente-item {
        width: 170px !important;
    }

    .slick-dots {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 15px;
        padding: 0;
    }

    .slick-dots li {
        margin-right: 7px;
    }

    .slick-dots li:last-child {
        margin-right: 0 !important;
    }

    .slick-dots li button {
        background: transparent !important;
        box-shadow: none !important;
        width: 14px !important;
        height: 14px !important;
        border: 1px solid #1661ae;
        border-radius: 50% !important;
        text-indent: -9999px;
        overflow: hidden !important;
    }

    .slick-dots li.slick-active button {
        background: #1661ae !important;
    }
}

.cliente-item {
    width: 100%;
    height: 196px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    border-radius: 6px;
}

.cliente-item:hover a {
    opacity: 1;
}

.cliente-item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-decoration: none !important;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    background: rgba(0, 0, 0, 0.85);
    color: #fff;
    font-size: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.content-slide-center {
    margin-left: -15px;
    width: calc(100% + 30px) !important;
}