@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

/* This stylesheet generated by Transfonter (http://transfonter.org) on March 14, 2016 3:43 PM */
.box-shadow {
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.64);
     -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.64);
          box-shadow: 0 3px 9px rgba(0, 0, 0, 0.64); }

.color-black {
  color: #000000 !important; }

.color-white {
  color: #ffffff !important; }

.color-gray {
  color: #55504d !important; }

.background-gray {
  background: #f7f9fb !important; }

._margin-bottom-small {
  margin-bottom: 25px !important; }

._margin-bottom-medium {
  margin-bottom: 35px !important; }

._margin-bottom-large {
  margin-bottom: 40px !important; }

._margin-top-small {
  margin-bottom: 25px !important; }

._margin-top-medium {
  margin-top: 45px !important; }

._margin-top-large {
  margin-top: 70px !important; }
  @media screen and (max-width: 767px) {
    ._margin-top-large {
      margin-top: 40px !important; } }

.border-top-gray {
  border-top: 1px solid #e6e6e6; }

.text-align--right {
  text-align: right; }

.text-align-center {
  text-align: center; }

.font-size {
  font-size: 22px !important; }
  @media screen and (max-width: 767px) {
    .font-size {
      font-size: 18px !important; } }

.image-full {
  width: 100%; }

.colors-image {
  width: 100px; }

.center-image img {
  display: table;
  margin: 0 auto; }

.btn-hover-white {
  position: relative;
  z-index: 3; }
  .btn-hover-white:before {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    visibility: hidden;
    background: #ffffff;
    z-index: -1; }
  .btn-hover-white:hover {
    color: #71a372 !important;
    border: 1px solid #71a372; }
    .btn-hover-white:hover:before {
      width: 100%;
      visibility: visible; }

.ani-grow {
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  .ani-grow:hover {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1); }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**

 * 1. Set default font family to sans-serif.

 * 2. Prevent iOS text size adjust after orientation change, without disabling

 *    user zoom.

 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**

 * Remove default margin.

 */
body {
  margin: 0; }

/* HTML5 display definitions

   ========================================================================== */
/**

 * Correct `block` display not defined for any HTML5 element in IE 8/9.

 * Correct `block` display not defined for `details` or `summary` in IE 10/11

 * and Firefox.

 * Correct `block` display not defined for `main` in IE 11.

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

/**

 * 1. Correct `inline-block` display not defined in IE 8/9.

 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.

 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**

 * Prevent modern browsers from displaying `audio` without controls.

 * Remove excess height in iOS 5 devices.

 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**

 * Address `[hidden]` styling not present in IE 8/9/10.

 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.

 */
[hidden],
template {
  display: none; }

/* Links

   ========================================================================== */
/**

 * Remove the gray background color from active links in IE 10.

 */
a {
  background-color: transparent; }

/**

 * Improve readability when focused and also mouse hovered in all browsers.

 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics

   ========================================================================== */
/**

 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.

 */
abbr[title] {
  border-bottom: 1px dotted; }

/**

 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.

 */
b,
strong {
  font-weight: bold; }

/**

 * Address styling not present in Safari and Chrome.

 */
dfn {
  font-style: italic; }

/**

 * Address variable `h1` font-size and margin within `section` and `article`

 * contexts in Firefox 4+, Safari, and Chrome.

 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**

 * Address styling not present in IE 8/9.

 */
mark {
  background: #ff0;
  color: #000; }

/**

 * Address inconsistent and variable font size in all browsers.

 */
small {
  font-size: 80%; }

/**

 * Prevent `sub` and `sup` affecting `line-height` in all browsers.

 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content

   ========================================================================== */
/**

 * Remove border when inside `a` element in IE 8/9/10.

 */
img {
  border: 0; }

/**

 * Correct overflow not hidden in IE 9/10/11.

 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content

   ========================================================================== */
/**

 * Address margin not present in IE 8/9 and Safari.

 */
figure {
  margin: 1em 40px; }

/**

 * Address differences between Firefox and other browsers.

 */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

/**

 * Contain overflow in all browsers.

 */
pre {
  overflow: auto; }

/**

 * Address odd `em`-unit font size rendering in all browsers.

 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms

   ========================================================================== */
/**

 * Known limitation: by default, Chrome and Safari on OS X allow very limited

 * styling of `select`, unless a `border` property is set.

 */
/**

 * 1. Correct color not being inherited.

 *    Known issue: affects color of disabled elements.

 * 2. Correct font properties not being inherited.

 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.

 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**

 * Address `overflow` set to `hidden` in IE 8/9/10/11.

 */
button {
  overflow: visible; }

/**

 * Address inconsistent `text-transform` inheritance for `button` and `select`.

 * All other form control elements do not inherit `text-transform` values.

 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.

 * Correct `select` style inheritance in Firefox.

 */
button,
select {
  text-transform: none; }

/**

 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`

 *    and `video` controls.

 * 2. Correct inability to style clickable `input` types in iOS.

 * 3. Improve usability and consistency of cursor style between image-type

 *    `input` and others.

 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**

 * Re-set default cursor for disabled elements.

 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**

 * Remove inner padding and border in Firefox 4+.

 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**

 * Address Firefox 4+ setting `line-height` on `input` using `!important` in

 * the UA stylesheet.

 */
input {
  line-height: normal; }

/**

 * It's recommended that you don't attempt to style these elements.

 * Firefox's implementation doesn't respect box-sizing, padding, or width.

 *

 * 1. Address box sizing set to `content-box` in IE 8/9/10.

 * 2. Remove excess padding in IE 8/9/10.

 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**

 * Fix the cursor style for Chrome's increment/decrement buttons. For certain

 * `font-size` values of the `input`, it causes the cursor style of the

 * decrement button to change from `default` to `text`.

 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**

 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.

 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome

 *    (include `-moz` to future-proof).

 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**

 * Remove inner padding and search cancel button in Safari and Chrome on OS X.

 * Safari (but not Chrome) clips the cancel button when the search input has

 * padding (and `textfield` appearance).

 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**

 * Define consistent border, margin, and padding.

 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**

 * 1. Correct `color` not being inherited in IE 8/9/10/11.

 * 2. Remove padding so people aren't caught out if they zero out fieldsets.

 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**

 * Remove default vertical scrollbar in IE 8/9/10/11.

 */
textarea {
  overflow: auto; }

/**

 * Don't inherit the `font-weight` (applied by a rule above).

 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.

 */
optgroup {
  font-weight: bold; }

/* Tables

   ========================================================================== */
/**

 * Remove most spacing between table cells.

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

td,
th {
  padding: 0; }

html {
  font-family: "Roboto", sans-serif;
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media screen and (min-width: 768px) and (max-width: 1199px) {
    html {
      font-size: 58%; } }
  @media screen and (max-width: 767px) {
    html {
      font-size: 50%; } }

body {
  display: inline-block;
  vertical-align: top;
  width: 100% !important;
  max-width: 100%;
  color: #000 !important;
  height: 100% !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Roboto", sans-serif !important;
  overflow-x: hidden; }
  body.active {
    overflow: hidden; }

*, *::before, *::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }

*, *:focus, *:active {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  outline: none; }

img {
  max-width: 100%;
  vertical-align: bottom; }

.clearfix {
  clear: both; }

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none !important; }

input,
select,
textarea,
button {
  outline: none !important; }

[data-scroll-animation] {
  opacity: 0; }
  [data-scroll-animation].animated {
    opacity: 1; }

h1 {
  margin: 0; }

li {
  list-style: none; }

a {
  text-decoration: none;
  color: inherit; }

a:hover {
  text-decoration: none !important; }

ul,
p {
  margin: 0;
  padding: 0; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.topbar {
  background: #1a2823;
  border-bottom: 1px solid #fff; }
  .topbar ul {
    padding: 7px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .topbar ul li {
      margin-right: 40px; }
      @media screen and (max-width: 767px) {
        .topbar ul li {
          margin-right: 15px; } }
      .topbar ul li i {
        font-size: 18px;
        margin-right: 5px; }
        @media screen and (max-width: 767px) {
          .topbar ul li i {
            font-size: 20px; } }
      .topbar ul li a {
        font-size: 14px;
        color: #fff;
        font-style: italic; }
        @media screen and (max-width: 767px) {
          .topbar ul li a {
            font-size: 0px !important; } }

header {
  background: #295645;
  padding: 35px 0; }
  @media screen and (max-width: 767px) {
    header {
      padding: 15px 0; } }
  @media screen and (max-width: 767px) {
    header .inner-header {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media screen and (min-width: 768px) {
    header .logo {
      margin: 0 auto;
      display: table; } }
  @media screen and (max-width: 767px) {
    header .logo {
      width: 190px; } }

.btn-anchor {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 45px;
  height: 45px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background: #797b7a;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  color: #fff;
  z-index: 99999;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media screen and (max-width: 767px) {
    .btn-anchor {
      width: 30px;
      height: 30px;
      font-size: 16px; } }
  .btn-anchor:hover {
    background: #3b886b; }

.header-title h2 {
  margin-bottom: 20px; }
  @media screen and (max-width: 575px) {
    .header-title h2 {
      margin-bottom: 25px; } }

.header-title .sub-title {
  font-size: 3.6rem;
  font-weight: 400;
  margin-bottom: 25px;
  text-align: center !important; }
  @media screen and (max-width: 767px) {
    .header-title .sub-title {
      font-size: 20px; } }

.header-title .text {
  font-size: 14px;
  color: #666666; }

.section-content {
  padding: 70px 0; }
  @media screen and (max-width: 767px) {
    .section-content {
      padding: 35px 0; } }

footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 767px) {
    footer {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  footer .footer-contato {
    width: 50%;
    background: #e9eeec;
    padding: 10px 85px 10px 85px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media screen and (max-width: 767px) {
      footer .footer-contato {
        width: 100%;
        padding: 20px 20px 30px 20px; } }
    footer .footer-contato .title-footer {
      font-size: 5.2rem;
      font-weight: 900;
      color: #295645; }
      @media screen and (max-width: 991px) {
        footer .footer-contato .title-footer {
          font-size: 4.2rem; } }
    footer .footer-contato ul {
      margin-top: 35px; }
      footer .footer-contato ul li {
        margin-bottom: 25px;
        font-size: 28px;
        font-style: italic;
        font-weight: 600;
        color: #3b3a3a; }
        @media screen and (max-width: 767px) {
          footer .footer-contato ul li {
            margin-bottom: 15px; } }
        footer .footer-contato ul li:last-child {
          margin-bottom: 0; }
        footer .footer-contato ul li a {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
             -moz-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
        footer .footer-contato ul li i {
          margin-right: 10px;
          font-size: 30px; }
          @media screen and (max-width: 767px) {
            footer .footer-contato ul li i {
              font-size: 24px;
              margin-right: 10px; } }
        @media screen and (max-width: 991px) {
          footer .footer-contato ul li {
            font-size: 16px; } }
  footer .footer-form {
    background: #295645;
    width: 50%;
    padding: 40px; }
    @media screen and (max-width: 991px) {
      footer .footer-form {
        width: 100%;
        padding: 20px; } }
    footer .footer-form .title-footer {
      font-size: 5.2rem;
      font-weight: 900;
      color: #ffffff;
      text-align: center; }
      @media screen and (max-width: 991px) {
        footer .footer-form .title-footer {
          font-size: 4.2rem; } }
    footer .footer-form form {
      width: 450px;
      margin: 0 auto;
      display: table;
      margin-top: 30px; }
      @media screen and (max-width: 991px) {
        footer .footer-form form {
          width: 100%; } }
      footer .footer-form form .item {
        margin-bottom: 10px; }
        footer .footer-form form .item input[type=text],
        footer .footer-form form .item input[type=email] {
          width: 100%;
          height: 40px;
          border: none;
          padding: 0 10px;
          padding-top: 5px;
          font-size: 16px;
          font-weight: 400; }
          footer .footer-form form .item input[type=text]::-webkit-input-placeholder,
          footer .footer-form form .item input[type=email]::-webkit-input-placeholder {
            font-size: 16px;
            font-weight: 300;
            color: #979797;
            line-height: 1;
            font-style: italic; }
          footer .footer-form form .item input[type=text]::-moz-placeholder,
          footer .footer-form form .item input[type=email]::-moz-placeholder {
            font-size: 16px;
            font-weight: 300;
            color: #979797;
            line-height: 1;
            font-style: italic; }
          footer .footer-form form .item input[type=text]::-ms-input-placeholder,
          footer .footer-form form .item input[type=email]::-ms-input-placeholder {
            font-size: 16px;
            font-weight: 300;
            color: #979797;
            line-height: 1;
            font-style: italic; }
          footer .footer-form form .item input[type=text]::placeholder,
          footer .footer-form form .item input[type=email]::placeholder {
            font-size: 16px;
            font-weight: 300;
            color: #979797;
            line-height: 1;
            font-style: italic; }
        footer .footer-form form .item textarea {
          width: 100%;
          height: 120px;
          padding: 10px;
          font-style: italic;
          font-size: 16px;
          font-weight: 400; }
          footer .footer-form form .item textarea::-webkit-input-placeholder {
            font-size: 16px;
            font-weight: 300;
            color: #979797;
            line-height: 1; }
          footer .footer-form form .item textarea::-moz-placeholder {
            font-size: 16px;
            font-weight: 300;
            color: #979797;
            line-height: 1; }
          footer .footer-form form .item textarea::-ms-input-placeholder {
            font-size: 16px;
            font-weight: 300;
            color: #979797;
            line-height: 1; }
          footer .footer-form form .item textarea::placeholder {
            font-size: 16px;
            font-weight: 300;
            color: #979797;
            line-height: 1; }
        footer .footer-form form .item input[type=submit] {
          width: 205px;
          height: 45px;
          background: #ffffff;
          color: #295645;
          -webkit-border-radius: 5px;
             -moz-border-radius: 5px;
                  border-radius: 5px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
             -moz-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
             -moz-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          margin: 0 auto;
          border: none;
          font-size: 20px;
          font-weight: 600;
          margin-top: 25px; }

.menu {
  background: #0b0b0b;
  background: -webkit-gradient(linear, left top, left bottom, from(#0b0b0b), color-stop(50%, #211f1f), to(#353232));
  background: -webkit-linear-gradient(top, #0b0b0b 0%, #211f1f 50%, #353232 100%);
  background: -moz- oldlinear-gradient(top, #0b0b0b 0%, #211f1f 50%, #353232 100%);
  background: -o-linear-gradient(top, #0b0b0b 0%, #211f1f 50%, #353232 100%);
  background: linear-gradient(180deg, #0b0b0b 0%, #211f1f 50%, #353232 100%); }
  @media screen and (max-width: 767px) {
    .menu.menu-desktop {
      display: none; } }
  .menu nav > ul {
    margin: 0 auto;
    display: table; }
    .menu nav > ul > li {
      display: inline-block;
      position: relative; }
      .menu nav > ul > li.current a {
        background: #4b4d4c; }
      .menu nav > ul > li:hover .sub-menu {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
           -moz-transform: translateY(0);
            -ms-transform: translateY(0);
             -o-transform: translateY(0);
                transform: translateY(0); }
      .menu nav > ul > li > a {
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        padding: 10px 49px;
        color: #fff;
        text-transform: uppercase;
        text-align: center;
        display: block; }
        @media screen and (max-width: 1199px) {
          .menu nav > ul > li > a {
            padding: 10px 40px; } }
        @media screen and (max-width: 991px) {
          .menu nav > ul > li > a {
            font-size: 16px;
            padding: 10px 20px; } }
        .menu nav > ul > li > a:hover {
          background: #4b4d4c; }

.menu-desktop .sub-menu {
  position: absolute;
  top: 39px;
  width: 100%;
  z-index: 999;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(5px);
     -moz-transform: translateY(5px);
      -ms-transform: translateY(5px);
       -o-transform: translateY(5px);
          transform: translateY(5px);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .menu-desktop .sub-menu ul li a {
    width: 100%;
    padding: 10px;
    background: #4b4d4c;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    border-top: 1px solid #797979; }
    .menu-desktop .sub-menu ul li a:hover {
      background: #636564; }
  .menu-desktop .sub-menu ul li.current a {
    background: #636564; }

.blackface {
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  z-index: 9999;
  display: none;
  top: 0; }
  @media screen and (min-width: 992px) {
    .blackface {
      display: none; } }
  .blackface.active {
    display: block; }

.closedMenu {
  position: absolute;
  top: 8px;
  right: 12px;
  font-size: 18px;
  color: #000;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 11px;
  font-weight: bold; }
  @media screen and (min-width: 992px) {
    .closedMenu {
      display: none; } }
  .closedMenu.active {
    display: block; }

.menu-mobile {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 108px;
  overflow-y: scroll;
  opacity: 0;
  z-index: 999999;
  -webkit-transform: translateX(-100%);
     -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
       -o-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  visibility: hidden;
  z-index: 999999;
  padding-bottom: 20px; }
  @media screen and (min-width: 992px) {
    .menu-mobile {
      display: none; } }
  .menu-mobile.active {
    visibility: visible;
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0); }
    @media screen and (max-width: 1023px) {
      .menu-mobile.active {
        opacity: 1; } }
  .menu-mobile ul {
    width: 100%;
    margin-bottom: 0; }
    .menu-mobile ul > li {
      display: block;
      position: relative; }
      .menu-mobile ul > li.menu-item-has-children:before {
        content: '';
        background-image: url("../images/caret-white-right.png");
        background-repeat: no-repeat;
        width: 13px;
        height: 13px;
        right: 25px;
        top: 14px;
        -webkit-background-size: contain;
           -moz-background-size: contain;
                background-size: contain;
        position: absolute;
        -webkit-transition: 0.4s ease;
        -o-transition: 0.4s ease;
        -moz-transition: 0.4s ease;
        transition: 0.4s ease; }
      .menu-mobile ul > li.active:before {
        -webkit-transform: rotate(90deg);
           -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
             -o-transform: rotate(90deg);
                transform: rotate(90deg);
        top: 18px; }
      .menu-mobile ul > li.active .sub-menu {
        display: block; }
      .menu-mobile ul > li a {
        width: 100%;
        background: #285645;
        color: #fff;
        font-size: 16px;
        border-bottom: 1px solid #385f50;
        display: block;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 10px 20px;
        text-transform: uppercase; }

.menu-mobile .sub-menu {
  display: none; }
  .menu-mobile .sub-menu li a {
    background: #397d64;
    padding-left: 35px;
    font-size: 14px;
    border-bottom: 1px solid #2e7157; }

.button-nav {
  display: none;
  z-index: 9999999; }
  @media screen and (max-width: 767px) {
    .button-nav {
      display: block; } }
  .button-nav .btn-burguer .icon-bar:nth-of-type(2) {
    top: 1px; }
  .button-nav .btn-burguer .icon-bar:nth-of-type(3) {
    top: 2px;
    margin-bottom: 0; }
  .button-nav .btn-burguer .icon-bar {
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
  .button-nav .btn-burguer.active .icon-bar:nth-of-type(1) {
    top: 11px;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
    background: #ffffff; }
  .button-nav .btn-burguer.active .icon-bar:nth-of-type(2) {
    background-color: transparent; }
  .button-nav .btn-burguer.active .icon-bar:nth-of-type(3) {
    top: -5px;
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
    background: #ffffff; }
  .button-nav .btn-burguer.active .icon-bar:nth-of-type(4) {
    background-color: transparent; }
  .button-nav .btn-burguer {
    z-index: 9999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    cursor: pointer;
    float: left;
    z-index: 999999;
    position: relative;
    width: 31px; }
  .button-nav .btn-burguer .icon-bar {
    background: #ffffff;
    display: table;
    margin: 0 auto;
    margin-bottom: 5px;
    width: 31px;
    height: 3px;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px; }

.title-one h2 {
  text-align: center;
  font-size: 4.0rem;
  color: #295645;
  font-style: italic;
  font-weight: 900; }
  @media screen and (max-width: 767px) {
    .title-one h2 {
      font-size: 3.2rem; } }

.first-text {
  font-size: 22px;
  line-height: 32px;
  color: #232323;
  font-weight: 300;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .first-text {
      font-size: 16px;
      line-height: 26px; } }
  @media screen and (min-width: 992px) {
    .first-text {
      width: 835px;
      margin: 0 auto;
      display: table; } }

.title-two {
  margin: 0 auto;
  display: table;
  position: relative;
  margin-bottom: 60px;
  margin-top: 40px; }
  .title-two:before {
    content: '';
    width: 150px;
    height: 48px;
    background: #e3e9e6;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    position: absolute;
    z-index: -1;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(31deg);
       -moz-transform: translateX(-50%) rotate(31deg);
        -ms-transform: translateX(-50%) rotate(31deg);
         -o-transform: translateX(-50%) rotate(31deg);
            transform: translateX(-50%) rotate(31deg);
    top: 30px; }
    @media screen and (max-width: 767px) {
      .title-two:before {
        width: 100px;
        height: 35px; } }
  .title-two h3 {
    font-size: 3.6rem;
    color: #282828;
    font-weight: 700; }
    @media screen and (max-width: 767px) {
      .title-two h3 {
        font-size: 3.2rem; } }
    .title-two h3 span {
      color: #295645;
      text-align: center; }

@media screen and (min-width: 992px) {
  .text-preset-top {
    width: 850px;
    margin: 0 auto;
    display: table; } }

.text-preset-top p {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
  color: #005542; }
  @media screen and (max-width: 991px) {
    .text-preset-top p {
      font-size: 18px;
      line-height: 28px; } }

.text-subpotic {
  font-size: 16px;
  color: #4c4c4c;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 28px; }
  @media screen and (max-width: 991px) {
    .text-subpotic {
      font-size: 16px;
      line-height: 26px; } }

.text-all {
  font-size: 15px;
  color: #080808;
  font-weight: 500;
  line-height: 22px; }

.title-preset-top {
  font-size: 22px;
  color: #295645;
  font-weight: 600;
  margin-bottom: 15px;
  text-align: center; }

.text-image-top {
  font-size: 18px;
  color: #295645;
  font-weight: 600;
  margin-bottom: 15px;
  text-align: center;
  line-height: 26px; }

.text-separation {
  font-size: 18px;
  color: #285645;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 28px;
  border-bottom: 1px solid #d0d0d0;
  padding-bottom: 10px; }
  .text-separation i {
    margin-right: 10px; }

.hero {
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  background-position: center center; }
  @media screen and (min-width: 768px) {
    .hero.parallax {
      background-attachment: fixed; } }

.parallax-window {
  min-height: 100%; }

.header-hero {
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;
  height: 306px;
  background-repeat: no-repeat;
  background-position: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .header-hero .title-hero {
    font-size: 4.5rem;
    color: #ffffff;
    font-weight: 400; }

.breadcrumb-ez {
  margin-top: 30px;
  margin-bottom: 50px; }
  .breadcrumb-ez li {
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
    color: #808080; }
    .breadcrumb-ez li strong {
      font-weight: 300 !important; }
    .breadcrumb-ez li a {
      font-size: 14px;
      color: #808080;
      font-weight: 300; }

.banner {
  position: relative;
  padding-bottom: 52px; }
  @media screen and (max-width: 767px) {
    .banner {
      padding-bottom: 8px; } }
  .banner img {
    width: 100%;
    vertical-align: top;
    height: 85px; }
    @media screen and (max-width: 767px) {
      .banner img {
        height: 35px; } }
  .banner.banner-home:before {
    display: none; }
  .banner .banner-details {
    position: absolute;
    bottom: 0;
    width: 100%; }
  .banner.banner-innerPage {
    position: relative;
    height: 380px;
    -webkit-background-size: cover;
       -moz-background-size: cover;
            background-size: cover;
    background-repeat: no-repeat; }
    @media screen and (max-width: 767px) {
      .banner.banner-innerPage {
        height: 160px; } }
    .banner.banner-innerPage:before {
      content: '';
      width: 100%;
      background: rgba(0, 0, 0, 0.7);
      height: 100%;
      position: absolute; }
    .banner.banner-innerPage .banner-details {
      bottom: -30px;
      -webkit-transform: rotate(-1deg);
         -moz-transform: rotate(-1deg);
          -ms-transform: rotate(-1deg);
           -o-transform: rotate(-1deg);
              transform: rotate(-1deg); }
      @media screen and (max-width: 767px) {
        .banner.banner-innerPage .banner-details {
          bottom: -10px; } }
    @media screen and (max-width: 767px) {
      .banner.banner-innerPage .container {
        text-align: center; } }
    .banner.banner-innerPage .nome-page {
      font-size: 38px;
      font-weight: 900;
      margin-top: 130px;
      color: #ffffff;
      position: relative;
      float: left;
      padding-left: 90px;
      text-transform: uppercase; }
      @media screen and (max-width: 767px) {
        .banner.banner-innerPage .nome-page {
          font-size: 21px;
          line-height: 32px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          padding-top: 53px;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
             -moz-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          margin-top: 0;
          padding-left: 0;
          width: 100%; } }

.content-produtos {
  position: relative; }
  .content-produtos .faixa-produ-1 {
    position: absolute;
    width: 120%;
    height: 170px;
    background: #f4f6f5;
    top: 400px;
    z-index: -1;
    -webkit-transform: rotate(11deg);
       -moz-transform: rotate(11deg);
        -ms-transform: rotate(11deg);
         -o-transform: rotate(11deg);
            transform: rotate(11deg);
    left: -60px; }
    @media screen and (max-width: 991px) {
      .content-produtos .faixa-produ-1 {
        display: none; } }
  .content-produtos .faixa-produ-2 {
    position: absolute;
    width: 120%;
    height: 170px;
    background: #f4f6f5;
    bottom: 170px;
    z-index: -1;
    -webkit-transform: rotate(-6deg);
       -moz-transform: rotate(-6deg);
        -ms-transform: rotate(-6deg);
         -o-transform: rotate(-6deg);
            transform: rotate(-6deg);
    left: -60px; }
    @media screen and (max-width: 991px) {
      .content-produtos .faixa-produ-2 {
        display: none; } }
  .content-produtos .content-box--produtos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 767px) {
      .content-produtos .content-box--produtos {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
           -moz-box-orient: vertical;
           -moz-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; } }
    .content-produtos .content-box--produtos.flex-reverse {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
         -moz-box-orient: horizontal;
         -moz-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
      @media screen and (max-width: 767px) {
        .content-produtos .content-box--produtos.flex-reverse {
          -webkit-box-orient: vertical;
          -webkit-box-direction: reverse;
          -webkit-flex-direction: column-reverse;
             -moz-box-orient: vertical;
             -moz-box-direction: reverse;
              -ms-flex-direction: column-reverse;
                  flex-direction: column-reverse; } }
      .content-produtos .content-box--produtos.flex-reverse .box-produtos-button {
        float: right; }
        @media screen and (max-width: 767px) {
          .content-produtos .content-box--produtos.flex-reverse .box-produtos-button {
            float: left; } }
    .content-produtos .content-box--produtos .box-produtos--image {
      width: 50%;
      -webkit-background-size: cover;
         -moz-background-size: cover;
              background-size: cover;
      background-repeat: no-repeat; }
      @media screen and (max-width: 767px) {
        .content-produtos .content-box--produtos .box-produtos--image {
          width: 100%;
          height: 300px; } }
    .content-produtos .content-box--produtos .box-produtos--desc {
      padding: 40px;
      width: 50%; }
      @media screen and (max-width: 767px) {
        .content-produtos .content-box--produtos .box-produtos--desc {
          width: 100%;
          padding: 20px; } }
      .content-produtos .content-box--produtos .box-produtos--desc .box-produtos--title {
        font-size: 36px;
        font-weight: 700;
        color: #fff;
        margin-bottom: 40px; }
        @media screen and (max-width: 767px) {
          .content-produtos .content-box--produtos .box-produtos--desc .box-produtos--title {
            font-size: 26px;
            margin-bottom: 20px; } }
      .content-produtos .content-box--produtos .box-produtos--desc .box-produtos--text {
        font-size: 20px;
        font-weight: 300;
        line-height: 30px;
        color: #fff; }
        @media screen and (max-width: 767px) {
          .content-produtos .content-box--produtos .box-produtos--desc .box-produtos--text {
            font-size: 16px;
            line-height: 26px; } }
      .content-produtos .content-box--produtos .box-produtos--desc .box-produtos-button {
        margin-top: 80px; }
        @media screen and (max-width: 767px) {
          .content-produtos .content-box--produtos .box-produtos--desc .box-produtos-button {
            margin-top: 20px; } }
        .content-produtos .content-box--produtos .box-produtos--desc .box-produtos-button a {
          font-size: 20px;
          color: #295645;
          text-align: center;
          width: 190px;
          height: 40px;
          background: #ffffff;
          display: block;
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
             -moz-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
             -moz-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-border-radius: 4px;
             -moz-border-radius: 4px;
                  border-radius: 4px; }
          @media screen and (max-width: 767px) {
            .content-produtos .content-box--produtos .box-produtos--desc .box-produtos-button a {
              width: 130px;
              height: 35px;
              font-size: 16px; } }
    .content-produtos .content-box--produtos .box-produtos-gray {
      background: #575757;
      text-align: left; }
    .content-produtos .content-box--produtos .box-produtos-green {
      background: #295645;
      text-align: right; }
      @media screen and (max-width: 767px) {
        .content-produtos .content-box--produtos .box-produtos-green {
          text-align: left; } }

.banner-parallax {
  padding: 60px 0;
  position: relative;
  background-attachment: fixed;
  margin-top: 110px; }
  @media screen and (max-width: 767px) {
    .banner-parallax {
      padding: 30px 0;
      margin-top: 0px; } }
  .banner-parallax::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
    top: 0; }
  .banner-parallax p {
    text-align: center;
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    position: relative;
    z-index: 99;
    color: #fff; }
    @media screen and (max-width: 767px) {
      .banner-parallax p {
        font-size: 20px;
        line-height: 32px; } }
    @media screen and (min-width: 992px) {
      .banner-parallax p {
        width: 890px;
        margin: 0 auto;
        display: table; } }

.content-list-services .item {
  text-align: center;
  -webkit-box-shadow: 0 0 12px 0px #dedede;
     -moz-box-shadow: 0 0 12px 0px #dedede;
          box-shadow: 0 0 12px 0px #dedede; }
  @media screen and (max-width: 991px) {
    .content-list-services .item {
      margin-bottom: 20px; } }
  .content-list-services .item .image-services {
    height: 175px;
    width: 100%;
    -webkit-background-size: cover;
       -moz-background-size: cover;
            background-size: cover; }
  .content-list-services .item .content-services {
    padding: 30px 15px; }
  .content-list-services .item .title-services {
    font-size: 17px;
    color: #295645;
    font-weight: 700; }
  .content-list-services .item .text-services {
    font-size: 14px;
    line-height: 24px;
    margin-top: 15px; }
  .content-list-services .item .button-services {
    margin: 0 auto;
    margin-top: 20px;
    display: table; }
    .content-list-services .item .button-services a {
      font-size: 14px;
      color: #fff;
      text-align: center;
      width: 150px;
      height: 35px;
      background: #295645;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-border-radius: 4px;
         -moz-border-radius: 4px;
              border-radius: 4px; }

.content-empresa .text-preset-top {
  margin-bottom: 50px; }

.content-empresa .image-center {
  margin: 0 auto;
  display: table; }

.content-empresa .text-bottom {
  text-align: center;
  color: #295645;
  margin-top: 50px; }
  @media screen and (min-width: 992px) {
    .content-empresa .text-bottom {
      width: 900px;
      margin: 0 auto;
      display: table;
      margin-top: 50px; } }
  .content-empresa .text-bottom p {
    font-size: 18px;
    font-weight: bold;
    line-height: 28px; }

@media screen and (min-width: 992px) {
  .list-topics {
    width: 900px;
    margin: 0 auto;
    display: table; } }

.list-topics ul li {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  position: relative;
  padding-left: 20px; }
  @media screen and (max-width: 767px) {
    .list-topics ul li {
      font-size: 16px;
      line-height: 24px; } }
  .list-topics ul li:before {
    content: '\f054';
    position: absolute;
    font-family: 'FontAwesome';
    left: 0;
    color: #295645; }

.page-produtos .text-preset-top {
  margin-bottom: 50px; }

.page-produtos .list-topics ul {
  margin: 30px 0;
  display: block; }

.content-contato .text-contato {
  font-size: 42px;
  font-weight: 900;
  color: #295645;
  text-align: center; }

.content-contato ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  margin-top: 50px; }
  .content-contato ul li a {
    font-size: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 600; }
    .content-contato ul li a i {
      margin-right: 10px;
      font-size: 38px !important; }

.page-contato .footer-contato {
  display: none; }

.page-contato .footer-form {
  width: 100%; }

.button-green {
  margin: 0 auto;
  display: table;
  margin-top: 40px; }
  .button-green a {
    font-size: 16px;
    color: #fff;
    background: #295645;
    width: 160px;
    height: 38px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px; }
    @media screen and (max-width: 767px) {
      .button-green a {
        width: 140px;
        height: 30px;
        font-size: 14px; } }


        .list-catalogos {
  padding-top: 40px;
}

.list-catalogos  a {
  font-size: 15px;
  background: #126857;
  padding: 13px 15px;
  color: #fff;
  width: 100%;
  margin-bottom: 25px;
  display: inline-block;

}

.list-catalogos  a:hover {
  background: #27806e;
}

.list-catalogos a i {
  font-size: 18px;
  padding-right: 10px;
  margin-right: 8px;
  border-right: 1px solid #fff;
}

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