:root {
  --preto: black;
  --branco: white;
  --sea-green: #025a35;
  --cor1: #27a06e;
  --cor2: #366574;
  --amarelo: #c6d19c;
  --cor-success: #b7e9bf;
  --cor1-40: #a9d9c5;
  --verde-escuro: #207753;
  --cor1-20: #d4ece2;
  --cor1-70: #67bc99;
  --preto-20: #ccc;
  --cor1-10: #e9f5f0;
  --preto-40: #999;
  --preto-10: #e5e5e5;
  --cor1-15: #dff1e9;
  --preto-70: #4c4c4c;
  --azul: #b9d7e0;
  --cor-branco-opacidade-700: rgba(255, 255, 255, .7);
  --cor1-30: #bee2d3;
  --cor-error: #feddde;
  --cinza-abertura: #e3dee2;
  --azul1: #6daee7;
}

.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;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

h1 {
  color: var(--branco);
  text-align: center;
  margin-top: 1.25rem;
  margin-bottom: 0;
  font-family: quasimoda, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 3.5rem;
}

h2 {
  color: var(--sea-green);
  margin-top: 2rem;
  margin-bottom: 0;
  font-family: quasimoda, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 3rem;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: quasimoda, sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.9rem;
}

h4 {
  color: var(--cor1);
  margin-bottom: 1.25rem;
  font-family: quasimoda, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5rem;
}

h5 {
  color: var(--cor2);
  text-transform: uppercase;
  font-family: quasimoda, sans-serif;
  font-size: 1.1rem;
}

h6 {
  font-family: quasimoda, sans-serif;
  font-size: 1.2rem;
}

p {
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
  line-height: 2.1rem;
}

a {
  color: var(--sea-green);
  text-decoration: underline;
  transition: all .2s;
}

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

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

ul {
  padding-left: 25px;
}

ol {
  margin-bottom: .625rem;
  padding-left: 25px;
  font-size: 1.3rem;
  line-height: 1.9rem;
}

li {
  margin-bottom: .625rem;
  font-size: 1.25rem;
}

strong {
  font-weight: bold;
}

blockquote {
  border-left: 1px #000;
  padding-left: 5rem;
  font-family: quasimoda, sans-serif;
}

figure {
  margin-bottom: 10px;
}

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

.section.section-botoes-impressao {
  z-index: 1;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, .3);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
}

.section.bg-textura {
  min-height: 90px;
  background-image: url('../images/textura6.png');
  background-position: 0 0;
  background-size: auto 155px;
}

.section.bg-modulo {
  background-color: var(--cor-success);
  background-image: url('../images/textura-20.png');
  background-position: 0 0;
  background-size: 100%;
}

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

.container.modal-print {
  justify-content: center;
  align-items: center;
  display: flex;
}

.container.max-w-100 {
  max-width: 100vw;
}

