.menuContainer {
    width: 90%;
    height: auto;
    overflow: hidden;
    /* background: #f00; */
    margin-left: 5%;
}

#content {
    width: 100%;
    margin: 0 auto;
}
div#customPageTitle {
    display: none;
}
body {
    background-color: unset;
}

.menuContainerLeftGrey {
    background-image: url(/files/background-menu.png);
    background-size: cover;
}
.qrContainerBar img {
    width: 100%;
    margin-top: 10px;
}


.menuContainerLeftGrey {
    width: 56vw;
    height: auto;
    background: #f9f9f9;
    float: left;
    padding: 40px;
    margin: 12px;
}

.menuContainerRight {
    width: 23vw;
    float: right;
    right: 2vw;
    top: 0px;
    position: absolute;
    background: #7b201a;
    height: 300px;
    padding-bottom: 20px;
    margin-top: 12px;
    padding-left: 10px;
    color: white;
    padding-right: 10px;
}

.title {
    font-size: 40px;
    color: #7b201a;
    font-style: italic;
    margin-bottom: 30px;
    line-height: 40px;
}

.foodTitle {
    width: 90%;
    float: left;
    font-size: 16px;
    height: auto;
    color: #000;
    font-weight: 400;
}

.foodContainer {
    padding-top: 17px;
    padding-bottom: 17px;
}


.foodPrice {
    float: left;
    width: 10%;
    height: auto;
    font-size: 16px;
    color: #000;
    font-weight: 900;
    display: none;
}

.foodDescription {
    height: auto;
    padding-top: 25px;
    font-size: 16px;
    color: #000;
}

.menuTitle {
    padding: 20px;
    font-size: 32px;
    color: #fff;
    padding-bottom: 0px;
    line-height: 32px;
}

.menuDescription {
    padding-left: 20px;
    padding-top: 5px;
    font-family: "Lusitana";
    font-style: italic;
}


.menuContainerFood {
    width: 90%;
    margin: 15px auto 15px;
    height: auto;
    overflow: hidden;
    padding: 11px;
}

.menuFood {
    width: 100%;
    float: left;
    font-weight: 100;
}

.qrContainerBar {
    width: calc(16vw + 20px);
    float: right;
    right: 2vw;
    top: 332px;
    position: absolute;
    height: 330px;
    padding-bottom: 20px;
    color: black;
    font-size: 16px;
    margin-top: 12px;
    padding-left: 0px;
    padding-right: 3vw;
    text-align: center;
    font-weight: 500;
}

.qrStopBottom {
    position: fixed;
    top: 332px;
    /* bottom: 13px; */
    right: 2vw;
}

.menuPrice {
    width: 10%;
    float: right;
    margin-right: 20px;
    font-weight: 400;
    display: none;
}

.menuDelMediodiaStopBottom {
    position: fixed;
    top: 0px;
    /* bottom: 13px; */
    right: 2vw;
    width: 23vw;
}

@media screen and (max-width: 768px) {

    .menuContainer {
        margin-top: 40px;
        position: relative;
        display: flex;
        flex-direction: column-reverse;
    }

    .qrContainerBar {
    width: 100%;
    float: left;
    position: relative;
    height: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    top: unset;
}

.qrContainerBar img {
    width: 60%;
    margin-top: 30px;
}

.qrBarEternoTitle {font-size: 17px;width: 80%;margin: auto;}

    .menuContainerLeft {
        float: left;
        position: relative;
    }

    .menuContainerRight {
    width: 26%;
    float: right;
    right: 0;
    top: 0;
    position: absolute;
    background: #7b201a;
    height: auto;
    padding-bottom: 20px;
    margin-top: 12px;
}

    .menuContainerLeftGrey {
        width: 100%;
        margin: 0 auto;
        padding: 20px;
        margin-top: 20px;
        box-sizing: border-box;
        margin-bottom: 20px;
    }

    .title {
        font-size: 30px;
        width: 90%;
        height: auto;
    }

    .foodContainer {
        width: 85%;
    }

    .menuContainerRight {
        width: 100%;
        float: left;
        position: relative;
    }
}