section {
  padding-top: 100px;
  padding-bottom: 110px;
}
section .section-sub {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  position: relative;
}
section .section-sub:before {
  content: "";
  width: 40px;
  height: 4px;
  background-color: #DA1884;
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
}

/*section #formRecordatorio .row > div:first-of-type{
    margin-top: 14px;
}*/
section #formRegistro .dua-radio > .control-label {
  padding-left: 0;
}

section #formRegistro .dua-radio .row {
  display: flex;
}

section #formRegistro .dua-radio .row:before,
section #formRegistro .dua-radio .row:after {
  display: none;
}

section #formRegistro .dua-radio .row > div {
  width: auto;
}

@media (max-width: 767px) {
  section {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}/*# sourceMappingURL=admin.css.map */