body{
    background-color: #fdab01;

}
.imagens{
    width: 55%;  
}
#conteiner{
    width: 860px;
    height: 50px;
    border-radius: 10px;
    display: flex;
    margin: 0 auto;
}
a:hover{
    color: #fdab01;
}
#menu{
    z-index: 1;
    position:fixed;
    margin-top: -4px;
    width: 860px;
    background-color: #a61212;
    border-radius: 10px;
    top: 0;
}
.menu_link{
    text-decoration: none;
    color: white;
    font-size: 25px;
    font-family: "Bree Serif", serif;
    font-weight: 400;
    font-style: normal;
    width: 860px;
}
ul{
    width: 860px;
    list-style-type: none;
    display: flex;
    flex-direction: column, 4;
    justify-content: space-around
    ;
    margin-left: -70px;
}
li{
    margin-left: 30px;
    margin-right: 30px;
}
.principal{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background-color: #fdab01;
}
footer{
    background-color: #fdab01;
    display: flex;
    margin-left: auto;
    margin: auto;
    flex-wrap: wrap;
}
.final{
    width: 70%;
}
.logo{
    width: 35%;
    margin-left: auto;
    margin-right: auto;
}
#wpp{
    padding-top: 10px;
    margin-left: -7%;
    margin-right: auto;
}
#pedido{
    margin-left: 20%;
    margin-right: auto;
}
#insta{
    width: 40%;
    padding-top: 10px;
    margin-left: 10%;
    margin-right: auto;
}
.end{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: baseline;
    
}
.ende{
    display: flex;
    flex-direction: row;
    margin: 50px;
}
.tel{
    display: flex;
    flex-direction: row;
    margin: 5px;
}
#number{
    margin-right: 10px;
}
a{
    width: 100%;
    padding-top: 10px;
    margin-left: 31%;
    margin-right: auto;  
}
#contato{
    margin: auto;
}
@media only screen and (min-width: 300px) and (max-width: 600px){
    .imagens{
        width: 100%;  
    }
   .ende{
    justify-content: center;
    flex-direction: column;
    align-items: center;
   }
   #tel{
    justify-content: center;
    flex-direction: column;
    align-items: center;
   }
   .logo{
    width: 55%;
    margin-left: auto;
    margin-right: auto;
}
#wpp{
    padding-top: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 130%;
}
#pedido{
    width: 100%;
    margin-left: 8%;
    margin-right: auto;    width: 100%;
}
#insta{
    width: 70%;
    padding-top: 10px;
    margin-left: 17%;
    margin-right: auto;
}
a{
    width: 100%;
    padding-top: 10px;
    margin-left: 0;
    margin-right: auto;
}
h1{
    font-size: 23px;
    text-align: center;
}
#contato{
    margin: auto;
}
#conteiner{
    width: 100%;
    height: 50px;
    border-radius: 10px;
    display: flex;
    margin-left: -9px;
}
a:hover{
    color: #fdab01;
}
#menu{
    z-index: 1;
    position:fixed;
    margin-top: -4px;
    width: 100%;
    background-color: #a61212;
    border-radius: 10px;
    top: 0;
}
.menu_link{
    text-decoration: none;
    color: white;
    font-size: 1.0em;
    font-family: "Bree Serif", serif;
    font-weight: 400;
    font-style: normal;
    width: 100%;
}
ul{
    width: 100%;
    list-style-type: none;
    display: flex;
    flex-direction: column, 4;
    justify-content: space-around;
    margin-left: -45px;
}
li{
    list-style-type: none;
    margin-left: 25px;
    margin-right: 9px;
    
}
}