body {
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 40px;
  margin-bottom: 10px;
  font-family: 'Roboto Slab', sans-serif;
  color: #00552c;
  font-size: 3em;
  line-height: 1.2em;
  font-weight: 900;
}

h2 {
  margin-top: 50px;
  margin-bottom: 10px;
  font-family: 'Roboto Slab', sans-serif;
  color: #00552c;
  font-size: 2.2em;
  line-height: 1.2em;
  font-weight: 700;
}

h3 {
  margin-top: 30px;
  margin-bottom: 10px;
  font-family: 'Roboto Slab', sans-serif;
  color: #00552c;
  font-size: 1.8em;
  line-height: 1.2em;
  font-weight: 400;
}

h4 {
  margin-top: 30px;
  margin-bottom: 10px;
  font-family: 'Roboto Slab', sans-serif;
  color: #1a1a1a;
  font-size: 1.5em;
  line-height: 1.2em;
  font-weight: 400;
}

h5 {
  margin-top: 30px;
  margin-bottom: 10px;
  font-family: Merriweather, serif;
  color: #1a1a1a;
  font-size: 1.2em;
  line-height: 20px;
  font-weight: 400;
}

h6 {
  margin-top: 25px;
  margin-bottom: 10px;
  font-family: Merriweather, serif;
  color: #1a1a1a;
  font-size: 1em;
  line-height: 1.2em;
  font-weight: 300;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #1a1a1a;
  font-size: 1em;
  line-height: 1.5em;
}

a {
  text-decoration: underline;
  cursor: pointer;
}

ul {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 40px;
  color: #1a1a1a;
  line-height: 1.5em;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
  color: #1a1a1a;
}

li {
  margin-bottom: 5px;
}

blockquote {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px 20px 40px 100px;
  border-top: 2px solid #00552c;
  border-bottom: 2px solid #00552c;
  border-left: 5px none #e2e2e2;
  background-image: url('../images/icon-aspas.svg');
  background-position: 0% 50%;
  background-size: 80px;
  background-repeat: no-repeat;
  color: #1a1a1a;
  font-size: 1em;
  line-height: 1.2em;
  font-style: normal;
  font-weight: 500;
}

.hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 780px;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(213, 161, 64, 0.15)), to(rgba(213, 161, 64, 0.15))), url('../images/bg-pattern-overlay_1bg-pattern-overlay.png'), url('../images/a01-abertura.jpg');
  background-image: linear-gradient(180deg, rgba(213, 161, 64, 0.15), rgba(213, 161, 64, 0.15)), url('../images/bg-pattern-overlay_1bg-pattern-overlay.png'), url('../images/a01-abertura.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, 2px, auto;
  color: #fff;
}

.hero.capa {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25))), url('../images/bg-pattern-overlay_1bg-pattern-overlay.png'), url('../images/image.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('../images/bg-pattern-overlay_1bg-pattern-overlay.png'), url('../images/image.jpg');
  background-size: auto, 2px, cover;
}

.titulo-capa {
  margin-bottom: 20px;
  color: #fff;
  font-size: 3.5em;
  line-height: 1em;
  font-weight: 100;
}

.titulo-capa.home {
  font-size: 5em;
  text-shadow: 2px 2px 1px #000;
}

.div-titulo {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  margin-left: 5vw;
  padding: 80px 40px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #004d27;
}

.div-titulo.home {
  max-width: none;
  margin-left: 0vw;
  padding-top: 120px;
  padding-left: 10vw;
  background-color: rgba(0, 0, 0, 0.25);
}

.curador-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
}

.curador-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  cursor: pointer;
}

.curador-foto {
  width: 80px;
  height: 80px;
  border-radius: 60px;
  background-color: rgba(0, 101, 52, 0.1);
  -o-object-fit: cover;
  object-fit: cover;
}

.curador-nome {
  margin-left: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.curador {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}

.nome-do-curador {
  color: #fff;
  font-weight: 700;
}

.curador-box-popup {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 500;
  display: block;
  overflow: auto;
  max-width: 450px;
  min-height: 400px;
  min-width: 300px;
  margin-left: 20px;
  padding-bottom: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
  box-shadow: 1px 1px 15px 10px rgba(0, 0, 0, 0.4);
  color: #fff;
}

.curador-popup-img {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.42)), to(rgba(0, 0, 0, 0.42))), url('../images/bg-pattern-overlay_1bg-pattern-overlay.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.42)), url('../images/bg-pattern-overlay_1bg-pattern-overlay.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
}

.curador-popup {
  margin-right: 12px;
  margin-bottom: 12px;
  margin-left: 12px;
  color: #fff;
}

.popup-titulo1 {
  color: #fff;
  font-size: 18px;
  line-height: 1.2em;
}

.text-block-2 {
  margin-top: 10px;
  color: #fff;
  font-size: 13px;
  line-height: 1.2em;
  font-weight: 400;
}

.curador-popup-fechar {
  position: absolute;
  left: auto;
  top: 8px;
  right: 8px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #222;
  color: #fff;
  font-weight: 100;
  cursor: pointer;
}

.curador-popup-fechar:hover {
  background-color: #000;
}

.curador-popup-text {
  margin: 30px 30px 12px;
  color: #000;
  font-size: 14px;
  line-height: 1.5em;
}

.curador-popup-curriculo {
  margin-top: 20px;
  margin-left: 30px;
  padding-left: 0px;
  background-color: transparent;
  color: #00552c;
  font-size: 12px;
}

.curador-popup-curriculo:hover {
  font-weight: 700;
}

