/*! 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 fadeOut {
  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;
  }
}
@keyframes fadeOut {
  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;
  }
}
@-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);
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.delayed {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
*/
/*
 *  Owl Carousel - Core
*/
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/*
 *  Owl Carousel - Animate Plugin
*/
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
*/
.owl-height {
  transition: height 500ms ease-in-out;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
*/
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
/*
 * 	Owl Carousel - Video Plugin
*/
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.svg") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/* 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: #58595b;
  background: #FFF;
  height: 100%;
}
body {
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -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: 90%;
  max-width: 128rem;
  margin: 0 auto;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -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;
  *zoom: 1;
  display: block !important;
  float: none !important;
  clear: both !important;
}
.wrap:before,
.wrap:after {
  content: "";
  display: table;
}
.wrap:after {
  clear: both !important;
}
.wrap:before,
.wrap:after {
  content: "";
  display: table;
}
.wrap:after {
  clear: both !important;
}
.col1 {
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
  width: 8.333%;
}
@media (max-width: 768px) {
  .col1 {
    float: none;
    width: 100% !important;
  }
}
.col2 {
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
  width: 16.666%;
}
@media (max-width: 768px) {
  .col2 {
    float: none;
    width: 100% !important;
  }
}
.col3 {
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
  width: 24.999%;
}
@media (max-width: 768px) {
  .col3 {
    float: none;
    width: 100% !important;
  }
}
.col4 {
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
  width: 33.333%;
}
@media (max-width: 768px) {
  .col4 {
    float: none;
    width: 100% !important;
  }
}
.col5 {
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
  width: 41.666%;
}
@media (max-width: 768px) {
  .col5 {
    float: none;
    width: 100% !important;
  }
}
.col6 {
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
  width: 49.999%;
}
@media (max-width: 768px) {
  .col6 {
    float: none;
    width: 100% !important;
  }
}
.col7 {
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
  width: 58.333%;
}
@media (max-width: 768px) {
  .col7 {
    float: none;
    width: 100% !important;
  }
}
.col8 {
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
  width: 66.666%;
}
@media (max-width: 768px) {
  .col8 {
    float: none;
    width: 100% !important;
  }
}
.col9 {
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
  width: 74.999%;
}
@media (max-width: 768px) {
  .col9 {
    float: none;
    width: 100% !important;
  }
}
.col10 {
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
  width: 83.333%;
}
@media (max-width: 768px) {
  .col10 {
    float: none;
    width: 100% !important;
  }
}
.col11 {
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
  width: 91.666%;
}
@media (max-width: 768px) {
  .col11 {
    float: none;
    width: 100% !important;
  }
}
.col12 {
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
  width: 100%;
}
@media (max-width: 768px) {
  .col12 {
    float: none;
    width: 100% !important;
  }
}
.flexbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.flexbox.column {
  flex-direction: column;
}
.flexbox.row {
  flex-direction: row;
}
.flexbox.responsivo {
  flex-direction: row;
}
@media (max-width: 768px) {
  .flexbox.responsivo {
    flex-direction: column;
  }
}
.flexbox.between {
  justify-content: space-between;
}
.flexbox > .order1 {
  order: 1;
}
.flexbox > .order2 {
  order: 2;
}
.flexbox > .order3 {
  order: 3;
}
.flexbox > .order4 {
  order: 4;
}
.flexbox > .order5 {
  order: 5;
}
/* Gerais */
img,
iframe,
svg,
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: #FFF;
}
::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #F68F38;
}
.mobileonly {
  display: none;
}
@media (max-width: 768px) {
  .mobileonly {
    display: block;
  }
}
.bt {
  padding: .4em 2em;
  text-transform: uppercase;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  border: 1px solid #8C2836;
  background: #8C2836;
}
.bt.outline {
  background: transparent;
  border-color: inherit;
}
.bt:not(.no-hover):hover {
  background: #fff;
  color: #8C2836;
  border-color: #fff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}
.setabaixo:after {
  content: "";
  height: 30px;
  width: 16px;
  background: url(../images/seta_baixo.svg);
  background-repeat: no-repeat;
  display: block;
  margin: 10px auto 0px;
}
.underline {
  position: relative;
  color: white;
}
.underline:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -3px;
  width: 15px;
  height: 2px;
  background: white;
}
.underline:after {
  content: "";
  position: absolute;
  left: 18px;
  bottom: -3px;
  width: 5px;
  height: 2px;
  background: white;
  -moz-transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.underline:hover,
.underline:focus {
  color: #fddb93;
}
.underline:hover:after,
.underline:focus:after {
  width: calc(100% - 18px);
}
@media (max-width: 768px) {
  .underline {
    color: #2B2727;
  }
  .underline:hover,
  .underline:focus {
    color: #F0B440;
  }
}
.carregador:after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  margin: 100px auto;
  background-color: #F68F38;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
}
.circ {
  display: inline-block;
  vertical-align: middle;
  margin: 8px;
  padding: 2px;
  width: 18px;
  height: 18px;
  border-radius: 100vh;
  background-color: #23a1da;
  border: solid 1px #23a1da;
  color: #FFF;
}
.circ.outline {
  background-color: transparent;
}
.circ svg {
  display: inline;
}
.circ.outline svg,
.circ.outline path {
  color: transparent;
  fill: transparent;
}
.wrap_controles {
  width: 100%;
  padding-left: 50px;
}
.modal {
  max-width: 780px;
  padding: 7rem 10rem;
  background: #EE303C;
  color: white;
  overflow-x: hidden;
}
.modal img.bg {
  position: absolute;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@ov)";
  filter: alpha(opacity=10);
  -moz-opacity: 0.1;
  opacity: 0.1;
  left: 3rem;
  top: 3rem;
  width: 130px;
  height: auto;
}
.card img.bg {
  position: absolute;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@ov)";
  filter: alpha(opacity=10);
  -moz-opacity: 0.1;
  opacity: 0.1;
  left: -10rem;
  top: -5rem;
  width: 130px;
  height: auto;
}
.overlay {
  display: none;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(255, 255, 255, 0.85);
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -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.4s;
  -moz-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -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.7s;
  -webkit-animation-delay: 0.7s;
}
.overlay > div > div > div .fechar {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  overflow: hidden;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -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.7s;
  -webkit-animation-delay: 0.7s;
}
.overlay.fechando > div > div > div {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
}
.overlay.aberto {
  display: block;
}
.qtip {
  display: inline-block;
  position: relative;
  background: url("../images/i.svg") center no-repeat #1173b8;
  background-size: auto 80%;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 13px;
  height: 13px;
  margin: 0 .5em;
  background-size: 3px 9px;
}
.qtip article {
  display: none;
  position: absolute;
  z-index: 9;
  bottom: 80%;
  background: white;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -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;
  width: 300px;
  margin-left: -150px;
  padding: 1.5rem;
  font-size: 1.6rem;
  font-family: 'Lato', sans-serif;
  color: #58595b;
  line-height: 1.4;
  font-weight: 400;
}
.qtip article a {
  color: #F68F38;
  font-size: 1.4rem;
}
.qtip:hover article {
  display: block;
}
.table {
  display: table;
  width: 100%;
}
.table > div {
  display: table-cell;
  vertical-align: middle;
}
.table.top > div {
  vertical-align: top;
}
.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-size: 1.8rem;
  line-height: 1.4;
  font-weight: 300;
  margin-bottom: 1em;
}
sup {
  font-size: 40%;
  font-weight: 400;
  top: -1.2em;
}
.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;
}
.dib {
  display: inline-block;
}
.listdc {
  list-style: decimal;
}
.tbranco {
  color: white;
}
.tamareloescuro {
  color: #F68F38;
}
.tamarelo {
  color: #F0B440;
}
.tvermelho {
  color: #EE303C;
}
.tcinza {
  color: #2B2727;
}
.tcinzaclaro {
  color: #58595B;
}
.bamarelo {
  background: #F0B440;
}
.bamareloescuro {
  background: #F68F38;
}
.bvermelho {
  background: #EE303C;
}
.bvermelhoescuro {
  background: #8C2836;
}
.hamarelo:hover,
.hamarelo:focus {
  background: #F0B440 !important;
}
.hamareloescuro:hover,
.hamareloescuro:focus {
  background: #F68F38 !important;
}
.hvermelho:hover,
.hvermelho:focus {
  background: #EE303C !important;
}
.hvermelhoescuro:hover,
.hvermelhoescuro:focus {
  background: #8C2836 !important;
}
.t11 {
  font-size: 11px;
}
.t12 {
  font-size: 12px;
}
.t13 {
  font-size: 13px;
}
.t14 {
  font-size: 1.4rem;
}
.t16 {
  font-size: 1.6rem;
}
.t18 {
  font-size: 1.8rem;
}
.t20 {
  font-size: 2rem;
}
.t21 {
  font-size: 2.1rem;
}
.t24 {
  font-size: 2.4rem;
}
.t28 {
  font-size: 2.8rem;
}
.t30 {
  font-size: 3rem;
}
.t36 {
  font-size: 3.6rem;
}
.t40 {
  font-size: 4rem;
}
.t50 {
  font-size: 5rem;
}
.t68 {
  font-size: 6.8rem;
}
.t72 {
  font-size: 7.2rem;
}
.fc:first-letter {
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .t28 {
    font-size: 2.4rem;
  }
  .t30 {
    font-size: 2.5rem;
  }
  .t36 {
    font-size: 2.8rem;
  }
  .t40 {
    font-size: 3rem;
  }
  .t50 {
    font-size: 3.5rem;
  }
  .t68 {
    font-size: 4rem;
  }
  .t72 {
    font-size: 5rem;
  }
}
.w100 {
  font-weight: 100;
}
.w200 {
  font-weight: 200;
}
.w300 {
  font-weight: 300;
}
.w400 {
  font-weight: 400;
}
.w500 {
  font-weight: 500;
}
.w600 {
  font-weight: 600;
}
.w700 {
  font-weight: 700;
}
.w800 {
  font-weight: 800;
}
.w900 {
  font-weight: 900;
}
.pd0 {
  padding: 0px;
}
.pdt30 {
  padding-top: 30px;
}
.pdb10 {
  padding-bottom: 10px;
}
.pdb20 {
  padding-bottom: 20px;
}
.pdb30 {
  padding-bottom: 30px;
}
.mb0 {
  margin: 0px;
}
.mb07 {
  margin-bottom: 0.7em;
}
.mb1 {
  margin-bottom: 1em;
}
.mb2 {
  margin-bottom: 2em;
}
.mb3 {
  margin-bottom: 3em;
}
.mb5 {
  margin-bottom: 5em;
}
.mb10 {
  margin-bottom: 10em;
}
.mt1 {
  margin-top: 1em;
}
.mt2 {
  margin-top: 2em;
}
/* Nav */
nav.menu-fixed {
  position: fixed;
  height: 50px;
  z-index: 1000;
  width: 100%;
  top: -55px;
  left: 0px;
  padding: 14px 0;
  background: #8c2836;
  background: -moz-linear-gradient(left, #8c2836 0%, #ee303c 33%, #f68f38 66%, #f0b440 100%);
  background: -webkit-linear-gradient(left, #8c2836 0%, #ee303c 33%, #f68f38 66%, #f0b440 100%);
  background: linear-gradient(to right, #8c2836 0%, #ee303c 33%, #f68f38 66%, #f0b440 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8c2836', endColorstr='#f0b440', GradientType=1);
  -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);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
nav.menu-fixed .logo {
  float: left;
}
nav.menu-fixed .logo h1 {
  line-height: 1;
  margin: 0;
}
nav.menu-fixed .logo h1 span {
  display: inline-block;
  vertical-align: top;
  height: .9em;
  padding-right: 1.5rem;
  margin-right: 1.5rem;
  border-right: 3px solid;
  transform: skew(-8deg);
  -webkit-transform: skew(-8deg);
  -moz-transform: skew(-8deg);
  -o-transform: skew(-8deg);
  -ms-transform: skew(-8deg);
}
nav.menu-fixed .logo h1 img {
  height: .8em;
  width: auto;
  display: inline-block;
}
nav.menu-fixed .btn_menu {
  height: 20px;
  width: 30px;
  display: none;
  align-items: center;
  float: right;
  cursor: pointer;
  position: relative;
}
nav.menu-fixed .btn_menu > span {
  height: 2px;
  width: 100%;
  background: white;
  display: block;
  -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);
}
nav.menu-fixed .btn_menu > span:after,
nav.menu-fixed .btn_menu > span:before {
  content: "";
  height: 2px;
  width: 100%;
  display: block;
  position: absolute;
  background: white;
  left: 0px;
  top: 0px;
  -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);
}
nav.menu-fixed .btn_menu > span:after {
  top: inherit;
  bottom: 0px;
}
nav.menu-fixed .btn_menu.active span {
  background: transparent;
}
nav.menu-fixed .btn_menu.active span:before {
  top: 9px;
  transform: rotate(45deg);
}
nav.menu-fixed .btn_menu.active span:after {
  bottom: 9px;
  transform: rotate(-45deg);
}
nav.menu-fixed .menu-content {
  float: right;
}
nav.menu-fixed .menu-content .links-menu {
  margin-right: 20px;
  float: left;
}
nav.menu-fixed .menu-content .links-menu a {
  margin-right: 20px;
}
@media (max-width: 768px) {
  nav.menu-fixed .menu-content {
    float: none;
    position: absolute;
    height: 0px;
    overflow: hidden;
    left: 0px;
    top: 50px;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    -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);
  }
  nav.menu-fixed .menu-content .links-menu {
    margin-right: 0px;
    float: none;
  }
  nav.menu-fixed .menu-content .links-menu a {
    margin-right: 0px;
    padding: 10px 5%;
    display: block;
  }
  nav.menu-fixed .menu-content.active {
    height: 225px;
  }
}
nav.menu-fixed.active {
  top: 0px;
}
@media (max-width: 768px) {
  nav.menu-fixed .btn_menu {
    display: flex;
  }
}
@media (max-width: 768px) {
  nav.menu-fixed {
    margin-top: 0px;
    top: 0px;
  }
}
/* Footer */
footer {
  padding: 2rem 0;
  background: #1A1A1A;
  color: white;
  *zoom: 1;
  display: block !important;
  float: none !important;
  clear: both !important;
}
footer:before,
footer:after {
  content: "";
  display: table;
}
footer:after {
  clear: both !important;
}
footer:before,
footer:after {
  content: "";
  display: table;
}
footer:after {
  clear: both !important;
}
footer .flexbox > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  footer .flexbox > div {
    margin: 15px 0px;
  }
}
footer img,
footer svg {
  display: inline-block;
  margin: 0 2rem;
}
/* Conteudo */
body > section {
  display: block;
  min-height: 100%;
}
#home {
  height: 100%;
  z-index: 5;
  background: url("../images/bg.jpg") center no-repeat;
  background-size: cover;
  color: #fff;
}
#home svg,
#home img {
  display: inline-block;
}
#home .table {
  height: 100%;
  width: 100%;
}
#home .table > div {
  padding: 5rem 0 22rem;
  position: relative;
}
#home .table h1 {
  line-height: 1;
  margin: 3rem 0 6rem;
}
#home .table h1 span {
  display: inline-block;
  vertical-align: top;
  height: .9em;
  padding-right: 2.5rem;
  margin-right: 2.5rem;
  border-right: 3px solid;
  transform: skew(-8deg);
  -webkit-transform: skew(-8deg);
  -moz-transform: skew(-8deg);
  -o-transform: skew(-8deg);
  -ms-transform: skew(-8deg);
}
#home .table h1 img {
  height: .8em;
  width: auto;
}
#home .links {
  position: absolute;
  bottom: 5%;
  left: 5%;
  right: 5%;
}
#home .links .bt {
  width: 230px;
  margin: .5em 1em;
}
#home .menu-top {
  position: absolute;
  top: 1.5rem;
  right: 0;
  width: 100%;
}
#home .menu-top .links-menu {
  float: left;
}
#home .menu-top .links-menu a {
  text-align: left;
  margin-right: 20px;
}
@media (max-width: 768px) {
  #home .menu-top {
    display: none;
  }
}
@media (max-width: 768px) {
  #home {
    margin-top: 50px;
  }
}
#mapeamento {
  padding: 9rem 0 20rem;
  background: white;
  color: #2B2727;
}
#mapeamento .industria_menu {
  z-index: 0;
}
#mapeamento .industria_menu.active {
  z-index: 2;
}
#ferramenta {
  position: relative;
  padding: 0 0 0 50px;
  height: 575px;
}
@media (max-width: 768px) {
  #ferramenta {
    height: inherit;
    padding: 0;
    width: 70%;
    margin-left: 30%;
  }
}
#ferramenta .estrutura {
  height: 100%;
}
#ferramenta .estrutura .legenda {
  position: absolute;
  left: 0;
}
#ferramenta .estrutura .legenda svg {
  display: inline-block;
  vertical-align: middle;
  height: 1em;
}
#ferramenta .estrutura .legenda span {
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: .01em;
  color: #2B2727;
  font-weight: 500;
}
#ferramenta .estrutura .legenda > div {
  display: inline-block;
  margin: 0;
}
#ferramenta .estrutura .legenda .r {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  display: inline-block;
  position: absolute;
  left: 5px;
  white-space: nowrap;
}
#ferramenta .estrutura .legenda .r.menos {
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  transform-origin: left center;
  bottom: 0;
}
#ferramenta .estrutura .legenda .r.mais {
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  transform-origin: left center;
  top: 115px;
}
#ferramenta .estrutura .legenda.y {
  left: 0;
  top: 0;
  height: 100%;
}
@media (max-width: 768px) {
  #ferramenta .estrutura .legenda.y {
    display: none;
  }
}
#ferramenta .estrutura .legenda.x {
  left: 50px;
  right: 0;
  bottom: 0;
  height: 50px;
  line-height: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
