/* ==========================================================================
   BRAPIX STUDIO — SISTEMA VISUAL BRAPIX (CLON EXACTO / AWWWARDS GRADE)
   Paleta: Fondo Carbón (#0d0e12 / #111111) y Fondo Blanco Puro (#ffffff)
   Acento de Marca: Verde Neón Brapix Studio (#9afd0d / #87e00c)
   Botones Píldora con Disco de Flecha | Tipografía Inter & Plus Jakarta Sans
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=JetBrains+Mono:wght@400;500;600;700&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

:root {
  /* Fondo Carbón (Dark) */
  --brand-dark: #111111;
  --bg-carbon: #0d0e12;
  --bg-carbon-surface: #14161d;
  --bg-carbon-elevated: #1b1e28;
  --border-carbon: rgba(255, 255, 255, 0.1);
  --border-carbon-hover: rgba(154, 253, 13, 0.45);
  --text-carbon-primary: #ffffff;
  --text-carbon-secondary: #94a3b8;
  --text-carbon-muted: #64748b;

  /* Fondo Blanco (Light) */
  --bg-light: #ffffff;
  --bg-light-surface: #f8f9fb;
  --border-light: rgba(0, 0, 0, 0.08);
  --border-light-hover: rgba(154, 253, 13, 0.7);
  --text-light-primary: #070707;
  --text-light-secondary: #4a5565;

  /* Acento Verde Neón Brapix Studio */
  --brand-accent: #9afd0d;
  --brand-accent-hover: #87e00c;
  --glow-accent: rgba(154, 253, 13, 0.18);

  /* Tipografía (Estilo de Alta Gama Oficial: Inter & Plus Jakarta Sans) */
  --font-sans: 'Inter', 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-mono: 'Inter', 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
}

html {
  scroll-behavior: smooth;
  font-family: var(--font-sans);
  background-color: var(--bg-carbon);
  color: var(--text-carbon-primary);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  overflow-x: hidden;
  position: relative;
  background-color: var(--bg-carbon);
}

/* Cuadrículas de fondo */
.bg-grid-carbon {
  background-size: 40px 40px;
  background-image: 
    linear-gradient(to right, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
}

.bg-grid-light {
  background-size: 40px 40px;
  background-image: 
    linear-gradient(to right, rgba(0, 0, 0, 0.035) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(0, 0, 0, 0.035) 1px, transparent 1px);
}

/* Resplandores ambientales en verde neón Brapix Studio */
.ambient-glow {
  position: absolute;
  border-radius: 9999px;
  filter: blur(140px);
  pointer-events: none;
  opacity: 0.18;
  z-index: 0;
}

/* =========================================================================
   BARRA DE NAVEGACIÓN BRAPIX (Cápsula Flotante Píldora)
   ========================================================================= */
.navbar-brapix {
  background-color: rgba(17, 17, 17, 0.85);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.navbar-brapix.scrolled {
  background-color: rgba(7, 7, 7, 0.96);
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.85), 0 0 25px -4px rgba(154, 253, 13, 0.15);
  top: 0.75rem;
}

/* Tipografía de enlaces de navegación idéntica a Brapix Studio (Inter 14px Medium) */
.nav-link-s28 {
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.015em;
  color: #B5B5B5;
  padding: 0.45rem 1rem;
  border-radius: 9999px;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  text-decoration: none;
  white-space: nowrap;
}

.nav-link-s28:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.09);
}

.nav-link-s28.active {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.14);
  font-weight: 600;
}

/* =========================================================================
   SISTEMA DE BOTONES BRAPIX (Píldora con Disco Circular y Flecha)
   ========================================================================= */
.btn-s28-primary,
.btn-s28-green,
.btn-brapix-primary,
.btn-brapix-green {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 0.65rem 1rem 0.65rem 1.6rem;
  border-radius: 9999px;
  background-color: var(--brand-accent);
  color: #070707 !important;
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 0.925rem;
  letter-spacing: -0.01em;
  box-shadow: 0 4px 24px -2px rgba(154, 253, 13, 0.45);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  border: 1px solid rgba(0, 0, 0, 0.12);
  text-decoration: none;
  cursor: pointer;
  line-height: 1.25;
}

.btn-s28-primary .btn-icon-disc,
.btn-s28-green .btn-icon-disc,
.btn-brapix-primary .btn-icon-disc,
.btn-brapix-green .btn-icon-disc {
  width: 2rem;
  height: 2rem;
  border-radius: 9999px;
  background-color: #070707;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  flex-shrink: 0;
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.25s ease, color 0.25s ease;
}

.btn-s28-primary:hover,
.btn-s28-green:hover,
.btn-brapix-primary:hover,
.btn-brapix-green:hover {
  background-color: var(--brand-accent-hover);
  transform: scale(1.03);
  box-shadow: 0 8px 30px -2px rgba(154, 253, 13, 0.6);
  color: #070707 !important;
}

