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

.productosData td {
    padding: 6px 0px;
}

.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;
}

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


/* 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: 800px;
    height: 53px; /* Adjust size to fit over items */
}

/* Image Styling */
#bacon {

    position: absolute;
    top: 440px;
    left: 110px;
    transform: scale(130%);
    
    }
.menu-image {
    position: absolute;
    opacity: 0;
    transition: opacity 1s ease;
}

.combo {
    position: absolute;
    top: 1200px;
    left: 130px;
    transform: scale(150%)
}

#McCafe {
    position: absolute;
    top: 1620px;
    left: 135px;
    transform: scale(100%)
}

.visible {
    opacity: 1;
}

#menuboard {
    width: 1080px;
    height: 1920px;
    background-image: url(../imagenes/Almuerzo/BackgoundClasicosBG.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;
    font-weight: lighter;
}

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

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

.productosData tr td:first-child {
    font-weight: bold;
}

/* Center styling for all POLLOS prices */
#bigMac::after,
#dBigMac::after,
#cuartoLibra::after,
#cuartoLibraDobleCombo::after,
#baconTripleCombo::after,
#mcSupremeCombo::after,
#parDeCheeseCombo::after,
#dobleCheeseCombo::after,
#filetSencilloCombo::after,
#filetDobleCombo::after,
#filetSencilloDeluxeCombo::after,
#filetDobleDeluxeCombo::after,
#bigTastyResCombo::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;
    }

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

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

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

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

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

    table {
        width: 50%;
    }

    .combo {
        position: absolute;
        top: 430px;
        left: 950px;
        transform: scale(150%)
    }

    #McCafe {
        position: absolute;
        top: 800px;
        left: 30px;
        z-index: 9999;
        transform: scale(100%)
    }

    #bacon {

        position: absolute;
        top: 100px;
        left: 490px;
        transform: scale(130%);
        
        }
    
}
