body {
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 19px;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Bitter, serif;
  font-size: 2.5em;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 40px;
  margin-bottom: 10px;
  font-family: Bitter, serif;
  font-size: 2em;
  line-height: 1.5em;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Bitter, serif;
  font-size: 1.5em;
  line-height: 1.5em;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Bitter, serif;
  font-size: 1.2em;
  line-height: 24px;
  font-weight: 700;
}

p {
  margin-bottom: 20px;
  font-size: 18px;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 40px;
}

ol {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 40px;
}

blockquote {
  margin-bottom: 10px;
  margin-left: 10%;
  padding: 0px 20px 10px 5px;
  border-left: 4px none #162f49;
  font-size: 0.99em;
  font-style: italic;
}

.bloco-texto {
  padding-right: 5%;
  padding-left: 5%;
}

.bloco-texto blockquote {
  margin-bottom: 32px;
  margin-left: 5%;
  padding-top: 15px;
  padding-left: 20px;
  background-image: url('../images/icon-aspas-2.svg');
  background-position: 0px 0px;
  background-size: 80px;
  background-repeat: no-repeat;
  font-size: 1.05em;
  line-height: 1.2em;
  font-style: italic;
  font-weight: 300;
}

.bloco-texto h2 {
  color: #254274;
}

.bloco-imagem {
  margin-top: 30px;
  margin-bottom: 42px;
  text-align: center;
}

.lightbox {
  position: relative;
  overflow: visible;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, .3);
  -webkit-transition: -webkit-transform 300ms cubic-bezier(.455, .03, .515, .955);
  transition: -webkit-transform 300ms cubic-bezier(.455, .03, .515, .955);
  transition: transform 300ms cubic-bezier(.455, .03, .515, .955);
  transition: transform 300ms cubic-bezier(.455, .03, .515, .955), -webkit-transform 300ms cubic-bezier(.455, .03, .515, .955);
}

.mouse-over-colorido {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(22, 47, 73, .25);
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.imagem-thumbnail {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .2);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.imagem-thumbnail:hover {
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}

.legenda-imagem {
  display: block;
  width: 90%;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  color: #162f49;
  font-style: italic;
}

.bloco-titulo-texto {
  margin-bottom: 20px;
  padding: 10px 5%;
  color: #162f49;
}

.bloco-titulo-texto.top-margin-off {
  margin-top: 0px;
}

.bloco-titulo-texto.branco {
  color: #fff;
}

.bar-titulo {
  height: 4px;
  background-color: #162f49;
}

.bar-titulo.branco {
  background-color: #fff;
}

.bloco-elemento {
  margin-top: 20px;
  padding: 5% 0%;
}

.box-padrao {
  position: relative;
  min-height: 150px;
  padding: 50px 5% 20px;
  background-color: #162f49;
  background-image: url('../images/fake-brick_1fake-brick.png');
  background-position: 0px 0px;
  background-size: 75px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .3);
  color: #fff;
}

.box-padrao.assista {
  background-color: #a00707;
}

.box-padrao.home {
  min-height: 250px;
  padding-bottom: 0px;
}

.box-padrao-icone {
  position: absolute;
  left: 0px;
  top: -50px;
  right: 0px;
  display: block;
  width: 100px;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
  border: 3px solid #162f49;
  border-radius: 50px;
  background-color: #f9f9f9;
  background-image: url('../images/icon-saiba-mais.svg');
  background-position: 50% 50%;
  background-size: 60px;
  background-repeat: no-repeat;
}

.box-padrao-icone.assista {
  border-color: #162f49;
  background-image: url('../images/icon-assista-azul.svg');
  background-size: 60px;
}

.box-padrao-icone.leitura {
  background-image: url('../images/icon-leitura_1.svg');
}

.box-padrao-icone.pratique {
  background-image: url('../images/icon-pratique.svg');
  background-position: 35% 48%;
  background-size: 65px;
}

.box-padrao-icone.indice {
  background-image: url('../images/icon-indice-2.svg');
  background-size: 75px;
}

.box-titulo {
  margin-top: 0px;
  color: #fff;
}

.box-padrao-conteudo {
  margin-top: 15px;
  margin-bottom: 25px;
}

.box-padrao-titulo {
  display: block;
  max-width: 50%;
  margin: 5px auto;
  border-style: none;
  border-top-width: 2px;
  border-top-color: #fff;
  border-bottom-width: 2px;
  border-bottom-color: #fff;
  color: #fff;
  font-size: 1.5em;
  font-weight: 400;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.box-padrao-titulo.home {
  max-width: 90%;
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 1em;
  line-height: 1.2em;
  letter-spacing: 3px;
}

.div-block-2 {
  display: block;
  height: 2px;
  max-width: 50%;
  margin-right: auto;
  margin-left: auto;
  background-color: hsla(0, 0%, 100%, .54);
}

.bloco-tabela {
  margin-bottom: 30px;
  padding-right: 5%;
  padding-left: 5%;
}

.tabela {
  margin-top: 30px;
  margin-bottom: 5px;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, .3);
}

.tabela-legenda {
  font-size: 0.9em;
}

.plus-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  margin-right: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.plus-wrap.in-img {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px solid #fff;
  border-radius: 20px;
  opacity: 0.7;
}

.plus-wrap.in-img.cor-laranja {
  background-color: hsla(17.101449275362317, 88.09%, 53.92%, 1.00);
  opacity: 1;
}

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

.pricing-h1.faq-h2 {
  margin-bottom: 50px;
}

.plus-l {
  position: absolute;
  width: 5px;
  height: 100%;
  border-radius: 3px;
  background-color: hsla(17.101449275362317, 88.09%, 53.92%, 1.00);
}

.plus-l.in-img {
  width: 3px;
  height: 75%;
  background-color: #fff;
}

.plus-l.in-img.cor-laranja {
  background-color: hsla(17.101449275362317, 88.09%, 53.92%, 1.00);
}

.acoredeon-titulo {
  font-weight: 400;
}

.plus {
  width: 100%;
  height: 5px;
  border-radius: 3px;
  background-color: hsla(17.101449275362317, 88.09%, 53.92%, 1.00);
}

.plus.in-img {
  width: 75%;
  height: 3px;
  background-color: #fff;
}

.plus.in-img.cor-laranja {
  background-color: hsla(17.101449275362317, 88.09%, 53.92%, 1.00);
}

.acordeoni-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.1em;
  cursor: pointer;
}

.acordeon {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  max-width: 1400px;
  margin: 0px auto 30px;
  padding-right: 5%;
  padding-left: 5%;
}

.acordeon.faq-container {
  max-width: 900px;
  padding-top: 60px;
  padding-bottom: 80px;
  border-radius: 5px;
  background-color: hsla(0, 0%, 100%, .5);
  box-shadow: 0 0 50px 0 rgba(45, 62, 80, .06);
}

.link {
  color: #2aa8ff;
  font-weight: 600;
}

.acordeon-conteudo-texto {
  margin-bottom: 30px;
  font-size: 16px;
}

.acordeon-conteudo {
  overflow: hidden;
  padding-left: 45px;
  border-bottom: 1px solid rgba(45, 62, 80, .12);
}

.acordeon-conteudo.last-faq-answer {
  border-bottom-width: 0px;
}

.tab-link-tabs {
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 0px;
  background-color: #555;
  -webkit-transition: background-color 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, background-color 300ms ease;
  transition: transform 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  color: #fff;
  font-weight: 600;
}

.tab-link-tabs:hover {
  background-color: #162f49;
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.tab-link-tabs.w--current {
  background-color: #162f49;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .2);
}

.tab-contents {
  padding: 15px;
  background-color: #fff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .2);
}

.bloco-oi {
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 20px 5%;
}

.body {
  background-color: #f5f6f9;
}

.bloco-navbar-conteudo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
}

.donwload {
  width: 50px;
  height: 50px;
  float: right;
  background-image: url('../images/seta-branca.svg');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.donwload:hover {
  background-image: url('../images/seta-azul-claro.svg');
  background-size: 30px;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding-right: 52px;
  padding-left: 42px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-color: #162f49;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .3);
}

.menu-button {
  display: block;
  float: left;
}

.menu-button.w--open {
  background-color: #1b3d60;
  color: #162f49;
}

.icon {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  color: #fff;
}

.icon:hover {
  color: #6cb4ff;
}

.nav-menu {
  position: relative;
  margin-top: 50px;
  background-color: #162f49;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .15);
}

.nav-link {
  width: 100%;
  background-color: hsla(0, 0%, 100%, .85);
}

.nav-link:hover {
  font-weight: 700;
}

.nav-link.nav-link-entre-linha {
  background-color: hsla(0, 0%, 100%, .9);
  line-height: 1.2em;
}

.navbar-titulo-livro {
  display: block;
  margin-right: auto;
  padding-left: 10px;
  text-align: center;
}

.navbar-bloco-titulo {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.header-capitulo {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 420px;
  padding-top: 60px;
  border-bottom: 10px solid #162f49;
  background-image: linear-gradient(211deg, rgba(24, 99, 99, .91), hsla(210.9375, 80.00%, 15.69%, 0.97) 78%);
  background-position: 0px 0px;
}

.entrada-de-aula-wrapper {
  position: static;
  margin-top: 60px;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.entrada-de-aula-info {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.entrada-de-aula-info.title-intoducao {
  margin-bottom: 70px;
}

.capitulo-numero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid none;
  border-width: 2px;
  border-color: #fff;
  border-radius: 0px;
  color: #fff;
  font-size: 1.5em;
  font-weight: 800;
  text-transform: uppercase;
}

.linha-topo-cima {
  display: block;
  width: 242px;
  height: 2px;
  margin-top: 30px;
  margin-bottom: 20px;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .7)), to(hsla(0, 0%, 100%, .7)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .7), hsla(0, 0%, 100%, .7));
  text-align: center;
}

