h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: bold;
}

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

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
}

p {
  margin-bottom: 10px;
}

a {
  color: #5eb8f7;
  font-size: 16px;
  line-height: 28px;
  text-decoration: underline;
}

blockquote {
  margin-bottom: 10px;
  margin-left: 5vw;
  padding: 10px 20px;
  background-image: url('../images/aspas_1aspas.png');
  background-position: 0px 0px;
  background-size: 80px;
  background-repeat: no-repeat;
  line-height: 22px;
  font-style: italic;
  font-weight: 300;
}

figcaption {
  margin-top: 5px;
  text-align: center;
}

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

.bloco-texto {
  padding-right: 5%;
  padding-left: 5%;
  color: #162f49;
  line-height: 1.5em;
}

.bloco-texto h2 {
  margin-top: 60px;
  font-family: Montserrat, sans-serif;
  color: #f15921;
  font-weight: 700;
}

.bloco-texto blockquote {
  margin-top: 20px;
  margin-bottom: 20px;
  border-left: 1px none #000;
  background-image: url('../images/icon-aspas-3.svg');
  font-weight: 400;
}

.bloco-texto h6 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  background-color: #f15921;
  color: #fff;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 300;
}

.bloco-texto h3 {
  color: #e73e00;
}

.bloco-texto figcaption {
  color: #555;
  font-size: 14px;
}

.bloco-texto h1 {
  margin-bottom: 20px;
}

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

.flipper-nav-button {
  left: 0px;
  top: 0px;
  right: 0px;
  width: 50px;
  height: 50px;
  margin-top: 5px;
  padding: 0px;
  border-radius: 55px;
  background-color: #f15d22;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.78);
}

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

.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.v2 {
  width: 25px;
  background-color: #fff;
}

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

.nav-bar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 99999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding-bottom: 5px;
  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: #444;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.4);
}

.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-menu-2 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 995;
  overflow: auto;
  width: 400px;
  background-color: transparent;
}

.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, 0.3);
}

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

.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%, 0.6);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: #2c2c2c;
  background-image: none;
  box-shadow: 1px 1px 10px 0 rgba(0, 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: #f15d22;
  letter-spacing: 1px;
}

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

.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: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -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;
  border-left: 2px solid #fff;
}

.header {
  position: relative;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 450px;
  margin-top: 60px;
  margin-bottom: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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: linear-gradient(152deg, hsla(0, 0%, 82.7%, 0.75), hsla(0, 0%, 94%, 0.97) 85%), url('../images/71539570_m.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  box-shadow: none;
  text-align: center;
}

.header.header-home {
  min-height: 100vh;
  margin-bottom: 0px;
}

.container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  text-align: left;
}

.titulo-header {
  font-family: Montserrat, sans-serif;
  color: #162f49;
  font-size: 4em;
  line-height: 1.1em;
  font-weight: 500;
  text-align: left;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}

.titulo-header.tamanho {
  font-size: 3.8em;
}

.link-block-header {
  position: absolute;
  left: 42px;
  top: 20px;
  display: none;
  padding: 8px 10px 10px;
  background-color: #444;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.42);
}

.link-block-header.w--current {
  padding: 7px 10px 10px;
  background-color: #162f49;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.42);
}

.body {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(66, 66, 66, 0.1)), to(rgba(66, 66, 66, 0.1))), url('../images/icon-pena-2.svg');
  background-image: linear-gradient(180deg, rgba(66, 66, 66, 0.1), rgba(66, 66, 66, 0.1)), url('../images/icon-pena-2.svg');
  background-position: 0px 0px, 100% 100%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}

.div-block {
  position: absolute;
  left: auto;
  top: auto;
  right: 200px;
  bottom: -60px;
  width: 300px;
  height: 400px;
  background-color: #ca2e2e;
}

