.modalidades {
  display: inline-block;
  height: 1.5rem;
  line-height: 1.5rem;
}

.uppercase-font {
  text-transform: uppercase;
}

.unidad-academica select {
  max-width: 343px;
}

.container-select {
  margin: 0 12px;
}

.cards {
  margin: 1.5rem 0;
  display: flex;
  flex-wrap: wrap;
}

.card_doctorados-container {
  margin-bottom: 1.5rem;
}

.card_doctorados {
  border: 1px solid #16325c;
  height: 100%;
}

.card-header {
	border-bottom: 1px solid #16325c;
  min-height: 75px;
}

.card-header,
.card-footer {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.card-footer p:last-child {
  margin-bottom: 0;
}