* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
  background-color: #f4f4f4;
  color: #333;
}

.top-header {
  background-color: white;
  text-align: center;
  padding: 10px 0;
  position: relative;
}

.logo {
  height: 80px;
}

.menu-toggle {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 30px;
  background: none;
  border: none;
  color: #00baff;
  cursor: pointer;
}

.menu {
  background-color: #222;
  text-align: center;
  display: none;
}

.menu ul {
  list-style: none;
  padding: 10px 0;
}

.menu ul li {
  margin: 10px 0;
}

.menu ul li a {
  color: white;
  text-decoration: none;
  font-weight: bold;
}

.menu ul li ul {
  padding-top: 5px;
}

.menu ul li ul li a {
  font-size: 0.9em;
}

.menu.show {
  display: block;
}

/* Slider */
.slider {
  position: relative;
  width: 100%;
  height: 250px;
  overflow: hidden;
  z-index: 1;
}

.slider .slide {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.slider .slide.active {
  opacity: 1;
}

.slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Contenido */
.destacados {
  padding: 30px 20px;
  background: white;
  text-align: center;
}

.destacados h2 {
  color: #00baff;
  margin-bottom: 10px;
}

.destacados p {
  margin-bottom: 20px;
}

.producto {
  position: relative;
  display: inline-block;
  max-width: 90%;
}

.producto img {
  width: 100%;
  border-radius: 5px;
}

.etiqueta {
  position: absolute;
  top: 10px;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 5px 10px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-weight: bold;
}

footer {
  background-color: #222;
  color: white;
  text-align: center;
  padding: 15px 10px;
  font-size: 0.9em;
}
.whatsapp-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  width: 60px;
  height: 60px;
  background-color: #25d366;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.whatsapp-button:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 12px rgba(0,0,0,0.4);
}

.whatsapp-button img {
  width: 30px;
  height: 30px;
}
.qr-footer {
  text-align: center;
  margin-top: 30px;
  padding: 20px;
}

#qrcode-footer {
  margin-top: 10px;
  display: inline-block;
}
div {
  width: 50%;
  height: 20%;
}