.nome-da-aula-topo {
  margin-top: 20px;
  padding-top: 42px;
  padding-right: 42px;
  padding-bottom: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  line-height: 1.5em;
  text-align: left;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, .7);
}

.capitulo-titulo {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  line-height: 1.1em;
  font-weight: 600;
}

.linha-topo {
  display: block;
  width: 242px;
  height: 2px;
  margin-top: 30px;
  margin-bottom: 20px;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .7)), to(hsla(0, 0%, 100%, .7)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .7), hsla(0, 0%, 100%, .7));
  text-align: center;
}

.header-seta {
  margin-top: 40px;
  border-radius: 50px;
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, .5);
  -webkit-filter: saturate(200%);
  filter: saturate(200%);
}

.section-conteudo {
  padding-top: 50px;
  padding-bottom: 60px;
}

.section-conteudo.bg-cinza-claro {
  background-color: #f5f7fa;
}

.section-introducao {
  padding-top: 50px;
  padding-bottom: 60px;
  background-color: #f5f7fa;
}

.secrion-destaque {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: linear-gradient(45deg, rgba(22, 47, 73, .9), rgba(0, 0, 0, .7)), url('../images/fake-brick_1fake-brick.png'), url('../images/5pexels-photo-4.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, 76px, cover;
  background-attachment: scroll, scroll, fixed;
}

.bloco-destaque {
  font-family: Bitter, serif;
  color: #fff;
  font-size: 2em;
  line-height: 1.3em;
  text-align: center;
}

.span-texto-azul {
  color: #2aa8ff;
}

.lightbox-link {
  display: block;
  min-width: 120px;
  margin-bottom: 15px;
  float: right;
  text-align: center;
  text-decoration: none;
}

.text-block {
  padding: 10px 15px;
  border: 2px none #162f49;
  background-color: #2aa8ff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .5);
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.text-block:hover {
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.column {
  padding-top: 20px;
  padding-left: 20px;
}

.image {
  box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, .5);
}

.section-sintese {
  padding-top: 50px;
  padding-bottom: 60px;
  background-color: #f5f7fa;
}

.section-referencias {
  padding-top: 50px;
  padding-bottom: 60px;
  background-color: #162f49;
  color: #fff;
}

.section-proxima-aula {
  margin-top: 0px;
  border-top: 1px solid #fff;
  background-image: linear-gradient(45deg, #162f49, #10466b);
  background-position: 0px 0px;
  background-size: auto;
  font-size: 1em;
  line-height: 2em;
  text-align: center;
}

.container_proxima_aula {
  padding: 100px 50px;
  text-align: center;
}

.bar-final {
  display: block;
  width: 220px;
  height: 3px;
  margin-top: 30px;
  margin-bottom: 0px;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  text-align: center;
}

.paragraph-4 {
  margin-top: 25px;
  font-family: Bitter, serif;
  color: #fff;
  font-size: 2.2em;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
}

.paragraph-3 {
  color: #fff;
  font-size: 1.2em;
  line-height: 1.6em;
  font-weight: 300;
  text-align: center;
}

.botao-final {
  height: 48px;
  min-width: 120px;
  margin-top: 10px;
  padding: 11px 24px;
  border: 2px solid #fff;
  border-radius: 10px;
  background-color: transparent;
  -webkit-transition: box-shadow 300ms ease, background-color 200ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, background-color 200ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, background-color 200ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, background-color 200ms ease, -webkit-transform 300ms ease;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.botao-final:hover {
  background-color: hsla(17.101449275362317, 88.09%, 53.92%, 1.00);
  box-shadow: 0 5px 18px 0 rgba(0, 0, 0, .33);
  -webkit-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
}

.botao-final.final-botao {
  position: relative;
  z-index: 100;
  display: inline-block;
  margin-top: 24px;
  margin-bottom: -80px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #fff;
  background-color: transparent;
  background-image: none;
  cursor: pointer;
}

.botao-final.final-botao:hover {
  box-shadow: 0 5px 18px 0 #1e1e50;
}

.botao-final.home {
  margin-top: 42px;
  background-color: rgba(42, 168, 255, .44);
}

.botao-final.home:hover {
  background-color: hsla(17.101449275362317, 88.09%, 53.92%, 0.72);
}

.botao-final.material-complementar-btn {
  border-style: none;
  border-radius: 12px;
  background-color: #162f49;
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, .55);
  color: #fff;
  text-decoration: none;
}

.rodape {
  background-color: #121417;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .45);
}

.text-block-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 0.8em;
  line-height: 2em;
  font-weight: 100;
  text-align: center;
}

.bold-text-2 {
  font-weight: 400;
}

.link-2 {
  color: #fff;
  text-decoration: none;
}

.bold-text {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.capa-professor {
  padding: 4px 16px 4px 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 2px none #fff;
  border-radius: 8px;
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 2px;
  text-transform: none;
}

.capa-titulo {
  margin-top: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  font-size: 4.2em;
  line-height: 1.5em;
  font-weight: 700;
  text-align: left;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, .7);
}

.capa-linha-top {
  display: block;
  height: 4px;
  max-width: 142px;
  margin-top: 30px;
  margin-bottom: 20px;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .95)), to(hsla(0, 0%, 100%, .95)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .95), hsla(0, 0%, 100%, .95));
  text-align: center;
}

.vapa-linha-botton {
  display: block;
  height: 4px;
  max-width: 442px;
  margin-top: 30px;
  margin-bottom: 20px;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  text-align: center;
}

.header-capa {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 10px solid #162f49;
  background-image: radial-gradient(circle farthest-corner at 0% 50%, hsla(210.9375, 80.00%, 15.69%, 1.00) 42%, rgba(0, 0, 0, .35));
  background-position: 0px 0px;
  background-size: auto;
  background-attachment: scroll;
}

