
/* texto mas pequeño en el punto de ruptura del sidenav */
@media (max-width: 800px) {
   .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;
   }
}