.container.max-w-100.nome-img-parallax {
  min-height: 21.875rem;
  min-height: 21.875rem;
  background-image: url('../images/bg-mod1.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: .625rem;
  padding-right: 0;
  display: flex;
}

.container.container-navbar {
  justify-content: flex-end;
  align-items: center;
  margin-right: 0;
  padding: 0;
  display: flex;
}

.container.capa {
  height: 100vh;
  max-width: 100%;
  background-image: url('../images/bg-abertura.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
  display: flex;
}

.container.capa-modulo {
  height: 100vh;
  max-width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.container.separador {
  max-width: 100vw;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.marcas {
  align-self: center;
}

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

.acordeon.acordeon-1 {
  border-left-style: solid;
  border-left-width: 11px;
  border-top-left-radius: .625rem;
  border-bottom-left-radius: .625rem;
}

.acordeon.acordeon-2, .acordeon.acordeon-3, .acordeon.acordeon-3 {
  border-top-left-radius: .625rem;
  border-bottom-left-radius: .625rem;
}

.acordeon-cabecalho-1 {
  width: 100%;
  min-height: 70px;
  cursor: pointer;
  align-self: center;
  align-items: center;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.5rem;
  display: flex;
}

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

.acordeon-container {
  padding: .938rem 1.563rem;
}

.capa {
  grid-template-rows: minmax(auto, 1fr) 132px auto 96px;
  grid-template-columns: .25fr 1fr .25fr;
  justify-items: center;
}

.botao.print {
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.botao.botao-iniciar {
  color: #e20177;
  text-align: center;
  flex-direction: row;
  align-self: center;
  align-items: center;
  padding: .313rem;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 21rem;
  right: 4rem;
}

.botao.botao-footer-avancar {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2rem;
  text-decoration: none;
  display: flex;
}

.botao.botao-geral {
  color: #fff;
  text-align: center;
  border-radius: .625rem;
  padding: .938rem;
  font-size: 1.1rem;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.botao.botao-footer {
  align-items: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2rem;
  text-decoration: none;
  display: flex;
}

.botao.botao-capa {
  order: -1;
  justify-content: flex-end;
  align-items: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2rem;
  text-decoration: none;
}

.botao.bt-fechar {
  color: #e20177;
  text-align: center;
  flex-direction: row;
  align-self: center;
  align-items: center;
  padding: .313rem;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: absolute;
  right: 2rem;
}

.botao.botao-ativ1 {
  color: #000;
  text-align: center;
  border-radius: .625rem;
  padding: .313rem;
  font-size: 1.1rem;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.botao.botao-ativ1.bg-azul {
  background-color: rgba(6, 172, 255, .3);
}

.botao.botao-ativ1.bg-vermelho {
  background-color: rgba(255, 0, 0, .3);
}

.botao.botao-ativ1.bg-amarelo {
  background-color: rgba(255, 217, 3, .5);
}

.columns-footer {
  align-items: center;
  display: flex;
}

.localizador {
  height: 55px;
  border-right: 3px solid var(--branco);
  align-items: center;
  display: flex;
}

.nav-menu {
  flex-direction: row;
  align-items: center;
}

.img-localizador {
  min-width: 140px;
}

.nav-link {
  color: var(--branco);
  font-family: quasimoda, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
}

.nav-link:hover {
  background-color: var(--cor1-40);
  filter: none;
  color: var(--verde-escuro);
  font-weight: 700;
}

.nav-link.w--current {
  color: #000;
  background-color: #d9d9d9;
}

.navbar {
  background-color: var(--cor1);
  align-items: center;
  font-size: 1.063rem;
  font-weight: 700;
  line-height: 100%;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, .3);
}

.texto-localizador {
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  font-family: quasimoda, sans-serif;
}

.menu-button {
  z-index: 3;
  background-color: #fbdfee;
}

.lista-romana {
  list-style-type: lower-roman;
}

.lista-alfabetica {
  list-style-type: lower-alpha;
}

.grid-cards-block {
  grid-column-gap: 39px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
  justify-items: center;
}

.figura.miniatura-43 {
  min-height: 20rem;
  min-height: 20rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.bt-ico {
  min-height: 2.5rem;
  min-width: 2.5rem;
}

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

.lista-decorativa.bullet1 {
  background-image: url('../images/bullet1.svg');
}

.lista-decorativa.bullet2 {
  background-image: none;
  margin-left: 1.5rem;
  padding-left: 0;
  list-style-type: disc;
}

.lista-decorativa.bullet2.size-menor {
  font-size: 1.2rem;
  line-height: 1.7rem;
}

.lista-decorativa.bullet-num {
  background-image: none;
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}

.titulo-img {
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3rem;
}

.legenda {
  font-size: 1rem;
  line-height: 1.1rem;
}

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

.fonte {
  margin-top: .625rem;
  font-size: .9rem;
  line-height: 1.1rem;
}

.imagem {
  border-radius: .625rem;
}

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

.max-w-900 {
  width: 100%;
  max-width: 900px;
}

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

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

.margin-bottom-5 {
  margin-bottom: .313rem;
}

.display-none {
  display: none;
}

.ico-numero {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.7rem;
  font-weight: 700;
  display: flex;
}

.ico-numero.bg-cor1 {
  color: var(--branco);
}

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

.cards.label-atividades {
  flex-direction: row;
  align-items: center;
  font-family: Lato, sans-serif;
  font-size: 1.3rem;
  line-height: 2.2rem;
}

.cards.card-block-14 {
  flex-direction: row;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  box-shadow: -11px 13px 0 -2px rgba(0, 0, 0, .2);
}

.cards.card-atencao {
  background-color: var(--branco);
  flex-direction: row;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  box-shadow: 0 0 20px rgba(0, 0, 0, .3);
}

.cards.card-block-10 {
  background-color: #fff;
  border-style: solid;
  border-width: 2px;
  border-bottom-right-radius: 1.25rem;
  border-bottom-left-radius: 1.25px;
  flex-direction: row;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.cards.card-block-3 {
  background-color: #fff;
  border-radius: .625rem;
  flex-direction: row;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 9px rgba(0, 0, 0, .4);
}

.cards.card-block-4 {
  border-bottom-right-radius: 1.25rem;
  border-bottom-left-radius: 1.25rem;
  flex-direction: row;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 9px rgba(0, 0, 0, .4);
}

.cards.card-flex-3 {
  color: #fff;
  border-radius: 1.875rem;
  flex-direction: row;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cards.card-block-5 {
  background-color: #fff;
  border-radius: .313rem;
  flex-direction: row;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.cards.card-block-6 {
  border: 2px dashed #e20177;
  border-radius: .625rem;
  flex-direction: row;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.cards.card-block-7 {
  color: #fff;
  flex-direction: row;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.cards.card-block-9 {
  flex-direction: row;
  align-items: center;
}

.cards.card-block-10 {
  border-radius: .313rem;
  flex-direction: row;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.cards.card-block-8 {
  background-color: #ccc;
  border-radius: .625rem;
  flex-direction: row;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.cards.card-flex-5 {
  flex-direction: row;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cards.card-block-11 {
  border-top-style: solid;
  border-top-width: .438rem;
  border-bottom-style: solid;
  border-bottom-width: .438rem;
  border-radius: .625rem;
  flex-direction: row;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.cards.card-flex-6 {
  border-style: solid;
  border-width: 3px;
  flex-direction: row;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cards.card-subtexto {
  box-shadow: -7px 0 0 0 var(--cor1);
  background-color: rgba(255, 255, 255, .6);
  border-left-style: solid;
  border-left-width: .5rem;
  flex-direction: row;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.cards.card-block-13 {
  outline-color: var(--cor1-40);
  outline-width: .188rem;
  outline-style: dotted;
  flex-direction: row;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.cards.card-flex-4 {
  border-radius: .625rem;
  flex-direction: row;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cards.marcas.text-align-center {
  order: 1;
}

.cards.card-block-1 {
  flex-direction: row;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.cards.card-block-2 {
  border-radius: .625rem;
  flex-direction: row;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.cards.card-flex-1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cards.card-block-15 {
  flex-direction: row;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.cards.card-block-15.text-align-center.overflow-hidden:hover, .cards.card-block-15.overflow-hidden:hover {
  filter: none;
}

.cards.card-block-16 {
  background-color: #fff;
  border-style: solid;
  border-width: 2px;
  flex-direction: row;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.cards.card-block-17 {
  flex-direction: row;
  align-items: center;
}

.cards.card-reflexao {
  background-color: var(--cor1-20);
  flex-direction: row;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cards.card-saiba-mais {
  border-style: solid;
  border-width: .12rem;
}

.cards.card-saiba-mais.border-cor1.margin-bottom-40.height {
  min-height: 435px;
}

.cards.cards-capa {
  width: 100%;
  background-image: linear-gradient(to bottom, transparent 35%, var(--cor1) 35%);
  flex-direction: row;
  order: -1;
  justify-content: space-between;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1.875rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  display: flex;
}

.cards.card-tarja {
  width: 100%;
  height: 15.625rem;
  background-color: var(--cor1-70);
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cards.card-secoes {
  width: 100%;
  height: 100%;
  color: var(--preto);
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: quasimoda, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.2rem;
  text-decoration: none;
  display: flex;
}

.cards.card-secoes.bg-verde-claro {
  background-color: var(--cor-success);
}

.cards.card-flex-2 {
  border-radius: 1.25rem;
  flex-direction: row;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.25rem;
  line-height: 1.9rem;
  display: flex;
}

.cards.card-destaque {
  color: var(--verde-escuro);
  flex-direction: column;
  align-items: center;
}

.cards.card-block-19 {
  flex-direction: row;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.1rem;
  line-height: 1.4rem;
}

.cards.card-block-22 {
  width: 100%;
  min-height: 310px;
  border: 1px solid #999;
  border-radius: 1px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.1rem;
  line-height: 1.4rem;
  display: flex;
}

.cards.card-atencao {
  background-color: #fff;
  flex-direction: row;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  box-shadow: 0 0 20px rgba(0, 0, 0, .3);
}

.cards.card-subtexto {
  background-color: rgba(255, 255, 255, .6);
  border-left-style: solid;
  border-left-width: .5rem;
  flex-direction: row;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  box-shadow: -7px 0 #27a06e;
}

.cards.card-atencao {
  background-color: #fff;
  flex-direction: row;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  box-shadow: 0 0 20px rgba(0, 0, 0, .3);
}

.cards.card-flex-5 {
  border-radius: .625rem;
  flex-direction: row;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cards.card-reflexao {
  background-color: #d4ece2;
  flex-direction: row;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cards.card-grid13 {
  width: 100%;
  height: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
}

.cards.card-flex-7 {
  width: 100%;
  height: 100%;
  border-radius: .625rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cards.card-flex-4a {
  border-radius: .625rem;
  flex-direction: column;
  align-items: flex-start;
  font-size: 1.1rem;
  line-height: 1.5rem;
  display: flex;
}

.cards.card-flex-4b {
  border: 1px solid var(--preto-20);
  flex-direction: row;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.1rem;
  line-height: 1.5rem;
  display: flex;
}

.cards.card-corpo {
  background-color: var(--cor1-10);
  flex-direction: column;
  align-items: center;
}

.cards.card-autoras {
  justify-content: flex-end;
  margin-top: .625rem;
  margin-right: 1.875rem;
  display: flex;
}

.cards.card-reflexao {
  background-color: #d4ece2;
  flex-direction: row;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cards.card-flex-7a {
  width: 100%;
  height: 100%;
  min-height: 350px;
  border-radius: .625rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cards.card-legenda {
  max-width: 450px;
  flex-direction: row;
  align-items: center;
  margin-left: auto;
  right: 0;
}

.cards.card-block-19 {
  border: 3px solid var(--cor1);
  text-align: center;
  border-radius: .625rem;
  flex-direction: row;
  align-items: center;
  font-size: 1rem;
  line-height: 1.3rem;
}

.cards.card-tabs-menu-3 {
  text-align: center;
  border-radius: .625rem;
  flex-direction: row;
  align-items: center;
  font-size: 1rem;
  line-height: 1.3rem;
}

.cards.card-block-20 {
  background-color: #fff;
  border-style: solid;
  border-width: 2px;
  flex-direction: row;
  align-items: center;
}

.link-modal.w--current {
  display: none;
}

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

.grid-botoes {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
  justify-items: center;
}

.botao-container {
  padding: .25rem;
}

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

.lista-numerica {
  list-style-type: decimal;
}

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

.modal-close_area {
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.modal-close_btn {
  z-index: 10;
  color: #000;
  padding: 12px 16px;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: .7;
  text-decoration: none;
  transition: opacity .2s;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.modal-close_btn:hover {
  color: #444;
}

.modal1 {
  z-index: 100;
  color: var(--preto);
  background-color: rgba(0, 0, 0, .75);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25%;
  padding-right: 25%;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.card-modal {
  border-left: 10px solid var(--cor1-40);
  box-shadow: -7px 0 0 0 var(--cor1);
  background-color: #fff;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 15px;
  display: block;
  position: absolute;
  top: 60px;
  bottom: 0%;
  left: 25%;
  right: 25%;
}

.modal-container {
  grid-template-rows: auto;
  padding-top: 60px;
  padding-left: 15px;
  padding-right: 15px;
}

.acordeon-ico {
  width: 45px;
  height: 45px;
  min-height: 45px;
  min-width: 45px;
  justify-content: center;
  align-items: center;
  margin: 0;
  font-size: 26px;
  display: flex;
  position: relative;
}

.relative {
  position: relative;
}

.card.marcas {
  text-align: center;
  flex-direction: row;
  order: 1;
  justify-content: center;
  align-items: center;
}

.logo {
  margin: .625rem;
}

.max-w-100 {
  max-width: 6.25rem;
}

.epigrafe {
  max-width: 400px;
  border-left: 4px solid #f8bfdd;
  border-radius: .625rem;
  font-size: 1.25rem;
  line-height: 1.6rem;
}

.bg-preto-40 {
  background-color: var(--preto-40);
}

.bg-comprimidos {
  background-image: url('../images/textura-20.png'), linear-gradient(to bottom, var(--cor1-20), var(--cor1-20));
  background-position: 0 0, 0 0;
  background-size: 100%, auto;
}

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

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

.tabs-menu-0.tab1 {
  border-bottom: 3px solid var(--cor1);
  border-bottom: 3px solid #27a06e;
}

.tab-link.tab-link-1 {
  text-align: center;
  background-color: #f0cbd8;
  border-radius: .625rem;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin: .125rem;
  padding-left: .938rem;
  padding-right: .938rem;
  font-family: quasimoda, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.2rem;
  display: flex;
}

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

.tab-link.tab-link-2 {
  background-color: var(--cor1-20);
  text-align: center;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin: 0 .125rem 0;
  padding-left: .938rem;
  padding-right: .938rem;
  font-family: quasimoda, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.2rem;
  display: flex;
}

.tab-link.tab-link-2:hover {
  background-color: var(--preto-10);
  filter: none;
  color: var(--preto);
}

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

.tab-link.tab-link-2 {
  text-align: center;
  background-color: #d4ece2;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin: 0 .125rem 0;
  padding-left: .938rem;
  padding-right: .938rem;
  font-family: quasimoda, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  display: flex;
}

.tab-link.tab-link-2:hover {
  filter: none;
  color: #000;
  background-color: #e5e5e5;
}

.tab-link.tab-link-2.w--current {
  background-color: #67bc99;
}

.tab-link.tab-link-3 {
  background-color: var(--cor1-20);
  text-align: center;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-bottom: .25rem;
  margin-left: .125rem;
  margin-right: .125rem;
  padding-left: .938rem;
  padding-right: .938rem;
  font-family: quasimoda, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.2rem;
  display: flex;
}

.tab-link.tab-link-3:hover {
  background-color: var(--preto-10);
  filter: none;
  color: var(--preto);
}

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

.tab-link.tab-link-2 {
  text-align: center;
  background-color: #d4ece2;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin: 0 .125rem 0;
  padding-left: .938rem;
  padding-right: .938rem;
  font-family: quasimoda, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.2rem;
  display: flex;
}

.tab-link.tab-link-2:hover {
  filter: none;
  color: #000;
  background-color: #e5e5e5;
}

.tab-link.tab-link-2.w--current {
  background-color: #67bc99;
}

.tab-link.tab-link-4 {
  background-color: var(--cor1-20);
  color: #366574;
  text-align: center;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  margin: 0 0 0;
  padding-left: .313rem;
  padding-right: .313rem;
  font-family: quasimoda, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.2rem;
}

.tab-link.tab-link-4:hover {
  background-color: var(--preto-10);
  filter: none;
  color: var(--preto);
}

.tab-link.tab-link-4.w--current {
  color: var(--preto);
  flex-direction: column;
}

.tab-link.tab-link-4 {
  background-color: var(--cor1-20);
  color: var(--cor2);
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin: 0 .125rem 0;
  padding: .938rem;
  font-family: quasimoda, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.2rem;
  display: flex;
}

.tab-link.tab-link-4:hover {
  background-color: var(--preto-10);
  filter: none;
  color: var(--preto);
}

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

.tab-link.tab-link-5 {
  background-color: var(--cor1-70);
  text-align: center;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin: 0 0 .313rem;
  padding: .625rem;
  font-family: quasimoda, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.2rem;
}

.tab-link.tab-link-5:hover {
  background-color: var(--preto-10);
  filter: none;
  color: var(--preto);
}

.tab-link.tab-link-5.w--current {
  background-color: var(--verde-escuro);
  color: var(--branco);
  flex-direction: column;
}

.tab-link.tab-link-4 {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  flex: 1;
  justify-content: center;
  align-items: center;
  margin: 0 0 0;
  padding-left: .313rem;
  padding-right: .313rem;
  font-family: quasimoda, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.2rem;
}

.tab-link.tab-link-4:hover {
  filter: none;
  color: #000;
  background-color: #e5e5e5;
}

.tab-link.tab-link-4.w--current {
  color: #000;
  flex-direction: column;
}

.tab-link.tab-link-4 {
  color: #366574;
  text-align: center;
  background-color: #d4ece2;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin: 0 .125rem 0;
  padding: .938rem;
  font-family: quasimoda, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.2rem;
  display: flex;
}

.tab-link.tab-link-4:hover {
  filter: none;
  color: #000;
  background-color: #e5e5e5;
}

.tab-link.tab-link-4.w--current {
  background-color: #67bc99;
}

.tabs-content-0 {
  justify-content: flex-start;
  font-size: 1.2rem;
  line-height: 1.8rem;
  display: flex;
}

.tabs-content-0.padding-20.bg-cor1-10.border-left {
  border-left: 3px solid var(--cor1);
}

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

.ico-x {
  width: 30px;
  height: 30px;
  background-color: var(--cor1);
  color: #fff;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  font-size: 1.3em;
  line-height: 1.15em;
  transition: all .2s;
  display: flex;
  transform: translate(0);
  box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
}

.ico-x:hover {
  color: var(--cor1);
  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);
}

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

.grid-mapa-atividades {
  grid-column-gap: 2px;
  grid-row-gap: 0px;
  background-color: #d9d9d9;
  border: 1px solid #f2f2f2;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-titulo {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: .625rem;
  font-size: 1.2rem;
  line-height: 1.9rem;
  display: flex;
}

.label.label-horizontal-2 {
  align-items: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1rem;
  display: flex;
}

.label.label-horizontal-1 {
  align-items: center;
  font-size: 1.1rem;
  line-height: 1rem;
  display: flex;
}

.label.label-horizontal-3 {
  background-color: #f2f2f2;
  align-items: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1rem;
  display: flex;
}

.label.label-horizontal-4 {
  border-style: solid;
  border-width: 1px;
  border-radius: .125rem;
  align-items: center;
  padding: .313rem;
  font-family: Open Sans, sans-serif;
  font-size: .9rem;
  line-height: 1rem;
  display: flex;
}

.label.label-horizontal-5 {
  background-color: #f2f2f2;
  flex-direction: row;
  align-items: center;
  padding: .313rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1rem;
  display: flex;
}

.label.label-horizontal-6 {
  border-bottom-style: solid;
  border-bottom-width: 2px;
  justify-content: space-between;
  align-items: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1rem;
  display: flex;
}

.label.label-vertical-1, .label.label-vertical-2, .label.label-vertical-3 {
  flex-direction: column;
  align-items: center;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.1rem;
  display: flex;
}

.label.label-horizontal-7 {
  align-items: center;
  display: flex;
}

.label.label-horizontal-8 {
  align-items: center;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2rem;
  display: flex;
}

.label.label-atividade {
  align-items: center;
  font-size: 1rem;
  line-height: 1rem;
  display: flex;
}

.label.label-h3 {
  background-image: linear-gradient(to right, var(--cor1-40) 7%, var(--cor1) 7%);
  border-radius: 50px;
  flex-direction: row;
  align-items: center;
  font-size: 1.1rem;
  line-height: 1rem;
  display: flex;
  box-shadow: inset -4px -6px 0 2px rgba(0, 0, 0, .2);
}

.label.label-vertical-4 {
  max-width: 7rem;
  float: right;
  color: #025a35;
  text-align: right;
  flex-direction: column;
  align-items: flex-end;
  font-size: .9rem;
  line-height: 1rem;
}

.label.label-textos {
  align-items: center;
  font-size: 1rem;
  line-height: 1rem;
  display: flex;
}

.label.label-horizontal-10 {
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  padding: .313rem;
  font-family: Open Sans, sans-serif;
  line-height: 1rem;
}

.label-container {
  align-items: center;
}

.label-container.atividade-grupo {
  border: 1px solid #e20177;
  border-radius: .313rem;
  font-size: .9rem;
}

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

.margin-left-5 {
  margin-left: .313rem;
}

.margin-right-5 {
  margin-right: .313rem;
}

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

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

.rt-creditos blockquote {
  background-color: var(--cor1-15);
  border: 1px #000;
  padding: 1rem;
}

.rt-creditos a {
  text-decoration: underline;
}

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

.rt-creditos em {
  color: var(--cor1);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.7rem;
}

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

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

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

.sticky-50 {
  z-index: 1;
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
}

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

.sticky-130 {
  z-index: 1;
  position: -webkit-sticky;
  position: sticky;
  top: 130px;
}

.grid-icones {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  justify-items: center;
}

.ico-40 {
  max-width: 2.5rem;
  min-width: 2.5rem;
}

.ico-50 {
  max-width: 3.125rem;
  min-width: 3.125rem;
}

.titulo-card-1 {
  font-family: quasimoda, sans-serif;
  font-size: 1.4rem;
}

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

.ico-30 {
  max-width: 1.875rem;
  min-width: 1.875rem;
}

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

.bg-ladrilho {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.miniaturas {
  max-width: 100%;
  min-height: 180px;
  object-fit: cover;
}

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

.filter-cor-branco {
  filter: grayscale() brightness(500%);
}

.ico-200 {
  max-width: 12.5rem;
  min-width: 12.5rem;
  display: block;
}

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

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

.grid-cards-flex {
  grid-column-gap: 39px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-items: center;
}

.ico-250 {
  max-width: 15.625rem;
  min-width: 15.625rem;
  display: block;
}

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

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

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

.box-shadow {
  box-shadow: 0 0 8px rgba(0, 0, 0, .4);
}

.lingueta {
  margin-left: auto;
  margin-right: auto;
  padding: .625rem;
  display: block;
}

.rt-card-flex-4 p {
  margin-bottom: .625rem;
  font-size: 1rem;
  line-height: 1.4rem;
}

.rt-card-flex-4 strong {
  color: var(--cor1);
  font-size: 1.2rem;
}

.padding-20 {
  padding: 1.25rem;
}

.padding-20.bg-azul {
  background-color: var(--azul);
}

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

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

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

.ico-150 {
  max-width: 9.375rem;
  min-width: 9.375rem;
  display: block;
}

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

.linha-divisoria-vertical {
  width: .188rem;
  height: 6rem;
  background-color: #000;
  margin-left: .625rem;
  margin-right: .625rem;
}

.state-success {
  padding: .625rem;
}

.state-success.sizing-grow {
  flex: 1;
}

.botao-resposta {
  background-color: var(--cor1-40);
  color: #000;
  border-radius: .313rem;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.grid-script-atividade-select-3 {
  grid-column-gap: 10px;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: minmax(200px, .5fr) minmax(200px, 1fr) minmax(200px, 1fr);
  grid-auto-columns: 1fr;
}

.state-error {
  text-align: center;
  margin-top: 0;
  padding: .625rem;
}

.state-error.sizing-grow {
  flex: 1;
}

.form-block {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0;
  display: flex;
}

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

.botao-limpar {
  background-color: var(--cor1-40);
  color: #000;
  border-radius: .313rem;
  font-size: 1.1rem;
  font-weight: 500;
}

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

.sticky-0 {
  z-index: 1;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.grid-script-atividade-select-1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: center;
}

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

.checkbox {
  min-height: 30px;
  min-width: 30px;
  margin-top: 0;
  margin-left: 0;
}

.checkbox-field {
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.atividade-checkbox {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.grid-script-atividade-select-2 {
  grid-template-rows: auto;
  grid-template-columns: minmax(12.5rem, 1fr) minmax(12.5rem, 1fr) minmax(18.75rem, 1fr);
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.atividade-relacione {
  border: 1px solid var(--preto-20);
  flex-direction: row;
  justify-content: space-between;
  font-size: 1.1rem;
  line-height: 1.5rem;
  display: flex;
}

.overflow-hidden {
  overflow: hidden;
}

.acordeon-cabecalho-2 {
  min-height: 55px;
  cursor: pointer;
  align-self: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.text-field {
  width: 30px;
  height: 30px;
  text-align: center;
  margin-bottom: 0;
  padding: .313rem;
}

.input-field {
  align-items: center;
  display: flex;
}

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

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

.bg-cor-success {
  background-color: var(--cor-success);
}

.grid-botoes-modal {
  grid-template-rows: auto;
}

.grid-labels {
  grid-column-gap: 39px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
  justify-items: center;
}

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

.ico-60 {
  max-width: 3.75rem;
  min-width: 3.75rem;
}

.bg-branco-opacidade-70 {
  background-color: var(--cor-branco-opacidade-700);
}

.padding-0 {
  padding: 0;
}

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

.grid-script-atividade-textarea {
  grid-template-rows: auto;
  grid-template-columns: minmax(12.5rem, 1fr) minmax(12.5rem, 1fr);
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.acordeon-cabecalho-4 {
  width: 100%;
  min-height: 70px;
  cursor: pointer;
  justify-content: space-between;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.2rem;
  display: flex;
}

.acordeon-cabecalho-5 {
  width: 100%;
  min-height: 70px;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.h1-subtitulo {
  font-size: 3.75rem;
}

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

.pulmao-capa {
  width: 400px;
}

.order-first {
  order: -1;
}

.bg-cor-capa {
  background-color: #e2dce0;
}

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

.grid {
  grid-template-rows: 350px minmax(350px, 1fr) minmax(350px, 1fr);
  grid-template-columns: 1fr 1fr 1fr;
}

.acordeon-cabecalho {
  width: 100%;
  min-height: 70px;
  border-bottom: 3px solid var(--cor1);
  cursor: pointer;
  align-self: center;
  align-items: center;
  font-family: quasimoda, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5rem;
  display: flex;
}

.block-quote-autoras {
  border-right: 5px solid var(--verde-escuro);
  border-left: 5px solid var(--verde-escuro);
  color: var(--verde-escuro);
  margin-left: 5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 400;
}

.h4-atividade {
  color: var(--preto);
}

.bg-verde-claro {
  background-color: #e9f5cc;
}

.bg-azul-claro {
  background-color: #d4e0f3;
}

.h3-numero {
  color: var(--cor1);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  font-size: 4rem;
}

.bg-cor1-70 {
  background-color: var(--cor1-70);
}

.citacao3 {
  max-width: 40rem;
  text-align: right;
  margin-left: auto;
  font-size: 1.3rem;
  line-height: 1.8rem;
}

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

.texto-branco.margin-left {
  margin-left: 4rem;
}

.texto-sea-green {
  color: var(--sea-green);
}

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

.h1-info {
  font-size: 2.6rem;
}

.botao-topo {
  align-items: center;
  line-height: 1.1rem;
}

.botao-topo.bt-ir-topo {
  z-index: 6;
  width: 3rem;
  height: 2.188rem;
  background-color: #4c4c4c;
  border-top-left-radius: .375rem;
  border-top-right-radius: .375rem;
  flex-direction: column;
  font-size: 1rem;
  text-decoration: none;
  display: flex;
  position: fixed;
  bottom: 0;
  right: 4.688rem;
}

.botao-topo.bt-ir-topo:hover {
  background-color: #366574;
}

.bt-localizador {
  color: #000;
  background-color: #fff;
  padding: .625rem;
  font-family: quasimoda, sans-serif;
  font-weight: 600;
}

.bt-localizador:hover {
  background-color: #e3dee2;
  font-weight: 700;
}

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

.padding-5-2 {
  padding: .625rem;
}

.titulo2 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5rem;
  display: inline;
}

.grid-12 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr;
}

.size-menor {
  font-size: 1.2rem;
  line-height: 1.7rem;
}

.h4-atividade-2 {
  color: #000;
}

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

.acordeon-cabecalho-2 {
  width: 100%;
  min-height: 70px;
  cursor: pointer;
  border-bottom: 3px solid #27a06e;
  align-self: center;
  align-items: center;
  font-family: quasimoda, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5rem;
  display: flex;
}

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

.creditos {
  margin-top: 1.25em;
  font-size: 1rem;
  line-height: 1.5rem;
}

.grid-16 {
  grid-template-rows: auto;
}

.darken {
  mix-blend-mode: darken;
}

.tabs-menu-vert {
  flex-direction: column;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 73px;
}

.tabs-menu-vert.tab2 {
  border-right: 3px solid var(--cor1);
}

.tabs-vert {
  align-items: flex-start;
  display: flex;
}

.grid-17, .grid-18 {
  grid-template-rows: auto;
}

.card-back-conteudo {
  width: 100%;
  height: 100%;
  perspective: 1000px;
  text-align: center;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  line-height: 1.7rem;
  display: flex;
}

.card-flip {
  perspective: 1000px;
  cursor: pointer;
  justify-content: center;
  display: flex;
  position: relative;
}

.card-front {
  width: 100%;
  perspective: 1000px;
  align-items: center;
  display: flex;
}

.card-front-conteudo {
  width: 100%;
  height: 100%;
  perspective: 1000px;
  text-align: center;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  line-height: 1.5rem;
  display: flex;
  position: relative;
  transform: none;
}

.card-back {
  width: 100%;
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  display: block;
}

.no-wrap {
  white-space: nowrap;
}

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

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

.titulo-card-2 {
  font-family: quasimoda, sans-serif;
  font-size: 1.2rem;
}

.cards-corpo-humano p {
  font-size: 1rem;
  line-height: 1.5rem;
}

.bt-corpo {
  width: 30px;
  height: 30px;
  background-color: var(--cor1-40);
  color: var(--preto);
  border-radius: 20px;
  padding: 5px 10px 10px;
  font-weight: 700;
  line-height: 1.2rem;
  box-shadow: 1px 1px 3px #000;
}

.bt-corpo:hover {
  background-color: var(--branco);
  color: var(--sea-green);
}

.bt-corpo._1 {
  position: absolute;
  left: 63px;
}

.bt-corpo._2 {
  position: absolute;
  top: 73px;
  left: 84px;
}

.bt-corpo._3 {
  position: absolute;
  top: 117px;
  left: 51px;
}

.bt-corpo._4 {
  position: absolute;
  top: 187px;
  left: 67px;
}

.bt-corpo._5 {
  position: absolute;
  top: 202px;
  left: 35px;
}

.bt-corpo._6 {
  position: absolute;
  top: 230px;
  left: 67px;
}

.bt-corpo._7 {
  position: absolute;
  bottom: 143px;
  left: 95px;
}

.bt-corpo._8 {
  position: absolute;
  bottom: 6px;
  left: 95px;
}

.bt-corpo._9 {
  position: absolute;
  top: -10px;
  left: 63px;
}

.bt-corpo._10 {
  position: absolute;
  top: 22px;
  left: 57px;
}

.bt-corpo._11 {
  position: absolute;
  top: 90px;
  left: 98px;
}

.bt-corpo._12 {
  position: absolute;
  top: 137px;
  left: 44px;
}

.bt-corpo._13 {
  position: absolute;
  top: 194px;
  left: 38px;
}

.bt-corpo._14 {
  position: absolute;
  top: 230px;
  left: 130px;
}

.bt-corpo._15 {
  position: absolute;
  bottom: 183px;
  left: 89px;
}

.bt-corpo._18 {
  position: absolute;
  top: 0;
  left: 32px;
}

.bt-corpo._19 {
  position: absolute;
  top: -16px;
  left: 63px;
}

.bt-corpo._34 {
  position: absolute;
  top: -13px;
  left: 95px;
}

.bt-corpo._30 {
  position: absolute;
  top: 25px;
  left: 92px;
}

.bt-corpo._23 {
  position: absolute;
  top: 63px;
  left: 44px;
}

.bt-corpo._27 {
  position: absolute;
  top: 29px;
  left: 51px;
}

.bt-corpo._33 {
  position: absolute;
  top: 60px;
  left: 86px;
}

.bt-corpo._32 {
  position: absolute;
  top: 102px;
  left: 76px;
}

.bt-corpo._31 {
  position: absolute;
  top: 130px;
  left: 121px;
}

.width-100 {
  width: 100%;
}

.margin-bottom-60 {
  margin-bottom: 3.75rem;
}

.titulo-card-modal {
  font-family: quasimoda, sans-serif;
  font-size: 1.5rem;
}

.modal2, .modal3, .modal4, .modal5, .modal7, .modal8, .modal9, .modal11, .modal12, .modal13 {
  z-index: 100;
  color: var(--preto);
  background-color: rgba(0, 0, 0, .75);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25%;
  padding-right: 25%;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bt-corpo2 {
  width: 30px;
  height: 30px;
  background-color: var(--cor1-40);
  color: var(--preto);
  border-radius: 20px;
  padding: 5px 10px 10px 5px;
  font-weight: 700;
  line-height: 1.2rem;
  box-shadow: 1px 1px 3px #000;
}

.bt-corpo2:hover {
  background-color: var(--branco);
  color: var(--sea-green);
}

.bt-corpo2._22 {
  position: absolute;
  top: 126px;
  left: 38px;
}

.bt-corpo2._25 {
  position: absolute;
  top: 146px;
  left: 79px;
}

.bt-corpo2._29 {
  position: absolute;
  top: 158px;
  left: 44px;
}

.bt-corpo2._20 {
  position: absolute;
  top: 185px;
  left: 63px;
}

.bt-corpo2._26 {
  position: absolute;
  top: 210px;
  left: 32px;
}

.bt-corpo2._24 {
  position: absolute;
  top: 220px;
  left: 67px;
}

.bt-corpo2._17 {
  position: absolute;
  top: 200px;
  left: 127px;
}

.bt-corpo2._21 {
  position: absolute;
  top: 250px;
  left: 89px;
}

.bt-corpo2._16 {
  position: absolute;
  bottom: 133px;
  left: 98px;
}

.bt-corpo2._28 {
  position: absolute;
  bottom: 0;
  left: 95px;
}

.height-100 {
  height: 100px;
}

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

.grid-23 {
  grid-template-rows: auto;
}

.grid-24 {
  grid-template-columns: .5fr 1fr;
}

.flex {
  display: flex;
}

.autoras {
  font-size: 1rem;
  line-height: 1.3rem;
}

.ficha {
  margin-top: 0;
  font-size: .8rem;
  line-height: 1rem;
}

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

.atividade-radio {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.radio-button-field {
  align-items: flex-start;
  display: flex;
  position: relative;
}

.radio-button {
  margin-top: 10px;
  margin-right: 5px;
}

.check, .fail {
  max-width: 1.2rem;
  min-width: 1.2rem;
  display: none;
  position: absolute;
  top: 7px;
  left: 0;
}

.grid-26 {
  grid-template-rows: auto;
}

.min-h-200 {
  min-height: 200px;
}

.grid-27, .grid-27.margin-bottom-40 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.modal14 {
  z-index: 100;
  color: var(--preto);
  background-color: rgba(0, 0, 0, .75);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25%;
  padding-right: 25%;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal14.modal {
  display: none;
}

.modal15 {
  z-index: 100;
  color: var(--preto);
  background-color: rgba(0, 0, 0, .75);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25%;
  padding-right: 25%;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal15.modal {
  display: none;
}

.modal16 {
  z-index: 100;
  color: var(--preto);
  background-color: rgba(0, 0, 0, .75);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25%;
  padding-right: 25%;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal16.modal {
  display: none;
}

.modal17 {
  z-index: 100;
  color: var(--preto);
  background-color: rgba(0, 0, 0, .75);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25%;
  padding-right: 25%;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal17.modal {
  display: none;
}

.modal18 {
  z-index: 100;
  color: var(--preto);
  background-color: rgba(0, 0, 0, .75);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25%;
  padding-right: 25%;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal18.modal {
  display: none;
}

.modal19 {
  z-index: 100;
  color: var(--preto);
  background-color: rgba(0, 0, 0, .75);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25%;
  padding-right: 25%;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal19.modal {
  display: none;
}

.modal20 {
  z-index: 100;
  color: var(--preto);
  background-color: rgba(0, 0, 0, .75);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25%;
  padding-right: 25%;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal20.modal {
  display: none;
}

.modal21 {
  z-index: 100;
  color: var(--preto);
  background-color: rgba(0, 0, 0, .75);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25%;
  padding-right: 25%;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal21.modal {
  display: none;
}

.grid-29 {
  grid-template-rows: auto;
}

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

.ano {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2rem;
}

.bg-cor1-30 {
  background-color: var(--cor1-30);
}

.bg-azul {
  background-color: #589bd4;
}

.border-left {
  border-left: 3px solid var(--verde-escuro);
}

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

.bg-textura {
  min-height: 90px;
  background-image: url('../images/textura6.png');
  background-position: 0 0;
  background-size: auto 155px;
}

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

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

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

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

.section-parallax {
  height: 20rem;
  align-items: flex-end;
  padding-bottom: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container-parallax {
  z-index: 2;
  max-width: 100vw;
  flex: 1;
  position: relative;
}

.bg-parallax {
  width: 100%;
  height: 800px;
  object-fit: cover;
  position: absolute;
  top: 0;
}

.bg-parallax.notificacao {
  height: 800px;
}

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

.fit-cover {
  object-fit: cover;
}

.grid-43 {
  grid-column-gap: 11px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.tabs-menu {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.tabs-menu.tabs-menu-2 {
  grid-column-gap: 37px;
  grid-row-gap: 23px;
  background-image: url('../images/bg-setas-grafico.svg');
  background-position: 50% 100px;
  background-repeat: no-repeat;
  background-size: auto;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: start;
  display: grid;
}

.tabs-menu.tabs-menu-2.max-w-450 {
  grid-column-gap: 18px;
}

.tabs-menu.tabs-menu-3 {
  grid-column-gap: 37px;
  grid-row-gap: 23px;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--branco) 20%, black 46%, white 64%);
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: start;
  display: grid;
}

.tabs-menu.tabs-menu-3.max-w-450 {
  grid-column-gap: 18px;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, transparent 58%, var(--cor1-40) 59%, var(--cor1-40) 63%, transparent 64%);
}

.tabs-navbar {
  background-color: #e5e5e5;
  justify-content: space-between;
  align-items: center;
  padding: .625rem;
  display: flex;
}

.tabs-content {
  border-radius: .625rem;
  justify-content: flex-start;
}

.tabs-link {
  border-radius: .625rem;
  align-items: center;
  padding: .313rem;
}

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

.tabs-link.w--current {
  background-color: var(--cor1-40);
}

.bt-tabs {
  align-items: center;
  display: flex;
}

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

.rich-tabs p {
  font-size: 1.1rem;
  line-height: 1.6rem;
}

.bg-verde-agua {
  background-color: #51c2cf;
}

.bg-verde1 {
  background-color: #2aa16f;
}

.bg-verde2 {
  background-color: #339c52;
}

.bg-verde3 {
  background-color: #60bd5a;
}

.bg-verde4 {
  background-color: #6fac45;
}

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

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

.titulo1 {
  background-color: var(--cor1);
  color: var(--branco);
  text-align: center;
  padding: .313rem;
  font-weight: 700;
}

.grid-46 {
  grid-template-rows: auto;
}

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

.grid-48 {
  grid-template-rows: auto;
}

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

.titulo-tabs {
  font-size: 1.3rem;
}

.grid-49 {
  grid-template-rows: auto;
}

.grid-49.margin-bottom-40 {
  grid-template-columns: .25fr;
}

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

.texto-laranja {
  color: #ff7b00;
}

.texto-vermelho {
  color: #ff0004;
}

.texto-verde {
  color: #017505;
}

.texto-amarelo {
  color: #f0f;
}

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

.grid-52 {
  grid-template-rows: auto;
}

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

.grid-53 {
  grid-template-rows: auto;
  grid-template-columns: .25fr;
}

.grid-53.margin-bottom-40 {
  grid-template-columns: .25fr;
}

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

.grid-54.margin-bottom-40 {
  grid-template-columns: .25fr;
}

.autora {
  text-align: right;
  margin-bottom: 0;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.1rem;
}

.autora-credito {
  text-align: right;
  font-size: .9rem;
  line-height: 1.1rem;
}

.margin-left-60 {
  margin-left: 3.65rem;
}

.button {
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/impressora.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.isbn {
  font-size: .8rem;
}

@media screen and (max-width: 991px) {
  .container.capa, .container.capa-modulo {
    background-position: 85% 100%;
    background-size: 180%;
  }

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

  .botao.botao-iniciar {
    justify-content: center;
    top: 50%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .botao.botao-capa {
    justify-content: center;
  }

  .localizador {
    z-index: 2;
  }

  .nav-menu {
    background-color: rgba(0, 0, 0, 0);
    margin-top: 4.3rem;
  }

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

  .texto-localizador {
    left: 143px;
  }

  .menu-button {
    background-color: var(--branco);
  }

  .menu-button.w--open {
    background-color: var(--verde-escuro);
  }

  .grid-cards-block {
    grid-template-columns: 1fr 1fr;
  }

  .figura.miniatura-43 {
    min-height: 15rem;
    min-height: 15rem;
  }

  .cards.cards-capa {
    flex-direction: column;
    align-items: center;
  }

  .modal1 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .card-modal {
    left: 10%;
    right: 10%;
  }

  .grid-mapa-atividades {
    grid-template-columns: .5fr 1fr;
  }

  .grid-cards-flex {
    grid-template-columns: 1fr;
  }

  .grid-script-atividade-select-3 {
    grid-template-columns: minmax(200px, .5fr) minmax(200px, 1fr) minmax(200px, 1fr);
  }

  .pulmao-capa {
    width: 300px;
  }

  .modal2, .modal3, .modal4, .modal5, .modal7, .modal8, .modal9, .modal11, .modal12, .modal13, .modal14, .modal15, .modal16, .modal17, .modal18, .modal19, .modal20, .modal21 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .tabs-menu {
    grid-auto-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .container.capa, .container.capa-modulo {
    background-position: 86% 82%;
    background-size: 180%;
  }

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

  .botao.botao-iniciar, .botao.botao-footer-avancar, .botao.botao-footer, .botao.botao-capa, .botao.bt-fechar {
    font-size: 1rem;
  }

  .localizador {
    position: relative;
  }

  .texto-localizador {
    left: 472px;
  }

  .grid-cards-block {
    grid-template-columns: 1fr;
  }

  .figura.miniatura-43 {
    min-height: 12rem;
    min-height: 12rem;
  }

  .cards.card-block-14, .cards.card-atencao, .cards.card-block-10, .cards.card-block-3, .cards.card-block-4, .cards.card-flex-3, .cards.card-block-5, .cards.card-block-6, .cards.card-block-7, .cards.card-block-9, .cards.card-block-10, .cards.card-block-8, .cards.card-flex-5, .cards.card-block-11, .cards.card-flex-6, .cards.card-subtexto, .cards.card-block-13 {
    flex-direction: column;
  }

  .cards.card-flex-4 {
    flex-direction: column;
    align-items: flex-start;
  }

  .cards.card-block-1, .cards.card-block-2, .cards.card-flex-1, .cards.card-block-15, .cards.card-block-16, .cards.card-block-17, .cards.card-reflexao, .cards.card-tarja, .cards.card-secoes, .cards.card-flex-2, .cards.card-destaque, .cards.card-block-19, .cards.card-block-22, .cards.card-atencao, .cards.card-subtexto, .cards.card-atencao, .cards.card-flex-5, .cards.card-reflexao, .cards.card-grid13, .cards.card-flex-7 {
    flex-direction: column;
  }

  .cards.card-flex-4a, .cards.card-flex-4b {
    flex-direction: column;
    align-items: flex-start;
  }

  .cards.card-corpo, .cards.card-reflexao {
    flex-direction: column;
  }

  .cards.card-flex-7a {
    min-height: 250px;
    flex-direction: column;
  }

  .cards.card-legenda, .cards.card-block-19, .cards.card-tabs-menu-3, .cards.card-block-20 {
    flex-direction: column;
  }

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

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

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

  .modal-close_btn {
    font-size: 1.8rem;
  }

  .card-modal {
    left: 0%;
    right: 0%;
  }

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

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

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

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

  .grid-mapa-atividades {
    grid-template-columns: .5fr 1fr;
  }

  .label.label-h3 {
    background-image: linear-gradient(to right, var(--cor1-40) 9%, var(--cor1) 9%);
  }

  .grid-icones, .grid-cards-flex {
    grid-template-columns: 1fr;
  }

  .grid-script-atividade-select-3 {
    max-height: 50vh;
    overflow: auto;
  }

  .grid-script-atividade-select-1.margin-bottom-10 {
    grid-template-columns: 1fr;
  }

  .grid-script-atividade-select-2 {
    max-height: 50vh;
    overflow: auto;
  }

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

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

  .grid-script-atividade-textarea {
    max-height: 50vh;
    overflow: auto;
  }

  .h1-subtitulo {
    font-size: 3.8rem;
  }

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

  .botao-topo.bt-ir-topo {
    font-size: 1rem;
  }

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

  .tabs-vert {
    flex-direction: column;
    align-items: stretch;
  }

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

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

  .grid-21, .grid-22 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

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

  .flex {
    flex-direction: column;
  }

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

  .grid-27.margin-bottom-40, .grid-29 {
    grid-template-columns: 1fr;
  }

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

  .grid-38 {
    grid-template-columns: 2fr;
  }

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

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

  .tabs-content {
    z-index: 1000;
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: auto;
  }

  .tabs-link {
    justify-content: center;
  }

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

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

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2rem;
    line-height: 2.4rem;
  }

  h3 {
    padding: 1rem 0 .2rem;
  }

  ul {
    padding-left: 10px;
  }

  ol {
    padding-left: 20px;
  }

  li {
    margin-left: 15px;
  }

  blockquote {
    font-size: 17px;
    line-height: 21px;
  }

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

  .section.section-botoes-impressao {
    display: none;
  }

  .container.capa, .container.capa-modulo {
    background-position: 90% 75%;
    background-size: 300%;
  }

  .capa {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: .5fr 1fr .25fr;
  }

  .botao {
    font-size: 14px;
  }

  .botao.botao-iniciar {
    top: 30%;
  }

  .texto-localizador {
    left: 224px;
  }

  .grid-cards-block {
    grid-template-columns: 1fr;
  }

  .figura.miniatura-43 {
    min-height: 18rem;
    min-height: 18rem;
  }

  .lista-decorativa {
    background-position: 0 5px;
    margin-left: 0;
  }

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

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

  .card-modal {
    display: block;
  }

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

  .grid-mapa-atividades {
    grid-row-gap: 2px;
    grid-template-columns: auto;
  }

  .label.label-h3 {
    background-image: linear-gradient(to bottom, var(--cor1-40) 40%, var(--cor1) 40%);
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .label-container.atividade-grupo {
    flex: 1;
  }

  .grid-icones, .grid-cards-flex {
    grid-template-columns: 1fr;
  }

  .padding-20.padding-topo {
    padding-top: 4rem;
  }

  .select-field {
    display: flex;
  }

  .atividade-relacione {
    flex-direction: column;
  }

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

  .h1-subtitulo {
    font-size: 2.5rem;
  }

  .pulmao-capa {
    width: 200px;
  }

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

  .texto-branco.margin-left.sem-margin {
    margin-left: 0;
  }

  .texto-branco.margin-left-60.no-margin {
    margin-top: 2rem;
    margin-left: 0;
  }

  .h1-info {
    font-size: 1.7rem;
  }

  .botao-topo {
    font-size: 14px;
  }

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

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

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

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

  .grid-24, .grid-25, .grid-26, .grid-27, .grid-37, .grid-41, .grid-42, .grid-43 {
    grid-template-columns: 1fr;
  }

  .tabs-menu.tabs-menu-2, .tabs-menu.tabs-menu-3 {
    background-image: url('../images/ico-seta-linha-baixo.svg');
    background-position: 50% 0;
    background-repeat: repeat-y;
    background-size: 12px;
    grid-template-columns: 1fr;
  }

  .grid-45, .grid-46, .grid-48.margin-bottom-40 {
    grid-template-columns: 1fr;
  }

  .grid-50.margin-bottom-40, .grid-51.margin-bottom-40 {
    grid-template-columns: 1fr 1fr;
  }
}

#w-node-_79e78e3a-fbb6-dccf-725a-f678831f8317-75ee4e0c {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: center;
  justify-self: center;
}

#w-node-_79e78e3a-fbb6-dccf-725a-f678831f8319-75ee4e0c, #w-node-_79e78e3a-fbb6-dccf-725a-f678831f831a-75ee4e0c, #w-node-_79e78e3a-fbb6-dccf-725a-f678831f831b-75ee4e0c, #w-node-_79e78e3a-fbb6-dccf-725a-f678831f831c-75ee4e0c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-a03c251e-dda0-6456-037f-515275cdf6d2-14ee4e0f, #w-node-_842bd75b-9593-f5ac-8e73-7be61ebb8a84-14ee4e0f, #w-node-d0c5f971-3610-03c5-b844-5b5874734c07-14ee4e0f, #w-node-_7440ef19-865e-e932-6a5e-50727bc98b04-14ee4e0f, #w-node-_764f777f-6dc2-3678-9776-ebb5e529a5ba-14ee4e0f, #w-node-_56b3b47c-7270-f8d9-fa69-64d2b1e70b50-14ee4e0f, #w-node-fd7d4d64-5dc1-853f-7b5c-168a6991d178-14ee4e0f, #w-node-efb47379-030c-92ec-74e5-47d18cbaec51-14ee4e0f {
  align-self: center;
  justify-self: center;
}

#w-node-b2dcf5f6-37f0-7899-adcc-050088169cd8-88169cd3 {
  justify-self: end;
}

#w-node-_17f1b7d8-befd-d39a-2c35-e84277bc5c75-ae060478 {
  align-self: center;
  justify-self: center;
}

#w-node-f6b8b62a-1f19-a310-1714-c433339b80a3-51ee4e15, #w-node-_2eb137d7-3ed0-bece-59cd-a4a5d5b39172-51ee4e15, #w-node-_56b29f84-1efd-716a-6ab7-d7bad55bc9cf-51ee4e15, #w-node-_23c6cf1f-0ffa-5407-aef2-c35e75e9e36f-51ee4e15, #w-node-c4cae921-60d9-f4c7-cb09-e7734a9a4343-51ee4e15, #w-node-a14462aa-3000-b0a8-f077-2ee6661fe1cc-51ee4e15, #w-node-a530981b-a16a-d0ee-15f1-9e98edfe6247-51ee4e15, #w-node-_9434d388-325c-0223-e64d-ea00e5e26ab0-51ee4e15, #w-node-ca31d75c-3b19-cb7d-faf0-b186d0fbb62a-51ee4e15, #w-node-ad205e68-35f5-cee3-b2fb-296bfdf86c77-51ee4e15, #w-node-_9dfd0250-42d9-d64f-27c5-9a8cb4aef343-51ee4e15, #w-node-b01b7acd-16df-182f-9b33-a4dc4483df51-51ee4e15, #w-node-b01b7acd-16df-182f-9b33-a4dc4483df55-51ee4e15, #w-node-_18a73a89-2569-e4ad-7b11-f2d4e2eafec9-51ee4e15, #w-node-_18a73a89-2569-e4ad-7b11-f2d4e2eafecd-51ee4e15, #w-node-_18a73a89-2569-e4ad-7b11-f2d4e2eafed1-51ee4e15, #w-node-_18a73a89-2569-e4ad-7b11-f2d4e2eafeeb-51ee4e15, #w-node-_18a73a89-2569-e4ad-7b11-f2d4e2eaff01-51ee4e15, #w-node-_18a73a89-2569-e4ad-7b11-f2d4e2eaff17-51ee4e15, #w-node-_18a73a89-2569-e4ad-7b11-f2d4e2eaff2d-51ee4e15, #w-node-_31ce7406-925e-31bb-1d41-5ab5b76c0b5e-51ee4e15, #w-node-_888e8765-38da-d7bb-d224-ada374fe6499-51ee4e15, #w-node-e552d25a-6def-c441-dcb5-16ba398643d5-51ee4e15, #w-node-e01265cc-719c-6eec-4179-f730923e5505-51ee4e15 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_45848dcc-c18b-705a-adf4-63d00bc27212-82ee4e1b {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: center;
  justify-self: center;
}

#w-node-_45848dcc-c18b-705a-adf4-63d00bc27214-82ee4e1b, #w-node-_45848dcc-c18b-705a-adf4-63d00bc27215-82ee4e1b, #w-node-_45848dcc-c18b-705a-adf4-63d00bc27216-82ee4e1b, #w-node-_45848dcc-c18b-705a-adf4-63d00bc27217-82ee4e1b, #w-node-_45848dcc-c18b-705a-adf4-63d00bc27218-82ee4e1b, #w-node-_45848dcc-c18b-705a-adf4-63d00bc27219-82ee4e1b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-eb6478e3-0b3e-ce64-4cea-c4dafe947825-78ee4e1c {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: center;
  justify-self: center;
}

#w-node-eb6478e3-0b3e-ce64-4cea-c4dafe947828-78ee4e1c, #w-node-eb6478e3-0b3e-ce64-4cea-c4dafe947829-78ee4e1c, #w-node-eb6478e3-0b3e-ce64-4cea-c4dafe94782b-78ee4e1c, #w-node-eb6478e3-0b3e-ce64-4cea-c4dafe94782c-78ee4e1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-e1b552f8-1d18-631a-8045-60d2d2930203-51ee4e22 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: center;
  justify-self: center;
}

#w-node-e1b552f8-1d18-631a-8045-60d2d2930206-51ee4e22, #w-node-e1b552f8-1d18-631a-8045-60d2d2930207-51ee4e22, #w-node-e1b552f8-1d18-631a-8045-60d2d2930209-51ee4e22, #w-node-e1b552f8-1d18-631a-8045-60d2d293020a-51ee4e22 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_59cd92ff-6c25-9796-777c-024f22f685a1-bbee4e23 {
  align-self: center;
  justify-self: center;
}

#w-node-c2cec58d-dd26-96d3-2d91-176da5cc4ab4-bbee4e23 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: center;
  justify-self: center;
}

#w-node-c2cec58d-dd26-96d3-2d91-176da5cc4ab6-bbee4e23, #w-node-c2cec58d-dd26-96d3-2d91-176da5cc4ab7-bbee4e23, #w-node-c2cec58d-dd26-96d3-2d91-176da5cc4ab8-bbee4e23, #w-node-c2cec58d-dd26-96d3-2d91-176da5cc4ab9-bbee4e23 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_11980946-f6bf-870b-7eff-2d93ace04b5f-bbee4e23 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: center;
  justify-self: center;
}

#w-node-_11980946-f6bf-870b-7eff-2d93ace04b62-bbee4e23, #w-node-_11980946-f6bf-870b-7eff-2d93ace04b63-bbee4e23, #w-node-_11980946-f6bf-870b-7eff-2d93ace04b65-bbee4e23, #w-node-_11980946-f6bf-870b-7eff-2d93ace04b66-bbee4e23 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-e1b552f8-1d18-631a-8045-60d2d2930203-ffee4e24 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: center;
  justify-self: center;
}

#w-node-e1b552f8-1d18-631a-8045-60d2d2930206-ffee4e24, #w-node-e1b552f8-1d18-631a-8045-60d2d2930207-ffee4e24, #w-node-e1b552f8-1d18-631a-8045-60d2d2930209-ffee4e24, #w-node-e1b552f8-1d18-631a-8045-60d2d293020a-ffee4e24 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_651437b5-ed4e-b427-c341-0c2d8b53e0eb-50ee4e2a {
  justify-self: stretch;
}

#w-node-c9a93ae5-b344-667b-6659-2c1360edf5e4-50ee4e2a {
  align-self: center;
  justify-self: center;
}

#w-node-_797968f8-f433-2f04-fb5e-7d4c3e782a26-beee4e42, #w-node-_44fd04b0-5160-513c-e6a5-1605111eebad-beee4e42, #w-node-_5397d5eb-8ffa-30dc-10e0-fc0ec656678f-7cee4e55, #w-node-_1f14f680-14c3-160c-5606-ab7b04847ffa-7cee4e55, #w-node-a53f3920-3930-b8e0-3799-88e0079de5f4-7cee4e55, #w-node-a53f3920-3930-b8e0-3799-88e0079de5f7-7cee4e55, #w-node-a53f3920-3930-b8e0-3799-88e0079de5fa-7cee4e55 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1e4387f-2761-febe-6588-6e4ded843cb0-a4ee4e59, #w-node-ea282873-8069-b33c-e7e1-a14182eb2cd3-a4ee4e59, #w-node-_6792326b-1acf-c66b-a60f-f55aab7d30f2-a4ee4e59 {
  align-self: start;
  justify-self: start;
}

#w-node-_1820c49c-9a5e-f347-7cf9-9a6f89a8b1dd-a4ee4e59, #w-node-_2dc7d1b9-8f08-05ea-6e1e-6e8508353468-a4ee4e59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_41e3ce7d-f47f-5859-2266-3a8998136bfc-83ee4e5b {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
  justify-self: center;
}

#w-node-_41e3ce7d-f47f-5859-2266-3a8998136bfd-83ee4e5b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_41e3ce7d-f47f-5859-2266-3a8998136c16-83ee4e5b {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_41e3ce7d-f47f-5859-2266-3a8998136c23-83ee4e5b {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_41e3ce7d-f47f-5859-2266-3a8998136c30-83ee4e5b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52bfcd03-9c48-7f79-433c-c0b856615fdf-91ee4e5c, #w-node-c445a700-af17-4578-7a0d-46b0e6f6afc1-91ee4e5c {
  align-self: center;
  justify-self: center;
}

#w-node-_6b32cf3f-cfa1-5ef9-52d1-a7e43e46b454-05ee4e5d, #w-node-be5f1a42-f0c5-484d-3cc4-0a6938a99ddb-05ee4e5d, #w-node-_433a5ea7-6c90-edfe-d36e-5f96b8381567-05ee4e5d, #w-node-e69a5f9f-fa1b-cc72-fea1-3716c0143c57-05ee4e5d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_315cb55b-66da-9d10-b9ef-e03b35d4978f-27ee4e60 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-c13c9015-d92a-9b09-b78e-ae8557087788-27ee4e60, #w-node-c13c9015-d92a-9b09-b78e-ae855708778a-27ee4e60, #w-node-c13c9015-d92a-9b09-b78e-ae855708778d-27ee4e60, #w-node-c13c9015-d92a-9b09-b78e-ae8557087790-27ee4e60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_553fb314-de8f-4aad-721c-dca29e319fb9-aaee4e61 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
  justify-self: center;
}

#w-node-_553fb314-de8f-4aad-721c-dca29e319fba-aaee4e61 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_553fb314-de8f-4aad-721c-dca29e319fc6-aaee4e61 {
  align-self: stretch;
}

#w-node-_553fb314-de8f-4aad-721c-dca29e319fed-aaee4e61 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_86849bc9-93a6-4c81-beca-1643ccfa897c-aaee4e61 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cdeb8fd3-2e62-b104-35b4-c6f35acb8b29-b6ee4e7c, #w-node-b6c5c601-362f-522e-29d0-fe2f9aeddf4b-b6ee4e7c, #w-node-_5ef1f864-ab71-c0ae-18fb-c13ae6eeff96-b6ee4e7c, #w-node-_3abd483f-4da7-2620-ce24-40f04925bb18-b6ee4e7c, #w-node-_4b4a82f7-c5e5-634d-eaab-93579d1f62e6-05ee4e8d, #w-node-_4b4a82f7-c5e5-634d-eaab-93579d1f62f5-05ee4e8d, #w-node-cbcb7de6-9878-f87d-a2a3-029841e44503-7eee4eb3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cbcb7de6-9878-f87d-a2a3-029841e4450e-7eee4eb3, #w-node-cbcb7de6-9878-f87d-a2a3-029841e44528-7eee4eb3, #w-node-cbcb7de6-9878-f87d-a2a3-029841e4453e-7eee4eb3, #w-node-cbcb7de6-9878-f87d-a2a3-029841e4454e-7eee4eb3, #w-node-cbcb7de6-9878-f87d-a2a3-029841e44560-7eee4eb3, #w-node-cbcb7de6-9878-f87d-a2a3-029841e44564-7eee4eb3 {
  align-self: center;
}

#w-node-_555f6f55-7a10-e848-db26-dde189592ab4-9f5691e2, #w-node-cadea123-351d-2de7-ef21-e0adef626425-9f5691e2, #w-node-cadea123-351d-2de7-ef21-e0adef626425-c606965a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-b2dcf5f6-37f0-7899-adcc-050088169cd8-88169cd3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-_17f1b7d8-befd-d39a-2c35-e84277bc5c75-ae060478, #w-node-_59cd92ff-6c25-9796-777c-024f22f685a1-bbee4e23 {
    align-self: center;
  }

  #w-node-_28a2ae46-9e6e-a16e-33a4-8b1a0479f255-a4ee4e59, #w-node-ea282873-8069-b33c-e7e1-a14182eb2cc0-a4ee4e59, #w-node-_6792326b-1acf-c66b-a60f-f55aab7d30e1-a4ee4e59, #w-node-_1ea2a0ec-f9fd-0f75-b7e5-ff8d43f00db2-a4ee4e59 {
    align-self: center;
    justify-self: center;
  }

  #w-node-_7e400e2b-3cc3-d723-c0ab-e6a9a74f1c6c-27ee4e60, #w-node-_23f7a951-cb8d-c71c-c8e2-195ddfbefe6e-27ee4e60 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_41e3ce7d-f47f-5859-2266-3a8998136c16-83ee4e5b, #w-node-_41e3ce7d-f47f-5859-2266-3a8998136c23-83ee4e5b, #w-node-_553fb314-de8f-4aad-721c-dca29e319fd3-aaee4e61, #w-node-_553fb314-de8f-4aad-721c-dca29e319fe0-aaee4e61 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@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;
}