@charset "UTF-8";
/* Neat 1.7.0
 * http://neat.bourbon.io
 * Copyright 2012-2014 thoughtbot, inc.
 * MIT License */
 
@viewport{
    zoom: 1.0;
    width: extend-to-zoom;
}
@-ms-viewport{
    width: extend-to-zoom;
    zoom: 1.0;
}
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

h1, h2, h3, h4, h5, h6, ul, ol, dl, blockquote, p, address, hr, table, fieldset, figure, pre {
  margin-bottom: 1.5; }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
  outline: 0; }

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td, th {
  padding: 0; }

/*! HTML5 Boilerplate v5.0.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio, canvas, iframe, img, svg, video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers:
 * http://juicystudio.com/article/screen-readers-display-none.php
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before, .clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *, *:before, *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important; }
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; } }

/*------------------------------------*\
    #RESET
\*------------------------------------*/
/**
 * As well as using normalize.css, it is often advantageous to remove all
 * margins from certain elements.
 */
body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, dl, dd, ol, ul, form, fieldset, legend, figure, table, th, td, caption, hr {
  margin: 0;
  padding: 0; }

/**
 * Give a help cursor to elements that give extra info on `:hover`.
 */
abbr[title], dfn[title] {
  cursor: help; }

/**
 * Remove underlines from potentially troublesome elements.
 */
u, ins {
  text-decoration: none; }

/**
 * Apply faux underlines to inserted text via `border-bottom`.
 */
ins {
  border-bottom: 1px solid; }

html {
  color: #999;
  font-family: "Lato", sans-serif;
  font-size: 1em;
  line-height: 1.5; }

html, body {
  height: 100%; }

body {
  max-width: 100%;
  overflow-x: hidden; }

a {
  color: #fff;
  text-decoration: none; }

h1, h2, h3 {
  margin-bottom: 1em;
  color: #666;
  font-weight: 300;
  line-height: 1; }

h1 {
  font-size: 3.75em; }

h2 {
  font-size: 2em; }

h3 {
  font-size: 1.375em; }

.Heading--default-margin {
  margin-bottom: 40px; }

.Heading--center {
  text-align: center; }

.Heading--upper {
  text-transform: uppercase; }