#ferramenta .estrutura .legenda .regua {
  display: table;
  height: 100%;
  margin-left: -50px;
}
#ferramenta .estrutura .legenda .regua div {
  display: flex;
  height: 33%;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-content: center;
}
#ferramenta .estrutura .legenda .regua .num {
  transform: rotate(-90deg);
}
#ferramenta .estrutura .grid {
  height: 100%;
}
#ferramenta .estrutura .grid #matrizItens {
  position: relative;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  width: 100%;
  z-index: 0;
}
#ferramenta .estrutura .grid #matrizItens > div {
  width: 25%;
  height: 33.333%;
  background: rgba(0, 0, 0, 0.07);
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.07), rgba(0, 0, 0, 0));
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.07), rgba(0, 0, 0, 0));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.07), rgba(0, 0, 0, 0));
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 15px 15px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}
#ferramenta .estrutura .grid #matrizItens > div:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: transparent;
  z-index: -10;
}
#ferramenta .estrutura .grid #matrizItens > div[id$="1"]:after {
  background-color: #8C2836;
}
#ferramenta .estrutura .grid #matrizItens > div[id$="1"] a.item span {
  background-image: url(../images/manufatura.svg);
}
#ferramenta .estrutura .grid #matrizItens > div[id$="1"] a.item:hover span,
#ferramenta .estrutura .grid #matrizItens > div[id$="1"] a.item:focus span {
  background-image: url(../images/manufatura_c.svg);
}
#ferramenta .estrutura .grid #matrizItens > div[id$="1"] a.item:hover span:after,
#ferramenta .estrutura .grid #matrizItens > div[id$="1"] a.item:focus span:after {
  background-color: #8C2836;
  color: white;
}
@media (max-width: 768px) {
  #ferramenta .estrutura .grid #matrizItens > div[id$="1"] {
    background-color: #8C2836;
  }
  #ferramenta .estrutura .grid #matrizItens > div[id$="1"]:after {
    display: none;
  }
}
#ferramenta .estrutura .grid #matrizItens > div[id$="2"]:after {
  background-color: #EE303C;
}
#ferramenta .estrutura .grid #matrizItens > div[id$="2"] a.item span {
  background: url(../images/sistemas.svg) 2px -2px no-repeat;
}
#ferramenta .estrutura .grid #matrizItens > div[id$="2"] a.item:hover span,
#ferramenta .estrutura .grid #matrizItens > div[id$="2"] a.item:focus span {
  background: url(../images/sistemas_c.svg) 2px -2px no-repeat;
}
#ferramenta .estrutura .grid #matrizItens > div[id$="2"] a.item:hover span:after,
#ferramenta .estrutura .grid #matrizItens > div[id$="2"] a.item:focus span:after {
  background-color: #EE303C;
  color: white;
}
@media (max-width: 768px) {
  #ferramenta .estrutura .grid #matrizItens > div[id$="2"] {
    background-color: #EE303C;
  }
  #ferramenta .estrutura .grid #matrizItens > div[id$="2"]:after {
    display: none;
  }
}
#ferramenta .estrutura .grid #matrizItens > div[id$="3"]:after {
  background-color: #F68F38;
}
#ferramenta .estrutura .grid #matrizItens > div[id$="3"] a.item span {
  background-image: url(../images/dprojetos.svg);
}
#ferramenta .estrutura .grid #matrizItens > div[id$="3"] a.item:hover span,
#ferramenta .estrutura .grid #matrizItens > div[id$="3"] a.item:focus span {
  background-image: url(../images/dprojetos_c.svg);
}
#ferramenta .estrutura .grid #matrizItens > div[id$="3"] a.item:hover span:after,
#ferramenta .estrutura .grid #matrizItens > div[id$="3"] a.item:focus span:after {
  background-color: #F68F38;
  color: white;
}
@media (max-width: 768px) {
  #ferramenta .estrutura .grid #matrizItens > div[id$="3"] {
    background-color: #F68F38;
  }
  #ferramenta .estrutura .grid #matrizItens > div[id$="3"]:after {
    display: none;
  }
}
#ferramenta .estrutura .grid #matrizItens > div[id$="4"]:after {
  background-color: #F0B440;
}
#ferramenta .estrutura .grid #matrizItens > div[id$="4"] a.item span {
  background-image: url(../images/operacao.svg);
}
#ferramenta .estrutura .grid #matrizItens > div[id$="4"] a.item:hover span,
#ferramenta .estrutura .grid #matrizItens > div[id$="4"] a.item:focus span {
  background-image: url(../images/operacao_c.svg);
}
#ferramenta .estrutura .grid #matrizItens > div[id$="4"] a.item:hover span:after,
#ferramenta .estrutura .grid #matrizItens > div[id$="4"] a.item:focus span:after {
  background-color: #F0B440;
  color: white;
}
@media (max-width: 768px) {
  #ferramenta .estrutura .grid #matrizItens > div[id$="4"] {
    background-color: #F0B440;
  }
  #ferramenta .estrutura .grid #matrizItens > div[id$="4"]:after {
    display: none;
  }
}
@media (max-width: 768px) {
  #ferramenta .estrutura .grid #matrizItens > div {
    position: relative;
  }
  #ferramenta .estrutura .grid #matrizItens > div:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 105%;
    transform: translateY(-50%);
    width: 40%;
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: .01em;
    color: #2B2727;
    font-weight: 500;
  }
  #ferramenta .estrutura .grid #matrizItens > div[id^="celula-1"] {
    position: relative;
  }
  #ferramenta .estrutura .grid #matrizItens > div[id^="celula-1"]:before {
    content: "Nível Avançado";
  }
  #ferramenta .estrutura .grid #matrizItens > div[id^="celula-2"] {
    position: relative;
  }
  #ferramenta .estrutura .grid #matrizItens > div[id^="celula-2"]:before {
    content: "Nível Médio";
  }
  #ferramenta .estrutura .grid #matrizItens > div[id^="celula-3"] {
    position: relative;
  }
  #ferramenta .estrutura .grid #matrizItens > div[id^="celula-3"]:before {
    content: "Entrada";
  }
  #ferramenta .estrutura .grid #matrizItens > div#celula-11,
  #ferramenta .estrutura .grid #matrizItens > div#celula-12,
  #ferramenta .estrutura .grid #matrizItens > div#celula-13,
  #ferramenta .estrutura .grid #matrizItens > div#celula-14 {
    margin-top: 75px;
  }
  #ferramenta .estrutura .grid #matrizItens > div#celula-11:after,
  #ferramenta .estrutura .grid #matrizItens > div#celula-12:after,
  #ferramenta .estrutura .grid #matrizItens > div#celula-13:after,
  #ferramenta .estrutura .grid #matrizItens > div#celula-14:after {
    content: "";
    position: absolute;
    height: inherit;
    top: inherit;
    bottom: 105%;
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    display: block;
  }
  #ferramenta .estrutura .grid #matrizItens > div#celula-11 {
    order: 1;
    margin-top: 100px;
    background-color: #8C2836;
  }
  #ferramenta .estrutura .grid #matrizItens > div#celula-11:after {
    content: "Manufatura";
    background-color: transparent;
  }
  #ferramenta .estrutura .grid #matrizItens > div#celula-21 {
    order: 2;
  }
  #ferramenta .estrutura .grid #matrizItens > div#celula-31 {
    order: 3;
  }
  #ferramenta .estrutura .grid #matrizItens > div#celula-12 {
    order: 4;
    margin-top: 100px;
    background-color: #EE303C;
  }
  #ferramenta .estrutura .grid #matrizItens > div#celula-12:after {
    content: "Projeto de Sistemas";
    background-color: transparent;
  }
  #ferramenta .estrutura .grid #matrizItens > div#celula-22 {
    order: 5;
  }
  #ferramenta .estrutura .grid #matrizItens > div#celula-32 {
    order: 6;
  }
  #ferramenta .estrutura .grid #matrizItens > div#celula-13 {
    order: 7;
    margin-top: 100px;
    background-color: #F68F38;
  }
  #ferramenta .estrutura .grid #matrizItens > div#celula-13:after {
    content: "Desenvolvimento de projetos";
    background-color: transparent;
  }
  #ferramenta .estrutura .grid #matrizItens > div#celula-23 {
    order: 8;
  }
  #ferramenta .estrutura .grid #matrizItens > div#celula-33 {
    order: 9;
  }
  #ferramenta .estrutura .grid #matrizItens > div#celula-14 {
    order: 10;
    margin-top: 100px;
    background-color: #F0B440;
  }
  #ferramenta .estrutura .grid #matrizItens > div#celula-14:after {
    content: "Instalação e Operação";
    background-color: transparent;
  }
  #ferramenta .estrutura .grid #matrizItens > div#celula-24 {
    order: 11;
  }
  #ferramenta .estrutura .grid #matrizItens > div#celula-34 {
    order: 12;
  }
}
#ferramenta .estrutura .grid #matrizItens > div a.item {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  margin: 0px;
  border-radius: 50%;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -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;
  z-index: 10;
}
#ferramenta .estrutura .grid #matrizItens > div a.item:nth-child(10) {
  animation-delay: 5s;
  -webkit-animation-delay: 5s;
}
#ferramenta .estrutura .grid #matrizItens > div a.item:nth-child(9) {
  animation-delay: 0.45s;
  -webkit-animation-delay: 0.45s;
}
#ferramenta .estrutura .grid #matrizItens > div a.item:nth-child(8) {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}
#ferramenta .estrutura .grid #matrizItens > div a.item:nth-child(7) {
  animation-delay: 0.35s;
  -webkit-animation-delay: 0.35s;
}
#ferramenta .estrutura .grid #matrizItens > div a.item:nth-child(6) {
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
}
#ferramenta .estrutura .grid #matrizItens > div a.item:nth-child(5) {
  animation-delay: 0.25s;
  -webkit-animation-delay: 0.25s;
}
#ferramenta .estrutura .grid #matrizItens > div a.item:nth-child(4) {
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
}
#ferramenta .estrutura .grid #matrizItens > div a.item:nth-child(3) {
  animation-delay: 0.15s;
  -webkit-animation-delay: 0.15s;
}
#ferramenta .estrutura .grid #matrizItens > div a.item:nth-child(2) {
  animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
}
#ferramenta .estrutura .grid #matrizItens > div a.item:nth-child(1) {
  animation-delay: 0.05s;
  -webkit-animation-delay: 0.05s;
}
#ferramenta .estrutura .grid #matrizItens > div a.item h3 {
  position: absolute;
  bottom: -5px;
  width: 200px;
  text-shadow: 0px 0px 2px #000;
  opacity: 0;
  visibility: hidden;
  transform: translatex(-75px) translateY(100%);
  -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);
}
@media (max-width: 768px) {
  #ferramenta .estrutura .grid #matrizItens > div a.item h3 {
    display: none;
  }
}
#ferramenta .estrutura .grid #matrizItens > div a.item span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin: -20px;
  line-height: 30px;
  z-index: 1;
  background: center center no-repeat;
  background-size: cover;
  opacity: 1;
  -moz-transition: opacity 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-transition: opacity 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition: opacity 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
