/*.home{
    margin:0 auto;
    text-align:center;
    max-width:500px;
    background-color: rgba(0,0,0,.5);
    height:100%;
    overflow:auto;
}*/
.home {
    margin: 0;
    font-family: Arial, sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.home img{
    margin:10px auto 0 auto;
    padding:0;
    height:200px;
}
.home .cardbotoes{
    display:block;
    margin-bottom:50px;
}
.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:white;
    height:50px;
    padding:15px;
    border-radius:3px;
    width:33%;
    margin:8px;
}
.headerHome{
    text-align:center;
    position: fixed;
    width:90%;
    left:50%;
    transform: translate(-50% , 0);
    border-radius:1px;
    height: 15px;
    color: white;
    top: 5px;
    max-width:435px;
     z-index:10;
}
.headerHome h3{
    background-color:var(--cor-card);
    color:var(--cor-texto);
    margin:0;
    padding:0;
}
.statusFuncionamento {
    font-size: 20px;
    display: inline-block;
    padding: 2px 5px;
    border-radius: 5px;
    margin:5px;
    background-color:#fff;
}
.statusFuncionamento-fechado {
    color: #ad1616;
    border: 1px solid #ad1616;
}
.statusFuncionamento-aberto {
    color: #36b902;
    border: 1px solid #36b902;
}
.statusFuncionamento-almoco {
    color: #c18626;
    border: 1px solid #c18626;
}
botao p{
    color:var(--cor-icones);
}
