#Gestao{
    background: white;
    display: none;
    width: 100%;
    max-width: 1280px;
    margin: -20px auto 0;
}

#Gestao .Gestao{
    min-height: 300px;
    padding: 0px 0;
}

#Gestao .Gestao h2{text-align: center;padding-top: 80px;}


#Gestao .Gestao .Reserva-item{display: block; width: 70%;margin: 0 auto 15px;text-align: center;border-top: 1px solid black;}

#Gestao .Gestao .Reserva-item .data {
    width: fit-content;
    display: inline-block;
    padding-right: 25px;
}

#Gestao .Gestao .Reserva-item span{display: inline-block}

#Gestao .btnclass{display: inline-block}

#Gestao a.button{
    float: right;
    width: fit-content;
    display: block;
    border: 1px solid black;
    padding: 10px 15px;
    cursor: pointer;
    color: #000;
    text-decoration: none;
}

#Gestao a.button:hover { opacity: 0.5; }
