body {
  background-image: -webkit-linear-gradient(270deg, rgba(160, 130, 185, .25), rgba(160, 130, 185, .25));
  background-image: linear-gradient(180deg, rgba(160, 130, 185, .25), rgba(160, 130, 185, .25));
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-bottom: 10px;
  font-family: 'Museo700 regular', sans-serif;
  color: #096897;
  font-size: 2.5vw;
  line-height: 3vw;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Museo700 regular', sans-serif;
  color: #fff;
  font-size: 2.5vw;
  line-height: 3vw;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Museo500 regular', sans-serif;
  color: #fff;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Museo500 regular', sans-serif;
  color: #fff;
  font-size: 2.25vw;
  line-height: 3vw;
  font-weight: 400;
  text-align: left;
}

h5 {
  margin-bottom: 10px;
  padding-right: 20%;
  padding-bottom: 15px;
  padding-left: 25%;
  font-family: 'Romy 0', sans-serif;
  color: #ffcd0a;
  font-size: 4.5vw;
  line-height: 4vw;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

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

p {
  margin-bottom: 10px;
}

a {
  text-decoration: none;
}

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

strong {
  font-weight: bold;
}

.body {
  background-image: -webkit-linear-gradient(270deg, #f5faf2, #f5faf2);
  background-image: linear-gradient(180deg, #f5faf2, #f5faf2);
  font-family: 'Foco lt', sans-serif;
  font-size: 10px;
  line-height: 10px;
  font-weight: 400;
  text-align: left;
}

.base-card {
  position: relative;
  width: 100%;
  height: 100vh;
  padding-top: 2vh;
  padding-bottom: 2vh;
  -webkit-transition: all 1350ms ease;
  transition: all 1350ms ease;
}

.card {
  position: relative;
  display: block;
  overflow: hidden;
  width: 85%;
  height: 96vh;
  margin-right: auto;
  margin-left: auto;
  border-radius: 2px;
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
  box-shadow: 0 -1px 15px -1px #b9b9b9;
}

.card.grafismo-internas {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/grafismo-pg.png'), -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: url('../images/grafismo-pg.png'), linear-gradient(180deg, #fff, #fff);
  background-position: 0px 100%, 0px 0px;
  background-size: contain, auto;
  background-repeat: no-repeat, repeat;
}

.card.grafismo-internas.img03 {
  background-image: url('../images/grafismo-pg.png'), url('../images/img-9.jpg'), -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: url('../images/grafismo-pg.png'), url('../images/img-9.jpg'), linear-gradient(180deg, #fff, #fff);
  background-position: 0px 100%, 100% 50%, 0px 0px;
  background-size: contain, auto 100%, auto;
  background-repeat: no-repeat, no-repeat, repeat;
}

.card.grafismo-internas.img04 {
  background-image: url('../images/img-2.jpg'), url('../images/grafismo-pg.png'), -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: url('../images/img-2.jpg'), url('../images/grafismo-pg.png'), linear-gradient(180deg, #fff, #fff);
  background-position: 50% 50%, 0px 100%, 0px 0px;
  background-size: cover, contain, auto;
  background-repeat: no-repeat, no-repeat, repeat;
}

.card.grafismo-internas.img05 {
  background-image: url('../images/img-3.jpg'), url('../images/grafismo-pg.png'), -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: url('../images/img-3.jpg'), url('../images/grafismo-pg.png'), linear-gradient(180deg, #fff, #fff);
  background-position: 50% 50%, 0px 100%, 0px 0px;
  background-size: cover, contain, auto;
  background-repeat: no-repeat, no-repeat, repeat;
}

.card.grafismo-internas.sld12 {
  background-image: url('../images/IMG-10.jpg'), url('../images/grafismo-pg.png'), -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: url('../images/IMG-10.jpg'), url('../images/grafismo-pg.png'), linear-gradient(180deg, #fff, #fff);
  background-position: 50% 90%, 0px 100%, 0px 0px;
  background-size: 60%, contain, auto;
  background-repeat: no-repeat, no-repeat, repeat;
}

.card.grafismo-internas.img14 {
  background-image: -webkit-linear-gradient(270deg, rgba(133, 207, 238, .5), rgba(133, 207, 238, .5)), url('../images/img-8.jpg'), url('../images/grafismo-pg.png');
  background-image: linear-gradient(180deg, rgba(133, 207, 238, .5), rgba(133, 207, 238, .5)), url('../images/img-8.jpg'), url('../images/grafismo-pg.png');
  background-position: 0px 0px, 50% 50%, 0px 100%;
  background-size: auto, cover, contain;
  background-repeat: repeat, no-repeat, no-repeat;
}

.card.grafismo-internas.sld15 {
  background-image: url('../images/img-4.jpg'), url('../images/grafismo-pg.png'), -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: url('../images/img-4.jpg'), url('../images/grafismo-pg.png'), linear-gradient(180deg, #fff, #fff);
  background-position: 0px 50%, 0px 100%, 0px 0px;
  background-size: auto 100%, contain, auto;
  background-repeat: no-repeat, no-repeat, repeat;
}

.card.bg_imagem-full {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/example-bg.png'), -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: url('../images/example-bg.png'), linear-gradient(180deg, #fff, #fff);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}

.card.bg_imagem-full.img_01 {
  background-color: #fefefe;
  background-image: url('../images/img11.png'), url('../images/grafismo-pg.png');
  background-position: 100% 50%, 0px 100%;
  background-size: 50%, contain;
  background-repeat: no-repeat, no-repeat;
}

.card.bg_imagem-full.img_02 {
  background-image: url('../images/img_02.jpg'), -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: url('../images/img_02.jpg'), linear-gradient(180deg, #fff, #fff);
  background-position: 0px 0px, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
  background-attachment: fixed, scroll;
}

.card.bg_imagem-full.centralizador {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.card.bg_imagem-full.img_03 {
  background-image: url('../images/img_03.jpg'), -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: url('../images/img_03.jpg'), linear-gradient(180deg, #fff, #fff);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
  background-attachment: scroll, scroll;
  color: #505a78;
}

.card.centralizador {
  display: block;
  -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_capa {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  width: 100%;
  min-height: 96vh;
  background-image: url('../images/iStock-525481930.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.grafismo-capa {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  min-height: 96vh;
  background-image: url('../images/capa.png');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.capa-titulo {
  position: absolute;
  right: 75px;
  bottom: 75px;
  z-index: 2;
  width: 80%;
  margin-top: 0px;
  margin-bottom: 0vh;
  font-family: 'Museo700 regular', sans-serif;
  color: #fff;
  font-size: 8em;
  line-height: 80px;
  font-weight: 700;
  text-align: right;
}

.bt-anterior {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 9997;
  width: 75px;
  height: 75px;
  margin-top: 0px;
  margin-right: 0px;
  background-image: url('../images/seta1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.bt-anterior:hover {
  opacity: 0.5;
}

.bt-anterior:active {
  opacity: 0.51;
}

.bt-anterior.bt-anterior-branco {
  background-image: url('../images/seta1-branco.png');
  background-size: cover;
}

.bt-proximo {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 9997;
  width: 75px;
  height: 75px;
  margin-right: 0px;
  margin-bottom: 0px;
  background-image: url('../images/seta2.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.bt-proximo:hover {
  opacity: 0.5;
}

.bt-proximo:active {
  opacity: 0.5;
}

.bt-proximo.bt-proximo-branco {
  bottom: 0px;
  width: 75px;
  background-image: url('../images/seta2-branaco.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.box-menu {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  overflow: auto;
  width: 280px;
  height: 100vh;
  background-image: -webkit-linear-gradient(270deg, #474545, #474545);
  background-image: linear-gradient(180deg, #474545, #474545);
  box-shadow: -1px 0 24px 0 #000;
  -webkit-transform: translate(290px, 0px);
  -ms-transform: translate(290px, 0px);
  transform: translate(290px, 0px);
}

.menu-ttulo {
  margin: 10px;
  font-family: 'Museo500 regular', sans-serif;
  color: #85cfee;
  font-size: 24px;
  line-height: 36px;
}

.menu-subtitulo {
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 10px;
  font-family: 'Foco lt', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
}

.menu-subtitulo.menor {
  font-weight: 400;
}

.menu-item {
  position: relative;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  float: left;
  clear: both;
  border-top: 1px solid hsla(0, 0%, 96%, .09);
  border-left: 2px solid transparent;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, .5);
  font-family: Montserrat, sans-serif;
  color: hsla(0, 0%, 96%, .96);
  font-size: 16px;
  line-height: 30px;
  text-decoration: none;
  text-transform: none;
}

.menu-item:hover {
  border-left-color: #2ac4f4;
  background-image: -webkit-linear-gradient(270deg, rgba(42, 196, 244, .5), rgba(42, 196, 244, .5));
  background-image: linear-gradient(180deg, rgba(42, 196, 244, .5), rgba(42, 196, 244, .5));
}

.menu-item.primeiro-item-de-menu {
  margin-top: 60px;
}

.menu-item.primeiro-item-de-menu.w--current {
  font-family: 'Foco lt', sans-serif;
  color: #fff;
  font-size: 22px;
}

.menu-item.primeiro-item-de-menu.w--current:hover {
  border-left-color: #6d3581;
  background-image: -webkit-linear-gradient(270deg, rgba(160, 128, 184, .5), rgba(160, 128, 184, .5));
  background-image: linear-gradient(180deg, rgba(160, 128, 184, .5), rgba(160, 128, 184, .5));
}

.menu-fechar {
  position: relative;
  z-index: 99999;
  width: 50px;
  height: 50px;
  margin-top: 16px;
  margin-left: 16px;
  background-image: url('../images/fechar.png'), -webkit-linear-gradient(270deg, #333, #333);
  background-image: url('../images/fechar.png'), linear-gradient(180deg, #333, #333);
  background-position: 50% 50%, 0px 0px;
  background-size: 50px, auto;
  background-repeat: no-repeat, repeat;
  cursor: pointer;
}

.menu-fechar:hover {
  background-image: url('../images/fechar.png');
  background-position: 50% 50%;
  background-size: 50px;
  background-repeat: no-repeat;
}

.bt-menu-hamb {
  position: fixed;
  left: 16px;
  top: 25px;
  z-index: 9998;
  width: 50px;
  height: 50px;
  background-image: url('../images/menu.png'), -webkit-linear-gradient(270deg, #6b6868, #6b6868);
  background-image: url('../images/menu.png'), linear-gradient(180deg, #6b6868, #6b6868);
  background-position: 50% 50%, 0px 0px;
  background-size: 42px, auto;
  background-repeat: no-repeat, repeat;
  cursor: pointer;
}

.bt-menu-hamb:hover {
  opacity: 0.5;
}

.saiba-mais {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  width: 40%;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: -webkit-linear-gradient(270deg, #e7e7e7, #e7e7e7);
  background-image: linear-gradient(180deg, #e7e7e7, #e7e7e7);
  cursor: pointer;
}

.titulo-saiba-mais {
  display: block;
  padding: 20px 10px 20px 20px;
  background-image: url('../images/fechar.png'), -webkit-linear-gradient(270deg, #2c3e50, #2c3e50);
  background-image: url('../images/fechar.png'), linear-gradient(180deg, #2c3e50, #2c3e50);
  background-position: 100% 0px, 0px 0px;
  background-size: 50px, auto;
  background-repeat: no-repeat, repeat;
  color: #fff;
  font-size: 25px;
}

.texto-saiba-mais {
  padding: 20px;
  font-size: 2em;
  line-height: 20px;
  font-weight: 300;
}

.fundo-grafismo {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  -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;
  background-image: url('../images/grafismo-bg.png');
  background-position: 50% -347px;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.45;
}

.capa-unidade {
  position: absolute;
  top: 5%;
  right: 0px;
  padding: 20px 40px;
  background-image: -webkit-linear-gradient(270deg, #2c3e50, #2c3e50);
  background-image: linear-gradient(180deg, #2c3e50, #2c3e50);
  font-family: 'Museo700 regular', sans-serif;
  color: #cce8f6;
  font-size: 3.5em;
  line-height: 15px;
}

.capa-se-o {
  position: absolute;
  top: 15%;
  right: 0px;
  padding: 20px 40px;
  background-image: -webkit-linear-gradient(270deg, #096897, #096897);
  background-image: linear-gradient(180deg, #096897, #096897);
  font-family: 'Museo700 regular', sans-serif;
  color: #cce8f6;
  font-size: 2.5em;
  line-height: 15px;
}

.imagem_capa-interna {
  width: 100%;
  height: 96vh;
  background-image: url('../images/img-1.jpg');
  background-position: 100% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.grafismo_final {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  min-height: 96vh;
  background-image: url('../images/contracapa.png'), -webkit-linear-gradient(270deg, #2c3e50, #2c3e50);
  background-image: url('../images/contracapa.png'), linear-gradient(180deg, #2c3e50, #2c3e50);
  background-position: 0px 0px, 0px 0px;
  background-size: cover, auto;
  color: #153255;
}

.grafismo_final.fundo-final {
  background-image: url('../images/contracapa.png'), -webkit-linear-gradient(270deg, #2c3e50, #2c3e50);
  background-image: url('../images/contracapa.png'), linear-gradient(180deg, #2c3e50, #2c3e50);
  background-position: 0px 0px, 0px 0px;
  background-size: cover, auto;
}

.subtitulo_h4 {
  position: absolute;
  left: 150px;
  bottom: 40px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 4em;
  line-height: 40px;
}

.conteudo {
  width: 85%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.conteudo.sld03 {
  width: 45%;
  margin-left: 7.5%;
}

.texto_padrao {
  font-size: 2.5em;
  line-height: 32px;
}

.texto_padrao.tab_branco {
  margin-bottom: 0px;
  padding: 5px;
  color: #fff;
}

.texto_padrao.referencias {
  padding-left: 25px;
  color: #096897;
}

.texto_padrao.texto_slider {
  height: 100%;
  margin-bottom: 0px;
  padding: 60px 100px 80px;
}

.texto_padrao.fundo {
  padding: 5px;
  background-color: hsla(0, 0%, 100%, .6);
}

.destaque {
  display: inline-block;
  overflow: hidden;
  margin-bottom: 30px;
  padding-right: 60px;
  border-color: #fefefe;
  border-bottom-right-radius: 100px;
  background-image: -webkit-linear-gradient(270deg, #3997d3, #3997d3);
  background-image: linear-gradient(180deg, #3997d3, #3997d3);
  font-family: Foco, sans-serif;
  color: #fff;
  font-size: 2.5em;
  line-height: 25px;
}

.destaque.destaque-escuro {
  border-color: #85cfee;
  background-image: -webkit-linear-gradient(270deg, #096897, #096897);
  background-image: linear-gradient(180deg, #096897, #096897);
  color: #fefefe;
}

.fonte-video {
  width: 100%;
  margin-bottom: 0px;
  padding: 5px;
  font-size: 2em;
  line-height: 20px;
}

.fonte-video.fundo {
  background-color: hsla(0, 0%, 100%, .6);
}

.tab_ordem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tab_normal {
  width: 25%;
  height: auto;
  margin-right: 1px;
  margin-bottom: 1px;
  padding: 20px;
  border-top-right-radius: 25px;
  background-image: -webkit-linear-gradient(270deg, #3997d3, #3997d3);
  background-image: linear-gradient(180deg, #3997d3, #3997d3);
  font-family: 'Museo100 regular', sans-serif;
  color: #fff;
  font-size: 10px;
  line-height: 10px;
}

.tab_normal.w--current {
  height: auto;
  margin-right: 1px;
  margin-bottom: 1px;
  background-image: -webkit-linear-gradient(270deg, #2c3e50, #2c3e50);
  background-image: linear-gradient(180deg, #2c3e50, #2c3e50);
  font-family: 'Museo500 regular', sans-serif;
  color: #fff;
  font-size: 10px;
  line-height: 10px;
}

.tab_text_active {
  padding: 15px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  background-image: -webkit-linear-gradient(270deg, #2c3e50, #2c3e50);
  background-image: linear-gradient(180deg, #2c3e50, #2c3e50);
}

.item_da_lista {
  margin-top: 0px;
  margin-bottom: 15px;
  padding-left: 40px;
  background-image: url('../images/setinha.png');
  background-position: 0px 0px;
  background-size: 15px;
  background-repeat: no-repeat;
  font-size: 2em;
  line-height: 35px;
}

.link_div {
  width: 50%;
  margin-top: 100px;
  padding: 40px 75px 10px 25px;
  float: right;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  background-image: url('../images/link.png'), -webkit-linear-gradient(270deg, #2c3e50, #2c3e50);
  background-image: url('../images/link.png'), linear-gradient(180deg, #2c3e50, #2c3e50);
  background-position: 90% 25px, 0px 0px;
  background-size: 75px, auto;
  background-repeat: no-repeat, repeat;
  text-align: right;
}

.link_div.link_left {
  background-image: url('../images/link.png'), -webkit-linear-gradient(270deg, null, null);
  background-image: url('../images/link.png'), linear-gradient(180deg, null, null);
  background-size: 50px, auto;
}

.link_div.link_right {
  background-image: url('../images/link.png'), -webkit-linear-gradient(270deg, null, null);
  background-image: url('../images/link.png'), linear-gradient(180deg, null, null);
  background-size: 50px, auto;
}

.link_texto_block {
  padding-bottom: 25px;
  font-family: 'Museo300 regular', sans-serif;
  color: #fff;
  font-size: 2em;
  line-height: 20px;
}

.link_texto_block.cinza {
  color: hsla(0, 0%, 100%, .5);
  font-size: 1.8em;
  line-height: 18px;
}

.video_youtube {
  position: static;
  display: block;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 10px;
  line-height: 10px;
}

.box-esquerda {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: 90%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.box-esquerda._w-45porcento {
  width: 45%;
  -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;
}

.span_violeta {
  color: #3997d3;
}

.tabs {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.slider_linha_tempo {
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
}

.bloco1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 12%;
  height: 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;
  border-radius: 25px;
  background-image: -webkit-linear-gradient(270deg, #3997d3, #3997d3);
  background-image: linear-gradient(180deg, #3997d3, #3997d3);
}

.bloco1.ativo {
  background-image: -webkit-linear-gradient(270deg, #ffcd0a, #ffcd0a), -webkit-linear-gradient(270deg, #a080b8, #a080b8);
  background-image: linear-gradient(180deg, #ffcd0a, #ffcd0a), linear-gradient(180deg, #a080b8, #a080b8);
}

.anos_slider {
  margin: 0px;
  font-size: 2em;
  line-height: 20px;
  text-align: center;
}

.anos_slider.ativo {
  color: #253555;
}

.slider_linha-do-tempo---box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  height: 18vh;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5));
}

.seta_bullet {
  width: 3%;
  height: 3vh;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-radius: 50px;
  background-image: -webkit-linear-gradient(270deg, #253555, #253555);
  background-image: linear-gradient(180deg, #253555, #253555);
}

.div_espaco_ano {
  width: 5%;
  height: 1vh;
  background-image: -webkit-linear-gradient(270deg, #253555, #253555);
  background-image: linear-gradient(180deg, #253555, #253555);
}

.seta_right {
  width: 4%;
  height: 10vh;
  background-image: url('../images/bullet_arrow_black.png');
  background-position: 0px 50%;
  background-size: 50%;
  background-repeat: no-repeat;
}

.slide-nav {
  z-index: 9998;
  height: auto;
  padding-top: 10px;
  background-image: -webkit-linear-gradient(270deg, #2ac4f4, #2ac4f4);
  background-image: linear-gradient(180deg, #2ac4f4, #2ac4f4);
  font-size: 1.6em;
  line-height: 16px;
}

.slide-setas {
  background-image: none;
}

.slide-setas.slider-setas-gradiente {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 125, 198, .28), rgba(0, 125, 198, .28));
  background-image: linear-gradient(180deg, rgba(0, 125, 198, .28), rgba(0, 125, 198, .28));
}

.topo_textos_slides {
  display: block;
  width: 75%;
  height: auto;
  margin-right: auto;
  margin-bottom: 5%;
  margin-left: auto;
  padding: 20px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  background-image: -webkit-linear-gradient(270deg, #ffcd0a, #ffcd0a);
  background-image: linear-gradient(180deg, #ffcd0a, #ffcd0a);
}

.topo_textos_slides.em_branco {
  width: 75%;
  height: auto;
  margin-bottom: 5%;
  padding: 20px;
  background-image: none;
}

.base_textos_slides {
  display: block;
  width: 85%;
  height: 20vh;
  margin-top: 1vh;
  margin-right: auto;
  margin-left: auto;
  padding-top: 2vh;
  padding-right: 5vw;
  padding-left: 5vw;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  background-image: -webkit-linear-gradient(270deg, #b77ccd, #b77ccd);
  background-image: linear-gradient(180deg, #b77ccd, #b77ccd);
}

.base_textos_slides.em_branco {
  width: 75%;
  height: auto;
  margin-top: 10%;
  margin-bottom: 5%;
  padding: 20px;
  background-image: none;
}

.base_textos_slides.ativo {
  width: 75%;
  height: auto;
  margin-top: 10%;
  padding: 20px;
  background-image: -webkit-linear-gradient(270deg, #ffcd0a, #ffcd0a);
  background-image: linear-gradient(180deg, #ffcd0a, #ffcd0a);
}

.box-central---branco {
  overflow: hidden;
  padding: 15px 50px 5px;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .9), hsla(0, 0%, 100%, .9));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .9), hsla(0, 0%, 100%, .9));
}

.linha_tabela {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.celula_azul {
  border: 1px solid #fff;
  background-image: -webkit-linear-gradient(270deg, #3997d3, #3997d3);
  background-image: linear-gradient(180deg, #3997d3, #3997d3);
  color: #fff;
}

.celula_azul.celula_titulo {
  background-image: -webkit-linear-gradient(270deg, #096897, #096897);
  background-image: linear-gradient(180deg, #096897, #096897);
}

.titulo_celula {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px;
  font-size: 2em;
  line-height: 20px;
}

.celula_rosa {
  border: 1px solid #fff;
  background-image: -webkit-linear-gradient(270deg, #eef1e5, #eef1e5);
  background-image: linear-gradient(180deg, #eef1e5, #eef1e5);
}

.texto_celula {
  margin-bottom: 0px;
  padding: 10px;
  font-size: 1.8em;
  line-height: 18px;
}

.celula_cor2 {
  border: 1px solid #fff;
  background-image: -webkit-linear-gradient(270deg, #fafdf0, #fafdf0);
  background-image: linear-gradient(180deg, #fafdf0, #fafdf0);
}

.box_overflow {
  display: block;
  overflow: auto;
  width: 95%;
  height: 75vh;
}

.link_left {
  width: 50%;
  margin-top: 100px;
  margin-right: 1vw;
  padding-right: 25px;
  padding-left: 75px;
  float: left;
  border-radius: 0px 50px 50px 0px;
  background-image: url('../images/link.png'), -webkit-linear-gradient(270deg, #2c3e50, #2c3e50);
  background-image: url('../images/link.png'), linear-gradient(180deg, #2c3e50, #2c3e50);
  background-position: 75px 25px, 0px 0px;
  background-size: 100px, auto;
  background-repeat: no-repeat, repeat;
  text-align: left;
}

.link_ref {
  color: #253555;
}

.divisor {
  height: 2px;
  margin-bottom: 6vh;
  background-image: -webkit-linear-gradient(270deg, rgba(95, 125, 185, .25), rgba(95, 125, 185, .25));
  background-image: linear-gradient(180deg, rgba(95, 125, 185, .25), rgba(95, 125, 185, .25));
}

.box-feedback {
  position: fixed;
  z-index: 99999;
  display: block;
  width: 100%;
  height: 100%;
  margin-left: -100%;
  padding-top: 50px;
  padding-right: 100px;
  padding-left: 100px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .75), rgba(0, 0, 0, .75));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .75), rgba(0, 0, 0, .75));
}

.enviar_feedback {
  width: 25%;
  float: right;
  background-image: -webkit-linear-gradient(270deg, #3cb371, #3cb371);
  background-image: linear-gradient(180deg, #3cb371, #3cb371);
  font-size: 1.5vw;
  line-height: 4vh;
  cursor: pointer;
}

.enviar_feedback:hover {
  background-image: -webkit-linear-gradient(270deg, #8fbc8f, #8fbc8f);
  background-image: linear-gradient(180deg, #8fbc8f, #8fbc8f);
}

.form_feedback {
  display: block;
  padding: 10px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 5px solid #6b6868;
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
}

.title_form {
  background-image: -webkit-linear-gradient(270deg, #6b6868, #6b6868);
  background-image: linear-gradient(180deg, #6b6868, #6b6868);
  color: #fff;
  font-size: 1.5vw;
  line-height: 2vw;
  text-align: center;
}

.texto_form {
  font-size: 1.25vw;
}

.nome_item_form {
  width: 25%;
  float: left;
  font-size: 1.5vw;
  line-height: 2vw;
}

.nome_item_form.texto_right {
  padding-right: 5px;
  text-align: right;
}

.campo_item_form {
  width: 75%;
  float: left;
  font-size: 1vw;
}

.campo_item_form.item_menor {
  width: 25%;
}

.selecionar_perfil {
  width: 75%;
  float: left;
  font-size: 1vw;
  cursor: pointer;
}

.selecionar_perfil.avaliacao {
  width: 25%;
}

.selecionar_perfil.assunto {
  width: 25%;
}

.campo_texto_form {
  overflow: auto;
  float: left;
  font-size: 1vw;
}

.fechar_feedback {
  position: absolute;
  top: 25px;
  right: 100px;
  display: block;
  width: 45px;
  height: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid #fff;
  border-radius: 50px;
  background-image: url('../images/fechar.png'), -webkit-linear-gradient(270deg, #464646, #464646);
  background-image: url('../images/fechar.png'), linear-gradient(180deg, #464646, #464646);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: transparent;
  font-size: 34px;
  line-height: 34px;
  text-align: center;
  cursor: pointer;
}

.fechar_feedback:hover {
  border-style: dashed;
}

.box-direita {
  position: absolute;
  top: 5%;
  right: 7.5%;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: 90%;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
}

.box-img-dir {
  position: relative;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 45%;
  height: 100%;
  float: right;
  background-image: url('../images/sociais_capa_u2_s2.jpg'), url('../images/example-bg.png');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
}

.box-img-topo {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 40vh;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.botao {
  margin-top: 25px;
  background-color: transparent;
  background-image: -webkit-linear-gradient(270deg, #3997d3, #3997d3);
  background-image: linear-gradient(180deg, #3997d3, #3997d3);
  font-family: Museosans, sans-serif;
  color: #333;
  font-size: 2.5em;
  line-height: 25px;
}

.botao:hover {
  background-image: -webkit-linear-gradient(270deg, rgba(12, 143, 184, .67), rgba(12, 143, 184, .67));
  background-image: linear-gradient(180deg, rgba(12, 143, 184, .67), rgba(12, 143, 184, .67));
}

.botao:active {
  background-image: -webkit-linear-gradient(270deg, rgba(12, 143, 184, .67), rgba(12, 143, 184, .67));
  background-image: linear-gradient(180deg, rgba(12, 143, 184, .67), rgba(12, 143, 184, .67));
}

.box-clique-e-apareca {
  display: none;
  overflow: hidden;
  background-image: -webkit-linear-gradient(270deg, #096897, #096897);
  background-image: linear-gradient(180deg, #096897, #096897);
  color: #fff;
}

.texto---clique-e-apareca {
  margin: 0px;
  padding: 20px;
  font-size: 2em;
  line-height: 20px;
}

.box-aviso {
  position: absolute;
  left: 0%;
  bottom: 0px;
  display: block;
  overflow: hidden;
  width: 50%;
  padding: 25px 25px 40px 40px;
  background-image: -webkit-linear-gradient(270deg, #2c3e50, #2c3e50);
  background-image: linear-gradient(180deg, #2c3e50, #2c3e50);
  color: #fff;
}

.fundo-transparente {
  background-color: transparent;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0));
}

.slide-seta-escura {
  color: #253555;
}

.slide {
  display: inline-block;
  padding-top: 0px;
  -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;
}

.slide01 {
  padding-right: 0px;
  padding-bottom: 0px;
  background-image: url('../images/img_02.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide02 {
  background-image: url('../images/capa.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide03 {
  background-image: url('../images/sociais_capa_u2_s2.jpg');
  background-position: 100% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider {
  height: 45vh;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0));
}

.slider.fundo-transparente {
  height: auto;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0));
}

.slider.fundo-transparente.slider-imagem {
  height: 80vh;
}

.citacao {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 75px;
  padding-right: 150px;
  padding-left: 150px;
  background-image: url('../images/aspas-3.png'), url('../images/aspas-2.png');
  background-position: 0px 0px, 100% 100%;
  background-size: 100px, 100px;
  background-repeat: no-repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.texto_citacao {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  font-size: 2em;
  line-height: 32px;
}

.titulo_secao {
  position: absolute;
  left: 10vw;
  bottom: 20vh;
  z-index: 9997;
  width: 45%;
}

.oi {
  font-size: 2.5em;
  line-height: 32px;
}

._2-colunas {
  font-size: 2.5em;
  line-height: 32px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

.icon-home {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 75px;
  height: 75px;
  background-image: url('../images/home.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}

.grafismo-capa-interna {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: url('../images/capa-destaque.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.titulo_saber {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #00c7b1;
  font-size: 4em;
  line-height: 40px;
}

.saber_esq {
  width: 60%;
  margin-top: 25px;
  float: left;
}

.div_titulo_saber {
  width: 60%;
  padding-right: 175px;
  float: left;
  background-image: url('../images/app_saber_logo.png');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.saber_dir {
  display: block;
  width: 35%;
  height: 62vh;
  float: right;
  -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;
  background-image: url('../images/app_saber_tablet_video_com_logo.png');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}

.qr_code {
  width: 25%;
  float: left;
}

.texto_dispositivos {
  width: 75%;
  float: left;
}

.link_app {
  color: #333;
  font-size: 2em;
  line-height: 20px;
}

.span_link_saber {
  color: #00c7b1;
}

.logo_apps {
  width: 25%;
  margin-right: 25px;
  float: left;
}

.img-fonte {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 40%;
  padding-left: 3em;
  background-image: -webkit-linear-gradient(0deg, rgba(0, 0, 0, .15), transparent);
  background-image: linear-gradient(90deg, rgba(0, 0, 0, .15), transparent);
  color: rgba(51, 51, 51, .8);
  font-size: 1.2em;
  line-height: 25px;
}

.img-fonte.fonte-cor-branco {
  background-image: -webkit-linear-gradient(0deg, rgba(0, 0, 0, .3), transparent);
  background-image: linear-gradient(90deg, rgba(0, 0, 0, .3), transparent);
  color: #fff;
}

.img-fonte.fonte-cor-branco.apenas-n-pagina {
  background-image: -webkit-linear-gradient(0deg, hsla(0, 0%, 100%, .5), transparent);
  background-image: linear-gradient(90deg, hsla(0, 0%, 100%, .5), transparent);
  color: transparent;
}

.bt-pdf {
  position: fixed;
  left: 16px;
  top: 184px;
  z-index: 9999;
  display: block;
  width: 50px;
  height: 50px;
  background-image: url('../images/pdf_branco.png'), -webkit-linear-gradient(270deg, #6b6868, #6b6868);
  background-image: url('../images/pdf_branco.png'), linear-gradient(180deg, #6b6868, #6b6868);
  background-position: 50% 50%, 0px 0px;
  background-size: 48px, auto;
  background-repeat: no-repeat, repeat;
}

.bt-pdf:hover {
  opacity: 0.6;
}

.titulo-padrao {
  font-size: 4em;
  line-height: 40px;
}

.titulo-padrao.fundo {
  padding: 5px;
  background-color: hsla(0, 0%, 100%, .6);
}

.titulo-capa-interna {
  font-size: 4em;
  line-height: 40px;
}

.sub1-capa-interna {
  font-size: 2.5em;
  line-height: 30px;
}

.sub2-capa-interna {
  font-size: 3.5em;
  line-height: 40px;
}

.lista {
  margin-top: 5px;
  margin-bottom: 0px;
  padding: 10px;
}

.texto_label {
  font-size: 2em;
  line-height: 20px;
}

.feedback_nav {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 9999;
  padding: 5px;
  background-image: -webkit-linear-gradient(270deg, rgba(9, 104, 151, .8), rgba(9, 104, 151, .8));
  background-image: linear-gradient(180deg, rgba(9, 104, 151, .8), rgba(9, 104, 151, .8));
  color: #fff;
  font-size: 1.2em;
  line-height: 10px;
  text-align: center;
}

.texto_slider {
  font-size: 2em;
  line-height: 20px;
}

.span_link {
  color: #ffcd0a;
  text-decoration: underline;
}

.div08 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 49%;
  padding: 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-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  background-color: #85cfee;
}

.col._09 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: transparent;
}

.col._10 {
  height: auto;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: transparent;
}

.col._11 {
  height: 50vh;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: transparent;
  background-image: url('../images/img.jpg');
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.col._15 {
  background-color: transparent;
}

.img13 {
  display: block;
  width: 80%;
  height: 40vh;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/Imagem2.jpg');
  background-position: 50% 50%;
  background-size: 60%;
  background-repeat: no-repeat;
}

.div18 {
  display: block;
  width: 90%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
  border-radius: 10px;
  background-color: #a3fff8;
  box-shadow: 1px 1px 3px 0 #000;
}

html.w-mod-js *[data-ix="opacidade-scroll"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="de-cima-scroll"] {
  opacity: 0;
  -webkit-transform: translate(0%, -100%);
  -ms-transform: translate(0%, -100%);
  transform: translate(0%, -100%);
}

html.w-mod-js *[data-ix="esq-dir-scroll"] {
  opacity: 0;
  -webkit-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
}

html.w-mod-js *[data-ix="dir-esq-scroll"] {
  opacity: 0;
  -webkit-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
}

html.w-mod-js *[data-ix="esq-dir-out-back-scroll"] {
  opacity: 0;
  -webkit-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
}

html.w-mod-js *[data-ix="dir-esq-out-back-scroll"] {
  opacity: 0;
  -webkit-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
}

html.w-mod-js *[data-ix="box-crescer"] {
  opacity: 0;
  height: 0px;
}

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

html.w-mod-js *[data-ix="link-direita-scroll"] {
  opacity: 0;
  -webkit-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
}

html.w-mod-js *[data-ix="link-esquerda-scroll"] {
  opacity: 0;
  -webkit-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
}

html.w-mod-js *[data-ix="box-destaque"] {
  opacity: 0;
  height: 1px;
}

html.w-mod-js *[data-ix="saiba-mais-botao"] {
  opacity: 0;
  -webkit-transform: translate(150px, 0px);
  -ms-transform: translate(150px, 0px);
  transform: translate(150px, 0px);
}

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

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

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

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

html.w-mod-js *[data-ix="subtitulo-scroll"] {
  opacity: 0;
  -webkit-transform: translate(-100%, 0%);
  -ms-transform: translate(-100%, 0%);
  transform: translate(-100%, 0%);
}

@media (max-width: 991px) {
  h1 {
    font-size: 3.5vw;
    line-height: 4vw;
  }
  h2 {
    font-size: 4.5vw;
    line-height: 5vw;
  }
  h4 {
    font-size: 4.5vw;
    line-height: 5vw;
  }
  h5 {
    margin-top: 15px;
    padding-right: 10%;
    padding-bottom: 5px;
    padding-left: 15%;
    font-size: 8.5vw;
    line-height: 5vw;
  }
  .body {
    font-size: 10px;
    line-height: 10px;
  }
  .base-card {
    height: auto;
    padding-top: 0vh;
    padding-bottom: 0vh;
  }
  .card {
    width: 100%;
    height: 100vh;
  }
  .card.grafismo-internas {
    background-image: url('../images/grafismo-pg.png'), -webkit-linear-gradient(270deg, null, null);
    background-image: url('../images/grafismo-pg.png'), linear-gradient(180deg, null, null);
    background-position: 50% 100%, 0px 0px;
    background-size: contain, auto;
  }
  .card.grafismo-internas.img03 {
    background-image: url('../images/grafismo-pg.png'), url('../images/img-9.jpg'), -webkit-linear-gradient(270deg, null, null);
    background-image: url('../images/grafismo-pg.png'), url('../images/img-9.jpg'), linear-gradient(180deg, null, null);
    background-size: contain, cover, auto;
  }
  .card.grafismo-internas.sld12 {
    background-image: url('../images/IMG-10.jpg'), url('../images/grafismo-pg.png'), -webkit-linear-gradient(270deg, null, null);
    background-image: url('../images/IMG-10.jpg'), url('../images/grafismo-pg.png'), linear-gradient(180deg, null, null);
    background-size: 80%, contain, auto;
  }
  .card.grafismo-internas.sld15 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-image: url('../images/img-4.jpg'), url('../images/grafismo-pg.png'), -webkit-linear-gradient(270deg, null, null);
    background-image: url('../images/img-4.jpg'), url('../images/grafismo-pg.png'), linear-gradient(180deg, null, null);
    background-position: 50% 50%, 0px 100%, 0px 0px;
    background-size: cover, contain, auto;
  }
  .card.bg_imagem-full.img_02 {
    background-image: url('../images/img_02.jpg'), -webkit-linear-gradient(270deg, null, null);
    background-image: url('../images/img_02.jpg'), linear-gradient(180deg, null, null);
    background-position: 50% 50%, 0px 0px;
  }
  .imagem_capa {
    height: 100vh;
  }
  .grafismo-capa {
    height: 100vh;
  }
  .capa-titulo {
    right: 65px;
    bottom: 65px;
    font-size: 7em;
    line-height: 70px;
  }
  .bt-anterior {
    width: 65px;
    height: 65px;
    margin-top: 0px;
    margin-right: 0px;
  }
  .bt-anterior.w--current {
    width: 65px;
    height: 65px;
  }
  .bt-proximo {
    width: 65px;
    height: 65px;
    margin-right: 0px;
    margin-bottom: 0px;
  }
  .bt-proximo.bt-proximo-branco {
    width: 65px;
    height: 65px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-size: cover, 35%;
  }
  .saiba-mais {
    width: 50%;
  }
  .texto-saiba-mais {
    font-size: 2em;
    line-height: 20px;
  }
  .capa-unidade {
    padding: 10px 30px;
    font-size: 2.8em;
    line-height: 28px;
  }
  .capa-se-o {
    top: 15%;
    padding: 10px 30px;
    font-size: 2.4em;
    line-height: 24px;
  }
  .imagem_capa-interna {
    height: 100vh;
    background-position: 50% 0px;
    background-size: auto 100%;
  }
  .subtitulo_h4 {
    left: 65px;
    bottom: 35px;
    font-size: 3em;
    line-height: 30px;
  }
  .conteudo {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .conteudo.sld03 {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .texto_padrao {
    font-size: 2.3em;
    line-height: 25px;
  }
  .texto_padrao.tab_branco {
    font-size: 2em;
    line-height: 20px;
  }
  .destaque {
    font-size: 2em;
    line-height: 20px;
  }
  .fonte-video {
    font-size: 1.5em;
    line-height: 15px;
  }
  .tab_normal {
    width: 25%;
    height: auto;
    font-size: 10px;
    line-height: 10px;
  }
  .tab_normal.w--current {
    width: 25%;
    height: auto;
    font-size: 10px;
    line-height: 10px;
  }
  .item_da_lista {
    background-position: 0px 0px;
    background-size: 10px;
    font-size: 1.8em;
    line-height: 20px;
  }
  .link_div {
    width: 60%;
    background-image: url('../images/link.png'), -webkit-linear-gradient(270deg, null, null);
    background-image: url('../images/link.png'), linear-gradient(180deg, null, null);
    background-size: 65px, auto;
  }
  .link_div.link_right {
    width: 70%;
  }
  .link_texto_block.cinza {
    font-size: 1.8em;
    line-height: 18px;
  }
  .video_youtube {
    width: 100%;
  }
  .box-esquerda {
    width: 45%;
  }
  .box-esquerda._w-45porcento {
    padding-right: 15px;
  }
  .bloco1 {
    height: 65px;
  }
  .anos_slider {
    font-size: 1.6em;
    line-height: 16px;
  }
  .topo_textos_slides {
    width: 70%;
  }
  .topo_textos_slides.em_branco {
    width: 70%;
  }
  .base_textos_slides.em_branco {
    width: 70%;
  }
  .base_textos_slides.ativo {
    width: 70%;
  }
  .titulo_celula {
    font-size: 2em;
    line-height: 20px;
  }
  .texto_celula {
    font-size: 1.8em;
    line-height: 18px;
  }
  .box_overflow {
    width: 100%;
  }
  .link_left {
    width: 60%;
    padding-right: 5vw;
    padding-left: 15vw;
  }
  .box-feedback {
    padding-right: 10vw;
    padding-left: 10vw;
  }
  .enviar_feedback {
    width: 50%;
    font-size: 3.5vw;
  }
  .title_form {
    font-size: 3.5vw;
    line-height: 5vh;
  }
  .texto_form {
    padding-top: 20px;
    font-size: 3vw;
    line-height: 3vh;
  }
  .nome_item_form {
    font-size: 2.5vw;
  }
  .campo_item_form {
    font-size: 2.5vw;
  }
  .selecionar_perfil {
    font-size: 2.5vw;
  }
  .selecionar_perfil.avaliacao {
    width: 75%;
  }
  .campo_texto_form {
    font-size: 3vw;
  }
  .box-direita {
    right: 10%;
    width: 75%;
  }
  .botao {
    font-size: 2em;
    line-height: 20px;
  }
  .slide {
    padding-top: 0px;
  }
  .slider.fundo-transparente {
    height: auto;
  }
  .citacao {
    padding-top: 30px;
    padding-right: 85px;
    padding-left: 85px;
    background-size: 75px, 75px;
  }
  .texto_citacao {
    font-size: 2em;
    line-height: 25px;
  }
  .oi {
    font-size: 2.3em;
    line-height: 25px;
  }
  ._2-colunas {
    font-size: 2.3em;
    line-height: 25px;
    -webkit-column-gap: 35px;
    -moz-column-gap: 35px;
    column-gap: 35px;
  }
  .icon-home {
    width: 65px;
    height: 65px;
  }
  .titulo_saber {
    font-size: 3em;
    line-height: 30px;
  }
  .saber_esq {
    width: 100%;
    float: none;
  }
  .div_titulo_saber {
    width: 100%;
    float: none;
  }
  .saber_dir {
    display: block;
    width: 100%;
    height: 30vh;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    background-position: 50% 50%;
  }
  .qr_code {
    display: none;
  }
  .link_app {
    font-size: 1.8em;
    line-height: 18px;
  }
  .img-fonte {
    font-size: 1.2em;
  }
  .bt-pdf {
    top: 128px;
  }
  .titulo-padrao {
    font-size: 3em;
    line-height: 30px;
  }
  .titulo-capa-interna {
    font-size: 3.5em;
    line-height: 35px;
  }
  .sub1-capa-interna {
    font-size: 2em;
  }
  .sub2-capa-interna {
    font-size: 3em;
  }
  .feedback_nav {
    padding-right: 5px;
  }
  .texto_slider {
    font-size: 1.8em;
    line-height: 18px;
  }
  .col._09._15b {
    width: 79%;
  }
  .col._15 {
    width: 29%;
  }
  .img13 {
    background-size: 80%;
  }
}

@media (max-width: 767px) {
  h1 {
    margin-top: 0px;
    margin-bottom: 2vh;
  }
  h2 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  h3 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  h4 {
    bottom: 5vh;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  h5 {
    font-size: 10vw;
    line-height: 9vw;
  }
  .body {
    font-size: 10px;
    line-height: 10px;
  }
  .base-card {
    width: 100%;
    height: 100%;
    min-height: 100vh;
  }
  .card {
    height: 100%;
    min-height: 100vh;
  }
  .card.grafismo-internas {
    background-image: url('../images/grafismo-pg.png'), -webkit-linear-gradient(270deg, null, null);
    background-image: url('../images/grafismo-pg.png'), linear-gradient(180deg, null, null);
    background-position: 0px 100%, 0px 0px;
  }
  .card.grafismo-internas.sld12 {
    background-image: url('../images/IMG-10.jpg'), url('../images/grafismo-pg.png'), -webkit-linear-gradient(270deg, null, null);
    background-image: url('../images/IMG-10.jpg'), url('../images/grafismo-pg.png'), linear-gradient(180deg, null, null);
    background-size: 50%, contain, auto;
  }
  .card.grafismo-internas.sld15 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: url('../images/img-4.jpg'), url('../images/grafismo-pg.png'), -webkit-linear-gradient(270deg, null, null);
    background-image: url('../images/img-4.jpg'), url('../images/grafismo-pg.png'), linear-gradient(180deg, null, null);
    background-position: 100% 50%, 0px 100%, 0px 0px;
    background-size: auto 100%, contain, auto;
  }
  .capa-titulo {
    right: 50px;
    bottom: 50px;
    font-size: 4em;
    line-height: 40px;
  }
  .bt-anterior {
    width: 50px;
    height: 50px;
    margin-top: 0px;
  }
  .bt-anterior.w--current {
    width: 50px;
    height: 50px;
  }
  .bt-proximo {
    width: 50px;
    height: 50px;
    min-height: 44px;
    margin-bottom: 0px;
  }
  .bt-proximo.bt-proximo-branco {
    width: 50px;
    height: 50px;
    font-style: italic;
  }
  .bt-menu-hamb {
    left: 8px;
    top: 25px;
    width: 45px;
    height: 45px;
    background-image: url('../images/menu.png'), -webkit-linear-gradient(270deg, null, null);
    background-image: url('../images/menu.png'), linear-gradient(180deg, null, null);
    background-size: 85%, auto;
  }
  .texto-saiba-mais {
    font-size: 1.8em;
    line-height: 18px;
  }
  .capa-unidade {
    top: 10%;
    padding: 10px 25px;
    font-size: 2.5em;
    line-height: 25px;
  }
  .capa-se-o {
    top: 25%;
    padding: 10px 25px;
    font-size: 2em;
    line-height: 20px;
  }
  .imagem_capa-interna {
    background-position: 100% 100%;
  }
  .grafismo_final {
    background-image: url('../images/contracapa.png');
    background-position: 50% 100%;
    background-size: cover;
  }
  .subtitulo_h4 {
    left: 50px;
    bottom: 30px;
    font-size: 2.5em;
    line-height: 25px;
  }
  .conteudo {
    width: 80%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 0vh;
    padding-bottom: 0vh;
  }
  .texto_padrao {
    margin-bottom: 5px;
    font-size: 1.8em;
    line-height: 20px;
  }
  .texto_padrao.tab_branco {
    font-size: 1.8em;
    line-height: 18px;
  }
  .destaque {
    margin-bottom: 5px;
    padding: 5px 30px 5px 10px;
    font-size: 2em;
    line-height: 20px;
  }
  .fonte-video {
    margin-bottom: 0px;
    font-size: 1.3em;
    line-height: 13px;
  }
  .tab_normal {
    height: auto;
    padding: 10px;
  }
  .tab_normal.w--current {
    height: auto;
    padding: 10px;
    font-size: 10px;
  }
  .tab_text_active {
    padding: 7px;
  }
  .item_da_lista {
    margin-top: 0px;
    margin-bottom: 5px;
    padding-left: 30px;
    background-position: 0px 0px;
    background-size: 8px;
    font-size: 1.8em;
    line-height: 20px;
  }
  .link_div {
    width: 85%;
    margin-top: 50px;
    padding-top: 5px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    background-image: url('../images/link.png'), -webkit-linear-gradient(270deg, null, null);
    background-image: url('../images/link.png'), linear-gradient(180deg, null, null);
    background-position: 95% 10px, 0px 0px;
  }
  .link_div.link_left {
    background-image: url('../images/link.png'), -webkit-linear-gradient(270deg, null, null);
    background-image: url('../images/link.png'), linear-gradient(180deg, null, null);
    background-size: 40px, auto;
  }
  .link_div.link_right {
    width: 90%;
    margin-top: 20px;
    background-image: url('../images/link.png'), -webkit-linear-gradient(270deg, null, null);
    background-image: url('../images/link.png'), linear-gradient(180deg, null, null);
    background-size: 40px, auto;
  }
  .link_texto_block {
    padding-bottom: 5px;
    font-size: 1.8em;
    line-height: 18px;
  }
  .link_texto_block.cinza {
    padding-bottom: 0vh;
    font-size: 1.6em;
    line-height: 16px;
  }
  .video_youtube {
    width: 85%;
  }
  .box-esquerda {
    position: relative;
    width: 70%;
    height: auto;
    float: left;
  }
  .box-esquerda._w-45porcento {
    position: relative;
    width: auto;
    height: auto;
    padding-right: 0px;
  }
  .tabs {
    width: 100%;
  }
  .slider_linha_tempo {
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .bloco1 {
    height: 70px;
    border-radius: 10px;
  }
  .anos_slider {
    font-size: 1.6em;
    line-height: 16px;
  }
  .slide-nav {
    height: auto;
    padding-top: 10px;
    font-size: 1.4em;
    line-height: 14px;
  }
  .slide-setas {
    margin-right: -44px;
    margin-left: -3px;
    background-image: none;
  }
  .slide-setas.slider-setas-gradiente {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 125, 198, 0), rgba(0, 125, 198, 0));
    background-image: linear-gradient(180deg, rgba(0, 125, 198, 0), rgba(0, 125, 198, 0));
  }
  .topo_textos_slides {
    width: 80%;
    height: auto;
    padding: 20px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
  }
  .topo_textos_slides.em_branco {
    width: 100%;
  }
  .base_textos_slides {
    height: 25vh;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
  }
  .base_textos_slides.em_branco {
    width: 80%;
  }
  .base_textos_slides.ativo {
    width: 80%;
    height: auto;
    padding: 20px;
  }
  .box-central---branco {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .titulo_celula {
    padding: 5px;
    font-size: 1.8em;
    line-height: 18px;
  }
  .texto_celula {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 5px;
    font-size: 1.6em;
    line-height: 16px;
  }
  .box_overflow {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .link_left {
    width: 90%;
    margin-top: 10vh;
    padding-right: 2vw;
    padding-left: 18vw;
    border-radius: 0px 25px 25px 0px;
    background-image: url('../images/link.png'), -webkit-linear-gradient(270deg, null, null);
    background-image: url('../images/link.png'), linear-gradient(180deg, null, null);
    background-position: 65px 10px, 0px 0px;
    background-size: 65px, auto;
  }
  .box-feedback {
    height: 100vh;
    padding-top: 1vh;
    padding-right: 10vw;
    padding-left: 14vw;
  }
  .enviar_feedback {
    font-size: 3vw;
  }
  .form_feedback {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .title_form {
    font-size: 2.5vw;
    line-height: 6vh;
  }
  .texto_form {
    margin-bottom: 5px;
    padding-top: 5px;
    font-size: 2.25vw;
    line-height: 3vw;
  }
  .nome_item_form {
    font-size: 2vw;
    line-height: 5vh;
  }
  .campo_item_form {
    height: 6vh;
    margin-bottom: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 2vw;
  }
  .selecionar_perfil {
    height: 6vh;
    margin-bottom: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 2vw;
  }
  .selecionar_perfil.avaliacao {
    width: 50%;
  }
  .campo_texto_form {
    width: 75%;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    float: left;
    font-size: 2vw;
  }
  .fechar_feedback {
    top: 10px;
    right: 50px;
  }
  .box-direita {
    position: relative;
    width: 70%;
    height: auto;
    margin-bottom: 1vh;
    float: right;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }
  .box-img-dir {
    width: 100%;
    height: 30vh;
    float: none;
  }
  .box-img-topo {
    height: 30vh;
  }
  .botao {
    margin-top: 5px;
    font-size: 1.8em;
    line-height: 18px;
  }
  .texto---clique-e-apareca {
    font-size: 1.8em;
    line-height: 18px;
  }
  .box-aviso {
    padding: 15px 15px 30px 30px;
  }
  .slide {
    padding-top: 0px;
  }
  .slider.fundo-transparente {
    height: auto;
  }
  .citacao {
    width: 100%;
    padding-top: 0px;
    padding-right: 65px;
    padding-left: 75px;
    background-size: 50px, 50px;
  }
  .texto_citacao {
    width: 100%;
    font-size: 1.8em;
    line-height: 20px;
  }
  .titulo_secao {
    bottom: 18vh;
    width: 65%;
  }
  .oi {
    font-size: 1.8em;
    line-height: 20px;
  }
  ._2-colunas {
    font-size: 1.8em;
    line-height: 20px;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .icon-home {
    width: 50px;
    height: 50px;
  }
  .titulo_saber {
    font-size: 1.8em;
    line-height: 18px;
  }
  .saber_esq {
    width: 70%;
    margin-top: 5px;
    float: left;
  }
  .div_titulo_saber {
    width: 70%;
    padding-right: 65px;
  }
  .saber_dir {
    width: 30%;
    height: 65vh;
    float: right;
  }
  .qr_code {
    width: 30%;
  }
  .texto_dispositivos {
    width: 100%;
    line-height: 3vw;
  }
  .link_app {
    font-size: 1.5em;
    line-height: 15px;
  }
  .logo_apps {
    width: 35%;
    float: none;
  }
  .bt-pdf {
    left: 8px;
    top: 123px;
    width: 45px;
    height: 45px;
    background-image: url('../images/pdf_branco.png'), -webkit-linear-gradient(270deg, null, null);
    background-image: url('../images/pdf_branco.png'), linear-gradient(180deg, null, null);
    background-size: 90%, auto;
  }
  .titulo-padrao {
    font-size: 2.5em;
    line-height: 25px;
  }
  .titulo-capa-interna {
    font-size: 3em;
    line-height: 30px;
  }
  .sub1-capa-interna {
    font-size: 2.5em;
    line-height: 25px;
  }
  .sub2-capa-interna {
    font-size: 2em;
    line-height: 25px;
  }
  .texto_label {
    font-size: 1.8em;
    line-height: 18px;
  }
  .texto_slider {
    font-size: 1.6em;
    line-height: 16px;
  }
  .div08 {
    -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;
  }
  .col {
    width: 100%;
    margin-top: 5px;
  }
  .col._09._15b {
    width: 80%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .col._15 {
    display: none;
  }
  .img13 {
    height: 50vh;
  }
}

@media (max-width: 479px) {
  h1 {
    display: block;
    margin: 0px auto 1vh;
    font-size: 5vw;
    line-height: 7vw;
  }
  h2 {
    font-size: 8vw;
    line-height: 8vw;
  }
  h3 {
    font-size: 6.5vw;
    line-height: 8vw;
  }
  h4 {
    left: 18vw;
    font-size: 8.5vw;
    line-height: 9vw;
  }
  h5 {
    margin-top: 2vh;
    margin-bottom: 0px;
    font-size: 15vw;
    line-height: 15vw;
  }
  .body {
    font-size: 10px;
    line-height: 10px;
  }
  .card.grafismo-internas {
    background-image: url('../images/grafismo-pg.png'), -webkit-linear-gradient(270deg, null, null);
    background-image: url('../images/grafismo-pg.png'), linear-gradient(180deg, null, null);
    background-size: 831px, auto;
  }
  .card.grafismo-internas.sld12 {
    background-image: url('../images/IMG-10.jpg'), url('../images/grafismo-pg.png'), -webkit-linear-gradient(270deg, null, null);
    background-image: url('../images/IMG-10.jpg'), url('../images/grafismo-pg.png'), linear-gradient(180deg, null, null);
    background-size: 90%, contain, auto;
  }
  .card.bg_imagem-full.img_01 {
    background-position: 50% 90%, 0px 100%;
    background-size: 85%, contain;
  }
  .grafismo-capa {
    background-size: cover;
  }
  .capa-titulo {
    font-size: 3em;
    line-height: 30px;
  }
  .bt-anterior {
    width: 50px;
    height: 50px;
    margin-top: 0px;
    margin-right: 0px;
  }
  .bt-anterior.w--current {
    width: 50px;
    height: 50px;
  }
  .bt-proximo {
    width: 50px;
    height: 50px;
    margin-right: 0px;
    margin-bottom: 0px;
  }
  .bt-proximo.bt-proximo-branco {
    z-index: 9997;
  }
  .bt-menu-hamb {
    width: 45px;
    height: 45px;
  }
  .saiba-mais {
    display: none;
    width: 90%;
  }
  .texto-saiba-mais {
    font-size: 1.6em;
    line-height: 16px;
  }
  .capa-unidade {
    top: 5%;
    margin-bottom: 30vh;
    padding: 10px 30px;
    font-size: 2em;
    line-height: 20px;
  }
  .capa-se-o {
    top: 15%;
    margin-bottom: 20vh;
    padding: 10px 30px;
    font-size: 1.6em;
    line-height: 16px;
  }
  .subtitulo_h4 {
    left: 60px;
    font-size: 2.5em;
    line-height: 25px;
  }
  .conteudo {
    width: 75%;
    padding-top: 0vh;
    padding-left: 20px;
  }
  .texto_padrao {
    margin-bottom: 1vh;
    font-size: 1.8em;
    line-height: 20px;
  }
  .texto_padrao.tab_branco {
    padding: 0px;
    font-size: 1.8em;
    line-height: 18px;
  }
  .texto_padrao.texto_slider {
    padding: 35px 35px 80px;
  }
  .destaque {
    margin-bottom: 10px;
    padding: 5px 15px 5px 5px;
    border-bottom-right-radius: 25px;
    font-size: 1.8em;
    line-height: 18px;
  }
  .fonte-video {
    padding-top: 5px;
    font-size: 1.3em;
    line-height: 13px;
  }
  .tab_ordem {
    width: 40%;
    float: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tab_normal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    margin-right: 0px;
    margin-bottom: 2px;
    padding: 10px;
    float: left;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top-left-radius: 25px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 25px;
    font-size: 10px;
    line-height: 10px;
    text-align: right;
  }
  .tab_normal.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    margin-bottom: 2px;
    padding: 10px;
    float: left;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top-left-radius: 25px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 25px;
    font-size: 10px;
    line-height: 10px;
  }
  .tab_text_active {
    float: none;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  .item_da_lista {
    padding-left: 25px;
    background-size: 5px;
    font-size: 1.6em;
    line-height: 16px;
  }
  .link_div {
    padding-left: 2vw;
  }
  .link_div.link_right {
    width: 82%;
    margin-top: 40px;
  }
  .link_texto_block {
    padding-bottom: 3vh;
  }
  .link_texto_block.cinza {
    font-size: 1.4em;
    line-height: 14px;
  }
  .video_youtube {
    width: 100%;
  }
  .box-esquerda {
    width: 100%;
  }
  .tabs {
    width: 100%;
  }
  .slider_linha_tempo {
    margin-top: 30px;
  }
  .bloco1 {
    width: 30%;
    height: 50px;
  }
  .anos_slider {
    font-size: 1em;
    line-height: 10px;
  }
  .slide-nav {
    padding-top: 5px;
    padding-bottom: 0px;
  }
  .slide-setas.slider-setas-gradiente {
    margin-right: -80px;
    margin-left: -47px;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 125, 198, 0), rgba(0, 125, 198, 0));
    background-image: linear-gradient(180deg, rgba(0, 125, 198, 0), rgba(0, 125, 198, 0));
  }
  .topo_textos_slides {
    width: 100%;
    height: auto;
  }
  .base_textos_slides.em_branco {
    width: 100%;
  }
  .base_textos_slides.ativo {
    width: 100%;
    height: auto;
  }
  .box-central---branco {
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .titulo_celula {
    font-size: 1.6em;
    line-height: 16px;
  }
  .texto_celula {
    font-size: 1.6em;
    line-height: 16px;
  }
  .box_overflow {
    height: 80vh;
  }
  .link_left {
    padding-left: 30vw;
    background-image: url('../images/link.png'), -webkit-linear-gradient(270deg, null, null);
    background-image: url('../images/link.png'), linear-gradient(180deg, null, null);
    background-size: 50px, auto;
    text-align: left;
  }
  .box-feedback {
    padding-right: 2vw;
    padding-bottom: 0vh;
    padding-left: 18vw;
  }
  .enviar_feedback {
    width: 100%;
    font-size: 6vw;
  }
  .title_form {
    padding: 5px 40px 5px 10px;
    font-size: 5vw;
    line-height: 4vh;
    text-align: left;
  }
  .texto_form {
    padding-top: 5px;
    font-size: 4.5vw;
    line-height: 3.5vh;
  }
  .nome_item_form {
    font-size: 3.75vw;
    line-height: 3vh;
  }
  .campo_item_form {
    height: 8vh;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 4vw;
  }
  .selecionar_perfil {
    height: 8vh;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 4vw;
  }
  .selecionar_perfil.avaliacao {
    width: 75%;
  }
  .campo_texto_form {
    font-size: 4vw;
  }
  .fechar_feedback {
    right: 10px;
  }
  .box-direita {
    top: 3%;
    right: 0%;
    display: block;
    width: 100%;
    margin-top: 35px;
  }
  .botao {
    font-size: 1.6em;
    line-height: 16px;
  }
  .texto---clique-e-apareca {
    font-size: 1.6em;
    line-height: 16px;
  }
  .box-aviso {
    left: 0%;
    width: 80%;
  }
  .slide {
    padding-top: 0px;
  }
  .slider.fundo-transparente {
    height: auto;
  }
  .citacao {
    padding: 40px 0px;
    background-size: 40px, 40px;
  }
  .texto_citacao {
    font-size: 1.8em;
    line-height: 20px;
  }
  .titulo_secao {
    padding-left: 26px;
  }
  .oi {
    font-size: 1.8em;
    line-height: 20px;
  }
  ._2-colunas {
    font-size: 1.8em;
    line-height: 20px;
  }
  .titulo_saber {
    font-size: 1.8em;
    line-height: 18px;
  }
  .saber_esq {
    width: 100%;
  }
  .div_titulo_saber {
    width: 90%;
  }
  .saber_dir {
    width: 100%;
    height: 45vh;
    margin-top: 5px;
  }
  .qr_code {
    width: 35%;
  }
  .texto_dispositivos {
    width: 100%;
  }
  .link_app {
    font-size: 1.5em;
    line-height: 15px;
  }
  .logo_apps {
    width: 45%;
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .img-fonte {
    width: 50%;
    font-size: 1.2em;
  }
  .titulo-capa-interna {
    font-size: 2.5em;
    line-height: 25px;
  }
  .sub1-capa-interna {
    font-size: 2em;
    line-height: 20px;
  }
  .texto_label {
    font-size: 1.6em;
    line-height: 16px;
  }
  .feedback_nav {
    font-size: 0.9em;
    line-height: 5px;
  }
  .col._09._15b {
    width: 100%;
  }
  .img13 {
    height: 35vh;
    background-size: 100%;
  }
}

@font-face {
  font-family: 'Romy 0';
  src: url('../fonts/Romy_0.eot') format('embedded-opentype'), url('../fonts/Romy_0.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Romy';
  src: url('../fonts/Romy.woff') format('woff'), url('../fonts/Romy.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Foco rg';
  src: url('../fonts/Foco_Rg.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Foco ltit';
  src: url('../fonts/Foco_LtIt.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Foco blk';
  src: url('../fonts/Foco_Blk.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Foco it';
  src: url('../fonts/Foco_It.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Foco blkit';
  src: url('../fonts/Foco_BlkIt.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Foco bdit';
  src: url('../fonts/Foco_BdIt.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Foco lt';
  src: url('../fonts/Foco_Lt.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Foco';
  src: url('../fonts/Foco.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Museosans';
  src: url('../fonts/MuseoSans.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Museosans 500';
  src: url('../fonts/MuseoSans_500_Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Museo500 regular';
  src: url('../fonts/Museo500-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Museosans 1';
  src: url('../fonts/MuseoSans_1.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Museo300 regular';
  src: url('../fonts/Museo300-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Museosans 300';
  src: url('../fonts/MuseoSans-300.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Museosans';
  src: url('../fonts/MuseoSans-100Italic.otf') format('opentype'), url('../fonts/MuseoSans-300Italic.otf') format('opentype'), url('../fonts/MuseoSans-700Italic.otf') format('opentype'), url('../fonts/MuseoSans-900Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Museosans 0';
  src: url('../fonts/MuseoSans_0.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Museosans 100';
  src: url('../fonts/MuseoSans-100.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Museo700 regular';
  src: url('../fonts/Museo700-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Museo900 regular';
  src: url('../fonts/Museo900-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Museo100 regular';
  src: url('../fonts/Museo100-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}