@charset "UTF-8";
section .section-cont .evento-top {
  margin-bottom: 12px;
  color: #ACB5BD;
  font-size: 14px;
  line-height: 20px;
}
section .section-cont .evento-top > * {
  text-decoration: underline;
}
section .section-cont .evento-top > * + * {
  margin-left: 15px;
}
section .section-cont .evento-top strong {
  font-weight: 700;
}
section .section-cont .evento-top span {
  font-weight: 300;
}
section .section-cont .evento-tit {
  margin-bottom: 30px;
  font-weight: 400;
}
section .section-cont picture {
  margin-bottom: 20px;
}
section .section-cont .evento-info {
  margin-bottom: 20px;
}
section .section-cont .evento-info .evento-modalidad {
  margin-bottom: 30px;
}
section .section-cont .evento-info .evento-info-block {
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #DDE2E5;
}
section .section-cont .evento-info .evento-info-block .evento-info-label {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
section .section-cont .evento-info .evento-info-block .evento-info-label > * + * {
  margin-left: 8px;
  font-weight: 700;
}
section .section-cont .evento-info .evento-info-block .evento-info-label + * {
  padding-left: 28px;
}
section .section-cont .evento-text > * {
  margin-bottom: 24px;
}
section .section-cont .evento-text ol > li, section .section-cont .evento-text ul > li {
  padding-left: 10px;
  margin-bottom: 8px;
}
section .section-cont .evento-text ol > li:last-child, section .section-cont .evento-text ul > li:last-child {
  margin-bottom: 0;
}
section .section-cont .evento-text ol ol, section .section-cont .evento-text ol ul, section .section-cont .evento-text ul ol, section .section-cont .evento-text ul ul {
  margin-top: 8px;
}
section .section-cont .evento-text ol {
  list-style-type: lower-alpha;
}
section .section-cont .evento-text ul > li::marker {
  content: "•";
  color: #009494;
}
section .section-cont .evento-text table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  line-height: 20px;
}
section .section-cont .evento-text table tr > * {
  padding: 10px 15px;
  border: 1px solid #DDE2E5;
}
section .section-cont .evento-text a {
  color: #F3732B;
  font-weight: 400;
  text-decoration: underline;
}
section .section-cont .evento-text a:focus {
  color: #f58f55;
}
section .section-cont .evento-text a:hover {
  color: #f8ab80;
}
section .section-cont .evento-nav {
  padding-top: 20px;
  border-top: 1px solid #DDE2E5;
  margin-top: 30px;
}
section .evento-contacto,
section .evento-inscripcion {
  margin-top: 80px;
}
section .evento-contacto h2,
section .evento-inscripcion h2 {
  padding-bottom: 20px;
  border-bottom: 1px solid #DDE2E5;
  margin-bottom: 30px;
  color: #F7A71A;
  font-size: 28px;
  line-height: 32px;
  font-weight: 300;
}

@media (min-width: 1440px) {
  section > .row > * {
    position: relative;
  }
  section .section-cont {
    width: 788px;
  }
  section .section-cont .evento-info {
    width: 265px;
    position: absolute;
    top: 0;
    right: 8px;
  }
}
@media (min-width: 768px) {
  section .section-cont .evento-tit {
    font-size: 36px;
    line-height: 40px;
  }
  section .section-cont .evento-text ol, section .section-cont .evento-text ul {
    padding-left: 50px;
  }
  section .section-cont .evento-text [style="padding-left: 30px;"] {
    padding-left: 50px !important;
  }
  section .section-cont .evento-nav {
    margin-top: 24px;
    margin-bottom: 60px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  section .section-cont .evento-nav .evento-back {
    padding-left: 0;
    padding-right: 0;
  }
  section .evento-contacto form textarea,
section .evento-inscripcion form textarea {
    height: 172px;
  }
  section .evento-contacto form .form-bottom,
section .evento-inscripcion form .form-bottom {
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
  section .evento-contacto form .form-bottom .form-group,
section .evento-inscripcion form .form-bottom .form-group {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  section .section-cont .evento-tit {
    font-size: 20px;
    line-height: 24px;
  }
  section .section-cont .evento-text ol, section .section-cont .evento-text ul {
    padding-left: 20px;
  }
  section .section-cont .evento-text [style="padding-left: 30px;"] {
    padding-left: 20px !important;
  }
  section .section-cont .evento-nav {
    margin-top: 30px;
    margin-bottom: 40px;
    text-align: center;
  }
  section .section-cont .evento-nav .evento-back {
    margin-top: 30px;
  }
  section .evento-contacto form .form-bottom .btn-n1,
section .evento-inscripcion form .form-bottom .btn-n1 {
    width: 100%;
    display: -webkit-flex;
    display: flex;
  }
}

/*# sourceMappingURL=perfil.css.map */
