/* Hero de Inicio: enfoque exclusivo en flotas, logística, distribución e industria. */
.hero-carousel .home-fleet-logistics {
  background-image: url('assets/hero-home-fleet-logistics.png');
}

.hero-carousel .home-fleet-distribution {
  background-image: url('assets/hero-home-fleet-distribution.png');
}

.hero-carousel .home-fleet-industry {
  background-image: url('assets/hero-home-fleet-industry.png');
}

.hero-carousel .hero-pagination {
  gap: 9px;
  margin-top: 34px;
}

.hero-carousel .hero-pagination button {
  width: 38px;
  padding: 8px 0 0;
  text-align: center;
  color: #d9d9d9;
  font-size: 11px;
  letter-spacing: .6px;
}

.hero-carousel .hero-pagination button.active {
  color: #fff;
  border-color: var(--red);
}

.hero-carousel h1 em { font-style: normal; }

@media (max-width: 600px) {
  .hero-carousel .hero-pagination { margin-top: 27px; }
}
