#register-form-container-vive-upc p.help{
  font-size: 20px;
  font-family: 'zizou-slab-bold';
  padding-bottom: 0.75rem;
  color: #444 !important;
}
#register-form-container-vive-upc form.hs-form {
  max-width: 540px;
  margin: 0 auto;
}
.bg-jornadas-academicas-de-salud .container_header_detail_right {
  float: right;
  margin-right: 10%;
}
.abroad .description {
  font-weight: normal;
}
.card-speaker .card-text p {
  font-size: 20px;
}
@media (min-width: 768px) {
  .card-speaker .card-body .card-text {
    width: 80%;
  }
}
/* estilos de card de programas: section-prox-programas */
.section-prox-programas .img-objt-cover{
  width: 100%;
  height: 135px;
  border-radius: 0px 0px 20px 0px;
  object-fit: cover;
  object-position: center;
}

.section-prox-programas .card {
  word-wrap: break-word;
  box-shadow: 0 3px 6px rgb(0 0 0 / 29%);
  max-width: 220px;
  border-radius: 0.25rem;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.section-prox-programas .card figcaption{
  padding: 1rem 0.7rem;
}
.btn-programas {
  display: block;
  padding: 0.25rem 0.5rem;
  background: #543477;
  color: #fff !important;
  width: 98%;
  font-family: "sgothic-bdcap";
  font-size: 1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
  text-decoration: none;
}
.btn-programas::before {
  content: "";
  width: 100%;
  height: 100%;
  border: 2px solid #543477;
  position: absolute;
  left: 5px;
  top: 5px;
}
@media (min-width:768px) {
  .section-prox-programas .card figcaption{
    padding: 1rem;
  }
  .btn-programas {
    padding: 0.5rem 1rem;
    width: 95%;
  }
}
#programas p, #eventos p {
  line-height: 0 !important;
}
/* fin */