h3{
    font-family: 'BebasNeue';
    font-size: 20px;
    margin-top: 15px;
}
#reservar,
#reservar th,
#reservar td {
    font-family: 'FilosofiaOT';
}

.table tr:first-child td, .table tr:first-child th {
    border-top: none !important;
}

button:disabled{
    opacity: 0.5 !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

#reservar .input-number{
    padding: 0;
    text-align: center;
}

tfoot td{
    font-size: 20px;
}
.btn-booking{
    display: block;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 40px;
    border: none;
    border-radius: 20px;
    padding: 10px 30px;
    font-size: 1rem;
    line-height: 1.5;
    margin: auto;
    background-color: #212529;
    color: white;
    margin-top: 30px;
}

.btn-booking:active, .btn-booking:focus {
    outline: 0;
    border: none;
    -moz-outline-style: none;
}

.btn-return{
    display: block;
    float: right;
    cursor: pointer;
    padding-top: 1em;
}

#reservar{
    padding: 0 15px;
}

.btn-number{
    padding: 5px 8px!important;
}

label{
    font-weight: normal !important;
}

label{
    margin-top: 0;
}