body {
  overflow-x: auto;
  overflow-y: auto;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}
h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}
h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  display: block;
  width: 60%;
  margin-bottom: 5px;
  font-family:'Open Sans', sans-serif;
  color: white;
  text-align: center;
}
a {
  color: #00e;
}
.button {
  display: inline-block;
  padding: 4px 15px;
  background-color: black;
  color: white;
  text-align: center;
  text-decoration: none;
}
.container {
  display: block;
  width: 1140px;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}
.topo {
  position: absolute;
  width:100%;
  z-index: 10000;
  height: 250px;
  float: none;

  background: rgba(0,0,0,1);
background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,1)), color-stop(100%, rgba(0,0,0,0)));
background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}

.interno{
	position:relative;
}

.banner {

}
.content-logo {
  width: 410px;
}
.logo {
  display: block;
  margin-top: 40px;
}
.column-topo {
  width: 50%;
  margin-top: 70px;
  float: right;
}
.mail-topo {
  padding-left: 29px;
  float: right;
  background-image: url('../images/mail.png');
  background-position: 0px 50%;
  background-repeat: no-repeat;
  font-family: Oswald-light, sans-serif;
  color: white;
  font-size: 15px;
  line-height: 27px;
}
.phone-topo {
  float: right;
  background-position: 0px 50%;
  background-repeat: no-repeat;
  font-family: Oswald-light, sans-serif;
  color: white;
  line-height: 27px;
}

.phone-topo i{
  font-size: 16px;
  margin-right: 5px;
}

