@charset "utf-8";
/*Document CSS*/

h1 {
    font-size: 4em;
    text-transform: uppercase;
    text-align: center;
    color: rgb(76, 57, 43);
    width: fit-content;
    margin: 0 auto;
}

h2 {
    font-family: 'robotolight';
    font-size: 1.1em;
    text-align: center;
    color: rgb(76, 57, 43);
    width: fit-content;
    margin: 0 auto;
}

h3 {
    font-size: 2em;
    text-transform: uppercase;
    text-align: center;
    color: rgb(76, 57, 43);
    width: fit-content;
    margin: 0 auto;
}

.containermenu {
    display: flex;
    width: 100%;
}

.menuizq {
    width: 70%;
}

.menuder {
    width: 30%;
}

.contadd {
    width: 100%;
}

.menusup {
    display: block;
    overflow: hidden;
    box-sizing: border-box;
}

.menuinf {
    display: flex;
}

.titsecu {
    margin-left: 43px;
    font-size: 1.1em;
    text-transform: uppercase;
    padding-top: 12px;
    padding-bottom: 4px;
}

.descbeb {
    padding-left: 8px;
    font-family: "robotoregular";
}

.EntradasSec,
.hambrsec {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.ensadd {
    padding-top: 8px;
    padding-left: 43px;
    font-family: "robotomedium";
}

.EntradaProd {
    display: block;
    width: 33%;
    padding: 4px;
}

.hamburguerprod {
    display: block;
    width: 50%;
    padding: 4px;
}

.seccprod {
    display: block;
    width: 50%;
}

.titalimentos {
    display: block;
    width: calc(100% - 43px);
    margin-left: 43px;
    font-size: 1.3em;
    text-transform: uppercase;
    padding-top: 20px;
    padding-bottom: 3px;
    margin-bottom: 4px;
    border-bottom: solid 3px rgb(76, 57, 43);
}

.prodcontainer {
    display: flex;
}

.productmenu {
    display: inline-block;
    width: 100%;
    padding: 6px;
    margin: 0 auto;
}

.headprod {
    display: flex;
    padding-bottom: 4px;
}

.price {
    width: 35px;
    text-align: right;
}

.nameprod {
    padding-left: 8px;
    text-transform: uppercase;
}

.descprod {
    width: 100%;
    padding-left: 43px;
    font-family: "robotoregular";
    text-align: justify;
    text-align-last: left;
}

@media screen and (max-width:1366px) {
    .titalimentos {
        padding-top: 25px;
    }
}

@media screen and (max-width:1024px) {
    .titalimentos {
        padding-top: 20px;
    }
}

@media screen and (max-width:1024px) and (orientation:portrait) {}

@media screen and (max-width:650px) {

    .EntradasSec,
    .containermenu,
    .menuizq,
    .menuder,
    .menuinf,
    .menusup,
    .hambrsec {
        width: 100%;
        display: block;
        flex-wrap: nowrap;
    }

    .EntradaProd,
    .hamburguerprod,
    .seccprod,
    .contadd {
        width: 90%;
        margin: 0 auto;
    }

    .titalimentos {
        padding-top: 15px;
    }
}