:root {
  --preto: black;
  --cor1: #bd5a05;
  --amarelo: #f8b110;
  --amarelo-5: #fefbf4;
  --preto-10: #e5e5e5;
  --cor1-10: #f8efe7;
  --cor2: #0475a7;
  --branco: white;
  --preto-70: #4c4c4c;
  --cor1-40: #e2bea2;
  --cor2-10: #e9f1f6;
  --cor2-40: #aac7db;
  --preto-40: #999;
  --cor1-70: #cc8e5d;
  --cor-success: #b7e9bf;
  --cor-error: #feddde;
  --cor-branco-70: rgba(255, 255, 255, .7);
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: var(--preto);
  font-family: Open Sans, sans-serif;
  font-size: 1.25rem;
  line-height: 1.7em;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
}

h4 {
  color: var(--cor1);
  font-size: 1.4rem;
}

p {
  margin-bottom: 1.25rem;
}

a {
  color: var(--cor1);
}

a:focus-visible {
  outline-color: var(--cor1);
  outline-offset: 0px;
  outline-width: 3px;
  outline-style: solid;
}

a[data-wf-focus-visible] {
  outline-color: var(--cor1);
  outline-offset: 0px;
  outline-width: 3px;
  outline-style: solid;
}

ul, ol {
  margin-bottom: 1.25rem;
  padding-left: 20px;
}

li {
  margin-bottom: .625rem;
}

strong {
  font-weight: bold;
}

