.floating-chips {
  position: relative;
  width: 100%;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
}

.composition-chips {
  position: absolute;
  width: clamp(34px, 7vw, 150px);
  height: clamp(34px, 7vw, 150px);
}

.composition-chips-big {
  position: absolute;
  width: clamp(55px, 13vw, 235px);
  height: clamp(55px, 13vw, 235px);
}

.composition-chips-laterales {
  position: absolute;
  width: clamp(65px, 13vw, 190px);
  height: clamp(65px, 13vw, 190px);
}

.floating-chips .chip-1 {
  top: 5%;
  left: 8%;
}

.floating-chips .chip-2 {
  top: 9%;
  right: 8%;
}

.floating-chips .chip-3 {
  top: 25%;
  left: 15%;
}

.floating-chips .chip-4 {
  top: 17%;
  right: 16%;
}

.floating-chips .chip-5 {
  top: 17%;
  left: 33%;
}

.floating-chips .chip-6 {
  top: 19%;
  right: 30%;
}

.floating-chips .chip-7 {
  top: 4%;
  left: 60%;
}

.floating-chips .chip-8 {
  top: 47%;
  left: 5%;
}

.floating-chips .chip-9 {
  top: 45%;
  right: 1%;
}

.floating-chips .chip-10 {
  top: 7%;
  left: 25%;
}

.floating-chips .chip-11 {
  top: 8%;
  right: 25%;
}

.floating-chips .chip-12 {
  top: 8%;
  left: 45%;
}

.floating-chips .chip-13 {
  top: 16%;
  right: 40%;
}

@media (max-width: 480px) {
  .floating-chips .chip-1 {
    top: clamp(10%, 15%, 20%); /* Incrementado en 5% */
  }

  .floating-chips .chip-2 {
    top: clamp(14%, 20%, 25%); /* Incrementado en 5% */
  }

  .floating-chips .chip-3 {
    top: clamp(30%, 35%, 40%); /* Incrementado en 5% */
  }

  .floating-chips .chip-4 {
    top: clamp(22%, 30%, 35%); /* Incrementado en 5% */
  }

  .floating-chips .chip-5 {
    top: clamp(22%, 36%, 36%); /* Incrementado en 5% */
  }

  .floating-chips .chip-6 {
    top: clamp(24%, 33%, 38%); /* Incrementado en 5% */
  }

  .floating-chips .chip-7 {
    top: clamp(9%, 17%, 23%); /* Incrementado en 5% */
  }

  .floating-chips .chip-8 {
    top: clamp(52%, 55%, 60%); /* Incrementado en 5% */
  }

  .floating-chips .chip-9 {
    top: clamp(50%, 53%, 58%); /* Incrementado en 5% */
  }

  .floating-chips .chip-10 {
    top: clamp(12%, 20%, 25%); /* Incrementado en 5% */
  }

  .floating-chips .chip-11 {
    top: clamp(13%, 23%, 28%); /* Incrementado en 5% */
  }

  .floating-chips .chip-12 {
    top: clamp(13%, 23%, 28%); /* Incrementado en 5% */
  }

  .floating-chips .chip-13 {
    top: clamp(21%, 30%, 35%); /* Incrementado en 5% */
  }

  .floating-chips .chip-derecha {
    top: clamp(66%, 85%, 100%); /* Incrementado en 5% */ 
  }

  .floating-chips .chip-izquierda {
    top: clamp(66%, 85%, 95%); /* Incrementado en 5% */ 
  }
}

.floating-chips .chip-derecha {
  top: 61%;
  right: -3%;
  z-index: 3;
}

.floating-chips .chip-izquierda {
  top: 61%;
  right: 92%;
  z-index: 3;
}

.pataticas-hero {
  position: relative;
  width: 600px;
  height: 100%;
  overflow: visible;
}
@media (max-width: 480px) {
  .pataticas-hero {
    width: 100%;
  }

  .floating-chips .chip-derecha {
    top: 95%;
    right: -3%;
    z-index: 3;
  }

  .floating-chips .chip-izquierda {
    top: 90%;
    right: 92%;
    z-index: 3;
  }
}
.content {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}

.bag {
  width: 100%;
  z-index: 2;
  position: relative;
}

.sal {
  position: absolute;
  right: 18%;
  top: 25%;
  width: 80px;
  animation: float 5s ease-in-out infinite;
  z-index: 3;
}

.text-oro {
  position: absolute;
  bottom: 5%;
  animation: float 5s ease-in-out infinite;
  right: 5%;
  width: 180px;
  z-index: 3;
}

/* Papas flotando */
.floating-patatas img {
  position: absolute;
  width: 80px;
  animation: float 5s ease-in-out infinite;
  opacity: 0.9;
  z-index: 3;
}

.floating-bbq img {
  position: absolute;
  width: 130px;
  animation: float 5s ease-in-out infinite;
  opacity: 0.9;
  z-index: 3;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(5deg);
  }
}
.campesinas-hero {
  position: relative;
  width: 600px;
  height: 100%;
  overflow: visible;
}

@media (max-width: 992px) {
  .campesinas-hero {
    width: 400px;
  }
}

@media (max-width: 500px) {
  .campesinas-hero {
    width: 300px;
  }
}

.content {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bag {
  width: 100%;
  z-index: 2;
  position: relative;
}

.text-campesina {
  position: absolute;
  bottom: 5%;
  left: 5%;
  width: 180px;
  animation: float 5s ease-in-out infinite;
  z-index: 3;
}

.text-conos {
  position: absolute;
  width: 250px;
  animation: float 5s ease-in-out infinite;
  z-index: 3;
}

.text-barritas {
  position: absolute;
  top: 80%;
  left: 50%;
  width: 180px;
  animation: float 5s ease-in-out infinite;
  z-index: 3;
}

.floating-ingredientes img {
  position: absolute;
  width: 80px;
  animation: float 6s ease-in-out infinite;
  opacity: 0.9;
  z-index: 3;
}

.floating-campesina img {
  position: absolute;
  width: 126px;
  animation: float 6s ease-in-out infinite;
  opacity: 0.9;
  z-index: 3;
}

.ketshup1 img {
  position: absolute;
  width: 126px;
  animation: float 6s ease-in-out infinite;
  opacity: 0.9;
  z-index: 3;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(5deg);
  }
}

.responsive-element {
  transition: all 0.3s;
  transform: scale(var(--element-scale, 1));
}

.responsive-main {
  width: 100%;
  height: auto;
}

/* Ocultar las papas adicionales en pantallas grandes */
.mobile-only {
  display: none;
}

@media (max-width: 480px) {
  .mobile-only {
    display: block; /* Mostrar solo en pantallas pequeñas */
  }
}

/* @media (max-width: 992px) {
  .responsive-element {
      --element-scale: 0.8;
  }
}

@media (max-width: 768px) {
  .responsive-element {
      --element-scale: 0.6;
  }
} */
