
body {
    font-family: 'Caviar Dreams', sans-serif !important;
    background-color: #f0f0f0;
}

.container-reserva {
    max-width: 400px;
    margin: auto;
    background-color: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.section {
    padding: 20px;
    text-align: center;
}

.section-title {
    background-color: #444;
    color: white;
    padding: 10px;
    font-weight: bold;
}

.hours{
    padding: 0!important;
    border: gray 0.5px solid;
}

.calendar,
.hours,
.people {
    background-color: #f8f8f8;
    border-radius: 10px;
    padding: 15px;
    margin-top: 10px;
}

.btn-group>.btn,
.people .btn {
    margin: 5px;
    width: 50px;
}

.btn-primary {
    background-color: #007bff;
    border: none;
}

.logo {
    font-size: 2rem;
    font-weight: bold;
    padding: 20px 0;
}

.nav {
    --bs-nav-link-color:#000000 !important;
    --bs-nav-link-hover-color: rgb(0, 0, 0) !important;
}

.nav-categorias {
    display: flex;
    justify-content: space-between; /* Coloca los botones en los extremos */
    width: 100%; /* Asegura que ocupen todo el ancho del contenedor */
}

.nav-categorias .nav-link {
    flex: 1;
    text-align: center;
}

.nav-categorias .active {
    background-color: #f8f8f8 !important;
}

.btn-comida{
    border-radius: 10px;
    border-end-end-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 0px! important;
    background: #b2b2b2 !important;
}

.btn-cena{
    border-radius: 10px;
    border-start-start-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px! important;
    background: #b2b2b2 !important;
}


