@charset "UTF-8";
/* ==========================================================================
   Colors
   ========================================================================== */
/* ==========================================================================
   Typography
   ========================================================================== */
/* ==========================================================================
   Bases
   ========================================================================== */
/* ==========================================================================
   Buttons
   ========================================================================== */
/* ==========================================================================
   Breakpoints
   ========================================================================== */
/* ==========================================================================
   Grid
   ========================================================================== */
/* ==========================================================================
   Copyright
   ========================================================================== */
/* ==========================================================================
   Noticias
   ========================================================================== */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  height: 100%; }

/**
 * Remove default margin.
 */
body {
  margin: 0;
  height: 100%; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.container {
  width: 100%;
  margin: 0 auto; }

@media screen and (min-width: 1200px) {
  .container {
    width: 1170px; } }
.row {
  letter-spacing: -0.31em;
  /* Webkit: collapse white-space between units */
  *letter-spacing: normal;
  /* reset IE < 8 */
  *word-spacing: -0.43em;
  /* IE < 8: collapse white-space between units */
  text-rendering: optimizespeed;
  /* Webkit: fixes text-rendering: optimizeLegibility */
  font-family: FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif;
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  /* IE10 uses display: flexbox */
  display: -ms-flexbox;
  -ms-flex-flow: row wrap;
  /* Prevents distributing space between rows */
  -ms-align-content: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start; }
  .row::after {
    clear: both;
    content: "";
    display: table; }

[class*='col-'] {
  display: inline-block;
  *display: inline;
  /* IE < 8: fake inline-block */
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  padding-left: 15px;
  padding-right: 15px; }
  [class*='col-'].no-gutter {
    padding: 0; }

.col-1,
.col-1-1,
.col-1-2,
.col-1-3,
.col-2-3,
.col-1-4,
.col-3-4,
.col-1-6,
.col-5-6,
.col-1-12,
.col-2-12,
.col-3-12,
.col-4-12,
.col-5-12,
.col-6-12,
.col-7-12,
.col-8-12,
.col-9-12,
.col-10-12,
.col-11-12,
.col-12-12 {
  display: inline-block;
  *display: inline;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto; }

.col-1-12 {
  width: 8.3333%;
  *width: 8.3023%; }

.col-1-6,
.col-2-12 {
  width: 16.6667%;
  *width: 16.6357%; }

.col-1-4,
.col-3-12 {
  width: 25%;
  *width: 24.9690%; }

.col-1-3,
.col-4-12 {
  width: 33.3333%;
  *width: 33.3023%; }

.col-5-12 {
  width: 41.6667%;
  *width: 41.6357%; }

.col-1-2,
.col-6-12 {
  width: 50%;
  *width: 49.9690%; }

.col-7-12 {
  width: 58.3333%;
  *width: 58.3023%; }

.col-2-3,
.col-8-12 {
  width: 66.6667%;
  *width: 66.6357%; }

.col-3-4,
.col-9-12 {
  width: 75%;
  *width: 74.9690%; }

.col-5-6,
.col-10-12 {
  width: 83.3333%;
  *width: 83.3023%; }

.col-11-12 {
  width: 91.6667%;
  *width: 91.6357%; }

.col-1,
.col-1-1,
.col-12-12 {
  width: 100%; }

@media screen and (min-width: 35.5em) {
  .col-sm-1,
  .col-sm-1-1,
  .col-sm-1-2,
  .col-sm-1-3,
  .col-sm-2-3,
  .col-sm-1-4,
  .col-sm-3-4,
  .col-sm-1-6,
  .col-sm-5-6,
  .col-sm-1-12,
  .col-sm-2-12,
  .col-sm-3-12,
  .col-sm-4-12,
  .col-sm-5-12,
  .col-sm-6-12,
  .col-sm-7-12,
  .col-sm-8-12,
  .col-sm-9-12,
  .col-sm-10-12,
  .col-sm-11-12,
  .col-sm-12-12 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto; }

  .col-sm-1-12 {
    width: 8.3333%;
    *width: 8.3023%; }

  .col-sm-1-6,
  .col-sm-2-12 {
    width: 16.6667%;
    *width: 16.6357%; }

  .col-sm-1-4,
  .col-sm-3-12 {
    width: 25%;
    *width: 24.9690%; }

  .col-sm-1-3,
  .col-sm-4-12 {
    width: 33.3333%;
    *width: 33.3023%; }

  .col-sm-5-12 {
    width: 41.6667%;
    *width: 41.6357%; }

  .col-sm-1-2,
  .col-sm-6-12 {
    width: 50%;
    *width: 49.9690%; }

  .col-sm-7-12 {
    width: 58.3333%;
    *width: 58.3023%; }

  .col-sm-2-3,
  .col-sm-8-12 {
    width: 66.6667%;
    *width: 66.6357%; }

  .col-sm-3-4,
  .col-sm-9-12 {
    width: 75%;
    *width: 74.9690%; }

  .col-sm-5-6,
  .col-sm-10-12 {
    width: 83.3333%;
    *width: 83.3023%; }

  .col-sm-11-12 {
    width: 91.6667%;
    *width: 91.6357%; }

  .col-sm-1,
  .col-sm-1-1,
  .col-sm-12-12 {
    width: 100%; }

  .col-sm-1-5 {
    width: 20%; }

  .col-sm-2-5 {
    width: 40%; }

  .col-sm-3-5 {
    width: 60%; }

  .col-sm-4-5 {
    width: 80%; }

  .col-sm-5-5 {
    width: 100%; } }
@media screen and (min-width: 48em) {
  .col-md-1,
  .col-md-1-1,
  .col-md-1-2,
  .col-md-1-3,
  .col-md-2-3,
  .col-md-1-4,
  .col-md-3-4,
  .col-md-1-6,
  .col-md-5-6,
  .col-md-1-12,
  .col-md-2-12,
  .col-md-3-12,
  .col-md-4-12,
  .col-md-5-12,
  .col-md-6-12,
  .col-md-7-12,
  .col-md-8-12,
  .col-md-9-12,
  .col-md-10-12,
  .col-md-11-12,
  .col-md-12-12 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto; }

  .col-md-offset-1-12 {
    margin-left: 8.3333%; }

  .col-md-1-12 {
    width: 8.3333%;
    *width: 8.3023%; }

  .col-md-1-6,
  .col-md-2-12 {
    width: 16.6667%;
    *width: 16.6357%; }

  .col-md-1-4,
  .col-md-3-12 {
    width: 25%;
    *width: 24.9690%; }

  .col-md-1-3,
  .col-md-4-12 {
    width: 33.3333%;
    *width: 33.3023%; }

  .col-md-5-12 {
    width: 41.6667%;
    *width: 41.6357%; }

  .col-md-1-2,
  .col-md-6-12 {
    width: 50%;
    *width: 49.9690%; }

  .col-md-7-12 {
    width: 58.3333%;
    *width: 58.3023%; }

  .col-md-2-3,
  .col-md-8-12 {
    width: 66.6667%;
    *width: 66.6357%; }

  .col-md-3-4,
  .col-md-9-12 {
    width: 75%;
    *width: 74.9690%; }

  .col-md-5-6,
  .col-md-10-12 {
    width: 83.3333%;
    *width: 83.3023%; }

  .col-md-11-12 {
    width: 91.6667%;
    *width: 91.6357%; }

  .col-md-1,
  .col-md-1-1,
  .col-md-12-12 {
    width: 100%; }

  .col-md-1-5 {
    width: 20%; }

  .col-md-2-5 {
    width: 40%; }

  .col-md-3-5 {
    width: 60%; }

  .col-md-4-5 {
    width: 80%; }

  .col-md-5-5 {
    width: 100%; } }
