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

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}

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

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}

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

p {
  margin-bottom: 10px;
}

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

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

.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/000.jpg');
  background-position: 50% 0px;
  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/grafismo-capa-exatas.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: 500px;
  margin-top: 2%;
  margin-bottom: 7%;
  margin-left: 5%;
  font-family: 'Museo700 regular', sans-serif;
  color: #fff;
  font-size: 55px;
  line-height: 65px;
}

.imagem-topo {
  width: 100%;
}

.pargrafo-duas-colunas-baixo {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin-top: 40px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 3em;
  -moz-column-gap: 3em;
  column-gap: 3em;
}

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

.camada-flexivel.referencia {
  right: auto;
  bottom: auto;
}

.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: 18px;
  background-repeat: no-repeat;
}

.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: 18px;
  background-repeat: no-repeat;
}

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

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

.menu-ttulo {
  margin: 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, .35), rgba(15, 127, 194, .35));
  background-image: linear-gradient(180deg, rgba(15, 127, 194, .35), rgba(15, 127, 194, .35));
}

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

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

.itens-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 233px;
  margin-right: 5px;
  margin-left: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.texto-padrao {
  margin-top: 5px;
  text-align: left;
}

.texto-padrao.texto-fonte {
  width: 96%;
  margin-top: 0px;
  margin-bottom: 40px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-size: 10px;
  line-height: 15px;
}

.texto-padrao.itens-tx {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  padding: 15px 10px;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .93), hsla(0, 0%, 100%, .93));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .93), hsla(0, 0%, 100%, .93));
}

.texto-padrao.sd03-destaque {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 69px;
  line-height: 98px;
  text-align: center;
}

.texto-padrao.destaque {
  font-size: 30px;
  line-height: 40px;
  text-align: left;
}

.sd01-img {
  margin-top: 5px;
}

.texto-fonte {
  font-size: 10px;
  line-height: 15px;
}

.box-bg-azul {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 20px 60px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-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));
  text-align: center;
}

.box-bg-azul.item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  margin-right: 20px;
  padding-left: 10px;
}

.box-bg-azul.obs {
  margin-top: 0px;
}

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

.container.sd3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.texto-item-numerico {
  color: #0f7fc2;
  font-size: 100px;
  line-height: 100px;
}

.sd03-conjunto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/imagem-conjuntos-sd03.png');
  background-position: 50% 50%;
  background-size: 280px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.sd03-conjunto.fundo-sldsubconjuntos {
  background-image: url('../images/conjunto2.png');
}

.botao-saiba-mais {
  height: 50px;
  font-size: 18px;
}

.saiba-mais {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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, hsla(0, 1%, 41%, .98), hsla(0, 1%, 41%, .98));
  background-image: linear-gradient(180deg, hsla(0, 1%, 41%, .98), hsla(0, 1%, 41%, .98));
  cursor: pointer;
}

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

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