blockquote {
  border-left: 1px #000;
  margin-bottom: 0;
  padding: 0 0 0 4rem;
  font-size: 1.1rem;
  line-height: 1.5rem;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: left;
  margin-top: 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.container {
  padding: 2.5rem 1.25rem;
}

.container.z-index-2.centro {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.acordeon {
  flex-flow: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: center;
}

.acordeon.acordeon-2 {
  border: 2px solid var(--amarelo);
  background-color: var(--amarelo-5);
  border-radius: .65rem;
}

.acordeon.acordeon-6 {
  border-radius: 1.25rem;
}

.acordeon.acordeon-transcricao {
  font-family: Quicksand, sans-serif;
  font-size: 1.2rem;
  line-height: 1.6rem;
}

.acordeon-overflow {
  justify-content: flex-start;
  overflow: hidden;
}

.acordeon-container {
  padding: 1.25rem 1.25rem .625rem;
}

.brand {
  max-width: 100%;
  padding: .5rem;
}

.navbar {
  z-index: 4;
  background-color: var(--cor1);
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, .3);
}

.lista-alfabetica {
  color: var(--cor1);
  font-weight: 700;
  list-style-type: lower-alpha;
}

.bullet-nivel1 {
  background-image: url('../images/bullet-branco_1bullet-branco.png');
  background-position: 0 10px;
  background-repeat: no-repeat;
  background-size: auto 15px;
  margin-left: -20px;
  padding-left: 20px;
  list-style-type: none;
}

.bullet-nivel1.cor1 {
  background-image: url('../images/dot-laranja.svg');
  background-position: 0 13px;
  background-size: auto .4em;
}

.bullet-nivel1.bullet2 {
  background-image: url('../images/dot-azul.svg');
  background-position: 0 12px;
  background-size: auto 7px;
  margin-left: 0;
}

.titulo-img {
  text-align: center;
  margin-bottom: .938rem;
  font-family: Quicksand, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.3rem;
}

.legenda {
  margin-top: .625rem;
  font-family: Quicksand, sans-serif;
  font-size: 1.1rem;
  line-height: 1.2rem;
}

.link:hover {
  color: var(--cor1);
}

.margin-bottom-40 {
  margin-bottom: 2.5rem;
}

.fonte {
  margin-top: .625rem;
  font-family: Quicksand, sans-serif;
  font-size: .9rem;
  line-height: 1.1rem;
}

.imagem {
  border: 1px solid var(--preto-10);
  border-radius: 20px;
}

.imagem.sem-borda {
  border-style: none;
}

.video {
  margin-top: 1.65rem;
}

.max-w-300 {
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.margin-bottom-20 {
  margin-bottom: 1.25rem;
}

.margin-bottom-10 {
  margin-bottom: .625rem;
}

.cards.card-modal {
  background-color: #fff;
  border-radius: .636rem;
  flex-direction: row;
  align-items: center;
}

.cards.card-block-13 {
  border: 2px solid var(--cor1);
  border-radius: 1rem;
  font-family: Quicksand, sans-serif;
  font-size: 1.2rem;
  line-height: 1.6rem;
}

.cards.card-subtexto {
  background-color: #cfd9e4;
  border-radius: 1rem;
  font-family: Quicksand, sans-serif;
}

.cards.card-atencao {
  border: 2px solid var(--cor1);
  border-radius: 1rem;
  flex-direction: row;
  align-items: center;
  font-family: Quicksand, sans-serif;
  font-size: 1.2rem;
  line-height: 1.7rem;
  display: flex;
}

.cards.card-linha-tempo {
  background-color: var(--cor1-10);
  border-radius: 1rem;
  font-family: Quicksand, sans-serif;
}

.cards.card-atividade {
  border: 2px solid var(--cor2);
  background-color: #fff;
  border-radius: 1rem;
  flex-direction: row;
  align-items: center;
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: Quicksand, sans-serif;
  font-size: 1.2rem;
  line-height: 1.6rem;
}

.cards.card-modal {
  background-color: #fff;
  border-radius: .313rem;
  flex-direction: row;
  align-items: center;
}

.cards.card-reflexao {
  border-top: 2px solid var(--cor1);
  border-bottom: 2px solid var(--cor1);
  flex-direction: row;
  align-items: center;
  font-family: Quicksand, sans-serif;
  display: flex;
}

.cards.card-block-13 {
  border: 2px solid #bd5a05;
  border-radius: 1rem;
  font-family: Quicksand, sans-serif;
  font-size: 1.2rem;
  line-height: 1.6rem;
}

.cards.card-atencao {
  border: 2px solid #bd5a05;
  border-radius: 1rem;
  flex-direction: row;
  align-items: center;
  font-family: Quicksand, sans-serif;
  font-size: 1.2rem;
  line-height: 1.6rem;
  display: flex;
}

.cards.card-atividades {
  background-color: #fff;
  border: 2px solid #0475a7;
  border-radius: 1rem;
  flex-direction: row;
  align-items: center;
  padding-top: .625rem;
  padding-left: .625rem;
  padding-right: .625rem;
}

.cards.card-atividade2 {
  background-color: #fff;
  border: 2px solid #0475a7;
  border-radius: 1rem;
  flex-direction: row;
  align-items: center;
  padding-left: .625rem;
  padding-right: .625rem;
}

.cards.card-avaliacao, .cards.card-proposta {
  border-radius: 1.25rem;
  flex-direction: row;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cards.card-atencao {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #bd5a05;
  border-radius: 1rem;
  flex-direction: row;
  align-items: center;
  font-family: Quicksand, sans-serif;
  font-size: 1.2rem;
  line-height: 1.7rem;
  display: flex;
}

.cards.card-atencao2 {
  border: 2px solid #bd5a05;
  border-radius: 1rem;
  flex-direction: row;
  align-items: center;
  font-family: Quicksand, sans-serif;
  font-size: 1.2rem;
  line-height: 1.7rem;
  display: flex;
}

.cards.marca {
  z-index: 2;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  padding: .625rem;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cards.card-reflexao {
  border-top: 2px solid #bd5a05;
  border-bottom: 2px solid #bd5a05;
  flex-direction: row;
  align-items: center;
  font-family: Quicksand, sans-serif;
  display: flex;
}

.cards.card-quadro2-fluxograma {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  text-align: center;
  flex-direction: column;
  font-size: 1rem;
  line-height: 1.3em;
  display: flex;
}

.cards.marcas-fim {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.cards.card-ficha {
  max-width: 600px;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  max-width: 725px;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  border: 1px solid #000;
  flex-direction: row;
  margin-bottom: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  padding: .625rem;
  font-size: .95rem;
  line-height: 1.2rem;
  display: flex;
}

.link-modal:hover {
  color: var(--cor1);
}

.ico-70 {
  max-width: 4.375rem;
  min-width: 4.375rem;
}

.floats-right {
  float: right;
  margin-left: 1.25rem;
}

.lista-numerica {
  color: var(--cor1);
  font-weight: 700;
  list-style-type: decimal;
}

.floats-left {
  float: left;
  margin-right: 1.25rem;
}

.acordeon-ico {
  justify-content: center;
  align-items: center;
  margin-right: 0;
}

.card.card-linha-1 {
  background-color: var(--branco);
  border-radius: 1rem;
  padding: 1.25rem;
  position: relative;
}

.epigrafe {
  text-align: right;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 4rem;
  margin-left: 25%;
  padding-left: 0;
  display: flex;
}

.bg-cor1-10 {
  grid-column-gap: 3px;
  grid-row-gap: 1px;
  background-color: var(--cor1-10);
}

.bg-branco {
  background-color: #fff;
}

.bt-modal-fechar {
  width: 30px;
  height: 30px;
  color: #fff;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  font-size: 1.3em;
  line-height: 1.15em;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  transform: translate(0);
  box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
}

.bt-modal-fechar:hover {
  color: #e20177;
  background-color: #ccc;
  transform: translate(0, 2px);
  box-shadow: inset 0 -2px rgba(255, 255, 255, .5), 0 2px 0 -2px #4d6f22, 0 0 2px rgba(0, 0, 0, .3);
}

.bt-modal-fechar.w--current {
  padding: 6px;
  font-size: 1.2em;
}

.label.label-block-6 {
  border: 1px solid var(--preto-70);
  background-color: var(--cor2);
  color: var(--branco);
  text-align: center;
  border-radius: 100%;
  padding: .938rem .313rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.1rem;
  text-decoration: none;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, .35);
}

.label.label-block-6.w--current {
  width: 80px;
  justify-content: center;
  align-items: center;
  display: block;
}

.label.label-flex-ativ {
  background-color: var(--cor2);
  color: var(--branco);
  color: #fff;
  background-color: #0475a7;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  justify-content: space-between;
  align-items: center;
  padding: .625rem;
  font-family: Quicksand, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5rem;
  display: flex;
}

.ico-15 {
  max-width: .938rem;
  min-width: .938rem;
}

.rt-creditos {
  flex-direction: column;
}

.rt-creditos p {
  margin-bottom: .313rem;
  font-size: 1.2rem;
  line-height: 1.4rem;
}

.rt-creditos blockquote {
  background-color: #fbdfee;
  border: 1px #000;
  padding: 1rem;
}

.rt-creditos a {
  color: var(--cor1);
  text-decoration: underline;
}

.rt-creditos a:hover {
  color: var(--preto-70);
}

.rt-creditos em {
  color: #e20177;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.7rem;
}

.margin-bottom-15 {
  margin-bottom: .938rem;
}

.texto-cor1 {
  color: var(--cor1);
}

.ico-20 {
  max-width: 1.25rem;
  min-width: 1.25rem;
}

.text-align-center {
  text-align: center;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.ico-100 {
  max-width: 6.25rem;
  min-width: 6.25rem;
}

.border-cor1-40 {
  border-color: var(--cor1-40);
}

.bg-cor1 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  background-color: var(--cor1);
}

.padding-20 {
  padding: 1.25rem;
}

.padding-20.padding-bottom-0 {
  display: block;
}

.padding-10 {
  padding: .625rem;
}

.padding-10.bg-branco {
  flex-direction: column;
  justify-content: space-between;
}

.padding-bottom-10 {
  padding-bottom: .625rem;
}

.padding-bottom-0 {
  padding-bottom: 0;
}

.max-w-600 {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.margin-right-10 {
  margin-right: .625rem;
}

.margin-bottom-0 {
  margin-bottom: 0;
}

.margin-left-10 {
  margin-left: .625rem;
}

.padding-5 {
  padding: .313rem;
}

.padding-0 {
  padding: 0;
}

.grid-footer {
  grid-template-rows: auto;
  font-family: Quicksand, sans-serif;
}

.tabs-content {
  border-right: 2px solid var(--cor1);
  border-bottom: 2px solid var(--cor1);
  border-left: 2px solid var(--cor1);
  display: flex;
}

.tabs {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}

.max-w-200 {
  width: 100%;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.texto-branco {
  color: var(--branco);
}

.card-flip {
  height: 300px;
  perspective: 1000px;
  cursor: pointer;
  display: flex;
}

.max-w-450 {
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

.titulo-nivel2 {
  color: var(--cor2);
  margin-top: 2rem;
  margin-bottom: 2.5rem;
  font-family: Quicksand, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.5rem;
}

.titulo-nivel3 {
  color: var(--cor1);
  margin-top: 0;
  margin-bottom: 1rem;
  padding-top: 3.2rem;
  font-family: Quicksand, sans-serif;
  font-size: 1.7rem;
  line-height: 1.8rem;
}

.titulo-nivel4 {
  color: var(--cor2);
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Quicksand, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.9rem;
}

.titulo-nivel5 {
  color: var(--cor1);
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Quicksand, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.titulo-nivel6 {
  color: var(--cor2);
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Quicksand, sans-serif;
  font-size: 1.2rem;
  line-height: 1.5rem;
}

.acordeon-cabecalho-2 {
  width: 100%;
  color: var(--cor1);
  cursor: pointer;
  align-self: center;
  align-items: center;
  padding: 1.25rem;
  font-family: Quicksand, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.5rem;
  display: flex;
}

.acordeon-cabecalho-6 {
  width: 100%;
  cursor: pointer;
  border-style: solid;
  border-width: 3px;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.acordeon-cabecalho-6.border-cor1.padding-10 {
  border-radius: 1rem;
}

.titulo-nivel1 {
  color: var(--cor1);
  margin-top: 2.5rem;
  margin-bottom: 5rem;
  font-family: Quicksand, sans-serif;
  font-size: 2.5rem;
  line-height: 2.5rem;
}

.max-w-750 {
  width: 100%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.modal {
  z-index: 100;
  align-items: center;
}

.max-h-500-auto {
  max-height: 500px;
  overflow: auto;
}

.bt-modal-voltar {
  padding: .313rem;
}

.bullet-linha-right {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  top: 25px;
  right: -40px;
}

.ico-linha-left {
  width: 20px;
  height: 40px;
  background-image: url('../images/seta-branca-left.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  position: absolute;
  top: 15px;
  left: -20px;
}

.bullet-linha-left {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  top: 25px;
  left: -40px;
}

.linha.linha-1 {
  max-width: 960px;
  grid-column-gap: 60px;
  grid-row-gap: 9px;
  grid-template-rows: auto auto auto auto auto;
  margin-left: auto;
  margin-right: auto;
}

.ico-linha-right {
  width: 20px;
  height: 40px;
  background-image: url('../images/seta-branca-right.svg');
  background-position: 0 0;
  background-size: auto;
  position: absolute;
  top: 15px;
  right: -20px;
}

.assinatura {
  margin-bottom: 0;
}

.instituicao {
  font-size: 1rem;
  line-height: 1.5rem;
}

.pergunta-intigadora {
  border-left: 5px solid var(--cor2);
  background-color: var(--cor2-10);
  padding: .25rem .25rem .25rem 1rem;
  font-family: Quicksand, sans-serif;
  line-height: 1.5rem;
}

.grid-personagens {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.personagem {
  font-size: 1.3rem;
}

.tit-destaque {
  margin-bottom: 1.25rem;
  font-size: 1.3rem;
}

.tit-destaque.texto-cor2.margin-bottom-0 {
  margin-bottom: 0;
}

.acordeon-cabecalho-7 {
  width: 100%;
  color: var(--cor2);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.texto-preto {
  color: var(--preto);
  font-weight: 400;
}

.texto-preto.texto-cor1 {
  color: var(--cor1);
}

.padding-top-10 {
  margin-top: .625rem;
}

.modal-navbar {
  width: 100%;
  background-color: #fff;
  border-bottom: 2px solid #999;
  justify-content: space-between;
  align-items: center;
  padding: .625rem;
  display: flex;
}

.ico-x {
  width: 30px;
  height: 30px;
  color: #999;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.ico-x:hover {
  color: #000;
}

.ico-x.w--current {
  padding: 6px;
  font-size: 1.2em;
}

.bt-modal {
  align-items: center;
  font-weight: 600;
  display: flex;
}

.one-page {
  position: relative;
}

.texto-cor2 {
  color: var(--cor2);
}

.referencias {
  font-family: Quicksand, sans-serif;
  font-size: 1rem;
  line-height: 1.3rem;
}

.bt-footer-voltar {
  width: 100%;
  max-width: 350px;
  color: #39a8bf;
  flex-direction: row;
  align-items: center;
  line-height: 1rem;
  text-decoration: none;
  display: flex;
}

.localizador-footer {
  margin-bottom: 3px;
  font-size: .875rem;
  font-weight: 400;
}

.subtitulo-footer {
  font-size: .9rem;
}

.bt-footer-avancar {
  color: #39a8bf;
  text-align: right;
  flex-direction: row;
  align-items: center;
  line-height: 1rem;
  text-decoration: none;
  display: flex;
}

.bt-ancora-inicio {
  z-index: 4;
  background-color: rgba(0, 0, 0, .4);
  padding: 5px 10px;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 3%;
  transform: rotate(180deg);
}

.titulo-footer {
  margin-bottom: 4px;
  font-size: 1.1rem;
}

.autor {
  font-size: 1rem;
}

.lista-numerica2 {
  color: var(--cor2);
  font-weight: 700;
  list-style-type: decimal;
}

.titulo-nivel7 {
  color: var(--cor1);
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Quicksand, sans-serif;
  font-size: 1.1rem;
  line-height: 1.5rem;
}

.overflow-tabela {
  overflow: auto;
}

.min-w-600 {
  min-width: 600px;
}

.border-cor1 {
  border: 2px solid var(--cor1);
}

.tabs-menu-0 {
  display: flex;
}

.tab-link.tab-link-3 {
  border: 2px solid var(--cor1);
  background-color: var(--cor1-10);
  text-align: center;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin: 0 .125rem 0;
  padding-left: .938rem;
  padding-right: .938rem;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.5rem;
  display: flex;
}

.tab-link.tab-link-3:hover {
  background-color: var(--cor1-40);
  filter: none;
  color: #000;
}

.tab-link.tab-link-3.w--current {
  background-color: var(--cor1);
  color: var(--branco);
}

.bg-cor2-10 {
  background-color: var(--cor2-10);
}

.logos {
  max-width: 480px;
  grid-column-gap: .938rem;
  grid-row-gap: .938rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1.25fr .75fr .75fr 1fr 1.5fr 1.5fr 1.25fr;
  align-items: center;
  justify-items: center;
  margin-left: auto;
  margin-right: auto;
}

.fullscreen {
  height: 100vh;
  min-height: 600px;
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.fullscreen.justify-start-end {
  justify-content: space-between;
}

.bg-fullscreen {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.globo {
  z-index: 2;
  width: 390px;
  height: 600px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/globo.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 5rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.texto-amarelo {
  color: var(--amarelo);
}

.marca-home1 {
  margin-bottom: -1.25em;
  font-family: Berthold akzidenz grotesk, sans-serif;
  font-size: 1.8em;
  font-weight: 700;
  line-height: .7em;
}

.marca-home2 {
  font-family: Erasdust, sans-serif;
  font-size: 6.5em;
  font-weight: 400;
}

.marca-home2.texto-amarelo {
  line-height: 1em;
}

.marca-home3 {
  font-family: Berthold akzidenz grotesk, sans-serif;
  font-size: 2.5em;
  font-weight: 700;
}

.marca-home {
  color: var(--branco);
  text-align: left;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, .35);
  margin-bottom: 2.25rem;
  font-family: Berthold akzidenz grotesk, sans-serif;
  font-size: 11px;
}

.marca-home.texto-branco {
  flex-flow: column wrap;
  align-content: center;
  display: flex;
}

.marca-home4 {
  font-size: 3.2em;
}

.marca-home0 {
  text-align: center;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, .35);
  margin-bottom: 1.25em;
  font-family: Berthold akzidenz grotesk, sans-serif;
  font-size: 2em;
  line-height: .7em;
}

.texto-preto-2 {
  color: #000;
  font-weight: 400;
}

.imagem-2 {
  border: 1px solid #e5e5e5;
  border-radius: 20px;
}

.imagem-2.sem-borda {
  border-style: none;
}

.nota-final3 {
  text-align: center;
  border-top: 2px solid #000;
}

.nota-final2 {
  flex-direction: row;
  justify-content: space-around;
}

.nota-final1 {
  text-align: right;
}

.nota-final {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: center;
  font-family: Quicksand, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  display: flex;
}

.bg-linha-centro {
  background-image: url('../images/dot-white.svg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: 2px;
}

.lista-alfabetica-2 {
  color: #bd5a05;
  font-weight: 700;
  list-style-type: lower-alpha;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.grid-45 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  border: 2px solid var(--cor1);
  background-color: var(--cor1);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.sizing-glow {
  flex: 1;
}

.max-w-500 {
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.titulo-atividade {
  color: var(--branco);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 3.5rem;
  padding-bottom: .5rem;
  font-family: Quicksand, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.rotate-90 {
  transform: rotate(-90deg);
}

.card-titulo {
  flex-direction: column;
  align-items: center;
  margin: 100px auto 40px;
  display: flex;
}

.container-2 {
  flex: 1;
  padding: 2.5rem 1.25rem;
}

.text-align-right {
  text-align: right;
}

.titulo-ficha {
  max-width: 725px;
  margin-bottom: .625rem;
  margin-left: auto;
  margin-right: auto;
  font-size: .9rem;
  line-height: 1.2rem;
}

.creditos-tit2 {
  color: #0077a3;
  margin-bottom: 1.25rem;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.6rem;
}

.rt-creditos-material {
  background-color: #fdf4ea;
  border-radius: 1.25rem;
  flex-direction: column;
  margin-bottom: 2.5rem;
  padding: 1.25rem 1.25rem 0;
  font-size: 1.2rem;
  line-height: 1.4em;
}

.creditos-tit1 {
  color: var(--cor2);
  margin-bottom: 1.25rem;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 2rem;
}

.indentacao-card-ficha-2 {
  margin-left: 20px;
  display: inline-block;
}

.como-referenciar {
  max-width: 725px;
  margin-bottom: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  font-size: .9rem;
  line-height: 1.2rem;
}

.navigation {
  background-color: var(--cor2-40);
}

.titulo {
  color: var(--cor1);
  margin-bottom: 2.5rem;
  padding-top: 3rem;
  font-family: Quicksand, sans-serif;
  font-size: 2.5rem;
  line-height: 2.5rem;
}

@media screen and (max-width: 991px) {
  .acordeon-overflow {
    flex-wrap: wrap;
  }

  .bullet-nivel1.cor1 {
    background-position: 0 10px;
  }

  .marca-home0 {
    font-size: 2.2em;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    max-width: 400px;
    font-size: 1.8rem;
  }

  .acordeon-overflow {
    flex-wrap: wrap;
  }

  .figura.floats-left.margin-bottom-cel, .figura.floats-right.margin-bottom-cel {
    margin-bottom: 2.5rem;
  }

  .cards.card-modal, .cards.card-atencao, .cards.card-atividade, .cards.card-modal, .cards.card-reflexao, .cards.card-atencao, .cards.card-atividades, .cards.card-atividade2, .cards.card-avaliacao, .cards.card-proposta, .cards.card-atencao, .cards.card-atencao2, .cards.card-reflexao {
    flex-direction: column;
  }

  .floats-right {
    float: none;
    margin-left: 0;
  }

  .floats-left {
    float: none;
    margin-right: 0;
  }

  .bt-modal-fechar {
    display: none;
  }

  .bt-modal-fechar.w--current {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .grid-footer {
    grid-template-columns: 1fr;
  }

  .bt-modal-voltar {
    display: block;
  }

  .bullet-linha-right {
    left: -40px;
  }

  .ico-linha-left {
    left: -20px;
  }

  .linha {
    grid-template-columns: 1fr;
  }

  .linha.linha-1 {
    background-position: 9px;
    padding-left: 40px;
  }

  .ico-linha-right {
    left: -20px;
    transform: rotate(180deg);
  }

  .ico-x.w--current {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .overflow-tabela {
    max-height: 45vh;
    overflow: auto;
  }

  .tabs-menu-0 {
    flex-direction: column;
  }

  .tab-link {
    margin-left: auto;
    margin-right: auto;
  }

  .marca-home {
    font-size: 12px;
  }

  .marca-home0 {
    font-size: 1.9em;
  }

  .bg-linha-centro {
    background-position: 25px;
  }
}

@media screen and (max-width: 479px) {
  ul, ol {
    padding-left: 1.25rem;
  }

  figcaption {
    font-size: 14px;
    line-height: 17px;
  }

  .bullet-nivel1 {
    background-position: 0 5px;
  }

  .cards.card-ficha {
    flex-direction: column;
  }

  .acordeon-ico {
    font-size: 20px;
  }

  .epigrafe {
    margin-left: 25%;
  }

  .grid-personagens.margin-bottom-40 {
    grid-template-columns: 1fr 1fr;
  }

  .globo {
    width: 100%;
    height: 400px;
  }

  .marca-home {
    font-size: 9px;
  }

  .marca-home0 {
    font-size: 1.3em;
  }

  .nota-final {
    font-size: .8rem;
  }

  ._w-900 {
    width: 900px;
  }

  .grid-45 {
    grid-template-columns: 1fr;
  }
}

#w-node-_83651e63-bb6f-538d-b739-a1216e840498-6817a493 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_83651e63-bb6f-538d-b739-a1216e84049d-6817a493 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-ebf8c7ec-cc21-9a2d-8b7e-a0a2ef90ed5d-6817a493 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_83651e63-bb6f-538d-b739-a1216e84049e-6817a493, #w-node-_83651e63-bb6f-538d-b739-a1216e84049f-6817a493 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_86090f12-1ac4-06aa-f504-08f2c8ebddc5-c8ebddbe {
  justify-self: end;
}

#w-node-_86090f12-1ac4-06aa-f504-08f2c8ebddcb-c8ebddbe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c4cc2e3c-aeea-614e-1d5c-2066b3ae163e-6817a4df {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c4cc2e3c-aeea-614e-1d5c-2066b3ae1646-6817a4df {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-c4cc2e3c-aeea-614e-1d5c-2066b3ae164e-6817a4df {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_83d056fb-412b-3c67-d236-654bd70607ab-6817a4df {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_73995a6d-9444-64ff-f69e-3f858927f627-6817a4df {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-f7f308aa-66e8-27c7-2c53-81e85fb72641-6817a4df {
  grid-area: 6 / 2 / 7 / 3;
}

#w-node-eb343350-5d2c-6bde-5134-592faa7e1ef4-6817a4df {
  grid-area: 7 / 1 / 8 / 2;
}

#w-node-edf2d69c-2a4e-a921-bec8-0f14e2d685d1-6817a4df {
  grid-area: 8 / 2 / 9 / 3;
}

#w-node-a708bb3c-55c3-66d9-f6b1-a44da778d597-6817a4df {
  grid-area: 9 / 1 / 10 / 2;
}

#w-node-c5184b79-80f8-bc0b-5e54-d7ec5ab0b736-6817a4df {
  grid-area: 10 / 2 / 11 / 3;
}

#w-node-_60787f87-eb1f-ade1-e862-3ecc467541ee-6817a4ea {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_081922a6-971b-4f7f-14e7-5d13b62147b7-6817a4ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_081922a6-971b-4f7f-14e7-5d13b62147b8-6817a4ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_081922a6-971b-4f7f-14e7-5d13b62147b9-6817a4ea, #w-node-_081922a6-971b-4f7f-14e7-5d13b62147ba-6817a4ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_71bf6b61-6e4d-10c6-f2f8-41ad889fb0ec-6817a50a {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_71bf6b61-6e4d-10c6-f2f8-41ad889fb0f0-6817a50a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_71bf6b61-6e4d-10c6-f2f8-41ad889fb0f1-6817a50a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_71bf6b61-6e4d-10c6-f2f8-41ad889fb0f2-6817a50a, #w-node-_71bf6b61-6e4d-10c6-f2f8-41ad889fb0f3-6817a50a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-e9047439-425b-4f61-1800-599f04fbacce-6817a50b {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-e9047439-425b-4f61-1800-599f04fbacd2-6817a50b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-e9047439-425b-4f61-1800-599f04fbacd3-6817a50b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9047439-425b-4f61-1800-599f04fbacd4-6817a50b, #w-node-e9047439-425b-4f61-1800-599f04fbacd5-6817a50b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_1a7f5bcf-85b8-fb01-bbbd-30e70c6d5c97-6817a527 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: center;
}

#w-node-_05f5498f-c90b-3dff-9a6b-9eb9f340ae9d-6817a527 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ebc01788-7cb2-46a1-69d7-485b63c2c43c-6817a527 {
  justify-self: stretch;
}

#w-node-_8617cc44-382b-b5bf-7195-5f990c2c3eda-6817a527 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_8617cc44-382b-b5bf-7195-5f990c2c3ede-6817a527 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_8617cc44-382b-b5bf-7195-5f990c2c3edf-6817a527 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8617cc44-382b-b5bf-7195-5f990c2c3ee0-6817a527, #w-node-_8617cc44-382b-b5bf-7195-5f990c2c3ee1-6817a527 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-c4cc2e3c-aeea-614e-1d5c-2066b3ae163e-6817a4df {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c4cc2e3c-aeea-614e-1d5c-2066b3ae163e-6817a4df, #w-node-c4cc2e3c-aeea-614e-1d5c-2066b3ae1646-6817a4df, #w-node-c4cc2e3c-aeea-614e-1d5c-2066b3ae164e-6817a4df, #w-node-_83d056fb-412b-3c67-d236-654bd70607ab-6817a4df, #w-node-_73995a6d-9444-64ff-f69e-3f858927f627-6817a4df, #w-node-f7f308aa-66e8-27c7-2c53-81e85fb72641-6817a4df, #w-node-eb343350-5d2c-6bde-5134-592faa7e1ef4-6817a4df, #w-node-edf2d69c-2a4e-a921-bec8-0f14e2d685d1-6817a4df, #w-node-a708bb3c-55c3-66d9-f6b1-a44da778d597-6817a4df, #w-node-c5184b79-80f8-bc0b-5e54-d7ec5ab0b736-6817a4df {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Erasdust';
  src: url('../fonts/ERASDUST.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Berthold akzidenz grotesk';
  src: url('../fonts/Berthold-Akzidenz-Grotesk-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}