/*! 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;
  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"] {
  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; }

meta.foundation-version {
  font-family: "/5.5.1/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.063em) and (max-width:64em)/";
  width: 40.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.063em) and (max-width:90em)/";
  width: 64.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em; }

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.063em) and (max-width:120em)/";
  width: 90.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

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

html,
body {
  font-size: 100%; }

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto; }

a:hover {
  cursor: pointer; }

img {
  max-width: 100%;
  height: auto; }

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

.hide {
  display: none; }

.invisible {
  visibility: hidden; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 75em; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse > .column,
  .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row .row {
    width: auto;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      width: auto;
      margin: 0;
      max-width: none; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

.column,
.columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left; }

[class*="column"] + [class*="column"]:last-child {
  float: right; }

[class*="column"] + [class*="column"].end {
  float: left; }

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .small-push-1 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .small-pull-1 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .small-push-2 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .small-pull-2 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .small-push-3 {
    position: relative;
    left: 50%;
    right: auto; }

  .small-pull-3 {
    position: relative;
    right: 50%;
    left: auto; }

  .small-push-4 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .small-pull-4 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .small-push-5 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .small-pull-5 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }

  .small-1 {
    width: 16.66667%; }

  .small-2 {
    width: 33.33333%; }

  .small-3 {
    width: 50%; }

  .small-4 {
    width: 66.66667%; }

  .small-5 {
    width: 83.33333%; }

  .small-6 {
    width: 100%; }

  .small-offset-0 {
    margin-left: 0% !important; }

  .small-offset-1 {
    margin-left: 16.66667% !important; }

  .small-offset-2 {
    margin-left: 33.33333% !important; }

  .small-offset-3 {
    margin-left: 50% !important; }

  .small-offset-4 {
    margin-left: 66.66667% !important; }

  .small-offset-5 {
    margin-left: 83.33333% !important; }

  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none; }

  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left; }

  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right; }

  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; } }
@media only screen and (min-width: 40.063em) {
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .medium-push-1 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .medium-pull-1 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .medium-push-2 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .medium-pull-2 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .medium-push-3 {
    position: relative;
    left: 50%;
    right: auto; }

  .medium-pull-3 {
    position: relative;
    right: 50%;
    left: auto; }

  .medium-push-4 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .medium-pull-4 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .medium-push-5 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .medium-pull-5 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }

  .medium-1 {
    width: 16.66667%; }

  .medium-2 {
    width: 33.33333%; }

  .medium-3 {
    width: 50%; }

  .medium-4 {
    width: 66.66667%; }

  .medium-5 {
    width: 83.33333%; }

  .medium-6 {
    width: 100%; }

  .medium-offset-0 {
    margin-left: 0% !important; }

  .medium-offset-1 {
    margin-left: 16.66667% !important; }

  .medium-offset-2 {
    margin-left: 33.33333% !important; }

  .medium-offset-3 {
    margin-left: 50% !important; }

  .medium-offset-4 {
    margin-left: 66.66667% !important; }

  .medium-offset-5 {
    margin-left: 83.33333% !important; }

  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none; }

  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left; }

  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right; }

  .row.medium-collapse > .column,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }

  .push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .push-1 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .pull-1 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .push-2 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .pull-2 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .push-3 {
    position: relative;
    left: 50%;
    right: auto; }

  .pull-3 {
    position: relative;
    right: 50%;
    left: auto; }

  .push-4 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .pull-4 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .push-5 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .pull-5 {
    position: relative;
    right: 83.33333%;
    left: auto; } }
@media only screen and (min-width: 64.063em) {
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .large-push-1 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .large-pull-1 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .large-push-2 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .large-pull-2 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .large-push-3 {
    position: relative;
    left: 50%;
    right: auto; }

  .large-pull-3 {
    position: relative;
    right: 50%;
    left: auto; }

  .large-push-4 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .large-pull-4 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .large-push-5 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .large-pull-5 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }

  .large-1 {
    width: 16.66667%; }

  .large-2 {
    width: 33.33333%; }

  .large-3 {
    width: 50%; }

  .large-4 {
    width: 66.66667%; }

  .large-5 {
    width: 83.33333%; }

  .large-6 {
    width: 100%; }

  .large-offset-0 {
    margin-left: 0% !important; }

  .large-offset-1 {
    margin-left: 16.66667% !important; }

  .large-offset-2 {
    margin-left: 33.33333% !important; }

  .large-offset-3 {
    margin-left: 50% !important; }

  .large-offset-4 {
    margin-left: 66.66667% !important; }

  .large-offset-5 {
    margin-left: 83.33333% !important; }

  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none; }

  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left; }

  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right; }

  .row.large-collapse > .column,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }

  .push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .push-1 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .pull-1 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .push-2 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .pull-2 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .push-3 {
    position: relative;
    left: 50%;
    right: auto; }

  .pull-3 {
    position: relative;
    right: 50%;
    left: auto; }

  .push-4 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .pull-4 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .push-5 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .pull-5 {
    position: relative;
    right: 83.33333%;
    left: auto; } }
.flex-video {
  position: relative;
  padding-top: 1.5625rem;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden; }
  .flex-video.widescreen {
    padding-bottom: 56.34%; }
  .flex-video.vimeo {
    padding-top: 0; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

body {
  font-family: "Open Sans", sans-serif;
  color: #32494e;
  font-size: 1em;
  font-weight: 300; }

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

strong {
  font-weight: 700; }

.centralizado {
  text-align: center; }

::selection {
  background: #82ca9c;
  color: #ffffff; }

::-moz-selection {
  background: #82ca9c;
  color: #ffffff; }

h1 {
  font-size: 3.75em;
  font-weight: 300;
  line-height: 1.2em;
  color: #45b97c; }
  @media screen and (max-width: 767px) {
    h1 {
      line-height: 1.2em;
      font-size: 1.875em; } }

button {
  background: none;
  border: none;
  outline: none; }

.apoio {
  display: block;
  color: #32494e;
  font-size: 0.5em;
  line-height: 1.3;
  padding-top: 0.5em; }

.apoio_branco {
  display: block;
  color: #ffffff;
  font-size: 0.5em;
  line-height: 1.3;
  padding-top: 0.5em; }

#menu_botao {
  position: fixed;
  top: 37px;
  z-index: 90;
  text-align: center;
  border-radius: 3em;
  width: 4em;
  height: 4em;
  transition: 1s; }

.menu_botao_fundo {
  background: #45b97c;
  transition: ease-in 1s; }
  @media screen and (max-width: 600px) {
    .menu_botao_fundo {
      background: rgba(69, 185, 124, 0.5); } }
  .menu_botao_fundo:hover {
    background: #3da06c; }

#menu {
  background: #32494e;
  color: #ffffff;
  height: 100%;
  position: fixed;
  right: -40%;
  width: 40%;
  padding: 3em;
  overflow: hidden;
  z-index: 89;
  display: block; }
  @media screen and (max-width: 767px) {
    #menu {
      width: 100%;
      text-align: center;
      right: 0;
      display: none; } }
  #menu ul {
    list-style: none;
    line-height: 3em;
    padding: 0; }
    @media screen and (max-width: 1000px) {
      #menu ul {
        margin-top: -4em; } }
  #menu li {
    font-size: 1.875em; }
    #menu li a:hover {
      color: #45b97c; }
    #menu li span {
      display: none; }
  #menu #menu_principal {
    top: 30%;
    position: relative; }
    #menu #menu_principal a {
      transition: 0.2s; }
  #menu #menu_redes {
    position: relative;
    top: 60%; }
  #menu #menu_redes li {
    position: relative;
    overflow: hidden;
    height: 4.125em;
    width: 4.125em;
    font-size: 1em;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 0.8em 0 0;
    display: inline-block;
    vertical-align: middle;
    border-radius: 4.125em;
    color: #32494e;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border: 1px solid #ffffff; }
    @media screen and (min-width: 768px) and (max-width: 1000px) {
      #menu #menu_redes li {
        display: block;
        margin-bottom: 1em; } }
    @media screen and (max-width: 767px) {
      #menu #menu_redes li {
        display: inline-block;
        margin: 0 0.3em 0 0; } }
    #menu #menu_redes li:before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #45b97c;
      border-radius: 4.125em;
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0);
      -webkit-transition-property: transform;
      -moz-transition-property: transform;
      -ms-transition-property: transform;
      -o-transition-property: transform;
      transition-property: transform;
      -webkit-transition-duration: 0.2s;
      -moz-transition-duration: 0.2s;
      -ms-transition-duration: 0.2s;
      -o-transition-duration: 0.2s;
      transition-duration: 0.2s;
      -webkit-transition-timing-function: ease-in-out;
      -moz-transition-timing-function: ease-in-out;
      -ms-transition-timing-function: ease-in-out;
      -o-transition-timing-function: ease-in-out;
      transition-timing-function: ease-in-out; }
    #menu #menu_redes li:hover, #menu #menu_redes li:focus, #menu #menu_redes li:active {
      background-color: transparent;
      border-color: transparent; }
      #menu #menu_redes li:hover:before, #menu #menu_redes li:focus:before, #menu #menu_redes li:active:before {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); }
  #menu .menu_redes_facebook {
    background-image: url(../img/menu_social_facebook_off.png); }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      #menu .menu_redes_facebook {
        background-image: url("../img/menu_social_facebook_off@2x.png");
        background-size: 33px, 33px; } }
    #menu .menu_redes_facebook:hover {
      background-image: url(../img/menu_social_facebook_on.png); }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        #menu .menu_redes_facebook:hover {
          background-image: url("../img/menu_social_facebook_on@2x.png");
          background-size: 33px, 33px; } }
  #menu .menu_redes_instagram {
    background-image: url(../img/menu_social_instagram_off.png); }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      #menu .menu_redes_instagram {
        background-image: url("../img/menu_social_instagram_off@2x.png");
        background-size: 33px, 33px; } }
    #menu .menu_redes_instagram:hover {
      background-image: url(../img/menu_social_instagram_on.png); }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        #menu .menu_redes_instagram:hover {
          background-image: url("../img/menu_social_instagram_on@2x.png");
          background-size: 33px, 33px; } }
  #menu .menu_redes_twitter {
    background-image: url(../img/menu_social_twitter_off.png); }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      #menu .menu_redes_twitter {
        background-image: url("../img/menu_social_twitter_off@2x.png");
        background-size: 33px, 33px; } }
    #menu .menu_redes_twitter:hover {
      background-image: url(../img/menu_social_twitter_on.png); }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        #menu .menu_redes_twitter:hover {
          background-image: url("../img/menu_social_twitter_on@2x.png");
          background-size: 33px, 33px; } }

.lines-button {
  display: inline-block;
  padding: 1rem 0.5rem;
  transition: .3s;
  cursor: pointer;
  user-select: none;
  border-radius: 0.28571rem; }
  .lines-button:hover {
    opacity: 1; }
  .lines-button:active {
    transition: 0; }

.lines {
  display: inline-block;
  width: 2rem;
  height: 0.22222rem;
  background: #ffffff;
  transition: 0.3s;
  position: relative;
  /*create the upper and lower lines as pseudo-elements of the middle line*/ }
  .lines:before, .lines:after {
    display: inline-block;
    width: 2rem;
    height: 0.22222rem;
    background: #ffffff;
    transition: 0.3s;
    position: absolute;
    left: 0;
    content: '';
    transform-origin: 0.14286rem center; }
  .lines:before {
    top: 0.5rem; }
  .lines:after {
    top: -0.5rem; }