.aviso-div {
  position: absolute;
  left: 200px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 36%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.aviso-bg {
  margin-bottom: 10px;
  padding: 15px 26px;
  border: 1px solid #0f7fc2;
  background-image: -webkit-linear-gradient(270deg, #d5efff, #d5efff);
  background-image: linear-gradient(180deg, #d5efff, #d5efff);
}

.aviso-texto {
  color: #262626;
  font-size: 18px;
  line-height: 25px;
}

.slider {
  width: 100%;
  height: 40vh;
  margin-bottom: 50px;
  background-image: -webkit-linear-gradient(270deg, #0f7fc2, #0f7fc2);
  background-image: linear-gradient(180deg, #0f7fc2, #0f7fc2);
}

.slide-texto {
  display: inline-block;
  padding: 50px 100px 75px;
}

.slide-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 22px;
  text-align: center;
}

.sd06-representacao-do-conjunto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-size: 35px;
}

.sd06-conjunto-borda {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 200px;
  margin-top: -32px;
  margin-bottom: 13px;
  padding-top: 11px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 4px solid #000;
  border-radius: 50%;
}

.sd06-conjunto-numeros {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.sd06-conjunto-numeros.sd06-1 {
  padding-right: 54px;
  padding-bottom: 38px;
}

.sd06-conjunto-numeros.sd06-5 {
  margin-left: -47px;
  padding-top: 68px;
  padding-right: 19px;
}

.sd06-conjunto-numeros.sd06-3 {
  margin-top: 46px;
  margin-left: 27px;
}

.fundo-grafismo {
  position: fixed;
}

.fundo-grafismo-1 {
  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 {
  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;
}

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

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

.tabela {
  margin-top: 30px;
  margin-bottom: 30px;
}

.fonte {
  font-size: 9px;
  line-height: 20px;
  text-decoration: none;
}

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

@media (max-width: 991px) {
  .body {
    font-size: 18px;
    line-height: 25px;
  }
  .titulo-capa {
    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;
  }
  .itens-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
  }
  .texto-padrao {
    font-size: 18px;
    line-height: 25px;
  }
  .container {
    padding-right: 8%;
    padding-left: 8%;
  }
  .texto-saiba-mais {
    font-size: 15px;
    line-height: 20px;
  }
  .aviso-div {
    left: 10px;
    width: 67%;
  }
  .slide-div {
    font-size: 18px;
    line-height: 25px;
  }
}

@media (max-width: 767px) {
  .base-card {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .titulo-capa {
    font-size: 40px;
    line-height: 50px;
  }
  .pargrafo-duas-colunas-baixo {
    margin-top: 0px;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .titulo-padrao {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 40px;
  }
  .camada-flexivel {
    position: relative;
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .botao-cima {
    width: 60px;
    height: 60px;
    min-height: 44px;
    margin-top: 0px;
    background-size: 15px;
  }
  .botao-cima.w--current {
    width: 60px;
    height: 60px;
    background-size: 15px;
  }
  .botao-cima.botao-cima-branco {
    background-size: 15px;
  }
  .botao-baixo {
    width: 60px;
    height: 60px;
    min-height: 44px;
    margin-bottom: 0px;
    background-size: 15px;
  }
  .botao-baixo.botao-baixo-branco {
    width: 60px;
    height: 60px;
    background-size: 15px;
  }
  .itens-div {
    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-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }
  .box {
    margin-bottom: 15px;
  }
  .texto-padrao.texto-fonte {
    margin-top: -15px;
  }
  .texto-padrao.itens-tx {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .texto-padrao.sd03-destaque {
    font-size: 62px;
  }
  .box-bg-azul {
    padding-right: 30px;
    padding-left: 30px;
  }
  .container {
    padding-right: 30px;
    padding-left: 30px;
  }
  .sd03-conjunto {
    height: 186px;
  }
  .saiba-mais {
    width: 50%;
  }
  .aviso-div {
    width: 65%;
  }
  .aviso-bg {
    padding: 10px 15px;
  }
  .aviso-texto {
    font-size: 15px;
    line-height: 18px;
  }
  .slider {
    height: 75vh;
  }
  .slide-texto {
    padding: 0px 75px;
  }
  .slide-div {
    height: 100%;
    font-size: 18px;
    line-height: 20px;
  }
  .sd06-representacao-do-conjunto {
    margin-left: 0px;
  }
  .camada-imagem-topo {
    padding-bottom: 65px;
  }
  .tabela {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

@media (max-width: 479px) {
  .body {
    font-size: 15px;
    line-height: 18px;
  }
  .grafismo-capa {
    background-position: 50% 100%;
    background-size: cover;
  }
  .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: 65px;
  }
  .botao-cima {
    width: 50px;
    height: 50px;
    margin-top: 0px;
    margin-right: 0px;
  }
  .botao-baixo {
    width: 50px;
    height: 50px;
    margin-right: 0px;
    margin-bottom: 0px;
  }
  .botao-baixo.botao-baixo-branco {
    width: 50px;
    height: 50px;
  }
  .texto-padrao {
    font-size: 15px;
    line-height: 18px;
    text-align: left;
  }
  .texto-padrao.itens-tx {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 5px;
  }
  .texto-padrao.sd03-destaque {
    font-size: 35px;
  }
  .box-bg-azul {
    display: block;
    padding-right: 15px;
    padding-left: 15px;
  }
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .sd03-conjunto {
    height: 237px;
    background-size: contain;
  }
  .saiba-mais {
    width: 90%;
  }
  .texto-saiba-mais {
    font-size: 15px;
    line-height: 20px;
  }
  .aviso-div {
    left: 0px;
    width: 63%;
  }
  .aviso-bg {
    margin-left: 10px;
    padding-left: 10px;
  }
  .aviso-texto {
    font-size: 15px;
    line-height: 18px;
  }
  .slider {
    height: 65vh;
  }
  .slide-texto {
    padding-right: 38px;
    padding-left: 37px;
  }
  .slide-div {
    overflow: visible;
  }
  .slider-seta-esquerda {
    margin-right: 41px;
  }
  .slider-seta-direita {
    margin-left: 40px;
  }
  .sd06-representacao-do-conjunto {
    margin-top: 28px;
  }
  .sd06-conjunto-borda {
    width: 279px;
    margin-top: -31px;
    margin-bottom: 10px;
  }
  .camada-imagem-topo {
    padding-top: 10px;
  }
}

@font-face {
  font-family: 'Foco';
  src: url('../fonts/Foco.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 blkit';
  src: url('../fonts/Foco_BlkIt.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 bdit';
  src: url('../fonts/Foco_BdIt.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 ltit';
  src: url('../fonts/Foco_LtIt.ttf') format('truetype');
  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: 'Museosans';
  src: url('../fonts/MuseoSans.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Museosans 0';
  src: url('../fonts/MuseoSans_0.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;
}
@font-face {
  font-family: 'Museo300 regular';
  src: url('../fonts/Museo300-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Museo500 regular';
  src: url('../fonts/Museo500-Regular.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: 'Museosans 1';
  src: url('../fonts/MuseoSans_1.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: 'Museosans 500';
  src: url('../fonts/MuseoSans_500_Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}
@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 300';
  src: url('../fonts/MuseoSans-300.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;
}