
/* v8.3 - Trámites reconstruidos + copyright azul sólido */

/* Copyright/footer bottom azul sólido */
html body footer#contacto.ji-footer .ji-footer__bottom,
html body footer.ji-footer .ji-footer__bottom,
html body .ji-footer__bottom{
  background:#0f2b63!important;
  background-image:none!important;
  color:#fff!important;
}

/* Sección trámites completamente aislada de estilos antiguos */
html body #tramites.ji-tramites-rebuild{
  background:linear-gradient(180deg,#f4f7ff 0%,#eef4ff 100%)!important;
  padding:clamp(3.8rem,6vw,5.6rem) 0!important;
  margin:0!important;
}

html body #tramites.ji-tramites-rebuild .ji-tramites-rebuild__header{
  display:flex!important;
  align-items:flex-end!important;
  justify-content:space-between!important;
  gap:1rem!important;
  margin:0 0 1.7rem!important;
}

html body #tramites.ji-tramites-rebuild .ji-tramites-rebuild__header h2{
  margin:0 0 .45rem!important;
  color:#cf142b!important;
  font-size:clamp(2.4rem,5vw,4.2rem)!important;
  line-height:.98!important;
  letter-spacing:-.055em!important;
  font-weight:950!important;
}

html body #tramites.ji-tramites-rebuild .ji-tramites-rebuild__header h2 span{
  color:#2457e6!important;
}

html body #tramites.ji-tramites-rebuild .ji-tramites-rebuild__header p{
  margin:0!important;
  max-width:680px!important;
  color:#425270!important;
  font-size:1rem!important;
  line-height:1.55!important;
}

html body #tramites.ji-tramites-rebuild .ji-tramites-rebuild__group{
  margin-top:1.8rem!important;
}

html body #tramites.ji-tramites-rebuild .ji-tramites-rebuild__group h3{
  margin:0 0 1.1rem!important;
  color:#0f2b63!important;
  font-size:1.35rem!important;
  line-height:1.2!important;
  font-weight:950!important;
}

html body #tramites.ji-tramites-rebuild .ji-tramites-rebuild__note{
  margin:-.5rem 0 1rem!important;
  color:#51627f!important;
}

html body #tramites.ji-tramites-rebuild .ji-tramites-rebuild__grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:1.35rem!important;
  align-items:stretch!important;
}

/* Card desde cero */
html body #tramites.ji-tramites-rebuild .ji-tramite-rebuild-card{
  display:flex!important;
  flex-direction:column!important;
  min-height:230px!important;
  background:#fff!important;
  border:1px solid #d8e2fb!important;
  border-radius:0!important;
  box-shadow:0 16px 34px rgba(15,43,99,.075)!important;
  overflow:hidden!important;
}

html body #tramites.ji-tramites-rebuild .ji-tramite-rebuild-card__tag{
  padding:1.05rem 1.15rem .15rem!important;
  color:#2457e6!important;
  background:#fff!important;
  font-size:.86rem!important;
  line-height:1.1!important;
  font-weight:950!important;
}

html body #tramites.ji-tramites-rebuild .ji-tramite-rebuild-card__body{
  flex:1 1 auto!important;
  padding:.3rem 1.15rem 1rem!important;
  background:#fff!important;
}

html body #tramites.ji-tramites-rebuild .ji-tramite-rebuild-card__body h4{
  margin:0 0 .65rem!important;
  color:#0d214a!important;
  font-size:1.08rem!important;
  line-height:1.2!important;
  font-weight:950!important;
}

html body #tramites.ji-tramites-rebuild .ji-tramite-rebuild-card__body p{
  margin:0!important;
  color:#51627f!important;
  font-size:.96rem!important;
  line-height:1.55!important;
}

html body #tramites.ji-tramites-rebuild .ji-tramite-rebuild-card__footer{
  margin-top:auto!important;
  padding:1rem!important;
  background:#fff!important;
  border-top:1px solid #d8e2fb!important;
}

html body #tramites.ji-tramites-rebuild .ji-tramite-rebuild-card__footer a{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:.5rem!important;
  width:100%!important;
  min-height:46px!important;
  border-radius:999px!important;
  padding:.75rem 1rem!important;
  background:#2457e6!important;
  background-image:none!important;
  border:2px solid #2457e6!important;
  color:#fff!important;
  text-decoration:none!important;
  text-align:center!important;
  font-size:.88rem!important;
  line-height:1.1!important;
  font-weight:950!important;
  letter-spacing:.02em!important;
  text-transform:uppercase!important;
  box-shadow:none!important;
}

html body #tramites.ji-tramites-rebuild .ji-tramite-rebuild-card__footer a:hover{
  background:#0f2b63!important;
  border-color:#0f2b63!important;
  color:#fff!important;
}

html body #tramites.ji-tramites-rebuild .ji-tramite-rebuild-card__footer a span{
  width:28px!important;
  height:28px!important;
  border-radius:999px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:#fff!important;
  color:#2457e6!important;
  flex:0 0 28px!important;
}

html body #tramites.ji-tramites-rebuild .ji-tramite-rebuild-card--external .ji-tramite-rebuild-card__tag{
  color:#cf142b!important;
}

@media (max-width:980px){
  html body #tramites.ji-tramites-rebuild .ji-tramites-rebuild__grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}

@media (max-width:640px){
  html body #tramites.ji-tramites-rebuild .ji-tramites-rebuild__grid{
    grid-template-columns:1fr!important;
  }
  html body #tramites.ji-tramites-rebuild .ji-tramites-rebuild__header h2{
    font-size:2.45rem!important;
  }
}