.lines-button:hover {
  opacity: 1; }
  .lines-button:hover .XXlines:before {
    top: 0.57143rem; }
  .lines-button:hover .XXlines:after {
    top: -0.57143rem; }

.lines-button.x.close .lines {
  /*hide the middle line*/
  background: transparent;
  /*overlay the lines by setting both their top values to 0*/ }
  .lines-button.x.close .lines:before, .lines-button.x.close .lines:after {
    transform-origin: 50% 50%;
    top: 0;
    width: 2rem; }
  .lines-button.x.close .lines:before {
    transform: rotate3d(0, 0, 1, 45deg);
    -webkit-transform: rotate3d(0, 0, 1, 45deg); }
  .lines-button.x.close .lines:after {
    transform: rotate3d(0, 0, 1, -45deg);
    -webkit-transform: rotate3d(0, 0, 1, -45deg); }

#topo {
  background: url(../img/topo_fundo.png) no-repeat center bottom, radial-gradient(farthest-corner at 50% 145%, #82ca9c 0%, #82ca9c 25%, #82ca9c 41%, #45b97c 90%);
  padding: 2.8125em 0;
  height: 100vh; }
  @media screen and (max-width: 650px) {
    #topo {
      height: 100vh; } }
  #topo #topo_logo {
    background: url(../img/topo_logo.png) no-repeat center;
    width: 10.9375em;
    height: 3em; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      #topo #topo_logo {
        background-image: url("../img/topo_logo@2x.png");
        background-size: 175px, 48px; } }
  #topo #topo_seta_container {
    position: absolute;
    bottom: 3%;
    width: 100%;
    text-align: center; }
    @media screen and (max-width: 650px) {
      #topo #topo_seta_container {
        margin: 6em 0 0 0; } }
    @media screen and (max-height: 450px) {
      #topo #topo_seta_container {
        display: none; } }
  #topo .topo_seta_todas {
    background-image: url(../img/seta_verde_3@2x.png);
    background-repeat: no-repeat;
    background-size: 24px 13px;
    background-position: 50% 50%;
    width: 4.125em;
    height: 4.125em;
    border-radius: 4.125em;
    position: absolute; }
  #topo #topo_seta3 {
    opacity: 1; }
  #topo #topo_seta2 {
    -webkit-animation: topo_setaB 2s infinite;
    -moz-animation: topo_setaB 2s infinite;
    animation: topo_setaB 2s infinite;
    opacity: 0; }
  #topo #topo_seta1 {
    -webkit-animation: topo_setaA 2s infinite;
    -moz-animation: topo_setaA 2s infinite;
    animation: topo_setaA 2s infinite;
    opacity: 0; }
  #topo #topo_seta_circulo {
    background: #ffffff;
    width: 4.125em;
    height: 4.125em;
    border-radius: 4.125em;
    display: inline-block;
    overflow: hidden; }

