.menu-section {
  padding: 60px 20px;
  background: linear-gradient(to top, #fff, #e7e1d9);
  text-align: center;
}

.bienestar-section {
  padding: 30px 20px;
  /* background: linear-gradient(to bottom, #fff, #e7e1d9); */
  /* text-align: center; */
}

.bienestar-title {
  font-size: 2rem;
  color: #000;
  margin-bottom: 10px;
  padding: 0px;
}

.bienestar-subtitle {
  font-size: 1.2rem;
  color: #555;
  margin-bottom: 20px;
}

.bienestar-btn {
  display: inline-block;
  padding: 12px 24px;
  background-color: #a7a7a7;
  color: white;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
}
.bienestar-btn:hover {
  background-color: #848383;  
} 
.felicidad-content {
  margin-top: 50px;
  /* background: #fff; */
  padding: 30px;
  /* border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05); */
}

/* .felicidad-title {
  font-size: 2rem;
  color: #000;
  margin-bottom: 20px;
} */

.felicidad-list {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.felicidad-list li {
  font-size: 1rem;
  margin: 10px 0;
  color: #333;
}

.felicidad-btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #ff6f61;
  color: white;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
}

/*  */
.bienestar-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 60px;
  margin-top: 50px;
  margin-bottom: 100px;
}

.bienestar-text {
  flex: 1 1 300px;
  max-width: 500px;
  text-align: right;
}

.bienestar-image {
  flex: 1 1 300px;
  max-width: 500px;
  margin: 0 auto;
}

.bienestar-image img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}