.evento .titulo {
  font-size: 30px;
  margin-bottom: 10px;
}
@media (max-width: 899px) {
  .evento .titulo {
    font-size: 18px;
  }
}
.evento .imagen-curso {
  display: block;
  width: 100% !important;
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 30px;
}
.evento .extracto {
  font-size: 20px;
  margin: 30px 0;
  line-height: 1.3em;
}
@media (max-width: 899px) {
  .evento .extracto {
    font-size: 17px;
  }
}
.evento .descripcion {
  font-size: 16px;
  line-height: 1.3em;
}
@media (max-width: 899px) {
  .evento .descripcion {
    font-size: 15px;
  }
}
.evento .date-badge {
  margin-right: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 5px 10px;
  border-radius: 5px;
  color: white;
  text-align: center;
  width: 6rem;
  float: left;
  margin-right: 30px;
}
.evento .date-badge .day {
  font-size: 24px;
  line-height: 1;
}
.evento .date-badge .time {
  font-size: 14px;
}
.evento .promo-img {
  flex: 0 0 50%;
}
.evento .precio-label {
  font-size: 20px;
}
@media (max-width: 899px) {
  .evento .precio-label {
    font-size: 18px;
  }
}
.evento .precio-cantidad {
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 899px) {
  .evento .precio-cantidad {
    font-size: 18px;
  }
}
.evento .badge-plazas + .btn-reservar {
  display: block;
  margin-top: 15px;
}
.evento .evento-lateral {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 16vh;
  max-height: 400px;
}
.evento .titulo-cantidad {
  font-size: 18px;
}
.evento h3 {
  font-size: 24px;
}
.evento h4.precio-label {
  width: 100%;
  font-size: 18px;
  height: 35px;
  margin-top: 5px;
}
.evento h4.precio-label svg {
  max-height: 24px;
  float: left;
  margin-right: 10px;
  width: 24px;
  margin-top: -2px;
}

.cantidadNum {
  display: inline-block;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 8px 8px;
  font-size: 15px;
  font-weight: 400;
  background: #fff;
  border: 2px solid #666;
  color: #666;
  text-align: center;
  margin: 2px;
  cursor: pointer;
}

.cantidadNum.seleccionado {
  background: #666;
  border: 2px solid #555;
  color: #fff;
}

.cantidadNum.seleccionado.activo, .cantidadNum:hover {
  padding: 5px 6px;
  font-size: 18px;
  font-weight: 700;
}

.cantidadNum.activo.seleccionadoNoHover, .cantidadNum.activo.seleccionadoHover:not(:hover) {
  padding: 8px 8px;
  font-size: 15px;
  font-weight: 400;
}

.cantidadNum.seleccionadoHover, .cantidadNum.seleccionado.seleccionadoHover {
  background: #666 !important;
  border: 2px solid #555 !important;
  color: #fff !important;
}

.cantidadNum.seleccionadoNoHover, .cantidadNum.seleccionado.seleccionadoNoHover {
  background: #fff !important;
  border: 2px solid #666 !important;
  color: #666 !important;
}

.curso-main .favorito {
  margin-bottom: 10px;
  cursor: pointer;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 10px;
}
.curso-main .favorito svg {
  width: 30px;
}
.curso-main .favorito span {
  font-size: 18px;
  vertical-align: middle;
  color: #b62d73;
  margin-left: 10px;
}
.curso-main .favorito svg.heart {
  display: inline-block;
}
.curso-main .favorito svg.heart_filled {
  display: none;
}
.curso-main .favorito .guardar {
  display: inline-block;
}
.curso-main .favorito .eliminar {
  display: none;
}
.curso-main .favorito.tiene svg.heart {
  display: none;
}
.curso-main .favorito.tiene svg.heart_filled {
  display: inline-block;
}
.curso-main .favorito.tiene .guardar {
  display: none;
}
.curso-main .favorito.tiene .eliminar {
  display: inline-block;
}

#favoritoModal h2.titulo {
  font-size: 24px;
  margin-bottom: 10px;
}/*# sourceMappingURL=cal-evento.css.map */