#topo_animacao {
  position: absolute;
  top: 20%; }
  @media screen and (min-width: 755px) {
    #topo_animacao {
      display: none; } }

#animhome_wrapper {
  height: 500px;
  width: 100%;
  position: absolute;
  top: 2%; }
  @media screen and (min-height: 750px) {
    #animhome_wrapper {
      top: 20% !important; } }
  @media screen and (min-height: 500px) and (max-height: 749px) {
    #animhome_wrapper {
      top: 5%; } }
  @media screen and (max-width: 800px) {
    #animhome_wrapper {
      display: none; } }
  @media screen and (max-height: 620px) {
    #animhome_wrapper {
      display: none; } }

#animhome_hype_container {
  overflow: hidden;
  width: 750px;
  height: 500px;
  position: absolute; }
  @media screen and (min-width: 1160px) {
    #animhome_hype_container {
      left: 19%; } }
  @media screen and (max-width: 800px) {
    #animhome_hype_container {
      left: 0 !important;
      width: 740px; } }
  @media screen and (max-width: 900px) {
    #animhome_hype_container {
      left: 8%; } }
  @media screen and (max-width: 1000px) {
    #animhome_hype_container {
      left: 11%; } }

#topo_ilustracao_mobile {
  margin: 10vh auto 0 auto;
  height: 50vh;
  width: 90%;
  background: url(../img/topo_ilustra@2x.png) no-repeat center;
  background-size: contain; }
  @media screen and (min-width: 800px) and (min-height: 620px) {
    #topo_ilustracao_mobile {
      display: none; } }

@-webkit-keyframes topo_setaB {
  0% {
    background-position: 50% 50%;
    opacity: 1; }
  100% {
    background-position: 50% 110%;
    opacity: 0; } }
@-webkit-keyframes topo_setaA {
  0% {
    background-position: 50% 50%;
    opacity: 1; }
  100% {
    background-position: 50% 160%;
    opacity: 0; } }
@-moz-keyframes topo_setaB {
  0% {
    background-position: 50% 50%;
    opacity: 1; }
  100% {
    background-position: 50% 110%;
    opacity: 0; } }
@-moz-keyframes topo_setaA {
  0% {
    background-position: 50% 50%;
    opacity: 1; }
  100% {
    background-position: 50% 160%;
    opacity: 0; } }
@keyframes topo_setaB {
  0% {
    background-position: 50% 50%;
    opacity: 1; }
  100% {
    background-position: 50% 110%;
    opacity: 0; } }
@keyframes topo_setaA {
  0% {
    background-position: 50% 50%;
    opacity: 1; }
  100% {
    background-position: 50% 160%;
    opacity: 0; } }
#intro p {
  font-size: 1.25em;
  line-height: 2.5em; }
  @media screen and (max-width: 767px) {
    #intro p {
      font-size: 1em;
      line-height: 1.375em;
      text-align: left; } }
#intro h1 {
  margin: 2em 0 1.1em 0; }
#intro .flex-video {
  margin-top: 3em; }
  @media screen and (min-width: 640px) {
    #intro .flex-video {
      margin-top: 4em; } }

#projetos {
  padding: 4em 0 0 0; }

#projetos_categorias ul {
  list-style: none;
  padding: 0; }
#projetos_categorias li {
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.75em;
  color: #45b97c;
  border: 1px solid #45b97c;
  background: #ffffff;
  padding: 1em 2.5em;
  letter-spacing: 0.08em;
  border-radius: 2em;
  transition: 0.2s; }
  #projetos_categorias li:hover {
    color: #ffffff;
    background: #45b97c; }
#projetos_categorias .projetos_categorias_link {
  margin: 0 2em 2em 0;
  display: inline-block; }
  #projetos_categorias .projetos_categorias_link:last-of-type {
    margin: 0; }
  @media screen and (max-width: 639px) {
    #projetos_categorias .projetos_categorias_link {
      font-size: 89%;
      margin: 0 0.4em 1em 0; } }
