@charset "UTF-8";
html {
  box-sizing: border-box; }

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

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

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

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

img {
  max-width: 100%; }

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../../fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("../../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../../fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../../fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../../fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa, .social .facebook a:before, .social .twitter a:before, .social .youtube a:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left, .social .facebook a.fa-pull-left:before, .social .twitter a.fa-pull-left:before, .social .youtube a.fa-pull-left:before {
  margin-right: .3em; }

.fa.fa-pull-right, .social .facebook a.fa-pull-right:before, .social .twitter a.fa-pull-right:before, .social .youtube a.fa-pull-right:before {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left, .social .facebook a.pull-left:before, .social .twitter a.pull-left:before, .social .youtube a.pull-left:before {
  margin-right: .3em; }

.fa.pull-right, .social .facebook a.pull-right:before, .social .twitter a.pull-right:before, .social .youtube a.pull-right:before {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before,
#top-menu.opened + .menu-button:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before, .social .twitter a:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before,
.social .facebook a:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before, .social .youtube a:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.4.1 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2016, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  .featherlight {
    display: none;
    /* dimensions: spanning the background from edge to edge */
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647;
    /* z-index needs to be >= elements on the site. */
    /* position: centering content */
    text-align: center;
    /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
    white-space: nowrap;
    /* styling */
    cursor: pointer;
    background: #333;
    /* IE8 "hack" for nested featherlights */
    background: transparent; }
  /* support for nested featherlights. Does not work in IE8 (use JS to fix) */
  .featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.8); }
  .featherlight:before {
    /* position: trick to center content vertically */
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em; }
  .featherlight .featherlight-content {
    /* make content container for positioned elements (close button) */
    position: relative;
    /* position: centering vertical and horizontal */
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    /* dimensions: cut off images */
    overflow: auto;
    padding: 25px 25px 0;
    border-bottom: 25px solid transparent;
    /* dimensions: handling large content */
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    /* styling */
    background: #fff;
    cursor: auto;
    /* reset white-space wrapping */
    white-space: normal; }
  /* contains the content */
  .featherlight .featherlight-inner {
    /* make sure its visible */
    display: block; }
  .featherlight .featherlight-close-icon {
    /* position: centering vertical and horizontal */
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    /* dimensions: 25px x 25px */
    line-height: 25px;
    width: 25px;
    /* styling */
    cursor: pointer;
    text-align: center;
    font-family: Arial, sans-serif;
    background: #fff;
    /* Set the background in case it overlaps the content */
    background: rgba(255, 255, 255, 0.3);
    color: #000; }
  .featherlight .featherlight-image {
    /* styling */
    width: 100%; }
  .featherlight-iframe .featherlight-content {
    /* removed the border for image croping since iframe is edge to edge */
    border-bottom: 0;
    padding: 0; }
  .featherlight iframe {
    /* styling */
    border: none; } }

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    /* dimensions: maximize lightbox with for small screens */
    margin-left: 10px;
    margin-right: 10px;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent; } }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../../images/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../../fonts/slick.eot");
  src: url("../../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../../fonts/slick.woff") format("woff"), url("../../fonts/slick.ttf") format("truetype"), url("../../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

body {
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-size: 0.625em; }

strong {
  font-weight: bold; }

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  .container::after {
    clear: both;
    content: "";
    display: block; }

.v-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.full-screen {
  display: inline-block;
  height: 100vh;
  width: 100%; }
  .full-screen .caption {
    position: absolute; }
  .full-screen:hover .caption {
    opacity: 1; }

.section-title {
  color: #1ea7ac;
  font-size: 9em;
  font-weight: 900;
  line-height: 1.25;
  margin-bottom: 0.5em;
  margin-left: -0.09em;
  text-transform: uppercase;
  max-width: 80%; }

.btn-container {
  text-align: center;
  width: 100%;
  margin-top: 3em; }

.page-title {
  background: url("../../images/mapa-rio.jpg") no-repeat center center;
  background-size: cover;
  font-weight: bold;
  padding: 15em 0 15em;
  text-align: center;
  text-transform: uppercase; }
  .page-title:after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(30, 167, 172, 0.8);
    z-index: 1 !important;
    height: 100% !important; }
  .page-title h1 {
    color: white;
    font-size: 11em;
    line-height: 1;
    position: relative;
    z-index: 5; }

#home-noticias {
  z-index: 1;
  position: relative; }

.page-subtitle {
  color: rgba(30, 167, 172, 0.5);
  display: inline-block;
  font-size: 7.4em;
  font-weight: 900;
  margin: 1em 0 0.85em;
  text-transform: uppercase;
  width: 100%; }

.text, #equipe .column {
  color: #474747;
  font-size: 1.6em;
  line-height: 1.5; }
  .text p, #equipe .column p {
    margin-bottom: 1em; }

.hidden, .button.hidden:not(input), .contact-form .hidden.wpcf7-submit:not(input) {
  display: none; }

.button-base, input.button, .contact-form input.wpcf7-submit, .button:not(input), .contact-form .wpcf7-submit:not(input) {
  color: white;
  cursor: pointer;
  display: inline-block;
  font-family: "Armata", sans-serif;
  font-size: 1.6em;
  line-height: 1;
  margin-top: 3em;
  padding: 1em 2.5em;
  position: relative;
  -webkit-transition: color 0.3s;
          transition: color 0.3s;
  vertical-align: middle;
  overflow: hidden;
  z-index: 1000; }

