h1 {
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 50px;
  line-height: 54px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Museo500 regular', sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 25px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-family: 'Museo500 regular', sans-serif;
  font-size: 28px;
  line-height: 32px;
  font-weight: 700;
}

h4 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: 'Museo500 regular', sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  border-radius: 100px;
  background-image: -webkit-linear-gradient(270deg, rgba(15, 125, 195, .2), rgba(15, 125, 195, .2));
  background-image: linear-gradient(180deg, rgba(15, 125, 195, .2), rgba(15, 125, 195, .2));
  font-family: 'Museo700 regular', sans-serif;
  font-size: 22px;
  line-height: 25px;
  font-weight: 700;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 20px;
  color: #666;
  font-size: 16px;
  line-height: 18px;
  font-style: italic;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
}

blockquote {
  margin-bottom: 10px;
  margin-left: 80px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
  font-size: 20px;
  line-height: 24px;
}

.body {
  margin-bottom: 20px;
  background-image: -webkit-linear-gradient(270deg, #ededed, #ededed);
  background-image: linear-gradient(180deg, #ededed, #ededed);
  font-family: 'Foco regular', sans-serif;
  font-size: 22px;
  line-height: 32px;
}

.base-card {
  position: relative;
  width: 100%;
  padding-top: 2vh;
  padding-bottom: 2vh;
}

.card {
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  background-image: -webkit-linear-gradient(270deg, #f9f9f9, #f9f9f9);
  background-image: linear-gradient(180deg, #f9f9f9, #f9f9f9);
  box-shadow: 0 -1px 15px -1px #b9b9b9;
}

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

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

.titulo-capa {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 2;
  max-width: 600px;
  margin-top: 2%;
  margin-bottom: 7%;
  margin-left: 5%;
  font-family: 'Museo700 regular', sans-serif;
  color: #fff;
  font-size: 55px;
  line-height: 65px;
  font-style: normal;
}

.imagem-topo {
  width: 100%;
}

.titulo-padrao {
  margin-bottom: 40px;
  font-size: 50px;
  line-height: 54px;
  font-weight: 700;
  text-align: left;
}

.camada-flexivel {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  -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;
}

.botao-cima {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 9998;
  width: 75px;
  height: 75px;
  margin-top: 0px;
  margin-right: 0px;
  background-image: url('../images/seta-exatas-cima.png');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.botao-cima.w--current {
  background-size: 20px;
}

.botao-cima.botao-cima-branco {
  background-image: url('../images/seta-branco-cima.png');
  background-size: 18px;
}

.botao-baixo {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 9998;
  width: 75px;
  height: 75px;
  margin-right: 0px;
  margin-bottom: 0px;
  background-image: url('../images/seta-exatas-baixo.png');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.botao-baixo.w--current {
  color: rgba(15, 125, 195, .2);
}

.botao-baixo.botao-baixo-branco {
  background-image: url('../images/seta-branco-baixo.png');
  background-size: 20px;
}

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

.menu-ttulo {
  margin: 20px 10px 10px;
  font-family: Oswald, sans-serif;
  color: hsla(0, 0%, 96%, .96);
  font-size: 32px;
  line-height: 42px;
}

.menu-subtitulo {
  margin-top: 0px;
  margin-right: 10px;
  margin-left: 10px;
  font-family: Inconsolata, monospace;
  color: hsla(0, 0%, 96%, .96);
  font-size: 18px;
  line-height: 28px;
}

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

.menu-item:hover {
  border-left-color: #0f7fc2;
  background-image: -webkit-linear-gradient(270deg, rgba(15, 127, 194, .5), rgba(15, 127, 194, .5));
  background-image: linear-gradient(180deg, rgba(15, 127, 194, .5), rgba(15, 127, 194, .5));
}

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

.menu-item.primeiro-item-de-menu:hover {
  border-left-color: #0f7fc2;
  background-image: -webkit-linear-gradient(270deg, rgba(15, 127, 194, .5), rgba(15, 127, 194, .5));
  background-image: linear-gradient(180deg, rgba(15, 127, 194, .5), rgba(15, 127, 194, .5));
}

.menu-fechar {
  position: relative;
  z-index: 99999;
  width: 50px;
  height: 50px;
  margin-top: 16px;
  margin-left: 16px;
  background-image: url('../images/cancel.png');
  background-position: 50% 50%;
  background-size: 36px;
  background-repeat: no-repeat;
  cursor: pointer;
}

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

.menu-hamb:hover {
  opacity: 0.55;
}

.texto-padrao {
  margin-top: 10px;
  margin-bottom: 10px;
  float: none;
  direction: ltr;
  font-family: 'Foco regular', sans-serif;
  color: #333;
  line-height: 32px;
  text-align: left;
  text-indent: 40px;
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}

.texto-padrao.maior {
  font-size: 34px;
}

.container {
  display: block;
  width: 100%;
  padding-right: 75px;
  padding-left: 75px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.saiba-mais {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: block;
  width: 30%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: -webkit-linear-gradient(270deg, #e7e7e7, #e7e7e7);
  background-image: linear-gradient(180deg, #e7e7e7, #e7e7e7);
  cursor: pointer;
}

.titulo-saiba-mais {
  padding: 20px 10px 20px 20px;
  background-image: -webkit-linear-gradient(270deg, #d7e058, #d7e058);
  background-image: linear-gradient(180deg, #d7e058, #d7e058);
  font-size: 25px;
}

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

.fundo-grafismo {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 467px;
  bottom: 446px;
  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;
}

.fundo-grafismo-1 {
  position: static;
  left: 0px;
  top: 0px;
  z-index: 1;
  display: block;
  width: 170px;
  height: 157px;
  background-image: url('../images/fundo-01.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.fundo-grafismo-2 {
  position: static;
  top: 0px;
  right: 0px;
  z-index: 0;
  width: 1110px;
  height: 217px;
  margin-top: -160px;
  background-image: url('../images/fundo-02.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.camada-imagem-topo {
  padding-top: 20px;
  padding-bottom: 60px;
}

.lista_bullet {
  margin: 10px 0px 10px 40px;
  padding-left: 0px;
  font-family: 'Foco regular', sans-serif;
  line-height: 28px;
}

.fonte {
  display: block;
  width: 100%;
  margin-bottom: 0px;
  padding-bottom: 5px;
  float: none;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  text-decoration: none;
}

.link_fonte {
  padding-top: 5px;
  padding-bottom: 0px;
  color: #333;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
}

.item_lista_numerada {
  margin: 3px 0px;
  padding-left: 10px;
  border-left: 2px solid #e1e1e1;
}

.lista_alfabetica {
  margin-left: 0px;
  padding-left: 40px;
  list-style-type: lower-roman;
}

.item_lista {
  margin: 10px 0px 5px;
  padding: 0px;
  line-height: 32px;
}

.box_video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: 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;
  text-align: center;
}

.fundo-grafismo-3 {
  width: 1167px;
  height: 415px;
  margin-top: -218px;
  background-image: url('../images/fundo-04.png');
  background-position: 100% 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.destaque_bloco_texto {
  margin-bottom: 20px;
  padding: 5px;
  border-radius: 5px;
  background-image: -webkit-linear-gradient(270deg, rgba(15, 125, 195, .2), rgba(15, 125, 195, .2));
  background-image: linear-gradient(180deg, rgba(15, 125, 195, .2), rgba(15, 125, 195, .2));
  font-size: 25px;
  text-align: center;
}

.texto_center {
  text-align: center;
}

.box_destaque_azul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, rgba(15, 125, 195, .2), rgba(15, 125, 195, .2));
  background-image: linear-gradient(180deg, rgba(15, 125, 195, .2), rgba(15, 125, 195, .2));
}

.img1_destaque {
  padding-top: 15px;
  padding-bottom: 15px;
}

.voce_sabia {
  display: none;
  margin-top: 20px;
  background-image: -webkit-linear-gradient(270deg, #6b6868, #6b6868);
  background-image: linear-gradient(180deg, #6b6868, #6b6868);
}

.titulo_voce_sabia {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  background-image: -webkit-linear-gradient(270deg, #0f7fc2, #0f7fc2);
  background-image: linear-gradient(180deg, #0f7fc2, #0f7fc2);
  font-family: 'Museo500 regular', sans-serif;
  color: #fff;
  font-size: 26px;
}

.p_voce_sabia {
  margin-bottom: 0px;
  padding: 10px 20px;
  color: #fff;
}

.lista_voce_sabia {
  padding-bottom: 10px;
  color: #fff;
}

.observacao {
  margin-bottom: 20px;
  background-image: -webkit-linear-gradient(270deg, #6b6868, #6b6868);
  background-image: linear-gradient(180deg, #6b6868, #6b6868);
  color: #fff;
}

.sem_bold {
  font-weight: 400;
  text-transform: none;
}

.img_center {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.referencias {
  padding-top: 5px;
  padding-bottom: 0px;
  padding-left: 40px;
  background-image: -webkit-linear-gradient(270deg, rgba(15, 125, 195, .2), rgba(15, 125, 195, .2));
  background-image: linear-gradient(180deg, rgba(15, 125, 195, .2), rgba(15, 125, 195, .2));
}

.link_referencias {
  margin-top: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 5px;
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
  color: #000;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
}

.h2 {
  padding-top: 40px;
}

.maior {
  font-size: 30px;
}

.tres_com_traco_em_cima {
  position: relative;
  top: 0px;
  margin-top: 0px;
  padding-top: 0px;
  line-height: 32px;
}

html.w-mod-js *[data-ix="movimento-grafismo-fundo-1"] {
  -webkit-transform: translate(-150px, -150px);
  -ms-transform: translate(-150px, -150px);
  transform: translate(-150px, -150px);
}

html.w-mod-js *[data-ix="movimento-grafismo-fundo-2"] {
  -webkit-transform: translate(-1110px, 0px);
  -ms-transform: translate(-1110px, 0px);
  transform: translate(-1110px, 0px);
}

html.w-mod-js *[data-ix="movimento-grafismo-fundo-3"] {
  -webkit-transform: translate(-1170px, 220px);
  -ms-transform: translate(-1170px, 220px);
  transform: translate(-1170px, 220px);
}

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

html.w-mod-js *[data-ix="entrar-esquerda-o-direira"] {
  opacity: 0;
  -webkit-transform: translate(-320px, 0px);
  -ms-transform: translate(-320px, 0px);
  transform: translate(-320px, 0px);
}

html.w-mod-js *[data-ix="entrar-esquerda-o-direira-2"] {
  opacity: 0;
  -webkit-transform: translate(-320px, 0px);
  -ms-transform: translate(-320px, 0px);
  transform: translate(-320px, 0px);
}

html.w-mod-js *[data-ix="entrar-esquerda-o-direira-3"] {
  opacity: 0;
  -webkit-transform: translate(-320px, 0px);
  -ms-transform: translate(-320px, 0px);
  transform: translate(-320px, 0px);
}

html.w-mod-js *[data-ix="direita-para-esquerda"] {
  -webkit-transform: translate(200px, 0px);
  -ms-transform: translate(200px, 0px);
  transform: translate(200px, 0px);
}

html.w-mod-js *[data-ix="saiba-mais"] {
  display: none;
}

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

html.w-mod-js *[data-ix="sd06-cjt-borda"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="sd06-numeros"] {
  opacity: 0;
  -webkit-transform: scale(0.77, 0.77);
  -ms-transform: scale(0.77, 0.77);
  transform: scale(0.77, 0.77);
}

html.w-mod-js *[data-ix="click"] {
  opacity: 1;
}

html.w-mod-js *[data-ix="load-move-left-for-right"] {
  opacity: 0;
  -webkit-transform: translate(-600px, 0px);
  -ms-transform: translate(-600px, 0px);
  transform: translate(-600px, 0px);
}

html.w-mod-js *[data-ix="image-alpha-speed"] {
  opacity: 0;
}

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

@media (max-width: 991px) {
  .body {
    font-size: 18px;
    line-height: 25px;
  }
  .imagem-de-fundo-capa {
    background-position: 50% 50%;
  }
  .grafismo-capa {
    background-position: 75% 50%;
  }
  .titulo-capa {
    max-width: 600px;
    font-size: 50px;
    line-height: 60px;
  }
  .titulo-padrao {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 40px;
  }
  .camada-flexivel {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .botao-cima {
    width: 70px;
    height: 70px;
    margin-top: 0px;
    margin-right: 0px;
    background-size: 18px;
  }
  .botao-cima.w--current {
    width: 70px;
    height: 70px;
    margin-top: 0px;
    margin-right: 0px;
    background-size: 18px;
  }
  .botao-cima.botao-cima-branco {
    background-size: 23px;
  }
  .botao-baixo {
    width: 70px;
    height: 70px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-size: 18px;
  }
  .botao-baixo.botao-baixo-branco {
    width: 70px;
    height: 70px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-size: 18px;
  }
  .texto-padrao {
    font-size: 18px;
    line-height: 25px;
  }
  .texto-padrao.maior {
    font-size: 30px;
  }
  .container {
    padding-right: 8%;
    padding-left: 8%;
  }
  .saiba-mais {
    width: 50%;
  }
  .texto-saiba-mais {
    font-size: 15px;
    line-height: 20px;
  }
  .lista_bullet {
    margin-right: 5px;
    margin-left: 15px;
  }
  .destaque_bloco_texto {
    font-size: 22px;
    line-height: 25px;
  }
  .maior {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 28px;
    line-height: 34px;
  }
  h3 {
    font-size: 26px;
    line-height: 30px;
  }
  h5 {
    font-size: 20px;
  }
  .base-card {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .imagem-de-fundo-capa {
    background-position: 50% 50%;
  }
  .grafismo-capa {
    background-position: 50% 100%;
  }
  .titulo-capa {
    margin-right: 15%;
    margin-bottom: 3%;
    font-size: 40px;
    line-height: 50px;
  }
  .titulo-padrao {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 40px;
  }
  .camada-flexivel {
    position: relative;
    padding-top: 70px;
    padding-bottom: 65px;
  }
  .botao-cima {
    width: 60px;
    height: 60px;
    margin-top: 0px;
    background-size: 15px;
  }
  .botao-cima.w--current {
    width: 60px;
    height: 60px;
    background-size: 15px;
  }
  .botao-cima.botao-cima-branco {
    background-size: auto;
  }
  .botao-baixo {
    width: 60px;
    height: 60px;
    margin-bottom: 0px;
    background-size: 15px;
  }
  .botao-baixo.w--current {
    background-size: 15px;
  }
  .botao-baixo.botao-baixo-branco {
    width: 60px;
    height: 60px;
    background-size: 15px;
  }
  .menu-hamb {
    width: 40px;
    height: 40px;
    background-image: url('../images/menu-bco.png'), -webkit-linear-gradient(270deg, null, null);
    background-image: url('../images/menu-bco.png'), linear-gradient(180deg, null, null);
    background-size: 30px, auto;
  }
  .texto-padrao {
    text-indent: 35px;
  }
  .texto-padrao.maior {
    font-size: 25px;
  }
  .container {
    display: block;
    margin-bottom: 0px;
    padding-right: 50px;
    padding-left: 50px;
  }
  .camada-imagem-topo {
    padding-bottom: 65px;
  }
  .lista_bullet {
    margin-right: 0px;
    margin-left: 10px;
    line-height: 24px;
  }
  .item_lista_numerada {
    margin-left: 0px;
  }
  .item_lista {
    line-height: 24px;
  }
  .destaque_bloco_texto {
    margin-top: 0px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 18px;
  }
  .maior {
    font-size: 22px;
  }
  .tres_com_traco_em_cima {
    top: 1px;
  }
}

@media (max-width: 479px) {
  h3 {
    font-size: 24px;
    line-height: 28px;
  }
  h5 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 17px;
    line-height: 20px;
  }
  .body {
    font-size: 15px;
    line-height: 18px;
  }
  .imagem-de-fundo-capa {
    background-position: 50% 50%;
  }
  .grafismo-capa {
    background-position: 75% 100%;
  }
  .titulo-capa {
    top: auto;
    right: auto;
    margin-right: 15%;
    margin-bottom: 10%;
    margin-left: 4%;
    font-size: 35px;
    line-height: 40px;
  }
  .titulo-padrao {
    margin-bottom: 25px;
    line-height: 40px;
  }
  .camada-flexivel {
    padding-top: 73px;
  }
  .botao-cima {
    width: 50px;
    height: 50px;
    margin-top: 0px;
    margin-right: 0px;
  }
  .botao-cima.w--current {
    width: 50px;
    height: 50px;
  }
  .botao-baixo {
    width: 50px;
    height: 50px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-size: 15px;
  }
  .botao-baixo.botao-baixo-branco {
    width: 50px;
    height: 50px;
  }
  .texto-padrao {
    font-size: 15px;
    line-height: 18px;
    text-align: left;
    text-indent: 30px;
  }
  .texto-padrao.maior {
    font-size: 23px;
  }
  .container {
    margin-bottom: 0px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .saiba-mais {
    width: 95%;
  }
  .texto-saiba-mais {
    font-size: 15px;
    line-height: 20px;
  }
  .camada-imagem-topo {
    padding-top: 10px;
  }
  .lista_bullet {
    margin-left: 0px;
    padding-left: 0px;
    line-height: 18px;
  }
  .link_fonte {
    font-size: 9px;
    line-height: 12px;
  }
  .item_lista_numerada {
    margin-bottom: 5px;
  }
  .lista_alfabetica {
    margin-left: 0px;
  }
  .item_lista {
    line-height: 20px;
  }
  .destaque_bloco_texto {
    margin-bottom: 3px;
    font-size: 16px;
  }
  .box_destaque_azul {
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .referencias {
    padding-left: 10px;
  }
  .link_referencias {
    margin-right: 10px;
    font-size: 14px;
    line-height: 18px;
  }
  .maior {
    font-size: 20px;
  }
}

@font-face {
  font-family: 'Museo700 regular';
  src: url('../fonts/Museo700-Regular.otf') format('opentype'), url('../fonts/Museo700-Regular.eot') format('embedded-opentype'), url('../fonts/Museo700-Regular.woff') format('woff'), url('../fonts/Museo700-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Foco regular';
  src: url('../fonts/Foco-Regular.ttf') format('truetype'), url('../fonts/Foco-Regular.eot') format('embedded-opentype'), url('../fonts/Foco-Regular.eot') format('embedded-opentype'), url('../fonts/Foco-Regular.woff') format('woff'), url('../fonts/Foco-Regular.woff') format('woff'), url('../fonts/Foco-Regular.ttf') format('truetype'), url('../fonts/Foco-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Museo500 regular';
  src: url('../fonts/Museo500-Regular.otf') format('opentype'), url('../fonts/Museo500-Regular.eot') format('embedded-opentype'), url('../fonts/Museo500-Regular.woff') format('woff'), url('../fonts/Museo500-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Foco bold';
  src: url('../fonts/Foco-Bold.ttf') format('undefined'), url('../fonts/Foco-Bold.eot') format('embedded-opentype'), url('../fonts/Foco-Bold.woff') format('woff'), url('../fonts/Foco-Bold.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Foco';
  src: url('../fonts/Foco-BoldItalic.ttf') format('undefined'), url('../fonts/Foco-BoldItalic.eot') format('embedded-opentype'), url('../fonts/Foco-Italic.eot') format('embedded-opentype'), url('../fonts/Foco-BoldItalic.woff') format('woff'), url('../fonts/Foco-Italic.woff') format('woff'), url('../fonts/Foco-Italic.ttf') format('truetype'), url('../fonts/Foco-BoldItalic.otf') format('opentype'), url('../fonts/Foco-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Focolight';
  src: url('../fonts/FocoLight-Italic.ttf') format('undefined'), url('../fonts/FocoLight-Italic.eot') format('embedded-opentype'), url('../fonts/FocoLight-Italic.woff') format('woff'), url('../fonts/FocoLight-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Foco lt';
  src: url('../fonts/FocoLight-Regular.ttf') format('undefined');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Focolight regular';
  src: url('../fonts/FocoLight-Regular.eot') format('embedded-opentype'), url('../fonts/FocoLight-Regular.woff') format('woff'), url('../fonts/FocoLight-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}