* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
  margin: 0;
  overflow-x: hidden;
  scrollbar-width: none;
}

#root,
main {
  height: 100%;
  position: relative;
  width: 100%;
}

main {
  overflow-y: auto;
  scroll-behavior: smooth;
  scroll-snap-type: y mandatory;
}

section.slide {
  height: 100dvh;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.background-home {
  background-image: url("/img/crescer-na-pratica-home.png");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  height: 100dvh;
  width: 100%;
}
@media only screen and (768px < width <= 1024px) {
  .background-home {
    background-position: 55%;
  }
}
@media only screen and (width <= 768px) {
  .background-home {
    background-position: 55%;
  }
}

.background-mask {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
@media only screen and (width <= 768px) {
  .background-mask {
    height: 100%;
    width: 100%;
  }
}

.title-container {
  color: white;
  font-family: "Exo 2", sans-serif;
  display: flex;
  flex-direction: column;
  max-width: 630px;
  width: 630px;
}
@media only screen and (width <= 768px) {
  .title-container {
    padding-left: 24px;
    width: 100%;
  }
}

.home-title {
  font-size: 80px;
  font-style: italic;
  font-weight: 600;
  line-height: 68px;
}
@media only screen and (width <= 768px) {
  .home-title {
    font-size: 60px;
    line-height: 54px;
    width: 100%;
  }
}

.home-subtitle {
  font-size: 36px;
  font-weight: 300;
  padding-top: 24px;
  width: 410px;
}
@media only screen and (width <= 768px) {
  .home-subtitle {
    font-size: 24px;
    padding-top: 12px;
    width: 50%;
  }
}

.container-start-presentation {
  align-items: center;
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.8823529412));
  bottom: 0;
  cursor: pointer;
  display: flex;
  height: 25%;
  justify-content: center;
  position: absolute;
  width: 100%;
}
@media only screen and (width <= 768px) {
  .container-start-presentation {
    width: 100%;
  }
}* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
  margin: 0;
  overflow-x: hidden;
  scrollbar-width: none;
}

#root,
main {
  height: 100%;
  position: relative;
  width: 100%;
}

main {
  overflow-y: auto;
  scroll-behavior: smooth;
  scroll-snap-type: y mandatory;
}

section.slide {
  height: 100dvh;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.background-brasil {
  align-items: center;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: center;
  padding: 0 40px;
}
@media only screen and (width <= 768px) {
  .background-brasil {
    flex-direction: column;
    padding: 0 32px;
  }
}

.brasil-textos-container {
  display: flex;
  flex-direction: column;
  font-family: "Exo 2", sans-serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: -1px;
  line-height: 40px;
  gap: 40px;
  max-width: 520px;
  width: 520px;
}
.brasil-textos-container span {
  font-weight: 600;
}
@media only screen and (width < 768px) {
  .brasil-textos-container {
    font-size: 20px;
    gap: 12px;
    line-height: 20px;
    max-width: 100%;
    width: 100%;
  }
}

.brasil-titulo {
  color: #26610a;
}

.brasil-subtitulo {
  color: #33820d;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media only screen and (width <= 768px) {
  .brasil-subtitulo {
    gap: 0;
  }
}

.brasil-container-secundario {
  column-gap: 60px;
  display: grid;
  grid-template-rows: 220px auto;
  grid-template-columns: auto auto;
  max-height: fit-content;
  max-width: 400px;
}
@media only screen and (768px <= width <= 1024px) {
  .brasil-container-secundario {
    column-gap: 12px;
    width: 100%;
  }
}
@media only screen and (width < 768px) {
  .brasil-container-secundario {
    column-gap: 12px;
    max-width: 100%;
    width: 100%;
  }
}

.brasil-ilustracao {
  grid-column-start: span 2;
  justify-self: end;
}

.brasil-card {
  border: 1px solid #33820d;
  border-radius: 12px;
  color: #26610a;
  display: flex;
  flex-direction: column;
  gap: 20px;
  grid-column: 1/2;
  height: fit-content;
  padding: 12px;
  width: fit-content;
}
@media only screen and (width < 768px) {
  .brasil-card {
    gap: 12px;
  }
}

.brasil-card-item {
  display: flex;
  flex-direction: column;
  font-family: "Exo 2", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  max-width: 160px;
  width: 160px;
}
.brasil-card-item span {
  font-size: 24px;
  font-style: italic;
  font-weight: 600;
  line-height: 24px;
}
@media only screen and (width < 768px) {
  .brasil-card-item span {
    font-size: 16px;
    line-height: 16px;
  }
}
@media only screen and (width < 768px) {
  .brasil-card-item {
    font-size: 12px;
    line-height: 12px;
    max-width: 100px;
    width: fit-content;
  }
}

.brasil-legenda {
  align-self: end;
  color: #5a645a;
  font-family: "Exo 2", sans-serif;
  font-size: 12px;
  font-style: italic;
  grid-column: 2/2;
  line-height: 12px;
  max-width: 228px;
  width: 228px;
}
@media only screen and (768px <= width <= 1024px) {
  .brasil-legenda {
    font-size: 8px;
    line-height: 8px;
    max-width: 80%;
    width: 80%;
  }
}
@media only screen and (width < 768px) {
  .brasil-legenda {
    font-size: 8px;
    line-height: 8px;
    max-width: 85%;
    width: 85%;
  }
}* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
  margin: 0;
  overflow-x: hidden;
  scrollbar-width: none;
}

