.carousel_clientes {
    position: relative;
}
.carousel_clientes .glide__bullets {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel_clientes .glide__bullet {
    width: 15px;
    height: 15px;
    background-color: #50409000;
    border: 3px solid #504090;
    margin: 0 5px;
}
.carousel_clientes .glide__bullet--active {
    background-color: #504090;
}