/*
    Tripoli is a generic CSS standard for HTML rendering.
    Copyright (C) 2007  David Hellsing

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/
* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-size: 1em;
  outline: none;
}
code,
kbd,
samp,
pre,
tt,
var,
textarea,
input,
select,
isindex,
listing,
xmp,
plaintext {
  font: inherit;
  font-size: 1em;
}
dfn,
i,
cite,
var,
address,
em {
  font-style: normal;
}
th,
b,
strong,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
a,
img,
a img,
iframe,
form,
fieldset,
abbr,
acronym,
object,
applet,
table {
  border: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th,
td,
center {
  text-align: left;
  vertical-align: top;
}
body {
  line-height: 1;
  background: white;
  color: black;
}
q {
  quotes: "" "";
}
ul,
ol,
dir,
menu {
  list-style: none;
}
sub,
sup {
  vertical-align: baseline;
}
a {
  color: inherit;
}
hr {
  display: none;
}
/* we don't need a visual hr in layout */
font {
  font: inherit !important;
  color: inherit !important;
}
/* disables some nasty font attributes in standard browsers */
marquee {
  overflow: inherit !important;
  -moz-binding: none;
}
blink {
  text-decoration: none;
}
nobr {
  white-space: normal;
}
input[type="submit"],
button {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background: none;
  border: none;
}
/*

CHANGELOG

23/8-07

Added deprecated tags <listing>, <xmp> and <plaintext> in the code block

Resorted to normal white-space in all code tags

Disabled the deprecated <marquee>, <blink> and <nobr> tag in some browsers

*/
/*-------------------------------------*/
/*
  * abaixo temos os códigos responsáveis por gerar os sprites corretos para o mobile
*/
/*-------------------------------------*/
.clear {
  clear: both !important;
  float: none !important;
  margin: 0px !important;
  padding: 0px !important;
  height: 0px !important;
  width: 0px !important;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
.img-responsive {
  max-width: 100%;
  height: auto;
}
.resp-box {
  float: left;
  width: 100%;
}
.col-1 {
  width: 100%;
}
.col-2,
.col-1-2,
.col-5-10,
.col-4-8,
.col-3-6,
.col-2-4 {
  width: 50%;
}
.col-3,
.col-1-3,
.col-3-9,
.col-2-6 {
  width: 33.3333%;
}
.col-4,
.col-1-4,
.col-2-8 {
  width: 25%;
}
.col-5,
.col-1-5,
.col-2-10 {
  width: 20%;
}
.col-6,
.col-1-6 {
  width: 16.6666%;
}
.col-7,
.col-1-7 {
  width: 14.2857%;
}
.col-8,
.col-1-8 {
  width: 12.5%;
}
.col-9,
.col-1-9 {
  width: 11.1111%;
}
.col-10,
.col-1-10 {
  width: 10%;
}
.col-2-3 {
  width: 66.6666%;
}
.col-2-5 {
  width: 40%;
}
.col-2-7 {
  width: 28.5714%;
}
.col-2-9 {
  width: 22.2222%;
}
.col-3-4 {
  width: 75%;
}
.col-3-5 {
  width: 60%;
}
.col-3-7 {
  width: 42.8571%;
}
.col-3-8 {
  width: 37.5%;
}
.col-3-10 {
  width: 30%;
}
.col-4-5 {
  width: 80%;
}
.col-4-6 {
  width: 66.6666%;
}
.col-4-7 {
  width: 57.1428%;
}
.col-4-9 {
  width: 44.4444%;
}
.col-4-10 {
  width: 40%;
}
.col-5-6 {
  width: 83.3333%;
}
.col-5-7 {
  width: 71.4285%;
}
.col-5-8 {
  width: 62.5%;
}
.col-5-9 {
  width: 55.5555%;
}
.col-6-7 {
  width: 82.7142%;
}
.col-6-8 {
  width: 75%;
}
.col-6-9 {
  width: 66.6666%;
}
.col-6-10 {
  width: 60%;
}
.col-7-8 {
  width: 87.5%;
}
.col-7-9 {
  width: 77.7777%;
}
.col-7-10 {
  width: 70%;
}
.col-8-9 {
  width: 88.8888%;
}
.col-8-10 {
  width: 80%;
}
.col-9-10 {
  width: 90%;
}
/*--------------	Media queries	------------------*/
/*
	* < 568px
*/
@media screen and (max-width: 35.5em) {
  .col-xs-1 {
    width: 100% !important;
  }
  .col-xs-hide {
    display: none !important;
  }
  .col-xs-show {
    display: block !important;
  }
  .col-xs-2,
  .col-xs-1-2,
  .col-xs-5-10,
  .col-xs-4-8,
  .col-xs-3-6,
  .col-xs-2-4 {
    width: 50%;
  }
  .col-xs-3,
  .col-xs-1-3,
  .col-xs-3-9,
  .col-xs-2-6 {
    width: 33.3333%;
  }
  .col-xs-4,
  .col-xs-1-4,
  .col-xs-2-8 {
    width: 25%;
  }
  .col-xs-5,
  .col-xs-1-5,
  .col-xs-2-10 {
    width: 20%;
  }
  .col-xs-6,
  .col-xs-1-6 {
    width: 16.6666%;
  }
  .col-xs-7,
  .col-xs-1-7 {
    width: 14.2857%;
  }
  .col-xs-8,
  .col-xs-1-8 {
    width: 12.5%;
  }
  .col-xs-9,
  .col-xs-1-9 {
    width: 11.1111%;
  }
  .col-xs-10,
  .col-xs-1-10 {
    width: 10%;
  }
  .col-xs-2-3 {
    width: 66.6666%;
  }
  .col-xs-2-5 {
    width: 40%;
  }
  .col-xs-2-7 {
    width: 28.5714%;
  }
  .col-xs-2-9 {
    width: 22.2222%;
  }
  .col-xs-3-4 {
    width: 75%;
  }
  .col-xs-3-5 {
    width: 60%;
  }
  .col-xs-3-7 {
    width: 42.8571%;
  }
  .col-xs-3-8 {
    width: 37.5%;
  }
  .col-xs-3-10 {
    width: 30%;
  }
  .col-xs-4-5 {
    width: 80%;
  }
  .col-xs-4-6 {
    width: 66.6666%;
  }
  .col-xs-4-7 {
    width: 57.1428%;
  }
  .col-xs-4-9 {
    width: 44.4444%;
  }
  .col-xs-4-10 {
    width: 40%;
  }
  .col-xs-5-6 {
    width: 83.3333%;
  }
  .col-xs-5-7 {
    width: 71.4285%;
  }
  .col-xs-5-8 {
    width: 62.5%;
  }
  .col-xs-5-9 {
    width: 55.5555%;
  }
  .col-xs-6-7 {
    width: 82.7142%;
  }
  .col-xs-6-8 {
    width: 75%;
  }
  .col-xs-6-9 {
    width: 66.6666%;
  }
  .col-xs-6-10 {
    width: 60%;
  }
  .col-xs-7-8 {
    width: 87.5%;
  }
  .col-xs-7-9 {
    width: 77.7777%;
  }
  .col-xs-7-10 {
    width: 70%;
  }
  .col-xs-8-9 {
    width: 88.8888%;
  }
  .col-xs-8-10 {
    width: 80%;
  }
  .col-xs-9-10 {
    width: 90%;
  }
}
/*
	* > 568px e < 768
*/
@media (min-width: 35.5em) and (max-width: 48em) {
  .col-sm-1 {
    width: 100% !important;
  }
  .col-sm-hide {
    display: none !important;
  }
  .col-sm-show {
    display: block !important;
  }
  .col-sm-2,
  .col-sm-1-2,
  .col-sm-5-10,
  .col-sm-4-8,
  .col-sm-3-6,
  .col-sm-2-4 {
    width: 50%;
  }
  .col-sm-3,
  .col-sm-1-3,
  .col-sm-3-9,
  .col-sm-2-6 {
    width: 33.3333%;
  }
  .col-sm-4,
  .col-sm-1-4,
  .col-sm-2-8 {
    width: 25%;
  }
  .col-sm-5,
  .col-sm-1-5,
  .col-sm-2-10 {
    width: 20%;
  }
  .col-sm-6,
  .col-sm-1-6 {
    width: 16.6666%;
  }
  .col-sm-7,
  .col-sm-1-7 {
    width: 14.2857%;
  }
  .col-sm-8,
  .col-sm-1-8 {
    width: 12.5%;
  }
  .col-sm-9,
  .col-sm-1-9 {
    width: 11.1111%;
  }
  .col-sm-10,
  .col-sm-1-10 {
    width: 10%;
  }
  .col-sm-2-3 {
    width: 66.6666%;
  }
  .col-sm-2-5 {
    width: 40%;
  }
  .col-sm-2-7 {
    width: 28.5714%;
  }
  .col-sm-2-9 {
    width: 22.2222%;
  }
  .col-sm-3-4 {
    width: 75%;
  }
  .col-sm-3-5 {
    width: 60%;
  }
  .col-sm-3-7 {
    width: 42.8571%;
  }
  .col-sm-3-8 {
    width: 37.5%;
  }
  .col-sm-3-10 {
    width: 30%;
  }
  .col-sm-4-5 {
    width: 80%;
  }
  .col-sm-4-6 {
    width: 66.6666%;
  }
  .col-sm-4-7 {
    width: 57.1428%;
  }
  .col-sm-4-9 {
    width: 44.4444%;
  }
  .col-sm-4-10 {
    width: 40%;
  }
  .col-sm-5-6 {
    width: 83.3333%;
  }
  .col-sm-5-7 {
    width: 71.4285%;
  }
  .col-sm-5-8 {
    width: 62.5%;
  }
  .col-sm-5-9 {
    width: 55.5555%;
  }
  .col-sm-6-7 {
    width: 82.7142%;
  }
  .col-sm-6-8 {
    width: 75%;
  }
  .col-sm-6-9 {
    width: 66.6666%;
  }
  .col-sm-6-10 {
    width: 60%;
  }
  .col-sm-7-8 {
    width: 87.5%;
  }
  .col-sm-7-9 {
    width: 77.7777%;
  }
  .col-sm-7-10 {
    width: 70%;
  }
  .col-sm-8-9 {
    width: 88.8888%;
  }
  .col-sm-8-10 {
    width: 80%;
  }
  .col-sm-9-10 {
    width: 90%;
  }
}
/*
	* > 768px e < 1024px
*/
@media (min-width: 48em) and (max-width: 64em) {
  .col-md-1 {
    width: 100% !important;
  }
  .col-md-hide {
    display: none !important;
  }
  .col-md-show {
    display: block !important;
  }
  .col-md-2,
  .col-md-1-2,
  .col-md-5-10,
  .col-md-4-8,
  .col-md-3-6,
  .col-md-2-4 {
    width: 50%;
  }
  .col-md-3,
  .col-md-1-3,
  .col-md-3-9,
  .col-md-2-6 {
    width: 33.3333%;
  }
  .col-md-4,
  .col-md-1-4,
  .col-md-2-8 {
    width: 25%;
  }
  .col-md-5,
  .col-md-1-5,
  .col-md-2-10 {
    width: 20%;
  }
  .col-md-6,
  .col-md-1-6 {
    width: 16.6666%;
  }
  .col-md-7,
  .col-md-1-7 {
    width: 14.2857%;
  }
  .col-md-8,
  .col-md-1-8 {
    width: 12.5%;
  }
  .col-md-9,
  .col-md-1-9 {
    width: 11.1111%;
  }
  .col-md-10,
  .col-md-1-10 {
    width: 10%;
  }
  .col-md-2-3 {
    width: 66.6666%;
  }
  .col-md-2-5 {
    width: 40%;
  }
  .col-md-2-7 {
    width: 28.5714%;
  }
  .col-md-2-9 {
    width: 22.2222%;
  }
  .col-md-3-4 {
    width: 75%;
  }
  .col-md-3-5 {
    width: 60%;
  }
  .col-md-3-7 {
    width: 42.8571%;
  }
  .col-md-3-8 {
    width: 37.5%;
  }
  .col-md-3-10 {
    width: 30%;
  }
  .col-md-4-5 {
    width: 80%;
  }
  .col-md-4-6 {
    width: 66.6666%;
  }
  .col-md-4-7 {
    width: 57.1428%;
  }
  .col-md-4-9 {
    width: 44.4444%;
  }
  .col-md-4-10 {
    width: 40%;
  }
  .col-md-5-6 {
    width: 83.3333%;
  }
  .col-md-5-7 {
    width: 71.4285%;
  }
  .col-md-5-8 {
    width: 62.5%;
  }
  .col-md-5-9 {
    width: 55.5555%;
  }
  .col-md-6-7 {
    width: 82.7142%;
  }
  .col-md-6-8 {
    width: 75%;
  }
  .col-md-6-9 {
    width: 66.6666%;
  }
  .col-md-6-10 {
    width: 60%;
  }
  .col-md-7-8 {
    width: 87.5%;
  }
  .col-md-7-9 {
    width: 77.7777%;
  }
  .col-md-7-10 {
    width: 70%;
  }
  .col-md-8-9 {
    width: 88.8888%;
  }
  .col-md-8-10 {
    width: 80%;
  }
  .col-md-9-10 {
    width: 90%;
  }
}
/*
	* 1024px e 1280px
*/
@media (min-width: 64em) and (max-width: 80em) {
  .col-lg-1 {
    width: 100% !important;
  }
  .col-lg-hide {
    display: none !important;
  }
  .col-lg-show {
    display: block !important;
  }
  .col-lg-2,
  .col-lg-1-2,
  .col-lg-5-10,
  .col-lg-4-8,
  .col-lg-3-6,
  .col-lg-2-4 {
    width: 50%;
  }
  .col-lg-3,
  .col-lg-1-3,
  .col-lg-3-9,
  .col-lg-2-6 {
    width: 33.3333%;
  }
  .col-lg-4,
  .col-lg-1-4,
  .col-lg-2-8 {
    width: 25%;
  }
  .col-lg-5,
  .col-lg-1-5,
  .col-lg-2-10 {
    width: 20%;
  }
  .col-lg-6,
  .col-lg-1-6 {
    width: 16.6666%;
  }
  .col-lg-7,
  .col-lg-1-7 {
    width: 14.2857%;
  }
  .col-lg-8,
  .col-lg-1-8 {
    width: 12.5%;
  }
  .col-lg-9,
  .col-lg-1-9 {
    width: 11.1111%;
  }
  .col-lg-10,
  .col-lg-1-10 {
    width: 10%;
  }
  .col-lg-2-3 {
    width: 66.6666%;
  }
  .col-lg-2-5 {
    width: 40%;
  }
  .col-lg-2-7 {
    width: 28.5714%;
  }
  .col-lg-2-9 {
    width: 22.2222%;
  }
  .col-lg-3-4 {
    width: 75%;
  }
  .col-lg-3-5 {
    width: 60%;
  }
  .col-lg-3-7 {
    width: 42.8571%;
  }
  .col-lg-3-8 {
    width: 37.5%;
  }
  .col-lg-3-10 {
    width: 30%;
  }
  .col-lg-4-5 {
    width: 80%;
  }
  .col-lg-4-6 {
    width: 66.6666%;
  }
  .col-lg-4-7 {
    width: 57.1428%;
  }
  .col-lg-4-9 {
    width: 44.4444%;
  }
  .col-lg-4-10 {
    width: 40%;
  }
  .col-lg-5-6 {
    width: 83.3333%;
  }
  .col-lg-5-7 {
    width: 71.4285%;
  }
  .col-lg-5-8 {
    width: 62.5%;
  }
  .col-lg-5-9 {
    width: 55.5555%;
  }
  .col-lg-6-7 {
    width: 82.7142%;
  }
  .col-lg-6-8 {
    width: 75%;
  }
  .col-lg-6-9 {
    width: 66.6666%;
  }
  .col-lg-6-10 {
    width: 60%;
  }
  .col-lg-7-8 {
    width: 87.5%;
  }
  .col-lg-7-9 {
    width: 77.7777%;
  }
  .col-lg-7-10 {
    width: 70%;
  }
  .col-lg-8-9 {
    width: 88.8888%;
  }
  .col-lg-8-10 {
    width: 80%;
  }
  .col-lg-9-10 {
    width: 90%;
  }
}
/*
	* ≥ 1280px
*/
@media (min-width: 80em) {
  .col-xl-1 {
    width: 100% !important;
  }
  .col-xl-hide {
    display: none !important;
  }
  .col-xl-show {
    display: block !important;
  }
  .col-xl-2,
  .col-xl-1-2,
  .col-xl-5-10,
  .col-xl-4-8,
  .col-xl-3-6,
  .col-xl-2-4 {
    width: 50%;
  }
  .col-xl-3,
  .col-xl-1-3,
  .col-xl-3-9,
  .col-xl-2-6 {
    width: 33.3333%;
  }
  .col-xl-4,
  .col-xl-1-4,
  .col-xl-2-8 {
    width: 25%;
  }
  .col-xl-5,
  .col-xl-1-5,
  .col-xl-2-10 {
    width: 20%;
  }
  .col-xl-6,
  .col-xl-1-6 {
    width: 16.6666%;
  }
  .col-xl-7,
  .col-xl-1-7 {
    width: 14.2857%;
  }
  .col-xl-8,
  .col-xl-1-8 {
    width: 12.5%;
  }
  .col-xl-9,
  .col-xl-1-9 {
    width: 11.1111%;
  }
  .col-xl-10,
  .col-xl-1-10 {
    width: 10%;
  }
  .col-xl-2-3 {
    width: 66.6666%;
  }
  .col-xl-2-5 {
    width: 40%;
  }
  .col-xl-2-7 {
    width: 28.5714%;
  }
  .col-xl-2-9 {
    width: 22.2222%;
  }
  .col-xl-3-4 {
    width: 75%;
  }
  .col-xl-3-5 {
    width: 60%;
  }
  .col-xl-3-7 {
    width: 42.8571%;
  }
  .col-xl-3-8 {
    width: 37.5%;
  }
  .col-xl-3-10 {
    width: 30%;
  }
  .col-xl-4-5 {
    width: 80%;
  }
  .col-xl-4-6 {
    width: 66.6666%;
  }
  .col-xl-4-7 {
    width: 57.1428%;
  }
  .col-xl-4-9 {
    width: 44.4444%;
  }
  .col-xl-4-10 {
    width: 40%;
  }
  .col-xl-5-6 {
    width: 83.3333%;
  }
  .col-xl-5-7 {
    width: 71.4285%;
  }
  .col-xl-5-8 {
    width: 62.5%;
  }
  .col-xl-5-9 {
    width: 55.5555%;
  }
  .col-xl-6-7 {
    width: 82.7142%;
  }
  .col-xl-6-8 {
    width: 75%;
  }
  .col-xl-6-9 {
    width: 66.6666%;
  }
  .col-xl-6-10 {
    width: 60%;
  }
  .col-xl-7-8 {
    width: 87.5%;
  }
  .col-xl-7-9 {
    width: 77.7777%;
  }
  .col-xl-7-10 {
    width: 70%;
  }
  .col-xl-8-9 {
    width: 88.8888%;
  }
  .col-xl-8-10 {
    width: 80%;
  }
  .col-xl-9-10 {
    width: 90%;
  }
}
/*
    * Use @import (reference) to import external files, but without adding
    * the imported styles to the compiled output unless referenced.
*/
.clear {
  clear: both !important;
  float: none !important;
  margin: 0px !important;
  padding: 0px !important;
  height: 0px !important;
  width: 0px !important;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
img {
  display: block;
}
#geral {
  position: relative;
  z-index: 5;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #666666;
  font-weight: 300;
  overflow-x: hidden;
}
.inner-center {
  padding: 0 15px;
}
.hide {
  display: none !important;
}
.font-hind {
  font-family: 'Hind', sans-serif;
}
.font-raleway {
  font-family: 'Raleway', sans-serif;
}
.center {
  width: 1100px;
  margin: 0 auto;
}
#header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.secao-home {
  background: url("../img/bg.jpg") no-repeat center 0;
}
.menu {
  position: absolute;
  width: 90%;
  left: 0;
  top: 50px;
}
.menu-box {
  float: right;
  border-bottom: 1px solid #918E8F;
  width: 100%;
}
.menu-box li {
  margin: 0 30px;
  float: right;
}
.menu-box li a {
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  font-family: 'Hind', sans-serif;
  padding: 10px 0;
  display: inline-block;
}
.menu-inner {
  padding-left: 513px;
}
.box-exportando-qualidade {
  padding: 50px 0;
}
.box-exportando-qualidade h5 {
  margin-bottom: 20px;
}
.inner-exp-qual {
  padding-right: 40px;
}
.inner-exp-qual .button {
  margin-top: 30px;
}
.title-home {
  text-align: center;
  padding: 240px 0 0 0;
}
.title-home h2 {
  color: #ffffff;
  font-size: 40px;
  line-height: 47px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
}
.title-home h3 {
  color: #ffffff;
  font-size: 32px;
  line-height: 40px;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
}
.box-rounded {
  margin-top: 110px;
  background: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 22px -2px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 0px 22px -2px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 0px 22px -2px rgba(0, 0, 0, 0.09);
}
.box-rounded .box-rounded__inner {
  padding: 40px 190px;
  color: #666666;
  text-align: center;
}
.box-rounded .box-rounded__inner h5 {
  margin-bottom: 15px;
}
.box-rounded .box-rounded__inner .col-1-4 {
  padding: 30px 0 0 0;
  text-align: center;
}
.box-rounded .box-rounded__inner .col-1-4 img {
  display: inline-block;
}
.box-rounded .box-rounded__inner .col-1-4 span {
  display: block;
  font-size: 14px;
  padding-top: 5px;
}
h5 {
  font-size: 24px;
  line-height: 28px;
}
.button {
  background: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 22px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 22px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 22px -2px rgba(0, 0, 0, 0.2);
  padding: 10px 20px;
  display: inline-block;
  color: #B21B1D;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.button:hover {
  background: #B21B1D;
  color: #ffffff;
}
.box-produtos {
  background: #F6F6F6;
}
.inner-produtos {
  padding: 60px 0;
}
.inner-produtos h5 {
  color: #B21B1D;
  text-align: center;
  font-weight: 600;
}
.wrapper-produtos {
  padding: 30px 0;
}
.item-produto__box {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 22px -2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 22px -2px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 22px -2px rgba(0, 0, 0, 0.4);
  overflow: hidden;
}
.item-produto__box img {
  width: 100%;
}
.item-produto__box:hover {
  transform: scale(1.2);
}
.item-produto__inner {
  padding: 30px;
}
.title-contato {
  background: #FCFCFC;
  text-align: center;
  padding: 40px 0;
}
.title-contato h5 {
  margin-bottom: 20px;
}
.item-form {
  margin-bottom: 10px;
}
.item-form__border {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #CCCCCC;
}
.item-form__inner {
  padding: 10px;
}
.item-form__input {
  border: none !important;
  width: 100%;
  font-family: 'Raleway', sans-serif !important;
}
.item-form__box {
  padding-left: 20px;
}
.box-submit {
  padding-top: 20px;
}
.box-submit .button {
  float: left;
}
.box-submit p {
  margin: 10px 0 0 20px;
  float: left;
}
.item-form__textarea {
  resize: none;
  height: 183px;
}
#footer {
  height: 224px;
  background: url("../img/bg-footer.jpg") no-repeat center 0;
  position: relative;
}
.menu-footer {
  float: left;
  padding-top: 50px;
}
.box-redes {
  float: right;
  padding-top: 50px;
}
.box-redes p {
  color: #ffffff;
  font-weight: 600;
  opacity: .5;
  font-size: 14px;
  float: left;
  margin: 6px 10px 0 0;
}
.box-redes a {
  float: left;
}
.box-footer-1 {
  padding: 0 0 0 290px;
  height: 140px;
}
.box-footer-1 li {
  float: left;
  padding: 0 10px;
}
.box-footer-1 a {
  color: #ffffff;
  font-size: 14px;
}
.box-footer-2 {
  color: #999999;
  padding-top: 35px;
  font-size: 14px;
}
.marca-footer {
  position: absolute;
  left: -201px;
}
.menu-box li.bt-language {
  margin: 0 10px;
}
@media (max-width: 1100px) {
  .center {
    width: 100%;
  }
  .menu-box li {
    margin: 0 10px;
  }
  .title-home h2 {
    font-size: 22px;
    line-height: 27px;
  }
  .title-home h3 {
    font-size: 17px;
    line-height: 23px;
  }
  h5 {
    font-size: 18px;
  }
  h1 img {
    width: 40%;
  }
  .box-rounded .box-rounded__inner {
    padding: 40px 110px;
  }
}
@media (max-width: 768px) {
  .menu-inner {
    padding-left: 0;
  }
  h1 img {
    width: 60%;
  }
  .box-rounded .box-rounded__inner {
    padding: 40px 15px;
  }
  .inner-exp-qual {
    padding-right: 0;
  }
  .item-form__box {
    padding-left: 0;
  }
  .box-footer-1 {
    padding: 0;
  }
  .marca-footer {
    display: none;
  }
  .box-redes {
    padding-top: 20px;
  }
}
