/* Acceso temporal al examen insertado en luisnavarrete.com */
#hce-examen-acceso[hidden] { display: none !important; }
#hce-examen-acceso { display: block; margin: .8rem 0 1rem; font-family: 'Titillium Web', sans-serif; }
.hce-examen-acceso {
  display: block;
  max-width: 39rem;
  box-sizing: border-box;
  padding: 15px 18px 16px;
  border: 1px solid rgba(112, 70, 28, .35);
  border-left: 5px solid #794d0c;
  border-radius: 8px;
  background: #fffaf0;
  color: #302219 !important;
  text-decoration: none !important;
  box-shadow: 0 4px 14px rgba(59, 38, 16, .08);
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease;
}
.hce-examen-acceso:hover, .hce-examen-acceso:focus {
  background: #fff6e5;
  color: #302219 !important;
  text-decoration: none !important;
  transform: translateY(-1px);
  box-shadow: 0 7px 18px rgba(59, 38, 16, .14);
}
.hce-examen-acceso.is-open { border-left-color: #5f3c08; }
.hce-examen-acceso.is-pending { border-left-color: #8a6a39; }
.hce-examen-acceso-eyebrow, .hce-examen-acceso-title, .hce-examen-acceso-help { display:block; }
.hce-examen-acceso-eyebrow { margin-bottom: 3px; color: #794d0c; font-family: inherit; font-size: 11px; line-height: 1.2; font-weight: 700; letter-spacing: .09em; }
.hce-examen-acceso-title { margin-bottom: 5px; font-family: inherit; font-size: 17px; line-height: 1.2; font-weight: 700; letter-spacing: .01em; }
.hce-examen-acceso-help { color: #665647; font-family: inherit; font-size: 14px; line-height: 1.35; }
@media (max-width: 600px) { .hce-examen-acceso { padding: 13px 14px; } .hce-examen-acceso-title { font-size: 16px; } }
