h1 {
color: #2d73ab;
font-weight: lighter;
}

.container-header {
  background-color: #2d73ab;
  background-image: none;
}

h3 {
  color: #2d73ab !important;
  font-weight: lighter;
}

.bg-dark {
  background-color: #2d73ab !important;
}

/* NO CARGA */

.container-component nav {
    text-align: center !important;
}

.fc-header-title h2 {
  font-weight: lighter;
  color: #1b4262 !important;
}

.fc-border-separate tr.fc-last th, .fc-border-separate tr.fc-last td {
  border-bottom-width: 1px;
  background: #2d73ab;
  color: #fff;
  font-weight: lighter;
}

.card-header {
  background: #2d73ab;
  color: #ffffff !important;
}

.site-grid {
background-color:#ededed;    }

body:not(.has-sidebar-right) .site-grid .container-component {
  grid-column-end: main-end;
  padding: 33px;
  background-color: white;
  border: 1px solid #dadada;
  border-radius: 7px;
  margin-top:14px;
}

.btn-primary {
  background-color: #2d73ab;
  border-color: #2d73ab;
}

a {
  color: #2d73ab;
}

.btn-primary:hover, .btn-primary:focus {
  background-color: #6db5e6;
  border-color: #2d73ab;
}

.card-title {color: #fff !important;}
.card-body .mod-menu {
flex-direction: row;
flex: 1;
display: flex;
}
.card-body .mod-menu li {margin-left: 1.55em;}