/* Home RUMO shortcuts. */
#top.home .gr-rumo-admin-marker {
  display: none !important;
}

#top.home #header_main .gr-home-rumo-panel,
#top.home #header_main .gr-home-rumo-panel * {
  box-sizing: border-box;
}

#top.home .gr-home-rumo-panel-mobile-after-slider {
  display: none;
}

body#top.home.pojo-a11y-resize-font-120,
html.pojo-a11y-resize-font-120 #top.home {
  --gr-rumo-a11y-label-scale: 1.2;
  --gr-rumo-brand-kicker-a11y-size: 11.6px;
  --gr-rumo-brand-kicker-a11y-narrow-size: 10.6px;
}

body#top.home.pojo-a11y-resize-font-125,
html.pojo-a11y-resize-font-125 #top.home {
  --gr-rumo-a11y-label-scale: 1.25;
  --gr-rumo-brand-kicker-a11y-size: 12px;
  --gr-rumo-brand-kicker-a11y-narrow-size: 11px;
}

body#top.home.pojo-a11y-resize-font-130,
html.pojo-a11y-resize-font-130 #top.home {
  --gr-rumo-a11y-label-scale: 1.3;
  --gr-rumo-brand-kicker-a11y-size: 12.8px;
  --gr-rumo-brand-kicker-a11y-narrow-size: 11.7px;
}

body#top.home.pojo-a11y-resize-font-140,
html.pojo-a11y-resize-font-140 #top.home {
  --gr-rumo-a11y-label-scale: 1.4;
  --gr-rumo-brand-kicker-a11y-size: 14.4px;
  --gr-rumo-brand-kicker-a11y-narrow-size: 13px;
}

body#top.home.pojo-a11y-resize-font-150,
html.pojo-a11y-resize-font-150 #top.home {
  --gr-rumo-a11y-label-scale: 1.5;
  --gr-rumo-brand-kicker-a11y-size: 16px;
  --gr-rumo-brand-kicker-a11y-narrow-size: 14px;
}

body#top.home.pojo-a11y-resize-font-160,
html.pojo-a11y-resize-font-160 #top.home {
  --gr-rumo-a11y-label-scale: 1.6;
  --gr-rumo-brand-kicker-a11y-size: 16.8px;
  --gr-rumo-brand-kicker-a11y-narrow-size: 14.7px;
}

body#top.home.pojo-a11y-resize-font-170,
html.pojo-a11y-resize-font-170 #top.home {
  --gr-rumo-a11y-label-scale: 1.7;
  --gr-rumo-brand-kicker-a11y-size: 17.6px;
  --gr-rumo-brand-kicker-a11y-narrow-size: 15.4px;
}

body#top.home.pojo-a11y-resize-font-175,
html.pojo-a11y-resize-font-175 #top.home {
  --gr-rumo-a11y-label-scale: 1.75;
  --gr-rumo-brand-kicker-a11y-size: 18.2px;
  --gr-rumo-brand-kicker-a11y-narrow-size: 15.8px;
}

body#top.home.pojo-a11y-resize-font-180,
html.pojo-a11y-resize-font-180 #top.home {
  --gr-rumo-a11y-label-scale: 1.8;
  --gr-rumo-brand-kicker-a11y-size: 18.8px;
  --gr-rumo-brand-kicker-a11y-narrow-size: 16.2px;
}

body#top.home.pojo-a11y-resize-font-190,
html.pojo-a11y-resize-font-190 #top.home {
  --gr-rumo-a11y-label-scale: 1.9;
  --gr-rumo-brand-kicker-a11y-size: 19.4px;
  --gr-rumo-brand-kicker-a11y-narrow-size: 16.6px;
}

body#top.home.pojo-a11y-resize-font-200,
html.pojo-a11y-resize-font-200 #top.home {
  --gr-rumo-a11y-label-scale: 2;
  --gr-rumo-brand-kicker-a11y-size: 20px;
  --gr-rumo-brand-kicker-a11y-narrow-size: 17px;
}

/* Estrutura do painel e espacamento. */
#top.home #header_main .gr-home-rumo-panel {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 18px;
  margin: 14px 0 18px;
  font-family: "Open Sans", Arial, sans-serif;
}

/* Container do card com a faixa de marca e a barra de cores. */
#top.home #header_main .gr-home-rumo-card {
  position: relative;
  --gr-rumo-columns: minmax(140px, 1.05fr) 1px repeat(2, minmax(118px, 1fr) 1px) minmax(118px, 1fr);
  flex: 1 1 auto;
  max-width: 590px;
  min-width: 0;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(7, 63, 120, 0.08);
  border-radius: 4px;
  box-shadow: 0 10px 24px rgba(7, 34, 62, 0.12);
}

/* Grid que comporta o logo e os tres links de atalho. */
#top.home #header_main .gr-rumo-card-inner {
  display: grid;
  grid-template-columns: var(--gr-rumo-columns);
  align-items: center;
  min-height: 72px;
  padding: 0;
}

/* Estilo base compartilhado pelo logo e pelos atalhos. */
#top.home #header_main .gr-rumo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-width: 0;
  min-height: 72px;
  padding: 0 7px;
  color: #3f4148;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}

#top.home #header_main .gr-rumo-item:not(.gr-rumo-item-main) {
  display: grid;
  grid-template-columns: 30px minmax(58px, max-content);
  column-gap: 8px;
  justify-content: center;
}

#top.home #header_main a.gr-rumo-item:hover,
#top.home #header_main a.gr-rumo-item:focus {
  background: #f7fafc;
  color: #073f78;
  outline: none;
}

#top.home #header_main a.gr-rumo-item:focus-visible {
  box-shadow: inset 0 0 0 2px rgba(7, 63, 120, 0.28);
}

#top.home #header_main .gr-rumo-item-main {
  cursor: default;
}

#top.home #header_main .gr-rumo-brand-kicker {
  display: none;
}

#top.home #header_main .gr-rumo-brand img {
  display: block;
  width: 128px;
  max-width: 100%;
  height: auto;
  max-height: 52px;
  object-fit: contain;
}

#top.home #header_main .gr-rumo-icon,
#top.home #header_main .gr-rumo-icon-row {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 30px;
}

#top.home #header_main .gr-rumo-item:not(.gr-rumo-item-main) .gr-rumo-icon {
  width: 30px;
}

#top.home #header_main .gr-rumo-icon-route {
  color: #55af36;
}

#top.home #header_main .gr-rumo-icon-bus {
  color: #f5bd11;
}

#top.home #header_main .gr-rumo-icon-pin {
  color: #ed3343;
}

#top.home #header_main .gr-rumo-icon-row {
  gap: 4px;
  margin-right: 8px;
}

#top.home #header_main .gr-rumo-icon svg,
#top.home #header_main .gr-rumo-icon-row svg {
  display: block;
}

#top.home #header_main .gr-rumo-icon-pinbus svg {
  width: 46px;
  height: 52px;
}

#top.home #header_main .gr-rumo-arrow {
  width: 30px;
  height: 24px;
}