#projetos_categorias .projetos_categoria_clicada {
  color: #ffffff;
  background: #45b97c; }

#projetos_listagem {
  width: 100%; }
  #projetos_listagem .projetos_item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 25%;
    height: 200px; }
    @media screen and (max-width: 600px) {
      #projetos_listagem .projetos_item {
        width: 50%; } }
  #projetos_listagem .projetos_item_hover {
    opacity: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.2s;
    color: #ffffff; }
    #projetos_listagem .projetos_item_hover span {
      width: 100%;
      text-align: center;
      opacity: 0;
      position: absolute;
      padding: 0 1em; }
      @media screen and (min-width: 1200px) {
        #projetos_listagem .projetos_item_hover span {
          font-size: 1em; } }
      @media screen and (min-width: 1600px) {
        #projetos_listagem .projetos_item_hover span {
          font-size: 1.5em;
          bottom: 12%; } }
    #projetos_listagem .projetos_item_hover:hover {
      background: url(../img/projetos_cta.png) rgba(130, 202, 156, 0.8);
      background-repeat: no-repeat;
      background-position: center;
      opacity: 1; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        #projetos_listagem .projetos_item_hover:hover {
          background-image: url("../img/projetos_cta@2x.png");
          background-size: 170px, 170px; } }
      @media screen and (max-width: 900px) {
        #projetos_listagem .projetos_item_hover:hover {
          background-size: 100px 100px !important; } }
      #projetos_listagem .projetos_item_hover:hover span {
        opacity: 1; }

#clientes {
  padding: 4em 0;
  text-align: center;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    #clientes {
      padding: 1em 0; } }
  #clientes h1 {
    margin-bottom: 2em; }
  #clientes .clientes_item_container {
    height: 10em;
    margin: 0 0 0.5em 0;
    display: inline-block;
    width: 24%;
    cursor: pointer; }
    @media screen and (max-width: 767px) {
      #clientes .clientes_item_container {
        width: 33.333%; } }
    @media screen and (max-width: 600px) {
      #clientes .clientes_item_container {
        width: 49%;
        height: 7em; } }
  #clientes .clientes_item {
    width: 60%;
    height: 60%;
    margin: 0 auto;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: 0.3s;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: gray;
    filter: url(../img/desaturate.svg#greyscale);
    opacity: 0.8; }
    #clientes .clientes_item:hover {
      opacity: 1.0;
      filter: grayscale(0%);
      -webkit-filter: grayscale(0%);
      -moz-filter: grayscale(0%);
      filter: inherit; }
    #clientes .clientes_item span {
      display: none; }

#falando {
  background: url(../img/falando_fundo_b.png) no-repeat bottom center #45b97c;
  color: #ffffff; }
  @media screen and (min-width: 640px) {
    #falando {
      padding-bottom: 5em; } }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    #falando {
      background-image: url("../img/falando_fundo_b@2x.png");
      background-size: 3200px, 521px; } }
  #falando h1 {
    margin: 2em 0 2em 0;
    color: #ffffff; }
    @media screen and (max-width: 767px) {
      #falando h1 {
        margin: 1em 0 1em 0; } }
  #falando #falando_fundo_a {
    background: url(../img/falando_fundo_a.png) no-repeat 250% 0;
    min-height: 50em;
    position: absolute;
    display: block;
    width: 100%; }
  #falando .falando_item {
    margin: 0 0 2em 0; }
  #falando time {
    text-transform: uppercase;
    border: 2px solid #82ca9c;
    border-radius: 12em;
    height: 6em;
    width: 6em;
    display: block;
    text-align: center;
    line-height: 1.1em;
    padding: 1.7em 0 0 0;
    float: left;
    margin: 0 1em 15em 0; }
    #falando time .falando_dia {
      font-size: 3em; }
    @media screen and (max-width: 1000px) {
      #falando time {
        font-size: 80%;
        float: none;
        margin: 0 0 1em 0; } }
  #falando h2 {
    margin: -0.1em 0 0 0;
    font-weight: 300;
    font-size: 1.875em;
    line-height: 1.2em; }
    @media screen and (max-width: 1000px) {
      #falando h2 {
        font-size: 1.5em; } }
  #falando .falando_cta {
    text-transform: uppercase;
    font-size: 0.75em;
    color: #32494e;
    border: 1px solid #32494e;
    border-radius: 4em;
    display: inline-block;
    width: 13em;
    height: 4em;
    padding: 1.2em 0 0 0;
    text-align: center;
    letter-spacing: 0.1em;
    transition: 0.2s; }
    #falando .falando_cta:hover {
      color: #45b97c;
      background: #32494e; }
  #falando p {
    line-height: 1.8em;
    font-size: 1.125em; }
    @media screen and (max-width: 1000px) {
      #falando p {
        font-size: 1em;
        line-height: 1.375em; } }
  #falando ::selection {
    background: #32494e;
    color: #ffffff; }
  #falando ::-moz-selection {
    background: #32494e;
    color: #ffffff; }

.sr-only, .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

#contato {
  text-align: center;
  padding: 4em 0; }
  @media screen and (max-width: 767px) {
    #contato {
      padding: 1em 0; } }
  #contato input, #contato textarea {
    width: 70%;
    font-size: 1.25em;
    border: 1px solid #45b97c;
    transition: 0.3s;
    color: #45b97c;
    padding: 1em 2em;
    border-radius: 2em;
    margin: 1em 0 0 0;
    text-align: center;
    -webkit-appearance: none; }
    @media screen and (max-width: 767px) {
      #contato input, #contato textarea {
        width: 95%;
        font-size: 0.9375em;
        padding: 1em; } }
    #contato input:focus, #contato textarea:focus {
      border: 3px solid #45b97c;
      outline: none; }
  #contato button[type=submit] {
    background: url(../img/seta_branca@2x.png) no-repeat center #45b97c;
    background-size: 13px 23px;
    height: 4.125em;
    width: 4.125em;
    display: inline-block;
    border-radius: 2em;
    overflow: hidden;
    position: absolute;
    bottom: 4%;
    right: 19%; }
    #contato button[type=submit] span {
      display: none; }
    @media screen and (min-width: 580px) and (max-width: 767px) {
      #contato button[type=submit] {
        float: right;
        bottom: 2% !important;
        right: 5% !important;
        position: absolute !important; } }
    @media screen and (max-width: 767px) {
      #contato button[type=submit] {
        position: relative;
        bottom: auto;
        right: auto;
        margin: 1em 0 0 0;
        overflow: visible; }
        #contato button[type=submit] span {
          display: block;
          right: 120%;
          top: 30%;
          position: absolute;
          text-transform: uppercase;
          color: #45b97c; } }
  #contato button[type=reset] {
    display: none; }
  #contato .g-recaptcha {
    position: absolute;
    left: 19%;
    bottom: 4%;
    display: none; }
    @media screen and (max-width: 767px) {
      #contato .g-recaptcha {
        position: relative;
        left: auto;
        bottom: auto;
        margin: 1em auto 0 2.2em;
        text-align: center; } }
    @media screen and (max-width: 400px) {
      #contato .g-recaptcha {
        margin: 1em 0; } }

