@import url('https://fonts.googleapis.com/css2?family=Cabin:wght@600&family=Nunito:wght@500&family=Fira+Sans:wght@500&family=Oswald:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cabin:wght@600&family=Fira+Sans:wght@500&family=Hind+Madurai:wght@500&family=Oswald:wght@600&display=swap');

html,
body {
    font-family: 'Nunito', sans-serif;
}

.navbar-item img {
    max-height: none;
}

.div-reservas {
    box-shadow: 0px 0px 20px 0px rgb(204 204 204);
}

.div-reservas .pistas {
    background: rgba(55, 61, 67, 1);
    display: flex;
    justify-content: center;
    border-radius: 7px 7px 0 0;
}

.div-reservas .pistas a {
    color: #828282;
    font-size: 20px;
}

.div-reservas .pistas .active a {
    color: white;
}

.div-reservas .pistas a:hover {
    color: white;
}

.div-reservas .pistas div {
    margin: 15px 0;
    padding: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 220px;
}

.div-reservas .pistas div:not(:first-child) {
    border-left: 1px solid #ccc;
}

.seleccionar-pista-label + div {
    border-left: none !important;
}

.div-reservas .calendario-horarios {
    padding: 20px;
}

.navigator {
    display: flex;
    justify-content: space-between;
}

.table {
    border: 1px solid #eee;
    margin: 0 0 15px;
    text-align: center;
    width: 100%;
}

.tabla-reservas {
    padding: 20px;
}

.tabla-reservas th,
.tabla-reservas td {
    border: 2px solid white;
}

.tabla-reservas td {
    height: 1.5rem;
    background: #52b5f7;
    vertical-align: middle;
    padding-top: 0;
    padding-bottom: 0;
}

a.btn-reservar {
    background: #52b5f7;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 14px;
    border: 2px solid;
}

.empty a {
    background: #c9c9c9;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 14px;
    border: 2px solid;
    font-size: 16px;
}

.tabla-reservas td:hover,
.tabla-reservas td:hover a,
.tabla-reservas td.reserved,
.tabla-reservas td.reserved a,
a.btn-reservar:hover,
a.btn-reservar.reservado {
    background: #0077c7 !important;
}

.tabla-reservas td.reserved a {
    font-weight: bold;
}

.thead {
    display: flex;
    justify-content: space-evenly;
    padding: 20px;
}

.th {
    font-weight: bold;
    text-align: center;
}

.thead>div>div {
    height: 6rem;
}

.thead>div {
    width: 100%;
}

.divider {
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 34px;
}

.divider div {
    border-bottom: 1px solid;
    width: 50%;
}

.select-deporte {
    display: flex;
    justify-content: space-evenly;
}

.is-8 {
    gap: 3rem;
}

.btn-no-disponible {
    border: 1px solid;
    border-width: 1px;
    border-style: solid;
    white-space: nowrap;
    cursor: default !important;
    background: #eee !important;
    border-color: #ddd !important;
    color: #aaa !important;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 14px;
    border: 2px solid;
}

.btn-no-disponible:hover {
    background: #819daf;
    color: white;
    cursor: default;
}

.navbar-item {
    font-weight: bold;
}

.title-div{
    padding-top: 5rem;
    padding-bottom: 5rem;
    margin-bottom:2.5rem
}

.title-div h1{
    font-family: 'Fira Sans', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
    font-size: 2.75rem;
}

a:hover{
    text-decoration: none;
}
h2{
    font-size: 1.25rem;
    margin-bottom: 20px;
}

.navigator .calendario{
    display: none;
}

@media (max-width: 600px) {
    .thead {
        display: block;
    }
    .thead>div.th:not(:first-child) {
        display: none;
    }
    .thead>div.th>div:first-child{
        height: 5rem;
    }
    .navigator .semanas, .navigator .mes {
        display: none;
    }
    .navigator .calendario{
        display: block;
        width: 100%;
    }
    .navigator .calendario input{
        border-color: #6c757d;
    }
    .picker__header select{
        padding: 0 !important;
    }
    .picker__button--clear{
        display: none;
    }
    .picker__button--close{
        display: none;
    }

    input#dia{
        text-align: center;
        padding-right: 16%;
    }
    .picker__holder {
        pointer-events: none;
      }
    .picker__wrap {
      pointer-events: auto;
    }
    .title-div h1{
        font-size: 1.75rem;
    }
    .title-reserva-section{
        padding-top: 2.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .navbar{
        padding: 0;
    }
    .navbar .container{
        padding: 0;
    }
    .navbar .navbar-brand{
        margin: 0;
    }
    .navbar .navbar-brand .navbar-item{
        padding: 0;
    }
    .navbar .navbar-end .navbar-item{
        padding-left: 22px;
    }
    .navbar .navbar-menu{
        padding: 0;
    }
    .title-pista-section{
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}