.hero-banner {
  min-height: 380px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url("../img/banner.png");
  background-size: cover;
  background-position: center;
}

.hero-box {
  background: var(--glass-bg, rgba(255, 255, 255, 0.35));
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: var(--glass-shadow, 0 8px 32px 0 rgba(31, 38, 135, 0.1));
  max-width: 700px;
  padding: 30px 20px;
  border-radius: var(--borde-radio, 12px);
}



.carousel-wrapper {
  max-width: 700px;
  margin: 40px auto;
}

.carousel-item img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 12px;
}