.home{
    margin:0 auto;
    text-align:center;
    max-width:1000px;
    background-color: rgba(0,0,0,.5);
    height:100%;
    overflow:auto;
    font-family: Helvetica, Arial, sans-serif !important;
    
}
.homeBtCardapio{
    font-family:var(--fonte-primaria), Helvetica, Arial, sans-serif !important;
}
.headerHome{
   background-color:var(--cor-card);
   color:var(--cor-texto);
    margin:0 auto;  
    border-radius:2px;
   width:80%;
   margin-top:15px;
   padding:5px;
}
.home img{
    margin:50px auto 10px auto;
    padding:0;
    height:150px;
}
.home cardbotoes{
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content:center;
  
}
.home cardbotoes botao{
    min-width:150px;
    margin:3px;
    cursor:pointer;
    
}
.home p {
    color:white;
    font-size:15px;
    font-weight: bold; 
    padding:0;
    margin:5px;
}
.home label {
    display:inline-block;
    width:100%;
    font-size:15px;
    font-weight: bold; 
    padding:0;
    margin:5px;
}
.home icon{
    display:inline-block;
    background-image: linear-gradient(rgba(255,255,255,.5), rgba(0,0,0,.1) 10%);
    background-color:var(--cor-card);
    color:var(--cor-icones);
    width:100%;
    padding:10px;
    /*height:75px;
    border-radius:3px;
   margin:8px;
    cursor:pointer;*/
}
.home icon p{
    color:var(--cor-texto);
    
}