.btn-s28-primary:hover .btn-icon-disc,
.btn-s28-green:hover .btn-icon-disc,
.btn-brapix-primary:hover .btn-icon-disc,
.btn-brapix-green:hover .btn-icon-disc {
  transform: translate(2px, -2px);
  background-color: #ffffff;
  color: #070707;
}

.btn-s28-primary:active,
.btn-s28-green:active,
.btn-brapix-primary:active,
.btn-brapix-green:active {
  transform: scale(0.98);
}

/* Botón secundario / outline para fondo Carbón */
.btn-s28-secondary-carbon,
.btn-s28-outline,
.btn-brapix-secondary,
.btn-brapix-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 0.65rem 1rem 0.65rem 1.6rem;
  border-radius: 9999px;
  background-color: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff !important;
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 0.925rem;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  text-decoration: none;
  cursor: pointer;
  line-height: 1.25;
}

.btn-s28-secondary-carbon .btn-icon-disc,
.btn-s28-outline .btn-icon-disc,
.btn-brapix-secondary .btn-icon-disc,
.btn-brapix-outline .btn-icon-disc {
  width: 2rem;
  height: 2rem;
  border-radius: 9999px;
  background-color: rgba(255, 255, 255, 0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #e2e8f0;
  flex-shrink: 0;
  transition: transform 0.25s ease, background-color 0.25s ease, color 0.25s ease;
}

.btn-s28-secondary-carbon:hover,
.btn-s28-outline:hover,
.btn-brapix-secondary:hover,
.btn-brapix-outline:hover {
  background-color: rgba(255, 255, 255, 0.14);
  border-color: var(--brand-accent);
  color: #ffffff !important;
  transform: scale(1.03);
}

.btn-s28-secondary-carbon:hover .btn-icon-disc,
.btn-s28-outline:hover .btn-icon-disc,
.btn-brapix-secondary:hover .btn-icon-disc,
.btn-brapix-outline:hover .btn-icon-disc {
  transform: translate(2px, -2px);
  background-color: var(--brand-accent);
  color: #070707;
}

.btn-s28-secondary-carbon:active,
.btn-s28-outline:active,
.btn-brapix-secondary:active,
.btn-brapix-outline:active {
  transform: scale(0.98);
}

/* Botón secundario para fondo Blanco */
.btn-s28-secondary-light {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.5rem 0.6rem 0.5rem 1.35rem;
  border-radius: 9999px;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  color: #070707;
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 0.875rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  text-decoration: none;
}

.btn-s28-secondary-light .btn-icon-disc {
  width: 1.85rem;
  height: 1.85rem;
  border-radius: 9999px;
  background-color: #f1f5f9;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #070707;
  transition: transform 0.25s ease, background-color 0.25s ease, color 0.25s ease;
}

.btn-s28-secondary-light:hover {
  border-color: #070707;
  transform: scale(1.02);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

.btn-s28-secondary-light:hover .btn-icon-disc {
  transform: translate(2px, -2px);
  background-color: var(--brand-accent);
  color: #070707;
}

/* =========================================================================
   TARJETAS BENTO GRID CON SPOTLIGHT (DUAL: CARBÓN Y BLANCO)
   ========================================================================= */
.bento-card-carbon {
  position: relative;
  background-color: var(--bg-carbon-surface);
  border: 1px solid var(--border-carbon);
  border-radius: 1.5rem;
  overflow: hidden;
  transition: border-color 0.3s cubic-bezier(0.16, 1, 0.3, 1), transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease;
}

.bento-card-carbon::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(
    650px circle at var(--mouse-x, -1000px) var(--mouse-y, -1000px),
    rgba(154, 253, 13, 0.16),
    transparent 45%
  );
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
  z-index: 1;
}

.bento-card-carbon:hover::before {
  opacity: 1;
}

.bento-card-carbon:hover {
  border-color: rgba(154, 253, 13, 0.4);
  box-shadow: 0 16px 36px -10px rgba(0, 0, 0, 0.6), 0 0 24px -4px rgba(154, 253, 13, 0.18);
}

.bento-card-light {
  position: relative;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.09);
  border-radius: 1.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03), 0 12px 24px -6px rgba(0, 0, 0, 0.04);
  transition: border-color 0.3s cubic-bezier(0.16, 1, 0.3, 1), transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease;
  overflow: hidden;
}

.bento-card-light:not(:has(.bento-card-inner)) {
  padding: 1.75rem;
}

@media (min-width: 640px) {
  .bento-card-light:not(:has(.bento-card-inner)) {
    padding: 2.25rem 2rem;
  }
}

