@charset "UTF-8";
/*
This CSS file was compiled from SCSS base files. DO NOT edit this file. You should rather edit the SCSS files and recompile OR create another file for customization and insert it after this one as a new request.

Este arquivo CSS foi compilado de arquivos-base em SCSS. NÃO EDITE este arquivo. Você deve, preferencialmente, editar os arquivos SCSS base e recompilar OU criar outro arquivo para customização e inseri-lo após este como uma nova requisição.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
main {
  display: block; }

audio,
canvas,
img,
video {
  vertical-align: middle; }

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none; }

[hidden] {
  display: none; }

* {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none; }

button,
input[type="submit"],
input[type="button"] {
  cursor: pointer; }

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
  color: #222; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4; }

::-moz-selection {
  background: #343c65;
  color: white;
  text-shadow: none; }

::selection {
  background: #343c65;
  color: white;
  text-shadow: none; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
  height: auto;
  max-width: 100%; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

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

.fa, .bx-wrapper .bx-controls-direction a:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

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

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

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

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

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

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

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

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

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

.fa.fa-pull-left, .bx-wrapper .bx-controls-direction a.fa-pull-left:before {
  margin-right: .3em; }

.fa.fa-pull-right, .bx-wrapper .bx-controls-direction a.fa-pull-right:before {
  margin-left: .3em; }

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

.pull-left {
  float: left; }

.fa.pull-left, .bx-wrapper .bx-controls-direction a.pull-left:before {
  margin-right: .3em; }

.fa.pull-right, .bx-wrapper .bx-controls-direction a.pull-right:before {
  margin-left: .3em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

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

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

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

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

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

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

.bt, .bt--secundario {
  border-radius: 3px;
  border-radius: 0.1875rem;
  line-height: 35px;
  line-height: 2.1875rem;
  height: 35px;
  height: 2.1875rem;
  padding: 0 45px;
  padding: 0 2.8125rem;
  margin: 0 3px 3px 0;
  margin: 0 0.1875rem 0.1875rem 0;
  color: white;
  background-color: #343c65;
  font-weight: normal;
  font-family: "Exo 2", Arial, Helvetica, sans-serif;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-appearance: none; }
  .bt:visited, .bt--secundario:visited {
    color: white; }

.mensagem {
  padding: 10px 10px 10px 40px;
  padding: 0.625rem 0.625rem 0.625rem 2.5rem;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
  border-radius: 5px;
  border-radius: 0.3125rem;
  background-position: 10px 10px;
  background-position: 0.625rem 0.625rem;
  width: 100%;
  clear: both;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #CCC; }
  .mensagem:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.menu-principal__link, .menu-principal__subnivel .menu-principal__link, .bx-wrapper .bx-controls-direction a {
  -webkit-transition:  all 0.5s ease;
  -o-transition:  all 0.5s ease;
  transition:  all 0.5s ease;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s; }

.bt, .bt--secundario, .topo, .rodape__linha-2, .bx-wrapper .bx-caption {
  -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2); }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0; }

.visuallyhidden.focusable:active, .focusable.screen-reader-text:active, .visuallyhidden.focusable:focus, .focusable.screen-reader-text:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.clearfix, .centralizado, form, .grid-container, .gallery, .menu-principal, .principal, .conteudo, .coluna, .rodape__linha-1 {
  *zoom: 1; }
  .clearfix:before, .centralizado:before, form:before, .grid-container:before, .gallery:before, .menu-principal:before, .principal:before, .conteudo:before, .coluna:before, .rodape__linha-1:before, .clearfix:after, .centralizado:after, form:after, .grid-container:after, .gallery:after, .menu-principal:after, .principal:after, .conteudo:after, .coluna:after, .rodape__linha-1:after {
    content: "";
    display: table; }
  .clearfix:after, .centralizado:after, form:after, .grid-container:after, .gallery:after, .menu-principal:after, .principal:after, .conteudo:after, .coluna:after, .rodape__linha-1:after {
    clear: both; }

.clear {
  clear: both; }

.extragrande {
  font-size: 1.5em !important; }

.grande {
  font-size: 1.2em !important; }

.pequeno {
  font-size: 0.85em !important; }

.extragrande, .grande, .pequeno {
  line-height: 1.5; }

.hidden {
  display: none !important;
  visibility: hidden !important; }

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

.visible-inline {
  display: inline !important; }

.visible-block {
  display: block !important; }

.visible-inline-block {
  display: inline-block !important; }

.invisible {
  visibility: hidden !important; }

.align-left {
  text-align: left !important; }

.align-right {
  text-align: right !important; }

.align-center {
  text-align: center !important; }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

@media only screen and (max-width: 425px) {
  .hidden-xs {
    display: none !important;
    visibility: hidden !important; }
  .visuallyhidden-xs {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .visible-inline-xs {
    display: inline !important; }
  .visible-block-xs {
    display: block !important; }
  .visible-inline-block-xs {
    display: inline-block !important; }
  .invisible-xs {
    visibility: hidden !important; }
  .align-left-xs {
    text-align: left !important; }
  .align-right-xs {
    text-align: right !important; }
  .align-center-xs {
    text-align: center !important; }
  .float-left-xs {
    float: left !important; }
  .float-right-xs {
    float: right !important; } }

@media only screen and (min-width: 425px) and (max-width: 768px) {
  .hidden-sm {
    display: none !important;
    visibility: hidden !important; }
  .visuallyhidden-sm {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .visible-inline-sm {
    display: inline !important; }
  .visible-block-sm {
    display: block !important; }
  .visible-inline-block-sm {
    display: inline-block !important; }
  .invisible-sm {
    visibility: hidden !important; }
  .align-left-sm {
    text-align: left !important; }
  .align-right-sm {
    text-align: right !important; }
  .align-center-sm {
    text-align: center !important; }
  .float-left-sm {
    float: left !important; }
  .float-right-sm {
    float: right !important; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .hidden-md {
    display: none !important;
    visibility: hidden !important; }
  .visuallyhidden-md {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .visible-inline-md {
    display: inline !important; }
  .visible-block-md {
    display: block !important; }
  .visible-inline-block-md {
    display: inline-block !important; }
  .invisible-md {
    visibility: hidden !important; }
  .align-left-md {
    text-align: left !important; }
  .align-right-md {
    text-align: right !important; }
  .align-center-md {
    text-align: center !important; }
  .float-left-md {
    float: left !important; }
  .float-right-md {
    float: right !important; } }

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .hidden-lg {
    display: none !important;
    visibility: hidden !important; }
  .visuallyhidden-lg {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .visible-inline-lg {
    display: inline !important; }
  .visible-block-lg {
    display: block !important; }
  .visible-inline-block-lg {
    display: inline-block !important; }
  .invisible-lg {
    visibility: hidden !important; }
  .align-left-lg {
    text-align: left !important; }
  .align-right-lg {
    text-align: right !important; }
  .align-center-lg {
    text-align: center !important; }
  .float-left-lg {
    float: left !important; }
  .float-right-lg {
    float: right !important; } }

@media only screen and (min-width: 1200px) {
  .hidden-xl {
    display: none !important;
    visibility: hidden !important; }
  .visuallyhidden-xl {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .visible-inline-xl {
    display: inline !important; }
  .visible-block-xl {
    display: block !important; }
  .visible-inline-block-xl {
    display: inline-block !important; }
  .invisible-xl {
    visibility: hidden !important; }
  .align-left-xl {
    text-align: left !important; }
  .align-right-xl {
    text-align: right !important; }
  .align-center-xl {
    text-align: center !important; }
  .float-left-xl {
    float: left !important; }
  .float-right-xl {
    float: right !important; } }

.centralizado {
  margin-right: auto !important;
  margin-left: auto !important; }

@media only screen and (min-width: 768px) {
  .extendleft, .extendfull {
    padding-left: 2000px;
    margin-left: -2000px; } }

@media only screen and (min-width: 768px) {
  .extendright, .extendfull {
    padding-right: 2000px;
    margin-right: -2000px; } }

.v-center, .form__footer, .topo__informacao {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media only screen and (max-width: 768px) {
    .v-center, .form__footer, .topo__informacao {
      -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
      justify-content: center !important; } }

.v-end, .topo__informacao {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.form__footer {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.form__submit {
  margin-right: 15px;
  margin-right: 0.9375rem;
  margin-top: 10px;
  margin-top: 0.625rem; }

.form__legenda {
  margin-top: 10px;
  margin-top: 0.625rem; }

input, label {
  vertical-align: middle; }

label {
  cursor: pointer; }

label, .label, .form__legenda {
  font-size: 14px;
  font-size: 0.875rem; }

/* Normalização de Inputs (Twitter Bootstrap) */
[type="search"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  -webkit-appearance: none; }

