html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

/* Eventos disponibles */
.evento-disponible {
    background-color: #28a745 !important;
    border: none !important;
    color: white !important;
    font-weight: 500;
    border-radius: 4px;
}

/* Eventos reservados */
.evento-reservado {
    background-color: #dc3545 !important;
    border: none !important;
    color: white !important;
    font-weight: 500;
    border-radius: 4px;
}

/* Estilo general del calendario */
.fc .fc-toolbar-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #0066cc;
}

.fc-toolbar.fc-header-toolbar {
    margin-bottom: 1.5rem;
}

.fc .fc-daygrid-day-number {
    font-weight: 600;
}

.fc .fc-timegrid-slot {
    background-color: #f9f9f9;
}
