.seccion1 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10% 20px;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
  text-align: center;
}

.seccion1 h1 {
  font-size: 2rem;
  margin-bottom: 20px;
  color: #222;
}

.seccion1 p {
  font-size: 1rem;
  line-height: 1.6;
  color: #444;
  text-align: justify;
  margin-bottom: 30px;
}

.seccion1 h2 {
  font-size: 2rem;
  margin-bottom: 15px;
  color: #333;
}

.seccion1 img {
  width: 100%;
  max-width: 1200px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.seccion1 .kids-img{
  width: 50%;
  max-width: 1200px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);

}

/* ✅ Responsive ajustes para móviles */
@media screen and (max-width: 768px) {
  .seccion1 {
    padding: 35% 15px;
  }

  .seccion1 h1 {
    font-size: 1.6rem;
  }

  .seccion1 h2 {
    font-size: 1.3rem;
  }

  .seccion1 p {
    font-size: 0.95rem;
  }
}
