@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,800&display=swap');


body {
    background: #958F72;
    color: #626262;
    font-family: "Open Sans",sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

a {    
    outline: none; 
    text-decoration: none;  
    color: #2D2624;
    -webkit-transition: .2s cubic-bezier(0.25,.46,.45,.94);
    transition: .2s cubic-bezier(0.25,.46,.45,.94);
    -webkit-transition-property: background-color,color;
    transition-property: background-color,color;
}
a:active,
a:hover,
a:focus {
    outline: 0;  
    color: #66CDE2;
    text-decoration: none;    
}
a:focus, a:active {
    border: 0;
    outline : 0;
    color: #66CDE2;
}

hr {
    border-top: 1px solid #eee !important;
    margin-bottom: 0;
    margin-top: 0;
    color: transparent;
}

.section-cardapio {    
    background: #958F72;
}


.container {    
    width: 100%;
    height: 100vh;    
    display: flex;
    flex-direction: row;
    justify-content: center;
    /* align-items: center */
}
.box {    
    padding: 0px;
    text-align: center;   
}