.textareaRequiredMsg, .textfieldRequiredMsg, .textfieldInvalidFormatMsg {
  margin: 1em 0 1em 0;
  display: block;
  font-size: 0.850em;
  border-radius: 0.5em;
  padding: 0.5em 0.8em;
  color: red;
  text-transform: uppercase;
  display: none; }

.textfieldRequiredState .textfieldRequiredMsg, .textfieldInvalidFormatState .textfieldInvalidFormatMsg,
.textfieldMinValueState .textfieldMinValueMsg, .textfieldMaxValueState .textfieldMaxValueMsg,
.textfieldMinCharsState .textfieldMinCharsMsg, .textfieldMaxCharsState .textfieldMaxCharsMsg,
.textareaRequiredState .textareaRequiredMsg, .textareaMinCharsState .textareaMinCharsMsg,
.textareaMaxCharsState .textareaMaxCharsMsg {
  display: block; }

.textfieldValidState input, input.textfieldValidState, .textareaValidState textarea, textarea.textareaValidState {
  border-color: green !important; }

textarea.textareaRequiredState, .textareaRequiredState textarea, textarea.textareaMinCharsState, .textareaMinCharsState textarea,
textarea.textareaMaxCharsState, .textareaMaxCharsState textarea, input.textfieldRequiredState, .textfieldRequiredState input,
input.textfieldInvalidFormatState, .textfieldInvalidFormatState input, input.textfieldMinValueState, .textfieldMinValueState input,
input.textfieldMaxValueState, .textfieldMaxValueState input, input.textfieldMinCharsState, .textfieldMinCharsState input,
input.textfieldMaxCharsState, .textfieldMaxCharsState input {
  border-color: red !important; }

::-webkit-input-placeholder {
  color: #45b97c; }

:-moz-placeholder {
  color: #45b97c;
  opacity: 1; }

::-moz-placeholder {
  color: #45b97c;
  opacity: 1; }

:-ms-input-placeholder {
  color: #45b97c; }

input:focus::-webkit-input-placeholder {
  color: transparent; }

input:focus:-moz-placeholder {
  color: transparent; }

/* FF 4-18 */
input:focus::-moz-placeholder {
  color: transparent; }

/* FF 19+ */
input:focus:-ms-input-placeholder {
  color: transparent; }

/* IE 10+ */
textarea:focus::-webkit-input-placeholder {
  color: transparent; }

textarea:focus:-moz-placeholder {
  color: transparent; }

/* FF 4-18 */
textarea:focus::-moz-placeholder {
  color: transparent; }

/* FF 19+ */
textarea:focus:-ms-input-placeholder {
  color: transparent; }

/* IE 10+ */
#gmap_1 {
  width: 100%;
  height: 50em;
  z-index: 79;
  position: absolute;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    #gmap_1 {
      display: none; } }

#mapa {
  height: 50em;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    #mapa {
      height: auto;
      overflow: auto; } }

#mapa_dados {
  background: url(../img/mapa_elipse.png) no-repeat right center;
  height: 42.8125em;
  width: 42.8125em;
  padding: 14em 0 0 12em;
  z-index: 80;
  position: relative;
  overflow: hidden;
  margin: 4em 0 0 0;
  float: right; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    #mapa_dados {
      background-image: url("../img/mapa_elipse@2x.png");
      background-size: 685px, 685px; } }
  @media screen and (max-width: 1200px) {
    #mapa_dados {
      -webkit-transform: scale(0.8);
      -moz-transform: scale(0.8);
      transform: scale(0.8); } }
  @media screen and (max-width: 767px) {
    #mapa_dados {
      overflow: auto;
      margin: auto;
      float: none;
      width: 100%;
      height: auto;
      padding: 0 1em; } }
  #mapa_dados .mapa_dados_email {
    font-size: 1.5em; }
  #mapa_dados .mapa_dados_telefone {
    font-size: 2.25em;
    line-height: 1em; }
  #mapa_dados hr {
    width: 30%;
    margin: 2em 0;
    display: block;
    border: 1px solid #82ca9c;
    background-color: #82ca9c; }
  #mapa_dados .mapa_cta {
    text-transform: uppercase;
    font-size: 0.75em;
    color: #32494e;
    border: 1px solid #32494e;
    border-radius: 4em;
    display: inline-block;
    height: 4em;
    padding: 1.2em;
    text-align: center;
    letter-spacing: 0.1em; }
    @media screen and (min-width: 767px) {
      #mapa_dados .mapa_cta {
        display: none; } }
    #mapa_dados .mapa_cta:hover {
      color: #45b97c;
      background: #32494e; }