.Heading--primary-color {
  color: #123e7f; }

.Heading--separator {
  padding-bottom: 10px;
  margin-bottom: 50px;
  font-size: 1em;
  border-bottom: 1px solid #e1e1e1; }

p {
  font-size: 0.875em;
  margin-bottom: 1.5em; }

input[type="text"], input[type="email"], input[type="tel"], textarea, .Input, .CustomSelect {
  display: inline-block;
  padding: 6px 8px;
  font-size: 0.875em;
  border: 1px solid #b3a384;
  resize: none; }
  input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, .Input::-webkit-input-placeholder, .CustomSelect::-webkit-input-placeholder {
    opacity: 1;
    color: #999; }
  input[type="text"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, textarea:-moz-placeholder, .Input:-moz-placeholder, .CustomSelect:-moz-placeholder {
    opacity: 1;
    color: #999; }
  input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, textarea::-moz-placeholder, .Input::-moz-placeholder, .CustomSelect::-moz-placeholder {
    opacity: 1;
    color: #999; }
  input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, textarea:-ms-input-placeholder, .Input:-ms-input-placeholder, .CustomSelect:-ms-input-placeholder {
    opacity: 1;
    color: #999; }
  input[type="text"].placeholder, input[type="email"].placeholder, input[type="tel"].placeholder, textarea.placeholder, .Input.placeholder, .placeholder.CustomSelect {
    opacity: 1;
    color: #999; }
  input[type="text"].Input--has-error, input[type="email"].Input--has-error, input[type="tel"].Input--has-error, textarea.Input--has-error, .Input.Input--has-error, .Input--has-error.CustomSelect {
    border-color: #f44336; }

input[type="text"], input[type="email"], input[type="tel"], textarea {
  padding-top: 8px;
  padding-bottom: 8px; }

.Input--block {
  display: block; }

.FormHighlight {
  color: #f44336; }

.PageWrapper {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  margin-bottom: 40px; }
  .PageWrapper:last-of-type {
    margin-bottom: 0; }

.PageWrapper--no-margin-bottom {
  margin-bottom: 0; }

.PageWrapper-Content {
  display: table-row;
  height: 100%; }

.PageWrapper-Footer {
  display: table-row; }

.Wrapper {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
  max-width: 960px; }
  .Wrapper:after {
    content: "";
    display: table;
    clear: both; }

.Bt {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  position: relative;
  display: inline-block;
  padding: 10px;
  text-align: center;
  border: 1px solid #fff;
  background-color: transparent; }

.Bt--no-border {
  border: none; }

.Bt--center {
  margin: 0 auto; }

.Bt--block {
  display: block;
  width: 100%; }

.Bt--right {
  float: right; }

.GridColumns {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto; }
  .GridColumns:after {
    content: "";
    display: table;
    clear: both; }

.GridColumns-CenterText {
  text-align: center; }

.GridColumns-1 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 6.17215%; }
  .GridColumns-1:last-child {
    margin-right: 0; }

.GridColumns-Shift-1 {
  margin-left: 8.5298%; }

.GridColumns-2 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 14.70196%; }
  .GridColumns-2:last-child {
    margin-right: 0; }

.GridColumns-Shift-2 {
  margin-left: 17.05961%; }

.GridColumns-3 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%; }
  .GridColumns-3:last-child {
    margin-right: 0; }

.GridColumns-Shift-3 {
  margin-left: 25.58941%; }

.GridColumns-4 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%; }
  .GridColumns-4:last-child {
    margin-right: 0; }

.GridColumns-Shift-4 {
  margin-left: 34.11922%; }

.GridColumns-5 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 40.29137%; }
  .GridColumns-5:last-child {
    margin-right: 0; }

.GridColumns-Shift-5 {
  margin-left: 42.64902%; }

.GridColumns-6 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%; }
  .GridColumns-6:last-child {
    margin-right: 0; }
  
.GridColumns-6.InlineItem--right{float:right !important;}

.GridColumns-Shift-6 {
  margin-left: 51.17883%; }


.GridColumns-7 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 57.35098%; }
  .GridColumns-7:last-child {
    margin-right: 0; }

.GridColumns-Shift-7 {
  margin-left: 59.70863%; }

.GridColumns-8 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%; }
  .GridColumns-8:last-child {
    margin-right: 0; }

.GridColumns-Shift-8 {
  margin-left: 68.23843%; }

.GridColumns-9 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 74.41059%; }
  .GridColumns-9:last-child {
    margin-right: 0; }

.GridColumns-Shift-9 {
  margin-left: 76.76824%; }

.GridColumns-10 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 82.94039%; }
  .GridColumns-10:last-child {
    margin-right: 0; }

.GridColumns-Shift-10 {
  margin-left: 85.29804%; }

.GridColumns-11 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 91.4702%; }
  .GridColumns-11:last-child {
    margin-right: 0; }

.GridColumns-Shift-11 {
  margin-left: 93.82785%; }

.GridColumns-12 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%; }
  .GridColumns-12:last-child {
    margin-right: 0; }

.GridColumns-Shift-12 {
  margin-left: 102.35765%; }

.ParagraphList p {
  margin-bottom: 0; }

.AttentionMessage {
  margin-bottom: 60px;
  text-align: center;
  font-size: 0.75em; }

.Img--responsive {
  max-width: 100%; }

.Img--rounded {
  border-radius: 50%; }

.Overlay {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #061326;
  opacity: .9; }

.Overlay--absolute {
  position: absolute; }

.InlineItemsWrapper {
  font-size: 0; }

.InlineItemsWrapper--center {
  text-align: center; }

.InlineItem {
  display: inline-block;
  font-size: 16px; }

.InlineItem--middle {
  vertical-align: middle; }

.InlineItem--top {
  vertical-align: top; }

.InlineItem--no-float {
  float: none; }

.Lede {
  margin-bottom: 40px;
  text-align: center; }

.Lede p a {
  color: #000; }

.Lede--extra-spacing {
  margin-bottom: 100px; }

.Lede--large-spacing {
  margin-bottom: 140px; }

.TaggedFigure {
  position: relative; }

.TaggedFigure-Tag {
  position: absolute;
  bottom: 0;
  left: 0; }

/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}
*/
/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/
.icon {
  margin: 0;
  display: inline-block;
  vertical-align: middle; }

.icon-cimitarra-logo {
  background-image: url(../img/layout/cimitarra-novo-logo.png);
  background-position: 0px 0px;
  width: 210px;   /*140*/
  height: 40px;   /*48*/
  margin: auto;
  left: 0;
  right: 0;
  position: absolute;
  background-repeat: no-repeat; } 

.icon-cimitarra-sword-red {
  background-image: url(../img/sprite.png);
  background-position: 0px -98px;
  width: 49px;
  height: 22px; }