.bento-card-carbon {
  position: relative;
  background-color: var(--bg-carbon-surface);
  border: 1px solid var(--border-carbon);
  border-radius: 1.5rem;
  transition: border-color 0.3s cubic-bezier(0.16, 1, 0.3, 1), transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease;
  overflow: hidden;
}

.bento-card-carbon:not(:has(.bento-card-inner)) {
  padding: 1.75rem;
}

@media (min-width: 640px) {
  .bento-card-carbon:not(:has(.bento-card-inner)) {
    padding: 2.25rem 2rem;
  }
}

.bento-card-light::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(
    650px circle at var(--mouse-x, -1000px) var(--mouse-y, -1000px),
    rgba(154, 253, 13, 0.15),
    transparent 45%
  );
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
  z-index: 1;
}

.bento-card-light:hover::before {
  opacity: 1;
}

.bento-card-light:hover {
  border-color: rgba(154, 253, 13, 0.8);
  box-shadow: 0 20px 40px -10px rgba(15, 23, 42, 0.08), 0 0 20px -4px rgba(154, 253, 13, 0.2);
  transform: translateY(-2px);
}

.bento-card-inner {
  position: relative;
  z-index: 2;
  height: 100%;
}

/* =========================================================================
   INSIGNIAS PÍLDORA EXACTAS BRAPIX (Estilo "Our Process" con punto verde)
   ========================================================================= */
.badge-carbon {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.35rem 0.95rem;
  border-radius: 9999px;
  background: #1c1a1a;
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-family: var(--font-sans);
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #ffffff;
}

.badge-light {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.35rem 0.95rem;
  border-radius: 9999px;
  background: #f0f2f5;
  border: 1px solid rgba(0, 0, 0, 0.08);
  font-family: var(--font-sans);
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #070707;
}

.badge-dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 9999px;
  background-color: var(--brand-accent);
  display: inline-block;
  flex-shrink: 0;
  box-shadow: 0 0 10px rgba(154, 253, 13, 0.8);
}

/* =========================================================================
   SISTEMA ROBUSTO DE ACORDEÓN DE PREGUNTAS FRECUENTES (FAQ EXACTO BRAPIX)
   ========================================================================= */
.faq-item {
  border-radius: 1.25rem;
  overflow: hidden;
  transition: border-color 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
  margin-bottom: 1rem;
}

/* Variante fondo oscuro / carbón (Index, Branding) */
.faq-item:not(.faq-item-light) {
  border: 1px solid rgba(255, 255, 255, 0.09);
  background-color: #14161d;
}

.faq-item:not(.faq-item-light).faq-open,
.faq-item:not(.faq-item-light).open {
  border-color: rgba(154, 253, 13, 0.5);
  background-color: rgba(22, 25, 34, 0.95);
}

.faq-item:not(.faq-item-light) .faq-trigger,
.faq-item:not(.faq-item-light) .faq-toggle {
  color: #ffffff;
}

.faq-item:not(.faq-item-light) .faq-icon {
  background-color: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

/* Variante fondo claro / blanco (Páginas Web, Edición Video, Publicidad) */
.faq-item-light {
  border: 1px solid rgba(0, 0, 0, 0.08);
  background-color: #f8f9fb;
}

.faq-item-light.faq-open,
.faq-item-light.open {
  border-color: rgba(154, 253, 13, 0.9);
  background-color: #ffffff;
  box-shadow: 0 12px 28px -6px rgba(0, 0, 0, 0.06);
}

.faq-item-light .faq-trigger,
.faq-item-light .faq-toggle {
  color: #070707;
}

.faq-item-light .faq-icon {
  background-color: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #070707;
}

.faq-trigger,
.faq-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 1.5rem;
  text-align: left;
  cursor: pointer;
  background: transparent;
  border: none;
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 1.0625rem;
  line-height: 1.4;
  transition: color 0.2s ease;
  user-select: none;
}

@media (min-width: 640px) {
  .faq-trigger,
  .faq-toggle {
    padding: 1.35rem 1.75rem;
    font-size: 1.125rem;
  }
}

.faq-trigger:hover,
.faq-toggle:hover {
  color: var(--brand-accent);
}

.faq-icon {
  width: 2rem;
  height: 2rem;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-sans);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.25s ease, color 0.25s ease;
  flex-shrink: 0;
  margin-left: 1rem;
}

.faq-item.faq-open .faq-icon,
.faq-item.open .faq-icon {
  transform: rotate(45deg);
  background-color: var(--brand-accent);
  color: #070707;
}

.faq-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease, padding 0.3s ease;
  opacity: 0;
  padding: 0 1.5rem;
}

@media (min-width: 640px) {
  .faq-content {
    padding: 0 1.75rem;
  }
}

.faq-item.faq-open .faq-content,
.faq-item.open .faq-content {
  max-height: 600px;
  opacity: 1;
  padding-bottom: 1.5rem;
}