input.button, .contact-form input.wpcf7-submit {
  background: #e0833d; }
  input.button:active, .contact-form input.wpcf7-submit:active {
    top: 2px; }

.button:not(input), .contact-form .wpcf7-submit:not(input) {
  border: 1px solid #e0833d;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden; }
  .button:not(input):before, .contact-form .wpcf7-submit:not(input):before {
    background: white;
    content: '';
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transform: scale3d(0.5, 1, 1);
            transform: scale3d(0.5, 1, 1);
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
            transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
            transition: transform 0.3s, opacity 0.3s;
    width: 100%;
    z-index: -1; }
  .button:not(input):after, .contact-form .wpcf7-submit:not(input):after {
    background: #e0833d;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -10; }
  .button:not(input):hover, .contact-form .wpcf7-submit:not(input):hover {
    color: #e0833d;
    border-color: #e0833d; }
    .button:not(input):hover:before, .contact-form .wpcf7-submit:not(input):hover:before {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
      opacity: 1; }
  .button:not(input).invert, .contact-form .wpcf7-submit:not(input).invert {
    border: 1px solid #e0833d;
    color: #e0833d; }
    .button:not(input).invert:before, .contact-form .wpcf7-submit:not(input).invert:before {
      background: #e0833d; }
    .button:not(input).invert:after, .contact-form .wpcf7-submit:not(input).invert:after {
      background: white; }
    .button:not(input).invert:hover, .contact-form .wpcf7-submit:not(input).invert:hover {
      color: white; }

.bg-grey {
  background: #f9f9f9; }

.bg-aqua {
  background: #8ed2d6; }

.bg-green {
  background: #1ea6ac; }

.chevron-bottom, #plano-consorcio .background, #contato-proposta .background {
  position: relative;
  padding-bottom: calc(100vw * 0.1);
  overflow: hidden; }
  .chevron-bottom:before, #plano-consorcio .background:before, #contato-proposta .background:before, .chevron-bottom:after, #plano-consorcio .background:after, #contato-proposta .background:after {
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center bottom;
    bottom: 0;
    content: "";
    height: calc(100vw * 0.06403659233);
    left: 0;
    margin-left: -5%;
    position: absolute;
    width: 110%;
    z-index: 12; }
  .chevron-bottom.white:before, #plano-consorcio .white.background:before, #contato-proposta .white.background:before {
    background-image: url("../../images/mask-bottom-white.svg"); }
  .chevron-bottom.grey:before, #plano-consorcio .grey.background:before, #contato-proposta .grey.background:before {
    background-image: url("../../images/mask-bottom-grey.svg"); }
  .chevron-bottom.aqua:before, #plano-consorcio .aqua.background:before, #contato-proposta .aqua.background:before {
    background-image: url("../../images/mask-bottom-aqua.svg"); }
  .chevron-bottom.aqua2:before, #plano-consorcio .aqua2.background:before, #contato-proposta .aqua2.background:before {
    background-image: url("../../images/mask-bottom-aqua2.svg"); }
  .chevron-bottom.border-grey:after, #plano-consorcio .border-grey.background:after, #contato-proposta .border-grey.background:after {
    background-image: url("../../images/border-bottom-grey.svg");
    z-index: 10000; }
  .chevron-bottom.border-green:after, #plano-consorcio .border-green.background:after, #contato-proposta .border-green.background:after {
    background-image: url("../../images/border-bottom-green.svg");
    z-index: 10000; }
  .chevron-bottom.border-blue:after, #plano-consorcio .border-blue.background:after, #contato-proposta .border-blue.background:after {
    background-image: url("../../images/border-bottom-blue.svg"); }
  .chevron-bottom.transparent, #plano-consorcio .transparent.background, #contato-proposta .transparent.background {
    overflow: visible;
    padding-bottom: 0; }
    .chevron-bottom.transparent.grey:before, #plano-consorcio .transparent.grey.background:before, #contato-proposta .transparent.grey.background:before {
      background-image: url("../../images/mask-bottom-grey-transparent.svg"); }
    .chevron-bottom.transparent.white:before, #plano-consorcio .transparent.white.background:before, #contato-proposta .transparent.white.background:before {
      background-image: url("../../images/mask-bottom-white-transparent.svg"); }
    .chevron-bottom.transparent:before, #plano-consorcio .transparent.background:before, #contato-proposta .transparent.background:before, .chevron-bottom.transparent:after, #plano-consorcio .transparent.background:after, #contato-proposta .transparent.background:after {
      bottom: calc(100vw * -0.06403659233 + 2px);
      margin-left: 0;
      width: 100%; }

.post {
  -webkit-transition: border-width 300ms ease;
          transition: border-width 300ms ease;
  border: 1px solid #ddd;
  position: relative; }
  .post:after {
    -webkit-transition: height 300ms ease;
            transition: height 300ms ease;
    background: #e0833d;
    bottom: 0;
    content: "";
    display: inline-block;
    height: 0;
    left: 0;
    position: absolute;
    width: 100%; }
  .post .content {
    padding: 4em 2.5em; }
  .post .thumb {
    height: 300px;
    overflow: hidden; }
  .post .image {
    background-size: cover;
    height: 100%;
    -webkit-transition: -webkit-transform 1.7s ease-out;
            transition: transform 1.7s ease-out; }
  .post .date {
    color: #474747;
    font-size: 1.2em;
    text-transform: uppercase; }
  .post .title {
    color: #474747;
    font-family: "Armata", sans-serif;
    font-size: 1.8em;
    line-height: 1.25;
    margin: 1em 0;
    text-transform: uppercase; }
  .post .excerpt {
    color: #999;
    font-size: 1.4em;
    line-height: 1.5em;
    margin-bottom: 1em; }
  .post .read-more {
    color: #e0833d;
    display: inline-block;
    font-size: 1.4em;
    font-weight: bold;
    margin-top: 0.5em;
    text-transform: uppercase; }
  .post .hit-area {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  .post:hover:after {
    height: 4px; }
  .post:hover .image {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }

#apoiadores {
  padding: 7.5em 0 5em;
  text-align: center; }
  #apoiadores li {
    display: inline-block;
    padding: 1em 5em; }
  #apoiadores img {
    height: 150px;
    width: auto;
    max-width: 300px; }

#newsletter {
  padding: 5em 0;
  background: #1ea7ac; }
  #newsletter h2 {
    color: white;
    font-size: 3.6em;
    font-weight: bold;
    margin-bottom: 5rem;
    text-align: center;
    text-transform: uppercase; }
  #newsletter .mc-field-group {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 40.29137%; }
    #newsletter .mc-field-group:last-child {
      margin-right: 0; }
  #newsletter .text, #newsletter #equipe .column, #equipe #newsletter .column {
    font-size: 1.6em;
    padding: 0.65em 1.5em;
    width: 100%;
    font-family: "Armata", sans-serif; }
  #newsletter .button, #newsletter .contact-form .wpcf7-submit, .contact-form #newsletter .wpcf7-submit {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 14.70196%;
    border: 0;
    cursor: pointer;
    margin-top: 0; }
    #newsletter .button:last-child, #newsletter .contact-form .wpcf7-submit:last-child, .contact-form #newsletter .wpcf7-submit:last-child {
      margin-right: 0; }

#video-principal {
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  height: 90vh;
  margin-top: -40px;
  width: 100%;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  position: relative;
  z-index: 0; }
  #video-principal .fa, #video-principal .social .facebook a:before, .social .facebook #video-principal a:before, #video-principal .social .twitter a:before, .social .twitter #video-principal a:before, #video-principal .social .youtube a:before, .social .youtube #video-principal a:before {
    opacity: 0.5;
    color: white;
    font-size: 20em;
    top: 35vh;
    position: relative;
    -webkit-transition: opacity 300ms ease;
            transition: opacity 300ms ease;
    z-index: 100; }
    #video-principal .fa:hover, #video-principal .social .facebook a:hover:before, .social .facebook #video-principal a:hover:before, #video-principal .social .twitter a:hover:before, .social .twitter #video-principal a:hover:before, #video-principal .social .youtube a:hover:before, .social .youtube #video-principal a:hover:before {
      opacity: 1; }

.featherlight-iframe .featherlight-content {
  width: 90%;
  height: 90%; }

#page-footer {
  background-color: #474747;
  padding: 5em 5em 2.5em; }
  #page-footer .logo-modelar {
    text-align: center; }
  #page-footer .social {
    width: 100%;
    text-align: center; }
  #page-footer .lists .panel {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    #page-footer .lists .panel:last-child {
      margin-right: 0; }
  #page-footer .lists h2 {
    color: white;
    font-family: "Armata", sans-serif;
    font-size: 2.1em;
    text-transform: uppercase;
    margin-bottom: 1.5em; }
    #page-footer .lists h2:after {
      content: "";
      height: 1px;
      width: 80px;
      display: block;
      background-color: #1ea7ac;
      margin-top: 0.75em; }
  #page-footer .lists li {
    color: #bababa;
    float: left;
    font-size: 1.2em;
    line-height: 1.25;
    margin-bottom: 2em;
    height: 75px; }
    #page-footer .lists li:hover {
      color: #e0833d; }
  #page-footer .lists img {
    width: 80px;
    margin-right: 1em;
    margin-bottom: 1em;
    float: left; }
  #page-footer .lists .fa, #page-footer .lists .social .facebook a:before, .social .facebook #page-footer .lists a:before, #page-footer .lists .social .twitter a:before, .social .twitter #page-footer .lists a:before, #page-footer .lists .social .youtube a:before, .social .youtube #page-footer .lists a:before {
    float: left;
    font-size: 1.5em;
    margin-right: 0.5em;
    vertical-align: middle;
    height: 100%;
    color: #999; }
  #page-footer .lists .fa-twitter, #page-footer .lists .social .twitter a:before, .social .twitter #page-footer .lists a:before {
    color: #36d8ff; }
  #page-footer .contact li {
    width: 100%;
    height: auto; }
  #page-footer .contact span {
    float: left; }

.social li {
  display: inline-block;
  background: #2e2e2e;
  position: relative;
  font-size: 2.5em;
  margin: 1em 0.25em 0;
  color: white;
  border-radius: 50%; }

.social a {
  display: inline-block;
  width: 2.1em;
  height: 50px; }
  .social a:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -0.45em;
    margin-left: -0.4em; }

.social .facebook a:before {
  margin-left: -0.35em; }

.social .facebook:hover {
  background-color: #3b5998; }

.social .twitter:hover {
  background-color: #36d8ff; }

.social .youtube:hover {
  background-color: #b31217; }

#copyright {
  color: #a3a3a3;
  font-size: 1.2em;
  padding: 1em 0;
  width: 100%;
  line-height: 1.2; }
  #copyright .container {
    border-top: 1px solid #999;
    padding-top: 2.5em; }
  #copyright a {
    color: #8da52d; }
  #copyright .left {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 74.41059%; }
    #copyright .left:last-child {
      margin-right: 0; }
  #copyright .sv {
    text-align: right;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%; }
    #copyright .sv:last-child {
      margin-right: 0; }

.double-line {
  display: inline-block;
  width: 100%;
  height: 1em;
  display: block;
  border-top: 1px solid #565656;
  border-bottom: 1px solid #565656;
  margin: 5em 0 5em; }

.alignright {
  float: right;
  margin: 0 0 1em 1em; }

.alignleft {
  float: left;
  margin: 0 1em 1em 0; }

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

.wp-caption-text {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  margin-bottom: 0 !important; }
  .wp-caption-text a {
    color: #000; }

.caption {
  background-color: rgba(255, 255, 255, 0.5);
  display: table;
  padding: 1em;
  font-size: 1rem;
  opacity: 0;
  -webkit-transition: opacity .3s;
          transition: opacity .3s; }

#home-slider .caption {
  position: relative; }

.background .caption {
  position: absolute;
  bottom: 82%; }

.background:hover .caption {
  opacity: 1; }

@media screen and (max-width: 1400px) {
  #video-principal {
    margin-top: -5vw; }
  .container {
    max-width: 1000px; }
  #newsletter h2 {
    margin-bottom: 2.5rem; }
  #apoiadores li {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    #apoiadores li:last-child {
      margin-right: 0; }
    #apoiadores li:nth-child(3n) {
      margin-right: 0; }
    #apoiadores li img {
      max-width: 100%; } }

@media screen and (max-width: 1200px) {
  .container {
    max-width: 700px; }
  .text, #equipe .column {
    font-size: 1.4em; }
  .section-title {
    font-size: 4em;
    max-width: 70%; }
  .page-subtitle {
    font-size: 5em;
    margin: 1.5em 0 0.75em; }
  .page-title {
    padding: 15em 0 18em; }
  #newsletter {
    text-align: center; }
    #newsletter .mc-field-group {
      float: left;
      display: block;
      margin-right: 4.82916%;
      width: 47.58542%; }
      #newsletter .mc-field-group:last-child {
        margin-right: 0; }
      #newsletter .mc-field-group:nth-child(2n) {
        margin-right: 0; }
    #newsletter .button, #newsletter .contact-form .wpcf7-submit, .contact-form #newsletter .wpcf7-submit {
      float: left;
      display: block;
      margin-right: 4.82916%;
      width: 47.58542%;
      display: block;
      margin: 1.25em auto;
      overflow: hidden;
      display: inline-block;
      float: none; }
      #newsletter .button:last-child, #newsletter .contact-form .wpcf7-submit:last-child, .contact-form #newsletter .wpcf7-submit:last-child {
        margin-right: 0; }
  .load-more:not(input) {
    margin-top: 0; }
  #video-principal {
    margin-top: -150px; }
    #video-principal .fa, #video-principal .social .facebook a:before, .social .facebook #video-principal a:before, #video-principal .social .twitter a:before, .social .twitter #video-principal a:before, #video-principal .social .youtube a:before, .social .youtube #video-principal a:before {
      font-size: 15em;
      top: 38vh; }
  #apoiadores li {
    float: left;
    display: block;
    margin-right: 4.82916%;
    width: 47.58542%; }
    #apoiadores li:last-child {
      margin-right: 0; }
    #apoiadores li:nth-child(2n) {
      margin-right: 0; }
    #apoiadores li img {
      max-width: 240px; } }

@media screen and (max-width: 768px) {
  .container {
    max-width: 500px; }
  .section-title {
    font-size: 6em; }
  .page-subtitle {
    font-size: 4em; }
  #video-principal {
    margin-top: -100px; }
  #apoiadores li {
    float: left;
    display: block;
    margin-right: 4.82916%;
    width: 100%;
    float: left;
    padding: 0; }
    #apoiadores li:last-child {
      margin-right: 0; }
    #apoiadores li img {
      width: 100%; }
    #apoiadores li:nth-child(2n) {
      margin-right: 0; }
  #newsletter {
    text-align: center; }
    #newsletter h2 {
      margin-bottom: 2rem; }
  #page-footer .lists {
    display: none; }
  #page-footer .double-line {
    margin-bottom: 0; }
  #copyright {
    padding: 0; }
    #copyright .container {
      border-top: 0; }
    #copyright .left, #copyright .sv {
      float: left;
      display: block;
      margin-right: 4.82916%;
      width: 100%;
      text-align: center;
      line-height: 1.5; }
      #copyright .left:last-child, #copyright .sv:last-child {
        margin-right: 0; }
  .background .caption {
    bottom: 60%; } }

@media screen and (max-width: 480px) {
  .container {
    max-width: 280px; }
  .page-title {
    padding: 10em 0; }
    .page-title h1 {
      font-size: 5em; }
  .page-subtitle {
    font-size: 3em; }
  #home-noticias {
    padding-bottom: 1em; }
  #apoiadores li {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
    margin-right: 0; }
    #apoiadores li:last-child {
      margin-right: 0; }
    #apoiadores li img {
      max-width: 200px; }
  .post .thumb {
    height: 250px; }
  #video-principal {
    margin-top: -150px; }
    #video-principal .fa, #video-principal .social .facebook a:before, .social .facebook #video-principal a:before, #video-principal .social .twitter a:before, .social .twitter #video-principal a:before, #video-principal .social .youtube a:before, .social .youtube #video-principal a:before {
      font-size: 10em;
      top: 50vh; }
  #newsletter h2 {
    font-size: 2em; }
  #newsletter .mc-field-group {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
    margin-right: 0;
    margin-bottom: 1em; }
    #newsletter .mc-field-group:last-child {
      margin-right: 0; }
  #newsletter .button, #newsletter .contact-form .wpcf7-submit, .contact-form #newsletter .wpcf7-submit {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 73.14426%;
    float: none;
    margin-left: auto;
    margin-right: auto !important;
    margin-bottom: 0; }
    #newsletter .button:last-child, #newsletter .contact-form .wpcf7-submit:last-child, .contact-form #newsletter .wpcf7-submit:last-child {
      margin-right: 0; }
  #page-footer {
    padding: 5em 2em; }
  .button:not(input), .contact-form .wpcf7-submit:not(input) {
    margin-top: 1em; }
  .btn-container {
    margin-bottom: 5em; } }

#main-header {
  padding: 1em 0; }
  #main-header .logos {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    #main-header .logos:last-child {
      margin-right: 0; }
    #main-header .logos a {
      display: inline-block;
      vertical-align: middle;
      margin-right: 1.5em; }
      #main-header .logos a:last-child {
        margin-right: 0; }
  #main-header .logo-modelar {
    width: 150px; }
  #main-header .logo-world-bank {
    width: 200px; }
  #main-header .logo-estado {
    width: 75px; }

#top-menu {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  margin-right: 0;
  vertical-align: bottom;
  text-align: right; }
  #top-menu:last-child {
    margin-right: 0; }
  #top-menu .menu-item {
    color: #006051;
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    font-size: 1.5em;
    font-weight: 700;
    margin: -0.75em 0 0;
    padding: 0.75em;
    position: relative;
    -webkit-transition: color 500ms ease;
            transition: color 500ms ease; }
    #top-menu .menu-item:last-child {
      margin-right: 0; }
    #top-menu .menu-item:hover {
      color: #1ea7ac; }
      #top-menu .menu-item:hover .sub-menu {
        display: inline-block; }
  #top-menu .menu-item-has-children:hover {
    background: #e0833d;
    color: white; }
  #top-menu .sub-menu {
    background: white;
    border: 1px solid #e0833d;
    display: none;
    min-width: 150px;
    padding: 1.25em 1.5em;
    position: absolute;
    z-index: 1000;
    left: 0;
    top: 35px; }
    #top-menu .sub-menu .menu-item {
      color: #e0833d;
      font-family: "Armata", sans-serif;
      font-size: 1em;
      font-weight: 200;
      margin: 0 0 0.5em;
      text-align: left;
      width: 100%;
      padding: 0; }
      #top-menu .sub-menu .menu-item:after {
        background: #e0833d;
        content: "";
        display: block;
        display: inline-block;
        height: 1px;
        line-height: 0;
        width: 20px; }
      #top-menu .sub-menu .menu-item:last-child:after {
        display: none; }
      #top-menu .sub-menu .menu-item a {
        display: block;
        margin-bottom: 0em; }
  #top-menu > .current-menu-item a {
    border-bottom: 2px solid #e0833d;
    padding-bottom: 0.5em; }

#top-menu .menu {
  margin-top: 4em; }

#top-menu.opened + .menu-button {
  font-size: 3em;
  margin: -5px 2px 0 0; }

.menu-button {
  display: none; }

.menu-button, .search-controller {
  display: none; }

@media screen and (max-width: 1200px) {
  #main-header .logos {
    float: left;
    display: block;
    margin-right: 4.82916%;
    width: 30.11389%; }
    #main-header .logos:last-child {
      margin-right: 0; }
    #main-header .logos .logo-estado, #main-header .logos .logo-world-bank {
      display: none; }
  #top-menu {
    float: left;
    display: block;
    margin-right: 4.82916%;
    width: 65.05695%;
    margin-right: 0;
    padding-right: 1.5em; }
    #top-menu:last-child {
      margin-right: 0; }
    #top-menu .menu-item {
      padding: 0.55em; } }

@media screen and (max-width: 768px) {
  #top-menu {
    display: none;
    position: fixed;
    background: rgba(255, 255, 255, 0.9);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1500;
    padding: 0;
    margin: 0;
    text-align: center;
    opacity: 0;
    -webkit-transition: opacity 1s ease;
            transition: opacity 1s ease; }
    #top-menu.opened {
      display: block;
      opacity: 1; }
    #top-menu .menu {
      margin-top: 0;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    #top-menu .menu-item {
      width: 100%;
      margin: 0 0 1.5em;
      border-bottom: 0; }
    #top-menu .menu-item-has-children {
      display: block; }
      #top-menu .menu-item-has-children:hover {
        background: transparent;
        color: #1ea7ac;
        display: block; }
        #top-menu .menu-item-has-children:hover a {
          display: block; }
    #top-menu .sub-menu {
      position: static;
      display: block;
      margin: 1.5em 0 0;
      padding: 0;
      border: 0;
      background: transparent; }
      #top-menu .sub-menu .menu-item {
        text-align: center;
        font-size: 0.9em; }
  .logos {
    width: 100% !important;
    text-align: center; }
  .menu-button, .search-controller {
    color: #e0833d;
    cursor: pointer;
    display: block;
    font-size: 2.5em;
    position: absolute;
    top: 2.5rem; }
  .menu-button {
    display: block;
    right: 1rem;
    z-index: 1600; }
  .search-controller {
    top: 2.5rem;
    left: 1rem;
    display: none; } }

@-webkit-keyframes arrowDownAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-1em);
            transform: translateY(-1em); }
  100% {
    opacity: 1;
    margin-top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes arrowDownAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-1em);
            transform: translateY(-1em); }
  100% {
    opacity: 1;
    margin-top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes showFromTop {
  0% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@keyframes showFromTop {
  0% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

#home-slider {
  background-size: cover;
  height: 100vh;
  position: relative; }
  #home-slider ul {
    height: 100%;
    margin-bottom: 0; }
  #home-slider li {
    height: 105vh;
    text-align: center;
    float: left;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 0; }
    #home-slider li:hover .caption {
      opacity: 1; }
  #home-slider h1 {
    color: white;
    font-family: "Armata", sans-serif;
    font-size: 3.6em;
    line-height: 1.4em;
    margin: 1.5em auto 0;
    width: 500px; }
  #home-slider .slider-text {
    opacity: 0; }
    #home-slider .slider-text a {
      -webkit-transition: opacity 150ms ease;
              transition: opacity 150ms ease;
      opacity: 0.8; }
    #home-slider .slider-text:hover, #home-slider .slider-text a:hover {
      position: relative;
      opacity: 1; }
    #home-slider .slider-text:active {
      top: 2px;
      outline: 0; }
    #home-slider .slider-text:focus, #home-slider .slider-text a:focus {
      outline: 0; }
  #home-slider .slick-slide:focus {
    outline: 0; }
  #home-slider .slick-current .slider-text {
    -webkit-animation: showFromTop 1s ease-out forwards 0.3s;
            animation: showFromTop 1s ease-out forwards 0.3s; }

#home-slider-container {
  position: relative; }
  #home-slider-container .go-to, #home-slider-container .arrow-down {
    display: inline-block;
    height: 16px;
    width: 70px; }
  #home-slider-container .go-to {
    bottom: 5em;
    left: 50%;
    margin-left: -35px;
    position: absolute;
    z-index: 15; }
  #home-slider-container .arrow-next {
    background: url("../../images/arrow-right.svg") no-repeat;
    right: 0; }
  #home-slider-container .arrow-prev {
    background: url("../../images/arrow-left.svg") no-repeat;
    left: 0; }
  #home-slider-container .arrow {
    background-size: contain;
    cursor: pointer;
    display: inline-block;
    height: 100px;
    margin-top: -35px;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 1000; }
    #home-slider-container .arrow:hover {
      margin-top: -34px; }
    #home-slider-container .arrow:active {
      margin-top: -32px; }

.arrow-down {
  -webkit-animation: arrowDownAnimation 1.2s ease-out infinite;
          animation: arrowDownAnimation 1.2s ease-out infinite;
  background: url("../../images/arrow-go-down.svg") no-repeat; }

#apresentacao {
  background: url("../../images/grafismo-modelar.svg") no-repeat;
  background-size: 40% auto;
  background-position: right 50%; }
  #apresentacao .section-title {
    margin-top: 1em; }
  #apresentacao .content {
    max-width: 600px; }

#camara {
  width: 100%;
  height: calc(100vw * 0.32457142857);
  display: inline-block;
  background: url("../../images/camara-section.svg") no-repeat;
  background-size: contain;
  background-position: center center;
  margin: 10em 0 0;
  position: relative;
  z-index: 5; }
  #camara .logo-camara {
    width: 30%;
    display: block;
    margin: 12vw auto 0; }

#home-o-plano {
  background-size: cover;
  margin-top: -7vw;
  padding-top: calc(7vw + 5em); }
  #home-o-plano .content {
    background: rgba(255, 255, 255, 0.85);
    width: 50%;
    margin-top: -9vw;
    padding: 12vw 4em 9vw;
    margin-left: 50%;
    height: calc(100% + 20vw); }
  #home-o-plano .section-title {
    margin-bottom: 0.25em; }
  #home-o-plano .text, #home-o-plano #equipe .column, #equipe #home-o-plano .column {
    max-width: 500px; }

#home-noticias {
  margin-top: -0.5em;
  padding-top: 8em; }
  #home-noticias ul {
    display: -webkit-flex !important;
    -webkit-flex-wrap: wrap !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  #home-noticias .section-title {
    margin-bottom: 0.5em; }
  #home-noticias .post {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    margin-bottom: 3em; }
    #home-noticias .post:last-child {
      margin-right: 0; }
    #home-noticias .post:nth-child(3n) {
      margin-right: 0; }

#documentos {
  padding-top: 8em;
  margin-top: -2px; }
  #documentos li {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    text-align: center; }
    #documentos li:last-child {
      margin-right: 0; }
    #documentos li:nth-child(3n) {
      margin-right: 0; }
    #documentos li:hover .circle {
      background: white; }
    #documentos li:hover .fa, #documentos li:hover .social .facebook a:before, .social .facebook #documentos li:hover a:before, #documentos li:hover .social .twitter a:before, .social .twitter #documentos li:hover a:before, #documentos li:hover .social .youtube a:before, .social .youtube #documentos li:hover a:before {
      color: #e0833d; }
    #documentos li:hover .title {
      color: #e0833d; }
  #documentos .section-title {
    color: white; }
  #documentos .circle {
    background: #1ea6ac;
    border-radius: 50%;
    display: inline-block;
    height: 200px;
    position: relative;
    width: 200px; }
  #documentos .links {
    margin: 8em 0 3em;
    overflow: hidden; }
  #documentos .title {
    display: block;
    font-size: 2em;
    color: white;
    margin-top: 0.75em; }
  #documentos .fa, #documentos .social .facebook a:before, .social .facebook #documentos a:before, #documentos .social .twitter a:before, .social .twitter #documentos a:before, #documentos .social .youtube a:before, .social .youtube #documentos a:before {
    font-size: 10em;
    color: white;
    top: 0.5em;
    position: absolute;
    left: 0;
    width: 100%; }

@media screen and (max-width: 1400px) {
  #home-o-plano .content {
    margin-top: -11vw;
    padding: 17vw 4em 12vw;
    height: calc(100% + 21vw); } }

@media screen and (max-width: 1200px) {
  #apresentacao .content {
    max-width: 400px; }
  #home-o-plano .content {
    margin-top: -10vw;
    height: calc(100% + 20vw); }
  #home-noticias .post {
    float: left;
    display: block;
    margin-right: 4.82916%;
    width: 47.58542%; }
    #home-noticias .post:last-child {
      margin-right: 0; }
    #home-noticias .post:nth-child(n) {
      margin-right: 4.82916%; }
    #home-noticias .post:nth-child(n+1) {
      clear: none; }
    #home-noticias .post:nth-child(2n) {
      margin-right: 0; } }

@media screen and (max-width: 768px) {
  #home-slider {
    height: 50vh; }
    #home-slider li {
      height: 55vh; }
    #home-slider h1 {
      font-size: 2.5em; }
  #apresentacao .content {
    max-width: 300px; }
  #home-noticias .post {
    float: left;
    display: block;
    margin-right: 4.82916%;
    width: 100%;
    margin-right: 0; }
    #home-noticias .post:last-child {
      margin-right: 0; }
  #home-o-plano .content {
    height: calc(100% + 28vw);
    margin-top: -16vw; }
  #documentos li {
    margin: 0 auto 40px;
    float: none;
    width: 100%; } }

@media screen and (max-width: 480px) {
  .section-title {
    font-size: 3em; }
  #apresentacao {
    padding-bottom: 25em;
    background-size: auto 20em;
    background-position: right bottom; }
  #home-slider h1 {
    width: 90%;
    font-size: 1.8em; }
  #home-slider .v-align {
    margin-top: -30px; }
  #camara {
    margin-top: 5em; }
  #home-o-plano {
    height: 80vh; }
    #home-o-plano .content {
      width: 100%;
      margin-left: 0;
      margin-top: -23vw; }
  #home-slider-container .go-to {
    bottom: 2em;
    text-align: center; }
  #home-slider-container .arrow-down {
    width: 40px;
    background-size: 100% auto; }
  #home-slider-container .arrow {
    display: none !important; }
  #camara {
    background-size: 150% auto;
    height: calc(150vw * 0.32457142857); }
    #camara .logo-camara {
      margin-top: 16vw;
      width: 50%; } }

#oficinas {
  padding-top: 3em;
  padding-bottom: 1em; }
  #oficinas .list {
    display: -webkit-flex !important;
    -webkit-flex-wrap: wrap !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  #oficinas .thumb {
    height: 400px; }
  #oficinas .post {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    margin-bottom: 3em; }
    #oficinas .post:last-child {
      margin-right: 0; }
    #oficinas .post:nth-child(2n) {
      margin-right: 0; }

#imprensa {
  background: url("../../images/midia-background.png") no-repeat;
  background-size: cover;
  padding: 15em 0 5em; }
  #imprensa .midias {
    display: -webkit-flex !important;
    -webkit-flex-wrap: wrap !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  #imprensa .thumb {
    height: 400px; }
  #imprensa .midia {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    margin-bottom: 3em; }
    #imprensa .midia:last-child {
      margin-right: 0; }
    #imprensa .midia:nth-child(2n) {
      margin-right: 0; }
  #imprensa .btn-container {
    margin-bottom: 10em; }
  #imprensa .entry {
    background-size: cover;
    display: inline-block;
    height: 270px;
    position: relative;
    width: 100%; }
    #imprensa .entry:hover {
      text-align: center; }
      #imprensa .entry:hover:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.6); }
      #imprensa .entry:hover .button, #imprensa .entry:hover .contact-form .wpcf7-submit, .contact-form #imprensa .entry:hover .wpcf7-submit {
        display: inline-block;
        margin-top: 0; }
  #imprensa .page-subtitle {
    color: #474747; }
  #imprensa .content {
    background-color: rgba(255, 255, 255, 0.2); }

#single .text, #single #equipe .column, #equipe #single .column, #single date {
  color: #515151; }

#single .content {
  margin-bottom: 10em; }

#single .text h2, #single #equipe .column h2, #equipe #single .column h2 {
  color: #474747;
  font-size: 1.5em;
  text-transform: uppercase;
  margin: 2em 0 0.5em;
  font-family: "Armata", sans-serif; }

#single .text strong, #single #equipe .column strong, #equipe #single .column strong, #single .text b, #single #equipe .column b, #equipe #single .column b {
  color: #474747;
  font-weight: bold; }

#single date {
  color: #474747;
  display: inline-block;
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 1em;
  text-transform: uppercase;
  float: left; }

#single .infos {
  width: 100%;
  clear: both;
  float: left;
  margin-bottom: 3em; }

#single .featured-image {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  margin-right: 0;
  float: right;
  height: auto;
  margin: 0 0 1em 1em; }
  #single .featured-image:last-child {
    margin-right: 0; }
  #single .featured-image img {
    height: auto; }

#single .gallery, #single img.alignnone {
  float: left;
  position: relative;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
  height: auto; }
  #single .gallery:last-child, #single img.alignnone:last-child {
    margin-right: 0; }

#single .slick-next {
  right: 10px; }

#single .slick-prev {
  left: 10px; }

#single .slick-slide:focus {
  outline: 0; }

#single .slick-prev, #single .slick-next {
  z-index: 1000;
  height: auto;
  width: auto; }
  #single .slick-prev:before, #single .slick-next:before {
    font-size: 50px; }

#single .gallery-item {
  width: 100%;
  float: left; }
  #single .gallery-item img {
    width: 100%;
    height: auto; }

#single .social-single {
  float: right;
  margin-top: -0.75em; }
  #single .social-single .fa, #single .social-single .social .facebook a:before, .social .facebook #single .social-single a:before, #single .social-single .social .twitter a:before, .social .twitter #single .social-single a:before, #single .social-single .social .youtube a:before, .social .youtube #single .social-single a:before {
    background-color: #333;
    border-radius: 2em;
    color: #fff;
    display: inline-block;
    line-height: 2em;
    margin: auto 3px;
    width: 2em;
    font-size: 1.5em;
    text-align: center; }
  #single .social-single .fa-facebook, #single .social-single .social .facebook a:before, .social .facebook #single .social-single a:before {
    background-color: #3b5998; }
  #single .social-single .fa-twitter, #single .social-single .social .twitter a:before, .social .twitter #single .social-single a:before {
    background-color: #36d8ff; }

#outras-noticias ul {
  display: -webkit-flex !important;
  -webkit-flex-wrap: wrap !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

#outras-noticias .post {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  margin-bottom: 3em; }
  #outras-noticias .post:last-child {
    margin-right: 0; }

@media screen and (max-width: 1400px) {
  #imprensa .btn-container {
    margin-top: 0;
    margin-bottom: 4em; } }

@media screen and (max-width: 768px) {
  #oficinas .post, #outras-noticias .post {
    float: left;
    display: block;
    margin-right: 4.82916%;
    width: 100%;
    margin-right: 0; }
    #oficinas .post:last-child, #outras-noticias .post:last-child {
      margin-right: 0; }
  #imprensa .midia {
    float: left;
    display: block;
    margin-right: 4.82916%;
    width: 47.58542%; }
    #imprensa .midia:last-child {
      margin-right: 0; }
    #imprensa .midia:nth-child(2n) {
      margin-right: 0; }
  #single date {
    font-size: 1.2em; }
  #single .wp-post-image {
    width: 100%; }
  #single .gallery {
    width: 100%; }
  #single .content {
    margin-bottom: 5em; } }

@media screen and (max-width: 480px) {
  #oficinas .thumb {
    height: 250px; }
  #imprensa .midia {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 153.71149%;
    margin-right: 0; }
    #imprensa .midia:last-child {
      margin-right: 0; } }

#plano-apresentacao {
  padding-bottom: 10em; }
  #plano-apresentacao .text, #plano-apresentacao #equipe .column, #equipe #plano-apresentacao .column {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 40.29137%;
    color: #515151; }
    #plano-apresentacao .text:last-child, #plano-apresentacao #equipe .column:last-child, #equipe #plano-apresentacao .column:last-child {
      margin-right: 0; }

#plano-consorcio {
  padding-top: 10em;
  padding-bottom: 10em;
  position: relative; }
  #plano-consorcio .background {
    height: calc(100% + 5em);
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
    position: absolute;
    top: -5em;
    right: 0; }
    #plano-consorcio .background:before {
      display: none; }
    #plano-consorcio .background .caption {
      right: 0; }
  #plano-consorcio .content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    #plano-consorcio .content:last-child {
      margin-right: 0; }
  #plano-consorcio .text, #plano-consorcio #equipe .column, #equipe #plano-consorcio .column {
    color: #515151; }
  #plano-consorcio .empresas {
    margin-top: 5em; }
  #plano-consorcio .logo {
    background: white;
    border: 1px solid #ddd;
    padding: 4em;
    width: 315px;
    max-width: 100%;
    margin-bottom: 2.5em; }
  #plano-consorcio li {
    margin-bottom: 7.5em; }
  #plano-consorcio .button, #plano-consorcio .contact-form .wpcf7-submit, .contact-form #plano-consorcio .wpcf7-submit {
    margin-top: 0.5em; }
  #plano-consorcio:hover .caption {
    opacity: 1; }

#timeline {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 57.35098%;
  margin-right: 0;
  position: relative; }
  #timeline:last-child {
    margin-right: 0; }
  #timeline:before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 62px;
    background: #999;
    z-index: 0; }
  #timeline .node {
    padding: 1.5em;
    background: white;
    display: inline-block;
    cursor: pointer; }
  #timeline .date-container {
    border-radius: 50%;
    border: 4px solid #8b8b8b;
    color: #515151;
    font-size: 1.8em;
    font-weight: bold;
    line-height: 1.2em;
    padding: 0.75em;
    position: relative;
    margin-left: 0.5em;
    text-align: center;
    width: 4.3em;
    -webkit-transition: color 150ms ease;
            transition: color 150ms ease; }
    #timeline .date-container:before, #timeline .date-container:after {
      content: "";
      position: absolute;
      border-radius: 50%; }
    #timeline .date-container:before {
      border: 4px solid #999;
      top: -8px;
      left: -8px;
      height: calc(100% + 16px);
      width: calc(100% + 16px); }
    #timeline .date-container:after {
      border: 4px solid #d5d5d5;
      top: -10px;
      left: -10px;
      height: calc(100% + 20px);
      width: calc(100% + 20px); }
  #timeline .conector {
    position: absolute;
    height: 2px;
    width: 20px;
    left: 112px;
    top: 52px;
    background: #999; }
    #timeline .conector:after {
      content: "";
      position: absolute;
      height: 20px;
      width: 20px;
      border-radius: 50%;
      background: #999;
      top: -9px;
      left: 15px; }
  #timeline .timeline-content {
    float: right;
    padding-top: 3.8em;
    right: 0;
    width: 70%; }
    #timeline .timeline-content h3 {
      color: #006b5b;
      font-size: 2.4em;
      font-weight: bold;
      line-height: 1.2;
      margin-bottom: .5em;
      text-transform: uppercase;
      cursor: pointer; }
    #timeline .timeline-content .more-info {
      -webkit-transition: opacity 0.5s ease;
              transition: opacity 0.5s ease;
      color: #515151;
      font-size: 1.4em;
      line-height: 1.5;
      overflow: hidden;
      height: 0;
      -webkit-transition: height 300ms ease-out;
              transition: height 300ms ease-out; }
  #timeline .timeline-entry {
    position: relative;
    width: 100%;
    z-index: 5;
    float: left;
    margin-bottom: 2em; }
    #timeline .timeline-entry:last-child {
      margin-bottom: 0; }
    #timeline .timeline-entry:last-of-type .node {
      position: absolute;
      height: 100%; }
    #timeline .timeline-entry.active .date-container {
      border-color: rgba(0, 107, 91, 0.8);
      color: rgba(0, 107, 91, 0.8); }
      #timeline .timeline-entry.active .date-container:after {
        border-color: rgba(0, 107, 91, 0.7); }
      #timeline .timeline-entry.active .date-container:before {
        border-color: rgba(0, 107, 91, 0.9); }
    #timeline .timeline-entry.active .more-info {
      height: auto; }
    #timeline .timeline-entry.active .conector {
      background: #006b5b; }
      #timeline .timeline-entry.active .conector:after {
        background: #006b5b; }

#equipe {
  padding-bottom: 5em; }
  #equipe h3 {
    color: #006b5b;
    font-size: 2em;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: .5em;
    margin-bottom: 1.5em;
    text-transform: uppercase;
    max-width: 400px; }
  #equipe .fa, #equipe .social .facebook a:before, .social .facebook #equipe a:before, #equipe .social .twitter a:before, .social .twitter #equipe a:before, #equipe .social .youtube a:before, .social .youtube #equipe a:before {
    color: #1ea7ac;
    font-size: 1.3em;
    width: 25px; }
  #equipe .column {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    #equipe .column:last-child {
      margin-right: 0; }
  #equipe .column-camara {
    margin-right: 0; }
  #equipe .integrante {
    min-height: 80px; }
  #equipe .nome {
    color: #474747;
    display: block;
    font-weight: bold; }
  #equipe .cargo {
    color: #515151;
    display: inline-block;
    margin-left: 28px;
    font-size: 0.9em; }

#conheca-equipe {
  background: #006b5b;
  text-align: center;
  height: 300px; }
  #conheca-equipe .link {
    color: white;
    font-size: 2.5em;
    font-family: "Armata", sans-serif;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: 1.5vw;
    width: 100%;
    z-index: 100; }

.equipe-panel ul {
  display: -webkit-flex !important;
  -webkit-flex-wrap: wrap !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -1em; }

.equipe-panel .integrante {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  margin-right: 0;
  padding: 0 1em;
  margin-bottom: 3em; }
  .equipe-panel .integrante:last-child {
    margin-right: 0; }
  .equipe-panel .integrante:nth-child(3n+1) {
    clear: left; }
  .equipe-panel .integrante:nth-child(1), .equipe-panel .integrante:nth-child(2) {
    border-top: 0; }

.equipe-panel .nome {
  color: #474747;
  display: block;
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 0;
  line-height: 1.3em; }

.equipe-panel .cargo {
  color: #999;
  display: inline-block; }

.equipe-panel .sobre {
  margin-top: 0.7em;
  font-size: 0.9em; }

.conselheiros {
  margin: 5em -1em 0; }
  .conselheiros li {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
    margin-right: 0;
    margin-bottom: 1.1em;
    font-size: 1.5em;
    font-weight: bold;
    color: #474747;
    padding: 0 1rem; }
    .conselheiros li:last-child {
      margin-right: 0; }

@media screen and (max-width: 1400px) {
  .conselheiros li {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    margin-right: 0; }
    .conselheiros li:last-child {
      margin-right: 0; } }

@media screen and (max-width: 1200px) {
  #plano-apresentacao .text, #plano-apresentacao #equipe .column, #equipe #plano-apresentacao .column {
    float: left;
    display: block;
    margin-right: 4.82916%;
    width: 100%;
    margin-bottom: 3em; }
    #plano-apresentacao .text:last-child, #plano-apresentacao #equipe .column:last-child, #equipe #plano-apresentacao .column:last-child {
      margin-right: 0; }
  .equipe-panel .integrante {
    float: left;
    display: block;
    margin-right: 4.82916%;
    width: 47.58542%;
    margin-right: 0; }
    .equipe-panel .integrante:last-child {
      margin-right: 0; }
  #timeline {
    float: left;
    display: block;
    margin-right: 4.82916%;
    width: 100%; }
    #timeline:last-child {
      margin-right: 0; }
    #timeline .timeline-content .more-info {
      opacity: 1; } }

@media screen and (max-width: 768px) {
  #plano-apresentacao {
    padding-bottom: 4em; }
  #plano-consorcio {
    padding-top: 5em;
    padding-bottom: 2em; }
    #plano-consorcio .background {
      position: relative;
      height: 50vh;
      width: 100%;
      margin-top: -10vh;
      margin-bottom: 2.5em;
      top: 0; }
      #plano-consorcio .background:before {
        display: block; }
    #plano-consorcio .content {
      float: left;
      display: block;
      margin-right: 4.82916%;
      width: 100%; }
      #plano-consorcio .content:last-child {
        margin-right: 0; }
  #equipe .column {
    float: left;
    display: block;
    margin-right: 4.82916%;
    width: 100%; }
    #equipe .column:last-child {
      margin-right: 0; }
  #equipe h3 {
    font-size: 1.5em;
    margin-top: 1em; }
  #equipe .integrante {
    min-height: 0;
    margin-bottom: 2em; }
  .equipe-panel .integrante {
    float: left;
    display: block;
    margin-right: 4.82916%;
    width: 100%;
    margin-right: 0; }
    .equipe-panel .integrante:last-child {
      margin-right: 0; }
  #timeline:before {
    left: 38px; }
  #timeline .timeline-content {
    font-size: 0.9em;
    padding-top: 2.1em;
    width: 80%; }
    #timeline .timeline-content h3 {
      font-size: 1.7em; }
  #timeline .conector {
    display: none; }
  #timeline .node {
    font-size: 0.6em; }
  #timeline .more-info {
    height: auto !important; } }

@media screen and (max-width: 768px) {
  .conselheiros li {
    float: left;
    display: block;
    margin-right: 4.82916%;
    width: 100%;
    margin-right: 0; }
    .conselheiros li:last-child {
      margin-right: 0; } }

@media screen and (max-width: 480px) {
  #timeline .timeline-content {
    width: 70%; } }