#rodape {
  padding: 4em 0; }
  #rodape #rodape_redes {
    text-align: center; }
    @media screen and (max-width: 767px) {
      #rodape #rodape_redes {
        text-align: center;
        margin-top: 2em;
        margin-bottom: -2em; } }
    #rodape #rodape_redes span {
      display: none; }
    @media screen and (max-width: 1000px) {
      #rodape #rodape_redes ul {
        margin: -0.7em 0 0 0; } }
    #rodape #rodape_redes li {
      position: relative;
      overflow: hidden;
      height: 4.125em;
      width: 4.125em;
      font-size: 1em;
      background-color: #ffffff;
      background-repeat: no-repeat;
      background-position: center;
      margin: 0 0.8em 0 0;
      display: inline-block;
      vertical-align: middle;
      border-radius: 4.125em;
      color: #32494e;
      -webkit-transition-duration: 0.3s;
      -moz-transition-duration: 0.3s;
      -ms-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s;
      border: 1px solid #32494e; }
      @media screen and (min-width: 768px) and (max-width: 1000px) {
        #rodape #rodape_redes li {
          margin-bottom: 1em; } }
      @media screen and (max-width: 767px) {
        #rodape #rodape_redes li {
          display: inline-block;
          margin: 0 0.3em 0 0; } }
      #rodape #rodape_redes li:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #45b97c;
        border-radius: 4.125em;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        -webkit-transition-property: transform;
        -moz-transition-property: transform;
        -ms-transition-property: transform;
        -o-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.2s;
        -moz-transition-duration: 0.2s;
        -ms-transition-duration: 0.2s;
        -o-transition-duration: 0.2s;
        transition-duration: 0.2s;
        -webkit-transition-timing-function: ease-in-out;
        -moz-transition-timing-function: ease-in-out;
        -ms-transition-timing-function: ease-in-out;
        -o-transition-timing-function: ease-in-out;
        transition-timing-function: ease-in-out; }
      #rodape #rodape_redes li:hover, #rodape #rodape_redes li:focus, #rodape #rodape_redes li:active {
        background-color: transparent;
        border-color: transparent; }
        #rodape #rodape_redes li:hover:before, #rodape #rodape_redes li:focus:before, #rodape #rodape_redes li:active:before {
          -webkit-transform: scale(1);
          -moz-transform: scale(1);
          -ms-transform: scale(1);
          -o-transform: scale(1);
          transform: scale(1); }
    #rodape #rodape_redes .rodape_redes_facebook {
      background-image: url(../img/rodape_social_facebook_off.png); }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        #rodape #rodape_redes .rodape_redes_facebook {
          background-image: url("../img/rodape_social_facebook_off@2x.png");
          background-size: 33px, 33px; } }
      #rodape #rodape_redes .rodape_redes_facebook:hover {
        background-image: url(../img/rodape_social_facebook_on.png); }
        @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
          #rodape #rodape_redes .rodape_redes_facebook:hover {
            background-image: url("../img/rodape_social_facebook_on@2x.png");
            background-size: 33px, 33px; } }
    #rodape #rodape_redes .rodape_redes_instagram {
      background-image: url(../img/rodape_social_instagram_off.png); }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        #rodape #rodape_redes .rodape_redes_instagram {
          background-image: url("../img/rodape_social_instagram_off@2x.png");
          background-size: 33px, 33px; } }
      #rodape #rodape_redes .rodape_redes_instagram:hover {
        background-image: url(../img/rodape_social_instagram_on.png); }
        @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
          #rodape #rodape_redes .rodape_redes_instagram:hover {
            background-image: url("../img/rodape_social_instagram_on@2x.png");
            background-size: 33px, 33px; } }
    #rodape #rodape_redes .rodape_redes_twitter {
      background-image: url(../img/rodape_social_twitter_off.png); }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        #rodape #rodape_redes .rodape_redes_twitter {
          background-image: url("../img/rodape_social_twitter_off@2x.png");
          background-size: 33px, 33px; } }
      #rodape #rodape_redes .rodape_redes_twitter:hover {
        background-image: url(../img/rodape_social_twitter_on.png); }
        @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
          #rodape #rodape_redes .rodape_redes_twitter:hover {
            background-image: url("../img/rodape_social_twitter_on@2x.png");
            background-size: 33px, 33px; } }
    #rodape #rodape_redes ul {
      list-style: none;
      padding: 0; }

#topo_generico {
  padding: 2.8125em 0 0 0;
  min-height: 25em; }
  @media screen and (max-width: 40em) {
    #topo_generico {
      min-height: 10em; } }
  #topo_generico #topo_logo_container {
    margin-bottom: 8em; }
  #topo_generico #topo_logo {
    background: url(../img/topo_logo.png) no-repeat center;
    width: 10.9375em;
    height: 3em; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      #topo_generico #topo_logo {
        background-image: url("../img/topo_logo@2x.png");
        background-size: 175px, 48px; } }
  #topo_generico #topo_blog_titulo {
    background: url(../img/blog_topo_titulo.png) no-repeat 8% bottom;
    min-height: 8.4375em;
    margin: 3em 0 0 0;
    padding: 0; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      #topo_generico #topo_blog_titulo {
        background-image: url("../img/blog_topo_titulo@2x.png");
        background-size: 412px, 135px; } }
    @media screen and (max-width: 40em) {
      #topo_generico #topo_blog_titulo {
        margin: 0; } }
    @media screen and (min-width: 420px) and (max-width: 767px) {
      #topo_generico #topo_blog_titulo {
        min-width: 25.75em; } }
    @media screen and (max-width: 419px) {
      #topo_generico #topo_blog_titulo {
        background-size: contain; } }
    @media screen and (min-width: 768px) and (max-width: 830px) {
      #topo_generico #topo_blog_titulo {
        background-size: contain; } }
    #topo_generico #topo_blog_titulo span {
      display: none; }
  #topo_generico #topo_blog_busca {
    margin: 7em 0 0 0;
    text-align: right;
    /* FF 4-18 */
    /* FF 19+ */
    /* IE 10+ */ }
    @media screen and (max-width: 767px) {
      #topo_generico #topo_blog_busca {
        display: none; } }
    #topo_generico #topo_blog_busca input {
      color: #ffffff;
      width: 70%;
      background: url(../img/blog_busca_icone.png) no-repeat 95% center;
      outline: none;
      padding: 1em 4em 1em 2em;
      border-radius: 2em;
      border: 2px solid #ffffff;
      -webkit-appearance: none;
      font-size: 0.75em;
      font-weight: 400;
      letter-spacing: 0.15em; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        #topo_generico #topo_blog_busca input {
          background-image: url("../img/blog_busca_icone@2x.png");
          background-size: 24px, 25px; } }
    #topo_generico #topo_blog_busca ::-webkit-input-placeholder {
      color: #ffffff;
      text-transform: uppercase; }
    #topo_generico #topo_blog_busca :-moz-placeholder {
      color: #ffffff;
      opacity: 1;
      text-transform: uppercase; }
    #topo_generico #topo_blog_busca ::-moz-placeholder {
      color: #ffffff;
      opacity: 1;
      text-transform: uppercase; }
    #topo_generico #topo_blog_busca :-ms-input-placeholder {
      color: #ffffff;
      text-transform: uppercase; }
    #topo_generico #topo_blog_busca input:focus::-webkit-input-placeholder {
      color: transparent; }
    #topo_generico #topo_blog_busca input:focus:-moz-placeholder {
      color: transparent; }
    #topo_generico #topo_blog_busca input:focus::-moz-placeholder {
      color: transparent; }
    #topo_generico #topo_blog_busca input:focus:-ms-input-placeholder {
      color: transparent; }
    #topo_generico #topo_blog_busca input[type=submit] {
      display: none; }

