section .evento-top {
  display: flex;
  align-items: flex-end;
}
section .evento-top .evento-date {
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
}
section .evento-top .evento-date i {
  margin-right: 4px;
  color: #FF219C;
}
section .evento-top .evento-plazas {
  margin-left: auto;
  font-size: 28px;
  line-height: 32px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
}
section .evento-top .evento-plazas i {
  border: 2px solid #FF219C;
  border-radius: 50%;
  margin-right: 4px;
  background-color: #FF219C;
  color: #FFFFFF;
  display: block;
}
section .evento-top .evento-plazas span span {
  color: #ACB5BD;
}
section .section-left .evento-logo {
  margin-bottom: 40px;
}
section .section-left form fieldset {
  margin-bottom: 20px;
}
section .section-left form fieldset .section-tit4 {
  margin-bottom: 20px;
}
section .section-left form fieldset .section-tit4 span {
  color: #ACB5BD;
  font-size: 14px;
  line-height: 20px;
}
section .section-left form fieldset .form-radio,
section .section-left form fieldset .form-checkbox {
  margin-top: 10px;
}
section .section-left form fieldset .tipoInscripcion label {
  width: 100%;
  height: 44px;
  border: 1px solid #FF219C;
  border-radius: 4px;
  color: #FF219C;
  cursor: pointer;
  opacity: 0.4;
  display: flex;
  align-items: center;
  justify-content: center;
}
section .section-left form fieldset .tipoInscripcion label:focus, section .section-left form fieldset .tipoInscripcion label:hover {
  opacity: 0.8;
}
section .section-left form fieldset .tipoInscripcion input {
  display: none;
}
section .section-left form fieldset .tipoInscripcion input:checked + label {
  border: 1px solid #FF219C;
  background-color: #FF219C;
  color: white;
  opacity: 1;
}
section .section-left form hr {
  margin-top: 20px;
  margin-bottom: 40px;
}
section .section-left form .fila .fila-top {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
section .section-left form .fila .fila-top .section-tit5 {
  margin-right: auto;
}
section .section-left form .fila .fila-top span {
  color: #FF219C;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}
section .section-left form #codigoDescuentoLabel {
  color: #FF219C;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  display: none;
}
section .section-left form #codigoDescuentoLabel > * {
  vertical-align: middle;
}
section .section-left form #precio {
  margin-bottom: 20px;
  color: #FF219C;
  text-transform: uppercase;
  text-align: right;
  display: none;
}
section .section-left form #precio .precio-tit {
  font-size: 20px;
  line-height: 24px;
}
section .section-left form #precio .precio-val {
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
}
section .section-right .bloque-login,
section .section-right .bloque-galeria,
section .section-right .bloque-banner {
  border-radius: 10px;
  text-align: center;
}
section .section-right .bloque-login .bloque-tit,
section .section-right .bloque-galeria .bloque-tit,
section .section-right .bloque-banner .bloque-tit {
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
}
section .section-right .bloque-login {
  background-color: #ffe9f5;
  color: #FF219C;
}
section .section-right .bloque-galeria {
  margin-top: 30px;
  background-color: #e6faff;
  color: #00CEFF;
}
section .section-right .bloque-banner {
  margin-top: 30px;
}
section .section-right .bloque-banner img {
  border-radius: 10px;
}

@media (min-width: 1440px) {
  section .section-right .bloque-login,
section .section-right .bloque-galeria {
    width: 460px;
    padding: 36px 28px;
  }
}
@media (max-width: 1439px) {
  section .section-right .bloque-login,
section .section-right .bloque-galeria {
    padding: 20px;
  }
}
@media (min-width: 1024px) {
  section .evento-top .evento-date {
    margin-left: 20px;
  }
  section .section-right .bloque-login,
section .section-right .bloque-galeria {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1023px) {
  section .evento-top {
    flex-wrap: wrap;
  }
  section .evento-top .section-tit2 {
    width: 100%;
    margin-bottom: 8px;
  }
  section .evento-top .evento-date + .evento-date {
    margin-left: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  section .section-right {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
  }
  section .section-right .bloque-login,
section .section-right .bloque-galeria {
    width: calc(50% - 8px);
  }
  section .section-right .bloque-galeria,
section .section-right .bloque-banner {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  section .evento-top .evento-plazas {
    width: 100%;
    margin-top: 30px;
  }
  section .section-left form .btn-block-mobile {
    width: 100%;
    display: flex;
  }
  section .section-left form #precio {
    margin-bottom: 30px;
    text-align: center;
  }
  section .section-right {
    margin-top: 30px;
  }
}/*# sourceMappingURL=inscripcion.css.map */