body {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  background-color: #fffaf6;
  color: #3b2f2f;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  background-color: #F5F5DC;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px; 
  font-size: 1.2em;
  font-weight: bold;
  color: #a52a2a;
}

.logo img {
  width: 70px; 
  height: auto;
}

nav ul {
  list-style: none;
  display: flex;
  gap: 20px;
  padding: 0;
}

nav a {
  text-decoration: none;
  color: #3b2f2f;
  font-weight: 500;
}

nav a.activo {
  color: #b22222;
  border-bottom: 2px solid #b22222;
}

.hero {
  text-align: center;
  padding: 60px 20px;
  background: linear-gradient(to bottom, #fef4f2, #f8efe9);
}

.titulo-elegante {
  font-family: 'Playfair Display', serif;
  font-size: 2.5em;
  color: #7b3f00;
}

.imagen-portada {
  max-width: 90%;
  height: auto;
  margin-top: 20px;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.img-fresas {
  max-width: 90%;
  height: auto;
  margin-top: 20px;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.btn-principal {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 24px;
  background-color: #c0392b;
  color: white;
  border: none;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s ease;
}

.btn-principal:hover {
  background-color: #a93226;
}

footer {
  text-align: center;
  padding: 20px;
  background-color: #f2e5dc;
  color: #5e3c29;
}

.equipo-container, .venta-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin: 30px auto;
  max-width: 1200px;
}

.miembro, .venta-item {
  text-align: center;
  max-width: 250px;
}

.miembro img, .venta-item img, .equipo-grupo img {
  width: 100%;
  border-radius: 15px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.equipo-grupo {
  display: block;
  text-align: center;
  margin: 30px auto; 
  border-radius: 15px;
  max-width: 60%;
  height: auto;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.mision {
  text-align: center;
  padding: 30px 200px;
  background-color: #fef4f2;
  color: #5e3c29;

}

.logo-contacto {
  text-align: center;
  margin-top: 30px;
}

.logo-contacto img {
  width: 160px;
  height: auto;
}
.contenido {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 50vh;
  padding: 10px 5px;
  background: linear-gradient(to bottom, #fffaf6, #fceeea); 
  color: #5e3c29; 
}

.contenido h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2.5em;
  color: #a52a2a;
  margin-bottom: 25px;
}

.contenido p {
  max-width: 700px;
  font-size: 1.2em;
  line-height: 1.6;
}
.recuadro-rosa {
  background-color: #FFE4E1; 
  padding: 2rem;
  border-radius: 20px;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  color: #4a2c2a; 
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  position: relative; 
}

.logo-superior {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 100px; 
  height: auto;
  z-index: 2;
}

.delicias-titulo {
  margin-top: 30px;
  text-align: center;
  font-size: 1.5em; 
  font-weight: bold; 
  line-height: 1.2; 
}

.galeria {
  display: flex;
  justify-content: center;
  gap: 20px; 
  margin-top: 30px;
  flex-wrap: wrap;
}

.galeria img {
  width: 300px; 
  height: auto;
  border-radius: 15px;
  object-fit: cover;
}
.marco-delicias{
  background-color: #FFE4E1; 
  padding: 1rem;
  border-radius: 20px;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  color: #4a2c2a; 
  box-shadow: 0 4px 20px rgba(0,0,0,1.1); 
  position: relative;
}
.logo-superior2 {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 95px; 
  height: auto;
  z-index: 2;
}
.recuadro-rosa2 {
  background-color: #FFE4E1; 
  padding: 1rem;
  border-radius: 10px;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  color: #8B0000; 
  box-shadow: 0 4px 3px rgba(0,2,1,0.3);
}

.historia {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 50vh;
  padding: 10px 5px;
  background: linear-gradient(to bottom, #fffaf6, #fceeea); 
  color: #5e3c29; 
}
.historia h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2.5em;
  color: #a52a2a; 
  margin-bottom: 25px;
}
.historia p {
  max-width: 700px;
  font-size: 1.2em;
  line-height: 1.6;
}
.menu-chocoberry {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 20px; 
  margin: 40px 0; 
  background-color: #FFFFF0;
  border-radius: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.menu-chocoberry img {
  max-width: 35%; 
  height: auto;
  border-radius: 10px;
  border: 4px solid white; 
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); 
  transition: none; 
}


.menu-chocoberry img:hover {
  transform: none;
}
.horario-chocoberry {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 10px;
  margin: 20px 0;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
}

.horario-chocoberry img {
  max-width: 40%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: none;
}

.horario-chocoberry img:hover {
  transform: none;
}

.horario {
  text-align: center;
  padding: 0 20px;
  font-size: 12px; 
  color: #5e3c29;
  text-decoration: none; 
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
}
.ubicación {
  text-align: center;
  padding: 0 30px;
  font-size: 12px; 
  color: #5e3c29;
  text-decoration: none; 
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
}