[type="file"] {
  display: block; }

select[multiple],
select[size] {
  height: auto; }

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
  line-height: normal; }

[type="text"],
[type="password"],
[type="tel"],
[type="search"],
[type="email"],
[type="url"],
textarea,
select {
  padding: 5px 10px;
  padding: 0.3125rem 0.625rem;
  font-size: 16px;
  font-size: 1rem;
  height: 35px;
  height: 2.1875rem;
  border-radius: 3px;
  border-radius: 0.1875rem;
  display: block;
  font-family: "Exo 2", Arial, Helvetica, sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #dedede;
  color: #999;
  background-color: #FFF;
  line-height: normal;
  outline: 0; }
  [type="text"]:focus,
  [type="password"]:focus,
  [type="tel"]:focus,
  [type="search"]:focus,
  [type="email"]:focus,
  [type="url"]:focus,
  textarea:focus,
  select:focus {
    border-color: #bbbbbb;
    background-color: #FFF;
    color: #777; }
  [type="text"][disabled],
  fieldset[disabled] [type="text"],
  [type="password"][disabled],
  fieldset[disabled]
  [type="password"],
  [type="tel"][disabled],
  fieldset[disabled]
  [type="tel"],
  [type="search"][disabled],
  fieldset[disabled]
  [type="search"],
  [type="email"][disabled],
  fieldset[disabled]
  [type="email"],
  [type="url"][disabled],
  fieldset[disabled]
  [type="url"],
  textarea[disabled],
  fieldset[disabled]
  textarea,
  select[disabled],
  fieldset[disabled]
  select {
    cursor: not-allowed;
    background-color: #eee;
    color: #AAA;
    border-color: #CCC;
    opacity: 1; }
  [type="text"][readonly],
  [type="password"][readonly],
  [type="tel"][readonly],
  [type="search"][readonly],
  [type="email"][readonly],
  [type="url"][readonly],
  textarea[readonly],
  select[readonly] {
    color: #999;
    background-color: #eee;
    border-color: #dedede; }

::-webkit-input-placeholder {
  color: #787878; }

:-moz-placeholder {
  color: #787878; }

::-moz-placeholder {
  color: #787878; }

:-ms-input-placeholder {
  color: #787878; }

select {
  padding: 5px 0 5px 10px;
  padding: 0.3125rem 0 0.3125rem 0.625rem; }

textarea {
  height: 120px;
  height: 7.5rem;
  overflow: auto;
  vertical-align: top;
  resize: none; }

fieldset {
  padding: 10px;
  padding: 0.625rem;
  border: 1px solid #787878;
  position: relative;
  margin-bottom: 20px;
  margin-bottom: 1.25rem; }

legend {
  border: 0;
  *margin-left: ems(-7);
  padding: 0;
  white-space: normal;
  position: relative; }

.campo {
  margin-bottom: 10px;
  margin-bottom: 0.625rem; }
  .campo--required label:before {
    content: "*"; }

.lista-radio {
  padding: 5px;
  padding: 0.3125rem;
  border: 1px solid #929292;
  margin-bottom: 0.7em; }
  .lista-radio label {
    margin-left: 5px;
    margin-left: 0.3125rem; }
  .lista-radio li {
    list-style: none; }
    .lista-radio li:last-child {
      margin-bottom: 0; }

.bt[disabled], .bt[disabled]:hover,
fieldset[disabled] .bt {
  cursor: not-allowed;
  pointer-events: none;
  color: #CCC;
  background-color: #DDD;
  cursor: default;
  border: 1px solid #d0d0d0; }

.bt:hover, .bt:focus {
  background-color: #3d4676;
  color: white;
  border-color: #2b3254;
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3); }

.bt--secundario {
  color: white;
  background-color: #91d8f8;
  border: 1px solid #31b6f2; }
  .bt--secundario:visited {
    color: white; }
  .bt--secundario:hover, .bt--secundario:focus {
    background-color: #c1e9fb;
    color: white;
    border-color: #61c7f5; }
  .bt--secundario:active {
    background-color: #61c7f5;
    color: white;
    border-color: #0ea0e2; }

.bt--big {
  line-height: 60px;
  line-height: 3.75rem;
  height: 60px;
  height: 3.75rem;
  padding-left: 50px;
  padding-left: 3.125rem;
  padding-right: 50px;
  padding-right: 3.125rem;
  font-size: 20px;
  font-size: 1.25rem;
  margin: 0;
  margin: 0; }

.bt .icon {
  margin-right: 5px;
  margin-right: 0.3125rem; }

.mensagem {
  position: relative; }
  .mensagem--aviso {
    background-color: #faf2cc;
    border-color: #f5e69e;
    color: #787878; }
    .mensagem--aviso:before {
      content: "";
      position: absolute;
      left: 12px;
      top: 11px;
      color: #e4c016; }
  .mensagem--erro {
    background-color: #ebcccc;
    border-color: #f9f1f1;
    color: #787878; }
    .mensagem--erro:before {
      content: "";
      position: absolute;
      left: 14px;
      top: 11px;
      color: #a94242; }
  .mensagem--acerto {
    background-color: #d0e9c6;
    border-color: #eef7eb;
    color: #787878; }
    .mensagem--acerto:before {
      content: "";
      position: absolute;
      left: 12px;
      top: 11px;
      color: #5ca43f; }

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on September 27, 2012 03:07:24 PM America/New_York */
@font-face {
  font-family: 'Exo 2';
  src: url("../fonts/Exo2-Regular-webfont.eot");
  src: url("../fonts/Exo2-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Exo2-Regular-webfont.woff") format("woff"), url("../fonts/Exo2-Regular-webfont.ttf") format("truetype"), url("../fonts/Exo2-Regular-webfont.svg#Exo 2") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Exo 2';
  src: url("../fonts/Exo2-Italic-webfont.eot");
  src: url("../fonts/Exo2-Italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Exo2-Italic-webfont.woff") format("woff"), url("../fonts/Exo2-Italic-webfont.ttf") format("truetype"), url("../fonts/Exo2-Italic-webfont.svg#Exo 2") format("svg");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Exo 2';
  src: url("../fonts/Exo2-Bold-webfont.eot");
  src: url("../fonts/Exo2-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Exo2-Bold-webfont.woff") format("woff"), url("../fonts/Exo2-Bold-webfont.ttf") format("truetype"), url("../fonts/Exo2-Bold-webfont.svg#Exo 2") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Exo 2';
  src: url("../fonts/Exo2-BoldItalic-webfont.eot");
  src: url("../fonts/Exo2-BoldItalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Exo2-BoldItalic-webfont.woff") format("woff"), url("../fonts/Exo2-BoldItalic-webfont.ttf") format("truetype"), url("../fonts/Exo2-BoldItalic-webfont.svg#Exo 2") format("svg");
  font-weight: bold;
  font-style: italic; }

hr, .separador {
  display: block;
  height: 1px;
  border: 0;
  border-top: 2px solid #787878;
  margin: 1.5em 0;
  padding: 0;
  clear: both; }

a {
  color: #343c65;
  text-decoration: none; }
  a:visited {
    color: #4e5a98; }
  a:hover, a:active {
    outline: 0; }

.conteudo abbr[title] {
  border-bottom: 1px dotted; }

.conteudo ins {
  color: #CCC;
  text-decoration: none; }

.conteudo mark {
  background-color: #faf2cc;
  color: #787878;
  font-style: italic;
  font-weight: bold; }

.conteudo sub, .conteudo sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

.conteudo sup {
  top: -0.5em; }

.conteudo sub {
  bottom: -0.25em; }

.conteudo h1, .conteudo h2, .conteudo h3, .conteudo h4, .conteudo h5, .conteudo h6,
.conteudo .h1, .conteudo .h2, .conteudo .h3, .conteudo .h4, .conteudo .h5, .conteudo .h6 {
  font-weight: normal;
  line-height: 1;
  margin-bottom: 0.5em;
  font-family: "Exo 2", Arial, Helvetica, sans-serif;
  color: #343c65;
  text-transform: uppercase; }

.conteudo h1 {
  font-size: 42px;
  font-size: 2.625rem; }

.conteudo h2 {
  font-size: 40px;
  font-size: 2.5rem; }

.conteudo h3 {
  font-size: 34px;
  font-size: 2.125rem; }

.conteudo h4 {
  font-size: 30px;
  font-size: 1.875rem; }

.conteudo h5 {
  font-size: 26px;
  font-size: 1.625rem; }

.conteudo h6 {
  font-size: 22px;
  font-size: 1.375rem; }

.conteudo p {
  margin-bottom: 1.5em; }

.conteudo strong, .conteudo em strong, .conteudo b {
  font-weight: bold; }

.conteudo em, .conteudo strong em, .conteudo i {
  font-style: italic; }

.conteudo ul, .conteudo ol {
  padding-left: 2em;
  margin-bottom: 1.5em; }
  .conteudo ul li, .conteudo ol li {
    margin-bottom: 0.3em; }

.conteudo ol, .conteudo ol li {
  list-style-type: decimal; }

.conteudo ul, .conteudo ul li {
  list-style-type: disc; }

.conteudo dd {
  margin: 0 0 0 40px;
  margin: 0 0 0 2.5rem; }

.conteudo blockquote {
  font-size: 17.6px;
  font-size: 1.1rem;
  font-style: italic;
  margin: 2.5em 0 2.5em 3em; }

.conteudo q:before {
  content: open-quote; }

.conteudo q:after {
  content: close-quote; }

.conteudo pre, .conteudo code, .conteudo kbd, .conteudo samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

.conteudo pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

.conteudo code {
  font-family: "Courier New", Courier, monospace;
  background-color: #787878;
  color: #787878; }

.h1.h1, .h2.h2, .h3.h3, .h4.h4, .h5.h5, .h6.h6 {
  font-weight: normal;
  line-height: 1;
  margin-bottom: 0.5em;
  font-family: "Exo 2", Arial, Helvetica, sans-serif;
  color: #343c65;
  text-transform: uppercase; }

.h1.h1 {
  font-size: 42px;
  font-size: 2.625rem; }

.h2.h2 {
  font-size: 40px;
  font-size: 2.5rem; }

.h3.h3 {
  font-size: 34px;
  font-size: 2.125rem; }

.h4.h4 {
  font-size: 30px;
  font-size: 1.875rem; }

.h5.h5 {
  font-size: 26px;
  font-size: 1.625rem; }

.h6.h6 {
  font-size: 22px;
  font-size: 1.375rem; }

@media only screen and (min-width: 0) {
  .b-xs-ps-0 {
    left: 0%; }
  .b-xs-pl-0 {
    left: 0%; }
  .b-xs-1 {
    width: 6.33333%; }
  .b-xs-ps-1 {
    left: 8.33333%; }
  .b-xs-pl-1 {
    left: -8.33333%; }
  .b-xs-2 {
    width: 14.66667%; }
  .b-xs-ps-2 {
    left: 16.66667%; }
  .b-xs-pl-2 {
    left: -16.66667%; }
  .b-xs-3 {
    width: 23%; }
  .b-xs-ps-3 {
    left: 25%; }
  .b-xs-pl-3 {
    left: -25%; }
  .b-xs-4 {
    width: 31.33333%; }
  .b-xs-ps-4 {
    left: 33.33333%; }
  .b-xs-pl-4 {
    left: -33.33333%; }
  .b-xs-5 {
    width: 39.66667%; }
  .b-xs-ps-5 {
    left: 41.66667%; }
  .b-xs-pl-5 {
    left: -41.66667%; }
  .b-xs-6 {
    width: 48%; }
  .b-xs-ps-6 {
    left: 50%; }
  .b-xs-pl-6 {
    left: -50%; }
  .b-xs-7 {
    width: 56.33333%; }
  .b-xs-ps-7 {
    left: 58.33333%; }
  .b-xs-pl-7 {
    left: -58.33333%; }
  .b-xs-8 {
    width: 64.66667%; }
  .b-xs-ps-8 {
    left: 66.66667%; }
  .b-xs-pl-8 {
    left: -66.66667%; }
  .b-xs-9 {
    width: 73%; }
  .b-xs-ps-9 {
    left: 75%; }
  .b-xs-pl-9 {
    left: -75%; }
  .b-xs-10 {
    width: 81.33333%; }
  .b-xs-ps-10 {
    left: 83.33333%; }
  .b-xs-pl-10 {
    left: -83.33333%; }
  .b-xs-11 {
    width: 89.66667%; }
  .b-xs-ps-11 {
    left: 91.66667%; }
  .b-xs-pl-11 {
    left: -91.66667%; }
  .b-xs-12 {
    width: 98%; }
  .b-xs-ps-12 {
    left: 100%; }
  .b-xs-pl-12 {
    left: -100%; }
  .b-xs-1, .b-xs-2, .b-xs-3, .b-xs-4, .b-xs-5, .b-xs-6, .b-xs-7, .b-xs-8, .b-xs-9, .b-xs-10, .b-xs-11, .b-xs-12 {
    display: inline;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    min-height: 1px; }
  .b-xs-ps-0, .b-xs-pl-0, .b-xs-ps-1, .b-xs-pl-1, .b-xs-ps-2, .b-xs-pl-2, .b-xs-ps-3, .b-xs-pl-3, .b-xs-ps-4, .b-xs-pl-4, .b-xs-ps-5, .b-xs-pl-5, .b-xs-ps-6, .b-xs-pl-6, .b-xs-ps-7, .b-xs-pl-7, .b-xs-ps-8, .b-xs-pl-8, .b-xs-ps-9, .b-xs-pl-9, .b-xs-ps-10, .b-xs-pl-10, .b-xs-ps-11, .b-xs-pl-11, .b-xs-ps-12, .b-xs-pl-12 {
    position: relative; }
  .b-xs-c {
    clear: left; } }

@media only screen and (min-width: 425px) {
  .b-sm-ps-0 {
    left: 0%; }
  .b-sm-pl-0 {
    left: 0%; }
  .b-sm-1 {
    width: 6.33333%; }
  .b-sm-ps-1 {
    left: 8.33333%; }
  .b-sm-pl-1 {
    left: -8.33333%; }
  .b-sm-2 {
    width: 14.66667%; }
  .b-sm-ps-2 {
    left: 16.66667%; }
  .b-sm-pl-2 {
    left: -16.66667%; }
  .b-sm-3 {
    width: 23%; }
  .b-sm-ps-3 {
    left: 25%; }
  .b-sm-pl-3 {
    left: -25%; }
  .b-sm-4 {
    width: 31.33333%; }
  .b-sm-ps-4 {
    left: 33.33333%; }
  .b-sm-pl-4 {
    left: -33.33333%; }
  .b-sm-5 {
    width: 39.66667%; }
  .b-sm-ps-5 {
    left: 41.66667%; }
  .b-sm-pl-5 {
    left: -41.66667%; }
  .b-sm-6 {
    width: 48%; }
  .b-sm-ps-6 {
    left: 50%; }
  .b-sm-pl-6 {
    left: -50%; }
  .b-sm-7 {
    width: 56.33333%; }
  .b-sm-ps-7 {
    left: 58.33333%; }
  .b-sm-pl-7 {
    left: -58.33333%; }
  .b-sm-8 {
    width: 64.66667%; }
  .b-sm-ps-8 {
    left: 66.66667%; }
  .b-sm-pl-8 {
    left: -66.66667%; }
  .b-sm-9 {
    width: 73%; }
  .b-sm-ps-9 {
    left: 75%; }
  .b-sm-pl-9 {
    left: -75%; }
  .b-sm-10 {
    width: 81.33333%; }
  .b-sm-ps-10 {
    left: 83.33333%; }
  .b-sm-pl-10 {
    left: -83.33333%; }
  .b-sm-11 {
    width: 89.66667%; }
  .b-sm-ps-11 {
    left: 91.66667%; }
  .b-sm-pl-11 {
    left: -91.66667%; }
  .b-sm-12 {
    width: 98%; }
  .b-sm-ps-12 {
    left: 100%; }
  .b-sm-pl-12 {
    left: -100%; }
  .b-sm-1, .b-sm-2, .b-sm-3, .b-sm-4, .b-sm-5, .b-sm-6, .b-sm-7, .b-sm-8, .b-sm-9, .b-sm-10, .b-sm-11, .b-sm-12 {
    display: inline;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    min-height: 1px; }
  .b-sm-ps-0, .b-sm-pl-0, .b-sm-ps-1, .b-sm-pl-1, .b-sm-ps-2, .b-sm-pl-2, .b-sm-ps-3, .b-sm-pl-3, .b-sm-ps-4, .b-sm-pl-4, .b-sm-ps-5, .b-sm-pl-5, .b-sm-ps-6, .b-sm-pl-6, .b-sm-ps-7, .b-sm-pl-7, .b-sm-ps-8, .b-sm-pl-8, .b-sm-ps-9, .b-sm-pl-9, .b-sm-ps-10, .b-sm-pl-10, .b-sm-ps-11, .b-sm-pl-11, .b-sm-ps-12, .b-sm-pl-12 {
    position: relative; }
  .b-xs-c {
    clear: none; }
  .b-sm-c {
    clear: left; } }

@media only screen and (min-width: 768px) {
  .b-md-ps-0 {
    left: 0%; }
  .b-md-pl-0 {
    left: 0%; }
  .b-md-1 {
    width: 6.33333%; }
  .b-md-ps-1 {
    left: 8.33333%; }
  .b-md-pl-1 {
    left: -8.33333%; }
  .b-md-2 {
    width: 14.66667%; }
  .b-md-ps-2 {
    left: 16.66667%; }
  .b-md-pl-2 {
    left: -16.66667%; }
  .b-md-3 {
    width: 23%; }
  .b-md-ps-3 {
    left: 25%; }
  .b-md-pl-3 {
    left: -25%; }
  .b-md-4 {
    width: 31.33333%; }
  .b-md-ps-4 {
    left: 33.33333%; }
  .b-md-pl-4 {
    left: -33.33333%; }
  .b-md-5 {
    width: 39.66667%; }
  .b-md-ps-5 {
    left: 41.66667%; }
  .b-md-pl-5 {
    left: -41.66667%; }
  .b-md-6 {
    width: 48%; }
  .b-md-ps-6 {
    left: 50%; }
  .b-md-pl-6 {
    left: -50%; }
  .b-md-7 {
    width: 56.33333%; }
  .b-md-ps-7 {
    left: 58.33333%; }
  .b-md-pl-7 {
    left: -58.33333%; }
  .b-md-8 {
    width: 64.66667%; }
  .b-md-ps-8 {
    left: 66.66667%; }
  .b-md-pl-8 {
    left: -66.66667%; }
  .b-md-9 {
    width: 73%; }
  .b-md-ps-9 {
    left: 75%; }
  .b-md-pl-9 {
    left: -75%; }
  .b-md-10 {
    width: 81.33333%; }
  .b-md-ps-10 {
    left: 83.33333%; }
  .b-md-pl-10 {
    left: -83.33333%; }
  .b-md-11 {
    width: 89.66667%; }
  .b-md-ps-11 {
    left: 91.66667%; }
  .b-md-pl-11 {
    left: -91.66667%; }
  .b-md-12 {
    width: 98%; }
  .b-md-ps-12 {
    left: 100%; }
  .b-md-pl-12 {
    left: -100%; }
  .b-md-1, .b-md-2, .b-md-3, .b-md-4, .b-md-5, .b-md-6, .b-md-7, .b-md-8, .b-md-9, .b-md-10, .b-md-11, .b-md-12 {
    display: inline;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    min-height: 1px; }
  .b-md-ps-0, .b-md-pl-0, .b-md-ps-1, .b-md-pl-1, .b-md-ps-2, .b-md-pl-2, .b-md-ps-3, .b-md-pl-3, .b-md-ps-4, .b-md-pl-4, .b-md-ps-5, .b-md-pl-5, .b-md-ps-6, .b-md-pl-6, .b-md-ps-7, .b-md-pl-7, .b-md-ps-8, .b-md-pl-8, .b-md-ps-9, .b-md-pl-9, .b-md-ps-10, .b-md-pl-10, .b-md-ps-11, .b-md-pl-11, .b-md-ps-12, .b-md-pl-12 {
    position: relative; }
  .b-xs-c, .b-sm-c {
    clear: none; }
  .b-md-c {
    clear: left; } }

@media only screen and (min-width: 1024px) {
  .b-lg-ps-0 {
    left: 0%; }
  .b-lg-pl-0 {
    left: 0%; }
  .b-lg-1 {
    width: 6.33333%; }
  .b-lg-ps-1 {
    left: 8.33333%; }
  .b-lg-pl-1 {
    left: -8.33333%; }
  .b-lg-2 {
    width: 14.66667%; }
  .b-lg-ps-2 {
    left: 16.66667%; }
  .b-lg-pl-2 {
    left: -16.66667%; }
  .b-lg-3 {
    width: 23%; }
  .b-lg-ps-3 {
    left: 25%; }
  .b-lg-pl-3 {
    left: -25%; }
  .b-lg-4 {
    width: 31.33333%; }
  .b-lg-ps-4 {
    left: 33.33333%; }
  .b-lg-pl-4 {
    left: -33.33333%; }
  .b-lg-5 {
    width: 39.66667%; }
  .b-lg-ps-5 {
    left: 41.66667%; }
  .b-lg-pl-5 {
    left: -41.66667%; }
  .b-lg-6 {
    width: 48%; }
  .b-lg-ps-6 {
    left: 50%; }
  .b-lg-pl-6 {
    left: -50%; }
  .b-lg-7 {
    width: 56.33333%; }
  .b-lg-ps-7 {
    left: 58.33333%; }
  .b-lg-pl-7 {
    left: -58.33333%; }
  .b-lg-8 {
    width: 64.66667%; }
  .b-lg-ps-8 {
    left: 66.66667%; }
  .b-lg-pl-8 {
    left: -66.66667%; }
  .b-lg-9 {
    width: 73%; }
  .b-lg-ps-9 {
    left: 75%; }
  .b-lg-pl-9 {
    left: -75%; }
  .b-lg-10 {
    width: 81.33333%; }
  .b-lg-ps-10 {
    left: 83.33333%; }
  .b-lg-pl-10 {
    left: -83.33333%; }
  .b-lg-11 {
    width: 89.66667%; }
  .b-lg-ps-11 {
    left: 91.66667%; }
  .b-lg-pl-11 {
    left: -91.66667%; }
  .b-lg-12 {
    width: 98%; }
  .b-lg-ps-12 {
    left: 100%; }
  .b-lg-pl-12 {
    left: -100%; }
  .b-lg-1, .b-lg-2, .b-lg-3, .b-lg-4, .b-lg-5, .b-lg-6, .b-lg-7, .b-lg-8, .b-lg-9, .b-lg-10, .b-lg-11, .b-lg-12 {
    display: inline;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    min-height: 1px; }
  .b-lg-ps-0, .b-lg-pl-0, .b-lg-ps-1, .b-lg-pl-1, .b-lg-ps-2, .b-lg-pl-2, .b-lg-ps-3, .b-lg-pl-3, .b-lg-ps-4, .b-lg-pl-4, .b-lg-ps-5, .b-lg-pl-5, .b-lg-ps-6, .b-lg-pl-6, .b-lg-ps-7, .b-lg-pl-7, .b-lg-ps-8, .b-lg-pl-8, .b-lg-ps-9, .b-lg-pl-9, .b-lg-ps-10, .b-lg-pl-10, .b-lg-ps-11, .b-lg-pl-11, .b-lg-ps-12, .b-lg-pl-12 {
    position: relative; }
  .b-xs-c, .b-sm-c, .b-md-c {
    clear: none; }
  .b-lg-c {
    clear: left; } }

@media only screen and (min-width: 1200px) {
  .b-xl-ps-0 {
    left: 0%; }
  .b-xl-pl-0 {
    left: 0%; }
  .b-xl-1 {
    width: 6.33333%; }
  .b-xl-ps-1 {
    left: 8.33333%; }
  .b-xl-pl-1 {
    left: -8.33333%; }
  .b-xl-2 {
    width: 14.66667%; }
  .b-xl-ps-2 {
    left: 16.66667%; }
  .b-xl-pl-2 {
    left: -16.66667%; }
  .b-xl-3 {
    width: 23%; }
  .b-xl-ps-3 {
    left: 25%; }
  .b-xl-pl-3 {
    left: -25%; }
  .b-xl-4 {
    width: 31.33333%; }
  .b-xl-ps-4 {
    left: 33.33333%; }
  .b-xl-pl-4 {
    left: -33.33333%; }
  .b-xl-5 {
    width: 39.66667%; }
  .b-xl-ps-5 {
    left: 41.66667%; }
  .b-xl-pl-5 {
    left: -41.66667%; }
  .b-xl-6 {
    width: 48%; }
  .b-xl-ps-6 {
    left: 50%; }
  .b-xl-pl-6 {
    left: -50%; }
  .b-xl-7 {
    width: 56.33333%; }
  .b-xl-ps-7 {
    left: 58.33333%; }
  .b-xl-pl-7 {
    left: -58.33333%; }
  .b-xl-8 {
    width: 64.66667%; }
  .b-xl-ps-8 {
    left: 66.66667%; }
  .b-xl-pl-8 {
    left: -66.66667%; }
  .b-xl-9 {
    width: 73%; }
  .b-xl-ps-9 {
    left: 75%; }
  .b-xl-pl-9 {
    left: -75%; }
  .b-xl-10 {
    width: 81.33333%; }
  .b-xl-ps-10 {
    left: 83.33333%; }
  .b-xl-pl-10 {
    left: -83.33333%; }
  .b-xl-11 {
    width: 89.66667%; }
  .b-xl-ps-11 {
    left: 91.66667%; }
  .b-xl-pl-11 {
    left: -91.66667%; }
  .b-xl-12 {
    width: 98%; }
  .b-xl-ps-12 {
    left: 100%; }
  .b-xl-pl-12 {
    left: -100%; }
  .b-xl-1, .b-xl-2, .b-xl-3, .b-xl-4, .b-xl-5, .b-xl-6, .b-xl-7, .b-xl-8, .b-xl-9, .b-xl-10, .b-xl-11, .b-xl-12 {
    display: inline;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    min-height: 1px; }
  .b-xl-ps-0, .b-xl-pl-0, .b-xl-ps-1, .b-xl-pl-1, .b-xl-ps-2, .b-xl-pl-2, .b-xl-ps-3, .b-xl-pl-3, .b-xl-ps-4, .b-xl-pl-4, .b-xl-ps-5, .b-xl-pl-5, .b-xl-ps-6, .b-xl-pl-6, .b-xl-ps-7, .b-xl-pl-7, .b-xl-ps-8, .b-xl-pl-8, .b-xl-ps-9, .b-xl-pl-9, .b-xl-ps-10, .b-xl-pl-10, .b-xl-ps-11, .b-xl-pl-11, .b-xl-ps-12, .b-xl-pl-12 {
    position: relative; }
  .b-xs-c, .b-sm-c, .b-md-c, .b-lg-c {
    clear: none; }
  .b-xl-c {
    clear: left; } }

.grid-container {
  margin-left: -1%;
  margin-right: -1%; }

.grid-spacer {
  margin-bottom: 2%; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
    filter: none !important;
    -ms-filter: none !important; }
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; } }

/* Push */
@-webkit-keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.hvr-push {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
  box-shadow: 0 0 1px transparent; }

.hvr-push:hover, .hvr-push:focus, .hvr-push:active {
  -webkit-animation-name: hvr-push;
  animation-name: hvr-push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 0 20px 0;
  margin: 0.3125rem 0 1.25rem 0; }

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto;
  margin: 0.3125rem auto; }

.alignright {
  margin: 5px auto;
  margin: 0.3125rem auto; }
  @media only screen and (min-width: 425px) {
    .alignright {
      float: right;
      margin: 5px 0 20px 20px;
      margin: 0.3125rem 0 1.25rem 1.25rem; } }

.alignleft {
  margin: 5px auto;
  margin: 0.3125rem auto; }
  @media only screen and (min-width: 425px) {
    .alignleft {
      float: left;
      margin: 5px 20px 20px 0;
      margin: 0.3125rem 1.25rem 1.25rem 0; } }

.aligncenter {
  display: block;
  margin: 5px auto;
  margin: 0.3125rem auto; }

a img.alignright {
  display: block;
  margin: 5px auto;
  margin: 0.3125rem auto; }
  @media only screen and (min-width: 425px) {
    a img.alignright {
      float: right;
      margin: 5px 0 20px 20px;
      margin: 0.3125rem 0 1.25rem 1.25rem; } }

a img.alignnone {
  margin: 5px 0 20px 0;
  margin: 0.3125rem 0 1.25rem 0; }

a img.alignleft {
  display: block;
  margin: 5px auto;
  margin: 0.3125rem auto; }
  @media only screen and (min-width: 425px) {
    a img.alignleft {
      float: left;
      margin: 5px 20px 20px 0;
      margin: 0.3125rem 1.25rem 1.25rem 0; } }

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

.wp-caption {
  max-width: 100%;
  padding: 5px 0 10px;
  padding: 0.3125rem 0 0.625rem;
  text-align: center; }
  .wp-caption.alignnone {
    margin: 5px 0 20px 0;
    margin: 0.3125rem 0 1.25rem 0; }
  .wp-caption.alignleft {
    margin: 5px 20px 20px 0;
    margin: 0.3125rem 1.25rem 1.25rem 0; }
  .wp-caption.alignright {
    margin: 5px 0 20px 20px;
    margin: 0.3125rem 0 1.25rem 1.25rem; }
  .wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    padding: 0;
    width: auto; }
  .wp-caption .wp-caption-text {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 17px;
    line-height: 1.0625rem;
    margin: 0;
    padding: 0 4px 5px;
    padding: 0 0.25rem 0.3125rem;
    text-align: left;
    font-style: italic; }

.gallery {
  margin: 30px -10px;
  margin: 1.875rem -0.625rem; }
  .gallery a {
    display: block; }
  .gallery img {
    width: 100%;
    margin: 0 auto; }
  .gallery-item {
    text-align: center;
    padding: 10px;
    padding: 0.625rem; }
  .gallery-caption {
    font-size: 14px;
    font-size: 0.875rem;
    font-style: italic; }
  .gallery-columns-1 .gallery-item {
    width: 100%;
    float: left; }
    .gallery-columns-1 .gallery-item:nth-child(1n + 1) {
      clear: left; }
    @media only screen and (max-width: 425px) {
      .gallery-columns-1 .gallery-item {
        width: 100%; } }
  .gallery-columns-2 .gallery-item {
    width: 50%;
    float: left; }
    .gallery-columns-2 .gallery-item:nth-child(2n + 1) {
      clear: left; }
    @media only screen and (max-width: 425px) {
      .gallery-columns-2 .gallery-item {
        width: 100%; } }
  .gallery-columns-3 .gallery-item {
    width: 33.33333%;
    float: left; }
    .gallery-columns-3 .gallery-item:nth-child(3n + 1) {
      clear: left; }
    @media only screen and (max-width: 425px) {
      .gallery-columns-3 .gallery-item {
        width: 100%; } }
  .gallery-columns-4 .gallery-item {
    width: 25%;
    float: left; }
    .gallery-columns-4 .gallery-item:nth-child(4n + 1) {
      clear: left; }
    @media only screen and (max-width: 425px) {
      .gallery-columns-4 .gallery-item {
        width: 100%; } }
  .gallery-columns-5 .gallery-item {
    width: 20%;
    float: left; }
    .gallery-columns-5 .gallery-item:nth-child(5n + 1) {
      clear: left; }
    @media only screen and (max-width: 425px) {
      .gallery-columns-5 .gallery-item {
        width: 100%; } }
  .gallery-columns-6 .gallery-item {
    width: 16.66667%;
    float: left; }
    .gallery-columns-6 .gallery-item:nth-child(6n + 1) {
      clear: left; }
    @media only screen and (max-width: 425px) {
      .gallery-columns-6 .gallery-item {
        width: 100%; } }
  .gallery-columns-7 .gallery-item {
    width: 14.28571%;
    float: left; }
    .gallery-columns-7 .gallery-item:nth-child(7n + 1) {
      clear: left; }
    @media only screen and (max-width: 425px) {
      .gallery-columns-7 .gallery-item {
        width: 100%; } }
  .gallery-columns-8 .gallery-item {
    width: 12.5%;
    float: left; }
    .gallery-columns-8 .gallery-item:nth-child(8n + 1) {
      clear: left; }
    @media only screen and (max-width: 425px) {
      .gallery-columns-8 .gallery-item {
        width: 100%; } }
  .gallery-columns-9 .gallery-item {
    width: 11.11111%;
    float: left; }
    .gallery-columns-9 .gallery-item:nth-child(9n + 1) {
      clear: left; }
    @media only screen and (max-width: 425px) {
      .gallery-columns-9 .gallery-item {
        width: 100%; } }

html {
  font-family: "Exo 2", Arial, Helvetica, sans-serif;
  line-height: 1.5;
  font-size: 16px;
  color: #787878; }

body {
  line-height: 1.5;
  background-color: #F8F8F8; }

.corpo {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  overflow-x: hidden; }

.centralizado {
  max-width: 1000px;
  max-width: 62.5rem;
  padding: 0 15px;
  padding: 0 0.9375rem; }

.topo {
  background-color: white;
  padding: 15px 0;
  padding: 0.9375rem 0; }
  .topo .centralizado {
    position: relative;
    max-width: 1200px;
    max-width: 75rem; }
  .topo__informacao {
    margin-top: 8px;
    margin-top: 0.5rem; }
    @media only screen and (max-width: 768px) {
      .topo__informacao {
        margin-top: 0;
        margin-top: 0; } }
  .topo .endereco {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
    @media only screen and (min-width: 769px) {
      .topo .endereco {
        text-align: right; } }

.logo {
  display: block;
  text-decoration: none; }
  @media only screen and (max-width: 768px) {
    .logo {
      text-align: center;
      margin-bottom: 30px;
      margin-bottom: 1.875rem; } }
  .logo h1 {
    margin: 0; }

.atalho.focusable,
.atalho.focusable:visited {
  color: #787878;
  font-size: 11px;
  font-size: 0.6875rem;
  top: 10px;
  top: 0.625rem;
  left: 10px;
  left: 0.625rem;
  padding: 0.5em;
  height: auto;
  width: auto; }
  .atalho.focusable:focus,
  .atalho.focusable:visited:focus {
    position: absolute;
    outline: 1px solid #343c65; }

@media only screen and (max-width: 768px) {
  .endereco {
    text-align: center; } }

.menu-principal {
  position: relative;
  z-index: 2;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  border-top: 1px solid #787878;
  padding: 0 15px;
  padding: 0 0.9375rem; }
  @media only screen and (min-width: 769px) {
    .menu-principal {
      border-top: none;
      padding: 0; } }
  .menu-principal__toggle {
    display: block;
    margin: 0 auto;
    margin: 0 auto;
    width: 40px;
    width: 2.5rem;
    height: 40px;
    height: 2.5rem;
    padding: 0;
    font-size: 16px;
    font-size: 1rem;
    padding: 0; }
    .menu-principal__toggle img {
      display: block;
      margin-left: auto;
      margin-right: auto; }
    @media only screen and (min-width: 769px) {
      .menu-principal__toggle {
        display: none; } }
    .menu-principal__toggle.is-opened, .menu-principal__toggle[aria-expanded="true"] {
      background-color: transparent;
      color: #787878;
      border-color: transparent; }
  .menu-principal__lista, .menu-principal__subnivel {
    display: none;
    padding-bottom: 10px;
    padding-bottom: 0.625rem;
    margin-top: 10px;
    margin-top: 0.625rem; }
    .menu-principal__lista[aria-hidden="true"], [aria-hidden="true"].menu-principal__subnivel {
      display: none; }
    .menu-principal__lista[aria-hidden="false"], [aria-hidden="false"].menu-principal__subnivel {
      display: block; }
    @media only screen and (min-width: 769px) {
      .menu-principal__lista, .menu-principal__subnivel {
        padding: 0;
        display: table !important;
        width: 100%; } }
  .menu-principal__item {
    margin-bottom: 1px;
    position: relative; }
    @media only screen and (min-width: 769px) {
      .menu-principal__item {
        display: table-cell; } }
    .menu-principal__item__toggle {
      position: absolute;
      top: 5px;
      top: 0.3125rem;
      right: 5px;
      right: 0.3125rem;
      width: 30px;
      width: 1.875rem;
      height: 30px;
      height: 1.875rem;
      line-height: 30px;
      line-height: 1.875rem;
      border-radius: 100%;
      text-align: center;
      background-color: #727272;
      color: #787878;
      cursor: pointer; }
      @media only screen and (min-width: 769px) {
        .menu-principal__item__toggle {
          opacity: 0; } }
      .menu-principal__item__toggle:hover {
        background-color: #9a9a9a; }
      .menu-principal__item__toggle:active {
        background-color: #666666; }
      @media only screen and (max-width: 768px) {
        .menu-principal__item__toggle.is-opened:before, .menu-principal__item__toggle[aria-expanded="true"]:before {
          display: block;
          -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }
        .menu-principal__item__toggle.is-opened + .menu-principal__subnivel, .menu-principal__item__toggle[aria-expanded="true"] + .menu-principal__subnivel {
          display: block; } }
    .menu-principal__item.has-subnivel,
    .menu-principal__item [aria-haspopup="true"] {
      cursor: cell; }
      @media only screen and (min-width: 769px) {
        .menu-principal__item.has-subnivel:hover > .menu-principal__subnivel,
        .menu-principal__item [aria-haspopup="true"]:hover > .menu-principal__subnivel {
          -webkit-transition:  all 0.5s ease;
          -o-transition:  all 0.5s ease;
          transition:  all 0.5s ease;
          -webkit-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s;
          -webkit-transition-property: opacity, visibility;
          -o-transition-property: opacity, visibility;
          transition-property: opacity, visibility;
          opacity: 1;
          visibility: visible; } }
  @media only screen and (min-width: 769px) and (min-width: 769px) {
    .menu-principal__item.has-subnivel:hover > .menu-principal__subnivel .menu-principal__subnivel,
    .menu-principal__item [aria-haspopup="true"]:hover > .menu-principal__subnivel .menu-principal__subnivel {
      -webkit-transition-delay: 0s;
      -o-transition-delay: 0s;
      transition-delay: 0s; } }
  .menu-principal__link, .menu-principal__subnivel .menu-principal__link {
    display: block;
    padding: 10px 10px;
    padding: 0.625rem 0.625rem;
    text-decoration: none;
    background-color: white;
    color: #787878; }
    @media only screen and (min-width: 769px) {
      .menu-principal__link, .menu-principal__subnivel .menu-principal__link {
        border-bottom: 5px solid transparent;
        padding: 15px 15px;
        padding: 0.9375rem 0.9375rem;
        min-height: 67px;
        min-height: 4.1875rem;
        text-align: center;
        background-color: transparent; } }
    .menu-principal__link:visited {
      color: #787878; }
    .menu-principal__link:hover {
      border-color: #787878; }
    .menu-principal__link:active {
      background-color: #6c6c6c; }
    .menu-principal__link.is-active {
      background-color: #343c65;
      color: white; }
      @media only screen and (min-width: 769px) {
        .menu-principal__link.is-active {
          background-color: transparent;
          text-shadow: none;
          color: #787878;
          border-color: #343c65; } }
    .menu-principal__link__icone {
      font-size: 25px;
      font-size: 1.5625rem;
      width: 25px;
      width: 1.5625rem;
      height: 25px;
      height: 1.5625rem;
      vertical-align: middle;
      margin-right: 10px;
      margin-right: 0.625rem;
      text-align: center; }
      .menu-principal__link__icone-imagem {
        display: inline-block; }
    .menu-principal__link__texto {
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis; }
  .menu-principal__subnivel {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    padding-left: 10px;
    padding-left: 0.625rem;
    margin-bottom: 7px;
    margin-bottom: 0.4375rem;
    margin-top: 1px;
    display: none;
    border-radius: 20px;
    border-radius: 1.25rem;
    overflow: hidden; }
    @media only screen and (max-width: 768px) {
      .menu-principal__subnivel {
        -webkit-box-shadow: none;
        box-shadow: none; } }
    @media only screen and (min-width: 769px) {
      .menu-principal__subnivel {
        position: absolute;
        top: 100%;
        left: 50%;
        width: 200px;
        width: 12.5rem;
        margin-left: -100px;
        margin-left: -6.25rem;
        padding-left: 0;
        margin-top: 0;
        display: block;
        background-color: #787878;
        visibility: hidden;
        opacity: 0;
        z-index: 2; } }
    @media only screen and (min-width: 769px) {
      .menu-principal__subnivel .menu-principal__subnivel {
        top: 0;
        left: 100%; } }
    .menu-principal__subnivel .menu-principal__item {
      display: block;
      padding: 0; }
      .menu-principal__subnivel .menu-principal__item__toggle {
        background-color: #787878;
        color: #787878;
        border-color: #727272; }
        .menu-principal__subnivel .menu-principal__item__toggle:hover {
          background-color: #7f7f7f; }
        .menu-principal__subnivel .menu-principal__item__toggle:active {
          background-color: #727272; }
    .menu-principal__subnivel .menu-principal__link {
      background-color: white;
      color: #787878; }
      @media only screen and (min-width: 769px) {
        .menu-principal__subnivel .menu-principal__link {
          border-radius: 0; } }
      .menu-principal__subnivel .menu-principal__link:visited {
        color: #787878; }
      .menu-principal__subnivel .menu-principal__link:hover {
        background-color: #868686; }
      .menu-principal__subnivel .menu-principal__link:active {
        background-color: #727272; }

.no-js .menu-principal .menu-principal__lista, .no-js .menu-principal .menu-principal__subnivel {
  display: block; }

.no-js .menu-principal__togle {
  display: none; }

.area-banner {
  background-color: #F8F8F8;
  margin-bottom: 50px;
  margin-bottom: 3.125rem; }
  @media only screen and (max-width: 768px) {
    .area-banner {
      background-color: #343c65;
      padding: 50px 0;
      padding: 3.125rem 0;
      border-top: 5px solid #fff; } }
  .area-banner .slider__container {
    border-radius: 5px;
    border-radius: 0.3125rem; }
    @media only screen and (min-width: 769px) {
      .area-banner .slider__container {
        margin-top: -60px;
        margin-top: -3.75rem;
        -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
        background-color: white; } }
  .area-banner .slider__slide {
    text-align: center; }
    .area-banner .slider__slide:not(:first-child) {
      visibility: hidden; }
    @media only screen and (min-width: 769px) {
      .area-banner .slider__slide {
        border: 5px solid #fff;
        border-radius: 5px;
        border-radius: 0.3125rem; } }
  .area-banner .slider__texto {
    color: white;
    padding: 20px 50px;
    padding: 1.25rem 3.125rem; }

.principal {
  outline: none; }

.coluna-fixavel.is-fixed {
  position: fixed; }

.coluna-fixavel.is-stopped {
  position: absolute; }

.rodape {
  background: url("../imagens/pattern-bg.png");
  background: url("../imagens/pattern-bg.png"), -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), color-stop(3%, rgba(248, 248, 248, 0.97)), to(rgba(248, 248, 248, 0)));
  background: url("../imagens/pattern-bg.png"), -webkit-linear-gradient(top, #f8f8f8 0%, rgba(248, 248, 248, 0.97) 3%, rgba(248, 248, 248, 0) 100%);
  background: url("../imagens/pattern-bg.png"), -o-linear-gradient(top, #f8f8f8 0%, rgba(248, 248, 248, 0.97) 3%, rgba(248, 248, 248, 0) 100%);
  background: url("../imagens/pattern-bg.png"), linear-gradient(to bottom, #f8f8f8 0%, rgba(248, 248, 248, 0.97) 3%, rgba(248, 248, 248, 0) 100%);
  background-position: top;
  padding-bottom: 80px;
  padding-bottom: 5rem; }
  .rodape__linha-1 {
    padding: 10px 0;
    padding: 0.625rem 0; }
  .rodape__linha-2 {
    padding: 10px 0;
    padding: 0.625rem 0;
    position: fixed;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;
    z-index: 2; }
  @media only screen and (max-width: 768px) {
    .rodape .endereco {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%; } }

.migalhas {
  padding: 5px;
  padding: 0.3125rem;
  border-bottom: 2px solid #787878;
  margin-bottom: 1.5em; }
  .migalhas a {
    color: #787878;
    display: inline-block;
    vertical-align: middle;
    padding-right: 20px;
    padding-right: 1.25rem;
    margin-right: 5px;
    margin-right: 0.3125rem;
    background: url(../imagens/seta_dir_10x10.png) no-repeat center right; }
  .migalhas span:before {
    content: attr(title);
    speak: none; }

.paginacao {
  padding: 10px;
  padding: 0.625rem;
  border-top: 2px solid #787878;
  margin: 1.5em 0;
  clear: both;
  text-align: right; }
  .paginacao_pagina {
    display: inline-block;
    padding: 5px;
    padding: 0.3125rem;
    min-width: 4ex;
    text-align: center;
    color: white;
    background-color: #91d8f8;
    text-decoration: none; }
    .paginacao_pagina:visited {
      color: white; }
    .paginacao_pagina:hover {
      background-color: #a9e1fa; }
    .paginacao_pagina:active {
      background-color: #79d0f6; }
    .paginacao_pagina.is-active {
      background-color: #343c65;
      font-weight: bold;
      color: white; }
  .paginacao_reticencias {
    background: none;
    color: #c5c5c5;
    font-style: normal; }

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 40px;
  padding: 0;
  *zoom: 1; }

.bx-wrapper img {
  max-width: 100%;
  display: block;
  margin: 0 auto; }

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0); }

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%; }

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("../imagens/bx_loader.gif") center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000; }

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #91d8f8;
  padding-top: 20px; }

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline; }

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #6c6c6c;
  text-indent: -9999px;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  margin: 0 5px;
  outline: 0;
  border: 2px solid white; }

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #91d8f8; }

/* DIRECTION CONTROLS (NEXT / 	) */
.bx-wrapper .bx-prev {
  left: 10px; }
  .bx-wrapper .bx-prev:before {
    content: ""; }

.bx-wrapper .bx-next {
  right: 10px; }
  .bx-wrapper .bx-next:before {
    content: ""; }

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  outline: 0;
  width: 22px;
  height: 22px;
  font-size: 0;
  z-index: 9999;
  background-color: none;
  color: #787878;
  background-color: rgba(0, 0, 0, 0.3);
  text-decoration: none;
  border-radius: 100%; }
  .bx-wrapper .bx-controls-direction a:before {
    font-size: 15px;
    font-size: 0.9375rem;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-indent: 0;
    text-align: center;
    line-height: 23px;
    color: white; }
  .bx-wrapper .bx-controls-direction a:hover {
    background-color: #000; }
  .bx-wrapper .bx-controls-direction a:active {
    background-color: #000; }

.bx-wrapper .bx-controls-direction a.disabled {
  display: none; }

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center; }

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("../imagens/controls.png") -86px -11px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0; }

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("../imagens/controls.png") -86px -44px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px; }

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px; }

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -75px;
  margin-top: -4.6875rem;
  margin-left: -25%;
  width: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.85);
  padding: 25px;
  padding: 1.5625rem;
  text-align: center; }

.bx-wrapper .bx-caption span {
  color: #787878;
  display: block;
  font-size: 45px;
  font-size: 2.8125rem;
  font-size: 3vw;
  font-style: italic;
  line-height: 1;
  font-weight: bold; }

#stgway {
  width: 71px;
  display: inline-block; }
  #stgway a {
    color: #000;
    display: block;
    height: 15px;
    opacity: 0.5;
    text-decoration: none;
    text-indent: 999px;
    overflow: hidden;
    width: 71px;
    -webkit-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
    position: relative;
    top: 0; }
    #stgway a:hover {
      color: #000;
      opacity: 1;
      text-decoration: underline;
      top: -5px;
      -webkit-transition: all 1s ease-out;
      -o-transition: all 1s ease-out;
      transition: all 1s ease-out; }
  #stgway.preto a {
    background: url("../imagens/strongway-preto.png") center center no-repeat; }
  #stgway.branco a {
    background: url("../imagens/strongway-branco.png") center center no-repeat; }

@media only screen and (max-width: 768px) {
  .telefones__lista {
    margin-bottom: 5px;
    margin-bottom: 0.3125rem; } }

.telefones__lista li {
  display: inline-block; }
  @media only screen and (min-width: 426px) {
    .telefones__lista li:not(:last-child) {
      margin-right: 25px;
      margin-right: 1.5625rem; } }
  @media only screen and (max-width: 425px) {
    .telefones__lista li {
      display: block; } }
  .telefones__lista li a {
    font-size: 20px;
    font-size: 1.25rem; }
    @media only screen and (max-width: 768px) {
      .telefones__lista li a {
        font-size: 16px;
        font-size: 1rem; } }
    .telefones__lista li a:hover span {
      color: #5764a8; }

.telefones__lista .icon {
  color: #91d8f8;
  margin-right: 5px;
  margin-right: 0.3125rem;
  font-size: 18px;
  font-size: 1.125rem; }
  @media only screen and (max-width: 768px) {
    .telefones__lista .icon {
      font-size: 18px;
      font-size: 1.125rem; } }

.fale-conosco {
  background-color: #F8F8F8;
  background: url("../imagens/pattern-bg.png");
  background: url("../imagens/pattern-bg.png"), -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), color-stop(3%, rgba(248, 248, 248, 0.97)), to(rgba(248, 248, 248, 0)));
  background: url("../imagens/pattern-bg.png"), -webkit-linear-gradient(top, #f8f8f8 0%, rgba(248, 248, 248, 0.97) 3%, rgba(248, 248, 248, 0) 100%);
  background: url("../imagens/pattern-bg.png"), -o-linear-gradient(top, #f8f8f8 0%, rgba(248, 248, 248, 0.97) 3%, rgba(248, 248, 248, 0) 100%);
  background: url("../imagens/pattern-bg.png"), linear-gradient(to bottom, #f8f8f8 0%, rgba(248, 248, 248, 0.97) 3%, rgba(248, 248, 248, 0) 100%);
  background-repeat: repeat-x;
  background-position: bottom;
  padding-bottom: 30px;
  padding-bottom: 1.875rem; }
  .fale-conosco__imagens {
    position: relative;
    width: 289px;
    width: 18.0625rem;
    height: 289px;
    height: 18.0625rem;
    margin-left: 100px;
    margin-left: 6.25rem;
    margin-top: 50px;
    margin-top: 3.125rem; }
    @media only screen and (max-width: 892px) {
      .fale-conosco__imagens {
        margin-left: 50px;
        margin-left: 3.125rem; } }
  .fale-conosco__imagem-1, .fale-conosco__imagem-2 {
    position: absolute; }
  .fale-conosco__imagem-1 {
    z-index: 1; }
  .fale-conosco__imagem-2 {
    bottom: 0;
    right: -75px;
    right: -4.6875rem;
    bottom: -75px;
    bottom: -4.6875rem; }

.hero {
  background-image: url("../imagens/hero.png");
  background-repeat: no-repeat;
  background-position: top;
  background-color: #f8f8f8;
  height: 442px;
  height: 27.625rem; }
  .hero__conteudo {
    text-align: right;
    color: white;
    font-weight: bold;
    border-right: 5px solid #fff;
    padding-right: 30px;
    padding-right: 1.875rem;
    margin-top: 151px;
    margin-top: 9.4375rem; }
    @media only screen and (max-width: 768px) {
      .hero__conteudo {
        text-align: center;
        border-right: 0;
        padding-right: 0; } }
  .hero__titulo {
    color: white;
    font-weight: normal;
    text-transform: none;
    margin-bottom: 0;
    margin-bottom: 0;
    font-size: 60px;
    font-size: 3.75rem;
    line-height: 1; }
  .hero__cidade {
    color: #91d8f8;
    font-size: 40px;
    font-size: 2.5rem;
    text-transform: uppercase; }
  @media only screen and (max-width: 768px) {
    .hero {
      height: auto; }
      .hero__conteudo {
        margin-top: 50px;
        margin-top: 3.125rem;
        margin-bottom: 50px;
        margin-bottom: 3.125rem; }
      .hero__cidade {
        font-size: 22px;
        font-size: 1.375rem; }
      .hero__titulo {
        font-size: 26px;
        font-size: 1.625rem; } }
