@charset "UTF-8";
@import "https://fonts.googleapis.com/icon?family=Material+Icons";

/* src/styles.scss */
mat-icon.mat-icon {
  overflow: visible;
}
.container {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  box-sizing: border-box;
}
@media (min-width: 769px) {
  .cei-toolbar__container {
    display: grid;
    grid-template-columns: var(--sidenav-width, 68px) repeat(12, minmax(0, 1fr));
    gap: var(--grid-gap, 1.5rem);
    align-items: center;
    width: 100%;
    padding-inline-end: var(--layout-edge-padding, 1.5rem);
    box-sizing: border-box;
  }
  .cei-toolbar__brand {
    grid-column: 2/span 3;
    justify-self: start;
    width: 100%;
    max-width: 362px;
  }
  .cei-toolbar__user {
    grid-column: 11/span 3;
    justify-self: start;
    width: 100%;
    max-width: 362px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
.cei-toolbar-user-area {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.75rem;
}
.cei-toolbar-user-area__name {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.2;
  color: #535355;
  white-space: nowrap;
  max-width: min(240px, 40vw);
  overflow: hidden;
  text-overflow: ellipsis;
}
.cei-toolbar-user-area__avatar {
  width: 47px;
  height: 47px;
  border-radius: 50%;
  background: #f57921;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 0;
  padding: 0;
  cursor: pointer;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(245, 121, 33, 0.3);
}
:root {
  --grid-gap: 1.5rem;
}
.grid-container {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: var(--grid-gap);
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.col-1 {
  grid-column: span 1;
  min-width: 0;
}
.col-2 {
  grid-column: span 2;
  min-width: 0;
}
.col-3 {
  grid-column: span 3;
  min-width: 0;
}
.col-4 {
  grid-column: span 4;
  min-width: 0;
}
.col-5 {
  grid-column: span 5;
  min-width: 0;
}
.col-6 {
  grid-column: span 6;
  min-width: 0;
}
.col-7 {
  grid-column: span 7;
  min-width: 0;
}
.col-8 {
  grid-column: span 8;
  min-width: 0;
}
.col-9 {
  grid-column: span 9;
  min-width: 0;
}
.col-10 {
  grid-column: span 10;
  min-width: 0;
}
.col-11 {
  grid-column: span 11;
  min-width: 0;
}
.col-12 {
  grid-column: span 12;
  min-width: 0;
}
@media (max-width: 768px) {
  .grid-container {
    display: flex;
    flex-direction: column;
  }
  [class*=col-] {
    grid-column: span 12;
    width: 100%;
    max-width: 100%;
  }
}
.text-center {
  text-align: center;
}
.cei-portal-pagina {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 0;
  max-height: 100%;
  box-sizing: border-box;
  padding-top: var(--portal-conteudo-padding-top, 0);
  overflow: hidden;
}
.cei-portal-pagina__titulo,
.cei-portal-pagina__subtitulo {
  flex-shrink: 0;
}
.cei-portal-pagina__grade {
  flex: 1 1 auto;
  min-height: 0;
  max-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  container-type: size;
  container-name: cei-portal-grade;
}
.cei-portal-pagina__grade > cei-menu-grid {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 0;
  height: 100%;
  overflow: hidden;
}
@media (min-width: 769px) {
  .cei-app-template-host:has(.cei-portal-pagina) {
    --portal-sidenav-conteudo-gap: clamp(43.45px, 5.4861111111vw, 79px);
    --portal-conteudo-padding-final-escalado: clamp(79.75px, 10.0694444444vw, 145px);
    --app-layout-column-gap: var(--portal-sidenav-conteudo-gap);
    --layout-edge-padding: var(--portal-conteudo-padding-final-escalado);
    --grid-gap: var(--portal-sidenav-conteudo-gap);
  }
}
@media (max-width: 768px) {
  .cei-app-template-host:has(.cei-portal-pagina) {
    --portal-sidenav-conteudo-gap: clamp(43.45px, 5.4861111111vw, 79px);
    --portal-conteudo-padding-final-escalado: clamp(79.75px, 10.0694444444vw, 145px);
    --app-layout-column-gap: var(--portal-sidenav-conteudo-gap);
    --layout-edge-padding: var(--portal-conteudo-padding-final-escalado);
    --grid-gap: var(--portal-sidenav-conteudo-gap);
  }
}
@media (min-width: 769px) {
  .cei-portal-pagina,
  .cei-portal-pagina__grade,
  .cei-portal-pagina__grade > cei-menu-grid {
    --portal-menu-card-gap: clamp(17.05px, 2.1527777778vw, 31px);
    --portal-menu-card-largura: 362px;
    --portal-menu-card-altura: 188px;
  }
  .cei-portal-pagina {
    overflow: hidden;
  }
  .cei-portal-pagina__grade {
    container-type: normal;
  }
  .cei-portal-pagina .cei-menu-card-list.grid-container.cei-menu-card-list--portal-hub,
  .cei-portal-pagina .cei-menu-card-list.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 330px), 1fr));
    column-gap: var(--portal-menu-card-gap, 31px);
    row-gap: var(--portal-menu-card-gap, 31px);
    justify-content: start;
    align-content: start;
    width: 100%;
  }
  .cei-portal-pagina .cei-menu-card-list--portal-hub .cei-menu-card.col-3,
  .cei-portal-pagina .cei-menu-card-list .cei-menu-card.col-3 {
    grid-column: auto;
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    height: auto;
    aspect-ratio: 1.9255319149;
    min-height: 0;
    justify-self: stretch;
  }
}
@media (max-width: 768px) {
  .cei-portal-pagina {
    --portal-menu-card-gap: clamp(17.05px, 2.1527777778vw, 31px);
    --portal-menu-card-largura: clamp(199.1px, 25.1388888889vw, 362px);
  }
  .cei-portal-pagina .cei-menu-card-list {
    gap: var(--portal-menu-card-gap);
  }
}
.container-conteudo:has(.cei-portal-pagina) {
  display: flex;
  flex-direction: column;
  overflow-y: clip;
}
.container-conteudo:has(.cei-portal-pagina)::before {
  display: none;
}
.container-conteudo:has(.cei-portal-pagina):has(.cei-menu-card:nth-child(9)) {
  overflow-y: auto;
}
.container-conteudo:has(.cei-portal-pagina) app-ferramentas,
.container-conteudo:has(.cei-portal-pagina) app-home,
.container-conteudo:has(.cei-portal-pagina) app-setores {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 0;
}
@media (max-width: 768px) {
  .container-conteudo:has(.cei-portal-pagina) {
    display: block;
    container-type: normal;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .container-conteudo:has(.cei-portal-pagina) app-ferramentas,
  .container-conteudo:has(.cei-portal-pagina) app-home,
  .container-conteudo:has(.cei-portal-pagina) app-setores {
    display: block;
    flex: none;
    min-height: auto;
    height: auto;
  }
  .cei-portal-pagina {
    display: block;
    flex: none;
    min-height: auto;
    max-height: none;
    overflow: visible;
  }
  .cei-portal-pagina__grade {
    display: block;
    flex: none;
    min-height: auto;
    max-height: none;
    overflow: visible;
    container-type: normal;
  }
  .cei-portal-pagina__grade > cei-menu-grid {
    display: block;
    flex: none;
    min-height: auto;
    height: auto;
    overflow: visible;
  }
}
.cei-portal-pagina__titulo {
  margin: 0 0 1rem;
  font-family: "Lexend", sans-serif;
  font-size: 32px;
  font-weight: inherit;
  line-height: 1;
  text-align: center;
}
.cei-portal-pagina__subtitulo {
  max-width: 880px;
  margin: 0 auto 1.5rem;
  font-family: "Lexend", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.33;
  text-align: center;
}
@media (min-height: 900px) {
  .cei-portal-pagina__subtitulo {
    margin-bottom: calc(1.5rem * 2 + 1rem);
  }
}
@container cei-portal-conteudo (max-height: 540px) {
  .cei-portal-pagina__subtitulo {
    margin-bottom: 1rem;
  }
}
@container cei-portal-conteudo (max-height: 480px) {
  .cei-portal-pagina__titulo {
    font-size: 28px;
  }
  .cei-portal-pagina__subtitulo {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: calc(1.5rem * 0.75);
  }
}
.text-right {
  text-align: right;
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mb-2 {
  margin-bottom: 1rem;
}
.mb-4 {
  margin-bottom: 2rem;
}
html {
  --mat-sys-background: light-dark(#faf9fd, #121316);
  --mat-sys-error: light-dark(#ba1a1a, #ffb4ab);
  --mat-sys-error-container: light-dark(#ffdad6, #93000a);
  --mat-sys-inverse-on-surface: light-dark(#f2f0f4, #2f3033);
  --mat-sys-inverse-primary: light-dark(#abc7ff, #005cbb);
  --mat-sys-inverse-surface: light-dark(#2f3033, #e3e2e6);
  --mat-sys-on-background: light-dark(#1a1b1f, #e3e2e6);
  --mat-sys-on-error: light-dark(#ffffff, #690005);
  --mat-sys-on-error-container: light-dark(#93000a, #ffdad6);
  --mat-sys-on-primary: light-dark(#ffffff, #002f65);
  --mat-sys-on-primary-container: light-dark(#00458f, #d7e3ff);
  --mat-sys-on-primary-fixed: light-dark(#001b3f, #001b3f);
  --mat-sys-on-primary-fixed-variant: light-dark(#00458f, #00458f);
  --mat-sys-on-secondary: light-dark(#ffffff, #283041);
  --mat-sys-on-secondary-container: light-dark(#3e4759, #dae2f9);
  --mat-sys-on-secondary-fixed: light-dark(#131c2b, #131c2b);
  --mat-sys-on-secondary-fixed-variant: light-dark(#3e4759, #3e4759);
  --mat-sys-on-surface: light-dark(#1a1b1f, #e3e2e6);
  --mat-sys-on-surface-variant: light-dark(#44474e, #e0e2ec);
  --mat-sys-on-tertiary: light-dark(#ffffff, #0001ac);
  --mat-sys-on-tertiary-container: light-dark(#0000ef, #e0e0ff);
  --mat-sys-on-tertiary-fixed: light-dark(#00006e, #00006e);
  --mat-sys-on-tertiary-fixed-variant: light-dark(#0000ef, #0000ef);
  --mat-sys-outline: light-dark(#74777f, #8e9099);
  --mat-sys-outline-variant: light-dark(#c4c6d0, #44474e);
  --mat-sys-primary: light-dark(#005cbb, #abc7ff);
  --mat-sys-primary-container: light-dark(#d7e3ff, #00458f);
  --mat-sys-primary-fixed: light-dark(#d7e3ff, #d7e3ff);
  --mat-sys-primary-fixed-dim: light-dark(#abc7ff, #abc7ff);
  --mat-sys-scrim: light-dark(#000000, #000000);
  --mat-sys-secondary: light-dark(#565e71, #bec6dc);
  --mat-sys-secondary-container: light-dark(#dae2f9, #3e4759);
  --mat-sys-secondary-fixed: light-dark(#dae2f9, #dae2f9);
  --mat-sys-secondary-fixed-dim: light-dark(#bec6dc, #bec6dc);
  --mat-sys-shadow: light-dark(#000000, #000000);
  --mat-sys-surface: light-dark(#faf9fd, #121316);
  --mat-sys-surface-bright: light-dark(#faf9fd, #38393c);
  --mat-sys-surface-container: light-dark(#efedf0, #1f2022);
  --mat-sys-surface-container-high: light-dark(#e9e7eb, #292a2c);
  --mat-sys-surface-container-highest: light-dark(#e3e2e6, #343537);
  --mat-sys-surface-container-low: light-dark(#f4f3f6, #1a1b1f);
  --mat-sys-surface-container-lowest: light-dark(#ffffff, #0d0e11);
  --mat-sys-surface-dim: light-dark(#dbd9dd, #121316);
  --mat-sys-surface-tint: light-dark(#005cbb, #abc7ff);
  --mat-sys-surface-variant: light-dark(#e0e2ec, #44474e);
  --mat-sys-tertiary: light-dark(#343dff, #bec2ff);
  --mat-sys-tertiary-container: light-dark(#e0e0ff, #0000ef);
  --mat-sys-tertiary-fixed: light-dark(#e0e0ff, #e0e0ff);
  --mat-sys-tertiary-fixed-dim: light-dark(#bec2ff, #bec2ff);
  --mat-sys-neutral-variant20: #2d3038;
  --mat-sys-neutral10: #1a1b1f;
  --mat-sys-level0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-sys-level1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-sys-level2:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-sys-level3:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-sys-level4:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-sys-level5:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-sys-body-large: 400 1rem / 1.5rem Lexend;
  --mat-sys-body-large-font: Lexend;
  --mat-sys-body-large-line-height: 1.5rem;
  --mat-sys-body-large-size: 1rem;
  --mat-sys-body-large-tracking: 0.031rem;
  --mat-sys-body-large-weight: 400;
  --mat-sys-body-medium: 400 0.875rem / 1.25rem Lexend;
  --mat-sys-body-medium-font: Lexend;
  --mat-sys-body-medium-line-height: 1.25rem;
  --mat-sys-body-medium-size: 0.875rem;
  --mat-sys-body-medium-tracking: 0.016rem;
  --mat-sys-body-medium-weight: 400;
  --mat-sys-body-small: 400 0.75rem / 1rem Lexend;
  --mat-sys-body-small-font: Lexend;
  --mat-sys-body-small-line-height: 1rem;
  --mat-sys-body-small-size: 0.75rem;
  --mat-sys-body-small-tracking: 0.025rem;
  --mat-sys-body-small-weight: 400;
  --mat-sys-display-large: 400 3.562rem / 4rem Lexend;
  --mat-sys-display-large-font: Lexend;
  --mat-sys-display-large-line-height: 4rem;
  --mat-sys-display-large-size: 3.562rem;
  --mat-sys-display-large-tracking: -0.016rem;
  --mat-sys-display-large-weight: 400;
  --mat-sys-display-medium: 400 2.812rem / 3.25rem Lexend;
  --mat-sys-display-medium-font: Lexend;
  --mat-sys-display-medium-line-height: 3.25rem;
  --mat-sys-display-medium-size: 2.812rem;
  --mat-sys-display-medium-tracking: 0;
  --mat-sys-display-medium-weight: 400;
  --mat-sys-display-small: 400 2.25rem / 2.75rem Lexend;
  --mat-sys-display-small-font: Lexend;
  --mat-sys-display-small-line-height: 2.75rem;
  --mat-sys-display-small-size: 2.25rem;
  --mat-sys-display-small-tracking: 0;
  --mat-sys-display-small-weight: 400;
  --mat-sys-headline-large: 400 2rem / 2.5rem Lexend;
  --mat-sys-headline-large-font: Lexend;
  --mat-sys-headline-large-line-height: 2.5rem;
  --mat-sys-headline-large-size: 2rem;
  --mat-sys-headline-large-tracking: 0;
  --mat-sys-headline-large-weight: 400;
  --mat-sys-headline-medium: 400 1.75rem / 2.25rem Lexend;
  --mat-sys-headline-medium-font: Lexend;
  --mat-sys-headline-medium-line-height: 2.25rem;
  --mat-sys-headline-medium-size: 1.75rem;
  --mat-sys-headline-medium-tracking: 0;
  --mat-sys-headline-medium-weight: 400;
  --mat-sys-headline-small: 400 1.5rem / 2rem Lexend;
  --mat-sys-headline-small-font: Lexend;
  --mat-sys-headline-small-line-height: 2rem;
  --mat-sys-headline-small-size: 1.5rem;
  --mat-sys-headline-small-tracking: 0;
  --mat-sys-headline-small-weight: 400;
  --mat-sys-label-large: 500 0.875rem / 1.25rem Lexend;
  --mat-sys-label-large-font: Lexend;
  --mat-sys-label-large-line-height: 1.25rem;
  --mat-sys-label-large-size: 0.875rem;
  --mat-sys-label-large-tracking: 0.006rem;
  --mat-sys-label-large-weight: 500;
  --mat-sys-label-large-weight-prominent: 700;
  --mat-sys-label-medium: 500 0.75rem / 1rem Lexend;
  --mat-sys-label-medium-font: Lexend;
  --mat-sys-label-medium-line-height: 1rem;
  --mat-sys-label-medium-size: 0.75rem;
  --mat-sys-label-medium-tracking: 0.031rem;
  --mat-sys-label-medium-weight: 500;
  --mat-sys-label-medium-weight-prominent: 700;
  --mat-sys-label-small: 500 0.688rem / 1rem Lexend;
  --mat-sys-label-small-font: Lexend;
  --mat-sys-label-small-line-height: 1rem;
  --mat-sys-label-small-size: 0.688rem;
  --mat-sys-label-small-tracking: 0.031rem;
  --mat-sys-label-small-weight: 500;
  --mat-sys-title-large: 400 1.375rem / 1.75rem Lexend;
  --mat-sys-title-large-font: Lexend;
  --mat-sys-title-large-line-height: 1.75rem;
  --mat-sys-title-large-size: 1.375rem;
  --mat-sys-title-large-tracking: 0;
  --mat-sys-title-large-weight: 400;
  --mat-sys-title-medium: 500 1rem / 1.5rem Lexend;
  --mat-sys-title-medium-font: Lexend;
  --mat-sys-title-medium-line-height: 1.5rem;
  --mat-sys-title-medium-size: 1rem;
  --mat-sys-title-medium-tracking: 0.009rem;
  --mat-sys-title-medium-weight: 500;
  --mat-sys-title-small: 500 0.875rem / 1.25rem Lexend;
  --mat-sys-title-small-font: Lexend;
  --mat-sys-title-small-line-height: 1.25rem;
  --mat-sys-title-small-size: 0.875rem;
  --mat-sys-title-small-tracking: 0.006rem;
  --mat-sys-title-small-weight: 500;
  --mat-sys-corner-extra-large: 28px;
  --mat-sys-corner-extra-large-top: 28px 28px 0 0;
  --mat-sys-corner-extra-small: 4px;
  --mat-sys-corner-extra-small-top: 4px 4px 0 0;
  --mat-sys-corner-full: 9999px;
  --mat-sys-corner-large: 16px;
  --mat-sys-corner-large-end: 0 16px 16px 0;
  --mat-sys-corner-large-start: 16px 0 0 16px;
  --mat-sys-corner-large-top: 16px 16px 0 0;
  --mat-sys-corner-medium: 12px;
  --mat-sys-corner-none: 0;
  --mat-sys-corner-small: 8px;
  --mat-sys-dragged-state-layer-opacity: 0.16;
  --mat-sys-focus-state-layer-opacity: 0.12;
  --mat-sys-hover-state-layer-opacity: 0.08;
  --mat-sys-pressed-state-layer-opacity: 0.12;
}
body {
  color-scheme: light;
  background-color: var(--mat-sys-surface);
  color: var(--mat-sys-on-surface);
  font: var(--mat-sys-body-medium);
  margin: 0;
}
html,
body {
  height: 100%;
  min-height: 0;
  overflow: hidden;
}
app-root {
  display: block;
  height: 100%;
  min-height: 0;
  overflow: hidden;
}
body {
  position: relative;
}
html,
body,
button,
input,
textarea,
select {
  font-family:
    "Lexend",
    "Helvetica Neue",
    Arial,
    sans-serif;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
