h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #0d4066;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #0d4066;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #0d4066;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #0d4066;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

p {
  margin-top: 25px;
  margin-bottom: 10px;
  color: #0d4066;
  font-size: 21px;
  line-height: 27px;
}

.section {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.ercros-e-syntor {
  overflow: visible;
  margin-bottom: 0px;
  padding-top: 200px;
  padding-bottom: 200px;
  background-image: url('../images/fundo_ercros.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.hero {
  height: 100vh;
  background-image: url('../images/fundo-home.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.quem-somos {
  padding-top: 200px;
  padding-bottom: 200px;
}

.section.distribuicao {
  width: 100%;
  height: 75vh;
  background-image: url('../images/fundo_distribuicao.jpg');
  background-position: 50% 82%;
  background-size: cover;
  background-repeat: no-repeat;
}

.logo-home {
  width: 50%;
  margin-bottom: 30px;
}

.logo-quem-somos {
  display: block;
  width: 30%;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
}

.body {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #524b4b;
  text-align: center;
}

.logo-menu {
  width: 180px;
}

.nav-bar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  background-color: hsla(0, 0%, 100%, .85);
  color: #000;
}

.nav-button {
  color: #0d4066;
  font-weight: 700;
  text-transform: uppercase;
}

.nav-button:hover {
  color: #a60475;
}

.nav-button.w--current {
  padding-bottom: 5px;
  border-top: 1px none #000;
  border-bottom: 3px solid #a60475;
  color: #a60475;
}

.paragrafo-branco {
  margin-bottom: 25px;
  color: #fff;
  font-weight: 400;
}

.paragrafo-branco.texto-home {
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}

.paragrafo-branco.feature-distribuicao {
  margin-top: 10px;
  padding-top: 0px;
  font-size: 18px;
  line-height: 24px;
}

.heading-2-branco {
  color: #fff;
}

.formula-produto {
  width: 50%;
}

.formula-produto.destaque {
  width: 75%;
}

.heading-3-magenta {
  color: #a60475;
}

.thumb-formula {
  width: 60%;
}

.nav-bar-logo {
  margin-top: 10px;
}

.container {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.container.hero-wrapper {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.paragraph {
  margin-top: 60px;
}

.marcas-produtos {
  margin-top: 60px;
  padding-left: 0px;
}

.botao-produtos-mais {
  width: 40px;
  height: 40px;
  margin-top: 10px;
  background-color: transparent;
  background-image: url('../images/btn_produto_saibaMais.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  font-weight: 100;
}

.conteudo-produto {
  padding-right: 40px;
  padding-left: 40px;
}

.bloco-produtos-mais-infos {
  margin-top: 49px;
}

.produto-destaque {
  background-image: url('../images/fundo_paraformal.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.outros-produtos-wrapper {
  padding-top: 50px;
}

.produto-destaque-wrapper {
  padding-top: 70px;
  padding-bottom: 70px;
}

.produtos-wrapper {
  margin-bottom: 50px;
  padding-bottom: 0px;
}

.paragarafo-azul {
  margin-bottom: 25px;
}

.fispq {
  margin-top: 10px;
  padding-top: 0px;
}

.heading-4-branco {
  color: #fff;
  font-weight: 400;
}

.features-distribuicao {
  margin-top: 0px;
  padding-top: 30px;
}

.footer-wrapper {
  margin-top: 40px;
}

.distribuicao-wrapper {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.frase-footer {
  margin-top: 5px;
  text-align: left;
}

.heading {
  margin-top: 5px;
  float: left;
}

.image {
  float: right;
}

.feature-wrapper {
  padding-right: 0px;
  padding-left: 0px;
}

.botao-seta {
  width: 100px;
  height: 80px;
  background-color: transparent;
  background-image: url('../images/seta_branca.svg');
  background-position: 50% 50%;
  background-size: 65px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.botao-seta.w--current {
  width: 80px;
}

.botao-seta.azul {
  background-image: url('../images/seta_azul.svg');
  background-size: 65px;
}

.image-2 {
  float: right;
}

.logo-ercros-hero {
  position: absolute;
  left: 0%;
  top: 80%;
  right: -80%;
  bottom: 0px;
  display: block;
  width: 180px;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section-2 {
  height: 500px;
}

.heading-2 {
  max-width: 400px;
  float: none;
  font-weight: 400;
  text-align: left;
}

.paragraph-3 {
  margin: 20px;
  float: none;
  text-align: left;
}

.heading-3 {
  text-align: left;
}

@media (max-width: 991px) {
  p {
    font-size: 18px;
    line-height: 24px;
  }
  .paragrafo-branco {
    font-size: 18px;
    line-height: 24px;
  }
  .paragrafo-branco.feature-distribuicao {
    font-size: 15px;
    line-height: 21px;
  }
  .container.hero-wrapper {
    padding-right: 35px;
    padding-left: 35px;
  }
  .outros-produtos-wrapper {
    padding-right: 0px;
    padding-left: 10px;
  }
  .produto-destaque-wrapper {
    padding-right: 34px;
    padding-left: 34px;
  }
  .produtos-wrapper {
    padding-right: 35px;
    padding-left: 35px;
  }
  .distribuicao-wrapper {
    padding-right: 35px;
    padding-left: 35px;
  }
  .heading {
    font-size: 16px;
  }
  .logo-ercros-hero {
    top: 85%;
    right: -60%;
    width: 20%;
  }
  .container-2 {
    padding-right: 34px;
    padding-left: 34px;
  }
  .container-3 {
    padding-right: 35px;
    padding-left: 35px;
  }
  .container-4 {
    padding-right: 34px;
    padding-left: 34px;
  }
}

@media (max-width: 479px) {
  h2 {
    font-size: 30px;
    line-height: 38px;
  }
  h4 {
    font-size: 14px;
    line-height: 21px;
  }
  p {
    font-size: 14px;
    line-height: 21px;
  }
  .section.ercros-e-syntor {
    height: 100%;
    margin-bottom: 0px;
    padding-top: 100px;
    padding-bottom: 0px;
  }
  .section.hero {
    height: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    background-size: auto 100%;
  }
  .section.quem-somos {
    margin-bottom: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .section.distribuicao {
    height: 100%;
    background-size: cover;
  }
  .logo-home {
    width: 70%;
  }
  .logo-quem-somos {
    width: 50%;
  }
  .nav-bar {
    height: 60px;
  }
  .nav-button {
    background-color: hsla(0, 0%, 100%, .8);
    text-align: center;
  }
  .paragrafo-branco {
    font-size: 14px;
    line-height: 21px;
  }
  .paragrafo-branco.texto-home {
    margin: 0px;
    font-size: 14px;
    line-height: 21px;
  }
  .paragrafo-branco.feature-distribuicao {
    font-size: 14px;
    line-height: 18px;
  }
  .heading-2-branco {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 30px;
  }
  .formula-produto {
    width: 75%;
  }
  .heading-3-magenta {
    margin-top: 0px;
  }
  .container.hero-wrapper {
    top: 0px;
    padding: 120px 30px 40px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .marcas-produtos {
    margin-top: 31px;
  }
  .conteudo-produto {
    padding: 0px 3px;
  }
  .outros-produtos-wrapper {
    padding-top: 0px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .produto-destaque-wrapper {
    padding-bottom: 0px;
  }
  .produtos-wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }
  .fispq {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .heading-4-branco {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
  }
  .heading-4-branco.distribuidora {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
  }
  .features-distribuicao {
    padding-right: 30px;
    padding-left: 30px;
  }
  .distribuicao-wrapper {
    top: 0%;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .frase-footer {
    padding: 0px 50px;
  }
  .heading {
    text-align: center;
  }
  .image {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .botao-seta {
    width: 40px;
    height: 40px;
    margin-top: 10px;
    background-size: 40px;
  }
  .botao-seta.azul {
    background-size: 40px;
  }
  .heading-2 {
    text-align: center;
  }
  .paragraph-3 {
    text-align: center;
  }
  .heading-3 {
    font-size: 30px;
    line-height: 38px;
    text-align: center;
  }
  .paragraph-4 {
    margin: 0px 20px;
    font-size: 14px;
    line-height: 21px;
  }
  .container-2 {
    padding-top: 50px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .paragraph-5 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .container-3 {
    margin-bottom: 50px;
    padding: 0px 30px;
  }
  .logo-representados {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .column {
    margin-bottom: 30px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .container-4 {
    padding-right: 30px;
    padding-left: 30px;
    text-align: center;
  }
  .column-2 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .menu-button.w--open {
    background-color: #fff;
  }
  .container-5 {
    background-color: hsla(0, 0%, 100%, .8);
  }
  .icon {
    color: #0d4066;
  }
}