/* [project]/src/componentes/ElementosVisuais/PaginaAterrissagem/Cabecalho/styles.module.css [app-client] (css) */
#styles-module__WlqLdG__cabecalho {
  flex-direction: row;
  width: 95%;
  display: flex;
  position: relative;
}

#styles-module__WlqLdG__cabecalho_esquerda {
  flex-direction: row;
  flex: .15;
  height: 100%;
  display: flex;
}

#styles-module__WlqLdG__recipiente_logo {
  flex: 1;
  align-items: center;
  margin: 6%;
  display: flex;
  position: relative;
}

#styles-module__WlqLdG__recipiente_logo a {
  width: 100%;
}

#styles-module__WlqLdG__cabecalho_direita {
  flex-direction: row;
  flex: 1;
  align-items: center;
  height: 100%;
  display: flex;
}

#styles-module__WlqLdG__cabecalho_direita_linha {
  flex: 1;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

#styles-module__WlqLdG__cabecalho_direita_acesso {
  flex: .23;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

#styles-module__WlqLdG__recipiente_linha_cabecalho {
  width: 100.5%;
  height: 100%;
  position: absolute;
}


/* [project]/src/componentes/ElementosVisuais/BotaoAcessar/styles.module.css [app-client] (css) */
#styles-module__FY3GNa__recipiente_svg_botao_acesso {
  width: 100%;
  height: 100%;
}


/* [project]/src/componentes/Elementos/PaginaConteudoDinamico/styles.module.css [app-client] (css) */
.styles-module__knrZKW__recipiente_definicao {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 2vh;
  display: flex;
  font-family: var(--fonte-junge) !important;
}

.styles-module__knrZKW__recipiente_titulo {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 3vh;
  display: flex;
}

.styles-module__knrZKW__definicao_titulo {
  font-size: 3.4rem;
  line-height: 3.5rem;
}

.styles-module__knrZKW__definicao_corpo {
  flex-direction: column;
  flex: 1 0 0;
  gap: 6vh;
  width: 60%;
  margin-bottom: 5vh;
  display: flex;
}

.styles-module__knrZKW__definicao_corpo_conteudo {
  flex-direction: column;
  gap: 4vh;
  display: flex;
}

.styles-module__knrZKW__definicao_conteudo {
  text-align: justify;
  flex-direction: column;
  gap: 2vh;
  width: fit-content;
  margin: 0 auto;
  display: flex;
}

.styles-module__knrZKW__definicao_conteudo p {
  font-size: 1.3rem;
  line-height: 1.2;
}

.styles-module__knrZKW__recipiente_lista {
  width: 50%;
  margin: 0 auto;
}

.styles-module__knrZKW__definicao_lista_opcoes {
  flex-flow: wrap;
  justify-content: space-between;
  gap: 2vh 4%;
  margin: 0 auto;
  display: flex;
}

