
/* ==========================================================
   ALET V7.40
   1) "ALET" en rojo dentro del nombre de marca responsive.
   2) Carruseles de clientes infinitos también en escritorio.
   ========================================================== */

.brand-name-v737 .brand-alet-v740{
  color:#d82027 !important;
}

/* El carrusel debe ocupar sólo lo necesario y nunca justificar huecos */
#clientes .clients-v6-carousel{
  position:relative !important;
  overflow:hidden !important;
  width:100% !important;
}

#clientes .clients-v6-track{
  display:flex !important;
  flex-wrap:nowrap !important;
  align-items:center !important;
  justify-content:flex-start !important;
  gap:0 !important;
  width:max-content !important;
  min-width:max-content !important;
  animation:none !important;
  transform:translate3d(0,0,0);
  will-change:transform;
}

#clientes .clients-v6-track .client-logo{
  flex:0 0 auto !important;
}

/* Mantener las flechas discretas */
#clientes .clients-v632-arrow{
  z-index:9 !important;
}

/* En escritorio, evita reglas históricas que repartían logos a todo el ancho */
@media (min-width:901px){
  #clientes .clients-v6-track{
    justify-content:flex-start !important;
  }
  #clientes .clients-v6-track .client-logo{
    flex:0 0 auto !important;
  }
}