#root,
main {
  height: 100%;
  position: relative;
  width: 100%;
}

main {
  overflow-y: auto;
  scroll-behavior: smooth;
  scroll-snap-type: y mandatory;
}

section.slide {
  height: 100dvh;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.background-slide-ilustracao {
  align-items: center;
  background-color: #26610a;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
  padding: 24px 24px 0;
  width: 100%;
}
@media only screen and (width <= 768px) {
  .background-slide-ilustracao {
    gap: 16px;
  }
}
.background-slide-ilustracao.primaria {
  background-color: #26610a;
}
.background-slide-ilustracao.secundaria {
  background-color: #fff;
}

.slide-ilustracao-container-texto {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 630px;
}
@media only screen and (width <= 768px) {
  .slide-ilustracao-container-texto {
    gap: 16px;
    padding: 0 16px;
    width: 100%;
  }
}

.slide-ilustracao-titulo {
  font-family: "Exo 2", sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 48px;
  font-style: italic;
  max-width: 520px;
  width: 520px;
}
@media only screen and (768px <= width <= 1024px) {
  .slide-ilustracao-titulo {
    max-width: 630px;
    width: 630px;
  }
}
@media only screen and (width < 768px) {
  .slide-ilustracao-titulo {
    font-size: 32px;
    line-height: 32px;
    width: 300px;
  }
}
.slide-ilustracao-titulo.primaria {
  color: #fff;
}
.slide-ilustracao-titulo.secundaria {
  color: #26610a;
}

.slide-ilustracao-subtitulo {
  font-family: "Exo 2", sans-serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: -1px;
  line-height: 40px;
  max-width: 520px;
  width: 520px;
}
@media only screen and (768px <= width <= 1024px) {
  .slide-ilustracao-subtitulo {
    max-width: 630px;
    width: fit-content;
  }
}
@media only screen and (width < 768px) {
  .slide-ilustracao-subtitulo {
    font-size: 24px;
    line-height: 24px;
    width: fit-content;
  }
}
.slide-ilustracao-subtitulo span {
  font-weight: 600;
}
.slide-ilustracao-subtitulo.primaria {
  color: #fff;
}
.slide-ilustracao-subtitulo.secundaria {
  color: #26610a;
  font-size: 40px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: -1px;
  line-height: 40px;
}
@media only screen and (width < 768px) {
  .slide-ilustracao-subtitulo.secundaria {
    font-size: 24px;
    line-height: 24px;
  }
}

.slide-ilustracao-corpo {
  display: flex;
  flex-direction: column;
  font-family: Nunito, sans-serif;
  font-size: 20px;
  font-weight: 400;
  gap: 20px;
  line-height: 24px;
  max-width: 630px;
  width: 630px;
}
@media only screen and (width < 768px) {
  .slide-ilustracao-corpo {
    font-size: 16px;
    line-height: 20px;
    width: fit-content;
  }
}
.slide-ilustracao-corpo.primaria {
  color: #fff;
}
.slide-ilustracao-corpo.secundaria {
  color: #5a645a;
  font-size: 24px;
  font-style: italic;
  line-height: 28px;
}
@media only screen and (width < 768px) {
  .slide-ilustracao-corpo.secundaria {
    font-size: 16px;
    line-height: 20px;
  }
}

.slide-ilustracao-fechamento {
  color: #26610a;
  font-family: "Exo 2", sans-serif;
  font-size: 32px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: -1px;
  line-height: 32px;
  text-align: left;
  max-width: 520px;
  width: 520px;
}
@media only screen and (width < 768px) {
  .slide-ilustracao-fechamento {
    font-size: 16px;
    line-height: 20px;
    width: 300px;
  }
}

.slide-ilustracao-container {
  align-items: center;
  background-image: url("/img/participacao_resultados.png");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 410px;
  display: flex;
  height: 270px;
  justify-content: center;
  width: 100%;
}
@media only screen and (width < 768px) {
  .slide-ilustracao-container {
    background-size: 300px;
    height: 180px;
    padding: 0 24px;
    width: 300px;
  }
}

.solucoes-financeiras-container {
  width: 630px;
}
@media only screen and (width < 768px) {
  .solucoes-financeiras-container {
    width: 100%;
  }
}

.solucoes-financeiras-para {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  font-family: "Exo 2", sans-serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 600;
  line-height: 36px;
  height: 20dvh;
  overflow: auto;
  width: 100%;
}
.solucoes-financeiras-para.primeira {
  background-position: center 15%;
}
@media only screen and (width < 768px) {
  .solucoes-financeiras-para {
    font-size: 20px;
    height: 8dvh;
  }
}

.solucoes-financeiras-mask {
  align-items: end;
  background-color: rgba(0, 0, 0, 0.32);
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: end;
  margin: 0 auto;
  padding: 24px 40px;
}
@media only screen and (width < 768px) {
  .solucoes-financeiras-mask {
    font-size: 16px;
    line-height: 16px;
    padding: 8px 16px;
  }
}
.solucoes-financeiras-mask.par {
  justify-content: start;
}
@media only screen and (width < 768px) {
  .solucoes-financeiras-mask {
    height: 100%;
    width: 100%;
  }
}* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
  margin: 0;
  overflow-x: hidden;
  scrollbar-width: none;
}

