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-datos picture {
  margin-bottom: 20px;
}
section .section-cont .evento-datos picture img {
  border-radius: 24px;
}
section .section-cont .evento-txt {
  font-weight: 300;
}
section .section-cont .evento-txt img {
  max-width: 100%;
  border-radius: 24px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
section .section-cont .evento-txt iframe {
  max-width: 100%;
  border-radius: 24px;
  display: block;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
section .section-cont .evento-txt a {
  color: #083451;
}
section .section-cont .evento-txt a:focus {
  color: #212429;
}
section .section-cont .evento-txt a:focus:not(.menuDropdown-link):not(.btn) {
  text-decoration: underline;
}
section .section-cont .evento-txt a:hover {
  color: #212429;
}
section .section-cont .evento-txt a {
  text-decoration: underline;
}
section .section-cont .evento-info .evento-info-block {
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #DDE2E5;
  font-size: 14px;
  line-height: 20px;
}
section .section-cont .evento-info .evento-info-block .evento-info-label {
  color: #083451;
  display: flex;
  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;
  margin-top: 7px;
}
section .section-cont .evento-nav {
  padding-top: 20px;
  border-top: 1px solid #DDE2E5;
  margin-top: 30px;
}
section .section-cont .evento-nav .post-sharer {
  display: flex;
}
section .section-cont .evento-nav .post-sharer a + a {
  margin-left: 16px;
}
section .evento-contacto h2 {
  color: #083451;
  font-size: 28px;
  line-height: 32px;
}
section .evento-contacto #contactoEvento .formContacto .form-bottom {
  display: flex;
}
section .evento-inscripcion {
  margin-top: 70px;
}
section .evento-inscripcion h2 {
  padding-bottom: 20px;
  margin-bottom: 25px;
  border-bottom: 1px solid #DDE2E5;
  color: #083451;
  font-size: 36px;
  line-height: 40px;
}

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