#ferramenta .estrutura .grid #matrizItens > div a.item span:after {
  content: "+";
  height: 20px;
  width: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -10px;
  margin-left: -10px;
  font-size: 18px;
  border-radius: 50%;
  padding: 0px 5px;
  line-height: 20px;
  box-sizing: border-box;
  font-family: Exo;
  font-weight: 400;
  color: transparent;
  background-color: transparent;
}
#ferramenta .estrutura .grid #matrizItens > div a.item:hover,
#ferramenta .estrutura .grid #matrizItens > div a.item:focus {
  background-color: white;
}
#ferramenta .estrutura .grid #matrizItens > div a.item:hover h3,
#ferramenta .estrutura .grid #matrizItens > div a.item:focus h3 {
  bottom: -10px;
  opacity: 1;
  visibility: visible;
}
#ferramenta .estrutura .grid #matrizItens > div a.item.deactive span {
  opacity: 0.3;
}
@media (max-width: 768px) {
  #ferramenta .estrutura .grid #matrizItens > div {
    width: 100%;
    min-height: 120px;
  }
}
#ferramenta .estrutura .grid #matrizItens > svg {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
}
#ferramenta .estrutura .grid #matrizItens > svg line {
  stroke: white;
  stroke-width: 2px;
}
@media (max-width: 768px) {
  #ferramenta .estrutura .grid #matrizItens > svg {
    display: none;
    position: absolute;
    height: 0px;
    width: 0px;
    left: -1000px;
  }
}
#ferramenta #infosolucao {
  background: white;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  position: absolute;
  z-index: 10;
  width: 300px;
  padding: 1.5rem;
  font-size: 1.6rem;
  color: #58595b;
  line-height: 1.4;
  font-weight: 400;
  transform: translate(-50%, -50%);
  display: none;
}
#ferramenta #infosolucao a {
  color: #F68F38;
  font-size: 1.4rem;
}
#ferramenta #infosolucao a span {
  background-color: #F68F38;
  border-radius: 50%;
  color: white;
  font-size: 2rem;
  padding: 0px 4px;
  display: inline-block;
  line-height: 21px;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