#top.home #header_main .gr-rumo-pins {
  width: 36px;
  height: 32px;
}

#top.home #header_main .gr-rumo-icon-route svg,
#top.home #header_main .gr-rumo-icon-bus svg,
#top.home #header_main .gr-rumo-icon-pin svg {
  width: 27px;
  height: 27px;
}

#top.home #header_main .gr-rumo-title-text {
  display: flex;
  flex-direction: column;
  color: #073f78;
  font-size: 17px;
  font-weight: 900;
  line-height: 0.92;
  letter-spacing: 0;
}

#top.home #header_main .gr-rumo-label {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-width: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
  color: #3f4148;
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: normal;
}

#top.home #header_main .gr-rumo-label-prefix {
  color: #6d737d;
  font-size: 9px;
  font-weight: 800;
}

#top.home #header_main .gr-rumo-label-target {
  color: #3f4148;
  font-size: 12px;
  font-weight: 900;
}

#top.home #header_main a.gr-rumo-item:hover .gr-rumo-label,
#top.home #header_main a.gr-rumo-item:focus .gr-rumo-label,
#top.home #header_main a.gr-rumo-item:hover .gr-rumo-label-prefix,
#top.home #header_main a.gr-rumo-item:focus .gr-rumo-label-prefix,
#top.home #header_main a.gr-rumo-item:hover .gr-rumo-label-target,
#top.home #header_main a.gr-rumo-item:focus .gr-rumo-label-target {
  color: #073f78;
}

#top.home #header_main .gr-rumo-separator {
  display: flex;
  flex: 0 0 1px;
  align-items: center;
  justify-content: center;
  height: 54px;
}

#top.home #header_main .gr-rumo-separator svg {
  width: 1px;
  height: 54px;
}

#top.home #header_main .gr-rumo-separator line {
  stroke: #dfe3e8;
  stroke-width: 2;
}

/* Faixa colorida inferior que espelha as secoes dos atalhos. */
#top.home #header_main .gr-rumo-color-bar {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  grid-template-columns: var(--gr-rumo-columns);
  width: 100%;
  height: 0;
}

#top.home #header_main .gr-rumo-color-segment,
#top.home #header_main .gr-rumo-color-separator {
  display: block;
  min-width: 0;
  height: 0;
}

#top.home #header_main .gr-rumo-color-main {
  background: #073f78;
}

#top.home #header_main .gr-rumo-color-route {
  background: #55af36;
}

#top.home #header_main .gr-rumo-color-line {
  background: #f5bd11;
}

#top.home #header_main .gr-rumo-color-place {
  background: #ed3343;
}

#top.home #header_main .gr-home-gov-brand {
  display: flex;
  flex: 0 1 250px;
  align-items: center;
  justify-content: flex-end;
  min-width: 180px;
}

#top.home #header_main .gr-home-gov-brand img {
  display: block;
  width: 250px;
  max-width: 100%;
  height: auto;
}

