section ul {
  list-style-type: none;
}
section ul li {
  padding-left: 36px;
  margin-bottom: 10px;
  position: relative;
}
section ul li:last-child {
  margin-bottom: 0;
}
section ul li:before {
  content: "";
  width: 12px;
  height: 12px;
  margin-top: 4px;
  background-color: #8E0000;
  flex-shrink: 0;
  position: absolute;
  left: 0;
  top: 0;
}
section .curso-top {
  letter-spacing: 3.2px;
  text-transform: uppercase;
  margin-bottom: 25px;
  display: inline-block;
}
section .curso-tit {
  margin-bottom: 26px;
  font-size: 54px;
  line-height: 58px;
  font-weight: 400;
  max-width: 796px;
}
section .oferta-text h2 {
  color: #8E0000;
  font-size: 32px;
  line-height: 38px;
  font-weight: 400;
}
section .section-cont .curso-datos picture {
  margin-bottom: 20px;
}
section .section-cont .curso-txt {
  font-weight: 300;
}
section .section-cont .curso-txt img {
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
section .section-cont .curso-txt h1,
section .section-cont .curso-txt h2,
section .section-cont .curso-txt h3,
section .section-cont .curso-txt h4,
section .section-cont .curso-txt h5,
section .section-cont .curso-txt h6,
section .section-cont .curso-txt ul {
  margin-bottom: 20px;
}
section .section-cont .curso-txt h1 {
  font-size: 42px;
  line-height: 46px;
  font-weight: 400;
}
section .section-cont .curso-txt h2 {
  color: #8E0000;
  font-size: 32px;
  line-height: 38px;
  font-weight: 400;
}
section .section-cont .curso-info {
  display: grid;
  gap: 110px;
}
section .section-cont .curso-info .row-2 {
  display: flex;
  padding: 40px 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  background: #F3F5F6;
}
section .section-cont .curso-info .row-2 img {
  width: 142px;
  height: 142px;
  border-radius: 999px;
  background: rgba(211, 211, 211, 0.3764705882);
}
section .section-cont .curso-info .curso-info-block {
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #DDE2E5;
  font-size: 14px;
  line-height: 20px;
}
section .section-cont .curso-info .curso-info-block .curso-info-label {
  display: flex;
  align-items: center;
}
section .section-cont .curso-info .curso-info-block .curso-info-label > * + * {
  margin-left: 8px;
  font-weight: 700;
}
section .section-cont .curso-info .curso-info-block .curso-info-label + * {
  padding-left: 26px;
  margin-top: 7px;
}
section .section-cont .curso-nav {
  padding-top: 20px;
  border-top: 1px solid #DDE2E5;
  margin-top: 30px;
}
section .section-cont .curso-nav .post-sharer {
  display: flex;
}
section .section-cont .curso-nav .post-sharer a + a {
  margin-left: 16px;
}
section .curso-contacto h2 {
  color: #8E0000;
  font-size: 28px;
  line-height: 32px;
}
section .curso-contacto #contactoCurso .formContacto .form-bottom {
  display: flex;
}
section .curso-inscripcion {
  margin-top: 70px;
}
section .curso-inscripcion h2 {
  padding-bottom: 20px;
  margin-bottom: 25px;
  border-bottom: 1px solid #DDE2E5;
  color: #8E0000;
  font-size: 36px;
  line-height: 40px;
}
section #formNuevaInscripcionOfertaEmpleo {
  padding-block: 130px 40px;
}
section #formNuevaInscripcionOfertaEmpleo .section-tit2 {
  margin-bottom: 18px;
}
section .oferta-nav {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
  padding-top: 30px;
  border-top: 1px solid #DDE2E5;
}

