/*! 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%;
}
.col2 {
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
  width: 16.666%;
}
.col3 {
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
  width: 24.999%;
}
.col4 {
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
  width: 33.333%;
}
.col5 {
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
  width: 41.666%;
}
.col6 {
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
  width: 49.999%;
}
.col7 {
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
  width: 58.333%;
}
.col8 {
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
  width: 66.666%;
}
.col9 {
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
  width: 74.999%;
}
.col10 {
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
  width: 83.333%;
}
.col11 {
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
  width: 91.666%;
}
.col12 {
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
  width: 100%;
}
/* 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: .5em 1em;
}
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-track {
  background: #FFF;
}
::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #23a1da;
}
.meio {
  width: 45%;
}
.quarto {
  width: 27.5%;
}
.form {
  width: 100%;
}
.form .grupo.g2 {
  width: 50%;
  float: left;
}
.form .grupo.g3 {
  width: 33%;
  float: left;
}
.form .grupo.g4 {
  width: 25%;
  float: left;
}
.form .grupo.iln .check {
  width: 100%;
  display: inline-block;
  cursor: pointer;
}
.form .grupo.iln .check > * {
  display: inline-block;
  float: left;
  font-size: 12px;
  margin-right: 10px;
  max-width: 85%;
}
.form .grupo .help {
  font-size: 11px;
  font-weight: 700;
  display: block;
  color: #58595b;
  margin-top: -10px;
}
.form input:not([type="submit"]),
.form textarea {
  background-color: #FFF;
  border-radius: 5px;
  margin-bottom: 14px;
  color: #58595b;
}
.form input[type=radio],
.form input[type=checkbox] {
  -moz-appearance: textfield;
  /* Firefox */
  -webkit-appearance: textfield;
  /* Safari and Chrome */
  appearance: textfield;
  margin: 3px;
  padding: 0;
  background: transparent;
  border: solid 1px #4cc7ec;
  border-radius: 2px;
  height: 18px;
  width: 18px;
  cursor: pointer;
}
.form input[type=radio]:checked,
.form input[type=checkbox]:checked {
  background: url(../images/checked.svg), #4cc7ec;
  background-position: center center, center center;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
}
.form input[type=radio] {
  border-radius: 100vh;
}
.form textarea {
  height: auto;
  resize: none;
}
.form.carregando {
  position: relative;
}
.form.carregando > * {
  opacity: .2;
}
.form.carregando:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/loader.svg") center no-repeat transparent;
}
::-webkit-input-placeholder {
  color: #4cc7ec;
  text-transform: uppercase;
}
::-moz-placeholder {
  color: #4cc7ec;
  text-transform: uppercase;
}
::-ms-placeholder {
  color: #4cc7ec;
  text-transform: uppercase;
}
.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 #0376bc;
  background: #0376bc;
}
.bt.outline {
  background: transparent;
  border-color: inherit;
}
.bt:not(.no-hover):hover {
  background: #fff;
  color: #0376bc;
  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);
}
.carregador:after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  margin: 100px auto;
  background-color: #23a1da;
  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;
}
.controles {
  margin: 5rem 0;
}
.controles .abrefiltro span {
  margin: 0 .6em;
  display: inline-block;
  vertical-align: middle;
}
.controles .abrefiltro svg {
  display: inline-block;
  vertical-align: middle;
  -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);
}
.controles .abrefiltro svg polyline,
.controles .abrefiltro 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);
}
.controles .abrefiltro:hover {
  color: #fff;
}
.controles .abrefiltro:hover polyline,
.controles .abrefiltro:hover path {
  stroke: #fff;
}
.controles .filtros {
  max-height: 0px;
  overflow: hidden;
  background: #151a28;
  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);
  margin: 2rem 0;
}
.controles .filtros .wrap {
  padding: 3rem 0 5rem;
}
.controles.aberto .abrefiltro svg:last-child {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.controles.aberto .filtros {
  max-height: none;
}
.erro p {
  padding: .6em 1em;
  margin: 1em 0;
  border: 1px solid #fdbd44;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #fdbd44;
  font-size: 1.4rem;
}
.flex {
  display: flex;
}
.flex.start {
  justify-content: flex-start;
}
.flex.row {
  flex-direction: row;
}
.flex.column {
  flex-direction: column;
}
.flex.justify {
  justify-content: space-between;
}
.flex.acenter {
  align-items: center;
}
.flex.fwrap {
  flex-wrap: wrap;
}
.modal {
  max-width: 780px;
  padding: 7rem 10rem;
  background: #111b2f;
  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;
}
.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: #23a1da;
  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-family: 'Lato', sans-serif;
  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;
}
.tbranco {
  color: white;
}
.tazul {
  color: #23a1da;
}
.tazulclaro {
  color: #4cc7ec;
}
.tazulmarinho {
  color: #111b2f;
}
.tcinza {
  color: #9fa4a6;
}
.bazulmarinho {
  background: #111b2f;
}
.t11 {
  font-size: 11px;
}
.t12 {
  font-size: 12px;
}
.t14 {
  font-size: 1.4rem;
}
.t16 {
  font-size: 1.6rem;
}
.t18 {
  font-size: 1.8rem;
}
.t21 {
  font-size: 2.1rem;
}
.t20 {
  font-size: 2rem;
}
.t30 {
  font-size: 3rem;
}
.t36 {
  font-size: 3.6rem;
}
.t40 {
  font-size: 4rem;
}
.t68 {
  font-size: 6.8rem;
}
.t72 {
  font-size: 7.2rem;
}
.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;
}
.mg0 {
  margin: 0px;
}
.mb07 {
  margin-bottom: 0.7em;
}
.mb1 {
  margin-bottom: 1em;
}
.mb2 {
  margin-bottom: 2em;
}
.mb3 {
  margin-bottom: 3em;
}
.mb5 {
  margin-bottom: 5em;
}
.mt3 {
  margin-top: 3em;
}
.comguia {
  position: relative;
}
.comguia:before {
  content: "";
  position: absolute;
  right: 100%;
  top: .2em;
  width: .7em;
  height: .7em;
  border: 1px solid;
  margin-right: .5em;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.comguia:after {
  content: "";
  position: absolute;
  right: 100%;
  top: .7em;
  margin-top: -0.15em;
  margin-right: 1.3em;
  width: 200rem;
  height: 0;
  border-top: 1px solid;
}
.comguia.azul:before,
.comguia.azul:after {
  border-color: #23a1da;
}
/* Footer */
footer {
  padding: 2rem 0;
  background: #353d4e;
  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 img,
footer svg {
  display: inline-block;
  vertical-align: middle;
  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 13rem;
  position: relative;
}
#home h1 {
  line-height: 1;
  margin: 3rem 0 6rem;
}
#home h1 span {
  display: inline-block;
  vertical-align: top;
  height: .9em;
  padding-right: 1.5rem;
  margin-right: 1.5rem;
  border-right: 1px solid;
  transform: skew(-8deg);
  -webkit-transform: skew(-8deg);
  -moz-transform: skew(-8deg);
  -o-transform: skew(-8deg);
  -ms-transform: skew(-8deg);
}
#home h1 img {
  height: .8em;
  width: auto;
}
#home .frases {
  margin: 0 auto;
  position: relative;
  text-align: left;
  max-width: 970px;
}
#home .frases .owl-item div {
  padding-right: 5rem;
}
#home .frases .owl-dots {
  position: absolute;
  right: 0;
  top: 1.5rem;
}
#home .frases .owl-dots .owl-dot {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 1px solid white;
  margin-bottom: 1.5rem;
  -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 .frases .owl-dots .owl-dot:hover {
  background: #0376bc;
}
#home .frases .owl-dots .owl-dot.active {
  background: white;
}
#home .links {
  /*position: absolute; bottom: 5%; left: 5%; right: 5%;*/
}
#home .links .bt {
  /*width: 230px;*/
  margin: .5em 1em;
}
#home .social {
  position: absolute;
  top: 1.5rem;
  right: 0;
  text-align: right;
  width: 100%;
}
#home .social a {
  margin-right: 2rem;
}
#home .social a 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);
}
#home .social a:hover path {
  stroke: #0376bc;
}
#home .roll {
  bottom: 30px;
  left: 50%;
  margin-top: 0;
  position: absolute;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  align-items: center;
  color: #fff;
  font-size: 11px;
  justify-content: center;
  letter-spacing: .006em;
  margin-top: 30px;
  text-transform: uppercase;
}
#home .roll svg {
  display: block;
  margin: 0 auto;
  fill: none;
  height: 31px;
  margin-bottom: 10px;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 1.5px;
  stroke: #fff;
}
#ambitos {
  padding: 9rem 0 18rem;
}
#ambitos > .wrap {
  max-width: 900px;
}
#ambitos > .wrap > div {
  max-width: 670px;
}
#ambitos .ambitos {
  margin: -3px;
  margin-top: 5rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-flex-direction: row;
  flex-direction: row;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#ambitos .ambitos.start {
  justify-content: flex-start;
}
#ambitos .ambitos.row {
  flex-direction: row;
}
#ambitos .ambitos.column {
  flex-direction: column;
}
#ambitos .ambitos.justify {
  justify-content: space-between;
}
#ambitos .ambitos.acenter {
  align-items: center;
}
#ambitos .ambitos.fwrap {
  flex-wrap: wrap;
}
#ambitos .ambitos > div {
  width: 33.333%;
  padding: 3px;
  position: relative;
}
#ambitos .ambitos > div > a {
  padding: 3rem 1rem;
  text-align: center;
  background: #f6f6f6;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-flex-direction: row;
  flex-direction: row;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  height: 100%;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
