.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: 440px;
    
}
.productosmcwraps {
    position: relative; /* Arrow will now be positioned relative to this table */
    top: -40px;

}

.productosmcwraps td {
    padding: 10px 20px;
}

.col3 {
    white-space: nowrap;
    left: 60px;
}

.productosmcwraps td.col3{
    padding-right: 340px;
    
}

.titulo {
    position: relative;
    color: #ffffff;
    font-size: 70px;
    white-space: nowrap;
    padding-top: 140px;
    padding-left: 80px;
    padding-bottom: 50px;
}

.titulo2 {
    position: relative;
    color: #ffffff;
    font-size: 70px;
    white-space: nowrap;
    padding-top: 620px;
    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: 500px;
    height: 53px; /* Adjust size to fit over items */
}

/* Arrow Styling */
#arrow2 {
    position: absolute;
    width: 800px;
    height: 56px;
    border-radius: 0 0 56px 0;
    background-color: #fdb82f;
    pointer-events: none; /* To prevent interfering with clicks */
    transition: top 0.5s ease-in-out, left 0.5s ease-in-out; /* Smooth movement */
}

#arrow3 {
    position: absolute;
    width: 390px;
    height: 56px;
    border-radius: 0 0 0 56px;
    background-color: #fdb82f;
    pointer-events: none; /* To prevent interfering with clicks */
    transition: top 0.5s ease-in-out, left 0.5s ease-in-out; /* Smooth movement */
}
/* Image Styling */
.menu-image {
    position: absolute;
    top: 100px;
    opacity: 0;
    transition: opacity 1s ease;
}

.menu-image2 {
    position: absolute;
    top: 100px;
    opacity: 0;
    transition: opacity 1s ease;
}


.combo {
    position: absolute;
    top: 350px;
    left: 150px;
    transform: scale(80%)
}

.combo2 {
    position: absolute;
    top: 1300px;
    left: 250px;
    transform: scale(90%)
}

#McCafe {
    position: absolute;
    top: 1620px;
    left: 135px;
    transform: scale(100%)
}

.visible {
    opacity: 1;
}

#menuboard {
    width: 1080px;
    height: 1920px;
    background-image: url(../imagenes/Almuerzo/BackgoundHappyMealBG.png);
}

td {
    align-items: center;
    align-content: center;
    padding: 20px 0 0 0;
}

.on-top {
    position: relative;
    z-index: 9999;
}

table {
    top: 50px;
    display: flex;
    color: #ffffff;
}

table span {
    color: #ffffff;
}

#seccionHappyMeal {
    top: 50px;
    left: 50px;
}

.center {
    margin: auto;
    width: 50%;
}


/* PARA PANTALLAS HORIZONTALES =============================================== */

@media only screen and (min-width: 1400px) {
    

    body {
        background-size: 1920px 1080px;
    }

    #arrow2 {
        width: 600px;
        height: 56px;
    }

    
    .happymeal {
        flex: 1; 

        
    }
    .mcWraps {
        flex: 1; 

        
    }

    .col3 {
        left: 0px;
    }

    

    .productosData {
        padding-top: 50px;
        position: relative; /* Arrow will now be positioned relative to this table */
    }    

    .productosData td.col1{
        justify-content: right;
        padding-right: 300px;
    }

    .productosmcwraps {
        position: relative; /* Arrow will now be positioned relative to this table */
        padding-left: 1890px;
        padding-top: 0px;
        justify-content: right; 
        top: -350px;
        
    }   
    

    .productosmcwraps td.col3{
        justify-content: right;
        padding-top: 0px;
        padding-right: 300px;
    }

    .titulo {
        position: relative;
        font-size: 70px;
        padding-top: 80px;
        padding-left: 170px;
    }
    .titulo2 {
        position: relative;
        white-space: nowrap;
        top: -365px;
        font-size: 70px;
        padding-top: 0px;
        padding-left: 1020px;
    }

    #desayunoContent {
        height: 1080px;
        width: 1920px;
    }

    #menuboard {
        background-image: url(../imagenes/Almuerzo/Backgoundhappymeal_hz.png);
        color: black;
        width: 1920px;
        height: 1080px;
        display: flex;
        justify-content: space-between; /* Adds space between the two sections */
        align-items: stretch; /* Aligns both sections at the top */
        gap: 20px; 

    }

    table {
        width: 50%;
    }

    .combo {
        position: absolute;
        top: 510px;
        left: 50px;
        transform: scale(90%)
    }

    .combo2 {
        position: absolute;
        top: 480px;
        left: 1150px;
        transform: scale(100%)
    }

    #Mario {
        position: absolute;
        top: 740px;
        left: 130px;
        z-index: 9999;
        transform: scale(60%)
    }

    #Peach {
        position: absolute;
        top: 6000px;
        left: 600px;
        transform: scale(60%)
    }

    #PeachIz {
        position: absolute;
        top: 750px;
        left: 350px;
        transform: scale(60%)
    }

    #McCafe {
        position: absolute;
        top: 800px;
        left: 30px;
        z-index: 9999;
        transform: scale(100%)
    }
    
}