/* No desktop, o painel fica alinhado ao header. */
@media only screen and (min-width: 990px) {
  #top.home #header_main .inner-container {
    position: relative;
    --gr-rumo-desktop-card-width: min(760px, calc(100% - 390px));
    min-height: 116px;
  }

  #top.home #header_main .logo {
    order: 1;
    flex: 0 0 calc((100% - var(--gr-rumo-desktop-card-width)) / 2);
    width: calc((100% - var(--gr-rumo-desktop-card-width)) / 2);
    max-width: calc((100% - var(--gr-rumo-desktop-card-width)) / 2);
    height: 116px;
    justify-content: center;
  }

  #top.home #header_main .logo a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: min(220px, 88%);
    max-width: 100%;
  }

  #top.home #header_main .logo a,
  #top.home #header_main .logo img {
    max-height: 56px;
  }

  #top.home #header_main .logo img {
    width: 220px;
    max-width: 100%;
    height: auto;
    object-fit: contain;
  }

  #top.home #header_main .gr-home-rumo-panel {
    order: 1;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    min-width: 0;
    height: 116px;
    margin: 0;
    gap: 0;
    pointer-events: none;
  }

  #top.home #header_main .gr-home-rumo-card {
    position: absolute;
    z-index: 3;
    --gr-rumo-columns: minmax(178px, 0.98fr) 1px repeat(2, minmax(0, 1fr) 1px) minmax(0, 1fr);
    top: 50%;
    left: 50%;
    width: var(--gr-rumo-desktop-card-width);
    min-width: 0;
    overflow: hidden;
    border: 0;
    border-radius: 14px;
    box-shadow: 0 16px 34px rgba(7, 34, 62, 0.12);
    transform: translate(-50%, -50%);
    pointer-events: auto;
  }

  #top.home #header_main .gr-rumo-card-inner {
    min-height: 84px;
  }

  #top.home #header_main .gr-rumo-item {
    min-height: 84px;
  }

  #top.home #header_main .gr-rumo-brand {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    overflow: visible;
    padding: 7px 12px 9px;
  }

  #top.home #header_main .gr-rumo-brand-kicker {
    display: block;
    width: 100%;
    color: #14345c;
    font-size: 11px;
    font-weight: 900;
    line-height: 1.35;
    overflow: visible;
    text-align: center;
    text-overflow: initial;
    white-space: nowrap;
  }

  #top.home #header_main .gr-rumo-brand img {
    width: 128px;
    max-height: 42px;
  }

  #top.home #header_main .gr-rumo-item:not(.gr-rumo-item-main) {
    grid-template-columns: 30px minmax(58px, max-content);
    column-gap: 8px;
    justify-content: center;
    padding-right: 10px;
    padding-left: 10px;
  }

  #top.home #header_main .gr-rumo-icon {
    width: 30px;
    height: 30px;
    border-radius: 0;
  }

  #top.home #header_main .gr-rumo-icon-route {
    background: transparent;
  }

  #top.home #header_main .gr-rumo-icon-bus {
    background: transparent;
  }

  #top.home #header_main .gr-rumo-icon-pin {
    background: transparent;
  }

  #top.home #header_main .gr-rumo-icon-route svg,
  #top.home #header_main .gr-rumo-icon-bus svg,
  #top.home #header_main .gr-rumo-icon-pin svg {
    width: 27px;
    height: 27px;
  }

  #top.home #header_main .gr-rumo-label {
    line-height: 1.02;
  }

  #top.home #header_main .gr-rumo-label-prefix {
    color: #6d737d;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0;
  }

  #top.home #header_main .gr-rumo-label-target {
    color: #3f4148;
    font-size: 12px;
    font-weight: 900;
  }

  #top.home #header_main .gr-rumo-separator,
  #top.home #header_main .gr-rumo-separator svg {
    height: 54px;
  }

  #top.home #header_main .gr-home-gov-brand {
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc((100% - var(--gr-rumo-desktop-card-width)) / 2);
    transform: translateY(-50%);
    pointer-events: auto;
  }

  #top.home #header_main .gr-home-gov-brand img {
    width: 230px;
    max-width: 92%;
  }

  #top.home #header_main .main_menu {
    margin-top: 0;
  }

  body#top.home.gr-home-header-a11y-expanded #header_main .gr-home-rumo-card,
  body#top.home.gr-rumo-a11y-text-expanded #header_main .gr-home-rumo-card {
    --gr-rumo-columns: minmax(170px, 0.92fr) 1px repeat(2, minmax(0, 1fr) 1px) minmax(0, 1fr);
    width: min(800px, calc(100% - 390px));
    min-width: 0;
  }

  body#top.home.gr-home-header-a11y-expanded #header_main .gr-rumo-card-inner,
  body#top.home.gr-rumo-a11y-text-expanded #header_main .gr-rumo-card-inner {
    min-height: 110px;
  }

  body#top.home.gr-home-header-a11y-expanded #header_main .gr-rumo-item,
  body#top.home.gr-rumo-a11y-text-expanded #header_main .gr-rumo-item {
    min-height: 110px;
    padding: 8px;
  }

  body#top.home.gr-home-header-a11y-expanded #header_main .gr-rumo-brand,
  body#top.home.gr-rumo-a11y-text-expanded #header_main .gr-rumo-brand {
    align-items: center;
    gap: 4px;
    overflow: visible;
    padding: 8px 12px 10px;
  }

  body#top.home.gr-home-header-a11y-expanded #header_main .gr-rumo-brand-kicker,
  body#top.home.gr-rumo-a11y-text-expanded #header_main .gr-rumo-brand-kicker {
    font-size: var(--gr-rumo-brand-kicker-a11y-size, clamp(11px, calc(11px * var(--gr-home-header-font-scale, 1)), 20px)) !important;
    line-height: 1.34 !important;
    overflow: visible;
    overflow-wrap: normal;
    text-align: center;
    white-space: normal;
    word-break: normal;
  }

  body#top.home.gr-home-header-a11y-expanded #header_main .gr-rumo-brand img,
  body#top.home.gr-rumo-a11y-text-expanded #header_main .gr-rumo-brand img {
    width: min(112px, 100%);
    max-height: 34px;
  }

  body#top.home.gr-home-header-a11y-expanded #header_main .gr-rumo-separator,
  body#top.home.gr-home-header-a11y-expanded #header_main .gr-rumo-separator svg,
  body#top.home.gr-rumo-a11y-text-expanded #header_main .gr-rumo-separator,
  body#top.home.gr-rumo-a11y-text-expanded #header_main .gr-rumo-separator svg {
    height: 76px;
  }

  body#top.home.gr-home-header-a11y-expanded #header_main .gr-rumo-item:not(.gr-rumo-item-main),
  body#top.home.gr-rumo-a11y-text-expanded #header_main .gr-rumo-item:not(.gr-rumo-item-main) {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto auto;
    row-gap: 8px;
    justify-items: center;
    text-align: center;
  }

  body#top.home.gr-home-header-a11y-expanded #header_main .gr-rumo-label,
  body#top.home.gr-rumo-a11y-text-expanded #header_main .gr-rumo-label {
    align-items: center;
    width: 100%;
    line-height: 1.12 !important;
    overflow-wrap: normal;
    text-align: center;
  }

  body#top.home.gr-home-header-a11y-expanded #header_main .gr-rumo-label-prefix,
  body#top.home.gr-home-header-a11y-expanded #header_main .gr-rumo-label-target,
  body#top.home.gr-rumo-a11y-text-expanded #header_main .gr-rumo-label-prefix,
  body#top.home.gr-rumo-a11y-text-expanded #header_main .gr-rumo-label-target {
    font-size: clamp(11px, calc(8px * var(--gr-home-header-font-scale, 1.5)), 15px) !important;
    line-height: 1.08 !important;
  }

  body#top.home.gr-home-header-a11y-expanded #header_main .gr-rumo-icon-route svg,
  body#top.home.gr-home-header-a11y-expanded #header_main .gr-rumo-icon-bus svg,
  body#top.home.gr-home-header-a11y-expanded #header_main .gr-rumo-icon-pin svg,
  body#top.home.gr-rumo-a11y-text-expanded #header_main .gr-rumo-icon-route svg,
  body#top.home.gr-rumo-a11y-text-expanded #header_main .gr-rumo-icon-bus svg,
  body#top.home.gr-rumo-a11y-text-expanded #header_main .gr-rumo-icon-pin svg {
    width: 29px;
    height: 29px;
  }

  body#top.home[class*="pojo-a11y-resize-font-"] #header_main .gr-rumo-brand-kicker,
  html[class*="pojo-a11y-resize-font-"] #top.home #header_main .gr-rumo-brand-kicker {
    font-size: var(--gr-rumo-brand-kicker-a11y-size, 11px) !important;
    line-height: 1.34 !important;
    overflow: visible;
  }
}

@media only screen and (min-width: 990px) and (max-width: 1180px) {
  #top.home #header_main .inner-container {
    --gr-rumo-desktop-card-width: min(660px, calc(100% - 330px));
  }

  #top.home #header_main .logo a {
    width: min(176px, 88%);
  }

  #top.home #header_main .logo img {
    width: 176px;
  }

  #top.home #header_main .gr-home-gov-brand img {
    width: 184px;
  }

  #top.home #header_main .gr-home-rumo-card {
    --gr-rumo-columns: minmax(154px, 0.9fr) 1px repeat(2, minmax(0, 1fr) 1px) minmax(0, 1fr);
  }

  #top.home #header_main .gr-rumo-card-inner,
  #top.home #header_main .gr-rumo-item {
    min-height: 82px;
  }

  #top.home #header_main .gr-rumo-brand {
    gap: 2px;
    padding: 7px 10px 9px;
  }

  #top.home #header_main .gr-rumo-brand-kicker {
    font-size: 10px;
    line-height: 1.35;
    overflow: visible;
  }

  #top.home #header_main .gr-rumo-brand img {
    width: 110px;
    max-height: 36px;
  }

  #top.home #header_main .gr-rumo-item:not(.gr-rumo-item-main) {
    grid-template-columns: 28px minmax(52px, max-content);
    column-gap: 6px;
    justify-content: center;
    padding-right: 10px;
    padding-left: 10px;
    text-align: left;
  }

  #top.home #header_main .gr-rumo-icon {
    width: 28px;
    height: 30px;
  }

  #top.home #header_main .gr-rumo-icon-route svg,
  #top.home #header_main .gr-rumo-icon-bus svg,
  #top.home #header_main .gr-rumo-icon-pin svg {
    width: 25px;
    height: 25px;
  }

  #top.home #header_main .gr-rumo-label {
    align-items: flex-start;
    text-align: left;
  }

  #top.home #header_main .gr-rumo-label-prefix {
    font-size: 8px;
  }

  #top.home #header_main .gr-rumo-label-target {
    font-size: 10px;
  }

  #top.home #header_main .gr-rumo-separator,
  #top.home #header_main .gr-rumo-separator svg {
    height: 54px;
  }

  body#top.home.gr-home-header-a11y-expanded #header_main .gr-home-rumo-card,
  body#top.home.gr-rumo-a11y-text-expanded #header_main .gr-home-rumo-card {
    --gr-rumo-columns: minmax(140px, 0.84fr) 1px repeat(2, minmax(0, 1fr) 1px) minmax(0, 1fr);
    width: min(680px, calc(100% - 330px));
  }

  body#top.home.gr-home-header-a11y-expanded #header_main .gr-rumo-brand-kicker,
  body#top.home.gr-rumo-a11y-text-expanded #header_main .gr-rumo-brand-kicker {
    font-size: var(--gr-rumo-brand-kicker-a11y-narrow-size, clamp(10px, calc(10px * var(--gr-home-header-font-scale, 1)), 17px)) !important;
    line-height: 1.34 !important;
  }

  body#top.home.gr-home-header-a11y-expanded #header_main .gr-rumo-brand img,
  body#top.home.gr-rumo-a11y-text-expanded #header_main .gr-rumo-brand img {
    width: min(96px, 100%);
    max-height: 30px;
  }

  body#top.home[class*="pojo-a11y-resize-font-"] #header_main .gr-rumo-brand-kicker,
  html[class*="pojo-a11y-resize-font-"] #top.home #header_main .gr-rumo-brand-kicker {
    font-size: var(--gr-rumo-brand-kicker-a11y-narrow-size, 10px) !important;
  }
}