#ambitos .ambitos > div > a.start {
  justify-content: flex-start;
}
#ambitos .ambitos > div > a.row {
  flex-direction: row;
}
#ambitos .ambitos > div > a.column {
  flex-direction: column;
}
#ambitos .ambitos > div > a.justify {
  justify-content: space-between;
}
#ambitos .ambitos > div > a.acenter {
  align-items: center;
}
#ambitos .ambitos > div > a.fwrap {
  flex-wrap: wrap;
}
#ambitos .ambitos > div > a img {
  display: block;
  margin: 0 auto 2rem;
  height: 100%;
}
#ambitos .ambitos > div > div {
  cursor: pointer;
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@ov)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  color: white;
  background: #111b2f;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: auto;
  padding: 20px;
  z-index: 2;
  -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);
}
#ambitos .ambitos > div > div img {
  position: absolute;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@ov)";
  filter: alpha(opacity=10);
  -moz-opacity: 0.1;
  opacity: 0.1;
  right: 20px;
  top: 20px;
}
#ambitos .ambitos > div > div > * {
  position: relative;
}
#ambitos .ambitos > div:hover > div {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@ov)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
#mapeamento {
  padding: 9rem 0 18rem;
  background: #111b2f;
  color: white;
}
#mapeamento .controles .table > div {
  vertical-align: top;
}
#mapeamento .controles .cell-1 {
  width: 22%;
  text-align: left;
}
#mapeamento .controles .cell-2 {
  width: 56%;
  text-align: center;
  padding-left: 50px;
  padding-right: 50px;
}
#mapeamento .controles .cell-3 {
  width: 22%;
  text-align: center;
}
#mapeamento .controles .interruptor .bt {
  position: relative;
  display: inline-block;
  margin: 0px -3px;
  padding: 1em 5em;
}
#mapeamento .controles .interruptor .bt:not(.outline) {
  color: #FFF;
  z-index: 5;
}
#mapeamento .controles .classificacao a {
  display: inline-block;
  margin: 0px 10px;
}
#mapeamento .controles .filtros h3 {
  margin-bottom: 8px;
  text-align: center;
}
#mapeamento .controles .filtros .grupo {
  text-align: center;
  border-top: solid 1px #353d4e;
  padding-top: 20px;
}
#mapeamento .controles .filtros .grupo.npt {
  padding-top: 8px;
}
#mapeamento .controles .filtros .grupo .check {
  /*table-cell*/
  padding: 0px 5px;
}
#mapeamento .controles .filtros .grupo .check.check3 {
  width: 33.33%;
}
#mapeamento .controles .filtros .grupo .check.check4 {
  width: 25%;
}
#mapeamento .controles .filtros .grupo .check.check6 {
  width: 16.67%;
}
#mapeamento .controles .filtros .grupo .check.check7 {
  width: 14.2%;
}
#mapeamento .controles .filtros .grupo .check a {
  display: block;
}
#mapeamento .controles .filtros .grupo .check .brd {
  display: inline-block;
  margin: 0;
  padding: 1px;
  border: solid 1px rgba(35, 161, 218, 0.4);
  border-radius: 100vh;
  line-height: 0;
}
#mapeamento .controles .filtros .grupo .check .brd.out {
  border-color: transparent;
}
#mapeamento .controles .filtros .grupo .check .bola {
  display: inline-block;
  height: 32px;
  width: 32px;
  margin: 0;
  padding: 3px;
  background: #23a1da;
  border: solid 1px #23a1da;
  border-radius: 100vh;
}
#mapeamento .controles .filtros .grupo .check .bola.cb {
  background-image: -webkit-linear-gradient(#23a1da, #83c456);
  background-image: -o-linear-gradient(#23a1da, #83c456);
  background-image: linear-gradient(#23a1da, #83c456);
  border-image: linear-gradient(#23a1da, #83c456);
}
#mapeamento .controles .filtros .grupo .check .bola.ee {
  background-color: #fdbd44;
  border: solid 1px #fdbd44;
}
#mapeamento .controles .filtros .grupo .check .bola.ed {
  background-color: #49479d;
  border: solid 1px #49479d;
}
#mapeamento .controles .filtros .grupo .check .bola.outline {
  /*Precisa ser a última &classe declarada*/
  background: transparent;
  border: solid 1px #23a1da;
}
#mapeamento .controles .filtros .grupo .check .bola.outline .ico path,
#mapeamento .controles .filtros .grupo .check .bola.outline .ico polygon {
  stroke: #23a1da;
}
#mapeamento .controles .filtros .grupo .check .bola .ico {
  display: inline;
}
#mapeamento .controles .filtros .grupo .check .bola .ico path,
#mapeamento .controles .filtros .grupo .check .bola .ico polygon {
  stroke: #FFF;
}
#mapeamento .controles .filtros .grupo .check p {
  padding-top: 10px;
}
#mapeamento .controles .filtros #grupoareas {
  display: none;
}
#mapeamento .controles .filtros.areas #grupoareas {
  display: table-cell;
}
#mapeamento .controles .filtros.areas #grupoambitos {
  display: none;
}
#cadastre {
  min-height: inherit;
  background-color: #23a1da;
  background-image: url(../images/bg.jpg);
  background-blend-mode: overlay;
  background-size: cover;
  padding: 9rem 0 36rem;
}
#cadastre .half {
  width: 50%;
  float: left;
}
#cadastre .half form {
  max-width: 550px;
  float: right;
  padding-left: 30px;
}
.modform {
  /*Modais do #Cadastre*/
}
.modform .form {
  padding-top: 35px;
}
.modform .form .bt {
  width: 230px;
}
#ferramenta {
  position: relative;
  padding: 0 0 50px 50px;
  height: 500px;
}
#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.1rem;
  text-transform: uppercase;
  letter-spacing: .01em;
  color: #9fa4a6;
}
#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;
  width: 50px;
  top: 0;
  bottom: 50px;
  padding-left: 25px;
}
#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;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-flex-direction: row;
  flex-direction: row;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
