.modal .custom-h3 {
  margin: 8px 0 16px;
  font-weight: 700;
  font-size: 30px;
}

.modal .titulo {
  font-size: 30px;
  margin-bottom: 30px;
  margin-top: 8px;
  font-weight: 600;
}

.modal .imagen-curso {
  display: block;
  width: 100% !important;
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 30px;
}

.modal .extracto {
  font-size: 20px;
  margin-bottom: 30px;
  line-height: 1.3em;
}

.modal .descripcion {
  font-size: 16px;
  line-height: 1.3em;
}

.modal .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;
}

.modal .date-badge .day {
  font-size: 24px;
  line-height: 1;
}

.modal .date-badge .time {
  font-size: 14px;
}

.modal {
  border-radius: 7px;
  overflow: hidden;
  background-color: transparent;
}

.modal-dialog {
  margin-top: 45px;
}

.modal .modal-content {
  background-color: transparent;
  border: none;
  border-radius: 7px;
}

.modal .modal-content .modal-body {
  border-radius: 7px;
  overflow: hidden;
  background-color: #efefef;
  padding-left: 0px;
  padding-right: 0px;
  box-shadow: 0 10px 50px -10px rgba(0, 0, 0, 0.9);
}

.modal .modal-content .modal-body .close-btn {
  color: #000;
}

.modal .modal-content .modal-body .promo-img {
  flex: 0 0 50%;
}

.modal .modal-cerrar {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-size: 22px;
}

.modal .modal-cerrar:hover {
  opacity: 0.7;
}

@media (max-width: 899px) {
  .modal .titulo {
    font-size: 18px;
  }
  .modal .precio-label {
    font-size: 18px;
  }
  .modal .precio-cantidad {
    font-size: 18px;
  }
  .modal .extracto {
    font-size: 17px;
  }
  .modal .descripcion {
    font-size: 15px;
  }
  .xs-center,
  .text-left.xs-center,
  .text-right.xs-center {
    text-align: center !important;
  }
}
.modal .badge-plazas + .btn-reservar,
.modal .badge-plazas + .enlace-reservar {
  display: block;
  margin-top: 15px;
}

.modal .precio-label {
  font-size: 20px;
}

.modal .precio-cantidad {
  font-size: 20px;
  font-weight: 700;
}

.mas-informacion .precio-label {
  font-size: 16px;
  margin: 8px 0;
}
.mas-informacion .precio-label svg {
  width: 20px;
  margin-right: 5px;
}

.btn-mas-informacion {
  background-color: gray !important;
  color: white !important;
} /*# sourceMappingURL=cal-modal.css.map */
