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

.productosData td {
    padding: 10px;
}

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

.productosCafe td {
    padding: 10px;
}

table.productosCafe,tr {
    justify-content: left;
}

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

.col1 td {
    white-space: nowrap;
}

.col3 td {
    white-space: nowrap;
}

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

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

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

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


/* Arrow Styling */
#arrow {
    position: absolute;
    width: 380px;
    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: 1000px;
    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: 1250px;
    left: 550px;
    transform: scale(70%)
}

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

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

.combo2.mcFlurryC {
    position: absolute;
    top: 250px;
    left: 530px;
    transform: scale(100%)
}

.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: 400px;
        height: 56px;
    }
    
    #arrow3 {
        width: 325px;
        height: 56px;
    }

    /* Horizontal screen adjustments */
    #menuboard {
        background-image: url(../imagenes/Almuerzo/centroDePostres.png);
        color: black;
        width: 1920px;
        height: 1080px;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 20px; 
    }
    
    #tituloCafe {
        flex: 1;
    }
    
    #seccionMcconos {
        flex: 1;
    }
    
    table.productosCafe, tr {
        justify-content: left;
        left: -350px;
    }
    
    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: 50px;
        white-space: nowrap;
        padding-top: 95px;
        padding-bottom: 50px;
        left: -360px;
    }
    
    .titulomcconos {
        position: relative;
        color: #ffffff;
        font-size: 50px;
        white-space: nowrap;
        padding-top: 45px;
        padding-left: 70px;
        padding-bottom: 95px;
        top: 50px;
    }

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

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

    .combo {
        position: absolute;
        top: 500px;
        left: 1400px;
        transform: scale(80%);
    }
    
    .combo2 {
        position: absolute;
        top: 400px;
        left: 450px;
        transform: scale(100%);
    }

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

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