.styles-module__knrZKW__recipiente_opcao_lista {
  text-align: center;
  flex-direction: row;
  flex: 0 0 45%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.styles-module__knrZKW__recipiente_opcao_lista.styles-module__knrZKW__opcao_lista_duas_colunas {
  flex: 0 0 100%;
}

.styles-module__knrZKW__recipiente_opcao_lista p {
  font-size: 2rem;
}

.styles-module__knrZKW__definicao_conteudo_conectado {
  background-color: #2f2641;
  flex-flow: column wrap;
  flex: 0 0 0;
  justify-content: center;
  align-items: center;
  gap: 2vh;
  padding: 1vh;
  display: flex;
}

.styles-module__knrZKW__opcoes_conteudo_conectado {
  flex-direction: row;
  justify-content: center;
  gap: 3vw;
  width: 100%;
  display: flex;
}

.styles-module__knrZKW__recipiente_breadcrumb {
  margin-bottom: 2vh;
}


/* [project]/src/componentes/ElementosVisuais/TextoGlitado/styles.module.css [app-client] (css) */
.styles-module__Eo96HG__texto_glitado {
  white-space: nowrap;
}

@keyframes styles-module__Eo96HG__glitch {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  50% {
    opacity: .7;
    transform: translateX(1px)rotate(1deg);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.styles-module__Eo96HG__letra_glitada {
  animation: .3s ease-in-out infinite alternate styles-module__Eo96HG__glitch;
  display: inline-block;
}

@keyframes styles-module__Eo96HG__shake {
  0% {
    transform: translate(0);
  }

  10% {
    transform: translate(-.5px, .5px);
  }

  20% {
    transform: translate(.5px, -.5px);
  }

  30% {
    transform: translate(-1px, 1px);
  }

  40% {
    transform: translate(1px, -1px);
  }

  50% {
    transform: translate(-1.5px, 1.5px)rotate(.5deg);
  }

  55% {
    transform: translate(1.5px, -1.5px)rotate(-.5deg);
  }

  60% {
    transform: translate(-1px, 1px);
  }

  70% {
    transform: translate(1px, -1px);
  }

  80% {
    transform: translate(-.5px, .5px);
  }

  90% {
    transform: translate(.5px, -.5px);
  }

  100% {
    transform: translate(0);
  }
}

.styles-module__Eo96HG__letra_shake {
  animation: .4s ease-in-out styles-module__Eo96HG__shake;
  display: inline-block;
}

@keyframes styles-module__Eo96HG__sombraVerde {
  0% {
    text-shadow: 0 0 3px #00ff0080;
  }

  50% {
    text-shadow: 0 0 6px #0f0c;
  }

  100% {
    text-shadow: 0 0 3px #00ff0080;
  }
}

.styles-module__Eo96HG__letra_sombra {
  animation: 1.5s ease-in-out infinite alternate styles-module__Eo96HG__sombraVerde;
}


/* [project]/src/componentes/Elementos/Tooltip/styles.module.css [app-client] (css) */
.styles-module__cbTzDa__tooltip_gatilho {
  position: relative;
}

.styles-module__cbTzDa__tooltip_gatilho:before {
  content: "";
  clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
  border: .3rem solid #87cefa;
  border-radius: 50%;
  width: .6rem;
  height: .6rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%)rotate(45deg);
}

.styles-module__cbTzDa__tooltip_gatilho:hover:before {
  animation: .6s linear forwards styles-module__cbTzDa__spin, .3s .6s forwards styles-module__cbTzDa__fadeOut;
}

.styles-module__cbTzDa__tooltip_conteudo {
  color: #000;
  user-select: none;
  will-change: transform, opacity;
  text-align: justify;
  max-width: 17vw;
  z-index: calc(var(--zindex-final-tooltip)  - 0);
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  padding: 10px 15px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  animation-duration: .4s;
  animation-timing-function: cubic-bezier(.16, 1, .3, 1);
  display: flex;
  box-shadow: 0 10px 38px -10px #0e121659, 0 10px 20px -15px #0e121633;
}

.styles-module__cbTzDa__tooltip_conteudo[data-state="delayed-open"][data-side="top"] {
  animation-name: styles-module__cbTzDa__slideDownAndFade;
}

.styles-module__cbTzDa__tooltip_conteudo[data-state="delayed-open"][data-side="right"] {
  animation-name: styles-module__cbTzDa__slideLeftAndFade;
}

.styles-module__cbTzDa__tooltip_conteudo[data-state="delayed-open"][data-side="bottom"] {
  animation-name: styles-module__cbTzDa__slideUpAndFade;
}

.styles-module__cbTzDa__tooltip_conteudo[data-state="delayed-open"][data-side="left"] {
  animation-name: styles-module__cbTzDa__slideRightAndFade;
}

.styles-module__cbTzDa__tooltip_seta {
  fill: #fff;
}

.styles-module__cbTzDa__tooltip_conteudo h1 {
  margin: 0 0 1vh;
}

.styles-module__cbTzDa__tooltip_conteudo h2 {
  margin: .8vh 0 .5vh;
}

.styles-module__cbTzDa__tooltip_conteudo h3 {
  all: unset;
  color: #000;
}

.styles-module__cbTzDa__tooltip_conteudo p {
  color: #525252;
  margin: 0;
}

.styles-module__cbTzDa__detalhes_tooltip {
  background-color: red;
}

@keyframes styles-module__cbTzDa__slideUpAndFade {
  from {
    opacity: 0;
    transform: translateY(2px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes styles-module__cbTzDa__slideRightAndFade {
  from {
    opacity: 0;
    transform: translateX(-2px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes styles-module__cbTzDa__slideDownAndFade {
  from {
    opacity: 0;
    transform: translateY(-2px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes styles-module__cbTzDa__slideLeftAndFade {
  from {
    opacity: 0;
    transform: translateX(2px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes styles-module__cbTzDa__spin {
  25% {
    clip-path: polygon(50% 50%, 0 0, 0 100%, 0 100%, 0 100%, 0 100%);
  }

  50% {
    clip-path: polygon(50% 50%, 0 0, 0 100%, 100% 100%, 100% 100%, 100% 100%);
  }

  75% {
    clip-path: polygon(50% 50%, 0 0, 0 100%, 100% 100%, 100% 0, 100% 0);
  }

  100% {
    clip-path: polygon(50% 50%, 0 0, 0 100%, 100% 100%, 100% 0, 0 0);
  }
}

@keyframes styles-module__cbTzDa__fadeOut {
  to {
    opacity: 0;
  }
}

.styles-module__cbTzDa__recipiente_info_tooltip {
  width: 5%;
  position: absolute;
  top: 3%;
  right: 2%;
}


/* [project]/src/componentes/Elementos/IconeLinkInformativo/styles.module.css [app-client] (css) */
.styles-module__cvdGNG__icone_informativo {
  color: #000;
}


/*# sourceMappingURL=src_componentes_4bd0cbed._.css.map*/