:root {
  --body-light-gray: #e9ebee;
  --dark-slate-blue: #163683;
  --dark-turquoise: #19d0de;
  --solid-gray: #e9e9e9;
  --azul: #1f80e1;
  --text-black: rgba(0, 0, 0, .7);
  --texto-placeholder: rgba(0, 0, 0, .3);
  --royal-blue-2: #1b6190;
  --medium-blue: #3434bf;
  --deep-sky-blue: #0ac3f2;
  --yellow: #dbe831;
  --turquoise: #14f1d9;
  --royal-blue: #2672f8;
  --steel-blue: #1f80e1;
  --violeta: #5b28b2;
  --medium-violet-red: #b51783;
  --azul-unimar: #0077bd;
  --card-detail: rgba(234, 234, 234, .6);
  --white: white;
  --black: black;
}

body {
  background-color: var(--body-light-gray);
  color: #333;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #081c4d;
  text-decoration: underline;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

img {
  max-width: 100%;
  display: inline-block;
}

strong {
  font-weight: bold;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.bloco-titulo-destaque {
  min-height: 100px;
  background-image: linear-gradient(150deg, var(--dark-slate-blue), var(--dark-turquoise));
  color: #fff;
  align-items: center;
  margin-bottom: 40px;
  padding-left: 20px;
  font-weight: 100;
  display: flex;
}

.bloco-cores {
  background-color: #fff;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.cores {
  width: 80px;
  height: 80px;
  background-color: var(--body-light-gray);
  border-radius: 4px;
  margin: 15px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .3);
}

.cores.cor-card-detail {
  background-color: #fff;
}

.cores.cor-solid-gray {
  background-color: var(--solid-gray);
}

.cores.cor-azul {
  background-color: var(--azul);
}

.cores.cor-texto-preto {
  background-color: var(--text-black);
}

.cores.cor-texto-placeholder {
  background-color: var(--texto-placeholder);
}

.cores.cor-texto-preto-100 {
  background-color: #000;
}

.cores.gradiente {
  width: 40px;
  height: 40px;
  background-color: var(--dark-turquoise);
}

.cores.grad-violet {
  background-image: linear-gradient(135deg, var(--royal-blue-2), var(--dark-slate-blue));
}

.cores.grad-blue {
  background-image: linear-gradient(135deg, var(--medium-blue), var(--deep-sky-blue));
}

.cores.grad-green {
  background-image: linear-gradient(135deg, var(--deep-sky-blue), var(--yellow));
}

.cores.grad-blue-2 {
  background-image: linear-gradient(135deg, var(--turquoise), var(--royal-blue));
}

.cores.grad-top-dialog {
  background-image: linear-gradient(135deg, var(--steel-blue), var(--dark-turquoise));
}

.bloco-cores-descricao {
  flex: 0 30%;
  align-items: center;
  display: flex;
}

.bloco-cores-descricao.d-gradiente {
  flex: 0 20%;
}

.heading-style {
  font-family: Signika, sans-serif;
  font-weight: 100;
}

.heading-style.text-color-azul {
  color: var(--azul);
}

.heading-style.cor-azul {
  color: var(--steel-blue);
}

.section-style {
  padding-top: 40px;
  padding-bottom: 40px;
}

.typography-type-style {
  text-align: center;
  margin-top: -6px;
  margin-left: auto;
  margin-right: auto;
  font-size: 38px;
}

.typography-style {
  width: 80px;
  height: 80px;
  background-color: var(--body-light-gray);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin: 15px;
  display: flex;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .3);
}

.typography-style.cor-card-detail {
  background-color: #fff;
}

.typography-style.cor-solid-gray {
  background-color: var(--solid-gray);
}

.typography-style.cor-azul {
  background-color: var(--azul);
}

.typography-style.cor-texto-preto {
  background-color: var(--text-black);
}

.typography-style.cor-texto-placeholder {
  background-color: var(--texto-placeholder);
}

.typography-style.cor-texto-preto-100 {
  background-color: #000;
}

.typography-style.gradiente {
  width: 40px;
  height: 40px;
  background-color: var(--dark-turquoise);
}

.typography-style.grad-violet {
  background-image: linear-gradient(135deg, var(--violeta), var(--medium-violet-red));
}

.typography-style.grad-blue {
  background-image: linear-gradient(135deg, var(--medium-blue), var(--deep-sky-blue));
}

.typography-style.grad-green {
  background-image: linear-gradient(135deg, var(--deep-sky-blue), var(--yellow));
}

.typography-style.grad-blue-2 {
  background-image: linear-gradient(135deg, var(--turquoise), var(--royal-blue));
}

.typography-style.grad-top-dialog {
  background-image: linear-gradient(135deg, var(--steel-blue), var(--dark-turquoise));
}