@media only screen and (min-width: 990px) {
  body#top.home.gr-home-header-a11y-expanded #header_main .inner-container,
  body#top.home.gr-rumo-a11y-text-expanded #header_main .inner-container {
    --gr-rumo-desktop-card-width: min(800px, calc(100% - 390px));
    min-height: 138px;
  }

  body#top.home.gr-home-header-a11y-expanded #header_main .logo,
  body#top.home.gr-rumo-a11y-text-expanded #header_main .logo,
  body#top.home.gr-home-header-a11y-expanded #header_main .gr-home-rumo-panel,
  body#top.home.gr-rumo-a11y-text-expanded #header_main .gr-home-rumo-panel {
    height: 138px;
  }
}

/* Em tablet e mobile, o painel vira a faixa compacta do topo da home. */
@media only screen and (max-width: 989px) {
  html.gr-rumo-mobile-after-slider-ready #top.home #header_main .gr-home-rumo-panel {
    height: 0;
    margin: 0;
    overflow: visible;
  }

  html.gr-rumo-mobile-after-slider-ready #top.home #header_main .gr-home-rumo-panel > .gr-home-rumo-card {
    display: none;
  }

  #top.home #header_main .inner-container {
    position: relative;
  }

  #top.home #header_main .gr-home-rumo-panel {
    clear: both;
    display: block;
    width: 100%;
    margin: 12px auto 18px;
    padding: 0;
    font-family: "Open Sans", Arial, sans-serif;
  }

  #top.home #header_main .gr-home-rumo-card {
    width: 100%;
    max-width: none;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: #ffffff;
    box-shadow: none;
  }

  #top.home #header_main .gr-rumo-card-inner {
    display: grid;
    grid-template-columns: minmax(112px, 1.04fr) 1px repeat(2, minmax(62px, 0.72fr) 1px) minmax(62px, 0.72fr);
    align-items: center;
    min-height: 98px;
    padding: 8px 0;
  }

  #top.home #header_main .gr-rumo-item {
    justify-content: center;
    min-height: 78px;
    padding: 0 4px;
    border-radius: 0;
  }

  #top.home #header_main .gr-rumo-item:not(.gr-rumo-item-main) {
    grid-template-columns: 30px minmax(34px, max-content);
    column-gap: 5px;
  }

  #top.home #header_main .gr-rumo-brand img {
    width: 116px;
    max-height: 58px;
  }

  #top.home #header_main .gr-rumo-separator {
    display: flex;
    height: 58px;
  }

  #top.home #header_main .gr-rumo-separator svg {
    height: 58px;
  }

  #top.home #header_main .gr-rumo-icon-route svg,
  #top.home #header_main .gr-rumo-icon-bus svg,
  #top.home #header_main .gr-rumo-icon-pin svg {
    width: 28px;
    height: 28px;
  }

  #top.home #header_main .gr-rumo-label-prefix {
    color: #3f4148;
    font-size: 9px;
    line-height: 1.05;
  }

  #top.home #header_main .gr-rumo-label-target {
    color: #15181d;
    font-size: 12px;
    line-height: 1.1;
  }

  #top.home #header_main .gr-rumo-color-bar {
    display: none;
    grid-template-columns: minmax(112px, 1.04fr) 1px repeat(2, minmax(62px, 0.72fr) 1px) minmax(62px, 0.72fr);
    height: 0;
  }

  #top.home #header_main .gr-rumo-color-segment,
  #top.home #header_main .gr-rumo-color-separator {
    height: 0;
  }

  #top.home #header_main .gr-home-gov-brand {
    position: absolute;
    top: 18px;
    right: 0;
    z-index: 4;
    flex: none;
    width: 50%;
    height: 58px;
    justify-content: flex-end;
    min-width: 0;
    pointer-events: auto;
  }

  #top.home #header_main .gr-home-gov-brand::before {
    content: "";
    display: block;
    width: 1px;
    height: 48px;
    margin-right: 14px;
    background: #aeb4bf;
  }

  #top.home #header_main .gr-home-gov-brand img {
    width: calc(100% - 22px);
    max-width: 178px;
  }
}

