body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}

a {
  color: #cecece;
  text-decoration: none;
}

.body {
  font-family: 'Bebasneue regular', sans-serif;
  text-align: center;
}

.sessao-padrao {
  height: 550px;
}

.sessao-padrao.topo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 549px;
  padding-left: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/fundo-amarelo.jpg');
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: repeat-y;
  background-attachment: fixed;
  text-align: center;
}

.sessao-padrao.sobre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 30px;
  padding-bottom: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #3c3c3c;
}

.sessao-padrao.servicos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 10% 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-radial-gradient(circle farthest-corner at 50% 50%, #fff, #dbdbdb);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #fff, #dbdbdb);
}

.sessao-padrao.portfolio {
  display: block;
  height: auto;
  padding-top: 100px;
  padding-bottom: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, #ffb703, hsla(0, 0%, 100%, 0) 21%), url('../images/fundo-amarelo_1.jpg');
  background-image: linear-gradient(180deg, #ffb703, hsla(0, 0%, 100%, 0) 21%), url('../images/fundo-amarelo_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 100%;
  background-repeat: repeat, repeat-y;
  background-attachment: scroll, fixed;
  text-align: center;
}

.sessao-padrao.contato {
  height: auto;
  padding-top: 60px;
  padding-bottom: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #3c3c3c;
}

.sessao-padrao.rodape {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffc82a;
  background-image: url('../images/fundo-lego.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sessao-padrao.video {
  height: auto;
  padding: 100px 60px;
  background-color: #ffc82a;
}

.div-menu {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
  height: 400px;
  padding-top: 40px;
  padding-left: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: url('../images/fundo-menu.png');
  background-position: -89px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.link-logotipo {
  display: inline-block;
  width: 100px;
  margin-bottom: 14px;
  float: left;
}

.botao-menu {
  position: relative;
  left: -74px;
  display: block;
  float: left;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
  font-size: 18px;
}

.botao-menu:hover {
  color: #949494;
}

.botao-menu.w--current {
  color: #ffc82a;
}

.link-redes-sociais {
  width: 20px;
  height: 20px;
}

.link-redes-sociais.facebook {
  margin-top: 10px;
  background-image: url('../images/icone-facebook2.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.link-redes-sociais.instagram {
  background-image: url('../images/icone-instagram2.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.divi-icones-redes {
  position: relative;
  left: 30px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.div-topo {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 450px;
  height: 313px;
  margin-right: -200px;
  padding: 14px 80px 30px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/fundo-topo.png');
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.titulo-padrao {
  margin-bottom: 0px;
  color: #ffc82a;
  font-weight: 400;
}

.texto-padrao {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Droid Serif', serif;
  color: #fff;
  font-size: 14px;
  line-height: 15px;
  font-weight: 400;
  text-align: center;
}

.texto-padrao.contato {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
}

.texto-padrao.rodape {
  font-family: 'Droid Serif', serif;
  color: #222;
  font-size: 17px;
  text-align: center;
}

.botao-link {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #ffc82a;
  font-size: 18px;
}

.botao-link:hover {
  color: #ff003d;
}

.texto-sessao {
  position: relative;
  bottom: 42px;
  margin-left: 20%;
  font-family: 'Bebasneue bold', sans-serif;
  color: #3c3c3c;
  font-size: 100px;
  font-weight: 400;
  text-align: left;
}

.texto-sessao.servicos {
  bottom: 42px;
  margin-left: 0%;
  color: #eee;
  text-align: center;
}

.texto-sessao.portfolio {
  margin-left: 0%;
  color: #ffb703;
  text-align: center;
}

.texto-sessao.contato {
  margin-left: 0%;
  text-align: center;
}

.texto-sessao.rodape {
  bottom: 62px;
  margin-left: 0%;
  color: #ffcc18;
  text-align: center;
}

.conteudo-sobre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.titulo-sobre {
  width: 100%;
  height: 0px;
}

.div-texto {
  width: 50%;
  float: right;
}

.titulo-servicos {
  display: block;
  height: 0px;
  color: #3c3c3c;
}

.div-servicos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  min-height: 400px;
  margin-right: 10px;
  margin-left: 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;
}

.texto-servicos {
  display: inline-block;
  font-family: 'Droid Serif', serif;
  color: #595959;
  font-size: 14px;
  line-height: 14px;
}

.texto-servicos.amarelo {
  color: #ffc82a;
  line-height: 14px;
}

.titulo-padrao-2 {
  margin-top: 10px;
  color: #595959;
}

.titulo-padrao-2.amarelo {
  color: #ffc82a;
}

.titulo-padrao-2.contato {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  padding-left: 80px;
  -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;
  background-image: url('../images/icone-envelope.png');
  background-position: 0px 50%;
  background-size: 60px;
  background-repeat: no-repeat;
  color: #ffc82a;
  font-weight: 400;
}

.titulo-padrao-2.contato.email {
  display: inline-block;
  min-height: 100px;
  padding: 40px 10px 25px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/icone-envelope.png');
  background-position: 50% 0px;
  background-size: 37px;
  font-style: normal;
}

.titulo-padrao-2.contato.localizacao {
  display: inline-block;
  min-height: 100px;
  padding: 40px 10px 10px 42px;
  background-image: url('../images/icone-localizacao.png');
  background-position: 50% 0px;
  background-size: 37px;
  font-style: normal;
}

.titulo-padrao-2.contato.telefone {
  display: inline-block;
  min-height: 100px;
  margin-right: 20px;
  margin-left: 20px;
  padding: 40px 10px 10px;
  background-image: url('../images/icone-telefone.png');
  background-position: 50% 0px;
  background-size: 37px;
  font-style: normal;
}

.conteudo-servicos {
  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;
}

.desenho-servicos {
  display: block;
  width: 120px;
  margin-right: auto;
  margin-left: auto;
}

.titulo-portfolio {
  height: 0px;
}

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

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

.form-wrapper {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.campos-padrao.msg {
  height: 134px;
  float: right;
}

.botao-enviar {
  width: 100%;
  float: right;
  background-color: #ff003d;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.botao-enviar:hover {
  background-color: #ffc82a;
}

.erro {
  background-color: #ff003d;
}

.sucesso {
  background-color: #92b312;
}

.titulo-contato {
  height: 0px;
}

.titulo-rodape {
  height: 0px;
}

._83 {
  margin-right: 20px;
  font-size: 152px;
  letter-spacing: -14px;
}

.designer {
  top: 144px;
  z-index: 98;
  padding: 30px;
  -webkit-transform: scale(0.83);
  -ms-transform: scale(0.83);
  transform: scale(0.83);
}

.mao {
  z-index: 98;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}

.div-portfolio {
  width: 90%;
  max-width: 800px;
  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;
}

.imagem-portfolio {
  width: 150px;
  height: 150px;
  background-image: url('../images/simcred3.png');
  background-position: 0px 0px;
  background-size: 600px;
}

.video {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.video-empresa {
  position: relative;
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  border: 8px solid #fee53f;
}

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

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

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

@media (max-width: 991px) {
  .sessao-padrao.topo {
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: 120px;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-image: url('../images/fundo-amarelo_1.jpg');
    background-position: 50% 50%;
    background-size: 100%;
  }
  .sessao-padrao.sobre {
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .sessao-padrao.servicos {
    height: auto;
    padding-right: 4%;
    padding-bottom: 120px;
    padding-left: 4%;
    background-image: -webkit-radial-gradient(circle farthest-corner at 52% 33%, #fff, #dbdbdb);
    background-image: radial-gradient(circle farthest-corner at 52% 33%, #fff, #dbdbdb);
  }
  .sessao-padrao.video {
    padding-bottom: 120px;
  }
  .div-topo {
    position: static;
    left: -21px;
    bottom: 40px;
    display: block;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    padding-top: 50px;
    padding-bottom: 51px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .botao-link {
    font-size: 18px;
  }
  .texto-sessao {
    margin-left: 0%;
    text-align: center;
  }
  .texto-sessao.servicos {
    margin-right: 0%;
    text-align: center;
  }
  .conteudo-sobre {
    display: block;
    height: auto;
    padding-bottom: 120px;
  }
  .div-texto {
    display: block;
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .div-servicos {
    width: 50%;
    min-height: auto;
    margin-bottom: 30px;
  }
  .conteudo-servicos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-contato {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .form-wrapper {
    width: 80%;
  }
  .designer {
    top: 0px;
    margin-top: -50px;
    margin-bottom: -130px;
    -webkit-transform: scale(0.54);
    -ms-transform: scale(0.54);
    transform: scale(0.54);
  }
  .mao {
    position: relative;
    display: block;
    margin: -120px auto -250px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }
  .div-portfolio {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .imagem-portfolio {
    width: 120px;
    height: 120px;
  }
}

@media (max-width: 767px) {
  .sessao-padrao.topo {
    height: auto;
    padding-top: 0px;
    padding-bottom: 120px;
    padding-left: 0px;
    -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: contain;
    background-repeat: repeat;
  }
  .sessao-padrao.sobre {
    height: auto;
    padding-top: 0px;
  }
  .sessao-padrao.servicos {
    height: auto;
    padding-top: 60px;
    padding-bottom: 120px;
    background-image: -webkit-radial-gradient(circle farthest-corner at 50% 50%, #fff, #dbdbdb);
    background-image: radial-gradient(circle farthest-corner at 50% 50%, #fff, #dbdbdb);
  }
  .sessao-padrao.portfolio {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .div-menu {
    display: none;
  }
  .link-logotipo.responsivo {
    width: 60px;
    margin-bottom: 20px;
    float: none;
  }
  .botao-menu.responsivo {
    position: static;
    margin-right: 0px;
    margin-left: 0px;
    float: none;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
  }
  .div-topo {
    display: block;
    width: 90%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    padding-top: 60px;
    padding-right: 30px;
    padding-bottom: 50px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .texto-sessao {
    bottom: 36px;
  }
  .texto-sessao.servicos {
    bottom: 36px;
    color: #dfdfdf;
  }
  .conteudo-sobre {
    height: auto;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-texto {
    width: 80%;
  }
  .div-servicos {
    width: 90%;
    min-height: 300px;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .texto-servicos {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }
  .texto-servicos.amarelo {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .titulo-padrao-2 {
    margin-bottom: 0px;
  }
  .titulo-padrao-2.amarelo {
    margin-bottom: 0px;
  }
  .conteudo-servicos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-menu-responsivo {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 99;
    display: block;
    height: 320px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 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;
    background-image: url('../images/fundo-menu2.png');
    background-position: 50% 100%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transform: translate(0px, -227px);
    -ms-transform: translate(0px, -227px);
    transform: translate(0px, -227px);
    -webkit-transition: all 533ms ease;
    transition: all 533ms ease;
    text-align: center;
  }
  .div-menu-responsivo:hover {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  .mao {
    margin-top: -120px;
    margin-bottom: -270px;
    -webkit-transform: scale(0.46);
    -ms-transform: scale(0.46);
    transform: scale(0.46);
  }
  .imagem-portfolio {
    width: 150px;
    height: 150px;
  }
}

@media (max-width: 479px) {
  .sessao-padrao.topo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-size: contain;
    background-repeat: repeat-y;
    text-align: center;
  }
  .sessao-padrao.sobre {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sessao-padrao.servicos {
    padding-top: 120px;
  }
  .sessao-padrao.contato {
    padding-bottom: 180px;
  }
  .sessao-padrao.video {
    padding: 60px 31px 100px;
  }
  .div-menu {
    display: none;
  }
  .link-logotipo.responsivo {
    margin-bottom: 10px;
  }
  .link-logotipo.responsivo.w--current {
    margin-bottom: 10px;
  }
  .div-topo {
    display: inline-block;
    width: 100%;
    height: 382px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 72px;
    padding-right: 30px;
    background-size: cover;
  }
  .titulo-padrao {
    margin-top: 0px;
    line-height: 38px;
  }
  .texto-padrao {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .texto-padrao.contato {
    line-height: 18px;
  }
  .texto-sessao {
    left: 0px;
    right: 0px;
    bottom: 26px;
    font-size: 60px;
  }
  .texto-sessao.servicos {
    bottom: 26px;
    color: #dcdcdc;
  }
  .texto-sessao.portfolio {
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 26px;
  }
  .texto-sessao.contato {
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 26px;
    color: #3c3c3c;
  }
  .texto-sessao.rodape {
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 113px;
  }
  .conteudo-sobre {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 60px 0px 120px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }
  .div-texto {
    display: inline-block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .div-servicos {
    margin-right: 0px;
    margin-left: 0px;
  }
  .texto-servicos {
    width: 90%;
    font-size: 16px;
  }
  .texto-servicos.amarelo {
    width: 80%;
    font-size: 16px;
  }
  .titulo-padrao-2.contato.email {
    display: block;
    height: auto;
    padding-top: 40px;
    padding-left: 25px;
    background-position: 50% 0px;
  }
  .titulo-padrao-2.contato.localizacao {
    display: block;
    height: auto;
    padding-top: 44px;
    padding-left: 10px;
    background-position: 50% 0px;
  }
  .titulo-padrao-2.contato.telefone {
    display: block;
    height: auto;
    padding-top: 50px;
    padding-left: 10px;
    background-position: 50% 0px;
  }
  .conteudo-contato {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .form-wrapper {
    width: 80%;
  }
  ._83 {
    position: static;
    bottom: 59px;
    display: block;
    margin-bottom: 64px;
    text-align: center;
  }
  .div-menu-responsivo {
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-position: 50% -14px;
    background-size: contain;
    -webkit-transform: translate(0px, -216px);
    -ms-transform: translate(0px, -216px);
    transform: translate(0px, -216px);
  }
  .designer {
    position: relative;
    top: 0px;
    display: block;
    margin: -80px 0px -100px;
    padding: 0px;
    -webkit-transform: scale(0.52);
    -ms-transform: scale(0.52);
    transform: scale(0.52);
  }
  .mao {
    position: relative;
    display: block;
    margin: -150px 0px -280px;
    -webkit-transform: scale(0.44);
    -ms-transform: scale(0.44);
    transform: scale(0.44);
  }
  .imagem-portfolio {
    width: 100px;
    height: 100px;
  }
}

@font-face {
  font-family: 'Rockeb';
  src: url('../fonts/ROCKEB.TTF') format('undefined');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Roccb ';
  src: url('../fonts/ROCCB__.TTF') format('undefined');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Rocc ';
  src: url('../fonts/ROCC___.TTF') format('undefined');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Rock';
  src: url('../fonts/ROCK.TTF') format('undefined');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Rockbi';
  src: url('../fonts/ROCKBI.TTF') format('undefined');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Rockb';
  src: url('../fonts/ROCKB.TTF') format('undefined');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Rocki';
  src: url('../fonts/ROCKI.TTF') format('undefined');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Bebasneue bold';
  src: url('../fonts/BebasNeue-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Bebasneue book';
  src: url('../fonts/BebasNeue-Book.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Bebasneue thin';
  src: url('../fonts/BebasNeue-Thin.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Bebasneue light';
  src: url('../fonts/BebasNeue-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Bebasneue regular';
  src: url('../fonts/BebasNeue-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}