@media screen and (min-width: 64em) {
  .col-lg-1-5 {
    width: 20%; }

  .col-lg-2-5 {
    width: 40%; }

  .col-lg-3-5 {
    width: 60%; }

  .col-lg-4-5 {
    width: 80%; }

  .col-lg-5-5 {
    width: 100%; }

  .col-lg-1,
  .col-lg-1-1,
  .col-lg-1-2,
  .col-lg-1-3,
  .col-lg-2-3,
  .col-lg-1-4,
  .col-lg-3-4,
  .col-lg-1-6,
  .col-lg-5-6,
  .col-lg-1-12,
  .col-lg-2-12,
  .col-lg-3-12,
  .col-lg-4-12,
  .col-lg-5-12,
  .col-lg-6-12,
  .col-lg-7-12,
  .col-lg-8-12,
  .col-lg-9-12,
  .col-lg-10-12,
  .col-lg-11-12,
  .col-lg-12-12 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto; }

  .col-lg-offset-1-12 {
    margin-left: 8.3333%; }

  .col-lg-1-12 {
    width: 8.3333%;
    *width: 8.3023%; }

  .col-lg-offset-2-12 {
    margin-left: 16.6667%; }

  .col-lg-2-12 {
    width: 16.6667%;
    *width: 16.6357%; }

  .col-lg-1-4,
  .col-lg-3-12 {
    width: 25%;
    *width: 24.9690%; }

  .col-lg-1-3,
  .col-lg-4-12 {
    width: 33.3333%;
    *width: 33.3023%; }

  .col-lg-5-12 {
    width: 41.6667%;
    *width: 41.6357%; }

  .col-lg-1-2,
  .col-lg-6-12 {
    width: 50%;
    *width: 49.9690%; }

  .col-lg-7-12 {
    width: 58.3333%;
    *width: 58.3023%; }

  .col-lg-2-3,
  .col-lg-8-12 {
    width: 66.6667%;
    *width: 66.6357%; }

  .col-lg-3-4,
  .col-lg-9-12 {
    width: 75%;
    *width: 74.9690%; }

  .col-lg-5-6,
  .col-lg-10-12 {
    width: 83.3333%;
    *width: 83.3023%; }

  .col-lg-11-12 {
    width: 91.6667%;
    *width: 91.6357%; }

  .col-lg-1,
  .col-lg-1-1,
  .col-lg-12-12 {
    width: 100%; } }
@media screen and (min-width: 80em) {
  .col-xl-1,
  .col-xl-1-1,
  .col-xl-1-2,
  .col-xl-1-3,
  .col-xl-2-3,
  .col-xl-1-4,
  .col-xl-3-4,
  .col-xl-1-6,
  .col-xl-5-6,
  .col-xl-1-12,
  .col-xl-2-12,
  .col-xl-3-12,
  .col-xl-4-12,
  .col-xl-5-12,
  .col-xl-6-12,
  .col-xl-7-12,
  .col-xl-8-12,
  .col-xl-9-12,
  .col-xl-10-12,
  .col-xl-11-12,
  .col-xl-12-12 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto; }

  .col-xl-1-12 {
    width: 8.3333%;
    *width: 8.3023%; }

  .col-xl-1-6,
  .col-xl-2-12 {
    width: 16.6667%;
    *width: 16.6357%; }

  .col-xl-1-4,
  .col-xl-3-12 {
    width: 25%;
    *width: 24.9690%; }

  .col-xl-1-3,
  .col-xl-4-12 {
    width: 33.3333%;
    *width: 33.3023%; }

  .col-xl-5-12 {
    width: 41.6667%;
    *width: 41.6357%; }

  .col-xl-1-2,
  .col-xl-6-12 {
    width: 50%;
    *width: 49.9690%; }

  .col-xl-7-12 {
    width: 58.3333%;
    *width: 58.3023%; }

  .col-xl-2-3,
  .col-xl-8-12 {
    width: 66.6667%;
    *width: 66.6357%; }

  .col-xl-3-4,
  .col-xl-9-12 {
    width: 75%;
    *width: 74.9690%; }

  .col-xl-5-6,
  .col-xl-10-12 {
    width: 83.3333%;
    *width: 83.3023%; }

  .col-xl-11-12 {
    width: 91.6667%;
    *width: 91.6357%; }

  .col-xl-1,
  .col-xl-1-1,
  .col-xl-12-12 {
    width: 100%; } }
.display-xs-block {
  display: none; }

.display-xs-inline-block {
  display: none; }

.display-xs-none {
  display: none; }

.display-sm-block {
  display: none; }

.display-sm-inline-block {
  display: none; }

.display-sm-none {
  display: none; }

.display-md-block {
  display: none; }

.display-md-inline-block {
  display: none; }

.display-md-none {
  display: none; }

.display-lg-block {
  display: none; }

.display-lg-inline-block {
  display: none; }

.display-lg-none {
  display: none; }

.display-block {
  display: block; }

.display-inline-block {
  display: inline-block; }

.display-none {
  display: none; }

@media screen and (max-width: 35.4375em) {
  .display-xs-block {
    display: block; }

  .display-xs-inline-block {
    display: inline-block; }

  .display-xs-none {
    display: none; } }
@media screen and (min-width: 35.5em) {
  .display-sm-block {
    display: block; }

  .display-sm-inline-block {
    display: inline-block; }

  .display-sm-none {
    display: none; } }
@media screen and (min-width: 48em) {
  .display-md-block {
    display: block; }

  .display-md-inline-block {
    display: inline-block; }

  .display-md-none {
    display: none; } }
@media screen and (min-width: 64em) {
  .display-lg-block {
    display: block; }

  .display-lg-inline-block {
    display: inline-block; }

  .display-lg-none {
    display: none; } }
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 100;
  src: url("fonts/montserrat-light.eot?#iefix") format("embedded-opentype"), url("fonts/montserrat-light.woff2") format("woff2"), url("fonts/montserrat-light.woff") format("woff"), url("fonts/montserrat-light.ttf") format("truetype"), url("fonts/montserrat-light.svg#Montserrat") format("svg"); }
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/montserrat-regular.eot?#iefix") format("embedded-opentype"), url("fonts/montserrat-regular.woff2") format("woff2"), url("fonts/montserrat-regular.woff") format("woff"), url("fonts/montserrat-regular.ttf") format("truetype"), url("fonts/montserrat-regular.svg#Montserrat") format("svg"); }
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/montserrat-bold.eot?#iefix") format("embedded-opentype"), url("fonts/montserrat-bold.woff2") format("woff2"), url("fonts/montserrat-bold.woff") format("woff"), url("fonts/montserrat-bold.ttf") format("truetype"), url("fonts/montserrat-bold.svg#Montserrat") format("svg"); }
.text-center {
  text-align: center; }

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

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

.text-light {
  font-weight: 100; }

@media screen and (min-width: 35.5em) {
  .text-sm-left {
    text-align: left; }

  .text-sm-right {
    text-align: right; }

  .text-sm-center {
    text-align: center; } }
@media screen and (min-width: 48em) {
  .text-md-left {
    text-align: left; }

  .text-md-right {
    text-align: right; }

  .text-md-center {
    text-align: center; } }
