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;
}
section .section-cont .evento-txt {
  font-weight: 300;
}
section .section-cont picture {
  margin-bottom: 20px;
}
section .section-cont .evento-info {
  margin-bottom: 20px;
}
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: 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;
}
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 {
  margin-top: 80px;
}
section .evento-contacto h2 {
  margin-bottom: 40px;
  color: #F7D300;
  font-size: 36px;
  line-height: 40px;
}

@media (min-width: 1600px) {
  section .section-cont {
    width: 796px;
  }
  section .section-cont .evento-datos {
    position: relative;
  }
  section .section-cont .evento-datos .evento-info {
    width: 398px;
    position: absolute;
    top: -12px;
    left: calc(100% + 66px);
  }
}
@media (min-width: 1000px) {
  section .formContacto fieldset .form-group {
    width: calc(50% - 10px);
  }
  section .formContacto fieldset .form-group:last-child {
    position: absolute;
    top: 0;
    right: 0;
  }
  section .formContacto fieldset .form-group textarea.form-control {
    height: 176px;
  }
  section .formContacto .form-bottom .form-group {
    margin-bottom: 0;
  }
  section .formContacto .form-bottom .form-bottom-blq1 .form-group .input-group {
    width: 396px;
  }
}
@media (max-width: 999px) {
  section .formContacto fieldset .form-group textarea.form-control {
    height: 140px;
  }
}
@media (min-width: 700px) and (max-width: 999px) {
  section .formContacto fieldset .form-group:nth-child(1) {
    width: 396px;
  }
  section .formContacto fieldset .form-group:nth-child(2) {
    width: 274px;
    position: absolute;
    top: 0;
    right: 0;
  }
  section .formContacto .form-bottom .form-bottom-blq1 .form-group .input-group {
    width: 370px;
  }
}
@media (min-width: 700px) {
  section .section-cont .evento-tit {
    font-size: 36px;
    line-height: 40px;
  }
  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 {
    margin-top: 32px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  section .formContacto .form-bottom .form-bottom-blq3 .btn {
    width: 160px;
  }
}
@media (max-width: 699px) {
  section .section-cont .evento-tit {
    font-size: 20px;
    line-height: 24px;
  }
  section .section-cont .evento-tit + picture {
    margin-left: -20px;
    margin-right: -20px;
  }
  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 .formContacto .form-bottom {
    margin-top: 12px;
  }
  section .formContacto .form-bottom .form-bottom-blq2 {
    order: -1;
  }
  section .formContacto .form-bottom .form-bottom-blq3 .btn {
    width: 100%;
    display: flex;
  }
}/*# sourceMappingURL=perfil.css.map */