.loading {
  background: #ffffff;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 1029;
  display: flex;
  text-align: center; }
  .loading h3 {
    margin: auto;
    color: #e4e4e4; }

body {
  font-family: "Myriad Pro", sans-serif;
  color: #777;
  scroll-behavior: 'smooth'; }

h4 {
  color: #f89933;
  font-size: 1.6rem; }

h5 {
  color: #f89933; }

a {
  color: #f89933; }

.titles {
  color: #f89933; }

.bg-secondary {
  background: #f89933 !important;
  color: #ffffff; }

.bg-principal {
  background: #3e5c70;
  color: #ffffff; }

.card.bg-principal {
  border: solid 1px #139C9F; }

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */
main > .container {
  padding: 60px 15px 0; }

.footer .bg-footer {
  height: 40px; }

.footer > .container {
  padding-right: 15px;
  padding-left: 15px; }

code {
  font-size: 80%; }

.logo {
  max-width: 80px;
  margin: .8rem 0 .8rem .8rem; }

.logoTe {
  max-width: 175px;
  margin: .8rem 0; }

header {
  background: #3e5c70;
  z-index: 1030; }

.navbar-light .navbar-nav .nav-link {
  color: #ffffff; }

.active {
  background: #139C9F; }

.cards-icons .card {
  min-height: 208px; }
@media (max-width: 991.98px) {
  .cards-icons .card-actividades {
    min-height: inherit; } }

.cardPrograma .card, .cardPrograma .card-header, .cardPrograma .card-body {
  background: none;
  border: none; }
.cardPrograma .card-body .list-group .list-group-item {
  background: none; }
  .cardPrograma .card-body .list-group .list-group-item:nth-child(2) {
    border-top: none; }
  .cardPrograma .card-body .list-group .list-group-item.card-time {
    border: 1px solid #f89933;
    border-radius: 4px; }
.cardPrograma .card {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0; }
.cardPrograma .card-header {
  padding-top: 0;
  padding-right: 0; }
  .cardPrograma .card-header .btn.btn-link {
    background: #f89933;
    border-radius: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    color: #ffffff; }

@media (max-width: 991.98px) {
  .img-fecha {
    max-width: 140px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px; } }
@media (max-width: 575.98px) {
  .img-fecha {
    max-width: 180px;
    border-radius: 0;
    margin: 0 auto; } }

/*# sourceMappingURL=custom.css.map */
