.cartRespons { display: none; }
.mQn8P:not(.sMVRZe) { height: 168px !important; }
img.btn-whatsapp {
    position: fixed;
    z-index: 9999999;
    bottom: 96px;
    right: 20px;
    border-radius: 100px !important;
    cursor: pointer;
}
img.btn-whatsapp:hover{
    box-shadow: 0 0 15px rgba(7,94,84,1);
    transition-duration: 1s;
}

/* ── Añadido desde prod (base.html id 4): carrusel de logos de clientes ── */
.clients-track-wrap { overflow: hidden; }
.clients-track {
  display: flex !important;
  gap: 1.5rem;
  width: max-content;
  animation: scroll-logos 18s linear infinite;
}
.clients-track:hover { animation-play-state: paused; }
.client-bubble {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 4px 16px rgba(0,0,0,0.10);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 14px;
}
.client-bubble img { width: 100%; height: 100%; object-fit: contain; }
@keyframes scroll-logos { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* botón IA del nav */
.btn-ia { position: relative; padding-right: 20px !important; }
.star-ia { position: absolute; top: 4px; right: 4px; width: 10px; height: 10px; fill: white; }
