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

.productosData td {
    padding: 10px 20px;
}

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

.productosCafes td {
    padding: 10px 20px;
}

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

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

.col1 td {
    white-space: nowrap;
}

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

.tituloCafe {
    position: relative;
    color: #662C0D;
    font-size: 80px;
    white-space: nowrap;
    padding-top: 125px;
    padding-left: 115px;
    padding-bottom: 50px;
}

.tituloSnacks{
    position: relative;
    color: #662C0D;
    font-size: 80px;
    white-space: nowrap;
    padding-top: 120px;
    padding-left: 85px;
    top: 220px;
}

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


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

#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 0 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 */
}

/* 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: 240px;
    left: 50px;
    transform: scale(120%)
}

.combo2 {
    position: absolute;
    top: 1330px;
    left: 400px;
    transform: scale(100%)
}

.combo2.avena {
    position: absolute;
    top: 1380px;
    left: 400px;
    transform: scale(100%)
}

.visible {
    opacity: 1;
}

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

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

#avenaPrecio::after,
#HashBrown::after,
#cheesePillows::after,
#tostada::after {
    display: block;
    text-align: center;
    width: 100%;
    position: relative;
    left: 100px;
}

#precioAvena::after,
#precioMcTostada::after,
#precioHashbrown::after,
#precioCheesePillows::after {
    display: none;
}


/* 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: 390px;
        height: 56px;
    }

    /* Set up horizontal dual menu */
    #menuboard {
        background-image: url(../imagenes/desayunos/Backgrounds/Backgrounds_Horizontal_des_02.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; 
    }
    
    #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;
    }
    
    table.productosData,tr {
        justify-content: left;
        top: 0px;
    }
    
    .col1 td {
        white-space: nowrap;
    }
    
    .tituloCafe {
        position: relative;
        color: #662C0D;
        font-size: 60px;
        white-space: nowrap;
        padding-top: 45px;
        padding-left: 80px;
        padding-bottom: 50px;
    }
    
    .tituloSnacks{
        position: relative;
        color: #662C0D;
        font-size: 60px;
        white-space: nowrap;
        padding-top: 0px;
        padding-left: 65px;
        padding-bottom: 95px;
        top: 50px;
    }

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

    

    table {
        width: 100%;
    }


    .combo {
        position: absolute;
        top: 450px;
        left: 480px;
        transform: scale(90%)
    }
    
    .combo2 {
        position: absolute;
        top: 500px;
        left: 1200px;
        transform: scale(100%)
    }
    .combo2.avena {
        position: absolute;
        top: 500px;
        left: 1200px;
        transform: scale(100%)
    }

    #avenaPrecio::after,
    #HashBrown::after,
    #cheesePillows::after,
    #tostada::after {
        display: none;
    }

    #precioAvena::after,
    #precioMcTostada::after,
    #precioHashbrown::after,
    #precioCheesePillows::after {
        display: inline-block;
        position: relative;
        text-align: center;
        width: 100%;
        left: 100px;
    }

}