.medios-04 { margin: 0 8px; background-color: #ffffff; border-radius: 20px; overflow: hidden; box-sizing: border-box; }
.medios-04__inner { display: flex; flex-direction: column; align-items: center; gap: 40px; padding: 168px 0; box-sizing: border-box; }
.medios-04__title {
  font-family: 'Proxima Nova A', 'Proxima Nova', -apple-system, 'Roboto', Arial, sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
  letter-spacing: -1.28px;
  color: #282834;
  font-feature-settings: "salt" 1, "calt" 0;
  text-align: center;
  padding: 0 24px;
  margin: 0;
  word-break: break-word;
}
.medios-04__marquee-wrap { overflow: hidden; width: 100%; }
.medios-04__marquee-wrap:focus-visible { outline: 2px solid #434ce4; outline-offset: -2px; }
.medios-04__track { display: flex; gap: 0; width: max-content; animation: medios-marquee 30s linear infinite; }
.medios-04__list { display: flex; gap: 40px; list-style: none; margin: 0; padding: 0 40px 0 0; box-sizing: border-box; }
.medios-04__logo { flex-shrink: 0; width: 80px; height: 80px; border-radius: 12px; overflow: hidden; }
.medios-04__logo img { width: 100%; height: 100%; object-fit: cover; pointer-events: none; display: block; }

@keyframes medios-marquee { from { transform: translateX(0); } to { transform: translateX(-25%); } }

@media (min-width: 768px) {
  .medios-04__inner { gap: 80px; padding: 208px 0; }
  .medios-04__title { font-size: 72px; letter-spacing: -2.88px; padding: 0 40px; }
}

.medios-04__marquee-wrap:hover .medios-04__track,
.medios-04__marquee-wrap:focus-within .medios-04__track { animation-play-state: paused; }

@media (prefers-reduced-motion: reduce) { .medios-04__track { animation-play-state: paused; } }