/* Copia mobile da faixa RUMO posicionada depois do banner principal. */
@media only screen and (max-width: 989px) {
  #top.home .gr-home-rumo-panel-mobile-after-slider,
  #top.home .gr-home-rumo-panel-mobile-after-slider * {
    box-sizing: border-box;
  }

  #top.home .gr-home-rumo-panel-mobile-after-slider {
    --gr-rumo-mobile-frame-width: min(86vw, 340px);
    position: relative;
    z-index: 2;
    display: block;
    width: var(--gr-rumo-mobile-frame-width);
    max-width: 100%;
    margin: 0 auto clamp(28px, 7vw, 54px);
    padding: clamp(12px, 3.5vw, 28px) 0 0;
    font-family: "Open Sans", Arial, sans-serif;
    pointer-events: auto;
  }

  #top.home .gr-home-rumo-panel-mobile-after-slider .gr-home-rumo-card {
    width: 100%;
    max-width: none;
    overflow: hidden;
    border: 1px solid rgba(7, 63, 120, 0.16);
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 8px 20px rgba(7, 34, 62, 0.08);
    pointer-events: auto;
  }

  #top.home .gr-home-rumo-panel-mobile-after-slider .gr-rumo-card-inner {
    display: grid;
    grid-template-columns:
      minmax(0, 1fr) 1px
      minmax(0, 1fr) 1px
      minmax(0, 1fr);
    grid-template-rows: auto 1px auto;
    align-items: center;
    justify-items: center;
    min-height: 0;
    padding: clamp(10px, 3vw, 16px) 10px clamp(10px, 3.2vw, 18px);
    pointer-events: auto;
  }

  #top.home .gr-home-rumo-panel-mobile-after-slider a.gr-rumo-item {
    display: flex;
    flex-direction: column;
    align-self: center;
    justify-self: center;
    width: 100%;
    max-width: none;
    min-height: 0;
    padding: clamp(8px, 2.4vw, 12px) 3px 0;
    background: transparent !important;
    -webkit-tap-highlight-color: rgba(7, 63, 120, 0.12);
    pointer-events: auto;
  }

  #top.home .gr-home-rumo-panel-mobile-after-slider a.gr-rumo-item::after {
    content: none;
    display: none;
  }

  #top.home .gr-home-rumo-panel-mobile-after-slider .gr-rumo-item-route::after {
    color: #55af36;
  }

  #top.home .gr-home-rumo-panel-mobile-after-slider .gr-rumo-item-line::after {
    color: #f5bd11;
  }

  #top.home .gr-home-rumo-panel-mobile-after-slider .gr-rumo-item-place::after {
    color: #ed3343;
  }

  #top.home .gr-home-rumo-panel-mobile-after-slider a.gr-rumo-item:hover,
  #top.home .gr-home-rumo-panel-mobile-after-slider a.gr-rumo-item:focus {
    background: transparent !important;
  }

  #top.home .gr-home-rumo-panel-mobile-after-slider .gr-rumo-separator {
    justify-self: stretch;
    margin: 0;
    transform: none;
    pointer-events: none;
  }

  #top.home .gr-home-rumo-panel-mobile-after-slider .gr-rumo-item {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-self: center;
    width: auto;
    min-width: 0;
    min-height: 0;
    padding: 0 6px;
    border-radius: 0;
    color: #15181d;
    text-decoration: none;
  }

  #top.home .gr-home-rumo-panel-mobile-after-slider .gr-rumo-item-main {
    grid-column: 1 / -1;
    grid-row: 1;
    flex-direction: row;
    flex-wrap: wrap;
    gap: clamp(5px, 1.6vw, 10px);
    width: 100%;
    padding: 0 0 clamp(8px, 2.6vw, 12px);
    cursor: default;
    pointer-events: none;
  }

  #top.home .gr-home-rumo-panel-mobile-after-slider .gr-rumo-brand-kicker {
    display: block;
    flex: 0 1 auto;
    width: auto;
    color: #14345c;
    font-size: clamp(11px, 3.4vw, 15px);
    font-weight: 900;
    line-height: 1.25;
    overflow: visible;
    text-align: center;
    transform: translateY(-2px);
    white-space: nowrap;
  }

  #top.home .gr-home-rumo-panel-mobile-after-slider .gr-rumo-separator:nth-of-type(1) {
    grid-column: 1 / -1;
    grid-row: 2;
    align-self: stretch;
    width: 100%;
    height: 1px;
  }

  #top.home .gr-home-rumo-panel-mobile-after-slider .gr-rumo-separator:nth-of-type(2) {
    grid-column: 2;
    grid-row: 3;
  }

  #top.home .gr-home-rumo-panel-mobile-after-slider .gr-rumo-separator:nth-of-type(3) {
    grid-column: 4;
    grid-row: 3;
  }

  #top.home .gr-home-rumo-panel-mobile-after-slider .gr-rumo-item-route {
    grid-column: 1;
    grid-row: 3;
  }

  #top.home .gr-home-rumo-panel-mobile-after-slider .gr-rumo-item-line {
    grid-column: 3;
    grid-row: 3;
  }

  #top.home .gr-home-rumo-panel-mobile-after-slider .gr-rumo-item-place {
    grid-column: 5;
    grid-row: 3;
  }

  #top.home .gr-home-rumo-panel-mobile-after-slider .gr-rumo-item:not(.gr-rumo-item-main) {
    display: flex;
    gap: clamp(5px, 1.6vw, 8px);
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  #top.home .gr-home-rumo-panel-mobile-after-slider .gr-rumo-brand img {
    display: block;
    width: clamp(76px, 24vw, 108px);
    max-width: 100%;
    max-height: 42px;
    height: auto;
    object-fit: contain;
    transform: none;
  }

  #top.home .gr-home-rumo-panel-mobile-after-slider .gr-rumo-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: clamp(22px, 6.6vw, 30px);
    height: clamp(22px, 6.6vw, 30px);
  }

  #top.home .gr-home-rumo-panel-mobile-after-slider .gr-rumo-icon-route {
    color: #55af36;
  }

  #top.home .gr-home-rumo-panel-mobile-after-slider .gr-rumo-icon-bus {
    color: #f5bd11;
  }

  #top.home .gr-home-rumo-panel-mobile-after-slider .gr-rumo-icon-pin {
    color: #ed3343;
  }

  #top.home .gr-home-rumo-panel-mobile-after-slider .gr-rumo-icon svg {
    display: block;
    width: 100%;
    height: 100%;
  }

  #top.home .gr-home-rumo-panel-mobile-after-slider .gr-rumo-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 7ch;
    min-width: 0;
    color: #243246;
    font-weight: 900;
    line-height: 1.18;
    letter-spacing: 0;
    text-align: center;
    text-transform: none;
    white-space: normal;
  }

  #top.home .gr-home-rumo-panel-mobile-after-slider .gr-rumo-label-prefix,
  #top.home .gr-home-rumo-panel-mobile-after-slider .gr-rumo-label-target {
    display: block;
    width: 100%;
    color: #243246;
    font-size: clamp(8.5px, 2.55vw, 10.5px);
    font-weight: 900;
    line-height: 1.2;
  }

  #top.home .gr-home-rumo-panel-mobile-after-slider .gr-rumo-separator {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #top.home .gr-home-rumo-panel-mobile-after-slider .gr-rumo-separator svg {
    width: 100%;
    height: 100%;
  }

  #top.home .gr-home-rumo-panel-mobile-after-slider .gr-rumo-separator line {
    stroke: #cfd6df;
    stroke-width: 2;
  }

  #top.home .gr-home-rumo-panel-mobile-after-slider .gr-rumo-color-bar {
    display: none;
    pointer-events: none;
  }

  #top.home .gr-home-rumo-panel-mobile-after-slider .gr-rumo-separator:nth-of-type(1) svg {
    display: none;
  }

  #top.home .gr-home-rumo-panel-mobile-after-slider .gr-rumo-separator:nth-of-type(1) {
    background: #dbe0e7;
  }

  #top.home .gr-home-rumo-panel-mobile-after-slider .gr-rumo-separator:nth-of-type(2),
  #top.home .gr-home-rumo-panel-mobile-after-slider .gr-rumo-separator:nth-of-type(3),
  #top.home .gr-home-rumo-panel-mobile-after-slider .gr-rumo-separator:nth-of-type(2) svg,
  #top.home .gr-home-rumo-panel-mobile-after-slider .gr-rumo-separator:nth-of-type(3) svg {
    width: 1px;
    height: 100%;
  }
}