#root,
main {
  height: 100%;
  position: relative;
  width: 100%;
}

main {
  overflow-y: auto;
  scroll-behavior: smooth;
  scroll-snap-type: y mandatory;
}

section.slide {
  height: 100dvh;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.card {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.card.simples {
  width: 100%;
}
@media only screen and (width <= 768px) {
  .card.simples {
    width: 100%;
  }
}
@media only screen and (width < 768px) {
  .card.valores {
    width: 100%;
  }
}
.card.somatorio {
  align-items: center;
}

.card-container {
  align-items: center;
  border-radius: 12px;
  display: flex;
  flex-direction: row;
  width: fit-content;
}
.card-container.estilizado {
  background-color: #fff;
  border: 1.5px solid #26610a;
  color: #26610a;
}
.card-container.simples {
  background-color: #fff;
  border: none;
  color: #26610a;
}
@media only screen and (width <= 768px) {
  .card-container.simples {
    width: 100%;
  }
}
.card-container.valores {
  background-color: #fff;
  border: 1px solid #26610a;
  color: #26610a;
  padding: 0 4px;
}
@media only screen and (width <= 768px) {
  .card-container.valores {
    width: 100%;
  }
}
.card-container.valores-simples {
  background-color: #fff;
  border: none;
  color: #26610a;
  gap: 8px;
  padding: 16px;
}

.card-icon {
  align-items: center;
  color: #33820d;
  display: flex;
  justify-content: center;
  padding: 12px;
}
@media only screen and (width <= 768px) {
  .card-icon {
    padding: 4px;
  }
}
.card-icon.simples {
  padding: 12px 12px 12px 0;
}
@media only screen and (width <= 768px) {
  .card-icon.simples {
    padding: 8px 8px 8px 0;
  }
}

.card-icon-svg {
  height: 40px;
  width: 40px;
}
@media only screen and (width <= 768px) {
  .card-icon-svg {
    height: 24px;
    width: 24px;
  }
}

.card-texto {
  background-color: #26610a;
  border-radius: 8px;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-family: "Exo 2", sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 300;
  gap: 2px;
  line-height: 24px;
  padding: 12px 16px;
  width: 410px;
}
.card-texto span {
  font-weight: 600;
}
.card-texto.estilizado {
  background-color: #26610a;
  border: 1.5px solid #26610a;
  color: #fff;
}
@media only screen and (width <= 768px) {
  .card-texto.estilizado {
    font-size: 14px;
    line-height: 14px;
    width: 228px;
  }
}
.card-texto.simples {
  background-color: #fff;
  border: none;
  color: #26610a;
  font-size: 22px;
  font-weight: 400;
  line-height: 22px;
  width: 100%;
}
.card-texto.simples span {
  font-weight: 600;
}
@media only screen and (width <= 768px) {
  .card-texto.simples {
    font-size: 14px;
    line-height: 14px;
    padding: 0 8px;
    width: 100%;
  }
}
.card-texto.valores {
  background-color: #fff;
  border-radius: 12px;
  color: #26610a;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}
@media only screen and (width <= 768px) {
  .card-texto.valores {
    font-size: 14px;
    line-height: 14px;
    padding: 8px 12px;
    width: 300px;
    flex: 1 1 auto;
  }
}
.card-texto.valores-simples {
  background-color: transparent;
  color: #26610a;
  font-weight: 400;
  padding: 0;
  text-align: start;
  width: 300px;
}
@media only screen and (width <= 768px) {
  .card-texto.valores-simples {
    font-size: 16px;
    line-height: 16px;
    width: 228px;
  }
}
.card-texto.valores-simples p {
  width: fit-content;
}
.card-texto.somatorio {
  font-size: 14px;
  line-height: 14px;
  width: fit-content;
}

.card-titulo {
  font-family: "Exo 2", sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 600;
  line-height: 20px;
}
.card-titulo.estilizado {
  background-color: #26610a;
  border: 1.5px solid #26610a;
  color: #fff;
  width: 228px;
}
@media only screen and (width <= 768px) {
  .card-titulo.estilizado {
    font-size: 14px;
    line-height: 14px;
  }
}
.card-titulo.simples {
  background-color: #fff;
  border: none;
  color: #26610a;
  font-size: 24px;
  line-height: 24px;
  width: 410px;
}
@media only screen and (width <= 768px) {
  .card-titulo.simples {
    font-size: 16px;
    line-height: 16px;
    width: 100%;
  }
}
@media only screen and (width <= 768px) {
  .card-titulo.valores {
    font-size: 14px;
    line-height: 14px;
  }
}

.card-valor {
  font-family: "Exo 2", sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 600;
  line-height: 24px;
  padding-top: 4px;
}
.card-valor.somatorio {
  padding-top: 0;
}
@media only screen and (width <= 768px) {
  .card-valor.somatorio {
    width: fit-content;
  }
}
@media only screen and (width <= 768px) {
  .card-valor {
    font-size: 16px;
    line-height: 16px;
    padding-top: 4px;
    width: 228px;
  }
}

.card-legenda {
  color: #26610a;
  font-family: Nunito, sans-serif;
  font-size: 12px;
  font-style: italic;
}
@media only screen and (width <= 768px) {
  .card-legenda {
    font-size: 10px;
    line-height: 10px;
  }
}* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
  margin: 0;
  overflow-x: hidden;
  scrollbar-width: none;
}

#root,
main {
  height: 100%;
  position: relative;
  width: 100%;
}

main {
  overflow-y: auto;
  scroll-behavior: smooth;
  scroll-snap-type: y mandatory;
}

section.slide {
  height: 100dvh;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.slide-lista {
  align-items: center;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (768px <= width <= 1024px) {
  .slide-lista {
    align-items: start;
    gap: 12px;
    justify-content: start;
    padding-bottom: 0;
  }
}
@media only screen and (width < 768px) {
  .slide-lista {
    gap: 20px;
    justify-content: start;
  }
}
@media only screen and (width <= 1024px) {
  .slide-lista.estilizado {
    justify-content: center;
  }
}
.slide-lista.simples {
  gap: 20px;
  justify-content: start;
  padding: 0 12px;
}
@media only screen and (width < 768px) {
  .slide-lista.simples {
    padding: 0 28px;
  }
}
.slide-lista.valores {
  padding-bottom: 0;
}
@media only screen and (width <= 1024px) {
  .slide-lista.valores {
    align-items: center;
    gap: 0;
    justify-content: center;
    padding: 0 16px;
  }
}

.image-container {
  display: flex;
  justify-content: end;
  width: 100%;
}
@media only screen and (768px < width <= 1024px) {
  .image-container {
    right: 0;
    position: absolute;
    top: 0;
    width: 90%;
  }
}
@media only screen and (width <= 768px) {
  .image-container {
    align-self: end;
    position: relative;
    width: 100%;
  }
}
.image-container.valores {
  display: none;
}

.slide-lista-conteudo {
  align-items: center;
  display: flex;
  flex-direction: column;
}
@media only screen and (768px <= width <= 1024px) {
  .slide-lista-conteudo {
    padding-left: 120px;
  }
}
@media only screen and (width < 768px) {
  .slide-lista-conteudo {
    padding: 0 24px;
  }
}
.slide-lista-conteudo.estilizado {
  align-items: center;
}
.slide-lista-conteudo.simples {
  align-items: start;
  width: fit-content;
}
@media only screen and (width < 768px) {
  .slide-lista-conteudo.simples {
    padding: 0;
    width: 100%;
  }
}
.slide-lista-conteudo.valores {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (width < 768px) {
  .slide-lista-conteudo.valores {
    width: 100%;
  }
}

.lista-etiqueta {
  color: #33820d;
  font-family: "Exo 2", sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 20px;
  padding-bottom: 8px;
}
.lista-etiqueta span {
  font-weight: 600;
}
@media only screen and (width <= 768px) {
  .lista-etiqueta {
    font-size: 14px;
    line-height: 14px;
  }
}

.lista-titulo {
  color: #26610a;
  font-family: "Exo 2", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 44px;
  text-align: center;
}
.lista-titulo span {
  font-weight: 600;
}
@media only screen and (768px <= width <= 1024px) {
  .lista-titulo {
    font-size: 36px;
    line-height: 40px;
    padding: 0 24px;
  }
}
@media only screen and (width <= 768px) {
  .lista-titulo {
    font-size: 28px;
    line-height: 28px;
    padding: 0 24px;
  }
}
.lista-titulo.estilizado {
  font-size: 40px;
  line-height: 44px;
  padding-bottom: 32px;
}
@media only screen and (width <= 768px) {
  .lista-titulo.estilizado {
    font-size: 24px;
    line-height: 28px;
  }
}
.lista-titulo.valores {
  font-size: 36px;
  font-style: italic;
  padding-bottom: 12px;
}
@media only screen and (width <= 768px) {
  .lista-titulo.valores {
    font-size: 24px;
    line-height: 28px;
    padding: 0 0 12px;
  }
}

.lista-subtitulo {
  color: #26610a;
  font-family: "Exo 2", sans-serif;
  font-size: 32px;
  font-style: italic;
  font-weight: 600;
  line-height: 36px;
  padding-bottom: 32px;
  text-align: left;
  max-width: 520px;
  width: 520px;
}
.lista-subtitulo span {
  font-weight: 600;
}
@media only screen and (768px <= width <= 1024px) {
  .lista-subtitulo {
    font-size: 28px;
    line-height: 32px;
  }
}
@media only screen and (width <= 768px) {
  .lista-subtitulo {
    font-size: 20px;
    line-height: 20px;
    max-width: 300px;
    width: 300px;
  }
}
@media only screen and (width <= 768px) {
  .lista-subtitulo.simples {
    width: 100%;
  }
}
.lista-subtitulo.valores {
  font-size: 16px;
  line-height: 16px;
  padding-bottom: 12px;
  text-align: center;
}
@media only screen and (width <= 768px) {
  .lista-subtitulo.valores {
    font-size: 14px;
    line-height: 14px;
  }
}

.lista-container {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media only screen and (width <= 768px) {
  .lista-container {
    gap: 16px;
    width: 100%;
  }
}

.lista-legenda {
  color: #323c32;
  font-family: Nunito, sans-serif;
  font-size: 14px;
  font-style: italic;
  padding-top: 12px;
}
.lista-legenda.valores {
  text-align: center;
}
@media only screen and (width <= 768px) {
  .lista-legenda.valores {
    font-size: 10px;
    line-height: 10px;
  }
}* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
  margin: 0;
  overflow-x: hidden;
  scrollbar-width: none;
}

#root,
main {
  height: 100%;
  position: relative;
  width: 100%;
}

main {
  overflow-y: auto;
  scroll-behavior: smooth;
  scroll-snap-type: y mandatory;
}

section.slide {
  height: 100dvh;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.background-slide {
  align-items: center;
  background-color: #26610a;
  display: flex;
  flex-direction: column;
  gap: 32px;
  justify-content: center;
  width: 100%;
}
.background-slide.primaria {
  background-color: #26610a;
}
.background-slide.secundaria {
  color: #fff;
}

.icon-container {
  color: #a0dc8c;
  height: 64px;
  width: 64px;
  max-height: 64px;
  max-width: 64px;
}

.texto-slide {
  color: #fff;
  font-family: "Exo 2", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 44px;
  max-width: 520px;
  text-align: left;
  width: 520px;
}
.texto-slide span {
  font-weight: 600;
}
@media only screen and (width <= 768px) {
  .texto-slide {
    font-size: 24px;
    line-height: 28px;
    padding: 0 24px;
    width: 100%;
  }
}
.texto-slide.primaria {
  color: #fff;
  font-size: 36px;
  line-height: 40px;
}
@media only screen and (width <= 768px) {
  .texto-slide.primaria {
    font-size: 24px;
    line-height: 28px;
  }
}
.texto-slide.secundaria {
  color: #26610a;
}

.texto-corpo {
  color: #fff;
  font-family: Nunito, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 32px;
  max-width: 520px;
  text-align: left;
  width: 520px;
}
@media only screen and (width <= 768px) {
  .texto-corpo {
    font-size: 16px;
    line-height: 20px;
    padding: 0 24px;
    width: 100%;
  }
}
.texto-corpo.primaria {
  color: #fff;
}
.texto-corpo.secundaria {
  color: #26610a;
}* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
  margin: 0;
  overflow-x: hidden;
  scrollbar-width: none;
}

#root,
main {
  height: 100%;
  position: relative;
  width: 100%;
}

main {
  overflow-y: auto;
  scroll-behavior: smooth;
  scroll-snap-type: y mandatory;
}

section.slide {
  height: 100dvh;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.background-slide-titulo {
  align-items: center;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 32px;
  justify-content: center;
  width: 100%;
}
.background-slide-titulo.primaria {
  background-color: #33820d;
}

.titulo-linha {
  background-color: #26610a;
  height: 4px;
  width: 95px;
}
.titulo-linha.primaria {
  background-color: #fff;
}

.texto-slide-titulo {
  color: #5a645a;
  font-family: "Exo 2", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 48px;
  max-width: 740px;
  text-align: center;
  width: 740px;
}
.texto-slide-titulo span {
  font-weight: 600;
}
@media only screen and (width <= 768px) {
  .texto-slide-titulo {
    font-size: 24px;
    line-height: 36px;
    padding: 0 12px;
    width: 100%;
  }
}
.texto-slide-titulo.primaria {
  color: #fff;
}

.texto-slide-subtitulo {
  color: #26610a;
  font-family: "Exo 2", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
  max-width: 740px;
  text-align: center;
  width: 740px;
}
.texto-slide-subtitulo span {
  font-weight: 600;
}
@media only screen and (width <= 768px) {
  .texto-slide-subtitulo {
    font-size: 20px;
    line-height: 20px;
    padding: 0 12px;
    width: 100%;
  }
}
.texto-slide-subtitulo.primaria {
  color: #fff;
}

.texto-slide-corpo {
  color: #5a645a;
  font-family: "Exo 2", sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 28px;
  max-width: 740px;
  text-align: center;
  width: 740px;
}
.texto-slide-corpo span {
  font-weight: 600;
}
@media only screen and (width <= 768px) {
  .texto-slide-corpo {
    font-size: 24px;
    line-height: 24px;
    padding: 0 12px;
    width: 100%;
  }
}
.texto-slide-corpo.primaria {
  color: #fff;
}

.texto-fechamento {
  color: #26610a;
  font-family: "Exo 2", sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
}
@media only screen and (width <= 768px) {
  .texto-fechamento {
    font-size: 20px;
    line-height: 24px;
    padding: 0 12px;
    width: 100%;
  }
}
.texto-fechamento.primaria {
  color: #fff;
}

.texto-legenda {
  color: #26610a;
  font-family: Nunito, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 14px;
  text-align: center;
}
@media only screen and (width <= 768px) {
  .texto-legenda {
    font-size: 12px;
    line-height: 12px;
    padding: 0 12px;
    width: 100%;
  }
}
.texto-legenda.primaria {
  color: #fff;
}* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
  margin: 0;
  overflow-x: hidden;
  scrollbar-width: none;
}

#root,
main {
  height: 100%;
  position: relative;
  width: 100%;
}

main {
  overflow-y: auto;
  scroll-behavior: smooth;
  scroll-snap-type: y mandatory;
}

section.slide {
  height: 100dvh;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.flashcards-section {
  align-items: center;
  background-color: #fff;
  display: flex;
  justify-content: center;
}

.flashcards-main-container {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: fit-content;
}

.flashcard-btn {
  align-items: center;
  background-color: #26610a;
  border: none;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 12px;
}
.flashcard-btn:disabled {
  background-color: #aab0aa;
  cursor: not-allowed;
}

.flashcard-item {
  align-items: center;
  background-color: #fafafa;
  border: 1px solid #aab0aa;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 410px;
  justify-content: center;
  padding: 24px;
  position: relative;
  width: 410px;
}
@media only screen and (width < 768px) {
  .flashcard-item {
    height: 300px;
    width: 300px;
  }
}

.flashcard-icon {
  z-index: 4;
  background-color: transparent;
  display: flex;
  padding: 8px;
  position: absolute;
  top: 16px;
  right: 16px;
  height: fit-content;
  width: fit-content;
}
.flashcard-icon > div {
  position: relative;
}

.flashcard-container {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
  justify-content: center;
}
@media only screen and (width <= 768px) {
  .flashcard-container {
    gap: 8px;
  }
}

.flashcard-face {
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.flashcard-frente {
  z-index: 2;
}

.flashcard-verso {
  transform: rotateY(180deg);
}

.flashcard-texto-verso {
  color: #323c32;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.flashcard-texto-verso span {
  color: #26610a;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration: underline;
}
.flashcard-texto-verso.id-0 {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media only screen and (width <= 768px) {
  .flashcard-texto-verso {
    font-size: 16px;
    line-height: 20px;
  }
}

.flashcard-content {
  align-items: center;
  color: #323c32;
  display: flex;
  flex-direction: column;
  font-family: "Exo 2", sans-serif;
  justify-content: center;
  padding: 12px;
  text-align: left;
}
.flashcard-content span {
  color: #323c32;
  font-family: "Exo 2", sans-serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 600;
}
.flashcard-content h1 {
  font-size: 28px;
  font-weight: 500;
  line-height: 28px;
  margin: 0;
}
@media only screen and (width <= 768px) {
  .flashcard-content h1 {
    font-size: 16px;
    line-height: 20px;
    margin: 0;
  }
}
.flashcard-content.id-0 {
  font-size: 24px;
  gap: 28px;
  padding: 0;
  text-align: center;
}
@media only screen and (width <= 768px) {
  .flashcard-content.id-0 span {
    font-size: 16px;
    line-height: 20px;
  }
}
.flashcard-content.id-0 h1 {
  font-size: 28px;
  font-weight: 500;
  line-height: 28px;
  margin: 0;
}
@media only screen and (width <= 768px) {
  .flashcard-content.id-0 h1 {
    font-size: 16px;
    line-height: 20px;
    margin: 0;
  }
}

.flashcard-logos {
  justify-content: center;
  align-items: flex-end;
  display: flex;
  flex-flow: row wrap;
  gap: 12px;
}
.flashcard-logos > img {
  position: relative;
}
.flashcard-logos > img:first-child {
  top: 3px;
}
.flashcard-logos > img:nth-child(2) {
  top: 4px;
}
@media screen and (width <= 767.98px) {
  .flashcard-logos [data-shrink=true] {
    width: 100px !important;
  }
}

.flashcard-instrucoes {
  font-size: 16px;
  line-height: 20px;
  max-width: 80%;
  text-align: center;
}

.flashcard-legenda {
  font-family: "Exo 2", sans-serif;
  font-size: 12px;
}
@media only screen and (width <= 768px) {
  .flashcard-legenda {
    font-size: 10px;
  }
}

.flashcards-controles {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}

.flashcard-tooltip {
  background-color: #323c32;
  border-radius: 6px;
  color: white;
  display: flex;
  font-family: Nunito, sans-serif;
  font-size: 12px;
  height: fit-content;
  padding: 8px;
  position: absolute;
  top: -50px;
  left: -40px;
  white-space: nowrap;
  width: fit-content;
}* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
  margin: 0;
  overflow-x: hidden;
  scrollbar-width: none;
}

#root,
main {
  height: 100%;
  position: relative;
  width: 100%;
}

main {
  overflow-y: auto;
  scroll-behavior: smooth;
  scroll-snap-type: y mandatory;
}

section.slide {
  height: 100dvh;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.slide-cta {
  align-items: center;
  background-color: #d7e6c8;
  display: flex;
  flex-direction: row;
  gap: 32px;
  justify-content: center;
  line-height: 32px;
}
@media only screen and (width <= 768px) {
  .slide-cta {
    flex-direction: column;
  }
}

.slide-cta-texto {
  align-items: center;
  display: flex;
  font-family: "Exo 2", sans-serif;
  font-size: 32px;
  font-weight: 600;
  justify-content: center;
  max-width: 520px;
  width: 520px;
}
@media only screen and (width <= 768px) {
  .slide-cta-texto {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    width: 85%;
  }
}

.botao-cta {
  background-color: #33820d;
  border: none;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  font-family: Nunito, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  height: 56px;
  width: 300px;
}
@media only screen and (width <= 768px) {
  .botao-cta {
    width: 288px;
  }
}* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
  margin: 0;
  overflow-x: hidden;
  scrollbar-width: none;
}

#root,
main {
  height: 100%;
  position: relative;
  width: 100%;
}

main {
  overflow-y: auto;
  scroll-behavior: smooth;
  scroll-snap-type: y mandatory;
}

section.slide {
  height: 100dvh;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.background-slide-foto {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: "Exo 2", sans-serif;
  transition: background-image 0.25s ease-in-out;
}
@media only screen and (width <= 1024px) {
  .background-slide-foto {
    background-position: 55%;
  }
}

.background-mask {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  height: 100%;
  justify-content: center;
  margin: 0 auto;
  padding: 40px;
}
@media only screen and (width <= 768px) {
  .background-mask {
    height: 100%;
    width: 100%;
  }
}

.slide-foto-texto {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 740px;
  width: 740px;
}
@media only screen and (width <= 768px) {
  .slide-foto-texto {
    max-width: 100%;
    width: 100%;
  }
}

.slide-foto-subtitulo {
  font-size: 40px;
  font-weight: 600;
  text-align: left;
  width: 100%;
}
@media only screen and (width <= 768px) {
  .slide-foto-subtitulo {
    font-size: 24px;
    line-height: 28px;
    width: 100%;
  }
}
.slide-foto-subtitulo.home {
  font-size: 80px;
  font-style: italic;
  font-weight: 600;
  line-height: 68px;
  width: 410px;
}
@media only screen and (width <= 768px) {
  .slide-foto-subtitulo.home {
    font-size: 48px;
    line-height: 52px;
    width: 100%;
  }
}

.slide-foto-corpo {
  font-family: Nunito, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 28px;
  width: 100%;
}
@media only screen and (width <= 768px) {
  .slide-foto-corpo {
    font-size: 20px;
    line-height: 24px;
    width: 100%;
  }
}
.slide-foto-corpo.home {
  font-size: 36px;
  font-weight: 300;
  line-height: 36px;
  padding-top: 24px;
  width: 410px;
}
@media only screen and (width <= 768px) {
  .slide-foto-corpo.home {
    font-size: 24px;
    line-height: 28px;
    padding-top: 12px;
    width: 100%;
  }
}

.logos-container {
  align-items: end;
  display: flex;
  gap: 12px;
  justify-content: start;
  padding-top: 24px;
  max-width: 740px;
  width: 740px;
}
@media only screen and (width <= 768px) {
  .logos-container {
    gap: 8px;
    max-width: 100%;
    padding-top: 16px;
    width: 100%;
  }
}

.btn-inicia-apresentacao {
  border: none;
}

.icon-inicia-apresentacao {
  color: white;
}* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
  margin: 0;
  overflow-x: hidden;
  scrollbar-width: none;
}

#root,
main {
  height: 100%;
  position: relative;
  width: 100%;
}

main {
  overflow-y: auto;
  scroll-behavior: smooth;
  scroll-snap-type: y mandatory;
}

section.slide {
  height: 100dvh;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.slide-global-texto {
  align-items: center;
  color: #fff;
  display: flex;
  gap: 24px;
  flex-direction: column;
  font-family: "Exo 2", sans-serif;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}
@media only screen and (width <= 768px) {
  .slide-global-texto {
    font-size: 14px;
    line-height: 14px;
    gap: 12px;
    width: 100%;
  }
}

.slide-global-titulo {
  font-size: 40px;
  font-style: italic;
  font-weight: 600;
  line-height: 40px;
  max-width: 630px;
  width: 630px;
}
@media only screen and (width <= 768px) {
  .slide-global-titulo {
    font-size: 24px;
    line-height: 32px;
    width: 100%;
  }
}

.slide-global-cards-container {
  display: flex;
  flex-direction: row;
  gap: 24px;
}
@media only screen and (width <= 1024px) {
  .slide-global-cards-container {
    align-items: center;
    flex-direction: column;
    gap: 12px;
  }
}

.slide-global-corpo {
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  max-width: 410px;
  width: 410px;
}
@media only screen and (width <= 768px) {
  .slide-global-corpo {
    font-size: 16px;
    line-height: 24px;
    width: 100%;
  }
}

.slide-global-legenda {
  font-family: Nunito, sans-serif;
  font-size: 14px;
  line-height: 14px;
  max-width: 410px;
  width: 410px;
}
@media only screen and (width <= 768px) {
  .slide-global-legenda {
    font-size: 10px;
    line-height: 16px;
    width: 100%;
  }
}* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
  margin: 0;
  overflow-x: hidden;
  scrollbar-width: none;
}

#_root_18hk8_1,
main {
  height: 100%;
  position: relative;
  width: 100%;
}

main {
  overflow-y: auto;
  scroll-behavior: smooth;
  scroll-snap-type: y mandatory;
}

section._slide_18hk8_28 {
  height: 100dvh;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

._nav_18hk8_37 {
  align-items: center;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: fit-content;
  position: fixed;
  top: 50%;
  right: 2%;
  transform: translateY(-50%);
  width: fit-content;
  z-index: 1;
}
@media only screen and (width <= 768px) {
  ._nav_18hk8_37 {
    flex-direction: row;
    left: 50%;
    top: 90%;
    transform: translateX(-50%);
  }
}

._nav-container_18hk8_60 {
  align-items: center;
  background-color: #323c32;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: 300px;
  overflow-y: hidden;
  padding: 8px;
  scroll-behavior: smooth;
  width: fit-content;
}
@media only screen and (width <= 768px) {
  ._nav-container_18hk8_60 {
    display: none;
  }
}

._nav-indicadores_18hk8_79 {
  display: flex;
  gap: 12px;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
}
@media only screen and (width <= 768px) {
  ._nav-indicadores_18hk8_79 ._nav-indicador_18hk8_79 {
    display: none;
  }
}
._nav-indicadores_18hk8_79 ._btn-troca-slide_18hk8_91 {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  height: 14px;
  width: 14px;
}
._nav-indicadores_18hk8_79 ._btn-troca-slide_18hk8_91[data-active=true] {
  height: 18px;
  width: 18px;
}

._nav-tooltip_18hk8_106 {
  background-color: #323c32;
  border-radius: 6px;
  color: white;
  display: flex;
  font-family: Nunito, sans-serif;
  font-size: 12px;
  height: fit-content;
  padding: 8px;
  white-space: nowrap;
  width: fit-content;
}

._icon-slide-adjacente_18hk8_119 {
  align-items: center;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 50%;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1019607843);
  color: #323c32;
  cursor: pointer;
  display: flex;
  height: 36px;
  justify-content: center;
  width: 36px;
}
._icon-slide-adjacente_18hk8_119:disabled {
  cursor: not-allowed;
  display: none;
}
@media only screen and (width <= 768px) {
  ._icon-slide-adjacente_18hk8_119 {
    border-radius: 24px;
    height: 40px;
    width: 80px;
  }
}* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
  margin: 0;
  overflow-x: hidden;
  scrollbar-width: none;
}

#root,
main {
  height: 100%;
  position: relative;
  width: 100%;
}

main {
  overflow-y: auto;
  scroll-behavior: smooth;
  scroll-snap-type: y mandatory;
}

section.slide {
  height: 100dvh;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.privacidade-container {
  align-items: center;
  background-color: #323c32;
  border-radius: 12px;
  cursor: pointer;
  display: flex;
  gap: 8px;
  height: fit-content;
  justify-content: center;
  padding: 12px;
  position: fixed;
  bottom: 2%;
  left: 1%;
  width: fit-content;
  z-index: 100;
}
@media only screen and (width < 768px) {
  .privacidade-container {
    bottom: 90%;
  }
}

.icone-ver-privacidade {
  align-items: center;
  background-color: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 28px;
  justify-content: center;
  padding: 4px;
  width: 28px;
}

.botao-privacidade {
  border: none;
  border-radius: 4px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1019607843);
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-family: Nunito, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  padding: 0 8px;
}* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
  margin: 0;
  overflow-x: hidden;
  scrollbar-width: none;
}

#root,
main {
  height: 100%;
  position: relative;
  width: 100%;
}

main {
  overflow-y: auto;
  scroll-behavior: smooth;
  scroll-snap-type: y mandatory;
}

section.slide {
  height: 100dvh;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.loading-page {
  align-items: center;
  background-color: #aab0aa;
  display: flex;
  gap: 6px;
  height: 100dvh;
  justify-content: center;
  width: 100dvw;
}

.loading-dot {
  background-color: #33820d;
  border-radius: 50%;
  height: 10px;
  width: 10px;
}body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Nunito", sans-serif;
  color: #323c32;
  background-color: #fafafa;
}

::selection {
  color: #33820d;
  background-color: #d7e6c8 !important;
}