body {
  margin: 0;
  font-family: 'Roboto', sans-serif;
  background: linear-gradient(to bottom right, #ffb6d5, #d1c4e9);
  color: #333;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
  background-color: rgba(255, 255, 255, 0.8);
}
nav{
  display: flex;
  gap:8rem;
}

nav a {
  text-decoration: none;
  color: #6a1b9a;
  font-weight: bold;
  font-size: 1.1rem;
  padding: 0.6rem 1.2rem;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  transition: background-color 0.3s ease, color 0.3s ease;
}

.barra-busqueda {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1rem;
  padding: 0.5rem 1rem;
}

.barra-busqueda input {
  padding: 0.6rem 1rem;
  border: 1px solid #ccc;
  border-radius: 20px;
  width: 250px;
  font-size: 1rem;
}

.barra-busqueda button {
  background-color: #6a1b9a;
  color: white;
  border: none;
  padding: 0.6rem 1rem;
  border-radius: 20px;
  cursor: pointer;
  font-size: 1rem;
  transition: background-color 0.3s ease;
}

.hero-nosotros{
  display: flex;
  flex-direction: column;
  justify-content: flex-start; 
  align-items: center;
  min-height: 30vh;
  padding-top: 4rem;
  background-color: #f3e5f5; 
  position: relative;
}

.hero-contacto{
  display: flex;
  flex-direction: column;
  justify-content: flex-start; 
  align-items: center;
  min-height: 30vh;
  padding-top: 4rem;
  background-color: #f3e5f5; 
  position: relative;
}

.hero-login {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 80vh;
  padding-top: 4rem;
  background-color: #f3e5f5; 
  position: relative;
}

nav a:hover {
  background-color: #e1bee7;
  color: #4a148c;
}


.logo-texto {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.logo {
  width: 130px;
  height: 90px;
  border-radius: 10px;
}

form button {
  background-color: #6a1b9a;
  color: white;
  border: none;
  padding: 0.8rem;
  border-radius: 20px;
  cursor: pointer;
}

.login-btn {
  background-color: #6a1b9a;
  color: white;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  cursor: pointer;
}

.hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  min-height: 30vh; 
  position: relative;
  text-align: center;

}

 .hero-inicio {
  display: flex;
  flex-direction: column;
  justify-content: flex-start; 
  align-items: center;
  min-height: 80vh;
  padding-top: 4rem; 
  background-image: url('../Imagenes/maripositas.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.hero-contenido {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 60vh;
  gap: 1rem;
  z-index: 2;
}

.hero-overlay {
  position: relative;
  z-index: 2;
  margin-top: 0;
}

.hero-titulo {
  margin-bottom: 1rem;
  z-index: 2;
}

.marca {
  font-size: 4rem;
  font-family: 'Fredoka One', cursive;
  color: #6a1b9a;
  margin-bottom: 0.5rem;
  z-index: 2;
} 

.marca-reg {
  font-size: 1.5rem;
  vertical-align: super;
  margin-left: 0.2rem;
}

.hero-overlay {
  background-color: rgba(255, 255, 255, 0.85);
  padding: 2rem;
  border-radius: 20px;
  text-align: center;
  max-width: 700px;
  box-shadow: 0 0 20px rgba(0,0,0,0.1);
  z-index: 2;
}

.hero-inicio .hero-overlay {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 2rem;
  border-radius: 20px;
  text-align: center;
  max-width: 700px;
  box-shadow: 0 0 20px rgba(0,0,0,0.2);
}

.hero-overlay h2 {
  font-size: 2.5rem;
  color: #6a1b9a;
}

.hero-overlay p {
  font-size: 1.2rem;
  color: #333;
}

.Descuentos {
  background: linear-gradient(to bottom, #f8d7e8, #e0c3fc); /* tonos tipo mariposa */
  padding: 2rem;
  margin-top: 2rem;
  border-radius: 12px;
}

.Titulos-Descuento {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #6a1b9a;
  margin-bottom: 1.5rem;
}

.Descuento-Red {
  display: flex;
  flex-wrap: wrap;
  gap: 5rem;
  justify-content: center;
}

.Descuento-caja {
  background-color: white;
  border-radius: 8px;
  padding: 1rem;
  max-width: 300px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.Descuento-caja img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  margin-top: 0.5rem;
}

footer {
  text-align: center;
  padding: 4rem 3rem;
  margin-top: 0;
  background-color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
}

form {
  max-width: 600px;
  margin: 2rem auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

form input, form textarea {
  padding: 0.8rem;
  border: 1px solid #ccc;
  border-radius: 10px;
}

form button {
  background-color: #6a1b9a;
  color: white;
  border: none;
  padding: 0.8rem;
  border-radius: 20px;
  cursor: pointer;
}

@media screen and (max-width: 600px) {
  nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
  }

  header {
    flex-direction: column;
    align-items: center;
  }

  .logo-container {
    flex-direction: column;
    align-items: center;
  }

  .login-btn {
    margin-top: 1rem;
  }
}
.beneficios {
  text-align: center;
  padding: 4rem 2rem;
  background-color: #f3e5f5;
  margin-bottom: 0;
}

.beneficios h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
  color: #6a1b9a;
}

.beneficios-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}

.beneficio {
  max-width: 250px;
  background-color: white;
  padding: 1.5rem;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.beneficio img {
  width: 200px;
  margin-bottom: 1rem;
  justify-content: center;
}

.beneficio h3 {
  font-size: 1.2rem;
  color: #6a1b9a;
  justify-content: center;
}

.beneficio p {
  font-size: 0.95rem;
  color: #555;
  justify-content: center;
}