@media only screen and (max-width: 680px) {
  #top.home .gr-home-rumo-panel-mobile-after-slider .gr-rumo-item {
    padding: 0 3px;
  }

  #top.home .gr-home-rumo-panel-mobile-after-slider .gr-rumo-item:not(.gr-rumo-item-main) {
    gap: clamp(5px, 1.8vw, 8px);
  }

  #top.home .gr-home-rumo-panel-mobile-after-slider .gr-rumo-brand img {
    width: clamp(72px, 23vw, 98px);
    max-height: 38px;
  }

  #top.home .gr-home-rumo-panel-mobile-after-slider .gr-rumo-icon {
    width: clamp(21px, 6.4vw, 28px);
    height: clamp(21px, 6.4vw, 28px);
  }

  #top.home .gr-home-rumo-panel-mobile-after-slider .gr-rumo-label-prefix,
  #top.home .gr-home-rumo-panel-mobile-after-slider .gr-rumo-label-target {
    font-size: clamp(8.5px, 2.5vw, 10px);
    line-height: 1.18;
  }
}

@media only screen and (max-width: 430px) {
  #top.home .gr-home-rumo-panel-mobile-after-slider .gr-rumo-card-inner {
    padding: 10px 8px 13px;
  }

  #top.home .gr-home-rumo-panel-mobile-after-slider .gr-rumo-item {
    min-height: 0;
    padding: 0 3px;
  }

  #top.home .gr-home-rumo-panel-mobile-after-slider a.gr-rumo-item {
    padding-top: 8px;
  }

  #top.home .gr-home-rumo-panel-mobile-after-slider .gr-rumo-item:not(.gr-rumo-item-main) {
    gap: 5px;
  }

  #top.home .gr-home-rumo-panel-mobile-after-slider .gr-rumo-brand img {
    width: clamp(68px, 22vw, 90px);
    max-width: 100%;
    max-height: 36px;
  }

  #top.home .gr-home-rumo-panel-mobile-after-slider .gr-rumo-icon {
    width: clamp(20px, 6.2vw, 26px);
    height: clamp(20px, 6.2vw, 26px);
  }

  #top.home .gr-home-rumo-panel-mobile-after-slider .gr-rumo-label-prefix,
  #top.home .gr-home-rumo-panel-mobile-after-slider .gr-rumo-label-target {
    font-size: clamp(8px, 2.4vw, 9.5px);
    line-height: 1.18;
  }

  #top.home .gr-home-rumo-panel-mobile-after-slider .gr-rumo-label {
    align-items: center;
    width: 7ch;
    text-align: center;
  }

  #top.home .gr-home-rumo-panel-mobile-after-slider .gr-rumo-brand-kicker {
    font-size: clamp(10px, 3.1vw, 13px);
    transform: translateY(-2px);
  }

  #top.home .gr-home-rumo-panel-mobile-after-slider a.gr-rumo-item::after {
    content: none;
    display: none;
  }
}

@media only screen and (max-width: 989px) {
  body#top.home #header_main .gr-home-rumo-card.gr-rumo-items-2 .gr-rumo-card-inner,
  body#top.home #header_main .gr-home-rumo-card.gr-rumo-items-2 .gr-rumo-color-bar {
    grid-template-columns: minmax(140px, 1.05fr) 1px minmax(118px, 1fr) 1px minmax(118px, 1fr);
  }

  body#top.home #header_main .gr-home-rumo-card.gr-rumo-items-1 .gr-rumo-card-inner,
  body#top.home #header_main .gr-home-rumo-card.gr-rumo-items-1 .gr-rumo-color-bar {
    grid-template-columns: minmax(140px, 1.05fr) 1px minmax(118px, 1fr);
  }

  body#top.home #header_main .gr-home-rumo-card.gr-rumo-items-0 .gr-rumo-card-inner,
  body#top.home #header_main .gr-home-rumo-card.gr-rumo-items-0 .gr-rumo-color-bar {
    grid-template-columns: minmax(140px, 1fr);
  }

  body#top.home .gr-home-rumo-panel-mobile-after-slider .gr-home-rumo-card:is(.gr-rumo-items-0, .gr-rumo-items-1, .gr-rumo-items-2) .gr-rumo-card-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
  }

  body#top.home .gr-home-rumo-panel-mobile-after-slider .gr-home-rumo-card:is(.gr-rumo-items-0, .gr-rumo-items-1, .gr-rumo-items-2) .gr-rumo-item-main {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  body#top.home .gr-home-rumo-panel-mobile-after-slider .gr-home-rumo-card:is(.gr-rumo-items-0, .gr-rumo-items-1, .gr-rumo-items-2) .gr-rumo-item:not(.gr-rumo-item-main) {
    grid-column: auto;
    grid-row: auto;
  }

  body#top.home .gr-home-rumo-panel-mobile-after-slider .gr-home-rumo-card:is(.gr-rumo-items-0, .gr-rumo-items-1, .gr-rumo-items-2) .gr-rumo-separator {
    display: none;
  }
}

/* Quantidade continua fixa em tres; estes estados evitam lacunas quando um atalho e ocultado globalmente. */
#top.home #header_main .gr-home-rumo-card.gr-rumo-items-2 {
  --gr-rumo-columns: minmax(140px, 1.05fr) 1px minmax(118px, 1fr) 1px minmax(118px, 1fr);
}

#top.home #header_main .gr-home-rumo-card.gr-rumo-items-1 {
  --gr-rumo-columns: minmax(140px, 1.05fr) 1px minmax(118px, 1fr);
}

#top.home #header_main .gr-home-rumo-card.gr-rumo-items-0 {
  --gr-rumo-columns: minmax(140px, 1fr);
}

@media only screen and (max-width: 989px) {
  #top.home #header_main .gr-home-rumo-card:is(.gr-rumo-items-0, .gr-rumo-items-1, .gr-rumo-items-2) .gr-rumo-card-inner,
  #top.home #header_main .gr-home-rumo-card:is(.gr-rumo-items-0, .gr-rumo-items-1, .gr-rumo-items-2) .gr-rumo-color-bar {
    grid-template-columns: var(--gr-rumo-columns);
  }

  #top.home .gr-home-rumo-panel-mobile-after-slider .gr-home-rumo-card:is(.gr-rumo-items-0, .gr-rumo-items-1, .gr-rumo-items-2) .gr-rumo-card-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
  }

  #top.home .gr-home-rumo-panel-mobile-after-slider .gr-home-rumo-card:is(.gr-rumo-items-0, .gr-rumo-items-1, .gr-rumo-items-2) .gr-rumo-item-main {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  #top.home .gr-home-rumo-panel-mobile-after-slider .gr-home-rumo-card:is(.gr-rumo-items-0, .gr-rumo-items-1, .gr-rumo-items-2) .gr-rumo-item:not(.gr-rumo-item-main) {
    grid-column: auto;
    grid-row: auto;
  }

  #top.home .gr-home-rumo-panel-mobile-after-slider .gr-home-rumo-card:is(.gr-rumo-items-0, .gr-rumo-items-1, .gr-rumo-items-2) .gr-rumo-separator {
    display: none;
  }
}

/* A marca mantém suas dimensões e troca apenas a representação visual no contraste. */
#top.home .gr-rumo-brand-logo {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  color: inherit;
  line-height: 0;
}