.icon-circle-half-blue-opaque {
  background-image: url(../img/sprite.png);
  background-position: -49px -98px;
  width: 20px;
  height: 20px; }

.icon-circle-plus-blue-opaque {
  background-image: url(../img/sprite.png);
  background-position: -165px -99px;
  width: 24px;
  height: 23px;
  }

.icon-circle-plus-gray {
  background-image: url(../img/sprite.png);
  background-position: -165px -27px;
  width: 24px;
  height: 24px; }

.icon-circle-exclamation-gray {
  background-image: url(../img/sprite.png);
  background-position: -165px -51px;
  width: 24px;
  height: 24px; }

.icon-circle-half-red {
  background-image: url(../img/sprite.png);
  background-position: -165px -123px;
  width: 20px;
  height: 20px; }

.icon-circle-check-red {
  background-image: url(../img/sprite.png);
  background-position: -165px -75px;
  width: 24px;
  height: 24px; }

.icon-close {
  background-image: url(../img/sprite.png);
  background-position: -140px -107px;
  width: 10px;
  height: 10px; }

.icon-round-360 {
  background-image: url(../img/sprite.png);
  background-position: -165px 0px;
  width: 27px;
  height: 27px; }

.icon-download-arrow {
  background-image: url(../img/sprite.png);
  background-position: -140px -59px;
  width: 20px;
  height: 24px; }

.icon-download-arrow--inverse {
  background-image: url(../img/sprite.png);
  background-position: -140px -83px;
  width: 20px;
  height: 24px; }

.icon-dex-logo {
  background-image: url(../img/sprite.png);
  background-position: -140px -36px;
  width: 23px;
  height: 23px; }

.icon-phone {
  background-image: url(../img/sprite.png);
  background-position: -90px -48px;
  width: 35px;
  height: 35px; }

.icon-pin {
  background-image: url(../img/sprite.png);
  background-position: -140px 0px;
  width: 25px;
  height: 36px; }

.icon-mail {
  background-image: url(../img/sprite.png);
  background-position: 0px -120px;
  width: 35px;
  height: 23px; }

.icon-video-play, .VideoPanel-Trigger:before {
  background-image: url(../img/sprite.png);
  background-position: 0px -48px;
  width: 50px;
  height: 50px; }

.icon-upload-arrow {
  background-image: url(../img/sprite.png);
  background-position: 0px -143px;
  width: 20px;
  height: 24px; }

.icon-circled-arrow-down {
  background-image: url(../img/sprite.png);
  background-position: -50px -48px;
  width: 40px;
  height: 40px; }

.FullImageBanner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  font-family: "Quicksand", sans-serif;
  font-weight: 300;
  background-color: #0d2750; }

.FullImageBanner--compact {
  position: relative;
  height: 280px;
  margin-bottom: 40px; }
  .FullImageBanner--compact .FullImageBanner-Title {
    bottom: 40px; }

.FullImageBanner-Image {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0; }

.FullImageBanner-Image--is-active {
  opacity: .6; }

.FullImageBanner-TitleWrapper {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  height: 100%; }
  .FullImageBanner-TitleWrapper:after {
    content: "";
    display: table;
    clear: both; }

.FullImageBanner-Title {
  position: absolute;
  left: 0;
  bottom: 150px;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
  color: #fff; }
  .FullImageBanner-Title svg {
    width: 400px;
    height: 200px; }
  .FullImageBanner-Title circle {
    stroke-dasharray: 240px 72px;
    stroke-dashoffset: -35px; }

.FullImageBanner-Title-Text {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 34px;
  width: 100%;
  height: 100%; }

.FullImageBanner-Title-Top {
  margin-bottom: 6px;
  font-size: 1.75em; }

.FullImageBanner-Title-Main {
  font-size: 3.75em; }

.MainNav {
  margin-bottom: 100px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: "Quicksand", sans-serif;
  font-size: 0.75em;
  font-weight: bold;
  background-color: rgba(13, 39, 80, 0.3);
 }
 

.MainNav ul{margin:0px; padding:0px; list-style:none;}
.MainNav ul li{display:inline;}
.MainNav-Link {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  position: relative;
  display: inline-block;
  padding: 20px 30px; 
}  
.MainNav li:before, .MainNav li:after {
  position: absolute;
  top: 50%;
  display: block;
  width: 3px;
  height: 3px;
  margin-top: -1px;
  border-radius: 50%;
  background-color: #fff;
  
}
.MainNav li:before {
  left: 0; 
}
.MainNav li:after {
  right: 0;
  content: none; 
}
.MainNav li:last-of-type:after {
content: ""; 
}
.MainNav li a:hover {
color: #b3b3b3; 
}

/* menu responsivo */
.slicknav_menu {
  position:absolute;
  background:none;
  display:none;
  position:absolute;  
  top:90px;
  right:0px;
  z-index:101;
}

.slicknav_menutxt{text-shadow:none !important; font-weight:normal !important; line-height:33px !important; letter-spacing:2px;}
.slicknav_btn{background:none; padding:0; margin:0 15px 20px 0;}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 4px;  
}
.slicknav_menu .slicknav_icon-bar{width:35px; height:7px; }
.slicknav_menu .slicknav_nav{
  position:fixed;
  left:0;
  top:130px;
  width:100%;
  background-color: rgba(26, 37, 53, 0.9);
}
.slicknav_menu .slicknav_nav a:hover {
  border-radius:0; 
  background-color: rgba(217, 224, 236, 9);
}