.image {
  max-width: 45%;
  margin-top: 120px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image.roteiro-de-estudos {
  bottom: -142px;
}

.destaque-titulo {
  color: #f15921;
  font-weight: 700;
}

.rodape {
  background-color: #121416;
  box-shadow: 0 0 6px 0 rgba(0, 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;
}

.elementos-section {
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 20px;
  padding-left: 5vw;
  background-color: #e6e6e6;
}

.elementos-section.segundo-elemento {
  margin-top: -40px;
  margin-bottom: 0px;
  background-color: transparent;
}

.elementos-section.elemento-final {
  margin-bottom: 0px;
}

.img-content {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
}

.texto-elementos {
  max-width: 600px;
}

.texto-elementos h3 {
  display: inline-block;
  margin-bottom: 20px;
  padding: 2px 15px;
  border-radius: 0px;
  background-color: #ff5111;
  color: #fff;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
}

.texto-elementos.elementos-pilula {
  max-width: 100%;
  padding-right: 5vw;
  padding-left: 5vw;
}

.texto-elementos.elementos-pilula {
  max-width: 100%;
  margin-top: 20px;
  padding-right: 5vw;
  padding-left: 5vw;
}

.header-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 10vw;
  padding-left: 20vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -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;
}

.oi-popup {
  margin-top: 15px;
  margin-bottom: 15px;
}

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

.div-block-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.heading-2 {
  margin-top: 30px;
  color: #dd6804;
  font-size: 50px;
  line-height: 50px;
  font-weight: 300;
  text-align: left;
  letter-spacing: -1px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.text-block {
  margin-top: 30px;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #686868;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
}

.grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: minmax(auto, 1.5fr) auto auto;
  grid-template-rows: minmax(auto, 1.5fr) auto auto;
  text-align: center;
}

.image-2 {
  -webkit-filter: grayscale(50%);
  filter: grayscale(50%);
  -webkit-transition: -webkit-filter 300ms cubic-bezier(.25, .46, .45, .94);
  transition: -webkit-filter 300ms cubic-bezier(.25, .46, .45, .94);
  transition: filter 300ms cubic-bezier(.25, .46, .45, .94);
  transition: filter 300ms cubic-bezier(.25, .46, .45, .94), -webkit-filter 300ms cubic-bezier(.25, .46, .45, .94);
}

.image-2:hover {
  -webkit-filter: none;
  filter: none;
}

.popup-strengths {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  -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(0, 0, 0, 0.9);
}

.pop-up-content {
  position: absolute;
  width: 600px;
  height: 400px;
  padding: 30px;
  border: 1px solid #fff;
  background-color: #fff;
  background-image: linear-gradient(45deg, #3a3897, #a3a1ff);
}

.pop-up-content._01 {
  background-image: linear-gradient(45deg, #6cada8, #42b4e4);
}

.pop-up-content._03 {
  background-image: linear-gradient(45deg, #ddc35d, #f58220);
}

.pop-up-content._02 {
  background-image: linear-gradient(45deg, #979738, #6fbf4a);
}

.pop-up-content._04 {
  background-image: linear-gradient(45deg, #8d1c1e, #f06940);
}

.close-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 2px;
  -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: 1px solid #fff;
  background-color: rgba(0, 0, 0, 0.36);
  -webkit-transition: -webkit-transform 300ms cubic-bezier(.25, .46, .45, .94);
  transition: -webkit-transform 300ms cubic-bezier(.25, .46, .45, .94);
  transition: transform 300ms cubic-bezier(.25, .46, .45, .94);
  transition: transform 300ms cubic-bezier(.25, .46, .45, .94), -webkit-transform 300ms cubic-bezier(.25, .46, .45, .94);
  color: #fff;
  text-decoration: none;
}

.close-popup:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.text-block-3 {
  display: block;
  padding-left: 4px;
  font-size: 16px;
  text-align: center;
  letter-spacing: 4px;
}

.bold-text {
  color: #fff;
}

.heading-3 {
  width: 80%;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #000 #000 #fff;
  color: #fff;
  font-size: 2em;
  text-transform: uppercase;
}

.paragraph-2 {
  margin-top: 15px;
  color: #fff;
  font-size: 1.5em;
  line-height: 1.5em;
}

.popup-weaknesses {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  -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(0, 0, 0, 0.9);
}

.popup-opportunities {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  -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(0, 0, 0, 0.9);
}

.popupup-threats {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  -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(0, 0, 0, 0.9);
}

.text-block-4 {
  width: 220px;
  padding: 5px 10px;
  background-color: #162f49;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.pilula-video {
  margin-top: 40px;
}

.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: #f15d22;
  box-shadow: 0 5px 18px 0 rgba(0, 0, 0, 0.33);
  -webkit-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
}

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

.botao-final.material-complementar-btn {
  margin-top: 20px;
  padding-bottom: 6px;
  border-style: none;
  border-radius: 12px;
  background-color: #162f49;
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.55);
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.botao-final.material-complementar-btn.pc-btn {
  margin-top: 10px;
  margin-left: 5vw;
}

.html-embed {
  margin-top: 40px;
  margin-bottom: 100px;
}

.img-infografico {
  width: 100%;
  margin-top: 40px;
}

.div-block-4 {
  text-align: left;
}

.video-elemento.video-linhas {
  margin-top: 40px;
  margin-bottom: 20px;
  padding-bottom: 40px;
  border-top: 1px dashed #424242;
  border-bottom: 1px dashed #424242;
}

.elementos-menores.entre-texto {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-style: dashed none;
  border-width: 1px;
  border-color: #424242;
}

.elementos-menores.linha-separacao {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px dashed #424242;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.img-legenda {
  margin-top: 5px;
  color: #555;
  font-size: 14px;
  text-align: center;
}

.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, 0.3);
  text-align: left;
}

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

.tabela-legenda {
  color: #555;
  font-size: 14px;
}

.div-block-5 {
  text-align: left;
}

.titulo-disciplina {
  margin-bottom: 20px;
  margin-left: 5px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #b8b8b8;
  font-size: 18px;
  font-weight: 300;
  text-align: left;
}

.nome-professor {
  margin-top: 40px;
  margin-left: 5px;
  font-weight: 600;
  text-align: left;
}

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

.conteudo {
  min-height: 100vh;
}

.text-block-6 {
  margin-top: 3px;
  margin-left: 5px;
  font-size: 14px;
  text-align: left;
}

.btn-imprimir {
  margin-right: 20px;
}

@media screen and (max-width: 991px) {
  .nav-menu-2 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .link-block-topicos {
    padding-bottom: 2px;
  }

  .titulo-header {
    width: 80%;
    font-size: 3.3em;
  }

  .image {
    width: 50%;
    margin-left: 5vw;
  }

  .header-content {
    padding-right: 5vw;
    padding-left: 5vw;
  }
}

@media screen and (max-width: 767px) {
  .nav-bar {
    padding-left: 10px;
  }

  .nav-menu-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .navbar-nav {
    padding-right: 0px;
  }

  .header {
    min-height: 350px;
  }

  .titulo-header {
    font-size: 2.5em;
    line-height: 1.1em;
  }

  .link-block-header {
    left: 42px;
    top: 20px;
    right: 42px;
    margin-left: 0px;
  }

  .link-block-header.w--current {
    margin-left: 20px;
  }

  .oi-popup {
    min-height: 100vh;
  }

  .div-block-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-3 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .nav-bar {
    padding-left: 10px;
  }

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

  .navbar-nav {
    padding-right: 0px;
  }

  .link-block-topicos {
    margin-left: 0px;
    font-size: 1em;
  }

  .nav-bar-infos {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-left-style: none;
  }

  .header {
    min-height: 300px;
    margin-bottom: 0px;
  }

  .titulo-header {
    width: 100%;
    margin-top: 40px;
    font-size: 2em;
    text-align: center;
  }

  .link-block-header {
    left: 42px;
    top: 20px;
    right: 42px;
  }

  .link-block-header.w--current {
    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;
  }

  .image {
    width: 80%;
    margin-top: 0px;
    margin-bottom: -40px;
    margin-left: 0vw;
  }

  .header-content {
    margin-top: 20px;
    padding-right: 0vw;
    padding-left: 0vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .pop-up-content {
    width: 100%;
    height: auto;
  }

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

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

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

  .div-block-6 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

