.section-header-maestrias {
  background-color: #101a58;
  margin-top: 125px;
  min-height: 120px;
  padding-top: 16px;
  padding-bottom: 16px;
}

p.titulo-maestrias {
  font-weight: 700;
  font-size: 2.5rem;
  color: #fff;
  margin-bottom: 0;
}

p.titulo-universidad {
  color: #fff;
  font-weight: 300;
}

.header-escuela-empresarial {
  background-color: #034078;
  min-height: 120px;
  padding-top: 24px;
  padding-bottom: 16px;
}

.header-escuela-empresarial p {
  font-size: 2.5rem;
  color: #fff;
}

.header-escuela-social {
  background-color: #ffa500;
  min-height: 120px;
  padding-top: 24px;
  padding-bottom: 16px;
}

.header-escuela-social p {
  font-size: 2.5rem;
  color: #fff;
}

.descripcion-documentos {
  padding: 24px 10px;
}

.descripcion-documentos h5 {
  font-weight: 600;
}

.descripcion-documentos li {
  font-size: 1.1rem;
  text-align: justify;
}

.card-maestria-1 {
  padding: 20px 10px;
  display: flex;
  align-items: center;
  background-color: #034078;
  min-height: 80px;
  margin-top: 6px;
  margin-bottom: 6px;
}

.card-maestria-1:hover {
  background-color: #006694;
  cursor: pointer;
}

.card-maestria-1 p {
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.1;
}

.card-maestria-2 {
  padding: 20px 10px;
  display: flex;
  align-items: center;
  background-color: #3783c9;
  min-height: 80px;
  margin-top: 6px;
  margin-bottom: 6px;
}

.card-maestria-2:hover {
  background-color: #006694;
  cursor: pointer;
}

.card-maestria-2 p {
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.1;
}

.card-maestria-3 {
  padding: 20px 10px;
  display: flex;
  align-items: center;
  background-color: #0a72d2;
  min-height: 80px;
  margin-top: 6px;
  margin-bottom: 6px;
}

.card-maestria-3:hover {
  background-color: #006694;
  cursor: pointer;
}

.card-maestria-3 p {
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.1;
}

.card-maestria-4 {
  padding: 20px 10px;
  display: flex;
  align-items: center;
  background-color: #ff8c42;
  min-height: 80px;
  margin-top: 6px;
  margin-bottom: 6px;
}

.card-maestria-4:hover {
  background-color: #a73500;
  cursor: pointer;
}

.card-maestria-4 p {
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.1;
}

.card-maestria-5 {
  padding: 20px 10px;
  display: flex;
  align-items: center;
  background-color: #fcaf58;
  min-height: 80px;
  margin-top: 6px;
  margin-bottom: 6px;
}

.card-maestria-5:hover {
  background-color: #a73500;
  cursor: pointer;
}

.card-maestria-5 p {
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.1;
}

.card-maestria-6 {
  padding: 20px 10px;
  display: flex;
  align-items: center;
  background-color: #f9c784;
  min-height: 80px;
  margin-top: 6px;
  margin-bottom: 6px;
}

.card-maestria-6:hover {
  background-color: #a73500;
  cursor: pointer;
}

.card-maestria-6 p {
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.1;
}

.active-contenido-mae {
  background-color: #001931;
}

.active-contenido-mae-a {
  background-color: #6b2c04;
}

.contenido-maestria {
  padding: 12px;
  border-left: 4px solid #034078;
}

.contenido-maestria-a {
  padding: 12px;
  border-left: 4px solid #ff8c42;
}

.contenido-maestria li {
  font-size: 1.2rem;
}

.contenido-maestria-a li {
  font-size: 1.2rem;
}

.section-proceso-inscripcion {
  margin-top: -5px;
  border-top: 6px solid #ff8c42;
}

.container-proceso-inscripcion {
  background-image: url("../images/bg_call_to_action.webp");
  min-height: 300px;
  background-position: center;
  background-size: cover;
}

.banner-proceso-inscripcion h2,
.banner-proceso-inscripcion h3,
.banner-proceso-inscripcion p {
  color: #fff;
}
