.page-sobre .hero-banner {
  position: relative;
  margin: 0;
  width: 100%;
  height: 800px; /* Altura fija para el banner */
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
}

.page-sobre .hero-banner .hero-banner-content {
  padding: 20px;
  max-width: 600px;
}

.page-sobre .hero-banner h1 {
  font-size: 4rem;
  color: white;
  /*  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); */
}

.page-sobre .hero-banner .subtitle {
  font-size: 2rem;
  font-family: Raleway, sans-serif;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 50px;
  color: white;
  /*  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6); */
}

.page-sobre .sobre-content {
  padding: 20px;
  margin: auto;
}

.page-sobre .sobre-content .img-sobre {
  max-width: 100%;
}

@media (min-width: 1024px) {
  .page-sobre .sobre-content {
    max-width: 1000px;
    margin: 30px auto;
  }
}