html:has(#ea11y-widget-contrast-styles) #top.home .gr-rumo-brand-logo,
body#top.home.pojo-a11y-high-contrast .gr-rumo-brand-logo,
body#top.home.pojo-a11y-negative-contrast .gr-rumo-brand-logo,
body#top.home.pojo-a11y-light-background .gr-rumo-brand-logo {
  color: inherit !important;
}

html:has(#ea11y-widget-contrast-styles) #top.home .gr-rumo-brand-logo img,
body#top.home.pojo-a11y-high-contrast .gr-rumo-brand-logo img,
body#top.home.pojo-a11y-negative-contrast .gr-rumo-brand-logo img,
body#top.home.pojo-a11y-light-background .gr-rumo-brand-logo img {
  opacity: 0 !important;
}

html:has(#ea11y-widget-contrast-styles) #top.home .gr-rumo-brand-logo::after,
body#top.home.pojo-a11y-high-contrast .gr-rumo-brand-logo::after,
body#top.home.pojo-a11y-negative-contrast .gr-rumo-brand-logo::after,
body#top.home.pojo-a11y-light-background .gr-rumo-brand-logo::after {
  position: absolute;
  inset: 0;
  content: "";
  display: block;
  background-color: currentColor !important;
  -webkit-mask: url("../img/logo-rumo.png") center / contain no-repeat;
  mask: url("../img/logo-rumo.png") center / contain no-repeat;
  pointer-events: none;
}

@media only screen and (max-width: 680px) {
  #top.home #header_main .gr-rumo-card-inner {
    display: grid;
    grid-template-columns: minmax(104px, 1fr) 1px repeat(2, minmax(58px, 0.72fr) 1px) minmax(58px, 0.72fr);
    gap: 0;
    min-height: 92px;
    padding: 6px 0 8px;
  }

  #top.home #header_main .gr-rumo-item {
    justify-content: center;
    min-height: 72px;
    padding: 0 3px;
    border-radius: 0;
  }

  #top.home #header_main .gr-rumo-item-main {
    grid-column: auto;
    border-bottom: 0;
    border-radius: 0;
  }

  #top.home #header_main .gr-rumo-icon-pinbus svg {
    width: 40px;
    height: 46px;
  }

  #top.home #header_main .gr-rumo-arrow {
    width: 24px;
  }

  #top.home #header_main .gr-rumo-pins {
    width: 30px;
  }

  #top.home #header_main .gr-rumo-item:not(.gr-rumo-item-main) {
    grid-template-columns: 27px minmax(31px, max-content);
    column-gap: 4px;
  }

  #top.home #header_main .gr-rumo-icon-route svg,
  #top.home #header_main .gr-rumo-icon-bus svg,
  #top.home #header_main .gr-rumo-icon-pin svg {
    width: 25px;
    height: 25px;
  }

  #top.home #header_main .gr-rumo-label-prefix {
    font-size: 8px;
  }

  #top.home #header_main .gr-rumo-label-target {
    font-size: 10px;
  }

  #top.home #header_main .gr-rumo-brand img {
    width: 104px;
    max-height: 54px;
  }

  #top.home #header_main .gr-rumo-color-bar {
    grid-template-columns: minmax(104px, 1fr) 1px repeat(2, minmax(58px, 0.72fr) 1px) minmax(58px, 0.72fr);
  }

  #top.home #header_main .gr-rumo-color-separator {
    display: block;
  }
}

@media only screen and (max-width: 430px) {
  #top.home #header_main .gr-rumo-card-inner {
    grid-template-columns: minmax(98px, 1fr) 1px repeat(2, minmax(54px, 0.72fr) 1px) minmax(54px, 0.72fr);
  }

  #top.home #header_main .gr-rumo-item:not(.gr-rumo-item-main) {
    grid-template-columns: 27px minmax(31px, max-content);
    grid-template-rows: auto;
    column-gap: 4px;
    justify-items: initial;
    text-align: left;
  }

  #top.home #header_main .gr-rumo-label {
    align-items: flex-start;
    width: auto;
    text-align: left;
  }

  #top.home #header_main .gr-rumo-label-prefix,
  #top.home #header_main .gr-rumo-label-target {
    line-height: 1.02;
  }

  #top.home #header_main .gr-rumo-brand img {
    width: 96px;
  }

  #top.home #header_main .gr-home-gov-brand {
    width: 50%;
  }

  #top.home #header_main .gr-home-gov-brand img {
    max-width: 158px;
  }
}