#ferramenta .estrutura .legenda.x.start {
  justify-content: flex-start;
}
#ferramenta .estrutura .legenda.x.row {
  flex-direction: row;
}
#ferramenta .estrutura .legenda.x.column {
  flex-direction: column;
}
#ferramenta .estrutura .legenda.x.justify {
  justify-content: space-between;
}
#ferramenta .estrutura .legenda.x.acenter {
  align-items: center;
}
#ferramenta .estrutura .legenda.x.fwrap {
  flex-wrap: wrap;
}
#ferramenta .estrutura .legenda .regua {
  display: table;
  height: 100%;
}
#ferramenta .estrutura .legenda .regua div {
  display: table-row;
}
#ferramenta .estrutura .legenda .regua .num {
  display: table-cell;
  vertical-align: middle;
  width: 25px;
  text-align: center;
}
#ferramenta .estrutura .grid {
  position: absolute;
  left: 50px;
  bottom: 50px;
  top: 0;
  right: 0;
  border-bottom: 1px solid white;
  border-left: 1px solid white;
}
#ferramenta .estrutura .grid > div {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
}
#ferramenta .estrutura .grid > div > div {
  display: table-row;
  height: 25%;
}
#ferramenta .estrutura .grid > div > div > div {
  display: table-cell;
  vertical-align: middle;
  padding: 0 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.03);
  width: 25%;
  background: rgba(0, 0, 0, 0.07);
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.07), rgba(0, 0, 0, 0.25));
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.07), rgba(0, 0, 0, 0.25));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.07), rgba(0, 0, 0, 0.25));
  position: relative;
  /*&
							
							&.i2{
								a.item:nth-child(1){left: 33%;}
								a.item:nth-child(2){left: 67%;}
							}
							&.i3{
								a.item:nth-child(1){left: 33%;top: 33%;}
								a.item:nth-child(2){left: 67%;top: 33%;}
								a.item:nth-child(3){left: 50%;top: 67%;}
							}
							&.i4{
								a.item:nth-child(1){left: 33%;top: 33%;}
								a.item:nth-child(2){left: 67%;top: 33%;}
								a.item:nth-child(3){left: 33%;top: 67%;}
								a.item:nth-child(4){left: 67%;top: 67%;}
							}*/
}
#ferramenta .estrutura .grid > div > div > div a.item {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  margin: -10px;
  -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;
}
#ferramenta .estrutura .grid > div > div > div a.item:nth-child(10) {
  animation-delay: 5s;
  -webkit-animation-delay: 5s;
}
#ferramenta .estrutura .grid > div > div > div a.item:nth-child(9) {
  animation-delay: 0.45s;
  -webkit-animation-delay: 0.45s;
}
#ferramenta .estrutura .grid > div > div > div a.item:nth-child(8) {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}
#ferramenta .estrutura .grid > div > div > div a.item:nth-child(7) {
  animation-delay: 0.35s;
  -webkit-animation-delay: 0.35s;
}
#ferramenta .estrutura .grid > div > div > div a.item:nth-child(6) {
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
}
#ferramenta .estrutura .grid > div > div > div a.item:nth-child(5) {
  animation-delay: 0.25s;
  -webkit-animation-delay: 0.25s;
}
#ferramenta .estrutura .grid > div > div > div a.item:nth-child(4) {
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
}
#ferramenta .estrutura .grid > div > div > div a.item:nth-child(3) {
  animation-delay: 0.15s;
  -webkit-animation-delay: 0.15s;
}
#ferramenta .estrutura .grid > div > div > div a.item:nth-child(2) {
  animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
}
#ferramenta .estrutura .grid > div > div > div a.item:nth-child(1) {
  animation-delay: 0.05s;
  -webkit-animation-delay: 0.05s;
}
#ferramenta .estrutura .grid > div > div > div a.item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: center no-repeat;
  background-size: 60px;
}
#ferramenta .estrutura .grid > div > div > div a.item span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin: -15px;
  line-height: 30px;
  z-index: 1;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}