/* Animaciones de pulsación */
@keyframes pulse-lime {
  0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(154, 253, 13, 0.7); }
  70% { transform: scale(1); box-shadow: 0 0 0 8px rgba(154, 253, 13, 0); }
  100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(154, 253, 13, 0); }
}

.dot-pulse-lime {
  animation: pulse-lime 2s infinite cubic-bezier(0.45, 0, 0.55, 1);
}

/* Scroll reveal suave (usa .revealed para jamás entrar en conflicto con acordeones) */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

.reveal.revealed,
.reveal.active {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

.delay-1 { transition-delay: 100ms; }
.delay-2 { transition-delay: 200ms; }
.delay-3 { transition-delay: 300ms; }
.delay-4 { transition-delay: 400ms; }

/* Zoom en imágenes */
.img-zoom {
  overflow: hidden;
}
.img-zoom img {
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.bento-card-carbon:hover .img-zoom img,
.bento-card-light:hover .img-zoom img {
  transform: scale(1.04);
}

/* Estilos de Testimonios Brapix Studio */
.testimonial-track {
  display: flex;
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}

.testimonial-slide {
  flex: 0 0 100%;
  width: 100%;
  padding: 0.5rem;
}

@media (min-width: 1024px) {
  .testimonial-slide {
    flex: 0 0 50%;
    width: 50%;
    padding: 0.75rem;
  }
}

/* Scrollbar */
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: #0d0e12; }
::-webkit-scrollbar-thumb { background: #232733; border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: #353b4c; }

/* Espaciado inferior permanente para la barra fija de botones flotantes (Llámanos + WhatsApp) */
body {
  padding-bottom: 5.5rem;
}

/* Tarjetas de Proyectos Visuales Estilo brapix */
.visual-project-card {
  position: relative;
  border-radius: 1.5rem;
  overflow: hidden;
  background: #14161d;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
}

.visual-project-card:hover {
  transform: translateY(-4px);
  border-color: rgba(154, 253, 13, 0.4);
  box-shadow: 0 20px 40px -15px rgba(154, 253, 13, 0.18);
}

.visual-project-card .project-img-wrapper {
  overflow: hidden;
  position: relative;
  height: 260px;
  background: #090a0d;
}

@media (min-width: 640px) {
  .visual-project-card .project-img-wrapper {
    height: 290px;
  }
}

.visual-project-card .project-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.visual-project-card:hover .project-img-wrapper img {
  transform: scale(1.06);
}



/* =========================================================================
   CARRUSEL DE LOGOS EN 3 HILERAS (MARQUEE INFINITO CON DESVANECIDO EN ORILLAS)
   ========================================================================= */
@keyframes marquee-to-left {
  0% { transform: translate3d(0, 0, 0); }
  100% { transform: translate3d(-50%, 0, 0); }
}

@keyframes marquee-to-right {
  0% { transform: translate3d(-50%, 0, 0); }
  100% { transform: translate3d(0, 0, 0); }
}

.marquee-fade-container {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.marquee-fade-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 100%;
  background: linear-gradient(90deg, #ffffff 15%, rgba(255, 255, 255, 0) 100%);
  z-index: 10;
  pointer-events: none;
}

.marquee-fade-container::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 100%;
  background: linear-gradient(270deg, #ffffff 15%, rgba(255, 255, 255, 0) 100%);
  z-index: 10;
  pointer-events: none;
}

@media (min-width: 640px) {
  .marquee-fade-container::before,
  .marquee-fade-container::after {
    width: 150px;
  }
}

.marquee-track-left {
  display: flex;
  width: max-content;
  animation: marquee-to-left 40s linear infinite;
  will-change: transform;
}

.marquee-track-right {
  display: flex;
  width: max-content;
  animation: marquee-to-right 40s linear infinite;
  will-change: transform;
}

.marquee-track-left:hover,
.marquee-track-right:hover {
  animation-play-state: paused;
}

.marquee-logo-item {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
  height: 205px;
}

.marquee-logo-item img {
  height: 184px;
  width: auto;
  max-width: 380px;
  object-fit: contain;
  filter: grayscale(100%) contrast(1.15);
  opacity: 0.95;
  transition: filter 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
}

.marquee-logo-item img[src*="HFLORES"],
.marquee-logo-item img.logo-hflores {
  height: 92px !important;
  max-width: 190px !important;
}

.marquee-logo-item:hover img {
  filter: grayscale(0%) contrast(1);
  opacity: 1;
  transform: scale(1.08);
}

@media (max-width: 640px) {
  .marquee-logo-item {
    padding: 0 0.65rem;
    height: 150px;
  }
  
  .marquee-logo-item img {
    height: 135px;
    max-width: 280px;
  }

  .marquee-logo-item img[src*="HFLORES"],
  .marquee-logo-item img.logo-hflores {
    height: 68px !important;
    max-width: 140px !important;
  }
}

