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

.titulo {
    position: relative;
    color: #662C0D;
    font-size: 60px;
    white-space: nowrap;
    padding-top: 140px;
    padding-left: 70px;
    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: 600px;
    height: 53px; /* Adjust size to fit over items */
}

/* Image Styling */

#bacon {

    position: absolute;
    top: 440px;
    left: 120px;
    transform: scale(130%);
    
    }

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

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

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

.visible {
    opacity: 1;
}

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

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

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

table {
    display: flex;
    color: #662C0D;
}

table span {
    color: #662C0D;
}

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

    .titulo {
        font-size: 75px;
        padding-top: 70px;
        padding-left: 125px;
        top: -35px;
    }

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

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

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

    table {
        width: 50%;
    }

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

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

        position: absolute;
        top: 310px;
        left: 55px;
        transform: scale(130%);
        
        }
}
