/* Integrado desde la maqueta aprobada de certificados. Selectores aislados para no alterar header/footer global. */
.page-certificados{
  --navy: #081b34;
  --teal: #06aaa4;
  --teal-dark: #009b95;
  --teal-soft: #edfafa;
  --border: #d8e1e4;
  --muted: #657184;
  --white: #ffffff;
  --shadow: 0 12px 26px rgba(8, 27, 52, 0.12);
}

.page-certificados *{ box-sizing: border-box; }

.page-certificados, .page-certificados{ margin: 0; min-height: 100%; }

.page-certificados{
  font-family: Arial, Helvetica, sans-serif;
  color: var(--navy);
  background: #fff;
}

.page-certificados button, .page-certificados input{ font: inherit; }
.page-certificados button{ cursor: pointer; }
.page-certificados img{ display: block; max-width: 100%; }

.page-certificados .cert-page{
  min-height: 100vh;
  padding: 0;
}

.page-certificados .cert-shell{
  width: 100%;
  min-height: 620px;
  padding: 38px 52px 38px;
  border: 1px solid #cfd6da;
  border-radius: 4px;
}

.page-certificados .cert-header{ text-align: center; }

.page-certificados .cert-header h1{
  margin: 0;
  font-size: 42px;
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -1.2px;
}

.page-certificados .cert-header p{
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 24px;
  line-height: 1.2;
}

.page-certificados .steps{
  width: min(760px, 72vw);
  margin: 34px auto 38px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
}

.page-certificados .step{
  display: inline-flex;
  align-items: center;
  gap: 14px;
  white-space: nowrap;
  font-size: 18px;
}

.page-certificados .step-active{ color: var(--teal-dark); }

.page-certificados .step-number{
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 2px solid var(--teal);
  border-radius: 50%;
  color: var(--teal-dark);
  background: #fff;
  font-size: 18px;
  font-weight: 700;
}