.bloco-typography-descricao {
  flex: 0 50%;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.bloco-typography-descricao.d-gradiente {
  flex: 0 20%;
}

.rich-text-padrao {
  padding-left: 5vw;
  padding-right: 5vw;
}

.rich-text-padrao h1 {
  color: var(--azul-unimar);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Unimar, sans-serif;
  font-size: 3em;
  font-weight: 700;
  line-height: 1em;
}

.rich-text-padrao h2 {
  color: var(--azul-unimar);
  margin-top: 60px;
  margin-bottom: 20px;
  font-family: Unimar, sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.5em;
}

.rich-text-padrao h4 {
  font-size: 1.1em;
  line-height: 1.5em;
}

.rich-text-padrao p {
  margin-bottom: 20px;
  font-size: 1em;
  line-height: 1.5em;
}

.rich-text-padrao h3 {
  color: var(--azul-unimar);
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Unimar, sans-serif;
  font-size: 1.3em;
  line-height: 1.5em;
}

.rich-text-padrao.bg-dark {
  color: #fff;
}

.rich-text-padrao a {
  color: #020818;
  font-weight: 700;
  text-decoration: underline;
}

.rich-text-padrao blockquote {
  background-image: url('../images/quotes.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 60px;
  border-left-style: none;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: -8px;
  padding: 20px 80px;
  font-size: 1em;
  font-style: italic;
  line-height: 1.4em;
}

.rich-text-padrao h6 {
  border-left: 4px solid var(--azul-unimar);
  margin-bottom: 20px;
  padding-left: 12px;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5em;
}

.rich-text-padrao.text-coluna-direita {
  padding-left: 25px;
}

.rich-text-padrao img {
  margin-bottom: 20px;
}

.rich-text-padrao.columns {
  column-count: 2;
  background-color: rgba(0, 0, 0, 0);
}

.rich-text-padrao.sem-espaco, .rich-text-padrao.rich-referencias {
  padding-left: 0;
  padding-right: 0;
}

.columns {
  width: 100%;
  background-color: #000;
  margin-bottom: 40px;
}

.slider {
  height: 100%;
  background-color: var(--card-detail);
  margin-top: 20px;
  margin-bottom: 40px;
  padding-bottom: 0;
}

.slider-div-text-info {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  margin: 10px 40px 38px 20px;
  display: flex;
}

.icon {
  width: 30px;
  height: 30px;
  background-image: linear-gradient(160deg, var(--steel-blue), var(--dark-turquoise));
  border-radius: 20px;
  padding-top: 3px;
  font-size: .8em;
  font-weight: 400;
}

.left-arrow {
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px;
  display: flex;
}

.right-arrow {
  justify-content: flex-end;
  align-items: center;
  padding-right: 10px;
  display: flex;
}

.legenda-slider {
  color: var(--text-black);
  font-size: .8em;
  line-height: 1.5em;
}

.column {
  height: auto;
}

.slider-content {
  background-color: #fff;
  display: flex;
}

.slider-img {
  width: 60%;
  flex: none;
}

.acordeon-conteudo-texto {
  margin-bottom: 20px;
  font-size: 1em;
  line-height: 1.5em;
}

.acordeoni-item {
  height: 60px;
  cursor: pointer;
  align-items: center;
  font-size: 1em;
  font-weight: 600;
  display: flex;
}

.acoredeon {
  z-index: 2;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto 30px;
  padding-left: 2.5vw;
  padding-right: 5vw;
  display: block;
  position: relative;
}

.acordeon-conteudo {
  border-bottom: 1px solid rgba(45, 62, 80, .12);
  margin-left: 2.5vw;
  overflow: hidden;
}

.plus-l {
  width: 5px;
  height: 20px;
  background-color: var(--azul-unimar);
  border-radius: 3px;
  position: absolute;
}

.plus-wrap {
  width: 1.5vw;
  height: 1.5vw;
  justify-content: center;
  align-items: center;
  margin-right: 1vw;
  display: flex;
  position: relative;
}

.plus {
  width: 20px;
  height: 5px;
  background-color: var(--azul-unimar);
  border-radius: 3px;
}

.elementos-container {
  background-color: #fff;
  border-radius: 20px 60px;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 60px;
  padding-bottom: 20px;
  position: relative;
  box-shadow: -3px 4px #1b6190;
}

.elementos-container.elemento-interativo {
  position: relative;
  overflow: hidden;
}

.elementos-container.destaque {
  padding-top: 40px;
}

.elementos-icons {
  margin-bottom: 16px;
  position: absolute;
  top: 18px;
  bottom: auto;
  left: -103px;
  right: auto;
}

.elementos-icons.elementos-icons-center {
  margin-left: auto;
  margin-right: auto;
  top: 42px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.elemento-interativo-ver-mais {
  height: 150px;
  color: var(--azul);
  cursor: pointer;
  background-image: linear-gradient(to top, #fff 30%, rgba(0, 0, 0, 0));
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 60px;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 10px;
  font-weight: 600;
  transition: color .2s;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.elemento-interativo-ver-mais:hover {
  color: var(--royal-blue-2);
}

.momentos-container {
  border-bottom: 4px solid var(--dark-turquoise);
  margin: 40px 20px;
  padding-top: 16px;
  padding-bottom: 40px;
}

.momentos-container.elemento-interativo {
  position: relative;
  overflow: hidden;
}

.div-block {
  width: 80px;
  height: 80px;
  background-image: linear-gradient(299deg, var(--medium-blue), var(--deep-sky-blue));
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 14px;
  display: flex;
}

.image {
  margin-bottom: 40px;
}

.rich-text-momentos h1 {
  margin-top: 0;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.5em;
}

.rich-text-momentos h2 {
  margin-top: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
}

.rich-text-momentos h4 {
  font-size: 14px;
  line-height: 1.5em;
}

.rich-text-momentos p {
  color: var(--text-black);
  margin-bottom: 12px;
  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: var(--azul);
  text-decoration: none;
}

.texto-container {
  padding-top: 20px;
  padding-bottom: 20px;
}

.header-unidade {
  background-image: linear-gradient(135deg, rgba(91, 40, 178, .9), rgba(181, 23, 131, .6)), url('../images/img-topo-bg-un1-pb.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.container {
  min-height: 250px;
  color: #fff;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.conteudo {
  background-color: #d5ecfc;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.conteudo.bg-claro {
  background-color: rgba(255, 255, 255, .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 {
  border-top-right-radius: 60px;
  margin-top: 10px;
  margin-bottom: 40px;
  position: relative;
  box-shadow: 1px 1px 9px rgba(0, 0, 0, .7);
}

.img-fonte-placeholder {
  color: #fff;
  background-image: linear-gradient(56deg, rgba(27, 97, 144, .75), rgba(22, 54, 131, .65));
  justify-content: space-between;
  padding-left: 10px;
  padding-right: 10px;
  font-size: .8em;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.text-block {
  max-width: 60%;
  margin-top: 10px;
  margin-bottom: 9px;
  display: inline-block;
}

.video-section {
  background-color: #e0e0e0;
  padding-top: 48px;
  padding-bottom: 48px;
}

.hero-capa-aula {
  z-index: 100;
  height: 100vh;
  display: flex;
  position: relative;
}

.hero-container-left {
  width: 65%;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 170px;
}

.hero-container-right {
  width: 35%;
  max-height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-capa-barra {
  width: 100%;
  min-height: 150px;
  box-shadow: none;
  background-color: #163683;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.img-bg-foto {
  z-index: 0;
  max-width: 300%;
  min-height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.img-bg-linhas {
  z-index: 30;
  width: 100%;
  max-height: 150%;
  max-width: 150%;
  display: block;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.img-bg-capa {
  position: absolute;
}

.div-block-2 {
  z-index: 30;
  width: 100%;
  min-height: 200px;
  background-color: #0077bd;
  position: static;
}

.div-block-3 {
  align-self: stretch;
  position: relative;
}

.div-block-4 {
  background-color: #0077bd;
  flex: 1;
  align-self: stretch;
  position: relative;
}

.hero-capa-info {
  flex: 1;
  margin-top: 12%;
  margin-left: 10%;
  margin-right: 10%;
}

.grid {
  grid-template-rows: auto auto auto auto auto;
}

.logo-ies {
  margin-left: 5%;
}

.professor-info {
  text-shadow: 1px 1px 6px rgba(0, 0, 0, .4);
  font-size: .95em;
  line-height: 1.5em;
}

.bar-prof {
  width: 40px;
  height: 3px;
  background-color: var(--deep-sky-blue);
  box-shadow: 1px 1px 6px rgba(0, 0, 0, .3);
}

.prof-titulacao {
  color: #fff;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 1em;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2em;
}

.prof-nome {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.5em;
}

.nome-da-aula {
  color: #fff;
  font-family: Signika, sans-serif;
  font-size: 4em;
  font-weight: 600;
  line-height: 1em;
}

.nome-da-aula.titulo-menor {
  font-size: 4.2em;
}

.grid-2 {
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.img-capa-topo {
  max-height: 100%;
}

.img-logo-fixed {
  z-index: 999999;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 20px;
  right: auto;
}

.entre-sections {
  height: 50px;
  background-image: linear-gradient(#d5ecfc, #ececec);
}

.entre-sections.cinza-azul {
  background-image: linear-gradient(to top, #d5ecfc, #ececec);
}

.entre-sections.azul-video {
  background-image: linear-gradient(to top, var(--azul-unimar), #d5ecfc);
}

.text-block-3 {
  text-shadow: 1px 1px 6px rgba(0, 0, 0, .33);
}

.barra-topo {
  z-index: 100;
  width: 100%;
  height: 120px;
  background-image: linear-gradient(rgba(213, 236, 252, .9) 70%, rgba(213, 236, 252, .3));
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.barra-topo.bar-cinza {
  background-image: linear-gradient(rgba(236, 236, 236, .9) 70%, rgba(236, 236, 236, .3));
}

.legenda-imagem {
  color: #fff;
  align-self: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.3em;
}

.link-legenda {
  color: #0069b3;
  cursor: pointer;
  background-image: linear-gradient(#f2faff, #f2faff);
  border: 1px dotted #0069b3;
  border-radius: 4px;
  margin-left: 5px;
  padding: 2px 10px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.link-legenda:hover {
  color: #fff;
  background-image: linear-gradient(#259cf0, #259cf0);
  border-color: #fff;
}

.img-comum {
  border-top-right-radius: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.img-fonte-placeholder-2 {
  color: #fff;
  background-color: rgba(0, 0, 0, .3);
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.tabela {
  margin-top: 10px;
  margin-bottom: 40px;
  padding-left: 5vw;
  padding-right: 5vw;
}

.tabela-embed {
  text-align: left;
  font-size: 1em;
  line-height: 1.5em;
  overflow: auto;
}

.legenda-tabela {
  color: #0069b3;
  margin-top: 10px;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.3em;
}

.link {
  color: #0069b3;
  background-image: linear-gradient(#f2faff, #f2faff);
  border: 1px dotted #0069b3;
  border-radius: 4px;
  margin-left: 5px;
  padding: 4px 10px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.link:hover {
  color: #fff;
  background-image: linear-gradient(#259cf0, #259cf0);
  border-color: #fff;
}

.lightbox-radius {
  min-width: 450px;
  transform-style: preserve-3d;
  border-radius: 180px 100px 300px 120px;
  margin-left: -40px;
  margin-right: 20px;
  transition: transform 1s cubic-bezier(.25, .46, .45, .94);
  position: relative;
  overflow: hidden;
  transform: rotateX(-30deg)rotateY(-35deg)rotateZ(-25deg);
  box-shadow: -11px 11px 17px 4px rgba(0, 0, 0, .56);
}

.lightbox-radius:hover {
  transform: rotateX(-23deg)rotateY(-20deg)rotateZ(-15deg);
}

.texto-coluna {
  align-items: center;
  margin-top: 40px;
  margin-bottom: 60px;
  display: flex;
}

.img-lightbox {
  max-width: 150%;
}

.lightbox-bolinha {
  width: 80px;
  height: 80px;
  opacity: .78;
  border-radius: 200px;
  position: absolute;
  top: auto;
  bottom: -6px;
  left: auto;
  right: -5%;
}

.background-video {
  height: 100%;
  min-height: 100vh;
  background-image: linear-gradient(to top, var(--dark-slate-blue), rgba(31, 128, 225, .55));
  display: flex;
}

.background-video.home-generica {
  background-image: linear-gradient(to top, rgba(0, 128, 255, .51), rgba(2, 25, 66, .78));
}

.image-4 {
  display: none;
  position: absolute;
  top: auto;
  bottom: -8px;
  left: auto;
  right: -1px;
}

.citacao-container {
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-left: 5vw;
  padding-right: 5vw;
  font-size: 1em;
  line-height: 1.2em;
  display: flex;
}

.citacao-text {
  border-left: 3px solid var(--royal-blue-2);
  margin-left: 15px;
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 15px;
  font-style: italic;
}

.imagem-graficos {
  margin-top: 9px;
  margin-bottom: 25px;
  padding-top: 0;
  padding-left: 5vw;
  padding-right: 5vw;
}

.legenda-graficos {
  color: #0069b3;
  border-top: 1px solid #0069b3;
  margin-top: 7px;
  padding-top: 5px;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.3em;
}

.elementos {
  padding-top: 20px;
  position: relative;
}

.rich-text-slide h1 {
  color: var(--azul-unimar);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Signika, sans-serif;
  font-size: 3.5em;
  font-weight: 700;
  line-height: 1em;
}

.rich-text-slide h2 {
  color: var(--azul-unimar);
  margin-top: 60px;
  margin-bottom: 20px;
  font-family: Signika, sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.5em;
}

.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 {
  color: var(--azul-unimar);
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Signika, sans-serif;
  font-size: 1.3em;
  line-height: 1.5em;
}

.rich-text-slide.bg-dark {
  color: #fff;
}

.rich-text-slide a {
  color: var(--azul);
  text-decoration: none;
}

.rich-text-slide blockquote {
  background-image: url('../images/quotes.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 60px;
  border-left-style: none;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: -8px;
  padding: 20px 80px;
  font-size: 1em;
  font-style: italic;
}

.rich-text-slide h6 {
  border-left: 4px solid var(--azul-unimar);
  margin-bottom: 20px;
  padding-left: 12px;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5em;
}

.rich-text-slide.text-coluna-direita {
  padding-left: 0;
}

.rich-text-slide img {
  margin-bottom: 20px;
}

.conteudo-clique {
  border-bottom: 3px solid var(--steel-blue);
  color: #fff;
  padding: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.faq-plus-wrap {
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  display: flex;
  position: relative;
}

.faq-question {
  height: 60px;
  cursor: pointer;
  align-items: center;
  margin-top: 0;
  font-size: 20px;
  font-weight: 800;
  display: flex;
}

.texto-objetivo {
  background-color: var(--royal-blue-2);
  margin-bottom: 10px;
  margin-left: 29px;
  overflow: hidden;
}

.objetivo {
  margin-top: 10px;
  margin-bottom: 30px;
  padding-left: 5vw;
  padding-right: 5vw;
}

.titulo-clique {
  border: 1.5px solid var(--royal-blue-2);
  color: var(--royal-blue-2);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
  font-size: 1em;
  font-weight: 400;
  transition: box-shadow .5s, transform .5s;
}

.titulo-clique:hover {
  transform: translate(0, -1px);
  box-shadow: 0 4px 6px -1px rgba(27, 97, 144, .72);
}

.faq-plus-l {
  width: 8px;
  height: 100%;
  background-color: var(--royal-blue-2);
  border-radius: 1px;
  position: absolute;
}

.faq-wrap {
  padding-right: 20px;
}

.faq-plus {
  width: 20px;
  height: 8px;
  background-color: var(--royal-blue-2);
  border-radius: 1px;
}

.lightbox-img {
  min-width: 420px;
  border-top-right-radius: 60px;
  margin-left: -40px;
  transition: transform 1s cubic-bezier(.25, .46, .45, .94);
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 9px -2px rgba(0, 0, 0, .56);
}

.lightbox-quadrado {
  width: 80px;
  height: 80px;
  opacity: .64;
  border-radius: 200px;
  position: absolute;
  top: 10px;
  bottom: auto;
  left: -20px;
  right: auto;
}

.lightbox-mais {
  width: 140px;
  border-radius: 200px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.image-comum-bolinha {
  width: 140px;
  height: 140px;
  opacity: .78;
  border-radius: 200px;
  position: absolute;
  top: 40px;
  bottom: auto;
  left: auto;
  right: 40px;
}

.image-comum-quadrado {
  width: 140px;
  height: 140px;
  opacity: .78;
  border-radius: 200px;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: 20px;
  right: auto;
}

.titulo-tab-lateral {
  color: var(--azul-unimar);
  text-align: left;
  align-self: flex-start;
  margin-bottom: 2px;
  font-family: Signika, sans-serif;
  font-size: 1.8em;
  font-weight: 600;
}

.oi-tab-vertical {
  min-height: 600px;
  border-bottom: 5px solid var(--dark-slate-blue);
  background-color: #fff;
  margin: 20px;
  padding-top: 5px;
  padding-left: 25px;
  padding-right: 25px;
}

.text-block-4 {
  color: #84868b;
  text-align: left;
  font-size: 1em;
  line-height: 1.7em;
}

.tabs-menu-2 {
  flex-direction: column;
  margin-left: 15px;
  margin-right: 5px;
  padding-top: 42px;
  display: flex;
}

.image-7 {
  border-radius: 10px;
}

.oi-tab-content-infos {
  min-height: 450px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 35px;
  display: flex;
}

.tabs-content-vertical {
  background-color: #fff;
  flex: 1;
  justify-content: center;
  margin: 30px 30px 30px 15px;
  display: flex;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, .4);
}

.oi-tab-botao-img {
  width: 80px;
  height: 80px;
  background-color: #dedede;
  background-image: url('../images/aula01-tab01-1.jpg');
  background-position: 0 0;
  background-size: 125px;
  border: 2px solid #fff;
  border-radius: 50px;
  margin-bottom: 25px;
  padding: 0;
  transition: background-color .2s;
  transform: scale(1);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, .4);
}

.oi-tab-botao-img:hover {
  transform: none;
}

.oi-tab-botao-img.w--current {
  background-image: url('../images/aula01-tab01-4.jpg');
  background-size: cover;
  border-color: #fff;
}

.oi-tab-botao-img.w--current:hover {
  background-image: linear-gradient(rgba(0, 119, 189, .35), rgba(0, 119, 189, .35)), url('../images/aula01-tab01-1.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.oi-tab-botao-img.img-radio {
  background-image: url('../images/aula01-tab01-2.jpg');
  background-size: cover;
  transform: none;
}

.oi-tab-botao-img.img-radio:hover {
  background-image: url('../images/aula01-tab01-2.jpg');
  background-position: 0 0;
  background-size: cover;
}

.oi-tab-botao-img.img-radio.w--current:hover {
  border-color: var(--dark-slate-blue);
  background-image: url('../images/aula01-tab01-2.jpg');
  background-position: 0 0;
  background-size: cover;
}

.oi-tab-botao-img.img-radio.w--current:active {
  border-color: var(--azul-unimar);
}

.oi-tab-botao-img.img-tv {
  background-image: url('../images/aula01-tab01-3.jpg');
  background-size: cover;
  transform: none;
}

.oi-tab-botao-img.img-tv:hover {
  background-image: linear-gradient(rgba(0, 119, 189, .35), rgba(0, 119, 189, .35)), url('../images/aula01-tab01-3.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.oi-tab-botao-img.img-tv:active {
  border-color: var(--azul-unimar);
}

.oi-tab-botao-img.img-net {
  background-image: url('../images/aula01-tab01-4.jpg');
  background-position: 0 0;
  background-size: 125px;
  transform: none;
}

.oi-tab-botao-img.img-net:hover {
  background-image: linear-gradient(rgba(0, 119, 189, .35), rgba(0, 119, 189, .35)), url('../images/aula01-tab01-4.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, 125px;
}

.oi-tab-botao-img.img-net:active {
  border-color: var(--azul-unimar);
}

.oi-tab-botao-img.img-net.w--current {
  transform: rotate(-10deg);
}

.oi-tab-botao-img.img-net.w--current:hover {
  border-color: var(--dark-slate-blue);
}

.oi-tab-botao-img.img-jornal {
  border-color: var(--azul-unimar);
  background-image: linear-gradient(rgba(0, 119, 189, .35), rgba(0, 119, 189, .35)), url('../images/aula01-tab01-1.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  transform: rotate(-5deg);
}

.oi-tab-botao-img.tab-001 {
  background-image: url('../images/aula01-tab01-2.jpg');
  background-size: cover;
}

.oi0tab-titulo-h1 {
  border-style: solid none;
  border-width: 2px;
  border-color: var(--dark-slate-blue) #00b4aa var(--dark-slate-blue) white;
  text-align: center;
  margin: 0 1vw 5px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 1.6em;
  font-weight: 500;
}

.tabs-2 {
  display: flex;
}

.bold-text {
  color: var(--dark-slate-blue);
  text-transform: uppercase;
  font-family: Signika, sans-serif;
  font-size: 1em;
}

.tabs-menu-3 {
  min-height: 500px;
}

.oi-tabs-lateral {
  min-height: 500px;
  border-bottom: 4px solid var(--dark-slate-blue);
  background-color: #fff;
  border-radius: 25px 15px 50px;
  margin-top: 0;
  padding-top: 30px;
  padding-left: 40px;
  padding-right: 40px;
}

.tab-link-jornal-5 {
  width: 80px;
  height: 80px;
}

.button-tab {
  width: 80px;
  height: 80px;
  background-image: linear-gradient(rgba(0, 119, 189, .35), rgba(0, 119, 189, .35)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: auto, 125px;
  border: 2px solid #fff;
  border-radius: 50px;
  margin-bottom: 15px;
  padding: 0;
  box-shadow: 4px 4px 6px #dbdbdb;
}

.button-tab.w--current {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
  margin-top: 0;
  margin-bottom: 0;
}

.titulo-tab-lateral-2 {
  color: var(--azul-unimar);
  text-align: left;
  align-self: flex-start;
  font-family: Signika, sans-serif;
  font-size: 1.8em;
  font-weight: 600;
}

.oi-tab-vertical-2 {
  min-height: 600px;
  background-color: rgba(248, 248, 248, .91);
  border-bottom: 4px solid rgba(0, 0, 0, .7);
  border-left: 3px solid rgba(0, 0, 0, .7);
  border-radius: 20px 60px;
  margin: 20px 20px 50px;
  padding-top: 5px;
  padding-left: 25px;
  padding-right: 25px;
  box-shadow: 1px 1px 19px 7px rgba(0, 0, 0, .15);
}

.text-block-5 {
  color: #666;
  text-align: left;
  font-size: .95em;
  line-height: 1.55em;
}

.image-8 {
  min-width: 100%;
}

.oi-tab-content-infos-2 {
  min-height: 450px;
  text-align: center;
  border-top-left-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 20px 30px;
  display: flex;
}

.oi-tab-botao {
  width: 80px;
  height: 80px;
  background-color: #dedede;
  border: 2px solid #fff;
  border-radius: 50px;
  margin-bottom: 20px;
  padding: 0;
  transition: background-color .2s;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, .4);
}

.oi-tab-botao.w--current {
  background-color: #00b4aa;
}

.oi-tab-botao.img1 {
  cursor: pointer;
  border-color: #31b310;
}

.oi-tab-botao.img1:hover {
  background-color: rgba(49, 179, 16, .3);
  background-image: linear-gradient(rgba(0, 119, 189, .35), rgba(0, 119, 189, .35)), url('../images/aula01-tab01-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.oi-tab-botao.img1:visited {
  background-color: var(--azul-unimar);
  background-image: linear-gradient(rgba(181, 23, 131, .35), rgba(181, 23, 131, .35)), url('../images/aula01-tab01-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.oi-tab-botao.img1.w--current {
  background-color: rgba(49, 179, 16, .5);
  background-image: url('../images/aula01-tab01-1.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.oi-tab-botao.img1.w--current:hover {
  background-image: url('../images/aula01-tab01-1.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.oi-tab-botao.img2 {
  background-image: url('../images/aula01-tab01-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #31b310;
  transition: background-color .2s;
}

.oi-tab-botao.img2:hover {
  background-color: rgba(49, 179, 16, .3);
}

.oi-tab-botao.img2.w--current {
  background-color: rgba(49, 179, 16, .5);
  border-color: #31b310;
}

.oi-tab-botao.img-btn-01 {
  opacity: .7;
  background-image: url('../images/img-modelo.jpg');
  background-position: 50%;
  background-size: cover;
}

.oi-tab-botao.img-btn-01:hover {
  border-color: var(--azul-unimar);
}

.oi-tab-botao.img-btn-01:visited {
  background-image: linear-gradient(rgba(181, 23, 131, .35), rgba(181, 23, 131, .35)), url('../images/aula01-tab01-1.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.oi-tab-botao.img-btn-01.w--current {
  opacity: 1;
}

.oi-tab-botao.img-btn-02 {
  opacity: .7;
  background-image: url('../images/img-modelo.jpg');
  background-position: 50%;
  background-size: cover;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, .4);
}

.oi-tab-botao.img-btn-02:hover {
  border-color: var(--azul-unimar);
}

.oi-tab-botao.img-btn-02:visited {
  background-image: linear-gradient(rgba(181, 23, 131, .35), rgba(181, 23, 131, .35)), url('../images/aula01-tab01-2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.oi-tab-botao.img-btn-02.w--current {
  opacity: 1;
}

.oi-tab-botao.img-btn-03 {
  opacity: .7;
  background-image: url('../images/img-modelo.jpg');
  background-position: 50%;
  background-size: cover;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, .4);
}

.oi-tab-botao.img-btn-03:hover {
  border-color: var(--azul-unimar);
}

.oi-tab-botao.img-btn-03:visited {
  background-image: linear-gradient(rgba(181, 23, 131, .35), rgba(181, 23, 131, .35)), url('../images/aula01-tab01-2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.oi-tab-botao.img-btn-03.w--current {
  opacity: 1;
}

.oi-tab-botao.img-btn-04 {
  opacity: .7;
  background-image: url('../images/img-modelo.jpg');
  background-position: 50%;
  background-size: cover;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, .4);
}

.oi-tab-botao.img-btn-04:hover {
  border-color: var(--azul-unimar);
}

.oi-tab-botao.img-btn-04:visited {
  background-image: linear-gradient(rgba(181, 23, 131, .35), rgba(181, 23, 131, .35)), url('../images/aula01-tab01-2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.oi-tab-botao.img-btn-04.w--current {
  opacity: 1;
}

.oi0tab-titulo-h1-2 {
  border-style: dotted none;
  border-width: 3px 2px;
  border-color: var(--dark-slate-blue) black;
  color: var(--dark-slate-blue);
  text-align: center;
  margin: 30px 2vw 5px 8vw;
  padding-top: 8px;
  padding-bottom: 9px;
  font-family: Signika, sans-serif;
  font-size: 1.6em;
  font-weight: 500;
}

.text-tab-lateral {
  color: #666;
  text-align: left;
  font-size: .95em;
  line-height: 1.55em;
}

.h2titulo-tab-lateral {
  color: var(--azul-unimar);
  text-align: left;
  align-self: flex-start;
  font-family: Signika, sans-serif;
  font-size: 1.8em;
  font-weight: 600;
}

.image-9 {
  padding-bottom: 20px;
}

.image-10 {
  margin-left: 60px;
  padding-left: 0;
}

.rich-text-lista-abc {
  padding-left: 5vw;
  padding-right: 5vw;
}

.rich-text-lista-abc h1 {
  color: var(--azul-unimar);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Signika, sans-serif;
  font-size: 3.5em;
  font-weight: 700;
  line-height: 1em;
}

.rich-text-lista-abc h2 {
  color: var(--azul-unimar);
  margin-top: 60px;
  margin-bottom: 20px;
  font-family: Signika, sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.5em;
}

.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 {
  color: var(--azul-unimar);
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Signika, sans-serif;
  font-size: 1.3em;
  line-height: 1.5em;
}

.rich-text-lista-abc.bg-dark {
  color: #fff;
}

.rich-text-lista-abc a {
  color: var(--azul);
  text-decoration: none;
}

.rich-text-lista-abc blockquote {
  background-image: url('../images/quotes.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 60px;
  border-left-style: none;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: -8px;
  padding: 20px 80px;
  font-size: 1em;
  font-style: italic;
}

.rich-text-lista-abc h6 {
  border-left: 4px solid var(--azul-unimar);
  margin-bottom: 20px;
  padding-left: 12px;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5em;
}

.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: var(--royal-blue-2);
}

.span-destaque.sublinhado {
  text-decoration: underline;
}

.span-destaque.span-verde {
  color: #13913f;
}

.span-highlight {
  background-color: #f2ff4b;
  padding-left: 4px;
  padding-right: 4px;
}

.bold-text-2, .span-neg-sublin {
  text-decoration: underline;
}

.italic-text {
  padding-left: 0;
  padding-right: 0;
}

.oi-flip-cards {
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 6px;
  padding-right: 10px;
  display: flex;
}

.oi-flip-cards.card-multi {
  flex-wrap: wrap;
}

.card {
  perspective: 1000px;
  cursor: pointer;
  flex-direction: column;
  flex: 2 45%;
  justify-content: center;
  align-items: center;
  margin: 15px;
  transition: transform .3s;
  display: flex;
  position: static;
}

.card:hover {
  transform: scale(1.02);
}

.card.card-multi {
  flex-grow: 3;
  flex-basis: 30%;
}

.card_unidade {
  width: 100%;
  height: 300px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  margin-left: 20px;
  margin-right: 20px;
  padding: 0;
  position: static;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.card_frente {
  z-index: auto;
  background-color: #00682c;
  background-image: linear-gradient(132deg, var(--dark-turquoise), var(--royal-blue-2));
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #fff;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  font-size: 6em;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translate(0);
  box-shadow: -1px -1px 10px rgba(0, 0, 0, .7);
}

.card_atras {
  z-index: 0;
  background-color: var(--royal-blue-2);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #fff;
  transform-style: preserve-3d;
  background-image: url('../images/text_logo.svg');
  background-position: 100% 2%;
  background-repeat: no-repeat;
  background-size: 50px;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 10% 5%;
  font-family: Exo, sans-serif;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.card_texto {
  color: #fff;
  text-align: center;
  margin-bottom: 5%;
  padding-left: 5%;
  padding-right: 5%;
  font-family: Exo, sans-serif;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.4em;
}

.form-block {
  margin-bottom: 10px;
}

.form {
  cursor: pointer;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  position: relative;
}

.check-button {
  width: 28px;
  height: 28px;
  clear: left;
  cursor: pointer;
  border: 2px solid #333;
  border-radius: 20px;
  align-self: center;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.image-23 {
  margin-top: -1px;
  margin-left: 5px;
  padding: 0;
}

.checklist-texto {
  color: #333;
  align-self: center;
  margin-left: 10px;
  padding-top: 9px;
  font-family: Open Sans, sans-serif;
  font-size: 1.1em;
  font-weight: 600;
  display: block;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-24 {
  margin-top: 0;
  margin-left: -48px;
  position: absolute;
  transform: rotate(14deg);
}

.div-checklist {
  border-style: none none solid solid;
  border-width: 1.5px;
  border-color: #84be41 #84be41 var(--royal-blue-2) var(--royal-blue-2);
  background-color: rgba(0, 119, 189, .05);
  border-radius: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 34px;
  padding: 20px 15px 15px;
  display: block;
  box-shadow: 3px 3px 8px 4px rgba(0, 119, 189, .15);
}

.atividades {
  color: var(--royal-blue-2);
  font-size: 1em;
  line-height: 1.5em;
}

.oi-checklist {
  margin-top: 50px;
  margin-bottom: 50px;
  padding-left: 5vw;
  padding-right: 5vw;
}

.section {
  min-height: 100vh;
  background-color: #0077bd;
  background-image: url('../images/line-video.svg');
  background-position: 0 85%;
  background-repeat: no-repeat;
  background-size: 500px;
}

.foto-player-video {
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: block;
}

.lightbox-link {
  padding: 80px 10px 20px;
  display: block;
}

.icone_video_final {
  margin-bottom: 25px;
  margin-left: -8px;
}

.link-arrow {
  color: var(--body-light-gray);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 40px;
}

.video-final {
  min-height: 100vh;
  background-color: #1b6190;
  display: flex;
  position: relative;
  overflow: hidden;
}

.side-video-preview-2 {
  z-index: 999;
  width: 55%;
  flex-direction: column;
  flex: 0 auto;
  order: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  padding-right: 60px;
  display: block;
  position: relative;
  top: 100px;
}

.subtitulo_02 {
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 2em;
  line-height: 1.2em;
}

.video-content {
  width: 35%;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex: 0 auto;
  order: -1;
  align-self: stretch;
  padding-top: 120px;
  padding-bottom: 120px;
}

.video_play_botao {
  width: 80px;
  height: 80px;
  background-color: #ffa535;
  background-image: none, linear-gradient(to right, #0069b3, #06a5df);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  border: 2px solid #fff;
  border-radius: 50%;
  margin-left: 20px;
  margin-right: 35px;
}

.video_full {
  padding-top: 0;
  padding-bottom: 53px;
  position: relative;
  top: -9px;
  left: -2px;
}

.texto-2 {
  padding-left: 9%;
  padding-right: 9%;
  font-size: 1em;
  line-height: 1.5em;
}

.texto-2.texto_box_video {
  padding-left: 0%;
  padding-right: 0%;
}

.link-arrow-icon {
  margin-top: -3px;
  margin-left: 8px;
}

.side-video-info {
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 19px;
  padding-left: 15px;
  padding-right: 25%;
  font-size: 17px;
  display: flex;
}

.link-arrow-text {
  display: inline-block;
}

.lightbox-link-2 {
  min-width: 90%;
  cursor: pointer;
  padding: 20px;
}

.image-25 {
  min-width: 100%;
}

.rodape {
  background-color: var(--royal-blue);
}

.paragraph-2 {
  color: #fff;
  text-align: center;
  margin-bottom: 5px;
  padding-top: 10px;
  padding-bottom: 5px;
  font-size: .95em;
}

.legenda-caixa {
  color: #0069b3;
  margin-top: 5px;
  padding-left: 5vw;
  padding-right: 5vw;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.3em;
}

.texto-video-aula, .texto-video-aula ul {
  font-size: 1em;
}

.texto-video-aula li {
  padding-top: 10px;
}

.texto-video-aula h3 {
  margin-bottom: 0;
  font-size: 1.1em;
}

.oi-slider-topicos {
  height: 50vh;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 20px 60px;
  overflow: hidden;
  box-shadow: -3px 4px #1b6190;
}

.imagem-do-slide {
  width: 100%;
  clear: none;
  border-radius: 0 50px 0 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: visible;
}

.icon-2 {
  width: 50px;
  height: 50px;
  background-image: linear-gradient(rgba(109, 109, 109, .5), rgba(109, 109, 109, .5));
  border-radius: 40px;
  margin-left: 24px;
  margin-right: 20px;
  padding: 6px 2px 0 0;
}

.legenda-oi-slider {
  width: 80%;
  background-image: linear-gradient(135deg, var(--azul-unimar), var(--royal-blue-2));
  color: #fff;
  border-radius: 5px 5px 20px;
  flex: 0 auto;
  margin-bottom: 0;
  padding: 20px;
  font-family: Lato, sans-serif;
  font-size: 1em;
  line-height: 1.4em;
  display: inline-block;
  position: absolute;
  bottom: 5%;
  right: 2%;
  overflow: visible;
}

.icon-3 {
  width: 50px;
  height: 50px;
  background-image: linear-gradient(rgba(109, 109, 109, .4), rgba(109, 109, 109, .4));
  border-radius: 40px;
  margin-left: 7px;
  margin-right: 24px;
  padding-top: 6px;
  padding-left: 2px;
  padding-right: 0;
}

.mask-2 {
  top: 0;
  left: 0;
  right: 0;
}

.oi-slider-simples {
  margin: 40px 0%;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
  overflow: visible;
}

.slide-2 {
  clear: right;
}

.slide-nav {
  top: -90%;
  left: 0;
  right: 0;
}

.hero-video {
  width: 100%;
  min-height: 150px;
  box-shadow: none;
  background-color: #163683;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bloco-oi {
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 20px 5vw;
}

.tab-link-tabs {
  color: #fff;
  background-color: #555;
  border-top-right-radius: 12px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 10px;
  font-weight: 600;
  transition: transform .3s, background-color .3s;
}

.tab-link-tabs:hover {
  background-color: #162f49;
  transform: translate(0, -2px);
}

.tab-link-tabs.w--current {
  background-color: var(--royal-blue-2);
  border-top-right-radius: 12px;
  box-shadow: 0 0 6px rgba(0, 0, 0, .2);
}

.tab-contents {
  background-color: #fff;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 15px;
  box-shadow: -2px 4px #1b6190;
}

.img-click {
  opacity: .5;
  position: absolute;
  top: auto;
  bottom: 2%;
  left: auto;
  right: 2%;
}

.link-b42 {
  color: #f4ff5d;
}

.encerramento {
  min-height: 450px;
  display: block;
}

.services-color-bg-info {
  width: 33.3333%;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 56px;
  padding-left: 15px;
  padding-right: 40px;
  display: flex;
}

.section-small-header {
  color: #ffa535;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: .8em;
  font-weight: 700;
  line-height: 20px;
}

.services-color-bg-header {
  flex: 1;
  padding-bottom: 32px;
}

.service-color-bg-icon {
  float: left;
}

.service-color-bg-info {
  padding-left: 24px;
  overflow: hidden;
}

.service-color-bg-header {
  margin-top: 0;
  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 {
  background-color: var(--body-light-gray);
  color: #111;
  text-align: center;
  padding: 120px 24px;
  overflow: hidden;
}

.section-encerramento.services-color-bg-section {
  background-color: var(--royal-blue-2);
}

.section-encerramento.grey-section {
  background-color: #f5f6f9;
}

.service-color-bg {
  width: 50%;
  padding-bottom: 32px;
  padding-left: 15px;
  padding-right: 32px;
}

.services-color-bg {
  color: #fff;
  text-align: left;
  margin-top: -5px;
  margin-bottom: -48px;
  display: flex;
}

.wrapper {
  max-width: 1200px;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.services-color-bg-content {
  flex-wrap: wrap;
  flex: 1;
  display: flex;
}

.section-header-wrapper {
  max-width: 570px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 64px;
  display: block;
}

.conteudo-cards-sumario {
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  padding-top: 20px;
  padding-bottom: 30px;
  display: flex;
}

.paragrafo-cards {
  margin-bottom: 0;
  padding-top: 20px;
  line-height: 1.4em;
}

.service-card {
  color: #9096a4;
  background-color: #fff;
  border-radius: 8px;
  flex-grow: 1;
  flex-basis: 20%;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 56px 32px 40px;
  box-shadow: 0 8px 28px rgba(46, 50, 60, .09);
}

.service-card.esconder {
  display: none;
}

.button {
  height: 42px;
  border: 1.5px solid var(--royal-blue-2);
  color: var(--royal-blue-2);
  border-radius: 3px;
  margin-top: 5px;
  margin-bottom: 15px;
  padding: 8px 15px;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.5em;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s;
  display: inline-block;
}

.button:hover {
  transform: translate(0, -1px);
  box-shadow: 0 5px 18px rgba(0, 119, 189, .33);
}

.service-card-header {
  color: #2e323c;
  margin-top: 22px;
  font-size: 1em;
}

.section-description {
  color: #000;
  margin-top: 15px;
  font-size: 1.1em;
  line-height: 1.5em;
}

.titulo-encerramento {
  color: var(--royal-blue-2);
  font-family: Signika, sans-serif;
  font-size: 3em;
  font-weight: 600;
  line-height: 1em;
}

.popup-hide-me {
  z-index: 999;
  width: 100vw;
  height: 100vh;
  background-color: rgba(27, 27, 27, .95);
  background-image: none;
  background-size: auto;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
}

.popup-hide-me.pop-on {
  display: flex;
}

.popup-container {
  background-color: var(--azul-unimar);
  color: #fff;
  text-align: left;
  border-radius: 15px;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 40px 50px 50px;
  overflow: auto;
  box-shadow: 2px 0 9px 5px rgba(0, 0, 0, .31);
}

.popup-container.popup-unimar {
  background-image: linear-gradient(to bottom, var(--royal-blue-2) 28%, rgba(38, 114, 248, .5)), url('../images/bg-foto-aerea.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  position: relative;
}

.d-13-icons-wrapper {
  flex-direction: column;
  align-self: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.d-13-icon-wrapper {
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
  position: relative;
}

.d-13-icon-bg {
  z-index: 10;
  cursor: pointer;
  background-color: rgba(255, 255, 255, .1);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.text-block-6 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 300;
}

.d-13-border {
  width: 50px;
  height: 50px;
  border: 5px solid #fff;
  border-radius: 200px;
  position: absolute;
}

.popup-referencias, .popup-creditos {
  z-index: 9999999;
  width: 100vw;
  height: 100vh;
  background-color: rgba(27, 27, 27, .95);
  background-image: none;
  background-size: auto;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: auto;
}

.expediente-nomes {
  text-align: left;
  font-weight: 300;
}

.expediente-nomes.vg-consultoria {
  width: 70%;
  border-top: 1px dashed #fff;
  border-bottom: 1px dashed #fff;
  margin: 60px auto;
  padding: 25px;
}

.rich-text-expediente {
  text-align: left;
  margin-top: 40px;
  font-size: .9em;
  line-height: 1.2em;
}

.rich-text-expediente p {
  margin-bottom: 5px;
}

.columns-2 {
  margin-top: 40px;
  margin-bottom: 45px;
}

.paragraph-3 {
  text-align: center;
  position: absolute;
  top: auto;
  bottom: 3%;
  left: 0%;
  right: 0%;
}

.popup-coluna-materiais {
  text-align: left;
  margin-top: 40px;
}

.image-26 {
  box-shadow: 4px 4px 6px rgba(0, 0, 0, .45);
}

.categoria {
  width: 60px;
  background-color: var(--deep-sky-blue);
  color: #fff;
  text-align: center;
  border-radius: 8px;
  margin-top: 10px;
  padding: 2px 7px;
}

.capa-home {
  min-height: 100vh;
  background-color: var(--azul-unimar);
}

.invisivel-webflow {
  background-color: rgba(181, 23, 131, .15);
  display: none;
}

.rich-text-block {
  font-size: 1em;
  line-height: 1.5em;
}

.categoria-2 {
  width: 60px;
  color: #fff;
  text-align: center;
  background-color: #0ac3f2;
  border-radius: 8px;
  margin-top: 10px;
  padding: 2px 7px;
}

.botao-na-web {
  color: #0069b3;
  margin-top: 5px;
  padding-right: 5vw;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.3em;
}

.link-legenda-2 {
  color: #0069b3;
  cursor: pointer;
  background-image: linear-gradient(#f2faff, #f2faff);
  border: 1px dotted #0069b3;
  border-radius: 4px;
  margin-left: 5px;
  padding: 2px 10px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.link-legenda-2:hover {
  color: #fff;
  background-image: linear-gradient(#1b6190, #1b6190);
  border-color: #fff;
}

.titulo-aula {
  font-size: 1em;
  font-weight: 600;
  line-height: 1.2em;
}

.professor {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 1em;
  font-weight: 300;
  line-height: 1em;
}

.professor-nome {
  text-transform: uppercase;
  font-size: 1.3em;
  font-weight: 600;
}

.line-3 {
  z-index: 2;
  width: 35px;
  height: 2px;
  background-color: #7a7a7a;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}

.line-3.v2 {
  width: 25px;
  background-color: #fff;
  top: 30px;
}

.flipper-nav-button {
  width: 40px;
  height: 40px;
  background-color: var(--steel-blue);
  border-radius: 55px;
  padding: 0;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .78);
}

.flipper-nav-button:hover {
  background-color: var(--dark-turquoise);
}

.flipper-nav-button.w--open {
  background-color: var(--dark-turquoise);
  box-shadow: 1px 1px 3px rgba(122, 122, 122, .55);
}

.line-1 {
  z-index: 2;
  width: 35px;
  height: 2px;
  background-color: #7a7a7a;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

.line-1.v2 {
  width: 25px;
  background-color: #fff;
}

.nav-bar-menu {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: flex-end;
}

.nav-bar-content {
  z-index: 999999;
  min-height: 50px;
  background-color: var(--dark-slate-blue);
  flex: 1;
  align-items: center;
  padding-left: 40px;
  display: flex;
  position: relative;
}

.nome-da-unidade {
  color: #fff;
  align-items: center;
  padding-left: 15px;
  font-size: .9em;
  font-weight: 300;
  line-height: 20px;
  display: flex;
}

.nav-menu-2 {
  z-index: 995;
  width: 400px;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  overflow: auto;
}

.navbar-nav {
  z-index: 999999;
  min-height: 50px;
  background-color: var(--dark-slate-blue);
  justify-content: space-between;
  align-items: center;
  padding-right: 30px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
}

.line-2 {
  z-index: 1;
  width: 35px;
  height: 2px;
  background-color: #7a7a7a;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.line-2.v2 {
  width: 30px;
  background-color: #fff;
  top: 20px;
}

.link-block-topicos {
  min-width: 25%;
  color: #fff;
  text-align: right;
  background-color: #2c2c2c;
  background-image: none;
  border-bottom: 1px rgba(255, 255, 255, .6);
  border-right: 2px solid rgba(0, 0, 0, 0);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-top: 5px;
  margin-right: 6px;
  padding: 9px 15px;
  font-family: Open Sans, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5em;
  text-decoration: none;
  transition: letter-spacing .3s, background-color .3s;
  display: block;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, .27);
}

.link-block-topicos:hover {
  min-width: 30%;
  background-color: var(--dark-turquoise);
  letter-spacing: 1px;
  border-bottom-color: #fff;
  border-right-color: #fff;
}

.nome-da-disciplina {
  color: #fff;
  margin-right: 21px;
  padding-left: 15px;
  font-size: .7em;
  font-weight: 700;
  line-height: 1em;
}

.nav-bar-infos {
  border-left: 2px solid #fff;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 20px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
}

.audiobook-content-antigo {
  background-color: #f1f3f4;
  padding-top: 30px;
  padding-bottom: 30px;
}

.audiobook-box {
  align-items: center;
  margin-left: 5vw;
  margin-right: 5vw;
  display: flex;
}

.icon-audio {
  width: 60px;
  height: 60px;
  border: 1px solid #c1c2c3;
  padding: 10px;
}

.div-block-7 {
  flex-direction: column;
  flex: 1;
  margin-left: 10px;
  display: flex;
}

.html-embed {
  border: 1px solid #c1c2c3;
  align-self: stretch;
  display: flex;
}

.button-popup {
  height: 48px;
  min-width: 160px;
  background-image: linear-gradient(to right, var(--royal-blue-2), var(--steel-blue));
  border-radius: 24px;
  margin-top: 25px;
  padding: 11px 24px;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.5em;
  transition: box-shadow .3s, transform .3s;
}

.button-popup:hover {
  transform: translate(0, -1px);
  box-shadow: 0 5px 18px rgba(0, 119, 189, .33);
}

.text-acess {
  width: 60%;
  flex: 1;
  margin-top: 15px;
  margin-bottom: 10px;
  margin-left: 15px;
}

.btt-acess-fechar {
  letter-spacing: 1px;
  background-color: gray;
  border: 2px solid #727272;
  border-radius: 8px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  transition: background-color .2s;
}

.btt-acess-fechar:hover {
  background-color: #243341;
}

.btn-acess {
  background-color: var(--steel-blue);
  border-radius: 20px;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  padding: 5px 10px 5px 0;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.btn-acess:hover {
  background-color: #19d0de;
}

.btn-font {
  width: 45px;
  height: 45px;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
}

.btn-font.btn-azul {
  background-color: #090b2e;
  border-radius: 25px;
}

.btn-font.btn-black {
  background-color: #1f1f1f;
  border-radius: 25px;
}

.acess-title {
  font-size: 16px;
  font-weight: 700;
}

.acess-title.t-contraste {
  border-top: 1px solid #9e9e9e;
  padding-top: 10px;
}

.avatar-mari {
  width: 200px;
  background-image: url('../images/avatar-marilia-acess.svg');
  background-position: 50% 10px;
  background-repeat: no-repeat;
  background-size: 80%;
  align-self: stretch;
}

.font-size-ajuste {
  margin-top: 10px;
  margin-bottom: 15px;
  display: flex;
}

.acess-modal {
  z-index: 99999;
  max-width: 430px;
  min-height: 200px;
  min-width: 380px;
  background-color: #e6e6e6;
  border: 1px solid #9c9c9c;
  border-radius: 12px;
  margin-top: 60px;
  padding-top: 10px;
  padding-left: 10px;
  display: none;
  position: fixed;
  top: 0;
  bottom: auto;
  left: auto;
  right: 10px;
  box-shadow: 3px 3px 7px rgba(0, 0, 0, .5);
}

.text-ajuda {
  margin-top: 3px;
}

.video {
  border-radius: 8px;
}

.tabs-3 {
  flex: none;
  align-self: center;
}

.tab-videoaula {
  border: 1px solid var(--white);
  color: var(--solid-gray);
  background-color: rgba(29, 29, 29, .81);
  border-radius: 8px;
  margin-bottom: 5px;
  margin-right: 5px;
  transition: background-color .2s;
}

.tab-videoaula:hover {
  background-color: var(--azul-unimar);
}

.tab-videoaula.w--current {
  color: var(--royal-blue-2);
  background-color: #fff;
  font-weight: 700;
}

.button-2 {
  background-color: rgba(0, 0, 0, 0);
  margin-left: 10px;
  margin-right: 10px;
  padding: 5px;
  font-size: 14px;
}

.button-2:hover {
  background-color: rgba(0, 0, 0, .1);
}

.button-2.off {
  display: none;
}

.html-embed-2 {
  flex: 0 auto;
  align-self: auto;
}

.video-final-simples {
  min-height: 100vh;
  background-image: linear-gradient(to top, #0b2155, rgba(31, 128, 225, .55));
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.video-final-simples.home-generica {
  background-image: linear-gradient(to top, rgba(0, 128, 255, .51), rgba(2, 25, 66, .78));
}

.button-box {
  background-color: rgba(0, 0, 0, .15);
  border: 1.5px solid #fff;
  border-radius: 15px;
  margin-top: 40px;
  font-weight: 300;
  transition: transform .5s cubic-bezier(.25, .46, .45, .94);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, .4);
}

.button-box:hover {
  transform: scale(1.05);
  box-shadow: 1px 1px 15px rgba(0, 0, 0, .4);
}

.tab-pane-tab-1, .tabs-content {
  border-radius: 8px;
}

.capa-foto {
  min-width: 100%;
  display: block;
}

.capa-foto.a01, .capa-foto.a02 {
  background-image: url('../images/a03-fg01.jpg');
  background-position: 50%;
  background-size: cover;
}

.capa-foto.a04, .capa-foto.a03, .capa-foto.a05, .capa-foto.a06, .capa-foto.a07, .capa-foto.a08, .capa-foto.a09, .capa-foto.a10, .capa-foto.a11, .capa-foto.a12, .capa-foto.a13, .capa-foto.a14, .capa-foto.a15, .capa-foto.a16 {
  background-image: url('../images/aula01-tab01-3.jpg');
  background-position: 0 0;
  background-size: cover;
}

.titulo-capa-impresso {
  position: absolute;
  top: auto;
  bottom: 80px;
  left: 50px;
  right: auto;
}

.titulo-capa-impresso h1 {
  color: var(--white);
  margin-top: 6px;
  margin-bottom: 0;
  font-family: Signika, sans-serif;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1.1em;
}

.titulo-capa-impresso.var-aula01 {
  width: 55%;
}

.capa-impressa {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: stretch;
  align-items: end;
  display: none;
  position: relative;
  top: -2px;
}

.capa-impressa.on {
  display: block;
  top: -1px;
}

.div-titulo-capa-impressao {
  width: 55%;
  color: var(--white);
  flex: 0 auto;
  padding-bottom: 0;
  font-family: Signika, sans-serif;
  font-size: 2.2em;
  font-weight: 600;
  line-height: 1em;
}

.container-2 {
  color: #414141;
}

.container-2.com-margem, .container-3 {
  padding-left: 5vw;
  padding-right: 5vw;
}

.container-3.sem-margem {
  padding-left: 0;
  padding-right: 0;
}

.texto-sumario {
  font-size: 1em;
  line-height: 1.5em;
}

.texto-sumario.aulas {
  color: var(--azul-unimar);
  font-weight: 700;
}

.div-block-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.aula-numero {
  color: var(--azul-unimar);
}

.aula-numero.espaco {
  margin-left: 10px;
  margin-right: 10px;
}

.box-sumario {
  width: 10px;
  height: 18px;
  background-color: var(--azul-unimar);
  display: inline-block;
}

.box-sumario.azul-claro {
  background-color: #2d91f5;
  margin-left: 10px;
}

.sumario-nome-da-aula.var-aula01, .sumario-nome-da-aula.var-aula02, .sumario-nome-da-aula.var-aula03, .sumario-nome-da-aula.var-aula04, .sumario-nome-da-aula.var-aula05, .sumario-nome-da-aula.var-aula06, .sumario-nome-da-aula.var-aula07, .sumario-nome-da-aula.var-aula08, .sumario-nome-da-aula.var-aula09, .sumario-nome-da-aula.var-aula10, .sumario-nome-da-aula.var-aula11, .sumario-nome-da-aula.var-aula12, .sumario-nome-da-aula.var-aula13, .sumario-nome-da-aula.var-aula14, .sumario-nome-da-aula.var-aula15, .sumario-nome-da-aula.var-aula16 {
  color: #474747;
}

.aulas-sumario {
  align-items: flex-start;
  margin-left: 30%;
  font-size: 17px;
  display: flex;
}

.conteudo-programatico {
  background-color: #ccc;
  margin-bottom: 30px;
  padding-top: 50px;
  padding-bottom: 30px;
}

.image-27 {
  margin-left: 30%;
}

.div-block-9 {
  width: 210px;
  height: 100%;
  min-height: 100vh;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0069b5;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.image-28 {
  flex: 0 auto;
  align-self: auto;
  margin-top: 18px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-2 {
  min-height: 100vh;
  position: relative;
}

.div-block-10 {
  font-size: 17px;
  position: absolute;
  top: 5.5%;
  bottom: auto;
  left: auto;
  right: 17%;
}

.paragraph-4 {
  color: rgba(255, 255, 255, .5);
  align-items: flex-start;
  padding-top: 4px;
  padding-right: 32px;
  font-family: Signika, sans-serif;
  font-size: 30px;
  font-weight: 400;
  display: flex;
}

.text-span {
  clear: left;
  flex-direction: column;
  align-self: flex-end;
  padding-left: 10px;
  font-size: 60px;
  display: flex;
}

.bold-text-3 {
  font-size: 60px;
}

.div-block-11 {
  border-top: 5px solid var(--azul-unimar);
  color: var(--azul-unimar);
  background-image: linear-gradient(rgba(255, 255, 255, .45), rgba(255, 255, 255, .45));
  border-radius: 0 0 15px 15px;
  margin-left: 70px;
  margin-right: 70px;
  padding-bottom: 1px;
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: 1px 1px 5px 5px rgba(0, 119, 189, .15);
}

.columns-3 {
  margin: 20px 0;
  padding: 20px 30px;
}

.column-2 {
  text-align: left;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.link-indice {
  color: var(--azul-unimar);
  cursor: pointer;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px 10px;
  font-family: Signika, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.link-indice:hover {
  border-left: 2px solid var(--dark-slate-blue);
  color: var(--dark-slate-blue);
  font-weight: 700;
}

.div-block-12 {
  width: 80px;
  height: 110px;
  background-color: #26247b;
  border-bottom: 4px solid #0071bb;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-12.divindice {
  width: 180px;
  height: 50px;
  background-color: var(--azul-unimar);
  border-bottom-color: #1797e2;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-direction: column;
  font-family: Signika, sans-serif;
  font-size: 15px;
}

.text-block-7 {
  color: #fff;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 42px;
}

.text-block-7.textindice {
  letter-spacing: 6px;
  text-transform: uppercase;
  font-family: Signika, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.sumario {
  background-color: #d5ecfc;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.sumario.bg-claro {
  background-color: rgba(255, 255, 255, .6);
}

.sumario.bg-cinza {
  background-color: #ececec;
}

.audiobook-content {
  background-color: #f1f3f4;
  padding-top: 30px;
  padding-bottom: 50px;
  display: block;
}

.player-b42 {
  margin-left: 5vw;
  margin-right: 5vw;
}

.acess-titlte {
  color: var(--white);
  text-align: center;
}

.acess-logo {
  width: 30px;
  height: 30px;
  background-image: url('../images/LOGO-ACESSIBILIDADE.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 20px;
  margin-left: 7px;
  margin-right: 7px;
}

.slider-textual {
  height: 100%;
  color: #fff;
  background-color: #1b6190;
  background-image: linear-gradient(58deg, rgba(27, 97, 144, .94), rgba(0, 142, 185, .93));
  border-radius: 20px;
  align-items: stretch;
  margin-bottom: 0;
  font-size: 18px;
  display: flex;
}

.slide-texto {
  max-width: 600px;
  min-height: 250px;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.slide-nav-2 {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
}

.slider-texto {
  margin-top: 10px;
  margin-bottom: 40px;
  padding-left: 5vw;
  padding-right: 5vw;
}

.image-content {
  justify-content: center;
  padding-bottom: 5px;
  display: flex;
}

.text-block-8 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.figuras-titulo {
  color: #0069b3;
  border-top: 1px #0069b3;
  margin-top: 7px;
  padding-top: 5px;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.3em;
}

.card_frente-2 {
  z-index: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #fff;
  background-color: #00682c;
  background-image: linear-gradient(132deg, #0077bd, #1a2133);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  font-size: 6em;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translate(0);
  box-shadow: -1px -1px 10px rgba(0, 0, 0, .7);
}

.card_atras-2 {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #fff;
  transform-style: preserve-3d;
  background-color: #1b6190;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 10% 5%;
  font-family: Exo, sans-serif;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.card_texto-2 {
  color: #fff;
  text-align: center;
  margin-bottom: 5%;
  padding-left: 5%;
  padding-right: 5%;
  font-family: Open Sans, sans-serif;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.4em;
}

.card_texto-2.menor-qtde {
  font-size: 1.5em;
}

.card-circle {
  width: 180px;
  height: 180px;
  border: 3px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  font-size: 1em;
  font-style: italic;
  font-weight: 700;
  display: flex;
}

.card-circle.menor {
  width: 140px;
  height: 140px;
  border-width: 2px;
}

.card-circle.circle-colunas {
  width: 120px;
  height: 120px;
  border-width: 4px;
  border-color: var(--azul-unimar);
  margin-right: 20px;
}

.card-circle.circle-colunas-menor {
  width: 100px;
  height: 100px;
  border-width: 4px;
  border-color: var(--azul-unimar);
  color: var(--azul-unimar);
  padding-right: 10px;
  font-family: Signika, sans-serif;
  font-size: 4em;
}

.img-click-2 {
  opacity: .5;
  text-align: left;
  position: absolute;
  top: auto;
  bottom: 2%;
  left: auto;
  right: 2%;
}

.elementos-destaque {
  position: relative;
}

.paragraph-rodape {
  text-align: left;
  margin-bottom: 20px;
  padding-left: 5vw;
  padding-right: 5vw;
}

.div-block-14 {
  display: block;
}

.expediente-nomes-2 {
  text-align: left;
  font-weight: 300;
  display: block;
}

.modal-notas-hide-me {
  z-index: 999;
  width: 100vw;
  height: 100vh;
  background-color: rgba(27, 27, 27, .95);
  background-image: none;
  background-size: auto;
  align-items: center;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
}

.modal-notas-hide-me.on {
  display: flex;
}

.btn-notas {
  color: #1f80e1;
  cursor: pointer;
  font-weight: 600;
}

.popup-notas {
  max-width: 600px;
  min-width: 500px;
  color: #fff;
  text-align: left;
  background-color: #0077bd;
  border-radius: 15px;
  margin: 50px auto;
  padding: 40px 50px 50px;
  overflow: auto;
  box-shadow: 2px 0 9px 5px rgba(0, 0, 0, .31);
}

.close-popup {
  z-index: 10;
  cursor: pointer;
  background-color: rgba(255, 255, 255, .1);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.notas-p {
  text-align: left;
  font-weight: 300;
  display: block;
}

.div-codigo {
  color: #cfcfcf;
  background-color: #343434;
  border: 3px solid #a3a3a3;
  border-radius: 10px;
  margin: 5px 10px 15px;
  padding: 30px 5vw;
  font-family: Open Sans, sans-serif;
}

.codigo-programacao {
  border-left: 4px solid #7c7c7c;
  padding-left: 3vw;
  font-family: Inconsolata, monospace;
  font-size: .98em;
  line-height: 1.3em;
}

.legenda-codigo {
  color: #0069b3;
  border-top: 1px solid #0069b3;
  margin-bottom: 25px;
  margin-left: 14px;
  margin-right: 14px;
  padding-top: 3px;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.3em;
}

.legenda-codigo.titulo-codigo {
  border-top-style: none;
  margin-top: 20px;
  margin-bottom: 10px;
}

.div-codigo-saida {
  color: #cfcfcf;
  background-color: #0a0a0a;
  border: 3px solid #414141;
  border-radius: 10px;
  margin: 5px 10px 15px;
  padding: 30px 5vw;
  font-family: Open Sans, sans-serif;
}

.codigo-saida {
  border-left: 4px #7c7c7c;
  padding-left: 1vw;
  font-family: Inconsolata, monospace;
  font-size: .98em;
  line-height: 1.3em;
}

.questoes-item {
  height: 60px;
  cursor: pointer;
  align-items: center;
  font-size: 1em;
  font-weight: 600;
  display: flex;
}

.questoes-item:hover {
  color: var(--azul-unimar);
}

.questoes-resposta-texto {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1em;
  line-height: 1.5em;
}

.questao-abc {
  width: 40px;
  height: 40px;
  color: var(--white);
  background-color: #0069b3;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  display: flex;
  position: relative;
}

.exercicios {
  z-index: 2;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto 30px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: block;
  position: relative;
}

.resposta-content {
  background-color: #ff8585;
  border-bottom: 1px solid rgba(45, 62, 80, .12);
  margin-left: 50px;
  padding-left: 20px;
  overflow: hidden;
}

.resposta-content.correta {
  background-color: #61ffa8;
}

.image-center {
  text-align: center;
  justify-content: center;
  padding-bottom: 5px;
  display: flex;
}

.btn-link {
  border: 1px solid var(--white);
  color: var(--white);
  border-radius: 4px;
  display: inline-block;
}

.btn-link.button {
  border-color: var(--royal-blue-2);
}

.text-block-9 {
  font-size: 1em;
}

.card_frente-3 {
  z-index: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #fff;
  text-align: center;
  background-color: #00682c;
  background-image: linear-gradient(132deg, #0077bd, #1a2133);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  font-size: 2em;
  font-weight: 700;
  line-height: 40px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translate(0);
  box-shadow: -1px -1px 10px rgba(0, 0, 0, .7);
}

.text-block-10 {
  line-height: 26px;
}

._2-colunas {
  margin-top: 20px;
  margin-bottom: 40px;
}

.imagem-colunas {
  max-height: 120px;
  max-width: 120px;
  margin-left: 10px;
  margin-right: 20px;
}

.elemento-colunas {
  background-color: #fff;
  border-radius: 20px 60px;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  position: relative;
  box-shadow: -3px 4px #1b6190;
}

.elemento-colunas.elemento-interativo {
  position: relative;
  overflow: hidden;
}

.elemento-colunas.destaque {
  padding-top: 40px;
}

.colunas-flex {
  align-items: center;
  display: flex;
}

.circulo-numero {
  text-shadow: 3px 3px 0 var(--solid-gray);
}

.colunas-img-content {
  max-width: 980px;
  border-radius: 20px;
  flex-direction: row;
  flex: 1;
  margin: 20px auto 40px;
  display: flex;
  overflow: hidden;
}

.card-box-text {
  min-height: 220px;
  background-color: var(--royal-blue-2);
  flex: 1;
  padding: 20px;
  position: relative;
}

.card-box-text.text-right {
  z-index: 50;
  flex: 1;
  align-items: center;
  display: flex;
}

.img-placeholder-colunas {
  color: #fff;
  padding-bottom: 2px;
  padding-left: 10px;
  font-size: .7em;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.img-placeholder-colunas.dark {
  color: var(--black);
}

.span-marcador {
  background-color: #fdd356;
  padding-left: 4px;
  padding-right: 4px;
  font-weight: 500;
}

.span-marcador.frase-destaque {
  color: #1a1a1a;
  background-color: #fdd356;
  font-weight: 600;
}

.card-imagem-ilustrativa {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.card-box-left {
  width: 50%;
  min-height: 350px;
  flex: 0 auto;
  position: relative;
}

.rt-dark {
  color: #fff;
}

.texto-padrao {
  flex: 1;
  font-size: 16px;
  line-height: 24px;
}

.texto-padrao.bg-dark {
  color: #fff;
}

.slider-caixa-texto {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  align-items: stretch;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-bottom: 0;
}

.espaco-topo {
  color: #1a1a1a;
  padding-top: 25px;
  font-size: 1em;
  line-height: 1.5em;
}

.right-arrow-2 {
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 20px;
  padding-right: 10px;
  display: flex;
}

.right-arrow-2.str {
  cursor: pointer;
  align-items: center;
}

.slider-numeros {
  width: 80px;
  background-color: var(--royal-blue-2);
  color: #fff;
  flex: none;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  font-size: 2em;
  font-weight: 700;
  display: flex;
}

.slider-div-text-info-2 {
  color: #1a1a1a;
  flex-direction: column;
  justify-content: space-between;
  align-self: center;
  align-items: stretch;
  margin: 10px 40px 38px 20px;
  padding-top: 10px;
  display: flex;
}

.seta-2 {
  width: 40px;
  height: 40px;
  background-image: linear-gradient(to bottom, var(--azul-unimar), var(--azul-unimar));
  color: #f6ffdc;
  cursor: pointer;
  border-radius: 20px;
  padding-top: 10px;
  padding-left: 6px;
  font-size: .8em;
  font-weight: 400;
}

.seta-2:hover {
  background-image: linear-gradient(to bottom, var(--steel-blue), var(--steel-blue));
}

.slider-content-2 {
  background-color: rgba(231, 94, 108, .1);
  display: flex;
}

.slider-content-2.slide-numero-texto {
  min-height: 240px;
  background-color: var(--white);
  box-shadow: 4px 4px 0 0 var(--royal-blue-2);
  border-radius: 20px 60px;
  margin-bottom: 10px;
  margin-left: 60px;
  margin-right: 60px;
  overflow: hidden;
}

.left-arrow-2 {
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 20px;
  padding-left: 10px;
  display: flex;
}

.left-arrow-2.stl {
  cursor: pointer;
  align-items: center;
}

.seta-1 {
  width: 40px;
  height: 40px;
  background-image: linear-gradient(to bottom, var(--azul-unimar), var(--azul-unimar));
  cursor: pointer;
  border-radius: 20px;
  padding-top: 10px;
  padding-left: 0;
  padding-right: 3px;
  font-size: .8em;
  font-weight: 400;
}

.seta-1:hover {
  background-image: linear-gradient(to bottom, var(--steel-blue), var(--steel-blue));
}

.videoaula-embed {
  background-color: #fff;
  background-image: url('../images/box-01-link-bg-ii.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-top: 56.25%;
  position: relative;
}

html.w-mod-js [data-ix="fade-up-1"] {
  opacity: 0;
  transform: translate(0, 60px);
}

html.w-mod-js [data-ix="fade-right"] {
  opacity: 0;
  transform: translate(-60px);
}

html.w-mod-js [data-ix="fade-left"] {
  opacity: 0;
  transform: translate(60px);
}

html.w-mod-js [data-ix="play-button"] {
  opacity: 0;
  transform: scale(.5);
}

html.w-mod-js [data-ix="fade-up-2"], html.w-mod-js [data-ix="fade-up-3"], html.w-mod-js [data-ix="fade-up-4"] {
  opacity: 0;
  transform: translate(0, 60px);
}

@media screen and (max-width: 991px) {
  .hero-capa-barra {
    flex: 1;
    align-self: flex-end;
  }

  .hero-capa-info {
    margin-top: 60px;
    margin-left: 5%;
    margin-right: 5%;
  }

  .nome-da-aula {
    font-size: 2.8em;
  }

  .tabela {
    padding-left: 50px;
    padding-right: 50px;
  }

  .background-video {
    justify-content: space-between;
  }

  .imagem-graficos {
    padding-left: 50px;
    padding-right: 50px;
  }

  .objetivo {
    padding-left: 10px;
    padding-right: 10px;
  }

  .oi-flip-cards {
    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 {
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .card_texto {
    font-size: 1.2em;
    line-height: 1.5em;
  }

  .icone_video_final {
    display: inline-block;
  }

  .video-final {
    flex-direction: column;
  }

  .side-video-preview-2 {
    width: 100%;
    min-width: 100%;
    flex: 0 auto;
    order: 1;
    align-self: flex-start;
    margin-bottom: 100px;
    padding-top: 0;
    padding-left: 30px;
    top: 0;
  }

  .video-content {
    width: 100%;
    flex: none;
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .video_play_botao {
    width: 64px;
    height: 64px;
    background-size: 20px, auto;
    margin-left: 16px;
    margin-right: 16px;
  }

  .video_full {
    padding-bottom: 48px;
    top: -6px;
    left: -2px;
  }

  .side-video-info {
    margin-left: 8.33%;
    margin-right: 8.33%;
    padding-left: 8px;
    padding-right: 8%;
  }

  .oi-slider-topicos {
    height: 400px;
  }

  .legenda-oi-slider {
    width: 90%;
  }

  .services-color-bg-info {
    padding-left: 24px;
    padding-right: 24px;
  }

  .service-color-bg-icon {
    width: 40px;
  }

  .service-color-bg-info {
    padding-left: 16px;
  }

  .section-encerramento {
    padding: 100px 8px;
  }

  .service-color-bg {
    padding-left: 8px;
    padding-right: 16px;
  }

  .section-header-wrapper {
    max-width: 66.66%;
    padding-bottom: 56px;
  }

  .conteudo-cards-sumario {
    justify-content: center;
    margin-bottom: -16px;
  }

  .service-card {
    flex-basis: 40%;
    margin-bottom: 16px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .section-description {
    font-size: 15px;
  }

  .titulo-encerramento {
    font-size: 3.5em;
  }

  .popup-container {
    padding-top: 20px;
  }

  .d-13-icons-wrapper {
    flex-direction: column;
  }

  .d-13-icon-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .nav-menu-2 {
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .link-block-topicos {
    padding-bottom: 2px;
  }

  .div-block-6 {
    padding-top: 35px;
  }

  .button-2 {
    margin-left: 6px;
    margin-right: 6px;
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
  }

  .video-final-simples {
    min-height: 120vh;
    flex-direction: column;
    justify-content: flex-start;
    overflow: visible;
  }

  .slider-texto {
    padding-left: 50px;
    padding-right: 50px;
  }

  .card_frente-2 {
    width: auto;
    height: auto;
  }

  .card_atras-2 {
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .card_texto-2 {
    font-size: 1.2em;
    line-height: 1.5em;
  }

  .popup-notas {
    padding-top: 20px;
  }

  .card_frente-3 {
    width: auto;
    height: auto;
  }

  .imagem-colunas {
    margin-right: 10px;
  }

  .colunas-img-content {
    flex-direction: column;
  }

  .card-box-left {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .rich-text-padrao {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .rich-text-padrao h1 {
    font-size: 2em;
  }

  .rich-text-padrao blockquote {
    padding-right: 20px;
  }

  .slider {
    background-color: #fff;
  }

  .slider-content {
    flex-direction: column;
  }

  .slider-img {
    width: 100%;
  }

  .acordeon-box {
    margin-left: 4vw;
    margin-right: 4vw;
  }

  .acordeon-conteudo {
    margin-left: 0;
    padding-left: 30px;
    padding-right: 0;
  }

  .plus-wrap {
    width: 20px;
    height: 20px;
    margin-left: 0;
    margin-right: 10px;
  }

  .elementos-container {
    margin-left: 3vw;
    margin-right: 3vw;
  }

  .hero-capa-barra {
    display: flex;
  }

  .hero-capa-barra.bar-off {
    display: none;
  }

  .img-logo-fixed {
    max-height: 60px;
  }

  .barra-topo {
    height: 60px;
  }

  .tabela {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tabela-embed {
    font-size: .9em;
    line-height: 1.4em;
  }

  .background-video {
    flex-wrap: nowrap;
  }

  .imagem-graficos {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rich-text-slide {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .oi-itens-clicaveis {
    padding-left: 0;
    padding-right: 0;
  }

  .objetivo {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rich-text-lista-abc {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .oi-flip-cards {
    align-items: center;
    margin-top: 0;
  }

  .card {
    width: 80%;
  }

  .card_unidade {
    width: 100%;
  }

  .card_atras {
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .card_texto {
    font-size: 1.2em;
    line-height: 1.4em;
  }

  .icone_video_final {
    margin-left: auto;
    margin-right: auto;
  }

  .link-arrow {
    font-size: 11px;
    line-height: 32px;
  }

  .video-final {
    flex-direction: column;
  }

  .side-video-preview-2 {
    width: 100%;
    min-height: 400px;
    margin-bottom: 0;
  }

  .subtitulo_02 {
    font-size: 1.6em;
  }

  .video-content {
    width: 100%;
    padding-top: 45px;
    padding-bottom: 30px;
  }

  .video_full {
    left: -3px;
  }

  .texto-2 {
    font-size: .85em;
  }

  .side-video-info {
    text-align: center;
    padding-right: 8px;
  }

  .texto-video-aula {
    text-align: left;
  }

  .oi-slider-topicos {
    height: 375px;
  }

  .legenda-oi-slider {
    width: 100%;
    padding-left: 40px;
    bottom: 0%;
    right: 0%;
  }

  .hero-video {
    position: static;
  }

  .services-color-bg-info {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
  }

  .section-small-header {
    letter-spacing: 3px;
    font-size: 10px;
    line-height: 16px;
  }

  .services-color-bg-header {
    width: 100%;
  }

  .service-color-bg-header {
    margin-bottom: 0;
  }

  .section-header {
    margin-top: 16px;
  }

  .section-encerramento {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .services-color-bg {
    flex-direction: column;
  }

  .section-header-wrapper {
    padding-bottom: 40px;
  }

  .section-description {
    font-size: 14px;
    line-height: 24px;
  }

  .popup-container {
    padding-top: 0;
  }

  .d-13-icons-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    position: static;
  }

  .d-13-icon-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .line-3.v2 {
    width: 20px;
    top: 28px;
  }

  .flipper-nav-button {
    width: 40px;
    height: 40px;
    margin-right: 18px;
  }

  .line-1.v2 {
    width: 20px;
    top: 9px;
  }

  .nav-bar-content {
    padding-left: 10px;
  }

  .nav-menu-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-nav {
    flex-direction: row;
    padding-right: 0;
  }

  .line-2.v2 {
    width: 18px;
    top: 18px;
  }

  .div-block-5 {
    padding-top: 30px;
  }

  .text-acess {
    margin-top: 10px;
    margin-left: 10px;
  }

  .btt-acess-fechar {
    font-size: 14px;
  }

  .btn-acess {
    font-size: 12px;
  }

  .btn-font {
    font-size: 14px;
  }

  .avatar-mari {
    display: none;
  }

  .acess-modal {
    max-width: 100vw;
    min-width: auto;
    padding-right: 10px;
    font-size: 14px;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .button-2 {
    display: none;
  }

  .video-final-simples {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .div-block-11 {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .slide-texto {
    padding-left: 50px;
    padding-right: 50px;
  }

  .slider-texto {
    padding-left: 20px;
    padding-right: 20px;
  }

  .card_atras-2 {
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .card_texto-2 {
    font-size: 1.2em;
    line-height: 1.4em;
  }

  .popup-notas {
    padding-top: 0;
  }

  .questoes-box {
    margin-left: 4vw;
    margin-right: 4vw;
  }

  .questao-abc {
    width: 20px;
    height: 20px;
    margin-left: 0;
    margin-right: 10px;
  }

  .resposta-content {
    margin-left: 0;
    padding-left: 30px;
    padding-right: 0;
  }

  .elemento-colunas {
    margin-left: 3vw;
    margin-right: 3vw;
  }

  .colunas-img-content {
    flex-direction: column;
  }

  .card-box-left {
    width: 100%;
  }

  .texto-padrao.bg-dark {
    overflow: hidden;
  }

  .slide-nav-3.snt {
    background-color: rgba(0, 0, 0, 0);
  }

  .slider-numeros {
    width: 100%;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 0;
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .slider-div-text-info-2 {
    margin-bottom: 60px;
  }

  .slider-content-2 {
    flex-direction: column;
  }

  .videoaula-embed {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  .acordeon-conteudo {
    margin-left: 0;
  }

  .plus-wrap {
    width: 20px;
    height: 20px;
  }

  .hero-container-left {
    z-index: 600;
    width: 100%;
    padding-bottom: 0;
    position: relative;
  }

  .hero-container-right {
    z-index: 500;
    width: 100%;
    opacity: .3;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .nome-da-aula {
    font-size: 2.2em;
  }

  .tabela {
    padding-left: 10px;
    padding-right: 10px;
  }

  .background-video {
    padding-top: 80px;
  }

  .imagem-graficos {
    padding-left: 10px;
    padding-right: 10px;
  }

  .oi-itens-clicaveis {
    padding-left: 2px;
  }

  .conteudo-clique {
    margin-bottom: -10px;
    margin-left: -10px;
    padding: 20px 10px 20px 0;
    font-size: 14.5px;
  }

  .texto-objetivo {
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .objetivo {
    padding-left: 10px;
    padding-right: 10px;
  }

  .titulo-clique {
    font-size: .9em;
  }

  .tabs-menu-2 {
    flex-direction: row;
    justify-content: center;
    margin-left: 5px;
    padding-top: 30px;
  }

  .tabs-content-vertical {
    margin-top: 10px;
    margin-right: 15px;
  }

  .oi-tab-botao-img.w--current {
    margin-left: 5px;
    margin-right: 0;
  }

  .oi0tab-titulo-h1 {
    margin-bottom: 0;
    font-size: 26px;
    line-height: 28px;
  }

  .tabs-2 {
    flex-direction: column;
  }

  .oi-tab-vertical-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .oi-tab-botao {
    width: 60px;
    height: 60px;
    margin-left: 3px;
    margin-right: 3px;
  }

  .oi-tab-botao.w--current {
    margin-left: 5px;
    margin-right: 0;
  }

  .oi-tab-botao.img1, .oi-tab-botao.img2 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .oi0tab-titulo-h1-2 {
    margin-bottom: 0;
    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;
  }

  .icone_video_final {
    max-width: 80%;
  }

  .video-final {
    flex-direction: column;
  }

  .side-video-preview-2 {
    width: 100%;
    min-height: 320px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .subtitulo_02 {
    font-size: 1.6em;
  }

  .video-content {
    width: 100%;
    padding-bottom: 10px;
  }

  .video_full {
    padding-bottom: 27px;
    top: -2px;
    left: 0;
    right: 38px;
  }

  .texto-2 {
    padding-left: 7%;
    padding-right: 6%;
    font-size: 1em;
  }

  .side-video-info {
    text-align: center;
    margin-left: 8px;
    margin-right: 8px;
  }

  .texto-video-aula {
    text-align: left;
  }

  .oi-slider-topicos {
    height: auto;
    min-height: 240px;
    box-shadow: none;
    background-color: #1b6191;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    flex-direction: column;
    display: flex;
    overflow: hidden;
  }

  .imagem-do-slide {
    position: static;
  }

  .legenda-oi-slider {
    width: 100%;
    background-image: linear-gradient(to bottom, var(--azul-unimar), var(--royal-blue-2));
    border-radius: 0;
    display: block;
    position: static;
    bottom: 0%;
    right: 0%;
  }

  .mask-2 {
    flex: 0 auto;
  }

  .slide-2 {
    float: none;
    clear: none;
    position: static;
    overflow: visible;
  }

  .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-left: 8px;
    padding-right: 8px;
  }

  .service-card {
    flex-basis: 80%;
    padding-top: 48px;
  }

  .titulo-encerramento {
    font-size: 2.5em;
  }

  .popup-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .d-13-icon-wrapper {
    margin-top: 20px;
  }

  .professor-nome {
    font-size: 1em;
  }

  .flipper-nav-button {
    margin-right: 10px;
  }

  .nav-bar-content {
    flex: 1;
    padding-left: 10px;
  }

  .nav-menu-2 {
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: scroll;
  }

  .brand {
    padding-left: 0;
  }

  .navbar-nav {
    max-width: 100vw;
    padding-right: 0;
  }

  .link-block-topicos {
    min-width: 300px;
    margin-left: 0;
    font-size: 1em;
  }

  .div-block-6 {
    padding-top: 0;
  }

  .audiobook-box {
    margin-left: 2vw;
    margin-right: 2vw;
  }

  .icon-audio {
    display: none;
  }

  .text-acess {
    width: 100%;
    margin-top: 5px;
    margin-left: 0;
    padding-right: 10px;
  }

  .tab-videoaula {
    width: 100%;
    margin-top: 2px;
  }

  .div-block-11 {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .columns-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .slider-texto {
    padding-left: 10px;
    padding-right: 10px;
  }

  .card_texto-2 {
    font-size: 1.1em;
    line-height: 1.3em;
  }

  .card-circle.circle-colunas {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .popup-notas {
    padding-left: 30px;
    padding-right: 30px;
  }

  .questao-abc {
    width: 20px;
    height: 20px;
  }

  .resposta-content {
    margin-left: 0;
  }

  .imagem-colunas {
    margin-bottom: 10px;
  }

  .colunas-flex {
    flex-direction: column;
  }

  .colunas-img-content {
    flex-direction: column;
    margin-left: -20px;
    margin-right: -20px;
  }

  .slider-div-text-info-2 {
    margin-left: 10px;
    margin-right: 10px;
  }
}


@font-face {
  font-family: 'Unimar';
  src: url('../fonts/unimar.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}