.capa-box {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  min-width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.capa-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-sumario {
  position: static;
  overflow: visible;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.image-sumario:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.section-header-wrapper {
  display: block;
  max-width: 570px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.service-cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sumario {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f5f6f9;
  text-align: center;
}

.div-block-11 {
  position: relative;
  z-index: 10;
  overflow: hidden;
  border-bottom: 3px solid #162f49;
  cursor: pointer;
}

.section-header {
  margin-top: 20px;
  margin-bottom: 8px;
  font-size: 2.3em;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.card-sumario-titulo {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 15px 20px 30px;
  padding-right: 10px;
  padding-left: 10px;
  color: #2a2a2a;
  font-size: 1.2em;
  line-height: 1.3em;
  font-weight: 300;
  text-align: center;
}

.wrapper {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.card-sumario-aula-2 {
  position: relative;
  z-index: 15;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  margin: -15px auto 0px;
  padding: 3px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(17.101449275362317, 88.09%, 53.92%, 1.00);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .3);
  color: #fff;
  font-size: 0.8em;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
}

.section-description {
  margin-top: 15px;
  color: #463636;
  font-size: 1.1em;
  line-height: 1.5em;
}

.section-subtitulo {
  margin-bottom: 0px;
  color: #ffaf00;
  font-size: 0.8em;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.cards-sumario {
  position: relative;
  margin-right: 15px;
  margin-bottom: 30px;
  margin-left: 15px;
  padding: 0px;
  -webkit-box-flex: 22%;
  -webkit-flex: 22%;
  -ms-flex: 22%;
  flex: 22%;
  border-bottom: 3px solid hsla(17.101449275362317, 88.09%, 53.92%, 1.00);
  background-color: hsla(0, 0%, 100%, .95);
  box-shadow: 5px 7px 15px 0 rgba(0, 0, 0, .37);
  -webkit-transition: opacity 200ms ease, box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: opacity 200ms ease, box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: opacity 200ms ease, transform 300ms ease, box-shadow 300ms ease;
  transition: opacity 200ms ease, transform 300ms ease, box-shadow 300ms ease, -webkit-transform 300ms ease;
  color: #9096a4;
  text-align: center;
  text-decoration: none;
}

.cards-sumario:hover {
  background-color: #fff;
  box-shadow: 10px 14px 15px 0 rgba(0, 0, 0, .37);
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}

.tabs-content {
  margin-top: 60px;
}

.tab-link {
  border-right: 1px solid #336;
  background-color: transparent;
  font-size: 1.1em;
  line-height: 2em;
  letter-spacing: 1px;
}

.tab-link:hover {
  color: #464681;
  font-weight: 700;
}

.tab-link.w--current {
  border-top: 2px none #6900bb;
  background-color: transparent;
  color: #336;
  font-weight: 800;
}

.tab-link.tab-link-direita {
  border-right-style: none;
}

.tab-link.tab-link-direita.w--current {
  font-weight: 800;
}

.section-description-2 {
  margin-top: 15px;
  color: #424242;
  font-size: 1em;
  line-height: 1.5em;
}

.paragraph-small-2 {
  font-size: 0.9em;
  line-height: 1.4em;
}

.service-cards-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section-header-wrapper-2 {
  display: block;
  max-width: 570px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.section-small-header {
  margin-bottom: 0px;
  color: #0071bb;
  font-size: 0.8em;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.section {
  overflow: hidden;
  padding: 100px 24px;
  background-color: #fff;
  color: #111;
  text-align: center;
}

.section.grey-section {
  background-color: #f5f6f9;
}

.section.azul {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #162f49;
  background-image: linear-gradient(135deg, #162f49, #072031);
  background-position: 0px 0px;
  background-size: auto;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .24);
}

.section-header-2 {
  margin-top: 0px;
  margin-bottom: 8px;
  padding-left: 0px;
  border-left-style: none;
  font-family: Bitter, serif;
  font-size: 2.5em;
}

.div-block-10 {
  height: 30%;
}

.service-card-header {
  margin-top: 22px;
  color: #2e323c;
  font-size: 1em;
}

.service-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  margin-bottom: 30px;
  margin-left: 15px;
  padding: 30px 22px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  background-color: #fff;
  box-shadow: 0 8px 28px 0 rgba(46, 50, 60, .09);
  color: #9096a4;
}

.div-block-12 {
  padding-top: 15px;
  padding-right: 85px;
  padding-left: 85px;
}

.image-3 {
  display: block;
  width: 220px;
  height: 220px;
  margin-right: auto;
  margin-left: auto;
  border: 4px none #ffa535;
  border-radius: 120px;
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .5);
}

.image-3.autora {
  width: 150px;
  height: 150px;
  border-style: solid;
  border-width: 2px;
  border-color: hsla(0, 0%, 100%, .63);
  box-shadow: 2px 2px 13px 1px rgba(0, 0, 0, .5);
}

.heading-2 {
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.paragraph-2 {
  padding-top: 10px;
  color: #fff;
  line-height: 28px;
  text-align: center;
}

.link-claro {
  color: #8dc6ee;
}

.nav-menu-2 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 995;
  overflow: auto;
  width: 400px;
  background-color: transparent;
}

.cap-numero {
  margin-top: 0px;
  color: #0071bb;
}

.nav-link-2 {
  margin-bottom: 10px;
  padding: 0px;
  color: #0071bb;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

.columns-3 {
  margin-top: 40px;
  text-align: left;
}

.link-block-topicos {
  display: block;
  min-width: 25%;
  margin-top: 5px;
  margin-right: 6px;
  padding: 9px 15px;
  border-right: 2px solid transparent;
  border-bottom: 1px none hsla(0, 0%, 100%, .6);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: hsla(210.58823529411765, 0.00%, 17.33%, 1.00);
  background-image: none;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, .27);
  -webkit-transition: letter-spacing 300ms ease, background-color 300ms ease;
  transition: letter-spacing 300ms ease, background-color 300ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 400;
  text-align: right;
  text-decoration: none;
}

.link-block-topicos:hover {
  min-width: 30%;
  border-right-color: #fff;
  border-bottom-color: #fff;
  background-color: hsla(17.101449275362317, 88.09%, 53.92%, 1.00);
  letter-spacing: 1px;
}

.link-block-topicos.alternado {
  background-color: hsla(10.055865921787712, 91.79%, 61.76%, 1.00);
  background-image: none;
}

.text-topico-sumario {
  display: inline-block;
}

.navbar-nav {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-image: linear-gradient(45deg, #162f49, #172e3e);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .3);
}

.infocaitulos {
  padding: 15px 15px 15px 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.menu-button-2 {
  z-index: 998;
  color: #fff;
}

.menu-button-2.w--open {
  background-color: #7ccbff;
}

.link-block-capitulo {
  display: block;
  margin-top: -10px;
  margin-bottom: 10px;
  margin-left: -5px;
  padding-left: 5px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Bitter, serif;
  color: #333;
  font-size: 1.5em;
  line-height: 1.5em;
  font-weight: 700;
  text-decoration: none;
}

.link-block-capitulo:hover {
  background-color: hsla(0, 0%, 97%, .18);
  color: #0071bb;
}

.nav-bar-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding-left: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: hsla(207.14285714285717, 47.73%, 17.25%, 1.00);
}

.nome-da-disciplina {
  margin-right: 21px;
  padding-left: 15px;
  color: #fff;
  font-size: 0.7em;
  line-height: 1em;
  font-weight: 700;
}

.capa-titulo-texto {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 55px;
  line-height: 1.2em;
  font-weight: 200;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.columns {
  margin: 20px 0px;
  padding: 20px 30px;
  color: #fff;
}

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

.link-indice {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px 10px;
  color: #fff;
  font-size: 1.1em;
  font-weight: 400;
  text-decoration: none;
}

.link-indice:hover {
  border-bottom: 1px none #d96017;
  border-left: 2px solid #fff;
  font-weight: 700;
}

.bloco-elemento-menor {
  margin-top: 20px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 5% 0%;
  -webkit-flex-basis: 27%;
  -ms-flex-preferred-size: 27%;
  flex-basis: 27%;
}

.bloco-elemento-menor.bloco-elemento-home {
  margin-right: 10px;
  margin-left: 10px;
  -webkit-flex-basis: 22%;
  -ms-flex-preferred-size: 22%;
  flex-basis: 22%;
}

.nome-da-unidade {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 0.9em;
  line-height: 20px;
  font-weight: 300;
}

.nav-bar-infos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 20px;
  padding-top: 2px;
  padding-bottom: 2px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left: 2px solid #fff;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.section-avancar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 80px;
}

.container {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.button {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.btn-navegacao {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #538e3f;
  box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, .7);
  font-weight: 300;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.btn-navegacao.btn-avancar {
  background-color: hsla(104.81012658227849, 53.95%, 26.42%, 1.00);
}

.btn-navegacao.btn-imprimir {
  background-color: hsla(104.81012658227849, 2.05%, 24.82%, 1.00);
}

.section-atividade {
  min-height: 450px;
  padding-top: 100px;
  padding-bottom: 60px;
  background-color: hsla(104.81012658227849, 0.00%, 92.00%, 1.00);
  background-image: url('../images/atividades-bg.svg');
  background-position: 120% 50%;
  background-size: auto 500px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  box-shadow: 0 -1px 7px 0 rgba(0, 0, 0, .2);
}

.section-nav-rodape {
  display: block;
  min-height: 300px;
  background-color: hsla(210.58823529411765, 29.86%, 9.75%, 1.00);
}

.rich-text-box {
  overflow: hidden;
  height: 0px;
}

.saiba-mais-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 450px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/saiba-mais-bg.svg'), linear-gradient(310deg, hsla(256.9230769230769, 48.15%, 31.76%, 1.00), hsla(232.36363636363635, 57.89%, 18.63%, 1.00));
  background-position: 100% 50%, 0px 0px;
  background-size: auto, auto;
  background-repeat: no-repeat, repeat;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .7);
}

.div-block-14 {
  width: 60%;
}

.text-block-3 {
  font-family: Montserrat, sans-serif;
  color: hsla(0, 0%, 100%, .04);
  font-size: 90px;
  font-weight: 600;
  letter-spacing: 2px;
}

.text-block-4 {
  margin-top: 10px;
  margin-left: 21px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 55px;
  font-weight: 100;
}

.saiba-mais-text {
  width: 60%;
  margin-top: 30px;
  padding-left: 25px;
  color: #fff;
  font-size: 16px;
}

.saiba-mais-btn {
  width: 140px;
  margin-left: 25px;
  padding: 10px 15px;
  border: 1px solid #fff;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, .2);
  box-shadow: 0 0 10px 0 hsla(0, 0%, 100%, .39);
  -webkit-transition: box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, background-color 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.saiba-mais-btn:hover {
  background-color: rgba(0, 0, 0, .5);
  box-shadow: 0 0 20px 0 hsla(0, 0%, 100%, .39);
  -webkit-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
}

.reflita-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 450px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 0px;
  padding-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/reflita-bg-livro.svg'), linear-gradient(135deg, hsla(10.055865921787712, 91.79%, 61.76%, 1.00) 53%, hsla(17.40000000000001, 92.59%, 78.82%, 1.00));
  background-position: 97% 50%, 0px 0px;
  background-size: auto 350px, auto;
  background-repeat: no-repeat, repeat;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .7);
}

.reflita-titulo-light {
  font-family: Montserrat, sans-serif;
  color: hsla(0, 0%, 100%, .09);
  font-size: 90px;
  font-weight: 600;
  letter-spacing: 4px;
}

.reflita-text {
  width: 50%;
  margin-top: 30px;
  padding-left: 25px;
  color: hsla(29.268292682926813, 0.00%, 100.00%, 1.00);
  font-size: 20px;
  line-height: 32px;
  font-weight: 300;
}

.atividades-titulo-light {
  font-family: Montserrat, sans-serif;
  color: rgba(0, 0, 0, .05);
  font-size: 90px;
  font-weight: 600;
  letter-spacing: 4px;
}

.atividades-titulo {
  margin-top: 10px;
  margin-left: 21px;
  font-family: Montserrat, sans-serif;
  color: #363636;
  font-size: 55px;
  font-weight: 100;
}

.atividades-enunciado {
  margin-top: 42px;
  margin-left: 3%;
}

.atividades-enunciado ol {
  list-style-type: lower-roman;
}

.text-block-5 {
  display: inline-block;
  width: 180px;
  margin-bottom: 42px;
  padding-right: 25px;
  padding-bottom: 10px;
  border-bottom: 2px solid #fff;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.topico-titulo-light {
  font-family: Montserrat, sans-serif;
  color: hsla(0, 0%, 100%, .08);
  font-size: 72px;
  font-weight: 600;
  text-align: left;
  letter-spacing: 4px;
}

.topico-titulo-light.light-black {
  color: hsla(0, 0%, 52%, .08);
}

.topico-tiulo {
  margin-top: 5px;
  margin-left: 21px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 42px;
  font-weight: 100;
  text-align: left;
}

.topico-tiulo.titulo-grande {
  font-size: 60px;
  line-height: 54px;
  font-weight: 600;
}

.topico-tiulo.titulo-grande.black {
  margin-top: 0px;
  color: hsla(210.58823529411765, 1.82%, 39.94%, 1.00);
  font-weight: 300;
}

.bolinhas {
  position: absolute;
  left: auto;
  top: auto;
  right: 2%;
  bottom: 8%;
  opacity: 0.52;
}

.bolinhas.bolinhas-2 {
  left: -4%;
  top: auto;
  right: auto;
  bottom: 4%;
}

.bolinhas.bolinhas-3 {
  right: 24%;
  bottom: 31%;
}

.maisinho {
  position: absolute;
  left: 14%;
  top: auto;
  right: 0%;
  bottom: 17%;
}

.maisinho.maisinho-2 {
  left: 4%;
  bottom: 64%;
}

.maisinho.mais-3 {
  left: auto;
  top: 23%;
  right: 15%;
  bottom: 0%;
}

.maisinho.mais-4 {
  left: auto;
  top: 38%;
  right: 38%;
  bottom: 0%;
}

.body-conteudo {
  background-image: url('../images/icon-pena-2.svg');
  background-position: 95% 150px;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.atividades-box-content {
  width: 70%;
  background-color: hsla(0, 0%, 92%, .9);
}

.topo-box-titulo {
  width: 70%;
}

.bar-final-rodape {
  display: block;
  width: 220px;
  height: 3px;
  margin: 30px auto 0px;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  text-align: center;
}

.box-material-complementar {
  margin-top: 40px;
  padding-bottom: 30px;
  border-bottom: 2px dotted #8f8f8f;
}

.label-material {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 15px;
  padding: 3px 12px;
  border-top-right-radius: 10px;
  background-color: #538e3f;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.label-material.filme {
  background-color: #2aa8ff;
}

.label-material.na-web {
  background-color: hsla(17.101449275362317, 88.09%, 53.92%, 1.00);
}

.book-material {
  margin-bottom: 30px;
  box-shadow: 1px 1px 15px 1px rgba(0, 0, 0, .69);
}

.column-3 {
  padding-left: 20px;
}

.box-material-text p {
  margin-bottom: 10px;
}

.box-material-text a {
  color: #000;
}

.open-close-mask {
  position: absolute;
  top: 0px;
  right: 65px;
  bottom: 0px;
  overflow: hidden;
  width: 70px;
  height: 50px;
}

.open-close-mask.moose {
  margin-top: 8px;
}

.close {
  position: absolute;
  top: 0px;
  bottom: 0px;
  overflow: hidden;
  height: 45px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #7a7a7a;
  font-size: 16px;
  line-height: 45px;
  font-weight: 400;
  letter-spacing: 1px;
}

.moose-line-1---2 {
  position: absolute;
  left: 0px;
  top: 28px;
  right: 0px;
  z-index: 2;
  display: none;
  width: 30px;
  height: 4px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
  background-color: #cea142;
}

.open {
  position: absolute;
  top: 0px;
  bottom: 0px;
  overflow: hidden;
  height: 45px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #7a7a7a;
  font-size: 16px;
  line-height: 45px;
  font-weight: 400;
  letter-spacing: 1px;
}

.moose-menu-button {
  width: 60px;
  height: 60px;
  padding: 0px;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 hsla(0, 0%, 48%, .39);
}

.moose-menu-button.w--open {
  background-color: #fff;
}

.moose-navbar {
  left: 0px;
  top: 10px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
}

.moose-color-overlay-button {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  background-color: #14213d;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.moose-nav-link {
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 85px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  border-bottom: 3px solid hsla(0, 0%, 100%, 0);
  -webkit-transition: letter-spacing 250ms ease, border-color 250ms ease, width 250ms ease;
  transition: letter-spacing 250ms ease, border-color 250ms ease, width 250ms ease;
  color: #7a7a7a;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
}

.moose-nav-link:hover {
  width: 100%;
  border-bottom: 3px solid #cea142;
  letter-spacing: 2px;
}

.moose-line-1 {
  position: absolute;
  left: 0px;
  top: 28px;
  right: 0px;
  z-index: 2;
  display: block;
  width: 30px;
  height: 4px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
  background-color: #cea142;
}

.moose-line-2 {
  position: absolute;
  left: 0px;
  top: 15px;
  right: 0px;
  z-index: 2;
  display: block;
  width: 4px;
  height: 30px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
  background-color: #cea142;
}

.moose-nav-menu {
  width: 100%;
  height: 100%;
  padding-top: 0px;
  background-color: hsla(0, 0%, 100%, 0);
}

.moose-line-2-2 {
  position: absolute;
  left: 0px;
  top: 15px;
  right: 0px;
  z-index: 2;
  display: none;
  width: 4px;
  height: 30px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
  background-color: #cea142;
}

.nav-bar-box {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.point-left-nav {
  left: 0px;
  top: 0px;
  right: 0px;
  background-color: transparent;
}

.simple-nav-link-holder {
  background-color: hsla(0, 0%, 100%, 0);
}

.line-1 {
  position: absolute;
  left: 0px;
  top: 15px;
  right: 0px;
  z-index: 2;
  display: block;
  width: 35px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #7a7a7a;
}

.line-1.simple {
  top: 18px;
}

.line-1.v2 {
  width: 25px;
  background-color: #fff;
}

.triangle-nav-button {
  width: 50px;
  height: 50px;
  padding: 0px;
  border-right: 2px solid #786df7;
  border-bottom: 2px solid #786df7;
  background-color: #fff;
  box-shadow: 2px 2px 0 0 #4c459e;
  -webkit-transition: box-shadow 250ms ease;
  transition: box-shadow 250ms ease;
}

.triangle-nav-button:hover {
  box-shadow: 4px 4px 0 0 #4c459e;
}

.triangle-nav-button.w--open {
  border-bottom: 2px solid #4c459e;
  border-right-color: #4c459e;
  background-color: #fff;
  box-shadow: 2px 2px 0 0 #786df7;
}

.triangle-nav-menu {
  background-color: transparent;
}

.triangle {
  position: relative;
  top: 10.5px;
  display: block;
  width: 25px;
  height: 25px;
  min-width: 25px;
  margin-right: auto;
  margin-left: auto;
  border-right: 13px solid transparent;
  border-bottom: 23px solid #786df7;
  border-left: 13px solid transparent;
}

.flipper-nav-container {
  position: relative;
  left: 0px;
  right: 0px;
  height: 43px;
  border-radius: 25px;
}

.line-3 {
  position: absolute;
  left: 0px;
  top: 30px;
  right: 0px;
  z-index: 2;
  display: block;
  width: 35px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #7a7a7a;
}

.line-3.v2 {
  top: 35px;
  width: 25px;
  background-color: #fff;
}

.line-3.simple {
  top: 38px;
}

.triangle-link {
  right: 5px;
  width: 75%;
  margin-top: 10px;
  float: right;
  clear: left;
  border-right: 2px solid #4c459e;
  border-bottom: 2px solid #4c459e;
  background-color: #fff;
  box-shadow: 2px 2px 0 0 #786df7;
  -webkit-transition: box-shadow 250ms ease, border-color 250ms ease;
  transition: box-shadow 250ms ease, border-color 250ms ease;
  color: #786df7;
  font-size: 18px;
}

.triangle-link:hover {
  border-right-color: #786df7;
  border-bottom-color: #786df7;
  box-shadow: 4px 4px 0 0 #4c459e;
}

.flipper-nav-button {
  left: 0px;
  top: 0px;
  right: 0px;
  width: 50px;
  height: 50px;
  margin-top: 5px;
  padding: 0px;
  border-radius: 55px;
  background-color: hsla(17.101449275362317, 88.09%, 53.92%, 1.00);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .78);
}

.flipper-nav-button.w--open {
  background-color: #f76d6d;
  box-shadow: 1px 1px 3px 0 hsla(0, 0%, 48%, .55);
}

.triangle-nav {
  left: 0px;
  top: 10px;
  right: 0px;
  background-color: transparent;
}

.purple-nav-link {
  right: 3px;
  width: 90%;
  margin-top: 10px;
  float: right;
  clear: left;
  border-radius: 50px;
  background-color: #786df7;
  box-shadow: 1px 1px 3px 0 hsla(0, 0%, 48%, .55);
  -webkit-transition: letter-spacing 250ms ease, width 250ms ease;
  transition: letter-spacing 250ms ease, width 250ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  text-align: right;
  letter-spacing: 2px;
}

.purple-nav-link:hover {
  width: 70%;
  letter-spacing: 4px;
}

.menu-row {
  position: relative;
  background-color: #f5f5f5;
}

.line-2 {
  position: absolute;
  left: 0px;
  top: 20px;
  right: 0px;
  z-index: 1;
  display: block;
  width: 35px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #7a7a7a;
}

.line-2.v2 {
  top: 25px;
  width: 30px;
  background-color: #fff;
}

.line-2.simple {
  top: 28px;
}

.menu-column {
  overflow: hidden;
  height: 50vh;
  padding-top: 10px;
  border-style: solid solid none;
  border-width: 1px;
  border-color: #fff;
}

.menu-column.padded-top {
  padding-top: 10px;
}

.menu-column.middle {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  border-right: 1px none #000;
  border-left: 1px none #000;
}

.flipper-nav-link-menu {
  top: 70px;
  border-radius: 25px;
  background-color: hsla(0, 0%, 100%, 0);
}

.flip-nav {
  left: 0px;
  top: 10px;
  right: 0px;
  width: 30vh;
  background-color: transparent;
}

.simple-link {
  margin-top: 5px;
  margin-bottom: 5px;
  border-bottom: 2px solid #afafaf;
  background-color: #fff;
  font-family: Lato, sans-serif;
  color: #333;
}

.number {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9999;
  padding: 20px;
  background-color: #333;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 24px;
}

.simple-menu-button {
  overflow: hidden;
  width: 60px;
  height: 60px;
  padding: 0px;
  background-color: #fff;
}

.simple-menu-button.w--open {
  background-color: #fff;
}

.simple-menu-button.circular {
  border-radius: 55px;
}

.hamburger-menu-list {
  padding-top: 10px;
  background-color: transparent;
}

.bubbly-nav-menu {
  top: 90px;
  background-color: transparent;
}

.hamburger-menu-item {
  background-color: #fff;
  color: #df7134;
}

.melted {
  width: 60px;
  height: 60px;
  padding: 0px;
  border-radius: 75px;
  background-color: #000;
}

.melted.w--open {
  background-color: #000;
}

.moose-navbar-2 {
  left: 0px;
  top: 10px;
  right: 0px;
  background-color: transparent;
}

.example-navbar {
  padding-top: 20px;
  background-color: transparent;
}

.hamburger-menu {
  background-color: transparent;
}

.top-bubble {
  position: absolute;
  left: 0px;
  top: 18px;
  right: 0px;
  display: block;
  width: 40px;
  height: 3px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50px;
  background-color: #fff;
}

.lettuce {
  position: absolute;
  left: -1px;
  top: -2px;
  right: 0px;
  display: block;
  width: 42px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #6ace61;
}

.nav-link-bubble {
  width: 100%;
  margin-top: 10px;
  border-radius: 55px;
  background-color: #fff;
  -webkit-transition: color 200ms ease, padding 350ms ease;
  transition: color 200ms ease, padding 350ms ease;
  font-family: 'PT Sans', sans-serif;
  letter-spacing: 1px;
}

.nav-link-bubble:hover {
  padding-left: 30px;
}

.hamburger-button {
  width: 60px;
  height: 60px;
  padding: 0px;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 hsla(0, 0%, 48%, .55);
}

.hamburger-button.w--open {
  background-color: #fff;
}

.bottom-bubble {
  position: absolute;
  left: 0px;
  top: 38px;
  right: 0px;
  display: block;
  width: 40px;
  height: 3px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50px;
  background-color: #fff;
}

.top-bun {
  position: absolute;
  left: 0px;
  top: 10px;
  right: 0px;
  display: block;
  width: 35px;
  height: 15px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 25px 25px 0px 0px;
  background-color: #fdba58;
  box-shadow: 1px 1px 0 0 #be9848;
}

.middle-bubble {
  position: absolute;
  left: 0px;
  top: 28px;
  right: 0px;
  display: block;
  width: 40px;
  height: 3px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50px;
  background-color: #fff;
}

.bottom-bun {
  position: absolute;
  left: 0px;
  top: 37px;
  right: 0px;
  display: block;
  width: 35px;
  height: 8px;
  margin-right: auto;
  margin-left: auto;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  background-color: #fdba58;
  box-shadow: 1px 1px 0 0 #be9848;
}

.tomato {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -2px;
  display: block;
  width: 30px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #e91111;
  box-shadow: 1px 1px 0 0 #b90707;
}

.hamburger-meat {
  position: absolute;
  left: 0px;
  top: 29px;
  right: 0px;
  display: block;
  width: 40px;
  height: 5px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 5px;
  background-color: #63452d;
}

.div-block-15 {
  position: fixed;
  left: auto;
  top: -6px;
  right: 1%;
  bottom: auto;
  z-index: 10000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  clear: left;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.button-2 {
  width: 35px;
  height: 35px;
  margin-top: 2px;
  margin-right: 10px;
  padding: 2px 0px 0px 2px;
  float: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: hsla(104.81012658227849, 0.00%, 46.67%, 1.00);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .7);
  font-size: 25px;
  font-weight: 600;
  text-align: center;
}

.button-2:hover {
  background-color: hsla(104.81012658227849, 23.69%, 53.70%, 1.00);
}

.button-2.voltar-btn {
  padding-left: 0px;
}

.column-6 {
  padding-right: 0px;
  padding-left: 0px;
}

.nav-bar-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: transparent;
}

.oi-cards-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.oi-cards-wrapper.duas-linhas {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.d-75-card-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 380px;
  height: 340px;
  margin: 15px 15px 30px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #141414;
  background-image: linear-gradient(135deg, #16174b, #162f49 75%);
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, .3);
}

.d-75-card-wrapper.no-image {
  height: auto;
  padding-top: 10px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.d-75-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: block;
  background-image: url('../images/ionut-coman-photographer-302139-unsplash.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, .3);
  cursor: pointer;
}

.d-75-image.second {
  background-image: url('../images/BG-Header.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.d-75-image.third {
  background-image: url('../images/pexels-photo-6.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.d-75-image.d-saiba-mais {
  background-image: url('../images/saiba-mais-bg.svg'), linear-gradient(124deg, #23164b, #162f49);
  background-position: 90% 50%, 0px 0px;
  background-size: 800px, auto;
  background-repeat: no-repeat, repeat;
}

.d-75-image.d-pratique {
  background-image: url('../images/reflita-bg-livro.svg'), linear-gradient(135deg, hsla(10.055865921787712, 91.79%, 61.76%, 1.00), hsla(17.40000000000001, 92.59%, 78.82%, 1.00));
  background-position: 50% 50%, 0px 0px;
  background-size: 300px, auto;
  background-repeat: no-repeat, repeat;
}

.d-75-image.d-atividade {
  background-image: url('../images/atividades-bg.svg'), linear-gradient(140deg, #ededed, #f7f7f7);
  background-position: 30% 50%, 0px 0px;
  background-size: 450px, auto;
  background-repeat: no-repeat, repeat;
}

.d-75-image.d-item-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .75)), to(hsla(10.055865921787712, 91.79%, 61.76%, 0.30))), url('../images/bg-d-letras.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .75), hsla(10.055865921787712, 91.79%, 61.76%, 0.30)), url('../images/bg-d-letras.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
  font-size: 6em;
}

.d-75-image.d-item-1.d-item-1b {
  -webkit-filter: hue-rotate(196deg);
  filter: hue-rotate(196deg);
}

.d-75-image.d-item-1.d-item-1c {
  -webkit-filter: hue-rotate(142deg);
  filter: hue-rotate(142deg);
}

.d-75-image.d-item-1.d-item-1d {
  -webkit-filter: hue-rotate(40deg);
  filter: hue-rotate(40deg);
}

.d-75-image.d-item-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/bg-elementos-D2.svg');
  background-position: 50% 50%;
  background-size: cover;
  color: hsla(0, 0%, 100%, .86);
  font-size: 6em;
}

.d-75-image.d-item-a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(50%, rgba(0, 0, 0, .47)), to(transparent)), url('../images/pexels-photo-4.jpg');
  background-image: linear-gradient(0deg, transparent, rgba(0, 0, 0, .47) 50%, transparent), url('../images/pexels-photo-4.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 960px;
  background-repeat: repeat, no-repeat;
  color: hsla(0, 0%, 100%, .86);
  font-size: 2em;
}

.d-75-image.d-item-a.d-item-1b {
  -webkit-filter: hue-rotate(196deg);
  filter: hue-rotate(196deg);
}

.d-75-image.d-item-a.d-item-1c {
  -webkit-filter: hue-rotate(142deg);
  filter: hue-rotate(142deg);
}

.d-75-image.d-item-a.d-img-2 {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(9%, rgba(13, 23, 33, .99)), color-stop(50%, rgba(0, 0, 0, .6)), to(hsla(210.58823529411765, 37.85%, 20.80%, 1.00))), url('../images/capa-2.jpg');
  background-image: linear-gradient(0deg, rgba(13, 23, 33, .99) 9%, rgba(0, 0, 0, .6) 50%, hsla(210.58823529411765, 37.85%, 20.80%, 1.00)), url('../images/capa-2.jpg');
  background-size: auto, 960px;
}

.d-75-image.edit {
  display: none;
}

.d-75-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.paragraph {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
}

.paragraph-elementos {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}

.section-elementos {
  overflow: hidden;
  padding: 100px 24px;
  background-color: #fcfcfc;
  background-image: url('../images/icon-pena-2.svg');
  background-position: 100% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #111;
  text-align: center;
}

.section-elementos.grey-section {
  background-color: #f5f6f9;
}

.section-elementos.azul {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #162f49;
  background-image: linear-gradient(135deg, #162f49, #072031);
  background-position: 0px 0px;
  background-size: auto;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .24);
}

.text-block-6 {
  padding: 20px 10px;
  border-top: 1px dashed #fff;
  border-bottom: 1px dashed #fff;
  color: #fff;
  font-weight: 300;
}

.text-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: 60%;
  margin: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #fff;
  box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, .75);
}

.text-block-7.titulo-topico-card {
  height: auto;
  min-height: 120px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top-width: 1px;
  border-right-style: none;
  border-bottom-width: 1px;
  border-left-style: none;
  box-shadow: none;
  font-size: 26px;
  text-align: center;
}

.card {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 2;
  -webkit-flex: 2 45%;
  -ms-flex: 2 45%;
  flex: 2 45%;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  cursor: pointer;
}

.card:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.card_unidade {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 300px;
  margin-right: 20px;
  margin-left: 20px;
  padding: 0px;
  background-color: transparent;
  cursor: pointer;
}

.card_frente {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: #196df4;
  background-image: linear-gradient(132deg, hsla(204.50704225352112, 100.00%, 31.67%, 0.60), hsla(210.58823529411765, 53.68%, 18.63%, 0.90)), url('../images/bg-d-letras.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  box-shadow: -1px -1px 10px 0 rgba(0, 0, 0, .7);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #fff;
  font-size: 6em;
}

.unidade {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 2.5em;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
}

.card_atras {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10% 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: #1c2e52;
  background-image: linear-gradient(122deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .34)), url('../images/bg-d-letras.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.card_atras.edit {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.card_texto {
  margin-bottom: 5%;
  padding-right: 5%;
  padding-left: 5%;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 1em;
  line-height: 1.2em;
  text-align: center;
}

.img-click {
  position: absolute;
  left: auto;
  top: auto;
  right: 2%;
  bottom: 2%;
  opacity: 0.5;
}

.page-break-teste {
  padding-top: 45px;
}

.conteudo-imprimir {
  display: none;
  margin-bottom: 40px;
  padding-top: 10px;
  padding-right: 5%;
  padding-left: 5%;
  background-color: #f7abab;
}

.conteudo-imprimir blockquote {
  margin-bottom: 32px;
  margin-left: 5%;
  padding-top: 15px;
  padding-left: 20px;
  background-image: url('../images/icon-aspas-2.svg');
  background-position: 0px 0px;
  background-size: 80px;
  background-repeat: no-repeat;
  font-size: 1.05em;
  line-height: 1.2em;
  font-style: italic;
  font-weight: 300;
}

.conteudo-imprimir h2 {
  color: #254274;
}

.conteudo-imprimir.no-print {
  display: none;
}

.section-professor {
  overflow: hidden;
  padding: 100px 24px;
  background-color: #fff;
  color: #111;
  text-align: center;
}

.section-professor.grey-section {
  background-color: #f5f6f9;
}

.section-professor.azul {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #162f49;
  background-image: linear-gradient(135deg, #162f49, #072031);
  background-size: auto;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .24);
}

.logo-impressao {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: none;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}

.feedbackcaixa {
  color: #fff;
  font-size: 1em;
  line-height: 1.6em;
  font-weight: 400;
}

.feedbackcaixa.feedback {
  display: block;
  overflow: hidden;
  margin-top: 20px;
  color: hsla(104.81012658227849, 43.13%, 28.41%, 1.00);
}

.column-10 {
  min-height: 40px;
}

.column-11 {
  padding-right: 0px;
  padding-left: 0px;
}

.section_elementos {
  background-image: url('../images/pattern_overlay_1pattern_overlay.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(73, 13, 73, .9)), to(rgba(73, 13, 73, .9)));
  background-image: url('../images/pattern_overlay_1pattern_overlay.png'), linear-gradient(180deg, rgba(73, 13, 73, .9), rgba(73, 13, 73, .9));
  background-position: 50% 50%, 0px 0px;
  background-size: auto, auto;
  background-repeat: repeat, repeat;
  background-attachment: fixed, scroll;
  font-size: 1em;
  line-height: 2em;
}

.section_elementos.aprendizagem {
  background-image: linear-gradient(45deg, #3aa17e, #00537e), linear-gradient(180deg, rgba(18, 77, 15, .9), rgba(18, 77, 15, .9));
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
  background-repeat: repeat, repeat;
  background-attachment: scroll, scroll;
}

.container-5 {
  margin-top: 0px;
  padding: 90px 30px;
}

.row-3 {
  margin-left: 0px;
}

.texto_caixas {
  color: #616161;
  font-size: 1em;
  line-height: 1.6em;
  font-weight: 400;
}

.titulo_caixa_section {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.icone_caixa {
  position: static;
  left: auto;
  top: auto;
  bottom: 0px;
  z-index: 10000;
  display: inline-block;
  max-width: 80%;
  margin-left: 15%;
  padding-left: 0px;
}

.bolinha_cima {
  max-height: 100%;
}

.btn-feedback {
  position: relative;
  z-index: 100;
  margin-top: 30px;
  padding: 14px 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 16px;
  background-color: hsla(217.16129032258067, 74.88%, 40.59%, 1.00);
  box-shadow: 3px 3px 8px 0 rgba(0, 0, 0, .6);
  -webkit-transition: box-shadow 500ms ease, background-color 500ms ease;
  transition: box-shadow 500ms ease, background-color 500ms ease;
  font-weight: 400;
}

.btn-feedback:hover {
  background-color: hsla(17.101449275362317, 88.09%, 53.92%, 1.00);
  box-shadow: 6px 6px 8px 0 rgba(0, 0, 0, .75);
}

.column-9 {
  min-height: 20px;
}

.textarea {
  min-height: 80px;
  margin-top: 10px;
  margin-bottom: 40px;
}

.column-12 {
  position: static;
  left: 25%;
  top: 25%;
  right: 25%;
  bottom: 25%;
  margin-top: 2vw;
  padding-left: 15px;
}

.form {
  margin-left: 3%;
}

.radio-button {
  margin-top: 8px;
}

.btn-iniciar {
  height: 48px;
  min-width: 120px;
  margin-top: 10px;
  padding: 11px 24px;
  border: 2px solid #fff;
  border-radius: 10px;
  background-color: transparent;
  -webkit-transition: box-shadow 300ms ease, background-color 200ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, background-color 200ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, background-color 200ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, background-color 200ms ease, -webkit-transform 300ms ease;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.btn-iniciar:hover {
  background-color: hsla(17.101449275362317, 88.09%, 53.92%, 1.00);
  box-shadow: 0 5px 18px 0 rgba(0, 0, 0, .33);
  -webkit-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
}

.btn-iniciar.final-botao {
  position: relative;
  z-index: 100;
  display: inline-block;
  margin-top: 24px;
  margin-bottom: -80px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #fff;
  background-color: transparent;
  background-image: none;
  cursor: pointer;
}

.btn-iniciar.final-botao:hover {
  box-shadow: 0 5px 18px 0 #1e1e50;
}

.btn-iniciar.home {
  margin-top: 42px;
  background-color: rgba(42, 168, 255, .44);
}

.btn-iniciar.home:hover {
  background-color: hsla(17.101449275362317, 88.09%, 53.92%, 0.72);
}

.btn-iniciar.material-complementar-btn {
  border-style: none;
  border-radius: 12px;
  background-color: #162f49;
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, .55);
  color: #fff;
  text-decoration: none;
}

.section-intro {
  padding-top: 100px;
  padding-bottom: 60px;
  border-bottom: 10px solid hsla(210.9375, 80.00%, 15.69%, 1.00);
  background-color: #162f49;
  background-image: linear-gradient(218deg, rgba(24, 99, 99, .91), hsla(210.9375, 80.00%, 15.69%, 0.97));
  color: #fff;
}

.section-intro.bg-cinza-claro {
  background-color: #f5f7fa;
}

.section-intro.cor-cinza-escuro {
  border-bottom-style: none;
  background-image: linear-gradient(218deg, #f7f7f7, #f7f7f7);
  color: #333;
}

.header-material-comp {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 420px;
  padding-top: 60px;
  border: 1px none #000;
  background-image: linear-gradient(125deg, hsla(17.101449275362317, 88.09%, 53.92%, 1.00), hsla(10.055865921787712, 91.79%, 61.76%, 1.00) 78%);
}

.referencias {
  position: relative;
  padding-top: 100px;
  padding-bottom: 70px;
  border-bottom: 10px none hsla(210.9375, 80.00%, 15.69%, 1.00);
  background-color: #162f49;
  background-image: linear-gradient(218deg, rgba(43, 49, 49, .91), hsla(210.9375, 21.08%, 13.21%, 0.97));
  color: #fff;
}

.referencias.bg-cinza-claro {
  background-color: #f5f7fa;
}

.container-6 {
  margin-top: 45px;
  margin-bottom: 45px;
  background-color: #ff6b6b;
  font-size: 60px;
  text-align: center;
}

.section-2 {
  background-color: #ff2929;
}

.conclusao {
  padding-top: 100px;
  padding-bottom: 60px;
  border-bottom: 10px solid hsla(210.9375, 80.00%, 15.69%, 1.00);
  background-color: #162f49;
  background-image: linear-gradient(218deg, rgba(24, 99, 99, .91), hsla(210.9375, 80.00%, 15.69%, 0.97));
  color: #fff;
}

.conclusao.bg-cinza-claro {
  background-color: #f5f7fa;
}

.conclusao.cor-cinza-escuro {
  border-bottom-style: none;
  background-image: linear-gradient(218deg, #f7f7f7, #f7f7f7);
  color: #333;
}

.pdf-download {
  position: absolute;
  left: auto;
  top: auto;
  right: 1vw;
  bottom: 1vw;
  display: none;
  width: 80px;
  height: 80px;
  border: 2px solid #fff;
  border-radius: 50px;
  background-color: hsla(42.27272727272727, 0.00%, 70.67%, 1.00);
  background-image: url('../images/psf-download.svg');
  background-position: 50% 50%;
  background-size: 45px;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, .5);
}

.btn-imprimir {
  position: absolute;
  right: 1vw;
  bottom: 2vh;
  margin-top: 30px;
  padding: 10px 20px;
  border: 1px none #fff;
  border-radius: 12px;
  background-color: hsla(17.101449275362317, 88.09%, 53.92%, 1.00);
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, .71);
  -webkit-transition: box-shadow 200ms ease, background-color 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, background-color 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease, background-color 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease, background-color 200ms ease, -webkit-transform 200ms ease;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
}

.btn-imprimir:hover {
  background-color: hsla(17.101449275362317, 88.09%, 53.92%, 0.88);
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .71);
  -webkit-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
}

html.w-mod-js *[data-ix="fade-up-1"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="fade-up-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="fade-up-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="fade-up-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="moose-nav-link-1"] {
  opacity: 0;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}

html.w-mod-js *[data-ix="moose-nav-link-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}

html.w-mod-js *[data-ix="moose-nav-link-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}

html.w-mod-js *[data-ix="close-word-on-load"] {
  -webkit-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
}

html.w-mod-js *[data-ix="fade-left"] {
  opacity: 0;
  -webkit-transform: translate(60px, 0px);
  -ms-transform: translate(60px, 0px);
  transform: translate(60px, 0px);
}

html.w-mod-js *[data-ix="feedback"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-right"] {
  opacity: 0;
  -webkit-transform: translate(-60px, 0px);
  -ms-transform: translate(-60px, 0px);
  transform: translate(-60px, 0px);
}

@media (max-width: 991px) {
  .navbar {
    padding-right: 30px;
    padding-left: 20px;
  }
  .nav-menu {
    margin-right: 21px;
  }
  .nome-da-aula-topo {
    font-size: 4em;
    line-height: 1.3em;
  }
  .bloco-destaque {
    font-size: 1.5em;
  }
  .botao-final.final-botao {
    margin-bottom: -56px;
  }
  .capa-titulo {
    font-size: 4em;
    line-height: 1.3em;
  }
  .section-header-wrapper {
    max-width: 66.66%;
    padding-bottom: 56px;
  }
  .service-cards {
    margin-bottom: -16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .card-sumario-titulo {
    font-size: 1.1em;
    line-height: 1.2em;
  }
  .section-description {
    font-size: 15px;
  }
  .cards-sumario {
    display: block;
    margin-right: 8px;
    margin-bottom: 16px;
    margin-left: 8px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .section-description-2 {
    font-size: 15px;
  }
  .service-cards-2 {
    margin-bottom: -16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .section-header-wrapper-2 {
    max-width: 66.66%;
    padding-bottom: 56px;
  }
  .section {
    padding: 100px 8px;
  }
  .service-card {
    margin-right: 8px;
    margin-bottom: 16px;
    margin-left: 8px;
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }
  .image-3 {
    width: 200px;
    height: 200px;
  }
  .nav-menu-2 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }
  .link-block-topicos {
    padding-bottom: 2px;
  }
  .text-topico-sumario {
    line-height: 1.2em;
  }
  .infocaitulos {
    padding-top: 5px;
  }
  .capa-titulo-texto {
    font-size: 50px;
  }
  .saiba-mais-box {
    min-height: 400px;
    background-position: 100px 50%, 0px 0px;
    background-size: cover, auto;
  }
  .div-block-14 {
    width: 75%;
  }
  .text-block-3 {
    font-size: 80px;
  }
  .reflita-box {
    min-height: 400px;
    background-size: auto 280px, auto;
  }
  .container-2 {
    background-color: hsla(0, 0%, 92%, .93);
  }
  .atividades-box-titulo {
    width: 75%;
  }
  .topo-box-titulo {
    width: 75%;
  }
  .open-close-mask {
    height: 50px;
  }
  .close {
    line-height: 45px;
  }
  .open {
    line-height: 45px;
  }
  .oi-cards-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .d-75-card-wrapper {
    margin-top: 0px;
    margin-bottom: 40px;
  }
  .section-elementos {
    padding: 100px 8px;
  }
  .card_unidade {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .unidade {
    font-size: 2.5em;
  }
  .card_texto {
    font-size: 0.9em;
  }
  .section-professor {
    padding: 100px 8px;
  }
  .column-11 {
    padding-left: 0px;
  }
  .icone_caixa {
    max-width: 100%;
    margin-left: 5%;
  }
  .btn-iniciar.final-botao {
    margin-bottom: -56px;
  }
  .referencias {
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 1.7em;
  }
  h3 {
    font-size: 1.4em;
  }
  .bloco-titulo-texto {
    font-size: 0.8em;
  }
  .pricing-h1 {
    font-size: 34px;
    line-height: 44px;
  }
  .link-block {
    margin-left: 0px;
  }
  .link-block.w--current {
    margin-left: 20px;
  }
  .navbar {
    padding-right: 10px;
    padding-left: 0px;
  }
  .nav-menu {
    margin-right: 0px;
  }
  .entrada-de-aula-wrapper {
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .entrada-de-aula-info {
    padding-right: 10px;
    padding-left: 10px;
  }
  .capitulo-numero {
    padding-bottom: 0px;
    font-size: 1.5em;
  }
  .linha-topo-cima {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .nome-da-aula-topo {
    padding-top: 20px;
    font-size: 2.5em;
    line-height: 1.2em;
  }
  .capitulo-titulo {
    font-size: 48px;
    line-height: 1.1em;
  }
  .linha-topo {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .lightbox-link {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .container_proxima_aula {
    text-align: center;
  }
  .bar-final {
    width: 160px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .botao-final.final-botao {
    margin-bottom: -40px;
  }
  .capa-professor {
    padding-bottom: 0px;
    font-size: 1.2em;
  }
  .capa-titulo {
    font-size: 2.5em;
    line-height: 1.2em;
  }
  .capa-linha-top {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .vapa-linha-botton {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .capa-box {
    padding-right: 10px;
    padding-left: 30px;
  }
  .capa-wrapper {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .section-header-wrapper {
    padding-bottom: 40px;
  }
  .section-header {
    margin-top: 16px;
  }
  .section-description {
    font-size: 14px;
    line-height: 24px;
  }
  .section-subtitulo {
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 3px;
  }
  .cards-sumario {
    width: 45%;
    margin-right: 10px;
    margin-bottom: 30px;
    margin-left: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .tab-link {
    margin-right: 1px;
    margin-left: 1px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .tab-link.w--current {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section-description-2 {
    font-size: 14px;
    line-height: 24px;
  }
  .section-header-wrapper-2 {
    padding-bottom: 20px;
  }
  .section-small-header {
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 3px;
  }
  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .section-header-2 {
    margin-top: 16px;
  }
  .nav-menu-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .navbar-nav {
    padding-right: 0px;
  }
  .infocaitulos {
    margin-top: 20px;
  }
  .nav-bar-content {
    padding-left: 10px;
  }
  .capa-titulo-texto {
    font-size: 42px;
  }
  .text-block-3 {
    font-size: 60px;
  }
  .text-block-4 {
    font-size: 42px;
  }
  .saiba-mais-text {
    font-size: 15px;
    line-height: 22px;
  }
  .saiba-mais-btn {
    width: 120px;
    padding: 5px 10px;
    font-size: 12px;
  }
  .reflita-box {
    min-height: 350px;
    padding-left: 20px;
    background-image: linear-gradient(267deg, hsla(10.055865921787712, 91.79%, 61.76%, 1.00), transparent), url('../images/reflita-bg-livro.svg'), linear-gradient(135deg, hsla(10.055865921787712, 91.79%, 61.76%, 1.00) 53%, hsla(17.40000000000001, 92.59%, 78.82%, 1.00));
    background-position: 0px 0px, 110% 50%, 0px 0px;
    background-size: auto, auto 200px, auto;
    background-repeat: repeat, no-repeat, repeat;
  }
  .reflita-titulo-light {
    font-size: 72px;
  }
  .reflita-text {
    width: 75%;
    line-height: 28px;
  }
  .atividades-titulo-light {
    font-size: 72px;
  }
  .topico-titulo-light {
    font-size: 48px;
  }
  .topico-titulo-light.light-black {
    font-size: 48px;
  }
  .topico-tiulo {
    font-size: 36px;
  }
  .topico-tiulo.titulo-grande {
    font-size: 48px;
    line-height: 50px;
  }
  .topico-tiulo.titulo-grande.black {
    font-size: 48px;
  }
  .atividades-box-content {
    width: 90%;
  }
  .bar-final-rodape {
    width: 160px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .book-material {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .book-material.book-na-web {
    display: none;
  }
  .column-4 {
    text-align: center;
  }
  .column-5 {
    text-align: center;
  }
  .menu-column {
    min-height: 350px;
    border-color: #000 #fff #fff;
    border-top-style: none;
    border-top-width: 1px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
  }
  .menu-column.middle {
    border-top: 1px none #000;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
  }
  .oi-cards-wrapper {
    margin-top: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .d-75-card-wrapper {
    margin-top: 25px;
  }
  .section-elementos {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .card {
    width: 80%;
  }
  .card_unidade {
    width: 100%;
  }
  .unidade {
    font-size: 2.5em;
  }
  .card_texto {
    font-size: 0.85em;
  }
  .section-professor {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .feedbackcaixa {
    padding-right: 20px;
  }
  .column-10 {
    min-height: 20px;
  }
  .texto_caixas {
    padding-right: 20px;
  }
  .icone_caixa {
    width: 30%;
    max-width: 35%;
    margin-left: -2%;
    padding-top: 15px;
  }
  .bolinha_cima {
    width: 270px;
  }
  .btn-feedback {
    margin: 20px 0px auto;
  }
  .btn-iniciar.final-botao {
    margin-bottom: -40px;
  }
  .referencias {
    padding-bottom: 35px;
  }
  .btn-imprimir {
    position: static;
    width: 160px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
}

@media (max-width: 479px) {
  .bloco-texto h2 {
    line-height: 1.2em;
  }
  .bloco-elemento {
    margin-top: 42px;
  }
  .box-padrao-titulo {
    max-width: 100%;
  }
  .div-block-2 {
    max-width: 80%;
  }
  .tab-link-tabs {
    min-width: 100%;
  }
  .link-block.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .donwload {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .nav-menu {
    width: 100%;
    margin-right: 0px;
  }
  .entrada-de-aula-info {
    padding-right: 10px;
    padding-left: 10px;
  }
  .capitulo-numero {
    font-size: 1.6em;
  }
  .capitulo-titulo {
    font-size: 38px;
  }
  .container_proxima_aula {
    text-align: center;
  }
  .bar-final {
    width: 120px;
  }
  .capa-professor {
    font-size: 1em;
  }
  .capa-box {
    padding-right: 10px;
    padding-left: 10px;
  }
  .section-header-wrapper {
    max-width: 100%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .cards-sumario {
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-top: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .tab-link {
    display: block;
    margin-right: auto;
    margin-left: auto;
    border-bottom: 1px solid #336;
    border-right-style: none;
    text-align: center;
  }
  .tab-link.tab-link-esquerda {
    border-top: 1px solid #336;
  }
  .section-header-wrapper-2 {
    max-width: 100%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .service-card {
    padding-top: 48px;
    -webkit-flex-basis: 80%;
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
  }
  .nav-menu-2 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    overflow: scroll;
    padding-right: 10px;
    padding-bottom: 40px;
    padding-left: 10px;
  }
  .brand {
    padding-left: 0px;
  }
  .columns-3 {
    padding-bottom: 30px;
  }
  .link-block-topicos {
    margin-left: 0px;
    font-size: 1em;
  }
  .navbar-nav {
    padding-right: 0px;
  }
  .infocaitulos {
    margin-top: 15px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .link-block-capitulo {
    font-size: 1.3em;
  }
  .nav-bar-content {
    padding-left: 10px;
  }
  .capa-titulo-texto {
    font-size: 30px;
  }
  .bloco-elemento-menor {
    margin-top: 42px;
  }
  .saiba-mais-box {
    min-height: 350px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
  }
  .div-block-14 {
    width: 100%;
  }
  .text-block-3 {
    font-size: 42px;
  }
  .text-block-4 {
    margin-top: 0px;
    margin-left: 10px;
    font-size: 30px;
  }
  .saiba-mais-text {
    width: 100%;
    margin-top: 25px;
    padding-left: 0px;
  }
  .saiba-mais-btn {
    margin-left: 0px;
  }
  .reflita-box {
    background-image: linear-gradient(180deg, hsla(10.055865921787712, 91.79%, 61.76%, 0.78), hsla(10.055865921787712, 91.79%, 61.76%, 0.78)), url('../images/reflita-bg-livro.svg'), linear-gradient(135deg, hsla(10.055865921787712, 91.79%, 61.76%, 1.00) 53%, hsla(17.40000000000001, 92.59%, 78.82%, 1.00));
    background-position: 0px 0px, 110% 50%, 0px 0px;
    background-size: auto, auto 200px, auto;
    background-repeat: repeat, no-repeat, repeat;
  }
  .reflita-titulo-light {
    font-size: 60px;
  }
  .reflita-text {
    width: 100%;
    margin-top: 20px;
    padding-left: 0px;
  }
  .atividades-titulo-light {
    font-size: 48px;
  }
  .atividades-titulo {
    margin-top: 0px;
    font-size: 36px;
  }
  .topico-titulo-light {
    font-size: 42px;
  }
  .topico-tiulo.titulo-grande {
    margin-left: 10px;
    font-size: 42px;
  }
  .topico-tiulo.titulo-grande.material-complementar {
    margin-top: 0px;
    margin-left: 5px;
    font-size: 38px;
    line-height: 40px;
  }
  .bolinhas.bolinhas-2 {
    display: none;
  }
  .maisinho.maisinho-2 {
    display: none;
  }
  .atividades-box-titulo {
    width: 100%;
  }
  .topo-box-titulo {
    width: 100%;
  }
  .bar-final-rodape {
    width: 120px;
  }
  .book-material.book-na-web {
    display: none;
  }
  .d-75-card-wrapper {
    width: 300px;
  }
  .d-75-image {
    display: block;
  }
  .d-75-text-wrapper {
    margin-right: 20px;
    margin-left: 20px;
  }
  .heading {
    font-size: 20px;
    line-height: 24px;
  }
  .paragraph {
    font-size: 12px;
  }
  .paragraph-elementos {
    font-size: 12px;
  }
  .card {
    width: 80%;
    margin-top: 5%;
    margin-bottom: 5%;
  }
  .card_unidade {
    width: 100%;
    height: 200px;
  }
  .card_texto {
    font-size: 0.8em;
  }
  .conteudo-imprimir h2 {
    line-height: 1.2em;
  }
  .feedbackcaixa {
    padding-right: 20px;
    padding-left: 0px;
  }
  .column-10 {
    min-height: 20px;
  }
  .texto_caixas {
    padding-right: 20px;
    padding-left: 0px;
  }
  .titulo_caixa_section {
    padding-right: 0%;
    padding-left: 0%;
  }
  .icone_caixa {
    max-width: 60%;
    padding-top: 20px;
  }
  .btn-feedback {
    margin-top: 90px;
    margin-bottom: 0%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
}