.seccion-newsletter {
  padding: 80px 20px;
  color: white;
  text-align: center;
}

.newsletter-contenedor {
  max-width: 800px;
  margin: 0 auto;
}

.newsletter-titulo {
  font-size: 2em;
  margin-bottom: 20px;
}

.newsletter-descripcion {
  font-size: 1.1em;
  line-height: 1.6;
  margin-bottom: 30px;
}

.newsletter-formulario {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.newsletter-formulario input[type="email"] {
  padding: 12px 20px;
  border-radius: 30px;
  border: none;
  width: 280px;
  font-size: 1em;
  background-color: white;
  color: black;
}

.newsletter-formulario button {
  padding: 12px 24px;
  border-radius: 30px;
  border: none;
  background-color: #00aaff;
  color: white;
  font-size: 1em;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.newsletter-formulario button:hover {
  background-color: #0077cc;
}
