body {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(160, 130, 185, 0.25)), to(rgba(160, 130, 185, 0.25)));
  background-image: linear-gradient(180deg, rgba(160, 130, 185, 0.25), rgba(160, 130, 185, 0.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: #ad393a;
  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-gradient(linear, left top, left bottom, from(#f5faf2), to(#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;
  display: block;
  width: 100%;
  height: auto;
  min-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: auto;
  min-height: 96vh;
  margin-right: auto;
  margin-left: auto;
  border-radius: 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  box-shadow: 0 -1px 15px -1px #b9b9b9;
}

.card.card-saber {
  height: 96vh;
  min-height: 0vh;
}

.card.grafismo {
  background-image: url('../images/grafismo-pg_1.png'), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: url('../images/grafismo-pg_1.png'), linear-gradient(180deg, #fff, #fff);
  background-position: 0px 100%, 0px 0px;
  background-size: 80%, auto;
  background-repeat: no-repeat, repeat;
}

.card.grafismo._10 {
  background-image: url('../images/sld10.jpg'), url('../images/grafismo-pg_1.png'), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: url('../images/sld10.jpg'), url('../images/grafismo-pg_1.png'), linear-gradient(180deg, #fff, #fff);
  background-position: 0px 0px, 0px 100%, 0px 0px;
  background-size: cover, 80%, auto;
  background-repeat: no-repeat, no-repeat, repeat;
}

.card.card_flex {
  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;
}

.imagem_capa {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  width: 100%;
  min-height: 96vh;
  background-image: url('../images/iStock-638951964.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.titulo-capa {
  position: relative;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 200px;
  font-family: 'Museo700 regular', sans-serif;
  color: #e0e0e0;
  font-size: 7.5em;
  line-height: 75px;
  font-weight: 700;
  text-align: right;
}

.bt-anterior {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 995;
  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: 995;
  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 {
  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;
  width: 280px;
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#474545), to(#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.1%, 0.09);
  border-left: 2px solid transparent;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
  font-family: Montserrat, sans-serif;
  color: hsla(0, 0%, 96.1%, 0.96);
  font-size: 16px;
  line-height: 30px;
  text-decoration: none;
  text-transform: none;
}

.menu-item:hover {
  border-left-color: #efc94c;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3997d3), to(#3997d3));
  background-image: linear-gradient(180deg, #3997d3, #3997d3);
}

.menu-item.clique-capa {
  cursor: pointer;
}

.menu-item.clique-unidade {
  cursor: pointer;
}

.menu-item.clique-experimente {
  cursor: pointer;
}

.menu-item.clique-explore {
  cursor: pointer;
}

.menu-item.clique-video {
  cursor: pointer;
}

.menu-item.clique-conhece {
  cursor: pointer;
}

.menu-fechar {
  position: relative;
  z-index: 99999;
  width: 50px;
  height: 50px;
  margin-top: 16px;
  margin-left: 16px;
  background-image: url('../images/fechar.png'), -webkit-gradient(linear, left top, left bottom, from(#333), to(#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: 995;
  width: 50px;
  height: 50px;
  background-image: url('../images/menu.png'), -webkit-gradient(linear, left top, left bottom, from(#6b6868), to(#6b6868));
  background-image: url('../images/menu.png'), linear-gradient(180deg, #6b6868, #6b6868);
  background-position: 50% 50%, 0px 0px;
  background-size: 30px, auto;
  background-repeat: no-repeat, repeat;
  cursor: pointer;
}

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

.box_bsm {
  position: absolute;
  right: 8%;
  bottom: 10%;
  z-index: 9998;
  display: block;
  width: 40%;
  height: auto;
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e7e7e7), to(#e7e7e7));
  background-image: linear-gradient(180deg, #e7e7e7, #e7e7e7);
  cursor: pointer;
}

.titulo-saiba-mais {
  display: block;
  padding: 20px 10px 20px 20px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/fechar.png'), -webkit-gradient(linear, left top, left bottom, from(#2c3e50), to(#2c3e50));
  background-image: url('../images/fechar.png'), linear-gradient(180deg, #2c3e50, #2c3e50);
  background-position: 100% 50%, 0px 0px;
  background-size: 50px, auto;
  background-repeat: no-repeat, repeat;
  font-family: Museosans, sans-serif;
  color: #fff;
  font-size: 1.8em;
  line-height: 20px;
}

.texto-saiba-mais {
  position: relative;
  right: 0px;
  bottom: 0px;
  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% -350px;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.45;
}

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

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

.imagem_capa-interna {
  width: 100%;
  height: 96vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#cce8f6), to(#cce8f6));
  background-image: linear-gradient(180deg, #cce8f6, #cce8f6);
}

.grafismo_final {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  min-height: 96vh;
  background-image: url('../images/capa-fim.png'), -webkit-gradient(linear, left top, left bottom, from(#2c3e50), to(#2c3e50));
  background-image: url('../images/capa-fim.png'), linear-gradient(180deg, #2c3e50, #2c3e50);
  background-position: 50% 100%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
  color: #153255;
}

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

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

.conteudo.conteudo-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10%;
  margin-bottom: 10%;
  padding-top: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.texto-padrao {
  margin-top: 2%;
  margin-bottom: 2%;
  font-size: 2.5em;
  line-height: 32px;
  text-align: left;
}

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

.texto-padrao.referencias {
  padding-left: 25px;
  color: #34495e;
}

.texto-padrao.texto_slider {
  height: 100%;
  margin-bottom: 0px;
  padding: 15px 0px 25px;
  color: #333;
}

.texto-padrao.texto_slider.galeriatextoimagem {
  width: 48%;
  height: 90%;
  margin-bottom: 8%;
  margin-left: 60px;
  padding: 10px;
  float: left;
}

.texto-padrao.tx_box-red-45 {
  padding: 10px;
  color: #fff;
  font-size: 2.5em;
  line-height: 32px;
}

.texto-padrao.tx-central {
  margin-top: 2%;
  margin-bottom: 2%;
}

.texto-padrao.tx_65-e {
  width: 100%;
  margin-top: 2%;
  margin-bottom: 2%;
  float: none;
}

.texto-padrao.tx_65-d {
  width: 100%;
  margin-top: 2%;
  margin-bottom: 2%;
  float: right;
}

.texto-padrao.embed {
  color: #096897;
}

.texto-padrao.galeria {
  color: #096897;
  font-weight: 700;
}

.destaque {
  display: inline-block;
  overflow: hidden;
  margin-right: 50%;
  margin-bottom: 5px;
  padding-right: 60px;
  border-color: #65a095;
  border-bottom-right-radius: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#83d85a), to(#83d85a));
  background-image: linear-gradient(180deg, #83d85a, #83d85a);
  font-family: Foco, sans-serif;
  color: #333;
  font-size: 2em;
  line-height: 20px;
}

.destaque.destaque-escuro {
  margin-right: 50%;
  border-color: #cff3ee;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#65a095), to(#65a095));
  background-image: linear-gradient(180deg, #65a095, #65a095);
  color: #fefefe;
}

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

.tab_ordem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: 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-gradient(linear, left top, left bottom, from(#65a095), to(#65a095));
  background-image: linear-gradient(180deg, #65a095, #65a095);
  font-family: 'Museo100 regular', sans-serif;
  color: #fff;
  font-size: 10px;
  line-height: 10px;
}

.tab_normal.w--current {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00bea6), to(#00bea6));
  background-image: linear-gradient(180deg, #00bea6, #00bea6);
  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-gradient(linear, left top, left bottom, from(#00bea6), to(#00bea6));
  background-image: linear-gradient(180deg, #00bea6, #00bea6);
}

.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-gradient(linear, left top, left bottom, from(#34495e), to(#34495e));
  background-image: url('../images/link.png'), linear-gradient(180deg, #34495e, #34495e);
  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-gradient(linear, left top, left bottom, from(null), to(null));
  background-image: url('../images/link.png'), linear-gradient(180deg, null, null);
  background-size: 50px, auto;
}

.link_div.link_right {
  position: relative;
  width: 60%;
  height: auto;
  margin-top: 15%;
  margin-bottom: 5%;
  padding-top: 60px;
  padding-right: 110px;
  padding-bottom: 60px;
  border-bottom-left-radius: 0px;
  background-image: url('../images/link.png'), -webkit-gradient(linear, left top, left bottom, from(#2c3e50), to(#2c3e50));
  background-image: url('../images/link.png'), linear-gradient(180deg, #2c3e50, #2c3e50);
  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%, 0.5);
  font-size: 1.8em;
  line-height: 18px;
}

.video_youtube {
  position: static;
  display: block;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.box-esquerdo {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  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-esquerdo._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: #e27a3f;
}

.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-gradient(linear, left top, left bottom, from(#fff), to(#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-gradient(linear, left top, left bottom, from(#e27a3f), to(#e27a3f));
  background-image: linear-gradient(180deg, #e27a3f, #e27a3f);
}

.bloco1.ativo {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#efc94c), to(#efc94c));
  background-image: linear-gradient(180deg, #efc94c, #efc94c);
}

.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: auto;
  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-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.5)), to(hsla(0, 0%, 100%, 0.5)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0.5));
}

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

.div_espaco_ano {
  width: 5%;
  height: 1vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#253555), to(#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 {
  position: relative;
  z-index: 9998;
  display: block;
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-bottom: 0%;
  margin-left: auto;
  padding-top: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#85cfee), to(#85cfee));
  background-image: linear-gradient(180deg, #85cfee, #85cfee);
  font-size: 1.6em;
  line-height: 16px;
}

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

.slide-setas.slider-setas-gradiente {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(239, 201, 76, 0.5)), to(rgba(239, 201, 76, 0.5)));
  background-image: linear-gradient(180deg, rgba(239, 201, 76, 0.5), rgba(239, 201, 76, 0.5));
}

.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-gradient(linear, left top, left bottom, from(#efc94c), to(#efc94c));
  background-image: linear-gradient(180deg, #efc94c, #efc94c);
}

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

.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-gradient(linear, left top, left bottom, from(#b77ccd), to(#b77ccd));
  background-image: linear-gradient(180deg, #b77ccd, #b77ccd);
}

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

.base_textos_slides.ativo {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 75%;
  height: auto;
  margin-top: 10%;
  padding: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#efc94c), to(#efc94c));
  background-image: linear-gradient(180deg, #efc94c, #efc94c);
}

.box-central---branco {
  display: block;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 50px 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.9)), to(hsla(0, 0%, 100%, 0.9)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.9), hsla(0, 0%, 100%, 0.9));
}

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

.celula_cor {
  border: 1px solid #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00bea6), to(#00bea6));
  background-image: linear-gradient(180deg, #00bea6, #00bea6);
  color: #fff;
}

.celula_cor.celula_titulo {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#34495e), to(#34495e));
  background-image: linear-gradient(180deg, #34495e, #34495e);
}

.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-gradient(linear, left top, left bottom, from(#eef1e5), to(#eef1e5));
  background-image: linear-gradient(180deg, #eef1e5, #eef1e5);
}

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

.celula_cor2 {
  border: 1px solid #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fafdf0), to(#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-gradient(linear, left top, left bottom, from(#34495e), to(#34495e));
  background-image: url('../images/link.png'), linear-gradient(180deg, #34495e, #34495e);
  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-gradient(linear, left top, left bottom, from(rgba(95, 125, 185, 0.25)), to(rgba(95, 125, 185, 0.25)));
  background-image: linear-gradient(180deg, rgba(95, 125, 185, 0.25), rgba(95, 125, 185, 0.25));
}

.box-feedback {
  position: fixed;
  z-index: 99999;
  display: block;
  width: 100%;
  height: 100%;
  margin-left: -100%;
  padding: 2% 8%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75));
}

.enviar_feedback {
  width: 25%;
  float: right;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3cb371), to(#3cb371));
  background-image: linear-gradient(180deg, #3cb371, #3cb371);
  font-size: 3em;
  line-height: 30px;
  cursor: pointer;
}

.enviar_feedback:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8fbc8f), to(#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-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.title_form {
  width: 98%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6b6868), to(#6b6868));
  background-image: linear-gradient(180deg, #6b6868, #6b6868);
  color: #fff;
  font-size: 2.5em;
  line-height: 35px;
  text-align: center;
}

.texto_form {
  margin-top: 1%;
  padding-left: 1em;
  font-size: 1.5em;
  line-height: 25px;
}

.nome_item_form {
  width: 25%;
  float: left;
  font-size: 2em;
  line-height: 30px;
}

.campo_item_form {
  width: 75%;
  height: auto;
  float: left;
  font-size: 1.5em;
  line-height: 15px;
}

.selecionar_perfil {
  width: 75%;
  height: auto;
  float: left;
  font-size: 1.5em;
  line-height: 15px;
  cursor: pointer;
}

.selecionar_perfil.avaliacao {
  width: 25%;
  font-size: 1.5em;
  line-height: 15px;
}

.campo_texto_form {
  overflow: auto;
  height: auto;
  float: left;
  font-size: 1.5em;
  line-height: 20px;
}

.fechar_feedback {
  position: relative;
  left: -10px;
  top: 10px;
  right: 0px;
  bottom: 0%;
  display: block;
  width: 45px;
  height: 45px;
  float: right;
  -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-gradient(linear, left top, left bottom, from(#464646), to(#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: dotted;
}

.box-direito {
  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: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 45%;
  height: 100%;
  float: right;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.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 {
  height: auto;
  margin-top: 25px;
  float: left;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3997d3), to(#3997d3));
  background-image: linear-gradient(180deg, #3997d3, #3997d3);
  font-family: Museosans, sans-serif;
  color: #fff;
  font-size: 2.5em;
  line-height: 25px;
}

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

.botao:active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2c3e50), to(#2c3e50));
  background-image: linear-gradient(180deg, #2c3e50, #2c3e50);
}

.botao:focus {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2c3e50), to(#2c3e50));
  background-image: linear-gradient(180deg, #2c3e50, #2c3e50);
}

.botao.btn_abasv {
  width: 20%;
  height: auto;
  margin-top: 0px;
  float: left;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2c3e50), to(#2c3e50));
  background-image: linear-gradient(180deg, #2c3e50, #2c3e50);
  color: #fff;
  font-size: 2em;
  line-height: 20px;
}

.botao.btn_abasv:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3997d3), to(#3997d3));
  background-image: linear-gradient(180deg, #3997d3, #3997d3);
}

.botao.btn_abasv:active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3997d3), to(#3997d3));
  background-image: linear-gradient(180deg, #3997d3, #3997d3);
}

.botao.btn_abasv:focus {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3997d3), to(#3997d3));
  background-image: linear-gradient(180deg, #3997d3, #3997d3);
}

.botao.btn-abasv-imagem {
  margin-top: 5%;
  margin-bottom: 5%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2c3e50), to(#2c3e50));
  background-image: linear-gradient(180deg, #2c3e50, #2c3e50);
}

.botao.btn-abasv-imagem:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3997d3), to(#3997d3));
  background-image: linear-gradient(180deg, #3997d3, #3997d3);
}

.botao.btn-abasv-ti {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3997d3), to(#3997d3));
  background-image: linear-gradient(180deg, #3997d3, #3997d3);
}

.botao.btn-abasv-ti:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2c3e50), to(#2c3e50));
  background-image: linear-gradient(180deg, #2c3e50, #2c3e50);
}

.box-clique-apareca_1 {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  overflow: hidden;
  width: 78%;
  margin-left: 2%;
  float: right;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3997d3), to(#3997d3));
  background-image: linear-gradient(180deg, #3997d3, #3997d3);
  color: #fff;
}

.tx-clique-apareca1 {
  display: block;
  margin: 0px;
  padding: 20px;
  color: #fff;
  font-size: 2em;
  line-height: 20px;
}

.box-aviso {
  position: absolute;
  left: 0%;
  bottom: 0px;
  display: block;
  overflow: hidden;
  width: 60%;
  padding: 25px 25px 60px 40px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#cce8f6), to(#cce8f6));
  background-image: linear-gradient(180deg, #cce8f6, #cce8f6);
  box-shadow: 1px 1px 8px 2px rgba(82, 82, 82, 0.8);
  color: #333;
}

.fundo-transparente {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), to(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;
  height: auto;
  padding: 0px 75px 75px;
  -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;
  padding-left: 0px;
}

.slider {
  height: 45vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), to(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;
  margin-top: 2%;
  margin-bottom: 0%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), to(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: 50vh;
  margin-top: 2%;
  margin-bottom: 15%;
}

.slider.slider-48p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  height: 60vh;
  float: right;
  -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;
  background-color: #fff;
  background-image: none;
}

.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-2.png'), url('../images/aspas-1.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: 90%;
  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;
  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;
}

.fonte-rodape-black {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  padding-left: 5%;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.15)), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.15), hsla(0, 0%, 100%, 0));
  color: rgba(51, 51, 51, 0.8);
  font-size: 1.2em;
  line-height: 15px;
}

.fonte-rodape-black.fonte-rodape-white {
  position: relative;
  width: 100%;
  padding-left: 5%;
  background-image: none;
  color: #fff;
  line-height: 15px;
}

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

.div_titulo_saber {
  width: 60%;
  padding-right: 175px;
  float: left;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

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

.qr-code {
  display: block;
  width: 25%;
  float: left;
}

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

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

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

.span-link_saber {
  color: #ad393a;
}

.icon_saber-d {
  display: block;
  width: 40%;
  height: 60vh;
  float: right;
  background-image: url('../images/app_saber_tablet_video_com_logo.png');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}

.bt-pdf {
  position: static;
  left: 123px;
  top: 16px;
  z-index: 9999;
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 5px;
  background-image: url('../images/pdf_branco.png'), -webkit-gradient(linear, left top, left bottom, from(#6b6868), to(#6b6868));
  background-image: url('../images/pdf_branco.png'), linear-gradient(180deg, #6b6868, #6b6868);
  background-position: 50% 50%, 0px 0px;
  background-size: 35px, auto;
  background-repeat: no-repeat, repeat;
  cursor: pointer;
}

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

.titulo-padrao {
  width: 100%;
  height: auto;
  margin-top: 2%;
  margin-bottom: 2%;
  float: none;
  color: #096897;
  font-size: 3em;
  line-height: 35px;
}

.titulo-padrao.titulo-padrao-bco {
  padding: 10px;
  color: #fff;
}

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

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

.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-gradient(linear, left top, left bottom, from(rgba(57, 151, 211, 0.9)), to(rgba(57, 151, 211, 0.9)));
  background-image: linear-gradient(180deg, rgba(57, 151, 211, 0.9), rgba(57, 151, 211, 0.9));
  color: #fff;
  font-size: 1.2em;
  line-height: 10px;
  text-align: center;
}

.tx_50-e {
  width: 100%;
  margin-top: 2%;
  margin-bottom: 2%;
  float: none;
  font-size: 2.5em;
  line-height: 32px;
}

.box-45-d {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  height: auto;
  margin-top: 10%;
  margin-bottom: 0%;
  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;
}

.titulo-img_45-d {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 5px;
  float: 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;
  font-size: 1.8em;
  line-height: 18px;
  text-align: center;
}

.fonte-45-d {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0.5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.6em;
  line-height: 18px;
  text-align: left;
}

.img_ti-d {
  width: 100%;
  height: 330px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.tx_50-d {
  width: 100%;
  margin-top: 2%;
  margin-bottom: 2%;
  float: none;
  font-size: 2.5em;
  line-height: 32px;
}

.titulo-img_45-e {
  width: 100%;
  margin-bottom: 5px;
  float: none;
  color: #096897;
  font-size: 1.8em;
  line-height: 18px;
}

.fonte-45-e {
  width: 100%;
  margin-top: 0.5%;
  float: none;
  font-size: 1.6em;
  line-height: 18px;
  text-align: right;
}

.img_ti-e {
  width: 100%;
  height: 330px;
  float: none;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.box_45-e {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  height: auto;
  margin-top: 10%;
  margin-bottom: 2%;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.box-red_45-d {
  width: 45%;
  height: auto;
  margin-top: 12%;
  margin-bottom: 0%;
  float: right;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#096897), to(#096897));
  background-image: linear-gradient(180deg, #096897, #096897);
}

.box-red_45-e {
  width: 45%;
  height: auto;
  margin-top: 10%;
  margin-bottom: 2%;
  float: left;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#096897), to(#096897));
  background-image: linear-gradient(180deg, #096897, #096897);
}

.box-pai_45-d {
  position: relative;
  width: 45%;
  height: auto;
  margin-top: 10%;
  margin-bottom: 0%;
  float: right;
}

.box-filho_45-d {
  width: 100%;
  height: 18%;
  margin-bottom: 2%;
  padding: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#096897), to(#096897));
  background-image: linear-gradient(180deg, #096897, #096897);
}

.tx-box_45-d {
  padding: 20px;
  color: #fff;
  font-size: 2em;
  line-height: 20px;
}

.div-pai_textosblocosh {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 5%;
  margin-bottom: 0%;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.div-filho_textoblocosh {
  width: 40%;
  height: auto;
  padding: 50px 20px;
  border: 3px solid #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#096897), to(#096897));
  background-image: linear-gradient(180deg, #096897, #096897);
}

.tx-box_textoblocosh {
  padding: 0px;
  color: #fff;
  font-size: 2em;
  line-height: 20px;
}

.box_textoacimaimagem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: auto;
  margin: 2% auto 0%;
  -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;
}

.box_imagemacimatexto {
  display: block;
  width: 80%;
  height: 50vh;
  margin-right: auto;
  margin-left: auto;
  float: none;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.box_galeria {
  width: 35%;
  height: 300px;
  margin-right: 60px;
  margin-bottom: 2%;
  padding-right: 0px;
  float: right;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: 125px;
}

.box_galeria.img1_galeria {
  height: 250px;
  margin-top: 2%;
  margin-bottom: 5%;
  background-size: cover;
  background-repeat: no-repeat;
}

.box_galeria.img2_galeria {
  height: 250px;
  margin-top: 2%;
  margin-bottom: 5%;
  background-size: cover;
  background-repeat: no-repeat;
}

.box_galeria.img3_galeria {
  height: 250px;
  margin-top: 2%;
  margin-bottom: 5%;
  background-size: cover;
  background-repeat: no-repeat;
}

.box_galeria.img4_galeria {
  height: 250px;
  margin-top: 2%;
  margin-bottom: 5%;
  background-size: cover;
  background-repeat: no-repeat;
}

.box_galeria.img5_galeria {
  height: 250px;
  margin-top: 2%;
  margin-bottom: 5%;
  background-size: cover;
  background-repeat: no-repeat;
}

.data_linhadotempo {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 18%;
  height: auto;
  margin-right: 1%;
  margin-left: 1%;
  padding: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ea5c63), to(#ea5c63));
  background-image: linear-gradient(180deg, #ea5c63, #ea5c63);
  cursor: pointer;
}

.data_linhadotempo:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7892a3), to(#7892a3));
  background-image: linear-gradient(180deg, #7892a3, #7892a3);
}

.data_linhadotempo:focus {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7892a3), to(#7892a3));
  background-image: linear-gradient(180deg, #7892a3, #7892a3);
}

.data_linhadotempo.data1 {
  display: block;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2c3e50), to(#2c3e50));
  background-image: linear-gradient(180deg, #2c3e50, #2c3e50);
}

.data_linhadotempo.data1:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3997d3), to(#3997d3));
  background-image: linear-gradient(180deg, #3997d3, #3997d3);
}

.data_linhadotempo.data1:active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3997d3), to(#3997d3));
  background-image: linear-gradient(180deg, #3997d3, #3997d3);
}

.data_linhadotempo.data1:focus {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3997d3), to(#3997d3));
  background-image: linear-gradient(180deg, #3997d3, #3997d3);
}

.data_linhadotempo.data2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2c3e50), to(#2c3e50));
  background-image: linear-gradient(180deg, #2c3e50, #2c3e50);
}

.data_linhadotempo.data2:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3997d3), to(#3997d3));
  background-image: linear-gradient(180deg, #3997d3, #3997d3);
}

.data_linhadotempo.data2:active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3997d3), to(#3997d3));
  background-image: linear-gradient(180deg, #3997d3, #3997d3);
}

.data_linhadotempo.data2:focus {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3997d3), to(#3997d3));
  background-image: linear-gradient(180deg, #3997d3, #3997d3);
}

.data_linhadotempo.data3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2c3e50), to(#2c3e50));
  background-image: linear-gradient(180deg, #2c3e50, #2c3e50);
}

.data_linhadotempo.data3:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3997d3), to(#3997d3));
  background-image: linear-gradient(180deg, #3997d3, #3997d3);
}

.data_linhadotempo.data3:active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3997d3), to(#3997d3));
  background-image: linear-gradient(180deg, #3997d3, #3997d3);
}

.data_linhadotempo.data3:focus {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3997d3), to(#3997d3));
  background-image: linear-gradient(180deg, #3997d3, #3997d3);
}

.data_linhadotempo.data4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2c3e50), to(#2c3e50));
  background-image: linear-gradient(180deg, #2c3e50, #2c3e50);
}

.data_linhadotempo.data4:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3997d3), to(#3997d3));
  background-image: linear-gradient(180deg, #3997d3, #3997d3);
}

.data_linhadotempo.data4:active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3997d3), to(#3997d3));
  background-image: linear-gradient(180deg, #3997d3, #3997d3);
}

.data_linhadotempo.data4:focus {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3997d3), to(#3997d3));
  background-image: linear-gradient(180deg, #3997d3, #3997d3);
}

.data_linhadotempo.data5 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2c3e50), to(#2c3e50));
  background-image: linear-gradient(180deg, #2c3e50, #2c3e50);
}

.data_linhadotempo.data5:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3997d3), to(#3997d3));
  background-image: linear-gradient(180deg, #3997d3, #3997d3);
}

.data_linhadotempo.data5:active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3997d3), to(#3997d3));
  background-image: linear-gradient(180deg, #3997d3, #3997d3);
}

.data_linhadotempo.data5:focus {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3997d3), to(#3997d3));
  background-image: linear-gradient(180deg, #3997d3, #3997d3);
}

.div-pai_linhadotempo {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: auto;
  margin-top: 0%;
  margin-bottom: 0%;
  background-image: url('../images/separador_exatas.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.tx-data_linhadotempo {
  position: relative;
  z-index: 2;
  padding: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 2.5em;
  line-height: 32px;
  text-align: center;
}

.div-alinhamento_data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.txt1-data1 {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 20%;
  display: block;
  width: 80%;
  margin: 5% auto 10%;
  padding: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8));
  font-size: 2.5em;
  line-height: 32px;
}

.txt2-data2 {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 20%;
  display: block;
  width: 80%;
  margin: 2% auto 10%;
  padding: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8));
  font-size: 2.5em;
  line-height: 32px;
}

.txt3-data3 {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 20%;
  display: block;
  width: 80%;
  margin: 2% auto 10%;
  padding: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8));
  font-size: 2.5em;
  line-height: 32px;
}

.txt4-data4 {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 20%;
  display: block;
  width: 80%;
  margin: 2% auto 10%;
  padding: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8));
  font-size: 2.5em;
  line-height: 32px;
}

.txt5-data5 {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 20%;
  display: block;
  width: 80%;
  height: auto;
  margin: 2% auto 10%;
  padding: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8));
  font-size: 2.5em;
  line-height: 32px;
}

.div-pai_abash {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: auto;
  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;
}

.box1-filhos_abash {
  display: block;
  width: 30%;
  height: auto;
  padding: 10px;
  border: 1px solid #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3997d3), to(#3997d3));
  background-image: linear-gradient(180deg, #3997d3, #3997d3);
  cursor: pointer;
}

.box1-filhos_abash:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#096897), to(#096897));
  background-image: linear-gradient(180deg, #096897, #096897);
}

.box1-filhos_abash:active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#096897), to(#096897));
  background-image: linear-gradient(180deg, #096897, #096897);
}

.box1-filhos_abash:focus {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#096897), to(#096897));
  background-image: linear-gradient(180deg, #096897, #096897);
}

.tx1-box_abash {
  color: #fff;
  font-size: 2em;
  line-height: 25px;
  text-align: center;
}

.txt1_abash {
  position: relative;
  left: 0px;
  top: 5%;
  right: 0px;
  bottom: 0%;
  display: block;
  width: 80%;
  margin-top: 2%;
  margin-right: auto;
  margin-left: auto;
  font-size: 2.5em;
  line-height: 32px;
}

.txt2_abash {
  position: relative;
  left: 0px;
  top: 5%;
  right: 0px;
  bottom: 0%;
  display: block;
  width: 80%;
  margin-top: 2%;
  margin-right: auto;
  margin-left: auto;
  font-size: 2.5em;
  line-height: 32px;
}

.txt3_abash {
  position: relative;
  left: 0px;
  top: 5%;
  right: 0px;
  bottom: 0%;
  display: block;
  width: 80%;
  margin-top: 2%;
  margin-right: auto;
  margin-left: auto;
  font-size: 2.5em;
  line-height: 32px;
}

.txt4_abash {
  position: relative;
  left: 0px;
  top: 5%;
  right: 0px;
  bottom: 0%;
  display: block;
  width: 80%;
  margin-top: 2%;
  margin-right: auto;
  margin-left: auto;
  font-size: 2.5em;
  line-height: 32px;
}

.div-pai_abasv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin: 1% auto;
  float: left;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tx1-bte {
  padding: 10px;
  font-size: 2em;
  line-height: 20px;
}

.div-pai_bte {
  width: 18%;
  margin: 5% 1% 0%;
  float: left;
}

.btn1_bte {
  display: block;
  width: 100%;
  height: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3997d3), to(#3997d3));
  background-image: linear-gradient(180deg, #3997d3, #3997d3);
  font-size: 2em;
  line-height: 20px;
  text-align: center;
}

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

.btn1_bte:active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2c3e50), to(#2c3e50));
  background-image: linear-gradient(180deg, #2c3e50, #2c3e50);
}

.btn1_bte:focus {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2c3e50), to(#2c3e50));
  background-image: linear-gradient(180deg, #2c3e50, #2c3e50);
}

.div-tx_t1_bte {
  display: block;
  height: auto;
  margin-top: 2%;
  padding: 0px;
  border: 1px solid #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8));
}

.tx2_bte {
  padding: 10px;
  font-size: 2em;
  line-height: 20px;
}

.tx3_bte {
  padding: 10px;
  font-size: 2em;
  line-height: 20px;
}

.tx4_bte {
  padding: 10px;
  font-size: 2em;
  line-height: 20px;
}

.tx5_bte {
  padding: 10px;
  font-size: 2em;
  line-height: 20px;
}

.btn2_bte {
  width: 100%;
  height: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3997d3), to(#3997d3));
  background-image: linear-gradient(180deg, #3997d3, #3997d3);
  font-size: 2em;
  line-height: 20px;
  text-align: center;
}

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

.btn2_bte:active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2c3e50), to(#2c3e50));
  background-image: linear-gradient(180deg, #2c3e50, #2c3e50);
}

.btn2_bte:focus {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2c3e50), to(#2c3e50));
  background-image: linear-gradient(180deg, #2c3e50, #2c3e50);
}

.btn3_bte {
  width: 100%;
  height: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3997d3), to(#3997d3));
  background-image: linear-gradient(180deg, #3997d3, #3997d3);
  font-size: 2em;
  line-height: 20px;
  text-align: center;
}

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

.btn3_bte:active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2c3e50), to(#2c3e50));
  background-image: linear-gradient(180deg, #2c3e50, #2c3e50);
}

.btn3_bte:focus {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2c3e50), to(#2c3e50));
  background-image: linear-gradient(180deg, #2c3e50, #2c3e50);
}

.btn4_bte {
  width: 100%;
  height: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3997d3), to(#3997d3));
  background-image: linear-gradient(180deg, #3997d3, #3997d3);
  font-size: 2em;
  line-height: 20px;
  text-align: center;
}

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

.btn4_bte:active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2c3e50), to(#2c3e50));
  background-image: linear-gradient(180deg, #2c3e50, #2c3e50);
}

.btn4_bte:focus {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2c3e50), to(#2c3e50));
  background-image: linear-gradient(180deg, #2c3e50, #2c3e50);
}

.btn5_bte {
  width: 100%;
  height: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3997d3), to(#3997d3));
  background-image: linear-gradient(180deg, #3997d3, #3997d3);
  font-size: 2em;
  line-height: 20px;
  text-align: center;
}

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

.btn5_bte:active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2c3e50), to(#2c3e50));
  background-image: linear-gradient(180deg, #2c3e50, #2c3e50);
}

.btn5_bte:focus {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2c3e50), to(#2c3e50));
  background-image: linear-gradient(180deg, #2c3e50, #2c3e50);
}

.div-tx_t2_bte {
  display: block;
  height: auto;
  margin-top: 2%;
  padding: 0px;
  border: 1px solid #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8));
}

.div-tx_t3_bte {
  display: block;
  height: auto;
  margin-top: 2%;
  padding: 0px;
  border: 1px solid #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8));
}

.div-tx_t4_bte {
  display: block;
  height: auto;
  margin-top: 2%;
  padding: 0px;
  border: 1px solid #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8));
}

.div-tx_t5_bte {
  display: block;
  height: auto;
  margin-top: 2%;
  padding: 0px;
  border: 1px solid #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8));
}

.bt1_bie {
  display: block;
  width: 100%;
  height: 150px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: 125px;
  cursor: pointer;
}

.bt1_bie:hover {
  opacity: 0.75;
}

.bt2_bie {
  display: block;
  width: 100%;
  height: 150px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: 125px;
  cursor: pointer;
}

.bt2_bie:hover {
  opacity: 0.75;
}

.bt3_bie {
  display: block;
  width: 100%;
  height: 150px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: 125px;
  cursor: pointer;
}

.bt3_bie:hover {
  opacity: 0.75;
}

.div1_bie {
  display: block;
  width: 100%;
  height: auto;
  margin: 1% auto 5%;
  padding: 0px;
  float: none;
  border: 1px solid #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8));
}

.div2_bie {
  display: block;
  width: 100%;
  height: auto;
  margin: 1% auto 5%;
  padding: 0px;
  border: 1px solid #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8));
}

.div3_bie {
  display: block;
  width: 100%;
  height: auto;
  margin: 1% auto 5%;
  padding: 0px;
  border: 1px solid #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8));
}

.tx1_bie {
  padding: 10px;
  font-size: 2em;
  line-height: 20px;
}

.tx2_bie {
  padding: 10px;
  font-size: 2em;
  line-height: 20px;
}

.tx3_bie {
  padding: 10px;
  font-size: 2em;
  line-height: 20px;
}

.div-pai1_bie {
  display: block;
  width: 29.33%;
  margin-right: 2%;
  margin-left: 2%;
  float: left;
}

.div-pai2_bie {
  display: block;
  width: 29.33%;
  margin-right: 2%;
  margin-left: 2%;
  float: left;
}

.div-pai3_bie {
  display: block;
  width: 29.33%;
  margin-right: 2%;
  margin-left: 2%;
  float: left;
}

.div-bt_is {
  width: 45%;
  height: 330px;
  margin-top: 10%;
  margin-bottom: 2%;
  float: right;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: contain;
  cursor: pointer;
}

.div-bt_is:hover {
  opacity: 0.75;
}

.img-aparecer_is {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9998;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: 125px;
  cursor: pointer;
}

.div-bt_ls {
  display: block;
  width: 45%;
  margin-top: 10%;
  margin-bottom: 15%;
  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;
}

.img_ls {
  width: 100%;
  height: 330px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: 125px;
  background-repeat: repeat;
  cursor: pointer;
}

.div-tx_ls {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  width: 100%;
  height: 100%;
  padding: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2c3e50), to(#2c3e50));
  background-image: linear-gradient(180deg, #2c3e50, #2c3e50);
  cursor: pointer;
}

.tx_ls {
  display: block;
  width: 80%;
  margin: 10% auto;
  color: #fff;
  font-size: 2.5em;
  line-height: 35px;
}

.tx_bsm-45-e {
  position: relative;
  z-index: 2;
  width: auto;
  margin-top: 2%;
  margin-bottom: 2%;
  float: left;
  font-size: 2.5em;
  line-height: 32px;
}

.tx_bsm-45-d {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-top: 2%;
  margin-bottom: 2%;
  float: right;
  font-size: 2.5em;
  line-height: 32px;
}

.embed {
  width: 100%;
  height: 55vh;
}

.tx_link {
  display: block;
  padding-bottom: 5px;
}

.div-pai_bai {
  width: 18%;
  margin: 5% 1% 0%;
  float: left;
}

.btn1_bai {
  width: 100%;
  height: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2c3e50), to(#2c3e50));
  background-image: linear-gradient(180deg, #2c3e50, #2c3e50);
  font-size: 2em;
  line-height: 20px;
}

.btn1_bai:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3997d3), to(#3997d3));
  background-image: linear-gradient(180deg, #3997d3, #3997d3);
}

.btn1_bai:active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3997d3), to(#3997d3));
  background-image: linear-gradient(180deg, #3997d3, #3997d3);
}

.btn1_bai:focus {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3997d3), to(#3997d3));
  background-image: linear-gradient(180deg, #3997d3, #3997d3);
}

.btn2_bai {
  width: 100%;
  height: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2c3e50), to(#2c3e50));
  background-image: linear-gradient(180deg, #2c3e50, #2c3e50);
  font-size: 2em;
  line-height: 20px;
}

.btn2_bai:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3997d3), to(#3997d3));
  background-image: linear-gradient(180deg, #3997d3, #3997d3);
}

.btn2_bai:active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3997d3), to(#3997d3));
  background-image: linear-gradient(180deg, #3997d3, #3997d3);
}

.btn2_bai:focus {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3997d3), to(#3997d3));
  background-image: linear-gradient(180deg, #3997d3, #3997d3);
}

.btn3_bai {
  width: 100%;
  height: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2c3e50), to(#2c3e50));
  background-image: linear-gradient(180deg, #2c3e50, #2c3e50);
  font-size: 2em;
  line-height: 20px;
}

.btn3_bai:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3997d3), to(#3997d3));
  background-image: linear-gradient(180deg, #3997d3, #3997d3);
}

.btn3_bai:active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3997d3), to(#3997d3));
  background-image: linear-gradient(180deg, #3997d3, #3997d3);
}

.btn3_bai:focus {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3997d3), to(#3997d3));
  background-image: linear-gradient(180deg, #3997d3, #3997d3);
}

.btn4_bai {
  width: 100%;
  height: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2c3e50), to(#2c3e50));
  background-image: linear-gradient(180deg, #2c3e50, #2c3e50);
  font-size: 2em;
  line-height: 20px;
}

.btn4_bai:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3997d3), to(#3997d3));
  background-image: linear-gradient(180deg, #3997d3, #3997d3);
}

.btn4_bai:active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3997d3), to(#3997d3));
  background-image: linear-gradient(180deg, #3997d3, #3997d3);
}

.btn4_bai:focus {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3997d3), to(#3997d3));
  background-image: linear-gradient(180deg, #3997d3, #3997d3);
}

.btn5_bai {
  width: 100%;
  height: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2c3e50), to(#2c3e50));
  background-image: linear-gradient(180deg, #2c3e50, #2c3e50);
  font-size: 2em;
  line-height: 20px;
}

.btn5_bai:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3997d3), to(#3997d3));
  background-image: linear-gradient(180deg, #3997d3, #3997d3);
}

.btn5_bai:active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3997d3), to(#3997d3));
  background-image: linear-gradient(180deg, #3997d3, #3997d3);
}

.btn5_bai:focus {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3997d3), to(#3997d3));
  background-image: linear-gradient(180deg, #3997d3, #3997d3);
}

.div-img_bt1_bai {
  height: auto;
  margin-top: 2%;
  padding: 0px;
}

.div-img_bt2_bai {
  height: auto;
  margin-top: 2%;
  padding: 0px;
}

.div-img_bt3_bai {
  height: auto;
  margin-top: 2%;
  padding: 0px;
}

.div-img_bt4_bai {
  height: auto;
  margin-top: 2%;
  padding: 0px;
}

.div-img_bt5_bai {
  height: auto;
  margin-top: 2%;
  padding: 0px;
}

.img1_bai {
  width: 100%;
  height: 200px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: 125px;
}

.img2_bai {
  width: 100%;
  height: 200px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: 125px;
}

.img3_bai {
  width: 100%;
  height: 200px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: 125px;
}

.img4_bai {
  width: 100%;
  height: 200px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: 125px;
}

.img5_bai {
  width: 100%;
  height: 200px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: 125px;
}

.tx_substituicao {
  width: 50%;
  height: auto;
  margin-top: 2%;
  margin-bottom: 2%;
  float: left;
  font-size: 2.3em;
  line-height: 30px;
}

.span1-tx_ts {
  color: #096897;
  cursor: pointer;
}

.span2-tx_ts {
  color: #096897;
  cursor: pointer;
}

.span3-tx_ts {
  color: #096897;
  cursor: pointer;
}

.div_span1_ts {
  position: absolute;
  top: 15%;
  right: 3%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: auto;
  margin-top: 0%;
  margin-bottom: 0%;
  padding: 10px;
  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;
  border: 3px solid #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3997d3), to(#3997d3));
  background-image: linear-gradient(180deg, #3997d3, #3997d3);
  box-shadow: 1px 1px 8px 2px rgba(82, 82, 82, 0.8);
  cursor: pointer;
}

.div_span2_ts {
  position: absolute;
  top: 30%;
  right: 6%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: auto;
  margin-bottom: 0%;
  padding: 10px;
  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;
  border: 3px solid #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3997d3), to(#3997d3));
  background-image: linear-gradient(180deg, #3997d3, #3997d3);
  box-shadow: 1px 1px 8px 2px rgba(82, 82, 82, 0.8);
  cursor: pointer;
}

.div_span3_ts {
  position: absolute;
  top: 45%;
  right: 9%;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: auto;
  padding: 10px;
  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;
  border: 3px solid #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3997d3), to(#3997d3));
  background-image: linear-gradient(180deg, #3997d3, #3997d3);
  box-shadow: 1px 1px 8px 2px rgba(82, 82, 82, 0.8);
  cursor: pointer;
}

.texto-span1_ts {
  padding-top: 30px;
  color: #fff;
  font-size: 2.3em;
  line-height: 25px;
  text-align: center;
}

.texto-span2_ts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  -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;
  color: #fff;
  font-size: 2.3em;
  line-height: 25px;
  text-align: center;
}

.texto-span3_ts {
  padding-top: 30px;
  color: #fff;
  font-size: 2.3em;
  line-height: 25px;
  text-align: center;
}

.color-box1-span {
  color: #333;
}

.color-box2-span {
  color: #333;
}

.color-box3-span {
  color: #333;
}

.txt5_abash {
  position: relative;
  left: 0px;
  top: 5%;
  right: 0px;
  bottom: 0%;
  display: block;
  width: 80%;
  margin: 2% auto 10%;
  font-size: 2.5em;
  line-height: 32px;
}

.box2-filhos_abash {
  width: 30%;
  height: auto;
  padding: 10px;
  border: 1px solid #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3997d3), to(#3997d3));
  background-image: linear-gradient(180deg, #3997d3, #3997d3);
  cursor: pointer;
}

.box2-filhos_abash:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#096897), to(#096897));
  background-image: linear-gradient(180deg, #096897, #096897);
}

.box2-filhos_abash:active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#096897), to(#096897));
  background-image: linear-gradient(180deg, #096897, #096897);
}

.box2-filhos_abash:focus {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#096897), to(#096897));
  background-image: linear-gradient(180deg, #096897, #096897);
}

.box3-filhos_abash {
  width: 30%;
  height: auto;
  padding: 10px;
  border: 1px solid #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3997d3), to(#3997d3));
  background-image: linear-gradient(180deg, #3997d3, #3997d3);
  cursor: pointer;
}

.box3-filhos_abash:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#096897), to(#096897));
  background-image: linear-gradient(180deg, #096897, #096897);
}

.box3-filhos_abash:active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#096897), to(#096897));
  background-image: linear-gradient(180deg, #096897, #096897);
}

.box3-filhos_abash:focus {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#096897), to(#096897));
  background-image: linear-gradient(180deg, #096897, #096897);
}

.box4-filhos_abash {
  width: 20%;
  height: auto;
  padding: 10px;
  border: 1px solid #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3997d3), to(#3997d3));
  background-image: linear-gradient(180deg, #3997d3, #3997d3);
  cursor: pointer;
}

.box4-filhos_abash:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#096897), to(#096897));
  background-image: linear-gradient(180deg, #096897, #096897);
}

.box4-filhos_abash:active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#096897), to(#096897));
  background-image: linear-gradient(180deg, #096897, #096897);
}

.box4-filhos_abash:focus {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#096897), to(#096897));
  background-image: linear-gradient(180deg, #096897, #096897);
}

.box5-filhos_abash {
  width: 20%;
  height: auto;
  padding: 10px;
  border: 1px solid #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3997d3), to(#3997d3));
  background-image: linear-gradient(180deg, #3997d3, #3997d3);
  cursor: pointer;
}

.box5-filhos_abash:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#096897), to(#096897));
  background-image: linear-gradient(180deg, #096897, #096897);
}

.box5-filhos_abash:active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#096897), to(#096897));
  background-image: linear-gradient(180deg, #096897, #096897);
}

.box5-filhos_abash:focus {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#096897), to(#096897));
  background-image: linear-gradient(180deg, #096897, #096897);
}

.box-clique-apareca_2 {
  display: block;
  width: 78%;
  height: auto;
  margin-left: 2%;
  float: right;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3997d3), to(#3997d3));
  background-image: linear-gradient(180deg, #3997d3, #3997d3);
}

.box-clique-apareca_3 {
  display: block;
  width: 78%;
  height: auto;
  margin-left: 2%;
  float: right;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3997d3), to(#3997d3));
  background-image: linear-gradient(180deg, #3997d3, #3997d3);
}

.box-clique-apareca_4 {
  display: block;
  width: 78%;
  height: auto;
  margin-left: 2%;
  float: right;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3997d3), to(#3997d3));
  background-image: linear-gradient(180deg, #3997d3, #3997d3);
}

.box-clique-apareca_5 {
  display: block;
  width: 78%;
  height: auto;
  margin-left: 2%;
  float: right;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3997d3), to(#3997d3));
  background-image: linear-gradient(180deg, #3997d3, #3997d3);
}

.x_feedback {
  position: fixed;
  top: 20px;
  right: 3%;
  z-index: 9999;
  width: 35px;
  height: 15px;
  background-image: url('../images/seta2-branaco.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(57, 151, 211, 0.9)), to(rgba(57, 151, 211, 0.9)));
  background-image: url('../images/seta2-branaco.png'), linear-gradient(180deg, rgba(57, 151, 211, 0.9), rgba(57, 151, 211, 0.9));
  background-position: 50% 50%, 0px 0px;
  background-size: contain, auto;
  background-repeat: no-repeat, repeat;
  cursor: pointer;
}

.tx_x {
  position: absolute;
  top: 7%;
  right: 7%;
  font-family: 'Varela Round', sans-serif;
  color: #85cfee;
  font-size: 8em;
  line-height: 100px;
  text-align: right;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}

.tx_x-ts {
  position: absolute;
  top: 10px;
  right: 10px;
  font-family: 'Varela Round', sans-serif;
  color: #fff;
  font-size: 3em;
  line-height: 25px;
  text-align: right;
}

.tx-clique-apareca2 {
  padding: 20px;
  color: #fff;
  font-size: 2em;
  line-height: 20px;
}

.tx-clique-apareca3 {
  padding: 20px;
  color: #fff;
  font-size: 2em;
  line-height: 20px;
}

.tx-clique-apareca4 {
  padding: 20px;
  color: #fff;
  font-size: 2em;
  line-height: 20px;
}

.tx-clique-apareca5 {
  padding: 20px;
  color: #fff;
  font-size: 2em;
  line-height: 20px;
}

.div-pai_50-e {
  width: 50%;
  height: auto;
  margin-top: 10%;
  margin-bottom: 2%;
  float: left;
}

.div-pai_50-d {
  width: 50%;
  height: auto;
  margin-top: 10%;
  margin-bottom: 0%;
  float: right;
}

.div-pai_central {
  width: 100%;
  height: auto;
  margin-top: 20%;
  margin-bottom: 15%;
}

.div-pai_65-e {
  width: 65%;
  height: auto;
  margin-top: 10%;
  margin-bottom: 2%;
}

.div-pai_65-e.sld10 {
  padding: 10px;
  background-color: hsla(0, 0%, 100%, 0.9);
}

.div-pai_65-d {
  width: 65%;
  height: auto;
  margin-top: 10%;
  margin-bottom: 2%;
  float: right;
}

.div-pai_tx-2-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 2%;
  margin-bottom: 2%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-pai_bt-sm {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  width: 100%;
  height: auto;
  float: none;
}

.div-pai-fonte-istock {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 5px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.3)), color-stop(64%, hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.3), hsla(0, 0%, 100%, 0) 64%);
}

.fonte-rodape {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 25px;
  padding: 6px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.3)), color-stop(82%, hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.3), hsla(0, 0%, 100%, 0) 82%);
}

.bt-feedback {
  position: static;
  left: 71px;
  top: 16px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  width: 40px;
  height: 40px;
  margin-right: 5px;
  background-image: url('../images/comente.png'), -webkit-gradient(linear, left top, left bottom, from(#6b6868), to(#6b6868));
  background-image: url('../images/comente.png'), linear-gradient(180deg, #6b6868, #6b6868);
  background-position: 50% 50%, 0px 0px;
  background-size: 35px, auto;
  background-repeat: no-repeat, repeat;
  background-attachment: scroll, scroll;
  cursor: pointer;
}

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

.box-clique-aparece-obj {
  display: block;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  float: right;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00bea6), to(#00bea6));
  background-image: linear-gradient(180deg, #00bea6, #00bea6);
}

.tx-clique-apareca-obj {
  padding: 20px;
  color: #fff;
  font-size: 2em;
  line-height: 20px;
}

.embed_fomulas_simples {
  margin-top: 1%;
  margin-bottom: 1%;
  font-size: 2.3em;
  line-height: 25px;
  text-align: center;
}

.embed_formulas_scroll {
  overflow: auto;
  margin-top: 1%;
  margin-bottom: 1%;
  font-size: 2.3em;
  line-height: 25px;
  text-align: center;
}

.embed_formulas_quebra {
  display: block;
  margin-top: 1%;
  margin-bottom: 1%;
  font-size: 2.3em;
  line-height: 25px;
  text-align: center;
}

.div-block {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 75px;
  height: 75px;
}

.div-block-2 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 75px;
  height: 75px;
}

.bt-a-mais {
  position: fixed;
  left: 16px;
  top: 95px;
  z-index: 995;
  width: 50px;
  height: 50px;
  margin-right: 5px;
  background-image: url('../images/A.png'), -webkit-gradient(linear, left top, left bottom, from(#6b6868), to(#6b6868));
  background-image: url('../images/A.png'), linear-gradient(180deg, #6b6868, #6b6868);
  background-position: 50% 50%, 0px 0px;
  background-size: 35px, auto;
  background-repeat: no-repeat, repeat;
  cursor: pointer;
}

.bt-a-mais:hover {
  opacity: 0.5;
}

.bt-a-menos {
  position: fixed;
  left: 16px;
  top: 165px;
  z-index: 995;
  width: 50px;
  height: 50px;
  margin-right: 5px;
  background-image: url('../images/A-2.png'), -webkit-gradient(linear, left top, left bottom, from(#6b6868), to(#6b6868));
  background-image: url('../images/A-2.png'), linear-gradient(180deg, #6b6868, #6b6868);
  background-position: 50% 50%, 0px 0px;
  background-size: 35px, auto;
  background-repeat: no-repeat, repeat;
  cursor: pointer;
}

.bt-a-menos:hover {
  opacity: 0.5;
}

.div-botoes-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 15px;
  float: none;
}

.tx-45-e {
  width: 100%;
  margin-top: 2%;
  margin-bottom: 2%;
  float: none;
  font-size: 2.5em;
  line-height: 32px;
}

.left-arrow-2 {
  position: absolute;
}

.tx-titulo_lti {
  display: block;
  width: 80%;
  margin: 2% auto;
  float: none;
  font-size: 1.8em;
  line-height: 20px;
}

.div-pai1-img_lti {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: auto;
  margin: 2% 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;
}

.img1_lti {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 80%;
  height: 50vh;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.fonte-img_lti {
  display: block;
  width: 80%;
  margin: 0.5% auto 5%;
  font-size: 1.6em;
  line-height: 18px;
  text-align: right;
}

.img2_lti {
  position: relative;
  display: block;
  width: 80%;
  height: 50vh;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img3_lti {
  position: relative;
  display: block;
  width: 80%;
  height: 50vh;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img4_lti {
  position: relative;
  display: block;
  width: 80%;
  height: 50vh;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img5_lti {
  position: relative;
  display: block;
  width: 80%;
  height: 50vh;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-pai2-img_lti {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: auto;
  margin: 2% 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;
}

.div-pai3-img_lti {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: auto;
  margin: 2% 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;
}

.div-pai4-img_lti {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: auto;
  margin: 2% 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;
}

.div-pai5-img_lti {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: auto;
  margin: 2% 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;
}

.div-pai_abash-imagem1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 2% 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;
}

.img1-abash {
  display: block;
  width: 80%;
  height: 50vh;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.titulo-img-abash {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-bottom: 1%;
  margin-left: auto;
  font-size: 1.8em;
  line-height: 20px;
}

.legenda-img-abash {
  display: block;
  width: 80%;
  margin-top: 0.5%;
  margin-right: auto;
  margin-left: auto;
  font-size: 1.6em;
  line-height: 18px;
  text-align: right;
}

.div-pai_abash-imagem2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 2% 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;
}

.div-pai_abash-imagem3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 2% 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;
}

.div-pai_abash-imagem4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 2% 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;
}

.div-pai_abash-imagem5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 2% 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;
}

.img2-abash {
  display: block;
  width: 80%;
  height: 50vh;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img3-abash {
  display: block;
  width: 80%;
  height: 50vh;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img4-abash {
  display: block;
  width: 80%;
  height: 50vh;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img5-abash {
  display: block;
  width: 80%;
  height: 50vh;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-pai1_ltti {
  display: block;
  margin-top: 5%;
  margin-bottom: 2%;
  float: right;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tx-ltti {
  width: 45%;
  margin-top: 10%;
  margin-right: 5%;
  float: left;
  font-size: 2em;
  line-height: 20px;
}

.div-img1_ltti {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: auto;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-pai2_ltti {
  display: block;
  margin-top: 5%;
  margin-bottom: 2%;
  float: right;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-pai3_ltti {
  display: block;
  margin-top: 5%;
  margin-bottom: 2%;
  float: right;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-pai4_ltti {
  display: block;
  margin-top: 5%;
  margin-bottom: 2%;
  float: right;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-pai5_ltti {
  display: block;
  margin-top: 5%;
  margin-bottom: 2%;
  float: right;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-img2_ltti {
  width: 50%;
  height: 50vh;
  float: right;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-img3_ltti {
  width: 50%;
  height: 50vh;
  float: right;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-img4_ltti {
  width: 50%;
  height: 50vh;
  float: right;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-img5_ltti {
  width: 50%;
  height: 50vh;
  float: right;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.tx-span-red {
  color: #096897;
}

.div-pai_abash-ti-1 {
  display: block;
  width: 80%;
  margin: 2% auto;
}

.div-pai_abash-ti-2 {
  display: block;
  width: 80%;
  margin: 2% auto;
}

.div-pai_abash-ti-3 {
  display: block;
  width: 80%;
  margin: 2% auto;
}

.div-pai_abash-ti-4 {
  display: block;
  width: 80%;
  margin: 2% auto;
}

.div-pai_abash-ti-5 {
  display: block;
  width: 80%;
  margin: 2% auto;
}

.tx-abash-ti {
  width: 45%;
  margin-top: 2%;
  margin-bottom: 2%;
  float: left;
  font-size: 2em;
  line-height: 23px;
}

.img-abash-ti {
  width: 50%;
  float: right;
}

.box-45-e {
  width: 45%;
  margin-top: 2%;
  margin-bottom: 2%;
  padding-right: 3%;
  float: left;
}

.div-bt-abasv-imagem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  margin-top: 5%;
  margin-bottom: 5%;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-box1-abasv-imagem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin-top: 2%;
  margin-bottom: 5%;
  float: right;
  -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;
}

.titulo-img_abasv-imagem {
  margin-bottom: 1%;
  font-size: 2em;
  line-height: 20px;
}

.fonte-img_abasv-imagem {
  margin-top: 0.5%;
  font-size: 1.8em;
  line-height: 20px;
}

.img1_abasv-imagem {
  display: block;
  width: 100%;
  height: 50vh;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img2_abasv-imagem {
  width: 100%;
  height: 50vh;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img3_abasv-imagem {
  width: 100%;
  height: 50vh;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img4_abasv-imagem {
  width: 100%;
  height: 50vh;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img5_abasv-imagem {
  width: 100%;
  height: 50vh;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-box2-abasv-imagem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin-top: 2%;
  margin-bottom: 5%;
  float: right;
  -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;
}

.div-box3-abasv-imagem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin-top: 2%;
  margin-bottom: 5%;
  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;
}

.div-box4-abasv-imagem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin-top: 2%;
  margin-bottom: 5%;
  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;
}

.div-box5-abasv-imagem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin-top: 2%;
  margin-bottom: 5%;
  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;
}

.div-box1_abasv-ti {
  width: 70%;
  height: auto;
  margin-top: 5%;
  margin-bottom: 5%;
  float: right;
}

.img1-abasv-ti {
  width: 50%;
  height: 50vh;
  float: right;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.tx-img_abasv-ti {
  width: 45%;
  margin-top: 2%;
  margin-bottom: 1%;
  float: left;
  font-size: 2em;
  line-height: 20px;
}

.fonte-abasv-ti {
  position: static;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: auto;
  margin-top: 0.5%;
  float: right;
  font-size: 1.8em;
  line-height: 20px;
  text-align: right;
}

.div-box2_abasv-ti {
  display: block;
  width: 70%;
  height: auto;
  margin-top: 5%;
  margin-bottom: 5%;
  float: right;
}

.div-box3_abasv-ti {
  width: 70%;
  height: auto;
  margin-top: 5%;
  margin-bottom: 5%;
  float: right;
}

.div-box4_abasv-ti {
  width: 70%;
  height: auto;
  margin-top: 5%;
  margin-bottom: 5%;
  float: right;
}

.div-box5_abasv-ti {
  width: 70%;
  height: auto;
  margin-top: 5%;
  margin-bottom: 5%;
  float: right;
}

.img2-abasv-ti {
  width: 50%;
  height: 50vh;
  float: right;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img3-abasv-ti {
  width: 50%;
  height: 50vh;
  float: right;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img4-abasv-ti {
  width: 50%;
  height: 50vh;
  float: right;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img5-abasv-ti {
  width: 50%;
  height: 50vh;
  float: right;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.tx_bsm-i-45-e {
  width: 45%;
  float: left;
  font-size: 2.5em;
  line-height: 32px;
}

.tx_bsm-i-45-d {
  width: 45%;
  float: right;
  font-size: 2.5em;
  line-height: 32px;
}

.div-pai_bsm-ti {
  float: left;
}

.box-bsm-i {
  position: relative;
  left: 0%;
  right: 0%;
  bottom: 0%;
  width: 45%;
  height: auto;
  float: right;
}

.thumb-lightbox_bsm-i {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 100%;
  height: 50vh;
  margin-right: auto;
  margin-left: auto;
  cursor: pointer;
}

.lightbox_bsm-i {
  width: 100%;
  padding-bottom: 0px;
}

.tx_bsm-ti-45-e {
  width: 45%;
  float: left;
  font-size: 2.5em;
  line-height: 32px;
}

.tx_bsm-ti-45-d {
  width: 45%;
  float: right;
  font-size: 2.5em;
  line-height: 32px;
}

.box-bsm-ti {
  position: relative;
  width: 45%;
  float: right;
}

.content_bsm-it {
  position: relative;
  width: 100%;
  height: auto;
  float: right;
}

.tx-contente_bsm-it {
  width: 100%;
  margin-top: 1%;
  margin-bottom: 1%;
  padding: 10px;
  float: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#f3f3f3));
  background-image: linear-gradient(180deg, #f3f3f3, #f3f3f3);
  color: #333;
  font-size: 2em;
  line-height: 23px;
}

.img-contente_bsm-it {
  width: 100%;
  height: 300px;
  float: none;
}

.tx_comparativo-e {
  width: 35%;
  margin-top: 10%;
  margin-bottom: 10%;
  padding-right: 20px;
  float: left;
  font-size: 1.8em;
  line-height: 23px;
}

.tx_comparativo-d {
  width: 35%;
  margin-top: 10%;
  margin-bottom: 10%;
  padding-left: 20px;
  float: right;
  font-size: 1.8em;
  line-height: 23px;
}

.thumb-lightbox_comparativo {
  height: 100%;
}

.lightbox-link {
  display: block;
  width: 30%;
  height: 40vh;
  margin: 5% auto 10%;
  float: left;
}

.embed_saber {
  z-index: 1;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.div-pai_titulo {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding: 30px 75px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fonte_citacao {
  margin-top: 2%;
  margin-bottom: 2%;
  font-size: 1.5em;
  line-height: 17px;
  text-align: right;
}

.lightbox-link-2 {
  width: 100%;
}

.input-txt {
  display: block;
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.fonte-img-texto-acima {
  display: block;
  width: 80%;
  margin: 0.5% auto 15%;
  padding: 5px;
  font-size: 1.6em;
  line-height: 18px;
}

.fonte-img-acima-texto {
  display: block;
  width: 80%;
  margin: 0.5% auto 2%;
  padding: 5px;
  font-size: 1.6em;
  line-height: 18px;
}

.fonte-galeria-imagem {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  padding: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.95)), to(hsla(0, 0%, 100%, 0.95)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.95), hsla(0, 0%, 100%, 0.95));
  font-size: 1.6em;
  line-height: 18px;
  text-align: right;
}

.fonte-galeria-txt-img {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.95)), to(hsla(0, 0%, 100%, 0.95)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.95), hsla(0, 0%, 100%, 0.95));
  font-size: 1.6em;
  line-height: 18px;
  text-align: right;
}

.fonte-galeria-img-v {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  padding: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.95)), to(hsla(0, 0%, 100%, 0.95)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.95), hsla(0, 0%, 100%, 0.95));
  font-size: 1.6em;
  line-height: 18px;
  text-align: right;
}

.fonte-linha-tempo-ti {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  margin-top: 0.5%;
  padding: 5px;
  float: right;
  font-size: 1.6em;
  line-height: 18px;
  text-align: right;
}

.fonte-abash-ti {
  width: 100%;
  margin-top: 0.5%;
  float: right;
  font-size: 1.6em;
  line-height: 18px;
  text-align: right;
}

.fonte-bt-img-ex {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  padding: 3px;
  float: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.95)), to(hsla(0, 0%, 100%, 0.95)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.95), hsla(0, 0%, 100%, 0.95));
  font-size: 1.4em;
  line-height: 16px;
  text-align: right;
}

.fonte-box-saiba-mais-img {
  width: 100%;
  margin-top: 0.5%;
  float: right;
  font-size: 1.6em;
  line-height: 18px;
  text-align: left;
}

.fonte-saiba-mais-texto-img {
  width: 100%;
  margin-top: 0.5%;
  float: right;
  font-size: 1.6em;
  line-height: 18px;
}

.fonte-comparativo {
  width: 100%;
  margin-top: 0.5%;
  color: #333;
  font-size: 1.6em;
  line-height: 18px;
}

.fonte-bt-aparece-img {
  width: 100%;
  font-size: 1.6em;
  line-height: 18px;
}

.fonte-img-sub {
  width: 100%;
  float: right;
  font-size: 1.6em;
  line-height: 18px;
  text-align: right;
}

.iphone-qrcode {
  position: absolute;
  left: 50px;
  bottom: 50px;
  z-index: 9997;
  width: 200px;
  height: 350px;
  border-radius: 35px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#111), to(#111));
  background-image: linear-gradient(180deg, #111, #111);
  box-shadow: 1px 1px 10px 0 #000;
}

.botao-home-iphone {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 20px;
  display: block;
  width: 30px;
  height: 30px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #7892a3;
  border-radius: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0.8)), to(#fff));
  background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0.8), #fff);
}

.alto-falante-iphone {
  position: absolute;
  left: 0px;
  top: 20px;
  right: 0px;
  display: block;
  width: 50px;
  height: 5px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0.8)), to(#fff));
  background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0.8), #fff);
}

.tela-dentro-iphone {
  position: absolute;
  left: 0px;
  top: 40px;
  right: 0px;
  bottom: 0px;
  z-index: 9997;
  display: block;
  width: 160px;
  height: 250px;
  margin-right: auto;
  margin-left: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.qrcode-bg {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 85px;
  display: block;
  width: 70%;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  cursor: help;
}

.embed-qrcode {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
}

.tx1-tela-dentro-iphone {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  padding: 15px 5px 5px;
  font-family: 'Museo500 regular', sans-serif;
  color: #3997d3;
  font-size: 1.3em;
  line-height: 17px;
  text-align: center;
}

.tx2-tela-dentro-iphone {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 0px 5px 5px;
  font-size: 1.4em;
  line-height: 15px;
  text-align: center;
}

.tela-fora-iphone {
  position: absolute;
  left: 55px;
  bottom: 110px;
  z-index: 9996;
  display: block;
  width: 190px;
  height: 250px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-left: 40px;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  box-shadow: 1px 0 20px 0 #000;
}

.fechar-tela-fora-iphone {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background-image: url('../images/fechar.png'), -webkit-gradient(linear, left top, left bottom, from(#ad393a), to(#ad393a));
  background-image: url('../images/fechar.png'), linear-gradient(180deg, #ad393a, #ad393a);
  background-position: 50% 50%, 0px 0px;
  background-size: contain, auto;
  background-repeat: no-repeat, repeat;
  cursor: pointer;
}

.tx-tela-fora-iphone {
  position: absolute;
  top: 20px;
  padding: 5px;
  font-size: 1.5em;
  line-height: 17px;
}

.fonte-img-sub-maior {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 25px;
  width: 100%;
  padding: 5px 5px 5px 5%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.95)), to(hsla(0, 0%, 100%, 0.95)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.95), hsla(0, 0%, 100%, 0.95));
  font-size: 1.6em;
  line-height: 18px;
}

.div-pai_45-e {
  width: 45%;
  margin-top: 5%;
  float: left;
}

.div-pai_45-d {
  width: 45%;
  margin-top: 5%;
  float: right;
}

.span_branco {
  color: #fff;
  text-decoration: underline;
}

.box_imagem {
  width: 100%;
  height: 85%;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.box_imagem_galeria {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 50vh;
  margin-right: auto;
  margin-bottom: 5%;
  margin-left: auto;
  -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;
}

.texto_imagem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30vh;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.box_texto_49p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 49%;
  -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;
}

.box_texto_49p.left-content {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.box_img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 100%;
  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: 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;
}

.img_galeria {
  height: 80%;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.img_slider {
  width: 100%;
  height: 90%;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div_span4_ts {
  position: absolute;
  top: 15%;
  right: 3%;
  width: 40%;
  padding: 10px;
  border: 3px solid #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3997d3), to(#3997d3));
  background-image: linear-gradient(180deg, #3997d3, #3997d3);
  box-shadow: 1px 1px 8px 2px rgba(82, 82, 82, 0.8);
  cursor: pointer;
}

.div_span5_ts {
  position: absolute;
  top: 25%;
  right: 6%;
  width: 40%;
  padding: 10px;
  border: 3px solid #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3997d3), to(#3997d3));
  background-image: linear-gradient(180deg, #3997d3, #3997d3);
  box-shadow: 1px 1px 8px 2px rgba(82, 82, 82, 0.8);
  cursor: pointer;
}

.div_span6_ts {
  position: absolute;
  top: 35%;
  right: 9%;
  width: 40%;
  padding: 10px;
  border: 3px solid #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3997d3), to(#3997d3));
  background-image: linear-gradient(180deg, #3997d3, #3997d3);
  box-shadow: 1px 1px 8px 2px rgba(82, 82, 82, 0.8);
  cursor: pointer;
}

.div-barra-lateral-2 {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div_span7_ts {
  position: absolute;
  top: 45%;
  right: 12%;
  width: 40%;
  padding: 10px;
  border: 3px solid #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3997d3), to(#3997d3));
  background-image: linear-gradient(180deg, #3997d3, #3997d3);
  box-shadow: 1px 1px 8px 2px rgba(82, 82, 82, 0.8);
}

.div_span8_ts {
  position: absolute;
  top: 55%;
  right: 15%;
  width: 40%;
  padding: 10px;
  border: 3px solid #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3997d3), to(#3997d3));
  background-image: linear-gradient(180deg, #3997d3, #3997d3);
  box-shadow: 1px 1px 8px 2px rgba(82, 82, 82, 0.8);
}

.ttulo_galeria {
  color: #096897;
}

.lightbox-link-3 {
  background-image: url('../images/Imagem7.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

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="clique-apareca-apar-inicial"] {
  display: none;
}

html.w-mod-js *[data-ix="20-abasv-ap-inicial-div"] {
  display: none;
}

html.w-mod-js *[data-ix="esconder-tx-21-botaotexto"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="esconder-cx-21-botaotexto"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="22-bie-esconder-div"] {
  opacity: 0;
  height: 0px;
}

html.w-mod-js *[data-ix="22-bie-esconder-tx"] {
  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-esconder"] {
  display: none;
  -webkit-transform: translate(130%, 0px);
  -ms-transform: translate(130%, 0px);
  transform: translate(130%, 0px);
}

html.w-mod-js *[data-ix="saiba-mais-imagem-esconder"] {
  display: none;
  -webkit-transform: translate(130%, 0px);
  -ms-transform: translate(130%, 0px);
  transform: translate(130%, 0px);
}

html.w-mod-js *[data-ix="saiba-mais-ti-esconder"] {
  display: none;
  -webkit-transform: translate(130%, 0px);
  -ms-transform: translate(130%, 0px);
  transform: translate(130%, 0px);
}

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

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%, 0px);
  -ms-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
}

html.w-mod-js *[data-ix="none-tx-lt"] {
  display: none;
  -webkit-transform: translate(150%, 0px);
  -ms-transform: translate(150%, 0px);
  transform: translate(150%, 0px);
}

html.w-mod-js *[data-ix="none-tx-lti"] {
  display: none;
  -webkit-transform: translate(120%, 0px);
  -ms-transform: translate(120%, 0px);
  transform: translate(120%, 0px);
}

html.w-mod-js *[data-ix="none-div-ltti"] {
  display: none;
  -webkit-transform: translate(120%, 0px);
  -ms-transform: translate(120%, 0px);
  transform: translate(120%, 0px);
}

html.w-mod-js *[data-ix="none-tx-abash"] {
  display: none;
  -webkit-transform: translate(120%, 0px);
  -ms-transform: translate(120%, 0px);
  transform: translate(120%, 0px);
}

html.w-mod-js *[data-ix="none-div-abash-imagem"] {
  display: none;
  -webkit-transform: translate(120%, 0px);
  -ms-transform: translate(120%, 0px);
  transform: translate(120%, 0px);
}

html.w-mod-js *[data-ix="none-div-abash-ti"] {
  display: none;
  -webkit-transform: translate(120%, 0px);
  -ms-transform: translate(120%, 0px);
  transform: translate(120%, 0px);
}

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

html.w-mod-js *[data-ix="div-tx-ls"] {
  display: none;
  height: 0px;
}

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

html.w-mod-js *[data-ix="sumir-div-img-bai"] {
  height: 0px;
}

html.w-mod-js *[data-ix="esconder-div-span1-ts"] {
  -webkit-transform: translate(200%, 0px);
  -ms-transform: translate(200%, 0px);
  transform: translate(200%, 0px);
}

html.w-mod-js *[data-ix="esconder-div-span1-ts-2"] {
  -webkit-transform: translate(200%, 0px);
  -ms-transform: translate(200%, 0px);
  transform: translate(200%, 0px);
}

html.w-mod-js *[data-ix="esconder-div-span1-ts-3"] {
  -webkit-transform: translate(200%, 0px);
  -ms-transform: translate(200%, 0px);
  transform: translate(200%, 0px);
}

html.w-mod-js *[data-ix="entrada-barra-feedback"] {
  opacity: 0;
  height: 0%;
}

html.w-mod-js *[data-ix="aba-barra-feedback"] {
  opacity: 0;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}

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

html.w-mod-js *[data-ix="none-abasv-imagem"] {
  display: none;
  -webkit-transform: translate(120%, 0px);
  -ms-transform: translate(120%, 0px);
  transform: translate(120%, 0px);
}

html.w-mod-js *[data-ix="none-abasv-ti"] {
  display: none;
  -webkit-transform: translate(120%, 0px);
  -ms-transform: translate(120%, 0px);
  transform: translate(120%, 0px);
}

html.w-mod-js *[data-ix="tela-fora-iphone"] {
  opacity: 0;
}

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

@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%;
    min-height: 100vh;
  }
  .card.card-saber {
    height: 100vh;
  }
  .card.grafismo {
    background-image: url('../images/grafismo-pg.png'), -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: url('../images/grafismo-pg.png'), linear-gradient(180deg, null, null);
    background-size: contain, auto;
  }
  .imagem_capa {
    height: 100vh;
  }
  .grafismo-capa {
    height: 100vh;
  }
  .titulo-capa {
    padding-left: 0px;
    font-size: 6.5em;
    line-height: 65px;
  }
  .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%;
  }
  .box_bsm {
    position: relative;
    left: 0px;
    right: 0px;
    bottom: 0px;
    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% 50%;
    background-size: cover;
  }
  .subtitulo_h4 {
    left: 65px;
    bottom: 35px;
    font-size: 3em;
    line-height: 30px;
  }
  .conteudo {
    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;
  }
  .texto-padrao.texto_slider {
    margin-bottom: 0px;
  }
  .texto-padrao.texto_slider.galeriatextoimagem {
    width: 40%;
  }
  .texto-padrao.tx_box-red-45 {
    font-size: 2.3em;
    line-height: 25px;
  }
  .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-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: url('../images/link.png'), linear-gradient(180deg, null, null);
    background-size: 65px, auto;
  }
  .link_div.link_right {
    width: 75%;
  }
  .link_texto_block.cinza {
    font-size: 1.8em;
    line-height: 18px;
  }
  .video_youtube {
    width: 100%;
  }
  .box-esquerdo {
    width: 45%;
  }
  .box-esquerdo._w-45porcento {
    padding-right: 15px;
  }
  .bloco1 {
    width: 12%;
    height: 65px;
  }
  .anos_slider {
    font-size: 1.6em;
    line-height: 16px;
  }
  .anos_slider.ativo {
    font-size: 1.6em;
    line-height: 16px;
  }
  .slide-nav {
    font-size: 1.6em;
    line-height: 16px;
  }
  .slide-setas.slider-setas-gradiente {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(239, 201, 76, 0.5)), to(rgba(239, 201, 76, 0.5)));
    background-image: linear-gradient(180deg, rgba(239, 201, 76, 0.5), rgba(239, 201, 76, 0.5));
  }
  .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: 2% 5%;
  }
  .enviar_feedback {
    width: 50%;
    font-size: 2.2em;
  }
  .title_form {
    font-size: 2em;
  }
  .texto_form {
    font-size: 1.3em;
  }
  .nome_item_form {
    font-size: 1.6em;
    line-height: 25px;
  }
  .campo_item_form {
    font-size: 1.4em;
  }
  .selecionar_perfil {
    font-size: 1.4em;
  }
  .selecionar_perfil.avaliacao {
    width: 75%;
    font-size: 1.4em;
  }
  .campo_texto_form {
    line-height: 20px;
  }
  .box-direito {
    right: 10%;
    width: 75%;
  }
  .botao {
    font-size: 2em;
    line-height: 20px;
  }
  .tx-clique-apareca1 {
    font-size: 1.8em;
    line-height: 18px;
  }
  .slide {
    padding-top: 0vh;
    padding-bottom: 30px;
  }
  .citacao {
    padding-top: 30px;
    padding-right: 85px;
    padding-left: 85px;
    background-size: 90px, 90px;
  }
  .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;
    column-gap: 35px;
  }
  .icon-home {
    width: 65px;
    height: 65px;
  }
  .fonte-rodape-black {
    padding-left: 12%;
    font-size: 1.2em;
  }
  .fonte-rodape-black.fonte-rodape-white {
    padding-left: 12%;
  }
  .titulo_saber {
    font-size: 3em;
    line-height: 35px;
  }
  .div_titulo_saber {
    width: 60%;
    padding: 0px 120px 0px 0px;
    float: none;
  }
  .saber_esq {
    width: 100%;
    float: none;
  }
  .qr-code {
    display: none;
  }
  .link-app {
    font-size: 1.8em;
    line-height: 20px;
  }
  .icon_saber-d {
    width: 50%;
    height: 50vh;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    background-position: 50% 50%;
  }
  .bt-pdf {
    top: 145px;
  }
  .titulo-capa-interna {
    font-size: 3.5em;
  }
  .sub1-capa-interna {
    font-size: 2em;
  }
  .sub2-capa-interna {
    font-size: 3em;
  }
  .texto-slider {
    font-size: 1.8em;
    line-height: 18px;
  }
  .feedback_nav {
    padding-right: 5px;
  }
  .tx_50-e {
    width: 100%;
    margin-top: 2%;
    font-size: 2em;
    line-height: 23px;
  }
  .box-45-d {
    width: 45%;
  }
  .titulo-img_45-d {
    margin-bottom: 5px;
  }
  .img_ti-d {
    height: 350px;
  }
  .tx_50-d {
    font-size: 2.3em;
    line-height: 25px;
  }
  .img_ti-e {
    height: 350px;
  }
  .box-pai_45-d {
    width: 45%;
    height: auto;
  }
  .box_imagemacimatexto {
    height: 60vh;
  }
  .data_linhadotempo.data1 {
    padding: 10px;
  }
  .data_linhadotempo.data2 {
    padding: 10px;
  }
  .data_linhadotempo.data3 {
    padding: 10px;
  }
  .data_linhadotempo.data4 {
    padding: 10px;
  }
  .data_linhadotempo.data5 {
    padding: 10px;
  }
  .tx-data_linhadotempo {
    font-size: 2.3em;
    line-height: 23px;
  }
  .txt1-data1 {
    bottom: 30%;
    font-size: 2.3em;
    line-height: 25px;
  }
  .txt2-data2 {
    bottom: 30%;
    font-size: 2.3em;
    line-height: 25px;
  }
  .txt3-data3 {
    bottom: 30%;
    font-size: 2.3em;
    line-height: 25px;
  }
  .txt4-data4 {
    bottom: 30%;
    font-size: 2.3em;
    line-height: 25px;
  }
  .txt5-data5 {
    bottom: 30%;
    font-size: 2.3em;
    line-height: 25px;
  }
  .txt1_abash {
    font-size: 2.3em;
    line-height: 25px;
  }
  .txt2_abash {
    font-size: 2.3em;
    line-height: 25px;
  }
  .txt3_abash {
    font-size: 2.3em;
    line-height: 25px;
  }
  .txt4_abash {
    font-size: 2.3em;
    line-height: 25px;
  }
  .tx1-bte {
    font-size: 1.8em;
  }
  .div-pai_bte {
    display: block;
    width: 100%;
    margin-top: 1%;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .div-tx_t1_bte {
    display: block;
    margin-top: 0%;
  }
  .tx2_bte {
    font-size: 1.8em;
  }
  .tx3_bte {
    font-size: 1.8em;
  }
  .tx4_bte {
    font-size: 1.8em;
    line-height: 20px;
  }
  .tx5_bte {
    font-size: 1.8em;
  }
  .div-tx_t2_bte {
    margin-top: 0%;
  }
  .div-tx_t3_bte {
    margin-top: 0%;
  }
  .div-tx_t4_bte {
    margin-top: 0%;
  }
  .div-tx_t5_bte {
    margin-top: 0%;
  }
  .div-bt_is {
    height: 350px;
  }
  .img-aparecer_is {
    height: 100%;
  }
  .img_ls {
    height: 350px;
  }
  .div-tx_ls {
    height: 100vh;
  }
  .tx_ls {
    font-size: 2.5em;
    line-height: 32px;
  }
  .tx_bsm-45-e {
    font-size: 2.3em;
    line-height: 25px;
  }
  .tx_bsm-45-d {
    font-size: 2.3em;
    line-height: 25px;
  }
  .embed {
    height: 60vh;
  }
  .tx_substituicao {
    width: 55%;
    font-size: 2em;
    line-height: 25px;
  }
  .texto-span1_ts {
    font-size: 2em;
    line-height: 20px;
  }
  .texto-span2_ts {
    font-size: 2em;
    line-height: 20px;
  }
  .texto-span3_ts {
    font-size: 2em;
    line-height: 20px;
  }
  .txt5_abash {
    font-size: 2.3em;
    line-height: 25px;
  }
  .x_feedback {
    left: 10%;
    top: 20px;
    right: auto;
  }
  .tx_x {
    top: 6%;
    right: 10%;
    font-size: 6em;
  }
  .tx-clique-apareca2 {
    font-size: 1.8em;
    line-height: 18px;
  }
  .tx-clique-apareca3 {
    font-size: 1.8em;
    line-height: 18px;
  }
  .tx-clique-apareca4 {
    font-size: 1.8em;
    line-height: 18px;
  }
  .tx-clique-apareca5 {
    font-size: 1.8em;
    line-height: 18px;
  }
  .bt-feedback {
    top: 85px;
  }
  .tx-clique-apareca-obj {
    font-size: 1.8em;
    line-height: 18px;
  }
  .tx-45-e {
    font-size: 2.3em;
    line-height: 25px;
  }
  .tx-titulo_lti {
    width: 100%;
  }
  .img1_lti {
    width: 100%;
  }
  .fonte-img_lti {
    width: 100%;
  }
  .img2_lti {
    width: 100%;
  }
  .img3_lti {
    width: 100%;
  }
  .img4_lti {
    width: 100%;
  }
  .img5_lti {
    width: 100%;
  }
  .tx-ltti {
    font-size: 1.8em;
  }
  .tx-abash-ti {
    width: 45%;
    font-size: 1.8em;
    line-height: 20px;
  }
  .box-45-e {
    padding-right: 2%;
  }
  .img1-abasv-ti {
    width: 100%;
  }
  .tx-img_abasv-ti {
    width: 48%;
  }
  .img2-abasv-ti {
    width: 100%;
  }
  .img3-abasv-ti {
    width: 100%;
  }
  .img4-abasv-ti {
    width: 100%;
  }
  .img5-abasv-ti {
    width: 100%;
  }
  .tx_bsm-i-45-e {
    font-size: 2.3em;
    line-height: 25px;
  }
  .tx_bsm-i-45-d {
    font-size: 2.3em;
    line-height: 25px;
  }
  .box-bsm-i {
    width: 45%;
  }
  .tx_bsm-ti-45-e {
    font-size: 2.3em;
    line-height: 25px;
  }
  .tx_bsm-ti-45-d {
    font-size: 2.3em;
    line-height: 25px;
  }
  .tx_comparativo-e {
    font-size: 1.6em;
    line-height: 20px;
  }
  .tx_comparativo-d {
    font-size: 1.6em;
    line-height: 20px;
  }
  .lightbox-link {
    margin-top: 10%;
  }
  .div-pai_titulo {
    padding-right: 65px;
    padding-left: 65px;
  }
  .input-txt {
    width: 80%;
  }
  .fonte-bt-aparece-img {
    font-size: 1.4em;
    line-height: 16px;
  }
  .iphone-qrcode {
    display: none;
  }
  .tela-fora-iphone {
    display: none;
  }
  .fonte-img-sub-maior {
    padding-left: 12%;
  }
}

@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 {
    background-image: url('../images/grafismo-pg.png'), -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: url('../images/grafismo-pg.png'), linear-gradient(180deg, null, null);
    background-position: 0px 100%, 0px 0px;
  }
  .titulo-capa {
    width: 100%;
    font-size: 3.5em;
    line-height: 35px;
  }
  .bt-anterior {
    display: none;
    width: 50px;
    height: 50px;
    margin-top: 0px;
  }
  .bt-anterior.w--current {
    width: 50px;
    height: 50px;
  }
  .bt-anterior.bt-anterior-branco {
    display: none;
  }
  .bt-proximo {
    display: none;
    width: 50px;
    height: 50px;
    min-height: 44px;
    margin-bottom: 0px;
  }
  .bt-proximo.bt-proximo-branco {
    display: none;
    width: 50px;
    height: 50px;
    font-style: italic;
  }
  .bt-menu-hamb {
    left: 8px;
    top: 25px;
    width: 40px;
    height: 40px;
    background-image: url('../images/menu.png'), -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: url('../images/menu.png'), linear-gradient(180deg, null, null);
    background-size: 25px, auto;
  }
  .box_bsm {
    right: 0px;
  }
  .titulo-saiba-mais {
    font-size: 1.6em;
    line-height: 18px;
  }
  .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: 50% 50%;
    background-size: cover;
  }
  .subtitulo_h4 {
    left: 50px;
    bottom: 30px;
    font-size: 2.5em;
    line-height: 25px;
  }
  .conteudo {
    width: 80%;
    margin-top: 5%;
    padding-top: 0vh;
    padding-bottom: 0vh;
  }
  .conteudo.conteudo-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .texto-padrao {
    margin-bottom: 2%;
    font-size: 1.8em;
    line-height: 20px;
  }
  .texto-padrao.tab_branco {
    font-size: 1.8em;
    line-height: 18px;
  }
  .texto-padrao.texto_slider {
    margin-bottom: 0px;
  }
  .texto-padrao.texto_slider.galeriatextoimagem {
    margin-left: 40px;
  }
  .texto-padrao.tx_box-red-45 {
    font-size: 1.8em;
    line-height: 20px;
  }
  .destaque {
    padding: 5px 30px 5px 10px;
    font-size: 1.8em;
    line-height: 18px;
  }
  .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;
    line-height: 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-gradient(linear, left top, left bottom, from(null), to(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-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: url('../images/link.png'), linear-gradient(180deg, null, null);
    background-size: 40px, auto;
  }
  .link_div.link_right {
    width: 80%;
    background-image: url('../images/link.png'), -webkit-gradient(linear, left top, left bottom, from(null), to(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-esquerdo {
    position: relative;
    width: 70%;
    height: auto;
  }
  .box-esquerdo._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-gradient(linear, left top, left bottom, from(rgba(239, 201, 76, 0)), to(rgba(239, 201, 76, 0)));
    background-image: linear-gradient(180deg, rgba(239, 201, 76, 0), rgba(239, 201, 76, 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 {
    top: 0px;
    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-gradient(linear, left top, left bottom, from(null), to(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: 100%;
    padding: 2%;
  }
  .enviar_feedback {
    display: block;
    width: 20%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    float: none;
    font-size: 1.2em;
    line-height: 15px;
  }
  .form_feedback {
    height: 100%;
    padding: 0px;
  }
  .title_form {
    font-size: 1.5em;
    line-height: 18px;
  }
  .texto_form {
    margin-top: 0.5%;
    margin-bottom: 5px;
    padding-top: 0px;
    font-size: 1.1em;
    line-height: 12px;
  }
  .nome_item_form {
    margin-bottom: 0px;
    padding-left: 5px;
    font-size: 1.2em;
    line-height: 12px;
  }
  .campo_item_form {
    height: auto;
    margin-bottom: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 1.2em;
    line-height: 12px;
  }
  .selecionar_perfil {
    height: auto;
    margin-bottom: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 1.2em;
    line-height: 12px;
  }
  .selecionar_perfil.avaliacao {
    width: 50%;
    font-size: 1.2em;
    line-height: 12px;
  }
  .campo_texto_form {
    width: 75%;
    height: auto;
    margin-bottom: 5px;
    padding: 5px 12px;
    float: left;
    font-size: 1.2em;
    line-height: 12px;
  }
  .fechar_feedback {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0%;
    width: 35px;
    height: 35px;
    float: right;
  }
  .box-direito {
    position: relative;
    right: 0%;
    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 {
    position: relative;
    width: 100%;
    height: 30vh;
    float: none;
  }
  .box-img-topo {
    height: 30vh;
  }
  .botao {
    margin-top: 5px;
    font-size: 1.8em;
    line-height: 18px;
  }
  .botao.btn_abasv {
    width: auto;
  }
  .box-clique-apareca_1 {
    width: 80%;
  }
  .tx-clique-apareca1 {
    font-size: 1.6em;
    line-height: 16px;
  }
  .box-aviso {
    left: 20%;
    top: 0px;
    right: 0%;
    bottom: auto;
    width: 80%;
    padding: 10px 150px 10px 10px;
  }
  .slide {
    padding-right: 30px;
    padding-left: 30px;
  }
  .slider.fundo-transparente.slider-imagem {
    margin-bottom: 20%;
  }
  .slider.slider-48p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 70vh;
    -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;
  }
  .citacao {
    width: 100%;
    padding-top: 0px;
    padding-right: 65px;
    padding-left: 75px;
    background-size: 70px, 70px;
  }
  .texto_citacao {
    width: 100%;
    font-size: 1.8em;
    line-height: 20px;
  }
  .titulo_secao {
    bottom: 18vh;
    width: 75%;
  }
  .oi {
    font-size: 1.8em;
    line-height: 20px;
  }
  ._2-colunas {
    font-size: 1.8em;
    line-height: 20px;
    -webkit-column-count: 1;
    column-count: 1;
  }
  .icon-home {
    width: 50px;
    height: 50px;
  }
  .fonte-rodape-black {
    padding-left: 15%;
  }
  .fonte-rodape-black.fonte-rodape-white {
    padding-left: 15%;
  }
  .titulo_saber {
    font-size: 2.5em;
    line-height: 25px;
  }
  .div_titulo_saber {
    width: 70%;
    padding-right: 80px;
  }
  .saber_esq {
    width: 60%;
    margin-top: 5px;
    float: left;
  }
  .texto_dispositivos {
    width: 100%;
  }
  .logo_apps {
    width: 35%;
    float: none;
  }
  .link-app {
    font-size: 1.5em;
    line-height: 15px;
  }
  .icon_saber-d {
    width: 40%;
    height: 40vh;
    margin-top: 0px;
    float: right;
  }
  .bt-pdf {
    left: 8px;
    top: 125px;
    width: 40px;
    height: 40px;
    background-image: url('../images/pdf_branco.png'), -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: url('../images/pdf_branco.png'), linear-gradient(180deg, null, null);
    background-size: 35px, auto;
  }
  .titulo-padrao {
    font-size: 2.5em;
    line-height: 30px;
  }
  .titulo-capa-interna {
    font-size: 3em;
  }
  .sub1-capa-interna {
    font-size: 2.5em;
    line-height: 25px;
  }
  .sub2-capa-interna {
    font-size: 2em;
    line-height: 25px;
  }
  .texto-slider {
    font-size: 1.6em;
    line-height: 16px;
  }
  .texto_label {
    font-size: 1.8em;
    line-height: 18px;
  }
  .tx_50-e {
    width: 100%;
    margin-top: 10%;
    font-size: 1.8em;
    line-height: 20px;
  }
  .box-45-d {
    height: 100%;
  }
  .titulo-img_45-d {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin-bottom: 1%;
    float: none;
    font-size: 1.4em;
    line-height: 14px;
  }
  .fonte-45-d {
    position: relative;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: auto;
    float: left;
    font-size: 1.4em;
    line-height: 16px;
  }
  .img_ti-d {
    height: 300px;
    float: left;
  }
  .tx_50-d {
    font-size: 1.8em;
    line-height: 20px;
  }
  .titulo-img_45-e {
    font-size: 1.4em;
    line-height: 14px;
  }
  .fonte-45-e {
    font-size: 1.4em;
    line-height: 16px;
  }
  .img_ti-e {
    height: 300px;
  }
  .box-pai_45-d {
    height: auto;
  }
  .tx-box_45-d {
    font-size: 1.8em;
    line-height: 18px;
  }
  .div-pai_textosblocosh {
    height: auto;
    margin-bottom: 15%;
  }
  .tx-box_textoblocosh {
    font-size: 1.8em;
    line-height: 18px;
  }
  .box_imagemacimatexto {
    height: 45vh;
  }
  .box_galeria {
    margin-right: 40px;
  }
  .box_galeria.img1_galeria {
    height: 200px;
  }
  .box_galeria.img2_galeria {
    height: 200px;
    margin-bottom: 8%;
  }
  .box_galeria.img3_galeria {
    height: 200px;
    margin-bottom: 8%;
  }
  .box_galeria.img4_galeria {
    height: 200px;
    margin-bottom: 8%;
  }
  .box_galeria.img5_galeria {
    height: 200px;
    margin-bottom: 8%;
  }
  .data_linhadotempo {
    padding-right: 10px;
    padding-left: 10px;
  }
  .tx-data_linhadotempo {
    font-size: 1.8em;
    line-height: 20px;
  }
  .txt1-data1 {
    font-size: 1.8em;
    line-height: 20px;
  }
  .txt2-data2 {
    font-size: 1.8em;
    line-height: 20px;
  }
  .txt3-data3 {
    font-size: 1.8em;
    line-height: 20px;
  }
  .txt4-data4 {
    font-size: 1.8em;
    line-height: 20px;
  }
  .txt5-data5 {
    font-size: 1.8em;
    line-height: 20px;
  }
  .div-pai_abash {
    margin-bottom: 10%;
  }
  .tx1-box_abash {
    font-size: 1.8em;
    line-height: 20px;
  }
  .txt1_abash {
    position: relative;
    margin-top: 10%;
    margin-bottom: 10%;
    font-size: 1.8em;
    line-height: 20px;
  }
  .txt2_abash {
    position: relative;
    display: block;
    margin-top: 10%;
    margin-bottom: 10%;
    font-size: 1.8em;
    line-height: 20px;
  }
  .txt3_abash {
    position: relative;
    display: block;
    margin-top: 10%;
    margin-bottom: 10%;
    font-size: 1.8em;
    line-height: 20px;
  }
  .txt4_abash {
    position: relative;
    display: block;
    margin-top: 10%;
    margin-bottom: 10%;
    font-size: 1.8em;
    line-height: 20px;
  }
  .div-pai_abasv.div10_abasv {
    margin-bottom: 10%;
  }
  .div-pai_bte {
    margin-bottom: 5%;
  }
  .div-tx_t1_bte {
    margin-top: 1%;
  }
  .div-tx_t2_bte {
    margin-top: 1%;
  }
  .div-tx_t3_bte {
    margin-top: 1%;
  }
  .div-tx_t4_bte {
    margin-top: 1%;
  }
  .div-tx_t5_bte {
    margin-top: 1%;
  }
  .div-bt_is {
    height: 350px;
  }
  .img_ls {
    height: 300px;
  }
  .div-tx_ls {
    height: 100%;
  }
  .tx_ls {
    margin-top: 10%;
    margin-bottom: 10%;
    font-size: 2.3em;
    line-height: 25px;
  }
  .tx_bsm-45-e {
    font-size: 1.8em;
    line-height: 20px;
  }
  .tx_bsm-45-d {
    font-size: 1.8em;
    line-height: 20px;
  }
  .div-pai_bai {
    width: 100%;
    margin-bottom: 5%;
  }
  .tx_substituicao {
    width: 60%;
    font-size: 1.8em;
    line-height: 23px;
  }
  .div_span1_ts {
    width: 35%;
  }
  .div_span2_ts {
    width: 35%;
  }
  .div_span3_ts {
    width: 35%;
  }
  .texto-span1_ts {
    font-size: 1.8em;
  }
  .texto-span2_ts {
    font-size: 1.8em;
  }
  .texto-span3_ts {
    font-size: 1.8em;
  }
  .txt5_abash {
    position: relative;
    margin-top: 10%;
    margin-bottom: 10%;
    font-size: 1.8em;
    line-height: 20px;
  }
  .box-clique-apareca_2 {
    width: 80%;
  }
  .box-clique-apareca_3 {
    width: 80%;
  }
  .box-clique-apareca_4 {
    width: 80%;
  }
  .box-clique-apareca_5 {
    width: 80%;
  }
  .x_feedback {
    left: 12%;
  }
  .tx_x {
    top: 5%;
  }
  .tx-clique-apareca2 {
    font-size: 1.6em;
    line-height: 16px;
  }
  .tx-clique-apareca3 {
    font-size: 1.6em;
    line-height: 16px;
  }
  .tx-clique-apareca4 {
    font-size: 1.6em;
    line-height: 16px;
  }
  .tx-clique-apareca5 {
    font-size: 1.6em;
    line-height: 16px;
  }
  .form-wrapper {
    height: 100%;
    margin-bottom: 0px;
  }
  .bt-feedback {
    left: 8px;
    top: 75px;
    width: 40px;
    height: 40px;
    background-image: url('../images/comente.png'), -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: url('../images/comente.png'), linear-gradient(180deg, null, null);
    background-position: 50% 50%, 0px 0px;
    background-size: 35px, auto;
  }
  .tx-clique-apareca-obj {
    font-size: 1.6em;
    line-height: 16px;
  }
  .embed_fomulas_simples {
    font-size: 2em;
    line-height: 20px;
  }
  .embed_formulas_scroll {
    font-size: 2em;
    line-height: 20px;
  }
  .embed_formulas_quebra {
    font-size: 2em;
    line-height: 20px;
  }
  .bt-a-mais {
    left: 8px;
    top: 75px;
    width: 40px;
    height: 40px;
    background-image: url('../images/A.png'), -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: url('../images/A.png'), linear-gradient(180deg, null, null);
    background-size: 35px, auto;
  }
  .bt-a-menos {
    left: 8px;
    top: 125px;
    width: 40px;
    height: 40px;
    background-image: url('../images/A-2.png'), -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: url('../images/A-2.png'), linear-gradient(180deg, null, null);
    background-size: 35px, auto;
  }
  .tx-45-e {
    width: 100%;
    font-size: 1.8em;
    line-height: 20px;
  }
  .tx-titulo_lti {
    font-size: 1.6em;
    line-height: 18px;
  }
  .div-pai1-img_lti {
    margin-bottom: 10%;
  }
  .img1_lti {
    width: 100%;
  }
  .fonte-img_lti {
    font-size: 1.4em;
    line-height: 16px;
    text-align: left;
  }
  .div-pai2-img_lti {
    margin-bottom: 10%;
  }
  .div-pai3-img_lti {
    margin-bottom: 10%;
  }
  .div-pai4-img_lti {
    margin-bottom: 10%;
  }
  .div-pai5-img_lti {
    margin-bottom: 10%;
  }
  .div-pai_abash-imagem1 {
    margin-bottom: 10%;
  }
  .titulo-img-abash {
    font-size: 1.6em;
    line-height: 18px;
  }
  .legenda-img-abash {
    font-size: 1.4em;
    line-height: 16px;
    text-align: left;
  }
  .div-pai_abash-imagem2 {
    margin-bottom: 10%;
  }
  .div-pai_abash-imagem3 {
    margin-bottom: 10%;
  }
  .div-pai_abash-imagem4 {
    margin-bottom: 10%;
  }
  .div-pai_abash-imagem5 {
    margin-bottom: 10%;
  }
  .div-pai1_ltti {
    float: right;
  }
  .tx-ltti {
    font-size: 1.6em;
    line-height: 18px;
  }
  .div-img1_ltti {
    float: right;
  }
  .div-pai2_ltti {
    float: right;
  }
  .div-pai3_ltti {
    float: right;
  }
  .div-pai4_ltti {
    float: right;
  }
  .div-pai5_ltti {
    float: right;
  }
  .div-img2_ltti {
    height: 40vh;
  }
  .div-img3_ltti {
    height: 40vh;
  }
  .div-img4_ltti {
    height: 40vh;
  }
  .div-img5_ltti {
    height: 40vh;
  }
  .tx-abash-ti {
    font-size: 1.6em;
    line-height: 18px;
  }
  .box-45-e {
    width: 100%;
    padding-right: 0%;
  }
  .div-box1-abasv-imagem {
    margin-bottom: 10%;
  }
  .titulo-img_abasv-imagem {
    font-size: 1.8em;
  }
  .fonte-img_abasv-imagem {
    font-size: 1.6em;
  }
  .div-box2-abasv-imagem {
    margin-bottom: 10%;
  }
  .div-box3-abasv-imagem {
    margin-bottom: 10%;
  }
  .div-box4-abasv-imagem {
    margin-bottom: 10%;
  }
  .div-box5-abasv-imagem {
    margin-bottom: 10%;
  }
  .div-box1_abasv-ti {
    height: auto;
  }
  .img1-abasv-ti {
    height: 50vh;
  }
  .tx-img_abasv-ti {
    font-size: 1.8em;
  }
  .fonte-abasv-ti {
    font-size: 1.6em;
    line-height: 18px;
    text-align: left;
  }
  .div-box2_abasv-ti {
    height: auto;
  }
  .div-box3_abasv-ti {
    height: auto;
  }
  .div-box4_abasv-ti {
    height: auto;
  }
  .div-box5_abasv-ti {
    height: auto;
  }
  .img2-abasv-ti {
    height: 50vh;
  }
  .img3-abasv-ti {
    height: 50vh;
  }
  .img4-abasv-ti {
    height: 50vh;
  }
  .img5-abasv-ti {
    height: 50vh;
  }
  .tx_bsm-i-45-e {
    font-size: 1.8em;
    line-height: 20px;
  }
  .tx_bsm-i-45-d {
    font-size: 1.8em;
    line-height: 20px;
  }
  .tx_bsm-ti-45-e {
    font-size: 1.8em;
    line-height: 20px;
  }
  .tx_bsm-ti-45-d {
    font-size: 1.8em;
    line-height: 20px;
  }
  .box-bsm-ti {
    width: 60%;
  }
  .tx-contente_bsm-it {
    font-size: 1.6em;
    line-height: 18px;
  }
  .tx_comparativo-e {
    padding-right: 10px;
    font-size: 1.4em;
    line-height: 18px;
  }
  .tx_comparativo-d {
    padding-left: 10px;
    font-size: 1.4em;
    line-height: 18px;
  }
  .div-pai_titulo {
    padding-right: 50px;
    padding-left: 50px;
  }
  .fonte_citacao {
    font-size: 1.3em;
    line-height: 15px;
  }
  .fonte-img-texto-acima {
    font-size: 1.4em;
    line-height: 16px;
  }
  .fonte-img-acima-texto {
    font-size: 1.4em;
    line-height: 16px;
  }
  .fonte-galeria-imagem {
    font-size: 1.4em;
    line-height: 16px;
    text-align: left;
  }
  .fonte-galeria-txt-img {
    width: 100%;
    font-size: 1.4em;
    line-height: 16px;
  }
  .fonte-galeria-img-v {
    font-size: 1.4em;
    line-height: 16px;
    text-align: left;
  }
  .fonte-linha-tempo-ti {
    font-size: 1.4em;
    line-height: 16px;
  }
  .fonte-abash-ti {
    font-size: 1.4em;
    line-height: 16px;
  }
  .fonte-bt-img-ex {
    font-size: 1.2em;
    line-height: 14px;
  }
  .fonte-box-saiba-mais-img {
    float: right;
    font-size: 1.4em;
    line-height: 16px;
    text-align: left;
  }
  .fonte-saiba-mais-texto-img {
    font-size: 1.4em;
    line-height: 16px;
  }
  .fonte-comparativo {
    font-size: 1.4em;
    line-height: 16px;
  }
  .fonte-img-sub {
    font-size: 1.4em;
    line-height: 16px;
  }
  .fonte-img-sub-maior {
    padding-left: 15%;
    font-size: 1.4em;
    line-height: 16px;
  }
  .div_span4_ts {
    width: 35%;
  }
  .div_span5_ts {
    width: 35%;
  }
  .div_span6_ts {
    width: 35%;
  }
  .div_span7_ts {
    width: 35%;
  }
  .div_span8_ts {
    width: 35%;
  }
}

@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 {
    background-image: url('../images/grafismo-pg.png'), -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: url('../images/grafismo-pg.png'), linear-gradient(180deg, null, null);
    background-size: 831px, auto;
  }
  .grafismo-capa {
    background-size: cover;
  }
  .titulo-capa {
    width: 100%;
    font-size: 2.8em;
    line-height: 28px;
  }
  .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: 40px;
    height: 40px;
    background-image: url('../images/menu.png'), -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: url('../images/menu.png'), linear-gradient(180deg, null, null);
    background-size: 25px, auto;
  }
  .box_bsm {
    position: relative;
    left: 0px;
    top: 0%;
    right: 0px;
    bottom: 0%;
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .titulo-saiba-mais {
    line-height: 18px;
  }
  .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: 80%;
    margin-bottom: 15%;
    margin-left: 15%;
    padding-top: 0vh;
    padding-left: 15px;
  }
  .texto-padrao {
    margin-bottom: 2%;
    font-size: 1.8em;
    line-height: 20px;
  }
  .texto-padrao.tab_branco {
    margin-bottom: 0px;
    padding: 0px;
    font-size: 1.8em;
    line-height: 18px;
  }
  .texto-padrao.texto_slider {
    margin-bottom: 0px;
    padding-top: 35px;
    padding-bottom: 80px;
  }
  .texto-padrao.texto_slider.galeriatextoimagem {
    display: block;
    width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .texto-padrao.tx_65-e {
    width: 100%;
    margin-bottom: 2%;
  }
  .texto-padrao.tx_65-d {
    width: 100%;
    margin-bottom: 2%;
  }
  .destaque {
    margin-right: 0%;
    padding: 5px 15px 5px 5px;
    border-bottom-right-radius: 25px;
  }
  .destaque.destaque-escuro {
    margin-right: 0%;
    line-height: 18px;
  }
  .fonte-video {
    padding-top: 5px;
    font-size: 1.3em;
    line-height: 13px;
  }
  .tab_ordem {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    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-top: 0px;
    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-top: 0px;
    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_left {
    background-image: url('../images/link.png'), -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: url('../images/link.png'), linear-gradient(180deg, null, null);
    background-size: 40px, auto;
  }
  .link_div.link_right {
    width: 100%;
    padding-top: 40px;
    padding-right: 60px;
  }
  .link_texto_block {
    padding-bottom: 3vh;
  }
  .link_texto_block.cinza {
    font-size: 1.4em;
    line-height: 14px;
  }
  .video_youtube {
    width: 100%;
  }
  .box-esquerdo {
    width: 100%;
  }
  .tabs {
    width: 100%;
  }
  .slider_linha_tempo {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .bloco1 {
    width: 30%;
    height: 50px;
  }
  .anos_slider {
    font-size: 1em;
    line-height: 10px;
  }
  .anos_slider.ativo {
    font-size: 1em;
    line-height: 10px;
  }
  .div_espaco_ano {
    width: 5%;
  }
  .slide-nav {
    position: relative;
    top: 0px;
    font-size: 1.4em;
    line-height: 14px;
  }
  .slide-setas.slider-setas-gradiente {
    margin-right: -80px;
    margin-left: -47px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 125, 198, 0)), to(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;
    padding: 20px;
  }
  .topo_textos_slides.em_branco {
    width: 100%;
  }
  .base_textos_slides.em_branco {
    width: 100%;
    margin-top: 10%;
  }
  .base_textos_slides.ativo {
    position: relative;
    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 {
    padding-top: 10px;
    font-size: 1.3em;
    line-height: 15px;
  }
  .box_overflow {
    height: 80vh;
  }
  .link_left {
    padding-left: 30vw;
    background-image: url('../images/link.png'), -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: url('../images/link.png'), linear-gradient(180deg, null, null);
    background-size: 50px, auto;
    text-align: left;
  }
  .box-feedback {
    margin-top: 0%;
    margin-right: 0%;
    margin-bottom: 0%;
    padding: 4%;
  }
  .enviar_feedback {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    float: none;
    font-size: 1.5em;
  }
  .form_feedback {
    height: 100%;
    margin-top: 0vh;
    margin-bottom: 0vh;
    padding: 5%;
  }
  .title_form {
    width: 100%;
    padding: 5px;
    font-size: 1.5em;
    line-height: 20px;
    text-align: left;
  }
  .texto_form {
    margin-bottom: 2%;
    padding: 5px;
    font-size: 1.4em;
    line-height: 15px;
  }
  .nome_item_form {
    width: 25%;
    height: 5vh;
    margin-bottom: 5px;
    padding-right: 5px;
    float: left;
  }
  .campo_item_form {
    width: 70%;
    height: 5vh;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    float: right;
  }
  .selecionar_perfil {
    width: 70%;
    height: 5vh;
    padding-top: 4px;
    padding-bottom: 4px;
    float: right;
  }
  .selecionar_perfil.avaliacao {
    width: 70%;
  }
  .campo_texto_form {
    width: 70%;
    float: right;
  }
  .fechar_feedback {
    left: 5px;
    top: -5px;
    right: 0px;
    bottom: 0%;
    width: 35px;
    height: 35px;
  }
  .box-direito {
    top: 3%;
    right: 0%;
    display: block;
    width: 100%;
    margin-top: 35px;
  }
  .botao {
    font-size: 1.6em;
    line-height: 16px;
  }
  .botao.btn_abasv {
    width: auto;
    float: none;
  }
  .botao.btn-bsm-i {
    float: left;
  }
  .box-clique-apareca_1 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .tx-clique-apareca1 {
    font-size: 1.6em;
    line-height: 16px;
  }
  .box-aviso {
    left: auto;
    top: 0%;
    right: 0%;
    width: 82%;
    margin-top: 0px;
    padding-right: 20px;
  }
  .slide {
    height: auto;
    padding-top: 0px;
  }
  .slider.fundo-transparente {
    top: 0px;
    height: auto;
    margin-bottom: 15vh;
    clear: none;
  }
  .slider.fundo-transparente.slider-imagem {
    margin-bottom: 30%;
  }
  .slider.slider-48p {
    position: relative;
    height: 50vh;
    margin-bottom: 15%;
  }
  .citacao {
    padding: 40px 0px;
    background-size: 50px, 50px;
  }
  .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;
  }
  .left-arrow {
    position: absolute;
  }
  .fonte-rodape-black {
    font-size: 1.2em;
  }
  .fonte-rodape-black.fonte-rodape-white {
    width: 50%;
  }
  .titulo_saber {
    font-size: 1.8em;
    line-height: 25px;
  }
  .div_titulo_saber {
    width: 100%;
    padding-right: 0px;
  }
  .saber_esq {
    width: 100%;
  }
  .logo_apps {
    width: 45%;
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .link-app {
    font-size: 1.5em;
    line-height: 15px;
  }
  .icon_saber-d {
    width: 100%;
    height: 45vh;
    margin-top: 5px;
  }
  .bt-pdf {
    width: 40px;
    height: 40px;
    background-image: url('../images/pdf_branco.png'), -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: url('../images/pdf_branco.png'), linear-gradient(180deg, null, null);
    background-size: 35px, auto;
  }
  .titulo-capa-interna {
    font-size: 2.5em;
    line-height: 25px;
  }
  .sub1-capa-interna {
    font-size: 2em;
    line-height: 20px;
  }
  .texto-slider {
    margin-bottom: 10px;
    padding-bottom: 0px;
  }
  .texto_label {
    font-size: 1.6em;
    line-height: 16px;
  }
  .feedback_nav {
    font-size: 0.9em;
    line-height: 5px;
  }
  .tx_50-e {
    width: 100%;
    float: none;
  }
  .box-45-d {
    width: 100%;
  }
  .titulo-img_45-d {
    position: relative;
    bottom: 20px;
    margin-top: 0px;
    margin-bottom: 5%;
  }
  .fonte-45-d {
    margin-bottom: 10px;
  }
  .tx_50-d {
    width: 100%;
  }
  .box_45-e {
    width: 100%;
  }
  .box-red_45-d {
    width: 100%;
  }
  .box-red_45-e {
    width: 100%;
  }
  .box-pai_45-d {
    width: 100%;
  }
  .div-pai_textosblocosh {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .div-filho_textoblocosh {
    width: 100%;
    height: auto;
  }
  .box_textoacimaimagem {
    width: 100%;
  }
  .box_imagemacimatexto {
    width: 100%;
  }
  .box_galeria {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    width: 75%;
    height: 200px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    background-size: cover;
  }
  .box_galeria.img1_galeria {
    width: 100%;
    margin-bottom: 12%;
  }
  .box_galeria.img2_galeria {
    width: 100%;
    margin-bottom: 12%;
  }
  .box_galeria.img3_galeria {
    width: 100%;
    margin-bottom: 12%;
  }
  .box_galeria.img4_galeria {
    width: 100%;
    margin-bottom: 12%;
  }
  .box_galeria.img5_galeria {
    width: 100%;
    margin-bottom: 12%;
  }
  .data_linhadotempo {
    width: 100%;
    margin-top: 1%;
    margin-bottom: 1%;
  }
  .data_linhadotempo.data1 {
    margin-top: 10%;
    margin-bottom: 10%;
    padding: 10px 5px;
  }
  .data_linhadotempo.data2 {
    margin-top: 10%;
    margin-bottom: 10%;
    padding: 10px 5px;
  }
  .data_linhadotempo.data3 {
    margin-top: 10%;
    margin-bottom: 10%;
    padding: 10px 5px;
  }
  .data_linhadotempo.data4 {
    margin-top: 10%;
    margin-bottom: 10%;
    padding: 10px 5px;
  }
  .data_linhadotempo.data5 {
    margin-top: 10%;
    margin-bottom: 10%;
    padding: 10px 5px;
  }
  .div-pai_linhadotempo {
    display: block;
    width: 30%;
    margin: 0% auto 10%;
    float: left;
    -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;
    background-size: 5px 100%;
  }
  .tx-data_linhadotempo {
    font-size: 1.8em;
    line-height: 18px;
  }
  .div-alinhamento_data {
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 45%;
    padding-bottom: 45%;
    float: left;
    -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;
  }
  .txt1-data1 {
    left: auto;
    right: 0px;
    width: 60%;
    margin-right: 1%;
    margin-bottom: 15%;
    margin-left: auto;
    float: right;
  }
  .txt2-data2 {
    left: auto;
    right: 0px;
    width: 60%;
    margin: 20% 1% 15% auto;
    float: right;
  }
  .txt3-data3 {
    left: auto;
    right: 0px;
    width: 60%;
    margin-right: 1%;
    margin-bottom: 15%;
    margin-left: auto;
    float: right;
  }
  .txt4-data4 {
    left: auto;
    top: 0px;
    right: 0px;
    width: 60%;
    margin-right: 1%;
    margin-bottom: 15%;
    margin-left: auto;
    float: right;
  }
  .txt5-data5 {
    left: auto;
    right: 0px;
    width: 60%;
    margin-right: 1%;
    margin-bottom: 15%;
    margin-left: auto;
    float: right;
  }
  .div-pai_abash {
    display: block;
    width: 30%;
    margin-top: 10%;
    margin-right: auto;
    margin-left: auto;
    float: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .box1-filhos_abash {
    width: 100%;
  }
  .txt1_abash {
    left: 0px;
    top: 35%;
    right: 0px;
    bottom: 0%;
    display: block;
    width: 65%;
    margin: 10% auto 15%;
    float: right;
  }
  .txt2_abash {
    left: 0px;
    top: 35%;
    right: 0px;
    bottom: 0%;
    display: block;
    width: 65%;
    margin-top: 10%;
    margin-bottom: 15%;
    float: right;
  }
  .txt3_abash {
    left: 0px;
    top: 35%;
    right: 0px;
    bottom: 0%;
    display: block;
    width: 65%;
    margin: 10% auto 15%;
    float: right;
  }
  .txt4_abash {
    left: 0px;
    top: 35%;
    right: 0px;
    bottom: 0%;
    display: block;
    width: 65%;
    margin: 10% auto 15%;
    float: right;
  }
  .div-pai_abasv {
    display: block;
    float: none;
  }
  .div-pai_abasv.div10_abasv {
    margin-bottom: 12%;
  }
  .div-pai_bte {
    margin-top: 5%;
    margin-bottom: 10%;
  }
  .div-pai1_bie {
    width: 100%;
    margin-top: 5%;
    margin-bottom: 5%;
  }
  .div-pai2_bie {
    width: 100%;
    margin-top: 5%;
    margin-bottom: 5%;
  }
  .div-pai3_bie {
    width: 100%;
    margin-top: 5%;
    margin-bottom: 5%;
  }
  .div-bt_is {
    width: 100%;
  }
  .div-bt_ls {
    width: 100%;
  }
  .div-tx_ls {
    height: 100%;
    padding: 60px;
  }
  .tx_ls {
    width: 100%;
  }
  .tx_bsm-45-e {
    width: 100%;
  }
  .tx_bsm-45-d {
    width: 100%;
  }
  .embed {
    height: 50vh;
  }
  .div-pai_bai {
    margin-bottom: 10%;
  }
  .tx_substituicao {
    width: 100%;
  }
  .div_span1_ts {
    width: 75%;
  }
  .div_span2_ts {
    width: 75%;
  }
  .div_span3_ts {
    width: 75%;
    margin-bottom: 45%;
  }
  .txt5_abash {
    left: 0px;
    top: 5%;
    right: 0px;
    bottom: 0%;
    display: block;
    width: 65%;
    margin: 10% auto 15%;
    float: right;
  }
  .box2-filhos_abash {
    width: 100%;
  }
  .box3-filhos_abash {
    width: 100%;
  }
  .box4-filhos_abash {
    width: 100%;
  }
  .box5-filhos_abash {
    width: 100%;
  }
  .box-clique-apareca_2 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .box-clique-apareca_3 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .box-clique-apareca_4 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .box-clique-apareca_5 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .x_feedback {
    left: 20%;
    top: 15px;
    height: 15px;
    background-image: url('../images/seta2-branaco.png'), -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: url('../images/seta2-branaco.png'), linear-gradient(180deg, null, null);
    background-position: 50% 100%, 0px 0px;
    background-size: contain, auto;
    background-repeat: no-repeat, repeat;
    background-attachment: scroll, scroll;
  }
  .tx_x {
    top: 2%;
    right: 15%;
  }
  .div-pai_50-e {
    width: 100%;
  }
  .div-pai_50-d {
    width: 100%;
  }
  .div-pai_65-e {
    width: 100%;
  }
  .div-pai_65-d {
    width: 100%;
  }
  .div-pai_tx-2-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .bt-feedback {
    width: 40px;
    height: 40px;
    background-image: url('../images/comente.png'), -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: url('../images/comente.png'), linear-gradient(180deg, null, null);
    background-size: 35px, auto;
  }
  .bt-a-mais {
    top: 75px;
  }
  .bt-a-menos {
    top: 125px;
  }
  .left-arrow-2 {
    position: absolute;
  }
  .tx-titulo_lti {
    margin-top: 2%;
  }
  .div-pai1-img_lti {
    width: 70%;
    margin-bottom: 15%;
    float: right;
  }
  .fonte-img_lti {
    text-align: left;
  }
  .div-pai2-img_lti {
    width: 70%;
    margin-bottom: 15%;
    float: right;
  }
  .div-pai3-img_lti {
    width: 70%;
    margin-bottom: 15%;
    float: right;
  }
  .div-pai4-img_lti {
    width: 70%;
    margin-bottom: 15%;
    float: right;
  }
  .div-pai5-img_lti {
    width: 70%;
    margin-bottom: 15%;
    float: right;
  }
  .div-pai_abash-imagem1 {
    width: 70%;
    margin-bottom: 15%;
    float: right;
  }
  .img1-abash {
    width: 90%;
    height: 40vh;
  }
  .legenda-img-abash {
    width: 90%;
    text-align: left;
  }
  .div-pai_abash-imagem2 {
    width: 70%;
    margin-bottom: 15%;
    float: right;
  }
  .div-pai_abash-imagem3 {
    width: 70%;
    margin-bottom: 15%;
    float: right;
  }
  .div-pai_abash-imagem4 {
    width: 70%;
    margin-bottom: 15%;
    float: right;
  }
  .div-pai_abash-imagem5 {
    width: 70%;
    margin-bottom: 15%;
    float: right;
  }
  .img2-abash {
    width: 90%;
    height: 40vh;
  }
  .img3-abash {
    width: 90%;
    height: 40vh;
  }
  .img4-abash {
    width: 90%;
    height: 40vh;
  }
  .img5-abash {
    width: 90%;
    height: 40vh;
  }
  .div-pai1_ltti {
    width: 70%;
    margin-bottom: 15%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tx-ltti {
    display: block;
    width: 100%;
    margin-right: 0%;
    float: none;
  }
  .div-img1_ltti {
    width: 100%;
    float: none;
  }
  .div-pai2_ltti {
    width: 70%;
    margin-bottom: 15%;
    float: right;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-pai3_ltti {
    width: 70%;
    margin-bottom: 15%;
    float: right;
    -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;
  }
  .div-pai4_ltti {
    width: 70%;
    margin-bottom: 15%;
    float: right;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-pai5_ltti {
    width: 70%;
    margin-bottom: 15%;
    float: right;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-img2_ltti {
    width: 100%;
    float: none;
  }
  .div-img3_ltti {
    width: 100%;
    float: none;
  }
  .div-img4_ltti {
    width: 100%;
    float: none;
  }
  .div-img5_ltti {
    width: 100%;
    float: none;
  }
  .div-pai_abash-ti-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 65%;
    margin-bottom: 15%;
    float: right;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .div-pai_abash-ti-2 {
    width: 65%;
    margin-bottom: 15%;
    float: right;
  }
  .div-pai_abash-ti-3 {
    width: 65%;
    margin-bottom: 15%;
    float: right;
  }
  .div-pai_abash-ti-4 {
    width: 65%;
    margin-bottom: 15%;
    float: right;
  }
  .div-pai_abash-ti-5 {
    width: 65%;
    margin-bottom: 15%;
    float: right;
  }
  .tx-abash-ti {
    width: 100%;
  }
  .img-abash-ti {
    width: 100%;
  }
  .div-box1-abasv-imagem {
    margin-bottom: 15%;
  }
  .div-box2-abasv-imagem {
    margin-bottom: 15%;
  }
  .div-box3-abasv-imagem {
    margin-bottom: 15%;
  }
  .div-box4-abasv-imagem {
    margin-bottom: 15%;
  }
  .div-box5-abasv-imagem {
    margin-bottom: 15%;
  }
  .div-box1_abasv-ti {
    height: auto;
    float: right;
  }
  .img1-abasv-ti {
    height: 40vh;
    float: none;
  }
  .tx-img_abasv-ti {
    width: 100%;
    float: none;
  }
  .fonte-abasv-ti {
    float: none;
    text-align: left;
  }
  .div-box2_abasv-ti {
    height: auto;
  }
  .div-box3_abasv-ti {
    height: auto;
  }
  .div-box4_abasv-ti {
    height: auto;
  }
  .div-box5_abasv-ti {
    height: auto;
  }
  .img2-abasv-ti {
    height: 40vh;
    float: none;
  }
  .img3-abasv-ti {
    height: 40vh;
  }
  .img4-abasv-ti {
    height: 40vh;
  }
  .img5-abasv-ti {
    height: 40vh;
  }
  .tx_bsm-i-45-e {
    width: 100%;
  }
  .tx_bsm-i-45-d {
    width: 100%;
  }
  .box-bsm-i {
    position: relative;
    width: 100%;
    height: auto;
    float: right;
  }
  .tx_bsm-ti-45-e {
    width: 100%;
  }
  .tx_bsm-ti-45-d {
    width: 100%;
  }
  .box-bsm-ti {
    width: 100%;
  }
  .img-contente_bsm-it {
    height: 200px;
  }
  .tx_comparativo-e {
    width: 100%;
    margin-bottom: 1%;
    padding-right: 0px;
  }
  .tx_comparativo-d {
    width: 100%;
    margin-top: 10%;
    margin-bottom: 15%;
    padding-left: 0px;
  }
  .lightbox-link {
    width: 100%;
    height: 35vh;
    margin-top: 1%;
    margin-bottom: 1%;
  }
  .div-pai_titulo {
    padding-right: 30px;
  }
  .fonte-img-texto-acima {
    width: 100%;
  }
  .fonte-img-acima-texto {
    width: 100%;
  }
  .fonte-galeria-imagem {
    text-align: left;
  }
  .fonte-galeria-txt-img {
    width: 100%;
    text-align: left;
  }
  .fonte-galeria-img-v {
    text-align: left;
  }
  .fonte-linha-tempo-ti {
    text-align: left;
  }
  .fonte-abash-ti {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    text-align: left;
  }
  .fonte-bt-img-ex {
    text-align: left;
  }
  .fonte-comparativo {
    float: none;
  }
  .fonte-img-sub {
    float: right;
    text-align: left;
  }
  .div-pai_45-e {
    width: 100%;
  }
  .div-pai_45-d {
    width: 100%;
  }
  .texto_imagem {
    width: 100%;
    height: auto;
    -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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .box_texto_49p {
    width: 100%;
    height: 50%;
    margin-top: 10px;
  }
  .img_slider {
    height: 230px;
  }
  .div_span4_ts {
    width: 75%;
  }
  .div_span5_ts {
    width: 75%;
  }
  .div_span6_ts {
    width: 75%;
  }
  .div_span7_ts {
    width: 75%;
  }
  .div_span8_ts {
    width: 75%;
  }
}

@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: 'Capitalis';
  src: url('../fonts/CapitalisTypOasisMedium.eot') format('embedded-opentype'), url('../fonts/CapitalisTypOasisMedium.woff') format('woff'), url('../fonts/CapitalisTypOasisMedium.ttf') format('truetype');
  font-weight: 500;
  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;
}