.section-conteudo {
  position: relative;
  padding: 50px 20px;
  background-image: url('../images/logo-bg-5.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 101, 52, 0.1)), to(rgba(0, 101, 52, 0.1)));
  background-image: url('../images/logo-bg-5.svg'), linear-gradient(180deg, rgba(0, 101, 52, 0.1), rgba(0, 101, 52, 0.1));
  background-position: 90% 50%, 0px 0px;
  background-size: auto, auto;
  background-repeat: no-repeat, repeat;
  background-attachment: fixed, scroll;
}

.section-conteudo.bg-dark {
  background-color: #006534;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25))), url('../images/logo-bg-white.svg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('../images/logo-bg-white.svg');
  background-position: 0px 0px, 90% 50%;
  background-size: auto, auto;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section-conteudo.cor-2 {
  background-image: url('../images/logo-bg-5.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(247, 247, 247, 0.85)), to(rgba(247, 247, 247, 0.85)));
  background-image: url('../images/logo-bg-5.svg'), linear-gradient(180deg, rgba(247, 247, 247, 0.85), rgba(247, 247, 247, 0.85));
  background-position: 90% 50%, 0px 0px;
  background-size: auto, auto;
  background-repeat: no-repeat, repeat;
  background-attachment: fixed, scroll;
}

.texto-padrao {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 16px;
  line-height: 24px;
}

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

.div-imagem-ilustrativa {
  position: relative;
  overflow: hidden;
  max-width: 1260px;
  margin: 20px auto 40px;
  padding-top: 600px;
  border-radius: 0%;
}

.card-box-left {
  position: relative;
  width: 50%;
  min-height: 350px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.acordeoni-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 60px;
  margin-top: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #006534;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  cursor: pointer;
}

.acordeoni-item:hover {
  background-color: #000;
}

.accordeon-titulo {
  color: #fff;
}

.card-imagem-ilustrativa {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.acoredeon {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  max-width: 1400px;
  margin: 20px auto 40px;
}

.card-box-text {
  position: relative;
  min-height: 220px;
  padding: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #222433;
}

.card-box-text.text-right {
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #006534;
}

.plus---2 {
  width: 30px;
  height: 5px;
  border-radius: 3px;
  background-color: #f4f8ff;
}

.colunas-img-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 980px;
  margin: 20px auto 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.span-marcador {
  padding-right: 4px;
  padding-left: 4px;
  background-color: #fdf166;
  font-weight: 500;
}

.span-marcador.frase-destaque {
  background-color: #fdf166;
  color: #1a1a1a;
  font-weight: 600;
}

.span-marcador.cor-1 {
  background-color: #8aff6d;
}

.span-marcador.cor-2 {
  background-color: #fd8d8d;
}

.plus-l-2 {
  position: absolute;
  width: 5px;
  height: 30px;
  border-radius: 3px;
  background-color: #f4f8ff;
}

.plus-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-right: 25px;
  padding: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #00552c;
}

.acordeon-conteudo {
  overflow: hidden;
  padding-right: 30px;
  padding-left: 30px;
  background-color: rgba(0, 101, 52, 0.18);
  color: #1a1a1a;
  font-size: 1em;
  line-height: 1.5em;
}

.rt-dark {
  color: #fff;
}

.rt-dark blockquote {
  border-top-color: #fff;
  border-bottom-color: #fff;
  background-image: url('../images/icon-aspas-dark.svg');
  color: #fff;
}

.rt-dark h1 {
  color: #fff;
}

.rt-dark h2 {
  color: #fff;
  font-weight: 900;
}

.rt-dark h3 {
  color: #fff;
  font-weight: 700;
}

.rt-dark p {
  color: #fff;
}

.rt-dark ol {
  color: #fff;
}

.rt-dark ul {
  color: #fff;
}

.rt-dark h4 {
  color: #fff;
}

.rt-dark h5 {
  color: #fff;
}

.rt-dark h6 {
  color: #fff;
}

.rt-dark a {
  color: #fdf166;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}

.rt-dark a:hover {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.box-02 {
  min-height: 200px;
  margin-top: 15px;
  margin-bottom: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-left: 6px solid #00552c;
  background-color: #d4efff;
  box-shadow: 1px 1px 5px 2px rgba(32, 132, 231, 0.2);
  color: #335e3b;
}

.topo-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  margin-left: -60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.icon {
  margin-right: 15px;
  margin-left: 15px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.box {
  min-height: 200px;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 30px 30px 30px 60px;
  border-left: 6px solid #006534;
  background-color: #00552c;
  background-image: url('../images/conecte-se-bg.svg');
  background-position: 100% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #fff;
}

.box.bg03 {
  background-image: url('../images/box-04-link-bg-conceituando_1.svg');
  background-position: 98% 100%;
  background-size: 240px;
  background-repeat: no-repeat;
}

.box.bg04 {
  background-image: url('../images/box-02-link-bg.svg');
  background-position: 98% 100%;
  background-size: 240px;
  background-repeat: no-repeat;
}

.box.bg01 {
  background-image: url('../images/box-01-link-bg-ii.svg');
  background-position: 96% 100%;
  background-size: 220px;
  background-repeat: no-repeat;
}

.box.bg02 {
  border-left-color: #006534;
  background-image: url('../images/box-bg-saiba-mais.svg');
  background-position: 96% 100%;
  background-size: auto;
  background-repeat: no-repeat;
}

.box.bg03 {
  border-left-color: #006534;
  background-image: url('../images/na-pratica-bg.svg');
  background-position: 96% 100%;
  background-size: auto;
  background-repeat: no-repeat;
}

.box.bg04 {
  background-image: url('../images/box-04-link-bg-conceituando.svg');
  background-position: 96% 100%;
  background-size: auto;
  background-repeat: no-repeat;
}

.box.bg05 {
  padding-top: 40px;
  background-image: none;
}

.box.bg05.box-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.box.bg06 {
  background-image: url('../images/box-bg-reflita.svg');
  background-position: 96% 100%;
  background-size: auto;
  background-repeat: no-repeat;
}

.box.bg07 {
  background-image: url('../images/icon-atencao-bg.svg');
  background-position: 96% 100%;
  background-size: auto;
  background-repeat: no-repeat;
}

.box.bg08 {
  background-image: url('../images/icone-fica-a-dica-bg.svg');
  background-position: 98% 100%;
  background-size: auto;
  background-repeat: no-repeat;
}

.button {
  margin-top: 10px;
  margin-right: 15px;
  margin-bottom: 10px;
  padding: 8px 15px 7px;
  border-style: solid;
  border-width: 1.4px;
  border-color: #fff #fff #fff;
  background-color: transparent;
  color: #fff;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 600;
  letter-spacing: 2px;
  text-decoration: none;
  cursor: pointer;
}

.button:hover {
  border-color: #fff;
  background-color: rgba(255, 255, 255, 0.08);
  color: #fdfdfd;
}

.titulo-box {
  margin-top: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 1.5em;
  font-weight: 800;
  text-transform: uppercase;
}

.capa-titulo {
  margin-bottom: 20px;
  color: #fff;
  font-size: 4em;
  font-weight: 100;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.capa-titulo.videoaula {
  margin-bottom: 40px;
  padding: 5px 25px;
  background-color: #335e3b;
  color: #fff;
  font-size: 3em;
  font-weight: 400;
}

.section-2 {
  display: none;
  min-height: 600px;
  padding-top: 80px;
  padding-bottom: 80px;
  border-top: 6px solid #335e3b;
  background-color: #0a1b2b;
  color: #fff;
}

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.video {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-7 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: none;
  width: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #00552c;
}

.nav-menu {
  width: 100vw;
  margin-left: 60px;
  background-color: rgba(2, 2, 2, 0.97);
}

.brand {
  position: static;
  z-index: 100;
  display: block;
  margin-top: 15px;
  float: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.brand.navbar-brand {
  margin-bottom: 40px;
}

.icon-2 {
  color: #fff;
}

.menu-button {
  background-color: #050822;
}

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

.navbar-link {
  display: block;
  width: 100%;
  color: #fff;
  text-align: center;
}

.div-block-8 {
  height: 100%;
  max-width: 350px;
  padding-top: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #050822;
  text-align: center;
}

.columns-3 {
  margin: 20px 0px;
  padding: 20px 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-11 {
  margin-right: 70px;
  margin-left: 70px;
  padding-right: 20px;
  padding-bottom: 1px;
  padding-left: 20px;
  border-top: 5px solid #00552c;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.45)), to(hsla(0, 0%, 100%, 0.45)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.45), hsla(0, 0%, 100%, 0.45));
  box-shadow: 1px 1px 5px 5px rgba(51, 94, 59, 0.12);
  color: #006534;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 110px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 4px solid #0071bb;
  background-color: #26247b;
}

.div-block-12.divindice {
  width: 180px;
  height: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom-color: #006534;
  background-color: #00552c;
  color: #00552c;
  font-size: 15px;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.link-sumario {
  display: block;
  margin-top: 5px;
  padding: 5px 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #00552c;
  font-size: 1em;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}

.link-sumario:hover {
  border-right: 2px solid #00552c;
  border-left: 2px solid #00552c;
  color: #006534;
  font-weight: 700;
}

.text-block-7 {
  font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
  color: #fff;
  font-size: 42px;
}

.text-block-7.textindice {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 6px;
  text-transform: uppercase;
}

.sumario {
  position: relative;
  display: block;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: rgba(0, 101, 52, 0.18);
}

.audiobook {
  display: block;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #006534;
  background-image: url('../images/bg-audiobook.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: repeat-x;
  background-attachment: scroll;
  box-shadow: -5px 2px 6px 3px rgba(26, 26, 26, 0.15);
}

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

.player-b42 {
  margin-top: 20px;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.25);
}

.div-block-13 {
  margin-right: 10px;
  margin-left: 10px;
}

.image-3 {
  margin-top: 5px;
}

.figuras-imagem {
  margin-top: 10px;
  margin-bottom: 30px;
  padding-top: 0px;
}

.div-figura-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-figura-content.bg-dark {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.legenda {
  margin-top: 10px;
  padding-top: 8px;
  border-top: 1px dotted #1a1a1a;
  color: #1a1a1a;
  font-size: 0.92em;
  line-height: 1.3em;
  font-weight: 400;
}

.legenda.bg-dark {
  border-top-color: #fff;
  color: #fff;
}

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

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

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

.tab-link-tabs.w--current {
  border-top-right-radius: 0px;
  background-color: #006534;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
}

.tab-contents {
  padding: 15px;
  border-bottom: 4px solid #006534;
  border-left: 4px solid #006534;
  background-color: rgba(0, 101, 52, 0.18);
}

.rich-text-block {
  font-size: 1em;
  line-height: 1.5em;
}

.oi-flip-cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-bottom: 20px;
  margin-left: -15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

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

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

.card_frente {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: #006534;
  background-image: linear-gradient(132deg, #00552c, #000);
  box-shadow: -1px -1px 10px 0 rgba(0, 0, 0, 0.7);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  color: #fff;
}

.card_atras {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10% 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: #006534;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  font-family: Exo, sans-serif;
  color: #fff;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.card_texto {
  margin-bottom: 5%;
  padding-right: 5%;
  padding-left: 5%;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 1.1em;
  line-height: 1.4em;
  font-weight: 300;
  text-align: center;
}

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

.left-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  padding-left: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.left-arrow.stl {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.rich-text-slide {
  color: #335e3b;
  font-size: 1em;
  line-height: 1.5em;
}

.slider-div-text-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 40px 38px 20px;
  padding-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  color: #1a1a1a;
}

.slider-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.seta-2 {
  width: 40px;
  height: 40px;
  padding-top: 10px;
  padding-left: 6px;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00552c), to(#00552c));
  background-image: linear-gradient(180deg, #00552c, #00552c);
  color: #f6ffdc;
  font-size: 0.8em;
  font-weight: 400;
  cursor: pointer;
}

.seta-2:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(180deg, #000, #000);
}

.seta-1 {
  width: 40px;
  height: 40px;
  padding-top: 10px;
  padding-right: 3px;
  padding-left: 0px;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00552c), to(#00552c));
  background-image: linear-gradient(180deg, #00552c, #00552c);
  font-size: 0.8em;
  font-weight: 400;
  cursor: pointer;
}

.seta-1:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(180deg, #000, #000);
}

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

.slider-2 {
  height: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-bottom: 0px;
  background-color: rgba(0, 101, 52, 0.18);
}

.right-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-bottom: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.right-arrow.str {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.legenda-slider {
  color: rgba(0, 0, 0, 0.7);
  font-size: 0.8em;
  line-height: 1.5em;
}

.slider-numeros {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #00552c;
  color: #fff;
  font-size: 2em;
  font-weight: 700;
}

.slider-content-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(231, 94, 108, 0.1);
}

.slider-content-2.slide-numero-texto {
  min-height: 240px;
  margin-right: 60px;
  margin-left: 60px;
  background-color: rgba(0, 101, 52, 0.18);
}

.slider-content-2.slide-texto {
  min-height: 240px;
  margin-right: 60px;
  margin-left: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #00552c;
  text-align: center;
}

.slider-caixa-texto {
  height: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-bottom: 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent;
}

.icon-4 {
  width: 40px;
  height: 40px;
  padding-top: 10px;
  padding-left: 6px;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#335e3b), to(#335e3b));
  background-image: linear-gradient(180deg, #335e3b, #335e3b);
  color: #f6ffdc;
  font-size: 0.8em;
  font-weight: 400;
  cursor: pointer;
}

.icon-4:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(180deg, #000, #000);
}

.icon-5 {
  width: 40px;
  height: 40px;
  padding-top: 10px;
  padding-right: 3px;
  padding-left: 0px;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#335e3b), to(#335e3b));
  background-image: linear-gradient(180deg, #335e3b, #335e3b);
  font-size: 0.8em;
  font-weight: 400;
  cursor: pointer;
}

.icon-5:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(180deg, #000, #000);
}

.section-conclusao {
  margin-top: 0px;
  background-image: linear-gradient(135deg, #4dca64, #256b32);
  box-shadow: 0 -6px 9px 6px rgba(0, 0, 0, 0.5);
  font-size: 1em;
  line-height: 2em;
  text-align: center;
}

.conclusao-container {
  padding: 80px 50px;
  text-align: center;
}

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

.conclusao-titulo {
  margin-top: 20px;
  margin-bottom: 8px;
}

.conclusao-titulo.branco {
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 2.5em;
}

.conclusao-texto {
  color: #9096a4;
  font-size: 16px;
  line-height: 28px;
}

.conclusao-texto.branco {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  line-height: 20px;
}

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

.btn-iniciar:hover {
  background-color: #ffb000;
  box-shadow: 0 5px 18px 0 rgba(0, 0, 0, 0.33);
  -webkit-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
  font-family: Montserrat, sans-serif;
  color: #1a1a1a;
  font-weight: 600;
}

.video-aula {
  margin-bottom: 60px;
  border-radius: 8px;
}

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

.video-content {
  width: 35%;
  padding-top: 120px;
  padding-bottom: 120px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

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

.side-video-info {
  display: block;
  margin-left: 19px;
  padding-right: 25%;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
  font-size: 17px;
}

.side-video-preview-2 {
  position: relative;
  top: 100px;
  z-index: 999;
  display: block;
  width: 55%;
  padding-right: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.tab-videoaula {
  margin-right: 5px;
  margin-bottom: 5px;
  border: 1px solid #fff;
  border-radius: 8px;
  background-color: rgba(29, 29, 29, 0.81);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #e9e9e9;
}

.tab-videoaula:hover {
  background-color: #0077bd;
}

.tab-videoaula.w--current {
  background-color: rgba(255, 255, 255, 0);
  color: #fff;
  font-weight: 700;
}

.logo-ies {
  margin-left: 5%;
}

.texto-video-aula {
  color: #fff;
  font-size: 1em;
}

.texto-video-aula h3 {
  color: #fff;
}

.tab-video {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.titulo-tab-video {
  color: #fff;
}

.tabela-de-cor {
  width: 100px;
  height: 100px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}

.tabela-de-cor._01 {
  background-color: #00552c;
}

.tabela-de-cor._02 {
  background-color: #006534;
}

.tabela-de-cor._03 {
  background-color: #004d27;
}

.tabela-de-cor._04 {
  background-color: rgba(0, 101, 52, 0.18);
}

.tabela-de-cor._05 {
  background-color: #fdf166;
}

.tabela-de-cor._06 {
  background-color: #fff;
}

.tabela-de-cor._07 {
  background-color: #1a1a1a;
}

.tabela-de-cor._08 {
  background-color: #fff;
}

.tabela-de-cor._09 {
  background-color: rgba(0, 0, 0, 0.25);
}

.tabela-de-cor._10 {
  background-color: #000;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.tabela-de-cor._11 {
  background-color: #555;
}

.tabela-de-cor._12 {
  background-color: #fff;
}

.tabela-de-cor._12 {
  background-color: rgba(0, 101, 52, 0.1);
}

.tabela-de-cor._13 {
  background-color: rgba(247, 247, 247, 0.85);
}

.div-block-14 {
  padding: 12px 9px;
  background-color: #e4e4e4;
}

.cores-tabela {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph {
  text-align: center;
}

.espaco-topo {
  padding-top: 25px;
  color: #1a1a1a;
  font-size: 1em;
  line-height: 1.5em;
}

.link {
  display: inline-block;
  padding: 3px 5px 2px;
  border-style: solid;
  border-width: 1px;
  border-color: #006534;
  color: #006534;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
}

.link:hover {
  background-color: rgba(0, 101, 52, 0.18);
}

.titulo {
  margin-top: 7px;
  margin-bottom: 20px;
  padding-top: 8px;
  color: #1a1a1a;
  font-size: 0.92em;
  line-height: 1.3em;
  font-weight: 600;
}

.titulo.bg-dark {
  color: #fff;
}

.tabela {
  margin-top: 10px;
  margin-bottom: 40px;
}

.saida-de-codigo {
  margin-top: 5px;
  margin-bottom: 15px;
  padding: 30px 5vw;
  border: 3px solid #555;
  background-color: #0a0a0a;
  font-family: 'Open Sans', sans-serif;
  color: #cfcfcf;
}

.saida-de-codigo-texto {
  padding-left: 1vw;
  font-family: 'Source Code Pro', sans-serif;
  color: #fff;
  font-size: 0.98em;
  line-height: 1.3em;
}

.saida-de-codigo-texto p {
  color: #fff;
}

.legenda-codigo {
  margin-right: 14px;
  margin-bottom: 25px;
  margin-left: 14px;
  padding-top: 3px;
  border-top: 1px solid #0069b3;
  color: #0069b3;
  font-size: 1em;
  line-height: 1.3em;
  font-weight: 400;
}

.legenda-codigo.titulo-codigo {
  margin-top: 20px;
  margin-bottom: 10px;
  border-top-style: none;
}

.codigo-programacao {
  margin-top: 5px;
  margin-bottom: 15px;
  padding: 30px 5vw;
  border-style: solid;
  border-width: 3px;
  border-color: #a3a3a3;
  background-color: #343434;
  font-family: 'Open Sans', sans-serif;
  color: #cfcfcf;
}

.codigo-texto {
  padding-left: 3vw;
  border-left: 4px solid #7c7c7c;
  font-family: 'Source Code Pro', sans-serif;
  font-size: 0.98em;
  line-height: 1.3em;
}

.codigo-texto p {
  color: #fff;
}

.tabela-conteudo.tabela-dark {
  color: #1a1a1a;
}

.capa-imagem {
  position: relative;
  z-index: 1000;
  display: block;
  overflow: hidden;
  min-height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.imagem-capa-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.imagem-capa-bg.bg-conclusao {
  overflow: visible;
  width: 100%;
  min-height: 0px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.elemento-pattern {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  overflow: hidden;
  max-width: 100vw;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25))), url('../images/bg-pattern-overlay_1bg-pattern-overlay.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('../images/bg-pattern-overlay_1bg-pattern-overlay.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
}

.elemento-pattern.off {
  display: block;
}

.div-capa-imagem {
  overflow: hidden;
}

.div-block-15 {
  -o-object-fit: contain;
  object-fit: contain;
}

.div-container-img-autor {
  position: relative;
}

.autor-popup {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  overflow: hidden;
  width: 500px;
  height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
}

.figura-ilustracao {
  margin-top: 10px;
  margin-bottom: 30px;
  padding-top: 0px;
}

.section-sumario {
  display: block;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 5px solid #006534;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 101, 52, 0.18)), to(rgba(0, 101, 52, 0.18)));
  background-image: linear-gradient(180deg, rgba(0, 101, 52, 0.18), rgba(0, 101, 52, 0.18));
}

.container-14 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-sumario {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 30px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 5px;
}

.titulo-cor {
  margin-top: 30px;
  margin-bottom: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #006534;
  font-style: italic;
  text-align: center;
}

.titulo-cor.home {
  color: #fff;
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
  color: #fff;
  font-size: 1em;
  line-height: 1.5em;
}

.topicos {
  margin-bottom: 16px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #fff;
  font-size: 1.3em;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.tab-video-aula {
  margin-right: 5px;
  margin-bottom: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #00552c;
  background-color: rgba(0, 101, 52, 0.18);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #006534;
}

.tab-video-aula:hover {
  background-color: #000;
  color: #fff;
}

.tab-video-aula.w--current {
  background-color: #006534;
  color: #fff;
  font-weight: 700;
}

.text-block-8 {
  font-family: 'Open Sans', sans-serif;
}

.rodape {
  background-color: #006534;
}

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

.link-b42 {
  color: #fdf166;
}

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

.categoria {
  width: 70px;
  margin-top: 10px;
  padding: 2px 7px;
  background-color: #000;
  color: #fff;
  text-align: center;
}

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

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

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

.imagem-material-complementar {
  box-shadow: 4px 4px 6px 0 rgba(0, 101, 52, 0.18);
}

.section-encerramento {
  overflow: hidden;
  padding: 50px 24px;
  background-color: rgba(0, 101, 52, 0.18);
  background-image: url('../images/logo-bg-5.svg');
  background-position: 90% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #111;
  text-align: center;
}

.section-encerramento.home {
  background-color: #000;
}

.conteudo-cards-sumario {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

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

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

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

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

.service-card {
  margin-right: 15px;
  margin-bottom: 30px;
  margin-left: 15px;
  padding: 42px 32px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  background-color: #00552c;
  box-shadow: 0 9px 16px 3px rgba(0, 101, 52, 0.18);
}

.popup-container {
  overflow: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 40px 50px 50px;
  background-color: #006534;
  box-shadow: 2px 0 9px 5px rgba(0, 0, 0, 0.31);
  color: #fff;
  text-align: left;
}

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

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

.popup-hide-me.on {
  display: block;
}

.paragrafo-cards {
  margin-bottom: 0px;
  padding-top: 20px;
  color: #fff;
  font-size: 1.1em;
  line-height: 1.4em;
}

.d-13-icons-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

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

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

.section-header-wrapper.home {
  color: #fff;
}

.button-popup {
  height: 48px;
  min-width: 160px;
  margin-top: 25px;
  padding: 11px 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: rgba(255, 255, 255, 0.05);
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 700;
}

.button-popup:hover {
  box-shadow: 0 5px 18px 0 rgba(0, 101, 52, 0.18);
  -webkit-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
}

.d-13-icon-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.d-13-icon-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: hsla(0, 0%, 100%, 0.1);
  cursor: pointer;
}

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

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

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

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

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

.link-dark {
  display: inline-block;
  padding: 3px 5px 2px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
}

.link-dark:hover {
  background-color: rgba(0, 101, 52, 0.18);
}

._2-colunas-icones {
  margin-top: 50px;
}

._2-colunas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  padding: 15px 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 3px solid #00552c;
  border-left: 3px solid #00552c;
  background-color: rgba(0, 101, 52, 0.18);
}

._2-colunas-icone-bg {
  display: block;
  width: 100px;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
  background-color: #00552c;
}

.column-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.texto-flipcard-frente {
  padding-right: 15px;
  padding-left: 15px;
  color: #fff;
  font-size: 1.4em;
  line-height: 1.3em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.slider-2-div-text-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 40px 38px;
  padding-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  color: #1a1a1a;
}

.unidade-h2 {
  margin-bottom: 20px;
  padding-left: 10px;
  border-left: 3px solid #fff;
  color: #fff;
  font-size: 2em;
  line-height: 1em;
  font-weight: 100;
}

.lista-icones-content {
  margin-bottom: 40px;
}

.lista-icones-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.lista-icones-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
  background-color: rgba(80, 121, 89, 0.9);
}

.lista-icones-texto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.2em;
}

.lista-icones-check {
  width: 50px;
  max-width: none;
}

.feature-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.flex-container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.feature-image-mask {
  width: 50%;
  margin-right: 40px;
}

.feature-image-mask.invertido {
  margin-right: 0px;
  margin-left: 40px;
}

.feature-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.image-plano-de-estudo {
  width: 50%;
  margin-right: 40px;
  border-radius: 400px;
  background-color: rgba(0, 101, 52, 0.18);
}

.image-plano-de-estudo.invertido {
  margin-right: 0px;
  margin-left: 40px;
}

.div-conclusao {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 80px 40px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #004d27;
}

.capa-imagem-conclusao {
  position: relative;
  min-height: 342px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: center;
}

.bem-vindo {
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: 'Roboto Slab', sans-serif;
  color: #00552c;
  font-size: 1em;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}

.cards-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container {
  margin-bottom: 60px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.cards-grid-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.cards-image-mask {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding-top: 50%;
  border-radius: 0%;
  -o-object-fit: cover;
  object-fit: cover;
}

.cards-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.card-home {
  overflow: hidden;
  width: 40%;
  margin: 20px 15px;
  -webkit-box-flex: 2;
  -webkit-flex: 2 auto;
  -ms-flex: 2 auto;
  flex: 2 auto;
  background-color: #fff;
  box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.41);
}

.titulo-card-home {
  margin: 10px 8px 5px;
  font-size: 1em;
  font-weight: 400;
}

.titulo-cad-home-un {
  margin-right: 8px;
  margin-bottom: 20px;
  margin-left: 8px;
  font-size: 1.1em;
  line-height: 1.2em;
  font-weight: 400;
}

.img-placeholder {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  background-color: rgba(26, 26, 26, 0.7);
}

.legenda-placeholder {
  overflow: hidden;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  color: #fff;
  font-size: 14px;
}

.videoaula-embed {
  position: relative;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-top: 56.25%;
  background-color: #fff;
  background-image: url('../images/link-bg-video.svg');
  background-position: 50% 50%;
  background-size: 20%;
  background-repeat: no-repeat;
}

.btn-font-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 35px;
  margin-bottom: 8px;
  padding-right: 19px;
  padding-left: 19px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(38, 50, 56, 0.5);
  border-radius: 10px;
  background-color: rgba(38, 50, 56, 0.08);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.5);
  color: rgba(38, 50, 56, 0.9);
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}

.btn-font-2:hover {
  background-color: #000;
  color: #fff;
}

.acess-btn-embed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.btn-acess-fechar {
  position: absolute;
  top: 0%;
  display: block;
  width: 35px;
  height: 35px;
  margin: 6px auto 10px 28px;
  padding: 5px 5px 5px 6px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid transparent;
  border-radius: 20px;
  background-color: #3f4a50;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 15px;
  text-align: center;
  letter-spacing: 1px;
  cursor: pointer;
}

.btn-acess-fechar:hover {
  background-color: #000;
}

.acess-modal {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  max-width: 120px;
  margin-bottom: 16px;
  padding-top: 20px;
  padding-bottom: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(230, 230, 230, 0.95);
  box-shadow: 3px 3px 7px 0 rgba(0, 0, 0, 0.5);
  font-size: 15px;
}

.btn-acess {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 48px;
  padding: 7px 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 25px 0px 0px 25px;
  background-color: rgba(199, 199, 199, 0.8);
  font-size: 14px;
  text-decoration: none;
}

.btn-acess:hover {
  background-color: rgba(38, 50, 56, 0.95);
}

.acess-logo {
  width: 36px;
  height: 36px;
  margin-right: 7px;
  margin-left: 9px;
  border-radius: 20px;
  background-image: url('../images/LOGO-ACESSIBILIDADE.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.font-size-ajuste {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  padding-right: 2px;
  padding-left: 2px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.font-size-ajuste.espaco {
  margin-top: 31px;
}

.acess-content {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-acess {
  margin-top: 20px;
  margin-bottom: 20px;
}

.codigo-paragrafo {
  font-family: 'Source Code Pro', sans-serif;
  font-weight: 300;
}

.bullets-abc ol {
  list-style-type: lower-alpha;
}

.bullets-romanos ol {
  list-style-type: lower-roman;
}

.img-placeholder-colunas {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  padding-bottom: 2px;
  padding-left: 5px;
  color: #fff;
  font-size: 0.7em;
}

.columns-4 {
  margin-right: 0px;
  margin-left: 0px;
}

.duas-colunas-conteudo {
  padding-right: 30px;
}

.duas-colunas-conteudo-imagem {
  padding-right: 30px;
}

.duas-colunas-imagem {
  margin-right: 0px;
  margin-left: 0px;
}

.span-texto-colorido {
  color: #177500;
  font-weight: 500;
}

.span-texto-colorido.cor-1 {
  color: #c50303;
}

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

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

.check-button:hover {
  background-color: rgba(0, 0, 0, 0.25);
}

.pergunta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #1a1a1a;
  cursor: pointer;
}

.atividade-checklist {
  margin-bottom: 0px;
}

.div-pergunta {
  padding-top: 20px;
  padding-left: 10px;
  font-weight: 600;
}

.div-resposta {
  margin-right: 10px;
  margin-bottom: 15px;
  margin-left: 12px;
  padding: 10px 15px 5px 25px;
  border-bottom: 1px dashed #000;
  background-color: transparent;
  color: #00552c;
}

.atividades {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 15px 20px;
  background-color: rgba(0, 101, 52, 0.18);
  font-size: 1em;
  line-height: 1.5em;
}

.rt-unidade h5 {
  margin-bottom: 0px;
  font-family: 'Roboto Slab', sans-serif;
  color: #006534;
  font-weight: 700;
}

.rt-unidade h4 {
  margin-top: 10px;
}

.card-home-2 {
  overflow: hidden;
  background-color: #fff;
  box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.41);
}

.acoredeon-titulo {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1.2em;
}

.questoes-resposta-texto {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 15px;
  font-size: 1em;
  line-height: 1.5em;
}

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

.questoes-item:hover {
  color: #383838;
}

.box-2 {
  min-height: 200px;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 30px 30px 30px 60px;
  border-left: 6px solid #0c0c0c;
  background-color: #3a3a3a;
  color: #fff;
}

.box-2.bg09 {
  background-color: rgba(136, 136, 136, 0.15);
  color: #1a1a1a;
}

.questao-abc {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #292829;
  color: #fff;
}

.resposta-content {
  overflow: hidden;
  margin-left: 50px;
  padding-left: 20px;
  border-bottom: 1px solid rgba(45, 62, 80, 0.12);
  background-color: #ff8585;
}

.resposta-content.correta {
  background-color: #25e079;
}

.exercicios {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  max-width: 1400px;
  margin: 0px auto 30px;
}

.titulo-box-2 {
  margin-top: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 1.5em;
  font-weight: 800;
  text-transform: uppercase;
}

.titulo-box-2.pratica {
  margin-bottom: 25px;
  color: #1a1a1a;
}

.box-atividade {
  min-height: 200px;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 30px 30px 30px 60px;
  border-left: 6px solid #0c0c0c;
  background-color: #3a3a3a;
  color: #fff;
}

.box-atividade.bg09 {
  border-left-color: #00552c;
  background-color: rgba(136, 136, 136, 0.15);
  color: #1a1a1a;
}

.titulo-box-atividade {
  margin-top: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 1.5em;
  font-weight: 800;
  text-transform: uppercase;
}

.titulo-box-atividade.pratica {
  margin-bottom: 15px;
  color: #00552c;
}

.questao-abc-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #00552c;
  color: #fff;
}

.text-block-9 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-block-10 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-block-11 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.paragraph-4 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-block-12 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 991px) {
  .curador-box-popup {
    overflow: auto;
  }

  .div-imagem-ilustrativa {
    margin-right: -20px;
    margin-left: -20px;
  }

  .box {
    box-shadow: none;
  }

  .oi-flip-cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card {
    min-width: 400px;
  }

  .card_unidade {
    height: auto;
    min-height: 300px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .card_frente {
    width: auto;
    height: auto;
  }

  .card_atras {
    -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
    transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  }

  .card_texto {
    font-size: 1.2em;
    line-height: 1.5em;
  }

  .section-wrapper-2 {
    max-width: 66.66%;
    padding-bottom: 56px;
  }

  .conclusao-texto {
    font-size: 15px;
  }

  .hero-capa-barra {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .video-content {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .icone_video_final {
    display: inline-block;
  }

  .side-video-info {
    margin-right: 8.33%;
    margin-left: 8.33%;
    padding-right: 8%;
    padding-left: 8px;
  }

  .side-video-preview-2 {
    top: 0px;
    width: 100%;
    min-width: 100%;
    margin-bottom: 100px;
    padding-top: 0px;
    padding-left: 30px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .titulo-encerramento {
    font-size: 3.5em;
  }

  .section-encerramento {
    padding: 100px 8px;
  }

  .conteudo-cards-sumario {
    margin-bottom: -16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section-description {
    font-size: 15px;
  }

  .service-card {
    margin-right: 8px;
    margin-bottom: 16px;
    margin-left: 8px;
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }

  .popup-container {
    padding-top: 20px;
  }

  .d-13-icons-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-header-wrapper {
    max-width: 66.66%;
    padding-bottom: 56px;
  }

  .d-13-icon-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .cards-image-mask {
    padding-top: 50%;
  }

  .btn-acess-fechar {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .acess-modal {
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .btn-acess {
    width: 50px;
  }

  .columns-5 {
    margin-left: 10px;
  }

  .box-2 {
    box-shadow: none;
  }

  .box-atividade {
    box-shadow: none;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    padding: 40px 20px;
  }

  .titulo-capa {
    font-size: 2em;
  }

  .titulo-capa.home {
    font-size: 3em;
  }

  .div-titulo {
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .curador-foto {
    width: 60px;
    height: 60px;
  }

  .curador {
    font-size: 12px;
  }

  .nome-do-curador {
    font-size: 14px;
  }

  .curador-box-popup {
    overflow: auto;
  }

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

  .texto-padrao.bg-dark {
    overflow: hidden;
  }

  .card-box-left {
    width: 100%;
  }

  .colunas-img-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .box {
    box-shadow: none;
  }

  .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .brand {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    text-align: center;
  }

  .div-block-11 {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .oi-flip-cards {
    margin-top: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .card {
    width: 80%;
  }

  .card_unidade {
    width: 100%;
  }

  .card_atras {
    -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
    transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  }

  .card_texto {
    font-size: 1.2em;
    line-height: 1.4em;
  }

  .rich-text-slide {
    padding-right: 4vw;
    padding-left: 4vw;
  }

  .slider-div-text-info {
    margin-bottom: 60px;
  }

  .slider-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: rgba(0, 101, 52, 0.18);
  }

  .slider-img {
    width: 100%;
  }

  .slide-nav.snt {
    background-color: transparent;
  }

  .slider-2 {
    background-color: transparent;
  }

  .slider-numeros {
    width: 100%;
    padding-top: 7px;
    padding-bottom: 7px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 0px;
  }

  .rich-text-slide-2 {
    padding-right: 4vw;
    padding-left: 4vw;
  }

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

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

  .section-wrapper-2 {
    padding-bottom: 40px;
  }

  .conclusao-titulo {
    margin-top: 16px;
  }

  .conclusao-texto {
    font-size: 14px;
    line-height: 24px;
  }

  .video-aula {
    margin-bottom: 20px;
  }

  .hero-capa-barra {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .hero-capa-barra.bar-off {
    display: none;
  }

  .video-content {
    width: 100%;
    padding-top: 45px;
    padding-bottom: 30px;
  }

  .icone_video_final {
    margin-right: auto;
    margin-left: auto;
  }

  .side-video-info {
    padding-right: 8px;
    text-align: center;
  }

  .side-video-preview-2 {
    width: 100%;
    min-height: 400px;
    margin-bottom: 0px;
  }

  .texto-video-aula {
    text-align: left;
  }

  .codigo-colunas {
    padding-right: 0px;
    padding-left: 0px;
  }

  .tabela-conteudo {
    overflow: auto;
  }

  .div-sumario {
    padding-right: 0px;
    padding-left: 0px;
  }

  .imagem-material-complementar {
    max-width: 40%;
    margin-bottom: 15px;
  }

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

  .conteudo-cards-sumario {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-description {
    font-size: 14px;
    line-height: 24px;
  }

  .popup-container {
    padding-top: 0px;
  }

  .d-13-icons-wrapper {
    position: static;
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-header-wrapper {
    padding-bottom: 40px;
  }

  .d-13-icon-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  ._2-colunas {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .imagem-icone-2-colunas {
    display: block;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
  }

  ._2-colunas-icone-bg {
    margin-bottom: 15px;
  }

  .unidade-h2 {
    font-size: 1.2em;
  }

  .feature-section {
    padding: 40px 20px;
  }

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

  .feature-image-mask {
    margin-right: 0px;
  }

  .feature-image {
    margin-right: auto;
    margin-left: auto;
  }

  .image-plano-de-estudo {
    margin-right: 0px;
  }

  .div-conclusao {
    margin-right: auto;
    margin-left: auto;
  }

  .cards-section {
    padding: 40px 20px;
  }

  .cards-grid-container {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .cards-image {
    height: 100%;
  }

  .heading {
    margin-top: 20px;
  }

  .videoaula-embed {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .btn-font-2 {
    font-size: 14px;
  }

  .btn-acess-fechar {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .acess-modal {
    padding-right: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 14px;
  }

  .btn-acess {
    width: 35px;
    height: 35px;
    font-size: 12px;
  }

  .acess-logo {
    width: 25px;
    height: 25px;
    margin-left: 5px;
  }

  .duas-colunas-conteudo {
    padding-right: 0px;
    padding-left: 0px;
  }

  .duas-colunas-conteudo-imagem {
    padding-right: 0px;
    padding-left: 0px;
  }

  .box-2 {
    box-shadow: none;
  }

  .questoes-box {
    margin-right: 4vw;
    margin-left: 4vw;
  }

  .questao-abc {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    margin-left: 0px;
  }

  .resposta-content {
    margin-left: 0vw;
    padding-right: 0vw;
    padding-left: 30px;
  }

  .box-atividade {
    box-shadow: none;
  }

  .questao-abc-2 {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    margin-left: 0px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.5em;
  }

  h2 {
    font-size: 2em;
  }

  blockquote {
    margin-bottom: 40px;
    padding: 75px 0px 20px;
    background-position: 50% 0%;
    background-size: 60px;
  }

  .div-titulo {
    padding-top: 40px;
    padding-right: 10px;
    padding-left: 10px;
    background-color: #004d27;
  }

  .curador-box-popup {
    display: block;
    overflow: auto;
  }

  .section-conteudo {
    padding-top: 40px;
  }

  .div-imagem-ilustrativa {
    padding-top: 350px;
  }

  .colunas-img-content {
    margin-right: -20px;
    margin-left: -20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .acordeon-conteudo {
    padding-right: 15px;
    padding-left: 15px;
  }

  .rt-dark h3 {
    font-size: 1.5em;
  }

  .topo-box {
    margin-bottom: 15px;
    margin-left: -15px;
  }

  .box {
    margin-right: -20px;
    margin-left: -20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    border-bottom: 6px solid #006534;
    border-left-style: none;
  }

  .columns-3 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-11 {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .tab-link-tabs {
    min-width: 100%;
  }

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

  .rich-text-slide {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .slider-div-text-info {
    margin-right: 10px;
    margin-left: 10px;
  }

  .rich-text-slide-2 {
    padding-top: 10px;
    padding-bottom: 20px;
  }

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

  .section-wrapper-2 {
    max-width: 100%;
    padding-right: 8px;
    padding-left: 8px;
  }

  .video-content {
    width: 100%;
    padding-bottom: 10px;
  }

  .icone_video_final {
    max-width: 80%;
  }

  .side-video-info {
    margin-right: 8px;
    margin-left: 8px;
    text-align: center;
  }

  .side-video-preview-2 {
    width: 100%;
    min-height: 320px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .tab-videoaula {
    width: 100%;
    margin-top: 2px;
  }

  .texto-video-aula {
    text-align: left;
  }

  .link {
    margin-top: 2px;
  }

  .div-sumario {
    padding-right: 15px;
    padding-left: 15px;
  }

  .topicos {
    font-size: 1em;
  }

  .tab-video-aula {
    width: 100%;
    margin-top: 2px;
  }

  .titulo-encerramento {
    font-size: 2.5em;
  }

  .imagem-material-complementar {
    max-width: 60%;
  }

  .service-card {
    padding-top: 48px;
    -webkit-flex-basis: 80%;
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
  }

  .popup-container {
    padding-right: 30px;
    padding-left: 30px;
  }

  .section-header-wrapper {
    max-width: 100%;
    padding-right: 8px;
    padding-left: 8px;
  }

  .d-13-icon-wrapper {
    margin-top: 20px;
  }

  .link-dark {
    margin-top: 2px;
  }

  .slider-2-div-text-info {
    margin-right: 10px;
    margin-left: 10px;
  }

  .div-conclusao {
    padding-right: 10px;
    padding-left: 10px;
    background-color: rgba(80, 121, 89, 0.9);
  }

  .cards-grid-container {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .box-2 {
    margin-right: -20px;
    margin-left: -20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    border-bottom: 6px solid #0c0c0c;
    border-left-style: none;
  }

  .questao-abc {
    width: 20px;
    height: 20px;
  }

  .resposta-content {
    margin-left: 0vw;
  }

  .box-atividade {
    margin-right: -20px;
    margin-left: -20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    border-bottom: 6px solid #0c0c0c;
    border-left-style: none;
  }

  .questao-abc-2 {
    width: 20px;
    height: 20px;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_200675b0-57f2-e451-6a49-91f01c536e64-7aaa2b4b {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_200675b0-57f2-e451-6a49-91f01c536e6b-7aaa2b4b {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_200675b0-57f2-e451-6a49-91f01c536e72-7aaa2b4b {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_200675b0-57f2-e451-6a49-91f01c536e79-7aaa2b4b {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_200675b0-57f2-e451-6a49-91f01c536e61-7aaa2b4b {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_200675b0-57f2-e451-6a49-91f01c536e68-7aaa2b4b {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_200675b0-57f2-e451-6a49-91f01c536e6f-7aaa2b4b {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_200675b0-57f2-e451-6a49-91f01c536e76-7aaa2b4b {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

