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

.productosData td {
    padding: 10px;
}

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

.productosBebidas td {
    padding: 10px;
    left: -50px;
}

table.productosBebidas,tr {
    justify-content: left;
    left: 50px;
}

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

table.productosBebidas tr td:last-child {
    text-align: center;
}

.col1 td {
    white-space: nowrap;
}

.col3 td {
    white-space: nowrap;
}

.productosData td.col3{
    padding-right: 80px;
    padding-left: 60px;  
}

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

.tituloBebidas {
    position: relative;
    color: #ffffff;
    font-size: 54px;
    white-space: nowrap;
    padding-top: 430px;
    padding-left: 145px;
    padding-bottom: 50px;
}

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


/* Arrow Styling */
#arrow {
    position: absolute;
    width: 430px;
    height: 56px;
    border-radius: 0 0 56px 0px;
    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: 450px;
    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: 1180px;
    left: 630px;
    transform: scale(90%)
}

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

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

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

.comboFrios {
    position: absolute;
    top: 1125px;
    left: 550px;
    transform: scale(75%)
}
    
.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;
}

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

#Agua20x::before, #jugo21x::before, #refresco30x::before, #cFCapuccino::after, #cFVainilla::after, #cFMokaccino::after{
    display: inline;
    text-align: center;
    width: 100%;
}


strong, .bold-only {
    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: 750px;
        height: 56px;
    }
    
    #arrow3 {
        width: 400px;
        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; 
    }
    
    #seccionBebidas {
        flex: 1;
    }
    
    #seccionSnacks {
        flex: 1;
    }
    
    table.productosBebidas, tr {
        justify-content: left;
        left: -30px;
    }
    
    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;
    }
    
    .tituloBebidas {
        position: relative;
        color: #ffffff;
        font-size: 60px;
        white-space: nowrap;
        padding-top: 95px;
        padding-left: 95px;
        padding-bottom: 50px;
    }
    
    .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: 450px;
        left: 1250px;
        transform: scale(80%);
    }
    
    .combo2 {
        position: absolute;
        top: 480px;
        left: 280px;
        transform: scale(100%);
    }

    .combo2.pie {
        position: absolute;
        top: 480px;
        left: 150px;
        transform: scale(90%);
    }

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