/* /pages/inicio/inicio.css */

.hero-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 4rem 2rem;
  background-color: white;
  border-radius: 8px;
  margin: 2rem 0;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.hero-section h1 {
  font-size: 2.5rem;
  color: #2c3e50;
  margin-bottom: 1rem;
}

.hero-section .hero-subtitle {
  font-size: 1.2rem;
  color: #34495e;
  max-width: 600px;
  margin-bottom: 2rem;
}