/* texto mas pequeño en el punto de ruptura del sidenav */
@media (max-width: 1600px) {
   .fc .fc-toolbar.fc-header-toolbar {
      font-size: 0.8rem!important;
   }
}
@media (max-width: 1400px) {
   .fc .fc-toolbar.fc-header-toolbar {
      font-size: 0.7rem!important;
   }
}
@media (max-width: 600px) {
   .fc .fc-toolbar.fc-header-toolbar {
      font-size: 0.7rem!important;
      display: block;
   }
   .fc-toolbar-title {
      margin-top: 5px!important;
      margin-bottom: 5px!important;
   }
}
/* que no se vean los botones al imprimir */
@media print {
   .fc-toolbar-chunk .fc-button-group {
      display: none !important;
   }
   .fc-toolbar-chunk .fc-today-button {
      display: none !important;
   }
}
