* {
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

a {
  text-decoration: none; }

img {
  max-width: 100%; }

html, body {
  height: 100%;
  margin: 0;
  font-size: 12px;
  font-family: "Open Sans", sans-serif; }

h1, h2, h3, h4, h5, h6, input, select, textarea {
  font-family: "Open Sans", sans-serif;
  font-weight: normal; }

.grid {
  width: 95%;
  max-width: 95.33rem;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between; }

.sec-header .sec-topo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  height: 200px;
  padding: 3rem 0; }

.sec-conheca {
  background: url("../imagens/fundo-conheca.jpg");
  background-size: cover;
  background-position: center;
  padding: 4rem 0; }
  .sec-conheca p {
    font-size: 1.5rem;
    color: #fff;
    line-height: 1.7; }
  .sec-conheca .grid.conheca {
    padding: 5rem 0;
    text-align: center; }
    .sec-conheca .grid.conheca h1 {
      text-align: center;
      color: #fff;
      font-size: 4rem;
      text-transform: uppercase;
      padding-bottom: 3rem;
      width: 100%; }
  .sec-conheca .grid.produtos {
    padding: 5rem 0;
    justify-content: center; }
    .sec-conheca .grid.produtos .col {
      padding: 0 4rem; }
    .sec-conheca .grid.produtos h2 {
      text-align: center;
      color: #fff;
      font-size: 4rem;
      text-transform: uppercase;
      padding-bottom: 3rem;
      width: 100%; }

.sec-contato {
  padding: 8rem 0; }
  .sec-contato .grid {
    align-items: center;
    align-content: center; }
  .sec-contato h2 {
    text-align: center;
    color: #0f66ae;
    font-size: 4rem;
    text-transform: uppercase;
    width: 100%; }
  .sec-contato h3 {
    text-align: center;
    width: 100%;
    font-size: 2rem;
    color: #53b7e7;
    padding-bottom: 5rem; }
  .sec-contato .img {
    width: 50%; }
  .sec-contato .form {
    width: 45%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between; }
    .sec-contato .form .textfield {
      width: 100%;
      padding: 1rem;
      background-color: #0f66ae;
      color: #fff;
      border: none;
      color: #fff;
      margin-bottom: 1rem;
      border-radius: 6px; }
      .sec-contato .form .textfield.w50 {
        width: 48%; }
    .sec-contato .form textarea.textfield {
      resize: vertical;
      height: 100px; }
    .sec-contato .form ::placeholder {
      color: #fff; }
    .sec-contato .form button.button {
      background-color: #53b8e8;
      display: inline-table;
      padding: 1rem 3rem;
      color: #fff;
      border: none;
      border-radius: 6px;
      font-size: 1.333rem; }

.sec-rodape {
  background-color: #53b7e7;
  padding: 2rem 0; }
  .sec-rodape .grid {
    align-items: center;
    align-content: center; }
  .sec-rodape p {
    font-size: 1.5rem;
    color: #fff;
    line-height: 1.7; }
    .sec-rodape p.tc {
      text-align: center;
      padding-top: 2rem; }

@media screen and (max-width: 1025px) {
  body, html {
    font-size: 11px !important; } }
@media screen and (max-width: 768px) {
  body, html {
    font-size: 10px; } }
@media screen and (max-width: 500px) {
  .sec-topo {
    position: unset !important; }

  .langs {
    width: 100%;
    text-align: center;
    padding-top: 2rem; }

  .sec-conheca .grid.produtos .col {
    width: 100%;
    padding: 0 1rem;
    padding-top: .4rem; }

  .sec-contato .form {
    width: 100%;
    padding: 0 1rem; }

  .sec-contato .img {
    width: 100%;
    order: 2;
    padding-top: 2rem; }

  .sec-rodape div {
    width: 100%;
    text-align: center; }
    .sec-rodape div.logo img {
      padding: 2rem; } }

/*# sourceMappingURL=style.css.map */