@media (max-width: 540px) {
  #ferramenta #infosolucao {
    left: 60px !important;
  }
}
#ferramenta.disable a.item {
  cursor: default;
}
#ferramenta.disable a.item:hover,
#ferramenta.disable a.item:focus {
  background-color: transparent !important;
}
#ferramenta.disable a.item:hover h3,
#ferramenta.disable a.item:focus h3 {
  display: none;
}
#ferramenta.disable a.item:hover span:after,
#ferramenta.disable a.item:focus span:after {
  display: none;
}
#ferramenta.disable a.item.deactive span {
  opacity: 1 !important;
}
#ferramenta.disable #infosolucao {
  visibility: hidden;
}
#ferramenta.disable .estrutura .grid > div > div[id$="1"] a.item span {
  background-image: url(../images/manufatura.svg) !important;
}
#ferramenta.disable .estrutura .grid > div > div[id$="2"] a.item span {
  background: url(../images/sistemas.svg) 2px -2px no-repeat !important;
}
#ferramenta.disable .estrutura .grid > div > div[id$="3"] a.item span {
  background-image: url(../images/dprojetos.svg) !important;
}
#ferramenta.disable .estrutura .grid > div > div[id$="4"] a.item span {
  background-image: url(../images/operacao.svg) !important;
}
#ferramenta.disable svg line {
  display: none;
}
#post {
  /*TIPOS DE POST - INICIO*/
  display: flex;
  flex-direction: row;
  /*correção post default*/
  /*TIPOS DE POST - FIM*/
}
#post .color {
  color: #F68F38;
}
#post .bgcolor {
  background: #F68F38;
  background: -moz-linear-gradient(180deg, #F68F38, #83c456);
  background: -webkit-linear-gradient(180deg, #F68F38, #83c456);
  background: linear-gradient(180deg, #F68F38, #83c456);
}
#post .line {
  border-bottom-color: #58595b;
}
#post h2.color {
  color: #58595b;
}
#post.manufatura .voltar {
  background-image: url(../images/manufatura_voltar.svg);
}
#post.manufatura .left {
  background-image: url(../images/manufatura_left.svg);
}
#post.manufatura .right {
  background-image: url(../images/manufatura_right.svg);
}
#post.manufatura .color {
  color: #8C2836;
}
#post.manufatura .line {
  border-bottom-color: #8C2836;
}
#post.manufatura .menu .content h3:before {
  background-image: url(../images/manufatura_icone.svg);
}
#post.manufatura .conteudo .capa:after {
  background-image: url(../images/manufatura_grafismo.svg);
}
#post.manufatura .qtip {
  background: url(../images/i.svg) center no-repeat #8C2836;
  background-size: 3px 9px;
}
#post.manufatura .seta {
  background-image: url(../images/manufatura_right.svg);
}
#post.sistemas .voltar {
  background-image: url(../images/sistemas_voltar.svg);
}
#post.sistemas .left {
  background-image: url(../images/sistemas_left.svg);
}
#post.sistemas .right {
  background-image: url(../images/sistemas_right.svg);
}
#post.sistemas .color {
  color: #EE303C;
}
#post.sistemas .line {
  border-bottom-color: #EE303C;
}
#post.sistemas .menu .content h3:before {
  background-image: url(../images/sistemas_icone.svg);
}
#post.sistemas .conteudo .capa:after {
  background-image: url(../images/sistemas_grafismo.svg);
}
#post.sistemas .qtip {
  background: url(../images/i.svg) center no-repeat #EE303C;
  background-size: 3px 9px;
}
#post.sistemas .seta {
  background-image: url(../images/sistemas_right.svg);
}
#post.projetos .voltar {
  background-image: url(../images/projetos_voltar.svg);
}
#post.projetos .left {
  background-image: url(../images/projetos_left.svg);
}
#post.projetos .right {
  background-image: url(../images/projetos_right.svg);
}
#post.projetos .color {
  color: #F68F38;
}
#post.projetos .line {
  border-bottom-color: #F68F38;
}
#post.projetos .menu .content h3:before {
  background-image: url(../images/projetos_icone.svg);
}
#post.projetos .conteudo .capa:after {
  background-image: url(../images/projetos_grafismo.svg);
}
#post.projetos .qtip {
  background: url(../images/i.svg) center no-repeat #F68F38;
  background-size: 3px 9px;
}
#post.projetos .seta {
  background-image: url(../images/projetos_right.svg);
}
#post.operacao .voltar {
  background-image: url(../images/operacao_voltar.svg);
}
#post.operacao .left {
  background-image: url(../images/operacao_left.svg);
}
#post.operacao .right {
  background-image: url(../images/operacao_right.svg);
}
#post.operacao .color {
  color: #F0B440;
}
#post.operacao .bgcolor {
  background: #fdbd44;
  background: -moz-linear-gradient(180deg, #fdbd44, #F0B440);
  background: -webkit-linear-gradient(180deg, #fdbd44, #F0B440);
  background: linear-gradient(180deg, #fdbd44, #F0B440);
}
#post.operacao .line {
  border-bottom-color: #F0B440;
}
#post.operacao .menu .content h3:before {
  background-image: url(../images/operacao_icone.svg);
}
#post.operacao .conteudo .capa:after {
  background-image: url(../images/operacao_grafismo.svg);
}
#post.operacao .qtip {
  background: url(../images/i.svg) center no-repeat #F0B440;
  background-size: 3px 9px;
}
#post.operacao .seta {
  background-image: url(../images/operacao_right.svg);
}
#post .voltar {
  padding-left: 40px;
  background-image: url(../images/voltar.svg);
  background: center left no-repeat;
}
#post .left {
  padding-left: 30px;
  background-image: url(../images/left.svg);
  background: center left no-repeat;
}
#post .right {
  padding-right: 30px;
  background-image: url(../images/right.svg);
  background: center right no-repeat;
}
#post .seta {
  padding-left: 20px;
  background-image: url(../images/right.svg);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 12px;
}
#post .menu {
  background-color: #2B2727;
  padding: 100px 80px 50px 150px;
}
#post .menu .icone {
  display: inline-block;
  border-radius: 100vh;
  position: absolute;
  top: 100px;
  left: -110px;
  width: 220px;
  height: 220px;
  padding: 70px;
}
#post .menu .icone img {
  width: 80px;
}
#post .menu .voltar {
  position: absolute;
  right: 45px;
  top: 65px;
}
#post .menu .content {
  width: 280px;
}
#post .menu .content .content-header {
  min-height: 0px;
}
#post .menu .content h3 {
  position: relative;
}
#post .menu .content h3:before {
  content: "";
  position: absolute;
  display: block;
  height: 140px;
  width: 140px;
  left: -90px;
  top: -30px;
  background: center center no-repeat;
}
#post .menu .content .line {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
#post .conteudo {
  padding-bottom: 100px;
  width: 100%;
}
#post .conteudo .capa {
  position: relative;
  width: 92%;
  margin-left: -3%;
  margin-top: 100px;
  height: 500px;
}
#post .conteudo .capa:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 150px;
  left: 0px;
  bottom: -70px;
  background: center center no-repeat;
}
#post .conteudo p {
  color: #2B2727;
}
#post .btSvg {
  display: inline-block;
}
#post .btSvg img,
#post .btSvg svg {
  display: inline-block;
  height: 16px;
  width: auto;
  vertical-align: middle;
}
#post .btSvg img.left,
#post .btSvg svg.left {
  padding-right: 10px;
}
#post .btSvg img.right,
#post .btSvg svg.right {
  padding-left: 10px;
}
#post .btSvg span {
  display: inline-block;
}
@media (max-width: 768px) {
  #post {
    flex-direction: column;
  }
  #post .menu {
    padding: 85px 50px 50px 50px;
  }
  #post .menu .voltar {
    left: 50px;
    display: none;
  }
  #post .menu .content {
    width: 100%;
  }
  #post .menu .content .content-header {
    min-height: inherit;
  }
  #post .menu .content h3:before {
    height: 75px;
    width: 75px;
    left: -40px;
    top: -30px;
  }
  #post .conteudo .capa {
    margin: 50px auto;
  }
}
#industria_solar {
  padding-top: 200px;
}
@media (max-width: 768px) {
  #industria_solar {
    padding-top: 100px;
  }
}
#industria_menu {
  margin-top: 10rem;
}
#industria_menu .manufatura_menu,
#industria_menu .sistemas_menu,
#industria_menu .projetos_menu,
#industria_menu .operacao_menu {
  width: 25%;
  text-align: center;
  position: relative;
  z-index: 0;
}
#industria_menu .manufatura_menu > a,
#industria_menu .sistemas_menu > a,
#industria_menu .projetos_menu > a,
#industria_menu .operacao_menu > a {
  display: inline-block;
  height: 100px;
}
#industria_menu .manufatura_menu > a > p,
#industria_menu .sistemas_menu > a > p,
#industria_menu .projetos_menu > a > p,
#industria_menu .operacao_menu > a > p {
  -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);
}
#industria_menu .manufatura_menu > a span,
#industria_menu .sistemas_menu > a span,
#industria_menu .projetos_menu > a span,
#industria_menu .operacao_menu > a span {
  height: 20px;
  width: 20px;
  display: inline-block;
  line-height: 24px;
  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);
}
#industria_menu .manufatura_menu > a span svg,
#industria_menu .sistemas_menu > a span svg,
#industria_menu .projetos_menu > a span svg,
#industria_menu .operacao_menu > a span svg {
  display: inline-block;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -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);
}
#industria_menu .manufatura_menu > a span svg polyline,
#industria_menu .sistemas_menu > a span svg polyline,
#industria_menu .projetos_menu > a span svg polyline,
#industria_menu .operacao_menu > a span svg polyline,
#industria_menu .manufatura_menu > a span svg path,
#industria_menu .sistemas_menu > a span svg path,
#industria_menu .projetos_menu > a span svg path,
#industria_menu .operacao_menu > a span svg path {
  -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);
  stroke: #fff;
  stroke-width: 3px;
}
#industria_menu .manufatura_menu > a:hover span,
#industria_menu .sistemas_menu > a:hover span,
#industria_menu .projetos_menu > a:hover span,
#industria_menu .operacao_menu > a:hover span,
#industria_menu .manufatura_menu > a:active span,
#industria_menu .sistemas_menu > a:active span,
#industria_menu .projetos_menu > a:active span,
#industria_menu .operacao_menu > a:active span {
  height: 26px;
  width: 26px;
  line-height: 30px;
  margin-top: -3px;
  border-radius: 50%;
}
#industria_menu .manufatura_menu .linha,
#industria_menu .sistemas_menu .linha,
#industria_menu .projetos_menu .linha,
#industria_menu .operacao_menu .linha {
  height: 5px;
  position: absolute;
  left: 0px;
  top: 7px;
  width: 100%;
  z-index: -1;
  -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);
}
#industria_menu .manufatura_menu.active a svg,
#industria_menu .sistemas_menu.active a svg,
#industria_menu .projetos_menu.active a svg,
#industria_menu .operacao_menu.active a svg {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
}
#industria_menu .manufatura_menu.active a p,
#industria_menu .sistemas_menu.active a p,
#industria_menu .projetos_menu.active a p,
#industria_menu .operacao_menu.active a p {
  color: white;
}
#industria_menu .manufatura_menu.active .linha,
#industria_menu .sistemas_menu.active .linha,
#industria_menu .projetos_menu.active .linha,
#industria_menu .operacao_menu.active .linha {
  height: 110px;
}
#industria_menu .manufatura_menu.active .grupo,
#industria_menu .sistemas_menu.active .grupo,
#industria_menu .projetos_menu.active .grupo,
#industria_menu .operacao_menu.active .grupo {
  max-height: 700px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