#ferramenta .estrutura .grid > div > div > div a.item:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  width: 30px;
  height: 30px;
  z-index: 2;
  background: center no-repeat;
}
#ferramenta .estrutura .grid > div > div > div a.item.brasil span {
  background: #23a1da;
  background: -moz-linear-gradient(180deg, #23a1da, #83c456);
  background: -webkit-linear-gradient(180deg, #23a1da, #83c456);
  background: linear-gradient(180deg, #23a1da, #83c456);
}
#ferramenta .estrutura .grid > div > div > div a.item.brasil:before {
  background-image: url("../images/item-brasil-pequena.svg");
}
#ferramenta .estrutura .grid > div > div > div a.item.brasil.mega:before {
  background-image: url("../images/item-brasil-mega.svg");
}
#ferramenta .estrutura .grid > div > div > div a.item.brasil.grande:before {
  background-image: url("../images/item-brasil-grande.svg");
}
#ferramenta .estrutura .grid > div > div > div a.item.brasil.media:before {
  background-image: url("../images/item-brasil-media.svg");
}
#ferramenta .estrutura .grid > div > div > div a.item.emergente:before {
  background-image: url("../images/item-emergente-pequena.svg");
}
#ferramenta .estrutura .grid > div > div > div a.item.emergente.mega:before {
  background-image: url("../images/item-emergente-mega.svg");
}
#ferramenta .estrutura .grid > div > div > div a.item.emergente.grande:before {
  background-image: url("../images/item-emergente-grande.svg");
}
#ferramenta .estrutura .grid > div > div > div a.item.emergente.media:before {
  background-image: url("../images/item-emergente-media.svg");
}
#ferramenta .estrutura .grid > div > div > div a.item.desenvolvido:before {
  background-image: url("../images/item-desenvolvido-pequena.svg");
}
#ferramenta .estrutura .grid > div > div > div a.item.desenvolvido.mega:before {
  background-image: url("../images/item-desenvolvido-mega.svg");
}
#ferramenta .estrutura .grid > div > div > div a.item.desenvolvido.grande:before {
  background-image: url("../images/item-desenvolvido-grande.svg");
}
#ferramenta .estrutura .grid > div > div > div a.item.desenvolvido.media:before {
  background-image: url("../images/item-desenvolvido-media.svg");
}
#ferramenta .estrutura .grid > div > div > div a.item.ambiente:after {
  background-image: url("../images/ambito-ambiente.svg");
}
#ferramenta .estrutura .grid > div > div > div a.item.comunicacao:after {
  background-image: url("../images/ambito-comunicacao.svg");
}
#ferramenta .estrutura .grid > div > div > div a.item.construcoes:after {
  background-image: url("../images/ambito-construcoes.svg");
}
#ferramenta .estrutura .grid > div > div > div a.item.energia:after {
  background-image: url("../images/ambito-energia.svg");
}
#ferramenta .estrutura .grid > div > div > div a.item.gestao_publica:after {
  background-image: url("../images/ambito-gestao_publica.svg");
}
#ferramenta .estrutura .grid > div > div > div a.item.mobilidade_urbana:after {
  background-image: url("../images/ambito-mobilidade_urbana.svg");
}
#ferramenta .estrutura .grid > div > div > div a.item.qualidade_de_vida:after {
  background-image: url("../images/ambito-qualidade_de_vida.svg");
}
#ferramenta .estrutura .grid > div > div > div a.item.economy:after {
  background-image: url("../images/foco-economy.svg");
}
#ferramenta .estrutura .grid > div > div > div a.item.environment:after {
  background-image: url("../images/foco-environment.svg");
}
#ferramenta .estrutura .grid > div > div > div a.item.governance:after {
  background-image: url("../images/foco-government.svg");
}
#ferramenta .estrutura .grid > div > div > div a.item.living:after {
  background-image: url("../images/foco-living.svg");
}
#ferramenta .estrutura .grid > div > div > div a.item.mobility:after {
  background-image: url("../images/foco-mobility.svg");
}
#ferramenta .estrutura .grid > div > div > div a.item.people:after {
  background-image: url("../images/foco-people.svg");
}
#ferramenta .estrutura .grid > div > div > div .multiplo {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  margin: -10px 0;
}
#ferramenta .estrutura .grid > div > div > div .multiplo:before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 40px;
  height: 40px;
  background: #0376bc;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  left: 50%;
  top: 50%;
  margin: -15px -20px;
}
#ferramenta .estrutura .grid > div > div > div .multiplo:after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 40px;
  height: 40px;
  background: #23a1da;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  left: 50%;
  top: 50%;
  margin: -20px -20px;
}
#ferramenta .estrutura .grid > div > div > div .multiplo span {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #4cc7ec;
  text-align: center;
  font-size: 18px;
  width: 40px;
  height: 40px;
  margin: -25px -20px;
  line-height: 40px;
  font-weight: 700;
  font-family: 'Lato', sans-serif;
  z-index: 3;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}
