.productosData {
  position: relative; /* Arrow will now be positioned relative to this table */
}

.productosData td {
  padding: 10px 20px;
}

.col1 {
  white-space: nowrap;
  left: 60px;
}

.productosData td.col1{
  padding-right: 250px;
}

.titulo {
  position: relative;
  color: #ffffff;
  font-size: 70px;
  white-space: nowrap;
  padding-top: 140px;
  padding-left: 80px;
  padding-bottom: 50px;
}


/* Arrow Styling */
#arrow-container {
  position: absolute;
  left: 0; /* Aligns on the left */
  top: 0; /* Starting position, will be updated by JavaScript */
  pointer-events: none; /* Ensures it doesn’t interfere with clicks on items */
  transition: top 0.5s ease-in-out; /* Smooth movement */
}

#arrow {
  width: 700px;
  height: 53px; /* Adjust size to fit over items */
}

/* Image Styling */
.menu-image {
  position: absolute;
  opacity: 0;
  transition: opacity 1s ease;
}

.combo {
  position: absolute;
  top: 1200px;
  left: 200px;
  z-index: 9999;
  transform: scale(130%)
}

#Mcnuggets10V2Img, #Mcnuggets6V2Img {
  position: absolute;
  top: 1400px;
  left: 50px;
  transform: scale(130%)
}


.visible {
  opacity: 1;
}

#menuboard {
  width: 1080px;
  height: 1920px;
  background-image: url(../imagenes/Almuerzo/BackgoundPollosBG.png);
}

td {
  align-items: center;
  align-content: center;
  padding: 20px 0 0 0;
}

.on-top {
  position: relative;
  z-index: 9999;
}

table {
  display: flex;
  color: #ffffff;
}

table span {
  color: #ffffff;
}

#seccionHappyMeal {
  top: 50px;
  left: 50px;
}

.center {
  margin: auto;
  width: 50%;
}

span.nuevo {
  color: red;
  font-weight: bold;
}

/* Center styling for all POLLOS prices */
#chickenMacCombo::after,
#chickenMac::after,
#crispyChicken::after,
#crispyChickenCombo::after,
#spicyCrispy::after,
#spicyCrispyCombo::after,
#crispyDeluxe::after,
#crispyDeluxeCombo::after,
#mcNugget6::after,
#mcNugget6Combo::after,
#mcNugget10::after,
#mcNugget10Combo::after,
#tiras3::after,
#tiras3Combo::after,
#tiras4::after,
#tiras4Combo::after,
#tiras5::after,
#tiras5Combo::after,
#bigTastyPolloCombo::after,
#MCBRCombo::after {
    display: block;
    text-align: center;
    width: 100%;
    position: relative;
}




/* PARA PANTALLAS HORIZONTALES =============================================== */

@media only screen and (min-width: 1400px) {

  body {
      background-size: 1920px 1080px;
  }

  .titulo {
      font-size: 70px;
      padding-top: 80px;
      padding-left: 165px;
  }

  .productosData td.col1{
      padding-right: 200px;
  }

  #desayunoContent {
      height: 1080px;
      width: 1920px;
  }

  #menuboard {
      background-image: url(../imagenes/Almuerzo/Backgoundclasicos_hz.png);
      color: black;
      width: 1920px;
      height: 1080px;
  }

  table {
      width: 50%;
  }

  .combo {
      position: absolute;
      top: 450px;
      left: 1150px;
      z-index: 9999;
      transform: scale(130%)
  }

  #Mcnuggets10V2Img, #Mcnuggets6V2Img {
      position: absolute;
      top: 700px;
      left: 780px;
      transform: scale(130%)
  }

  
}