#industria_menu .manufatura_menu:hover p,
#industria_menu .manufatura_menu:focus p {
  color: #8C2836;
}
#industria_menu .sistemas_menu:hover p,
#industria_menu .sistemas_menu:focus p {
  color: #EE303C;
}
#industria_menu .projetos_menu:hover p,
#industria_menu .projetos_menu:focus p {
  color: #F68F38;
}
#industria_menu .operacao_menu:hover p,
#industria_menu .operacao_menu:focus p {
  color: #F0B440;
}
@media (max-width: 768px) {
  #industria_menu {
    display: none;
  }
}
#industria_menu .grupo {
  text-align: left;
  position: absolute;
  max-height: 0px;
  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);
}
#industria_menu .grupo a {
  padding: 10px 15px;
  width: 100%;
  display: block;
  background: white;
  -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);
}
#industria_menu .grupo a p {
  color: #2B2727 !important;
  -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);
}
#industria_menu .grupo a:hover p,
#industria_menu .grupo a:focus p {
  color: white !important;
}
.manufatura_conteudo,
.sistemas_conteudo,
.projetos_conteudo,
.operacao_conteudo {
  padding: 0px 0px;
  position: relative;
  height: 0px;
  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);
}
@media (max-width: 768px) {
  .manufatura_conteudo,
  .sistemas_conteudo,
  .projetos_conteudo,
  .operacao_conteudo {
    height: auto !important;
    padding: 100px 0px;
    margin-top: 20px;
  }
}
.manufatura_conteudo:before,
.sistemas_conteudo:before,
.projetos_conteudo:before,
.operacao_conteudo:before {
  content: "";
  height: 550px;
  width: 100%;
  position: absolute;
  left: -45px;
  top: 0px;
  background-repeat: no-repeat;
  background-position: center left;
  opacity: 0.1;
}
.manufatura_conteudo.active,
.sistemas_conteudo.active,
.projetos_conteudo.active,
.operacao_conteudo.active {
  height: 650px;
  padding: 100px 0px;
}
@media (max-width: 992px) {
  .manufatura_conteudo.active,
  .sistemas_conteudo.active,
  .projetos_conteudo.active,
  .operacao_conteudo.active {
    height: 800px;
  }
}
.manufatura_conteudo:before {
  background-image: url(../images/manufatura.svg);
}
.sistemas_conteudo:before {
  background-image: url(../images/sistemas.svg);
}
.projetos_conteudo:before {
  background-image: url(../images/dprojetos.svg);
}
.operacao_conteudo:before {
  background-image: url(../images/operacao.svg);
}
#como_ler {
  padding-top: 100px;
}
#como_ler h2 {
  padding-right: 20px;
}
@media (max-width: 768px) {
  #como_ler h2 {
    padding-right: 0px;
  }
}
#sobre {
  padding-top: 100px;
}
#sobre ul,
#sobre ol {
  margin: 0 1.5em 1.5em 1.5em;
}
#sobre ul,
#sobre li {
  list-style-type: disc;
  font-size: 1.8rem;
  line-height: 1.4;
}
/* SOCIAL */
.social {
  display: block;
  border-radius: 0.3rem;
  width: 40px;
  height: 40px;
  overflow: hidden;
  transition: height .5s;
  z-index: 10;
  float: right;
}
.social .open-share {
  display: flex;
  height: 25px;
  width: 25px;
  padding: 8px;
  box-sizing: content-box;
  align-items: center;
  justify-content: center;
}
.social .open-share svg {
  height: 100%;
  width: 100%;
  fill: none;
  fill-rule: evenodd;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.1;
  -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);
}
.social .open-share:hover svg,
.social .open-share:focus svg {
  stroke: #fddb93;
}
.social a.facebook {
  margin-top: 8px;
  position: relative;
}
.social a.facebook:before {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-bottom: 7px solid white;
  position: absolute;
  top: -15px;
  left: 50%;
  margin-left: -7px;
}
.social .copy,
.social a {
  align-items: center;
  justify-content: center;
  border-top: 1px solid #F0B440;
  background-color: white;
  height: 40px;
  width: 40px;
  display: flex;
}
.social .copy svg,
.social a svg {
  height: 25px;
  width: 25px;
  fill: none;
  stroke: #F68F38;
  stroke-linecap: round;
  stroke-linejoin: round;
  cursor: pointer;
  stroke-width: 1.1;
  -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);
}
.social .copy:hover svg,
.social a:hover svg,
.social .copy:focus svg,
.social a:focus svg {
  stroke: #EE303C;
}
.social:hover {
  height: 250px;
}
.fixed-top .social {
  margin-top: 0px;
}
.social button {
  font-family: Exo, sans-serif;
  background: 0 0;
  border: none;
  outline: 0;
  cursor: pointer;
}
.menu-fixed .social {
  margin-top: -10px;
}
.menu-fixed .social a {
  border-top: 1px solid #F0B440;
  border-left: 1px solid #F0B440;
  border-right: 1px solid #F0B440;
}
.menu-fixed .social a.facebook {
  margin-top: 6px;
}
.menu-fixed .social a:hover,
.menu-fixed .social a:focus {
  color: #EE303C;
}
.menu-fixed .social a:last-child {
  border-bottom: 1px solid #F0B440;
}
@media (max-width: 768px) {
  .menu-fixed .social {
    display: flex;
    width: 100%;
    z-index: 10;
    float: none;
    padding: 5px 5%;
    margin-top: 10px;
    justify-content: space-between;
    border-top: 1px solid #F68F38;
  }
  .menu-fixed .social .open-share {
    display: none;
  }
  .menu-fixed .social a,
  .menu-fixed .social .copy {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: none;
  }
  .menu-fixed .social a.facebook {
    margin-top: 0px;
  }
}
