.home{
    margin:0 auto;
    text-align:center;
    max-width:1000px;
    background-color: rgba(0,0,0,.5);
    height:100%;
    overflow:auto;
}

.home img{
    margin:26px auto 0 auto;
    padding:0;
    height:150px;
}
.home cardbotoes{
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content:center;
    margin-bottom:150px;
  
}
.home cardbotoes botao{
    min-width:150px;
    margin:3px;
    
}
.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%);
    color:white;
    width:100%;
    padding:10px;
    /*height:75px;
    
    border-radius:3px;
    
    margin:8px;
    cursor:pointer;*/
}
.headerHome h3{
    margin:0;
    padding:0;
}
.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;
}
.nomereservado{
    font-size:11px;
}
.infoestrelas{
    margin-top:5px;
    background-color:#fff;
    border-radius:20px;
    color:black;
    text-align:center;
}
.infoestrelas p{
    color:black;
}

.confirmar{
    position: fixed;
    left:50%;
    transform: translate(-50% , 0);
    height: auto;
    bottom: 0;
    background-color:green;
    padding:10px 30px;
    font-size:20px;
    
}
.confirmar > p{
    display:block; 
    color:#fff;
    text-align:center;
    opacity:0.5;
    cursor:pointer;
}