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

.productosData td {
    padding: 10px;
}

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

.productosCafes td {
    padding: 10px;
}

table.productosCafes,tr {
    justify-content: right;
}

table.productosData,tr {
    justify-content: left;
    top: -20px;
}

.col1 td {
    white-space: nowrap;
}

.col3 td {
    white-space: nowrap;
}

.productosData td.col3{
    padding-right: 170px;
    padding-left: 40px;  
}

.productosCafes td.col1{
    padding-right: 50px;
    padding-left: 60px;  
}

.tituloCafe {
    position: relative;
    color: #ffffff;
    font-size: 70px;
    white-space: nowrap;
    padding-top: 280px;
    padding-left: 150px;
    padding-bottom: 20px;
}

.tituloSnacks{
    position: relative;
    color: #ffffff;
    font-size: 60px;
    white-space: nowrap;
    padding-top: 140px;
    padding-left: 155px;
    padding-bottom: 50px;
    top: 0px;
}

#pieManzana, #cono, #sundae, #mcFlurryOreo, #mcFlurryMM, #nuevoMcFlurryCrunch{
    position: relative;
    left: -125px;
}

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


/* Arrow Styling */
#arrow {
    position: absolute;
    width: 380px;
    height: 56px;
    border-radius: 0 0 0px 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 */
}

#arrow2 {
    position: absolute;
    width: 500px;
    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 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 */
}

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

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

.combo {
    position: absolute;
    top: 1110px;
    left: 60px;
    transform: scale(120%)
}

.combo2 {
    align-items: end;
    position:absolute;
    top: 250px;
    left: 475px;
    transform: scale(120%)
}

.combo2.pie {
    align-items: end;
    position:absolute;
    top: 300px;
    left: 490px;
    transform: scale(100%)
}

.combo2.guabaPie {
    align-items: end;
    position:absolute;
    top: 135px;
    left: -300px;
    transform: scale(30%);
}

.combo2.mcFlurryC {
    position: absolute;
    top: 200px;
    left: 470px;
    transform: scale(150%)
}

.visible {
    opacity: 1;
}

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

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

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



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

@media only screen and (min-width: 1400px) {
    body {
        background-size: 1920px 1080px;
    }

    /* Arrow Styling */
    #arrow {
        width: 400px;
        height: 56px;
    }
    
    #arrow2 {
        width: 435px;
        height: 56px;
    }
    
    #arrow3 {
        width: 300px;
        height: 56px;
    }

    /* Horizontal screen adjustments */
    #menuboard {
        background-image: url(../imagenes/Almuerzo/Backgoundpostres_hz.png);
        color: black;
        width: 1920px;
        height: 1080px;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 20px; 
    }
    
    #seccionCafes {
        flex: 1;
    }
    
    #seccionSnacks {
        flex: 1;
    }
    
    table.productosCafes, tr {
        justify-content: left;
        left: -70px;
    }
    
    table.productosData, tr {
        justify-content: left;
        top: 0px;
    }

    .col1 td {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 600px;
        display: inline-block;
        vertical-align: top;
    }

    .productosData td.col3{
        padding-right: 200px;
        padding-left: 40px;  
    }

    /* Specific fix for PreciopieManzana */
    #PreciopieManzana {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 600px;
        display: inline-block;
        vertical-align: top;
    }

    #PreciopieManzana span {
        white-space: nowrap;
    }

    span {
        white-space: nowrap;
    }
    
    .tituloCafe {
        position: relative;
        color: #ffffff;
        font-size: 60px;
        white-space: nowrap;
        padding-top: 95px;
        padding-left: 95px;
        padding-bottom: 20px;
    }
    
    .tituloSnacks {
        position: relative;
        color: #ffffff;
        font-size: 60px;
        white-space: nowrap;
        padding-top: 45px;
        padding-left: 140px;
        padding-bottom: 95px;
        top: 50px;
    }

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

    table {
        width: 100%;
        table-layout: fixed; /* Prevents wrapping inside cells */
    }

    .combo {
        position: absolute;
        top: 460px;
        left: 1350px;
        transform: scale(98%);
    }
    
    .combo2 {
        position: absolute;
        top: 480px;
        left: 440px;
        transform: scale(110%);
    }

    .combo2.pie {
        position: absolute;
        top: 450px;
        left: 250px;
        transform: scale(120%);
    }

    .combo2.guabaPie {
    top: 280px;
    left: -630px;
    transform: scale(40%);
    }

    .combo2.mcFlurryC {
        position: absolute;
        top: 430px;
        left: 420px;
        transform: scale(140%);
    }

    
}
