.banner-display[data-v-3f4864cb] {
  aspect-ratio: 315 / 460;
  width: 100%;
  min-height: 460px;
  max-width: 315px;
  border-radius: 8px;
  overflow: hidden;
}
.banner-display__image[data-v-3f4864cb] {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.type-default.navigation-item__container-subs[data-v-d16cddee] {
  max-height: 514px;
  min-width: 200px;
}
.type-default.navigation-item__container-subs.hasBanner[data-v-d16cddee] {
  min-width: 581px;
}
.navigation-item__wrapper-subs[data-v-d16cddee] {
  padding: 24px;
  display: flex;
  gap: 20px;
  border: 1px solid #E7E7E7;
  background-color: #FFFFFF;
}

/* TYPEDEFAULT: LISTA DE ITENS */
.navigation-item-left[data-v-d16cddee] {
  flex-grow: 1;
  display: grid;
  grid-template-rows: max-content 1fr;
}
.navigation-item__subs-wrapper[data-v-d16cddee] {
  display: flex;
  flex-direction: column;
  gap: 8px;
  overflow-y: auto;
  padding-right: 20px;
  max-height: 455px;
  overflow-y: auto;
}
.navigation-item__subs-wrapper[data-v-d16cddee]::-webkit-scrollbar {
  width: 4px;
}
.navigation-item__subs-wrapper[data-v-d16cddee]::-webkit-scrollbar-track {
  background-color: #ece7e7;
  border-radius: 2px;
}
.navigation-item__subs-wrapper[data-v-d16cddee]::-webkit-scrollbar-thumb {
  background-color: #585757;
  border-radius: 2px;
}
.navigation__list-item[data-v-d16cddee] {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #585757;
}
a.navigation__list-item[data-v-d16cddee]:hover {
  color: #373835;
}

/* SCROLL */
.navigation-item__subs-wrapper[data-v-d16cddee]::-webkit-scrollbar {
  width: 4px;
}
.navigation-item__subs-wrapper[data-v-d16cddee]::-webkit-scrollbar-track {
  background-color: #ece7e7;
  border-radius: 2px;
}
.navigation-item__subs-wrapper[data-v-d16cddee]::-webkit-scrollbar-thumb {
  background-color: #585757;
  border-radius: 2px;
}

.type-expandable.navigation-item__container-subs[data-v-8b3a135a] {
  min-width: 812px;
  box-shadow: 0px 8px 10px rgba(34, 34, 34, 0.15);
}
.navigation-item__holder-subs[data-v-8b3a135a] {
  background-color: #FFF;
  display: grid;
  grid-template-columns: max-content max-content;
  grid-template-rows: 100%;
  min-height: 514px;
  max-height: 514px;
}

/* TYPEEXPANDABLE: COLUNA ESQUERDA LVL2 */
.navigation-item__subs-two-wrapper[data-v-8b3a135a] {
  padding: 24px 20px;
  background-color: #fafaf9;
  display: grid;
  grid-template-rows: max-content 1fr;
}
.navigation-item__subs-two-top[data-v-8b3a135a] {
  padding: 0 20px;
}
.navigation-item__subs-two-top__title[data-v-8b3a135a] {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #585757;
}
.navigation-item__subs-two-top__link[data-v-8b3a135a] {
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  color: #969696;
  text-decoration: underline;
}
a.navigation-item__subs-two-top__link[data-v-8b3a135a]:hover {
  color: #373835;
}
.navigation-item__subs-two-list[data-v-8b3a135a] {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  min-width: 212px;
  max-width: 290px;
  max-height: 390px;
  overflow-y: auto;
  padding: 0 20px;
}
.navigation-item__subs-two-list[data-v-8b3a135a]::-webkit-scrollbar {
  width: 4px;
}
.navigation-item__subs-two-wrapper:hover .navigation-item__subs-two-list[data-v-8b3a135a]::-webkit-scrollbar-track {
  background-color: #ece7e7;
  border-radius: 2px;
}
.navigation-item__subs-two-wrapper:hover .navigation-item__subs-two-list[data-v-8b3a135a]::-webkit-scrollbar-thumb {
  background-color: #585757;
  border-radius: 2px;
}
.navigation-item__subs-two-list__item[data-v-8b3a135a] {
  display: block;
  padding: 4px 0;
}
.navigation-item__subs-two-list__item__text[data-v-8b3a135a] {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}
a.navigation-item__subs-two-list__item__text:hover > span[data-v-8b3a135a] {
  font-weight: 700;
}
.navigation-item__subs-two-list__item__text > span[data-v-8b3a135a] {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  color: #585757;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: inherit;
}
.navigation-item__subs-two-list__item__text > span[data-v-8b3a135a]::before {
  content: attr(data-label);
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
  height: 0;
  visibility: hidden;
  opacity: 0;
}
.navigation-item__subs-two-list__item__text > svg[data-v-8b3a135a] {
  flex-shrink: 0;
}
.current .navigation-item__subs-two-list__item__text > span[data-v-8b3a135a],
.navigation-item__subs-two-list__item__text:hover > span[data-v-8b3a135a]  {
  font-weight: 700;
  color: #373835;
}
.current .navigation-item__subs-two-list__item__text > svg[data-v-8b3a135a] {
  transform: rotate(180deg);
}

/* TYPEEXPANDABLE: COLUNA DIREITA LVL3 */
.navigation-item__subs-three-wrapper[data-v-8b3a135a] {
  padding: 20px 40px;
  display: flex;
  gap: 23px;
  min-width: 570px;
}
.navigation-item__subs-three-left[data-v-8b3a135a] {
  flex-grow: 1;
  display: grid;
  grid-template-rows: max-content 1fr;
}
.navigation-item__subs-three-top__title[data-v-8b3a135a] {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  color: #585757;
  cursor: default;
}
.navigation-item__subs-three-list[data-v-8b3a135a] {
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  overflow-y: auto;
  padding-right: 20px;
  min-width: 167px;
}
.navigation-item__subs-three-list[data-v-8b3a135a]::-webkit-scrollbar {
  width: 4px;
}
.navigation-item__subs-three-list[data-v-8b3a135a]::-webkit-scrollbar-track {
  background-color: #ece7e7;
  border-radius: 2px;
}
.navigation-item__subs-three-list[data-v-8b3a135a]::-webkit-scrollbar-thumb {
  background-color: #585757;
  border-radius: 2px;
}
.navigation-item__subs-three-list__item[data-v-8b3a135a]{
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #585757;
}
a.navigation-item__subs-three-list__item[data-v-8b3a135a]:hover {
  color: #373835;
}

/* TYPEEXPANDABLE: BANNER */
.navigation-item-right[data-v-8b3a135a] {
  flex-grow: 1;
  flex-basis: 200px;
}
.transition-sub-enter-active[data-v-8b3a135a],
.transition-sub-leave-active[data-v-8b3a135a] {
  transition: 100ms;
}
.transition-sub-enter[data-v-8b3a135a],
.transition-sub-leave-active[data-v-8b3a135a] {
  transform: translateX(8px);
  opacity: 0;
}

.navigation-item__holder-subs[data-v-61266bc8] {
  background-color: #fff;
  display: grid;
  grid-template-columns: max-content 1fr;
  grid-template-rows: 100%;
  min-height: 514px;
  max-height: 514px;
}

/* TYPEEXPANDABLE: COLUNA ESQUERDA LVL2 */
.navigation-item__subs-two-wrapper[data-v-61266bc8] {
  padding: 14px 10px 14px 20px;
  background-color: #fafaf9;
  display: grid;
  grid-template-rows: max-content 1fr;
}
.navigation-item__subs-two-list[data-v-61266bc8] {
  display: flex;
  flex-direction: column;
  min-width: 212px;
  max-width: 290px;
  max-height: 470px;
  overflow-y: auto;
  padding: 0 16px 0 8px;
}
.navigation-item__subs-two-list[data-v-61266bc8]::-webkit-scrollbar {
  width: 4px;
}
.navigation-item__subs-two-wrapper:hover .navigation-item__subs-two-list[data-v-61266bc8]::-webkit-scrollbar-track {
  background-color: #ece7e7;
  border-radius: 2px;
}
.navigation-item__subs-two-wrapper:hover .navigation-item__subs-two-list[data-v-61266bc8]::-webkit-scrollbar-thumb {
  background-color: #585757;
  border-radius: 2px;
}
.navigation-item__subs-two-list__item[data-v-61266bc8] {
  display: block;
  padding: 4px 0;
  color: #585757;
}
.navigation-item__subs-two-list__item__text[data-v-61266bc8] {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}
a.navigation-item__subs-two-list__item__text:hover > span[data-v-61266bc8] {
  font-weight: 700;
}
.navigation-item__subs-two-list__item__text > span[data-v-61266bc8] {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  color: #585757;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: inherit;
}
.navigation-item__subs-two-list__item__text > span[data-v-61266bc8]::before {
  content: attr(data-label);
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
  height: 0;
  visibility: hidden;
  opacity: 0;
}
.navigation-item__subs-two-list__item__text > svg[data-v-61266bc8] {
  flex-shrink: 0;
}
.current .navigation-item__subs-two-list__item__text > span[data-v-61266bc8],
.navigation-item__subs-two-list__item__text:hover > span[data-v-61266bc8] {
  font-weight: 700;
  color: #203674;
}
.current .navigation-item__subs-two-list__item__text > svg[data-v-61266bc8] {
  transform: rotate(180deg);
}
.navigation-item__subs-two-list__item-wrapper[data-v-61266bc8] {
  /* background-color: #F7F7F7; */
}

/* TYPEEXPANDABLE: COLUNA DIREITA LVL3 */
.navigation-item__subs-three-wrapper[data-v-61266bc8] {
  padding: 24px 28px 24px 34px;
  display: flex;
  gap: 16px;
  min-width: 570px;
}
.navigation-item__subs-three-left[data-v-61266bc8] {
  flex-grow: 1;
  flex-basis: 500px;
  display: grid;
  grid-template-rows: max-content 1fr;
}
.navigation-item__subs-three-top__title[data-v-61266bc8] {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #585757;
}
.navigation-item__subs-three-top__link[data-v-61266bc8] {
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  color: #969696;
  text-decoration: underline;
  max-width: fit-content;
}
a.navigation-item__subs-three-top__link[data-v-61266bc8]:hover {
  color: #373835;
}
.navigation-item__subs-three-list-wrapper[data-v-61266bc8] {
  margin-top: 16px;
  overflow-y: auto;
  padding-right: 20px;
}
.navigation-item__subs-three-list-wrapper[data-v-61266bc8]::-webkit-scrollbar {
  width: 4px;
}
.navigation-item__subs-three-list-wrapper[data-v-61266bc8]::-webkit-scrollbar-track {
  background-color: #ece7e7;
  border-radius: 2px;
}
.navigation-item__subs-three-list-wrapper[data-v-61266bc8]::-webkit-scrollbar-thumb {
  background-color: #585757;
  border-radius: 2px;
}
.navigation-item__subs-three-list[data-v-61266bc8] {
  column-count: 4;
}
.navigation-item__container-subs.hasBanner .navigation-item__subs-three-list[data-v-61266bc8] {
  column-count: 2;
}
.navigation-item__subs-four-wrapper[data-v-61266bc8] {
  break-inside: avoid;
  padding-bottom: 20px;
  margin-right: 8px;
}
.navigation-item__subs-four-top__title[data-v-61266bc8] {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  color: #585757;
  cursor: default;
}
.navigation-item__subs-four-top a[data-v-61266bc8]:hover {
  cursor: pointer;
  color: #373835;
}
.navigation-item__subs-four-list[data-v-61266bc8] {
  margin-top: 8px;
}
.navigation-item__subs-four-list__item-wrapper + .navigation-item__subs-four-list__item-wrapper[data-v-61266bc8] {
  margin-top: 12px;
}
.navigation-item__subs-four-list__item[data-v-61266bc8] {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #585757;
  max-width: fit-content;
}
a.navigation-item__subs-four-list__item[data-v-61266bc8]:hover {
  color: #203674;
}
.navigation-item__subs-four-list__item.see-all[data-v-61266bc8] {
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  color: #969696;
  text-decoration: underline;
}
a.navigation-item__subs-four-list__item.see-all[data-v-61266bc8]:hover {
  color: #585757;
}

/* TYPEEXPANDABLE: BANNER */
.navigation-item__subs-three-right[data-v-61266bc8] {
  max-width: 315px;
}
.navigation-item__subs-three-withour-four-list[data-v-61266bc8] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.navigation-item__subs-three-withour-four__item[data-v-61266bc8] {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  color: #585757;
}
.navigation-item__subs-three-withour-four__item[data-v-61266bc8]:hover {
  color: #373835;
}
.transition-sub-enter-active[data-v-61266bc8],
.transition-sub-leave-active[data-v-61266bc8] {
  transition: 100ms;
}
.transition-sub-enter[data-v-61266bc8],
.transition-sub-leave-active[data-v-61266bc8] {
  transform: translateX(8px);
  opacity: 0;
}

.navigation[data-v-6868eb8f] {
  display: block;
}
.navigation__container[data-v-6868eb8f] {
  margin: 0 auto;
  max-width: 1170px;
  width: 100%;
}

/* NAVIGATION: BARRA PRINCIPAL ITENS LVL1 */
.navigation__list[data-v-6868eb8f] {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  justify-content: space-between;
  position: relative;
}
.navigation__list-item-wrapper[data-v-6868eb8f] {
  display: block;
  flex: 1;
  min-width: fit-content;
}
.navigation__list-item-wrapper.relative[data-v-6868eb8f] {
  position: relative;
}
.navigation__list-item[data-v-6868eb8f] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  color: #373835;
  transition: 250ms;
  white-space: nowrap;
}
.navigation__list-item.with-icon[data-v-6868eb8f] {
  padding: 5px 24px;
}
.navigation__list-item-wrapper .navigation__list-item[data-v-6868eb8f] {
  border-bottom: 1px solid transparent;
}
.navigation__list-item-wrapper:hover .navigation__list-item[data-v-6868eb8f] {
  color: #000;
  border-bottom: 1px solid #373835;
}
.is-highlighted[data-v-6868eb8f] {
  font-weight: bold;
}
.navigation.no-pointer-events {
  pointer-events: none;
}
.navigation.no-pointer-events > .navigation__container .navigation__list .navigation-item__container-subs {
  pointer-events: none;
}
.navigation__list li,
.navigation__list span,
.navigation__list a {
  display: block;
}
.navigation__list span {
  cursor: default;
}

/* NAVIGATION: CONTAINERS DOS SUBITEMS E CLASSES ABRIR/FECHAR */
.navigation-item__container-subs {
  top: 100%;
  position: absolute;
  overflow: hidden;
  opacity: 0;
  transform: translate3d(0, -8px, 0);
  pointer-events: none;
  width: 100%;

  z-index: 100;
}
.navigation-item__container-subs.left {
  left: 0;
}
.navigation-item__container-subs.hasBanner.right,
.navigation-item__container-subs.type-expandable.right {
  right: -100px;
}
.navigation-item__container-subs.hasBanner.navigation__sub--last-menu,
.navigation-item__container-subs.type-expandable.navigation__sub--last-menu {
  right: -15px;
}
.navigation__list-item-wrapper:hover .navigation-item__container-subs {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  pointer-events: initial;
}


