@charset "UTF-8";
/*@import "compass";
@import "compass/css3";*/
@font-face {
  font-family: 'Exo2-0-Light';
  src: url("../fonts/Exo2-0-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Exo2-0-Light.otf") format("opentype"), url("../fonts/Exo2-0-Light.woff") format("woff"), url("../fonts/Exo2-0-Light.ttf") format("truetype"), url("../fonts/Exo2-0-Light.svg#Exo2.0-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Exo2-0-Regular';
  src: url("../fonts/Exo2-0-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Exo2-0-Regular.otf") format("opentype"), url("../fonts/Exo2-0-Regular.woff") format("woff"), url("../fonts/Exo2-0-Regular.ttf") format("truetype"), url("../fonts/Exo2-0-Regular.svg#Exo2.0-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Exo2-0-Medium';
  src: url("../fonts/Exo2-0-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Exo2-0-Medium.otf") format("opentype"), url("../fonts/Exo2-0-Medium.woff") format("woff"), url("../fonts/Exo2-0-Medium.ttf") format("truetype"), url("../fonts/Exo2-0-Medium.svg#Exo2.0-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Exo2-0-Bold';
  src: url("../fonts/Exo2-0-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Exo2-0-Bold.otf") format("opentype"), url("../fonts/Exo2-0-Bold.woff") format("woff"), url("../fonts/Exo2-0-Bold.ttf") format("truetype"), url("../fonts/Exo2-0-Bold.svg#Exo2.0-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Exo2-0-SemiBold';
  src: url("../fonts/Exo2-0-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Exo2-0-SemiBold.otf") format("opentype"), url("../fonts/Exo2-0-SemiBold.woff") format("woff"), url("../fonts/Exo2-0-SemiBold.ttf") format("truetype"), url("../fonts/Exo2-0-SemiBold.svg#Exo2.0-SemiBold") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* ICONS */
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?5segqt');
  src:  url('../fonts/icomoon.eot?5segqt#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?5segqt') format('truetype'),
    url('../fonts/icomoon.woff?5segqt') format('woff'),
    url('../fonts/icomoon.svg?5segqt#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* END ICONS */
/* dimensao do meu content */
/* breaking point mobile */
/* breaking point tablet */
/* dimensao gutter */
/* dimensao colunas */
/* reset ao omega */
/* line 4, neat/grid/_box-sizing.scss */
html {
  box-sizing: border-box;
}

/* line 9, neat/grid/_box-sizing.scss */
*, *::after, *::before {
  box-sizing: inherit;
}

/*
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);
}

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/
/* BLUE */
/* GREY */
/*! HTML5 Boilerplate v5.1.0 | MIT License | https://html5boilerplate.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
   ========================================================================== */
/* line 13, base/_base.scss */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
}

/* line 20, base/_base.scss */
* {
  box-sizing: border-box;
  text-decoration: none;
  outline: 0;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

/* line 26, base/_base.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  font-weight: normal;
}

/* HTML5 display-role reset for older browsers */
/* line 47, base/_base.scss */
body {
  line-height: 1;
  margin: 0;
  position: relative;
  float: left;
  width: 100%;
}

/* line 54, base/_base.scss */
ol, ul {
  list-style: none;
}

/* line 57, base/_base.scss */
blockquote, q {
  quotes: none;
}

/* line 60, base/_base.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 65, base/_base.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
 * 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.
 */
/* line 78, base/_base.scss */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 83, base/_base.scss */
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
/* line 92, base/_base.scss */
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
 */
/* line 107, base/_base.scss */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
/* line 120, base/_base.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
/* line 130, base/_base.scss */
textarea {
  resize: vertical;
}

/*! 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.
 */
/* 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.
 */
/* line 153, base/_base.scss */
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.
 */
/* line 174, base/_base.scss */
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.
 */
/* line 187, base/_base.scss */
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.
 */
/* line 197, base/_base.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 209, base/_base.scss */
a {
  background-color: transparent;
}

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

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

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

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 247, base/_base.scss */
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.
 */
/* line 265, base/_base.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 274, base/_base.scss */
small {
  font-size: 80%;
}

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

/* line 290, base/_base.scss */
sup {
  top: -0.5em;
}

/* line 294, base/_base.scss */
sub {
  bottom: -0.25em;
}

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

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 313, base/_base.scss */
svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Address differences between Firefox and other browsers.
 */
/* line 332, base/_base.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 341, base/_base.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 349, base/_base.scss */
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.
 */
/* line 372, base/_base.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
  border: 0;
  border-radius: 0;
  padding: 0;
  appearance: none;
  /* -webkit-appearance: none; */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 391, base/_base.scss */
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.
 */
/* line 402, base/_base.scss */
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.
 */
/* line 415, base/_base.scss */
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.
 */
/* line 427, base/_base.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 436, base/_base.scss */
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.
 */
/* line 447, base/_base.scss */
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.
 */
/* line 459, base/_base.scss */
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`.
 */
/* line 471, base/_base.scss */
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.
 */
/* line 481, base/_base.scss */
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).
 */
/* line 492, base/_base.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 501, base/_base.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/**
 * 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.
 */
/* line 512, base/_base.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 521, base/_base.scss */
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.
 */
/* line 530, base/_base.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 540, base/_base.scss */
td,
th {
  padding: 0;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
/* line 550, base/_base.scss */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers:
 */
/* line 566, base/_base.scss */
.hidden {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
/* line 575, base/_base.scss */
.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
 */
/* line 592, base/_base.scss */
.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
 */
/* line 606, base/_base.scss */
.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.
 */
/* line 622, base/_base.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 628, base/_base.scss */
.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 {
  /* line 645, base/_base.scss */
  *,
  *: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;
  }

  /* line 655, base/_base.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 660, base/_base.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 664, base/_base.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  /* line 673, base/_base.scss */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  /* line 678, base/_base.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  /* line 689, base/_base.scss */
  thead {
    display: table-header-group;
  }

  /* line 693, base/_base.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 698, base/_base.scss */
  img {
    max-width: 100% !important;
  }

  /* line 702, base/_base.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 709, base/_base.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* outros estilos */
/* line 722, base/_base.scss */
.row {
  max-width: 1562px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1.6%;
}
/* line 20, bourbon/addons/_clearfix.scss */
.row::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (max-width: 1300px) {
  /* line 722, base/_base.scss */
  .row {
    padding: 0 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  /* line 722, base/_base.scss */
  .row {
    max-width: 1056px;
  }
}

/* line 733, base/_base.scss */
#mobile_visible {
  display: none;
}
@media screen and (max-width: 1300px) {
  /* line 733, base/_base.scss */
  #mobile_visible {
    display: block;
  }
}

/* line 740, base/_base.scss */
.btn_default {
  float: left;
  background-color: #0080bb;
  padding: 12.5px 20px 14.5px;
  font-family: 'Exo2-0-Medium';
  font-size: 11px;
  line-height: 13px;
  color: #FFFFFF;
  text-transform: uppercase;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  z-index: 1;
}
/* line 751, base/_base.scss */
.btn_default:hover::before {
  width: 100%;
}
/* line 755, base/_base.scss */
.btn_default::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background-color: #036a99;
  z-index: -1;
  border-radius: 5px;
  -webkit-transition: width 300ms ease-in-out;
  -moz-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}

/* line 766, base/_base.scss */
.btn_arrow2 {
  float: left;
  background-color: #FFFFFF;
  padding: 12.5px 20px 14.5px;
  font-family: 'Exo2-0-Medium';
  font-size: 11px;
  line-height: 13px;
  color: #0080bb;
  text-transform: uppercase;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: color 300ms ease-in-out, background-color 250ms ease-in-out;
  -moz-transition: color 300ms ease-in-out, background-color 250ms ease-in-out;
  transition: color 300ms ease-in-out, background-color 250ms ease-in-out;
}
/* line 777, base/_base.scss */
.btn_arrow2:hover {
  background-color: #036a99;
  color: #FFFFFF;
}
/* line 780, base/_base.scss */
.btn_arrow2:hover::after {
  color: #FFFFFF;
}
/* line 784, base/_base.scss */
.btn_arrow2::after {
  content: "";
  font-family: 'icomoon' !important;
  font-size: 7px;
  color: #0080bb;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 200ms ease-in-out;
  -moz-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  float: right;
  margin: 3px 0 0 10px;
  -webkit-transition: color 300ms ease-in-out;
  -moz-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
}

/* line 793, base/_base.scss */
.btn_arrow {
  float: left;
  background-color: #0080bb;
  padding: 12.5px 20px 14.5px;
  font-family: 'Exo2-0-Medium';
  font-size: 11px;
  line-height: 13px;
  color: #FFFFFF;
  text-transform: uppercase;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  z-index: 1;
}
/* line 804, base/_base.scss */
.btn_arrow:hover::before {
  width: 100%;
}
/* line 808, base/_base.scss */
.btn_arrow::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background-color: #036a99;
  z-index: -1;
  border-radius: 5px;
  -webkit-transition: width 300ms ease-in-out;
  -moz-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}
/* line 817, base/_base.scss */
.btn_arrow::after {
  content: "";
  font-family: 'icomoon' !important;
  font-size: 7px;
  color: #FFFFFF;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 200ms ease-in-out;
  -moz-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  float: right;
  padding: 3px 0 0 10px;
}

/* line 825, base/_base.scss */
.btn_arrow_big {
  float: left;
  background-color: #0080bb;
  padding: 12.5px 65px 14.5px 20px;
  font-family: 'Exo2-0-Medium';
  font-size: 11px;
  line-height: 13px;
  color: #FFFFFF;
  text-transform: uppercase;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  z-index: 1;
  letter-spacing: .5px;
}
/* line 837, base/_base.scss */
.btn_arrow_big:hover::before {
  background-color: #0080bb;
}
/* line 840, base/_base.scss */
.btn_arrow_big:hover::after {
  color: #FFFFFF;
}
/* line 844, base/_base.scss */
.btn_arrow_big::before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 45px;
  background-color: #222222;
  -webkit-transition: background-color 250ms ease-in-out;
  -moz-transition: background-color 250ms ease-in-out;
  transition: background-color 250ms ease-in-out;
}
/* line 851, base/_base.scss */
.btn_arrow_big::after {
  content: "";
  font-family: 'icomoon' !important;
  font-size: 10px;
  color: #0080bb;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 200ms ease-in-out;
  -moz-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  z-index: 1;
  position: absolute;
  top: 15px;
  right: 18px;
  -webkit-transition: color 300ms ease-in-out;
  -moz-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
}

/* line 859, base/_base.scss */
.btn_arrow3 {
  float: left;
  font-family: 'Exo2-0-Bold';
  font-size: 13px;
  line-height: 15px;
  color: #0080bb;
  text-transform: uppercase;
  -webkit-transition: color 200ms ease-in-out;
  -moz-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
}
/* line 864, base/_base.scss */
.btn_arrow3:hover {
  color: #036a99;
}
/* line 866, base/_base.scss */
.btn_arrow3:hover::after {
  color: #036a99;
}
/* line 870, base/_base.scss */
.btn_arrow3::after {
  content: "";
  font-family: 'icomoon' !important;
  font-size: 12px;
  color: #0080bb;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 200ms ease-in-out;
  -moz-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  float: right;
  margin: 2px 0 0 15px;
}

/* line 878, base/_base.scss */
.center_vertically {
  display: table-cell;
  vertical-align: middle;
}

/* line 883, base/_base.scss */
.mobile_hidden {
  display: block;
}
@media screen and (max-width: 1300px) {
  /* line 883, base/_base.scss */
  .mobile_hidden {
    display: none;
  }
}

/* line 890, base/_base.scss */
.desktop_hidden {
  display: none;
}
@media screen and (max-width: 1300px) {
  /* line 890, base/_base.scss */
  .desktop_hidden {
    display: block;
  }
}

/* line 897, base/_base.scss */
.line1 {
  position: absolute;
  top: 0;
  left: calc(19.8% - 1.6%);
  background-color: #ebebeb;
  height: 100%;
  width: 1px;
  z-index: -1;
}

/* line 904, base/_base.scss */
.line2 {
  position: absolute;
  top: 0;
  left: 50%;
  background-color: #ebebeb;
  height: 100%;
  width: 1px;
  z-index: -1;
}

/* line 911, base/_base.scss */
.line3 {
  position: absolute;
  top: 0;
  right: calc(19.8% - 1.6%);
  background-color: #ebebeb;
  height: 100%;
  width: 1px;
  z-index: -1;
}

/* line 918, base/_base.scss */
#container_default {
  float: left;
  width: 100%;
  overflow: hidden;
  margin-top: 85px;
}
@media screen and (max-width: 1300px) {
  /* line 918, base/_base.scss */
  #container_default {
    margin-top: 65px;
  }
}
/* line 926, base/_base.scss */
#container_default .row {
  padding-top: 95px;
  position: relative;
}
@media screen and (max-width: 1300px) {
  /* line 926, base/_base.scss */
  #container_default .row {
    padding-top: 45px;
  }
}
/* line 933, base/_base.scss */
#container_default section {
  float: left;
  width: 100%;
  margin-bottom: 70px;
}
@media screen and (max-width: 1300px) {
  /* line 933, base/_base.scss */
  #container_default section {
    margin-bottom: 50px;
  }
}
/* line 941, base/_base.scss */
#container_default.white {
  background-color: #FFFFFF;
}

/* line 946, base/_base.scss */
.col-offset-1 {
  margin-left: 8.46667%;
}
@media screen and (max-width: 1300px) {
  /* line 946, base/_base.scss */
  .col-offset-1 {
    margin-left: 0%;
  }
}

/* line 953, base/_base.scss */
.col-offset-2 {
  margin-left: 16.93333%;
}
@media screen and (max-width: 1300px) {
  /* line 953, base/_base.scss */
  .col-offset-2 {
    margin-left: 0%;
  }
}

/* line 960, base/_base.scss */
.col-lg-2 {
  float: left;
  display: block;
  margin-right: 1.6%;
  width: 15.33333%;
}
/* line 89, neat/grid/_span-columns.scss */
.col-lg-2:last-child {
  margin-right: 0;
}

/* line 964, base/_base.scss */
.col-lg-3 {
  float: left;
  display: block;
  margin-right: 1.6%;
  width: 23.8%;
}
/* line 89, neat/grid/_span-columns.scss */
.col-lg-3:last-child {
  margin-right: 0;
}

/* line 968, base/_base.scss */
.col-lg-4 {
  float: left;
  display: block;
  margin-right: 1.6%;
  width: 32.26667%;
}
/* line 89, neat/grid/_span-columns.scss */
.col-lg-4:last-child {
  margin-right: 0;
}

/* line 972, base/_base.scss */
.col-lg-6 {
  float: left;
  display: block;
  margin-right: 1.6%;
  width: 49.2%;
}
/* line 89, neat/grid/_span-columns.scss */
.col-lg-6:last-child {
  margin-right: 0;
}

/* line 976, base/_base.scss */
.col-lg-7 {
  float: left;
  display: block;
  margin-right: 1.6%;
  width: 57.66667%;
}
/* line 89, neat/grid/_span-columns.scss */
.col-lg-7:last-child {
  margin-right: 0;
}

/* line 980, base/_base.scss */
.col-lg-8 {
  float: left;
  display: block;
  margin-right: 1.6%;
  width: 66.13333%;
}
/* line 89, neat/grid/_span-columns.scss */
.col-lg-8:last-child {
  margin-right: 0;
}

/* line 984, base/_base.scss */
.col-lg-12 {
  float: left;
  display: block;
  margin-right: 1.6%;
  width: 100%;
}
/* line 89, neat/grid/_span-columns.scss */
.col-lg-12:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1300px) {
  /* line 988, base/_base.scss */
  .col-sm-6 {
    float: left;
    display: block;
    margin-right: 3.25203%;
    width: 100%;
  }
  /* line 89, neat/grid/_span-columns.scss */
  .col-sm-6:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
  /* line 994, base/_base.scss */
  .col-md-6 {
    float: left;
    display: block;
    margin-right: 1.6%;
    width: 49.2%;
  }
  /* line 89, neat/grid/_span-columns.scss */
  .col-md-6:last-child {
    margin-right: 0;
  }
}

/* line 1, components/_index.scss */
header {
  position: fixed;
  top: 0;
  left: 0;
  height: 85px;
  width: 100%;
  z-index: 99999;
}
@media screen and (max-width: 1300px) {
  /* line 1, components/_index.scss */
  header {
    height: 65px;
  }
}
/* line 10, components/_index.scss */
header.open_mobile .menu_mobile::after {
  content: "";
  font-size: 17px;
  margin-left: 25px;
}
/* line 18, components/_index.scss */
header .menu_mobile {
  float: left;
  height: 65px;
  width: 65px;
  background-color: #0080bb;
}
/* line 22, components/_index.scss */
header .menu_mobile::after {
  content: "";
  font-family: 'icomoon' !important;
  font-size: 16px;
  color: white;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 200ms ease-in-out;
  -moz-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  float: left;
  margin: 25px 0 0 23px;
}
/* line 29, components/_index.scss */
header .container_logo {
  float: left;
  height: 100%;
  width: 210px;
  background-color: #231f20;
}
@media screen and (max-width: 1300px) {
  /* line 29, components/_index.scss */
  header .container_logo {
    width: calc(100% - 65px);
  }
}
/* line 36, components/_index.scss */
header .container_logo img {
  display: table;
  margin: 27px auto 0;
  height: auto;
  width: 160px;
}
@media screen and (max-width: 1300px) {
  /* line 36, components/_index.scss */
  header .container_logo img {
    height: auto;
    width: 110px;
    margin-top: 22px;
  }
}
/* line 46, components/_index.scss */
header .interaction_area {
  float: left;
  height: 100%;
  width: calc(100% - 210px);
  background-color: #0080bb;
  padding-left: 30px;
  position: relative;
}
@media screen and (max-width: 1300px) {
  /* line 46, components/_index.scss */
  header .interaction_area {
    display: none;
    position: fixed;
    top: 65px;
    left: 0;
    z-index: 2;
    overflow: auto;
    height: 100%;
    width: 100%;
    background-color: #222222;
    padding: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  /* line 46, components/_index.scss */
  header .interaction_area {
    width: 50%;
  }
}
/* line 64, components/_index.scss */
header .interaction_area #main_menu {
  float: left;
  height: 100%;
  position: relative;
  padding-right: 30px;
}
@media screen and (max-width: 1300px) {
  /* line 64, components/_index.scss */
  header .interaction_area #main_menu {
    height: auto;
    width: 100%;
    padding: 18px 0;
    border-bottom: 1px solid #303030;
  }
}
/* line 74, components/_index.scss */
header .interaction_area #main_menu::after {
  content: " ";
  position: absolute;
  top: calc(50% - 10px);
  right: 0;
  background-color: #FFFFFF;
  opacity: .5;
  height: 20px;
  width: 1px;
}
@media screen and (max-width: 1300px) {
  /* line 74, components/_index.scss */
  header .interaction_area #main_menu::after {
    display: none;
  }
}
/* line 85, components/_index.scss */
header .interaction_area #main_menu.hide_line::after {
  display: none;
}
/* line 89, components/_index.scss */
header .interaction_area #main_menu li {
  display: table;
  float: left;
  height: 100%;
  margin-right: 35px;
  position: relative;
}
@media screen and (max-width: 1300px) {
  /* line 89, components/_index.scss */
  header .interaction_area #main_menu li {
    margin-right: 0;
    height: auto;
    width: 100%;
  }
}
/* line 102, components/_index.scss */
header .interaction_area #main_menu li.selected > a::before {
  height: 15px;
  top: 0;
  opacity: 1;
}
@media screen and (max-width: 1300px) {
  /* line 102, components/_index.scss */
  header .interaction_area #main_menu li.selected > a::before {
    display: none;
  }
}
/* line 110, components/_index.scss */
header .interaction_area #main_menu li.selected > a::after {
  content: " ";
  height: 15px;
  width: 1px;
  background-color: #FFFFFF;
  position: absolute;
  bottom: 0;
  left: 50%;
}
@media screen and (max-width: 1300px) {
  header .interaction_area #main_menu li.selected > a {
    opacity: 1;
  }

  header .interaction_area #main_menu li > a {
    opacity: 0.6;
  }
  /* line 110, components/_index.scss */
  header .interaction_area #main_menu li.selected > a::after {
    background-color: transparent;
    display: block;
    height: 1px;
    width: 15px;
    top: 50%;
    right: 0;
    left: auto;
  }
}
/* line 122, components/_index.scss */
header .interaction_area #main_menu li.selected > a:hover {
  padding-top: 0;
}
@media screen and (max-width: 1300px) {
  /* line 122, components/_index.scss */
  header .interaction_area #main_menu li.selected > a:hover {
    padding-top: 18px;
  }
}
/* line 132, components/_index.scss */
@media (max-width: 1300px) {
  header .interaction_area #main_menu li.have_sub_menu > a::after {
    content: "";
    font-family: 'icomoon' !important;
    font-size: 9px;
    color: #FFFFFF;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: color 200ms ease-in-out;
    -moz-transition: color 200ms ease-in-out;
    transition: color 200ms ease-in-out;
    float: right;
    margin: 4px 0 0 5px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
/* line 142, components/_index.scss */
header .interaction_area #main_menu li:hover > a {
  padding-top: 10px;
}
@media screen and (max-width: 1300px) {
  /* line 142, components/_index.scss */
  header .interaction_area #main_menu li:hover > a {
    padding-top: 18px;
  }
}
/* line 147, components/_index.scss */
header .interaction_area #main_menu li:hover > a::before {
  height: 15px;
  opacity: 1;
}
@media screen and (max-width: 1300px) {
  /* line 147, components/_index.scss */
  header .interaction_area #main_menu li:hover > a::before {
    display: none;
  }
}
/* line 156, components/_index.scss */
header .interaction_area #main_menu li a {
  vertical-align: middle;
  display: table-cell;
  position: relative;
  height: 100%;
  width: 100%;
  font-family: 'Exo2-0-SemiBold';
  font-size: 13px;
  line-height: 14px;
  color: #FFFFFF;
  text-transform: uppercase;
  -webkit-transition: padding 200ms ease-in-out 50ms;
  -moz-transition: padding 200ms ease-in-out 50ms;
  transition: padding 200ms ease-in-out 50ms;
}
@media screen and (max-width: 1300px) {
  /* line 156, components/_index.scss */
  header .interaction_area #main_menu li a {
    padding: 18px 18px;
    float: left;
  }
}
/* line 168, components/_index.scss */
header .interaction_area #main_menu li a::before {
  content: " ";
  height: 0;
  width: 1px;
  opacity: .5;
  background-color: #FFFFFF;
  position: absolute;
  top: 15px;
  left: 50%;
  -webkit-transition: height 200ms ease-in-out, opacity 100ms ease-in-out;
  -moz-transition: height 200ms ease-in-out, opacity 100ms ease-in-out;
  transition: height 200ms ease-in-out, opacity 100ms ease-in-out;
}
/* line 177, components/_index.scss */
header .interaction_area #main_menu li:last-child {
  margin-right: 0;
}
/* line 181, components/_index.scss */
header .interaction_area #main_menu .sub_menu {
  display: none;
  min-width: 100%;
  position: absolute;
  top: 85px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #231f20;
  padding: 14px 0;
  z-index: 2;
}
@media screen and (max-width: 1300px) {
  /* line 181, components/_index.scss */
  header .interaction_area #main_menu .sub_menu {
    position: inherit;
    top: inherit;
    left: inherit;
    transform: none;
    width: 100%;
    background-color: transparent;
    float: left;
    font-family: 'Exo2-0-SemiBold';
    padding: 0;
    border-bottom: 1px solid #0080bb;
  }
  header .interaction_area #main_menu .sub_menu a {
    font-family: 'Exo2-0-SemiBold', sans-serif !important;
  }
}
/* line 196, components/_index.scss */
header .interaction_area #main_menu .sub_menu:before {
  content: " ";
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #0080bb;
  position: absolute;
  top: 0;
  left: calc(50% - 9px);
}
@media screen and (max-width: 1300px) {
  /* line 196, components/_index.scss */
  header .interaction_area #main_menu .sub_menu:before {
    display: none;
  }
}
/* line 206, components/_index.scss */
header .interaction_area #main_menu .sub_menu li {
  float: left;
  width: 100%;
  padding: 13px 0;
}
@media screen and (max-width: 1300px) {
  /* line 206, components/_index.scss */
  header .interaction_area #main_menu .sub_menu li {
    padding: 0;
  }
}
/* line 213, components/_index.scss */
header .interaction_area #main_menu .sub_menu li a {
  float: left;
  width: 100%;
  font-family: 'Exo2-0-Medium';
  font-size: 12px;
  line-height: 14px;
  color: white;
  text-transform: uppercase;
  text-align: center;
  padding-top: 0;
  padding-right: 12px;
  padding-left: 12px;
  -webkit-transition: color 200ms ease;
  -moz-transition: color 200ms ease;
  transition: color 200ms ease;
}
@media screen and (max-width: 1300px) {
  /* line 213, components/_index.scss */
  header .interaction_area #main_menu .sub_menu li a {
    text-align: left;
    text-transform: capitalize;
    font-size: 11px;
    line-height: 13px;
    font-family: 'Exo2-0-Light';
  }
}
/* line 228, components/_index.scss */
header .interaction_area #main_menu .sub_menu li a:hover {
  color: #036a99;
}
/* line 231, components/_index.scss */
header .interaction_area #main_menu .sub_menu li a::before {
  display: none;
}
/* line 238, components/_index.scss */
header .interaction_area .private_area {
  float: left;
  font-family: 'Exo2-0-Medium';
  font-size: 11px;
  line-height: 13px;
  color: #FFFFFF;
  text-transform: uppercase;
  padding-top: 37px;
  margin-left: 30px;
  height: 100%;
  position: relative;
  -webkit-transition: padding 200ms ease-in-out 50ms;
  -moz-transition: padding 200ms ease-in-out 50ms;
  transition: padding 200ms ease-in-out 50ms;
}
@media screen and (max-width: 1300px) {
  /* line 238, components/_index.scss */
  header .interaction_area .private_area {
    height: 55px;
    width: 100%;
    text-align: center;
    margin-left: 0;
    padding-top: 20px;
  }
}
/* line 253, components/_index.scss */
header .interaction_area .private_area:hover {
  padding-top: 42px;
}
/* line 255, components/_index.scss */
header .interaction_area .private_area:hover::after {
  height: 15px;
  opacity: 1;
}
@media screen and (max-width: 1300px) {
  /* line 253, components/_index.scss */
  header .interaction_area .private_area:hover {
    padding-top: 20px;
  }
}
/* line 263, components/_index.scss */
header .interaction_area .private_area::before {
  content: "";
  float: left;
  margin-right: 10px;
  font-family: 'icomoon' !important;
  font-size: 14px;
  color: #FFFFFF;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 200ms ease-in-out;
  -moz-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
}
@media screen and (max-width: 1300px) {
  /* line 263, components/_index.scss */
  header .interaction_area .private_area::before {
    float: none;
    display: inline-block;
  }
}
/* line 273, components/_index.scss */
header .interaction_area .private_area::after {
  content: " ";
  height: 0;
  width: 1px;
  opacity: .5;
  background-color: #FFFFFF;
  position: absolute;
  top: 15px;
  left: 50%;
  -webkit-transition: height 200ms ease-in-out, opacity 100ms ease-in-out;
  -moz-transition: height 200ms ease-in-out, opacity 100ms ease-in-out;
  transition: height 200ms ease-in-out, opacity 100ms ease-in-out;
}
@media screen and (max-width: 1300px) {
  /* line 273, components/_index.scss */
  header .interaction_area .private_area::after {
    display: none;
  }
}
/* line 285, components/_index.scss */
header .interaction_area .container_languages {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 85px;
  background-color: #036a99;
}
@media screen and (max-width: 1300px) {
  /* line 285, components/_index.scss */
  header .interaction_area .container_languages {
    position: initial;
    top: inherit;
    right: inherit;
    float: left;
    height: auto;
    width: 100%;
    padding: 30px 0;
    background-color: #1e1e1e;
  }
}
/* line 302, components/_index.scss */
header .interaction_area .container_languages.open .languages span::after {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
/* line 308, components/_index.scss */
header .interaction_area .container_languages .languages {
  float: left;
  height: 100%;
  width: 100%;
  text-align: center;
  font-family: 'Exo2-0-SemiBold';
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: background-color 200ms ease;
  -moz-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}
@media screen and (max-width: 1300px) {
  /* line 308, components/_index.scss */
  header .interaction_area .container_languages .languages {
    display: none;
  }
}
/* line 319, components/_index.scss */
header .interaction_area .container_languages .languages:hover {
  background-color: #045b83;
}
/* line 322, components/_index.scss */
header .interaction_area .container_languages .languages::before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
/* line 330, components/_index.scss */
header .interaction_area .container_languages .languages.no_languages span::after {
  display: none;
}
/* line 335, components/_index.scss */
header .interaction_area .container_languages .languages span {
  display: inline-block;
}
/* line 337, components/_index.scss */
header .interaction_area .container_languages .languages span::after {
  content: "";
  font-family: 'icomoon' !important;
  font-size: 9px;
  color: #FFFFFF;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 200ms ease-in-out;
  -moz-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  float: right;
  margin: 4px 0 0 5px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: -webkit-transform 200ms ease;
  -moz-transition: -moz-transform 200ms ease;
  transition: transform 200ms ease;
}
/* line 347, components/_index.scss */
header .interaction_area .container_languages .languages_list {
  display: none;
  position: absolute;
  top: 85px;
  right: 0;
  width: 100%;
  background-color: #036a99;
  padding-top: 22px;
  opacity: 0;
  z-index: 2;
}
@media screen and (max-width: 1300px) {
  /* line 347, components/_index.scss */
  header .interaction_area .container_languages .languages_list {
    display: table;
    opacity: 1;
    position: inherit;
    top: inherit;
    right: inherit;
    background-color: transparent;
    padding-top: 0;
    width: auto;
    margin: 0 auto 30px;
  }
}
/* line 366, components/_index.scss */
header .interaction_area .container_languages .languages_list::before {
  content: " ";
  height: 1px;
  width: 100%;
  background-color: #0080bb;
  position: absolute;
  top: -1px;
  left: 0;
}
@media screen and (max-width: 1300px) {
  /* line 366, components/_index.scss */
  header .interaction_area .container_languages .languages_list::before {
    display: none;
  }
}
/* line 375, components/_index.scss */
header .interaction_area .container_languages .languages_list li {
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 19px;
}
@media screen and (max-width: 1300px) {
  /* line 375, components/_index.scss */
  header .interaction_area .container_languages .languages_list li {
    width: auto;
    margin: 0 10px 0 0;
    padding-right: 10px;
    border-right: 1px solid #353535;
  }
  /* line 385, components/_index.scss */
  header .interaction_area .container_languages .languages_list li:last-child {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
  }
}
/* line 391, components/_index.scss */
header .interaction_area .container_languages .languages_list li a {
  font-family: 'Exo2-0-SemiBold';
  font-size: 14px;
  line-height: 16px;
  color: #cbcbcb;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-transition: color 200ms ease;
  -moz-transition: color 200ms ease;
  transition: color 200ms ease;
}
/* line 396, components/_index.scss */
header .interaction_area .container_languages .languages_list li a:hover {
  color: #FFFFFF;
}
/* line 403, components/_index.scss */
header .interaction_area .container_search {
  position: absolute;
  top: 0;
  right: 85px;
  height: 100%;
  width: 85px;
  background-color: #0080bb;
  z-index: 1;
  -webkit-transition: width 300ms ease-in-out;
  -moz-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}
@media screen and (max-width: 1300px) {
  /* line 403, components/_index.scss */
  header .interaction_area .container_search {
    top: -65px;
    right: 0;
    height: 65px;
    width: calc(100% - 65px);
  }
}
/* line 414, components/_index.scss */
header .interaction_area .container_search.open {
  width: calc(100% - 85px);
}
/* line 416, components/_index.scss */
header .interaction_area .container_search.open::before {
  opacity: 0;
}
/* line 420, components/_index.scss */
header .interaction_area .container_search.open .open_search::before {
  content: "";
  font-size: 14px;
}
/* line 425, components/_index.scss */
header .interaction_area .container_search.open form {
  opacity: 1;
}
/* line 429, components/_index.scss */
header .interaction_area .container_search::before {
  content: " ";
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 1px;
  background-color: #FFFFFF;
  opacity: .15;
  -webkit-transition: opacity 300ms ease;
  -moz-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
/* line 438, components/_index.scss */
header .interaction_area .container_search .open_search {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 85px;
  z-index: 1;
}
@media screen and (max-width: 1300px) {
  /* line 438, components/_index.scss */
  header .interaction_area .container_search .open_search {
    display: none;
  }
}
/* line 445, components/_index.scss */
header .interaction_area .container_search .open_search::before {
  content: "";
  font-family: 'icomoon' !important;
  font-size: 17px;
  color: #FFFFFF;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 200ms ease-in-out;
  -moz-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  position: absolute;
  top: 35px;
  right: 35px;
}
/* line 451, components/_index.scss */
header .interaction_area .container_search form {
  float: left;
  padding-left: 35px;
  opacity: 0;
  width: 60%;
  margin-top: 35px;
  -webkit-transition: opacity 300ms ease;
  -moz-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
@media screen and (max-width: 1300px) {
  /* line 451, components/_index.scss */
  header .interaction_area .container_search form {
    opacity: 1;
    padding-left: 25px;
    width: 100%;
    margin-top: 25px;
  }
}
/* line 464, components/_index.scss */
header .interaction_area .container_search form::before {
  content: "";
  font-family: 'icomoon' !important;
  font-size: 17px;
  color: #FFFFFF;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 200ms ease-in-out;
  -moz-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  float: left;
  margin-right: 10px;
}
/* line 470, components/_index.scss */
header .interaction_area .container_search form label {
  display: none;
}
/* line 473, components/_index.scss */
header .interaction_area .container_search form input {
  float: left;
  text-transform: uppercase;
  font-family: 'Exo2-0-Medium';
  font-size: 11px;
  line-height: 13px;
  color: #FFFFFF;
  background-color: transparent;
  height: 17px;
  width: 80%;
}
/* line 479, components/_index.scss */
header .interaction_area .container_search form input::-webkit-input-placeholder {
  color: #FFFFFF;
}
@media screen and (max-width: 1300px) {
  /* line 473, components/_index.scss */
  header .interaction_area .container_search form input {
    text-transform: inherit;
  }
}

/* line 490, components/_index.scss */
.social_network {
  float: right;
}
@media screen and (max-width: 1300px) {
  /* line 490, components/_index.scss */
  .social_network {
    margin: 0 auto;
    display: table;
    float: none;
  }
}
/* line 497, components/_index.scss */
.social_network li {
  float: left;
  margin-right: 18px;
}
/* line 500, components/_index.scss */
.social_network li:last-child {
  margin-right: 0;
}
/* line 503, components/_index.scss */
.social_network li a {
  float: left;
}
/* line 506, components/_index.scss */
.social_network li a.linkedin::before {
  content: "";
  font-family: 'icomoon' !important;
  font-size: 34px;
  color: #8b8b8b;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 200ms ease-in-out;
  -moz-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  float: left;
}

.social_network li a.facebook::before {
  content: "\e903";
  font-family: 'icomoon' !important;
  font-size: 34px;
  color: #8b8b8b;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 200ms ease-in-out;
  -moz-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  float: left;
}

.social_network li a.instagram::before {
  content: "\e91f";
  font-family: 'icomoon' !important;
  font-size: 34px;
  color: #8b8b8b;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 200ms ease-in-out;
  -moz-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  float: left;
}
/* line 513, components/_index.scss */
.social_network li a.youtube::before {
  content: "";
  font-family: 'icomoon' !important;
  font-size: 34px;
  color: #8b8b8b;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 200ms ease-in-out;
  -moz-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  float: left;
}
/* line 520, components/_index.scss */
.social_network li a.google::before {
  content: "";
  font-family: 'icomoon' !important;
  font-size: 34px;
  color: #8b8b8b;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 200ms ease-in-out;
  -moz-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  float: left;
}
/* line 527, components/_index.scss */
.social_network li a.vimeo::before {
  content: "";
  font-family: 'icomoon' !important;
  font-size: 34px;
  color: #8b8b8b;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 200ms ease-in-out;
  -moz-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  float: left;
}

.social_network li a.tiktok::before {
  content: "\e920";
  font-family: 'icomoon' !important;
  font-size: 34px;
  color: #8b8b8b;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 200ms ease-in-out;
  -moz-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  float: left;
}

.social_network li a.link::before {
  content: "\e91e";
  font-family: 'icomoon' !important;
  font-size: 34px;
  color: #8b8b8b;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 200ms ease-in-out;
  -moz-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  float: left;
}
/* line 534, components/_index.scss */
.social_network li a:hover::before {
  color: #bdbdbd;
}

/* line 541, components/_index.scss */
#home_slider {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 85px;
  z-index: 0;
}
@media screen and (max-width: 1300px) {
  /* line 541, components/_index.scss */
  #home_slider {
    min-height: 415px;
    margin-top: 65px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  /* line 541, components/_index.scss */
  #home_slider {
    min-height: 680px;
  }
}
/* line 554, components/_index.scss */
#home_slider .row {
  height: 100%;
  position: relative;
}
/* line 558, components/_index.scss */
#home_slider #image_banner_top {
  position: absolute;
  top: 0;
  left: 0;
  height: 50%;
  width: 100%;
  overflow: hidden;
}
/* line 562, components/_index.scss */
#home_slider #image_banner_top::after {
  content: " ";
  background-color: #000000;
  opacity: .5;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 1px solid #7a7b7d;
}
/* line 570, components/_index.scss */
#home_slider #image_banner_top ul {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
/* line 573, components/_index.scss */
#home_slider #image_banner_top ul li {
  height: 100%;
  float: left;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 1300px) {
  /* line 573, components/_index.scss */
  #home_slider #image_banner_top ul li {
    overflow: hidden;
  }
}
/* line 581, components/_index.scss */
#home_slider #image_banner_top ul li img {
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1300px) {
  /* line 581, components/_index.scss */
  #home_slider #image_banner_top ul li img {
    height: 300%;
    width: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
/* line 593, components/_index.scss */
#home_slider #image_banner_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50%;
  width: 100%;
  overflow: hidden;
}
/* line 597, components/_index.scss */
#home_slider #image_banner_bottom::after {
  content: " ";
  background-color: #000000;
  opacity: .3;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 604, components/_index.scss */
#home_slider #image_banner_bottom ul {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
/* line 607, components/_index.scss */
#home_slider #image_banner_bottom ul li {
  height: 100%;
  float: left;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 1300px) {
  /* line 607, components/_index.scss */
  #home_slider #image_banner_bottom ul li {
    overflow: hidden;
  }
}
/* line 615, components/_index.scss */
#home_slider #image_banner_bottom ul li img {
  position: absolute;
  top: -100%;
  left: 0;
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1300px) {
  /* line 615, components/_index.scss */
  #home_slider #image_banner_bottom ul li img {
    height: 300%;
    width: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
/* line 627, components/_index.scss */
#home_slider .owl-carousel {
  height: 100%;
  width: 100%;
}
/* line 629, components/_index.scss */
#home_slider .owl-carousel .owl-stage-outer, #home_slider .owl-carousel .owl-stage, #home_slider .owl-carousel .owl-item {
  height: 100%;
}
/* line 632, components/_index.scss */
#home_slider .owl-carousel .owl-stage-outer {
  overflow: visible;
}
/* line 635, components/_index.scss */
#home_slider .owl-carousel .item {
  max-width: 650px;
  float: left;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 641, components/_index.scss */
#home_slider .owl-carousel .item.show_content .title, #home_slider .owl-carousel .item.show_content p, #home_slider .owl-carousel .item.show_content .btn_arrow_big {
  opacity: 1;
  margin-left: 0;
}
/* line 646, components/_index.scss */
#home_slider .owl-carousel .item .title {
  opacity: 0;
  margin-left: -15px;
  float: left;
  text-transform: uppercase;
  font-family: 'Exo2-0-Bold';
  font-size: 80px;
  line-height: 82px;
  color: #FFFFFF;
  margin-bottom: 35px;
  -webkit-transition: opacity 750ms ease, margin-left 700ms ease;
  -moz-transition: opacity 750ms ease, margin-left 700ms ease;
  transition: opacity 750ms ease, margin-left 700ms ease;
}
@media screen and (max-width: 1300px) {
  /* line 646, components/_index.scss */
  #home_slider .owl-carousel .item .title {
    font-size: 35px;
    line-height: 38px;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  /* line 646, components/_index.scss */
  #home_slider .owl-carousel .item .title {
    font-size: 60px;
    line-height: 63px;
  }
}
/* line 664, components/_index.scss */
#home_slider .owl-carousel .item p {
  opacity: 0;
  margin-left: -15px;
  float: left;
  font-family: 'Exo2-0-Medium';
  font-size: 25px;
  line-height: 27px;
  color: #FFFFFF;
  margin-bottom: 50px;
  clear: left;
  -webkit-transition: opacity 750ms ease, margin-left 700ms ease;
  -moz-transition: opacity 750ms ease, margin-left 700ms ease;
  transition: opacity 750ms ease, margin-left 700ms ease;
}
@media screen and (max-width: 1300px) {
  /* line 664, components/_index.scss */
  #home_slider .owl-carousel .item p {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  /* line 664, components/_index.scss */
  #home_slider .owl-carousel .item p {
    display: block;
    font-size: 15px;
    line-height: 17px;
  }
}
/* line 681, components/_index.scss */
#home_slider .owl-carousel .item .btn_arrow_big {
  opacity: 0;
  margin-left: -15px;
  clear: left;
  -webkit-transition: opacity 750ms ease, margin-left 700ms ease;
  -moz-transition: opacity 750ms ease, margin-left 700ms ease;
  transition: opacity 750ms ease, margin-left 700ms ease;
}
/* line 689, components/_index.scss */
#home_slider #home_slider_thumbnails {
  position: absolute;
  right: 1.9%;
  bottom: 25px;
  z-index: 1;
}
@media screen and (max-width: 1300px) {
  /* line 689, components/_index.scss */
  #home_slider #home_slider_thumbnails {
    left: 18px;
    right: inherit;
    bottom: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  /* line 689, components/_index.scss */
  #home_slider #home_slider_thumbnails {
    left: inherit;
    right: 18px;
  }
}
/* line 701, components/_index.scss */
#home_slider #home_slider_thumbnails li {
  float: left;
  margin-right: 25px;
  width: 180px;
}
@media screen and (max-width: 1300px) {
  /* line 701, components/_index.scss */
  #home_slider #home_slider_thumbnails li {
    margin-right: 10px;
    width: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  /* line 701, components/_index.scss */
  #home_slider #home_slider_thumbnails li {
    width: 145px;
    margin-right: 20px;
  }
}
/* line 713, components/_index.scss */
#home_slider #home_slider_thumbnails li:last-child {
  margin-right: 0;
}
/* line 718, components/_index.scss */
#home_slider #home_slider_thumbnails li.active a .number {
  color: #3fbdf7;
  font-size: 20px;
}
@media screen and (max-width: 1300px) {
  /* line 718, components/_index.scss */
  #home_slider #home_slider_thumbnails li.active a .number {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  /* line 718, components/_index.scss */
  #home_slider #home_slider_thumbnails li.active a .number {
    font-size: 15px;
  }
}
/* line 729, components/_index.scss */
#home_slider #home_slider_thumbnails li.active a .container_image::after {
  opacity: 0;
}
/* line 735, components/_index.scss */
#home_slider #home_slider_thumbnails li.active a:hover .container_image::after {
  opacity: 0;
}
/* line 738, components/_index.scss */
#home_slider #home_slider_thumbnails li.active a:hover .container_image::before {
  opacity: 0;
}
/* line 745, components/_index.scss */
#home_slider #home_slider_thumbnails li a {
  float: left;
  height: 100%;
  width: 100%;
}
/* line 749, components/_index.scss */
#home_slider #home_slider_thumbnails li a:hover .number {
  color: #3fbdf7;
}
/* line 753, components/_index.scss */
#home_slider #home_slider_thumbnails li a:hover .container_image::after {
  opacity: .4;
}
/* line 756, components/_index.scss */
#home_slider #home_slider_thumbnails li a:hover .container_image::before {
  opacity: 1;
}
/* line 761, components/_index.scss */
#home_slider #home_slider_thumbnails li a .number {
  float: left;
  width: 20%;
  font-family: 'Exo2-0-Bold';
  font-size: 16px;
  line-height: 22px;
  color: #cbcbcb;
  -webkit-transition: color 200ms ease, font-size 200ms ease;
  -moz-transition: color 200ms ease, font-size 200ms ease;
  transition: color 200ms ease, font-size 200ms ease;
}
@media screen and (max-width: 1300px) {
  /* line 761, components/_index.scss */
  #home_slider #home_slider_thumbnails li a .number {
    font-size: 12px;
    line-height: 14px;
    width: auto;
    margin-right: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  /* line 761, components/_index.scss */
  #home_slider #home_slider_thumbnails li a .number {
    width: 20%;
    margin-right: 0;
    font-size: 13px;
    line-height: 15px;
  }
}
/* line 779, components/_index.scss */
#home_slider #home_slider_thumbnails li a .bar_container {
  float: left;
  height: 3px;
  width: 80%;
  margin-top: 10px;
  position: relative;
}
@media screen and (max-width: 1300px) {
  /* line 779, components/_index.scss */
  #home_slider #home_slider_thumbnails li a .bar_container {
    height: 1px;
    width: 30px;
    margin-top: 7px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  /* line 779, components/_index.scss */
  #home_slider #home_slider_thumbnails li a .bar_container {
    height: 3px;
    width: 80%;
  }
}
/* line 791, components/_index.scss */
#home_slider #home_slider_thumbnails li a .bar_container .bar {
  float: left;
  margin-top: 1px;
  height: 1px;
  width: 100%;
  background-color: #cbcbcb;
}
@media screen and (max-width: 1300px) {
  /* line 791, components/_index.scss */
  #home_slider #home_slider_thumbnails li a .bar_container .bar {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  /* line 791, components/_index.scss */
  #home_slider #home_slider_thumbnails li a .bar_container .bar {
    margin-top: 1px;
  }
}
/* line 803, components/_index.scss */
#home_slider #home_slider_thumbnails li a .bar_container .bar_percent {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  background-color: #3fbdf7;
}
@media screen and (max-width: 1300px) {
  /* line 803, components/_index.scss */
  #home_slider #home_slider_thumbnails li a .bar_container .bar_percent {
    height: 1px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  /* line 803, components/_index.scss */
  #home_slider #home_slider_thumbnails li a .bar_container .bar_percent {
    height: 3px;
  }
}
/* line 815, components/_index.scss */
#home_slider #home_slider_thumbnails li a .container_image {
  float: left;
  height: 95px;
  width: 180px;
  position: relative;
  overflow: hidden;
  margin-top: 25px;
}
@media screen and (max-width: 1300px) {
  /* line 815, components/_index.scss */
  #home_slider #home_slider_thumbnails li a .container_image {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  /* line 815, components/_index.scss */
  #home_slider #home_slider_thumbnails li a .container_image {
    display: block;
    height: 75px;
    width: 145px;
  }
}
/* line 828, components/_index.scss */
#home_slider #home_slider_thumbnails li a .container_image::after {
  content: " ";
  opacity: .3;
  background-color: #000000;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}
/* line 836, components/_index.scss */
#home_slider #home_slider_thumbnails li a .container_image::before {
  content: "";
  font-family: 'icomoon' !important;
  font-size: 16px;
  color: #FFFFFF;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 200ms ease-in-out;
  -moz-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  opacity: 0;
  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%);
  z-index: 1;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}
/* line 845, components/_index.scss */
#home_slider #home_slider_thumbnails li a .container_image img {
  height: auto;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 855, components/_index.scss */
#what_we_do {
  float: left;
  width: 100%;
  overflow: hidden;
  z-index: 10;
  background: #fff;
  position:relative
}
/* line 859, components/_index.scss */
#what_we_do.service_page {
  overflow: visible;
}
/* line 862, components/_index.scss */
#what_we_do .row {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}
@media screen and (max-width: 1300px) {
  /* line 862, components/_index.scss */
  #what_we_do .row {
    padding-top: 45px;
    padding-bottom: 50px;
  }
}
/* line 871, components/_index.scss */
#what_we_do .container_text {
  float: left;
  width: 100%;
  margin-bottom: 85px;
}
@media screen and (max-width: 1300px) {
  /* line 871, components/_index.scss */
  #what_we_do .container_text {
    margin-bottom: 50px;
  }
}
/* line 878, components/_index.scss */
#what_we_do .container_text .before_title {
  float: left;
  width: 100%;
  text-transform: uppercase;
  font-family: 'Exo2-0-Bold';
  font-size: 15px;
  line-height: 20px;
  color: #0080bb;
  margin-bottom: 5px;
}
@media screen and (max-width: 1300px) {
  /* line 878, components/_index.scss */
  #what_we_do .container_text .before_title {
    font-size: 15px;
    line-height: 17px;
  }
}
/* line 889, components/_index.scss */
#what_we_do .container_text .title {
  float: left;
  width: 100%;
  text-transform: uppercase;
  font-family: 'Exo2-0-Bold';
  font-size: 70px;
  line-height: 64px;
  color: #222222;
  margin-bottom: 35px;
}
@media screen and (max-width: 1300px) {
  /* line 889, components/_index.scss */
  #what_we_do .container_text .title {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 20px;
  }
}
/* line 901, components/_index.scss */
#what_we_do .container_text p {
  float: left;
  width: 100%;
  font-family: 'Exo2-0-Regular';
  font-size: 14px;
  line-height: 20px;
  color: #8b8b8b;
  margin-bottom: 10px;
}
/* line 906, components/_index.scss */
#what_we_do .container_text p strong {
  font-size: 18px;
  font-family: 'Exo2-0-Bold';
  color: #0080bb;
}
/* line 912, components/_index.scss */
#what_we_do .container_text a {
  margin-top: 15px;
}
/* line 916, components/_index.scss */
#what_we_do aside {
  float: left;
  width: 100%;
  position: relative;
  padding: 55px 0;
}
@media screen and (max-width: 1300px) {
  /* line 916, components/_index.scss */
  #what_we_do aside {
    display: none;
  }
}
/* line 924, components/_index.scss */
#what_we_do aside::before {
  content: " ";
  height: 100%;
  width: 200%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #f6f6f6;
  z-index: -2;
}
/* line 931, components/_index.scss */
#what_we_do aside .title_aside {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  font-family: 'Exo2-0-Bold';
  font-size: 15px;
  line-height: 20px;
  color: #5b5b5b;
  text-transform: uppercase;
  text-decoration: underline;
}
/* line 939, components/_index.scss */
#what_we_do aside ol {
  float: left;
  width: 100%;
  counter-reset: item;
}
/* line 943, components/_index.scss */
#what_we_do aside ol li {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 18px;
  font-family: 'Exo2-0-Medium';
  font-size: 13px;
  line-height: 16px;
  color: #8b8b8b;
  text-transform: uppercase;
}
/* line 950, components/_index.scss */
#what_we_do aside ol li::before {
  content: "0" counter(item) ". ";
  counter-increment: item;
  color: #0080bb;
  font-family: 'Exo2-0-Bold';
}
/* line 956, components/_index.scss */
#what_we_do aside ol li:last-child {
  margin-bottom: 0;
}
/* line 962, components/_index.scss */
#what_we_do #about_slider {
  width: 50%;
  float: right;
  position: relative;
  min-height: 760px;
  /*
  .image_about{
      @include position(absolute, 0 null null 0);
      @include size(100%);
      @include media($mobile){
          position: inherit;
          top: inherit;
          left: inherit;
          float: left;
          padding:0 35px;
          width: calc(100% + 36px);
          order: 1;
          margin:0 0 30px -18px;
      }
      img{
          @include position(relative, 50% null null null);
          @include transform(translateY(-50%));
          @include size(100% auto);
          @include media($mobile){
              position: inherit;
              left: inherit;
              float: left;
              @include size(100% auto);
              @include transform(none);
          }
      }
  }
  */
}
@media screen and (max-width: 1300px) {
  /* line 962, components/_index.scss */
  #what_we_do #about_slider {
    width: 100%;
    min-height: inherit;
    float: left;
    display: flex;
    flex-direction: column;
  }
}
/* line 1002, components/_index.scss */
#what_we_do #about_slider .owl-carousel, #what_we_do #about_slider .owl-stage-outer, #what_we_do #about_slider .owl-stage, #what_we_do #about_slider owl-item, #what_we_do #about_slider .item {
  height: 100%;
}
@media screen and (max-width: 1300px) {
  /* line 1002, components/_index.scss */
  #what_we_do #about_slider .owl-carousel, #what_we_do #about_slider .owl-stage-outer, #what_we_do #about_slider .owl-stage, #what_we_do #about_slider owl-item, #what_we_do #about_slider .item {
    height: auto;
  }
}
/* line 1008, components/_index.scss */
#what_we_do #about_slider .owl-carousel {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1300px) {
  /* line 1008, components/_index.scss */
  #what_we_do #about_slider .owl-carousel {
    position: inherit;
    top: inherit;
    left: inherit;
    float: left;
    width: calc(100% + 36px);
    order: 1;
    margin: 0 0 30px -18px;
  }
}
/* line 1019, components/_index.scss */
#what_we_do #about_slider .owl-carousel .item {
  overflow: hidden;
  position: relative;
}
/* line 1022, components/_index.scss */
#what_we_do #about_slider .owl-carousel .item::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  opacity: .4;
  background-color: #FFFFFF;
  height: 100%;
  width: 100%;
}
/* line 1029, components/_index.scss */
#what_we_do #about_slider .owl-carousel .item img {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 100%;
  width: auto;
}
@media screen and (max-width: 1300px) {
  /* line 1029, components/_index.scss */
  #what_we_do #about_slider .owl-carousel .item img {
    position: inherit;
    left: inherit;
    float: left;
    height: auto;
    width: 100%;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
/* line 1042, components/_index.scss */
#what_we_do #about_slider .owl-carousel .owl-dots {
  position: absolute;
  top: calc(50% - 275.5px);
  left: -255px;
  height: 551px;
  width: 510px;
  background-image: url(../img/imagem_curve.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto 100%;
}
@media screen and (max-width: 1300px) {
  /* line 1042, components/_index.scss */
  #what_we_do #about_slider .owl-carousel .owl-dots {
    position: inherit;
    top: inherit;
    height: inherit;
    left: inherit;
    width: auto;
    background-image: none;
    margin: 30px auto 0;
    display: table;
  }
  /* line 1058, components/_index.scss */
  #what_we_do #about_slider .owl-carousel .owl-dots::before {
    content: " ";
    height: 2px;
    width: 800%;
    background-color: #0080bb;
    position: absolute;
    bottom: 13px;
    left: -300%;
    z-index: -1;
  }
}
/* line 1066, components/_index.scss */
#what_we_do #about_slider .owl-carousel .owl-dots .owl-dot {
  float: left;
  height: 22px;
  width: 22px;
  border-radius: 25px;
  border: 1px solid #cbcbcb;
  background-color: transparent;
  z-index: 2;
  margin: -11px 0 0 -11px;
}
@media screen and (max-width: 1300px) {
  /* line 1066, components/_index.scss */
  #what_we_do #about_slider .owl-carousel .owl-dots .owl-dot {
    position: initial !important;
    left: inherit !important;
    top: inherit !important;
    margin: 0 15px 0 0;
  }
}
/* line 1081, components/_index.scss */
#what_we_do #about_slider .owl-carousel .owl-dots .owl-dot:first-child .container_dot {
  top: -30px;
}
@media screen and (max-width: 1300px) {
  /* line 1085, components/_index.scss */
  #what_we_do #about_slider .owl-carousel .owl-dots .owl-dot:last-child {
    margin-right: 0;
  }
}
/* line 1089, components/_index.scss */
#what_we_do #about_slider .owl-carousel .owl-dots .owl-dot:last-child .container_dot {
  top: 20px;
  left: -100px;
}
/* line 1095, components/_index.scss */
#what_we_do #about_slider .owl-carousel .owl-dots .owl-dot:hover .container_dot {
  opacity: 1;
}
/* line 1099, components/_index.scss */
#what_we_do #about_slider .owl-carousel .owl-dots .owl-dot::after {
  content: " ";
  float: left;
  height: 8px;
  width: 8px;
  border-radius: 25px;
  background-color: #0080bb;
  margin: 6px 0 0 6px;
}
/* line 1107, components/_index.scss */
#what_we_do #about_slider .owl-carousel .owl-dots .owl-dot.active {
  height: 28px;
  width: 28px;
  border-color: #0080bb;
  margin: -14px 0 0 -14px;
}
@media screen and (max-width: 1300px) {
  /* line 1107, components/_index.scss */
  #what_we_do #about_slider .owl-carousel .owl-dots .owl-dot.active {
    margin: -3px 20px 0 0;
  }
}
/* line 1114, components/_index.scss */
#what_we_do #about_slider .owl-carousel .owl-dots .owl-dot.active::after {
  height: 14px;
  width: 14px;
  background-color: #FFFFFF;
  border: 3px solid #0080bb;
}
/* line 1121, components/_index.scss */
#what_we_do #about_slider .owl-carousel .owl-dots .container_dot {
  position: absolute;
  top: 0;
  left: -115px;
  width: 100px;
  display: block;
  opacity: 0;
  -webkit-transition: opacity 250ms ease;
  -moz-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}
@media screen and (max-width: 1300px) {
  /* line 1121, components/_index.scss */
  #what_we_do #about_slider .owl-carousel .owl-dots .container_dot {
    display: none;
  }
}
/* line 1130, components/_index.scss */
#what_we_do #about_slider .owl-carousel .owl-dots .container_dot:hover {
  cursor: default;
  opacity: 0 !important;
}
/* line 1134, components/_index.scss */
#what_we_do #about_slider .owl-carousel .owl-dots .container_dot .number {
  float: left;
  width: 100%;
  font-family: 'Exo2-0-Bold';
  font-size: 11px;
  line-height: 13px;
  color: #0080bb;
  text-align: right;
}
/* line 1141, components/_index.scss */
#what_we_do #about_slider .owl-carousel .owl-dots .container_dot .title {
  float: left;
  width: 100%;
  font-family: 'Exo2-0-Medium';
  font-size: 11px;
  line-height: 13px;
  color: #9b9b9b;
  text-align: right;
  text-transform: uppercase;
}
/* line 1151, components/_index.scss */
#what_we_do #about_slider #caption_slider {
  width: 100%;
  max-width: 278px;
  position: absolute;
  top: 50%;
  left: -150px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  min-height: 172px;
}
@media screen and (max-width: 1300px) {
  /* line 1151, components/_index.scss */
  #what_we_do #about_slider #caption_slider {
    position: inherit;
    top: inherit;
    left: inherit;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    min-height: inherit;
    max-width: inherit;
    float: left;
    width: 100%;
    text-align: center;
    order: 2;
  }
}
/* line 1168, components/_index.scss */
#what_we_do #about_slider #caption_slider li {
  position: absolute;
  top: 0;
  left: -30px;
  width: 100%;
  opacity: 0;
  -webkit-transition: left 450ms ease-in-out, opacity 450ms ease-in-out;
  -moz-transition: left 450ms ease-in-out, opacity 450ms ease-in-out;
  transition: left 450ms ease-in-out, opacity 450ms ease-in-out;
}
@media screen and (max-width: 1300px) {
  /* line 1168, components/_index.scss */
  #what_we_do #about_slider #caption_slider li {
    opacity: 1;
    position: inherit;
    top: inherit;
    left: inherit;
    display: none;
  }
}
/* line 1179, components/_index.scss */
#what_we_do #about_slider #caption_slider li.active {
  left: 0;
  opacity: 1;
  display: block;
}
/* line 1184, components/_index.scss */
#what_we_do #about_slider #caption_slider li .number {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  font-family: 'Exo2-0-Bold';
  font-size: 80px;
  line-height: 84px;
  color: #cbcbcb;
}
@media screen and (max-width: 1300px) {
  /* line 1184, components/_index.scss */
  #what_we_do #about_slider #caption_slider li .number {
    font-size: 60px;
    line-height: 45px;
  }
}
/* line 1194, components/_index.scss */
#what_we_do #about_slider #caption_slider li h3 {
  float: left;
  width: 100%;
  font-family: 'Exo2-0-Bold';
  font-size: 30px;
  line-height: 34px;
  color: #222222;
  text-transform: uppercase;
}
@media screen and (max-width: 1300px) {
  /* line 1194, components/_index.scss */
  #what_we_do #about_slider #caption_slider li h3 {
    font-size: 25px;
    line-height: 29px;
  }
}

/* line 1208, components/_index.scss */
.video_link {
  float: left;
  width: 100%;
  padding: 90px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 1300px) {
  /* line 1208, components/_index.scss */
  .video_link {
    padding: 45px 0;
  }
}
/* line 1219, components/_index.scss */
.video_link::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #0080bb;
  opacity: .8;
}
/* line 1226, components/_index.scss */
.video_link .icon.play {
  position: relative;
  display: table;
  margin: 0 auto 23px;
}
@media screen and (max-width: 1300px) {
  /* line 1226, components/_index.scss */
  .video_link .icon.play {
    margin-bottom: 18px;
  }
}
/* line 1233, components/_index.scss */
.video_link .icon.play::before {
  content: "";
  font-family: 'icomoon' !important;
  font-size: 48px;
  color: #FFFFFF;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 200ms ease-in-out;
  -moz-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  float: left;
}
@media screen and (max-width: 1300px) {
  /* line 1233, components/_index.scss */
  .video_link .icon.play::before {
    font-size: 32px;
  }
}
/* line 1242, components/_index.scss */
.video_link .title {
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Exo2-0-Bold';
  font-size: 35px;
  line-height: 37px;
  color: #FFFFFF;
  margin-bottom: 6px;
}
@media screen and (max-width: 1300px) {
  /* line 1242, components/_index.scss */
  .video_link .title {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 0;
  }
}
/* line 1256, components/_index.scss */
.video_link p {
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
  font-family: 'Exo2-0-Regular';
  font-size: 15px;
  line-height: 19px;
  color: #FFFFFF;
}
/* line 1263, components/_index.scss */
.video_link .btn_arrow2 {
  margin-top: 26px;
  left: 50%;
}

/* line 1268, components/_index.scss */
#latest_news {
  width: 100%;
  float: left;
  background: #fff;
  position: relative;
  z-index: 4;
}
/* line 1271, components/_index.scss */
#latest_news .row {
  padding-top: 75px;
  padding-bottom: 80px;
  position: relative;
}
@media screen and (max-width: 1300px) {
  /* line 1271, components/_index.scss */
  #latest_news .row {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
/* line 1280, components/_index.scss */
#latest_news header {
  float: left;
  height: inherit;
  width: 100%;
  margin-bottom: 80px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1300px) {
  /* line 1280, components/_index.scss */
  #latest_news header {
    margin-bottom: 50px;
  }
}
/* line 1289, components/_index.scss */
#latest_news header .title {
  float: left;
  font-family: 'Exo2-0-Bold';
  font-size: 15px;
  line-height: 21px;
  color: #0080bb;
  text-transform: uppercase;
}
@media screen and (max-width: 1300px) {
  /* line 1289, components/_index.scss */
  #latest_news header .title {
    font-size: 15px;
    line-height: 17px;
  }
}
/* line 1298, components/_index.scss */
#latest_news header .after_title {
  float: left;
  font-family: 'Exo2-0-Bold';
  font-size: 35px;
  line-height: 40px;
  color: #222222;
  text-transform: uppercase;
  clear: left;
}
@media screen and (max-width: 1300px) {
  /* line 1298, components/_index.scss */
  #latest_news header .after_title {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 20px;
  }
}
/* line 1308, components/_index.scss */
#latest_news header .after_title::after {
  content: " ";
  float: right;
  margin: 20px 0 0 15px;
  height: 2px;
  width: 140px;
  background-color: #0080bb;
  max-width: 140px;
}
@media screen and (max-width: 1300px) {
  /* line 1308, components/_index.scss */
  #latest_news header .after_title::after {
    display: none;
  }
}
/* line 1320, components/_index.scss */
#latest_news header .btn_arrow {
  position: absolute;
  right: 0;
  bottom: 7px;
}
@media screen and (max-width: 1300px) {
  /* line 1320, components/_index.scss */
  #latest_news header .btn_arrow {
    position: inherit;
    right: inherit;
    bottom: inherit;
    clear: left;
  }
}
/* line 1330, components/_index.scss */
#latest_news .container_latest_news {
  float: left;
  width: 100%;
  position: relative;
}
/* line 1334, components/_index.scss */
#latest_news .container_latest_news .frame {
  height: calc(100% - 100px);
  width: calc(100% - 45px);
  position: absolute;
  top: 50px;
  left: 22.5px;
  border: 1px solid #bdbdbd;
}
@media screen and (max-width: 1300px) {
  /* line 1334, components/_index.scss */
  #latest_news .container_latest_news .frame {
    height: calc(100% - 70px);
    width: 100%;
    top: 35px;
    left: inherit;
  }
}
/* line 1344, components/_index.scss */
#latest_news .container_latest_news .owl-carousel {
  float: left;
  display: block;
  margin-right: 1.6%;
  width: 66.13333%;
  margin-left: 16.93333%;
  height: 100%;
}
/* line 89, neat/grid/_span-columns.scss */
#latest_news .container_latest_news .owl-carousel:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1300px) {
  /* line 1344, components/_index.scss */
  #latest_news .container_latest_news .owl-carousel {
    width: calc(100% + 36px);
    margin-left: 0%;
    margin: 0 0 0 -18px;
  }
}
/* line 1353, components/_index.scss */
#latest_news .container_latest_news .owl-carousel .left_block {
  float: left;
  display: block;
  margin-right: 2.41935%;
  width: 35.9879%;
}
/* line 89, neat/grid/_span-columns.scss */
#latest_news .container_latest_news .owl-carousel .left_block:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1300px) {
  /* line 1353, components/_index.scss */
  #latest_news .container_latest_news .owl-carousel .left_block {
    float: left;
    display: block;
    margin-right: 3.25203%;
    width: 100%;
    padding: 0 50px;
  }
  /* line 89, neat/grid/_span-columns.scss */
  #latest_news .container_latest_news .owl-carousel .left_block:last-child {
    margin-right: 0;
  }
}
/* line 1359, components/_index.scss */
#latest_news .container_latest_news .owl-carousel .left_block .container_image {
  overflow: hidden;
  position: relative;
  height: 320px;
  width: 100%;
  margin-bottom: 12px;
  z-index: 1;
}
@media screen and (max-width: 1300px) {
  /* line 1359, components/_index.scss */
  #latest_news .container_latest_news .owl-carousel .left_block .container_image {
    height: auto;
    width: 100%;
    margin-bottom: 0;
    z-index: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  /* line 1359, components/_index.scss */
  #latest_news .container_latest_news .owl-carousel .left_block .container_image {
    max-height: 450px;
  }
}
/* line 1373, components/_index.scss */
#latest_news .container_latest_news .owl-carousel .left_block .container_image::before {
  content: " ";
  opacity: .3;
  background-color: #FFFFFF;
  height: 100%;
  width: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 1381, components/_index.scss */
#latest_news .container_latest_news .owl-carousel .left_block .container_image .icon {
  height: 50px;
  width: 50px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #0080bb;
  z-index: 2;
}
@media screen and (max-width: 1300px) {
  /* line 1381, components/_index.scss */
  #latest_news .container_latest_news .owl-carousel .left_block .container_image .icon {
    height: 40px;
    width: 40px;
  }
}
/* line 1389, components/_index.scss */
#latest_news .container_latest_news .owl-carousel .left_block .container_image .icon::after {
  content: "";
  font-family: 'icomoon' !important;
  font-size: 24px;
  color: #FFFFFF;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 200ms ease-in-out;
  -moz-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  float: left;
  margin: 14px 0 0 15px;
}
@media screen and (max-width: 1300px) {
  /* line 1389, components/_index.scss */
  #latest_news .container_latest_news .owl-carousel .left_block .container_image .icon::after {
    font-size: 19px;
    margin: 11px 0 0 12px;
  }
}
/* line 1400, components/_index.scss */
#latest_news .container_latest_news .owl-carousel .left_block .container_image img {
  height: auto;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 1300px) {
  /* line 1400, components/_index.scss */
  #latest_news .container_latest_news .owl-carousel .left_block .container_image img {
    position: inherit;
    top: inherit;
    left: inherit;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  /* line 1400, components/_index.scss */
  #latest_news .container_latest_news .owl-carousel .left_block .container_image img {
    top: 50%;
	width: auto;
	margin: 0 auto;
	max-width: 100%;
	
  }
}
/* line 1416, components/_index.scss */
#latest_news .container_latest_news .owl-carousel .left_block .number_item_visible {
  float: left;
  clear: left;
  font-family: 'Exo2-0-Bold';
  font-size: 80px;
  line-height: 82px;
  color: #0080bb;
  margin-left: -3px;
}
@media screen and (max-width: 1300px) {
  /* line 1416, components/_index.scss */
  #latest_news .container_latest_news .owl-carousel .left_block .number_item_visible {
    display: none;
  }
}
/* line 1426, components/_index.scss */
#latest_news .container_latest_news .owl-carousel .container_text {
  float: left;
  display: block;
  margin-right: 2.41935%;
  width: 87.19758%;
  margin-left: -25.60484%;
  background-color: #f6f6f6;
  margin-top: 100px;
  position: relative;
}
/* line 89, neat/grid/_span-columns.scss */
#latest_news .container_latest_news .owl-carousel .container_text:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1300px) {
  /* line 1426, components/_index.scss */
  #latest_news .container_latest_news .owl-carousel .container_text {
    margin: -35px 0 0 0;
    margin-left: 0%;
    float: left;
    display: block;
    margin-right: 3.25203%;
    width: 100%;
  }
  /* line 89, neat/grid/_span-columns.scss */
  #latest_news .container_latest_news .owl-carousel .container_text:last-child {
    margin-right: 0;
  }
  /* line 1436, components/_index.scss */
  #latest_news .container_latest_news .owl-carousel .container_text::before {
    content: " ";
    position: absolute;
    bottom: 35px;
    left: 18px;
    height: 1px;
    width: calc(100% - 36px);
    background-color: #bdbdbd;
  }
}
/* line 1443, components/_index.scss */
#latest_news .container_latest_news .owl-carousel .container_text .content {
  float: left;
  display: block;
  margin-right: 2.77457%;
  width: 70.63584%;
  margin-left: 29.36416%;
  padding: 50px 50px 50px 0;
}
/* line 89, neat/grid/_span-columns.scss */
#latest_news .container_latest_news .owl-carousel .container_text .content:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1300px) {
  /* line 1443, components/_index.scss */
  #latest_news .container_latest_news .owl-carousel .container_text .content {
    float: left;
    display: block;
    margin-right: 3.25203%;
    width: 100%;
    margin-left: 0%;
    padding: 70px 50px;
    position: relative;
  }
  /* line 89, neat/grid/_span-columns.scss */
  #latest_news .container_latest_news .owl-carousel .container_text .content:last-child {
    margin-right: 0;
  }
  /* line 1452, components/_index.scss */
  #latest_news .container_latest_news .owl-carousel .container_text .content::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 18px;
    height: calc(100% - 35px);
    width: 1px;
    background-color: #bdbdbd;
  }
  /* line 1458, components/_index.scss */
  #latest_news .container_latest_news .owl-carousel .container_text .content::after {
    content: " ";
    position: absolute;
    top: 0;
    right: 18px;
    height: calc(100% - 35px);
    width: 1px;
    background-color: #bdbdbd;
  }
}
/* line 1465, components/_index.scss */
#latest_news .container_latest_news .owl-carousel .container_text .content .publication_date {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  font-family: 'Exo2-0-Regular';
  font-size: 13px;
  line-height: 15px;
  color: #0080bb;
}
@media screen and (max-width: 1300px) {
  /* line 1465, components/_index.scss */
  #latest_news .container_latest_news .owl-carousel .container_text .content .publication_date {
    font-size: 11px;
    line-height: 13px;
    margin-bottom: 8px;
  }
}
/* line 1475, components/_index.scss */
#latest_news .container_latest_news .owl-carousel .container_text .content .publication_date strong {
  font-family: 'Exo2-0-Bold';
  font-size: 20px;
}
@media screen and (max-width: 1300px) {
  /* line 1475, components/_index.scss */
  #latest_news .container_latest_news .owl-carousel .container_text .content .publication_date strong {
    font-size: 14px;
  }
}
/* line 1483, components/_index.scss */
#latest_news .container_latest_news .owl-carousel .container_text .content .title {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  font-family: 'Exo2-0-Bold';
  font-size: 25px;
  line-height: 35px;
  color: #222222;
  text-transform: uppercase;
}
@media screen and (max-width: 1300px) {
  /* line 1483, components/_index.scss */
  #latest_news .container_latest_news .owl-carousel .container_text .content .title {
    font-size: 15px;
    line-height: 20px;
  }
}
/* line 1494, components/_index.scss */
#latest_news .container_latest_news .owl-carousel .container_text .content .short_description {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  font-family: 'Exo2-0-Regular';
  font-size: 15px;
  line-height: 25px;
  color: #8b8b8b;
}
@media screen and (max-width: 1300px) {
  /* line 1494, components/_index.scss */
  #latest_news .container_latest_news .owl-carousel .container_text .content .short_description {
    display: none;
  }
}
/* line 1506, components/_index.scss */
#latest_news .container_latest_news .owl-prev {
  position: absolute;
  top: calc(50% - 22.5px);
  left: 0;
  height: 45px;
  width: 45px;
  border: 1px solid #bdbdbd;
  background-color: #FFFFFF;
  z-index: 3;
  -webkit-transition: opacity 150ms ease-in-out;
  -moz-transition: opacity 150ms ease-in-out;
  transition: opacity 150ms ease-in-out;
}
@media screen and (max-width: 1300px) {
  /* line 1506, components/_index.scss */
  #latest_news .container_latest_news .owl-prev {
    background-color: #f6f6f6;
    height: 36px;
    width: 36px;
    left: -18px;
  }
}
/* line 1518, components/_index.scss */
#latest_news .container_latest_news .owl-prev:hover {
  cursor: pointer;
}
/* line 1520, components/_index.scss */
#latest_news .container_latest_news .owl-prev:hover::before {
  color: #0080bb;
}
/* line 1523, components/_index.scss */
#latest_news .container_latest_news .owl-prev:hover span {
  color: #0080bb;
}
/* line 1527, components/_index.scss */
#latest_news .container_latest_news .owl-prev::before {
  content: "";
  font-family: 'icomoon' !important;
  font-size: 13px;
  color: #bdbdbd;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 200ms ease-in-out;
  -moz-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  position: absolute;
  top: 15px;
  left: 10px;
}
@media screen and (max-width: 1300px) {
  /* line 1527, components/_index.scss */
  #latest_news .container_latest_news .owl-prev::before {
    font-size: 9px;
    top: 13px;
    left: 8px;
  }
}
/* line 1538, components/_index.scss */
#latest_news .container_latest_news .owl-prev.disabled {
  opacity: 0;
}
/* line 1541, components/_index.scss */
#latest_news .container_latest_news .owl-prev span {
  text-indent: 55px;
  margin-top: 12px;
  float: left;
  font-family: 'Exo2-0-Bold';
  font-size: 16px;
  line-height: 18px;
  color: #bdbdbd;
  -webkit-transition: color 200ms ease;
  -moz-transition: color 200ms ease;
  transition: color 200ms ease;
}
@media screen and (max-width: 1300px) {
  /* line 1541, components/_index.scss */
  #latest_news .container_latest_news .owl-prev span {
    display: none;
  }
}
/* line 1552, components/_index.scss */
#latest_news .container_latest_news .owl-next {
  position: absolute;
  top: calc(50% - 22.5px);
  right: 0;
  height: 45px;
  width: 45px;
  border: 1px solid #bdbdbd;
  background-color: #FFFFFF;
  z-index: 3;
  -webkit-transition: opacity 150ms ease-in-out;
  -moz-transition: opacity 150ms ease-in-out;
  transition: opacity 150ms ease-in-out;
}
@media screen and (max-width: 1300px) {
  /* line 1552, components/_index.scss */
  #latest_news .container_latest_news .owl-next {
    background-color: #f6f6f6;
    height: 36px;
    width: 36px;
    right: -18px;
  }
}
/* line 1564, components/_index.scss */
#latest_news .container_latest_news .owl-next:hover {
  cursor: pointer;
}
/* line 1566, components/_index.scss */
#latest_news .container_latest_news .owl-next:hover::before {
  color: #0080bb;
}
/* line 1569, components/_index.scss */
#latest_news .container_latest_news .owl-next:hover span {
  color: #0080bb;
}
/* line 1573, components/_index.scss */
#latest_news .container_latest_news .owl-next::before {
  content: "";
  font-family: 'icomoon' !important;
  font-size: 13px;
  color: #bdbdbd;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 200ms ease-in-out;
  -moz-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  position: absolute;
  top: 15px;
  right: 10px;
}
@media screen and (max-width: 1300px) {
  /* line 1573, components/_index.scss */
  #latest_news .container_latest_news .owl-next::before {
    font-size: 9px;
    top: 13px;
    right: 8px;
  }
}
/* line 1583, components/_index.scss */
#latest_news .container_latest_news .owl-next.disabled {
  opacity: 0;
}
/* line 1586, components/_index.scss */
#latest_news .container_latest_news .owl-next span {
  text-indent: -30px;
  margin-top: 12px;
  float: left;
  font-family: 'Exo2-0-Bold';
  font-size: 16px;
  line-height: 18px;
  color: #bdbdbd;
  -webkit-transition: color 200ms ease;
  -moz-transition: color 200ms ease;
  transition: color 200ms ease;
}
@media screen and (max-width: 1300px) {
  /* line 1586, components/_index.scss */
  #latest_news .container_latest_news .owl-next span {
    display: none;
  }
}

/* line 1599, components/_index.scss */
#newsletter {
  float: left;
  width: 100%;
  background-color: #2b2c2d;
  padding: 55px 0;
  position: relative;
  z-index:4;
}
@media screen and (max-width: 1300px) {
  /* line 1599, components/_index.scss */
  #newsletter {
    padding: 45px 0;
  }
}
/* line 1607, components/_index.scss */
#newsletter .container_text {
  float: left;
  display: block;
  margin-right: 1.6%;
  width: 23.8%;
  margin-left: 16.93333%;
  height: 50px;
  display: table;
}
/* line 89, neat/grid/_span-columns.scss */
#newsletter .container_text:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1300px) {
  /* line 1607, components/_index.scss */
  #newsletter .container_text {
    float: left;
    display: block;
    margin-right: 3.25203%;
    width: 100%;
    margin-left: 0%;
    margin-bottom: 25px;
    height: initial;
  }
  /* line 89, neat/grid/_span-columns.scss */
  #newsletter .container_text:last-child {
    margin-right: 0;
  }
}
/* line 1618, components/_index.scss */
#newsletter .container_text .title {
  width: 100%;
  font-family: 'Exo2-0-Bold';
  font-size: 18px;
  line-height: 20px;
  color: #0080bb;
  text-transform: uppercase;
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 1300px) {
  /* line 1618, components/_index.scss */
  #newsletter .container_text .title {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    float: left;
  }
}
/* line 1631, components/_index.scss */
#newsletter .container_text p {
  float: left;
  font-family: 'Exo2-0-Regular';
  font-size: 13px;
  line-height: 20px;
  color: #8b8b8b;
}
@media screen and (max-width: 1300px) {
  /* line 1631, components/_index.scss */
  #newsletter .container_text p {
    text-align: center;
    width: 100%;
  }
}
/* line 1640, components/_index.scss */
#newsletter form {
  float: left;
  display: block;
  margin-right: 1.6%;
  width: 40.73333%;
  position: relative;
}
/* line 89, neat/grid/_span-columns.scss */
#newsletter form:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1300px) {
  /* line 1640, components/_index.scss */
  #newsletter form {
    float: left;
    display: block;
    margin-right: 3.25203%;
    width: 100%;
  }
  /* line 89, neat/grid/_span-columns.scss */
  #newsletter form:last-child {
    margin-right: 0;
  }
}
/* line 1646, components/_index.scss */
#newsletter form::before {
  content: "";
  font-family: 'icomoon' !important;
  font-size: 13px;
  color: #8b8b8b;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 200ms ease-in-out;
  -moz-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  position: absolute;
  top: 20px;
  left: 20px;
}
/* line 1652, components/_index.scss */
#newsletter form.focus::before {
  color: #cbcbcb;
}
/* line 1655, components/_index.scss */
#newsletter form.focus input[type="email"] {
  color: #cbcbcb;
}
/* line 1659, components/_index.scss */
#newsletter form label {
  display: none;
}
/* line 1662, components/_index.scss */
#newsletter form input[type="email"] {
  float: left;
  height: 50px;
  width: calc(100% - 90px);
  background-color: #363738;
  border-radius: 5px 0 0 5px;
  padding: 0 15px 0 50px;
  font-family: 'Exo2-0-Medium';
  font-size: 11px;
  line-height: 13px;
  color: #8b8b8b;
  text-transform: uppercase;
  -webkit-transition: color 200ms ease;
  -moz-transition: color 200ms ease;
  transition: color 200ms ease;
}
/* line 1671, components/_index.scss */
#newsletter form input[type="email"]::-webkit-input-placeholder {
  color: #8b8b8b;
}
/* line 1675, components/_index.scss */
#newsletter form input[type="submit"] {
  float: right;
  height: 50px;
  width: 90px;
  background-color: #036a99;
  font-family: 'Exo2-0-Medium';
  font-size: 11px;
  line-height: 13px;
  color: #FFFFFF;
  text-transform: uppercase;
  border-radius: 0 5px 5px 0;
  -webkit-transition: background-color 200ms ease;
  -moz-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}
/* line 1683, components/_index.scss */
#newsletter form input[type="submit"]:hover {
  background-color: #0080bb;
}
/* line 1688, components/_index.scss */
#newsletter .msg {
  float: left;
  margin-top: 10px;
  font-family: 'Exo2-0-Medium';
  font-size: 13px;
  line-height: 15px;
  color: #FFFFFF;
}
/* line 1692, components/_index.scss */
#newsletter .msg.sucesso {
  color: #059b1a;
}
/* line 1695, components/_index.scss */
#newsletter .msg.erro {
  color: #9b0505;
}

/* line 1700, components/_index.scss */
#quick_contacts {
  float: left;
  width: 100%;
  background-color: #222222;
  padding: 40px 0;
  position:relative;
  z-index:4;
}
@media screen and (max-width: 1300px) {
  /* line 1700, components/_index.scss */
  #quick_contacts {
    padding: 50px 0;
  }
}
/* line 1708, components/_index.scss */
#quick_contacts .phrase {
  float: left;
  display: block;
  margin-right: 1.6%;
  width: 23.8%;
}
/* line 89, neat/grid/_span-columns.scss */
#quick_contacts .phrase:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1300px) {
  /* line 1708, components/_index.scss */
  #quick_contacts .phrase {
    float: left;
    display: block;
    margin-right: 3.25203%;
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
  /* line 89, neat/grid/_span-columns.scss */
  #quick_contacts .phrase:last-child {
    margin-right: 0;
  }
}
/* line 1715, components/_index.scss */
#quick_contacts .phrase img {
  float: left;
  height: auto;
  width: 27px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1300px) {
  /* line 1715, components/_index.scss */
  #quick_contacts .phrase img {
    display: table;
    float: none;
    margin: 0 auto 15px;
  }
}
/* line 1725, components/_index.scss */
#quick_contacts .phrase p {
  float: left;
  clear: left;
  font-family: 'Exo2-0-Medium';
  font-size: 14px;
  line-height: 16px;
  color: #0080bb;
  text-transform: uppercase;
}
@media screen and (max-width: 1300px) {
  /* line 1725, components/_index.scss */
  #quick_contacts .phrase p {
    width: 100%;
  }
}
/* line 1735, components/_index.scss */
#quick_contacts .contact_block {
  float: left;
  display: block;
  margin-right: 1.6%;
  width: 15.33333%;
  text-align: center;
  position: relative;
}
/* line 89, neat/grid/_span-columns.scss */
#quick_contacts .contact_block:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1300px) {
  /* line 1735, components/_index.scss */
  #quick_contacts .contact_block {
    float: left;
    display: block;
    margin-right: 3.25203%;
    width: 100%;
    padding: 25px 0;
  }
  /* line 89, neat/grid/_span-columns.scss */
  #quick_contacts .contact_block:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  /* line 1735, components/_index.scss */
  #quick_contacts .contact_block {
    width: 33.3%;
    padding: 0;
    margin: 0;
  }
}
/* line 1748, components/_index.scss */
#quick_contacts .contact_block::before {
  content: " ";
  position: absolute;
  top: 0;
  left: -12px;
  height: 80px;
  width: 1px;
  background-color: #000000;
}
@media screen and (max-width: 1300px) {
  /* line 1748, components/_index.scss */
  #quick_contacts .contact_block::before {
    height: 1px;
    width: 210px;
    left: calc(50% - 105px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  /* line 1748, components/_index.scss */
  #quick_contacts .contact_block::before {
    height: 80px;
    width: 1px;
    right: -6px;
    left: inherit;
  }
}
@media screen and (max-width: 1300px) {
  /* line 1763, components/_index.scss */
  #quick_contacts .contact_block:last-of-type {
    margin-bottom: 35px;
  }
}
/* line 1767, components/_index.scss */
#quick_contacts .contact_block:last-of-type::after {
  content: " ";
  position: absolute;
  top: 0;
  right: -12px;
  height: 80px;
  width: 1px;
  background-color: #000000;
}
@media screen and (max-width: 1300px) {
  /* line 1767, components/_index.scss */
  #quick_contacts .contact_block:last-of-type::after {
    height: 1px;
    width: 210px;
    left: calc(50% - 105px);
    right: inherit;
    top: inherit;
    bottom: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  /* line 1767, components/_index.scss */
  #quick_contacts .contact_block:last-of-type::after {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  /* line 1783, components/_index.scss */
  #quick_contacts .contact_block:last-of-type::before {
    display: none;
  }
}
/* line 1789, components/_index.scss */
#quick_contacts .contact_block .icon {
  display: table;
  margin: 0 auto 8px;
}
/* line 1792, components/_index.scss */
#quick_contacts .contact_block .icon.message {
  margin-bottom: 10px;
  margin-top: 1px;
}
/* line 1796, components/_index.scss */
#quick_contacts .contact_block .icon.picker::before {
  content: "";
  font-family: 'icomoon' !important;
  font-size: 21px;
  color: #036a99;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 200ms ease-in-out;
  -moz-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  float: left;
}
/* line 1801, components/_index.scss */
#quick_contacts .contact_block .icon.telephone::before {
  content: "";
  font-family: 'icomoon' !important;
  font-size: 21px;
  color: #036a99;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 200ms ease-in-out;
  -moz-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  float: left;
}
/* line 1806, components/_index.scss */
#quick_contacts .contact_block .icon.message::before {
  content: "";
  font-family: 'icomoon' !important;
  font-size: 18px;
  color: #036a99;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 200ms ease-in-out;
  -moz-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  float: left;
}
/* line 1812, components/_index.scss */
#quick_contacts .contact_block .title {
  float: left;
  width: 100%;
  font-family: 'Exo2-0-Medium';
  font-size: 13px;
  line-height: 20px;
  color: #bdbdbd;
  text-transform: uppercase;
  margin-bottom: 6px;
}
/* line 1819, components/_index.scss */
#quick_contacts .contact_block p {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  font-family: 'Exo2-0-Regular';
  font-size: 13px;
  line-height: 15px;
  color: #8b8b8b;
}
/* line 1823, components/_index.scss */
#quick_contacts .contact_block p a {
  color: #8b8b8b;
}
/* line 1828, components/_index.scss */
#quick_contacts .certificate_img {
  float: right;
  max-width: 138px;
  height: auto;
  margin-right: 30px;
}
@media screen and (max-width: 1300px) {
  /* line 1828, components/_index.scss */
  #quick_contacts .certificate_img {
    display: table;
    float: none;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  /* line 1828, components/_index.scss */
  #quick_contacts .certificate_img {
    clear: left;
  }
}
/* line 1842, components/_index.scss */
#quick_contacts .ce_img {
  float: right;
  height: 49px;
  width: auto;
  margin-top: 10px;
}
@media screen and (max-width: 1300px) {
  /* line 1842, components/_index.scss */
  #quick_contacts .ce_img {
    display: table;
    float: none;
    margin: 0 auto 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  /* line 1842, components/_index.scss */
  #quick_contacts .ce_img {
    clear: left;
  }
}

/* line 1856, components/_index.scss */
#site_map {
  float: left;
  width: 100%;
  background-color: #1e1e1e;
  padding: 35px 0;
  text-align: center;
  position: relative;
  z-index: 4;
}
/* line 1862, components/_index.scss */
#site_map .site_map_list {
  margin: 10px auto 0;
  display: inline-block;
}
@media screen and (max-width: 1300px) {
  /* line 1862, components/_index.scss */
  #site_map .site_map_list {
    display: none;
  }
}
/* line 1868, components/_index.scss */
#site_map .site_map_list > li {
  float: left;
  padding: 0 20px;
  position: relative;
}
/* line 1872, components/_index.scss */
#site_map .site_map_list > li:first-child {
  padding-left: 0;
}
/* line 1876, components/_index.scss */
#site_map .site_map_list > li:last-child::after {
  display: none;
}
/* line 1880, components/_index.scss */
#site_map .site_map_list > li::after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  height: 15px;
  width: 1px;
  background-color: #5b5b5b;
}
/* line 1886, components/_index.scss */
#site_map .site_map_list > li > a {
  float: left;
  font-family: 'Exo2-0-Bold';
  font-size: 11px;
  line-height: 13px;
  color: #5b5b5b;
  text-transform: uppercase;
  -webkit-transition: color 200ms ease;
  -moz-transition: color 200ms ease;
  transition: color 200ms ease;
}
/* line 1891, components/_index.scss */
#site_map .site_map_list > li > a:hover {
  color: #bdbdbd;
}
/* line 1895, components/_index.scss */
#site_map .site_map_list > li .site_map_list_sub {
  float: left;
  clear: left;
  max-width: 115px;
}
/* line 1899, components/_index.scss */
#site_map .site_map_list > li .site_map_list_sub li {
  float: left;
  display: inline-block;
}
/* line 1903, components/_index.scss */
#site_map .site_map_list > li .site_map_list_sub li:last-child a::after {
  display: none;
}
/* line 1907, components/_index.scss */
#site_map .site_map_list > li .site_map_list_sub li a {
  font-family: 'Exo2-0-Regular';
  font-size: 11px;
  line-height: 11px;
  color: #5b5b5b;
  -webkit-transition: color 200ms ease;
  -moz-transition: color 200ms ease;
  transition: color 200ms ease;
}
/* line 1910, components/_index.scss */
#site_map .site_map_list > li .site_map_list_sub li a::after {
  content: ".";
  font-family: 'Exo2-0-Light';
  font-size: 11px;
  line-height: 13px;
  color: #8b8b8b;
  margin: 0 2px;
}
/* line 1915, components/_index.scss */
#site_map .site_map_list > li .site_map_list_sub li a:hover {
  color: #bdbdbd;
}

@media (max-width: 660px) {
  #site_map img.apoios {
    float: none;
  }

  .apoios2{
    max-width:250px !important;
  }
}

/* line 1924, components/_index.scss */
footer {
  float: left;
  width: 100%;
  background-color: #0080bb;
  padding: 10px 0;
  text-align: center;
  position: relative;
  z-index:4;
}
@media screen and (max-width: 1300px) {
  /* line 1924, components/_index.scss */
  footer {
    padding: 20px 0;
  }
}
/* line 1934, components/_index.scss */
footer p {
  float: left;
  text-transform: uppercase;
  font-family: 'Exo2-0-Regular';
  font-size: 11px;
  line-height: 13px;
  color: #bdbdbd;
}
/* line 1938, components/_index.scss */
footer p strong {
  font-family: 'Exo2-0-Medium';
  color: #FFFFFF;
}
@media screen and (max-width: 1300px) {
  /* line 1934, components/_index.scss */
  footer p {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
}
/* line 1948, components/_index.scss */
footer .center_politics {
  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%);
}
@media screen and (max-width: 1300px) {
  /* line 1948, components/_index.scss */
  footer .center_politics {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    position: initial;
    top: initial;
    left: initial;
  }
}
/* line 1956, components/_index.scss */
footer .politics {
  float: left;
  margin-right: 30px;
  font-family: 'Exo2-0-Regular';
  font-size: 10px;
  line-height: 12px;
  color: #bdbdbd;
  text-transform: uppercase;
  -webkit-transition: color 200ms ease;
  -moz-transition: color 200ms ease;
  transition: color 200ms ease;
}
@media screen and (max-width: 1300px) {
  /* line 1956, components/_index.scss */
  footer .politics {
    width: 100%;
    text-align: center;
    margin: 0 0 15px 0;
  }
}
/* line 1967, components/_index.scss */
footer .politics:hover {
  color: #FFFFFF;
}
/* line 1970, components/_index.scss */
footer .politics:last-child {
  margin-right: 0;
}
/* line 1974, components/_index.scss */
footer .loba {
  float: right;
  opacity: .8;
}
@media screen and (max-width: 1300px) {
  /* line 1974, components/_index.scss */
  footer .loba {
    float: none;
    display: table;
    margin: 0 auto;
  }
}
/* line 1982, components/_index.scss */
footer .loba::before {
  content: "";
  font-family: 'icomoon' !important;
  font-size: 10px;
  color: #FFFFFF;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 200ms ease-in-out;
  -moz-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  float: left;
}

/* line 1989, components/_index.scss */
.contact_us {
  float: left;
  width: 100%;
  padding: 65px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index:40;
}
@media screen and (max-width: 1300px) {
  /* line 1989, components/_index.scss */
  .contact_us {
    padding: 38px 0 45px;
  }
}
/* line 2000, components/_index.scss */
.contact_us::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #e8e8e8;
  opacity: .9;
}
/* line 2007, components/_index.scss */
.contact_us .title {
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Exo2-0-Bold';
  font-size: 35px;
  line-height: 37px;
  color: #0080bb;
  margin-bottom: 5px;
}
@media screen and (max-width: 1300px) {
  /* line 2007, components/_index.scss */
  .contact_us .title {
    font-size: 30px;
    line-height: 32px;
  }
}
/* line 2020, components/_index.scss */
.contact_us p {
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Exo2-0-Regular';
  font-size: 22px;
  line-height: 35px;
  color: #5b5b5b;
}
@media screen and (max-width: 1300px) {
  /* line 2020, components/_index.scss */
  .contact_us p {
    font-size: 15px;
    line-height: 25px;
  }
}
/* line 2032, components/_index.scss */
.contact_us .btn_arrow {
  margin-top: 40px;
  left: 50%;
}
@media screen and (max-width: 1300px) {
  /* line 2032, components/_index.scss */
  .contact_us .btn_arrow {
    margin-top: 15px;
  }
}

/* line 2040, components/_index.scss */
.apoios,.apoios2 {
  float: left;
  height: 100%;
  width: 100%;
  max-width: 325px;
  margin-top: 3px;
}
@media screen and (max-width: 1300px) {
  /* line 2040, components/_index.scss */
  .apoios {
    float: none;
    display: table;
    margin: 0 auto 20px;
  }

  .apoios2 {
    float: none;
    display: table;
  }
}

/* line 1, components/_institucional.scss */
#breadcrumb {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
/* line 5, components/_institucional.scss */
#breadcrumb li {
  float: left;
}
/* line 7, components/_institucional.scss */
#breadcrumb li::after {
  content: "/";
  float: right;
  margin: 0 3px;
  font-family: 'Exo2-0-Regular';
  font-size: 12px;
  line-height: 14px;
  color: #bdbdbd;
}
/* line 14, components/_institucional.scss */
#breadcrumb li.active::after {
  display: none;
}
/* line 17, components/_institucional.scss */
#breadcrumb li.active a {
  font-family: 'Exo2-0-Bold';
  color: #5b5b5b;
}
/* line 23, components/_institucional.scss */
#breadcrumb li a {
  float: left;
  font-family: 'Exo2-0-Regular';
  font-size: 12px;
  line-height: 14px;
  color: #bdbdbd;
}

/* line 30, components/_institucional.scss */
.head_title {
  float: left;
  text-transform: uppercase;
  font-family: 'Exo2-0-Bold';
  font-size: 50px;
  line-height: 52px;
  color: #222222;
  margin: 0 0 70px -20px;
  opacity: 0;
  -webkit-transition: margin-left 1.25s ease, opacity 1s ease;
  -moz-transition: margin-left 1.25s ease, opacity 1s ease;
  transition: margin-left 1.25s ease, opacity 1s ease;
}
@media screen and (max-width: 1300px) {
  /* line 30, components/_institucional.scss */
  .head_title {
    opacity: 1;
    margin: 0 0 45px 0;
    font-size: 30px;
    line-height: 32px;
  }
}
/* line 43, components/_institucional.scss */
.head_title.moved {
  margin-left: 0;
  opacity: 1;
}
/* line 47, components/_institucional.scss */
.head_title::after {
  content: " ";
  float: right;
  height: 2px;
  width: 140px;
  max-width: 100%;
  background-color: #0080bb;
  margin: 25px 0 0 15px;
}
@media screen and (max-width: 1300px) {
  /* line 47, components/_institucional.scss */
  .head_title::after {
    height: 1px;
    width: 70px;
    margin-top: 17px;
  }
}

/* line 60, components/_institucional.scss */
.list_items {
  float: left;
  width: 100%;
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  -webkit-column-gap: 24px;
  /* Chrome, Safari, Opera */
  -moz-column-gap: 24x;
  /* Firefox */
  column-gap: 24px;
}
@media screen and (max-width: 1300px) {
  /* line 60, components/_institucional.scss */
  .list_items {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
  }
}
/* line 74, components/_institucional.scss */
.list_items ul {
  float: left;
}
/* line 77, components/_institucional.scss */
.list_items li {
  float: left;
  font-family: 'Exo2-0-Regular';
  font-size: 15px;
  line-height: 25px;
  color: #5b5b5b;
  margin-bottom: 10px;
  padding-left: 20px;
}
@media screen and (max-width: 1300px) {
  /* line 77, components/_institucional.scss */
  .list_items li {
    font-size: 13px;
    line-height: 23px;
  }
}
/* line 86, components/_institucional.scss */
.list_items li::before {
  content: " ";
  float: left;
  height: 1px;
  width: 10px;
  background-color: #0080bb;
  margin: 13px 0 0 -20px;
}
/* line 94, components/_institucional.scss */
.list_items p {
  float: left;
  font-family: 'Exo2-0-Regular';
  font-size: 15px;
  line-height: 25px;
  color: #5b5b5b;
  margin-bottom: 10px;
}

/* line 100, components/_institucional.scss */
.category_title {
  float: left;
  width: 100%;
  text-transform: uppercase;
  font-family: 'Exo2-0-Medium';
  font-size: 12px;
  line-height: 14px;
  color: #8b8b8b;
  margin-bottom: 5px;
  letter-spacing: 1.5px;
}

/* line 108, components/_institucional.scss */
.after_category_title {
  float: left;
  width: 100%;
  text-transform: uppercase;
  font-family: 'Exo2-0-Bold';
  font-size: 30px;
  line-height: 35px;
  color: #0080bb;
}
@media screen and (max-width: 1300px) {
  /* line 108, components/_institucional.scss */
  .after_category_title {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 20px;
  }
}

/* line 120, components/_institucional.scss */
.institucional_slider .container_slider {
  float: left;
  display: block;
  margin-right: 1.6%;
  width: 40.73333%;
  padding: 80px 0;
  position: relative;
}
/* line 89, neat/grid/_span-columns.scss */
.institucional_slider .container_slider:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1300px) {
  /* line 120, components/_institucional.scss */
  .institucional_slider .container_slider {
    margin: 0 -18px 40px 0;
    width: 98%;
    float: right;
    padding: 40px 0 70px;
  }
}
/* line 130, components/_institucional.scss */
.institucional_slider .container_slider::before {
  content: " ";
  background-color: #f6f6f6;
  height: 100%;
  width: 300%;
  position: absolute;
  top: 0;
  right: 35%;
  z-index: -2;
}
/* line 137, components/_institucional.scss */
.institucional_slider .container_slider .bx-wrapper {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  background: transparent;
  margin-bottom: 0;
}
/* line 145, components/_institucional.scss */
.institucional_slider .container_slider .bx-wrapper .bx-controls-direction a {
  z-index: 1;
}
/* line 148, components/_institucional.scss */
.institucional_slider .container_slider .bx-wrapper .bx-controls-direction a.bx-prev {
  background: none #f6f6f6;
  left: -22.5px;
  border: 1px solid #bdbdbd;
  height: 45px;
  width: 45px;
  top: calc(50% - 45px);
  margin: 0;
  text-indent: inherit;
}
/* line 156, components/_institucional.scss */
.institucional_slider .container_slider .bx-wrapper .bx-controls-direction a.bx-prev::after {
  content: "";
  font-family: 'icomoon' !important;
  font-size: 13px;
  color: #bdbdbd;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 200ms ease-in-out;
  -moz-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  float: left;
  margin: 14px 0 0 10px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
/* line 164, components/_institucional.scss */
.institucional_slider .container_slider .bx-wrapper .bx-controls-direction a.bx-prev:hover::after {
  color: #0080bb;
}
/* line 169, components/_institucional.scss */
.institucional_slider .container_slider .bx-wrapper .bx-controls-direction a.bx-next {
  background: none #f6f6f6;
  left: -22.5px;
  border: 1px solid #bdbdbd;
  border-top: 0;
  height: 45px;
  width: 45px;
  margin: 0;
  text-indent: inherit;
}
/* line 177, components/_institucional.scss */
.institucional_slider .container_slider .bx-wrapper .bx-controls-direction a.bx-next::after {
  content: "";
  font-family: 'icomoon' !important;
  font-size: 13px;
  color: #bdbdbd;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 200ms ease-in-out;
  -moz-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  float: left;
  margin: 14px 0 0 10px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
/* line 185, components/_institucional.scss */
.institucional_slider .container_slider .bx-wrapper .bx-controls-direction a.bx-next:hover::after {
  color: #0080bb;
}
/* line 192, components/_institucional.scss */
.institucional_slider .container_slider .bxslider li::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #fff;
}
/* line 199, components/_institucional.scss */
.institucional_slider .container_slider .bxslider img {
  height: auto;
}
/* line 203, components/_institucional.scss */
.institucional_slider .container_slider .product_link {
  position: absolute;
  right: 35%;
  bottom: 0;
  height: 80px;
  width: 25%;
  display: table;
}
@media screen and (max-width: 1300px) {
  /* line 203, components/_institucional.scss */
  .institucional_slider .container_slider .product_link {
    height: 70px;
    width: 110px;
  }
}
/* line 210, components/_institucional.scss */
.institucional_slider .container_slider .product_link p {
  font-family: 'Exo2-0-Regular';
  font-size: 14px;
  line-height: 16px;
  color: #222222;
  text-transform: uppercase;
}
/* line 215, components/_institucional.scss */
.institucional_slider .container_slider .slider_counter {
  position: absolute;
  right: 25%;
  top: 0;
}
@media screen and (max-width: 1300px) {
  /* line 215, components/_institucional.scss */
  .institucional_slider .container_slider .slider_counter {
    display: none;
  }
}
/* line 222, components/_institucional.scss */
.institucional_slider .container_slider .slider_counter .active {
  display: inline-block;
  font-family: 'Exo2-0-Bold';
  font-size: 20px;
  line-height: 18px;
  color: #0080bb;
}
/* line 226, components/_institucional.scss */
.institucional_slider .container_slider .slider_counter .total {
  display: inline-block;
  font-family: 'Exo2-0-Regular';
  font-size: 13px;
  line-height: 15px;
  color: #bdbdbd;
  vertical-align: top;
}
/* line 233, components/_institucional.scss */
.institucional_slider .phrase {
  float: left;
  display: block;
  margin-right: 1.6%;
  width: 32.26667%;
  margin-left: 8.46667%;
  font-family: 'Exo2-0-Medium';
  font-size: 35px;
  line-height: 50px;
  color: #0080bb;
  text-transform: uppercase;
  text-decoration: underline;
  display: table;
}
/* line 89, neat/grid/_span-columns.scss */
.institucional_slider .phrase:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1300px) {
  /* line 233, components/_institucional.scss */
  .institucional_slider .phrase {
    float: left;
    display: block;
    margin-right: 3.25203%;
    width: 100%;
    margin-left: 0%;
    font-size: 20px;
    line-height: 30px;
  }
  /* line 89, neat/grid/_span-columns.scss */
  .institucional_slider .phrase:last-child {
    margin-right: 0;
  }
}
/* line 246, components/_institucional.scss */
.institucional_slider .phrase p {
  display: table-cell;
  vertical-align: middle;
}

/* line 252, components/_institucional.scss */
.ordered_list {
  float: left;
  width: 100%;
}
/* line 255, components/_institucional.scss */
.ordered_list li {
  float: left;
  display: block;
  margin-right: 2.41935%;
  width: 10.38306%;
  margin-left: 12.80242%;
}
/* line 89, neat/grid/_span-columns.scss */
.ordered_list li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1300px) {
  /* line 255, components/_institucional.scss */
  .ordered_list li {
    float: left;
    display: block;
    margin-right: 3.25203%;
    width: 48.37398%;
    margin-left: 0%;
    margin-bottom: 25px;
  }
  /* line 89, neat/grid/_span-columns.scss */
  .ordered_list li:last-child {
    margin-right: 0;
  }
  /* line 78, neat/grid/_omega.scss */
  .ordered_list li:nth-child(2n) {
    margin-right: 0;
  }
  /* line 83, neat/grid/_omega.scss */
  .ordered_list li:nth-child(2n+1) {
    clear: left;
  }
}
/* line 264, components/_institucional.scss */
.ordered_list li:first-child {
  margin-left: 0%;
}
/* line 267, components/_institucional.scss */
.ordered_list li .number {
  float: left;
  width: 100%;
  margin-bottom: 5px;
  font-family: 'Exo2-0-Bold';
  font-size: 30px;
  line-height: 50px;
  color: #cbcbcb;
}
@media screen and (max-width: 1300px) {
  /* line 267, components/_institucional.scss */
  .ordered_list li .number {
    line-height: 32px;
    margin-bottom: 15px;
  }
}
/* line 277, components/_institucional.scss */
.ordered_list li p {
  float: left;
  width: 100%;
  font-family: 'Exo2-0-Medium';
  font-size: 14px;
  line-height: 20px;
  color: #5b5b5b;
}

@media screen and (max-width: 1300px) {
  /* line 284, components/_institucional.scss */
  .block_image_text {
    margin-top: -35px;
  }
}
/* line 288, components/_institucional.scss */
.block_image_text .image {
  float: left;
  display: block;
  margin-right: 1.6%;
  width: 23.8%;
  position: relative;
  z-index: 1;
  display: table;
}
/* line 89, neat/grid/_span-columns.scss */
.block_image_text .image:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1300px) {
  /* line 288, components/_institucional.scss */
  .block_image_text .image {
    display: none;
  }
}
/* line 296, components/_institucional.scss */
.block_image_text .image img {
  display: table;
  margin: 0 auto;
  height: auto;
  max-width: 100%;
}
/* line 303, components/_institucional.scss */
.block_image_text .container_text {
  float: left;
  display: block;
  margin-right: 1.6%;
  width: 83.06667%;
  margin-left: -8.46667%;
  border: 1px solid #bdbdbd;
  padding: 70px 0;
}
/* line 89, neat/grid/_span-columns.scss */
.block_image_text .container_text:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1300px) {
  /* line 303, components/_institucional.scss */
  .block_image_text .container_text {
    padding: 0;
    border: 0;
    float: left;
    display: block;
    margin-right: 3.25203%;
    width: 100%;
    margin-left: 0%;
  }
  /* line 89, neat/grid/_span-columns.scss */
  .block_image_text .container_text:last-child {
    margin-right: 0;
  }
}
/* line 314, components/_institucional.scss */
.block_image_text .container_text .content {
  float: left;
  display: block;
  margin-right: 1.92616%;
  width: 59.22953%;
  margin-left: 20.38523%;
}
/* line 89, neat/grid/_span-columns.scss */
.block_image_text .container_text .content:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1300px) {
  /* line 314, components/_institucional.scss */
  .block_image_text .container_text .content {
    float: left;
    display: block;
    margin-right: 3.25203%;
    width: 100%;
    margin-left: 0%;
  }
  /* line 89, neat/grid/_span-columns.scss */
  .block_image_text .container_text .content:last-child {
    margin-right: 0;
  }
}
/* line 321, components/_institucional.scss */
.block_image_text .container_text .content p {
  font-family: 'Exo2-0-Regular';
  font-size: 15px;
  line-height: 25px;
  color: #5b5b5b;
  margin-bottom: 20px;
}
@media screen and (max-width: 1300px) {
  /* line 321, components/_institucional.scss */
  .block_image_text .container_text .content p {
    font-size: 13px;
    line-height: 23px;
  }
}
/* line 328, components/_institucional.scss */
.block_image_text .container_text .content p:last-child {
  margin-bottom: 0;
}
/* line 331, components/_institucional.scss */
.block_image_text .container_text .content p strong {
  font-family: 'Exo2-0-SemiBold';
  font-size: 17px;
  line-height: 27px;
  color: #0080bb;
}
@media screen and (max-width: 1300px) {
  /* line 331, components/_institucional.scss */
  .block_image_text .container_text .content p strong {
    font-size: 15px;
    line-height: 25px;
  }
}
/* line 339, components/_institucional.scss */
.block_image_text .container_text .content ol, .block_image_text .container_text .content ul {
  float: left;
  width: 100%;
}
/* line 342, components/_institucional.scss */
.block_image_text .container_text .content ol li, .block_image_text .container_text .content ul li {
  float: left;
  width: 100%;
  font-family: 'Exo2-0-Regular';
  font-size: 15px;
  line-height: 25px;
  color: #5b5b5b;
  margin-bottom: 10px;
  padding-left: 20px;
}
@media screen and (max-width: 1300px) {
  /* line 342, components/_institucional.scss */
  .block_image_text .container_text .content ol li, .block_image_text .container_text .content ul li {
    font-size: 13px;
    line-height: 23px;
  }
}
/* line 352, components/_institucional.scss */
.block_image_text .container_text .content ol li::before, .block_image_text .container_text .content ul li::before {
  content: " ";
  float: left;
  height: 1px;
  width: 10px;
  background-color: #0080bb;
  margin: 13px 0 0 -20px;
}

/* line 1, components/_servicos.scss */
#top_image {
  display: table;
  float: left;
  height: 400px;
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 85px;
}
@media screen and (max-width: 1300px) {
  /* line 1, components/_servicos.scss */
  #top_image {
    height: 300px;
    margin-top: 65px;
  }
}
/* line 14, components/_servicos.scss */
#top_image::before {
  content: " ";
  background-color: #000000;
  opacity: .65;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 21, components/_servicos.scss */
#top_image p {
  width: 100%;
  max-width: 850px;
  font-family: 'Exo2-0-SemiBold';
  font-size: 40px;
  line-height: 48px;
  color: #FFFFFF;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1300px) {
  /* line 21, components/_servicos.scss */
  #top_image p {
    font-size: 25px;
    line-height: 29px;
    max-width: 450px;
    padding: 0 40px;
  }
}

@media screen and (max-width: 1300px) {
  /* line 38, components/_servicos.scss */
  .institucional_slider.services {
    display: flex;
    flex-direction: column;
  }
}
/* line 43, components/_servicos.scss */
.institucional_slider.services .container_slider {
  padding-left: 22.5px;
}
@media screen and (max-width: 1300px) {
  /* line 43, components/_servicos.scss */
  .institucional_slider.services .container_slider {
    order: 2;
    padding-left: 0;
    padding-bottom: 40px;
    margin-left: 22.5px;
    margin-bottom: 0;
  }
}
/* line 54, components/_servicos.scss */
.institucional_slider .services_text {
  float: left;
  display: block;
  margin-right: 1.6%;
  width: 49.2%;
}
/* line 89, neat/grid/_span-columns.scss */
.institucional_slider .services_text:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1300px) {
  /* line 54, components/_servicos.scss */
  .institucional_slider .services_text {
    order: 1;
    margin-bottom: 30px;
    float: left;
    display: block;
    margin-right: 3.25203%;
    width: 100%;
  }
  /* line 89, neat/grid/_span-columns.scss */
  .institucional_slider .services_text:last-child {
    margin-right: 0;
  }
}
/* line 61, components/_servicos.scss */
.institucional_slider .services_text .number {
  width: 100%;
  float: left;
  margin-bottom: 35px;
  font-family: 'Exo2-0-Bold';
  font-size: 60px;
  line-height: 35px;
  color: #cbcbcb;
}
@media screen and (max-width: 1300px) {
  /* line 61, components/_servicos.scss */
  .institucional_slider .services_text .number {
    margin-bottom: 20px;
  }
}
/* line 70, components/_servicos.scss */
.institucional_slider .services_text .title_service {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  font-family: 'Exo2-0-Bold';
  font-size: 30px;
  line-height: 35px;
  color: #0080bb;
  text-transform: uppercase;
}
@media screen and (max-width: 1300px) {
  /* line 70, components/_servicos.scss */
  .institucional_slider .services_text .title_service {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
/* line 82, components/_servicos.scss */
.institucional_slider .services_text h4 {
  float: left;
  width: 100%;
  margin-bottom: 7px;
  font-family: 'Exo2-0-Bold';
  font-size: 20px;
  line-height: 25px;
  color: #5b5b5b;
  text-transform: uppercase;
}
@media screen and (max-width: 1300px) {
  /* line 82, components/_servicos.scss */
  .institucional_slider .services_text h4 {
    font-size: 18px;
    line-height: 25px;
  }
}
/* line 93, components/_servicos.scss */
.institucional_slider .services_text p {
  font-family: 'Exo2-0-Regular';
  font-size: 15px;
  line-height: 25px;
  color: #5b5b5b;
}
@media screen and (max-width: 1300px) {
  /* line 93, components/_servicos.scss */
  .institucional_slider .services_text p {
    font-size: 13px;
    line-height: 23px;
  }
}
/* line 99, components/_servicos.scss */
.institucional_slider .services_text p strong {
  font-family: 'Exo2-0-Bold';
  color: #0080bb;
}
@media screen and (max-width: 1300px) {
  /* line 99, components/_servicos.scss */
  .institucional_slider .services_text p strong {
    font-size: 15px;
    line-height: 25px;
  }
}
/* line 108, components/_servicos.scss */
.institucional_slider .services_text ul {
  float: left;
  width: 100%;
  margin-top: 30px;
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  -webkit-column-gap: 24px;
  /* Chrome, Safari, Opera */
  -moz-column-gap: 24x;
  /* Firefox */
  column-gap: 24px;
}
@media screen and (max-width: 1300px) {
  /* line 108, components/_servicos.scss */
  .institucional_slider .services_text ul {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
  }
}
/* line 123, components/_servicos.scss */
.institucional_slider .services_text ul li {
  width: 100%;
  float: left;
  margin-bottom: 15px;
  padding-left: 20px;
  break-inside: avoid-column;
}
/* line 129, components/_servicos.scss */
.institucional_slider .services_text ul li::before {
  content: " ";
  float: left;
  height: 1px;
  width: 10px;
  background-color: #0080bb;
  margin: 13px 0 0 -20px;
}
/* line 136, components/_servicos.scss */
.institucional_slider .services_text ul li p {
  font-family: 'Exo2-0-Regular';
  font-size: 13px;
  line-height: 22px;
  color: #5b5b5b;
}
/* line 138, components/_servicos.scss */
.institucional_slider .services_text ul li p strong {
  font-family: 'Exo2-0-Bold';
  font-size: 15px;
  line-height: 25px;
  color: #0080bb;
}
/* line 146, components/_servicos.scss */
.institucional_slider .container_slider.right_aligned {
  float: right;
  padding-right: 22.5px;
  padding-left: 0;
}
@media screen and (max-width: 1300px) {
  /* line 146, components/_servicos.scss */
  .institucional_slider .container_slider.right_aligned {
    float: left;
    padding-right: 0;
  }
}
/* line 154, components/_servicos.scss */
.institucional_slider .container_slider.right_aligned::before {
  right: inherit;
  left: 35%;
}
@media screen and (max-width: 1300px) {
  /* line 154, components/_servicos.scss */
  .institucional_slider .container_slider.right_aligned::before {
    left: inherit;
    right: 35%;
  }
}
/* line 162, components/_servicos.scss */
.institucional_slider .container_slider.right_aligned .slider_counter {
  left: 25%;
  right: inherit;
}
/* line 166, components/_servicos.scss */
.institucional_slider .container_slider.right_aligned .bx-wrapper .bx-controls-direction .bx-prev, .institucional_slider .container_slider.right_aligned .bx-wrapper .bx-controls-direction a.bx-next {
  left: inherit;
  right: -22.5px;
}
@media screen and (max-width: 1300px) {
  /* line 166, components/_servicos.scss */
  .institucional_slider .container_slider.right_aligned .bx-wrapper .bx-controls-direction .bx-prev, .institucional_slider .container_slider.right_aligned .bx-wrapper .bx-controls-direction a.bx-next {
    right: inherit;
    left: -22.5px;
  }
}
/* line 176, components/_servicos.scss */
.institucional_slider .brands_technologics_systems {
  float: left;
  display: block;
  margin-right: 3.25203%;
  width: 100%;
  margin-top: 50px;
}
/* line 89, neat/grid/_span-columns.scss */
.institucional_slider .brands_technologics_systems:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1300px) {
  /* line 176, components/_servicos.scss */
  .institucional_slider .brands_technologics_systems {
    margin-top: 28px;
  }
}
/* line 182, components/_servicos.scss */
.institucional_slider .brands_technologics_systems .brand_image {
  float: left;
  display: block;
  margin-right: 3.25203%;
  width: 31.16531%;
  border-top: 1px solid #bdbdbd;
  padding-top: 30px;
}
/* line 89, neat/grid/_span-columns.scss */
.institucional_slider .brands_technologics_systems .brand_image:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1300px) {
  /* line 182, components/_servicos.scss */
  .institucional_slider .brands_technologics_systems .brand_image {
    float: left;
    display: block;
    margin-right: 3.25203%;
    width: 100%;
    margin-bottom: 43px;
  }
  /* line 89, neat/grid/_span-columns.scss */
  .institucional_slider .brands_technologics_systems .brand_image:last-child {
    margin-right: 0;
  }
}
/* line 190, components/_servicos.scss */
.institucional_slider .brands_technologics_systems .brand_image img {
  float: left;
  max-width: 100%;
  width: auto;
  height: auto;
}
/* line 197, components/_servicos.scss */
.institucional_slider .brands_technologics_systems .content {
  float: left;
  display: block;
  margin-right: 3.25203%;
  width: 65.58266%;
}
/* line 89, neat/grid/_span-columns.scss */
.institucional_slider .brands_technologics_systems .content:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1300px) {
  /* line 197, components/_servicos.scss */
  .institucional_slider .brands_technologics_systems .content {
    float: left;
    display: block;
    margin-right: 3.25203%;
    width: 100%;
  }
  /* line 89, neat/grid/_span-columns.scss */
  .institucional_slider .brands_technologics_systems .content:last-child {
    margin-right: 0;
  }
}
/* line 202, components/_servicos.scss */
.institucional_slider .brands_technologics_systems .content .brand_name {
  float: left;
  width: 100%;
  font-family: 'Exo2-0-Bold';
  font-size: 20px;
  line-height: 25px;
  color: #5b5b5b;
  text-transform: uppercase;
  margin: -6px 0 7px 0;
}
/* line 209, components/_servicos.scss */
.institucional_slider .brands_technologics_systems .content p {
  font-family: 'Exo2-0-Regular';
  font-size: 15px;
  line-height: 25px;
  color: #5b5b5b;
}
@media screen and (max-width: 1300px) {
  /* line 209, components/_servicos.scss */
  .institucional_slider .brands_technologics_systems .content p {
    display: none;
  }
}
/* line 215, components/_servicos.scss */
.institucional_slider .brands_technologics_systems .content a {
  margin-top: 18px;
}
@media screen and (max-width: 1300px) {
  /* line 215, components/_servicos.scss */
  .institucional_slider .brands_technologics_systems .content a {
    margin-top: 8px;
  }
}

@-webkit-keyframes opacidade {
  0%, 100% {
    opacity: 0;
  }
  45%, 55% {
    opacity: 1;
  }
}
@keyframes opacidade {
  0%, 100% {
    opacity: 0;
  }
  55%, 65% {
    opacity: 1;
  }
}
@-webkit-keyframes dimensoes {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  100% {
    -webkit-transform: scale3d(1.5, 1.5, 1);
    transform: scale3d(1.5, 1.5, 1);
  }
}
@keyframes dimensoes {
  0% {
    -webkit-transform: scale3d(0.9 0.9, 1);
    transform: scale3d(0.9, 0.9, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* line 37, components/_agentes.scss */
#agents_container {
  float: left;
  display: block;
  margin-right: 1.6%;
  width: 49.2%;
  clear: left;
  margin-bottom: 130px;
}
/* line 89, neat/grid/_span-columns.scss */
#agents_container:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1300px) {
  /* line 37, components/_agentes.scss */
  #agents_container {
    float: left;
    display: block;
    margin-right: 3.25203%;
    width: 100%;
    margin-bottom: 30px;
  }
  /* line 89, neat/grid/_span-columns.scss */
  #agents_container:last-child {
    margin-right: 0;
  }
}
/* line 45, components/_agentes.scss */
#agents_container .continent {
  float: left;
  width: 100%;
  display: none;
}
@media screen and (max-width: 1300px) {
  /* line 45, components/_agentes.scss */
  #agents_container .continent {
    display: block;
    border-bottom: 1px solid #bdbdbd;
    width: calc(100% + 36px);
    margin: 0 0 0 -18px;
  }
  /* line 54, components/_agentes.scss */
  #agents_container .continent:first-child {
    border-top: 1px solid #bdbdbd;
  }
}
/* line 60, components/_agentes.scss */
#agents_container .continent.open .toggle_continent::before {
  content: "";
  font-size: 2px;
  margin-top: 16px;
}
/* line 67, components/_agentes.scss */
#agents_container .continent .toggle_continent {
  float: left;
  text-transform: uppercase;
  font-family: 'Exo2-0-Bold';
  font-size: 30px;
  line-height: 35px;
  color: #0080bb;
  margin-bottom: 45px;
}
@media screen and (max-width: 1300px) {
  /* line 67, components/_agentes.scss */
  #agents_container .continent .toggle_continent {
    font-size: 20px;
    margin-bottom: 0;
    padding: 18px;
    width: 100%;
  }
  /* line 77, components/_agentes.scss */
  #agents_container .continent .toggle_continent::before {
    content: "";
    font-family: 'icomoon' !important;
    font-size: 14px;
    color: #0080bb;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: color 200ms ease-in-out;
    -moz-transition: color 200ms ease-in-out;
    transition: color 200ms ease-in-out;
    float: right;
    margin-top: 10px;
  }
}
/* line 85, components/_agentes.scss */
#agents_container .continent .countrys_contacts {
  display: block;
  float: left;
  clear: left;
  width: 100%;
}
@media screen and (max-width: 1300px) {
  /* line 85, components/_agentes.scss */
  #agents_container .continent .countrys_contacts {
    display: none;
    padding: 0 18px;
  }
}
/* line 94, components/_agentes.scss */
#agents_container .continent .countrys_contacts li {
  float: left;
  display: block;
  margin-right: 2%;
  width: 48%;
  margin-bottom: 45px;
}
/* line 89, neat/grid/_span-columns.scss */
#agents_container .continent .countrys_contacts li:last-child {
  margin-right: 0;
}
/* line 78, neat/grid/_omega.scss */
#agents_container .continent .countrys_contacts li:nth-child(2n) {
  margin-right: 0;
}
/* line 83, neat/grid/_omega.scss */
#agents_container .continent .countrys_contacts li:nth-child(2n+1) {
  clear: left;
}
@media screen and (max-width: 1300px) {
  /* line 94, components/_agentes.scss */
  #agents_container .continent .countrys_contacts li {
    float: left;
    display: block;
    margin-right: 3.25203%;
    width: 100%;
    margin-bottom: 30px;
  }
  /* line 89, neat/grid/_span-columns.scss */
  #agents_container .continent .countrys_contacts li:last-child {
    margin-right: 0;
  }
  /* line 78, neat/grid/_omega.scss */
  #agents_container .continent .countrys_contacts li:nth-child(0) {
    margin-right: 0;
  }
}
/* line 103, components/_agentes.scss */
#agents_container .continent .countrys_contacts li .line {
  float: left;
  height: 2px;
  width: 20px;
  margin-bottom: 8px;
  background-color: #5b5b5b;
}
/* line 109, components/_agentes.scss */
#agents_container .continent .countrys_contacts li .country_name {
  float: left;
  clear: left;
  margin-bottom: 14px;
  font-family: 'Exo2-0-Bold';
  font-size: 18px;
  line-height: 25px;
  color: #5b5b5b;
  text-transform: uppercase;
}
/* line 116, components/_agentes.scss */
#agents_container .continent .countrys_contacts li .company_name {
  float: left;
  width: 100%;
  font-family: 'Exo2-0-Medium';
  font-size: 15px;
  line-height: 17px;
  color: #0080bb;
  text-transform: uppercase;
}
/* line 122, components/_agentes.scss */
#agents_container .continent .countrys_contacts li .company_name2 {
  float: left;
  width: 100%;
  font-family: 'Exo2-0-Medium';
  font-size: 14px;
  line-height: 16px;
  color: #5b5b5b;
  margin-bottom: 5px;
}
/* line 128, components/_agentes.scss */
#agents_container .continent .countrys_contacts li .website {
  float: left;
  width: 100%;
  font-family: 'Exo2-0-Regular';
  font-size: 13px;
  line-height: 15px;
  color: #8b8b8b;
  -webkit-transition: color 200ms ease;
  -moz-transition: color 200ms ease;
  transition: color 200ms ease;
}
/* line 133, components/_agentes.scss */
#agents_container .continent .countrys_contacts li .website:hover {
  color: #0080bb;
}

/* line 141, components/_agentes.scss */
.global_presence {
  float: left;
  display: block;
  margin-right: 1.6%;
  width: 32.26667%;
  position: relative;
  clear: left;
  margin-bottom: 80px;
  display: table;
}
/* line 89, neat/grid/_span-columns.scss */
.global_presence:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1300px) {
  /* line 141, components/_agentes.scss */
  .global_presence {
    float: left;
    display: block;
    margin-right: 3.25203%;
    width: 100%;
    margin-bottom: 40px;
  }
  /* line 89, neat/grid/_span-columns.scss */
  .global_presence:last-child {
    margin-right: 0;
  }
}
/* line 151, components/_agentes.scss */
.global_presence::before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 300%;
  background-color: #f6f6f6;
  z-index: -2;
}
@media screen and (max-width: 1300px) {
  /* line 151, components/_agentes.scss */
  .global_presence::before {
    display: none;
  }
}
/* line 161, components/_agentes.scss */
.global_presence .label {
  float: left;
  max-width: 170px;
  border: 1px solid #bdbdbd;
  padding: 95px 25px 20px;
  font-family: 'Exo2-0-Bold';
  font-size: 24px;
  line-height: 26px;
  color: #0080bb;
  text-transform: uppercase;
  text-align: right;
  margin: -40px 0 40px;
}
@media screen and (max-width: 1300px) {
  /* line 161, components/_agentes.scss */
  .global_presence .label {
    border: 0;
    max-width: inherit;
    padding: 0;
    margin: 0 0 15px 0;
    text-align: left;
    width: 100%;
  }
}
/* line 179, components/_agentes.scss */
.global_presence .content {
  float: left;
  display: block;
  margin-right: 4.95868%;
  width: 47.52066%;
  float: none;
  display: table-cell;
  vertical-align: middle;
}
/* line 89, neat/grid/_span-columns.scss */
.global_presence .content:last-child {
  margin-right: 0;
}
/* line 184, components/_agentes.scss */
.global_presence .content .company_name {
  float: left;
  width: 100%;
  font-family: 'Exo2-0-Medium';
  font-size: 15px;
  line-height: 17px;
  color: #0080bb;
  text-transform: uppercase;
}
/* line 190, components/_agentes.scss */
.global_presence .content .company_name2 {
  float: left;
  width: 100%;
  font-family: 'Exo2-0-Medium';
  font-size: 14px;
  line-height: 16px;
  color: #5b5b5b;
  margin-bottom: 5px;
}
/* line 196, components/_agentes.scss */
.global_presence .content .website {
  float: left;
  width: 100%;
  font-family: 'Exo2-0-Regular';
  font-size: 13px;
  line-height: 15px;
  color: #8b8b8b;
  -webkit-transition: color 200ms ease;
  -moz-transition: color 200ms ease;
  transition: color 200ms ease;
}
/* line 201, components/_agentes.scss */
.global_presence .content .website:hover {
  color: #0080bb;
}

/* line 207, components/_agentes.scss */
#image_map_container {
  display: table;
  position: absolute;
  top: 0;
  left: 50%;
  background-color: #f6f6f6;
}
@media screen and (max-width: 1300px) {
  /* line 207, components/_agentes.scss */
  #image_map_container {
    position: inherit;
    left: inherit;
    top: inherit;
    float: left;
    background-color: transparent;
    width: calc(100% + 36px);
    margin-left: -18px;
  }
}
/* line 220, components/_agentes.scss */
#image_map_container .cta_map {
  position: absolute;
  z-index: 1;
  height: 43px;
  width: 43px;
  background-color: rgba(139, 139, 139, 0.35);
  border-radius: 50px;
  -webkit-transition: background-color 300ms ease;
  -moz-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}
/* line 227, components/_agentes.scss */
#image_map_container .cta_map.active {
  background-color: rgba(0, 128, 187, 0.35);
}
/* line 229, components/_agentes.scss */
#image_map_container .cta_map.active::before {
  background-color: rgba(0, 128, 187, 0.3);
  -webkit-animation: none;
  animation: none;
}
/* line 234, components/_agentes.scss */
#image_map_container .cta_map.active::after {
  background-color: rgba(0, 128, 187, 0.2);
  -webkit-animation: none;
  animation: none;
}
/* line 240, components/_agentes.scss */
#image_map_container .cta_map.active .icon_cheto::after {
  color: #FFFFFF;
}
/* line 245, components/_agentes.scss */
#image_map_container .cta_map::before {
  content: " ";
  position: absolute;
  top: -9px;
  left: -9px;
  height: 61px;
  width: 61px;
  background-color: rgba(139, 139, 139, 0.3);
  border-radius: 50px;
  -webkit-animation: opacidade 2.5s ease-in-out infinite, dimensoes 2.5s ease-in-out infinite;
  animation: opacidade 2.5s ease-in-out infinite, dimensoes 2.5s ease-in-out infinite;
  -webkit-transition: background-color 300ms ease;
  -moz-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}
/* line 255, components/_agentes.scss */
#image_map_container .cta_map::after {
  content: " ";
  position: absolute;
  top: -18px;
  left: -18px;
  height: 79px;
  width: 79px;
  background-color: rgba(139, 139, 139, 0.2);
  border-radius: 50px;
  -webkit-animation: opacidade 2.5s ease-in-out .2s infinite, dimensoes 2.5s ease-in-out .2s infinite;
  animation: opacidade 2.5s ease-in-out .2s infinite, dimensoes 2.5s ease-in-out .2s infinite;
  -webkit-transition: background-color 300ms ease;
  -moz-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}
/* line 265, components/_agentes.scss */
#image_map_container .cta_map .icon_cheto {
  float: left;
  margin: 13px 0 0 13px;
  position: relative;
  z-index: 1;
}
/* line 270, components/_agentes.scss */
#image_map_container .cta_map .icon_cheto::after {
  content: "";
  font-family: 'icomoon' !important;
  font-size: 17px;
  color: #8b8b8b;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 200ms ease-in-out;
  -moz-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  float: left;
}
/* line 277, components/_agentes.scss */
#image_map_container .center_vertically {
  padding: 0 40px;
}
@media screen and (max-width: 1300px) {
  /* line 277, components/_agentes.scss */
  #image_map_container .center_vertically {
    display: none;
  }
}
/* line 283, components/_agentes.scss */
#image_map_container .container_img {
  padding: 0 40px;
  position: relative;
  margin-top: 15%;
}
@media screen and (max-width: 1300px) {
  /* line 283, components/_agentes.scss */
  #image_map_container .container_img {
    display: none;
  }
}
/* line 290, components/_agentes.scss */
#image_map_container .container_img img {
  max-width: 100%;
  display: table;
  height: auto;
  margin: 0 auto;
}
/* line 297, components/_agentes.scss */
#image_map_container .mobile_map {
  display: none;
  float: left;
  height: auto;
  width: auto;
  max-width: 100%;
}
@media screen and (max-width: 1300px) {
  /* line 297, components/_agentes.scss */
  #image_map_container .mobile_map {
    display: block;
  }
}

/* line 307, components/_agentes.scss */
.flag {
  display: inline-block;
  height: auto;
  width: 100%;
  max-width: 16px;
  margin: 7px 0 0 10px;
  float: right;
}

/* line 1, components/_videos.scss */
#video_list {
  width: 100%;
  float: left;
  position: relative;
  padding-top: 80px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1300px) {
  /* line 1, components/_videos.scss */
  #video_list {
    padding-top: 0;
    margin-bottom: 0;
  }
}
/* line 16, components/_videos.scss */
#video_list.downloads li a:hover .container_image::before {
  display: none;
}
/* line 24, components/_videos.scss */
#video_list::before {
  content: " ";
  height: 50%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 17%;
  background-color: #f6f6f6;
  z-index: -2;
}
@media screen and (max-width: 1300px) {
  /* line 24, components/_videos.scss */
  #video_list::before {
    display: none;
  }
}
/* line 34, components/_videos.scss */
#video_list::after {
  content: " ";
  height: 50%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 17%;
  background-color: #f6f6f6;
  z-index: -2;
}
@media screen and (max-width: 1300px) {
  /* line 34, components/_videos.scss */
  #video_list::after {
    display: none;
  }
}
/* line 44, components/_videos.scss */
#video_list li {
  float: left;
  display: block;
  margin-right: 1.6%;
  width: 23.8%;
  margin-bottom: 75px;
}
/* line 89, neat/grid/_span-columns.scss */
#video_list li:last-child {
  margin-right: 0;
}
/* line 78, neat/grid/_omega.scss */
#video_list li:nth-child(4n) {
  margin-right: 0;
}
/* line 83, neat/grid/_omega.scss */
#video_list li:nth-child(4n+1) {
  clear: left;
}
@media screen and (max-width: 1300px) {
  /* line 44, components/_videos.scss */
  #video_list li {
    float: left;
    display: block;
    margin-right: 3.25203%;
    width: 100%;
    margin-bottom: 50px;
  }
  /* line 89, neat/grid/_span-columns.scss */
  #video_list li:last-child {
    margin-right: 0;
  }
  /* line 78, neat/grid/_omega.scss */
  #video_list li:nth-child(0) {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  /* line 44, components/_videos.scss */
  #video_list li {
    float: left;
    display: block;
    margin-right: 1.6%;
    width: 49.2%;
  }
  /* line 89, neat/grid/_span-columns.scss */
  #video_list li:last-child {
    margin-right: 0;
  }
  /* line 78, neat/grid/_omega.scss */
  #video_list li:nth-child(2n) {
    margin-right: 0;
  }
  /* line 83, neat/grid/_omega.scss */
  #video_list li:nth-child(2n+1) {
    clear: left;
  }
}
/* line 57, components/_videos.scss */
#video_list li a {
  float: left;
  width: 100%;
  position: relative;
}
/* line 63, components/_videos.scss */
#video_list li a:hover .container_image::after {
  background-color: #231f20;
}
/* line 66, components/_videos.scss */
#video_list li a:hover .container_image::before, #video_list li a:hover .container_image .icon_play {
  opacity: 1;
}
@media screen and (max-width: 1300px) {
  /* line 70, components/_videos.scss */
  #video_list li a:hover .container_image::after {
    background-color: #FFFFFF;
  }
  /* line 73, components/_videos.scss */
  #video_list li a:hover .container_image::before, #video_list li a:hover .container_image .icon_play {
    opacity: 0;
  }
}
/* line 79, components/_videos.scss */
#video_list li a .container_image {
  float: left;
  width: 100%;
  height: 270px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 1300px) {
  /* line 79, components/_videos.scss */
  #video_list li a .container_image {
    margin-bottom: 25px;
  }
}
/* line 91, components/_videos.scss */
#video_list li a .container_image::after {
  content: " ";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FFFFFF;
  opacity: .4;
  -webkit-transition: background-color 200ms ease-in-out;
  -moz-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
}
/* line 99, components/_videos.scss */
#video_list li a .container_image::before {
  content: "";
  font-family: 'icomoon' !important;
  font-size: 34px;
  color: #FFFFFF;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 200ms ease-in-out;
  -moz-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  position: absolute;
  top: calc(50% - 17px);
  left: calc(50% - 17px);
  opacity: 0;
  z-index: 1;
  -webkit-transition: opacity 200ms ease-in-out;
  -moz-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
}
/* line 108, components/_videos.scss */
#video_list li a .video_name {
  float: left;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Exo2-0-Bold';
  font-size: 13px;
  line-height: 18px;
  color: #5b5b5b;
}
/* line 115, components/_videos.scss */
#video_list li a .video_duration {
  display: table;
  margin: 0 auto;
  font-family: 'Exo2-0-Regular';
  font-size: 13px;
  line-height: 18px;
  color: #bdbdbd;
}
/* line 119, components/_videos.scss */
#video_list li a .video_duration::before {
  content: " ";
  height: 1px;
  width: 25px;
  background-color: #bdbdbd;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
/* line 127, components/_videos.scss */
#video_list li a .video_duration::after {
  content: " ";
  height: 1px;
  width: 25px;
  background-color: #bdbdbd;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
/* line 136, components/_videos.scss */
#video_list li a .icon_play {
  position: absolute;
  top: calc(50% - 47.5px);
  left: calc(50% - 47.5px);
  background-color: rgba(255, 255, 255, 0.3);
  height: 95px;
  width: 95px;
  border-radius: 75px;
  opacity: 0;
  z-index: 1;
  -webkit-transition: opacity 200ms ease-in-out;
  -moz-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
}
/* line 144, components/_videos.scss */
#video_list li a .icon_play::before {
  content: " ";
  position: absolute;
  top: -11px;
  left: -11px;
  background-color: rgba(255, 255, 255, 0.2);
  height: 117px;
  width: 117px;
  border-radius: 75px;
}
/* line 151, components/_videos.scss */
#video_list li a .icon_play::after {
  content: " ";
  position: absolute;
  top: -22px;
  left: -22px;
  background-color: rgba(255, 255, 255, 0.05);
  height: 137px;
  width: 137px;
  border-radius: 75px;
}

/* line 162, components/_videos.scss */
.see_more_video {
  clear: both;
  display: table;
  margin: 0 auto 50px !important;
  float: none;
}

/* line 168, components/_videos.scss */
#detail_video {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #231f20;
  z-index: 99999;
}
/* line 174, components/_videos.scss */
#detail_video .row {
  height: 100%;
}
/* line 177, components/_videos.scss */
#detail_video .owl-carousel {
  float: left;
  display: block;
  margin-right: 1.6%;
  width: 83.06667%;
  max-height: 91vh;
  margin-left: 8.46667%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
/* @media (max-width: 1300px) {
  #detail_video .owl-carousel {
    top: 110px;
  }
} */
/* line 89, neat/grid/_span-columns.scss */
#detail_video .owl-carousel:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1300px) {
  /* line 177, components/_videos.scss */
  #detail_video .owl-carousel {
    width: calc(100% + 36px);
    margin: 0 0 0 -18px;
  }
}
/* line 185, components/_videos.scss */
#detail_video .owl-carousel::before {
  content: " ";
  border: 1px solid #bdbdbd;
  height: calc(100% - 160px);
  width: 120%;
  position: absolute;
  top: 80px;
  left: -10%;
}
@media screen and (max-width: 1300px) {
  /* line 185, components/_videos.scss */
  #detail_video .owl-carousel::before {
    height: calc(100% + 80px);
    width: calc(100% - 36px);
    top: -40px;
    left: 18px;
  }
}
/* line 196, components/_videos.scss */
#detail_video .owl-carousel .owl-stage-outer, #detail_video .owl-carousel .owl-stage, #detail_video .owl-carousel .owl-item, #detail_video .owl-carousel .item-video {
  height: 100%;
  max-height: 90vh;
}

#detail_video .owl-carousel .owl-video-frame iframe {
  position: absolute;
  width: 100%;
  height: 100%;
	top: 0;
  right: 0;
}

#detail_video .owl-carousel .owl-video-frame {
	position: absolute;
	z-index: 1;
	height: 0;
	width: 100%;
	padding-bottom: 56.25%;
	overflow: hidden;
	max-height: 90vh;
}

/* line 199, components/_videos.scss */
#detail_video .owl-carousel .owl-video-wrapper {
  background-color: #231f20;
}
/* line 202, components/_videos.scss */
#detail_video .owl-carousel .owl-video-tn {
  background-size: cover;
}
/* line 206, components/_videos.scss */
#detail_video .owl-carousel .owl-prev.disabled, #detail_video .owl-carousel .owl-next.disabled {
  display: none;
}
/* line 210, components/_videos.scss */
#detail_video .owl-carousel .owl-prev {
  position: absolute;
  top: calc(50% - 22.5px);
  left: calc(-10% - 22.5px);
  height: 45px;
  width: 45px;
  border: 1px solid #bdbdbd;
  background-color: #231f20;
  z-index: 3;
  -webkit-transition: opacity 150ms ease-in-out;
  -moz-transition: opacity 150ms ease-in-out;
  transition: opacity 150ms ease-in-out;
}
@media screen and (max-width: 1300px) {
  /* line 210, components/_videos.scss */
  #detail_video .owl-carousel .owl-prev {
    left: calc(50% - 45px);
    top: inherit;
    bottom: -62.5px;
  }
}
/* line 222, components/_videos.scss */
#detail_video .owl-carousel .owl-prev:hover {
  cursor: pointer;
}
/* line 224, components/_videos.scss */
#detail_video .owl-carousel .owl-prev:hover::before {
  color: #0080bb;
}
/* line 228, components/_videos.scss */
#detail_video .owl-carousel .owl-prev::before {
  content: "";
  font-family: 'icomoon' !important;
  font-size: 13px;
  color: #bdbdbd;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 200ms ease-in-out;
  -moz-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  position: absolute;
  top: 15px;
  right: 10px;
}
/* line 235, components/_videos.scss */
#detail_video .owl-carousel .owl-next {
  position: absolute;
  top: calc(50% - 22.5px);
  right: calc(-10% - 22.5px);
  height: 45px;
  width: 45px;
  border: 1px solid #bdbdbd;
  background-color: #231f20;
  z-index: 3;
  -webkit-transition: opacity 150ms ease-in-out;
  -moz-transition: opacity 150ms ease-in-out;
  transition: opacity 150ms ease-in-out;
}
@media screen and (max-width: 1300px) {
  /* line 235, components/_videos.scss */
  #detail_video .owl-carousel .owl-next {
    right: calc(50% - 44px);
    top: inherit;
    bottom: -62.5px;
  }
}
/* line 247, components/_videos.scss */
#detail_video .owl-carousel .owl-next:hover {
  cursor: pointer;
}
/* line 249, components/_videos.scss */
#detail_video .owl-carousel .owl-next:hover::before {
  color: #0080bb;
}
/* line 253, components/_videos.scss */
#detail_video .owl-carousel .owl-next::before {
  content: "";
  font-family: 'icomoon' !important;
  font-size: 13px;
  color: #bdbdbd;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 200ms ease-in-out;
  -moz-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  position: absolute;
  top: 15px;
  right: 10px;
}
/* line 259, components/_videos.scss */
#detail_video .owl-carousel .close_popup {
  position: absolute;
  top: -25px;
  left: 50%;
  -webkit-transform: translatex(-50%);
  -moz-transform: translatex(-50%);
  -ms-transform: translatex(-50%);
  -o-transform: translatex(-50%);
  transform: translatex(-50%);
  text-transform: uppercase;
  font-family: 'Exo2-0-Bold';
  font-size: 13px;
  line-height: 17px;
  color: #bdbdbd;
  letter-spacing: 1px;
  -webkit-transition: color 200ms ease;
  -moz-transition: color 200ms ease;
  transition: color 200ms ease;
}
@media screen and (max-width: 1300px) {
  /* line 259, components/_videos.scss */
  #detail_video .owl-carousel .close_popup {
    top: -90px;
  }
}
/* line 269, components/_videos.scss */
#detail_video .owl-carousel .close_popup::before {
  content: "";
  font-family: 'icomoon' !important;
  font-size: 14px;
  color: #bdbdbd;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 200ms ease-in-out;
  -moz-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  margin: 2px 10px 0 0;
  float: left;
}
/* line 275, components/_videos.scss */
#detail_video .owl-carousel .close_popup:hover {
  color: #0080bb;
}
/* line 277, components/_videos.scss */
#detail_video .owl-carousel .close_popup:hover::before {
  color: #0080bb;
}

/* line 284, components/_videos.scss */
.owl-carousel .owl-video-play-icon {
  background: url(../img/owl.video.play.png) no-repeat;
}

/* line 1, components/_noticias.scss */
#news_list {
  float: left;
  width: 100%;
}
@media screen and (max-width: 1300px) {
  /* line 1, components/_noticias.scss */
  #news_list {
    margin-bottom: 15px;
  }
}
/* line 7, components/_noticias.scss */
#news_list li {
  float: left;
  display: block;
  margin-right: 1.6%;
  width: 32.26667%;
  padding: 0 55px 55px;
  margin-bottom: 80px;
  position: relative;
}
/* line 89, neat/grid/_span-columns.scss */
#news_list li:last-child {
  margin-right: 0;
}
/* line 78, neat/grid/_omega.scss */
#news_list li:nth-child(3n) {
  margin-right: 0;
}
/* line 83, neat/grid/_omega.scss */
#news_list li:nth-child(3n+1) {
  clear: left;
}
@media screen and (max-width: 1300px) {
  /* line 7, components/_noticias.scss */
  #news_list li {
    float: left;
    display: block;
    margin-right: 3.25203%;
    width: 100%;
    padding: 0 0 35px;
    margin-bottom: 35px;
  }
  /* line 89, neat/grid/_span-columns.scss */
  #news_list li:last-child {
    margin-right: 0;
  }
  /* line 78, neat/grid/_omega.scss */
  #news_list li:nth-child(0) {
    margin-right: 0;
  }
  /* line 18, components/_noticias.scss */
  #news_list li::before {
    content: " ";
    background-color: #f6f6f6;
    height: calc(100% - 240px);
    width: calc(100% + 36px);
    z-index: -1;
    position: absolute;
    bottom: 0;
    left: -18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  /* line 7, components/_noticias.scss */
  #news_list li {
    float: left;
    display: block;
    margin-right: 1.6%;
    width: 49.2%;
  }
  /* line 89, neat/grid/_span-columns.scss */
  #news_list li:last-child {
    margin-right: 0;
  }
  /* line 78, neat/grid/_omega.scss */
  #news_list li:nth-child(2n) {
    margin-right: 0;
  }
  /* line 83, neat/grid/_omega.scss */
  #news_list li:nth-child(2n+1) {
    clear: left;
  }
}
/* line 31, components/_noticias.scss */
#news_list li:nth-child(1)::before, #news_list li:nth-child(7)::before, #news_list li:nth-child(13)::before, #news_list li:nth-child(19)::before {
  content: " ";
  background-color: #f6f6f6;
  height: calc(100% - 240px);
  width: 500%;
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1300px) {
  /* line 31, components/_noticias.scss */
  #news_list li:nth-child(1)::before, #news_list li:nth-child(7)::before, #news_list li:nth-child(13)::before, #news_list li:nth-child(19)::before {
    width: calc(100% + 36px);
    left: -18px;
  }
}
/* line 44, components/_noticias.scss */
#news_list li:nth-child(6)::before, #news_list li:nth-child(12)::before, #news_list li:nth-child(18)::before {
  content: " ";
  background-color: #f6f6f6;
  height: calc(100% - 240px);
  width: 500%;
  z-index: -1;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1300px) {
  /* line 44, components/_noticias.scss */
  #news_list li:nth-child(6)::before, #news_list li:nth-child(12)::before, #news_list li:nth-child(18)::before {
    width: calc(100% + 36px);
    left: -18px;
  }
}
/* line 56, components/_noticias.scss */
#news_list li .container_image {
  overflow: hidden;
  position: relative;
  height: 320px;
  width: 100%;
  margin-bottom: 55px;
  z-index: 1;
}
@media screen and (max-width: 1300px) {
  /* line 56, components/_noticias.scss */
  #news_list li .container_image {
    height: auto;
    width: 100%;
    margin-bottom: 35px;
  }
}
/* line 66, components/_noticias.scss */
#news_list li .container_image::before {
  content: " ";
  opacity: .3;
  background-color: #FFFFFF;
  height: 100%;
  width: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 74, components/_noticias.scss */
#news_list li .container_image .icon {
  height: 50px;
  width: 50px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #0080bb;
  z-index: 2;
}
@media screen and (max-width: 1300px) {
  /* line 74, components/_noticias.scss */
  #news_list li .container_image .icon {
    height: 40px;
    width: 40px;
  }
}
/* line 82, components/_noticias.scss */
#news_list li .container_image .icon::after {
  content: "";
  font-family: 'icomoon' !important;
  font-size: 24px;
  color: #FFFFFF;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 200ms ease-in-out;
  -moz-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  float: left;
  margin: 14px 0 0 15px;
}
@media screen and (max-width: 1300px) {
  /* line 82, components/_noticias.scss */
  #news_list li .container_image .icon::after {
    font-size: 19px;
    margin: 11px 0 0 12px;
  }
}
/* line 93, components/_noticias.scss */
#news_list li .container_image img {
  height: auto;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 1300px) {
  /* line 93, components/_noticias.scss */
  #news_list li .container_image img {
    position: inherit;
    top: inherit;
    left: inherit;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
/* line 105, components/_noticias.scss */
#news_list li .container_text {
  float: left;
  width: 100%;
  position: relative;
}
/* line 109, components/_noticias.scss */
#news_list li .container_text .publication_date {
  float: left;
  width: 100%;
  margin-bottom: 7px;
  font-family: 'Exo2-0-Regular';
  font-size: 13px;
  line-height: 15px;
  color: #0080bb;
}
/* line 114, components/_noticias.scss */
#news_list li .container_text .publication_date strong {
  font-family: 'Exo2-0-Bold';
  font-size: 20px;
}
/* line 119, components/_noticias.scss */
#news_list li .container_text .title {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  font-family: 'Exo2-0-Bold';
  font-size: 18px;
  line-height: 25px;
  color: #222222;
  text-transform: uppercase;
}
/* line 126, components/_noticias.scss */
#news_list li .container_text .short_description {
  float: left;
  width: 100%;
  margin-bottom: 40px;
  font-family: 'Exo2-0-Regular';
  font-size: 14px;
  line-height: 22px;
  color: #8b8b8b;
}
@media screen and (max-width: 1300px) {
  /* line 126, components/_noticias.scss */
  #news_list li .container_text .short_description {
    display: none;
  }
}

/* line 1, components/_noticias_detalhe.scss */
#news_detail {
  float: left;
  display: block;
  margin-right: 1.6%;
  width: 57.66667%;
  position: relative;
}
/* line 89, neat/grid/_span-columns.scss */
#news_detail:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1300px) {
  /* line 1, components/_noticias_detalhe.scss */
  #news_detail {
    float: left;
    display: block;
    margin-right: 3.25203%;
    width: 100%;
    margin-top: 35px;
  }
  /* line 89, neat/grid/_span-columns.scss */
  #news_detail:last-child {
    margin-right: 0;
  }
}
/* line 8, components/_noticias_detalhe.scss */
#news_detail .container_slider {
  float: left;
  float: left;
  display: block;
  margin-right: 2.77457%;
  width: 55.95376%;
  margin-left: 29.36416%;
  position: relative;
}
/* line 89, neat/grid/_span-columns.scss */
#news_detail .container_slider:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1300px) {
  /* line 8, components/_noticias_detalhe.scss */
  #news_detail .container_slider {
    margin-left: 18px;
  }
}
/* line 16, components/_noticias_detalhe.scss */
#news_detail .container_slider::before {
  content: " ";
  position: absolute;
  bottom: 0;
  left: -100%;
  height: 50%;
  width: 300%;
  background-color: #f6f6f6;
}
/* line 22, components/_noticias_detalhe.scss */
#news_detail .container_slider .slider_counter {
  position: absolute;
  top: 50%;
  right: -50px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 1300px) {
  /* line 22, components/_noticias_detalhe.scss */
  #news_detail .container_slider .slider_counter {
    display: none;
  }
}
/* line 28, components/_noticias_detalhe.scss */
#news_detail .container_slider .slider_counter .active {
  display: inline-block;
  font-family: 'Exo2-0-Bold';
  font-size: 25px;
  line-height: 23px;
  color: #0080bb;
}
/* line 32, components/_noticias_detalhe.scss */
#news_detail .container_slider .slider_counter .total {
  display: inline-block;
  font-family: 'Exo2-0-Regular';
  font-size: 13px;
  line-height: 15px;
  color: #bdbdbd;
  vertical-align: top;
}
/* line 38, components/_noticias_detalhe.scss */
#news_detail .container_slider .bx-wrapper {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  background: transparent;
  margin-bottom: 0;
}
/* line 46, components/_noticias_detalhe.scss */
#news_detail .container_slider .bx-wrapper .bx-controls-direction a {
  z-index: 1;
}
/* line 49, components/_noticias_detalhe.scss */
#news_detail .container_slider .bx-wrapper .bx-controls-direction a.bx-prev {
  background: none #f6f6f6;
  left: -22.5px;
  border: 1px solid #bdbdbd;
  height: 45px;
  width: 45px;
  top: calc(50% - 45px);
  margin: 0;
  text-indent: inherit;
}
/* line 57, components/_noticias_detalhe.scss */
#news_detail .container_slider .bx-wrapper .bx-controls-direction a.bx-prev::after {
  content: "";
  font-family: 'icomoon' !important;
  font-size: 13px;
  color: #bdbdbd;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 200ms ease-in-out;
  -moz-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  float: left;
  margin: 14px 0 0 10px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
/* line 65, components/_noticias_detalhe.scss */
#news_detail .container_slider .bx-wrapper .bx-controls-direction a.bx-prev:hover::after {
  color: #0080bb;
}
/* line 70, components/_noticias_detalhe.scss */
#news_detail .container_slider .bx-wrapper .bx-controls-direction a.bx-next {
  background: none #f6f6f6;
  left: -22.5px;
  border: 1px solid #bdbdbd;
  border-top: 0;
  height: 45px;
  width: 45px;
  margin: 0;
  text-indent: inherit;
}
/* line 78, components/_noticias_detalhe.scss */
#news_detail .container_slider .bx-wrapper .bx-controls-direction a.bx-next::after {
  content: "";
  font-family: 'icomoon' !important;
  font-size: 13px;
  color: #bdbdbd;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 200ms ease-in-out;
  -moz-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  float: left;
  margin: 14px 0 0 10px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
/* line 86, components/_noticias_detalhe.scss */
#news_detail .container_slider .bx-wrapper .bx-controls-direction a.bx-next:hover::after {
  color: #0080bb;
}
/* line 92, components/_noticias_detalhe.scss */
#news_detail .container_slider .bxslider img {
  height: auto;
}
/* line 97, components/_noticias_detalhe.scss */
#news_detail .container_text {
  float: left;
  width: 100%;
  position: relative;
  padding: 80px 0 70px;
}
@media screen and (max-width: 1300px) {
  /* line 97, components/_noticias_detalhe.scss */
  #news_detail .container_text {
    padding: 35px 0 25px;
  }
}
/* line 105, components/_noticias_detalhe.scss */
#news_detail .container_text::before {
  content: " ";
  position: absolute;
  top: 0;
  left: -100%;
  height: 100%;
  width: 300%;
  background-color: #f6f6f6;
  z-index: -1;
}
/* line 112, components/_noticias_detalhe.scss */
#news_detail .container_text .col-lg-6 {
  float: left;
  display: block;
  margin-right: 2.77457%;
  width: 85.31792%;
  margin-left: 14.68208%;
}
/* line 89, neat/grid/_span-columns.scss */
#news_detail .container_text .col-lg-6:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1300px) {
  /* line 112, components/_noticias_detalhe.scss */
  #news_detail .container_text .col-lg-6 {
    float: left;
    display: block;
    margin-right: 3.25203%;
    width: 100%;
    margin-left: 0%;
  }
  /* line 89, neat/grid/_span-columns.scss */
  #news_detail .container_text .col-lg-6:last-child {
    margin-right: 0;
  }
}
/* line 120, components/_noticias_detalhe.scss */
#news_detail .container_text .col-lg-7 {
  float: left;
  display: block;
  margin-right: 2.77457%;
  width: 100%;
}
/* line 89, neat/grid/_span-columns.scss */
#news_detail .container_text .col-lg-7:last-child {
  margin-right: 0;
}
/* line 123, components/_noticias_detalhe.scss */
#news_detail .container_text .publication_date {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  font-family: 'Exo2-0-Regular';
  font-size: 13px;
  line-height: 15px;
  color: #0080bb;
}
@media screen and (max-width: 1300px) {
  /* line 123, components/_noticias_detalhe.scss */
  #news_detail .container_text .publication_date {
    margin-bottom: 10px;
  }
}
/* line 131, components/_noticias_detalhe.scss */
#news_detail .container_text .publication_date strong {
  font-family: 'Exo2-0-Bold';
  font-size: 20px;
}
/* line 136, components/_noticias_detalhe.scss */
#news_detail .container_text .title {
  float: left;
  width: 100%;
  margin-bottom: 65px;
  font-family: 'Exo2-0-Bold';
  font-size: 30px;
  line-height: 40px;
  color: #222222;
  text-transform: uppercase;
}
@media screen and (max-width: 1300px) {
  /* line 136, components/_noticias_detalhe.scss */
  #news_detail .container_text .title {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 20px;
  }
}
/* line 148, components/_noticias_detalhe.scss */
#news_detail .container_text p {
  float: left;
  font-family: 'Exo2-0-Regular';
  font-size: 15px;
  line-height: 25px;
  color: #5b5b5b;
  margin-bottom: 30px;
}
@media screen and (max-width: 1300px) {
  /* line 148, components/_noticias_detalhe.scss */
  #news_detail .container_text p {
    font-size: 13px;
    line-height: 23px;
    margin-bottom: 25px;
  }
}
/* line 157, components/_noticias_detalhe.scss */
#news_detail .container_text p strong {
  font-family: 'Exo2-0-Bold';
}
/* line 161, components/_noticias_detalhe.scss */
#news_detail .container_text h2 {
  float: left;
  font-family: 'Exo2-0-Bold';
  font-size: 20px;
  line-height: 25px;
  color: #5b5b5b;
  margin-bottom: 15px;
}
@media screen and (max-width: 1300px) {
  /* line 161, components/_noticias_detalhe.scss */
  #news_detail .container_text h2 {
    font-size: 16px;
  }
}
/* line 169, components/_noticias_detalhe.scss */
#news_detail .container_text h3 {
  float: left;
  font-family: 'Exo2-0-Bold';
  font-size: 17px;
  line-height: 25px;
  color: #5b5b5b;
  margin-bottom: 15px;
}
@media screen and (max-width: 1300px) {
  /* line 169, components/_noticias_detalhe.scss */
  #news_detail .container_text h3 {
    font-size: 15px;
  }
}
/* line 177, components/_noticias_detalhe.scss */
#news_detail .container_text a {
  color: #5b5b5b;
  text-decoration: underline;
}

/* line 183, components/_noticias_detalhe.scss */
#news_navigation {
  float: left;
  height: 70px;
  width: 100%;
  border-top: 1px solid #cbcbcb;
  background-color: #f6f6f6;
}
@media screen and (max-width: 1300px) {
  /* line 183, components/_noticias_detalhe.scss */
  #news_navigation {
    height: auto;
    padding: 30px 0 30px;
  }
}
/* line 192, components/_noticias_detalhe.scss */
#news_navigation a {
  margin-top: 27px;
}
@media screen and (max-width: 1300px) {
  /* line 192, components/_noticias_detalhe.scss */
  #news_navigation a {
    margin-top: 0;
  }
}
/* line 197, components/_noticias_detalhe.scss */
#news_navigation a.previous {
  color: #bdbdbd;
}
@media screen and (max-width: 1300px) {
  /* line 197, components/_noticias_detalhe.scss */
  #news_navigation a.previous {
    float: none;
    margin: 0 auto;
    display: table;
  }
}
/* line 204, components/_noticias_detalhe.scss */
#news_navigation a.previous:hover {
  color: #0080bb;
}
/* line 206, components/_noticias_detalhe.scss */
#news_navigation a.previous:hover:after {
  color: #0080bb;
}
/* line 210, components/_noticias_detalhe.scss */
#news_navigation a.previous:after {
  float: left;
  margin: 2px 15px 0 0;
  color: #bdbdbd;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* line 217, components/_noticias_detalhe.scss */
#news_navigation a.next {
  color: #bdbdbd;
  float: right;
}
@media screen and (max-width: 1300px) {
  /* line 217, components/_noticias_detalhe.scss */
  #news_navigation a.next {
    float: none;
    margin: 35px auto 0;
    display: table;
  }
}
/* line 225, components/_noticias_detalhe.scss */
#news_navigation a.next:hover {
  color: #0080bb;
}
/* line 227, components/_noticias_detalhe.scss */
#news_navigation a.next:hover:after {
  color: #0080bb;
}
/* line 231, components/_noticias_detalhe.scss */
#news_navigation a.next:after {
  float: right;
  margin: 2px 0 0 15px;
  color: #bdbdbd;
}

/* line 240, components/_noticias_detalhe.scss */
.btn_arrow3.grey {
  color: #bdbdbd;
}
/* line 242, components/_noticias_detalhe.scss */
.btn_arrow3.grey:hover {
  color: #0080bb;
}
/* line 244, components/_noticias_detalhe.scss */
.btn_arrow3.grey:hover:after {
  color: #0080bb;
}
/* line 248, components/_noticias_detalhe.scss */
.btn_arrow3.grey:after {
  float: left;
  margin: 2px 15px 0 0;
  color: #bdbdbd;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 1, components/_contactos.scss */
.contacts {
  float: left;
  display: block;
  margin-right: 1.6%;
  width: 49.2%;
  clear: left;
  padding-bottom: 80px;
}
/* line 89, neat/grid/_span-columns.scss */
.contacts:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1300px) {
  /* line 1, components/_contactos.scss */
  .contacts {
    float: left;
    display: block;
    margin-right: 3.25203%;
    width: 100%;
    padding-bottom: 50px;
  }
  /* line 89, neat/grid/_span-columns.scss */
  .contacts:last-child {
    margin-right: 0;
  }
}
/* line 9, components/_contactos.scss */
.contacts .title_contacts {
  float: left;
  width: 100%;
  font-family: 'Exo2-0-Bold';
  font-size: 25px;
  line-height: 30px;
  color: #0080bb;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media screen and (max-width: 1300px) {
  /* line 9, components/_contactos.scss */
  .contacts .title_contacts {
    font-size: 20px;
    margin-bottom: 23px;
  }
}
/* line 20, components/_contactos.scss */
.contacts .text_block {
  float: left;
  display: block;
  margin-right: 3.25203%;
  width: 48.16531%;
}
/* line 89, neat/grid/_span-columns.scss */
.contacts .text_block:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1300px) {
  /* line 20, components/_contactos.scss */
  .contacts .text_block {
    float: left;
    display: block;
    margin-right: 3.25203%;
    width: 100%;
    margin-bottom: 25px;
  }
  /* line 89, neat/grid/_span-columns.scss */
  .contacts .text_block:last-child {
    margin-right: 0;
  }
  /* line 25, components/_contactos.scss */
  .contacts .text_block:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  /* line 20, components/_contactos.scss */
  .contacts .text_block {
    float: left;
    display: block;
    margin-right: 3.25203%;
    width: 48.37398%;
    margin-bottom: 0;
  }
  /* line 89, neat/grid/_span-columns.scss */
  .contacts .text_block:last-child {
    margin-right: 0;
  }
}
/* line 33, components/_contactos.scss */
.contacts .text_block h4 {
  float: left;
  width: 100%;
  font-family: 'Exo2-0-Bold';
  font-size: 15px;
  line-height: 20px;
  color: #5b5b5b;
  text-transform: uppercase;
  margin-bottom: 15px;
}
/* line 40, components/_contactos.scss */
.contacts .text_block p {
  float: left;
  /*height: 23px;*/
  width: 100%;
  font-family: 'Exo 2', sans-serif;
	font-weight: 300;
  font-size: 13px;
  line-height: 20px;
  color: #8b8b8b;
}
/* line 44, components/_contactos.scss */
.contacts .text_block p strong {
  font-family: 'Exo2-0-SemiBold';
}
/* line 48, components/_contactos.scss */
.contacts .text_block a {
  color: #8b8b8b;
}
/* line 51, components/_contactos.scss */
.contacts .text_block .icon {
  float: left;
  margin: 3px 10px 0 0;
}
/* line 54, components/_contactos.scss */
.contacts .text_block .icon::before {
  float: left;
  font-family: 'icomoon' !important;
  font-size: 16px;
  color: #8b8b8b;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 200ms ease-in-out;
  -moz-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
}
/* line 59, components/_contactos.scss */
.contacts .text_block .icon.telephone::before {
  content: "";
}
/* line 64, components/_contactos.scss */
.contacts .text_block .icon.email::before {
  content: "";
}

/* line 71, components/_contactos.scss */
.googlemaps_link {
  float: left;
  width: calc(100% + 36px);
  margin-left: -18px;
  border-top: 1px solid #bdbdbd;
  border-bottom: 1px solid #bdbdbd;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Exo2-0-Bold';
  font-size: 13px;
  line-height: 17px;
  color: #bdbdbd;
  padding: 33px 0;
}

/* line 82, components/_contactos.scss */
#map {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 50%;
}
@media screen and (max-width: 1300px) {
  /* line 82, components/_contactos.scss */
  #map {
    display: none;
  }
}

/* line 89, components/_contactos.scss */
#contact_form_container {
  float: left;
  width: 100%;
  background-color: #f6f6f6;
  padding: 75px 0;
  position: relative;
}

#formPopup{
    width: 100%;
}

@media screen and (max-width: 1300px) {
  /* line 89, components/_contactos.scss */
  #contact_form_container {
    padding: 45px 0;
  }
}
/* line 98, components/_contactos.scss */
#contact_form_container .title_contact_form {
  float: left;
  width: 100%;
  font-family: 'Exo2-0-Bold';
  font-size: 25px;
  line-height: 30px;
  color: #0080bb;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media screen and (max-width: 1300px) {
  /* line 98, components/_contactos.scss */
  #contact_form_container .title_contact_form {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 25px;
  }
}
/* line 110, components/_contactos.scss */
#contact_form_container .short_description {
  float: left;
  width: 100%;
  font-family: 'Exo2-0-SemiBold';
  font-size: 15px;
  line-height: 20px;
  color: #5b5b5b;
  margin-bottom: 40px;
}
/* line 116, components/_contactos.scss */
#contact_form_container fieldset, #formPopup fieldset {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 1300px) {
  /* line 116, components/_contactos.scss */
  #contact_form_container fieldset, #formPopup fieldset {
    margin-bottom: 30px;
  }
}
/* line 124, components/_contactos.scss */
#contact_form_container fieldset.option label, #formPopup fieldset.option label {
  clear: left;
  float: left;
  margin-bottom: 8px;
  border: 0;
  padding-bottom: 0;
  -webkit-transition: color 200ms ease;
  -moz-transition: color 200ms ease;
  transition: color 200ms ease;
}
/* line 131, components/_contactos.scss */
#contact_form_container fieldset.option label:hover, #formPopup fieldset.option label:hover {
  cursor: pointer;
  color: #0080bb;
}
/* line 135, components/_contactos.scss */
#contact_form_container fieldset.option label.focus, #formPopup fieldset.option label.focus {
  color: #0080bb;
}
/* line 137, components/_contactos.scss */
#contact_form_container fieldset.option label.focus input[type="radio"]::before {
  content: " ";
  height: 3px;
  width: 3px;
  border-radius: 25px;
  background-color: #8b8b8b;
  margin: 3px 0 0 3px;
  float: left;
}
/* line 149, components/_contactos.scss */
#contact_form_container legend, #formPopup legend {
  float: left;
  width: 100%;
  font-family: 'Exo2-0-Bold';
  font-size: 15px;
  line-height: 22px;
  color: #5b5b5b;
  margin-bottom: 13px;
  text-transform: uppercase;
}
/* line 156, components/_contactos.scss */
#contact_form_container label, #formPopup label {
  font-family: 'Exo2-0-Regular';
  font-size: 13px;
  line-height: 22px;
  color: #8b8b8b;
  border-bottom: 2px solid #e1e1e1;
  width: 100%;
  float: left;
  padding-bottom: 2px; /* 10px for 2px (reduce distance) */
  margin-bottom: 18px;
}
/* line 163, components/_contactos.scss */
#contact_form_container label:last-child, #formPopup label:last-child {
  margin-bottom: 0;
}
/* line 166, components/_contactos.scss */
#contact_form_container label.error, #formPopup label.error {
  color: #9b0505;
}
/* line 170, components/_contactos.scss */
#contact_form_container input[type="radio"] {
  float: left;
  height: 11px;
  width: 11px;
  border: 1px solid #8b8b8b;
  background-color: transparent;
  border-radius: 25px;
  margin: 6px 10px 0 0;
}
/* line 178, components/_contactos.scss */
#contact_form_container input[type="text"], #contact_form_container input[type="email"], #formPopup input[type="text"], #formPopup input[type="email"] {
  background-color: transparent;
  padding-left: 15px;
  font-family: 'Exo2-0-Medium';
  font-size: 14px;
  line-height: 22px;
  color: #5b5b5b;
}
/* line 183, components/_contactos.scss */
#contact_form_container textarea,
#contact_form_container--oportunities fieldset textarea {
  float: left;
  height: 90px;
  width: 100%;
  border-bottom: 2px solid #e1e1e1;
  resize: none;
  background-color: transparent;
  font-family: 'Exo2-0-Medium';
  font-size: 14px;
  line-height: 22px;
  color: #5b5b5b;
}

#formPopup textarea {
  float: left;
  height: 60px; /* change 90px (1st try) for 60px */
  width: 100%;
  resize: none;
  background-color: transparent;
  font-family: 'Exo2-0-Medium';
  font-size: 14px;
  line-height: 22px;
  color: #5b5b5b;
}
/* line 191, components/_contactos.scss */
#contact_form_container button[type="submit"], #formPopup button[type="submit"] {
  margin-right: 15px;
}
/* line 194, components/_contactos.scss */
#contact_form_container button[type="reset"] {
  background-color: #bdbdbd;
}
/* line 197, components/_contactos.scss */
#contact_form_container .obs, #formPopup .obs {
  width: 100%;
  float: right;
  margin-top: -30px;
  font-family: 'Exo2-0-Regular';
  font-size: 11px;
  line-height: 15px;
  color: #bdbdbd;
}
@media screen and (max-width: 1300px) {
  /* line 197, components/_contactos.scss */
  #contact_form_container .obs, #formPopup .obs {
    float: left;
    margin: -15px 0 15px;
  }
}
/* line 207, components/_contactos.scss */
#contact_form_container .container_select_option {
  float: left;
  display: block;
  margin-right: 4.95868%;
  width: 47.52066%;
  position: relative;
  margin: 0 0 18px 0;
}
/* line 89, neat/grid/_span-columns.scss */
#contact_form_container .container_select_option:last-child {
  margin-right: 0;
}
/* line 212, components/_contactos.scss */
#contact_form_container .container_select_option.error a {
  color: #9b0505;
}
/* line 216, components/_contactos.scss */
#contact_form_container .container_select_option.right {
  float: right;
}
/* line 221, components/_contactos.scss */
#contact_form_container .container_select_option.open a::after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* line 226, components/_contactos.scss */
#contact_form_container .container_select_option a {
  float: left;
  width: 100%;
  padding-bottom: 10px;
  font-family: 'Exo2-0-Medium';
  font-size: 13px;
  line-height: 22px;
  color: #8b8b8b;
  border-bottom: 2px solid #e1e1e1;
}
/* line 232, components/_contactos.scss */
#contact_form_container .container_select_option a::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  font-family: 'icomoon' !important;
  font-size: 5px;
  color: #8b8b8b;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 200ms ease-in-out;
  -moz-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  -webkit-transition: -webkit-transform 200ms ease;
  -moz-transition: -moz-transform 200ms ease;
  transition: transform 200ms ease;
}
/* line 239, components/_contactos.scss */
#contact_form_container .container_select_option ul {
  display: none;
  position: absolute;
  top: 32px;
  left: 0;
  width: 100%;
  background-color: #e1e1e1;
  padding: 10px 20px;
}
/* line 245, components/_contactos.scss */
#contact_form_container .container_select_option ul li {
  float: left;
  width: 100%;
  margin: 4px 0;
  font-family: 'Exo2-0-Regular';
  font-size: 13px;
  line-height: 22px;
  color: #8b8b8b;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: color 200ms ease;
  -moz-transition: color 200ms ease;
  transition: color 200ms ease;
}
/* line 253, components/_contactos.scss */
#contact_form_container .container_select_option ul li:hover {
  cursor: pointer;
  color: #0080bb;
}
/* line 257, components/_contactos.scss */
#contact_form_container .container_select_option ul li.selected {
  color: #0080bb;
}
/* line 259, components/_contactos.scss */
#contact_form_container .container_select_option ul li.selected::after {
  content: " ";
  height: 3px;
  width: 3px;
  border-radius: 25px;
  background-color: #8b8b8b;
  position: absolute;
  top: 10px;
  left: 4px;
}
/* line 267, components/_contactos.scss */
#contact_form_container .container_select_option ul li::before {
  content: " ";
  float: left;
  height: 11px;
  width: 11px;
  border: 1px solid #8b8b8b;
  background-color: transparent;
  border-radius: 25px;
  margin: 6px 10px 0 0;
}
/* line 279, components/_contactos.scss */
#contact_form_container .msg,#contact_form_container--oportunities .msg {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 2;
  text-align: center;
}
/* line 287, components/_contactos.scss */
#contact_form_container .msg.error p,#contact_form_container--oportunities .msg.error p,#contact_form_container .msg.error .text,#contact_form_container--oportunities .msg.error .text, #popupPagina .msg.error p, #popupPagina .msg.error .text{
  color: #9b0505;
}
#contact_form_container .msg.error .text :before,#contact_form_container--oportunities .msg.error .text :before, #popupPagina .msg.error .text :before{
  display:none !important;
}
/* line 289, components/_contactos.scss */
#contact_form_container .msg.error p::before,#contact_form_container--oportunities .msg.error p::before, #popupPagina .msg.error p::before {
  content: "";
  color: #9b0505;
}
/* line 295, components/_contactos.scss */
#contact_form_container .msg .text, #popupPagina .msg .text {
  font-family: 'Exo2-0-Bold';
  font-size: 30px;
  line-height: 35px;
  color: #0080bb;
  text-transform: uppercase;
  max-width: 350px;
  margin: 0 auto;
}

#contact_form_container .msg.areusure .content_areusure, #popupPagina .msg.areusure .content_areusure{
    position:relative;
    top:50%;
    
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.msg .content_areusure{
    position:relative;
    top:50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 303, components/_contactos.scss */
#contact_form_container .msg .text::before,#contact_form_container--oportunities .msg .text::before,#popupPagina .msg .text::before{
  content: "";
  font-family: 'icomoon' !important;
  font-size: 32px;
  color: #0080bb;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 200ms ease-in-out;
  -moz-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  display: table;
  margin: 0 auto 20px;
}

/* line 1, components/_produtos.scss */
.product_list_container {
  float: left;
  width: 100%;
  padding-top: 50px;
}
@media screen and (max-width: 1300px) {
  /* line 1, components/_produtos.scss */
  .product_list_container {
    padding-top: 30px;
  }
}
/* line 8, components/_produtos.scss */
.product_list_container .category {
  float: left;
  display: block;
  margin-right: 1.6%;
  width: 23.8%;
  height: 270px;
  position: relative;
}
/* line 89, neat/grid/_span-columns.scss */
.product_list_container .category:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1300px) {
  /* line 8, components/_produtos.scss */
  .product_list_container .category {
    float: left;
    display: block;
    margin-right: 3.25203%;
    width: 100%;
    height: 230px;
    margin-bottom: 50px;
  }
  /* line 89, neat/grid/_span-columns.scss */
  .product_list_container .category:last-child {
    margin-right: 0;
  }
}
/* line 17, components/_produtos.scss */
.product_list_container .category::before {
  content: " ";
  height: 100%;
  width: 200%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #f6f6f6;
}
@media screen and (max-width: 1300px) {
  /* line 17, components/_produtos.scss */
  .product_list_container .category::before {
    right: -18px;
  }
}
/* line 26, components/_produtos.scss */
.product_list_container .category .number_axes {
  float: left;
  display: block;
  margin-right: 6.72269%;
  width: 64.42577%;
  height: 250px;
  display: table !important;
  border: 1px solid #bdbdbd;
  margin-top: -50px;
  padding: 20px;
  position: relative;
  text-align: right;
}
/* line 89, neat/grid/_span-columns.scss */
.product_list_container .category .number_axes:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1300px) {
  /* line 26, components/_produtos.scss */
  .product_list_container .category .number_axes {
    float: left;
    display: block;
    margin-right: 3.25203%;
    width: 65.58266%;
    margin-left: 17.20867%;
    height: 220px;
    margin-top: -30px;
  }
  /* line 89, neat/grid/_span-columns.scss */
  .product_list_container .category .number_axes:last-child {
    margin-right: 0;
  }
}
/* line 41, components/_produtos.scss */
.product_list_container .category .number_axes h3 {
  display: table-cell;
  vertical-align: bottom;
  font-family: 'Exo2-0-Bold';
  font-size: 40px;
  line-height: 46px;
  color: #0080bb;
  text-transform: uppercase;
  letter-spacing: 4px;
}
/* line 47, components/_produtos.scss */
.product_list_container .category .number_axes h3:first-letter {
  font-size: 90px;
  display: block;
}
/* line 54, components/_produtos.scss */
.product_list_container .product_list {
  float: left;
  display: block;
  margin-right: 1.6%;
  width: 74.6%;
}
/* line 89, neat/grid/_span-columns.scss */
.product_list_container .product_list:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1300px) {
  /* line 54, components/_produtos.scss */
  .product_list_container .product_list {
    float: left;
    display: block;
    margin-right: 3.25203%;
    width: 100%;
  }
  /* line 89, neat/grid/_span-columns.scss */
  .product_list_container .product_list:last-child {
    margin-right: 0;
  }
}
/* line 59, components/_produtos.scss */
.product_list_container .product_list li {
  float: left;
  display: block;
  margin-right: 2.14477%;
  width: 31.90349%;
  margin-bottom: 80px;
}
/* line 89, neat/grid/_span-columns.scss */
.product_list_container .product_list li:last-child {
  margin-right: 0;
}
/* line 78, neat/grid/_omega.scss */
.product_list_container .product_list li:nth-child(3n) {
  margin-right: 0;
}
/* line 83, neat/grid/_omega.scss */
.product_list_container .product_list li:nth-child(3n+1) {
  clear: left;
}
@media screen and (max-width: 1300px) {
  /* line 59, components/_produtos.scss */
  .product_list_container .product_list li {
    float: left;
    display: block;
    margin-right: 3.25203%;
    width: 100%;
    margin-bottom: 50px;
  }
  /* line 89, neat/grid/_span-columns.scss */
  .product_list_container .product_list li:last-child {
    margin-right: 0;
  }
  /* line 78, neat/grid/_omega.scss */
  .product_list_container .product_list li:nth-child(0) {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  /* line 59, components/_produtos.scss */
  .product_list_container .product_list li {
    float: left;
    display: block;
    margin-right: 3.25203%;
    width: 48.37398%;
  }
  /* line 89, neat/grid/_span-columns.scss */
  .product_list_container .product_list li:last-child {
    margin-right: 0;
  }
  /* line 78, neat/grid/_omega.scss */
  .product_list_container .product_list li:nth-child(2n) {
    margin-right: 0;
  }
  /* line 83, neat/grid/_omega.scss */
  .product_list_container .product_list li:nth-child(2n+1) {
    clear: left;
  }
}
/* line 72, components/_produtos.scss */
.product_list_container .product_list li a {
  float: left;
  height: 100%;
  width: 100%;
}
/* line 77, components/_produtos.scss */
.product_list_container .product_list li a:hover .container_image::after {
  opacity: .5;
}
/* line 80, components/_produtos.scss */
.product_list_container .product_list li a:hover .container_image img {
  margin-top: -15px;
}
/* line 84, components/_produtos.scss */
.product_list_container .product_list li a:hover .product_name {
  color: #0080bb;
}
/* line 86, components/_produtos.scss */
.product_list_container .product_list li a:hover .product_name::before, .product_list_container .product_list li a:hover .product_name::after {
  background-color: #0080bb;
}
/* line 91, components/_produtos.scss */
.product_list_container .product_list li a .container_image {
  float: left;
  height: 270px;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
/* line 96, components/_produtos.scss */
.product_list_container .product_list li a .container_image::after {
  content: " ";
  position: absolute;
  bottom: 50px;
  left: 50%;
  height: 4px;
  width: 175px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 65px;
  box-shadow: 0px 34px 25px #000;
  background-color: transparent;
  opacity: 0;
  -webkit-transition: opacity 300ms ease-in-out 50ms;
  -moz-transition: opacity 300ms ease-in-out 50ms;
  transition: opacity 300ms ease-in-out 50ms;
}
@media screen and (max-width: 1300px) {
  /* line 96, components/_produtos.scss */
  .product_list_container .product_list li a .container_image::after {
    display: none;
  }
}
@media screen and (max-width: 1300px) {
  /* line 91, components/_produtos.scss */
  .product_list_container .product_list li a .container_image {
    height: auto;
  }
}
/* line 113, components/_produtos.scss */
.product_list_container .product_list li a .container_image img {
  max-width: 90%;
  height: auto;
  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%);
  -webkit-transition: margin-top 300ms ease-in-out;
  -moz-transition: margin-top 300ms ease-in-out;
  transition: margin-top 300ms ease-in-out;
}
@media screen and (max-width: 1300px) {
  /* line 113, components/_produtos.scss */
  .product_list_container .product_list li a .container_image img {
    position: inherit;
    top: inherit;
    left: inherit;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    display: table;
    margin: 0 auto;
  }
}
/* line 127, components/_produtos.scss */
.product_list_container .product_list li a .product_name {
  display: table;
  margin: 0 auto;
  font-family: 'Exo2-0-Bold';
  font-size: 13px;
  line-height: 18px;
  color: #bdbdbd;
  -webkit-transition: color 200ms ease;
  -moz-transition: color 200ms ease;
  transition: color 200ms ease;
}
/* line 132, components/_produtos.scss */
.product_list_container .product_list li a .product_name::before {
  content: " ";
  height: 1px;
  width: 25px;
  background-color: #bdbdbd;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  -webkit-transition: background-color 200ms ease;
  -moz-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}
/* line 141, components/_produtos.scss */
.product_list_container .product_list li a .product_name::after {
  content: " ";
  height: 1px;
  width: 25px;
  background-color: #bdbdbd;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  -webkit-transition: background-color 200ms ease;
  -moz-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

/* line 1, components/_produtos_detalhe.scss */
.title_product {
  float: left;
  clear: left;
  font-family: 'Exo2-0-Bold';
  font-size: 120px;
  line-height: 100px;
  color: #0080bb;
  text-transform: uppercase;
  margin: 10px 0 16px -7px;
}
@media screen and (max-width: 1300px) {
  /* line 1, components/_produtos_detalhe.scss */
  .title_product {
    font-size: 70px;
    line-height: 76px;
    margin-bottom: 11px;
  }
}

/* line 13, components/_produtos_detalhe.scss */
.type_product {
  float: left;
  clear: left;
  margin-bottom: 19px;
}
/* line 17, components/_produtos_detalhe.scss */
.type_product li {
  float: left;
  font-family: 'Exo2-0-Bold';
  font-size: 35px;
  line-height: 37px;
  color: #222222;
}
@media screen and (max-width: 1300px) {
  /* line 17, components/_produtos_detalhe.scss */
  .type_product li {
    font-size: 25px;
    line-height: 27px;
  }
}
/* line 25, components/_produtos_detalhe.scss */
.type_product li:last-child::after {
  display: none;
}
/* line 29, components/_produtos_detalhe.scss */
.type_product li::after {
  content: "|";
  margin: 0 10px;
}
@media screen and (max-width: 1300px) {
  /* line 29, components/_produtos_detalhe.scss */
  .type_product li::after {
    margin: 0 5px;
  }
}

/* line 38, components/_produtos_detalhe.scss */
.axes {
  float: left;
  clear: left;
  text-transform: uppercase;
  font-family: 'Exo2-0-Bold';
  font-size: 18px;
  line-height: 22px;
  color: #0080bb;
}
@media screen and (max-width: 1300px) {
  /* line 38, components/_produtos_detalhe.scss */
  .axes {
    font-size: 15px;
    line-height: 18px;
  }
}
/* line 47, components/_produtos_detalhe.scss */
.axes::before {
  content: " ";
  height: 2px;
  width: 35px;
  float: left;
  margin: 10px 5px 0 0;
  background-color: #0080bb;
}

/* line 55, components/_produtos_detalhe.scss */
#big_image_product {
  float: left;
  display: block;
  margin-right: 1.6%;
  width: 66.13333%;
  margin-left: 8.46667%;
  height: 650px;
  position: relative;
  margin-top: -119px;
}
/* line 89, neat/grid/_span-columns.scss */
#big_image_product:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1300px) {
  /* line 55, components/_produtos_detalhe.scss */
  #big_image_product {
    float: left;
    display: block;
    margin-right: 3.25203%;
    width: 100%;
    margin-left: 0%;
    margin-top: 50px;
    height: auto;
    padding: 50px 0;
  }
  /* line 89, neat/grid/_span-columns.scss */
  #big_image_product:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  /* line 55, components/_produtos_detalhe.scss */
  #big_image_product {
    margin-top: 0;
  }
}
/* line 71, components/_produtos_detalhe.scss */
#big_image_product::after {
  display: none;
  content: " ";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 1300px) {
  /* line 71, components/_produtos_detalhe.scss */
  #big_image_product::after {
    background-color: rgba(203, 203, 203, 0.2);
    width: calc(100% + 36px);
    left: -18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  /* line 71, components/_produtos_detalhe.scss */
  #big_image_product::after {
    background-color: rgba(255, 255, 255, 0.2);
  }
}
/* line 86, components/_produtos_detalhe.scss */
#big_image_product img {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1300px) {
  /* line 86, components/_produtos_detalhe.scss */
  #big_image_product img {
    position: inherit;
    top: inherit;
    left: inherit;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    max-width: 90%;
    margin: 0 auto;
    display: table;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  /* line 86, components/_produtos_detalhe.scss */
  #big_image_product img {
    max-width: 60%;
  }
}

/* line 102, components/_produtos_detalhe.scss */
#product_specifications {
  float: left;
  width: 100%;
  overflow: hidden;
}
/* line 106, components/_produtos_detalhe.scss */
#product_specifications .tab-label {
  float: left;
  height: 135px;
  width: 100%;
}
@media screen and (max-width: 1300px) {
  /* line 106, components/_produtos_detalhe.scss */
  #product_specifications .tab-label {
    height: 60px;
    position: relative;
    margin-bottom: 70px;
  }
}
/* line 114, components/_produtos_detalhe.scss */
#product_specifications .tab-label li {
  float: left;
  height: 100%;
  width: 25%;
  text-align: center;
}
@media screen and (max-width: 1300px) {
  /* line 114, components/_produtos_detalhe.scss */
  #product_specifications .tab-label li {
    border-right: 1px solid white;
  }
  /* line 120, components/_produtos_detalhe.scss */
  #product_specifications .tab-label li:last-child {
    border-right: 0;
  }
}
/* line 124, components/_produtos_detalhe.scss */
#product_specifications .tab-label li a {
  float: left;
  height: 100%;
  width: 100%;
  background-color: #dedede;
  position: relative;
  -webkit-transition: background-color 200ms ease;
  -moz-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}
@media screen and (max-width: 1300px) {
  /* line 124, components/_produtos_detalhe.scss */
  #product_specifications .tab-label li a {
    position: inherit;
  }
}
/* line 133, components/_produtos_detalhe.scss */
#product_specifications .tab-label li a::after {
  content: " ";
  border-right: 11px solid transparent;
  border-left: 11px solid transparent;
  border-top: 11px solid #231f20;
  opacity: 0;
  position: absolute;
  bottom: -11px;
  left: calc(50% - 11px);
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  z-index: 2;
}
@media screen and (max-width: 1300px) {
  /* line 133, components/_produtos_detalhe.scss */
  #product_specifications .tab-label li a::after {
    display: none;
  }
}
@media screen and (max-width: 1300px) {
  /* line 146, components/_produtos_detalhe.scss */
  #product_specifications .tab-label li a::before {
    font-family: 'icomoon' !important;
    font-size: 21px;
    color: #0080bb;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: color 200ms ease-in-out;
    -moz-transition: color 200ms ease-in-out;
    transition: color 200ms ease-in-out;
    display: table;
    margin: 20px auto 0;
  }
}
/* line 153, components/_produtos_detalhe.scss */
#product_specifications .tab-label li a:hover {
  background-color: #e7e7e7;
}
/* line 155, components/_produtos_detalhe.scss */
#product_specifications .tab-label li a:hover.active {
  background-color: #231f20;
  cursor: default;
}
/* line 158, components/_produtos_detalhe.scss */
#product_specifications .tab-label li a:hover.active p {
  color: #FFFFFF;
}
/* line 162, components/_produtos_detalhe.scss */
#product_specifications .tab-label li a:hover p {
  color: #0080bb;
}
/* line 166, components/_produtos_detalhe.scss */
#product_specifications .tab-label li a.active {
  background-color: #231f20;
}
/* line 168, components/_produtos_detalhe.scss */
#product_specifications .tab-label li a.active::after {
  opacity: 1;
}
/* line 171, components/_produtos_detalhe.scss */
#product_specifications .tab-label li a.active p {
  color: #f6f6f6;
}
@media screen and (max-width: 1300px) {
  /* line 171, components/_produtos_detalhe.scss */
  #product_specifications .tab-label li a.active p {
    display: block;
    position: absolute;
    top: 60px;
    left: 0;
    height: 70px;
    width: 100%;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    background-color: #231f20;
    z-index: 1;
    padding-top: 28px;
  }
  /* line 183, components/_produtos_detalhe.scss */
  #product_specifications .tab-label li a.active p::before {
    display: none;
  }
}
@media screen and (max-width: 1300px) {
  /* line 191, components/_produtos_detalhe.scss */
  #product_specifications .tab-label li a.caracteristics::before {
    content: "";
  }
}
/* line 196, components/_produtos_detalhe.scss */
#product_specifications .tab-label li a.caracteristics p::before {
  content: "";
}
@media screen and (max-width: 1300px) {
  /* line 203, components/_produtos_detalhe.scss */
  #product_specifications .tab-label li a.equipment::before {
    content: "";
  }
}
/* line 208, components/_produtos_detalhe.scss */
#product_specifications .tab-label li a.equipment p::before {
  content: "";
}
@media screen and (max-width: 1300px) {
  /* line 216, components/_produtos_detalhe.scss */
  #product_specifications .tab-label li a.image::before {
    content: "";
  }
}
/* line 221, components/_produtos_detalhe.scss */
#product_specifications .tab-label li a.image p::before {
  content: "";
}
@media screen and (max-width: 1300px) {
  /* line 228, components/_produtos_detalhe.scss */
  #product_specifications .tab-label li a.download::before {
    content: "";
  }
}
/* line 233, components/_produtos_detalhe.scss */
#product_specifications .tab-label li a.download p::before {
  content: "";
}
/* line 238, components/_produtos_detalhe.scss */
#product_specifications .tab-label li a p {
  font-family: 'Exo2-0-Bold';
  font-size: 14px;
  line-height: 18px;
  color: #231f20;
  text-transform: uppercase;
  margin: 0 auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: color 200ms ease;
  -moz-transition: color 200ms ease;
  transition: color 200ms ease;
}
@media screen and (max-width: 1300px) {
  /* line 238, components/_produtos_detalhe.scss */
  #product_specifications .tab-label li a p {
    display: none;
  }
}
/* line 248, components/_produtos_detalhe.scss */
#product_specifications .tab-label li a p::before {
  font-family: 'icomoon' !important;
  font-size: 25px;
  color: #0080bb;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 200ms ease-in-out;
  -moz-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  display: block;
  margin: 0 auto 15px;
}
/* line 257, components/_produtos_detalhe.scss */
#product_specifications .tab-container {
  float: left;
  width: 100%;
}
/* line 260, components/_produtos_detalhe.scss */
#product_specifications .tab-container .tab {
  display: none;
  float: left;
  width: 100%;
}
/* line 264, components/_produtos_detalhe.scss */
#product_specifications .tab-container .tab.active {
  display: block;
}
/* line 267, components/_produtos_detalhe.scss */
#product_specifications .tab-container .tab .caracteristics_table {
  float: left;
  text-align: left;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 1300px) {
  /* line 267, components/_produtos_detalhe.scss */
  #product_specifications .tab-container .tab .caracteristics_table {
    display: none;
  }
}
/* line 275, components/_produtos_detalhe.scss */
#product_specifications .tab-container .tab .caracteristics_table::before {
  content: " ";
  position: absolute;
  top: 0;
  left: -75%;
  height: 135px;
  width: 800%;
  background-color: #f6f6f6;
}
/* line 281, components/_produtos_detalhe.scss */
#product_specifications .tab-container .tab .caracteristics_table li {
  float: left;
  height: 40px;
  width: 100%;
  font-family: 'Exo2-0-Medium';
  font-size: 18px;
  line-height: 40px;
  color: #5b5b5b;
}
/* line 285, components/_produtos_detalhe.scss */
#product_specifications .tab-container .tab .caracteristics_table li:first-child {
  height: 135px;
  background-color: #f6f6f6;
}
/* line 289, components/_produtos_detalhe.scss */
#product_specifications .tab-container .tab .caracteristics_table li.title {
  font-family: 'Exo2-0-Bold';
  font-size: 18px;
  line-height: 40px;
  color: #0080bb;
  text-transform: uppercase;
  margin-top: 25px;
}
/* line 296, components/_produtos_detalhe.scss */
#product_specifications .tab-container .tab .values_table {
  float: left;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 1300px) {
  /* line 296, components/_produtos_detalhe.scss */
  #product_specifications .tab-container .tab .values_table {
    display: none;
  }
}
/* line 304, components/_produtos_detalhe.scss */
#product_specifications .tab-container .tab .values_table::before {
  content: " ";
  position: absolute;
  top: 40px;
  left: 0;
  height: 100%;
  width: 1px;
  background-color: #f6f6f6;
}
/* line 310, components/_produtos_detalhe.scss */
#product_specifications .tab-container .tab .values_table li {
  float: left;
  height: 40px;
  width: 100%;
  font-family: 'Exo2-0-Medium';
  font-size: 18px;
  line-height: 40px;
  color: #8b8b8b;
}
/* line 314, components/_produtos_detalhe.scss */
#product_specifications .tab-container .tab .values_table li:first-child {
  height: 135px;
  background-color: #f6f6f6;
  font-family: 'Exo2-0-Bold';
  font-size: 40px;
  line-height: 135px;
  color: #8b8b8b;
}
/* line 319, components/_produtos_detalhe.scss */
#product_specifications .tab-container .tab .values_table li.title {
  font-family: 'Exo2-0-Bold';
  font-size: 18px;
  line-height: 40px;
  color: #0080bb;
  text-transform: uppercase;
  margin-top: 25px;
}
/* line 326, components/_produtos_detalhe.scss */
#product_specifications .tab-container .tab .container_table {
  display: none;
  float: left;
  width: calc(100% + 36px);
  margin-left: -18px;
  border-bottom: 1px solid #e1e1e1;
}
@media screen and (max-width: 1300px) {
  /* line 326, components/_produtos_detalhe.scss */
  #product_specifications .tab-container .tab .container_table {
    display: block;
  }
}
/* line 337, components/_produtos_detalhe.scss */
#product_specifications .tab-container .tab .container_table.open a::before {
  content: "";
  font-size: 2px;
  margin-top: 9px;
}
/* line 344, components/_produtos_detalhe.scss */
#product_specifications .tab-container .tab .container_table a {
  float: left;
  width: 100%;
  padding: 37px 18px;
  text-transform: uppercase;
  font-family: 'Exo2-0-Bold';
  font-size: 18px;
  line-height: 20px;
  color: #0080bb;
}
/* line 350, components/_produtos_detalhe.scss */
#product_specifications .tab-container .tab .container_table a::before {
  content: "";
  font-family: 'icomoon' !important;
  font-size: 14px;
  color: #0080bb;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 200ms ease-in-out;
  -moz-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  float: right;
  margin-top: 3px;
}
/* line 357, components/_produtos_detalhe.scss */
#product_specifications .tab-container .tab .container_table ul {
  display: none;
  float: left;
  width: 100%;
  padding: 0 18px;
  margin-bottom: 20px;
}
/* line 363, components/_produtos_detalhe.scss */
#product_specifications .tab-container .tab .container_table ul li {
  float: left;
  width: 100%;
}
/* line 366, components/_produtos_detalhe.scss */
#product_specifications .tab-container .tab .container_table ul li.product {
  float: left;
  width: 100%;
  font-family: 'Exo2-0-Bold';
  font-size: 24px;
  line-height: 28px;
  color: #bdbdbd;
  margin-bottom: 10px;
}
/* line 372, components/_produtos_detalhe.scss */
#product_specifications .tab-container .tab .container_table ul li.caracteristic {
  float: left;
  width: 100%;
  font-family: 'Exo2-0-Medium';
  font-size: 13px;
  line-height: 20px;
  color: #5b5b5b;
}
/* line 377, components/_produtos_detalhe.scss */
#product_specifications .tab-container .tab .container_table ul li.value {
  float: left;
  width: 100%;
  font-family: 'Exo2-0-Medium';
  font-size: 13px;
  line-height: 20px;
  color: #8b8b8b;
  margin-bottom: 10px;
}
/* line 386, components/_produtos_detalhe.scss */
#product_specifications .tab-container .tab .ps {
  position: relative;
  float: left;
  width: 100%;
  padding: 28px 0;
  font-family: 'Exo2-0-Bold';
  font-size: 13px;
  line-height: 15px;
  color: #bdbdbd;
  text-transform: uppercase;
  text-align: center;
  background-color: #FFFFFF;
}
@media screen and (max-width: 1300px) {
  /* line 386, components/_produtos_detalhe.scss */
  #product_specifications .tab-container .tab .ps {
    font-size: 11px;
    padding: 22px 0;
  }
}
/* line 402, components/_produtos_detalhe.scss */
#product_specifications .tab-container .tab .ps::before {
  content: " ";
  height: 1px;
  width: 300%;
  position: absolute;
  top: 0;
  left: -50%;
  background-color: #bdbdbd;
}
/* line 410, components/_produtos_detalhe.scss */
#product_specifications .tab-container .tab #equipment_text {
  float: left;
  width: 100%;
  padding: 90px 0 40px;
}
@media screen and (max-width: 1300px) {
  /* line 410, components/_produtos_detalhe.scss */
  #product_specifications .tab-container .tab #equipment_text {
    padding: 43px 0 0;
  }
}
/* line 417, components/_produtos_detalhe.scss */
#product_specifications .tab-container .tab #equipment_text .title {
  float: left;
  width: 100%;
  font-family: 'Exo2-0-Bold';
  font-size: 30px;
  line-height: 35px;
  color: #0080bb;
  text-transform: uppercase;
}
@media screen and (max-width: 1300px) {
  /* line 417, components/_produtos_detalhe.scss */
  #product_specifications .tab-container .tab #equipment_text .title {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 25px;
  }
}
/* line 428, components/_produtos_detalhe.scss */
#product_specifications .tab-container .tab #equipment_text p {
  float: left;
  width: 100%;
  font-family: 'Exo2-0-Regular';
  font-size: 15px;
  line-height: 25px;
  color: #5b5b5b;
  padding: 5px 0;
}
@media screen and (max-width: 1300px) {
  /* line 428, components/_produtos_detalhe.scss */
  #product_specifications .tab-container .tab #equipment_text p {
    font-size: 13px;
    line-height: 16px;
  }
}
/* line 437, components/_produtos_detalhe.scss */
#product_specifications .tab-container .tab #equipment_text p strong {
  font-family: 'Exo2-0-Bold';
}
/* line 441, components/_produtos_detalhe.scss */
#product_specifications .tab-container .tab #equipment_text a {
  text-decoration: underline;
  color: #5b5b5b;
}
/* line 445, components/_produtos_detalhe.scss */
#product_specifications .tab-container .tab #equipment_text ul {
  float: left;
  width: 100%;
  padding-left: 20px;
  margin-bottom: 25px;
}
/* line 450, components/_produtos_detalhe.scss */
#product_specifications .tab-container .tab #equipment_text ul li {
  font-family: 'Exo2-0-Regular';
  font-size: 15px;
  line-height: 25px;
  color: #5b5b5b;
  float: left;
  margin-bottom: 10px;
  clear: left;
}
@media screen and (max-width: 1300px) {
  /* line 450, components/_produtos_detalhe.scss */
  #product_specifications .tab-container .tab #equipment_text ul li {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 15px;
  }
}
/* line 460, components/_produtos_detalhe.scss */
#product_specifications .tab-container .tab #equipment_text ul li::before {
  content: " ";
  height: 1px;
  width: 10px;
  background-color: #0080bb;
  float: left;
  margin: 12px 10px 0 -20px;
}
@media screen and (max-width: 1300px) {
  /* line 460, components/_produtos_detalhe.scss */
  #product_specifications .tab-container .tab #equipment_text ul li::before {
    margin-top: 8px;
  }
}
/* line 470, components/_produtos_detalhe.scss */
#product_specifications .tab-container .tab #equipment_text ul li ul {
  margin-top: 10px;
  margin-bottom: 0;
}
@media screen and (max-width: 1300px) {
  /* line 470, components/_produtos_detalhe.scss */
  #product_specifications .tab-container .tab #equipment_text ul li ul {
    margin-top: 15px;
  }
}
/* line 476, components/_produtos_detalhe.scss */
#product_specifications .tab-container .tab #equipment_text ul li ul li {
  font-size: 13px;
  line-height: 23px;
}
@media screen and (max-width: 1300px) {
  /* line 476, components/_produtos_detalhe.scss */
  #product_specifications .tab-container .tab #equipment_text ul li ul li {
    font-size: 12px;
    line-height: 14px;
  }
}
/* line 488, components/_produtos_detalhe.scss */
#product_specifications .tab-container .tab #product_gallery {
  float: left;
  width: 100%;
  padding: 100px 0;
}
@media screen and (max-width: 1300px) {
  /* line 488, components/_produtos_detalhe.scss */
  #product_specifications .tab-container .tab #product_gallery {
    padding: 50px 0;
  }
}
/* line 495, components/_produtos_detalhe.scss */
#product_specifications .tab-container .tab #product_gallery li {
  float: left;
  width: 33.3%;
}
@media screen and (max-width: 1300px) {
  /* line 495, components/_produtos_detalhe.scss */
  #product_specifications .tab-container .tab #product_gallery li {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  /* line 495, components/_produtos_detalhe.scss */
  #product_specifications .tab-container .tab #product_gallery li {
    width: 50%;
  }
}
/* line 504, components/_produtos_detalhe.scss */
#product_specifications .tab-container .tab #product_gallery li:nth-child(3n+1) {
  clear: left;
}
@media screen and (max-width: 1300px) {
  /* line 504, components/_produtos_detalhe.scss */
  #product_specifications .tab-container .tab #product_gallery li:nth-child(3n+1) {
    clear: initial;
  }
}
/* line 510, components/_produtos_detalhe.scss */
#product_specifications .tab-container .tab #product_gallery li a {
  float: left;
  width: 100%;
  position: relative;
}
/* line 516, components/_produtos_detalhe.scss */
#product_specifications .tab-container .tab #product_gallery li a:hover .container_image::after {
  background-color: #231f20;
}
/* line 519, components/_produtos_detalhe.scss */
#product_specifications .tab-container .tab #product_gallery li a:hover .container_image::before, #product_specifications .tab-container .tab #product_gallery li a:hover .container_image .icon_play {
  opacity: 1;
}
@media screen and (max-width: 1300px) {
  /* line 523, components/_produtos_detalhe.scss */
  #product_specifications .tab-container .tab #product_gallery li a:hover .container_image::after {
    background-color: #FFFFFF;
  }
  /* line 526, components/_produtos_detalhe.scss */
  #product_specifications .tab-container .tab #product_gallery li a:hover .container_image::before, #product_specifications .tab-container .tab #product_gallery li a:hover .container_image .icon_play {
    opacity: 0;
  }
}
/* line 532, components/_produtos_detalhe.scss */
#product_specifications .tab-container .tab #product_gallery li a .container_image {
  float: left;
  width: 100%;
  height: 270px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/* line 540, components/_produtos_detalhe.scss */
#product_specifications .tab-container .tab #product_gallery li a .container_image::after {
  content: " ";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FFFFFF;
  opacity: .4;
  -webkit-transition: background-color 200ms ease-in-out;
  -moz-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
}
/* line 548, components/_produtos_detalhe.scss */
#product_specifications .tab-container .tab #product_gallery li a .container_image::before {
  content: "";
  font-family: 'icomoon' !important;
  font-size: 30px;
  color: #FFFFFF;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 200ms ease-in-out;
  -moz-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  position: absolute;
  top: calc(50% - 15px);
  left: calc(50% - 11px);
  opacity: 0;
  z-index: 1;
  -webkit-transition: opacity 200ms ease-in-out;
  -moz-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
}
/* line 557, components/_produtos_detalhe.scss */
#product_specifications .tab-container .tab #product_gallery li a .icon_play {
  position: absolute;
  top: calc(50% - 47.5px);
  left: calc(50% - 47.5px);
  background-color: rgba(255, 255, 255, 0.3);
  height: 95px;
  width: 95px;
  border-radius: 75px;
  opacity: 0;
  z-index: 1;
  -webkit-transition: opacity 200ms ease-in-out;
  -moz-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
}
/* line 565, components/_produtos_detalhe.scss */
#product_specifications .tab-container .tab #product_gallery li a .icon_play::before {
  content: " ";
  position: absolute;
  top: -11px;
  left: -11px;
  background-color: rgba(255, 255, 255, 0.2);
  height: 117px;
  width: 117px;
  border-radius: 75px;
}
/* line 572, components/_produtos_detalhe.scss */
#product_specifications .tab-container .tab #product_gallery li a .icon_play::after {
  content: " ";
  position: absolute;
  top: -22px;
  left: -22px;
  background-color: rgba(255, 255, 255, 0.05);
  height: 137px;
  width: 137px;
  border-radius: 75px;
}
/* line 583, components/_produtos_detalhe.scss */
#product_specifications .tab-container .tab #container_downloads {
  float: left;
  width: 100%;
  padding: 100px 0;
}
@media screen and (max-width: 1300px) {
  /* line 583, components/_produtos_detalhe.scss */
  #product_specifications .tab-container .tab #container_downloads {
    padding: 50px 0 0;
  }
}
/* line 590, components/_produtos_detalhe.scss */
#product_specifications .tab-container .tab #container_downloads > div {
  width: 49%;
  float: left;
  margin-bottom: 25px;
}
/* line 594, components/_produtos_detalhe.scss */
#product_specifications .tab-container .tab #container_downloads > div:nth-child(2n) {
  float: right;
}
@media screen and (max-width: 1300px) {
  /* line 590, components/_produtos_detalhe.scss */
  #product_specifications .tab-container .tab #container_downloads > div {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  /* line 590, components/_produtos_detalhe.scss */
  #product_specifications .tab-container .tab #container_downloads > div {
    width: 49%;
  }
}
/* line 604, components/_produtos_detalhe.scss */
#product_specifications .tab-container .tab #container_downloads .download_image {
  float: left;
  display: block;
  margin-right: 3.25203%;
  width: 48.37398%;
  height: 350px;
  margin-top: 50px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
}
/* line 89, neat/grid/_span-columns.scss */
#product_specifications .tab-container .tab #container_downloads .download_image:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1300px) {
  /* line 604, components/_produtos_detalhe.scss */
  #product_specifications .tab-container .tab #container_downloads .download_image {
    height: 280px;
    float: left;
    display: block;
    margin-right: 3.25203%;
    width: 100%;
    margin-top: 0;
  }
  /* line 89, neat/grid/_span-columns.scss */
  #product_specifications .tab-container .tab #container_downloads .download_image:last-child {
    margin-right: 0;
  }
}
/* line 617, components/_produtos_detalhe.scss */
#product_specifications .tab-container .tab #container_downloads .download_details {
  float: left;
  display: block;
  margin-right: 3.25203%;
  width: 65.58266%;
  margin-left: -17.20867%;
  height: 450px;
  background-color: #f6f6f6;
}
/* line 89, neat/grid/_span-columns.scss */
#product_specifications .tab-container .tab #container_downloads .download_details:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1300px) {
  /* line 617, components/_produtos_detalhe.scss */
  #product_specifications .tab-container .tab #container_downloads .download_details {
    margin: -150px 0 10px -18px;
    height: auto;
    padding: 190px 0 50px;
    width: calc(100% + 36px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  /* line 617, components/_produtos_detalhe.scss */
  #product_specifications .tab-container .tab #container_downloads .download_details {
    margin: -150px 0 10px;
    height: auto;
    padding: 190px 0 50px;
    float: left;
    display: block;
    margin-right: 3.25203%;
    width: 100%;
    margin-left: 0%;
  }
  /* line 89, neat/grid/_span-columns.scss */
  #product_specifications .tab-container .tab #container_downloads .download_details:last-child {
    margin-right: 0;
  }
}
/* line 635, components/_produtos_detalhe.scss */
#product_specifications .tab-container .tab #container_downloads .download_details .container {
  width: 100%;
  padding: 0 40px 0 calc(22% + 40px);
  display: table;
  height: 100%;
}
@media screen and (max-width: 1300px) {
  /* line 635, components/_produtos_detalhe.scss */
  #product_specifications .tab-container .tab #container_downloads .download_details .container {
    padding: 0 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  /* line 635, components/_produtos_detalhe.scss */
  #product_specifications .tab-container .tab #container_downloads .download_details .container {
    padding: 0 40px;
  }
}
/* line 646, components/_produtos_detalhe.scss */
#product_specifications .tab-container .tab #container_downloads .download_details .container .content {
  display: table-cell;
  vertical-align: middle;
}
/* line 651, components/_produtos_detalhe.scss */
#product_specifications .tab-container .tab #container_downloads .download_details .title_file {
  float: left;
  width: 100%;
  text-transform: uppercase;
  font-family: 'Exo2-0-Bold';
  font-size: 30px;
  line-height: 36px;
  color: #0080bb;
  margin-bottom: 20px;
}
@media screen and (max-width: 1300px) {
  /* line 651, components/_produtos_detalhe.scss */
  #product_specifications .tab-container .tab #container_downloads .download_details .title_file {
    font-size: 25px;
    line-height: 30px;
  }
}
/* line 662, components/_produtos_detalhe.scss */
#product_specifications .tab-container .tab #container_downloads .download_details .properties {
  float: left;
  font-family: 'Exo2-0-Medium';
  font-size: 12px;
  line-height: 16px;
  color: #8b8b8b;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
  clear: left;
}
/* line 669, components/_produtos_detalhe.scss */
#product_specifications .tab-container .tab #container_downloads .download_details .properties span {
  display: block;
  font-family: 'Exo2-0-Bold';
  font-size: 13px;
  line-height: 16px;
  color: #5b5b5b;
}
/* line 674, components/_produtos_detalhe.scss */
#product_specifications .tab-container .tab #container_downloads .download_details .line {
  float: left;
  height: 1px;
  width: 100%;
  background-color: #bdbdbd;
  margin: 17px 0 30px;
}
/* line 680, components/_produtos_detalhe.scss */
#product_specifications .tab-container .tab #container_downloads .download_details .download_link {
  float: left;
  font-family: 'Exo2-0-Medium';
  font-size: 12px;
  line-height: 17px;
  color: #0080bb;
  text-transform: uppercase;
  -webkit-transition: color 200ms ease;
  -moz-transition: color 200ms ease;
  transition: color 200ms ease;
}
/* line 685, components/_produtos_detalhe.scss */
#product_specifications .tab-container .tab #container_downloads .download_details .download_link:hover {
  color: #036a99;
}
/* line 687, components/_produtos_detalhe.scss */
#product_specifications .tab-container .tab #container_downloads .download_details .download_link:hover::before {
  color: #036a99;
}
/* line 691, components/_produtos_detalhe.scss */
#product_specifications .tab-container .tab #container_downloads .download_details .download_link::before {
  content: "";
  font-family: 'icomoon' !important;
  font-size: 25px;
  color: #0080bb;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 200ms ease-in-out;
  -moz-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  float: left;
  margin: -4px 10px 0 0;
}
/* line 698, components/_produtos_detalhe.scss */
#product_specifications .tab-container .tab #container_downloads .download_details .see_online {
  float: right;
  font-family: 'Exo2-0-Medium';
  font-size: 12px;
  line-height: 17px;
  color: #0080bb;
  text-transform: uppercase;
  -webkit-transition: color 200ms ease;
  -moz-transition: color 200ms ease;
  transition: color 200ms ease;
}
/* line 703, components/_produtos_detalhe.scss */
#product_specifications .tab-container .tab #container_downloads .download_details .see_online:hover {
  color: #036a99;
}
/* line 705, components/_produtos_detalhe.scss */
#product_specifications .tab-container .tab #container_downloads .download_details .see_online:hover ::before {
  color: #036a99;
}
/* line 709, components/_produtos_detalhe.scss */
#product_specifications .tab-container .tab #container_downloads .download_details .see_online::before {
  content: "";
  font-family: 'icomoon' !important;
  font-size: 19px;
  color: #0080bb;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 200ms ease-in-out;
  -moz-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  float: left;
  margin: -1px 10px 0 0;
}

/* line 721, components/_produtos_detalhe.scss */
#detail_image {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #231f20;
  z-index: 2;
}
/* line 727, components/_produtos_detalhe.scss */
#detail_image .row {
  height: 100%;
}
/* line 730, components/_produtos_detalhe.scss */
#detail_image .container_counter {
  position: absolute;
  bottom: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 1300px) {
  /* line 730, components/_produtos_detalhe.scss */
  #detail_image .container_counter {
    display: none;
  }
}
/* line 736, components/_produtos_detalhe.scss */
#detail_image .container_counter .active {
  display: inline-block;
  font-family: 'Exo2-0-Bold';
  font-size: 25px;
  line-height: 23px;
  color: #0080bb;
}
/* line 743, components/_produtos_detalhe.scss */
#detail_image .container_counter .total {
  display: inline-block;
  font-family: 'Exo2-0-Regular';
  font-size: 13px;
  line-height: 15px;
  color: #bdbdbd;
  vertical-align: top;
}
/* line 752, components/_produtos_detalhe.scss */
#detail_image .owl-carousel {
  float: left;
  display: block;
  margin-right: 1.6%;
  width: 83.06667%;
  margin-left: 8.46667%;
  position: relative;
  top: 50%;
}
/* line 89, neat/grid/_span-columns.scss */
#detail_image .owl-carousel:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1300px) {
  /* line 752, components/_produtos_detalhe.scss */
  #detail_image .owl-carousel {
    width: calc(100% + 36px);
    margin: 0 0 0 -18px;
  }
}
@media all and (max-height: 700px) {
  /* line 752, components/_produtos_detalhe.scss */
  #detail_image .owl-carousel {
    float: left;
    display: block;
    margin-right: 1.6%;
    width: 66.13333%;
    margin-left: 16.93333%;
    height: 85% !important;
    margin-top: initial !important;
    top: 7%;
  }
  /* line 89, neat/grid/_span-columns.scss */
  #detail_image .owl-carousel:last-child {
    margin-right: 0;
  }
}
/* line 767, components/_produtos_detalhe.scss */
#detail_image .owl-carousel::before {
  content: " ";
  border: 1px solid #bdbdbd;
  height: calc(100% - 160px);
  width: 120%;
  position: absolute;
  top: 80px;
  left: -10%;
}
@media screen and (max-width: 1300px) {
  /* line 767, components/_produtos_detalhe.scss */
  #detail_image .owl-carousel::before {
    height: calc(100% + 80px);
    width: calc(100% - 36px);
    top: -40px;
    left: 18px;
  }
}
/* line 778, components/_produtos_detalhe.scss */
#detail_image .owl-carousel .owl-stage-outer, #detail_image .owl-carousel .owl-stage, #detail_image .owl-carousel .owl-item, #detail_image .owl-carousel .item {
  height: 100%;
}
/* line 781, components/_produtos_detalhe.scss */
#detail_image .owl-carousel .owl-video-wrapper {
  background-color: #231f20;
}
/* line 784, components/_produtos_detalhe.scss */
#detail_image .owl-carousel .owl-stage-outer {
  width: calc(100% - 1px);
}
/* line 789, components/_produtos_detalhe.scss */
#detail_image .owl-carousel .item.vertical img {
  margin: 0 auto;
  height: 100%;
  width: auto;
}
/* line 795, components/_produtos_detalhe.scss */
#detail_image .owl-carousel .item img {
  height: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 801, components/_produtos_detalhe.scss */
#detail_image .owl-carousel .owl-prev.disabled, #detail_image .owl-carousel .owl-next.disabled {
  display: none;
}
/* line 805, components/_produtos_detalhe.scss */
#detail_image .owl-carousel .owl-prev {
  position: absolute;
  top: calc(50% - 22.5px);
  left: calc(-10% - 22.5px);
  height: 45px;
  width: 45px;
  border: 1px solid #bdbdbd;
  background-color: #231f20;
  z-index: 3;
  -webkit-transition: opacity 150ms ease-in-out;
  -moz-transition: opacity 150ms ease-in-out;
  transition: opacity 150ms ease-in-out;
}
@media screen and (max-width: 1300px) {
  /* line 805, components/_produtos_detalhe.scss */
  #detail_image .owl-carousel .owl-prev {
    left: calc(50% - 45px);
    top: inherit;
    bottom: -62.5px;
  }
}
/* line 817, components/_produtos_detalhe.scss */
#detail_image .owl-carousel .owl-prev:hover {
  cursor: pointer;
}
/* line 819, components/_produtos_detalhe.scss */
#detail_image .owl-carousel .owl-prev:hover::before {
  color: #0080bb;
}
/* line 823, components/_produtos_detalhe.scss */
#detail_image .owl-carousel .owl-prev::before {
  content: "";
  font-family: 'icomoon' !important;
  font-size: 13px;
  color: #bdbdbd;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 200ms ease-in-out;
  -moz-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  position: absolute;
  top: 15px;
  right: 10px;
}
/* line 830, components/_produtos_detalhe.scss */
#detail_image .owl-carousel .owl-next {
  position: absolute;
  top: calc(50% - 22.5px);
  right: calc(-10% - 22.5px);
  height: 45px;
  width: 45px;
  border: 1px solid #bdbdbd;
  background-color: #231f20;
  z-index: 3;
  -webkit-transition: opacity 150ms ease-in-out;
  -moz-transition: opacity 150ms ease-in-out;
  transition: opacity 150ms ease-in-out;
}
@media screen and (max-width: 1300px) {
  /* line 830, components/_produtos_detalhe.scss */
  #detail_image .owl-carousel .owl-next {
    right: calc(50% - 44px);
    top: inherit;
    bottom: -62.5px;
  }
}
/* line 842, components/_produtos_detalhe.scss */
#detail_image .owl-carousel .owl-next:hover {
  cursor: pointer;
}
/* line 844, components/_produtos_detalhe.scss */
#detail_image .owl-carousel .owl-next:hover::before {
  color: #0080bb;
}
/* line 848, components/_produtos_detalhe.scss */
#detail_image .owl-carousel .owl-next::before {
  content: "";
  font-family: 'icomoon' !important;
  font-size: 13px;
  color: #bdbdbd;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 200ms ease-in-out;
  -moz-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  position: absolute;
  top: 15px;
  right: 10px;
}
/* line 854, components/_produtos_detalhe.scss */
#detail_image .owl-carousel .close_popup {
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translatex(-50%);
  -moz-transform: translatex(-50%);
  -ms-transform: translatex(-50%);
  -o-transform: translatex(-50%);
  transform: translatex(-50%);
  text-transform: uppercase;
  font-family: 'Exo2-0-Bold';
  font-size: 13px;
  line-height: 17px;
  color: #bdbdbd;
  letter-spacing: 1px;
  -webkit-transition: color 200ms ease;
  -moz-transition: color 200ms ease;
  transition: color 200ms ease;
}
@media screen and (max-width: 1300px) {
  /* line 854, components/_produtos_detalhe.scss */
  #detail_image .owl-carousel .close_popup {
    top: -90px;
  }
}
/* line 864, components/_produtos_detalhe.scss */
#detail_image .owl-carousel .close_popup::before {
  content: "";
  font-family: 'icomoon' !important;
  font-size: 14px;
  color: #bdbdbd;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 200ms ease-in-out;
  -moz-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  margin: 2px 10px 0 0;
  float: left;
}
/* line 870, components/_produtos_detalhe.scss */
#detail_image .owl-carousel .close_popup:hover {
  color: #0080bb;
}
/* line 872, components/_produtos_detalhe.scss */
#detail_image .owl-carousel .close_popup:hover::before {
  color: #0080bb;
}

/* line 2, components/_pesquisa.scss */
.after_category_title span {
  font-family: 'Exo2-0-Regular';
  font-size: 18px;
  line-height: 35p;
  color: #0080bb;
}

/* line 6, components/_pesquisa.scss */
.search_results {
  float: left;
  width: 100%;
  margin: -10px 0 45px;
}
/* line 10, components/_pesquisa.scss */
.search_results:last-child {
  margin-bottom: 0;
}
/* line 13, components/_pesquisa.scss */
.search_results hr {
  float: left;
  height: 2px;
  width: 20px;
  background-color: #5b5b5b;
  margin-bottom: 10px;
  border: 0;
}
/* line 20, components/_pesquisa.scss */
.search_results .title {
  float: left;
  font-family: 'Exo2-0-Bold';
  font-size: 18px;
  line-height: 22px;
  color: #5b5b5b;
  margin-bottom: 15px;
  text-transform: uppercase;
  width: 100%;
}
/* line 27, components/_pesquisa.scss */
.search_results .url {
  float: left;
  font-family: 'Exo2-0-Medium';
  font-size: 13px;
  line-height: 15px;
  color: #0080bb;
  margin-bottom: 22px;
  width: 100%;
}
/* line 33, components/_pesquisa.scss */
.search_results p {
  float: left;
  width: 100%;
  font-family: 'Exo2-0-Medium';
  font-size: 13px;
  line-height: 22px;
  color: #8b8b8b;
  margin-bottom: 30px;
}
#certs{
	padding:0 5%;
}
@media screen and (max-width: 1300px) {
	#certs{
		padding:0;
	}
}
#certs a{
	float:left;
	max-width:100%;
	height:auto;
}
#certs img{
	float:left;
	max-width:100%;
	height:auto;
}

/* added on 21.12.2017 on certificaoes page */

#certifications {
	background-color: #f6f6f6;
	float: left;
	width: 100%;
	padding: 75px 0;
	position: relative !important;
}

.certifications img {
	max-width: 100%;
	height: auto;
	float: left;
}

img.certifications {
  max-width: 630px;
}

.certifications {
	float: left;
	width: 100%;
	-webkit-columns: 2;
	-moz-columns: 2;
	columns: 2;
	-webkit-column-gap: 24px;
	-moz-column-gap: 24x;
	column-gap: 24px;
}

.certifications li {
	border-top: 1px solid #bdbdbd;
	padding-top: 35px;
	margin-bottom: 120px;
	width: 80%;
}

.certifications h4 {
	padding-bottom: 25px;
	font-family: 'Exo2-0-Bold';
	font-size: 15px;
	line-height: 20px;
	color: #5b5b5b;
	text-transform: uppercase;
}

@media screen and (max-width: 768px) {
	.certifications {
		-webkit-columns: 1;
		-moz-columns: 1;
		columns: 1;
		margin: 0 auto;
		text-align: center;
	}
	.certifications li {
		font-size: 13px;
		line-height: 23px;
		width: 100%;
		text-align: center;
		margin: 0 auto;
		margin-bottom: 20px;
		display: inline-block;
	}
	.certifications .btn_default {
		float: none;
	}
}


/* by hugo */
.apoiosLink{max-width: 100%; }
/* .logosCertificate .ce_img{ display: table; float: none; margin: 0 auto; clear: left;} */
@media screen and (max-width: 1300px) {
  .logosCertificate .ce_img{ margin-bottom: 10px; margin-top: 10px; }
  
  #quick_contacts .logosCertificate {
    text-align: center;
  }
  
  #quick_contacts .logosCertificate img {
    display: inline-block;
    margin: 30px 10px 0 10px;
    vertical-align: middle;
  }
}
@media screen and (min-width: 1301px) {
	.logosCertificate{ float: right; }
	.logosCertificate .ce_img{ float: right;
    margin-top: 10px;
    width: auto;
    height: 49px; }
	.logosCertificate .certificate_img{ float: left; }
}
/* end by hugo */


/* ********************************************* for recrutamento page - 19/02/2018 */

.recrutamento p {
  font-family: 'Exo2-0-Regular';
  color: #5b5b5b;
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 20px;
}

/* @media screen and (min-width: 1300px) {
  .recrutamento p {
    font-family: 'Exo2-0-Regular';
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 20px;
  }
} */

#container_default .row.recrutamento {
  padding-top: 0;
}

@media screen and (min-width: 1300px) {
  #container_default .row.recrutamento {
      padding-top: 75px;
  }
}

@media screen and (min-width: 1300px) {
  .job_title h3 {
    float: left;
    width: 100%;
    text-align: left;
    text-transform: uppercase;
    font-family: 'Exo2-0-Bold';
    font-size: 18px;
    line-height: 25px;
    color: #5b5b5b;
    position: relative;
    border-bottom: 1px solid #bdbdbd;
    padding-bottom: 30px;
    margin-bottom: 55px;
  }
}

.job_title h3 {
  float: left;
  width: 100%;
  text-align: left;
  text-transform: uppercase;
  font-family: 'Exo2-0-Bold';
  font-size: 18px;
  line-height: 25px;
  color: #5b5b5b;
  position: relative;
  border-bottom: 1px solid #bdbdbd;
  padding-bottom: 30px;
  margin-bottom: 15px;
}

.job_title h3:before {
  content: '';
  display: block;
  background-color: #5b5b5b;
  width: 20px;
  height: 2px;
  position: absolute;
  left: 0;
  top: -8px;
}

.job_title h3:after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #8b8b8b;
  border-right: 2px solid #8b8b8b;
  transform: rotate(135deg);
  float: right;
}

/* accordion for job opportunities*/

.accordion {
  padding: 0;
  width: 100%;
  outline: none;
  transition: 0.4s;
  cursor: pointer;
  margin-top: 30px;
}

.panel {
  padding: 0 1px;
  display: none;
  overflow: hidden;
}

.job_title.active h3:after {
  transform: rotate(-45deg);
}

/**/

.job_title--content {
  margin-top: 0;
}

@media screen and (min-width: 1300px) {
  .job_title--content p {
    margin-bottom: 40px;
    font-size: 15px;
    line-height: 25px;
  }
}

.job_title--content p {
  font-family: 'Exo2-0-Regular';
  font-size: 13px;
  line-height: 23px;
  color: #5b5b5b;
  margin-bottom: 20px;
}

@media screen and (min-width: 1300px) {
  .job_title--content h4 {
    font-family: 'Exo2-0-Regular';
    font-size: 15px;
    line-height: 25px;
    color: #0080bb;
    text-transform: uppercase;
    margin-bottom: 25px;
  }
}

.job_title--content h4 {
  font-family: 'Exo2-0-Regular';
  font-size: 15px;
  line-height: 25px;
  color: #0080bb;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.job_title--details {
  margin-top: 20px;
}

.job_title--details ul {
  list-style: none;
}

.job_title--details li {
  display: inline-block;
  margin-right: 100px;
}

.job_title--details h4 {
  font-family: 'Exo2-0-Regular';
  font-size: 15px;
  line-height: 25px;
  color: #0080bb;
  text-transform: uppercase;
}

.job_title--content h4 {
  margin-top: 20px;
  margin-bottom: 0;
}

.job_title--content p {
  margin-bottom: 10px;
}

@media screen and (min-width: 1300px) {
  .job_requirements--list ul {
    list-style: none;
    width: 100%;
    margin-bottom: 64px;
  }
}

.job_requirements--list ul {
  list-style: none;
  width: 100%;
  margin-bottom: 36px;
}

.job_requirements--list li {
  font-family: 'Exo2-0-Regular';
  font-size: 13px;
  line-height: 23px;
  color: #5b5b5b;
  margin-bottom: 23px;
  display: flex;
}

@media screen and (min-width: 1300px) {
  .job_requirements--list li {
    font-size: 15px;
    line-height: 25px;
  }
}

.job_requirements--list li:before {
  content: '';
  display: inline-block;
  background-color: #0080bb;
  width: 10px;
  height: 1px;
  margin: 12px 5px 5px 5px;
}

.job_requirements--list_half li {
  margin: 11px 0;
  font-family: 'Exo2-0-Regular';
  font-size: 13px;
  line-height: 23px;
  color: #5b5b5b;
  margin-bottom: 23px;
  position: relative;
  margin-left: 20px;
}

@media screen and (min-width: 1300px) {
  .job_requirements--list_half li {
    font-size: 15px;
  line-height: 25px;
  }
}

.job_requirements--list_half li:before {
  content: '';
  display: inline-block;
  background-color: #0080bb;
  width: 10px;
  height: 1px;
  /* margin: 0 5px 5px 5px; */
  position: absolute;
  top: 12px;
  left: -15px;
}

.job_offer form {
  margin-top: 20px;
}

@media screen and (min-width: 1300px) {
  .job_offer form {
    margin-top: 70px;
  }
}

.job_offer h4 {
  font-family: 'Exo2-0-Regular';
  font-size: 15px;
  line-height: 25px;
  color: #0080bb;
  text-transform: uppercase;
}

#contact_form_container--oportunities {
  float: left;
  width: 100%;
  background-color: #ffffff;
  padding: 0;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 1300px) {
  #contact_form_container--oportunities {
    background-color: #f6f6f6;
    padding: 75px 0;
  }
}

#contact_form_container--oportunities fieldset {
  float: left;
  width: 100%;
}

@media screen and (min-width: 1300px) {
  #contact_form_container--oportunities fieldset {
    float: left;
    width: 100%;
    margin-bottom: 40px;
  }
}

#contact_form_container--oportunities legend {
  float: left;
  width: 100%;
  font-family: 'Exo2-0-Bold';
  font-size: 13px;
  line-height: 23px;
  color: #5b5b5b;
  margin-top: 25px;
  margin-bottom: 13px;
  text-transform: uppercase;
}

@media screen and (min-width: 1300px) {
  #contact_form_container--oportunities legend {
    font-size: 15px;
    line-height: 22px;
    margin-top: 40px;
  }
}

#contact_form_container--oportunities label {
  font-family: 'Exo2-0-Regular';
  font-size: 13px;
  line-height: 22px;
  color: #8b8b8b;
  border-bottom: 2px solid #e1e1e1;
  width: 100%;
  float: left;
  margin-bottom: 18px;
  padding-bottom: 10px;
}

#contact_form_container--oportunities input[type="text"],
#contact_form_container--oportunities input[type="email"] {
  background-color: transparent;
  /* padding-left: 15px; */
  font-family: 'Exo2-0-Medium';
  font-size: 14px;
  line-height: 22px;
  color: #5b5b5b;
}

#contact_form_container--oportunities .obs {
  width: 100%;
  float: right;
  margin-top: 0;
  font-family: 'Exo2-0-Regular';
  font-size: 11px;
  line-height: 15px;
  color: #bdbdbd;
  text-align: right;
  margin-bottom: 45px;
}

@media screen and (min-width: 1300px) {
    #contact_form_container--oportunities .obs {
        width: 100%;
        float: right;
        margin-top: 0;
        font-family: 'Exo2-0-Regular';
        font-size: 11px;
        line-height: 15px;
        color: #bdbdbd;
        text-align: left;
        margin-bottom: 45px;
    }
}

@media screen and (min-width: 1300px) {
  #contact_form_container--oportunities .obs {
      margin-top: -28px;
  }
}

#contact_form_container--oportunities button[type="submit"],
.msg.areusure.newsletter button.btn_arrow {
  margin-right: 15px;
  margin-bottom:40px;
}

#contact_form_container--oportunities button[type="reset"],
.msg.areusure.newsletter button[type="reset"] {
  background-color: #bdbdbd;
  margin-bottom:40px;
}

#contact_form_container .container_select_option.full-width {
  width: 100%;
}

#contact_form_container .container_select_option.medium-width {
  width: 60%;
}

#contact_form_container fieldset.recruitment {
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (min-width: 1300px){
  #contact_form_container fieldset.recruitment {
    margin-top: 40px;
    margin-bottom: 0;
  }
}

#contact_form_container label.small-width {
  width: 32%;
}

#contact_form_container .small-width input[type="text"] {
  width: 32%;
}

#contact_form_container.no_bg {
  background-color: transparent;
}

#contact_form_container textarea.half--height {
  height: 40px;
}

#contact_form_container .obs.aligned_right {
  margin-bottom: 45px;
}

@media screen and (min-width: 1300px) {
  #contact_form_container .obs.aligned_right {
      text-align: right;
      margin-bottom: 45px;
  }
}

#contact_form_container fieldset.option label.focus input[type="checkbox"]::before {
  content: " ";
  height: 1px;
  width: 1px;
  background-color: #8b8b8b;
  margin: 3px 0 0 3px;
  float: left;
}

#contact_form_container input[type="checkbox"] {
  float: left;
  height: 10px;
  width: 10px;
  border: 1px solid #8b8b8b;
  background-color: transparent;
  margin: 6px 10px 0 0;
  -webkit-appearance:checkbox;
}

#contact_form_container .container_select_option ul {
  z-index: 1;
}

/* customise submit btn */

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 100%;
}

.btn {
  border-bottom: 2px solid #e1e1e1;
  font-family: 'Exo2-0-Regular';
  font-size: 13px;
  line-height: 22px;
  color: #8b8b8b;
  text-align: left;
  background-color: transparent;
  width: 100%;
  float: left;
  padding-bottom: 10px;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
  z-index:999;
}

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

@media screen and (min-width: 1300px) {
  .col5 .col-lg-5 {
    width: 38.5%;
    float: left;
  }
}

.msg {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 10;
  text-align: center;
}

.msg .text {
  padding: 0 20px;
  font-family: 'Exo2-0-Bold';
  font-size: 30px;
  line-height: 35px;
  color: #0080bb;
  text-transform: uppercase;
  max-width: 350px;
  margin: 0 auto;
  /* position: relative;
  top: 35%;
  transform: translateY(-50%); */
  text-align: center;
  background-color: rgba(255, 255, 255, 1);
}

.msg .text p {
  display:inline-block;
  font-family: 'Exo2-0-Regular';
  font-size: 13px;
  line-height: 18px;
  color: #5b5b5b;
}

.msg .buttons {
  display: inline-block;
  max-width: 350px;
  margin: 15px auto 0 auto;
  /* position: relative;
  top: 36%;
  transform: translateY(-50%); */
}

.msg .icon_image {
  width: 45px;
  height: 45px;
  transition: color 200ms ease-in-out;
  margin: 0 auto;
  top: 25%;
  position: relative;
  transform: translateY(-50%);
}

#contact_form_container--oportunities {
  padding-top: 0;
}

#contact_form_container fieldset.no_margin_bottom {
  margin-bottom: 0;
}

@media screen and (min-width: 1300px) {
  #contact_form_container fieldset.no_margin_bottom {
      margin-bottom: 30px;
  }
}

.recruitment.head_title::after {
  width: 34px;
}

@media screen and (min-width: 1300px) {
  .recruitment.head_title::after {
      width: 140px;
  }
}

#contact_form_container .short_description.recruitment{
  float: left;
  width: 100%;
  font-family: 'Exo2-0-SemiBold';
  font-size: 13px;
  line-height: 23px;
  color: #5b5b5b;
  margin-bottom: 40px;
}

@media screen and (min-width: 1300px) {
  #contact_form_container .short_description.recruitment{
      float: left;
      width: 100%;
      font-family: 'Exo2-0-SemiBold';
      font-size: 15px;
      line-height: 20px;
      color: #5b5b5b;
      margin-bottom: 40px;
  }
}

.grecaptcha-badge{
  display:none !important;
}
.btn span{
  float:right;
  background-color:#0080bb;
  padding:8px 15px;
}

.btn span.name_file {
  float: none;
  background-color: transparent;
  padding: 0;
}

.msg.areusure h3{
  margin-bottom:15px;
}

.box-logos{
    position: fixed;
    bottom: 0;
    left: 0;
    background: #036a99;
    padding:20px 30px;
    text-align: center;
    z-index:10;
    border-radius: 0px 8px 0px 0px;
}

#popupPagina.popup-wrapper{
  display: none;
  padding: 20px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.40);
  font-size: 12px;
  overflow:auto;
}

#popupHome.popup-wrapper{
  display: none;
  padding: 20px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.40);
  font-size: 12px;
  overflow:auto;
}

.popup-box {
    max-width: 730px;
    overflow: hidden;
    padding: 30px;
    position: relative;
    margin: 0 auto;
    border-radius: 4px;
    -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
    background-color: white;
}

#popupPagina .popup-box {
  max-width: 600px;
  overflow: hidden;
  padding: 20px;
}

.popup-dir{
  float: right;
}

.popup-esq{
  float: left;
}

.popup-bottom{
  bottom: 10px;
  left: 0;
  right: 0;
  position: absolute;
}

.popup-top{
  top: 10px;
  left: 0;
  right: 0;
  position: absolute;
}

.popup-wrapper .title{
    float: left;
    width: 95%;
    text-transform: uppercase;
    font-family: 'Exo2-0-Bold';
    font-size: 70px;
    line-height: 64px;
    color: #222222;
    margin-bottom: 35px;
}

#popupPagina .title{
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 30px;
}

.popup-wrapper .close_popup {
    float:right;
    text-transform: uppercase;
    font-family: 'Exo2-0-Bold';
    font-size: 13px;
    line-height: 16px;
    color: #222222;
    letter-spacing: 1px;
    -webkit-transition: color 200ms ease;
    -moz-transition: color 200ms ease;
    transition: color 200ms ease;
}

.popup-wrapper .close_popup:hover::before {
    color: #0080bb;
}

.popup-wrapper .close_popup::before {
    content: "";
    font-family: 'icomoon' !important;
    font-size: 16px;
    color: #222222;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: color 200ms ease-in-out;
    -moz-transition: color 200ms ease-in-out;
    transition: color 200ms ease-in-out;
    float: left;
}

.popup-wrapper img{
  width: 100%;
  height: 100%;
}

.popup-wrapper iframe{
  width: 670px;
  height: 380px;
}

.popup-wrapper p{
  width:100%;
  font-family: 'Exo2-0-Regular';
  font-size: 15px;
  line-height: 25px;
  color: #5b5b5b;
  margin: 20px 0px;
}

.link-popup{
  width:100%;
  float:left;
  cursor: pointer;
}

.link-popup::after{
  /*content: "";*/ /* hidden icon */ 
  font-family: 'icomoon' !important;
  font-size: 12px;
  color: #222222;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 200ms ease-in-out;
  -moz-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  float: right;
  margin: 4px 3px 0 5px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 200ms ease;
  -moz-transition: -moz-transform 200ms ease;
  transition: transform 200ms ease;
}

.link-popup.is-active::after{
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.title-form {
  float: left;
  text-transform: uppercase;
  font-family: 'Exo2-0-Bold';
  font-size: 18px;
  line-height: 18px;
  color: #222222;
  margin: 0 0 20px 0px;
}

.title-form::after {
  content: " ";
  float: right;
  height: 2px;
  width: 140px;
  max-width: 100%;
  background-color: #0080bb;
  margin: 8px 0 0 15px;
}
@media screen and (max-width: 1300px) {
  .title-form::after {
    height: 1px;
    width: 70px;
  }
}

@media screen and (max-width: 450px) {
  .title-form::after {
    display: none;
  }

  .title-form{
    font-size: 15px;
    line-height: 18px;
  }
}

#wrapper-form{
  width: 100%;
  float: left;
  clear:left;
  display: block; /* display none for display block */
}

#wrapper-form .field-input__text {
  width: calc((100% - 20px) / 2);
}

#wrapper-form .field-input__email {
  width: calc((100% - 20px) / 2);
  margin-left: 20px;
}

.btn_arrow_big_pop {
  display:inline-block;
  background-color: #0080bb;
  padding: 12.5px 65px 14.5px 20px;
  font-family: 'Exo2-0-Medium';
  font-size: 11px;
  line-height: 13px;
  color: #FFFFFF;
  text-transform: uppercase;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  z-index: 1;
  letter-spacing: .5px;
}

.btn_arrow_big_pop:hover::before {
  background-color: #0080bb;
}

.btn_arrow_big_pop:hover::after {
  color: #FFFFFF;
}

.btn_arrow_big_pop::before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 45px;
  background-color: #222222;
  -webkit-transition: background-color 250ms ease-in-out;
  -moz-transition: background-color 250ms ease-in-out;
  transition: background-color 250ms ease-in-out;
}

.btn_arrow_big_pop::after {
  content: "";
  font-family: 'icomoon' !important;
  font-size: 10px;
  color: #0080bb;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 200ms ease-in-out;
  -moz-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  z-index: 1;
  position: absolute;
  top: 15px;
  right: 18px;
  -webkit-transition: color 300ms ease-in-out;
  -moz-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
}

@media screen and (max-width: 800px) {
  .popup-wrapper .title {
    font-size: 30px;
    line-height: 30px;
    width: 90%;
  }

  .popup-wrapper p{
    font-size:13px;
    font-weight: 18px;
  }

  .popup-wrapper iframe{
    width: 100%;
    height: auto;
  }
}

.btn-wrapper{
  text-align: center;
}