*,
::after,
::before {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  font-size: 0;
}

@media only screen and (min-width: 1025px) {
  .f-left {
    float: left;
  }
}

@media only screen and (max-width: 1024px) {
  .f-left {
    float: none;
  }
}

@media only screen and (min-width: 1025px) {
  .f-right {
    float: right;
  }
}

@media only screen and (max-width: 1024px) {
  .f-right {
    float: none;
  }
}

@media only screen and (min-width: 1170px) {
  .container {
    margin: 0 auto;
    max-width: 1170px;
    padding: 0 15px;
  }
}

@media only screen and (max-width: 1169px) {
  .container {
    margin: 0 auto;
    padding-left: 2%;
    padding-right: 2%;
    width: 96%;
  }
}

@font-face {
  font-family: "Mosk";
  src: url("../fonts/MoskExtra-Light200.woff") format("woff"), url("../fonts/MoskExtra-Light200.ttf") format("truetype"), url("../fonts/MoskExtra-Light200.svg#MoskExtra-Light200") format("svg");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Mosk";
  src: url("../fonts/MoskMedium500.woff") format("woff"), url("../fonts/MoskMedium500.ttf") format("truetype"), url("../fonts/MoskMedium500.svg#MoskMedium500") format("svg");
  font-weight: 500;
  font-style: normal;
}

body {
  font-family: "Mosk";
  font-weight: 200;
}

.header {
  background-color: transparent;
  overflow: hidden;
  padding: 50px;
  position: fixed;
  transition: all 0.2s ease-out;
  width: 100%;
  z-index: 100;
}

.header > nav {
  align-items: center;
  display: flex;
}

.header > nav > div {
  flex-grow: 1;
}

.header > nav > div.logo > a {
  display: block;
}

@media only screen and (min-width: 1170px) {
  .header > nav > div.logo > a {
    height: 36px;
    width: 227px;
  }
}

@media only screen and (max-width: 1169px) {
  .header > nav > div.logo > a {
    height: 27px;
    width: 170px;
  }
}

.header > nav > div.logo > a > h1 {
  background-image: url("../img/logo.png");
  background-repeat: no-repeat;
  background-size: cover;
  color: transparent;
}

@media only screen and (min-width: 1170px) {
  .header > nav > div.logo > a > h1 {
    height: 36px;
    width: 227px;
  }
}

@media only screen and (max-width: 1169px) {
  .header > nav > div.logo > a > h1 {
    height: 27px;
    width: 170px;
  }
}

.header > nav > div.menu > div {
  cursor: pointer;
  float: right;
  position: relative;
}

@media only screen and (min-width: 1170px) {
  .header > nav > div.menu > div {
    height: 26px;
    width: 40px;
  }
}

@media only screen and (max-width: 1169px) {
  .header > nav > div.menu > div {
    height: 24px;
    width: 30px;
  }
}

.header > nav > div.menu > div > span {
  background-color: #F9F9F9;
  height: 2px;
  position: absolute;
  width: 100%;
}

@media only screen and (min-width: 1025px) {
  .header > nav > div.menu > div > span:nth-child(2) {
    top: 12px;
  }
}

@media only screen and (max-width: 1024px) {
  .header > nav > div.menu > div > span:nth-child(2) {
    top: 10px;
  }
}

@media only screen and (min-width: 1025px) {
  .header > nav > div.menu > div > span:nth-child(3) {
    top: 24px;
  }
}

@media only screen and (max-width: 1024px) {
  .header > nav > div.menu > div > span:nth-child(3) {
    top: 20px;
  }
}