@media (min-width: 1440px) {
  section .section-cont {
    width: 796px;
  }
  section .section-cont .curso-datos .curso-info {
    width: 398px;
    left: calc(100% + 66px);
  }
  section .curso-contacto h2 {
    margin-bottom: 40px;
  }
}
@media (max-width: 1439px) {
  section .curso-tit {
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .section-cont {
    width: 689px;
  }
  .section-cont .curso-datos .curso-info {
    width: 256px;
    left: calc(100% + 30px);
  }
}
@media (min-width: 1024px) {
  section .section-cont .curso-datos {
    position: relative;
  }
  section .section-cont .curso-datos .curso-info {
    position: absolute;
    top: -12px;
  }
  section .curso-contacto .formContacto fieldset .form-group {
    width: calc(50% - 10px);
  }
  section .curso-contacto .formContacto fieldset .form-group:last-child {
    position: absolute;
    top: 0;
    right: 0;
  }
  section .curso-contacto .formContacto fieldset .form-group textarea.form-control {
    height: 176px;
  }
  section .curso-contacto .formContacto .form-bottom {
    margin-top: 32px;
    justify-content: space-between;
  }
  section .curso-contacto .formContacto .form-bottom .form-group {
    margin-bottom: 0;
  }
  section .curso-contacto .formContacto .form-bottom .form-bottom-blq1 {
    width: 396px;
  }
  section .curso-contacto .formContacto .form-bottom .form-bottom-blq2 {
    margin-left: 54px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  section .formContacto fieldset .form-group {
    width: 334px;
  }
  section .formContacto fieldset .form-group:nth-child(4) {
    position: absolute;
    top: 0;
    right: 0;
  }
  section .formContacto fieldset .form-group:nth-child(4) textarea {
    height: 176px;
  }
  section .formContacto .form-bottom {
    margin-top: 18px;
  }
  section .formContacto .form-bottom .form-bottom-blq1 {
    width: 334px;
  }
  section .formContacto .form-bottom .form-bottom-blq2 {
    margin-left: 20px;
  }
}
@media (min-width: 768px) {
  section .section-cont .curso-nav {
    margin-top: 24px;
    margin-bottom: 60px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
  }
  section .section-cont .curso-nav .curso-back {
    padding-left: 0;
    padding-right: 0;
  }
  section .formContacto fieldset {
    position: relative;
  }
  section .formContacto .form-bottom {
    flex-wrap: wrap;
    align-items: center;
  }
  section .formContacto .form-bottom .form-bottom-blq3 .btn {
    width: 160px;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .curso-tit {
    font-size: 28px;
    line-height: 32px;
  }
  .curso-contacto h2 {
    margin-bottom: 38px;
  }
}
@media (max-width: 767px) {
  section .curso-tit {
    font-size: 24px;
    line-height: 28px;
  }
  section .curso-tit + picture {
    margin-left: -20px;
    margin-right: -20px;
  }
  section .section-cont .curso-nav {
    margin-top: 30px;
    margin-bottom: 40px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  section .section-cont .curso-nav .curso-back {
    margin-top: 30px;
  }
  section .curso-contacto h2 {
    margin-bottom: 28px;
  }
  section .curso-contacto #contactoCurso .formContacto .form-group > textarea.form-control {
    height: 102px;
  }
  section .curso-contacto #contactoCurso .formContacto .form-bottom {
    margin-top: 12px;
    flex-direction: column;
  }
  section .curso-contacto #contactoCurso .formContacto .form-bottom .form-bottom-blq1 .form-group {
    margin-bottom: 34px;
  }
  section .curso-contacto #contactoCurso .formContacto .form-bottom .form-bottom-blq2 {
    order: -1;
  }
  section .curso-contacto #contactoCurso .formContacto .form-bottom .form-bottom-blq2 .form-multiple .form-group:last-child {
    margin-bottom: 18px;
  }
  section .curso-contacto #contactoCurso .formContacto .form-bottom .form-bottom-blq3 .btn {
    width: 100%;
    display: flex;
  }
}/*# sourceMappingURL=perfil.css.map */