.clientes-slider {
    overflow: hidden;
}

.clientes-track {
    display: flex;
    align-items: center;
    transition: transform .6s ease;
}

.cliente-item {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cliente-item img {
    max-height: 56px;
    width: auto;
    display: block;
}

.bg-oficial {
    background-color: #0066b3;
}

.bg-light-oficial {
    background-color: #00baf2;
}

/* Compensar el header sticky para enlaces por ancla */
:root { --axil-header-offset: 90px; }
@media (min-width: 992px) {
    html { scroll-behavior: smooth; }
    /* Aplicar un margen de scroll por defecto a las secciones objetivo */
    [id] { scroll-margin-top: var(--axil-header-offset); }
}