.banner {
  background-image: url("../img/img_topo.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

@media only screen and (min-width: 1170px) {
  .banner {
    height: 964px;
  }
}

@media only screen and (min-width: 1170px) {
  .banner > .container > .textoBanner {
    padding: 200px 98px 0;
  }
}

@media only screen and (max-width: 1169px) {
  .banner > .container > .textoBanner {
    padding: 120px 0 70px;
  }
}

.banner > .container > .textoBanner > .titulo {
  color: #ED603F;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  text-align: center;
}

@media only screen and (min-width: 1170px) {
  .banner > .container > .textoBanner > .titulo {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 1169px) {
  .banner > .container > .textoBanner > .titulo {
    margin-bottom: 30px;
  }
}

.banner > .container > .textoBanner > .subtitulo {
  color: #F9F9F9;
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  text-align: center;
}

@media only screen and (min-width: 1170px) {
  .banner > .container > .textoBanner > .subtitulo {
    margin: 0 auto;
    margin-bottom: 100px;
    max-width: 810px;
  }
}

@media only screen and (max-width: 1169px) {
  .banner > .container > .textoBanner > .subtitulo {
    font-size: 25px;
    margin-bottom: 30px;
  }
}

.banner > .container > .textoBanner > div {
  overflow: auto;
}

.banner > .container > .textoBanner > div > .f-left,
.banner > .container > .textoBanner > div .f-right {
  color: #F9F9F9;
  text-align: justify;
}

@media only screen and (min-width: 1170px) {
  .banner > .container > .textoBanner > div > .f-left,
  .banner > .container > .textoBanner > div .f-right {
    width: 388px;
  }
}

@media only screen and (max-width: 1169px) {
  .banner > .container > .textoBanner > div > .f-left,
  .banner > .container > .textoBanner > div .f-right {
    width: 100%;
  }
}

.banner > .container > .textoBanner > div > .f-left > p,
.banner > .container > .textoBanner > div .f-right > p {
  color: #F9F9F9;
  font-size: 18px;
  font-style: normal;
  font-weight: 200;
  letter-spacing: 0;
  text-transform: none;
  line-height: 24px;
  text-align: justify;
}

@media only screen and (min-width: 1170px) {
  .banner > .container > .textoBanner > div > .f-left > p:not(:last-of-type),
  .banner > .container > .textoBanner > div .f-right > p:not(:last-of-type) {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 1169px) {
  .banner > .container > .textoBanner > div > .f-left > p,
  .banner > .container > .textoBanner > div .f-right > p {
    margin-bottom: 10px;
  }
}

.sobreposicao {
  background-color: rgba(0, 0, 0, 0.9);
  height: 0%;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  transition: 0.5s;
  width: 100%;
  z-index: 9999;
}

.sobreposicao > .menuSuspenso {
  background-color: #ED603F;
  left: 50%;
  position: relative;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (min-width: 768px) {
  .sobreposicao > .menuSuspenso {
    max-width: 750px;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .sobreposicao > .menuSuspenso {
    width: 80%;
  }
}

.sobreposicao > .menuSuspenso > i {
  color: #F9F9F9;
  cursor: pointer;
  font-size: 40px;
  position: absolute;
  right: 20px;
  top: 10px;
}

@media only screen and (min-width: 768px) {
  .sobreposicao > .menuSuspenso > ul {
    padding: 60px 0 0 280px;
  }
}

@media only screen and (max-width: 767px) {
  .sobreposicao > .menuSuspenso > ul {
    padding-top: 60px;
    text-align: center;
  }
}

.sobreposicao > .menuSuspenso > ul > li {
  margin-bottom: 15px;
}

.sobreposicao > .menuSuspenso > ul > li > a {
  color: #F9F9F9;
  font-weight: 500;
}

@media only screen and (min-width: 768px) {
  .sobreposicao > .menuSuspenso > ul > li > a {
    font-size: 35px;
  }
}

@media only screen and (max-width: 767px) {
  .sobreposicao > .menuSuspenso > ul > li > a {
    font-size: 25px;
  }
}

.sobreposicao > .menuSuspenso > ul > li > a.menuItem:hover {
  color: #17323b;
}

.sobreposicao > .menuSuspenso > ul > li > a.menuItem:hover:before {
  color: #17323b;
  content: "\f10b";
  font-family: "Ionicons";
  margin-right: 15px;
}

@media only screen and (min-width: 768px) {
  .sobreposicao > .menuSuspenso > ul > li > a.menuItem:hover:before {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .sobreposicao > .menuSuspenso > ul > li > a.menuItem:hover:before {
    font-size: 18px;
  }
}

.sobreposicao > .menuSuspenso > .redes > li {
  display: inline-block;
  height: 46px;
  width: 46px;
}

.sobreposicao > .menuSuspenso > .redes > li:hover {
  opacity: 0.8;
  transition: all 0.5s ease-out;
}

.sobreposicao > .menuSuspenso > .redes > li:not(:last-of-type) {
  margin-right: 20px;
}

.sobreposicao > .menuSuspenso > .redes > li > a {
  display: inline-block;
  font-size: 0;
  height: 46px;
  width: 46px;
}

.sobreposicao > .menuSuspenso > .redes > li.gplus > a {
  background-image: url("../img/google2.png");
  content: "";
}

.sobreposicao > .menuSuspenso > .redes > li.twitter > a {
  background-image: url("../img/twitter2.png");
  content: "";
}

.sobreposicao > .menuSuspenso > .redes > li.face > a {
  background-image: url("../img/facebook2.png");
  content: "";
}

.sobreposicao > .menuSuspenso > p {
  color: #F9F9F9;
  font-size: 14px;
  line-height: 20px;
  margin: 0 auto;
  max-width: 700px;
  padding: 20px 0;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .sobreposicao > .menuSuspenso > p {
    display: none;
  }
}

.sobre {
  background-color: #ED603F;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

@media only screen and (min-width: 1025px) {
  .sobre > .marcadagua {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: left 0.6s linear;
    width: 100%;
    z-index: -1;
  }
  .sobre > .marcadagua > .texto {
    color: #ED6647;
    font-size: 500px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: none;
  }
}

@media only screen and (max-width: 1024px) {
  .sobre > .marcadagua {
    display: none;
  }
}

.sobre > .container > .textoSobre {
  overflow: auto;
}

@media only screen and (min-width: 1170px) {
  .sobre > .container > .textoSobre {
    padding: 120px 0 80px;
  }
}

@media only screen and (max-width: 1169px) {
  .sobre > .container > .textoSobre {
    padding: 50px 0;
  }
}

@media only screen and (min-width: 1170px) {
  .sobre > .container > .textoSobre > .f-left {
    margin-left: 97px;
    width: 310px;
  }
}

@media only screen and (max-width: 1169px) {
  .sobre > .container > .textoSobre > .f-left {
    width: 100%;
  }
}

.sobre > .container > .textoSobre > .f-left > .texto {
  color: #F9F9F9;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

@media only screen and (min-width: 1170px) {
  .sobre > .container > .textoSobre > .f-left > .texto {
    margin-bottom: 90px;
  }
}

@media only screen and (max-width: 1169px) {
  .sobre > .container > .textoSobre > .f-left > .texto {
    margin-bottom: 30px;
    text-align: center;
  }
}

.sobre > .container > .textoSobre > .f-left > .titulo {
  color: #F9F9F9;
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

@media only screen and (min-width: 1170px) {
  .sobre > .container > .textoSobre > .f-left > .titulo {
    margin-bottom: 90px;
  }
}

@media only screen and (max-width: 1169px) {
  .sobre > .container > .textoSobre > .f-left > .titulo {
    font-size: 30px;
    margin-bottom: 30px;
    text-align: center;
  }
}

.sobre > .container > .textoSobre > .f-left > .icon {
  overflow: auto;
}

@media only screen and (min-width: 1170px) {
  .sobre > .container > .textoSobre > .f-left > .icon {
    padding-right: 30px;
  }
}

@media only screen and (max-width: 1169px) {
  .sobre > .container > .textoSobre > .f-left > .icon {
    margin: 0 auto;
    max-width: 37px;
  }
}

.sobre > .container > .textoSobre > .f-left > .icon > i {
  border: 2px solid;
  border-radius: 50%;
  color: #F9F9F9;
  display: block;
  font-size: 18px;
  padding: 7px 12px;
}

@media only screen and (min-width: 1170px) {
  .sobre > .container > .textoSobre > .f-left > .icon > i {
    float: right;
  }
}

@media only screen and (max-width: 1169px) {
  .sobre > .container > .textoSobre > .f-left > .icon > i {
    transform: rotate(90deg);
  }
}

.sobre > .container > .textoSobre > .f-right {
  text-align: justify;
}

@media only screen and (min-width: 1170px) {
  .sobre > .container > .textoSobre > .f-right {
    margin-left: 130px;
    width: 430px;
  }
}

@media only screen and (max-width: 1169px) {
  .sobre > .container > .textoSobre > .f-right {
    margin-top: 15px;
    width: 100%;
  }
}

.sobre > .container > .textoSobre > .f-right > p {
  color: #F9F9F9;
  font-size: 18px;
  font-style: normal;
  font-weight: 200;
  letter-spacing: 0;
  text-transform: none;
  line-height: 24px;
}

@media only screen and (min-width: 1170px) {
  .sobre > .container > .textoSobre > .f-right > p:not(:last-of-type) {
    margin-bottom: 42px;
  }
}

@media only screen and (max-width: 1169px) {
  .sobre > .container > .textoSobre > .f-right > p:not(:last-of-type) {
    margin-bottom: 10px;
  }
}

.iconeTitulo {
  background-color: #F2F2F2;
}

@media only screen and (min-width: 1170px) {
  .iconeTitulo {
    padding: 150px 0;
  }
}

@media only screen and (max-width: 1169px) {
  .iconeTitulo {
    padding: 80px 0;
  }
}

@media only screen and (min-width: 1170px) {
  .iconeTitulo > .box {
    align-items: center;
    display: flex;
    margin: 0 auto;
    max-width: 975px;
  }
}

@media only screen and (max-width: 1169px) {
  .iconeTitulo > .box {
    display: block;
    text-align: center;
  }
}

.iconeTitulo > .box > .icon {
  background-image: url("../img/icone_2.png");
  background-repeat: no-repeat;
  height: 122px;
  width: 122px;
}

@media only screen and (min-width: 1170px) {
  .iconeTitulo > .box > .icon {
    margin-right: 40px;
  }
}

@media only screen and (max-width: 1169px) {
  .iconeTitulo > .box > .icon {
    margin: 0 auto;
  }
}

.iconeTitulo > .box > .texto {
  color: #21313C;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

@media only screen and (max-width: 1169px) {
  .iconeTitulo > .box > .texto {
    font-size: 25px;
    line-height: 38px;
    margin: 60px 0 0;
    padding: 0 15px;
  }
}

.automatizando {
  background-image: url("../img/banner2.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (min-width: 1170px) {
  .automatizando {
    height: 1074px;
  }
}

@media only screen and (min-width: 1170px) {
  .automatizando > .container > .textoAutomatizando {
    overflow: hidden;
    padding: 170px 0;
  }
}

@media only screen and (max-width: 1169px) {
  .automatizando > .container > .textoAutomatizando {
    display: flex;
    flex-flow: row wrap;
    padding: 40px 0;
    width: 100%;
  }
}

.automatizando > .container > .textoAutomatizando > .f-left {
  color: #F9F9F9;
  text-align: justify;
}

@media only screen and (min-width: 1170px) {
  .automatizando > .container > .textoAutomatizando > .f-left {
    margin-right: 150px;
    width: 457px;
  }
}

@media only screen and (max-width: 1169px) {
  .automatizando > .container > .textoAutomatizando > .f-left {
    order: 2;
    width: 100%;
  }
}

.automatizando > .container > .textoAutomatizando > .f-left > p {
  color: #F9F9F9;
  font-size: 18px;
  font-style: normal;
  font-weight: 200;
  letter-spacing: 0;
  text-transform: none;
  line-height: 24px;
}

@media only screen and (min-width: 1170px) {
  .automatizando > .container > .textoAutomatizando > .f-left > p:not(:last-of-type) {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 1169px) {
  .automatizando > .container > .textoAutomatizando > .f-left > p:not(:last-of-type) {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 1170px) {
  .automatizando > .container > .textoAutomatizando > .f-right {
    width: 392px;
  }
}

@media only screen and (max-width: 1169px) {
  .automatizando > .container > .textoAutomatizando > .f-right {
    margin-bottom: 30px;
    order: 1;
    text-align: center;
    width: 100%;
  }
}

.automatizando > .container > .textoAutomatizando > .f-right > .texto {
  color: #ED603F;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

@media only screen and (min-width: 1170px) {
  .automatizando > .container > .textoAutomatizando > .f-right > .texto {
    margin-bottom: 90px;
  }
}

@media only screen and (max-width: 1169px) {
  .automatizando > .container > .textoAutomatizando > .f-right > .texto {
    font-size: 18px;
    margin-bottom: 30px;
  }
}

.automatizando > .container > .textoAutomatizando > .f-right > .titulo {
  color: #F9F9F9;
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

@media only screen and (min-width: 1170px) {
  .automatizando > .container > .textoAutomatizando > .f-right > .titulo {
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 1169px) {
  .automatizando > .container > .textoAutomatizando > .f-right > .titulo {
    font-size: 25px;
    margin-bottom: 30px;
  }
}

.automatizando > .container > .textoAutomatizando > .f-right > .titulo > span {
  display: block;
}

@media only screen and (max-width: 1169px) {
  .automatizando > .container > .textoAutomatizando > .f-right > .titulo > span {
    display: inline;
  }
}

.automatizando > .container > .textoAutomatizando > .f-right > .icon {
  color: #ED603F;
  overflow: auto;
}

@media only screen and (max-width: 1169px) {
  .automatizando > .container > .textoAutomatizando > .f-right > .icon {
    margin: 0 auto;
    max-width: 37px;
  }
}

.automatizando > .container > .textoAutomatizando > .f-right > .icon > i {
  border: 2px solid;
  border-radius: 50%;
  display: block;
  font-size: 18px;
  padding: 7px 12px;
}

@media only screen and (min-width: 1170px) {
  .automatizando > .container > .textoAutomatizando > .f-right > .icon > i {
    float: left;
  }
}

@media only screen and (max-width: 1169px) {
  .automatizando > .container > .textoAutomatizando > .f-right > .icon > i {
    transform: rotate(-90deg);
  }
}

.fornecedores {
  background-color: #F2F2F2;
  position: relative;
  text-align: center;
}

@media only screen and (min-width: 1170px) {
  .fornecedores {
    padding-top: 170px;
  }
}

@media only screen and (max-width: 1169px) {
  .fornecedores {
    padding-top: 40px;
  }
}

.fornecedores > .container {
  position: relative;
}

.fornecedores > .container > .titulo {
  color: #ED603F;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

@media only screen and (min-width: 1170px) {
  .fornecedores > .container > .titulo {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 1169px) {
  .fornecedores > .container > .titulo {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 1170px) {
  .fornecedores > .container > .texto {
    margin-bottom: 90px;
  }
}

@media only screen and (max-width: 1169px) {
  .fornecedores > .container > .texto {
    margin-bottom: 30px;
  }
}

.fornecedores > .container > .texto > span {
  color: #21313C;
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

@media only screen and (min-width: 1170px) {
  .fornecedores > .container > .texto > span {
    display: block;
    line-height: 65px;
  }
}

@media only screen and (max-width: 1169px) {
  .fornecedores > .container > .texto > span {
    font-size: 25px;
    line-height: 30px;
  }
}

.fornecedores > .container > .textoMenor {
  color: #21313C;
  font-size: 18px;
  font-style: normal;
  font-weight: 200;
  letter-spacing: 0;
  text-transform: none;
  line-height: 24px;
  margin: 0 auto;
  max-width: 610px;
}

@media only screen and (min-width: 1170px) {
  .fornecedores > .container > .textoMenor {
    padding-bottom: 150px;
  }
}

@media only screen and (max-width: 1169px) {
  .fornecedores > .container > .textoMenor {
    padding-bottom: 50px;
  }
}

.fornecedores > .container > .botao {
  color: #FFFFFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  background-color: #ED603F;
  border-radius: 30px;
  left: 0;
  margin: auto;
  max-width: 527px;
  position: absolute;
  right: 0;
}

@media only screen and (min-width: 1170px) {
  .fornecedores > .container > .botao {
    bottom: -27px;
    height: 55px;
    line-height: 55px;
    width: 100%;
  }
}

@media only screen and (max-width: 1169px) {
  .fornecedores > .container > .botao {
    bottom: -18px;
    font-size: 14px;
    line-height: 24px;
    padding: 5px 24px;
    width: 98%;
  }
}

@media only screen and (max-width: 430px) {
  .fornecedores > .container > .botao {
    bottom: -30px;
  }
}

.fornecedores > .listaFornecedores {
  background-image: url("../img/banner3parallax.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (min-width: 1025px) {
  .fornecedores > .listaFornecedores {
    height: 493px;
    padding-top: 150px;
  }
}

@media only screen and (max-width: 1024px) {
  .fornecedores > .listaFornecedores {
    padding: 40px 0;
  }
}

.fornecedores > .listaFornecedores > .box {
  margin: 0 auto;
  max-width: 1005px;
  text-align: center;
}

.fornecedores > .listaFornecedores > .box > .item {
  display: inline-block;
  margin: 30px 30px;
  max-width: 100%;
  position: relative;
  vertical-align: middle;
  width: 187px;
}

.fornecedores > .listaFornecedores > .box > .item > img {
  display: block;
  margin: 0 auto;
}

.integrar {
  background-color: #ED603F;
  position: relative;
  z-index: 1;
}

.integrar::after {
  background: url("../img/pattern.png") repeat;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.integrar > .container > .integracao {
  color: #F9F9F9;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

@media only screen and (min-width: 1170px) {
  .integrar > .container > .integracao {
    padding: 120px 0 190px;
  }
}

@media only screen and (max-width: 1169px) {
  .integrar > .container > .integracao {
    display: block;
    padding-top: 40px;
    width: 100%;
  }
}

@media only screen and (min-width: 1170px) {
  .integrar > .container > .integracao > .f-left {
    width: 412px;
  }
}

@media only screen and (max-width: 1169px) {
  .integrar > .container > .integracao > .f-left {
    text-align: center;
    width: 100%;
  }
}

.integrar > .container > .integracao > .f-left > .texto {
  color: #F9F9F9;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

@media only screen and (min-width: 1170px) {
  .integrar > .container > .integracao > .f-left > .texto {
    margin-bottom: 90px;
  }
}

@media only screen and (max-width: 1169px) {
  .integrar > .container > .integracao > .f-left > .texto {
    font-size: 18px;
    margin-bottom: 30px;
  }
}

.integrar > .container > .integracao > .f-left > .titulo {
  color: #F9F9F9;
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

@media only screen and (min-width: 1170px) {
  .integrar > .container > .integracao > .f-left > .titulo {
    margin-bottom: 90px;
  }
}

@media only screen and (max-width: 1169px) {
  .integrar > .container > .integracao > .f-left > .titulo {
    font-size: 25px;
    margin-bottom: 30px;
  }
}

.integrar > .container > .integracao > .f-left > .textoMenor {
  color: #F9F9F9;
  font-size: 18px;
  font-style: normal;
  font-weight: 200;
  letter-spacing: 0;
  text-transform: none;
  line-height: 24px;
  margin-bottom: 30px;
  text-align: justify;
}

@media only screen and (max-width: 1169px) {
  .integrar > .container > .integracao > .f-right {
    width: 100%;
  }
}

@media only screen and (min-width: 1170px) {
  .integrar > .container > .integracao > .f-right > img {
    bottom: 0;
    position: absolute;
    right: 0;
    width: 635px;
  }
}

@media only screen and (max-width: 1169px) {
  .integrar > .container > .integracao > .f-right > img {
    display: block;
    margin: 0 auto;
    position: relative;
    width: 200px;
  }
}

.contato {
  background-color: #FFFFFF;
}

.contato > .container > .boxContato {
  overflow: hidden;
}

@media only screen and (min-width: 1170px) {
  .contato > .container > .boxContato {
    align-items: center;
    display: flex;
    padding: 120px 0;
  }
}

@media only screen and (max-width: 1169px) {
  .contato > .container > .boxContato {
    display: block;
    padding: 45px 0 25px;
    width: 100%;
  }
}

@media only screen and (min-width: 1170px) {
  .contato > .container > .boxContato > .f-left {
    width: 358px;
  }
}

@media only screen and (max-width: 1169px) {
  .contato > .container > .boxContato > .f-left {
    text-align: center;
    width: 100%;
  }
}

.contato > .container > .boxContato > .f-left > .texto {
  color: #21313C;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

@media only screen and (min-width: 1170px) {
  .contato > .container > .boxContato > .f-left > .texto {
    margin-bottom: 90px;
  }
}

@media only screen and (max-width: 1169px) {
  .contato > .container > .boxContato > .f-left > .texto {
    font-size: 18px;
    margin-bottom: 30px;
  }
}

.contato > .container > .boxContato > .f-left > .titulo {
  color: #21313C;
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

@media only screen and (min-width: 1170px) {
  .contato > .container > .boxContato > .f-left > .titulo {
    margin-bottom: 90px;
    max-width: 340px;
  }
}

@media only screen and (max-width: 1169px) {
  .contato > .container > .boxContato > .f-left > .titulo {
    font-size: 25px;
    margin-bottom: 30px;
  }
}

.contato > .container > .boxContato > .f-left > .textoMenor {
  color: #21313C;
  font-size: 18px;
  font-style: normal;
  font-weight: 200;
  letter-spacing: 0;
  text-transform: none;
  line-height: 24px;
}

@media only screen and (min-width: 1170px) {
  .contato > .container > .boxContato > .f-left > .textoMenor {
    margin-bottom: 90px;
    max-width: 215px;
  }
}

@media only screen and (max-width: 1169px) {
  .contato > .container > .boxContato > .f-left > .textoMenor {
    margin-bottom: 30px;
  }
}

.contato > .container > .boxContato > .f-left > .redes > li {
  display: inline-block;
  height: 46px;
  width: 46px;
}

.contato > .container > .boxContato > .f-left > .redes > li:hover {
  opacity: 0.8;
  transition: all 0.5s ease-out;
}

.contato > .container > .boxContato > .f-left > .redes > li:not(:last-of-type) {
  margin-right: 20px;
}

.contato > .container > .boxContato > .f-left > .redes > li > a {
  display: inline-block;
  font-size: 0;
  height: 46px;
  width: 46px;
}

.contato > .container > .boxContato > .f-left > .redes > li.gplus > a {
  background-image: url("../img/google.png");
  content: "";
}

.contato > .container > .boxContato > .f-left > .redes > li.twitter > a {
  background-image: url("../img/twitter.png");
  content: "";
}

.contato > .container > .boxContato > .f-left > .redes > li.face > a {
  background-image: url("../img/facebook.png");
  content: "";
}

@media only screen and (min-width: 1170px) {
  .contato > .container > .boxContato > .f-right {
    margin-left: 194px;
  }
}

@media only screen and (max-width: 1169px) {
  .contato > .container > .boxContato > .f-right {
    margin: 20px auto;
    width: 100%;
  }
}

@media only screen and (min-width: 1170px) {
  .contato > .container > .boxContato > .f-right > .topo {
    align-items: center;
    display: flex;
  }
}

@media only screen and (max-width: 1169px) {
  .contato > .container > .boxContato > .f-right > .topo {
    display: block;
    margin: 50px 0 30px;
    text-align: center;
  }
}

.contato > .container > .boxContato > .f-right > .topo > img {
  width: 30px;
}

@media only screen and (max-width: 1024px) {
  .contato > .container > .boxContato > .f-right > .topo > img {
    vertical-align: middle;
  }
}

.contato > .container > .boxContato > .f-right > .topo > span {
  font-size: 20px;
  font-weight: 500;
  margin-left: 20px;
}

.contato > .container > .boxContato > .f-right > form {
  margin-top: 30px;
}

.contato > .container > .boxContato > .f-right > form > input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #9FA3A6;
  color: #9FA3A6;
  display: block;
  height: 30px;
  line-height: 40px;
  margin-bottom: 40px;
  max-width: 100%;
}

@media only screen and (min-width: 1170px) {
  .contato > .container > .boxContato > .f-right > form > input {
    margin-bottom: 40px;
    width: 520px;
  }
  .contato > .container > .boxContato > .f-right > form > input[type="tel"] {
    width: 50%;
  }
}

@media only screen and (max-width: 1169px) {
  .contato > .container > .boxContato > .f-right > form > input {
    margin: 0 auto;
    margin-bottom: 15px;
    width: 300px;
  }
}

.contato > .container > .boxContato > .f-right > form > input:focus {
  outline: none;
}

.contato > .container > .boxContato > .f-right > form > input[type="submit"] {
  border: none;
  border-radius: 4px;
  background-color: #ED603F;
  color: #F9F9F9;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  height: 38px;
  line-height: 38px;
  text-align: center;
  text-transform: uppercase;
}

@media only screen and (min-width: 1170px) {
  .contato > .container > .boxContato > .f-right > form > input[type="submit"] {
    float: right;
    width: 120px;
  }
}

@media only screen and (max-width: 1169px) {
  .contato > .container > .boxContato > .f-right > form > input[type="submit"] {
    display: block;
    margin: 0 auto;
    margin-top: 40px;
    max-width: 300px;
    width: 100%;
  }
}

.contato > .container > .boxContato > .f-right > form > input[type="submit"]:hover {
  transition: all 0.4s ease-out;
  background-color: #21313C;
}

.footer {
  color: #F9F9F9;
  background-color: #A2A9AF;
  position: relative;
}

@media only screen and (min-width: 1170px) {
  .footer {
    padding: 60px 0;
  }
}

@media only screen and (max-width: 1169px) {
  .footer {
    display: flex;
    flex-flow: row wrap;
    padding: 30px 0;
  }
}

.footer > p {
  line-height: 24px;
  margin: 0 auto;
  max-width: 1000px;
  text-align: center;
}

@media only screen and (max-width: 1169px) {
  .footer > p {
    margin-bottom: 30px;
    order: 1;
    padding: 0 15px;
  }
}

.icon-back-top {
  background-color: #ED603F;
  border: 2px solid #F9F9F9;
  border-radius: 4px;
  bottom: 0;
  color: #F9F9F9;
  cursor: pointer;
  height: 30px;
  line-height: 30px;
  opacity: 0;
  position: fixed;
  text-align: center;
  top: 95%;
  transform: translate(-50%, -50%);
  visibility: visible;
  width: 30px;
  z-index: -1;
}

@media only screen and (min-width: 768px) {
  .icon-back-top {
    left: 96%;
  }
}

@media only screen and (max-width: 767px) {
  .icon-back-top {
    left: 94%;
  }
}

.icon-back-top:hover {
  transition: all 0.4s ease-out;
  background-color: #21313C;
}
/*# sourceMappingURL=style.css.map */