.LanguageNav {
  text-transform: uppercase;
  font-size: 0.5625em;
  font-family: "Quicksand", sans-serif; }

.LanguageNav-Item {
  position: relative;
  margin-right: 16px;
  font-weight: bold; }
  .LanguageNav-Item:after {
    position: absolute;
    right: -25%;
    bottom: 0;
    display: block;
    content: "."; }
  .LanguageNav-Item:last-of-type:after {
    content: none; }

.LanguageNav-Item--is-active {
  font-weight: normal; }
  
.LanguageNav--Mobile{display:none;}

.SocialNav {
  text-transform: uppercase;
  font-family: "Quicksand", sans-serif; }

.SocialNav-Item {
  display: inline-block;
  padding: 8px;
  margin-right: 4px;
  min-width: 32px;
  font-size: 1em;
  text-align: center;
  line-height: 1;
  vertical-align: middle;
  border: 1px solid #fff;
  border: 1px solid rgba(255, 255, 255, 0.6); }
  .SocialNav-Item:last-of-type {
    margin-right: 0; }

.SocialNav-Item--text {
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 0.625em; }

.MainHeader {
position:relative;
  display: block;
  width: 100%;
  padding: 20px 20px 35px 20px;
  margin-bottom:20px;
  z-index:30; 
}
.MainHeader-logo{
  position:absolute;
  /*left:50%;*/
  left: 0;
  right: 0;
  top:10px;
  /*margin-left:-70px;*/
}
.MainHeader-Item {
  display: inline-block; }

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

.MainHeader-Item--right {
  float: right; }

.MainFooter {
  padding: 20px 12px;
  text-align: center;
  font-size: 0.6875em;
  color: #fff;
  border-top: 1px solid #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.6); }

.AltFooter {
  position: relative;
  background-color: #1a4a95;
  color: #fff;
  font-size: 0.875em; }

.AltFooter-Image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-sizing: cover;
  opacity: .3; }

.AltFooter-Text, .AltFooter-Copyright {
  position: relative; }

.AltFooter-Text-Wrapper {
  padding: 40px 0 25px 0;
  border-bottom: 1px solid #fff;
  border-bottom-color: rgba(255, 255, 255, 0.3); }

.AltFooter-Copyright {
  padding: 30px 0;
  font-size: 0.75em; }

.AltFooter-Copyright-Dex {
  text-align: right; }

.AltFooter-Text-Icon, .AltFooter-Text-Text {
  display: inline-block;
  vertical-align: top; }

.AltFooter-Text-Icon {
  padding-left: 20px;
  margin-right: 20px; }

.ProductsLeftNavWrapper {
  position: relative;
}
.ProductsLeftNavWrapper--Mobile{display:none;}

