.backgoundheader{
    width: 100%;
    height: 100vh;
    background-size: cover;
}
.header-title{
    text-align: center;
    font-size: 35px;
    color: #fff;
    text-shadow: 1px 1px 5px #000;
    font-weight: 600;
    margin-bottom: 3rem;
}
.img-menu{
    height: 220px;
    background-size: 100%;
    background-position: top;
    border-radius: 15px 15px 0px 0px;
}
.menuappendbox{
    border: 2px solid #fff;
    border-radius: 15px;
    margin-bottom: 30px;
}
.title-menu{
    background-color: #fff;
    text-align: center;
    font-size: 25px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-weight: 600;
    border-radius: 0px 0px 10px 10px;
}
.menu-show-modal{
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
}
.menu-show-modal img{
    width: 100%;
}
.close-btn{
    position: absolute;
    right: 0;
    width: 70px;
    height: 35px;
    background-color: #d10000;
    color: #fff;
    border: none;
}
.menu-comida, .menu-do-dia, .menu-bebida{
    display: none;
}