.sem_destaque {
  background: url(../img/blog_topo_fundo.png) no-repeat center bottom, radial-gradient(farthest-corner at 15% 120%, #82ca9c 0%, #82ca9c 25%, #82ca9c 41%, #45b97c 90%); }

.com_destaque {
  background-size: cover !important; }

#blog_principal {
  padding: 4em 0; }
  #blog_principal #blog_busca_mobile {
    text-align: center;
    margin: -1em 0 2em 0;
    /* FF 4-18 */
    /* FF 19+ */
    /* IE 10+ */ }
    #blog_principal #blog_busca_mobile input[type=submit] {
      display: none; }
    #blog_principal #blog_busca_mobile input {
      color: #32494e;
      -webkit-appearance: none;
      outline: none;
      border: 1px solid #32494e;
      width: 90%;
      padding: 1em 2em;
      border-radius: 2em;
      font-size: 0.75em;
      letter-spacing: 0.15em; }
    #blog_principal #blog_busca_mobile ::-webkit-input-placeholder {
      color: #32494e;
      text-transform: uppercase; }
    #blog_principal #blog_busca_mobile :-moz-placeholder {
      color: #32494e;
      opacity: 1;
      text-transform: uppercase; }
    #blog_principal #blog_busca_mobile ::-moz-placeholder {
      color: #32494e;
      opacity: 1;
      text-transform: uppercase; }
    #blog_principal #blog_busca_mobile :-ms-input-placeholder {
      color: #32494e;
      text-transform: uppercase; }
    #blog_principal #blog_busca_mobile input:focus::-webkit-input-placeholder {
      color: transparent; }
    #blog_principal #blog_busca_mobile input:focus:-moz-placeholder {
      color: transparent; }
    #blog_principal #blog_busca_mobile input:focus::-moz-placeholder {
      color: transparent; }
    #blog_principal #blog_busca_mobile input:focus:-ms-input-placeholder {
      color: transparent; }
    @media screen and (min-width: 768px) {
      #blog_principal #blog_busca_mobile {
        display: none; } }
  #blog_principal time {
    text-transform: uppercase;
    border: 1px solid #45b97c;
    color: #45b97c;
    border-radius: 12em;
    height: 6em;
    width: 6em;
    display: block;
    text-align: center;
    line-height: 1.1em;
    padding: 1.7em 0 0 0;
    transition: 0.3s; }
    @media screen and (max-width: 40em) {
      #blog_principal time {
        margin: 0 0 1em 0; } }
    #blog_principal time:hover {
      transform: scale(1.1);
      background: #45b97c;
      color: #ffffff; }
    #blog_principal time .post_dia {
      font-size: 3em; }
    @media screen and (max-width: 1000px) {
      #blog_principal time {
        font-size: 80%; } }
  #blog_principal h2 {
    font-size: 3em;
    color: #45b97c;
    font-weight: 300;
    line-height: 1.3em;
    margin: 0 0 0.8em 0; }
    @media screen and (max-width: 1000px) {
      #blog_principal h2 {
        font-size: 2em;
        margin-left: 0.5em; } }
  #blog_principal .blog_resultado_titulo {
    font-size: 2.25em;
    color: #45b97c;
    font-style: italic;
    font-weight: 300;
    border-bottom: 1px solid #45b97c; }
  #blog_principal h4 {
    font-size: 1.875em;
    color: #45b97c;
    font-weight: 300;
    padding: 0;
    margin: 0.3em 0 0.8em 0; }
  #blog_principal .blog_principal_post_tags {
    text-transform: uppercase;
    font-size: 80%;
    margin: 0 0 2em 0;
    display: block; }
    #blog_principal .blog_principal_post_tags span {
      color: #45b97c;
      font-weight: 400; }
  #blog_principal hr {
    border: 1px solid #45b97c;
    background-color: #45b97c;
    margin: 0.5em 0 0 0; }
  #blog_principal .blog_principal_hr_espaco {
    margin: 0.5em 0; }
  #blog_principal .blog_redes {
    text-align: right; }
    @media screen and (max-width: 767px) {
      #blog_principal .blog_redes {
        text-align: center; } }
  #blog_principal p {
    font-size: 1.25em;
    color: #32494e;
    line-height: 1.8em;
    margin: 0 0 2em 0; }
    @media screen and (max-width: 1000px) {
      #blog_principal p {
        font-size: 1em;
        margin-left: 1em; } }
  #blog_principal .post_cta {
    text-transform: uppercase;
    font-size: 0.75em;
    color: #45b97c;
    border: 1px solid #45b97c;
    border-radius: 4em;
    display: inline-block;
    width: 13em;
    height: 4em;
    padding: 1.2em 0 0 0;
    text-align: center;
    letter-spacing: 0.1em;
    transition: 0.2s;
    margin: 0 0 5em 0; }
    #blog_principal .post_cta:hover {
      color: #ffffff;
      background: #45b97c; }
    @media screen and (max-width: 1000px) {
      #blog_principal .post_cta {
        margin-left: 1em; } }
  #blog_principal .blog_principal_post img {
    width: 100%;
    height: auto; }
  #blog_principal .blog_principal_post p a {
    color: #45b97c;
    border-bottom: 1px dotted #45b97c; }
  #blog_principal .blog_principal_post_antprox a {
    display: inline-block;
    margin: 0 1em 0 0;
    font-size: 80%;
    text-transform: uppercase;
    color: #82ca9c;
    transition: 0.2s; }
    #blog_principal .blog_principal_post_antprox a:hover {
      color: #45b97c; }
  #blog_principal #blog_sidebar {
    text-align: right;
    color: #32494e; }
    @media screen and (max-width: 642px) {
      #blog_principal #blog_sidebar {
        text-align: center; } }
    #blog_principal #blog_sidebar h3 {
      font-size: 3em;
      margin: 0 0 0.5em 0;
      font-weight: 300; }
      @media screen and (max-width: 1000px) {
        #blog_principal #blog_sidebar h3 {
          font-size: 2em; } }
    #blog_principal #blog_sidebar .blog_sidebar_listagem {
      list-style: none;
      padding: 0; }
    #blog_principal #blog_sidebar li {
      font-size: 1.25em;
      line-height: 1.8em; }
      @media screen and (max-width: 1000px) {
        #blog_principal #blog_sidebar li {
          font-size: 1em; } }
  #blog_principal .noticias_post_cta a {
    text-transform: uppercase;
    font-size: 0.75em;
    color: #32494e;
    border: 1px solid #32494e;
    border-radius: 4em;
    display: block;
    padding: 1.2em 2em;
    text-align: center;
    letter-spacing: 0.1em;
    transition: 0.2s;
    margin: 0 0 1.5em 0; }
    #blog_principal .noticias_post_cta a:hover {
      background-color: #32494e;
      color: #ffffff; }
    @media screen and (min-width: 640px) {
      #blog_principal .noticias_post_cta a {
        display: inline-block;
        margin: 0 2em 0 0; }
        #blog_principal .noticias_post_cta a:last-of-type {
          margin: 0; } }
  #blog_principal .comment-author img {
    display: none !important; }
  #blog_principal .comments p {
    margin: auto; }
  #blog_principal .comments ol li::before {
    color: red; }
  #blog_principal .comments img {
    width: auto;
    display: inline; }
  #blog_principal .comments .comment-date {
    text-transform: uppercase;
    font-size: 60%;
    width: auto;
    text-decoration: none;
    border: none; }
  #blog_principal .comments .reply {
    display: none; }
  #blog_principal .comments .nocomments {
    font-size: 80%;
    line-height: 1; }