@media screen and (min-width: 64em) {
  .text-lg-left {
    text-align: left; }

  .text-lg-right {
    text-align: right; }

  .text-lg-center {
    text-align: center; } }
.text-gray {
  color: #8c8c8c; }

.text-red {
  color: #ec0c14; }

h1, h2 {
  margin-top: 15px;
  margin-bottom: 30px; }
  h1 + .subtitle, h2 + .subtitle {
    margin-bottom: 30px;
    margin-top: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

html {
  height: 100%;
  font-size: 14px;
  background: #fff; }

html, button, input, select, textarea,
.row [class*="col-"] {
  /* Set your content font stack here: */
  font-family: "Montserrat", sans-serif; }

a {
  text-decoration: none; }
  a::-moz-focus-inner {
    border: 0;
    outline: none; }

.bg-gray {
  background-color: #f3f3f3; }

.subtitle {
  letter-spacing: 0.2em;
  line-height: 2.14em;
  font-weight: 400;
  text-transform: uppercase; }

.mtb30 {
  margin-top: 30px;
  margin-bottom: 30px; }

.mt30 {
  margin-top: 30px; }

.mb30 {
  margin-bottom: 30px; }

.mt0 {
  margin-top: 0; }

.hidding {
  opacity: 1; }
  @media screen and (min-width: 64em) {
    .hidding {
      opacity: 0; } }

.section-padding {
  padding-top: 30px;
  padding-bottom: 30px; }
  @media screen and (min-width: 35.5em) {
    .section-padding {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media screen and (min-width: 64em) {
    .section-padding {
      padding-top: 95px;
      padding-bottom: 95px; } }

.img-responsive {
  max-width: 100%;
  display: block;
  height: auto;
  margin: 0;
  width: 100%; }

.interna-content {
  padding-bottom: 40px; }
  .interna-content h1, .interna-content h2 {
    margin-top: 40px;
    margin-bottom: 15px; }
  .interna-content .img-responsive {
    margin-bottom: 45px; }
  .interna-content .page-title {
    margin-top: 0;
    margin-bottom: 30px; }
    .interna-content .page-title .icon {
      color: #ec0c14;
      position: relative;
      top: 5px;
      font-size: 40px;
      position: relative;
      vertical-align: baseline; }

.call-to-action-red {
  background-color: #ec0c14;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 30px;
  color: #fff; }
  .call-to-action-red .btn {
    margin-top: 10px; }
  .call-to-action-red .call-to-action-content {
    color: #fff; }
    .call-to-action-red .call-to-action-content .icon {
      font-size: 40px;
      margin-top: 10px;
      margin-right: 15px;
      margin-bottom: 15px; }
      @media screen and (min-width: 64em) {
        .call-to-action-red .call-to-action-content .icon {
          float: left; } }
    .call-to-action-red .call-to-action-content h1, .call-to-action-red .call-to-action-content h2 {
      margin: 0; }
    .call-to-action-red .call-to-action-content h2 {
      font-size: 14px; }
  .call-to-action-red .call-to-action-missao {
    padding-top: 10px;
    padding-bottom: 10px; }
    .call-to-action-red .call-to-action-missao h1 {
      margin-bottom: 0; }
    .call-to-action-red .call-to-action-missao p {
      margin-top: 15px;
      letter-spacing: 0.2em;
      font-size: 18px; }

.icon-certificado {
  background-image: url(../img/sprite_certificados.png);
  background-repeat: no-repeat;
  display: inline-block; }

.icon-certificado-logo-anatel {
  width: 65px;
  height: 60px;
  background-position: -5px -5px; }

.icon-certificado-logo-cra {
  width: 79px;
  height: 60px;
  background-position: -79px -5px; }

.icon-certificado-logo-crea {
  width: 77px;
  height: 60px;
  background-position: -5px -75px; }

.icon-certificado-logo-gsvg {
  width: 53px;
  height: 60px;
  background-position: -92px -75px; }

.icon-certificado-logo-iso9001 {
  width: 128px;
  height: 52px;
  background-position: -168px -5px; }

@font-face {
  font-family: 'vigilare_icon';
  src: url("fonts/vigilare_icon.eot?fz4dh1");
  src: url("fonts/vigilare_icon.eot?fz4dh1#iefix") format("embedded-opentype"), url("fonts/vigilare_icon.ttf?fz4dh1") format("truetype"), url("fonts/vigilare_icon.woff?fz4dh1") format("woff"), url("fonts/vigilare_icon.svg?fz4dh1#vigilare_icon") format("svg");
  font-weight: normal;
  font-style: normal; }
.icon {
  font-family: 'vigilare_icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

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

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

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

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

.icon-arrow:before {
  content: "\e800"; }

.icon-calculator:before {
  content: "\e801"; }

.icon-facebook:before {
  content: "\e802"; }

.icon-home:before {
  content: "\e803"; }

.icon-movie:before {
  content: "\e804"; }

.icon-police:before {
  content: "\e805"; }

.icon-telephone:before {
  content: "\e806"; }

.icon-lock-off {
  width: 13px;
  height: 16px;
  background: url(../img/icon-lock-off.png) center no-repeat;
  background-size: 100%;
  display: inline-block;
  opacity: 1; }
  .icon-lock-off:hover {
    opacity: 0; }

.icon-lock-on {
  width: 13px;
  height: 16px;
  background: url(../img/icon-lock-on.png) center no-repeat;
  background-size: 100%;
  display: inline-block;
  opacity: 0; }
  .icon-lock-on:hover {
    opacity: 1; }

.btn {
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: inline-block;
  padding: 10px 28px;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  background-color: #ec0c14;
  color: #fff;
  font-weight: 700; }
  .btn:hover {
    background-color: #000; }
    .btn:hover .icon {
      -webkit-transform: translateZ(0) translateX(0px);
      -moz-transform: translateZ(0) translateX(0px);
      -ms-transform: translateZ(0) translateX(0px);
      -o-transform: translateZ(0) translateX(0px);
      transform: translateZ(0) translateX(0px);
      opacity: 1;
      filter: alpha(opacity=100);
      visibility: visible;
      margin-left: 10px; }
  .btn .icon {
    -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transform: translateZ(0) translateX(-10px);
    -moz-transform: translateZ(0) translateX(-10px);
    -ms-transform: translateZ(0) translateX(-10px);
    -o-transform: translateZ(0) translateX(-10px);
    transform: translateZ(0) translateX(-10px);
    opacity: 0;
    filter: alpha(opacity=0);
    margin-left: -21px;
    font-size: 17px;
    position: relative;
    top: 2px;
    color: #ec0c14; }

.btn-animated {
  min-width: 170px;
  padding-left: 25px;
  padding-right: 25px;
  color: #fff; }

.btn-menu-mobile {
  padding: 4px 5px 2px 5px;
  background-color: transparent;
  border: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 30px; }
  .btn-menu-mobile svg {
    height: 36px;
    width: 36px; }
  .btn-menu-mobile.active {
    background-color: #ec0c14; }
    .btn-menu-mobile.active svg {
      fill: #fff; }

.btn-black {
  background: #000; }
  .btn-black .icon {
    color: #000; }
  .btn-black:hover .icon {
    color: #ec0c14; }

footer {
  background-color: #101010; }
  footer .facebook-container {
    margin-top: 36px; }
  footer .address {
    display: block;
    width: 100%; }
    footer .address::after {
      clear: both;
      content: "";
      display: table; }
    footer .address .footer-address {
      display: inline-block;
      margin-top: 30px;
      width: 100%;
      color: #fff;
      text-align: center;
      float: left;
      font-size: 12px;
      line-height: 22px; }
      footer .address .footer-address .icon {
        font-size: 30px;
        margin-bottom: 5px;
        color: #ec0c14; }
      @media screen and (min-width: 48em) {
        footer .address .footer-address {
          width: calc(100%/3); } }

/* Copyright */
.copyright {
  margin-top: 60px;
  background-color: #000;
  padding: 10px 0 40px; }
  @media screen and (min-width: 48em) {
    .copyright {
      padding: 10px 0 40px; } }
  @media screen and (max-width: 63.9375em) {
    .copyright {
      padding-left: 15px;
      padding-right: 15px; } }
  .copyright .copyright-text {
    height: 60px;
    padding-top: 22px;
    padding-bottom: 22px;
    text-align: center;
    color: #8c8c8c; }
    .copyright .copyright-text p {
      margin: 0;
      font-size: 12px; }
    @media screen and (min-width: 48em) {
      .copyright .copyright-text {
        text-align: left; } }
  .copyright .copyright-logo {
    text-align: center; }
    @media screen and (min-width: 48em) {
      .copyright .copyright-logo {
        text-align: left; } }
    .copyright .copyright-logo .beagleship-animated {
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      -webkit-transition: width 0.5s ease-out;
      -moz-transition: width 0.5s ease-out;
      transition: width 0.5s ease-out;
      float: none;
      width: 119px;
      display: inline-block;
      margin: 0 auto;
      padding: 15px 0px;
      height: 60px; }
      @media screen and (min-width: 48em) {
        .copyright .copyright-logo .beagleship-animated {
          width: 28px;
          float: right;
          display: inline-block;
          overflow: hidden; }
          .copyright .copyright-logo .beagleship-animated:hover, .copyright .copyright-logo .beagleship-animated:focus {
            width: 118px; } }

.placa-footer {
  width: 100%;
  max-width: 105px;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.iso-9001 {
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 25px; }
  @media screen and (min-width: 48em) {
    .iso-9001 {
      width: 25%;
      display: inline-block; } }
  .iso-9001 img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100px;
    vertical-align: top;
    width: 100%; }

.iso-9001-texto {
  font-size: 12px;
  vertical-align: top;
  letter-spacing: 0.2em;
  line-height: 1.6em;
  color: #8c8c8c;
  display: block; }
  @media screen and (min-width: 48em) {
    .iso-9001-texto {
      position: relative;
      top: 16px;
      display: inline-block;
      width: 70%; } }

/* ==========================================================================
   Header
   ========================================================================== */
header {
  background: #f3f3f3; }

.header-logo-wrapper {
  position: relative; }

.logo-header {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  font-size: 0; }
  .logo-header img {
    width: 162.7272727273px;
    height: 94.5454545455px;
    display: block;
    margin-top: 8px;
    margin-bottom: 8px; }
    @media screen and (min-width: 64em) {
      .logo-header img {
        width: 179px;
        height: 104px; } }

/* ==========================================================================
   Nav Principal
   ========================================================================== */
.nav-wrapper {
  position: relative; }

.nav-principal {
  text-align: right;
  height: 122px; }
  @media screen and (min-width: 64em) {
    .nav-principal.mobile-hidden > ul {
      display: inline-block !important; } }
  .nav-principal > ul {
    list-style-type: none;
    display: inline-block;
    margin: 0;
    padding: 0; }
    .nav-principal > ul > li {
      position: relative;
      float: left;
      display: inline-block; }
      @media screen and (min-width: 64em) {
        .nav-principal > ul > li:hover > ul {
          opacity: 1;
          visibility: visible;
          -webkit-transform: translate(-50%, 0);
          -moz-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
          -o-transform: translate(-50%, 0);
          transform: translate(-50%, 0); } }
      .nav-principal > ul > li > ul {
        display: none;
        padding: 0;
        background-color: #fff;
        z-index: 999;
        left: 0;
        top: 0;
        position: relative; }
        @media screen and (min-width: 64em) {
          .nav-principal > ul > li > ul {
            -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            -moz-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            -webkit-transform: translate(-50%, 10px);
            -moz-transform: translate(-50%, 10px);
            -ms-transform: translate(-50%, 10px);
            -o-transform: translate(-50%, 10px);
            transform: translate(-50%, 10px);
            padding: 30px;
            display: block;
            opacity: 0;
            visibility: hidden;
            background-color: #fff;
            width: 360px;
            position: absolute;
            top: 100%;
            left: 50%; }
            .nav-principal > ul > li > ul:before {
              content: "";
              z-index: 999;
              width: 0;
              height: 0;
              border-style: solid;
              border-width: 0 15px 20px 15px;
              border-color: transparent transparent #fff transparent;
              position: absolute;
              top: -20px;
              left: 50%;
              -webkit-transform: translateX(-50%);
              -moz-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
              -o-transform: translateX(-50%);
              transform: translateX(-50%); }
            .nav-principal > ul > li > ul li {
              display: block;
              text-align: left; }
              .nav-principal > ul > li > ul li + li {
                margin-top: 30px; }
              .nav-principal > ul > li > ul li a {
                -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
                -moz-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
                transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
                font-weight: 700;
                font-size: 14px;
                color: #2d2d2d; }
                .nav-principal > ul > li > ul li a:hover {
                  color: #ec0c14; }
              .nav-principal > ul > li > ul li .icon {
                transition: none;
                color: #ec0c14;
                margin-right: 5px;
                font-size: 16px;
                vertical-align: bottom; } }
      .nav-principal > ul > li.facebook:hover .icon {
        -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -moz-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        color: #ec0c14; }
      .nav-principal > ul > li.facebook:hover a:before {
        display: none; }
      .nav-principal > ul > li:last-child a {
        -webkit-transition: color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -moz-transition: color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        padding-top: 51px;
        padding-bottom: 52px;
        padding-right: 0;
        font-size: 18px; }
        .nav-principal > ul > li:last-child a .icon-lock-off,
        .nav-principal > ul > li:last-child a .icon-lock-on {
          -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          -moz-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
        .nav-principal > ul > li:last-child a .icon-lock-on {
          position: relative;
          left: -50%; }
        .nav-principal > ul > li:last-child a:before {
          display: none; }
        .nav-principal > ul > li:last-child a:hover .icon-lock-off, .nav-principal > ul > li:last-child a:focus .icon-lock-off {
          opacity: 0; }
        .nav-principal > ul > li:last-child a:hover .icon-lock-on, .nav-principal > ul > li:last-child a:focus .icon-lock-on {
          opacity: 1; }
      .nav-principal > ul > li + li {
        border-left: 1px solid #dfdfdf; }
      .nav-principal > ul > li > a {
        height: 122px;
        padding: 54px 18px;
        display: inline-block;
        line-height: 1;
        color: #000;
        position: relative;
        text-transform: uppercase;
        font-weight: 700; }
        .nav-principal > ul > li > a:before {
          -webkit-transform: translate3d(0, -4px, 0);
          -moz-transform: translate3d(0, -4px, 0);
          -ms-transform: translate3d(0, -4px, 0);
          -o-transform: translate3d(0, -4px, 0);
          transform: translate3d(0, -4px, 0);
          -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          -moz-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          position: absolute;
          content: "";
          height: 4px;
          left: 0;
          top: 0;
          width: 100%;
          background-color: #ec0c14; }
        .nav-principal > ul > li > a.active:before, .nav-principal > ul > li > a:hover:before {
          -webkit-transform: translate3d(0, 0, 0);
          -moz-transform: translate3d(0, 0, 0);
          -ms-transform: translate3d(0, 0, 0);
          -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }
  @media screen and (max-width: 63.9375em) {
    .nav-principal {
      position: absolute;
      top: 100%;
      height: auto;
      left: 0;
      z-index: 99;
      width: 100%; }
      .nav-principal.mobile-hidden > ul {
        display: none; }
      .nav-principal > ul {
        width: 100%;
        border-top: 1px solid #d9d9d9;
        background-color: #f3f3f3;
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto;
        text-align: left; }
        .nav-principal > ul::after {
          clear: both;
          content: "";
          display: table; }
        .nav-principal > ul li {
          height: auto;
          text-align: left;
          width: 100%;
          display: block;
          border-bottom: 1px solid #dfdfdf; }
          .nav-principal > ul li.is-hidden-mobile {
            display: none; }
          .nav-principal > ul li a {
            color: #2d2d2d;
            height: auto;
            padding-top: 14px;
            padding-bottom: 14px;
            padding-left: 30px;
            padding-right: 30px;
            display: block; }
            .nav-principal > ul li a:before {
              display: none; }
            .nav-principal > ul li a.active, .nav-principal > ul li a:hover {
              background-color: #ec0c14;
              color: #fff; } }

/* ==========================================================================
   Nav Footer
   ========================================================================== */
.nav-footer ul {
  margin: 15px 0 0;
  padding: 0;
  text-align: center; }
  .nav-footer ul::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 48em) {
    .nav-footer ul {
      margin-top: 0;
      border-bottom: 1px solid #2d2d2d; } }
  .nav-footer ul li {
    display: inline-block;
    border: none; }
    @media screen and (min-width: 48em) {
      .nav-footer ul li {
        width: calc(100%/6);
        display: inline-block;
        float: left;
        text-align: center; } }
    .nav-footer ul li a {
      -webkit-transition: color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -moz-transition: color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      color: #fff;
      font-weight: 700;
      line-height: 1;
      display: block;
      width: 100%;
      text-align: center;
      padding: 10px;
      font-size: 14px;
      text-transform: uppercase; }
      @media screen and (min-width: 48em) {
        .nav-footer ul li a {
          padding: 28px 18px; } }
      .nav-footer ul li a:hover, .nav-footer ul li a:focus {
        color: #ec0c14; }
    .nav-footer ul li + li {
      border-left: 1px solid #2d2d2d; }

/* ==========================================================================
   Header Interna
   ========================================================================== */
.header-interna {
  text-align: center;
  background-color: #000; }
  @media screen and (min-width: 48em) {
    .header-interna {
      text-align: left; } }
  .header-interna h1 {
    color: #fff;
    line-height: 1.1; }
    @media screen and (min-width: 48em) {
      .header-interna h1 {
        margin-top: 40px;
        margin-bottom: 40px; } }
  .header-interna .header-btn-voltar-wrapper {
    margin-bottom: 15px; }
    @media screen and (min-width: 48em) {
      .header-interna .header-btn-voltar-wrapper {
        margin-top: 45px;
        margin-bottom: 45px; } }
  .header-interna .header-btn-voltar {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff; }
    .header-interna .header-btn-voltar .icon {
      -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -moz-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -webkit-transform: translate3d(0, 0, 0) scale(-1, 1);
      -moz-transform: translate3d(0, 0, 0) scale(-1, 1);
      -ms-transform: translate3d(0, 0, 0) scale(-1, 1);
      -o-transform: translate3d(0, 0, 0) scale(-1, 1);
      transform: translate3d(0, 0, 0) scale(-1, 1);
      filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
      font-size: 17px;
      position: relative;
      top: 2px;
      color: #ec0c14; }
    .header-interna .header-btn-voltar:hover .icon, .header-interna .header-btn-voltar:focus .icon {
      filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
      -webkit-transform: translate3d(-5px, 0, 0) scale(-1, 1);
      -moz-transform: translate3d(-5px, 0, 0) scale(-1, 1);
      -ms-transform: translate3d(-5px, 0, 0) scale(-1, 1);
      -o-transform: translate3d(-5px, 0, 0) scale(-1, 1);
      transform: translate3d(-5px, 0, 0) scale(-1, 1); }

.breadcrumbs {
  border-bottom: 1px solid #dfdfdf;
  margin-top: 0;
  margin-bottom: 30px;
  list-style-type: none;
  padding: 0 0; }
  .breadcrumbs::after {
    clear: both;
    content: "";
    display: table; }
  .breadcrumbs li {
    display: inline-block;
    float: left;
    margin: 15px 0;
    color: #ec0c14;
    text-transform: uppercase;
    letter-spacing: 0.2em; }
    .breadcrumbs li:first-child {
      color: #8c8c8c; }
      .breadcrumbs li:first-child + li {
        margin-left: 10px; }
        .breadcrumbs li:first-child + li:before {
          display: none; }
    .breadcrumbs li + li:before {
      content: "»";
      display: inline-block;
      margin-left: 10px;
      color: #8c8c8c;
      position: relative;
      top: -1px;
      margin-right: 10px; }
    .breadcrumbs li a {
      -webkit-transition: border 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -moz-transition: border 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: border 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      color: #ec0c14;
      border-bottom: 1px solid transparent; }
      .breadcrumbs li a:hover, .breadcrumbs li a:focus {
        border-bottom: 1px solid #8c8c8c; }

.noticia-widget {
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: block;
  background: #fff;
  margin-bottom: 30px; }
  .noticia-widget::after {
    clear: both;
    content: "";
    display: table; }
  .noticia-widget:hover, .noticia-widget:focus {
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15); }
    .noticia-widget:hover .noticia-widget-figure img, .noticia-widget:focus .noticia-widget-figure img {
      opacity: 0.85;
      filter: alpha(opacity=85); }
    .noticia-widget:hover .noticia-widget-content p, .noticia-widget:focus .noticia-widget-content p {
      color: #ec0c14;
      text-decoration: underline; }
    .noticia-widget:hover .btn, .noticia-widget:focus .btn {
      background-position: 100% 0%; }
  .noticia-widget .noticia-widget-figure {
    display: block;
    position: relative;
    height: 0;
    margin: 0;
    padding-bottom: 69.25%; }
    .noticia-widget .noticia-widget-figure img {
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      -webkit-transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -moz-transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      display: block;
      width: 100%;
      max-width: 100%;
      height: auto;
      margin: auto; }
  .noticia-widget .noticia-widget-date {
    display: inline-block;
    font-size: 12px;
    color: #fff;
    background: #ec0c14;
    padding: 6px 12px;
    margin-bottom: 10px; }
  .noticia-widget .noticia-widget-content {
    display: block;
    padding: 25px 30px; }
    .noticia-widget .noticia-widget-content p {
      -webkit-transition: color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -moz-transition: color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      display: block;
      font-size: 16px;
      color: #000;
      margin: 0 0 15px;
      font-weight: 700;
      line-height: 1.8571428571em; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 30px 0;
  border-left: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf; }

.pagination > li {
  display: inline; }

.pagination > li > a,
.pagination > li > span {
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  float: left;
  padding: 9px 16px;
  margin-left: -1px;
  line-height: 22px;
  color: #8c8c8c;
  font-size: 14px;
  text-decoration: none;
  background-color: #fff;
  font-weight: 700;
  border: 1px solid #dfdfdf;
  border-right-width: 0; }
  .pagination > li > a.prev, .pagination > li > a.next,
  .pagination > li > span.prev,
  .pagination > li > span.next {
    padding-left: 13px;
    padding-right: 13px; }
  .pagination > li > a .icon,
  .pagination > li > span .icon {
    line-height: 17px; }
    .pagination > li > a .icon:before,
    .pagination > li > span .icon:before {
      position: relative;
      top: 3px;
      font-size: 18px;
      width: 14px; }

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-left-width: 0; }

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #ec0c14; }

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #000; }

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd; }

form {
  margin-top: 30px;
  width: 100%; }
  form .valor {
    text-align: left !important; }
  form fieldset {
    width: 100%;
    border: none;
    padding: 0;
    margin: 0; }
    form fieldset input[type='text'], form fieldset textarea, form fieldset .select {
      padding: 0 20px;
      width: 100%;
      border: 1px solid #dfe5e6;
      background: #f3f3f3;
      height: 50px;
      color: #8c8c8c;
      font-family: "Montserrat", sans-serif;
      font-size: 14px;
      line-height: 45px;
      font-weight: 500;
      letter-spacing: 0.04em;
      margin-bottom: 20px; }
      form fieldset input[type='text'].full, form fieldset textarea.full, form fieldset .select.full {
        width: 100% !important;
        max-width: 100% !important; }
      form fieldset input[type='text'].esq, form fieldset textarea.esq, form fieldset .select.esq {
        float: left; }
      form fieldset input[type='text'].dir, form fieldset textarea.dir, form fieldset .select.dir {
        float: right; }
      form fieldset input[type='text']::-webkit-input-placeholder, form fieldset textarea::-webkit-input-placeholder, form fieldset .select::-webkit-input-placeholder {
        color: #8c8c8c;
        opacity: 1; }
      form fieldset input[type='text']::-moz-placeholder, form fieldset textarea::-moz-placeholder, form fieldset .select::-moz-placeholder {
        color: #8c8c8c;
        opacity: 1; }
      form fieldset input[type='text']:-moz-placeholder, form fieldset textarea:-moz-placeholder, form fieldset .select:-moz-placeholder {
        color: #8c8c8c;
        opacity: 1; }
      form fieldset input[type='text']:-ms-input-placeholder, form fieldset textarea:-ms-input-placeholder, form fieldset .select:-ms-input-placeholder {
        color: #8c8c8c;
        opacity: 1; }
      @media screen and (max-width: 63.9375em) {
        form fieldset input[type='text'], form fieldset textarea, form fieldset .select {
          width: 100% !important;
          float: none;
          max-width: 100% !important; } }
    form fieldset .select {
      padding: 0;
      overflow: hidden;
      position: relative;
      background: url(../img/bg-select.png) #f3f3f3 center right no-repeat; }
      form fieldset .select select {
        width: 110%;
        height: 50px;
        border: none;
        background: none;
        padding: 0 20px; }
    form fieldset textarea {
      width: 100%;
      max-width: 100%;
      resize: vertical;
      line-height: 1.5;
      height: 160px;
      padding-top: 20px;
      padding-bottom: 20px; }
    form fieldset button {
      padding: 0; }
      @media screen and (max-width: 63.9375em) {
        form fieldset button {
          float: none;
          margin-bottom: 40px; } }
    form fieldset .radio {
      width: 100%;
      height: 50px;
      max-width: 420px;
      display: inline-block;
      margin-bottom: 20px; }
      @media screen and (max-width: 63.9375em) {
        form fieldset .radio {
          float: none;
          width: 100% !important;
          max-width: 100% !important;
          display: block;
          text-align: center; } }
      form fieldset .radio h4 {
        color: #8c8c8c;
        font-family: "Montserrat", sans-serif;
        font-size: 16px;
        font-weight: 500;
        margin: 0;
        display: block;
        letter-spacing: 0.2em; }
        @media screen and (max-width: 63.9375em) {
          form fieldset .radio h4 {
            width: 100%; } }
      form fieldset .radio input[type='radio'] {
        visibility: hidden;
        opacity: 0;
        display: none; }
      form fieldset .radio span {
        position: relative;
        padding-left: 23px;
        margin-right: 15px;
        color: #8c8c8c;
        font-family: "Montserrat", sans-serif;
        font-size: 12px;
        font-weight: 500;
        padding-top: 2px;
        margin-top: 5px;
        display: inline-block; }
        form fieldset .radio span:before {
          border: 1px solid #dfe5e6;
          background: #f3f3f3;
          width: 18px;
          height: 18px;
          display: block;
          position: absolute;
          left: 0;
          top: 0;
          content: "";
          border-radius: 100%; }
        form fieldset .radio span:after {
          background: #ec0c14;
          width: 8px;
          height: 8px;
          display: block;
          position: absolute;
          left: 5px;
          top: 5px;
          content: "";
          border-radius: 100%;
          opacity: 0; }
        form fieldset .radio span.active:after {
          opacity: 1; }

.form-group.esq {
  float: left; }

.form-group.dir {
  float: right; }

.form-group {
  margin-bottom: 15px; }

.checks {
  float: left;
  width: 100%;
  display: block;
  text-align: left;
  margin: 15px 0; }
  @media screen and (max-width: 63.9375em) {
    .checks {
      width: 100%;
      margin-bottom: 30px; } }
  .checks label {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    line-height: 23px;
    letter-spacing: 0.2em;
    color: #8c8c8c;
    font-weight: 500;
    padding-left: 30px;
    position: relative;
    cursor: pointer;
    padding-top: 3px; }
    @media screen and (max-width: 63.9375em) {
      .checks label {
        font-size: 12px;
        padding-top: 3px; } }
    .checks label.active:after {
      background-position: 1px 2px; }
    .checks label:after {
      -webkit-transition: background-position 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -moz-transition: background-position 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: background-position 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      position: absolute;
      left: 0;
      top: 0;
      width: 20px;
      height: 20px;
      background: url(../img/bg-check.png) no-repeat;
      background-position: 5px -20px;
      border: 1px solid #dfe5e6;
      background-color: #f3f3f3;
      z-index: 999;
      content: " "; }
  .checks input[type='radio'] {
    width: 14px;
    height: 14px;
    position: relative;
    display: none; }
    .checks input[type='radio']:checked + label:after:after {
      background-position: 1px 2px; }

.contato-apoio h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.1em;
  color: #2d2d2d;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 0; }
.contato-apoio p {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 0.20em;
  color: #8c8c8c;
  margin-bottom: 30px; }
  .contato-apoio p strong {
    font-weight: 700; }

.banners-destaque {
  background-color: #ec0c14; }
  @media screen and (min-width: 64em) {
    .banners-destaque {
      height: calc(100% - 122px); } }
  .banners-destaque .row {
    height: 100%; }
  .banners-destaque .col-1 {
    display: none;
    background: url(../img/bg_logo_banner.png) center right no-repeat;
    position: relative; }
    @media screen and (min-width: 64em) {
      .banners-destaque .col-1 {
        display: inline-block;
        width: 39%;
        height: 100%; } }
    @media screen and (min-width: 64em) {
      .banners-destaque .col-1 .logo-banner-destaque-1 {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0;
        z-index: 9;
        max-height: 636px; } }
    @media screen and (min-width: 64em) {
      .banners-destaque .col-1 .logo-banner-destaque-2 {
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute;
        top: 50%;
        left: 100%;
        z-index: 9; } }
  .banners-destaque .col-2 {
    width: 100%;
    background-color: #000;
    height: 100%; }
    @media screen and (min-width: 64em) {
      .banners-destaque .col-2 {
        width: 61%; } }
    .banners-destaque .col-2 .banner {
      width: 100%;
      display: block;
      position: relative;
      height: calc(100%/2);
      background-position: center center;
      background-repeat: no-repeat;
      overflow: hidden;
      background-size: cover;
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      opacity: 0.85; }
      .banners-destaque .col-2 .banner:hover {
        opacity: 1; }
        @media screen and (min-width: 64em) {
          .banners-destaque .col-2 .banner:hover h1 {
            margin-left: 21.6%; } }
      .banners-destaque .col-2 .banner h1 {
        -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -moz-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        margin-bottom: 0; }
      @media screen and (min-width: 64em) {
        .banners-destaque .col-2 .banner {
          -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          -moz-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          background-size: 200%; }
          .banners-destaque .col-2 .banner:hover {
            background-size: 217%; }
            .banners-destaque .col-2 .banner:hover h1:before {
              color: #fff; } }
      @media screen and (min-width: 79.875em) {
        .banners-destaque .col-2 .banner {
          background-size: 180%; }
          .banners-destaque .col-2 .banner:hover {
            background-size: 197%; } }
      @media screen and (min-width: 100em) {
        .banners-destaque .col-2 .banner {
          background-size: 130%; }
          .banners-destaque .col-2 .banner:hover {
            background-size: 147%; } }
      .banners-destaque .col-2 .banner:nth-of-type(1) {
        background-image: url(../img/banner_1.jpg); }
        .banners-destaque .col-2 .banner:nth-of-type(1) h1:before {
          content: "";
          top: 8px; }
      .banners-destaque .col-2 .banner:nth-of-type(2) {
        background-image: url(../img/banner_3.jpg); }
        .banners-destaque .col-2 .banner:nth-of-type(2) h1:before {
          top: 6px;
          content: ""; }
      .banners-destaque .col-2 .banner:nth-of-type(3) {
        background-image: url(../img/banner_3.jpg); }
        .banners-destaque .col-2 .banner:nth-of-type(3) h1:before {
          content: ""; }
      .banners-destaque .col-2 .banner h1 {
        text-transform: uppercase;
        display: inline-block;
        vertical-align: middle;
        position: relative;
        color: #fff;
        letter-spacing: 0.2em;
        text-align: center;
        font-size: 22px;
        margin-top: 60px;
        margin-bottom: 60px; }
        @media screen and (min-width: 35.5em) {
          .banners-destaque .col-2 .banner h1 {
            padding-left: 85px;
            font-size: 30px;
            margin-top: 60px;
            margin-bottom: 60px;
            text-align: left; } }
        @media screen and (max-width: 63.9375em) {
          .banners-destaque .col-2 .banner h1 {
            margin-left: 50%;
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            transform: translateX(-50%); } }
        @media screen and (min-width: 64em) {
          .banners-destaque .col-2 .banner h1 {
            margin-top: 0;
            top: 50%;
            position: absolute;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            margin-left: 21%; } }
        .banners-destaque .col-2 .banner h1:before {
          -webkit-transition: color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          -moz-transition: color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition: color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          font-family: 'vigilare_icon';
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          display: inline-block;
          /* Better Font Rendering =========== */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-size: 45px;
          margin-bottom: 10px;
          color: #ec0c14;
          display: block;
          text-align: center; }
          @media screen and (min-width: 35.5em) {
            .banners-destaque .col-2 .banner h1:before {
              position: absolute;
              text-align: left;
              top: 0;
              left: 0;
              font-size: 56px; } }

.certificados {
  color: #8c8c8c;
  font-size: 14px; }
  .certificados p {
    margin-bottom: 0px; }
  .certificados .certificado {
    margin-bottom: 30px; }
  @media screen and (min-width: 35.5em) {
    .certificados {
      display: table;
      margin-left: auto;
      margin-right: auto;
      width: 100%; }
      .certificados .certificado {
        width: 25%;
        text-align: center;
        display: table-cell;
        vertical-align: middle; } }
  @media screen and (min-width: 48em) {
    .certificados {
      width: 90%; } }
  @media screen and (min-width: 64em) {
    .certificados {
      width: 85%; } }

.certificado-bordered {
  position: relative;
  margin-top: 30px; }
  @media screen and (min-width: 64em) {
    .certificado-bordered {
      margin-top: 0; }
      .certificado-bordered:before {
        left: 0;
        top: 0;
        content: "";
        height: 100%;
        position: absolute;
        width: 1px;
        background-color: #dfdfdf; } }

.servicos-interna .img-responsive {
  margin-bottom: 30px; }
.servicos-interna p {
  color: #8c8c8c;
  line-height: 2.1em;
  margin-top: 15px;
  font-size: 14px;
  margin-bottom: 20px; }
.servicos-interna blockquote {
  font-size: 16px;
  color: #000;
  margin-left: 0;
  margin-right: 0;
  margin-top: 45px;
  margin-bottom: 45px;
  padding: 0;
  line-height: 1.5;
  font-weight: 700; }
.servicos-interna .mt0 {
  margin-top: 0; }

.interna-content.pb0 {
  padding-bottom: 0; }

.post {
  margin-bottom: 30px;
  position: relative;
  display: block; }
  .post.post-interna {
    border-bottom: 1px solid #dfdfdf; }
  .post:hover .post-image img {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
    -moz-transform: translate3d(-50%, -50%, 0) scale(1);
    -ms-transform: translate3d(-50%, -50%, 0) scale(1);
    -o-transform: translate3d(-50%, -50%, 0) scale(1);
    transform: translate3d(-50%, -50%, 0) scale(1); }
  .post + .post {
    padding-top: 50px;
    border-top: 1px solid #dfdfdf; }
    .post + .post .post-date {
      top: 50px; }
  .post .post-image {
    margin-bottom: 15px;
    width: 100%;
    height: 0;
    padding-bottom: 55%;
    overflow: hidden;
    display: block;
    position: relative; }
    .post .post-image img {
      -webkit-transition: -webkit-transform 1s ease-out;
      -moz-transition: -moz-transform 1s ease-out;
      transition: transform 1s ease-out;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate3d(-50%, -50%, 0) scale(1.1);
      -moz-transform: translate3d(-50%, -50%, 0) scale(1.1);
      -ms-transform: translate3d(-50%, -50%, 0) scale(1.1);
      -o-transform: translate3d(-50%, -50%, 0) scale(1.1);
      transform: translate3d(-50%, -50%, 0) scale(1.1);
      width: 100%; }
  .post .post-content {
    display: inline-block; }
    .post .post-content .post-title {
      margin-top: 0;
      margin-bottom: 20px;
      color: #000;
      text-transform: uppercase;
      letter-spacing: 0.08em;
      font-size: 20px; }
    .post .post-content p {
      margin-top: 0;
      margin-bottom: 20px;
      color: #8c8c8c;
      font-weight: 100;
      letter-spacing: 0.20em;
      text-transform: uppercase;
      line-height: 1.5; }
    @media screen and (max-width: 47.9375em) {
      .post .post-content a {
        display: block; } }
  .post .post-text p, .post .post-text li, .post .post-text a {
    font-size: 16px; }
  .post .post-text a {
    color: #ec0c14; }
  .post .post-actions {
    margin-bottom: 15px; }
    .post .post-actions::after {
      clear: both;
      content: "";
      display: table; }
  .post .post-date {
    display: block;
    width: 100%;
    background-color: #ec0c14;
    color: #fff;
    text-align: center;
    padding-top: 15px;
    text-transform: uppercase;
    padding-bottom: 15px; }
    @media screen and (min-width: 48em) {
      .post .post-date {
        z-index: 3;
        position: absolute;
        margin-bottom: 0;
        width: 100px;
        padding-top: 25px;
        padding-bottom: 25px;
        top: 0;
        left: -100px; }
        .post .post-date:after {
          position: absolute;
          right: -15px;
          top: 0;
          bottom: 0;
          margin: auto;
          content: "";
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 17px 0 17px 15px;
          border-color: transparent transparent transparent #ec0c14; } }
    .post .post-date .post-day {
      font-size: 20px; }
      @media screen and (min-width: 48em) {
        .post .post-date .post-day {
          display: block;
          font-size: 30px; } }
    .post .post-date .post-month {
      font-size: 20px; }
      @media screen and (min-width: 48em) {
        .post .post-date .post-month {
          display: block;
          font-size: 16px; } }

.tag {
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-color: #ec0c14;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
  margin: 5px 5px 5px 0;
  padding: 6px 16px; }
  .tag:hover {
    background-color: #000;
    color: #fff; }
  .tag.tag-blue {
    background-color: #3b5999; }

.side-nav-section {
  display: block;
  margin-bottom: 30px;
  margin-top: 30px; }
  @media screen and (min-width: 48em) {
    .side-nav-section {
      margin-bottom: 45px;
      margin-top: 0; } }
  .side-nav-section h2 {
    margin-top: 0;
    margin-bottom: 10px;
    letter-spacing: -0.03em; }

.side-nav-post + .side-nav-post {
  border-top: 1px solid #dfdfdf; }
.side-nav-post a {
  display: block;
  padding-top: 25px;
  padding-bottom: 10px; }
  .side-nav-post a:hover {
    color: #ec0c14; }
    .side-nav-post a:hover p {
      color: #ec0c14; }
  .side-nav-post a time {
    font-size: 12px;
    line-height: 12px;
    background: #ec0c14;
    color: #fff;
    padding: 3px; }
  .side-nav-post a p {
    font-size: 16px;
    color: #000;
    margin-top: 10px;
    margin-bottom: 15px;
    line-height: 20px; }

.side-nav-categorias .list-arrow {
  padding: 0; }
  .side-nav-categorias .list-arrow li {
    position: relative;
    list-style-type: none;
    padding-left: 20px;
    width: 100%; }
    .side-nav-categorias .list-arrow li::after {
      clear: both;
      content: "";
      display: table; }
    .side-nav-categorias .list-arrow li:before {
      font-family: 'vigilare_icon';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      display: inline-block;
      color: #ec0c14;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      position: absolute;
      top: 12px;
      left: 0; }
    .side-nav-categorias .list-arrow li a {
      -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -moz-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      padding-top: 10px;
      padding-bottom: 10px;
      color: #8c8c8c;
      font-size: 14px;
      display: block;
      float: left; }
      .side-nav-categorias .list-arrow li a:hover {
        color: #ec0c14; }

.blog-padding {
  padding-top: 50px;
  padding-bottom: 50px; }

.text-apoio-form {
  color: #8c8c8c;
  font-size: 12px;
  letter-spacing: 0.2em;
  line-height: 1.5;
  text-transform: uppercase; }

.wrapper-contato {
  padding-bottom: 50px; }

#mapa {
  width: 100%;
  height: 400px; }
  @media screen and (min-width: 48em) {
    #mapa {
      height: 600px; } }

.loading #floatingCirclesG {
  display: block; }

#floatingCirclesG {
  position: relative;
  width: 83px;
  height: 83px;
  margin: auto;
  display: none;
  transform: scale(0.6);
  -o-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6); }

.f_circleG {
  position: absolute;
  background-color: white;
  height: 15px;
  width: 15px;
  border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  animation-name: f_fadeG;
  -o-animation-name: f_fadeG;
  -ms-animation-name: f_fadeG;
  -webkit-animation-name: f_fadeG;
  -moz-animation-name: f_fadeG;
  animation-duration: 0.882s;
  -o-animation-duration: 0.882s;
  -ms-animation-duration: 0.882s;
  -webkit-animation-duration: 0.882s;
  -moz-animation-duration: 0.882s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal; }

#frotateG_01 {
  left: 0;
  top: 34px;
  animation-delay: 0.3295s;
  -o-animation-delay: 0.3295s;
  -ms-animation-delay: 0.3295s;
  -webkit-animation-delay: 0.3295s;
  -moz-animation-delay: 0.3295s; }

#frotateG_02 {
  left: 10px;
  top: 10px;
  animation-delay: 0.446s;
  -o-animation-delay: 0.446s;
  -ms-animation-delay: 0.446s;
  -webkit-animation-delay: 0.446s;
  -moz-animation-delay: 0.446s; }

#frotateG_03 {
  left: 34px;
  top: 0;
  animation-delay: 0.5525s;
  -o-animation-delay: 0.5525s;
  -ms-animation-delay: 0.5525s;
  -webkit-animation-delay: 0.5525s;
  -moz-animation-delay: 0.5525s; }

#frotateG_04 {
  right: 10px;
  top: 10px;
  animation-delay: 0.659s;
  -o-animation-delay: 0.659s;
  -ms-animation-delay: 0.659s;
  -webkit-animation-delay: 0.659s;
  -moz-animation-delay: 0.659s; }

#frotateG_05 {
  right: 0;
  top: 34px;
  animation-delay: 0.7755s;
  -o-animation-delay: 0.7755s;
  -ms-animation-delay: 0.7755s;
  -webkit-animation-delay: 0.7755s;
  -moz-animation-delay: 0.7755s; }

#frotateG_06 {
  right: 10px;
  bottom: 10px;
  animation-delay: 0.882s;
  -o-animation-delay: 0.882s;
  -ms-animation-delay: 0.882s;
  -webkit-animation-delay: 0.882s;
  -moz-animation-delay: 0.882s; }

#frotateG_07 {
  left: 34px;
  bottom: 0;
  animation-delay: 0.9985s;
  -o-animation-delay: 0.9985s;
  -ms-animation-delay: 0.9985s;
  -webkit-animation-delay: 0.9985s;
  -moz-animation-delay: 0.9985s; }

#frotateG_08 {
  left: 10px;
  bottom: 10px;
  animation-delay: 1.105s;
  -o-animation-delay: 1.105s;
  -ms-animation-delay: 1.105s;
  -webkit-animation-delay: 1.105s;
  -moz-animation-delay: 1.105s; }

@keyframes f_fadeG {
  0% {
    background-color: black; }
  100% {
    background-color: white; } }
@-o-keyframes f_fadeG {
  0% {
    background-color: black; }
  100% {
    background-color: white; } }
@-ms-keyframes f_fadeG {
  0% {
    background-color: black; }
  100% {
    background-color: white; } }
@-webkit-keyframes f_fadeG {
  0% {
    background-color: black; }
  100% {
    background-color: white; } }
@-moz-keyframes f_fadeG {
  0% {
    background-color: black; }
  100% {
    background-color: white; } }
.cliente-wrapper {
  margin-bottom: 30px;
  position: relative;
  width: 100%; }
  .cliente-wrapper .cliente {
    height: 160px;
    background: #fff;
    width: 100%;
    display: inline-block; }
    .cliente-wrapper .cliente img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

/*# sourceMappingURL=all.css.map */
