/*
 * CCJ Home V310
 * - Centrado fino de las dos filas de accesos rápidos.
 * - Conserva medidas, paleta azul V309 y estructura 5+5 V308.
 */

body.jc-ccj-route .jc-ccj5-homebar__nav{
  justify-content:center;
}

/* Escritorio / tablet: las dos filas se comportan como un bloque centrado. */
body.jc-ccj-route .jc-ccj5-homebar__row--one,
body.jc-ccj-route .jc-ccj5-homebar__row--two{
  justify-content:center;
}

@media (max-width:760px){
  body.jc-ccj-route .jc-ccj5-homebar__nav{
    width:100%!important;
    margin-inline:auto!important;
    justify-items:center!important;
  }

  body.jc-ccj-route .jc-ccj5-homebar__row,
  body.jc-ccj-route .jc-ccj5-homebar__row--one,
  body.jc-ccj-route .jc-ccj5-homebar__row--two{
    width:95%!important;
    margin-inline:auto!important;
    justify-content:center!important;
    justify-items:center!important;
  }

  body.jc-ccj-route .jc-ccj5-homebar__row a,
  body.jc-ccj-route .jc-ccj5-homebar__row--one a,
  body.jc-ccj-route .jc-ccj5-homebar__row--two a{
    margin-inline:auto!important;
  }
}
