section .section-top {
  padding-top: 40px;
}
section .section-top .section-tit2 {
  color: #B0008E;
}
section .section-top .contentButton {
  font-family: var(--fontFamily2);
}
section .section-top .contentButton .btn {
  word-break: break-word;
  text-wrap: wrap;
}
section .section-cont .blq-destacado .section-tit5 {
  margin-bottom: 0;
  font-weight: 700;
}
section .section-cont .cuatrimestre .cuatrimestre-tit {
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 16px;
  display: block;
  color: #B0008E;
  font-weight: 700;
  background-color: #f7e6f4;
}
section .section-cont #listado-asignaturas > * {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 1440px) {
  section .section-cont {
    margin-top: 40px;
  }
  section .section-cont .cuatrimestre + .blq-destacado {
    margin-top: 80px;
  }
}
@media (min-width: 1024px) {
  section .blq-destacado {
    margin-bottom: 28px;
  }
  section .cuatrimestre + .cuatrimestre .cuatrimestre-tit {
    margin-top: 50px;
  }
  section .cuatrimestre .cuatrimestre-tit {
    margin-bottom: 12px;
  }
}
@media (max-width: 1023px) {
  section .blq-destacado {
    margin-bottom: 20px;
  }
  section .cuatrimestre + .cuatrimestre .cuatrimestre-tit {
    margin-top: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  section .section-cont {
    margin-top: 75px;
  }
  section .section-cont .cuatrimestre + .blq-destacado {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  section .section-cont {
    margin-top: 40px;
  }
  section .section-cont .cuatrimestre + .blq-destacado {
    margin-top: 40px;
  }
}/*# sourceMappingURL=plan-estudios.css.map */