@charset "UTF-8";

/* CSS PARA AS EMENTAS */
.liDia {
    background-color: #DCDCDC;
}

.liAlmoco, .liLanche, .liDia {
    font-weight: bold;
    text-align: center;
}

.listaSecundaria {
    padding: 15px;
}

.liGeral {
    padding: 12px;
}

.divUl {
    padding-top: 15px;
    padding-bottom: 15px;
}

@media only screen and (max-width: 699px) {
    .col-sm-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .listaSecundaria {
        height: auto;
        width: auto;
    }
}

@media only screen and (min-width: 700px) and (max-width: 1000px){
    .col-sm-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .listaSecundaria {
        height: 410px;
        width: auto;
    }
}

@media only screen and (min-width: 700px) and (max-width: 767px) {
    .liSopa {
        height: 80px;
    }

    .listaSecundaria {
        height: 450px;
    }

    .liPR {
        height: 80px;
    }

    .liSobr {
        height: 61px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
    .liSopa {
        height: 65px;
    }

    .liPR {
        height: 65px;
    }

    .liSobr {
        height: 50px;
    }
}

@media only screen and (min-width: 1001px){
    .col-sm-4 {
        flex: 0 0 33.3333333%;
        max-width: 33.3333333%;
    }

    .listaSecundaria {
        height: 425px;
        width: auto;
    }

    .liSopa {
        height: 65px;
    }

    .liPR {
        height: 65px;
    }

    .liSobr {
        height: 61px;
    }
}

@media only screen and (min-width: 1200px) {
    .liSobr {
        height: 50px;
    }
}
