
/* v11.3 - Pasos guiados para todos los formularios JJVV */
html body .ji-general-steps{margin:1.4rem 0}
html body .ji-general-step .ji-cert-step__grid{grid-template-columns:repeat(2,minmax(280px,1fr))}
html body .ji-general-step .ji-jjvv-form__field--textarea{grid-column:1/-1!important}
html body .ji-general-steps__nav{grid-template-columns:repeat(3,minmax(0,1fr))}
@media(max-width:860px){
  html body .ji-general-steps__nav{grid-template-columns:1fr}
  html body .ji-general-step .ji-cert-step__grid{grid-template-columns:1fr}
}
