.duoc-theme-certificados-header::after {
  display: block;
  position: absolute;
  content: '';
  background-color: rgb(245 191 66);
  width: 8px;
  height: 50px;
  margin-left: -18px;
  top: 0;
  bottom: 0;
  border-radius: 5px;
}

.duoc-theme-certificados-btn {
  background-color: rgb(245 191 66);
  border: 0;
  border-radius: 25px;
  text-align: center;
  padding: 8px 40px;
  text-transform: none;
  color: black;

  /* bootstrap btn */
  margin: 1.25rem 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  text-decoration: none;
  font-style: normal;
}

.duoc-theme-certificados-btn:active {
  transform: scale(0.95, 0.95);
}

.duoc-theme-certificados-bg-color-secondary {
  background-color: rgb(245 191 66) !important;
  color: black;
}

.duoc-theme-certificados-bg-color-secondary:hover, .duoc-theme-certificados-bg-color-secondary:active  {
  color: black !important;
}

.duoc-theme-certificados-bg-color-transparent {
  background-color: transparent !important;
  border: 2px solid black;
  padding: 7px 40px;
}

.duoc-theme-certificados-bg-color-transparent:hover, .duoc-theme-certificados-bg-color-transparent:active {
  color: black !important;
  text-decoration: none !important;
  border: 2px solid black;
}

.certificado-vigente {
  padding: 0 2em;
}