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

.productosData td {
    padding: 10px 20px;
    color: #662C0D;
    white-space: nowrap;
}

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



.col1 {
    left: 60px;
}

.titulo {
    position: relative;
    color: #662C0D;
    font-size: 80px;
    white-space: nowrap;
    top: 75px;
    left: 85px;
    padding-top: 50px;
    padding-bottom: 100px;
}

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

.combo {
    position: absolute;
    top: 1210px;
    left: 150px;
    transform: scale(100%)
}


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

.visible {
    opacity: 1;
}

#menuboard {
    width: 1080px;
    height: 1920px;
    background-image: url(../imagenes/desayunos/backgrounds/Backgrounds_vertDes_V3.png);
}

td {
    align-items: center;
    align-content: center;
    padding: 20px 0 0 0;
}

.on-top {
    position: relative;
    z-index: 9999;
}

table {
    display: flex;
}

table span {
    color: #662C0D;
    font-weight: 300;
}

#seccionHappyMeal {
    top: 50px;
    left: 50px;
}

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