#topo_generico_projeto {
  background: #45b97c;
  padding: 2.8125em 0 0 0;
  min-height: 7em; }
  #topo_generico_projeto #topo_logo_container {
    margin-bottom: 3em; }
  #topo_generico_projeto #topo_logo {
    background: url(../img/topo_logo.png) no-repeat center;
    width: 10.9375em;
    height: 3em; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      #topo_generico_projeto #topo_logo {
        background-image: url("../img/topo_logo@2x.png");
        background-size: 175px, 48px; } }

#projeto_principal {
  color: #32494e; }
  #projeto_principal .projeto_texto {
    font-size: 1.25em;
    line-height: 1.8em;
    margin: 0 0 2em 0; }
    @media screen and (max-width: 640px) {
      #projeto_principal .projeto_texto {
        font-size: 1em; } }
  #projeto_principal h1 {
    font-size: 3em;
    font-weight: 200;
    line-height: 1.3em;
    margin: 2em 0 1.5em 0; }
    @media screen and (max-width: 640px) {
      #projeto_principal h1 {
        font-size: 2em; } }
  #projeto_principal .projeto_texto_colunas {
    column-count: 3;
    -webkit-column-count: 3;
    -moz-column-count: 3; }
    @media screen and (max-width: 767px) {
      #projeto_principal .projeto_texto_colunas {
        column-count: 1;
        -webkit-column-count: 1;
        -moz-column-count: 1; } }
  #projeto_principal .projeto_redes {
    text-align: right; }
    @media screen and (max-width: 767px) {
      #projeto_principal .projeto_redes {
        text-align: center; } }
  #projeto_principal p {
    margin: 0 0 1em 0; }
    @media screen and (max-width: 767px) {
      #projeto_principal p {
        margin-bottom: 1em; } }
  #projeto_principal .projeto_imagem {
    width: 100%;
    height: auto;
    margin: 0 0 2em 0;
    display: block; }
  #projeto_principal hr {
    border: 1px solid #45b97c;
    background-color: #45b97c;
    margin: 1em 0 3em 0; }

#preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  background: #ffffff;
  z-index: 9999;
  overflow: hidden; }
  #preloader #preloader_imagem {
    background: url(../img/preloader.gif) no-repeat center;
    height: 35px;
    width: 100%;
    z-index: 9998;
    display: block;
    position: fixed;
    top: 50%; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      #preloader #preloader_imagem {
        background-image: url("../img/preloader@2x.gif");
        background-size: 229px, 35px; } }
    #preloader #preloader_imagem span {
      display: none; }
  #preloader .preloader_secao {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #ffffff;
    z-index: 9997; }
  #preloader .preloader_esq {
    left: 0; }
  #preloader .preloader_dir {
    right: 0; }
  #preloader .loaded .preloader_secao.preloader_esq {
    -webkit-transform: translateX(-100%);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(-100%);
    /* IE 9 */
    transform: translateX(-100%);
    /* Firefox 16+, IE 10+, Opera */ }
  #preloader .loaded .preloader_secao.preloader_dir {
    -webkit-transform: translateX(100%);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(100%);
    /* IE 9 */
    transform: translateX(100%);
    /* Firefox 16+, IE 10+, Opera */ }
  #preloader .loaded #preloader_imagem {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }

.loaded #preloader {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.3s 1s ease-out;
  transition: all 0.3s 1s ease-out; }

.loaded #preloader .preloader_secao.preloader_esq, .loaded #preloader .preloader_secao.preloader_dir {
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

#preloader .no-js {
  display: none; }