#ferramenta .estrutura .grid > div > div > div .multiplo div {
  display: none;
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 70%;
  margin-left: -115px;
  width: 230px;
  padding: 1rem;
  -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;
  background: #171e2e;
  background: -moz-linear-gradient(180deg, #171e2e, #11151d);
  background: -webkit-linear-gradient(180deg, #171e2e, #11151d);
  background: linear-gradient(180deg, #171e2e, #11151d);
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  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);
  z-index: 5;
}
#ferramenta .estrutura .grid > div > div > div .multiplo div p {
  font-size: 11px;
  color: #23a1da;
}
#ferramenta .estrutura .grid > div > div > div .multiplo div a.item {
  margin: 0px;
}
#ferramenta .estrutura .grid > div > div > div .multiplo:hover div {
  display: block;
}
#ferramenta .estrutura .grid > div > div > div .multiplo.brasil span {
  background: #23a1da;
  background: -moz-linear-gradient(180deg, #23a1da, #83c456);
  background: -webkit-linear-gradient(180deg, #23a1da, #83c456);
  background: linear-gradient(180deg, #23a1da, #83c456);
}
#ferramenta .estrutura .grid > div > div > div .multiplo.brasil:after {
  background: #5e9835;
}
#ferramenta .estrutura .grid > div > div > div .multiplo.brasil:before {
  background: #3b6021;
}
#ferramenta .estrutura .grid > div > div > div .multiplo.desenvolvido span {
  background: #49479d;
  background: -moz-linear-gradient(180deg, #49479d, #49479d);
  background: -webkit-linear-gradient(180deg, #49479d, #49479d);
  background: linear-gradient(180deg, #49479d, #49479d);
}
#ferramenta .estrutura .grid > div > div > div .multiplo.desenvolvido:after {
  background: #39377a;
}
#ferramenta .estrutura .grid > div > div > div .multiplo.desenvolvido:before {
  background: #282757;
}
#ferramenta .estrutura .grid > div > div > div .multiplo.emergente span {
  background: #fdbd44;
  background: -moz-linear-gradient(180deg, #fdbd44, #fdbd44);
  background: -webkit-linear-gradient(180deg, #fdbd44, #fdbd44);
  background: linear-gradient(180deg, #fdbd44, #fdbd44);
}
#ferramenta .estrutura .grid > div > div > div .multiplo.emergente:after {
  background: #f29f03;
}
#ferramenta .estrutura .grid > div > div > div .multiplo.emergente:before {
  background: #a66d02;
}
#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: fixed;
  z-index: 10;
  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;
}
#ferramenta #infosolucao a {
  color: #23a1da;
  font-size: 1.4rem;
}
#post {
  /*TIPOS DE POST - INICIO*/
  /*correção post default*/
  /*TIPOS DE POST - FIM*/
}
#post .color {
  color: #23a1da;
}
#post .bgcolor {
  background: #23a1da;
  background: -moz-linear-gradient(180deg, #23a1da, #83c456);
  background: -webkit-linear-gradient(180deg, #23a1da, #83c456);
  background: linear-gradient(180deg, #23a1da, #83c456);
}
#post .line {
  border-bottom-color: #58595b;
}
#post h2.color {
  color: #58595b;
}
#post.br .color {
  color: #83c456;
}
#post.br .bgcolor {
  background: #23a1da;
  background: -moz-linear-gradient(180deg, #23a1da, #83c456);
  background: -webkit-linear-gradient(180deg, #23a1da, #83c456);
  background: linear-gradient(180deg, #23a1da, #83c456);
}
#post.br .line {
  border-bottom-color: #83c456;
}
#post.desenvolvido .color {
  color: #49479d;
}
#post.desenvolvido .bgcolor {
  background: #49479d;
  background: -moz-linear-gradient(180deg, #49479d, #49479d);
  background: -webkit-linear-gradient(180deg, #49479d, #49479d);
  background: linear-gradient(180deg, #49479d, #49479d);
}
#post.desenvolvido .line {
  border-bottom-color: #49479d;
}
#post.emergente .color {
  color: #fdbd44;
}
#post.emergente .bgcolor {
  background: #fdbd44;
  background: -moz-linear-gradient(180deg, #fdbd44, #fdbd44);
  background: -webkit-linear-gradient(180deg, #fdbd44, #fdbd44);
  background: linear-gradient(180deg, #fdbd44, #fdbd44);
}
#post.emergente .line {
  border-bottom-color: #fdbd44;
}
#post .menu {
  width: 520px;
  background-color: #111b2f;
  vertical-align: top;
}
#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;
  top: 30px;
  left: 95px;
}
#post .menu .content {
  padding-left: 150px;
  padding-right: 90px;
  padding-top: 130px;
}
#post .menu .content .line {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
#post .conteudo {
  padding-bottom: 100px;
}
#post .conteudo .capa {
  width: 100%;
  height: 500px;
}
#post .conteudo p {
  color: #111b2f;
}
#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;
}
/* Responsive */
@media (max-width: 1024px) {
  .t14 {
    font-size: 1.2rem;
  }
  .t30 {
    font-size: 2.7rem;
  }
  .t36 {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .t14 {
    font-size: 1.0rem;
  }
  .t30 {
    font-size: 1.8rem;
  }
  .t36 {
    font-size: 2.1rem;
  }
  #home {
    height: auto;
  }
}
@media (max-height: 680px) {
  #home {
    height: auto;
  }
}