.page-certificados .step-active .step-number{
  color: #fff;
  border-color: var(--teal);
  background: linear-gradient(145deg, #08b6af, #079f9a);
}

.page-certificados .step-line{
  height: 2px;
  background: var(--teal);
}

.page-certificados .rut-panel{
  width: min(1210px, calc(100% - 360px));
  min-width: 900px;
  margin: 0 auto;
  min-height: 185px;
  padding: 38px 140px;
  display: grid;
  grid-template-columns: 100px 1fr 275px;
  align-items: center;
  gap: 28px;
  background: linear-gradient(120deg, #ecfbfb 0%, #f9ffff 50%, #ecfbfb 100%);
  border: 1px solid #bfe9e7;
  border-radius: 10px;
}

.page-certificados .rut-label{
  font-size: 30px;
  font-weight: 800;
}

.page-certificados .rut-input-wrap{
  height: 72px;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 0 22px;
  background: #fff;
  border: 1px solid #bdc7cd;
  border-radius: 8px;
}

.page-certificados .rut-input-wrap img{
  width: 32px;
  height: 32px;
}

.page-certificados .rut-input-wrap input{
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  color: var(--navy);
  background: transparent;
  font-size: 21px;
}

.page-certificados .rut-input-wrap input::placeholder{ color: #8a92a0; }

.page-certificados .btn{
  min-height: 64px;
  padding: 0 28px;
  border-radius: 8px;
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-weight: 800;
  text-decoration: none;
}

.page-certificados .btn-primary{
  color: #fff;
  background: linear-gradient(135deg, #06ada7, #03a39d);
  box-shadow: 0 8px 18px rgba(6, 170, 164, 0.12);
}

.page-certificados .btn-outline{
  color: var(--teal-dark);
  background: #fff;
  border: 2px solid var(--teal);
}

.page-certificados .rut-panel .btn{ font-size: 22px; }

.page-certificados .states-grid{
  margin-top: 48px;
  display: grid;
  grid-template-columns: 300px minmax(650px, 870px) 300px;
  justify-content: space-between;
  align-items: center;
  gap: 34px;
}

.page-certificados .state-card, .page-certificados .result-card{
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 14px;
}

.page-certificados .state-card{
  min-height: 270px;
  padding: 28px 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.page-certificados .state-card h2{
  margin: 20px 0 12px;
  font-size: 19px;
  line-height: 1.25;
}

.page-certificados .state-card p{
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.5;
}

.page-certificados .spinner{
  position: relative;
  width: 74px;
  height: 74px;
}

.page-certificados .spinner span{
  position: absolute;
  left: 34px;
  top: 3px;
  width: 8px;
  height: 18px;
  border-radius: 7px;
  background: var(--teal);
  transform-origin: 4px 34px;
}

.page-certificados .spinner span:nth-child(1){ transform: rotate(0deg); opacity: 1; }
.page-certificados .spinner span:nth-child(2){ transform: rotate(30deg); opacity: .92; }
.page-certificados .spinner span:nth-child(3){ transform: rotate(60deg); opacity: .84; }
.page-certificados .spinner span:nth-child(4){ transform: rotate(90deg); opacity: .76; }
.page-certificados .spinner span:nth-child(5){ transform: rotate(120deg); opacity: .68; }
.page-certificados .spinner span:nth-child(6){ transform: rotate(150deg); opacity: .60; }
.page-certificados .spinner span:nth-child(7){ transform: rotate(180deg); opacity: .52; }
.page-certificados .spinner span:nth-child(8){ transform: rotate(210deg); opacity: .44; }
.page-certificados .spinner span:nth-child(9){ transform: rotate(240deg); opacity: .36; }
.page-certificados .spinner span:nth-child(10){ transform: rotate(270deg); opacity: .28; }
.page-certificados .spinner span:nth-child(11){ transform: rotate(300deg); opacity: .20; }
.page-certificados .spinner span:nth-child(12){ transform: rotate(330deg); opacity: .14; }

.page-certificados .result-card{
  min-height: 420px;
  padding: 26px 38px 30px;
  box-shadow: var(--shadow);
}

.page-certificados .result-title{
  margin: 0;
  font-size: 28px;
  line-height: 1.2;
}

.page-certificados .title-underline{
  width: 145px;
  height: 3px;
  margin-top: 10px;
  background: var(--teal);
}

.page-certificados .result-content{
  margin-top: 28px;
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 32px;
  align-items: start;
}

.page-certificados .certificate-illustration{
  height: 200px;
  padding: 18px;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, #f4ffff, #eafafa);
  border: 1px solid #aee6e3;
  border-radius: 14px;
}

.page-certificados .certificate-illustration img{
  width: 126px;
  height: 126px;
}

.page-certificados .certificate-info{ min-width: 0; }

.page-certificados .certificate-heading-row{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.page-certificados .certificate-heading{
  display: flex;
  align-items: center;
  gap: 14px;
}

.page-certificados .certificate-heading h3{
  margin: 0;
  font-size: 24px;
  line-height: 1.15;
}

.page-certificados .check-dot{
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--teal);
  font-size: 24px;
  font-weight: 700;
}

.page-certificados .status-pill{
  padding: 10px 18px;
  color: var(--teal-dark);
  background: #effdfc;
  border: 1px solid #86d9d5;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
}

.page-certificados .info-row{
  margin-top: 18px;
  display: grid;
  grid-template-columns: 54px 1fr;
  align-items: center;
  gap: 14px;
}

.page-certificados .round-icon{
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border: 1px solid #79d5d1;
  border-radius: 50%;
}

.page-certificados .round-icon img{
  width: 31px;
  height: 31px;
}

.page-certificados .info-label{
  display: block;
  margin-bottom: 2px;
  color: var(--muted);
  font-size: 17px;
}

.page-certificados .info-row strong{ font-size: 18px; }

.page-certificados .result-actions{
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.page-certificados .btn-action{
  min-height: 54px;
  font-size: 18px;
}

.page-certificados .btn-action img{
  width: 28px;
  height: 28px;
}

.page-certificados .btn-primary.btn-action img{ filter: brightness(0) invert(1); }

.page-certificados .empty-icon{
  width: 78px;
  height: 78px;
}

.page-certificados .state-empty h2{ margin-top: 22px; }

@media (max-width: 1450px) {
  .page-certificados .cert-shell{ padding-left: 34px; padding-right: 34px; }
  .page-certificados .rut-panel{ width: min(1100px, calc(100% - 150px)); min-width: 0; padding: 34px 70px; }
  .page-certificados .states-grid{ grid-template-columns: 250px minmax(600px, 1fr) 250px; gap: 24px; }
}

@media (max-width: 1180px) {
  .page-certificados .rut-panel{ width: 100%; grid-template-columns: 90px 1fr 240px; padding: 30px 36px; }
  .page-certificados .states-grid{ grid-template-columns: 1fr 1fr; }
  .page-certificados .result-card{ grid-column: 1 / -1; grid-row: 1; }
  .page-certificados .state-card{ min-height: 230px; }
}

@media (max-width: 760px) {
  .page-certificados .cert-shell{ padding: 28px 18px; }
  .page-certificados .cert-header h1{ font-size: 36px; }
  .page-certificados .cert-header p{ font-size: 19px; }
  .page-certificados .steps{ width: 100%; grid-template-columns: auto 1fr auto; gap: 10px; }
  .page-certificados .step{ gap: 8px; font-size: 14px; }
  .page-certificados .step-number{ width: 36px; height: 36px; }
  .page-certificados .rut-panel{ grid-template-columns: 1fr; gap: 15px; padding: 24px; }
  .page-certificados .rut-label{ font-size: 24px; }
  .page-certificados .rut-input-wrap{ height: 60px; }
  .page-certificados .states-grid{ grid-template-columns: 1fr; }
  .page-certificados .result-card{ grid-column: auto; grid-row: auto; padding: 24px 20px; }
  .page-certificados .result-content{ grid-template-columns: 1fr; }
  .page-certificados .certificate-illustration{ width: 165px; margin: 0 auto; }
  .page-certificados .certificate-heading-row{ align-items: flex-start; flex-direction: column; }
  .page-certificados .result-actions{ grid-template-columns: 1fr; }
}

.page-certificados .rut-input-wrap:focus-within{
  border-color: var(--teal);
  box-shadow: 0 0 0 4px rgba(6, 170, 164, .14);
}

.page-certificados .rut-input-wrap.is-invalid{
  border-color: #c83939;
  box-shadow: 0 0 0 4px rgba(200, 57, 57, .1);
}

.page-certificados .btn:disabled{
  cursor: wait;
  opacity: .7;
}

.page-certificados .rut-help{
  margin: 14px auto 0;
  color: var(--muted);
  font-size: 15px;
  text-align: center;
}

.page-certificados .cert-feedback{
  min-height: 28px;
  margin: 8px auto 0;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.page-certificados .cert-feedback[data-state="error"]{ color: #a12727; }
.page-certificados .cert-feedback[data-state="success"]{ color: #087f79; }
.page-certificados .cert-feedback[data-state="empty"]{ color: #815b12; }
.page-certificados .cert-feedback[data-state="loading"]{ color: var(--teal-dark); }

.page-certificados .cert-intro-card{
  width: min(840px, 100%);
  margin: 42px auto 0;
  padding: 30px 34px;
  display: grid;
  grid-template-columns: 88px 1fr;
  align-items: center;
  gap: 26px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--shadow);
}

.page-certificados .cert-intro-card > img{
  width: 78px;
  height: 78px;
}

.page-certificados .cert-intro-card h2{
  margin: 0 0 8px;
  font-size: 23px;
}

.page-certificados .cert-intro-card p{
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
}

.page-certificados .cert-modal[hidden]{ display: none; }

.page-certificados .cert-modal{
  position: fixed;
  z-index: 650;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
}

.page-certificados .cert-modal-backdrop{
  position: absolute;
  inset: 0;
  background: rgba(8, 27, 52, .76);
  backdrop-filter: blur(5px);
}

.page-certificados .cert-modal-panel{
  position: relative;
  z-index: 1;
  width: min(920px, 100%);
  max-height: calc(100vh - 40px);
  overflow: auto;
  padding: 34px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 28px 90px rgba(4, 19, 37, .34);
}

.page-certificados .cert-modal-panel-wide{ width: min(1040px, 100%); }

.page-certificados .cert-modal-close{
  position: absolute;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid var(--border);
  border-radius: 50%;
  color: var(--navy);
  background: #fff;
  font-size: 27px;
  line-height: 1;
}

.page-certificados .cert-modal-close:hover,
.page-certificados .cert-modal-close:focus-visible{
  border-color: var(--teal);
  outline: 3px solid rgba(6, 170, 164, .17);
}

.page-certificados .cert-modal-heading{
  padding-right: 54px;
  margin-bottom: 26px;
}

.page-certificados .cert-kicker{
  display: block;
  margin-bottom: 7px;
  color: var(--teal-dark);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.page-certificados .cert-modal-heading h2{
  margin: 0;
  font-size: clamp(28px, 4vw, 38px);
}

.page-certificados .cert-modal-heading p{
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 17px;
}

.page-certificados .cert-table-wrap{
  overflow: auto;
  border: 1px solid var(--border);
  border-radius: 12px;
}

.page-certificados .cert-table{
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

.page-certificados .cert-table th,
.page-certificados .cert-table td{
  padding: 16px 18px;
  border-bottom: 1px solid var(--border);
  text-align: left;
  vertical-align: middle;
}

.page-certificados .cert-table th{
  color: #fff;
  background: var(--navy);
  font-size: 15px;
  letter-spacing: .02em;
}

.page-certificados .cert-table tbody tr:last-child td{ border-bottom: 0; }
.page-certificados .cert-table tbody tr:nth-child(even){ background: #f7fbfb; }

.page-certificados .cert-client-table tbody tr{
  cursor: pointer;
  transition: background .18s ease, box-shadow .18s ease;
}

.page-certificados .cert-client-table tbody tr:hover,
.page-certificados .cert-client-table tbody tr:focus-within{
  background: var(--teal-soft);
  box-shadow: inset 4px 0 0 var(--teal);
}

.page-certificados .cert-client-id{
  width: 120px;
  color: var(--teal-dark);
  font-weight: 800;
  white-space: nowrap;
}

.page-certificados .cert-client-select{
  width: 100%;
  padding: 0;
  border: 0;
  color: var(--navy);
  background: transparent;
  font-weight: 800;
  text-align: left;
}

.page-certificados .cert-client-select:focus-visible{
  border-radius: 4px;
  outline: 3px solid rgba(6, 170, 164, .22);
}

.page-certificados .cert-modal-loading{
  min-height: 170px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  color: var(--teal-dark);
}

.page-certificados .cert-modal-loading[hidden]{ display: none; }

.page-certificados .cert-loader{
  width: 52px;
  height: 52px;
  border: 6px solid #d9f2f1;
  border-top-color: var(--teal);
  border-radius: 50%;
  animation: cert-spin .8s linear infinite;
}

.page-certificados .cert-empty-modal{
  min-height: 230px;
  padding: 28px;
  display: grid;
  place-items: center;
  align-content: center;
  text-align: center;
  border: 1px solid var(--border);
  border-radius: 12px;
}

.page-certificados .cert-empty-modal[hidden]{ display: none; }
.page-certificados .cert-empty-modal img{ width: 72px; height: 72px; }
.page-certificados .cert-empty-modal h3{ margin: 16px 0 6px; font-size: 22px; }
.page-certificados .cert-empty-modal p{ margin: 0; color: var(--muted); }

.page-certificados .cert-modal-status{
  min-height: 24px;
  margin: 14px 0 0;
  color: #a12727;
  font-weight: 700;
  text-align: center;
}

.page-certificados .cert-actions-heading,
.page-certificados .cert-actions-cell{
  width: 260px;
  text-align: center;
}

.page-certificados .cert-file-actions{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}

.page-certificados .cert-file-action{
  display: inline-flex;
  min-height: 42px;
  padding: 8px 12px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 1px solid #99dedb;
  border-radius: 10px;
  color: var(--navy);
  background: #effbfa;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease;
}

.page-certificados .cert-file-action:hover,
.page-certificados .cert-file-action:focus-visible{
  transform: translateY(-2px);
  outline: 0;
  box-shadow: 0 7px 18px rgba(6, 170, 164, .18);
}

.page-certificados .cert-file-action img{ width: 24px; height: 24px; }
.page-certificados .cert-pdf-unavailable{ color: var(--muted); font-size: 13px; }

.page-certificados .cert-status-badge{
  display: inline-flex;
  padding: 7px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.page-certificados .cert-status-badge.is-active{
  color: #08736d;
  background: #dff7f5;
}

.page-certificados .cert-status-badge.is-inactive{
  color: #8b4d18;
  background: #fff0dc;
}

@keyframes cert-spin{ to{ transform: rotate(360deg); } }

@media (prefers-reduced-motion: reduce){
  .page-certificados .cert-loader{ animation-duration: 1.8s; }
  .page-certificados .cert-file-action{ transition: none; }
}

@media (max-width: 760px){
  .page-certificados .cert-shell{ min-height: 560px; }
  .page-certificados .cert-intro-card{ grid-template-columns: 58px 1fr; padding: 22px; gap: 18px; }
  .page-certificados .cert-intro-card > img{ width: 54px; height: 54px; }
  .page-certificados .cert-intro-card h2{ font-size: 20px; }
  .page-certificados .cert-intro-card p{ font-size: 15px; }
  .page-certificados .cert-modal{ padding: 0; align-items: end; }
  .page-certificados .cert-modal-panel,
  .page-certificados .cert-modal-panel-wide{ max-height: 94vh; padding: 28px 18px 22px; border-radius: 20px 20px 0 0; }
  .page-certificados .cert-modal-close{ top: 12px; right: 12px; }
  .page-certificados .cert-modal-heading{ padding-right: 46px; }
  .page-certificados .cert-table th,
  .page-certificados .cert-table td{ padding: 13px 12px; font-size: 14px; }
  .page-certificados .cert-client-table th:first-child{ min-width: 105px; }
  .page-certificados .cert-client-table th:nth-child(2){ min-width: 185px; }
  .page-certificados .cert-client-table th:nth-child(3){ min-width: 250px; }
  .page-certificados .cert-actions-heading,
  .page-certificados .cert-actions-cell{ min-width: 230px; }
}

/* 2026-08-26: flujo Ingreso Clientes RUT -> PIN -> certificados */
.page-certificados .steps-three{
  grid-template-columns: auto 1fr auto 1fr auto;
  width: min(980px, 100%);
}
.page-certificados .step.step-complete .step-number{
  color: #fff;
  border-color: var(--teal);
  background: var(--teal);
}
.page-certificados .access-panel{
  grid-template-columns: 100px minmax(0, 1fr) 275px;
}
.page-certificados .pin-icon{
  width: 32px;
  flex: 0 0 32px;
  color: var(--teal-dark);
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 2px;
  text-align: center;
}
.page-certificados .access-reset{
  display: block;
  margin: 4px auto 0;
  padding: 6px 10px;
  border: 0;
  color: var(--teal-dark);
  background: transparent;
  font: inherit;
  font-weight: 800;
  text-decoration: underline;
  cursor: pointer;
}
.page-certificados .access-reset[hidden]{ display: none; }
.page-certificados [data-pin-control][hidden],
.page-certificados [data-pin-help][hidden],
.page-certificados [data-rut-submit][hidden]{ display: none !important; }

@media (max-width: 1180px) {
  .page-certificados .access-panel{ grid-template-columns: 90px minmax(0, 1fr) 240px; }
}
@media (max-width: 760px) {
  .page-certificados .steps-three{
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .page-certificados .steps-three .step-line{ display: none; }
  .page-certificados .access-panel{ grid-template-columns: 1fr; }
}

/* 2026-08-26 R4: orden visual del flujo RUT -> PIN.
   Fija cada control en su fila para evitar que Grid reacomode el PIN
   cuando el boton Continuar se oculta despues de validar el RUT. */
.page-certificados .access-panel{
  width: min(980px, calc(100% - 80px));
  min-width: 0;
  min-height: 0;
  padding: 30px 42px;
  grid-template-columns: 110px minmax(0, 1fr) 220px;
  grid-template-rows: auto auto;
  column-gap: 24px;
  row-gap: 18px;
  align-items: center;
}

.page-certificados .access-panel .rut-label[for="certificate-rut"]{
  grid-column: 1;
  grid-row: 1;
}
.page-certificados .access-panel [data-rut-wrap]{
  grid-column: 2;
  grid-row: 1;
}
.page-certificados .access-panel [data-rut-submit]{
  grid-column: 3;
  grid-row: 1;
}
.page-certificados .access-panel .rut-label[for="certificate-pin"]{
  grid-column: 1;
  grid-row: 2;
}
.page-certificados .access-panel [data-pin-wrap]{
  grid-column: 2;
  grid-row: 2;
}
.page-certificados .access-panel [data-pin-submit]{
  grid-column: 3;
  grid-row: 2;
}

.page-certificados .access-panel .rut-label{
  font-size: 24px;
  line-height: 1.1;
}
.page-certificados .access-panel .rut-input-wrap{
  width: 100%;
  height: 62px;
}
.page-certificados .access-panel .btn{
  width: 100%;
  min-height: 62px;
  font-size: 19px;
}
.page-certificados .access-panel input[readonly]{
  color: #47576d;
  cursor: default;
}

.page-certificados .rut-help{
  max-width: 780px;
}
.page-certificados .access-reset{
  margin-top: 8px;
}
.page-certificados .cert-feedback{
  min-height: 24px;
  margin-top: 8px;
}
.page-certificados .cert-intro-card{
  margin-top: 28px;
}

@media (max-width: 900px){
  .page-certificados .access-panel{
    width: 100%;
    padding: 26px;
    grid-template-columns: 92px minmax(0, 1fr) 190px;
    column-gap: 18px;
  }
}

@media (max-width: 760px){
  .page-certificados .access-panel{
    width: 100%;
    padding: 22px 18px;
    grid-template-columns: 1fr;
    grid-template-rows: none;
    gap: 10px;
  }

  .page-certificados .access-panel .rut-label[for="certificate-rut"],
  .page-certificados .access-panel [data-rut-wrap],
  .page-certificados .access-panel [data-rut-submit],
  .page-certificados .access-panel .rut-label[for="certificate-pin"],
  .page-certificados .access-panel [data-pin-wrap],
  .page-certificados .access-panel [data-pin-submit]{
    grid-column: 1;
    grid-row: auto;
  }

  .page-certificados .access-panel .rut-label{
    margin-top: 2px;
    font-size: 18px;
  }
  .page-certificados .access-panel .rut-input-wrap{
    height: 56px;
  }
  .page-certificados .access-panel .btn{
    min-height: 54px;
    margin-top: 2px;
    font-size: 17px;
  }
}