.ProductsLeftNav {
  position: absolute;
  top: 10px;
  left: -100%;
  display: none;
  background-color: #061326; }

.ProductsLeftNav-Bullet {
  padding: 0 20px; }
 .ProductsLeftNav-Bullet:before {
    font-size: 0.625em; }

 .ProductsLeftNav-Name {
  display: inline-block;
  vertical-align: middle; }

 .ProductsLeftNav-Buttons {
  padding: 0 35px; }

 .ProductsLeftNav-Close {
  position: absolute;
  top: -30px;
  right: 0;
  padding: 0; }

 .ProductsLeftNav-Bt {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  display: block;
  margin-bottom: 10px;
  border-color: rgba(13, 41, 82, 0.7); }
 .ProductsLeftNav-Bt:last-of-type {
    margin-bottom: 0; }
.ProductsLeftNav-Bt .icon {
    margin-right: 10px; }
.ProductsLeftNav-Bt:hover {
    border-color: #fff; }

.ProductsLeftNav-Trigger {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  display: inline-block;
  margin-bottom: 30px;
  font-weight: bold; }
 .ProductsLeftNav-Trigger:hover {
    color: #b3b3b3; }

.ProductsLeftNavWrapper  .ProductsLeftNav-Product {
  display: table-cell;
  max-width: 240px;
  text-align: center; }

 .ProductsLeftNav-Product-Details {
  padding: 20px; }

 .ProductsLeftNav-Product-Title {
  margin-bottom: 10px;
  font-size: 1em;
  font-weight: 300;
  color: #fff; }
 
 .ProductsLeftNav-Product-Excerpt {
  margin-bottom: 10px;
  font-size: 0.875em;
  color: #b3a384; }
  
.bx-wrapper .bx-viewport{background:none; border:none; box-shadow:none; left:0;}
  
.PicGallery {
  position: relative;
  overflow: hidden;
  margin-bottom: 60px; }

.PicGallery--extra-spacing {
  margin-bottom: 100px; }

.PicGallery-Figure {
  margin-bottom: 1px; }

.PicGallery-Thumbnail {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  max-width: 86px;
  float: left;
  margin-right: 2px; }

.PicGallery-Thumbnail--is-active {
  opacity: .7; }

.PicGallery-Thumbnail--medium {
  max-width: 16.66667%;
  margin: 1px; }

.Headline {
  overflow: hidden;
  margin-bottom: 40px; }

.Headline-Title {
  font-weight: 300; }

.Headline-Left {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 57.35098%; }
  .Headline-Left:last-child {
    margin-right: 0; }

.Headline-Right {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 40.29137%; }
  .Headline-Right:last-child {
    margin-right: 0; }

.BtDefault, .BtPrimary {
  font-size: 0.875em;
  border: 1px solid #e1e1e1; }

.BtDefault {
  color: #f44336; }
  .BtDefault:hover {
    border-color: #f44336; }

.BtDefault--inverse {
  color: #fff;
  background-color: #f44336;
  border-color: #f44336; }

.BtDefault--highlight {
  border-color: #f44336; }

.BtDefault--has-icon {
  display: table;
  margin-top: 8px; }

.BtDefault-Icon, .BtDefault-IconText {
  display: table-cell;
  vertical-align: middle; }

.BtDefault-Icon {
  padding-right: 10px; }

.BtPrimary {
  color: #123e7f; }
  .BtPrimary:hover {
    border-color: #123e7f; }

.Media {
  margin-bottom: 60px; }

.Media-Headline {
  display: block;
  padding: 18px 0;
  font-size: 0.875em;
  line-height: 1.15;
  color: inherit;
  border: 1px solid #e1e1e1;
  border-left: 0;
  border-right: 0;
  border-top: 0; }
  .Media-Headline:first-of-type {
    border-top: 1px solid #e1e1e1; }
  .Media-Headline:nth-of-type(2n) {
    color: #f44336; }

.Media-Headline-Title {
  margin-bottom: 10px; }
  .Media-Headline-Title:before, .Media-Headline-Title:after {
    color: #f44336; }
  .Media-Headline-Title:before {
    content: "“"; }
  .Media-Headline-Title:after {
    content: "”"; }

.Media-Title {
  text-transform: uppercase; }

.ButtonsGrid {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px; }
  .ButtonsGrid:after {
    content: "";
    display: table;
    clear: both; }
  .ButtonsGrid .GridColumns-3:nth-of-type(4n) {
    margin-right: 0; }

.ButtonsGrid--medium-spacing {
  margin-bottom: 40px; }

.ButtonsGrid-Footnote {
  font-size: 0.75em; }

.Tabs {
  margin-bottom: 40px;
  font-size: 0.875em;
  border-bottom: 1px solid #e1e1e1; }

.Tabs-Nav {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  text-align: center;
  border-bottom: 1px solid #e1e1e1; }
  .Tabs-Nav:after {
    content: "";
    display: table;
    clear: both; }

.Tabs-Content {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  padding-bottom: 40px; }
  .Tabs-Content:after {
    content: "";
    display: table;
    clear: both; }

.Tabs-Item {
  position: relative;
  display: block;
  padding-bottom: 10px;
  color: inherit; }
  .Tabs-Item:before {
    margin-right: 3px;
    color: #f44336;
    content: "›"; }

.Tabs-Item--is-active {
  color: #f44336; }
  .Tabs-Item--is-active:after {
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 3px;
    background-color: #f44336;
    content: ""; }

.VideoPanel {
  position: relative; }

.VideoPanel-Video {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  height: 100%;
  border: 0; }

.VideoPanel-Trigger {
  width: 100%; }
  .VideoPanel-Trigger:before {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -25px;
    margin-left: -25px;
    content: ""; }

.VideoPanel-Img {
  width: 100%;
  height: 300px;
  background-position: center center;
  background-size: cover; }

.Product {
  display: inline-block;
  width: 23.40426%;
  margin-right: 20px;
  margin-bottom: 40px;
  vertical-align: top;
  text-align: center; }


.Product--block {
  display: block;
  width: 100%;
  margin-right: 0; }

.Product--no-margin-bottom {
  margin-bottom: 0; }

.Product-Title {
  font-size: 1em;
  font-weight: normal;
  color: #666;
  text-transform: uppercase; }

.Product-Figure {
  margin-bottom: 16px; }

.Product-Description {
  margin-bottom: 15px; }

.Product-Button {
  min-width: 60%;
  margin-bottom: 10px; }
  .Product-Button:last-of-type {
    margin-bottom: 0; }

.ProductsWrapper {
  margin-bottom: 100px; }
  
.ProductsTableWrapper{width:220px; margin-right:20px; float:left;}
.ProductsTableWrapper:last-child{margin-right:0px;}

.ProductsTable {
  width: 100%;
  margin-bottom: 100px;
  table-layout: fixed;
  text-align: center; }
  .ProductsTable tr {
    border-bottom: 1px solid #e1e1e1; }
  .ProductsTable td {
    padding: 13px 0;
    font-size: 0.875em; }
  
.ProductsTableWrapper{margin-bottom:100px;} 
.ProductsTableWrapper .ProductsTable{margin-bottom:0px;}
.ProductsTableWrapper .ProductsTable tbody tr:last-child{border:none;}



.News {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #e1e1e1;}
  .News:nth-of-type(2n) {
    }

.News section p a {
  color: #d6c7ae;
}

.News-Title {
  margin-bottom: 20px;
  color: #123e7f;
  font-size: 2em; }

.News-Time {
  display: block;
  margin-bottom: 20px;
  color: #cccccc;
  font-size: 0.875em; }

.News-Bt {
  padding-left: 60px;
  padding-right: 60px; }

.News-Figure {
  margin-bottom: 40px; }

.News-Text {
  margin-bottom: 50px; }

.News-Footer {
  text-align: center; }

.News-Footer-Download {
  min-width: 250px; }

.News-Header {
  overflow: hidden;
  margin-bottom: 20px; }

.TaggedFigure-Tag {
  padding: 6px 10px;
  background-color: #061326;
  color: #b3a384;
  font-size: 0.75em; }

.Pagination {
  margin-bottom: 100px;
  text-align: center; }

.Pagination-Item {
  min-width: 60px;
  margin-right: 15px; }
  .Pagination-Item:last-of-type {
    margin-right: 0; }

.Pagination-Item--is-active {
  color: #b3a384; }

.ShareFooter {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e1e1e1; }
  .ShareFooter:after {
    content: "";
    display: table;
    clear: both; }

.ShareFooter-Wrapper {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 91.4702%;
  margin-left: 8.5298%; }
  .ShareFooter-Wrapper:last-child {
    margin-right: 0; }

.ShareFooter-Left, .ShareFooter-Right {
  float: left;
  display: block;
  margin-right: 2.57751%;
  width: 44.04863%; }
  .ShareFooter-Left:last-child, .ShareFooter-Right:last-child {
    margin-right: 0; }

.ShareFooter-Link {
  color: #f44336; }
  .ShareFooter-Link:before {
    content: "<< "; }

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

.ContactForm {
  padding: 0 130px;
  margin-bottom: 100px; }

.ContactForm-Label {
  display: inline-block;
  width: 220px;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px; }
  .ContactForm-Label input, .ContactForm-Label textarea, .ContactForm-Label select, .ContactForm-Label .CustomSelect {
    width: 100%; }
  .ContactForm-Label:nth-of-type(3n) {
    margin-right: 0; }

.ContactForm-Label--full {
  width: 100%; }

.ContactForm-Label-Mandatory {
  font-size: 11px;
}

.ContactForm-MainFieldset {
  overflow: hidden; }

.ContactForm-SubmitArea {
  text-align: right; }
  .ContactForm-SubmitArea .Bt {
    float: right; }

.CustomSelect {
  position: relative; }
  .CustomSelect:before {
    background-image: url(../img/sprite.png);
    background-position: -185px -123px;
    width: 7px;
    height: 4px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -2px;
    content: ""; }

.CustomSelect-Real {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%; }

.CustomCheckbox {
  position: relative;
  display: inline-block;
  cursor: pointer; }

.CustomCheckbox-Label {
  font-size: 0.875em; }

.CustomCheckbox-Input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0; }
  .CustomCheckbox-Input + .CustomCheckbox-Label:before {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    vertical-align: middle;
    border: 1px solid #b3a384;
    content: ""; }
  .CustomCheckbox-Input + .CustomCheckbox-Label:after {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    background-image: url(../img/sprite.png);
    background-position: -69px -98px;
    width: 20px;
    height: 16px;
    position: absolute;
    left: 5px;
    top: 7px;
    opacity: 0;
    content: ""; }
  .CustomCheckbox-Input:checked + .CustomCheckbox-Label:before {
    background-color: #b3a384; }
  .CustomCheckbox-Input:checked + .CustomCheckbox-Label:after {
    opacity: 1; }

.BuildForm {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 82.94039%;
  margin-left: 8.5298%;
  margin-bottom: 100px; }
  .BuildForm:after {
    content: "";
    display: table;
    clear: both; }
  .BuildForm:last-child {
    margin-right: 0; }

.BuildForm-Product {
  text-align: center; }
  .BuildForm-Product .Product {
    width: 220px; }

.BuildForm-Fieldset {
  margin-bottom: 40px; }
  .BuildForm-Fieldset:first-of-type {
    margin-bottom: 60px; }

.BuildForm-Fieldset-Title {
  display: block;
  margin-bottom: 20px;
  font-size: 1.375em;
  font-weight: 300; }

.BuildForm-Fieldset-Label {
  width: 220px;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px; }
  .BuildForm-Fieldset-Label input, .BuildForm-Fieldset-Label select, .BuildForm-Fieldset-Label textarea, .BuildForm-Fieldset-Label .CustomSelect {
    width: 100%; }

.BuildForm-Fieldset-Label--checkbox {
  width: 50%;
  margin-right: 0;
  padding-right: 10px; }

.BuildForm-Fieldset-Label--textarea {
  width: 100%;
  margin-bottom: 0; }

.BuildForm-SubmitArea .Bt {
  float: right; }
.js-checkboxes-error{display:none; margin-bottom:20px;}
.js-checkboxes-error.FormHighlight{display:block;}
.Location {
  float: left;
  display: block;
  margin-right: 4.82916%;
  width: 47.58542%;
  margin-bottom: 55px;
  text-align: center; }
  .Location:last-child {
    margin-right: 0; }
  .Location:nth-of-type(2n) {
    margin-right: 0; }

.Location-Title {
  margin-bottom: 20px;
  font-size: 1em;
  font-style: italic;
  font-weight: bold;
  text-transform: uppercase; }

.Location-Description {
  font-size: 0.875em; }

.Location-Link {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  color: #f44336; }
  .Location-Link:hover {
    color: #f77066; }

.LocationsContainer {
  margin-bottom: 100px; }

.DescriptionTable {
  width: 100%;
  margin-bottom: 20px;
  table-layout: fixed;
  font-size: 0.875em;
  border-collapse: collapse; }
  .DescriptionTable tr {
    padding: 8px 2px;
    border: 1px solid #e1e1e1;
    border-left: 0;
    border-right: 0; }
    .DescriptionTable tr td:first-of-type {
      width: 25%; }
    .DescriptionTable tr td:nth-of-type(2n) {
      font-weight: bold; }
  .DescriptionTable td {
    padding: 6px 2px; }

.GoBackButton {
  display: inline-block;
  color: #f44336;
  font-size: 0.875em;
  border: 0;
  background-color: transparent; }
  .GoBackButton:before {
    content: "<< "; }

.ProductDetails {
  margin-bottom: 30px; }

.Filter {
  margin-bottom: 80px; }

.Filter-Text, .Filter-Nav, .Filter-Nav-Item {
  display: inline-block;
  vertical-align: middle; }

.Filter-Text {
  margin-right: 20px;
  font-size: 1.375em;
  font-weight: 300; }

.Filter-Nav-Item {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  padding: 10px 40px;
  margin-right: 20px;
  text-align: center;
  font-size: 0.875em;
  color: #123e7f;
  border: 1px solid #e1e1e1; }
  .Filter-Nav-Item:last-of-type {
    margin-right: 0; }
  .Filter-Nav-Item:hover {
    border-color: #123e7f; }

.Filter-Nav-Item--is-active {
  color: #a08b64;
  background-color: #dad2c3;
  border-color: transparent; }
  .Filter-Nav-Item--is-active:hover {
    border-color: #b3a384; }

.Historic {
  position: relative;
  clear: both;
  margin-bottom: 110px; }

.Historic-Drawing {
  position: absolute;
  left: -50%;
  top: -205px;
  z-index: -1;
  margin-left: 340px;
  width: 1200px; }
  .Historic-Drawing path {
    stroke: #c6bba4; }

.History {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
  height: 280px;
  text-align: center; }
  .History:last-child {
    margin-right: 0; }
  .History:nth-of-type(4n) {
    margin-right: 0; }
  
.History.even{float: right;}

.History-Figure {
  display: inline-block;
  margin-bottom: 3px;
  max-width: 150px;
  overflow: hidden;
  border: 1px solid #c6bba4;
  border-radius: 50%; }
  .History-Figure img {
    border-radius: 50%;
    border: 5px solid #fff; }

.History-Title {
  font-size: 1.375em; }

.History-Content {
  line-height: 1.2; }

.DownloadButtonsArea {
  text-align: center; }

.DownloadButtonsArea-ButtonContainer {
  width: 60%;
  margin: 0 auto;
  margin-bottom: 40px; }
  .DownloadButtonsArea-ButtonContainer:last-of-type {
    margin-bottom: 0; }

.SubNav {
  width: 100%;
  padding: 10px 0;
  margin-bottom: 40px;
  background-color: #061326;
  font-family: "Lato", sans-serif;
  text-align: center; }

.SubNav--pull-top {
  margin-top: -40px; }

.SubNav-Item {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  padding: 10px;
  font-size: 0.875em;
  font-weight: normal;
  border: 1px solid rgba(26, 74, 149, 0.2); }
  .SubNav-Item:hover {
    border-color: #fff; }

.SubNav-Item--is-active {
  color: #b3a384;
  background-color: rgba(26, 74, 149, 0.2);
  border-color: rgba(26, 74, 149, 0.2); }

.SupportForm {
  margin-bottom: 100px; }
  .SupportForm input[type="text"], .SupportForm input[type="tel"], .SupportForm input[type="email"], .SupportForm select, .SupportForm .CustomSelect {
    width: 220px;
    margin-bottom: 10px;
    margin-right: 10px; }
  .SupportForm .CustomFile {
    position: relative;
    top: 34px; }
  .SupportForm textarea {
    width: 100%; }
  .SupportForm label:nth-of-type(2n) input[type="text"], .SupportForm label:nth-of-type(2n) input[type="tel"], .SupportForm label:nth-of-type(2n) input[type="email"], .SupportForm label:nth-of-type(2n) select, .SupportForm label:nth-of-type(2n) .CustomSelect {
    margin-right: 0; }
  .SupportForm .CustomCheckbox {
    float: left;
    display: block;
    margin-right: 4.82916%;
    width: 30.11389%;
    margin-bottom: 10px; }
    .SupportForm .CustomCheckbox:last-child {
      margin-right: 0; }
    .SupportForm .CustomCheckbox:nth-of-type(3n) {
      margin-right: 0; }

.SupportForm-Fieldset {
  margin-bottom: 60px; }

.SupportForm-Fieldset--has-separator {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #e1e1e1; }

.SupportForm-SubmitArea-Observations {
  position: relative;
  top: 10px;
  font-size: 0.6875em; }

.CustomFile {
  position: relative;
  display: table; }
  .CustomFile input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer; }
  .CustomFile:hover .Bt {
    border-color: #f44336; }

.CustomFile-Bt, .CustomFile-File {
  display: table-cell;
  vertical-align: middle; }

.CustomFile-File {
  padding: 0 20px;
  font-size: 0.875em; }

.CustomFile-Bt {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  width: 50%; }
  .CustomFile-Bt .Bt {
    width: 100%; }

.PageWrapper-GoDown {
  background-image: url(../img/sprite.png);
  background-position: -50px -48px;
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -20px;
  background-color: transparent;
  border: none; 
  z-index:0;
  }

.PageWrapper--no-bottom {
  margin-bottom: 0; }

.spinner {
  display: none;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  position: fixed;
  left: 50%;
  top: 50%; }

.spinner--absolute {
  position: absolute; }

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out; }

.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0); }

  50% {
    -webkit-transform: scale(1); } }

@keyframes bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0); }

  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }
