/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/** * 1. Set default font family to sans-serif. * 2. Prevent iOS text size adjust after orientation change, without disabling *    user zoom. */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/** * Remove default margin. */
body {
  margin: 0;
}
/* HTML5 display definitions ========================================================================== */
/** * Correct `block` display not defined for any HTML5 element in IE 8/9. * Correct `block` display not defined for `details` or `summary` in IE 10/11 * and Firefox. * Correct `block` display not defined for `main` in IE 11. */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/** * 1. Correct `inline-block` display not defined in IE 8/9. * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/** * Prevent modern browsers from displaying `audio` without controls. * Remove excess height in iOS 5 devices. */
audio:not([controls]) {
  display: none;
  height: 0;
}
/** * Address `[hidden]` styling not present in IE 8/9/10. * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22. */
[hidden],
template {
  display: none;
}
/* Links ========================================================================== */
/** * Remove the gray background color from active links in IE 10. */
a {
  background-color: transparent;
}
/** * Improve readability when focused and also mouse hovered in all browsers. */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics ========================================================================== */
/** * Address styling not present in IE 8/9/10/11, Safari, and Chrome. */
abbr[title] {
  border-bottom: 1px dotted;
}
/** * Address style set to `bolder` in Firefox 4+, Safari, and Chrome. */
b,
strong {
  font-weight: bold;
}
/** * Address styling not present in Safari and Chrome. */
dfn {
  font-style: italic;
}
/** * Address variable `h1` font-size and margin within `section` and `article` * contexts in Firefox 4+, Safari, and Chrome. */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/** * Address styling not present in IE 8/9. */
mark {
  background: #ff0;
  color: #000;
}
/** * Address inconsistent and variable font size in all browsers. */
small {
  font-size: 80%;
}
/** * Prevent `sub` and `sup` affecting `line-height` in all browsers. */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content ========================================================================== */
/** * Remove border when inside `a` element in IE 8/9/10. */
img {
  border: 0;
}
/** * Correct overflow not hidden in IE 9/10/11. */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content ========================================================================== */
/** * Address margin not present in IE 8/9 and Safari. */
figure {
  margin: 1em 40px;
}
/** * Address differences between Firefox and other browsers. */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/** * Contain overflow in all browsers. */
pre {
  overflow: auto;
}
/** * Address odd `em`-unit font size rendering in all browsers. */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms ========================================================================== */
/** * Known limitation: by default, Chrome and Safari on OS X allow very limited * styling of `select`, unless a `border` property is set. */
/** * 1. Correct color not being inherited. *    Known issue: affects color of disabled elements. * 2. Correct font properties not being inherited. * 3. Address margins set differently in Firefox 4+, Safari, and Chrome. */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/** * Address `overflow` set to `hidden` in IE 8/9/10/11. */
button {
  overflow: visible;
}
/** * Address inconsistent `text-transform` inheritance for `button` and `select`. * All other form control elements do not inherit `text-transform` values. * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera. * Correct `select` style inheritance in Firefox. */
button,
select {
  text-transform: none;
}
/** * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` *    and `video` controls. * 2. Correct inability to style clickable `input` types in iOS. * 3. Improve usability and consistency of cursor style between image-type *    `input` and others. */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/** * Re-set default cursor for disabled elements. */
button[disabled],
html input[disabled] {
  cursor: default;
}
/** * Remove inner padding and border in Firefox 4+. */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/** * Address Firefox 4+ setting `line-height` on `input` using `!important` in * the UA stylesheet. */
input {
  line-height: normal;
}
/** * It's recommended that you don't attempt to style these elements. * Firefox's implementation doesn't respect box-sizing, padding, or width. * * 1. Address box sizing set to `content-box` in IE 8/9/10. * 2. Remove excess padding in IE 8/9/10. */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/** * Fix the cursor style for Chrome's increment/decrement buttons. For certain * `font-size` values of the `input`, it causes the cursor style of the * decrement button to change from `default` to `text`. */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/** * 1. Address `appearance` set to `searchfield` in Safari and Chrome. * 2. Address `box-sizing` set to `border-box` in Safari and Chrome *    (include `-moz` to future-proof). */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/** * Remove inner padding and search cancel button in Safari and Chrome on OS X. * Safari (but not Chrome) clips the cancel button when the search input has * padding (and `textfield` appearance). */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/** * Define consistent border, margin, and padding. */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/** * 1. Correct `color` not being inherited in IE 8/9/10/11. * 2. Remove padding so people aren't caught out if they zero out fieldsets. */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/** * Remove default vertical scrollbar in IE 8/9/10/11. */
textarea {
  overflow: auto;
}
/** * Don't inherit the `font-weight` (applied by a rule above). * NOTE: the default cannot safely be changed in Chrome and Safari on OS X. */
optgroup {
  font-weight: bold;
}
/* Tables ========================================================================== */
/** * Remove most spacing between table cells. */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*Funcão*/
/*Transição*/
/* Animated */
@-webkit-keyframes fadeIn {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@ov)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@ov)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@ov)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@ov)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
  }
}
@-webkit-keyframes fadeOutUp {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@ov)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@ov)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    -moz-transform: translate(0, -10%);
    -webkit-transform: translate(0, -10%);
    -o-transform: translate(0, -10%);
    transform: translate(0, -10%);
  }
}
@keyframes fadeOutUp {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@ov)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@ov)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    -moz-transform: translate(0, -10%);
    -webkit-transform: translate(0, -10%);
    -o-transform: translate(0, -10%);
    transform: translate(0, -10%);
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@ov)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    -moz-transform: translate(0, -10%);
    -webkit-transform: translate(0, -10%);
    -o-transform: translate(0, -10%);
    transform: translate(0, -10%);
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@ov)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes fadeInDown {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@ov)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    -moz-transform: translate(0, -10%);
    -webkit-transform: translate(0, -10%);
    -o-transform: translate(0, -10%);
    transform: translate(0, -10%);
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@ov)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@ov)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    -moz-transform: translate(0, 10%);
    -webkit-transform: translate(0, 10%);
    -o-transform: translate(0, 10%);
    transform: translate(0, 10%);
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@ov)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes fadeInUp {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@ov)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    -moz-transform: translate(0, 10%);
    -webkit-transform: translate(0, 10%);
    -o-transform: translate(0, 10%);
    transform: translate(0, 10%);
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@ov)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@ov)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    -moz-transform: translate(-10%, 0);
    -webkit-transform: translate(-10%, 0);
    -o-transform: translate(-10%, 0);
    transform: translate(-10%, 0);
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@ov)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes fadeInRight {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@ov)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    -moz-transform: translate(-10%, 0);
    -webkit-transform: translate(-10%, 0);
    -o-transform: translate(-10%, 0);
    transform: translate(-10%, 0);
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@ov)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
/* Variáveis */
/* Estrutura */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  font-family: 'Exo', sans-serif;
  font-size: 10px;
  font-weight: 400;
  color: #FFFFFF;
  background: #111b2f;
  height: 100%;
}
body {
  -webkit-animation-duration: 0.7s;
  -moz-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -moz-animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
body.blocked {
  overflow: hidden;
}
.wrap {
  width: 95%;
  max-width: 144rem;
  margin: 0 auto;
  -webkit-animation-duration: 0.7s;
  -moz-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -moz-animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
}
/* Gerais */
img,
iframe,
video {
  display: block;
  max-width: 100%;
}
img,
svg {
  overflow: hidden;
}
a,
button {
  text-decoration: none;
  color: inherit;
  border: 0;
  outline: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -moz-transition: all 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition: all 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
}
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.clearfix {
  *zoom: 1;
  display: block !important;
  float: none !important;
  clear: both !important;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both !important;
}
.relative {
  position: relative;
}
.ib {
  display: inline-block;
}
.middle {
  vertical-align: middle;
}
.block {
  display: block;
}
.fr {
  float: right;
}
.fl {
  float: left;
}
.rtl {
  direction: rtl;
}
.ltr {
  direction: ltr;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
textarea {
  background: none;
  border: none;
  outline: none;
  display: block;
  width: 100%;
  padding: 1em;
}
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-track {
  background: #111b2f;
}
::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #2899d5;
}
.bbranco {
  background: #FFFFFF;
}
.bazul {
  background: #2899d5;
}
.bazulescuro {
  background: #034693;
}
.bescuro {
  background: #111b2f;
}
.blaranja {
  background: #f68f38;
}
.bverde {
  background: #43ac56;
}
.full {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.full .table {
  height: 100%;
}
.overlay {
  display: none;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(0, 0, 0, 0.85);
  -webkit-animation-duration: 0.2s;
  -moz-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -moz-animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.overlay > div {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
}
.overlay > div > div {
  display: table-cell;
  vertical-align: middle;
  padding: 8rem 0;
}
.overlay > div > div > div {
  -webkit-animation-duration: 0.2s;
  -moz-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -moz-animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
}
.overlay > div > div > div .fechar {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  overflow: hidden;
  -webkit-animation-duration: 0.7s;
  -moz-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -moz-animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}
.overlay.fechando {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}
.overlay.fechando > div > div > div {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
}
.overlay.aberto {
  display: block;
}
.social a {
  display: inline-block;
  vertical-align: middle;
  margin-left: 1em;
}
.social a path {
  -moz-transition: all 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition: all 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.social a:hover path {
  stroke: #2899d5;
}
.table {
  display: table;
  width: 100%;
}
.table > div {
  display: table-cell;
  vertical-align: middle;
}
.table.top > div {
  vertical-align: top;
}
.table.bottom > div {
  vertical-align: bottom;
}
.table.fixed {
  table-layout: fixed;
}
/* Tipografia */
h1,
h2,
h3,
h4,
h5,
h6,
p {
  display: block;
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
p {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.4;
  margin-bottom: 1em;
}
.lato {
  font-family: 'Lato', sans-serif;
}
.uc {
  text-transform: uppercase;
}
.tc {
  text-align: center;
}
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}
.i {
  font-style: italic;
}
.tbranco {
  color: #FFFFFF;
}
.tazul {
  color: #2899d5;
}
.tazulescuro {
  color: #034693;
}
.tescuro {
  color: #111b2f;
}
.tlaranja {
  color: #f68f38;
}
.tverde {
  color: #43ac56;
}
.tcinza {
  color: #58595b;
}
.t12 {
  font-size: 1.2rem;
}
.t13 {
  font-size: 1.3rem;
}
.t14 {
  font-size: 1.4rem;
}
.t16 {
  font-size: 1.6rem;
}
.t18 {
  font-size: 1.8rem;
}
.t30 {
  font-size: 3.0rem;
}
.t42 {
  font-size: 4.2rem;
}
.t72 {
  font-size: 7.2rem;
}
.w200 {
  font-weight: 200;
}
.w300 {
  font-weight: 300;
}
.w400 {
  font-weight: 400;
}
.w600 {
  font-weight: 600;
}
.w700 {
  font-weight: 700;
}
.w800 {
  font-weight: 800;
}
.ls01 {
  letter-spacing: 0.1em;
}
.ls-002 {
  letter-spacing: -0.02em;
}
.mb02 {
  margin-bottom: .2em;
}
.mb05 {
  margin-bottom: .5em;
}
.mb1 {
  margin-bottom: 1em;
}
.mb2 {
  margin-bottom: 2em;
}
.mb3 {
  margin-bottom: 3em;
}
/* Header e Menus Fixos */
#menu {
  display: none;
  position: fixed;
  z-index: 30;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-animation-duration: 0.7s;
  -moz-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -moz-animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -moz-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  padding: 4rem;
}
#menu #abremenu {
  width: 34px;
  height: 17px;
  display: block;
  float: left;
  margin-right: 4rem;
}
#menu #abremenu line {
  -moz-transition: all 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition: all 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
}
#menu nav {
  display: none;
  float: left;
  -webkit-animation-duration: 0.7s;
  -moz-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -moz-animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
#menu nav a {
  margin-right: 2em;
}
#menu .social {
  display: none;
  -webkit-animation-duration: 0.7s;
  -moz-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -moz-animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
#menu.aberto {
  background: rgba(17, 27, 47, 0.5);
}
#menu.aberto #abremenu .linha0 {
  transform: scale(0, 0);
}
#menu.aberto #abremenu .linha1 {
  transform: rotate(-45deg) scale(1.2);
}
#menu.aberto #abremenu .linha2 {
  transform: rotate(45deg) scale(1.2);
}
#menu.aberto nav,
#menu.aberto .social {
  display: block;
}
/* Conteudo */
#bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#fundo {
  position: fixed;
  bottom: -7%;
  left: -15%;
  right: -15%;
  height: auto;
  width: 130%;
  display: block;
  -moz-transition: all 1s cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-transition: all 1s cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition: all 1s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 1s cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-animation-duration: 0.7s;
  -moz-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -moz-animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
#fundo path {
  stroke: #cadb47;
  opacity: .3;
}
#desenho {
  position: fixed;
  top: 10%;
  bottom: -10%;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  display: block;
  -moz-transition: all 1s cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-transition: all 1s cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition: all 1s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 1s cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-animation-duration: 0.7s;
  -moz-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -moz-animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}
#desenho .nacele,
#desenho .torre,
#desenho .rotor {
  -moz-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
#desenho #desenho-nacele:not(.ativo) .nacele {
  fill: none;
}
#desenho #desenho-torre:not(.ativo) .torre {
  fill: none;
}
#desenho #desenho-rotor:not(.ativo) .rotor {
  fill: none;
}
body > section {
  display: block;
  min-height: 100%;
}
#home {
  position: relative;
  z-index: 1;
}
#home .social {
  margin-top: .4rem;
}
#home .top {
  padding: 4rem;
  position: relative;
  z-index: 2;
  -webkit-animation-duration: 0.7s;
  -moz-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -moz-animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
#home .miniwrap {
  max-width: 720px;
  margin: 0 auto;
  padding: 5% 0;
  -webkit-animation-duration: 0.7s;
  -moz-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -moz-animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}
#home .links a {
  position: relative;
  margin: 0 1em;
}
#home .links a:before {
  content: "";
  position: absolute;
  bottom: -0.3em;
  left: 0;
  width: 4px;
  height: 3px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #43ac56;
}
#home .links a:after {
  content: "";
  position: absolute;
  bottom: -0.3em;
  left: 7px;
  width: 17px;
  height: 3px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #43ac56;
  -moz-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
#home .links a:hover {
  color: #43ac56;
}
#home .links a:hover:after {
  width: 95%;
}
#conceitos {
  display: none;
  position: relative;
  z-index: 1;
  -webkit-animation-duration: 0.7s;
  -moz-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -moz-animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}
#conceitos .conteudo {
  max-width: 1280px;
  width: 90%;
  margin: 8rem auto;
}
#conceitos .componentes {
  margin: 4rem 0;
  position: relative;
  max-width: 380px;
}
#conceitos .componentes > div {
  overflow: hidden;
  -moz-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
#conceitos .componentes h3 {
  cursor: pointer;
  margin-bottom: .5em;
}
#conceitos .componentes h3 + a {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: right;
  padding-bottom: 1em;
  padding-top: 2em;
  -webkit-animation-duration: 0.7s;
  -moz-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -moz-animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
#conceitos .componentes h3 + a:before {
  content: "";
  position: absolute;
  bottom: .3em;
  left: 0;
  width: 100%;
  border-bottom: 1px solid;
}
#conceitos .componentes h3 + a:after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: .3em;
  background: url("../images/mais.svg") center no-repeat;
}
#conceitos .componentes:not(.ativo) strong {
  font-weight: inherit;
}
#conceitos .componentes:not(.ativo) > div {
  height: 0 !important;
  opacity: 0;
}
#conceitos .componentes.ativo h3 + a {
  display: block;
}
#conceitos .overs article {
  display: none;
  position: fixed;
  left: 50%;
  right: 0;
  padding: 10rem 5%;
  height: 100%;
  top: 0;
  overflow: auto;
  background: rgba(17, 27, 47, 0.9);
  -webkit-animation-duration: 0.7s;
  -moz-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -moz-animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
#conceitos .overs article h2 {
  margin: 1em 0;
}
#conceitos .overs article .close {
  position: absolute;
  right: 5%;
  top: 10rem;
  text-align: center;
}
#conceitos .overs article .close:before {
  content: "";
  width: 32px;
  height: 32px;
  display: block;
  background: url("../images/x.svg") center no-repeat;
  margin-bottom: 5px;
}
#conceitos .overs article .close:after {
  content: "ESC";
  font-size: 13px;
  font-weight: 300;
  color: #43ac56;
}
#conceitos .overs article.ativo {
  display: block;
}
#cadeia {
  display: none;
  position: relative;
  z-index: 1;
  -webkit-animation-duration: 0.7s;
  -moz-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -moz-animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}
#cadeia .conteudo {
  max-width: 1280px;
  width: 90%;
  margin: 8rem auto;
}
#cadeia .grupos {
  margin: 4rem 0;
  position: relative;
  max-width: 300px;
}
#cadeia .grupos > div {
  overflow: hidden;
  -moz-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
#cadeia .grupos h3 {
  cursor: pointer;
  margin-bottom: .5em;
  padding-left: 45px;
  padding-right: 15px;
  position: relative;
}
#cadeia .grupos h3:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: url("../images/mais.svg") #f68f38 center no-repeat;
  background-size: 8px;
  left: 0;
  top: 50%;
  margin-top: -10px;
}
#cadeia .grupos h3:after {
  content: "";
  position: absolute;
  width: 14px;
  height: 8px;
  background: url("../images/baixo.svg") center no-repeat;
  right: 0;
  top: 50%;
  margin-top: -4px;
}
#cadeia .grupos h4 {
  padding: .5em 0;
  border-bottom: 1px solid #ddd;
  padding-left: 45px;
  position: relative;
  cursor: pointer;
}
#cadeia .grupos h4:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: url("../images/mais.svg") #f68f38 center no-repeat;
  background-size: 8px;
  left: 0;
  top: 50%;
  margin-top: -6px;
}
#cadeia .grupos h4:last-child {
  border-bottom: none;
}
#cadeia .grupos h4.ativo {
  font-weight: bold;
}
#cadeia .grupos:not(.ativo) > div {
  height: 0 !important;
  opacity: 0;
}
#cadeia .grupos:nth-of-type(2) h3:before,
#cadeia .grupos:nth-of-type(2) h4:before {
  background-color: #cadb47;
}
#cadeia .grupos:nth-of-type(3) h3:before,
#cadeia .grupos:nth-of-type(3) h4:before {
  background-color: #2899d5;
}
#cadeia #bolinhas {
  position: absolute;
  left: 40%;
  top: 60%;
  margin-top: -350px;
  max-width: 60%;
}
#cadeia #bolinhas circle {
  opacity: .4;
  cursor: pointer;
}
#cadeia #bolinhas circle.FabricantesdeComponentes {
  fill: #f68f38;
}
#cadeia #bolinhas circle.FabricantesdeSubcomponentes {
  fill: #cadb47;
}
#cadeia #bolinhas circle.Servios {
  fill: #2899d5;
}
#cadeia #bolinhas circle.centro {
  fill: transparent;
}
#cadeia #bolinhas circle.ativo {
  opacity: 1;
}
#cadeia #bolinhas .numero {
  font-size: 4.2rem;
  fill: #58595b;
  font-weight: 300;
}
#cadeia #bolinhas .numero tspan {
  alignment-baseline: middle;
}
#cadeia #bolinhas .numero tspan:first-child {
  font-weight: 700;
}
#cadeia #bolinhas .tip circle {
  opacity: 1;
}
#cadeia #bolinhas .title {
  font-size: 1.6rem;
  fill: #58595b;
  font-weight: 700;
  cursor: pointer;
}
#capacidade {
  display: none;
  position: relative;
  z-index: 1;
  -webkit-animation-duration: 0.7s;
  -moz-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -moz-animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}
#capacidade .conteudo {
  max-width: 1440px;
  width: 90%;
  margin: 8rem auto;
}
#capacidade .conteudo .raio:before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 14px;
  vertical-align: middle;
  margin-right: 5px;
  background: url("../images/raio.svg") center no-repeat;
}
#capacidade #mapa {
  right: 10%;
  height: 100%;
  width: 80%;
  display: block;
  position: absolute;
}
#capacidade #mapa #itens {
  right: 0;
  height: 100%;
  position: absolute;
}
#capacidade #mapa #itens img {
  display: block;
  width: auto;
  height: 100%;
  height: 100vh;
  width: 100vh;
  max-width: 1000px;
  right: 0;
  top: 0;
}
#capacidade #mapa #itens .legendas {
  position: absolute;
  left: 30%;
  bottom: 10%;
}
#capacidade #mapa #itens .legendas .bolas div {
  margin: .5em 0;
}
#capacidade #mapa #itens .legendas .bolas div:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  margin-right: 10px;
  border: 2px solid #f68f38;
  background: #f68f38;
}
#capacidade #mapa #itens .legendas .bolas div:nth-child(1):before {
  background: none;
  opacity: .5;
}
#capacidade #mapa #itens .legendas .bolas div:nth-child(2):before {
  opacity: .5;
}
#capacidade #mapa #itens .legendas .calor div:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background: #2899d5;
}
#capacidade #mapa #itens .legendas .calor div:nth-child(1):before {
  opacity: 1;
}
#capacidade #mapa #itens .legendas .calor div:nth-child(2):before {
  opacity: .8;
}
#capacidade #mapa #itens .legendas .calor div:nth-child(3):before {
  opacity: .6;
}
#capacidade #mapa #itens .legendas .calor div:nth-child(4):before {
  opacity: .4;
}
#capacidade #mapa #itens .legendas .calor div:nth-child(5):before {
  opacity: .2;
}
#capacidade #mapa #itens .ponto {
  position: absolute;
  cursor: pointer;
}
#capacidade #mapa #itens .ponto .info {
  width: 160px;
  height: 160px;
  margin: -80px;
  padding: 20px;
  text-align: center;
  background: #f68f38;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  line-height: 1.2;
}
#capacidade #mapa #itens .ponto .contratados {
  position: absolute;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  left: 0;
  top: 0;
  background: #f68f38;
  border: 2px solid #f68f38;
  opacity: .5;
  background: none;
}
#capacidade #mapa #itens .ponto .ainstalar {
  position: absolute;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  left: 0;
  top: 0;
  background: #f68f38;
  border: 2px solid #f68f38;
  opacity: .5;
}
#capacidade #mapa #itens .ponto .instalados {
  position: absolute;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  left: 0;
  top: 0;
  background: #f68f38;
  border: 2px solid #f68f38;
}
#capacidade #mapa #itens .ponto:hover {
  z-index: 3;
}
#capacidade #mapa #itens .ponto:hover .info {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
}
#empresas {
  display: none;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-animation-duration: 0.7s;
  -moz-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -moz-animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}
#empresas #mapaempresas {
  right: 0;
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
}
#empresas #mapaempresas > div {
  right: 20%;
  position: absolute;
  height: 100vh;
  width: 100vh;
}
#empresas #mapaempresas img {
  display: block;
  width: auto;
  height: 100%;
  width: 100%;
  max-width: none;
  right: 0;
  top: 0;
}
#empresas #mapaempresas .itens a {
  position: absolute;
  width: 14px;
  height: 20px;
  background: center bottom no-repeat;
  margin: -20px -7px 0;
}
#empresas #mapaempresas .itens a.fabricantesdecomponentes.pas,
#empresas #mapaempresas .itens a.fabricantesdecomponentes.rotor {
  background-image: url("../images/pin-fabricantes-pas.svg");
}
#empresas #mapaempresas .itens a.fabricantesdecomponentes.nacele,
#empresas #mapaempresas .itens a.fabricantesdecomponentes.nacelemontador {
  background-image: url("../images/pin-fabricantes-nacele.svg");
}
#empresas #mapaempresas .itens a.fabricantesdecomponentes.torres {
  background-image: url("../images/pin-fabricantes-torres.svg");
}
#empresas #mapaempresas .itens a.fabricantesdesubcomponentes.pas,
#empresas #mapaempresas .itens a.fabricantesdesubcomponentes.rotor {
  background-image: url("../images/pin-fornecedores-pas.svg");
}
#empresas #mapaempresas .itens a.fabricantesdesubcomponentes.nacele,
#empresas #mapaempresas .itens a.fabricantesdesubcomponentes.nacelemontador {
  background-image: url("../images/pin-fornecedores-nacele.svg");
}
#empresas #mapaempresas .itens a.fabricantesdesubcomponentes.torres {
  background-image: url("../images/pin-fornecedores-torres.svg");
}
#empresas #mapaempresas .itens a span {
  display: none;
  position: absolute;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  bottom: 22px;
  padding: 1rem;
  background: rgba(17, 27, 47, 0.9);
}
#empresas #mapaempresas .itens a:hover {
  z-index: 2;
}
#empresas #mapaempresas .itens a:hover span {
  display: block;
}
#empresas #mapaempresas[zoom="2"] > div {
  height: 160vh;
  width: 160vh;
  top: -30vh;
  right: 15%;
}
#empresas #mapaempresas[zoom="3"] > div {
  height: 220vh;
  width: 220vh;
  top: -55vh;
  right: 10%;
}
#empresas #mapaempresas[zoom="4"] > div {
  height: 280vh;
  width: 280vh;
  top: -90vh;
  right: 0%;
}
#empresas #mapaempresas[zoom="5"] > div {
  height: 340vh;
  width: 340vh;
  top: -120vh;
  right: -5%;
}
#empresas #mapaempresas[zoom="6"] > div {
  height: 400vh;
  width: 400vh;
  top: -150vh;
  right: -10%;
}
#empresas #mapaempresas[zoom="7"] > div {
  height: 460vh;
  width: 460vh;
  top: -180vh;
  right: -15%;
}
#empresas #mapaempresas[zoom="8"] > div {
  height: 520vh;
  width: 520vh;
  top: -210vh;
  right: -20%;
}
#empresas #mapaempresas[zoom="9"] > div {
  height: 580vh;
  width: 580vh;
  top: -240vh;
  right: -25%;
}
#empresas #mapaempresas[zoom="10"] > div {
  height: 640vh;
  width: 640vh;
  top: -270vh;
  right: -30%;
}
#empresas .legenda {
  background: rgba(17, 27, 47, 0.9);
  padding: 3rem;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 380px;
}
#empresas .legenda > img {
  float: left;
  margin-right: 45px;
}
#empresas .legenda > a {
  display: block;
  margin-bottom: 5px;
}
#empresas .filtros {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 400px;
  background: rgba(17, 27, 47, 0.9);
  padding: 7rem 4rem 4rem;
}
#empresas .filtros > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  height: 100%;
}
#empresas .filtros > div > div {
  overflow-y: auto;
}
#empresas .filtros h4 {
  padding-bottom: .5em;
  padding-top: 2rem;
  margin-bottom: .5em;
  border-bottom: 1px solid #43ac56;
}
#empresas .filtros .resultados a {
  display: block;
  font-size: 1.4rem;
  padding: .5em 20px .5em 25px;
  border-bottom: 2px solid rgba(88, 89, 91, 0.5);
  margin-right: 10px;
  background: url("../images/maisbola.svg") right center no-repeat;
  background-size: 15px;
}
#empresas .filtros .tipos h1,
#empresas .filtros .tipos h2,
#empresas .filtros .tipos h3 {
  border-bottom: 1px solid #58595b;
  cursor: pointer;
}
#empresas .filtros .tipos h1 {
  font-size: 3.2rem;
  padding: 6px 25px;
  margin: 0;
}
#empresas .filtros .tipos h2 {
  font-size: 2rem;
  padding: 6px 25px;
  margin: 0;
}
#empresas .filtros .tipos h3 {
  font-size: 1.2rem;
  text-transform: uppercase;
  padding: 6px 25px;
  margin: 0;
}
#empresas .filtros .tipos h5 {
  font-size: 1.4rem;
  display: block;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  padding: 6px 25px;
  margin: 0;
  cursor: pointer;
}
#empresas .filtros .tipos li > .seta {
  padding-right: 20px;
  background: url("../images/seta-baixo.svg") right 5px center no-repeat;
}
#empresas .filtros .tipos li > ul {
  display: none;
  -webkit-animation-duration: 0.7s;
  -moz-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -moz-animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
#empresas .filtros .tipos li.aberto > ul {
  display: block;
}
#empresas .filtros .tipos li.aberto > *:first-child {
  color: #43ac56;
}
#empresas .filtros .tipos li.aberto > .seta {
  background-image: url("../images/seta-cima.svg");
}
#empresas .filtros .tipos li .ativo {
  position: relative;
}
#empresas .filtros .tipos li .ativo:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 25px;
  background: url("../images/olho.svg") left center no-repeat;
}
#empresas .overs article {
  display: none;
  position: fixed;
  left: 50%;
  right: 0;
  padding: 10rem 5%;
  height: 100%;
  top: 0;
  overflow: auto;
  background: rgba(17, 27, 47, 0.9);
  -webkit-animation-duration: 0.7s;
  -moz-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -moz-animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
#empresas .overs article h2 {
  margin: 0;
  font-size: 4rem;
  font-weight: 700;
}
#empresas .overs article .close {
  position: absolute;
  right: 5%;
  top: 10rem;
  text-align: center;
}
#empresas .overs article .close:before {
  content: "";
  width: 32px;
  height: 32px;
  display: block;
  background: url("../images/x.svg") center no-repeat;
  margin-bottom: 5px;
}
#empresas .overs article .close:after {
  content: "ESC";
  font-size: 13px;
  font-weight: 300;
  color: #43ac56;
}
#empresas .overs article.ativo {
  display: block;
}
#empresas .overs article hr {
  margin: 2em 0;
  border: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}
body.conceitos-basicos #fundo {
  left: -10%;
}
body.conceitos-basicos #desenho {
  left: 20%;
  top: 5%;
}
body.conceitos-basicos #home {
  display: none;
}
body.conceitos-basicos #menu,
body.conceitos-basicos #conceitos {
  display: block;
}
body.cadeia-produtiva #fundo {
  opacity: 0;
}
body.cadeia-produtiva #desenho {
  opacity: 0;
}
body.cadeia-produtiva #home {
  display: none;
}
body.cadeia-produtiva #menu,
body.cadeia-produtiva #cadeia {
  display: block;
}
body.cadeia-produtiva #menu {
  color: #111b2f;
}
body.cadeia-produtiva #menu .social path {
  stroke: #111b2f;
}
body.cadeia-produtiva #menu.aberto {
  background: rgba(255, 255, 255, 0.5);
}
body.potencial-de-producao #fundo {
  opacity: 0;
}
body.potencial-de-producao #desenho {
  opacity: 0;
}
body.potencial-de-producao #home {
  display: none;
}
body.potencial-de-producao #menu,
body.potencial-de-producao #capacidade {
  display: block;
}
body.potencial-de-producao #menu {
  color: #111b2f;
}
body.potencial-de-producao #menu .social path {
  stroke: #111b2f;
}
body.potencial-de-producao #menu.aberto {
  background: rgba(255, 255, 255, 0.5);
}
body.empresas #bg {
  opacity: 0;
}
body.empresas #home {
  display: none;
}
body.empresas #menu,
body.empresas #empresas {
  display: block;
}
/* Responsive */
