body {
  background-color: #e9ebee;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 22px;
}

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

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
}

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

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

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

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

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

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

img {
  display: inline-block;
  max-width: 100%;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 18px;
  line-height: 22px;
}

.bloco-titulo-destaque {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(150deg, #163683, #19d0de);
  color: #fff;
  font-weight: 100;
}

.bloco-cores {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #fff;
}

.cores {
  width: 80px;
  height: 80px;
  margin: 15px;
  border-radius: 4px;
  background-color: #e9ebee;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
}

.cores.cor-card-detail {
  background-color: #fff;
}

.cores.cor-solid-gray {
  background-color: #e9e9e9;
}

.cores.cor-azul {
  background-color: #1f80e1;
}

.cores.cor-texto-preto {
  background-color: rgba(0, 0, 0, 0.7);
}

.cores.cor-texto-placeholder {
  background-color: rgba(0, 0, 0, 0.3);
}

.cores.cor-texto-preto-100 {
  background-color: #000;
}

.cores.gradiente {
  width: 40px;
  height: 40px;
  background-color: #19d0de;
}

.cores.grad-violet {
  background-image: linear-gradient(135deg, #1b6190, #163683);
}

.cores.grad-blue {
  background-image: linear-gradient(135deg, #3434bf, #0ac3f2);
}

.cores.grad-green {
  background-image: linear-gradient(135deg, #0ac3f2, #dbe831);
}

.cores.grad-blue-2 {
  background-image: linear-gradient(135deg, #14f1d9, #2672f8);
}

.cores.grad-top-dialog {
  background-image: linear-gradient(135deg, #1f80e1, #19d0de);
}

.bloco-cores-descricao {
  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: 0;
  -webkit-flex: 0 30%;
  -ms-flex: 0 30%;
  flex: 0 30%;
}

.bloco-cores-descricao.d-gradiente {
  -webkit-box-flex: 0;
  -webkit-flex: 0 20%;
  -ms-flex: 0 20%;
  flex: 0 20%;
}

.heading-style {
  font-family: Signika, sans-serif;
  font-weight: 100;
}

.heading-style.text-color-azul {
  color: #1f80e1;
}

.heading-style.cor-azul {
  color: #1f80e1;
}

.section-style {
  padding-top: 40px;
  padding-bottom: 40px;
}

.typography-type-style {
  margin-top: -6px;
  margin-right: auto;
  margin-left: auto;
  font-size: 38px;
  text-align: center;
}

.typography-style {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  margin: 15px;
  -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: 4px;
  background-color: #e9ebee;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
}

.typography-style.cor-card-detail {
  background-color: #fff;
}

.typography-style.cor-solid-gray {
  background-color: #e9e9e9;
}

.typography-style.cor-azul {
  background-color: #1f80e1;
}

.typography-style.cor-texto-preto {
  background-color: rgba(0, 0, 0, 0.7);
}

.typography-style.cor-texto-placeholder {
  background-color: rgba(0, 0, 0, 0.3);
}

.typography-style.cor-texto-preto-100 {
  background-color: #000;
}

.typography-style.gradiente {
  width: 40px;
  height: 40px;
  background-color: #19d0de;
}

.typography-style.grad-violet {
  background-image: linear-gradient(135deg, #5b28b2, #b51783);
}

.typography-style.grad-blue {
  background-image: linear-gradient(135deg, #3434bf, #0ac3f2);
}

.typography-style.grad-green {
  background-image: linear-gradient(135deg, #0ac3f2, #dbe831);
}

.typography-style.grad-blue-2 {
  background-image: linear-gradient(135deg, #14f1d9, #2672f8);
}

.typography-style.grad-top-dialog {
  background-image: linear-gradient(135deg, #1f80e1, #19d0de);
}

.bloco-typography-descricao {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
}

.bloco-typography-descricao.d-gradiente {
  -webkit-box-flex: 0;
  -webkit-flex: 0 20%;
  -ms-flex: 0 20%;
  flex: 0 20%;
}

.rich-text-padrao {
  padding-right: 5vw;
  padding-left: 5vw;
}

.rich-text-padrao h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Signika, sans-serif;
  color: #0077bd;
  font-size: 3.5em;
  line-height: 1em;
  font-weight: 700;
}

.rich-text-padrao h2 {
  margin-top: 60px;
  margin-bottom: 20px;
  font-family: Signika, sans-serif;
  color: #0077bd;
  font-size: 2em;
  line-height: 1.5em;
  font-weight: 700;
}

.rich-text-padrao h4 {
  font-size: 14px;
  line-height: 1.5em;
}

.rich-text-padrao p {
  margin-bottom: 20px;
  font-size: 1em;
  line-height: 1.5em;
}

.rich-text-padrao h3 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Signika, sans-serif;
  color: #0077bd;
  font-size: 1.3em;
  line-height: 1.5em;
}

.rich-text-padrao.bg-dark {
  color: #fff;
}

.rich-text-padrao a {
  color: #1f80e1;
  text-decoration: none;
}

.rich-text-padrao blockquote {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: -8px;
  padding: 20px 80px;
  border-left-style: none;
  background-image: url('../images/quotes.svg');
  background-position: 0% 50%;
  background-size: 60px;
  background-repeat: no-repeat;
  font-size: 1em;
  font-style: italic;
}

.rich-text-padrao h6 {
  margin-bottom: 20px;
  padding-left: 12px;
  border-left: 4px solid #0077bd;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 400;
}

.rich-text-padrao.text-coluna-direita {
  padding-left: 25px;
}

.rich-text-padrao img {
  margin-bottom: 20px;
}

.rich-text-padrao.columns {
  background-color: transparent;
  -webkit-column-count: 2;
  column-count: 2;
}

.columns {
  width: 100%;
  margin-bottom: 40px;
  background-color: #000;
}

.slider {
  height: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-bottom: 0px;
  background-color: hsla(0, 0%, 91.8%, 0.6);
}

.slider-div-text-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 40px 38px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.icon {
  width: 30px;
  height: 30px;
  padding-top: 3px;
  border-radius: 20px;
  background-image: linear-gradient(160deg, #1f80e1, #19d0de);
  font-size: 0.8em;
  font-weight: 400;
}

.left-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 10px;
  -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;
}

.right-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  -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;
}

.legenda-slider {
  color: rgba(0, 0, 0, 0.7);
  font-size: 12px;
}

.column {
  height: auto;
}

.slider-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}

.slider-img {
  width: 60%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.acordeon-conteudo-texto {
  margin-bottom: 20px;
  line-height: 24px;
}

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

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

.acordeon-conteudo {
  overflow: hidden;
  margin-left: 2.5vw;
  border-bottom: 1px solid rgba(45, 62, 80, 0.12);
}

.plus-l {
  position: absolute;
  width: 5px;
  height: 20px;
  border-radius: 3px;
  background-color: #0077bd;
}

.plus-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1.5vw;
  height: 1.5vw;
  margin-right: 1vw;
  -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 {
  width: 20px;
  height: 5px;
  border-radius: 3px;
  background-color: #0077bd;
}

.elementos-container {
  position: relative;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 60px;
  padding-bottom: 20px;
  border-radius: 20px 60px;
  background-color: #fff;
  box-shadow: -3px 4px 0 0 #1b6190;
}

.elementos-container.elemento-interativo {
  position: relative;
  overflow: hidden;
}

.elementos-container.destaque {
  padding-top: 0px;
}

.elementos-icons {
  position: absolute;
  left: -103px;
  top: 18px;
  right: auto;
  bottom: auto;
  margin-bottom: 16px;
}

.elementos-icons.elementos-icons-center {
  left: 0%;
  top: 42px;
  right: 0%;
  bottom: auto;
  margin-right: auto;
  margin-left: auto;
}

.elemento-interativo-ver-mais {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 20px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(30%, #fff), to(transparent));
  background-image: linear-gradient(0deg, #fff 30%, transparent);
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #1f80e1;
  font-weight: 600;
  cursor: pointer;
}

.elemento-interativo-ver-mais:hover {
  color: #1b6190;
}

.momentos-container {
  margin: 40px 20px;
  padding-top: 16px;
  padding-bottom: 40px;
  border-bottom: 4px solid #19d0de;
}

.momentos-container.elemento-interativo {
  position: relative;
  overflow: hidden;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  margin-right: auto;
  margin-left: auto;
  padding: 14px;
  -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: 100px;
  background-image: linear-gradient(299deg, #3434bf, #0ac3f2);
}

.image {
  margin-bottom: 40px;
}

.rich-text-momentos h1 {
  margin-top: 0px;
  font-size: 28px;
  line-height: 1.5em;
  font-weight: 400;
}

.rich-text-momentos h2 {
  margin-top: 0px;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 400;
}

.rich-text-momentos h4 {
  font-size: 14px;
  line-height: 1.5em;
}

.rich-text-momentos p {
  margin-bottom: 12px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 12px;
}

.rich-text-momentos h3 {
  margin-bottom: 20px;
  line-height: 1.5em;
}

.rich-text-momentos.bg-dark {
  color: #fff;
}

.rich-text-momentos a {
  color: #1f80e1;
  text-decoration: none;
}

.texto-container {
  padding-top: 20px;
  padding-bottom: 20px;
}

.header-unidade {
  -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;
  background-image: linear-gradient(135deg, rgba(91, 40, 178, 0.9), rgba(181, 23, 131, 0.6)), url('../images/img-topo-bg-un1-pb.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 250px;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.conteudo {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #d5ecfc;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}

.conteudo.bg-claro {
  background-color: hsla(0, 0%, 100%, 0.6);
}

.conteudo.bg-cinza {
  background-color: #ececec;
}

.img-full-wide {
  margin-top: 20px;
  margin-bottom: 40px;
}

.img-full-wide.no-margin-bottom {
  margin-bottom: 20px;
}

.img-fonte {
  margin-top: 8px;
  font-size: 12px;
}

.img-titulo {
  margin-top: 20px;
  margin-bottom: 4px;
  font-size: 14px;
}

.imagem-container {
  position: relative;
  margin-top: 10px;
  margin-bottom: 40px;
  border-top-right-radius: 120px;
  box-shadow: 1px 1px 9px 0 rgba(0, 0, 0, 0.7);
}

.img-fonte-placeholder {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-image: linear-gradient(56deg, rgba(27, 97, 144, 0.75), rgba(22, 54, 131, 0.65));
  color: #fff;
  font-size: 0.8em;
}

.text-block {
  display: inline-block;
  max-width: 60%;
  margin-top: 10px;
  margin-bottom: 9px;
}

.video-section {
  padding-top: 48px;
  padding-bottom: 48px;
  background-color: #e0e0e0;
}

.hero-capa-aula {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
}

.hero-container-left {
  width: 50%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-container-right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  max-height: 100%;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-capa-barra {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 150px;
  background-color: #163683;
  box-shadow: none;
}

.img-bg-foto {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 0;
  max-width: 300%;
  min-height: 100%;
}

.img-bg-linhas {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 30;
  display: block;
  width: 100%;
  max-height: 150%;
  max-width: 150%;
}

.img-bg-capa {
  position: absolute;
}

.div-block-2 {
  position: static;
  z-index: 30;
  width: 100%;
  min-height: 200px;
  background-color: #0077bd;
}

.div-block-3 {
  position: relative;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.div-block-4 {
  position: relative;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #0077bd;
}

.hero-capa-info {
  margin-top: 20%;
  margin-right: 10%;
  margin-left: 10%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.image-2 {
  margin-left: 5%;
}

.professor-info {
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
}

.bar-prof {
  width: 40px;
  height: 3px;
  background-color: #0ac3f2;
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.3);
}

.prof-titulacao {
  margin-top: 5px;
  margin-bottom: 0px;
  color: #fff;
  line-height: 1.2em;
  font-style: normal;
  font-weight: 300;
}

.prof-nome {
  margin-top: 0px;
  color: #fff;
  line-height: 1.5em;
  font-weight: 600;
  text-transform: uppercase;
}

.nome-da-aula {
  font-family: Signika, sans-serif;
  color: #fff;
  font-size: 4em;
  line-height: 1em;
  font-weight: 600;
}

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

.img-capa-topo {
  max-height: 100%;
}

.img-logo-fixed {
  position: fixed;
  left: auto;
  top: 2vh;
  right: 2vw;
  bottom: auto;
  z-index: 999999;
}

.entre-sections {
  height: 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d5ecfc), to(#ececec));
  background-image: linear-gradient(180deg, #d5ecfc, #ececec);
}

.entre-sections.cinza-azul {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#d5ecfc), to(#ececec));
  background-image: linear-gradient(0deg, #d5ecfc, #ececec);
}

.entre-sections.azul-video {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#0077bd), to(#d5ecfc));
  background-image: linear-gradient(0deg, #0077bd, #d5ecfc);
}

.text-block-3 {
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.33);
}

.barra-topo {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  width: 100%;
  height: 120px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(47%, #d5ecfc), to(transparent));
  background-image: linear-gradient(180deg, #d5ecfc 47%, transparent);
}

.barra-topo.bar-cinza {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(38%, #ececec), to(transparent));
  background-image: linear-gradient(180deg, #ececec 38%, transparent);
}

.legenda-imagem {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #fff;
  font-size: 1em;
  line-height: 1.3em;
  font-weight: 400;
}

.legenda-imagem.sem-link {
  padding-top: 10px;
  padding-bottom: 10px;
}

.link-legenda {
  display: inline-block;
  margin-left: 5px;
  padding: 2px 10px;
  border-style: dotted;
  border-width: 1px;
  border-color: #0069b3;
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2faff), to(#f2faff));
  background-image: linear-gradient(180deg, #f2faff, #f2faff);
  color: #0069b3;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}

.link-legenda:hover {
  border-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#259cf0), to(#259cf0));
  background-image: linear-gradient(180deg, #259cf0, #259cf0);
  color: #fff;
}

.img-comum {
  display: block;
  margin-right: auto;
  margin-left: auto;
  border-top-right-radius: 120px;
}

.img-fonte-placeholder-2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  padding-right: 5px;
  padding-left: 5px;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 12px;
}

.tabela {
  margin-top: 10px;
  margin-bottom: 40px;
  padding-right: 5vw;
  padding-left: 5vw;
}

.tabela-embed {
  overflow: auto;
  text-align: left;
}

.legenda-tabela {
  margin-top: 10px;
  color: #0069b3;
  font-size: 1em;
  line-height: 1.3em;
  font-weight: 400;
}

.link {
  display: inline-block;
  margin-left: 5px;
  padding: 4px 10px;
  border-style: dotted;
  border-width: 1px;
  border-color: #0069b3;
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2faff), to(#f2faff));
  background-image: linear-gradient(180deg, #f2faff, #f2faff);
  color: #0069b3;
  font-weight: 600;
  text-decoration: none;
}

.link:hover {
  border-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#259cf0), to(#259cf0));
  background-image: linear-gradient(180deg, #259cf0, #259cf0);
  color: #fff;
}

.lightbox-radius {
  position: relative;
  overflow: hidden;
  min-width: 450px;
  margin-right: 20px;
  margin-left: -40px;
  border-radius: 180px 100px 300px 120px;
  box-shadow: -11px 11px 17px 4px rgba(0, 0, 0, 0.56);
  -webkit-transform: rotateX(-30deg) rotateY(-35deg) rotateZ(-25deg);
  transform: rotateX(-30deg) rotateY(-35deg) rotateZ(-25deg);
  -webkit-transition: -webkit-transform 1000ms cubic-bezier(.25, .46, .45, .94);
  transition: -webkit-transform 1000ms cubic-bezier(.25, .46, .45, .94);
  transition: transform 1000ms cubic-bezier(.25, .46, .45, .94);
  transition: transform 1000ms cubic-bezier(.25, .46, .45, .94), -webkit-transform 1000ms cubic-bezier(.25, .46, .45, .94);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.lightbox-radius:hover {
  -webkit-transform: rotateX(-23deg) rotateY(-20deg) rotateZ(-15deg);
  transform: rotateX(-23deg) rotateY(-20deg) rotateZ(-15deg);
}

.texto-coluna {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.img-lightbox {
  max-width: 150%;
}

.lightbox-bolinha {
  position: absolute;
  left: auto;
  top: auto;
  right: -5%;
  bottom: -6px;
  width: 80px;
  height: 80px;
  border-radius: 200px;
  opacity: 0.78;
}

.background-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#163683), to(rgba(31, 128, 225, 0.55)));
  background-image: linear-gradient(0deg, #163683, rgba(31, 128, 225, 0.55));
}

.background-video.home-generica {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 128, 255, 0.51)), to(rgba(2, 26, 66, 0.78)));
  background-image: linear-gradient(0deg, rgba(0, 128, 255, 0.51), rgba(2, 26, 66, 0.78));
}

.image-4 {
  position: absolute;
  left: auto;
  top: auto;
  right: -1px;
  bottom: -8px;
  display: none;
}

.citacao-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-right: 5vw;
  padding-left: 5vw;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 1em;
  line-height: 1.2em;
}

.citacao-text {
  margin-left: 15px;
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 15px;
  border-left: 3px solid #1b6190;
  font-style: italic;
}

.imagem-graficos {
  margin-top: 9px;
  margin-bottom: 40px;
  padding-top: 0px;
  padding-right: 5vw;
  padding-left: 5vw;
}

.legenda-graficos {
  padding-top: 5px;
  padding-bottom: 0px;
  border-top: 1px solid #0069b3;
  color: #0069b3;
  font-size: 1em;
  line-height: 1.3em;
  font-weight: 400;
}

.elementos {
  position: relative;
  padding-top: 20px;
}

.elementos.elementos-home-box {
  width: 30%;
  margin-right: 15px;
  margin-left: 15px;
}

.rich-text-slide h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Signika, sans-serif;
  color: #0077bd;
  font-size: 3.5em;
  line-height: 1em;
  font-weight: 700;
}

.rich-text-slide h2 {
  margin-top: 60px;
  margin-bottom: 20px;
  font-family: Signika, sans-serif;
  color: #0077bd;
  font-size: 2em;
  line-height: 1.5em;
  font-weight: 700;
}

.rich-text-slide h4 {
  font-size: 14px;
  line-height: 1.5em;
}

.rich-text-slide p {
  margin-bottom: 20px;
  font-size: 1em;
  line-height: 1.5em;
}

.rich-text-slide h3 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Signika, sans-serif;
  color: #0077bd;
  font-size: 1.3em;
  line-height: 1.5em;
}

.rich-text-slide.bg-dark {
  color: #fff;
}

.rich-text-slide a {
  color: #1f80e1;
  text-decoration: none;
}

.rich-text-slide blockquote {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: -8px;
  padding: 20px 80px;
  border-left-style: none;
  background-image: url('../images/quotes.svg');
  background-position: 0% 50%;
  background-size: 60px;
  background-repeat: no-repeat;
  font-size: 1em;
  font-style: italic;
}

.rich-text-slide h6 {
  margin-bottom: 20px;
  padding-left: 12px;
  border-left: 4px solid #0077bd;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 400;
}

.rich-text-slide.text-coluna-direita {
  padding-left: 0px;
}

.rich-text-slide img {
  margin-bottom: 20px;
}

.conteudo-clique {
  padding: 30px;
  border-bottom: 3px solid #1f80e1;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
}

.faq-plus-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  -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;
}

.faq-question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  margin-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  font-weight: 800;
  cursor: pointer;
}

.texto-objetivo {
  overflow: hidden;
  margin-bottom: 10px;
  margin-left: 29px;
  background-color: #1b6190;
}

.objetivo {
  margin-top: 10px;
  margin-bottom: 30px;
  padding-right: 5vw;
  padding-left: 5vw;
}

.titulo-clique {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px;
  border-style: solid;
  border-width: 1.5px;
  border-color: #1b6190;
  -webkit-transition: box-shadow 500ms ease, -webkit-transform 500ms ease;
  transition: box-shadow 500ms ease, -webkit-transform 500ms ease;
  transition: box-shadow 500ms ease, transform 500ms ease;
  transition: box-shadow 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
  color: #1b6190;
  font-size: 1em;
  font-weight: 400;
  text-transform: uppercase;
}

.titulo-clique:hover {
  box-shadow: 0 4px 6px -1px rgba(27, 97, 144, 0.72);
  -webkit-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
}

.faq-plus-l {
  position: absolute;
  width: 8px;
  height: 100%;
  border-radius: 1px;
  background-color: #1b6190;
}

.faq-wrap {
  padding-right: 20px;
}

.faq-plus {
  width: 20px;
  height: 8px;
  border-radius: 1px;
  background-color: #1b6190;
}

.lightbox-img {
  position: relative;
  overflow: hidden;
  min-width: 420px;
  margin-left: -40px;
  border-top-right-radius: 175px;
  border-bottom-right-radius: 70px;
  box-shadow: 0 0 9px -2px rgba(0, 0, 0, 0.56);
  -webkit-transition: -webkit-transform 1000ms cubic-bezier(.25, .46, .45, .94);
  transition: -webkit-transform 1000ms cubic-bezier(.25, .46, .45, .94);
  transition: transform 1000ms cubic-bezier(.25, .46, .45, .94);
  transition: transform 1000ms cubic-bezier(.25, .46, .45, .94), -webkit-transform 1000ms cubic-bezier(.25, .46, .45, .94);
}

.lightbox-quadrado {
  position: absolute;
  left: -20px;
  top: 10px;
  right: auto;
  bottom: auto;
  width: 80px;
  height: 80px;
  border-radius: 200px;
  opacity: 0.64;
}

.lightbox-mais {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 140px;
  border-radius: 200px;
}

.image-comum-bolinha {
  position: absolute;
  left: auto;
  top: 40px;
  right: 40px;
  bottom: auto;
  width: 140px;
  height: 140px;
  border-radius: 200px;
  opacity: 0.78;
}

.image-comum-quadrado {
  position: absolute;
  left: 20px;
  top: 20px;
  right: auto;
  bottom: auto;
  width: 140px;
  height: 140px;
  border-radius: 200px;
  opacity: 0.78;
}

.titulo-tab-lateral {
  margin-bottom: 2px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: Signika, sans-serif;
  color: #0077bd;
  font-size: 1.8em;
  font-weight: 600;
  text-align: left;
}

.oi-tab-vertical {
  min-height: 600px;
  margin: 20px;
  padding-top: 5px;
  padding-right: 25px;
  padding-left: 25px;
  border-bottom: 5px solid #163683;
  background-color: #fff;
}

.text-block-4 {
  color: #84868b;
  font-size: 1em;
  line-height: 1.7em;
  text-align: left;
}

.tabs-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
  margin-left: 15px;
  padding-top: 42px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.image-7 {
  border-radius: 10px;
}

.oi-tab-content-infos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 450px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 35px;
  -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: 1px solid transparent;
  border-radius: 0px;
  background-color: transparent;
  text-align: center;
}

.tabs-content-vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 30px 30px 15px;
  -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;
  background-color: #fff;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.4);
}

.oi-tab-botao-img {
  width: 80px;
  height: 80px;
  margin-bottom: 25px;
  padding: 0px;
  border: 2px solid #fff;
  border-radius: 50px;
  background-color: #dedede;
  background-image: url('../images/aula01-tab01-1.jpg');
  background-position: 0px 0px;
  background-size: 125px;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.4);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.oi-tab-botao-img:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.oi-tab-botao-img.w--current {
  border-color: #fff;
  background-image: url('../images/aula01-tab01-4.jpg');
  background-size: cover;
}

.oi-tab-botao-img.w--current:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 119, 189, 0.35)), to(rgba(0, 119, 189, 0.35))), url('../images/aula01-tab01-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 119, 189, 0.35), rgba(0, 119, 189, 0.35)), url('../images/aula01-tab01-1.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.oi-tab-botao-img.img-radio {
  background-image: url('../images/aula01-tab01-2.jpg');
  background-size: cover;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.oi-tab-botao-img.img-radio:hover {
  background-image: url('../images/aula01-tab01-2.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.oi-tab-botao-img.img-radio.w--current:hover {
  border-color: #163683;
  background-image: url('../images/aula01-tab01-2.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.oi-tab-botao-img.img-radio.w--current:active {
  border-color: #0077bd;
}

.oi-tab-botao-img.img-tv {
  background-image: url('../images/aula01-tab01-3.jpg');
  background-size: cover;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.oi-tab-botao-img.img-tv:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 119, 189, 0.35)), to(rgba(0, 119, 189, 0.35))), url('../images/aula01-tab01-3.jpg');
  background-image: linear-gradient(180deg, rgba(0, 119, 189, 0.35), rgba(0, 119, 189, 0.35)), url('../images/aula01-tab01-3.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.oi-tab-botao-img.img-tv:active {
  border-color: #0077bd;
}

.oi-tab-botao-img.img-net {
  background-image: url('../images/aula01-tab01-4.jpg');
  background-position: 0px 0px;
  background-size: 125px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.oi-tab-botao-img.img-net:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 119, 189, 0.35)), to(rgba(0, 119, 189, 0.35))), url('../images/aula01-tab01-4.jpg');
  background-image: linear-gradient(180deg, rgba(0, 119, 189, 0.35), rgba(0, 119, 189, 0.35)), url('../images/aula01-tab01-4.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 125px;
}

.oi-tab-botao-img.img-net:active {
  border-color: #0077bd;
}

.oi-tab-botao-img.img-net.w--current {
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

.oi-tab-botao-img.img-net.w--current:hover {
  border-color: #163683;
}

.oi-tab-botao-img.img-jornal {
  border-color: #0077bd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 119, 189, 0.35)), to(rgba(0, 119, 189, 0.35))), url('../images/aula01-tab01-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 119, 189, 0.35), rgba(0, 119, 189, 0.35)), url('../images/aula01-tab01-1.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
}

.oi-tab-botao-img.tab-001 {
  background-image: url('../images/aula01-tab01-2.jpg');
  background-size: cover;
}

.oi0tab-titulo-h1 {
  margin: 0px 1vw 5px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-style: solid none;
  border-width: 2px;
  border-color: #163683 #00b4aa #163683 #fff;
  font-size: 1.6em;
  font-weight: 500;
  text-align: center;
}

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

.bold-text {
  font-family: Signika, sans-serif;
  color: #163683;
  font-size: 1em;
  text-transform: uppercase;
}

.tabs-menu-3 {
  min-height: 500px;
}

.oi-tabs-lateral {
  min-height: 500px;
  margin-top: 0px;
  padding-top: 30px;
  padding-right: 40px;
  padding-left: 40px;
  border-bottom: 4px solid #163683;
  border-radius: 25px 15px 50px;
  background-color: #fff;
}

.tab-link-jornal-5 {
  width: 80px;
  height: 80px;
}

.button-tab {
  width: 80px;
  height: 80px;
  margin-bottom: 15px;
  padding: 0px;
  border: 2px solid #fff;
  border-radius: 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 119, 189, 0.35)), to(rgba(0, 119, 189, 0.35))), url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-image: linear-gradient(180deg, rgba(0, 119, 189, 0.35), rgba(0, 119, 189, 0.35)), url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 125px;
  box-shadow: 4px 4px 6px 0 #dbdbdb;
}

.button-tab.w--current {
  margin-top: 0px;
  margin-bottom: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.titulo-tab-lateral-2 {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: Signika, sans-serif;
  color: #0077bd;
  font-size: 1.8em;
  font-weight: 600;
  text-align: left;
}

.oi-tab-vertical-2 {
  min-height: 600px;
  margin: 20px 20px 50px;
  padding-top: 5px;
  padding-right: 25px;
  padding-left: 25px;
  border-bottom: 4px solid rgba(0, 0, 0, 0.7);
  border-left: 3px solid rgba(0, 0, 0, 0.7);
  border-radius: 20px 60px;
  background-color: rgba(248, 248, 248, 0.91);
  box-shadow: 1px 1px 19px 7px rgba(0, 0, 0, 0.15);
}

.text-block-5 {
  color: #666;
  font-size: 0.95em;
  line-height: 1.55em;
  text-align: left;
}

.image-8 {
  min-width: 100%;
}

.oi-tab-content-infos-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 300px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 20px 30px;
  -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-top-left-radius: 6px;
  text-align: center;
}

.oi-tab-botao {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  padding: 0px;
  border: 2px solid #fff;
  border-radius: 50px;
  background-color: #dedede;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.4);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.oi-tab-botao.w--current {
  background-color: #00b4aa;
}

.oi-tab-botao.img1 {
  border-color: #31b310;
  cursor: pointer;
}

.oi-tab-botao.img1:hover {
  background-color: rgba(49, 179, 16, 0.3);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 119, 189, 0.35)), to(rgba(0, 119, 189, 0.35))), url('../images/aula01-tab01-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 119, 189, 0.35), rgba(0, 119, 189, 0.35)), url('../images/aula01-tab01-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.oi-tab-botao.img1:visited {
  background-color: #0077bd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(181, 23, 131, 0.35)), to(rgba(181, 23, 131, 0.35))), url('../images/aula01-tab01-1.jpg');
  background-image: linear-gradient(180deg, rgba(181, 23, 131, 0.35), rgba(181, 23, 131, 0.35)), url('../images/aula01-tab01-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.oi-tab-botao.img1.w--current {
  background-color: rgba(49, 179, 16, 0.5);
  background-image: url('../images/aula01-tab01-1.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.oi-tab-botao.img1.w--current:hover {
  background-image: url('../images/aula01-tab01-1.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.oi-tab-botao.img2 {
  border-color: #31b310;
  background-image: url('../images/aula01-tab01-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.oi-tab-botao.img2:hover {
  background-color: rgba(49, 179, 16, 0.3);
}

.oi-tab-botao.img2.w--current {
  border-color: #31b310;
  background-color: rgba(49, 179, 16, 0.5);
}

.oi-tab-botao.img-btn-01 {
  background-image: url('../images/aula01-tab-img01.jpg');
  background-size: cover;
  opacity: 0.7;
}

.oi-tab-botao.img-btn-01:hover {
  border-color: #0077bd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 119, 189, 0.35)), to(rgba(0, 119, 189, 0.35))), url('../images/aula01-tab01-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 119, 189, 0.35), rgba(0, 119, 189, 0.35)), url('../images/aula01-tab01-1.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.oi-tab-botao.img-btn-01:visited {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(181, 23, 131, 0.35)), to(rgba(181, 23, 131, 0.35))), url('../images/aula01-tab01-1.jpg');
  background-image: linear-gradient(180deg, rgba(181, 23, 131, 0.35), rgba(181, 23, 131, 0.35)), url('../images/aula01-tab01-1.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.oi-tab-botao.img-btn-01.w--current {
  opacity: 1;
}

.oi-tab-botao.img-btn-01.w--current:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/aula01-tab-img01.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/aula01-tab-img01.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.oi-tab-botao.img-btn-01.w--current:visited {
  background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/aula01-tab-img01.jpg');
  background-image: linear-gradient(180deg, null, null), url('../images/aula01-tab-img01.jpg');
}

.oi-tab-botao.img-btn-02 {
  background-image: url('../images/aula01-tab-img02.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.4);
  opacity: 0.7;
}

.oi-tab-botao.img-btn-02:hover {
  border-color: #0077bd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 119, 189, 0.35)), to(rgba(0, 119, 189, 0.35))), url('../images/aula01-tab01-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 119, 189, 0.35), rgba(0, 119, 189, 0.35)), url('../images/aula01-tab01-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.oi-tab-botao.img-btn-02:visited {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(181, 23, 131, 0.35)), to(rgba(181, 23, 131, 0.35))), url('../images/aula01-tab01-2.jpg');
  background-image: linear-gradient(180deg, rgba(181, 23, 131, 0.35), rgba(181, 23, 131, 0.35)), url('../images/aula01-tab01-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.oi-tab-botao.img-btn-02.w--current {
  opacity: 1;
}

.oi-tab-botao.img-btn-03 {
  background-image: url('../images/aula01-tab01-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.4);
  opacity: 0.7;
}

.oi-tab-botao.img-btn-03:hover {
  border-color: #0077bd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 119, 189, 0.35)), to(rgba(0, 119, 189, 0.35))), url('../images/aula01-tab01-3.jpg');
  background-image: linear-gradient(180deg, rgba(0, 119, 189, 0.35), rgba(0, 119, 189, 0.35)), url('../images/aula01-tab01-3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.oi-tab-botao.img-btn-03:visited {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(181, 23, 131, 0.35)), to(rgba(181, 23, 131, 0.35))), url('../images/aula01-tab01-2.jpg');
  background-image: linear-gradient(180deg, rgba(181, 23, 131, 0.35), rgba(181, 23, 131, 0.35)), url('../images/aula01-tab01-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.oi-tab-botao.img-btn-03.w--current {
  background-image: url('../images/aula01-tab-img03.jpg');
  opacity: 1;
}

.oi-tab-botao.img-btn-04 {
  background-image: url('../images/aula01-tab-img04.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.4);
  opacity: 0.7;
}

.oi-tab-botao.img-btn-04:hover {
  border-color: #0077bd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 119, 189, 0.35)), to(rgba(0, 119, 189, 0.35))), url('../images/aula01-tab01-4.jpg');
  background-image: linear-gradient(180deg, rgba(0, 119, 189, 0.35), rgba(0, 119, 189, 0.35)), url('../images/aula01-tab01-4.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.oi-tab-botao.img-btn-04:visited {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(181, 23, 131, 0.35)), to(rgba(181, 23, 131, 0.35))), url('../images/aula01-tab01-2.jpg');
  background-image: linear-gradient(180deg, rgba(181, 23, 131, 0.35), rgba(181, 23, 131, 0.35)), url('../images/aula01-tab01-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.oi-tab-botao.img-btn-04.w--current {
  opacity: 1;
}

.oi0tab-titulo-h1-2 {
  margin: 30px 2vw 5px 8vw;
  padding-top: 8px;
  padding-bottom: 9px;
  border-style: dotted none;
  border-width: 3px 2px;
  border-color: #163683 #000;
  font-family: Signika, sans-serif;
  color: #163683;
  font-size: 1.6em;
  font-weight: 500;
  text-align: center;
}

.text-tab-lateral {
  color: #666;
  font-size: 0.95em;
  line-height: 1.55em;
  text-align: left;
}

.h2titulo-tab-lateral {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: Signika, sans-serif;
  color: #0077bd;
  font-size: 1.8em;
  font-weight: 600;
  text-align: left;
}

.image-9 {
  padding-bottom: 20px;
}

.image-10 {
  margin-left: 60px;
  padding-left: 0px;
}

.rich-text-lista-abc {
  padding-right: 5vw;
  padding-left: 5vw;
}

.rich-text-lista-abc h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Signika, sans-serif;
  color: #0077bd;
  font-size: 3.5em;
  line-height: 1em;
  font-weight: 700;
}

.rich-text-lista-abc h2 {
  margin-top: 60px;
  margin-bottom: 20px;
  font-family: Signika, sans-serif;
  color: #0077bd;
  font-size: 2em;
  line-height: 1.5em;
  font-weight: 700;
}

.rich-text-lista-abc h4 {
  font-size: 14px;
  line-height: 1.5em;
}

.rich-text-lista-abc p {
  margin-bottom: 20px;
  font-size: 1em;
  line-height: 1.5em;
}

.rich-text-lista-abc h3 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Signika, sans-serif;
  color: #0077bd;
  font-size: 1.3em;
  line-height: 1.5em;
}

.rich-text-lista-abc.bg-dark {
  color: #fff;
}

.rich-text-lista-abc a {
  color: #1f80e1;
  text-decoration: none;
}

.rich-text-lista-abc blockquote {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: -8px;
  padding: 20px 80px;
  border-left-style: none;
  background-image: url('../images/quotes.svg');
  background-position: 0% 50%;
  background-size: 60px;
  background-repeat: no-repeat;
  font-size: 1em;
  font-style: italic;
}

.rich-text-lista-abc h6 {
  margin-bottom: 20px;
  padding-left: 12px;
  border-left: 4px solid #0077bd;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 400;
}

.rich-text-lista-abc.text-coluna-direita {
  padding-left: 25px;
}

.rich-text-lista-abc img {
  margin-bottom: 20px;
}

.rich-text-lista-abc li {
  list-style-type: lower-alpha;
}

.span-destaque {
  color: #831616;
  font-weight: 700;
  text-decoration: none;
}

.span-destaque.span-blue {
  color: #1b6190;
}

.span-destaque.sublinhado {
  text-decoration: underline;
}

.span-destaque.span-verde {
  color: #13913f;
}

.span-highlight {
  padding-right: 4px;
  padding-left: 4px;
  background-color: #f2ff4b;
}

.bold-text-2 {
  text-decoration: underline;
}

.span-neg-sublin {
  text-decoration: underline;
}

.italic-text {
  padding-right: 0px;
  padding-left: 0px;
}

.oi-flip-cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 10px;
  padding-left: 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: 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: #00682c;
  background-image: linear-gradient(132deg, #19d0de, #1b6190);
  box-shadow: -1px -1px 10px 0 rgba(0, 0, 0, 0.7);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  color: #fff;
  font-size: 6em;
}

.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-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;
  border-radius: 0px;
  background-color: #1b6190;
  background-image: url('../images/text_logo.svg');
  background-position: 100% 2%;
  background-size: 50px;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  font-family: Exo, sans-serif;
  color: #fff;
  -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: 1.1em;
  line-height: 1.4em;
  font-weight: 300;
  text-align: center;
}

.form-block {
  margin-bottom: 10px;
}

.form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
  cursor: pointer;
}

.check-button {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 28px;
  height: 28px;
  clear: left;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-style: solid;
  border-width: 2px;
  border-color: #333;
  border-radius: 20px;
  cursor: pointer;
}

.image-23 {
  margin-top: -1px;
  margin-left: 5px;
  padding: 0px;
}

.checklist-texto {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  margin-left: 10px;
  padding-top: 9px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 1.1em;
  font-weight: 600;
}

.image-24 {
  position: absolute;
  margin-top: 0px;
  margin-left: -48px;
  -webkit-transform: rotate(14deg);
  -ms-transform: rotate(14deg);
  transform: rotate(14deg);
}

.div-checklist {
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 34px;
  padding: 20px 15px 15px;
  border-style: none none solid solid;
  border-width: 1.5px;
  border-color: #84be41 #84be41 #1b6190 #1b6190;
  border-radius: 10px;
  background-color: rgba(0, 119, 189, 0.05);
  box-shadow: 3px 3px 8px 4px rgba(0, 119, 189, 0.15);
}

.atividades {
  color: #1b6190;
  font-size: 1em;
  line-height: 1.5em;
}

.oi-checklist {
  margin-top: 50px;
  margin-bottom: 50px;
}

.section {
  min-height: 100vh;
  background-color: #0077bd;
  background-image: url('../images/line-video.svg');
  background-position: 0% 85%;
  background-size: 500px;
  background-repeat: no-repeat;
}

.foto-player-video {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
}

.lightbox-link {
  display: block;
  padding: 80px 10px 20px;
}

.icone_video_final {
  margin-bottom: 25px;
  margin-left: -8px;
}

.link-arrow {
  color: #e9ebee;
  font-size: 12px;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.video-final {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 100vh;
  background-color: #0077bd;
}

.side-video-preview-2 {
  position: relative;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 60%;
  min-height: 680px;
  -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;
}

.subtitulo_02 {
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 2em;
  line-height: 1.2em;
}

.video-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 50%;
  padding-top: 120px;
  padding-bottom: 120px;
  -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-image: url('../images/img-icon-bola-2.svg');
  background-position: 10px 20px;
  background-size: 90px;
  background-repeat: no-repeat;
}

.video_play_botao {
  width: 80px;
  height: 80px;
  margin-right: 35px;
  margin-left: 20px;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: #ffa535;
  background-image: none, -webkit-gradient(linear, left top, right top, from(#0069b3), to(#06a5df));
  background-image: none, linear-gradient(90deg, #0069b3, #06a5df);
  background-position: 50% 50%, 0px 0px;
  background-repeat: no-repeat, repeat;
}

.video_full {
  position: relative;
  left: -2px;
  top: -9px;
  padding-top: 0px;
  padding-bottom: 53px;
}

.texto-2 {
  padding-right: 9%;
  padding-left: 9%;
  font-size: 1em;
  line-height: 1.5em;
}

.texto-2.texto_box_video {
  padding-right: 0%;
  padding-left: 0%;
}

.link-arrow-icon {
  margin-top: -3px;
  margin-left: 8px;
}

.side-video-info {
  max-width: 600px;
  margin-left: 24px;
  padding-right: 25%;
  padding-left: 15px;
  color: #fff;
  font-size: 17px;
}

.link-arrow-text {
  display: inline-block;
}

.lightbox-link-2 {
  min-width: 90%;
  padding: 20px;
}

.image-25 {
  min-width: 100%;
}

.rodape {
  background-color: #2672f8;
}

.paragraph-2 {
  margin-bottom: 5px;
  padding-top: 10px;
  padding-bottom: 5px;
  color: #fff;
  font-size: 0.95em;
  text-align: center;
}

.legenda-caixa {
  margin-top: 5px;
  padding-right: 5vw;
  padding-left: 5vw;
  color: #0069b3;
  font-size: 1em;
  line-height: 1.3em;
  font-weight: 400;
}

.texto-video-aula li {
  padding-top: 10px;
}

.texto-video-aula h3 {
  margin-bottom: 0px;
}

.oi-slider-topicos {
  overflow: hidden;
  height: 50vh;
  border-radius: 20px 60px;
  background-color: transparent;
  box-shadow: -3px 4px 0 0 #1b6190;
}

.imagem-do-slide {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow: visible;
  width: 100%;
  clear: none;
  border-radius: 0px 50px 0px 0px;
}

.icon-2 {
  width: 50px;
  height: 50px;
  margin-right: 20px;
  margin-left: 24px;
  padding: 6px 2px 0px 0px;
  border-radius: 40px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 42.7%, 0.5)), to(hsla(0, 0%, 42.7%, 0.5)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 42.7%, 0.5), hsla(0, 0%, 42.7%, 0.5));
}

.legenda-oi-slider {
  position: absolute;
  right: 2%;
  bottom: 5%;
  display: inline-block;
  overflow: visible;
  width: 80%;
  margin-bottom: 0px;
  padding: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 5px 5px 20px;
  background-image: linear-gradient(135deg, #0077bd, #1b6190);
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 1em;
  line-height: 1.4em;
}

.icon-3 {
  width: 50px;
  height: 50px;
  margin-right: 24px;
  margin-left: 7px;
  padding-top: 6px;
  padding-right: 0px;
  padding-left: 2px;
  border-radius: 40px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 42.7%, 0.4)), to(hsla(0, 0%, 42.7%, 0.4)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 42.7%, 0.4), hsla(0, 0%, 42.7%, 0.4));
}

.mask-2 {
  left: 0px;
  top: 0px;
  right: 0px;
}

.oi-slider-simples {
  position: relative;
  display: block;
  overflow: visible;
  margin: 40px 0%;
  padding-top: 0px;
  padding-bottom: 0px;
}

.slide-2 {
  clear: right;
}

.slide-nav {
  left: 0px;
  top: -90%;
  right: 0px;
}

.hero-video {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 150px;
  background-color: #163683;
  box-shadow: none;
}

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

.tab-link-tabs {
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 0px;
  border-top-right-radius: 12px;
  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 {
  border-top-right-radius: 12px;
  background-color: #1b6190;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
}

.tab-contents {
  padding: 15px;
  border-top-right-radius: 60px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #fff;
  box-shadow: -2px 4px 0 0 #1b6190;
}

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

.link-b42 {
  color: #f4ff5d;
}

.encerramento {
  min-height: 450px;
}

.services-color-bg-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33333333%;
  padding-right: 40px;
  padding-bottom: 56px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.services-color-bg-header {
  padding-bottom: 32px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.service-color-bg-icon {
  float: left;
}

.service-color-bg-info {
  overflow: hidden;
  padding-left: 24px;
}

.service-color-bg-header {
  margin-top: 0px;
  margin-bottom: -8px;
  font-size: 1em;
  line-height: 1em;
}

.paragraph-small {
  margin-top: 15px;
  font-size: 1em;
  line-height: 1.5em;
}

.section-header {
  margin-top: 20px;
  margin-bottom: 8px;
  font-size: 2.5em;
}

.section-encerramento {
  overflow: hidden;
  padding: 120px 24px;
  background-color: #e9ebee;
  color: #111;
  text-align: center;
}

.section-encerramento.services-color-bg-section {
  background-color: #1b6190;
}

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

.service-color-bg {
  width: 50%;
  padding-right: 32px;
  padding-bottom: 32px;
  padding-left: 15px;
}

.services-color-bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -5px;
  margin-bottom: -48px;
  color: #fff;
  text-align: left;
}

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

.services-color-bg-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section-header-wrapper {
  display: block;
  max-width: 570px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 64px;
  -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;
}

.conteudo-cards-sumario {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.paragrafo-cards {
  margin-bottom: 0px;
  padding-top: 20px;
  line-height: 1.4em;
}

.service-card {
  margin-right: 15px;
  margin-bottom: 30px;
  margin-left: 15px;
  padding: 56px 32px 40px;
  -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%;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 8px 28px 0 rgba(46, 50, 60, 0.09);
  color: #9096a4;
}

.service-card.esconder {
  display: none;
}

.button {
  min-width: 160px;
  margin-top: 25px;
  padding: 11px 24px;
  border: 2px solid #fff;
  border-radius: 24px;
  background-color: #0077bd;
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  color: #fff;
  font-size: 1em;
  line-height: 1em;
  font-weight: 700;
}

.button:hover {
  box-shadow: 0 5px 18px 0 rgba(0, 119, 189, 0.33);
  -webkit-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
}

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

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

.titulo-encerramento {
  font-family: Signika, sans-serif;
  color: #1b6190;
  font-size: 3em;
  line-height: 1em;
  font-weight: 600;
}

.popup-material-complementar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999999;
  display: none;
  overflow: auto;
  width: 100vw;
  height: 100vh;
  background-color: rgba(27, 27, 27, 0.95);
  background-image: none;
  background-size: auto;
}

.popup-container {
  overflow: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 40px 50px 50px;
  border-radius: 15px;
  background-color: #0077bd;
  box-shadow: 2px 0 9px 5px rgba(0, 0, 0, 0.31);
  color: #fff;
}

.popup-container.popup-unimar {
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(28%, #1b6190), to(rgba(38, 114, 248, 0.5))), url('../images/bg-foto-aerea.jpg');
  background-image: linear-gradient(180deg, #1b6190 28%, rgba(38, 114, 248, 0.5)), url('../images/bg-foto-aerea.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
}

.d-13-icons-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 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;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.d-13-icon-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  margin-left: 20px;
  -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;
}

.d-13-icon-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  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: 100px;
  background-color: hsla(0, 0%, 100%, 0.1);
  cursor: pointer;
}

.text-block-6 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 25px;
  font-weight: 300;
}

.d-13-border {
  position: absolute;
  width: 50px;
  height: 50px;
  border: 5px solid #fff;
  border-radius: 200px;
}

.popup-referencias {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999999;
  display: none;
  overflow: auto;
  width: 100vw;
  height: 100vh;
  background-color: rgba(27, 27, 27, 0.95);
  background-image: none;
  background-size: auto;
}

.popup-creditos {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999999;
  display: none;
  overflow: auto;
  width: 100vw;
  height: 100vh;
  background-color: rgba(27, 27, 27, 0.95);
  background-image: none;
  background-size: auto;
}

.expediente-nomes {
  font-weight: 300;
  text-align: left;
}

.expediente-nomes.vg-consultoria {
  width: 70%;
  margin: 60px auto;
  padding: 25px;
  border-top: 1px dashed #fff;
  border-bottom: 1px dashed #fff;
}

.rich-text-expediente {
  margin-top: 40px;
  font-size: 0.9em;
  line-height: 1.2em;
  text-align: left;
}

.rich-text-expediente p {
  margin-bottom: 5px;
}

.columns-2 {
  margin-top: 40px;
}

.paragraph-3 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 3%;
  text-align: center;
}

.popup-coluna-materiais {
  margin-top: 40px;
}

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

.image-26.mockup {
  box-shadow: none;
}

.categoria {
  width: 60px;
  margin-top: 10px;
  padding: 2px 7px;
  border-radius: 8px;
  background-color: #0ac3f2;
  color: #fff;
  text-align: center;
}

.capa-home {
  min-height: 100vh;
  background-color: #0077bd;
}

.inivisivel-webflow {
  display: none;
  background-color: rgba(181, 23, 131, 0.15);
}

.image-27 {
  padding-top: 25px;
  padding-bottom: 15px;
}

.titulo-gde {
  font-size: 0.85em;
  line-height: 0.95em;
}

.botao-na-web {
  margin-top: 5px;
  padding-right: 5vw;
  color: #0069b3;
  font-size: 1em;
  line-height: 1.3em;
  font-weight: 400;
}

.link-legenda-2 {
  display: inline-block;
  margin-left: 5px;
  padding: 2px 10px;
  border-style: dotted;
  border-width: 1px;
  border-color: #0069b3;
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2faff), to(#f2faff));
  background-image: linear-gradient(180deg, #f2faff, #f2faff);
  color: #0069b3;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}

.link-legenda-2:hover {
  border-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1b6190), to(#1b6190));
  background-image: linear-gradient(180deg, #1b6190, #1b6190);
  color: #fff;
}

.nav-bar-content {
  position: relative;
  z-index: 999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  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: #163683;
}

.html-embed-2 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.btn-acess {
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 20px;
  background-color: #1f80e1;
  font-size: 14px;
}

.btn-acess:hover {
  background-color: #19d0de;
}

.text-acess {
  width: 60%;
  margin-top: 15px;
  margin-bottom: 10px;
  margin-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.acess-title {
  font-size: 16px;
  font-weight: 700;
}

.acess-title.t-contraste {
  padding-top: 10px;
  border-top: 1px solid #9e9e9e;
}

.acess-modal {
  position: fixed;
  left: auto;
  top: 0px;
  right: 10px;
  bottom: auto;
  z-index: 99999;
  display: none;
  max-width: 430px;
  min-height: 200px;
  min-width: 380px;
  margin-top: 60px;
  padding-top: 10px;
  padding-left: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #9c9c9c;
  border-radius: 12px;
  background-color: #e6e6e6;
  box-shadow: 3px 3px 7px 0 rgba(0, 0, 0, 0.5);
}

.btn-font {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  margin-right: 10px;
  padding-right: 10px;
  padding-left: 10px;
  -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: 8px;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.5);
  font-size: 18px;
  font-weight: 700;
}

.font-size-ajuste {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 15px;
}

.navbar-nav {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  padding-right: 30px;
  -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;
  background-color: #163683;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
}

.button-2 {
  margin-right: 10px;
  margin-left: 10px;
  padding: 5px;
  background-color: transparent;
  font-size: 14px;
}

.button-2:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.text-ajuda {
  margin-top: 3px;
}

.btt-acess-fechar {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #727272;
  border-radius: 8px;
  background-color: grey;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 16px;
  letter-spacing: 1px;
}

.btt-acess-fechar:hover {
  background-color: #243341;
}

.avatar-mari {
  width: 200px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-image: url('../images/avatar-marilia-acess.svg');
  background-position: 50% 10px;
  background-size: 80%;
  background-repeat: no-repeat;
}

.audiobook-content {
  padding-top: 30px;
  padding-bottom: 50px;
  background-color: #f1f3f4;
}

.player-b42 {
  margin-right: 5vw;
  margin-left: 5vw;
}

.columns-3 {
  margin-top: 40px;
  margin-bottom: 45px;
}

.button-box {
  margin-top: 40px;
  border: 1.5px solid #fff;
  border-radius: 15px;
  background-color: rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.4);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(.25, .46, .45, .94);
  transition: -webkit-transform 500ms cubic-bezier(.25, .46, .45, .94);
  transition: transform 500ms cubic-bezier(.25, .46, .45, .94);
  transition: transform 500ms cubic-bezier(.25, .46, .45, .94), -webkit-transform 500ms cubic-bezier(.25, .46, .45, .94);
  font-weight: 300;
}

.button-box:hover {
  box-shadow: 1px 1px 15px 0 rgba(0, 0, 0, 0.4);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.card-sumario-aula-2 {
  position: relative;
  z-index: 15;
  display: block;
  width: 30%;
  margin: -15px auto 0px;
  padding: 3px;
  border-radius: 16px;
  background-color: #0077bd;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 0.8em;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
}

.service-cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -30px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-block-6 {
  position: relative;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
}

.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: 1px solid #0077bd;
  border-radius: 8px;
  background-color: hsla(0, 0%, 100%, 0.95);
  box-shadow: 5px 7px 15px 0 rgba(0, 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, 0.37);
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

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

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

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

.section-2.grey-section.min-100 {
  min-height: 100vh;
  padding-top: 142px;
}

.section-2.bg-azul {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #163683;
  background-image: linear-gradient(132deg, #163683, #1b6190);
}

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

.image-14 {
  position: static;
  overflow: visible;
  border-width: 2px;
  border-color: #336 #336 #0077bd;
  border-bottom-style: solid;
  border-top-right-radius: 8px;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.image-14:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

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

.section-3 {
  padding-bottom: 60px;
}

.container_proxima_aula {
  padding: 50px 50px 10px;
  color: #163683;
  text-align: center;
}

.linha-topo {
  display: block;
  width: 142px;
  height: 3px;
  margin: 30px auto 20px;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1b6190), to(#1b6190));
  background-image: linear-gradient(180deg, #1b6190, #1b6190);
  text-align: center;
}

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

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

.botao-home {
  height: 48px;
  padding: 11px 24px;
  border-radius: 24px;
  background-color: #ffa535;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff753e), to(#ffb731));
  background-image: linear-gradient(90deg, #ff753e, #ffb731);
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
}

.botao-home:hover {
  box-shadow: 0 5px 18px 0 rgba(255, 165, 53, 0.5);
  -webkit-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
}

.botao-home.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-style: solid;
  border-width: 2px;
  border-color: #1b6190;
  background-color: transparent;
  background-image: none;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: #1b6190;
  cursor: pointer;
}

.botao-home.final-botao:hover {
  background-color: #d5e4ff;
  box-shadow: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.aulas-nav-link {
  display: block;
  margin-top: 10px;
  padding: 0px;
  color: #fff;
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 300;
  text-align: left;
}

.aulas-nav-link:hover {
  font-weight: 400;
}

.aulas-nav-link.w--current {
  color: #14f1d9;
  font-size: 1.2em;
  text-align: left;
}

.aulas-nav-link.w--current:hover {
  text-align: left;
}

.aulas-nav-link.unidadesmenuaulas {
  font-size: 1.5em;
  font-weight: 400;
  text-align: left;
}

.aulas-nav-link.unlink {
  color: #707070;
  cursor: not-allowed;
}

.logo {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #2e323c;
  font-size: 25px;
  line-height: 24px;
  font-weight: 700;
}

.full-screen-menu-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  overflow: auto;
  width: 100%;
  height: 100vh;
  padding: 0px 16px 16px;
  -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;
  background-color: #2e323c;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.55)), to(rgba(0, 0, 0, 0.55))), -webkit-gradient(linear, left top, left bottom, from(#163683), to(#163683));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), linear-gradient(180deg, #163683, #163683);
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
  background-repeat: repeat, repeat;
}

.logo-link {
  padding: 15px 16px 15px 14px;
}

.logo-link.full-screen-logo {
  position: absolute;
  left: 25px;
  top: 0px;
}

.full-screen-menu-list {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 93%;
  margin: auto;
  -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: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Lato, sans-serif;
}

.linksdomenu {
  width: 100%;
  text-align: left;
}

.menu-button.white-menu-button {
  width: 56px;
  height: 56px;
  padding: 0px 12px 12px 0px;
  -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;
  color: #fff;
}

.menu-button.white-menu-button.w--open {
  z-index: 110;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent;
}

.menu-icon {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  margin: auto;
  -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: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.menu-line {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #fff;
}

.menu-line.menu-top-line {
  width: 20px;
  margin-bottom: 4px;
}

.menu-line.menu-middle-line-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
}

.menu-line.menu-bottom-line {
  left: 12px;
  top: 12px;
  width: 12px;
  margin-top: 4px;
}

.elementos-home-texto {
  padding-right: 30px;
  padding-left: 30px;
  text-align: center;
}

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

.titulo-encerramento-2 {
  font-family: Signika, sans-serif;
  font-size: 3em;
  line-height: 1em;
  font-weight: 600;
}

.titulo-encerramento-2.texto-azul {
  color: #1b6190;
}

.section-header-wrapper-2 {
  display: block;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 64px;
  -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-header-wrapper-2.texto-branco {
  color: #fff;
}

.elementos-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  text-align: left;
}

.about-side-image-wrapper {
  width: 39%;
  margin-right: 15px;
  margin-left: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.about-side-image-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33333333%;
  margin-right: 8.33333333%;
  margin-left: 8.33333333%;
  padding-right: 15px;
  padding-left: 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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.link-arrow-2 {
  color: #2e323c;
  font-size: 12px;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.about-side-media {
  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: 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;
}

.section-small-header-3 {
  margin-bottom: 0px;
  padding: 5px 10px;
  background-color: #163683;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.section-header-2 {
  margin-top: 20px;
  margin-bottom: 8px;
}

.about-side-image {
  border-radius: 8px;
}

.titulo-sumario-box {
  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;
  text-decoration: none;
}

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

.image-28 {
  position: static;
  overflow: visible;
  border-width: 2px 2px 3px;
  border-color: #336 #336 #163683;
  border-bottom-style: solid;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.image-28:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.cards-sumario-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  margin-bottom: 30px;
  margin-left: 15px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 22%;
  -webkit-flex: 22%;
  -ms-flex: 22%;
  flex: 22%;
  border-bottom: 1px none #336;
  border-radius: 8px;
  background-color: hsla(0, 0%, 100%, 0.95);
  box-shadow: 5px 7px 15px 0 rgba(0, 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-2:hover {
  background-color: #fff;
  box-shadow: 10px 14px 15px 0 rgba(0, 0, 0, 0.37);
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

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-right"] {
  opacity: 0;
  -webkit-transform: translate(-60px, 0px);
  -ms-transform: translate(-60px, 0px);
  transform: translate(-60px, 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="play-button"] {
  opacity: 0;
  -webkit-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}

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

@media (max-width: 991px) {
  .hero-container-left {
    width: 100%;
  }
  .hero-capa-info {
    margin-top: 60px;
    margin-right: 5%;
    margin-left: 5%;
  }
  .nome-da-aula {
    font-size: 3.5em;
  }
  .tabela {
    padding-right: 50px;
    padding-left: 50px;
  }
  .background-video {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .imagem-graficos {
    padding-right: 50px;
    padding-left: 50px;
  }
  .objetivo {
    padding-right: 10px;
    padding-left: 10px;
  }
  .oi-flip-cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .card {
    min-width: 400px;
  }
  .card_unidade {
    height: auto;
    min-height: 300px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .card_frente {
    width: auto;
    height: auto;
  }
  .card_atras {
    -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
    transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  }
  .card_texto {
    font-size: 1.2em;
    line-height: 1.5em;
  }
  .side-video-preview-2 {
    min-height: 520px;
  }
  .video-content {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .video_play_botao {
    width: 64px;
    height: 64px;
    margin-right: 16px;
    margin-left: 16px;
    background-size: 20px, auto;
  }
  .video_full {
    left: -2px;
    top: -6px;
    padding-bottom: 48px;
  }
  .side-video-info {
    margin-right: 8.33%;
    margin-left: 8.33%;
    padding-right: 8%;
    padding-left: 8px;
  }
  .oi-slider-topicos {
    height: 400px;
  }
  .legenda-oi-slider {
    width: 90%;
  }
  .services-color-bg-info {
    padding-right: 24px;
    padding-left: 24px;
  }
  .service-color-bg-icon {
    width: 40px;
  }
  .service-color-bg-info {
    padding-left: 16px;
  }
  .section-encerramento {
    padding: 100px 8px;
  }
  .service-color-bg {
    padding-right: 16px;
    padding-left: 8px;
  }
  .section-header-wrapper {
    max-width: 66.66%;
    padding-bottom: 56px;
  }
  .conteudo-cards-sumario {
    margin-bottom: -16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .service-card {
    margin-right: 8px;
    margin-bottom: 16px;
    margin-left: 8px;
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }
  .section-description {
    font-size: 15px;
  }
  .titulo-encerramento {
    font-size: 3.5em;
  }
  .popup-container {
    padding-top: 20px;
  }
  .d-13-icons-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .d-13-icon-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .button-2 {
    margin-right: 6px;
    margin-left: 6px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 12px;
  }
  .service-cards {
    margin-bottom: -16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .cards-sumario {
    display: block;
    margin-right: 8px;
    margin-bottom: 16px;
    margin-left: 8px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 45%;
    -ms-flex: 0 45%;
    flex: 0 45%;
  }
  .section-description-2 {
    font-size: 15px;
  }
  .section-2 {
    padding: 100px 8px;
  }
  .botao-home.final-botao {
    margin-bottom: -56px;
  }
  .aulas-nav-link {
    font-size: 1em;
    line-height: 1.5em;
  }
  .logo {
    margin-bottom: 9px;
  }
  .full-screen-menu-2 {
    max-height: 100vh;
  }
  .logo-link {
    padding-top: 21px;
    padding-bottom: 19px;
  }
  .logo-link.full-screen-logo {
    left: 8px;
  }
  .menu-button {
    color: #2e323c;
  }
  .menu-button.w--open {
    background-color: transparent;
    color: #2e323c;
  }
  .section-description-3 {
    font-size: 15px;
  }
  .titulo-encerramento-2 {
    font-size: 3.5em;
  }
  .section-header-wrapper-2 {
    max-width: 66.66%;
    padding-bottom: 56px;
  }
  .about-side-image-wrapper {
    width: 41.66%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 8px;
    padding-left: 8px;
  }
  .about-side-image-info {
    padding-right: 8px;
    padding-left: 8px;
  }
  .about-side-media {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .cards-sumario-2 {
    display: block;
    margin-right: 8px;
    margin-bottom: 16px;
    margin-left: 8px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 45%;
    -ms-flex: 0 45%;
    flex: 0 45%;
  }
}

@media (max-width: 767px) {
  .rich-text-padrao {
    padding-right: 4vw;
    padding-left: 4vw;
  }
  .rich-text-padrao h1 {
    font-size: 2.5em;
  }
  .rich-text-padrao blockquote {
    padding-right: 10px;
  }
  .slider-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .slider-img {
    width: 100%;
  }
  .acordeon-box {
    margin-right: 4vw;
    margin-left: 4vw;
  }
  .acordeon-conteudo {
    padding-right: 0vw;
    padding-left: 30px;
  }
  .plus-wrap {
    margin-right: 10px;
    margin-left: 0px;
  }
  .elementos-container {
    margin-right: 3vw;
    margin-left: 3vw;
  }
  .tabela {
    padding-right: 20px;
    padding-left: 20px;
  }
  .tabela-embed {
    font-size: 0.9em;
    line-height: 1.4em;
  }
  .background-video {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .imagem-graficos {
    padding-right: 20px;
    padding-left: 20px;
  }
  .elementos.elementos-home-box {
    width: 95%;
  }
  .rich-text-slide {
    padding-right: 4vw;
    padding-left: 4vw;
  }
  .oi-itens-clicaveis {
    padding-right: 0px;
    padding-left: 0px;
  }
  .objetivo {
    padding-right: 20px;
    padding-left: 20px;
  }
  .rich-text-lista-abc {
    padding-right: 4vw;
    padding-left: 4vw;
  }
  .oi-flip-cards {
    margin-top: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .card {
    width: 80%;
  }
  .card_unidade {
    width: 100%;
  }
  .card_atras {
    -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
    transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  }
  .card_texto {
    font-size: 1.2em;
    line-height: 1.4em;
  }
  .link-arrow {
    font-size: 11px;
    line-height: 32px;
  }
  .video-final {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .side-video-preview-2 {
    width: 100%;
    min-height: 400px;
  }
  .subtitulo_02 {
    font-size: 1.6em;
  }
  .video-content {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 30px;
  }
  .video_full {
    left: -3px;
  }
  .texto-2 {
    font-size: 0.85em;
  }
  .side-video-info {
    padding-right: 8px;
  }
  .oi-slider-topicos {
    height: 375px;
  }
  .legenda-oi-slider {
    right: 0%;
    bottom: 0%;
    width: 100%;
    padding-left: 40px;
  }
  .hero-video {
    position: static;
  }
  .services-color-bg-info {
    width: 100%;
    padding-bottom: 20px;
    text-align: center;
  }
  .section-small-header {
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 3px;
  }
  .services-color-bg-header {
    width: 100%;
  }
  .service-color-bg-header {
    margin-bottom: 0px;
  }
  .section-header {
    margin-top: 16px;
  }
  .section-encerramento {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .services-color-bg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section-header-wrapper {
    padding-bottom: 40px;
  }
  .section-description {
    font-size: 14px;
    line-height: 24px;
  }
  .popup-container {
    padding-top: 0px;
  }
  .d-13-icons-wrapper {
    position: static;
    margin-top: 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;
  }
  .d-13-icon-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .nav-bar-content {
    padding-left: 10px;
  }
  .btn-acess {
    font-size: 12px;
  }
  .text-acess {
    margin-top: 10px;
    margin-left: 10px;
  }
  .acess-modal {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    max-width: 100vw;
    min-width: auto;
    padding-right: 10px;
    font-size: 14px;
  }
  .btn-font {
    font-size: 14px;
  }
  .navbar-nav {
    padding-right: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .button-2 {
    display: none;
  }
  .btt-acess-fechar {
    font-size: 14px;
  }
  .avatar-mari {
    display: none;
  }
  .cards-sumario {
    margin-right: 20px;
    margin-bottom: 30px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .section-description-2 {
    font-size: 14px;
    line-height: 24px;
  }
  .section-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .section-small-header-2 {
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 3px;
  }
  .container_proxima_aula {
    text-align: center;
  }
  .linha-topo {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .botao-home.final-botao {
    margin-bottom: -40px;
  }
  .full-screen-menu-2 {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    overflow: scroll;
  }
  .logo-link {
    padding-top: 12px;
    padding-bottom: 16px;
  }
  .logo-link.full-screen-logo {
    left: 8px;
  }
  .full-screen-menu-list {
    display: block;
    margin-top: 50px;
  }
  .menu-button {
    width: 56px;
    height: 56px;
    margin-right: 4px;
  }
  .menu-button.white-menu-button {
    margin-right: 0px;
  }
  .section-description-3 {
    font-size: 14px;
    line-height: 24px;
  }
  .section-header-wrapper-2 {
    padding-bottom: 40px;
  }
  .elementos-home {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about-side-image-wrapper {
    width: 50%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .about-side-image-info {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
    padding-right: 24px;
    padding-left: 24px;
  }
  .link-arrow-2 {
    font-size: 11px;
    line-height: 32px;
  }
  .about-side-media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section-small-header-3 {
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 3px;
  }
  .section-header-2 {
    margin-top: 16px;
  }
  .cards-sumario-2 {
    margin-right: 20px;
    margin-bottom: 30px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
}

@media (max-width: 479px) {
  .rich-text-padrao h1 {
    font-size: 2.2em;
  }
  .slider-div-text-info {
    margin-left: 40px;
  }
  .slider-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .nome-da-aula {
    font-size: 2.5em;
  }
  .tabela {
    padding-right: 10px;
    padding-left: 10px;
  }
  .imagem-graficos {
    padding-right: 10px;
    padding-left: 10px;
  }
  .elementos.elementos-home-box {
    width: 95%;
  }
  .oi-itens-clicaveis {
    padding-left: 2px;
  }
  .conteudo-clique {
    margin-bottom: -10px;
    margin-left: -10px;
    padding: 20px 10px 20px 0px;
    font-size: 14.5px;
  }
  .texto-objetivo {
    margin-bottom: 0px;
    padding-bottom: 10px;
    padding-left: 10px;
  }
  .objetivo {
    padding-right: 10px;
    padding-left: 10px;
  }
  .titulo-clique {
    font-size: 0.9em;
  }
  .tabs-menu-2 {
    margin-left: 5px;
    padding-top: 30px;
    -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;
  }
  .tabs-content-vertical {
    margin-top: 10px;
    margin-right: 15px;
  }
  .oi-tab-botao-img.w--current {
    margin-right: 0px;
    margin-left: 5px;
  }
  .oi0tab-titulo-h1 {
    margin-bottom: 0px;
    font-size: 26px;
    line-height: 28px;
  }
  .tabs-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .oi-tab-vertical-2 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .oi-tab-botao {
    width: 60px;
    height: 60px;
    margin-right: 3px;
    margin-left: 3px;
  }
  .oi-tab-botao.w--current {
    margin-right: 0px;
    margin-left: 5px;
  }
  .oi-tab-botao.img1 {
    margin-right: 5px;
    margin-left: 5px;
  }
  .oi-tab-botao.img2 {
    margin-right: 5px;
    margin-left: 5px;
  }
  .oi0tab-titulo-h1-2 {
    margin-bottom: 0px;
    font-size: 26px;
    line-height: 28px;
  }
  .card {
    width: 70%;
    min-width: 269px;
    margin-top: 5%;
    margin-bottom: 5%;
  }
  .card_unidade {
    width: 100%;
    height: 200px;
  }
  .card_texto {
    font-size: 1.1em;
    line-height: 1.3em;
  }
  .video-final {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .side-video-preview-2 {
    width: 100%;
    min-height: 320px;
  }
  .subtitulo_02 {
    font-size: 1.6em;
  }
  .video-content {
    width: 100%;
    padding-bottom: 72px;
  }
  .video_full {
    left: 0px;
    top: -2px;
    right: 38px;
    padding-bottom: 27px;
  }
  .texto-2 {
    padding-right: 6%;
    padding-left: 7%;
    font-size: 1em;
  }
  .side-video-info {
    margin-right: 8px;
    margin-left: 8px;
    text-align: center;
  }
  .texto-video-aula {
    text-align: left;
  }
  .oi-slider-topicos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: auto;
    min-height: 240px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    background-color: #1b6191;
    box-shadow: none;
  }
  .imagem-do-slide {
    position: static;
  }
  .legenda-oi-slider {
    position: static;
    right: 0%;
    bottom: 0%;
    display: block;
    width: 100%;
    border-radius: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0077bd), to(#1b6190));
    background-image: linear-gradient(180deg, #0077bd, #1b6190);
  }
  .mask-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .slide-2 {
    position: static;
    overflow: visible;
    float: none;
    clear: none;
  }
  .slide-nav {
    top: -80%;
  }
  .tab-link-tabs {
    min-width: 100%;
  }
  .service-color-bg {
    width: 100%;
    padding-right: 8px;
  }
  .section-header-wrapper {
    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%;
  }
  .titulo-encerramento {
    font-size: 2.5em;
  }
  .popup-container {
    padding-right: 30px;
    padding-left: 30px;
  }
  .d-13-icon-wrapper {
    margin-top: 20px;
  }
  .nav-bar-content {
    padding-left: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .text-acess {
    width: 100%;
    margin-top: 5px;
    margin-left: 0px;
    padding-right: 10px;
  }
  .navbar-nav {
    max-width: 100vw;
    padding-right: 0px;
  }
  .cards-sumario {
    margin-right: 15px;
    margin-left: 15px;
    padding-top: 0px;
    -webkit-flex-basis: 80%;
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
  }
  .container_proxima_aula {
    text-align: center;
  }
  .full-screen-menu-2 {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    overflow: scroll;
  }
  .logo-link.full-screen-logo {
    padding-bottom: 9px;
  }
  .full-screen-menu-list {
    display: block;
  }
  .linksdomenu {
    margin-top: 0px;
  }
  .titulo-encerramento-2 {
    font-size: 2.5em;
  }
  .section-header-wrapper-2 {
    max-width: 100%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .elementos-home {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about-side-image-wrapper {
    width: 100%;
  }
  .about-side-image-info {
    width: 100%;
    padding-top: 32px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .about-side-media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cards-sumario-2 {
    margin-right: 15px;
    margin-left: 15px;
    padding-top: 0px;
    -webkit-flex-basis: 80%;
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
  }
}