@media only screen and (max-width: 989px) {
  body#top.home.pojo-a11y-resize-font-120,
  html.pojo-a11y-resize-font-120 #top.home {
    --gr-rumo-a11y-label-scale: 1.2;
  }

  body#top.home.pojo-a11y-resize-font-125,
  html.pojo-a11y-resize-font-125 #top.home {
    --gr-rumo-a11y-label-scale: 1.25;
  }

  body#top.home.pojo-a11y-resize-font-130,
  html.pojo-a11y-resize-font-130 #top.home {
    --gr-rumo-a11y-label-scale: 1.3;
  }

  body#top.home.pojo-a11y-resize-font-140,
  html.pojo-a11y-resize-font-140 #top.home {
    --gr-rumo-a11y-label-scale: 1.4;
  }

  body#top.home.pojo-a11y-resize-font-150,
  html.pojo-a11y-resize-font-150 #top.home {
    --gr-rumo-a11y-label-scale: 1.5;
  }

  body#top.home.pojo-a11y-resize-font-160,
  html.pojo-a11y-resize-font-160 #top.home {
    --gr-rumo-a11y-label-scale: 1.6;
  }

  body#top.home.pojo-a11y-resize-font-170,
  html.pojo-a11y-resize-font-170 #top.home {
    --gr-rumo-a11y-label-scale: 1.7;
  }

  body#top.home.pojo-a11y-resize-font-175,
  html.pojo-a11y-resize-font-175 #top.home {
    --gr-rumo-a11y-label-scale: 1.75;
  }

  body#top.home.pojo-a11y-resize-font-180,
  html.pojo-a11y-resize-font-180 #top.home {
    --gr-rumo-a11y-label-scale: 1.8;
  }

  body#top.home.pojo-a11y-resize-font-190,
  html.pojo-a11y-resize-font-190 #top.home {
    --gr-rumo-a11y-label-scale: 1.9;
  }

  body#top.home.pojo-a11y-resize-font-200,
  html.pojo-a11y-resize-font-200 #top.home {
    --gr-rumo-a11y-label-scale: 2;
  }

  body#top.home[class*="pojo-a11y-resize-font-"] #header_main .gr-rumo-brand-kicker,
  html[class*="pojo-a11y-resize-font-"] #top.home #header_main .gr-rumo-brand-kicker {
    font-size: var(--gr-rumo-brand-kicker-a11y-size, clamp(11px, calc(11px * var(--gr-rumo-a11y-label-scale, 1)), 20px)) !important;
    line-height: 1.34 !important;
    overflow: visible;
  }

  body#top.home[class*="pojo-a11y-resize-font-"] .gr-home-rumo-panel-mobile-after-slider .gr-rumo-brand-kicker,
  html[class*="pojo-a11y-resize-font-"] #top.home .gr-home-rumo-panel-mobile-after-slider .gr-rumo-brand-kicker {
    font-size: clamp(11px, calc(8.5px * var(--gr-rumo-a11y-label-scale, 1)), 18px) !important;
    line-height: 1.25 !important;
    overflow: visible;
    transform: translateY(-2px);
    white-space: normal;
  }

  body#top.home[class*="pojo-a11y-resize-font-"] #header_main .gr-home-rumo-card,
  html[class*="pojo-a11y-resize-font-"] #top.home #header_main .gr-home-rumo-card,
  body#top.home[class*="pojo-a11y-resize-font-"] .gr-home-rumo-panel-mobile-after-slider .gr-home-rumo-card,
  html[class*="pojo-a11y-resize-font-"] #top.home .gr-home-rumo-panel-mobile-after-slider .gr-home-rumo-card {
    overflow: visible;
  }

  body#top.home[class*="pojo-a11y-resize-font-"] #header_main .gr-rumo-card-inner,
  html[class*="pojo-a11y-resize-font-"] #top.home #header_main .gr-rumo-card-inner,
  body#top.home[class*="pojo-a11y-resize-font-"] .gr-home-rumo-panel-mobile-after-slider .gr-rumo-card-inner,
  html[class*="pojo-a11y-resize-font-"] #top.home .gr-home-rumo-panel-mobile-after-slider .gr-rumo-card-inner {
    align-items: stretch;
    min-height: auto;
  }

  body#top.home[class*="pojo-a11y-resize-font-"] #header_main .gr-rumo-item,
  html[class*="pojo-a11y-resize-font-"] #top.home #header_main .gr-rumo-item,
  body#top.home[class*="pojo-a11y-resize-font-"] .gr-home-rumo-panel-mobile-after-slider .gr-rumo-item,
  html[class*="pojo-a11y-resize-font-"] #top.home .gr-home-rumo-panel-mobile-after-slider .gr-rumo-item {
    min-height: 0;
    padding: 0 2px;
  }

  body#top.home[class*="pojo-a11y-resize-font-"] #header_main .gr-rumo-item:not(.gr-rumo-item-main),
  html[class*="pojo-a11y-resize-font-"] #top.home #header_main .gr-rumo-item:not(.gr-rumo-item-main) {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto auto;
    row-gap: 5px;
    justify-items: center;
    text-align: center;
  }

  body#top.home[class*="pojo-a11y-resize-font-"] .gr-home-rumo-panel-mobile-after-slider .gr-rumo-item:not(.gr-rumo-item-main),
  html[class*="pojo-a11y-resize-font-"] #top.home .gr-home-rumo-panel-mobile-after-slider .gr-rumo-item:not(.gr-rumo-item-main) {
    flex-direction: column;
    gap: clamp(5px, 2vw, 9px);
    text-align: center;
  }

  body#top.home[class*="pojo-a11y-resize-font-"] .gr-home-rumo-panel-mobile-after-slider .gr-rumo-item-main,
  html[class*="pojo-a11y-resize-font-"] #top.home .gr-home-rumo-panel-mobile-after-slider .gr-rumo-item-main {
    flex-direction: row;
    flex-wrap: wrap;
    min-height: 0;
    padding-bottom: clamp(8px, 2.6vw, 14px);
  }

  body#top.home[class*="pojo-a11y-resize-font-"] .gr-home-rumo-panel-mobile-after-slider .gr-rumo-brand img,
  html[class*="pojo-a11y-resize-font-"] #top.home .gr-home-rumo-panel-mobile-after-slider .gr-rumo-brand img {
    width: clamp(68px, 22vw, 98px);
    max-height: 40px;
  }

  body#top.home[class*="pojo-a11y-resize-font-"] #header_main .gr-rumo-label,
  html[class*="pojo-a11y-resize-font-"] #top.home #header_main .gr-rumo-label,
  body#top.home[class*="pojo-a11y-resize-font-"] .gr-home-rumo-panel-mobile-after-slider .gr-rumo-label,
  html[class*="pojo-a11y-resize-font-"] #top.home .gr-home-rumo-panel-mobile-after-slider .gr-rumo-label {
    align-items: center;
    width: 100%;
    max-width: 100%;
    line-height: 1.18 !important;
    overflow-wrap: normal;
    text-align: center;
  }

  body#top.home[class*="pojo-a11y-resize-font-"] #header_main .gr-rumo-label-prefix,
  body#top.home[class*="pojo-a11y-resize-font-"] #header_main .gr-rumo-label-target,
  html[class*="pojo-a11y-resize-font-"] #top.home #header_main .gr-rumo-label-prefix,
  html[class*="pojo-a11y-resize-font-"] #top.home #header_main .gr-rumo-label-target,
  body#top.home[class*="pojo-a11y-resize-font-"] .gr-home-rumo-panel-mobile-after-slider .gr-rumo-label-prefix,
  body#top.home[class*="pojo-a11y-resize-font-"] .gr-home-rumo-panel-mobile-after-slider .gr-rumo-label-target,
  html[class*="pojo-a11y-resize-font-"] #top.home .gr-home-rumo-panel-mobile-after-slider .gr-rumo-label-prefix,
  html[class*="pojo-a11y-resize-font-"] #top.home .gr-home-rumo-panel-mobile-after-slider .gr-rumo-label-target {
    font-size: inherit !important;
    line-height: 1.08 !important;
  }

  body#top.home[class*="pojo-a11y-resize-font-"] #header_main .gr-rumo-label,
  html[class*="pojo-a11y-resize-font-"] #top.home #header_main .gr-rumo-label,
  body#top.home[class*="pojo-a11y-resize-font-"] .gr-home-rumo-panel-mobile-after-slider .gr-rumo-label,
  html[class*="pojo-a11y-resize-font-"] #top.home .gr-home-rumo-panel-mobile-after-slider .gr-rumo-label {
    font-size: clamp(9.5px, calc(8px * var(--gr-rumo-a11y-label-scale, 1.5)), 16px) !important;
  }
}

@media only screen and (max-width: 430px) {
  body#top.home.gr-rumo-a11y-text-expanded #header_main .gr-rumo-item:not(.gr-rumo-item-main) {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto auto;
    row-gap: 5px;
    justify-items: center;
    text-align: center;
  }

  body#top.home.gr-rumo-a11y-text-expanded .gr-home-rumo-panel-mobile-after-slider .gr-rumo-item:not(.gr-rumo-item-main) {
    flex-direction: column;
    gap: 5px;
    text-align: center;
  }

  body#top.home.gr-rumo-a11y-text-expanded #header_main .gr-rumo-label,
  body#top.home.gr-rumo-a11y-text-expanded .gr-home-rumo-panel-mobile-after-slider .gr-rumo-label {
    align-items: center;
    width: 100%;
    max-width: 100%;
    line-height: 1.18 !important;
    overflow-wrap: normal;
    text-align: center;
  }
}
