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

.productosData td {
    padding: 10px 0px;
    left: -25px;
}


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

.productosCafes td {
    padding: 10px 20px;
    top: -15px;
}

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

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

.tituloCafe {
    position: relative;
    color: #ffffff;
    font-size: 70px;
    white-space: nowrap;
    padding-top: 240px;
    padding-bottom: 0px;
    padding-left: 145px;
    top: 0px;
}

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

/* CAFE FRIO */

.tituloCafeFrio {
    position: relative;
    color: #ffffff;
    left: 665px;
    font-size: 40px;
    top: -20px;
    padding-top: 15px;
    padding-bottom: 10px;
    justify-content: right;
}

.cafeFrio td {
    padding: 10px 0px;
    top: -10px;
}

table.cafeFrio,tr {
    position: relative;
    justify-content: right;
    padding-right: 110px;
}

/* CAFE FRIO FINAL*/

.col1 td {
    white-space: nowrap;
}

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

.col1 {
    font-size: 30px;
}

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

.productosCafes tr td:first-child,
.productosData tr td:first-child,
.cafeFrio 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: 50px;
    transform: scale(120%)
}

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

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

.combo2.pie {
    align-items: end;
    position:absolute;
    top: 280px;
    left: 600px;
    transform: scale(130%)
}

.combo2.guabaPie {
    align-items: end;
    position:absolute;
    top: 125px;
    left: -150px;
    transform: scale(40%);
}

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

.comboFrios {
    position: absolute;
    top: 1100px;
    left: 30px;
    transform: scale(90%)
}

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

    /* Set up horizontal dual menu */
    #menuboard {
        background-image: url(../imagenes/Almuerzo/Backgoundpostres_hz.png);
        color: black;
        width: 1920px;
        height: 1080px;
        display: flex;
        justify-content: space-between; /* Adds space between the two sections */
        align-items: flex-start;       /* Aligns both sections at the top */
        gap: 20px; 
    }

    /* Arrow Styling */

    #arrow {
        width: 400px;
        height: 56px;
    }
    
    #arrow2 {
        width: 435px;
        height: 56px;

    }
    
    #arrow3 {
        width: 320px;
        height: 56px;
    }

    
    /* Adjust specific cell IDs */
    #conoprecio,
    #PreciopieManzana,
    #sundae,
    #sundaebbb,
    #preciomcFlurryOreo,
    #mcFlurryOreoprecio,
    #preciomcFlurryCrunch,
    #preciofrappes12_16Oz,
    #preciosmothies12_16Oz {
        margin-left: 0;  /* Reset any left margin */
        padding-right: 50px;  /* Adjust the padding to shift text left */
        text-align: left;    /* Ensure text is aligned to the left */
        display: inline-block; /* Ensures inline-block behavior, respecting left padding */
    }


    
    table.productosData {
        table-layout: fixed; /* Ensures cells respect their width */
        width: 100%; /* Full width table */
    }
    
    table.productosData td.col3 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; /* Optional: shows '...' if text overflows */
        padding-right: 200px;
        padding-left: 20px;
    }
    
    table.productosData, tr {
        justify-content: flex-start; /* Prevents spacing issues */
    }

    
    #seccionCafes {
        flex: 1; /* Takes up remaining space on the left */
    }
    
    #seccionSnacks {
        flex: 1; /* Takes up remaining space on the right */
    }
    /* Setup end */
    
    table.productosCafes,tr {
        justify-content: left;
        left: -30px;
    }
    
    table.productosData,tr {
        justify-content: left;
        top: 0px;
    }

    /* CAFE FRIO */    

    .tituloCafeFrio {
        left: 75px;
        padding-top: 25px;
        padding-bottom: 0px;
    }

    table.cafeFrio,tr {
        position: relative;
        justify-content: left;
        left: 5px;
    }

/* CAFE FRIO FINAL*/
    
    .col1 td {
        white-space: nowrap;
    }

    .col3 td {
        white-space: nowrap;
    }

    span {
        white-space: nowrap;
    }
    
    .tituloCafe {
        position: relative;
        color: #ffffff;
        font-size: 60px;
        white-space: nowrap;
        padding-top: 90px;
        padding-left: 85px;
        padding-bottom: 15px;
    }
    
    .tituloSnacks{
        position: relative;
        color: #ffffff;
        font-size: 60px;
        white-space: nowrap;
        padding-top: 35px;
        padding-left: 140px;
        padding-bottom: 60px;
        top: 50px;
    }

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

        

    table {
        width: 100%;
    }


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

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

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

    .comboFrios {
        position: absolute;
        top: 350px;
        left: 1400px;
        transform: scale(80%)
    }

}