.dot {
  width: 25px;
  height: 28px;
  float: right;
  background-image: url('../images/dot.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.menu {
  margin-top: 10px;
  float: right;
}
.menu-link {
  padding: 5px;
  border-radius: 4px;
  font-family: Oswald-light, sans-serif;
  color: white;
  font-size: 17px;
  text-decoration: none;
  text-transform: uppercase;
}
.menu-link:hover, .menu-link.ativo {
  background-color: #000000;
  color: white;
}
.produtos-home {
  height: 635px;
  padding-top: 50px;
  background-image: url('../images/bgprodutos.jpg');
  background-position:center;
  display: block;
}
.content-title-produtos-home {
  display: block;
  text-align: center;
  margin-top:160px;
}
.title-lancamentos {
  position: relative;
  display: inline-block;
  margin-top: 45px;
  margin-left: 40px;
  padding-top: 0px;
  float: none;
  font-family: Oswald, sans-serif;
  color: white;
  font-size: 20px;
  text-align: left;
}
.logo-lancamentos {
  display: inline-block;
  margin-top: -40px;
  float: none;
}
.subtitle-produtos {
  font-family: Oswald-light, sans-serif;
  color: #ffffff;
  font-size: 45px;
  line-height: 43px;
  font-weight: 400;
}
.paragraph-produtos {

    margin-right: auto;
    margin-left: auto;
    font-size: 22px;
    display: inline-block;
    width: 100%;
}
.section-produtos-home {
  padding-top: 70px;
  padding-bottom: 70px;
  background:url(../images/bgsectionprods.jpg) center top no-repeat;

}

.nobg{
	background:none;
}

.section-interna{
	background:#e8e8e8;
}

.section-clientes-home {
  padding-top: 80px;
  padding-bottom: 80px;
}
.section-historia-home {
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url('../images/bgempresa.jpg');
  background-position:center;
}
.footer {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f1f1f1;
  background-image: url('../images/line-footer.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
}
.logo-footer {
  float: left;
}
.menu-footer {
  margin-top: 25px;
  float: right;
}
.menu-link-footer {
  padding: 5px;
  font-family: Oswald-light, sans-serif;
  color: #777;
  font-size: 17px;
  text-decoration: none;
}
.menu-link-footer:hover {
  color: #27066b;
}
.info-footer {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 20px;
  float: left;
  color: #777;
  font-size: 12px;
  text-align: left;
}
.facebook-footer {
  overflow-x: hidden;
  overflow-y: hidden;
  height: 150px;
  float: left;
}
.footer-information {
  width: 100%;
  margin-bottom: 20px;
  float: left;
}
.endereco-footer {
  width: 50%;
  float: left;
  font-family:'Open Sans', sans-serif;
  color: #777;
  font-size: 12px;
}
.newsletter-footer {
  position: relative;
  width: 50%;
  float: right;
}
.form-news {
  position: relative;
}
.input-form {
  height: 40px;
  margin-bottom: 0px;
  float: left;
  border: 0px solid black;
  font-family: Oswald-light, sans-serif;
}
.button-form-news {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 40px;
  background-color: #bbb;
  font-family: Oswald, sans-serif;
  line-height: 13px;
}
.title-news {
  margin-top: 0px;
  font-family: Oswald-light, sans-serif;
  color: #777;
  font-weight: 200;
  text-transform: uppercase;
}
.title-historia {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Oswald-light, sans-serif;
  color: white;
  font-size: 45px;
  font-weight: 200;
  text-align: center;
  text-transform: uppercase;
}
.resumo-historia {
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  color: #bababa;
  font-size: 13px;
}
.content-imagem-home {
  position: relative;
  margin-top: 30px;
  text-align: center;
}
.destaque-produto {
  position: static;
  display: inline-block;
  margin-right: auto;
}
.title-clientes {
  margin-top: 0px;
  margin-bottom: 0px;
  float: left;
  font-family: Oswald-light, sans-serif;
  color: #f25458;
  font-size: 45px;
  font-weight: 200;
  text-transform: uppercase;
}
.lista-clientes-home {
  overflow-x: hidden;
  overflow-y: hidden;
  margin-top: 30px;
}
.item-cliente-home {
  width: 24.5%;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
.resumo-clientes-home {
  width: 50%;
  margin-left: 20px;
  float: left;
  font-family:'Open Sans', sans-serif;
  color: #777;
  font-size: 12px;
}
.ver-mais-clientes {
  display: block;
  margin-top: 20px;
  margin-right: auto;
  margin-left: 34%;
  float: left;
}
.text-link-clientes {
  display: inline-block;
  float: none;
  font-family: Oswald-light, sans-serif;
  color: #777;
  font-size: 20px;
  line-height: 59px;
}
.mais-bt-clientes {
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-left: 10px;
  float: none;
  border-radius: 50%;
  background-color: #f1f1f1;
  font-family: Oswald, sans-serif;
  color: #777;
  font-size: 45px;
  line-height: 45px;
  font-weight: 100;
  text-align: center;
}
.span-bt-clientes {
  color: #FDAA40;
}
.ver-mais-historia {
  display: block;
  margin-right: auto;
  margin-left: 38%;
  float: left;
}
.title-produtos {
  margin-top: 0px;
  margin-bottom: 0px;
  float: left;
  font-family: Oswald-light, sans-serif;
  color: #333333;
  font-size: 45px;
  font-weight: 200;
}
.lista-produtos-home {
  overflow-x: hidden;
  overflow-y: hidden;
  margin-top: 30px;
}
.show-produtos {
  margin-bottom: 20px;
}
.item-produto-home {
  width: 31%;
  margin-right: 2%;
  padding: 20px;
  border-radius: 10px;
}
.item-produto-home:hover {
  background-color: #f1f1f1;
}
.produto-imagem {
  width: 100%;
}
.title-produto-home {
  margin-top: 0px;
  margin-bottom: 0px;
  float: left;
  font-family: Oswald-light, sans-serif;
  color: #666;
  font-size: 20px;
  font-weight: 200;
  width:100%;
  text-transform: uppercase;
}
.descricao-produto-home {
  float: left;
  font-family:'Open Sans', sans-serif;
  color: #777;
  font-size: 12px;
}
.content-localizacao {
  width: 40%;
  height: 400px;
  float: left;
  background-image: url('../images/bgempresa.jpg');
}
.content-mapa-home {
  width: 60%;
  height: 400px;
  float: left;
}
.menu-smart {
  position: fixed;
  z-index: 1000000;
  width: 60px;
  height: 60px;
  padding-right: 9px;
  padding-left: 9px;
  background-color: #F98500;
  text-align: center;
}
.icon-menu-smart {
  margin-top: 19px;
}
.blur-menu {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100000;
  display: none;
  height: 100%;
  background-color: black;
  opacity: 0.92;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  color: white;
}
.content-smart-menu {
  margin-top: 40px;
}
.item-smart-menu {
  width: 100%;
  float: left;
  font-family: Oswald-light, sans-serif;
  color: #a8a8a8;
  font-size: 30px;
  line-height: 50px;
  font-weight: 200;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.banner-paginas {
  height: 250px;
  margin-top: -250px;
  background-image: url('../images/bgcrepe.jpg');
  background-position: center bottom;
}
.section-page-name {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.title-page-name {
  margin-top: 0px;
  margin-bottom: 0px;
  float: left;
  font-family: Oswald-light, sans-serif;
  color: white;
  font-weight: 200;
}
.section-page-content {
  padding-top: 50px;
  padding-bottom: 50px;
}
.paragraph-page {
  width: 100%;
  color: #777;
  text-align: left;

  font-family: 'Open Sans', sans-serif;
    color: #777;
    font-size: 12px;
}
.lista-imagens-pagina {
  margin-top: 20px;
}
.item-link-imagem {
  width: 19.5%;
    margin-bottom: 5px;
}
.img-link {
  width: 100%;
}
.como-chegar {
  width: 30%;
  float: right;
}
.texto-como-chegar {
  float: left;
  font-family: Oswald-light, sans-serif;
  color: white;
}
.input-rota {
  height: 40px;
  margin-bottom: 0px;
  float: left;
  font-family: Oswald-light, sans-serif;
}
.button-rota {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 40px;
  padding-right: 22px;
  padding-left: 22px;
  float: left;
  background-color: #777;
  font-family: Oswald-light, sans-serif;
  line-height: 16px;
}
.form-rota {
  position: relative;
  overflow-x: visible;
  overflow-y: visible;
  width: 100%;
  float: left;
}
.title-page-name-localizacao {
  float: left;
  font-family: Oswald-light, sans-serif;
  color: white;
  font-size: 41px;
  font-weight: 200;
}
.column-contato {
  width: 58%;
  float: left;
}
.column-mapa-contato {
  width: 40%;
  float: right;
}
.label-contato {
  margin-bottom: 0px;
  font-family: Oswald-light, sans-serif;
  color: #777;
}
.input-contato {
  border: 0px solid black;
  border-radius: 5px;
  background-color: #f1f1f1;
  font-family: Oswald-light, sans-serif;
}
.textaarea-contato {
  border: 0px solid black;
  background-color: #f1f1f1;
}
.button-contato {
  margin-right: 10px;
  background-color: #F98500;
  float:left;
  font-family: Oswald-light, sans-serif;
}
.info-contato-mapa {
  margin-top: 20px;
  font-family:'Open Sans', sans-serif;
  color: #777;
  font-size: 12px;
  line-height: 35px;
}
.content-imagem {
  width: 40%;
  float: left;
}
.content-description-produto {
  width: 55%;
  float: right;
}
.title-produto-detalhes {
  margin-top: 0px;
  float: left;
  font-family: Oswald-light, sans-serif;
  font-size: 32px;
  font-weight: 200;
}
.descricao-produto {
  width: 100%;
  float: left;
  font-family:'Open Sans', sans-serif;
  color: #777;
  font-size: 12px;
}
.content-other-images {
  overflow-x: hidden;
  overflow-y: hidden;
  margin-top: 10px;
}
.show-thumb-images {
  width: 102%;
}
.thumb-image {
  width: 22.9%;
  margin-right: 2%;
  margin-bottom: 10px;
}
.voltar {
  position: static;
  float: right;
  font-family: Oswald-light, sans-serif;
  color: white;
  font-size: 17px;
  line-height: 43px;
  text-decoration: none;
}
html.w-mod-js *[data-ix="toup"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}
@media (max-width: 991px) {
  .container {
    width: 728px;
    max-width: 728px;
  }
  .content-logo {
    position: relative;
    left: 50%;
    display: block;
    margin-left: -205px;
  }
  
  .logo{
	margin-right:auto;
	margin-left:auto;  
  }
  
  
  .column-topo {
    display: none;
  }
  .destaque-produto {
    width: 90%;
  }
  .item-cliente-home {
    width: 33%;
  }
  .ver-mais-clientes {
    margin-left: 21%;
  }
  .ver-mais-historia {
    margin-left: 29%;
  }
  .blur-menu {
    display: none;
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .item-link-imagem {
    width: 24.5%;
  }
  .thumb-image {
    width: 31.2%;
  }
}
@media (max-width: 767px) {
  .container {
    width: 568px;
    max-width: 568px;
  }
  .content-logo {
    display: block;
  }
  .column-topo {
    display: none;
  }
  .paragraph-produtos {
    width: 90%;
  }
  .logo-footer {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: center;
  }
  .menu-footer {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .menu-link-footer {
    display: inline-block;
    float: left;
  }
  .title-clientes {
    width: 100%;
    text-align: center;
  }
  .resumo-clientes-home {
    width: 100%;
    margin-left: 0px;
    text-align: center;
  }
  .ver-mais-clientes {
    margin-left: 16%;
  }
  .item-produto-home {
    width: 48%;
  }
  .blur-menu {
    display: none;
    opacity: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .item-link-imagem {
    width: 32.5%;
  }
  .column-contato {
    width: 100%;
  }
  .column-mapa-contato {
    width: 100%;
    margin-top: 20px;
  }
  .content-imagem {
    width: 100%;
  }
  .content-description-produto {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 479px) {
  .container {
    width: 320px;
    max-width: 320px;
  }
  .content-logo {
    display: block;
    width: 100%;
    margin-left: -160px;
    float: left;
    background-position: 50% 0px;
    background-repeat: no-repeat;
  }
  .logo {
    width: 45%;
	 margin-right: auto;
  margin-left: auto;
  }
  .column-topo {
    display: none;
  }
  .logo-lancamentos {
    display: none;
  }
  .subtitle-produtos {
    text-align: left;
  }
  .paragraph-produtos {
    width: 100%;
  }
  .logo-footer {
    margin-bottom: 20px;
  }
  .menu-footer {
    display: none;
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .info-footer {
    margin-top: 0px;
  }
  .endereco-footer {
    width: 100%;
    margin-bottom: 20px;
  }
  .newsletter-footer {
    width: 100%;
    margin-top: 0px;
  }
  .resumo-historia {
    width: 100%;
  }
  .title-clientes {
    margin-bottom: 10px;
  }
  .item-cliente-home {
    width: 100%;
  }
  .ver-mais-clientes {
    margin-left: 4%;
  }
  .text-link-clientes {
    font-size: 15px;
    line-height: 56px;
  }
  .mais-bt-clientes {
    width: 50px;
    height: 50px;
    line-height: 34px;
  }
  .ver-mais-historia {
    margin-left: 14%;
  }
  .title-produtos {
    width: 100%;
    text-align: center;
  }
  .item-produto-home {
    width: 100%;
    margin-right: 0%;
  }
  .title-page-name {
    font-size: 23px;
  }
  .item-link-imagem {
    width: 49.5%;
  }
  .como-chegar {
    width: 100%;
  }
  .thumb-image {
    width: 48%;
    margin-bottom: 5px;
  }
  .voltar {
    font-size: 13px;
    line-height: 44px;
  }
}

@font-face {
  font-family: 'Oswald';
  src: url('../fonts/oswald.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Oswald-light';
  src: url('../fonts/oswald-light.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}

#respostacontato{float:right;
margin-top:10px;
}

.conheca {
    display: inline-block;
    color: #ffffff;
    font-family: 'Oswald-light';
    font-size: 30px;
    text-align: left;
    line-height: 1;
    /* border-left: 1px solid #ffffff; */
    text-transform: uppercase;
    margin-left: 20px;
    padding: 10px 0px 10px 20px;
    text-align: center;
}
.conheca span{
	display:block;
	font-family: 'Oswald';
	font-size:45px;
}