.documentos-container {
  overflow: hidden;
  margin: 0 -2rem; }
  .documentos-container ul {
    display: -webkit-flex !important;
    -webkit-flex-wrap: wrap !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

.documento {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  margin-right: 0;
  padding: 0 2rem;
  margin-bottom: 3.5em; }
  .documento:last-child {
    margin-right: 0; }
  .documento .titulo {
    font-size: 1.5em;
    color: #1ea7ac;
    text-transform: uppercase;
    font-family: "Armata", sans-serif;
    margin-bottom: 0.25em;
    display: inline-block;
    width: 100%; }
  .documento .fa-download {
    margin-right: 0.5em; }
  .documento .download {
    color: #e0833d; }
  .documento:hover .titulo, .documento:hover .sobre {
    color: #e0833d; }

#documentos-atas .page-subtitle {
  color: white; }

#documentos-atas .category-title {
  color: #005f51;
  text-transform: uppercase;
  font-size: 1.5em;
  font-family: "Armata", sans-serif;
  margin-bottom: 0.25em; }

#documentos-atas a:hover {
  color: white; }

#documentos-atas .categoria {
  margin-bottom: 3em; }

#documentos-atas .fa, #documentos-atas .social .facebook a:before, .social .facebook #documentos-atas a:before, #documentos-atas .social .twitter a:before, .social .twitter #documentos-atas a:before, #documentos-atas .social .youtube a:before, .social .youtube #documentos-atas a:before {
  margin-right: 0.5em; }

#documentos-apresentacoes .page-subtitle {
  color: white; }

#documentos-apresentacoes .documento .titulo, #documentos-apresentacoes .documento .sobre {
  color: white; }

#documentos-apresentacoes .documento .titulo {
  color: rgba(255, 255, 255, 0.5); }

#documentos-apresentacoes .documento:hover .titulo, #documentos-apresentacoes .documento:hover .sobre {
  color: #005f51; }

#documentos-apresentacoes .download {
  color: #005f51; }

#documentos-produtos .page-subtitle, #documentos-atas .page-subtitle, #documentos-apresentacoes .page-subtitle {
  margin-bottom: 0.3em; }

#documentos-produtos .page-subtitle + .categoria, #documentos-atas .page-subtitle + .categoria, #documentos-apresentacoes .page-subtitle + .categoria {
  margin-top: 1.5em; }

#documentos-produtos .intro, #documentos-atas .intro, #documentos-apresentacoes .intro {
  margin-bottom: 3.5em; }

@media screen and (max-width: 768px) {
  .documento {
    float: left;
    display: block;
    margin-right: 4.82916%;
    width: 204.82916%; }
    .documento:last-child {
      margin-right: 0; } }

#contato-top {
  height: 50vh;
  background-size: cover; }

#contato-fale-conosco {
  padding-bottom: 5em; }
  #contato-fale-conosco h2 {
    font-size: 3em; }
  #contato-fale-conosco .infos {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    #contato-fale-conosco .infos:last-child {
      margin-right: 0; }
  #contato-fale-conosco .contact-form {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    #contato-fale-conosco .contact-form:last-child {
      margin-right: 0; }
  #contato-fale-conosco .imagem {
    margin-bottom: 1.5em; }
  #contato-fale-conosco .endereco, #contato-fale-conosco .telefone, #contato-fale-conosco .email {
    clear: both;
    color: #e0833d;
    display: block;
    float: left;
    margin-bottom: 2em; }
  #contato-fale-conosco .intro {
    margin-bottom: 2.5em;
    overflow: hidden; }
  #contato-fale-conosco span {
    float: left; }
  #contato-fale-conosco .fa, #contato-fale-conosco .social .facebook a:before, .social .facebook #contato-fale-conosco a:before, #contato-fale-conosco .social .twitter a:before, .social .twitter #contato-fale-conosco a:before, #contato-fale-conosco .social .youtube a:before, .social .youtube #contato-fale-conosco a:before {
    color: #1ea7ac;
    float: left;
    font-size: 1.5em;
    height: 100%;
    width: 40px; }
  #contato-fale-conosco .contact-form {
    background: #f9f9f9;
    padding: 2.5em; }
    #contato-fale-conosco .contact-form h2 {
      font-size: 3em;
      text-transform: uppercase;
      color: #474747;
      font-weight: bold;
      margin-bottom: 1em; }

#contato-proposta {
  position: relative;
  padding-top: 15em;
  padding-bottom: 20em; }
  #contato-proposta .content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    #contato-proposta .content:last-child {
      margin-right: 0; }
  #contato-proposta .background {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    margin-right: 0;
    background-position: right 0;
    background-size: cover;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0; }
    #contato-proposta .background:last-child {
      margin-right: 0; }
    #contato-proposta .background:before {
      display: none; }
    #contato-proposta .background .caption {
      right: 0; }

.contact-form .wpcf7-form-control-wrap {
  width: 100%;
  margin-bottom: 1.5em; }

.contact-form input[type="text"], .contact-form input[type="email"], .contact-form input[type="tel"], .contact-form textarea {
  border: 1px solid #1ea7ac;
  font-family: "Armata", sans-serif;
  padding: 1em;
  width: 100%;
  display: block; }

.contact-form span {
  float: left; }

.contact-form .wpcf7-not-valid-tip {
  margin-top: 0.75em; }

.contact-form .wpcf7-submit {
  margin-top: 1em;
  border: 0;
  clear: both;
  cursor: pointer; }

.contact-form .wpcf7-response-output {
  font-size: 1.4em;
  border: 0;
  color: red;
  padding: 0;
  margin: 1.5em 0 0; }

.contact-form .jfilestyle input {
  float: left;
  border: 0;
  background: transparent;
  width: 20%; }

.contact-form .jfilestyle .focus-jfilestyle {
  background: white;
  border: 1px solid #999;
  color: #999;
  cursor: pointer;
  display: inline-block;
  float: right;
  font-family: "Armata", sans-serif;
  font-size: 1.6em;
  text-align: center;
  width: 60%; }
  .contact-form .jfilestyle .focus-jfilestyle label {
    cursor: pointer;
    display: inline-block;
    padding: 1em;
    width: 100%; }
  .contact-form .jfilestyle .focus-jfilestyle span {
    float: none; }

@media screen and (max-width: 1400px) {
  #contato-fale-conosco h2 {
    margin-top: 0; } }

@media screen and (max-width: 768px) {
  #contato-fale-conosco .infos, #contato-fale-conosco .contact-form {
    float: left;
    display: block;
    margin-right: 4.82916%;
    width: 100%;
    margin-right: 0; }
    #contato-fale-conosco .infos:last-child, #contato-fale-conosco .contact-form:last-child {
      margin-right: 0; }
  #contato-fale-conosco .infos {
    margin-bottom: 3em; }
  #contato-proposta {
    padding-bottom: 10em; }
    #contato-proposta .background {
      position: relative;
      height: 50vh;
      width: 100%;
      margin-top: -20em;
      margin-bottom: 2.5em;
      top: 0; }
      #contato-proposta .background:before {
        display: block; }
    #contato-proposta .content {
      float: left;
      display: block;
      margin-right: 4.82916%;
      width: 100%;
      margin-right: 0; }
      #contato-proposta .content:last-child {
        margin-right: 0; }
    #contato-proposta .jfilestyle .focus-jfilestyle {
      width: 100%; } }
