@charset "UTF-8";
@font-face {
  font-family: 'houschka_promedium';
  src: url("../fonts/houschkapro-medium-webfont.eot");
  src: url("../fonts/houschkapro-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/houschkapro-medium-webfont.woff2") format("woff2"), url("../fonts/houschkapro-medium-webfont.woff") format("woff"), url("../fonts/houschkapro-medium-webfont.ttf") format("truetype"), url("../fonts/houschkapro-medium-webfont.svg#houschka_promedium") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*@font-face {
    font-family:'houschka_promedium';
    src: url('../fonts/HouschkaPro-Medium_gdi.eot');
    src: url('../fonts/HouschkaPro-Medium_gdi.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HouschkaPro-Medium_gdi.woff') format('woff'),
        url('../fonts/HouschkaPro-Medium_gdi.ttf') format('truetype'),
        url('../fonts/HouschkaPro-Medium_gdi.svg#HouschkaPro-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
}*/
/*@font-face {
    font-family: 'houschka_probold';
    src: url('../fonts/houschkapro-bold-webfont.eot');
    src: url('../fonts/houschkapro-bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/houschkapro-bold-webfont.woff2') format('woff2'),
        url('../fonts/houschkapro-bold-webfont.woff') format('woff'),
        url('../fonts/houschkapro-bold-webfont.ttf') format('truetype'),
        url('../fonts/houschkapro-bold-webfont.svg#houschka_probold') format('svg');
    font-weight: normal;
    font-style: normal;
}*/
@font-face {
  font-family: 'houschka_probold';
  src: url("../fonts/HouschkaPro-Bold_gdi.eot");
  src: url("../fonts/HouschkaPro-Bold_gdi.eot?#iefix") format("embedded-opentype"), url("../fonts/HouschkaPro-Bold_gdi.woff") format("woff"), url("../fonts/HouschkaPro-Bold_gdi.ttf") format("truetype"), url("../fonts/HouschkaPro-Bold_gdi.svg#HouschkaPro-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}
/*@font-face {
    font-family: 'houschka_prolight';
    src: url('../fonts/houschkapro-light-webfont.eot');
    src: url('../fonts/houschkapro-light-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/houschkapro-light-webfont.woff2') format('woff2'),
        url('../fonts/houschkapro-light-webfont.woff') format('woff'),
        url('../fonts/houschkapro-light-webfont.ttf') format('truetype'),
        url('../fonts/houschkapro-light-webfont.svg#houschka_prolight') format('svg');
    font-weight: normal;
    font-style: normal;
}*/
@font-face {
  font-family: 'houschka_prolight';
  src: url("../fonts/HouschkaPro-Light_gdi.eot");
  src: url("../fonts/HouschkaPro-Light_gdi.eot?#iefix") format("embedded-opentype"), url("../fonts/HouschkaPro-Light_gdi.woff") format("woff"), url("../fonts/HouschkaPro-Light_gdi.ttf") format("truetype"), url("../fonts/HouschkaPro-Light_gdi.svg#HouschkaPro-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'houschka_prodemibold';
  src: url("../fonts/houschkapro-demibold-webfont.eot");
  src: url("../fonts/houschkapro-demibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/houschkapro-demibold-webfont.woff2") format("woff2"), url("../fonts/houschkapro-demibold-webfont.woff") format("woff"), url("../fonts/houschkapro-demibold-webfont.ttf") format("truetype"), url("../fonts/houschkapro-demibold-webfont.svg#houschka_prodemibold") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*
@include span-columns(); -> quantas colunas ocupa
@include span-columns(3 of 12);
@include shift(1) -> move div um coluna para a direita
@include shift(0) -> limpa shift anteriro;
@include fill-parent(); -> estica conteudo
@include outer-container(); -> utiliza varivel max-width ou parametro;
@include omega(2n) -> listagens automaticas (clears e remover margin right)
@include omega-reset(2n); -> 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);
}
*/
/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/
/*! 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;
  overflow-x: hidden;
}

/* line 20, base/_base.scss */
* {
  box-sizing: border-box;
  text-decoration: none;
}

/* line 24, 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%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
/* line 45, base/_base.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 49, base/_base.scss */
body {
  line-height: 1;
  min-width: 976px;
  overflow: hidden;
}

/* 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.
 */
/* line 143, base/_base.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 153, base/_base.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 167, 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 188, 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 201, 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 211, base/_base.scss */
[hidden],
template {
  display: none;
}

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
/* line 232, 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 244, base/_base.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

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

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 261, 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.
 */
/* line 270, base/_base.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 279, base/_base.scss */
mark {
  background: #ff0;
  color: #000;
}

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

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

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

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

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

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

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

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

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

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

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

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 447, 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 458, 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 470, 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 482, 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 492, 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 503, 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 512, base/_base.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

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

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 552, base/_base.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 557, base/_base.scss */
td,
th {
  padding: 0;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
/* line 567, 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 583, 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 592, 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 609, 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 623, 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 639, base/_base.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 645, 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.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  /* line 672, 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 682, base/_base.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

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

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

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

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

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

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

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

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

  /* line 736, base/_base.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* outros estilos */
/* line 745, base/_base.scss */
body {
  float: left;
  width: 100%;
}

/* line 755, base/_base.scss */
.row {
  width: 976px;
  margin: 0 auto;
}

/* line 760, base/_base.scss */
.col-1 {
  float: left;
  width: 110px;
  margin: 0 6px;
}

/* line 766, base/_base.scss */
.col-2 {
  float: left;
  width: 232px;
  margin: 0 6px;
}

/* line 772, base/_base.scss */
.col-3 {
  float: left;
  width: 354px;
  margin: 0 6px;
}

/* line 778, base/_base.scss */
.col-4 {
  float: left;
  width: 476px;
  margin: 0 6px;
}

/* line 784, base/_base.scss */
.col-6 {
  float: left;
  width: 720px;
  margin: 0 6px;
}

/* line 790, base/_base.scss */
.col-8 {
  float: left;
  width: 964px;
  margin: 0 6px;
}

/* line 796, base/_base.scss */
.col-offset-1 {
  margin-left: 128px;
}

/* line 800, base/_base.scss */
.no-gutter {
  margin: 0;
}

/* line 804, base/_base.scss */
.left {
  float: left !important;
}

/* line 808, base/_base.scss */
.right {
  float: right !important;
}

/*********************/
/* line 1, components/_home_grupo.scss */
.grupo {
  /* HEADER */
  /* FOOTER */
  /* CONTAINER */
}
/* line 3, components/_home_grupo.scss */
.grupo header {
  float: left;
  display: block;
  width: 100%;
  height: 120px;
  background: #181818 url(../../images/img_menu_grupo.png) no-repeat center bottom;
}
/* line 8, components/_home_grupo.scss */
.grupo header .row {
  padding: 0 6px;
}
/* line 11, components/_home_grupo.scss */
.grupo header .top_line {
  float: left;
  display: block;
  width: 100%;
  background: url(../../images/topo_header_grupo.jpg) no-repeat center center;
  height: 8px;
}
/* line 17, components/_home_grupo.scss */
.grupo header #languages {
  margin-top: 3px;
  float: right;
  display: block;
}
/* line 20, components/_home_grupo.scss */
.grupo header #languages li {
  float: left;
  display: block;
  margin-right: 3px;
}
/* line 23, components/_home_grupo.scss */
.grupo header #languages li a {
  text-transform: uppercase;
  font-family: 'houschka_prolight';
  font-size: 12px;
  line-height: 13px;
  color: #FFF;
  float: left;
  display: block;
  transition: color 200ms ease;
}
/* line 28, components/_home_grupo.scss */
.grupo header #languages li a:hover {
  color: #e56e1f;
}
/* line 32, components/_home_grupo.scss */
.grupo header #languages li:last-child {
  margin-right: 0;
}
/* line 35, components/_home_grupo.scss */
.grupo header #languages li.active a {
  font-family: 'houschka_probold';
  font-size: 12px;
  line-height: 14px;
  color: #e56e1f;
}
/* line 40, components/_home_grupo.scss */
.grupo header .logo_principal_grupo {
  float: left;
  display: block;
  width: 232px;
  height: 59px;
  margin-top: 15px;
}
/* line 46, components/_home_grupo.scss */
.grupo header nav {
  float: right;
  display: block;
  clear: right;
  margin-top: 20px;
}
/* line 50, components/_home_grupo.scss */
.grupo header nav ul {
  float: left;
  display: block;
}
/* line 52, components/_home_grupo.scss */
.grupo header nav ul li {
  float: left;
  display: block;
  margin-right: 55px;
}
/* line 55, components/_home_grupo.scss */
.grupo header nav ul li:last-child {
  margin-right: 0;
}
/* line 58, components/_home_grupo.scss */
.grupo header nav ul li a {
  float: left;
  display: block;
  font-family: 'houschka_promedium';
  font-size: 18px;
  line-height: 20px;
  color: #FFF;
  text-transform: uppercase;
  transition: color 200ms ease;
}
/* line 63, components/_home_grupo.scss */
.grupo header nav ul li a:hover {
  color: #e56e1f;
}
/* line 72, components/_home_grupo.scss */
.grupo footer {
  float: left;
  display: block;
  width: 100%;
}
/* line 75, components/_home_grupo.scss */
.grupo footer .top {
  float: left;
  display: block;
  width: 100%;
  padding: 37px 0 40px;
  background-color: #640000;
}
/* line 80, components/_home_grupo.scss */
.grupo footer .top label {
  float: left;
  display: block;
  width: 100%;
  margin-bottom: 21px;
  font-family: 'houschka_prolight';
  font-size: 20px;
  line-height: 22px;
  color: #FFF;
  text-transform: uppercase;
}
/* line 87, components/_home_grupo.scss */
.grupo footer .top input[type="text"] {
  float: left;
  display: block;
  width: 280px;
  height: 50px;
  background-color: #FFF;
  text-align: center;
  font-family: 'houschka_promedium';
  font-size: 16px;
  line-height: 18px;
  color: #707070;
  text-transform: lowercase;
}
/* line 96, components/_home_grupo.scss */
.grupo footer .top input[type="submit"] {
  float: left;
  display: block;
  width: 180px;
  height: 50px;
  margin-left: 15px;
  border: 1px solid #FFF;
  background-color: transparent;
  font-family: 'houschka_promedium';
  font-size: 16px;
  line-height: 18px;
  color: #FFF;
  text-transform: uppercase;
  border-radius: 5px;
  transition: color 200ms ease, background-color 200ms ease;
}
/* line 107, components/_home_grupo.scss */
.grupo footer .top input[type="submit"]:hover {
  background-color: #FFF;
  color: #640000;
}
/* line 112, components/_home_grupo.scss */
.grupo footer .top input[type="text"]::-webkit-input-placeholder {
  color: #707070;
}
/* line 115, components/_home_grupo.scss */
.grupo footer .top input[type="text"]:-moz-placeholder {
  color: #707070;
  opacity: 1;
}
/* line 119, components/_home_grupo.scss */
.grupo footer .top input[type="text"]::-moz-placeholder {
  color: #707070;
  opacity: 1;
}
/* line 123, components/_home_grupo.scss */
.grupo footer .top input[type="text"]:-ms-input-placeholder {
  color: #707070;
}
/* line 126, components/_home_grupo.scss */
.grupo footer .top .titulo_social {
  float: left;
  display: block;
  width: 100%;
  margin-bottom: 31px;
  font-family: 'houschka_prolight';
  font-size: 20px;
  line-height: 22px;
  color: #FFF;
  text-transform: uppercase;
}
/* line 133, components/_home_grupo.scss */
.grupo footer .top .social_network {
  float: left;
  display: block;
  width: 100%;
}
/* line 136, components/_home_grupo.scss */
.grupo footer .top .social_network li {
  float: left;
  display: block;
  margin-right: 30px;
}
/* line 139, components/_home_grupo.scss */
.grupo footer .top .social_network li:last-child {
  margin-right: 0;
}
/* line 142, components/_home_grupo.scss */
.grupo footer .top .social_network li a {
  float: left;
  display: block;
  width: 30px;
  height: 30px;
}
/* line 146, components/_home_grupo.scss */
.grupo footer .top .social_network li a.fb {
  background-image: url(../img/sprites/spritesheet.png);
  background-position: -90px -90px;
  width: 30px;
  height: 30px;
}
/* line 148, components/_home_grupo.scss */
.grupo footer .top .social_network li a.fb:hover {
  background-image: url(../img/sprites/spritesheet.png);
  background-position: -60px -90px;
  width: 30px;
  height: 30px;
}
/* line 152, components/_home_grupo.scss */
.grupo footer .top .social_network li a.in {
  background-image: url(../img/sprites/spritesheet.png);
  background-position: -127px 0px;
  width: 30px;
  height: 30px;
}
/* line 154, components/_home_grupo.scss */
.grupo footer .top .social_network li a.in:hover {
  background-image: url(../img/sprites/spritesheet.png);
  background-position: -127px -90px;
  width: 30px;
  height: 30px;
}
/* line 158, components/_home_grupo.scss */
.grupo footer .top .social_network li a.gp {
  background-image: url(../img/sprites/spritesheet.png);
  background-position: 0px -120px;
  width: 30px;
  height: 30px;
}
/* line 160, components/_home_grupo.scss */
.grupo footer .top .social_network li a.gp:hover {
  background-image: url(../img/sprites/spritesheet.png);
  background-position: -127px -60px;
  width: 30px;
  height: 30px;
}
/* line 168, components/_home_grupo.scss */
.grupo footer .bottom {
  float: left;
  display: block;
  width: 100%;
  height: 80px;
  padding: 20px 0;
  background: #181818 url(../../images/img_footer_grupo.png) no-repeat center bottom;
}
/* line 174, components/_home_grupo.scss */
.grupo footer .bottom .row {
  padding: 0 6px;
  height: 100%;
}
/* line 178, components/_home_grupo.scss */
.grupo footer .bottom .container_grupo_direitos {
  float: left;
  display: block;
}
/* line 180, components/_home_grupo.scss */
.grupo footer .bottom .container_grupo_direitos img {
  float: left;
  display: block;
  width: 105px;
  height: 15px;
  margin-bottom: 15px;
}
/* line 186, components/_home_grupo.scss */
.grupo footer .bottom .container_grupo_direitos .direitos {
  float: left;
  display: block;
  font-family: 'houschka_promedium';
  font-size: 10px;
  line-height: 12px;
  color: #FFF;
  clear: left;
}
/* line 192, components/_home_grupo.scss */
.grupo footer .bottom .apoios {
  float: left;
  display: block;
  width: 238px;
  height: 40px;
  margin-left: 73px;
}
/* line 198, components/_home_grupo.scss */
.grupo footer .bottom .align_bottom {
  height: 100%;
  float: right;
  display: block;
}
/* line 201, components/_home_grupo.scss */
.grupo footer .bottom .align_bottom::before {
  content: " ";
  display: inline-block;
  height: 100%;
  vertical-align: bottom;
}
/* line 207, components/_home_grupo.scss */
.grupo footer .bottom .align_bottom .loba {
  display: inline-block;
  width: 38px;
  height: 10px;
  background-image: url(../img/sprites/spritesheet.png);
  background-position: 0px -172px;
  width: 38px;
  height: 10px;
}
/* line 217, components/_home_grupo.scss */
.grupo .container {
  float: left;
  display: block;
  width: 100%;
}
/* line 220, components/_home_grupo.scss */
.grupo .container.home_grupo {
  background-color: #f0f0f0;
  padding: 40px 0 50px;
}
/* line 223, components/_home_grupo.scss */
.grupo .container.home_grupo .janela_escolha {
  float: left;
  display: block;
  width: 476px;
  margin: 0px 6px;
  height: 480px;
  overflow: hidden;
}
/* line 229, components/_home_grupo.scss */
.grupo .container.home_grupo .janela_escolha.ferpainel {
  background: url(../../images/img_grupo1.jpg) no-repeat center center;
  overflow: hidden;
}
/* line 232, components/_home_grupo.scss */
.grupo .container.home_grupo .janela_escolha.ferpainel .parcial {
  float: left;
  display: block;
  width: 100%;
  background-color: rgba(229, 229, 229, 0.9);
  height: 50%;
  position: relative;
  top: 50%;
  transition: top 200ms ease-out, background-color 300ms ease-out;
}
/* line 240, components/_home_grupo.scss */
.grupo .container.home_grupo .janela_escolha.ferpainel .parcial .img_cores {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: opacity 250ms ease-out;
}
/* line 247, components/_home_grupo.scss */
.grupo .container.home_grupo .janela_escolha.ferpainel .parcial .img_branco {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 250ms ease-out;
}
/* line 255, components/_home_grupo.scss */
.grupo .container.home_grupo .janela_escolha.ferpainel:hover .parcial {
  top: 0;
  background-color: rgba(156, 188, 48, 0.5);
}
/* line 259, components/_home_grupo.scss */
.grupo .container.home_grupo .janela_escolha.ferpainel:hover .parcial .img_cores {
  opacity: 0;
}
/* line 262, components/_home_grupo.scss */
.grupo .container.home_grupo .janela_escolha.ferpainel:hover .parcial .img_branco {
  opacity: 1;
}
/* line 265, components/_home_grupo.scss */
.grupo .container.home_grupo .janela_escolha.ferpainel .parcial_baixo {
  float: left;
  display: block;
  width: 100%;
  height: 50%;
  background-color: rgba(229, 229, 229, 0.9);
  padding: 37px 35px 30px;
  position: relative;
  top: 50%;
  transition: top 200ms ease-out, background-color 300ms ease-out;
}
/* line 274, components/_home_grupo.scss */
.grupo .container.home_grupo .janela_escolha.ferpainel .parcial_baixo p {
  float: left;
  display: block;
  text-align: left;
  font-family: 'houschka_prolight';
  font-size: 18px;
  line-height: 21px;
  color: #FFF;
}
/* line 278, components/_home_grupo.scss */
.grupo .container.home_grupo .janela_escolha.ferpainel .parcial_baixo p strong {
  font-family: 'houschka_prodemibold';
  font-size: 18px;
  line-height: 21px;
  color: #FFF;
}
/* line 282, components/_home_grupo.scss */
.grupo .container.home_grupo .janela_escolha.ferpainel .parcial_baixo .container_button {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  height: 30px;
  text-align: center;
}
/* line 289, components/_home_grupo.scss */
.grupo .container.home_grupo .janela_escolha.ferpainel .parcial_baixo .container_button a {
  padding: 7px 17px;
  border: 1px solid #FFF;
  background-color: transparent;
  font-family: 'houschka_promedium';
  font-size: 12px;
  line-height: 14px;
  color: #FFF;
  text-transform: uppercase;
  border-radius: 5px;
  transition: color 200ms ease, background-color 200ms ease;
}
/* line 297, components/_home_grupo.scss */
.grupo .container.home_grupo .janela_escolha.ferpainel .parcial_baixo .container_button a:hover {
  background-color: #FFF;
  color: #9cbc30;
}
/* line 304, components/_home_grupo.scss */
.grupo .container.home_grupo .janela_escolha.ferpainel:hover .parcial_baixo {
  background-color: #9cbc30;
  top: 0;
}
/* line 309, components/_home_grupo.scss */
.grupo .container.home_grupo .janela_escolha.ferreira {
  background: url(../../images/img_grupo1.jpg) no-repeat center center;
  overflow: hidden;
}
/* line 312, components/_home_grupo.scss */
.grupo .container.home_grupo .janela_escolha.ferreira .parcial {
  float: left;
  display: block;
  width: 100%;
  background-color: rgba(229, 229, 229, 0.9);
  height: 50%;
  position: relative;
  top: 50%;
  transition: top 200ms ease-out, background-color 300ms ease-out;
}
/* line 320, components/_home_grupo.scss */
.grupo .container.home_grupo .janela_escolha.ferreira .parcial .img_cores {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: opacity 250ms ease-out;
}
/* line 327, components/_home_grupo.scss */
.grupo .container.home_grupo .janela_escolha.ferreira .parcial .img_branco {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 250ms ease-out;
}
/* line 335, components/_home_grupo.scss */
.grupo .container.home_grupo .janela_escolha.ferreira:hover .parcial {
  top: 0;
  background-color: rgba(23, 122, 182, 0.8);
}
/* line 339, components/_home_grupo.scss */
.grupo .container.home_grupo .janela_escolha.ferreira:hover .parcial .img_cores {
  opacity: 0;
}
/* line 342, components/_home_grupo.scss */
.grupo .container.home_grupo .janela_escolha.ferreira:hover .parcial .img_branco {
  opacity: 1;
}
/* line 345, components/_home_grupo.scss */
.grupo .container.home_grupo .janela_escolha.ferreira .parcial_baixo {
  float: left;
  display: block;
  width: 100%;
  height: 50%;
  background-color: rgba(229, 229, 229, 0.9);
  padding: 37px 35px 30px;
  position: relative;
  top: 50%;
  transition: top 200ms ease-out, background-color 300ms ease-out;
}
/* line 354, components/_home_grupo.scss */
.grupo .container.home_grupo .janela_escolha.ferreira .parcial_baixo p {
  float: left;
  display: block;
  text-align: left;
  font-family: 'houschka_prolight';
  font-size: 18px;
  line-height: 21px;
  color: #FFF;
}
/* line 358, components/_home_grupo.scss */
.grupo .container.home_grupo .janela_escolha.ferreira .parcial_baixo p strong {
  font-family: 'houschka_prodemibold';
  font-size: 18px;
  line-height: 21px;
  color: #FFF;
}
/* line 362, components/_home_grupo.scss */
.grupo .container.home_grupo .janela_escolha.ferreira .parcial_baixo .container_button {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  height: 30px;
  text-align: center;
}
/* line 369, components/_home_grupo.scss */
.grupo .container.home_grupo .janela_escolha.ferreira .parcial_baixo .container_button a {
  padding: 7px 17px;
  border: 1px solid #FFF;
  background-color: transparent;
  font-family: 'houschka_promedium';
  font-size: 12px;
  line-height: 14px;
  color: #FFF;
  text-transform: uppercase;
  border-radius: 5px;
  transition: color 200ms ease, background-color 200ms ease;
}
/* line 377, components/_home_grupo.scss */
.grupo .container.home_grupo .janela_escolha.ferreira .parcial_baixo .container_button a:hover {
  background-color: #FFF;
  color: #177ab6;
}
/* line 384, components/_home_grupo.scss */
.grupo .container.home_grupo .janela_escolha.ferreira:hover .parcial_baixo {
  background-color: #177ab6;
  top: 0;
}
/* line 390, components/_home_grupo.scss */
.grupo .container.home_grupo .principal_txt {
  float: left;
  display: block;
  width: 100%;
  margin-top: 43px;
  text-align: center;
}
/* line 395, components/_home_grupo.scss */
.grupo .container.home_grupo .principal_txt h2 {
  font-family: 'houschka_prolight';
  font-size: 40px;
  line-height: 42px;
  color: #e56e1f;
  margin-bottom: 22px;
  text-transform: uppercase;
}
/* line 400, components/_home_grupo.scss */
.grupo .container.home_grupo .principal_txt .separator {
  width: 40px;
  height: 3px;
  background-color: #e56e1f;
  margin: 0 auto;
  margin-bottom: 31px;
}
/* line 407, components/_home_grupo.scss */
.grupo .container.home_grupo .principal_txt p {
  float: left;
  display: block;
  width: 100%;
  font-family: 'houschka_prolight';
  font-size: 24px;
  line-height: 32px;
  color: #555555;
  margin-bottom: 33px;
}
/* line 412, components/_home_grupo.scss */
.grupo .container.home_grupo .principal_txt p strong {
  font-family: 'houschka_prodemibold';
  font-size: 24px;
  line-height: 32px;
  color: #555555;
}
/* line 416, components/_home_grupo.scss */
.grupo .container.home_grupo .principal_txt a {
  float: left;
  display: block;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 1px solid #e56e1f;
  padding: 15px 53px;
  font-family: 'houschka_promedium';
  font-size: 16px;
  line-height: 18px;
  color: #e56e1f;
  background-color: transparent;
  text-transform: uppercase;
  border-radius: 5px;
  transition: color 200ms ease, background-color 200ms ease;
}
/* line 428, components/_home_grupo.scss */
.grupo .container.home_grupo .principal_txt a:hover {
  color: #FFF;
  background-color: #e56e1f;
}

/* line 1, components/_quem_somos_grupo.scss */
.grupo {
  /* CONTAINER */
}
/* line 4, components/_quem_somos_grupo.scss */
.grupo .container.quem_somos {
  padding: 16px 0 50px;
}
/* line 6, components/_quem_somos_grupo.scss */
.grupo .container.quem_somos .navigation {
  float: left;
  display: block;
  width: 100%;
  margin-bottom: 23px;
  padding: 0 6px;
}
/* line 11, components/_quem_somos_grupo.scss */
.grupo .container.quem_somos .navigation li {
  float: left;
  display: block;
}
/* line 13, components/_quem_somos_grupo.scss */
.grupo .container.quem_somos .navigation li a {
  float: left;
  display: block;
  font-family: 'houschka_promedium';
  font-size: 12px;
  line-height: 14px;
  color: #555555;
  margin-left: 5px;
}
/* line 17, components/_quem_somos_grupo.scss */
.grupo .container.quem_somos .navigation li a::after {
  content: " >";
}
/* line 21, components/_quem_somos_grupo.scss */
.grupo .container.quem_somos .navigation li:last-child a::after {
  content: " ";
}
/* line 24, components/_quem_somos_grupo.scss */
.grupo .container.quem_somos .navigation li:first-child a {
  margin-left: 0;
}
/* line 27, components/_quem_somos_grupo.scss */
.grupo .container.quem_somos .navigation li:last-child a {
  font-family: 'houschka_prodemibold';
  font-size: 12px;
  line-height: 15px;
  color: #e56e1f;
}
/* line 30, components/_quem_somos_grupo.scss */
.grupo .container.quem_somos .navigation li:last-child a:hover {
  cursor: default;
}
/* line 35, components/_quem_somos_grupo.scss */
.grupo .container.quem_somos .h_container {
  float: left;
  display: block;
  width: 100%;
  text-align: left;
  padding: 0 6px;
}
/* line 40, components/_quem_somos_grupo.scss */
.grupo .container.quem_somos .h_container h2 {
  float: left;
  display: block;
  font-family: 'houschka_prolight';
  font-size: 40px;
  line-height: 42px;
  color: #e56e1f;
  margin-bottom: 22px;
  text-transform: uppercase;
}
/* line 46, components/_quem_somos_grupo.scss */
.grupo .container.quem_somos .h_container .separator {
  float: left;
  display: block;
  width: 40px;
  height: 2px;
  background-color: #e56e1f;
  clear: left;
}
/* line 54, components/_quem_somos_grupo.scss */
.grupo .container.quem_somos .group_txt_block {
  float: left;
  display: block;
  width: 100%;
}
/* line 57, components/_quem_somos_grupo.scss */
.grupo .container.quem_somos .group_txt_block .introduction {
  float: left;
  display: block;
  width: 100%;
  text-align: left;
  font-family: 'houschka_prodemibold';
  font-size: 20px;
  line-height: 24px;
  color: #640000;
  padding-top: 26px;
}
/* line 64, components/_quem_somos_grupo.scss */
.grupo .container.quem_somos .group_txt_block p {
  float: left;
  display: block;
  width: 100%;
  text-align: left;
  font-family: 'houschka_prolight';
  font-size: 16px;
  line-height: 24px;
  color: #555555;
  padding-top: 25px;
}
/* line 70, components/_quem_somos_grupo.scss */
.grupo .container.quem_somos .group_txt_block p strong {
  font-family: 'houschka_prodemibold';
  font-size: 16px;
  line-height: 24px;
  color: #555555;
}
/* line 74, components/_quem_somos_grupo.scss */
.grupo .container.quem_somos .group_txt_block .gal_static {
  float: left;
  display: block;
  width: 100%;
}
/* line 77, components/_quem_somos_grupo.scss */
.grupo .container.quem_somos .group_txt_block .gal_static li {
  float: left;
  display: block;
  width: 232px;
  height: 166px;
  margin-bottom: 13px;
  overflow: hidden;
}
/* line 83, components/_quem_somos_grupo.scss */
.grupo .container.quem_somos .group_txt_block .gal_static li:nth-child(2n) {
  margin-right: 12px;
}
/* line 86, components/_quem_somos_grupo.scss */
.grupo .container.quem_somos .group_txt_block .gal_static li:first-child {
  width: 100%;
  height: 340px;
}
/* line 90, components/_quem_somos_grupo.scss */
.grupo .container.quem_somos .group_txt_block .gal_static li img {
  float: left;
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 100%;
}
/* line 102, components/_quem_somos_grupo.scss */
.grupo .container.quem_somos .separator_100 {
  float: left;
  display: block;
  background-color: #e78849;
  width: 964px;
  height: 1px;
  margin: 30px 6px;
}
/* line 109, components/_quem_somos_grupo.scss */
.grupo .container.quem_somos .group_txt_block2 {
  height: 300px;
}
/* line 111, components/_quem_somos_grupo.scss */
.grupo .container.quem_somos .group_txt_block2 .col-4 {
  height: 100%;
  position: relative;
}
/* line 115, components/_quem_somos_grupo.scss */
.grupo .container.quem_somos .group_txt_block2 .image {
  float: left;
  display: block;
  width: 420px;
  height: 300px;
  overflow: hidden;
}
/* line 120, components/_quem_somos_grupo.scss */
.grupo .container.quem_somos .group_txt_block2 .image img {
  float: left;
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 100%;
}
/* line 130, components/_quem_somos_grupo.scss */
.grupo .container.quem_somos .group_txt_block2 h2 {
  float: left;
  display: block;
  font-family: 'houschka_prolight';
  font-size: 40px;
  line-height: 26px;
  color: #9cbc30;
  margin-bottom: 29px;
  text-transform: uppercase;
}
/* line 136, components/_quem_somos_grupo.scss */
.grupo .container.quem_somos .group_txt_block2 .separator {
  float: left;
  display: block;
  width: 40px;
  height: 3px;
  background-color: #9cbc30;
  clear: left;
  margin-bottom: 25px;
}
/* line 144, components/_quem_somos_grupo.scss */
.grupo .container.quem_somos .group_txt_block2 p {
  float: left;
  display: block;
  width: 100%;
  text-align: left;
  font-family: 'houschka_prolight';
  font-size: 16px;
  line-height: 24px;
  color: #555555;
}
/* line 149, components/_quem_somos_grupo.scss */
.grupo .container.quem_somos .group_txt_block2 p strong {
  font-family: 'houschka_prodemibold';
  font-size: 16px;
  line-height: 24px;
  color: #555555;
}
/* line 153, components/_quem_somos_grupo.scss */
.grupo .container.quem_somos .group_txt_block2 a {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 7px 17px;
  border: 1px solid #9cbc30;
  background-color: transparent;
  font-family: 'houschka_promedium';
  font-size: 12px;
  line-height: 14px;
  color: #9cbc30;
  text-transform: uppercase;
  border-radius: 5px;
  transition: color 200ms ease, background-color 200ms ease;
  clear: left;
}
/* line 165, components/_quem_somos_grupo.scss */
.grupo .container.quem_somos .group_txt_block2 a:hover {
  background-color: #9cbc30;
  color: #FFF;
}
/* line 171, components/_quem_somos_grupo.scss */
.grupo .container.quem_somos .group_txt_block2.blue h2 {
  color: #177ab6;
}
/* line 174, components/_quem_somos_grupo.scss */
.grupo .container.quem_somos .group_txt_block2.blue .separator {
  background-color: #177ab6;
}
/* line 177, components/_quem_somos_grupo.scss */
.grupo .container.quem_somos .group_txt_block2.blue a {
  border: 1px solid #177ab6;
  color: #177ab6;
}
/* line 180, components/_quem_somos_grupo.scss */
.grupo .container.quem_somos .group_txt_block2.blue a:hover {
  background-color: #177ab6;
  color: #FFF;
}
/* line 187, components/_quem_somos_grupo.scss */
.grupo .container.quem_somos .space_60 {
  float: left;
  display: block;
  width: 100%;
  height: 60px;
}

/* line 1, components/_contactos.scss */
.grupo {
  /* CONTAINER */
}
/* line 4, components/_contactos.scss */
.grupo .container .block_map {
  float: left;
  display: block;
  height: 245px;
  overflow: hidden;
  margin: 30px 6px 45px;
  position: relative;
}
/* line 10, components/_contactos.scss */
.grupo .container .block_map.ferpainel {
  background: url(../../images/img_map.jpg) no-repeat center center;
}
/* line 12, components/_contactos.scss */
.grupo .container .block_map.ferpainel .content {
  background-color: #9cbc30;
}
/* line 16, components/_contactos.scss */
.grupo .container .block_map.ferreira {
  background: url(../../images/img_map.jpg) no-repeat center center;
}
/* line 18, components/_contactos.scss */
.grupo .container .block_map.ferreira .content {
  background-color: #177ab6;
}
/* line 22, components/_contactos.scss */
.grupo .container .block_map .content {
  width: 173px;
  padding: 16px 9px;
  position: absolute;
  bottom: 0;
  right: 30px;
  max-height: 230px;
}
/* line 29, components/_contactos.scss */
.grupo .container .block_map .content .company {
  float: left;
  display: block;
  font-family: 'houschka_prodemibold';
  font-size: 14px;
  line-height: 16px;
  color: #FFF;
  text-transform: uppercase;
  margin-bottom: 3px;
}
/* line 35, components/_contactos.scss */
.grupo .container .block_map .content .decription {
  float: left;
  display: block;
  font-family: 'houschka_promedium';
  font-size: 12px;
  line-height: 17px;
  color: #FFF;
}
/* line 39, components/_contactos.scss */
.grupo .container .block_map .content p {
  float: left;
  display: block;
  font-family: 'houschka_prolight';
  font-size: 14px;
  line-height: 17px;
  color: #FFF;
  clear: left;
  min-height: 17px;
}
/* line 44, components/_contactos.scss */
.grupo .container .block_map .content p strong {
  font-family: 'houschka_prodemibold';
  font-size: 14px;
  line-height: 17px;
  color: #FFF;
}
/* line 48, components/_contactos.scss */
.grupo .container .block_map .content a {
  font-family: 'houschka_prolight';
  font-size: 14px;
  line-height: 17px;
  color: #FFF;
}
/* line 50, components/_contactos.scss */
.grupo .container .block_map .content a:hover {
  text-decoration: underline;
}
/* line 56, components/_contactos.scss */
.grupo .container .space_30 {
  float: left;
  display: block;
  width: 100%;
  height: 30px;
}
/* line 61, components/_contactos.scss */
.grupo .container .short_text_contacs {
  float: left;
  display: block;
  width: 100%;
  font-family: 'houschka_prolight';
  font-size: 16px;
  line-height: 24px;
  color: #555555;
  margin-top: -7px;
}
/* line 67, components/_contactos.scss */
.grupo .container #contact_form {
  float: left;
  display: block;
  width: 732px;
}
/* line 70, components/_contactos.scss */
.grupo .container #contact_form label {
  display: none;
}
/* line 73, components/_contactos.scss */
.grupo .container #contact_form input[type="text"] {
  float: left;
  display: block;
  width: 100%;
  border: 1px solid #e4e4e4;
  height: 50px;
  font-family: 'houschka_promedium';
  font-size: 16px;
  line-height: 18px;
  color: #707070;
  text-align: center;
  margin-bottom: 25px;
  padding: 0 20px;
  transition: border-color 200ms ease;
}
/* line 83, components/_contactos.scss */
.grupo .container #contact_form input[type="text"]:focus {
  border-color: #e56e1f;
}
/* line 86, components/_contactos.scss */
.grupo .container #contact_form input[type="text"].error {
  border-color: #da4248;
}
/* line 88, components/_contactos.scss */
.grupo .container #contact_form input[type="text"].error::-webkit-input-placeholder {
  color: #da4248;
}
/* line 91, components/_contactos.scss */
.grupo .container #contact_form input[type="text"].error:-moz-placeholder {
  color: #da4248;
  opacity: 1;
}
/* line 95, components/_contactos.scss */
.grupo .container #contact_form input[type="text"].error::-moz-placeholder {
  color: #da4248;
  opacity: 1;
}
/* line 99, components/_contactos.scss */
.grupo .container #contact_form input[type="text"].error:-ms-input-placeholder {
  color: #da4248;
}
/* line 104, components/_contactos.scss */
.grupo .container #contact_form input[type="text"]::-webkit-input-placeholder {
  color: #707070;
}
/* line 107, components/_contactos.scss */
.grupo .container #contact_form input[type="text"]:-moz-placeholder {
  color: #707070;
  opacity: 1;
}
/* line 111, components/_contactos.scss */
.grupo .container #contact_form input[type="text"]::-moz-placeholder {
  color: #707070;
  opacity: 1;
}
/* line 115, components/_contactos.scss */
.grupo .container #contact_form input[type="text"]:-ms-input-placeholder {
  color: #707070;
}
/* line 118, components/_contactos.scss */
.grupo .container #contact_form input[type="text"]#captcha {
  width: 354px;
  margin: 0 12px 0 0;
}
/* line 123, components/_contactos.scss */
.grupo .container #contact_form textarea {
  float: left;
  display: block;
  width: 100%;
  border: 1px solid #e4e4e4;
  height: 200px;
  font-family: 'houschka_promedium';
  font-size: 16px;
  line-height: 18px;
  color: #707070;
  text-align: center;
  margin-bottom: 25px;
  resize: none;
  padding: 15px 20px 20px;
  transition: border-color 200ms ease;
}
/* line 134, components/_contactos.scss */
.grupo .container #contact_form textarea:focus {
  border-color: #e56e1f;
}
/* line 137, components/_contactos.scss */
.grupo .container #contact_form textarea.error {
  border-color: #da4248;
}
/* line 139, components/_contactos.scss */
.grupo .container #contact_form textarea.error::-webkit-input-placeholder {
  color: #da4248;
}
/* line 142, components/_contactos.scss */
.grupo .container #contact_form textarea.error:-moz-placeholder {
  color: #da4248;
  opacity: 1;
}
/* line 146, components/_contactos.scss */
.grupo .container #contact_form textarea.error::-moz-placeholder {
  color: #da4248;
  opacity: 1;
}
/* line 150, components/_contactos.scss */
.grupo .container #contact_form textarea.error:-ms-input-placeholder {
  color: #da4248;
}
/* line 154, components/_contactos.scss */
.grupo .container #contact_form textarea::-webkit-input-placeholder {
  color: #707070;
}
/* line 157, components/_contactos.scss */
.grupo .container #contact_form textarea:-moz-placeholder {
  color: #707070;
  opacity: 1;
}
/* line 161, components/_contactos.scss */
.grupo .container #contact_form textarea::-moz-placeholder {
  color: #707070;
  opacity: 1;
}
/* line 165, components/_contactos.scss */
.grupo .container #contact_form textarea:-ms-input-placeholder {
  color: #707070;
}
/* line 169, components/_contactos.scss */
.grupo .container #contact_form .container_captcha {
  float: left;
  display: block;
  width: 110px;
  border: 1px solid #e4e4e4;
  height: 50px;
  text-align: center;
  padding-top: 15px;
  margin-right: 12px;
}
/* line 177, components/_contactos.scss */
.grupo .container #contact_form .container_captcha img {
  margin: 0 auto;
}
/* line 181, components/_contactos.scss */
.grupo .container #contact_form input[type="submit"] {
  float: right;
  display: block;
  width: 232px;
  border: 1px solid #e56e1f;
  height: 50px;
  font-family: 'houschka_promedium';
  font-size: 16px;
  line-height: 18px;
  color: #e56e1f;
  text-align: center;
  text-transform: uppercase;
  background-color: #FFF;
  border-radius: 5px;
  transition: color 200ms ease, background-color 200ms ease;
}
/* line 192, components/_contactos.scss */
.grupo .container #contact_form input[type="submit"]:hover {
  background-color: #e56e1f;
  color: #FFF;
}
/* line 197, components/_contactos.scss */
.grupo .container #contact_form .refresh {
  float: left;
  display: block;
  font-family: 'houschka_prolight';
  font-size: 14px;
  line-height: 16px;
  color: #707070;
  margin: 5px 0 0 6px;
}
/* line 201, components/_contactos.scss */
.grupo .container #contact_form .refresh:hover {
  text-decoration: underline;
}

/* line 1, components/_emprego.scss */
.grupo {
  /* CONTAINER */
}
/* line 4, components/_emprego.scss */
.grupo .container #team_form {
  float: left;
  display: block;
  width: 732px;
}
/* line 7, components/_emprego.scss */
.grupo .container #team_form label {
  display: none;
}
/* line 10, components/_emprego.scss */
.grupo .container #team_form input[type="text"] {
  float: left;
  display: block;
  width: 100%;
  border: 1px solid #e4e4e4;
  height: 50px;
  font-family: 'houschka_promedium';
  font-size: 16px;
  line-height: 18px;
  color: #707070;
  text-align: center;
  margin-bottom: 25px;
  padding: 0 20px;
  transition: border-color 200ms ease;
}
/* line 20, components/_emprego.scss */
.grupo .container #team_form input[type="text"]:focus {
  border-color: #e56e1f;
}
/* line 23, components/_emprego.scss */
.grupo .container #team_form input[type="text"].error {
  border-color: #da4248;
}
/* line 25, components/_emprego.scss */
.grupo .container #team_form input[type="text"].error::-webkit-input-placeholder {
  color: #da4248;
}
/* line 28, components/_emprego.scss */
.grupo .container #team_form input[type="text"].error:-moz-placeholder {
  color: #da4248;
  opacity: 1;
}
/* line 32, components/_emprego.scss */
.grupo .container #team_form input[type="text"].error::-moz-placeholder {
  color: #da4248;
  opacity: 1;
}
/* line 36, components/_emprego.scss */
.grupo .container #team_form input[type="text"].error:-ms-input-placeholder {
  color: #da4248;
}
/* line 41, components/_emprego.scss */
.grupo .container #team_form input[type="text"]::-webkit-input-placeholder {
  color: #707070;
}
/* line 44, components/_emprego.scss */
.grupo .container #team_form input[type="text"]:-moz-placeholder {
  color: #707070;
  opacity: 1;
}
/* line 48, components/_emprego.scss */
.grupo .container #team_form input[type="text"]::-moz-placeholder {
  color: #707070;
  opacity: 1;
}
/* line 52, components/_emprego.scss */
.grupo .container #team_form input[type="text"]:-ms-input-placeholder {
  color: #707070;
}
/* line 55, components/_emprego.scss */
.grupo .container #team_form input[type="text"]#captcha {
  width: 354px;
  margin: 0 12px 0 0;
}
/* line 60, components/_emprego.scss */
.grupo .container #team_form textarea {
  float: left;
  display: block;
  width: 100%;
  border: 1px solid #e4e4e4;
  height: 125px;
  font-family: 'houschka_promedium';
  font-size: 16px;
  line-height: 18px;
  color: #707070;
  text-align: center;
  margin-bottom: 25px;
  resize: none;
  padding: 15px 20px 20px;
  transition: border-color 200ms ease;
}
/* line 71, components/_emprego.scss */
.grupo .container #team_form textarea:focus {
  border-color: #e56e1f;
}
/* line 74, components/_emprego.scss */
.grupo .container #team_form textarea.error {
  border-color: #da4248;
}
/* line 76, components/_emprego.scss */
.grupo .container #team_form textarea.error::-webkit-input-placeholder {
  color: #da4248;
}
/* line 79, components/_emprego.scss */
.grupo .container #team_form textarea.error:-moz-placeholder {
  color: #da4248;
  opacity: 1;
}
/* line 83, components/_emprego.scss */
.grupo .container #team_form textarea.error::-moz-placeholder {
  color: #da4248;
  opacity: 1;
}
/* line 87, components/_emprego.scss */
.grupo .container #team_form textarea.error:-ms-input-placeholder {
  color: #da4248;
}
/* line 91, components/_emprego.scss */
.grupo .container #team_form textarea::-webkit-input-placeholder {
  color: #707070;
}
/* line 94, components/_emprego.scss */
.grupo .container #team_form textarea:-moz-placeholder {
  color: #707070;
  opacity: 1;
}
/* line 98, components/_emprego.scss */
.grupo .container #team_form textarea::-moz-placeholder {
  color: #707070;
  opacity: 1;
}
/* line 102, components/_emprego.scss */
.grupo .container #team_form textarea:-ms-input-placeholder {
  color: #707070;
}
/* line 106, components/_emprego.scss */
.grupo .container #team_form .container_captcha {
  float: left;
  display: block;
  width: 110px;
  border: 1px solid #e4e4e4;
  height: 50px;
  text-align: center;
  padding-top: 15px;
  margin-right: 12px;
}
/* line 114, components/_emprego.scss */
.grupo .container #team_form .container_captcha img {
  margin: 0 auto;
}
/* line 118, components/_emprego.scss */
.grupo .container #team_form input[type="submit"] {
  float: right;
  display: block;
  width: 232px;
  border: 1px solid #e56e1f;
  height: 50px;
  font-family: 'houschka_promedium';
  font-size: 16px;
  line-height: 18px;
  color: #e56e1f;
  text-align: center;
  text-transform: uppercase;
  background-color: #FFF;
  border-radius: 5px;
  transition: color 200ms ease, background-color 200ms ease;
}
/* line 129, components/_emprego.scss */
.grupo .container #team_form input[type="submit"]:hover {
  background-color: #e56e1f;
  color: #FFF;
}
/* line 134, components/_emprego.scss */
.grupo .container #team_form .refresh {
  float: left;
  display: block;
  font-family: 'houschka_prolight';
  font-size: 14px;
  line-height: 16px;
  color: #707070;
  margin: 5px 0 0 6px;
}
/* line 138, components/_emprego.scss */
.grupo .container #team_form .refresh:hover {
  text-decoration: underline;
}
/* line 142, components/_emprego.scss */
.grupo .container #team_form .fileupload {
  float: left;
  display: block;
  width: 100%;
  border: 1px solid #e4e4e4;
  height: 50px;
  margin-bottom: 25px;
  position: relative;
  transition: border-color 200ms ease;
}
/* line 150, components/_emprego.scss */
.grupo .container #team_form .fileupload:active {
  border-color: #e56e1f;
}
/* line 153, components/_emprego.scss */
.grupo .container #team_form .fileupload.error, .grupo .container #team_form .fileupload.error .filename {
  border-color: #da4248;
  color: #da4248;
}
/* line 157, components/_emprego.scss */
.grupo .container #team_form .fileupload input[type="file"]#file_curriculum {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  opacity: 0;
}
/* line 165, components/_emprego.scss */
.grupo .container #team_form .fileupload .filename {
  float: right;
  display: block;
  width: 242px;
  height: 50px;
  text-align: center;
  font-family: 'houschka_promedium';
  font-size: 16px;
  line-height: 18px;
  color: #707070;
  text-align: center;
  padding: 15px 20px 0;
}
/* line 174, components/_emprego.scss */
.grupo .container #team_form .fileupload .botao-fileup {
  float: left;
  display: block;
  width: 110px;
  height: 48px;
  background-color: #e1e1e1;
  font-family: 'houschka_promedium';
  font-size: 16px;
  line-height: 18px;
  color: #707070;
}
/* line 184, components/_emprego.scss */
.grupo .container .separator_50 {
  height: 1px;
  background-color: #e56e1f;
  float: left;
  display: block;
  margin-top: 50px;
  margin-bottom: 50px;
}
/* line 191, components/_emprego.scss */
.grupo .container .container_carousel_job {
  float: left;
  display: block;
  margin: 30px 6px 10px;
  height: 190px;
}
/* line 195, components/_emprego.scss */
.grupo .container .container_carousel_job .bx-wrapper {
  height: 190px !important;
}
/* line 198, components/_emprego.scss */
.grupo .container .container_carousel_job .bx-wrapper .bx-viewport {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  left: 0;
  height: 190px !important;
}
/* line 206, components/_emprego.scss */
.grupo .container .container_carousel_job .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: -85px;
  margin-top: 0;
  outline: 0;
  width: 18px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
/* line 216, components/_emprego.scss */
.grupo .container .container_carousel_job .bx-wrapper .bx-prev {
  right: 47px !important;
  left: inherit !important;
  background-image: url(../img/sprites/spritesheet.png);
  background-position: -157px -96px;
  width: 18px;
  height: 32px;
  transition: opacity 200ms ease;
}
/* line 221, components/_emprego.scss */
.grupo .container .container_carousel_job .bx-wrapper .bx-prev:hover {
  opacity: .5;
}
/* line 225, components/_emprego.scss */
.grupo .container .container_carousel_job .bx-wrapper .bx-next {
  right: 0 !important;
  background-image: url(../img/sprites/spritesheet.png);
  background-position: -157px 0px;
  width: 18px;
  height: 32px;
  transition: opacity 200ms ease;
}
/* line 229, components/_emprego.scss */
.grupo .container .container_carousel_job .bx-wrapper .bx-next:hover {
  opacity: .5;
}
/* line 233, components/_emprego.scss */
.grupo .container .container_carousel_job .slide {
  height: 190px;
}
/* line 235, components/_emprego.scss */
.grupo .container .container_carousel_job .slide .title {
  float: left;
  display: block;
  width: 100%;
  font-family: 'houschka_prodemibold';
  font-size: 20px;
  line-height: 22px;
  color: #e56e1f;
  text-transform: uppercase;
  margin-bottom: 20px;
}
/* line 242, components/_emprego.scss */
.grupo .container .container_carousel_job .slide p {
  float: left;
  display: block;
  width: 100%;
  font-family: 'houschka_prolight';
  font-size: 16px;
  line-height: 24px;
  color: #555555;
}
/* line 247, components/_emprego.scss */
.grupo .container .container_carousel_job .slide a {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 7px 17px;
  border: 1px solid #e56e1f;
  background-color: transparent;
  font-family: 'houschka_promedium';
  font-size: 12px;
  line-height: 14px;
  color: #e56e1f;
  text-transform: uppercase;
  border-radius: 5px;
  height: 30px;
  transition: color 200ms ease, background-color 200ms ease;
}
/* line 259, components/_emprego.scss */
.grupo .container .container_carousel_job .slide a:hover {
  background-color: #e56e1f;
  color: #FFF;
}

/* line 1, components/_home_fer.scss */
.ferpainel {
  /* HEADER */
  /* FOOTER */
  /* CONTAINER */
}
/* line 3, components/_home_fer.scss */
.ferpainel header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: url(../../images/img_menu_ferpainel.png) no-repeat center bottom;
  z-index: 1;
}
/* line 11, components/_home_fer.scss */
.ferpainel header .row {
  padding: 0 6px;
}
/* line 14, components/_home_fer.scss */
.ferpainel header .top_line {
  float: left;
  display: block;
  width: 100%;
  background: url(../../images/topo_header_fer.jpg) no-repeat center center;
  height: 8px;
}
/* line 20, components/_home_fer.scss */
.ferpainel header #languages {
  margin-top: 3px;
  float: right;
  display: block;
}
/* line 23, components/_home_fer.scss */
.ferpainel header #languages li {
  float: left;
  display: block;
  margin-right: 3px;
}
/* line 26, components/_home_fer.scss */
.ferpainel header #languages li a {
  text-transform: uppercase;
  font-family: 'houschka_prolight';
  font-size: 12px;
  line-height: 13px;
  color: #FFF;
  float: left;
  display: block;
  transition: color 200ms ease;
}
/* line 31, components/_home_fer.scss */
.ferpainel header #languages li a:hover {
  color: #9cbc30;
}
/* line 35, components/_home_fer.scss */
.ferpainel header #languages li:last-child {
  margin-right: 0;
}
/* line 38, components/_home_fer.scss */
.ferpainel header #languages li.active a {
  font-family: 'houschka_probold';
  font-size: 12px;
  line-height: 14px;
  color: #9cbc30;
}
/* line 43, components/_home_fer.scss */
.ferpainel header .logo_principal_grupo {
  float: left;
  display: block;
  width: 214px;
  height: 51px;
  margin-top: 19px;
}
/* line 49, components/_home_fer.scss */
.ferpainel header nav {
  float: right;
  display: block;
  clear: right;
  margin-top: 20px;
}
/* line 53, components/_home_fer.scss */
.ferpainel header nav ul {
  float: left;
  display: block;
}
/* line 55, components/_home_fer.scss */
.ferpainel header nav ul li {
  float: left;
  display: block;
  margin-right: 55px;
}
/* line 58, components/_home_fer.scss */
.ferpainel header nav ul li:last-child {
  margin-right: 0;
}
/* line 61, components/_home_fer.scss */
.ferpainel header nav ul li a {
  float: left;
  display: block;
  font-family: 'houschka_promedium';
  font-size: 18px;
  line-height: 20px;
  color: #FFF;
  text-transform: uppercase;
  transition: color 200ms ease;
}
/* line 66, components/_home_fer.scss */
.ferpainel header nav ul li a:hover {
  color: #9cbc30;
}
/* line 75, components/_home_fer.scss */
.ferpainel footer {
  float: left;
  display: block;
  width: 100%;
}
/* line 78, components/_home_fer.scss */
.ferpainel footer .top {
  float: left;
  display: block;
  width: 100%;
  padding: 37px 0 40px;
  background-color: #769735;
}
/* line 83, components/_home_fer.scss */
.ferpainel footer .top label {
  float: left;
  display: block;
  width: 100%;
  margin-bottom: 21px;
  font-family: 'houschka_prolight';
  font-size: 20px;
  line-height: 22px;
  color: #FFF;
  text-transform: uppercase;
}
/* line 90, components/_home_fer.scss */
.ferpainel footer .top input[type="text"] {
  float: left;
  display: block;
  width: 280px;
  height: 50px;
  background-color: #FFF;
  text-align: center;
  font-family: 'houschka_promedium';
  font-size: 16px;
  line-height: 18px;
  color: #707070;
  text-transform: lowercase;
}
/* line 99, components/_home_fer.scss */
.ferpainel footer .top input[type="submit"] {
  float: left;
  display: block;
  width: 180px;
  height: 50px;
  margin-left: 15px;
  border: 1px solid #FFF;
  background-color: transparent;
  font-family: 'houschka_promedium';
  font-size: 16px;
  line-height: 18px;
  color: #FFF;
  text-transform: uppercase;
  border-radius: 5px;
  transition: color 200ms ease, background-color 200ms ease;
}
/* line 110, components/_home_fer.scss */
.ferpainel footer .top input[type="submit"]:hover {
  background-color: #FFF;
  color: #9cbc30;
}
/* line 115, components/_home_fer.scss */
.ferpainel footer .top input[type="text"]::-webkit-input-placeholder {
  color: #707070;
}
/* line 118, components/_home_fer.scss */
.ferpainel footer .top input[type="text"]:-moz-placeholder {
  color: #707070;
  opacity: 1;
}
/* line 122, components/_home_fer.scss */
.ferpainel footer .top input[type="text"]::-moz-placeholder {
  color: #707070;
  opacity: 1;
}
/* line 126, components/_home_fer.scss */
.ferpainel footer .top input[type="text"]:-ms-input-placeholder {
  color: #707070;
}
/* line 129, components/_home_fer.scss */
.ferpainel footer .top .titulo_social {
  float: left;
  display: block;
  width: 100%;
  margin-bottom: 31px;
  font-family: 'houschka_prolight';
  font-size: 20px;
  line-height: 22px;
  color: #FFF;
  text-transform: uppercase;
}
/* line 136, components/_home_fer.scss */
.ferpainel footer .top .social_network {
  float: left;
  display: block;
  width: 100%;
}
/* line 139, components/_home_fer.scss */
.ferpainel footer .top .social_network li {
  float: left;
  display: block;
  margin-right: 30px;
}
/* line 142, components/_home_fer.scss */
.ferpainel footer .top .social_network li:last-child {
  margin-right: 0;
}
/* line 145, components/_home_fer.scss */
.ferpainel footer .top .social_network li a {
  float: left;
  display: block;
  width: 30px;
  height: 30px;
}
/* line 149, components/_home_fer.scss */
.ferpainel footer .top .social_network li a.fb {
  background-image: url(../img/sprites/spritesheet.png);
  background-position: -90px -90px;
  width: 30px;
  height: 30px;
}
/* line 151, components/_home_fer.scss */
.ferpainel footer .top .social_network li a.fb:hover {
  background-image: url(../img/sprites/spritesheet.png);
  background-position: -30px -90px;
  width: 30px;
  height: 30px;
}
/* line 155, components/_home_fer.scss */
.ferpainel footer .top .social_network li a.in {
  background-image: url(../img/sprites/spritesheet.png);
  background-position: -127px 0px;
  width: 30px;
  height: 30px;
}
/* line 157, components/_home_fer.scss */
.ferpainel footer .top .social_network li a.in:hover {
  background-image: url(../img/sprites/spritesheet.png);
  background-position: -30px -120px;
  width: 30px;
  height: 30px;
}
/* line 161, components/_home_fer.scss */
.ferpainel footer .top .social_network li a.gp {
  background-image: url(../img/sprites/spritesheet.png);
  background-position: 0px -120px;
  width: 30px;
  height: 30px;
}
/* line 163, components/_home_fer.scss */
.ferpainel footer .top .social_network li a.gp:hover {
  background-image: url(../img/sprites/spritesheet.png);
  background-position: -127px -30px;
  width: 30px;
  height: 30px;
}
/* line 171, components/_home_fer.scss */
.ferpainel footer .bottom {
  float: left;
  display: block;
  width: 100%;
  height: 80px;
  padding: 20px 0;
  background: #181818 url(../../images/img_footer_ferpainel.png) no-repeat center bottom;
}
/* line 177, components/_home_fer.scss */
.ferpainel footer .bottom .row {
  padding: 0 6px;
  height: 100%;
}
/* line 181, components/_home_fer.scss */
.ferpainel footer .bottom .container_grupo_direitos {
  float: left;
  display: block;
}
/* line 183, components/_home_fer.scss */
.ferpainel footer .bottom .container_grupo_direitos img {
  float: left;
  display: block;
  width: 122px;
  height: 15px;
  margin-bottom: 19px;
}
/* line 189, components/_home_fer.scss */
.ferpainel footer .bottom .container_grupo_direitos .direitos {
  float: left;
  display: block;
  font-family: 'houschka_promedium';
  font-size: 10px;
  line-height: 12px;
  color: #FFF;
  clear: left;
}
/* line 195, components/_home_fer.scss */
.ferpainel footer .bottom .apoios {
  float: left;
  display: block;
  width: 238px;
  height: 40px;
  margin-left: 73px;
}
/* line 201, components/_home_fer.scss */
.ferpainel footer .bottom .align_bottom {
  height: 100%;
  float: right;
  display: block;
}
/* line 204, components/_home_fer.scss */
.ferpainel footer .bottom .align_bottom::before {
  content: " ";
  display: inline-block;
  height: 100%;
  vertical-align: bottom;
}
/* line 210, components/_home_fer.scss */
.ferpainel footer .bottom .align_bottom .loba {
  display: inline-block;
  width: 38px;
  height: 10px;
  background-image: url(../img/sprites/spritesheet.png);
  background-position: 0px -172px;
  width: 38px;
  height: 10px;
}
/* line 220, components/_home_fer.scss */
.ferpainel .container {
  float: left;
  display: block;
  width: 100%;
}
/* line 223, components/_home_fer.scss */
.ferpainel .container .container_slider_home_f {
  float: left;
  display: block;
  width: 100%;
  height: 572px;
  margin-top: 8px;
  position: relative;
}
/* line 229, components/_home_fer.scss */
.ferpainel .container .container_slider_home_f::after {
  content: " ";
  background: url(../../images/img_big_ferpainel.png) no-repeat;
  width: 528px;
  height: 378px;
  position: absolute;
  bottom: 0;
  left: 49%;
}
/* line 238, components/_home_fer.scss */
.ferpainel .container .container_slider_home_f .slider_home_f {
  float: left;
  display: block;
  width: 100%;
  height: 572px;
}
/* line 242, components/_home_fer.scss */
.ferpainel .container .container_slider_home_f .slider_home_f li {
  float: left;
  display: block;
  width: 100%;
  height: 572px;
}
/* line 246, components/_home_fer.scss */
.ferpainel .container .container_slider_home_f .slider_home_f li .row {
  position: relative;
  height: 100%;
}
/* line 249, components/_home_fer.scss */
.ferpainel .container .container_slider_home_f .slider_home_f li .row .container_text {
  width: 45%;
  position: absolute;
  top: 59%;
  left: 5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 256, components/_home_fer.scss */
.ferpainel .container .container_slider_home_f .slider_home_f li .row .container_text .title {
  float: left;
  display: block;
  font-family: 'houschka_probold';
  font-size: 54px;
  line-height: 54px;
  color: #9cbc30;
  text-shadow: 2px 3px 3px #000;
  margin-bottom: 34px;
  text-transform: uppercase;
}
/* line 263, components/_home_fer.scss */
.ferpainel .container .container_slider_home_f .slider_home_f li .row .container_text p {
  float: left;
  display: block;
  font-family: 'houschka_promedium';
  font-size: 18px;
  line-height: 21px;
  color: #FFF;
  clear: left;
}
/* line 267, components/_home_fer.scss */
.ferpainel .container .container_slider_home_f .slider_home_f li .row .container_text p strong {
  font-family: 'houschka_probold';
  font-size: 18px;
  line-height: 21px;
  color: #9cbc30;
}
/* line 271, components/_home_fer.scss */
.ferpainel .container .container_slider_home_f .slider_home_f li .row .container_text a {
  float: left;
  display: block;
  height: 50px;
  clear: left;
  border: 1px solid #fff;
  font-family: 'houschka_promedium';
  font-size: 16px;
  line-height: 16px;
  color: #FFF;
  text-transform: uppercase;
  padding: 16px 55px 0;
  border-radius: 5px;
  margin-top: 38px;
  background-color: transparent;
  transition: background-color 200ms ease, border-color 200ms ease;
}
/* line 283, components/_home_fer.scss */
.ferpainel .container .container_slider_home_f .slider_home_f li .row .container_text a:hover {
  background-color: #9cbc30;
  border-color: #9cbc30;
}
/* line 292, components/_home_fer.scss */
.ferpainel .container .container_slider_home_f .bx-wrapper .bx-viewport {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  left: -0;
}
/* line 299, components/_home_fer.scss */
.ferpainel .container .container_slider_home_f .bx-controls-direction {
  position: absolute;
  bottom: 193px;
  left: 50%;
  width: 964px;
  height: 55px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: 1;
  pointer-events: none;
}
/* line 309, components/_home_fer.scss */
.ferpainel .container .container_slider_home_f .bx-controls-direction .bx-prev {
  float: left;
  display: block;
  background-image: url(../img/sprites/spritesheet.png);
  background-position: -31px 0px;
  width: 31px;
  height: 55px;
  color: transparent;
  opacity: .5;
  transition: opacity 200ms ease;
  margin-left: -103px;
  pointer-events: all;
}
/* line 317, components/_home_fer.scss */
.ferpainel .container .container_slider_home_f .bx-controls-direction .bx-prev:hover {
  opacity: 1;
}
/* line 321, components/_home_fer.scss */
.ferpainel .container .container_slider_home_f .bx-controls-direction .bx-next {
  float: right;
  display: block;
  background-image: url(../img/sprites/spritesheet.png);
  background-position: 0px 0px;
  width: 31px;
  height: 55px;
  color: transparent;
  opacity: .5;
  transition: opacity 200ms ease;
  margin-right: -103px;
  pointer-events: all;
}
/* line 329, components/_home_fer.scss */
.ferpainel .container .container_slider_home_f .bx-controls-direction .bx-next:hover {
  opacity: 1;
}
/* line 335, components/_home_fer.scss */
.ferpainel .container .container_products_featured {
  float: left;
  display: block;
  width: 100%;
  padding: 60px 0;
}
/* line 339, components/_home_fer.scss */
.ferpainel .container .container_products_featured .bx-wrapper .bx-viewport {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  left: 0;
  height: auto !important;
}
/* line 347, components/_home_fer.scss */
.ferpainel .container .container_products_featured .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 0;
  margin-top: 0;
  outline: 0;
  width: 18px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
/* line 357, components/_home_fer.scss */
.ferpainel .container .container_products_featured .bx-wrapper .bx-prev {
  right: 47px !important;
  left: inherit !important;
  background-image: url(../img/sprites/spritesheet.png);
  background-position: -157px -64px;
  width: 18px;
  height: 32px;
  transition: opacity 200ms ease;
}
/* line 362, components/_home_fer.scss */
.ferpainel .container .container_products_featured .bx-wrapper .bx-prev:hover {
  opacity: .5;
}
/* line 366, components/_home_fer.scss */
.ferpainel .container .container_products_featured .bx-wrapper .bx-next {
  right: 0 !important;
  background-image: url(../img/sprites/spritesheet.png);
  background-position: -157px -32px;
  width: 18px;
  height: 32px;
  transition: opacity 200ms ease;
}
/* line 370, components/_home_fer.scss */
.ferpainel .container .container_products_featured .bx-wrapper .bx-next:hover {
  opacity: .5;
}
/* line 374, components/_home_fer.scss */
.ferpainel .container .container_products_featured .slide {
  float: left;
  display: block;
  width: 100%;
}
/* line 377, components/_home_fer.scss */
.ferpainel .container .container_products_featured .slide .title {
  float: left;
  display: block;
  font-family: 'houschka_prolight';
  font-size: 40px;
  line-height: 40px;
  color: #9cbc30;
  text-transform: uppercase;
  margin-bottom: 21px;
}
/* line 383, components/_home_fer.scss */
.ferpainel .container .container_products_featured .slide .separator {
  float: left;
  display: block;
  width: 40px;
  height: 3px;
  background-color: #9cbc30;
  margin-bottom: 23px;
  clear: left;
}
/* line 391, components/_home_fer.scss */
.ferpainel .container .container_products_featured .slide p {
  float: left;
  display: block;
  font-family: 'houschka_prolight';
  font-size: 16px;
  line-height: 24px;
  color: #555555;
  margin-bottom: 24px;
}
/* line 395, components/_home_fer.scss */
.ferpainel .container .container_products_featured .slide p strong {
  font-family: 'houschka_probold';
  font-size: 16px;
  line-height: 24px;
  color: #9cbc30;
}
/* line 399, components/_home_fer.scss */
.ferpainel .container .container_products_featured .slide a {
  float: left;
  display: block;
  border: 1px solid #9cbc30;
  font-family: 'houschka_promedium';
  font-size: 16px;
  line-height: 18px;
  color: #9cbc30;
  background-color: transparent;
  height: 50px;
  padding: 15px 53px 0;
  margin-top: 21px;
  text-transform: uppercase;
  border-radius: 5px;
  transition: background-color 200ms ease, color 200ms ease;
}
/* line 410, components/_home_fer.scss */
.ferpainel .container .container_products_featured .slide a:hover {
  color: #FFF;
  background-color: #9cbc30;
}
/* line 415, components/_home_fer.scss */
.ferpainel .container .container_products_featured .slide .subtitle {
  float: left;
  display: block;
  font-family: 'houschka_probold';
  font-size: 24px;
  line-height: 26px;
  color: #181818;
  margin: 3px 0 20px;
  text-transform: uppercase;
}
/* line 422, components/_home_fer.scss */
.ferpainel .container .container_products_featured .slide .vantagens p {
  float: left;
  display: block;
  font-family: 'houschka_prolight';
  font-size: 18px;
  line-height: 24px;
  color: #555555;
  margin-bottom: 5px;
}
/* line 426, components/_home_fer.scss */
.ferpainel .container .container_products_featured .slide .vantagens p strong {
  font-family: 'houschka_probold';
  font-size: 18px;
  line-height: 24px;
  color: #9cbc30;
}
/* line 430, components/_home_fer.scss */
.ferpainel .container .container_products_featured .slide .vantagens ol {
  float: left;
  display: block;
  width: 100%;
}
/* line 433, components/_home_fer.scss */
.ferpainel .container .container_products_featured .slide .vantagens ol li {
  float: left;
  display: block;
  width: 100%;
  font-family: 'houschka_prolight';
  font-size: 18px;
  line-height: 24px;
  color: #555555;
  counter-increment: list;
  position: relative;
  text-indent: 20px;
  margin-bottom: 6px;
}
/* line 441, components/_home_fer.scss */
.ferpainel .container .container_products_featured .slide .vantagens ol li::after {
  content: counter(list) ".";
  font-family: 'houschka_probold';
  font-size: 18px;
  line-height: 24px;
  color: #9cbc30;
  position: absolute;
  top: 0;
  left: -20px;
}
/* line 448, components/_home_fer.scss */
.ferpainel .container .container_products_featured .slide .vantagens ol li strong {
  font-family: 'houschka_probold';
  font-size: 18px;
  line-height: 24px;
  color: #9cbc30;
}
/* line 457, components/_home_fer.scss */
.ferpainel .featured_project {
  float: left;
  display: block;
  width: 100%;
  padding: 55px 0 60px;
  background: url(../../images/gradient1.png) center, url(../../images/projecto_img.jpg) left center;
  background-repeat: no-repeat;
  overflow: hidden;
}
/* line 464, components/_home_fer.scss */
.ferpainel .featured_project .title {
  float: left;
  display: block;
  font-family: 'houschka_prolight';
  font-size: 40px;
  line-height: 40px;
  color: #181818;
  text-transform: uppercase;
  margin-bottom: 21px;
}
/* line 470, components/_home_fer.scss */
.ferpainel .featured_project .separator {
  float: left;
  display: block;
  width: 40px;
  height: 3px;
  background-color: #181818;
  margin-bottom: 25px;
  clear: left;
}
/* line 478, components/_home_fer.scss */
.ferpainel .featured_project p {
  float: left;
  display: block;
  font-family: 'houschka_prolight';
  font-size: 16px;
  line-height: 24px;
  color: #FFF;
  margin-bottom: 24px;
}
/* line 482, components/_home_fer.scss */
.ferpainel .featured_project p strong {
  font-family: 'houschka_probold';
  font-size: 16px;
  line-height: 24px;
  color: #FFF;
}
/* line 486, components/_home_fer.scss */
.ferpainel .featured_project a {
  float: left;
  display: block;
  border: 1px solid #FFF;
  font-family: 'houschka_promedium';
  font-size: 16px;
  line-height: 18px;
  color: #FFF;
  background-color: transparent;
  height: 50px;
  padding: 16px 53px 0;
  margin-top: 25px;
  text-transform: uppercase;
  border-radius: 5px;
  transition: background-color 200ms ease, color 200ms ease;
}
/* line 497, components/_home_fer.scss */
.ferpainel .featured_project a:hover {
  color: #9cbc31;
  background-color: #FFF;
}

/* line 1, components/_quem_somos_fer.scss */
.ferpainel {
  /* CONTAINER */
  /* DAR ESTILOS ├Ç MODAL */
}
/* line 2, components/_quem_somos_fer.scss */
.ferpainel .banner_topo {
  width: 100%;
  float: left;
  display: block;
  height: 372px;
  margin-top: 8px;
  overflow: hidden;
}
/* line 8, components/_quem_somos_fer.scss */
.ferpainel .banner_topo.quem_somos {
  background: url(../../images/img_topo.jpg) no-repeat center;
  background-size: cover;
}
/* line 11, components/_quem_somos_fer.scss */
.ferpainel .banner_topo.quem_somos .row {
  position: relative;
  height: 100%;
}
/* line 15, components/_quem_somos_fer.scss */
.ferpainel .banner_topo.quem_somos .container_text {
  float: left;
  display: block;
  position: absolute;
  top: 65%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 21, components/_quem_somos_fer.scss */
.ferpainel .banner_topo.quem_somos .container_text h2 {
  float: left;
  display: block;
  font-family: 'houschka_probold';
  font-size: 54px;
  line-height: 54px;
  color: #9cbc30;
  text-shadow: 2px 3px 3px #000;
  margin-bottom: 22px;
  text-transform: uppercase;
}
/* line 28, components/_quem_somos_fer.scss */
.ferpainel .banner_topo.quem_somos .container_text p {
  float: left;
  display: block;
  font-family: 'houschka_promedium';
  font-size: 16px;
  line-height: 19px;
  color: #FFF;
}
/* line 31, components/_quem_somos_fer.scss */
.ferpainel .banner_topo.quem_somos .container_text p strong {
  font-family: 'houschka_probold';
  font-size: 16px;
  line-height: 18px;
  color: #9cbc30;
}
/* line 40, components/_quem_somos_fer.scss */
.ferpainel .container.quem_somos {
  padding: 16px 0 60px;
}
/* line 42, components/_quem_somos_fer.scss */
.ferpainel .container.quem_somos .navigation {
  float: left;
  display: block;
  width: 100%;
  margin-bottom: 23px;
  padding: 0 6px;
}
/* line 47, components/_quem_somos_fer.scss */
.ferpainel .container.quem_somos .navigation li {
  float: left;
  display: block;
}
/* line 49, components/_quem_somos_fer.scss */
.ferpainel .container.quem_somos .navigation li a {
  float: left;
  display: block;
  font-family: 'houschka_promedium';
  font-size: 12px;
  line-height: 14px;
  color: #555555;
  margin-left: 5px;
}
/* line 53, components/_quem_somos_fer.scss */
.ferpainel .container.quem_somos .navigation li a::after {
  content: " >";
}
/* line 57, components/_quem_somos_fer.scss */
.ferpainel .container.quem_somos .navigation li:last-child a::after {
  content: " ";
}
/* line 60, components/_quem_somos_fer.scss */
.ferpainel .container.quem_somos .navigation li:first-child a {
  margin-left: 0;
}
/* line 63, components/_quem_somos_fer.scss */
.ferpainel .container.quem_somos .navigation li:last-child a {
  font-family: 'houschka_prodemibold';
  font-size: 12px;
  line-height: 15px;
  color: #9cbc30;
}
/* line 66, components/_quem_somos_fer.scss */
.ferpainel .container.quem_somos .navigation li:last-child a:hover {
  cursor: default;
}
/* line 71, components/_quem_somos_fer.scss */
.ferpainel .container.quem_somos .h_container {
  float: left;
  display: block;
  width: 100%;
  text-align: left;
  padding: 0 6px;
}
/* line 76, components/_quem_somos_fer.scss */
.ferpainel .container.quem_somos .h_container h3 {
  float: left;
  display: block;
  font-family: 'houschka_prolight';
  font-size: 40px;
  line-height: 42px;
  color: #9cbc30;
  margin-bottom: 21px;
  text-transform: uppercase;
}
/* line 82, components/_quem_somos_fer.scss */
.ferpainel .container.quem_somos .h_container .separator {
  float: left;
  display: block;
  width: 40px;
  height: 3px;
  background-color: #9cbc30;
  clear: left;
}
/* line 90, components/_quem_somos_fer.scss */
.ferpainel .container.quem_somos .group_txt_block {
  float: left;
  display: block;
  width: 100%;
}
/* line 93, components/_quem_somos_fer.scss */
.ferpainel .container.quem_somos .group_txt_block p {
  float: left;
  display: block;
  width: 100%;
  text-align: left;
  font-family: 'houschka_prolight';
  font-size: 16px;
  line-height: 24px;
  color: #555555;
  padding-top: 24px;
}
/* line 99, components/_quem_somos_fer.scss */
.ferpainel .container.quem_somos .group_txt_block p strong {
  font-family: 'houschka_probold';
  font-size: 16px;
  line-height: 24px;
  color: #9cbc30;
}
/* line 103, components/_quem_somos_fer.scss */
.ferpainel .container.quem_somos .group_txt_block .single_image {
  float: left;
  display: block;
  width: 100%;
  height: 340px;
  position: relative;
  overflow: hidden;
}
/* line 109, components/_quem_somos_fer.scss */
.ferpainel .container.quem_somos .group_txt_block .single_image img {
  position: absolute;
  top: 50%;
  width: 100%;
  height: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 118, components/_quem_somos_fer.scss */
.ferpainel .container.quem_somos .group_txt_block .doble_image {
  float: left;
  display: block;
  width: 100%;
  height: 230px;
  position: relative;
  overflow: hidden;
  margin-top: 25px;
}
/* line 125, components/_quem_somos_fer.scss */
.ferpainel .container.quem_somos .group_txt_block .doble_image img {
  width: 232px;
  position: absolute;
  top: 50%;
  height: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 132, components/_quem_somos_fer.scss */
.ferpainel .container.quem_somos .group_txt_block .doble_image img.right {
  right: 0;
}
/* line 138, components/_quem_somos_fer.scss */
.ferpainel .container.quem_somos .space_35 {
  float: left;
  display: block;
  width: 100%;
  height: 35px;
}
/* line 143, components/_quem_somos_fer.scss */
.ferpainel .container.quem_somos .separator_100 {
  width: 962px;
  float: left;
  display: block;
  margin: 60px 6px 53px;
  height: 1px;
  background-color: #9cbc30;
}
/* line 151, components/_quem_somos_fer.scss */
.ferpainel .container .container_featured_carousel {
  float: left;
  display: block;
  width: 100%;
  padding: 28px 6px 0;
}
/* line 155, components/_quem_somos_fer.scss */
.ferpainel .container .container_featured_carousel .bx-wrapper {
  height: 400px !important;
}
/* line 158, components/_quem_somos_fer.scss */
.ferpainel .container .container_featured_carousel .bx-wrapper .bx-viewport {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  left: 0;
  height: 400px !important;
}
/* line 166, components/_quem_somos_fer.scss */
.ferpainel .container .container_featured_carousel .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: -60px;
  margin-top: 0;
  outline: 0;
  width: 18px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
/* line 176, components/_quem_somos_fer.scss */
.ferpainel .container .container_featured_carousel .bx-wrapper .bx-prev {
  right: 47px !important;
  left: inherit !important;
  background-image: url(../img/sprites/spritesheet.png);
  background-position: -157px -64px;
  width: 18px;
  height: 32px;
  transition: opacity 200ms ease;
}
/* line 181, components/_quem_somos_fer.scss */
.ferpainel .container .container_featured_carousel .bx-wrapper .bx-prev:hover {
  opacity: .5;
}
/* line 185, components/_quem_somos_fer.scss */
.ferpainel .container .container_featured_carousel .bx-wrapper .bx-next {
  right: 0 !important;
  background-image: url(../img/sprites/spritesheet.png);
  background-position: -157px -32px;
  width: 18px;
  height: 32px;
  transition: opacity 200ms ease;
}
/* line 189, components/_quem_somos_fer.scss */
.ferpainel .container .container_featured_carousel .bx-wrapper .bx-next:hover {
  opacity: .5;
}
/* line 193, components/_quem_somos_fer.scss */
.ferpainel .container .container_featured_carousel .slide {
  height: 400px;
}
/* line 195, components/_quem_somos_fer.scss */
.ferpainel .container .container_featured_carousel .slide .container_image {
  float: left;
  display: block;
  width: 100%;
  height: 180px;
  margin-bottom: 28px;
  position: relative;
  overflow: hidden;
}
/* line 202, components/_quem_somos_fer.scss */
.ferpainel .container .container_featured_carousel .slide .container_image img {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  height: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 212, components/_quem_somos_fer.scss */
.ferpainel .container .container_featured_carousel .slide .title {
  float: left;
  display: block;
  width: 100%;
  font-family: 'houschka_prodemibold';
  font-size: 20px;
  line-height: 22px;
  color: #9cbc30;
  text-transform: uppercase;
  margin-bottom: 20px;
}
/* line 219, components/_quem_somos_fer.scss */
.ferpainel .container .container_featured_carousel .slide p {
  float: left;
  display: block;
  width: 100%;
  font-family: 'houschka_prolight';
  font-size: 16px;
  line-height: 24px;
  color: #555555;
  padding-top: 0;
}
/* line 225, components/_quem_somos_fer.scss */
.ferpainel .container .container_featured_carousel .slide a {
  position: absolute;
  bottom: 0;
  left: 1px;
  padding: 7px 17px;
  border: 1px solid #9cbc30;
  background-color: transparent;
  font-family: 'houschka_promedium';
  font-size: 12px;
  line-height: 14px;
  color: #9cbc30;
  text-transform: uppercase;
  border-radius: 5px;
  height: 30px;
  transition: color 200ms ease, background-color 200ms ease;
}
/* line 237, components/_quem_somos_fer.scss */
.ferpainel .container .container_featured_carousel .slide a:hover {
  background-color: #9cbc30;
  color: #FFF;
}
/* line 247, components/_quem_somos_fer.scss */
.ferpainel .modal label, .ferpainel .modal .modal-state {
  display: none;
}
/* line 250, components/_quem_somos_fer.scss */
.ferpainel .modal .modal-fade-screen {
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.85);
  opacity: 0;
  text-align: left;
  visibility: hidden;
  z-index: 99999999999;
  height: 100%;
}
/* line 260, components/_quem_somos_fer.scss */
.ferpainel .modal .modal-fade-screen .modal-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
}
/* line 265, components/_quem_somos_fer.scss */
.ferpainel .modal .modal-close {
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../img/sprites/spritesheet.png);
  background-position: -97px -60px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 1;
}
/* line 270, components/_quem_somos_fer.scss */
.ferpainel .modal .modal-close:hover {
  background-image: url(../img/sprites/spritesheet.png);
  background-position: -97px -30px;
  width: 30px;
  height: 30px;
}
/* line 274, components/_quem_somos_fer.scss */
.ferpainel .modal .modal-inner {
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  background-color: #FFF;
  max-height: 95%;
  overflow: auto;
  margin: 0 auto;
  position: relative;
  max-width: 724px;
  border: 1px solid #9cbc30;
}
/* line 283, components/_quem_somos_fer.scss */
.ferpainel .modal .modal-inner .container_image {
  float: left;
  display: block;
  height: 300px;
  width: 722px;
  position: relative;
  overflow: hidden;
}
/* line 288, components/_quem_somos_fer.scss */
.ferpainel .modal .modal-inner .container_image img {
  height: auto;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 295, components/_quem_somos_fer.scss */
.ferpainel .modal .modal-inner .container_text {
  float: left;
  display: block;
  padding: 10px 30px 50px;
}
/* line 298, components/_quem_somos_fer.scss */
.ferpainel .modal .modal-inner .container_text h1 {
  float: left;
  display: block;
  font-family: 'houschka_prodemibold';
  font-size: 28px;
  line-height: 30px;
  color: #9cbc30;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 20px;
}
/* line 305, components/_quem_somos_fer.scss */
.ferpainel .modal .modal-inner .container_text p {
  float: left;
  display: block;
  font-family: 'houschka_prolight';
  font-size: 16px;
  line-height: 24px;
  color: #555555;
  text-align: left;
}
/* line 312, components/_quem_somos_fer.scss */
.ferpainel .modal .modal-state:checked + .modal-fade-screen {
  opacity: 1;
  visibility: visible;
}
/* line 316, components/_quem_somos_fer.scss */
.ferpainel .modal .modal-state:checked + .modal-fade-screen .modal-inner {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 322, components/_quem_somos_fer.scss */
.ferpainel .modal-open {
  overflow: hidden;
}

/* line 1, components/_produtos_fer.scss */
.ferpainel {
  /* CONTAINER */
}
/* line 4, components/_produtos_fer.scss */
.ferpainel .container.produtos {
  padding: 16px 0 60px;
}
/* line 6, components/_produtos_fer.scss */
.ferpainel .container.produtos .navigation {
  float: left;
  display: block;
  width: 100%;
  margin-bottom: 29px;
  padding: 0 6px;
}
/* line 11, components/_produtos_fer.scss */
.ferpainel .container.produtos .navigation li {
  float: left;
  display: block;
}
/* line 13, components/_produtos_fer.scss */
.ferpainel .container.produtos .navigation li a {
  float: left;
  display: block;
  font-family: 'houschka_promedium';
  font-size: 12px;
  line-height: 14px;
  color: #555555;
  margin-left: 5px;
}
/* line 17, components/_produtos_fer.scss */
.ferpainel .container.produtos .navigation li a::after {
  content: " >";
}
/* line 21, components/_produtos_fer.scss */
.ferpainel .container.produtos .navigation li:last-child a::after {
  content: " ";
}
/* line 24, components/_produtos_fer.scss */
.ferpainel .container.produtos .navigation li:first-child a {
  margin-left: 0;
}
/* line 27, components/_produtos_fer.scss */
.ferpainel .container.produtos .navigation li:last-child a {
  font-family: 'houschka_prodemibold';
  font-size: 12px;
  line-height: 15px;
  color: #9cbc30;
}
/* line 30, components/_produtos_fer.scss */
.ferpainel .container.produtos .navigation li:last-child a:hover {
  cursor: default;
}
/* line 35, components/_produtos_fer.scss */
.ferpainel .container.produtos .container_categories {
  float: left;
  display: block;
  width: 100%;
}
/* line 38, components/_produtos_fer.scss */
.ferpainel .container.produtos .container_categories .left_side {
  float: left;
  display: block;
  width: 50%;
  height: 100%;
  min-height: 116px;
  position: relative;
  overflow: hidden;
}
/* line 45, components/_produtos_fer.scss */
.ferpainel .container.produtos .container_categories .left_side .background {
  position: absolute;
  top: 50%;
  left: 0;
  height: auto;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 50, components/_produtos_fer.scss */
.ferpainel .container.produtos .container_categories .left_side .container_title {
  float: left;
  display: block;
  margin-top: 33px;
  height: 60px;
  width: 354px;
  background-color: #9cbc30;
  z-index: 1;
  position: relative;
  text-align: center;
}
/* line 58, components/_produtos_fer.scss */
.ferpainel .container.produtos .container_categories .left_side .container_title h3 {
  margin: 0 auto;
  font-family: 'houschka_probold';
  font-size: 33px;
  line-height: 35px;
  color: #FFF;
  text-transform: uppercase;
  padding-top: 13px;
}
/* line 66, components/_produtos_fer.scss */
.ferpainel .container.produtos .container_categories .right_side {
  float: left;
  display: block;
  height: 100%;
  width: 50%;
}
/* line 69, components/_produtos_fer.scss */
.ferpainel .container.produtos .container_categories .right_side ul {
  float: left;
  display: block;
  width: 100%;
}
/* line 72, components/_produtos_fer.scss */
.ferpainel .container.produtos .container_categories .right_side ul li {
  float: left;
  display: block;
  height: 58px;
  width: 100%;
  border-bottom: 1px solid #c2c2c2;
  background-color: #dcdcdc;
  padding: 14px 16px 14px 25px;
}
/* line 78, components/_produtos_fer.scss */
.ferpainel .container.produtos .container_categories .right_side ul li:last-child {
  border-bottom: none;
}
/* line 81, components/_produtos_fer.scss */
.ferpainel .container.produtos .container_categories .right_side ul li h4 {
  font-family: 'houschka_prodemibold';
  font-size: 20px;
  line-height: 22px;
  color: #747475;
  text-transform: uppercase;
  display: inline;
  padding-top: 5px;
  float: left;
  display: block;
}
/* line 88, components/_produtos_fer.scss */
.ferpainel .container.produtos .container_categories .right_side ul li a {
  display: inline;
  float: right;
  height: 30px;
  background-color: #9cbc30;
  color: #FFF;
  border-radius: 5px;
  font-family: 'houschka_promedium';
  font-size: 12px;
  line-height: 12px;
  color: #FFF;
  text-transform: uppercase;
  padding: 7px 18px 0;
  -webkit-transition: background-color 200ms ease;
  -moz-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}
/* line 99, components/_produtos_fer.scss */
.ferpainel .container.produtos .container_categories .right_side ul li a:hover {
  background-color: #555555;
}
/* line 109, components/_produtos_fer.scss */
.ferpainel .space_50 {
  float: left;
  display: block;
  height: 50px;
  width: 100%;
}

/* line 1, components/_produtosSub_fer.scss */
.ferpainel {
  /* CONTAINER */
}
/* line 4, components/_produtosSub_fer.scss */
.ferpainel .container.produtos_sub {
  padding: 16px 0 20px;
}
/* line 6, components/_produtosSub_fer.scss */
.ferpainel .container.produtos_sub .navigation {
  float: left;
  display: block;
  width: 100%;
  margin-bottom: 23px;
  padding: 0 6px;
}
/* line 11, components/_produtosSub_fer.scss */
.ferpainel .container.produtos_sub .navigation li {
  float: left;
  display: block;
}
/* line 13, components/_produtosSub_fer.scss */
.ferpainel .container.produtos_sub .navigation li a {
  float: left;
  display: block;
  font-family: 'houschka_promedium';
  font-size: 12px;
  line-height: 14px;
  color: #555555;
  margin-left: 5px;
}
/* line 17, components/_produtosSub_fer.scss */
.ferpainel .container.produtos_sub .navigation li a::after {
  content: " >";
}
/* line 21, components/_produtosSub_fer.scss */
.ferpainel .container.produtos_sub .navigation li:last-child a::after {
  content: " ";
}
/* line 24, components/_produtosSub_fer.scss */
.ferpainel .container.produtos_sub .navigation li:first-child a {
  margin-left: 0;
}
/* line 27, components/_produtosSub_fer.scss */
.ferpainel .container.produtos_sub .navigation li:last-child a {
  font-family: 'houschka_prodemibold';
  font-size: 12px;
  line-height: 15px;
  color: #9cbc30;
}
/* line 30, components/_produtosSub_fer.scss */
.ferpainel .container.produtos_sub .navigation li:last-child a:hover {
  cursor: default;
}
/* line 35, components/_produtosSub_fer.scss */
.ferpainel .container.produtos_sub .h_container {
  float: left;
  display: block;
  width: 100%;
  text-align: left;
  padding: 0 6px;
}
/* line 40, components/_produtosSub_fer.scss */
.ferpainel .container.produtos_sub .h_container h3 {
  float: left;
  display: block;
  font-family: 'houschka_prolight';
  font-size: 40px;
  line-height: 42px;
  color: #9cbc30;
  margin-bottom: 21px;
  text-transform: uppercase;
}
/* line 46, components/_produtosSub_fer.scss */
.ferpainel .container.produtos_sub .h_container .separator {
  float: left;
  display: block;
  width: 40px;
  height: 3px;
  background-color: #9cbc30;
  clear: left;
}
/* line 54, components/_produtosSub_fer.scss */
.ferpainel .container.produtos_sub .product_list {
  float: left;
  display: block;
  height: auto;
  width: 100%;
  margin-top: 30px;
}
/* line 58, components/_produtosSub_fer.scss */
.ferpainel .container.produtos_sub .product_list li {
  float: left;
  display: block;
  height: 150px;
  width: 340px;
  margin-bottom: 40px;
}
/* line 62, components/_produtosSub_fer.scss */
.ferpainel .container.produtos_sub .product_list li:nth-child(2n) {
  float: right;
  display: block;
}
/* line 65, components/_produtosSub_fer.scss */
.ferpainel .container.produtos_sub .product_list li a {
  float: left;
  display: block;
  height: 100%;
  width: 100%;
}
/* line 68, components/_produtosSub_fer.scss */
.ferpainel .container.produtos_sub .product_list li a .container_img {
  float: left;
  display: block;
  height: 150px;
  width: 130px;
  position: relative;
  overflow: hidden;
}
/* line 73, components/_produtosSub_fer.scss */
.ferpainel .container.produtos_sub .product_list li a .container_img::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #9cbc30;
  opacity: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: opacity 300ms ease;
  -moz-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
/* line 81, components/_produtosSub_fer.scss */
.ferpainel .container.produtos_sub .product_list li a .container_img img {
  position: absolute;
  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;
}
/* line 87, components/_produtosSub_fer.scss */
.ferpainel .container.produtos_sub .product_list li a .container_text {
  float: left;
  display: block;
  background-color: #dcdcdc;
  height: 100%;
  width: 210px;
  padding: 21px 15px 13px;
  position: relative;
  -webkit-transition: background-color 300ms ease;
  -moz-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}
/* line 94, components/_produtosSub_fer.scss */
.ferpainel .container.produtos_sub .product_list li a .container_text h4 {
  float: left;
  display: block;
  font-family: 'houschka_prodemibold';
  font-size: 20px;
  line-height: 20px;
  color: #747475;
  text-transform: uppercase;
  -webkit-transition: color 300ms ease;
  -moz-transition: color 300ms ease;
  transition: color 300ms ease;
}
/* line 100, components/_produtosSub_fer.scss */
.ferpainel .container.produtos_sub .product_list li a .container_text .ver_mais {
  position: absolute;
  bottom: 12px;
  left: 16px;
  background-color: #9cbc30;
  border-radius: 5px;
  font-family: 'houschka_promedium';
  font-size: 12px;
  line-height: 12px;
  color: #fff;
  text-transform: uppercase;
  height: 30px;
  padding: 7px 18px 0;
  -webkit-transition: background-color 300ms ease, color 300ms ease;
  -moz-transition: background-color 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, color 300ms ease;
}
/* line 111, components/_produtosSub_fer.scss */
.ferpainel .container.produtos_sub .product_list li a:hover .container_img::after {
  opacity: .5;
}
/* line 114, components/_produtosSub_fer.scss */
.ferpainel .container.produtos_sub .product_list li a:hover .container_text {
  background-color: #9cbc30;
}
/* line 117, components/_produtosSub_fer.scss */
.ferpainel .container.produtos_sub .product_list li a:hover .container_text h4 {
  color: #FFF;
}
/* line 120, components/_produtosSub_fer.scss */
.ferpainel .container.produtos_sub .product_list li a:hover .container_text .ver_mais {
  background-color: #FFF;
  color: #9cbc30;
}
/* line 127, components/_produtosSub_fer.scss */
.ferpainel .container.produtos_sub .sub_title {
  float: left;
  display: block;
  height: 30px;
  width: 100%;
  text-align: center;
  font-family: 'houschka_probold';
  font-size: 14px;
  line-height: 14px;
  color: #9cbc30;
  text-transform: uppercase;
  padding-left: 22px;
}
/* line 135, components/_produtosSub_fer.scss */
.ferpainel .container.produtos_sub .subCategory_list {
  padding-left: 22px;
  height: 100%;
  width: 100%;
  float: left;
  display: block;
}
/* line 139, components/_produtosSub_fer.scss */
.ferpainel .container.produtos_sub .subCategory_list li {
  float: left;
  display: block;
  height: 44px;
  width: 100%;
  margin-bottom: 4px;
}
/* line 143, components/_produtosSub_fer.scss */
.ferpainel .container.produtos_sub .subCategory_list li a {
  float: left;
  display: block;
  height: 44px;
  width: 100%;
  background-color: #dcdcdc;
  border-bottom: 4px solid #aeaeae;
  font-family: 'houschka_probold';
  font-size: 14px;
  line-height: 14px;
  color: #898989;
  text-transform: uppercase;
  padding-top: 13px;
  text-align: center;
  -webkit-transition: color 300ms ease, background-color 300ms ease, border-color 300ms ease;
  -moz-transition: color 300ms ease, background-color 300ms ease, border-color 300ms ease;
  transition: color 300ms ease, background-color 300ms ease, border-color 300ms ease;
}
/* line 153, components/_produtosSub_fer.scss */
.ferpainel .container.produtos_sub .subCategory_list li a:hover {
  background-color: #9cbc30;
  color: #fff;
  border-color: #769735;
}

/* line 1, components/_produtosDet_fer.scss */
.ferpainel {
  /* CONTAINER */
}
/* line 4, components/_produtosDet_fer.scss */
.ferpainel .container.produtos_detalhe {
  padding: 16px 0 60px;
}
/* line 6, components/_produtosDet_fer.scss */
.ferpainel .container.produtos_detalhe .navigation {
  float: left;
  display: block;
  width: 100%;
  margin-bottom: 23px;
  padding: 0 6px;
}
/* line 11, components/_produtosDet_fer.scss */
.ferpainel .container.produtos_detalhe .navigation li {
  float: left;
  display: block;
}
/* line 13, components/_produtosDet_fer.scss */
.ferpainel .container.produtos_detalhe .navigation li a {
  float: left;
  display: block;
  font-family: 'houschka_promedium';
  font-size: 12px;
  line-height: 14px;
  color: #555555;
  margin-left: 5px;
}
/* line 17, components/_produtosDet_fer.scss */
.ferpainel .container.produtos_detalhe .navigation li a::after {
  content: " >";
}
/* line 21, components/_produtosDet_fer.scss */
.ferpainel .container.produtos_detalhe .navigation li:last-child a::after {
  content: " ";
}
/* line 24, components/_produtosDet_fer.scss */
.ferpainel .container.produtos_detalhe .navigation li:first-child a {
  margin-left: 0;
}
/* line 27, components/_produtosDet_fer.scss */
.ferpainel .container.produtos_detalhe .navigation li:last-child a {
  font-family: 'houschka_prodemibold';
  font-size: 12px;
  line-height: 15px;
  color: #9cbc30;
}
/* line 30, components/_produtosDet_fer.scss */
.ferpainel .container.produtos_detalhe .navigation li:last-child a:hover {
  cursor: default;
}
/* line 35, components/_produtosDet_fer.scss */
.ferpainel .container.produtos_detalhe .h_container {
  float: left;
  display: block;
  width: 100%;
  text-align: left;
  padding: 0 6px;
}
/* line 40, components/_produtosDet_fer.scss */
.ferpainel .container.produtos_detalhe .h_container h3 {
  float: left;
  display: block;
  font-family: 'houschka_prolight';
  font-size: 40px;
  line-height: 42px;
  color: #9cbc30;
  margin-bottom: 21px;
  text-transform: uppercase;
}
/* line 47, components/_produtosDet_fer.scss */
.ferpainel .container.produtos_detalhe #container_gallery {
  float: left;
  display: block;
  height: 392px;
  position: relative;
  margin-bottom: 45px;
}
/* line 52, components/_produtosDet_fer.scss */
.ferpainel .container.produtos_detalhe #container_gallery .big_image {
  float: left;
  display: block;
  height: 342px;
  width: 720px;
}
/* line 55, components/_produtosDet_fer.scss */
.ferpainel .container.produtos_detalhe #container_gallery .big_image li {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 342px;
  width: 720px;
  position: absolute;
  overflow: hidden;
  -webkit-transition: opacity 300ms ease;
  -moz-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
/* line 62, components/_produtosDet_fer.scss */
.ferpainel .container.produtos_detalhe #container_gallery .big_image li .image {
  height: auto;
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 67, components/_produtosDet_fer.scss */
.ferpainel .container.produtos_detalhe #container_gallery .big_image li.active {
  opacity: 1;
}
/* line 72, components/_produtosDet_fer.scss */
.ferpainel .container.produtos_detalhe #container_gallery .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50px;
  width: 720px;
  background-color: #9cbc30;
  font-family: 'houschka_prolight';
  font-size: 14px;
  line-height: 16px;
  color: #FFF;
  padding: 10px;
  text-align: left;
}
/* line 80, components/_produtosDet_fer.scss */
.ferpainel .container.produtos_detalhe #container_gallery .thumbnails {
  float: left;
  display: block;
  height: 392px;
  width: 232px;
  margin-left: 12px;
}
/* line 84, components/_produtosDet_fer.scss */
.ferpainel .container.produtos_detalhe #container_gallery .thumbnails li {
  float: left;
  display: block;
  height: 89px;
  width: 110px;
  margin-bottom: 12px;
  position: relative;
  overflow: hidden;
}
/* line 90, components/_produtosDet_fer.scss */
.ferpainel .container.produtos_detalhe #container_gallery .thumbnails li:nth-child(2n) {
  margin-left: 12px;
}
/* line 93, components/_produtosDet_fer.scss */
.ferpainel .container.produtos_detalhe #container_gallery .thumbnails li:nth-child(7), .ferpainel .container.produtos_detalhe #container_gallery .thumbnails li:nth-child(8) {
  margin-bottom: 0;
}
/* line 96, components/_produtosDet_fer.scss */
.ferpainel .container.produtos_detalhe #container_gallery .thumbnails li:hover {
  cursor: pointer;
}
/* line 99, components/_produtosDet_fer.scss */
.ferpainel .container.produtos_detalhe #container_gallery .thumbnails li::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #9cbc30;
  opacity: 0;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}
/* line 107, components/_produtosDet_fer.scss */
.ferpainel .container.produtos_detalhe #container_gallery .thumbnails li:hover::after {
  opacity: .5;
}
/* line 110, components/_produtosDet_fer.scss */
.ferpainel .container.produtos_detalhe #container_gallery .thumbnails li.active::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #9cbc30;
  opacity: .5;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}
/* line 118, components/_produtosDet_fer.scss */
.ferpainel .container.produtos_detalhe #container_gallery .thumbnails li.active:hover::after {
  cursor: default;
}
/* line 121, components/_produtosDet_fer.scss */
.ferpainel .container.produtos_detalhe #container_gallery .thumbnails li img {
  height: 100%;
  width: auto;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
/* line 129, components/_produtosDet_fer.scss */
.ferpainel .container.produtos_detalhe .separator {
  float: left;
  display: block;
  width: 40px;
  height: 3px;
  background-color: #9cbc30;
  clear: left;
  margin-bottom: 26px;
}
/* line 137, components/_produtosDet_fer.scss */
.ferpainel .container.produtos_detalhe .sub_title {
  float: left;
  display: block;
  width: 100%;
  margin-bottom: 12px;
  font-family: 'houschka_prodemibold';
  font-size: 16px;
  line-height: 18px;
  color: #181818;
}
/* line 143, components/_produtosDet_fer.scss */
.ferpainel .container.produtos_detalhe .carousel_colors {
  float: left;
  display: block;
  height: 110px;
  width: 232px;
}
/* line 146, components/_produtosDet_fer.scss */
.ferpainel .container.produtos_detalhe .carousel_colors .slide {
  width: 27px !important;
  float: left;
  display: block;
}
/* line 149, components/_produtosDet_fer.scss */
.ferpainel .container.produtos_detalhe .carousel_colors .slide span {
  float: left;
  display: block;
  height: 27px;
  width: 27px;
  border: 1px solid #363636;
  margin-bottom: 15px;
  clear: left;
}
/* line 159, components/_produtosDet_fer.scss */
.ferpainel .container.produtos_detalhe .description p {
  float: left;
  display: block;
  width: 100%;
  font-family: 'houschka_prolight';
  font-size: 16px;
  line-height: 24px;
  color: #555555;
}
/* line 163, components/_produtosDet_fer.scss */
.ferpainel .container.produtos_detalhe .description p strong {
  font-family: 'houschka_probold';
  font-size: 16px;
  line-height: 24px;
  color: #9cbc30;
}
/* line 169, components/_produtosDet_fer.scss */
.ferpainel .container.produtos_detalhe .download p {
  float: left;
  display: block;
  width: 100%;
  font-family: 'houschka_prolight';
  font-size: 14px;
  line-height: 20px;
  color: #555555;
}
/* line 173, components/_produtosDet_fer.scss */
.ferpainel .container.produtos_detalhe .download p strong {
  font-family: 'houschka_probold';
  font-size: 14px;
  line-height: 20px;
  color: #9cbc30;
}
/* line 178, components/_produtosDet_fer.scss */
.ferpainel .container.produtos_detalhe .download_datasheet {
  float: left;
  display: block;
  border-radius: 5px;
  background-color: transparent;
  border: 1px solid #9cbc30;
  font-family: 'houschka_promedium';
  font-size: 12px;
  line-height: 12px;
  color: #9cbc30;
  text-transform: uppercase;
  height: 30px;
  padding: 7px 18px 0;
  margin-top: 12px;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  -moz-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
}
/* line 189, components/_produtosDet_fer.scss */
.ferpainel .container.produtos_detalhe .download_datasheet:hover {
  background-color: #9cbc30;
  color: #FFF;
}
/* line 194, components/_produtosDet_fer.scss */
.ferpainel .container.produtos_detalhe .bx-wrapper {
  float: left;
  display: block;
  height: 111px;
  margin-top: 4px !important;
}
/* line 199, components/_produtosDet_fer.scss */
.ferpainel .container.produtos_detalhe .bx-wrapper .bx-viewport {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  left: 0;
  height: 111px !important;
}
/* line 207, components/_produtosDet_fer.scss */
.ferpainel .container.produtos_detalhe .bx-controls.bx-has-controls-direction {
  position: absolute;
  top: -35px;
  right: 0;
  height: 15px;
  width: 32px;
}
/* line 210, components/_produtosDet_fer.scss */
.ferpainel .container.produtos_detalhe .bx-controls.bx-has-controls-direction .bx-prev {
  float: left;
  display: block;
  background-image: url(../img/sprites/spritesheet.png);
  background-position: -202px -37px;
  width: 9px;
  height: 15px;
  color: transparent;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}
/* line 215, components/_produtosDet_fer.scss */
.ferpainel .container.produtos_detalhe .bx-controls.bx-has-controls-direction .bx-prev:hover {
  opacity: .5;
}
/* line 219, components/_produtosDet_fer.scss */
.ferpainel .container.produtos_detalhe .bx-controls.bx-has-controls-direction .bx-next {
  float: right;
  display: block;
  background-image: url(../img/sprites/spritesheet.png);
  background-position: -202px -22px;
  width: 9px;
  height: 15px;
  color: transparent;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}
/* line 224, components/_produtosDet_fer.scss */
.ferpainel .container.produtos_detalhe .bx-controls.bx-has-controls-direction .bx-next:hover {
  opacity: .5;
}
/* line 230, components/_produtosDet_fer.scss */
.ferpainel .container .tabela1 {
  float: left;
  display: block;
  width: 100%;
  margin: 50px 0 0 6px;
}
/* line 236, components/_produtosDet_fer.scss */
.ferpainel .container .tabela1 thead tr td {
  background-color: #9cbc30;
  height: 41px;
  width: 156px;
  vertical-align: middle;
  text-align: center;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  font-family: 'houschka_prodemibold';
  font-size: 16px;
  line-height: 24px;
  color: #FFF;
}
/* line 244, components/_produtosDet_fer.scss */
.ferpainel .container .tabela1 thead tr td:first-child {
  height: 41px;
  width: 73px;
}
/* line 247, components/_produtosDet_fer.scss */
.ferpainel .container .tabela1 thead tr td:last-child {
  height: 41px;
  width: 111px;
}
/* line 254, components/_produtosDet_fer.scss */
.ferpainel .container .tabela1 tbody tr {
  background-color: #ebebeb;
}
/* line 256, components/_produtosDet_fer.scss */
.ferpainel .container .tabela1 tbody tr td {
  height: 61px;
  width: 156px;
  vertical-align: middle;
  text-align: center;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  font-family: 'houschka_promedium';
  font-size: 14px;
  line-height: 24px;
  color: #555555;
}
/* line 263, components/_produtosDet_fer.scss */
.ferpainel .container .tabela1 tbody tr td:first-child {
  height: 61px;
  width: 73px;
}
/* line 266, components/_produtosDet_fer.scss */
.ferpainel .container .tabela1 tbody tr td:last-child {
  height: 61px;
  width: 111px;
}
/* line 269, components/_produtosDet_fer.scss */
.ferpainel .container .tabela1 tbody tr td .container_image {
  float: left;
  display: block;
  height: 60px;
  width: 72px;
  position: relative;
  overflow: hidden;
}
/* line 274, components/_produtosDet_fer.scss */
.ferpainel .container .tabela1 tbody tr td .container_image img {
  position: absolute;
  top: 0;
  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;
}
/* line 280, components/_produtosDet_fer.scss */
.ferpainel .container .tabela1 tbody tr td .download {
  border-radius: 5px;
  background-color: #9cbc30;
  height: 30px;
  font-family: 'houschka_promedium';
  font-size: 12px;
  line-height: 12px;
  color: #FFF;
  text-transform: uppercase;
  padding: 7px 9px;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  -moz-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
}
/* line 288, components/_produtosDet_fer.scss */
.ferpainel .container .tabela1 tbody tr td .download:hover {
  background-color: #FFF;
  color: #9cbc30;
}
/* line 294, components/_produtosDet_fer.scss */
.ferpainel .container .tabela1 tbody tr:nth-child(2n) {
  background-color: #e1e1e1;
}
/* line 300, components/_produtosDet_fer.scss */
.ferpainel .container .tabela2 {
  margin: 14px 0 0 6px;
}
/* line 303, components/_produtosDet_fer.scss */
.ferpainel .container .tabela2 tr td {
  height: 51px;
  background-color: #ebebeb;
  vertical-align: middle;
  text-align: center;
  font-family: 'houschka_prodemibold';
  font-size: 16px;
  line-height: 24px;
  color: #555555;
  border-bottom: 1px solid #FFF;
}
/* line 310, components/_produtosDet_fer.scss */
.ferpainel .container .tabela2 tr td:first-child {
  height: 51px;
  width: 355px;
  background-color: #9cbc30;
  vertical-align: middle;
  text-align: left;
  font-family: 'houschka_prodemibold';
  font-size: 18px;
  line-height: 24px;
  color: #FFF;
  padding-left: 28px;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}

/* line 1, components/_projectos_fer.scss */
.ferpainel {
  /* CONTAINER */
}
/* line 4, components/_projectos_fer.scss */
.ferpainel .container.projetos {
  padding: 16px 0 60px;
}
/* line 6, components/_projectos_fer.scss */
.ferpainel .container.projetos .navigation {
  float: left;
  display: block;
  width: 100%;
  margin-bottom: 29px;
  padding: 0 6px;
}
/* line 11, components/_projectos_fer.scss */
.ferpainel .container.projetos .navigation li {
  float: left;
  display: block;
}
/* line 13, components/_projectos_fer.scss */
.ferpainel .container.projetos .navigation li a {
  float: left;
  display: block;
  font-family: 'houschka_promedium';
  font-size: 12px;
  line-height: 14px;
  color: #555555;
  margin-left: 5px;
}
/* line 17, components/_projectos_fer.scss */
.ferpainel .container.projetos .navigation li a::after {
  content: " >";
}
/* line 21, components/_projectos_fer.scss */
.ferpainel .container.projetos .navigation li:last-child a::after {
  content: " ";
}
/* line 24, components/_projectos_fer.scss */
.ferpainel .container.projetos .navigation li:first-child a {
  margin-left: 0;
}
/* line 27, components/_projectos_fer.scss */
.ferpainel .container.projetos .navigation li:last-child a {
  font-family: 'houschka_prodemibold';
  font-size: 12px;
  line-height: 15px;
  color: #9cbc30;
}
/* line 30, components/_projectos_fer.scss */
.ferpainel .container.projetos .navigation li:last-child a:hover {
  cursor: default;
}
/* line 36, components/_projectos_fer.scss */
.ferpainel .container.projetos .projects_list li {
  float: left;
  display: block;
  height: 240px;
  width: 300px;
  margin: 0 32px 33px 0;
}
/* line 40, components/_projectos_fer.scss */
.ferpainel .container.projetos .projects_list li:nth-child(3n) {
  margin-right: 0;
}
/* line 43, components/_projectos_fer.scss */
.ferpainel .container.projetos .projects_list li a {
  float: left;
  display: block;
  height: 100%;
  width: 100%;
}
/* line 46, components/_projectos_fer.scss */
.ferpainel .container.projetos .projects_list li a .container_image {
  float: left;
  display: block;
  height: 120px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
/* line 51, components/_projectos_fer.scss */
.ferpainel .container.projetos .projects_list li a .container_image img {
  position: absolute;
  top: 50%;
  left: 0;
  height: auto;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 56, components/_projectos_fer.scss */
.ferpainel .container.projetos .projects_list li a .container_image::after {
  content: " ";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #9cbc30;
  opacity: 0;
  -webkit-transition: opacity 300ms ease;
  -moz-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
/* line 65, components/_projectos_fer.scss */
.ferpainel .container.projetos .projects_list li a .container_text {
  float: left;
  display: block;
  background-color: #dcdcdc;
  height: 120px;
  width: 100%;
  padding: 23px 20px 0;
  position: relative;
  -webkit-transition: background-color 300ms ease;
  -moz-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}
/* line 72, components/_projectos_fer.scss */
.ferpainel .container.projetos .projects_list li a .container_text .title {
  width: 100%;
  text-align: center;
  float: left;
  display: block;
  font-family: 'houschka_prodemibold';
  font-size: 20px;
  line-height: 22px;
  color: #747475;
  text-transform: uppercase;
  -webkit-transition: color 500ms ease;
  -moz-transition: color 500ms ease;
  transition: color 500ms ease;
}
/* line 80, components/_projectos_fer.scss */
.ferpainel .container.projetos .projects_list li a .container_text .button {
  border-radius: 5px;
  background-color: #9cbc30;
  height: 30px;
  font-family: 'houschka_promedium';
  font-size: 12px;
  line-height: 12px;
  color: #FFF;
  position: absolute;
  bottom: 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;
  padding: 7px 18px 0;
  -webkit-transition: color 600ms ease, background-color 600ms ease;
  -moz-transition: color 600ms ease, background-color 600ms ease;
  transition: color 600ms ease, background-color 600ms ease;
}
/* line 92, components/_projectos_fer.scss */
.ferpainel .container.projetos .projects_list li a:hover .button {
  background-color: #FFF;
  color: #9cbc30;
}
/* line 96, components/_projectos_fer.scss */
.ferpainel .container.projetos .projects_list li a:hover .container_text {
  background-color: #9cbc30;
}
/* line 99, components/_projectos_fer.scss */
.ferpainel .container.projetos .projects_list li a:hover .title {
  color: #FFF;
}
/* line 102, components/_projectos_fer.scss */
.ferpainel .container.projetos .projects_list li a:hover .container_image::after {
  opacity: .5;
}

/* line 1, components/_projectosDet_fer.scss */
.ferpainel {
  /* CONTAINER */
}
/* line 4, components/_projectosDet_fer.scss */
.ferpainel .container.projetos_detalhe {
  padding: 16px 0 60px;
}
/* line 6, components/_projectosDet_fer.scss */
.ferpainel .container.projetos_detalhe .navigation {
  float: left;
  display: block;
  width: 100%;
  margin-bottom: 23px;
  padding: 0 6px;
}
/* line 11, components/_projectosDet_fer.scss */
.ferpainel .container.projetos_detalhe .navigation li {
  float: left;
  display: block;
}
/* line 13, components/_projectosDet_fer.scss */
.ferpainel .container.projetos_detalhe .navigation li a {
  float: left;
  display: block;
  font-family: 'houschka_promedium';
  font-size: 12px;
  line-height: 14px;
  color: #555555;
  margin-left: 5px;
}
/* line 17, components/_projectosDet_fer.scss */
.ferpainel .container.projetos_detalhe .navigation li a::after {
  content: " >";
}
/* line 21, components/_projectosDet_fer.scss */
.ferpainel .container.projetos_detalhe .navigation li:last-child a::after {
  content: " ";
}
/* line 24, components/_projectosDet_fer.scss */
.ferpainel .container.projetos_detalhe .navigation li:first-child a {
  margin-left: 0;
}
/* line 27, components/_projectosDet_fer.scss */
.ferpainel .container.projetos_detalhe .navigation li:last-child a {
  font-family: 'houschka_prodemibold';
  font-size: 12px;
  line-height: 15px;
  color: #9cbc30;
}
/* line 30, components/_projectosDet_fer.scss */
.ferpainel .container.projetos_detalhe .navigation li:last-child a:hover {
  cursor: default;
}
/* line 35, components/_projectosDet_fer.scss */
.ferpainel .container.projetos_detalhe .h_container {
  float: left;
  display: block;
  width: 100%;
  text-align: left;
  padding: 0 6px;
}
/* line 40, components/_projectosDet_fer.scss */
.ferpainel .container.projetos_detalhe .h_container h3 {
  float: left;
  display: block;
  font-family: 'houschka_prolight';
  font-size: 40px;
  line-height: 42px;
  color: #9cbc30;
  margin-bottom: 24px;
  text-transform: uppercase;
}
/* line 47, components/_projectosDet_fer.scss */
.ferpainel .container.projetos_detalhe #projects_gallery {
  float: left;
  display: block;
  height: 392px;
  position: relative;
  margin-bottom: 45px;
}
/* line 52, components/_projectosDet_fer.scss */
.ferpainel .container.projetos_detalhe #projects_gallery .big_image {
  float: left;
  display: block;
  height: 392px;
  width: 720px;
}
/* line 55, components/_projectosDet_fer.scss */
.ferpainel .container.projetos_detalhe #projects_gallery .big_image li {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 392px;
  width: 720px;
  position: absolute;
  overflow: hidden;
  -webkit-transition: opacity 300ms ease;
  -moz-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
/* line 62, components/_projectosDet_fer.scss */
.ferpainel .container.projetos_detalhe #projects_gallery .big_image li .image {
  height: auto;
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 67, components/_projectosDet_fer.scss */
.ferpainel .container.projetos_detalhe #projects_gallery .big_image li.active {
  opacity: 1;
}
/* line 72, components/_projectosDet_fer.scss */
.ferpainel .container.projetos_detalhe #projects_gallery .thumbnails {
  float: left;
  display: block;
  height: 392px;
  width: 232px;
  margin-left: 12px;
}
/* line 76, components/_projectosDet_fer.scss */
.ferpainel .container.projetos_detalhe #projects_gallery .thumbnails li {
  float: left;
  display: block;
  height: 89px;
  width: 110px;
  margin-bottom: 12px;
  position: relative;
  overflow: hidden;
}
/* line 82, components/_projectosDet_fer.scss */
.ferpainel .container.projetos_detalhe #projects_gallery .thumbnails li:nth-child(2n) {
  margin-left: 12px;
}
/* line 85, components/_projectosDet_fer.scss */
.ferpainel .container.projetos_detalhe #projects_gallery .thumbnails li:nth-child(7), .ferpainel .container.projetos_detalhe #projects_gallery .thumbnails li:nth-child(8) {
  margin-bottom: 0;
}
/* line 88, components/_projectosDet_fer.scss */
.ferpainel .container.projetos_detalhe #projects_gallery .thumbnails li:hover {
  cursor: pointer;
}
/* line 91, components/_projectosDet_fer.scss */
.ferpainel .container.projetos_detalhe #projects_gallery .thumbnails li::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #9cbc30;
  opacity: 0;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}
/* line 99, components/_projectosDet_fer.scss */
.ferpainel .container.projetos_detalhe #projects_gallery .thumbnails li:hover::after {
  opacity: .5;
}
/* line 102, components/_projectosDet_fer.scss */
.ferpainel .container.projetos_detalhe #projects_gallery .thumbnails li.active::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #9cbc30;
  opacity: .5;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}
/* line 110, components/_projectosDet_fer.scss */
.ferpainel .container.projetos_detalhe #projects_gallery .thumbnails li.active:hover::after {
  cursor: default;
}
/* line 113, components/_projectosDet_fer.scss */
.ferpainel .container.projetos_detalhe #projects_gallery .thumbnails li img {
  height: 100%;
  width: auto;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
/* line 121, components/_projectosDet_fer.scss */
.ferpainel .container.projetos_detalhe .separator {
  float: left;
  display: block;
  width: 40px;
  height: 3px;
  background-color: #9cbc30;
  clear: left;
  margin-bottom: 26px;
}
/* line 129, components/_projectosDet_fer.scss */
.ferpainel .container.projetos_detalhe .sub_title {
  float: left;
  display: block;
  width: 100%;
  margin-bottom: 5px;
  font-family: 'houschka_prodemibold';
  font-size: 16px;
  line-height: 18px;
  color: #181818;
}
/* line 136, components/_projectosDet_fer.scss */
.ferpainel .container.projetos_detalhe .description p {
  float: left;
  display: block;
  width: 100%;
  font-family: 'houschka_prolight';
  font-size: 16px;
  line-height: 24px;
  color: #555555;
}
/* line 140, components/_projectosDet_fer.scss */
.ferpainel .container.projetos_detalhe .description p strong {
  font-family: 'houschka_probold';
  font-size: 16px;
  line-height: 24px;
  color: #9cbc30;
}
/* line 145, components/_projectosDet_fer.scss */
.ferpainel .container.projetos_detalhe .container_socialNetwork {
  float: left;
  display: block;
  border: 1px solid #9cbc30;
  margin-top: 31px;
  padding: 6px 17px 0 0;
  border-radius: 5px;
  position: relative;
  height: 35px;
}
/* line 153, components/_projectosDet_fer.scss */
.ferpainel .container.projetos_detalhe .container_socialNetwork::after {
  content: " ";
  float: left;
  display: block;
  background-image: url(../img/sprites/spritesheet.png);
  background-position: -62px 0px;
  width: 35px;
  height: 35px;
  position: absolute;
  top: -1px;
  left: -1px;
}
/* line 159, components/_projectosDet_fer.scss */
.ferpainel .container.projetos_detalhe .container_socialNetwork .fb_s {
  float: left;
  display: block;
  background-image: url(../img/sprites/spritesheet.png);
  background-position: -134px -120px;
  width: 22px;
  height: 22px;
  margin-left: 52px;
}
/* line 163, components/_projectosDet_fer.scss */
.ferpainel .container.projetos_detalhe .container_socialNetwork .fb_s:hover {
  background-image: url(../img/sprites/spritesheet.png);
  background-position: 0px -150px;
  width: 22px;
  height: 22px;
}
/* line 167, components/_projectosDet_fer.scss */
.ferpainel .container.projetos_detalhe .container_socialNetwork .in_s {
  float: left;
  display: block;
  background-image: url(../img/sprites/spritesheet.png);
  background-position: -132px -150px;
  width: 22px;
  height: 22px;
  margin-left: 22px;
}
/* line 171, components/_projectosDet_fer.scss */
.ferpainel .container.projetos_detalhe .container_socialNetwork .in_s:hover {
  background-image: url(../img/sprites/spritesheet.png);
  background-position: -154px -150px;
  width: 22px;
  height: 22px;
}
/* line 175, components/_projectosDet_fer.scss */
.ferpainel .container.projetos_detalhe .container_socialNetwork .gp_s {
  float: left;
  display: block;
  background-image: url(../img/sprites/spritesheet.png);
  background-position: -44px -150px;
  width: 22px;
  height: 22px;
  margin-left: 22px;
}
/* line 179, components/_projectosDet_fer.scss */
.ferpainel .container.projetos_detalhe .container_socialNetwork .gp_s:hover {
  background-image: url(../img/sprites/spritesheet.png);
  background-position: -66px -150px;
  width: 22px;
  height: 22px;
}

/* line 1, components/_contactos_fer.scss */
.ferpainel {
  /* CONTAINER */
}
/* line 3, components/_contactos_fer.scss */
.ferpainel .banner_topo.contactos {
  height: 292px;
  background: url(../../images/img_topo.jpg) no-repeat center;
  background-size: cover;
}
/* line 7, components/_contactos_fer.scss */
.ferpainel .banner_topo.contactos .row {
  position: relative;
  height: 100%;
}
/* line 11, components/_contactos_fer.scss */
.ferpainel .banner_topo.contactos .container_text {
  float: left;
  display: block;
  position: absolute;
  top: 70%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 17, components/_contactos_fer.scss */
.ferpainel .banner_topo.contactos .container_text h2 {
  float: left;
  display: block;
  font-family: 'houschka_probold';
  font-size: 54px;
  line-height: 54px;
  color: #9cbc30;
  text-shadow: 2px 3px 3px #000;
  text-transform: uppercase;
}
/* line 28, components/_contactos_fer.scss */
.ferpainel .container.contactos {
  padding: 16px 0 60px;
}
/* line 30, components/_contactos_fer.scss */
.ferpainel .container.contactos .navigation {
  float: left;
  display: block;
  width: 100%;
  margin-bottom: 23px;
  padding: 0 6px;
}
/* line 35, components/_contactos_fer.scss */
.ferpainel .container.contactos .navigation li {
  float: left;
  display: block;
}
/* line 37, components/_contactos_fer.scss */
.ferpainel .container.contactos .navigation li a {
  float: left;
  display: block;
  font-family: 'houschka_promedium';
  font-size: 12px;
  line-height: 14px;
  color: #555555;
  margin-left: 5px;
}
/* line 41, components/_contactos_fer.scss */
.ferpainel .container.contactos .navigation li a::after {
  content: " >";
}
/* line 45, components/_contactos_fer.scss */
.ferpainel .container.contactos .navigation li:last-child a::after {
  content: " ";
}
/* line 48, components/_contactos_fer.scss */
.ferpainel .container.contactos .navigation li:first-child a {
  margin-left: 0;
}
/* line 51, components/_contactos_fer.scss */
.ferpainel .container.contactos .navigation li:last-child a {
  font-family: 'houschka_prodemibold';
  font-size: 12px;
  line-height: 15px;
  color: #9cbc30;
}
/* line 54, components/_contactos_fer.scss */
.ferpainel .container.contactos .navigation li:last-child a:hover {
  cursor: default;
}
/* line 59, components/_contactos_fer.scss */
.ferpainel .container.contactos .block_map {
  float: left;
  display: block;
  height: 400px;
  overflow: hidden;
  margin: 6px 6px 27px;
  position: relative;
  background: url(../../images/big_map.png) no-repeat center center;
}
/* line 66, components/_contactos_fer.scss */
.ferpainel .container.contactos .block_map .content {
  width: 245px;
  padding: 23px 12px;
  position: absolute;
  bottom: 0;
  right: 110px;
  max-height: 370px;
  background-color: #9cbc30;
}
/* line 74, components/_contactos_fer.scss */
.ferpainel .container.contactos .block_map .content .company {
  float: left;
  display: block;
  font-family: 'houschka_prolight';
  font-size: 20px;
  line-height: 22px;
  color: #FFF;
  text-transform: uppercase;
  margin-bottom: 5px;
}
/* line 80, components/_contactos_fer.scss */
.ferpainel .container.contactos .block_map .content .decription {
  float: left;
  display: block;
  font-family: 'houschka_promedium';
  font-size: 16px;
  line-height: 24px;
  color: #FFF;
}
/* line 84, components/_contactos_fer.scss */
.ferpainel .container.contactos .block_map .content p {
  float: left;
  display: block;
  font-family: 'houschka_prolight';
  font-size: 16px;
  line-height: 24px;
  color: #FFF;
  clear: left;
  min-height: 20px;
}
/* line 89, components/_contactos_fer.scss */
.ferpainel .container.contactos .block_map .content p strong {
  font-family: 'houschka_prodemibold';
  font-size: 16px;
  line-height: 24px;
  color: #FFF;
}
/* line 93, components/_contactos_fer.scss */
.ferpainel .container.contactos .block_map .content a {
  font-family: 'houschka_prolight';
  font-size: 16px;
  line-height: 24px;
  color: #FFF;
}
/* line 95, components/_contactos_fer.scss */
.ferpainel .container.contactos .block_map .content a:hover {
  text-decoration: underline;
}
/* line 102, components/_contactos_fer.scss */
.ferpainel .container.contactos .h_container h2 {
  float: left;
  display: block;
  font-family: 'houschka_prolight';
  font-size: 20px;
  line-height: 20px;
  color: #9cbc30;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 24px;
}
/* line 109, components/_contactos_fer.scss */
.ferpainel .container.contactos .h_container .separator {
  float: left;
  display: block;
  width: 20px;
  height: 3px;
  background-color: #9cbc30;
  clear: left;
}
/* line 117, components/_contactos_fer.scss */
.ferpainel .container.contactos .h_container .space_30 {
  float: left;
  display: block;
  width: 100%;
  height: 30px;
}
/* line 122, components/_contactos_fer.scss */
.ferpainel .container.contactos .h_container .short_text_contacs {
  float: left;
  display: block;
  width: 100%;
  font-family: 'houschka_prolight';
  font-size: 16px;
  line-height: 24px;
  color: #555555;
  margin-top: -7px;
}
/* line 129, components/_contactos_fer.scss */
.ferpainel .container.contactos #contact_form {
  float: left;
  display: block;
  width: 732px;
  margin-top: 3px;
}
/* line 133, components/_contactos_fer.scss */
.ferpainel .container.contactos #contact_form label {
  display: none;
}
/* line 136, components/_contactos_fer.scss */
.ferpainel .container.contactos #contact_form input[type="text"] {
  float: left;
  display: block;
  width: 100%;
  border: 1px solid #e4e4e4;
  height: 50px;
  font-family: 'houschka_promedium';
  font-size: 16px;
  line-height: 18px;
  color: #707070;
  text-align: center;
  margin-bottom: 25px;
  padding: 0 20px;
  transition: border-color 200ms ease;
}
/* line 146, components/_contactos_fer.scss */
.ferpainel .container.contactos #contact_form input[type="text"]:focus {
  border-color: #9cbc30;
}
/* line 149, components/_contactos_fer.scss */
.ferpainel .container.contactos #contact_form input[type="text"].error {
  border-color: #da4248;
}
/* line 151, components/_contactos_fer.scss */
.ferpainel .container.contactos #contact_form input[type="text"].error::-webkit-input-placeholder {
  color: #da4248;
}
/* line 154, components/_contactos_fer.scss */
.ferpainel .container.contactos #contact_form input[type="text"].error:-moz-placeholder {
  color: #da4248;
  opacity: 1;
}
/* line 158, components/_contactos_fer.scss */
.ferpainel .container.contactos #contact_form input[type="text"].error::-moz-placeholder {
  color: #da4248;
  opacity: 1;
}
/* line 162, components/_contactos_fer.scss */
.ferpainel .container.contactos #contact_form input[type="text"].error:-ms-input-placeholder {
  color: #da4248;
}
/* line 167, components/_contactos_fer.scss */
.ferpainel .container.contactos #contact_form input[type="text"]::-webkit-input-placeholder {
  color: #707070;
}
/* line 170, components/_contactos_fer.scss */
.ferpainel .container.contactos #contact_form input[type="text"]:-moz-placeholder {
  color: #707070;
  opacity: 1;
}
/* line 174, components/_contactos_fer.scss */
.ferpainel .container.contactos #contact_form input[type="text"]::-moz-placeholder {
  color: #707070;
  opacity: 1;
}
/* line 178, components/_contactos_fer.scss */
.ferpainel .container.contactos #contact_form input[type="text"]:-ms-input-placeholder {
  color: #707070;
}
/* line 181, components/_contactos_fer.scss */
.ferpainel .container.contactos #contact_form input[type="text"]#captcha {
  width: 354px;
  margin: 0 12px 0 0;
}
/* line 186, components/_contactos_fer.scss */
.ferpainel .container.contactos #contact_form textarea {
  float: left;
  display: block;
  width: 100%;
  border: 1px solid #e4e4e4;
  height: 200px;
  font-family: 'houschka_promedium';
  font-size: 16px;
  line-height: 18px;
  color: #707070;
  text-align: center;
  margin-bottom: 25px;
  resize: none;
  padding: 15px 20px 20px;
  transition: border-color 200ms ease;
}
/* line 197, components/_contactos_fer.scss */
.ferpainel .container.contactos #contact_form textarea:focus {
  border-color: #9cbc30;
}
/* line 200, components/_contactos_fer.scss */
.ferpainel .container.contactos #contact_form textarea.error {
  border-color: #da4248;
}
/* line 202, components/_contactos_fer.scss */
.ferpainel .container.contactos #contact_form textarea.error::-webkit-input-placeholder {
  color: #da4248;
}
/* line 205, components/_contactos_fer.scss */
.ferpainel .container.contactos #contact_form textarea.error:-moz-placeholder {
  color: #da4248;
  opacity: 1;
}
/* line 209, components/_contactos_fer.scss */
.ferpainel .container.contactos #contact_form textarea.error::-moz-placeholder {
  color: #da4248;
  opacity: 1;
}
/* line 213, components/_contactos_fer.scss */
.ferpainel .container.contactos #contact_form textarea.error:-ms-input-placeholder {
  color: #da4248;
}
/* line 217, components/_contactos_fer.scss */
.ferpainel .container.contactos #contact_form textarea::-webkit-input-placeholder {
  color: #707070;
}
/* line 220, components/_contactos_fer.scss */
.ferpainel .container.contactos #contact_form textarea:-moz-placeholder {
  color: #707070;
  opacity: 1;
}
/* line 224, components/_contactos_fer.scss */
.ferpainel .container.contactos #contact_form textarea::-moz-placeholder {
  color: #707070;
  opacity: 1;
}
/* line 228, components/_contactos_fer.scss */
.ferpainel .container.contactos #contact_form textarea:-ms-input-placeholder {
  color: #707070;
}
/* line 232, components/_contactos_fer.scss */
.ferpainel .container.contactos #contact_form .container_captcha {
  float: left;
  display: block;
  width: 110px;
  border: 1px solid #e4e4e4;
  height: 50px;
  text-align: center;
  padding-top: 15px;
  margin-right: 12px;
}
/* line 240, components/_contactos_fer.scss */
.ferpainel .container.contactos #contact_form .container_captcha img {
  margin: 0 auto;
}
/* line 244, components/_contactos_fer.scss */
.ferpainel .container.contactos #contact_form input[type="submit"] {
  float: right;
  display: block;
  width: 232px;
  border: 1px solid #9cbc30;
  height: 50px;
  font-family: 'houschka_promedium';
  font-size: 16px;
  line-height: 18px;
  color: #9cbc30;
  text-align: center;
  text-transform: uppercase;
  background-color: #FFF;
  border-radius: 5px;
  transition: color 200ms ease, background-color 200ms ease;
}
/* line 255, components/_contactos_fer.scss */
.ferpainel .container.contactos #contact_form input[type="submit"]:hover {
  background-color: #9cbc30;
  color: #FFF;
}
/* line 260, components/_contactos_fer.scss */
.ferpainel .container.contactos #contact_form .refresh {
  float: left;
  display: block;
  font-family: 'houschka_prolight';
  font-size: 14px;
  line-height: 16px;
  color: #707070;
  margin: 5px 0 0 6px;
}
/* line 264, components/_contactos_fer.scss */
.ferpainel .container.contactos #contact_form .refresh:hover {
  text-decoration: underline;
}

/* line 1, components/_home_am.scss */
.americo {
  /* HEADER */
  /* FOOTER */
  /* CONTAINER */
}
/* line 4, components/_home_am.scss */
.americo header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: url(../../images/img_menu_americo.png) no-repeat center bottom;
  z-index: 1;
}
/* line 12, components/_home_am.scss */
.americo header .row {
  padding: 0 6px;
}
/* line 15, components/_home_am.scss */
.americo header .top_line {
  float: left;
  display: block;
  width: 100%;
  background: url(../../images/topo_header_am.jpg) no-repeat center center;
  height: 8px;
}
/* line 21, components/_home_am.scss */
.americo header #languages {
  margin-top: 3px;
  float: right;
  display: block;
}
/* line 24, components/_home_am.scss */
.americo header #languages li {
  float: left;
  display: block;
  margin-right: 3px;
}
/* line 27, components/_home_am.scss */
.americo header #languages li a {
  text-transform: uppercase;
  font-family: 'houschka_prolight';
  font-size: 12px;
  line-height: 13px;
  color: #FFF;
  float: left;
  display: block;
  transition: color 200ms ease;
}
/* line 32, components/_home_am.scss */
.americo header #languages li a:hover {
  color: #1b86c3;
}
/* line 36, components/_home_am.scss */
.americo header #languages li:last-child {
  margin-right: 0;
}
/* line 39, components/_home_am.scss */
.americo header #languages li.active a {
  font-family: 'houschka_probold';
  font-size: 12px;
  line-height: 14px;
  color: #1b86c3;
}
/* line 44, components/_home_am.scss */
.americo header .logo_principal_grupo {
  float: left;
  display: block;
  width: 214px;
  height: 51px;
  margin-top: 14px;
}
/* line 50, components/_home_am.scss */
.americo header nav {
  float: right;
  display: block;
  clear: right;
  margin-top: 21px;
}
/* line 54, components/_home_am.scss */
.americo header nav ul {
  float: left;
  display: block;
}
/* line 56, components/_home_am.scss */
.americo header nav ul li {
  float: left;
  display: block;
  margin-right: 30px;
}
/* line 59, components/_home_am.scss */
.americo header nav ul li:last-child {
  margin-right: 0;
}
/* line 62, components/_home_am.scss */
.americo header nav ul li a {
  float: left;
  display: block;
  font-family: 'houschka_promedium';
  font-size: 16px;
  line-height: 18px;
  color: #FFF;
  text-transform: uppercase;
  transition: color 200ms ease;
}
/* line 67, components/_home_am.scss */
.americo header nav ul li a:hover {
  color: #1b86c3;
}
.americo header nav ul li.active a {
  color: #1b86c3;
}
/* line 76, components/_home_am.scss */
.americo footer {
  float: left;
  display: block;
  width: 100%;
}
/* line 79, components/_home_am.scss */
.americo footer .top {
  float: left;
  display: block;
  width: 100%;
  padding: 37px 0 40px;
  background-color: #15284a;
}
/* line 84, components/_home_am.scss */
.americo footer .top label {
  float: left;
  display: block;
  width: 100%;
  margin-bottom: 21px;
  font-family: 'houschka_prolight';
  font-size: 20px;
  line-height: 22px;
  color: #FFF;
  text-transform: uppercase;
}
/* line 91, components/_home_am.scss */
.americo footer .top input[type="text"] {
  float: left;
  display: block;
  width: 280px;
  height: 50px;
  background-color: #FFF;
  text-align: center;
  font-family: 'houschka_promedium';
  font-size: 16px;
  line-height: 18px;
  color: #707070;
  text-transform: lowercase;
}
/* line 100, components/_home_am.scss */
.americo footer .top input[type="submit"] {
  float: left;
  display: block;
  width: 180px;
  height: 50px;
  margin-left: 15px;
  border: 1px solid #FFF;
  background-color: transparent;
  font-family: 'houschka_promedium';
  font-size: 16px;
  line-height: 18px;
  color: #FFF;
  text-transform: uppercase;
  border-radius: 5px;
  transition: color 200ms ease, background-color 200ms ease;
}
/* line 111, components/_home_am.scss */
.americo footer .top input[type="submit"]:hover {
  background-color: #FFF;
  color: #15284a;
}
/* line 116, components/_home_am.scss */
.americo footer .top input[type="text"]::-webkit-input-placeholder {
  color: #707070;
}
/* line 119, components/_home_am.scss */
.americo footer .top input[type="text"]:-moz-placeholder {
  color: #707070;
  opacity: 1;
}
/* line 123, components/_home_am.scss */
.americo footer .top input[type="text"]::-moz-placeholder {
  color: #707070;
  opacity: 1;
}
/* line 127, components/_home_am.scss */
.americo footer .top input[type="text"]:-ms-input-placeholder {
  color: #707070;
}
/* line 130, components/_home_am.scss */
.americo footer .top .titulo_social {
  float: left;
  display: block;
  width: 100%;
  margin-bottom: 31px;
  font-family: 'houschka_prolight';
  font-size: 20px;
  line-height: 22px;
  color: #FFF;
  text-transform: uppercase;
}
/* line 137, components/_home_am.scss */
.americo footer .top .social_network {
  float: left;
  display: block;
  width: 100%;
}
/* line 140, components/_home_am.scss */
.americo footer .top .social_network li {
  float: left;
  display: block;
  margin-right: 30px;
}
/* line 143, components/_home_am.scss */
.americo footer .top .social_network li:last-child {
  margin-right: 0;
}
/* line 146, components/_home_am.scss */
.americo footer .top .social_network li a {
  float: left;
  display: block;
  width: 30px;
  height: 30px;
}
/* line 150, components/_home_am.scss */
.americo footer .top .social_network li a.fb {
  background-image: url(../img/sprites/spritesheet.png);
  background-position: -90px -90px;
  width: 30px;
  height: 30px;
}
/* line 152, components/_home_am.scss */
.americo footer .top .social_network li a.fb:hover {
  background-image: url(../img/sprites/spritesheet.png);
  background-position: 0px -90px;
  width: 30px;
  height: 30px;
}
/* line 156, components/_home_am.scss */
.americo footer .top .social_network li a.in {
  background-image: url(../img/sprites/spritesheet.png);
  background-position: -127px 0px;
  width: 30px;
  height: 30px;
}
/* line 158, components/_home_am.scss */
.americo footer .top .social_network li a.in:hover {
  background-image: url(../img/sprites/spritesheet.png);
  background-position: -60px -120px;
  width: 30px;
  height: 30px;
}
/* line 162, components/_home_am.scss */
.americo footer .top .social_network li a.gp {
  background-image: url(../img/sprites/spritesheet.png);
  background-position: 0px -120px;
  width: 30px;
  height: 30px;
}
/* line 164, components/_home_am.scss */
.americo footer .top .social_network li a.gp:hover {
  background-image: url(../img/sprites/spritesheet.png);
  background-position: -35px -55px;
  width: 30px;
  height: 30px;
}
/* line 172, components/_home_am.scss */
.americo footer .bottom {
  float: left;
  display: block;
  width: 100%;
  height: 80px;
  padding: 20px 0;
  background: url(../../images/img_footer_americo.png) no-repeat center bottom;
}
/* line 178, components/_home_am.scss */
.americo footer .bottom .row {
  padding: 0 6px;
  height: 100%;
}
/* line 182, components/_home_am.scss */
.americo footer .bottom .container_grupo_direitos {
  float: left;
  display: block;
}
/* line 184, components/_home_am.scss */
.americo footer .bottom .container_grupo_direitos img {
  float: left;
  display: block;
  width: 91px;
  height: 32px;
  margin: -10px 0 8px;
}
/* line 190, components/_home_am.scss */
.americo footer .bottom .container_grupo_direitos .direitos {
  float: left;
  display: block;
  font-family: 'houschka_promedium';
  font-size: 10px;
  line-height: 12px;
  color: #FFF;
  clear: left;
}
/* line 196, components/_home_am.scss */
.americo footer .bottom .apoios {
  float: left;
  display: block;
  width: 393px;
  height: 28px;
  margin-left: 20px;
}
/* line 202, components/_home_am.scss */
.americo footer .bottom .align_bottom {
  height: 100%;
  float: right;
  display: block;
}
/* line 205, components/_home_am.scss */
.americo footer .bottom .align_bottom::before {
  content: " ";
  display: inline-block;
  height: 100%;
  vertical-align: bottom;
}
/* line 211, components/_home_am.scss */
.americo footer .bottom .align_bottom .loba {
  display: inline-block;
  width: 38px;
  height: 10px;
  background-image: url(../img/sprites/spritesheet.png);
  background-position: 0px -172px;
  width: 38px;
  height: 10px;
}
/* line 221, components/_home_am.scss */
.americo .container {
  float: left;
  display: block;
  width: 100%;
}
/* line 224, components/_home_am.scss */
.americo .container .container_slider_home_f {
  float: left;
  display: block;
  width: 100%;
  height: 572px;
  margin-top: 8px;
  position: relative;
}
/* line 230, components/_home_am.scss */
.americo .container .container_slider_home_f::after {
  content: " ";
  background: url(../../images/img_big_americo.png) no-repeat;
  width: 530px;
  height: 380px;
  position: absolute;
  bottom: 0;
  left: 49%;
}
/* line 239, components/_home_am.scss */
.americo .container .container_slider_home_f .slider_home_f {
  float: left;
  display: block;
  width: 100%;
  height: 572px;
}
/* line 243, components/_home_am.scss */
.americo .container .container_slider_home_f .slider_home_f li {
  float: left;
  display: block;
  width: 100%;
  height: 572px;
}
/* line 247, components/_home_am.scss */
.americo .container .container_slider_home_f .slider_home_f li .row {
  position: relative;
  height: 100%;
}
/* line 250, components/_home_am.scss */
.americo .container .container_slider_home_f .slider_home_f li .row .container_text {
  width: 45%;
  position: absolute;
  top: 59%;
  left: 5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 257, components/_home_am.scss */
.americo .container .container_slider_home_f .slider_home_f li .row .container_text .title {
  float: left;
  display: block;
  font-family: 'houschka_probold';
  font-size: 54px;
  line-height: 54px;
  color: #1b86c3;
  text-shadow: 2px 3px 3px #000;
  margin-bottom: 34px;
  text-transform: uppercase;
}
/* line 264, components/_home_am.scss */
.americo .container .container_slider_home_f .slider_home_f li .row .container_text p {
  float: left;
  display: block;
  font-family: 'houschka_promedium';
  font-size: 18px;
  line-height: 21px;
  color: #FFF;
  clear: left;
  text-shadow: 2px 3px 3px #000;
}
/* line 268, components/_home_am.scss */
.americo .container .container_slider_home_f .slider_home_f li .row .container_text p strong {
  font-family: 'houschka_probold';
  font-size: 18px;
  line-height: 21px;
  color: #1b86c3;
}
/* line 272, components/_home_am.scss */
.americo .container .container_slider_home_f .slider_home_f li .row .container_text a {
  float: left;
  display: block;
  height: 50px;
  clear: left;
  border: 1px solid #fff;
  font-family: 'houschka_promedium';
  font-size: 16px;
  line-height: 16px;
  color: #FFF;
  text-transform: uppercase;
  padding: 16px 55px 0;
  border-radius: 5px;
  margin-top: 38px;
  background-color: transparent;
  transition: background-color 200ms ease, border-color 200ms ease;
  text-shadow: 2px 3px 3px #000;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.75);
}
/* line 284, components/_home_am.scss */
.americo .container .container_slider_home_f .slider_home_f li .row .container_text a:hover {
  background-color: #1b86c3;
  border-color: #1b86c3;
}
/* line 293, components/_home_am.scss */
.americo .container .container_slider_home_f .bx-wrapper .bx-viewport {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  left: -0;
}
/* line 300, components/_home_am.scss */
.americo .container .container_slider_home_f .bx-controls-direction {
  position: absolute;
  bottom: 193px;
  left: 50%;
  width: 964px;
  height: 55px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: 1;
  pointer-events: none;
}
/* line 310, components/_home_am.scss */
.americo .container .container_slider_home_f .bx-controls-direction .bx-prev {
  float: left;
  display: block;
  background-image: url(../img/sprites/spritesheet.png);
  background-position: -31px 0px;
  width: 31px;
  height: 55px;
  color: transparent;
  opacity: .5;
  transition: opacity 200ms ease;
  margin-left: -103px;
  pointer-events: all;
}
/* line 318, components/_home_am.scss */
.americo .container .container_slider_home_f .bx-controls-direction .bx-prev:hover {
  opacity: 1;
}
/* line 322, components/_home_am.scss */
.americo .container .container_slider_home_f .bx-controls-direction .bx-next {
  float: right;
  display: block;
  background-image: url(../img/sprites/spritesheet.png);
  background-position: 0px 0px;
  width: 31px;
  height: 55px;
  color: transparent;
  opacity: .5;
  transition: opacity 200ms ease;
  margin-right: -103px;
  pointer-events: all;
}
/* line 330, components/_home_am.scss */
.americo .container .container_slider_home_f .bx-controls-direction .bx-next:hover {
  opacity: 1;
}
/* line 336, components/_home_am.scss */
.americo .container .container_products_featured {
  float: left;
  display: block;
  width: 100%;
  padding: 56px 0 60px;
}
/* line 340, components/_home_am.scss */
.americo .container .container_products_featured .bx-wrapper .bx-viewport {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  left: 0;
  height: auto !important;
}
/* line 348, components/_home_am.scss */
.americo .container .container_products_featured .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 0;
  margin-top: 0;
  outline: 0;
  width: 18px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
/* line 358, components/_home_am.scss */
.americo .container .container_products_featured .bx-wrapper .bx-prev {
  right: 47px !important;
  left: inherit !important;
  background-image: url(../img/sprites/spritesheet.png);
  background-position: -175px 0px;
  width: 18px;
  height: 32px;
  transition: opacity 200ms ease;
}
/* line 363, components/_home_am.scss */
.americo .container .container_products_featured .bx-wrapper .bx-prev:hover {
  opacity: .5;
}
/* line 367, components/_home_am.scss */
.americo .container .container_products_featured .bx-wrapper .bx-next {
  right: 0 !important;
  background-image: url(../img/sprites/spritesheet.png);
  background-position: -175px -32px;
  width: 18px;
  height: 32px;
  transition: opacity 200ms ease;
}
/* line 371, components/_home_am.scss */
.americo .container .container_products_featured .bx-wrapper .bx-next:hover {
  opacity: .5;
}
/* line 375, components/_home_am.scss */
.americo .container .container_products_featured .slide {
  float: left;
  display: block;
  width: 100%;
}
/* line 378, components/_home_am.scss */
.americo .container .container_products_featured .slide .title {
  float: left;
  display: block;
  font-family: 'houschka_prolight';
  font-size: 40px;
  line-height: 40px;
  color: #1b86c3;
  text-transform: uppercase;
  margin-bottom: 21px;
}
/* line 384, components/_home_am.scss */
.americo .container .container_products_featured .slide .separator {
  float: left;
  display: block;
  width: 40px;
  height: 3px;
  background-color: #1b86c3;
  margin-bottom: 25px;
  clear: left;
}
/* line 392, components/_home_am.scss */
.americo .container .container_products_featured .slide p {
  float: left;
  display: block;
  font-family: 'houschka_prolight';
  font-size: 16px;
  line-height: 24px;
  color: #555555;
  margin-bottom: 24px;
  padding-right: 6px;
}
/* line 397, components/_home_am.scss */
.americo .container .container_products_featured .slide p strong {
  font-family: 'houschka_probold';
  font-size: 16px;
  line-height: 24px;
  color: #1b86c3;
}
/* line 401, components/_home_am.scss */
.americo .container .container_products_featured .slide .box {
  background-image: url(../../images/img_ma1.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  height: 310px;
  width: 354px;
  float: left;
  display: block;
  margin-top: 5px;
  position: relative;
  overflow: hidden;
}
/* line 411, components/_home_am.scss */
.americo .container .container_products_featured .slide .box.second {
  margin-left: 0;
}
/* line 413, components/_home_am.scss */
.americo .container .container_products_featured .slide .box.second .container_txt {
  background-color: rgba(21, 40, 74, 0.7);
}
/* line 416, components/_home_am.scss */
.americo .container .container_products_featured .slide .box.second:hover .container_txt {
  background-color: rgba(21, 40, 74, 0.8);
}
/* line 419, components/_home_am.scss */
.americo .container .container_products_featured .slide .box.second:hover .btn {
  color: #15284a;
}
/* line 423, components/_home_am.scss */
.americo .container .container_products_featured .slide .box .container_txt {
  position: absolute;
  top: 50%;
  left: 0;
  background-color: rgba(27, 134, 195, 0.7);
  height: 100%;
  width: 100%;
  -webkit-transition: top 300ms ease, background-color 300ms ease;
  -moz-transition: top 300ms ease, background-color 300ms ease;
  transition: top 300ms ease, background-color 300ms ease;
}
/* line 428, components/_home_am.scss */
.americo .container .container_products_featured .slide .box .container_txt .title {
  float: none;
  margin: 0 auto;
  font-family: 'houschka_prodemibold';
  font-size: 40px;
  line-height: 42px;
  color: #FFF;
  width: 100%;
  text-align: Center;
  text-transform: uppercase;
  padding-top: 33px;
}
/* line 437, components/_home_am.scss */
.americo .container .container_products_featured .slide .box .container_txt .btn {
  position: absolute;
  bottom: 44px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 1px solid #FFF;
  border-radius: 5px;
  height: 50px;
  padding: 12px 52px 0;
  font-family: 'houschka_promedium';
  font-size: 16px;
  line-height: 24px;
  color: #FFF;
  text-transform: uppercase;
  -webkit-transition: color 600ms ease, background-color 600ms ease;
  -moz-transition: color 600ms ease, background-color 600ms ease;
  transition: color 600ms ease, background-color 600ms ease;
}
/* line 449, components/_home_am.scss */
.americo .container .container_products_featured .slide .box:hover .container_txt {
  top: 0;
  background-color: rgba(27, 134, 195, 0.8);
}
/* line 453, components/_home_am.scss */
.americo .container .container_products_featured .slide .box:hover .btn {
  color: #1b86c3;
  background-color: #FFF;
}
/* line 461, components/_home_am.scss */
.americo .featured_project {
  float: left;
  display: block;
  width: 100%;
  padding: 55px 0 60px;
  background: url(../../images/gradient2.png) center, url(../../images/projecto_img.jpg) left center;
  background-repeat: no-repeat;
  overflow: hidden;
}
/* line 468, components/_home_am.scss */
.americo .featured_project .title {
  float: left;
  display: block;
  font-family: 'houschka_prolight';
  font-size: 40px;
  line-height: 40px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 21px;
}
/* line 474, components/_home_am.scss */
.americo .featured_project .separator {
  float: left;
  display: block;
  width: 40px;
  height: 3px;
  background-color: #000;
  margin-bottom: 25px;
  clear: left;
}
/* line 482, components/_home_am.scss */
.americo .featured_project p {
  float: left;
  display: block;
  font-family: 'houschka_prolight';
  font-size: 16px;
  line-height: 24px;
  color: #FFF;
  margin-bottom: 24px;
}
/* line 486, components/_home_am.scss */
.americo .featured_project p strong {
  font-family: 'houschka_probold';
  font-size: 16px;
  line-height: 24px;
  color: #FFF;
}
/* line 490, components/_home_am.scss */
.americo .featured_project a {
  float: left;
  display: block;
  border: 1px solid #FFF;
  font-family: 'houschka_promedium';
  font-size: 16px;
  line-height: 18px;
  color: #FFF;
  background-color: transparent;
  height: 50px;
  padding: 16px 53px 0;
  margin-top: 25px;
  text-transform: uppercase;
  border-radius: 5px;
  transition: background-color 200ms ease, color 200ms ease;
}
/* line 501, components/_home_am.scss */
.americo .featured_project a:hover {
  color: #1b86c3;
  background-color: #FFF;
}

/* line 1, components/_quem_somos_am.scss */
.americo {
  /* CONTAINER */
  /* DAR ESTILOS ├Ç MODAL */
}
/* line 3, components/_quem_somos_am.scss */
.americo .banner_topo {
  width: 100%;
  float: left;
  display: block;
  height: 372px;
  margin-top: 8px;
  overflow: hidden;
}
/* line 9, components/_quem_somos_am.scss */
.americo .banner_topo.quem_somos {
  background: url(../../images/img_topo.jpg) no-repeat center;
  background-size: cover;
}
/* line 12, components/_quem_somos_am.scss */
.americo .banner_topo.quem_somos .row {
  position: relative;
  height: 100%;
}
/* line 16, components/_quem_somos_am.scss */
.americo .banner_topo.quem_somos .container_text {
  float: left;
  display: block;
  position: absolute;
  top: 65%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 22, components/_quem_somos_am.scss */
.americo .banner_topo.quem_somos .container_text h2 {
  float: left;
  display: block;
  font-family: 'houschka_probold';
  font-size: 54px;
  line-height: 54px;
  color: #1b86c3;
  text-shadow: 2px 3px 3px #000;
  margin-bottom: 22px;
  text-transform: uppercase;
}
/* line 29, components/_quem_somos_am.scss */
.americo .banner_topo.quem_somos .container_text p {
  float: left;
  display: block;
  font-family: 'houschka_promedium';
  font-size: 16px;
  line-height: 19px;
  color: #FFF;
}
/* line 32, components/_quem_somos_am.scss */
.americo .banner_topo.quem_somos .container_text p strong {
  font-family: 'houschka_probold';
  font-size: 16px;
  line-height: 18px;
  color: #1b86c3;
}
/* line 41, components/_quem_somos_am.scss */
.americo .container.quem_somos {
  padding: 16px 0 60px;
}
/* line 43, components/_quem_somos_am.scss */
.americo .container.quem_somos .navigation {
  float: left;
  display: block;
  width: 100%;
  margin-bottom: 23px;
  padding: 0 6px;
}
/* line 48, components/_quem_somos_am.scss */
.americo .container.quem_somos .navigation li {
  float: left;
  display: block;
}
/* line 50, components/_quem_somos_am.scss */
.americo .container.quem_somos .navigation li a {
  float: left;
  display: block;
  font-family: 'houschka_promedium';
  font-size: 12px;
  line-height: 14px;
  color: #555555;
  margin-left: 5px;
}
/* line 54, components/_quem_somos_am.scss */
.americo .container.quem_somos .navigation li a::after {
  content: " >";
}
/* line 58, components/_quem_somos_am.scss */
.americo .container.quem_somos .navigation li:last-child a::after {
  content: " ";
}
/* line 61, components/_quem_somos_am.scss */
.americo .container.quem_somos .navigation li:first-child a {
  margin-left: 0;
}
/* line 64, components/_quem_somos_am.scss */
.americo .container.quem_somos .navigation li:last-child a {
  font-family: 'houschka_prodemibold';
  font-size: 12px;
  line-height: 15px;
  color: #1b86c3;
}
/* line 67, components/_quem_somos_am.scss */
.americo .container.quem_somos .navigation li:last-child a:hover {
  cursor: default;
}
/* line 72, components/_quem_somos_am.scss */
.americo .container.quem_somos .h_container {
  float: left;
  display: block;
  width: 100%;
  text-align: left;
  padding: 0 6px;
}
/* line 77, components/_quem_somos_am.scss */
.americo .container.quem_somos .h_container h3 {
  float: left;
  display: block;
  font-family: 'houschka_prolight';
  font-size: 40px;
  line-height: 42px;
  color: #1b86c3;
  margin-bottom: 21px;
  text-transform: uppercase;
}
/* line 83, components/_quem_somos_am.scss */
.americo .container.quem_somos .h_container .separator {
  float: left;
  display: block;
  width: 40px;
  height: 3px;
  background-color: #1b86c3;
  clear: left;
}
/* line 91, components/_quem_somos_am.scss */
.americo .container.quem_somos .group_txt_block {
  float: left;
  display: block;
  width: 100%;
}
/* line 94, components/_quem_somos_am.scss */
.americo .container.quem_somos .group_txt_block p {
  float: left;
  display: block;
  width: 100%;
  text-align: left;
  font-family: 'houschka_prolight';
  font-size: 16px;
  line-height: 24px;
  color: #555555;
  padding-top: 24px;
}
/* line 100, components/_quem_somos_am.scss */
.americo .container.quem_somos .group_txt_block p strong {
  font-family: 'houschka_probold';
  font-size: 16px;
  line-height: 24px;
  color: #1b86c3;
}
/* line 104, components/_quem_somos_am.scss */
.americo .container.quem_somos .group_txt_block .single_image {
  float: left;
  display: block;
  width: 100%;
  height: 340px;
  position: relative;
  overflow: hidden;
}
/* line 110, components/_quem_somos_am.scss */
.americo .container.quem_somos .group_txt_block .single_image img {
  position: absolute;
  top: 50%;
  width: 100%;
  height: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 119, components/_quem_somos_am.scss */
.americo .container.quem_somos .group_txt_block .doble_image {
  float: left;
  display: block;
  width: 100%;
  height: 230px;
  position: relative;
  overflow: hidden;
  margin-top: 25px;
}
/* line 126, components/_quem_somos_am.scss */
.americo .container.quem_somos .group_txt_block .doble_image img {
  width: 232px;
  position: absolute;
  top: 50%;
  height: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 133, components/_quem_somos_am.scss */
.americo .container.quem_somos .group_txt_block .doble_image img.right {
  right: 0;
}
/* line 139, components/_quem_somos_am.scss */
.americo .container.quem_somos .space_35 {
  float: left;
  display: block;
  width: 100%;
  height: 35px;
}
/* line 144, components/_quem_somos_am.scss */
.americo .container.quem_somos .separator_100 {
  width: 962px;
  float: left;
  display: block;
  margin: 60px 6px 53px;
  height: 1px;
  background-color: #1b86c3;
}
/* line 152, components/_quem_somos_am.scss */
.americo .container .container_featured_carousel {
  float: left;
  display: block;
  width: 100%;
  padding: 28px 6px 0;
}
/* line 156, components/_quem_somos_am.scss */
.americo .container .container_featured_carousel .bx-wrapper {
  height: 400px !important;
}
/* line 159, components/_quem_somos_am.scss */
.americo .container .container_featured_carousel .bx-wrapper .bx-viewport {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  left: 0;
  height: 400px !important;
}
/* line 167, components/_quem_somos_am.scss */
.americo .container .container_featured_carousel .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: -60px;
  margin-top: 0;
  outline: 0;
  width: 18px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
/* line 177, components/_quem_somos_am.scss */
.americo .container .container_featured_carousel .bx-wrapper .bx-prev {
  right: 47px !important;
  left: inherit !important;
  background-image: url(../img/sprites/spritesheet.png);
  background-position: -175px 0px;
  width: 18px;
  height: 32px;
  transition: opacity 200ms ease;
}
/* line 182, components/_quem_somos_am.scss */
.americo .container .container_featured_carousel .bx-wrapper .bx-prev:hover {
  opacity: .5;
}
/* line 186, components/_quem_somos_am.scss */
.americo .container .container_featured_carousel .bx-wrapper .bx-next {
  right: 0 !important;
  background-image: url(../img/sprites/spritesheet.png);
  background-position: -175px -32px;
  width: 18px;
  height: 32px;
  transition: opacity 200ms ease;
}
/* line 190, components/_quem_somos_am.scss */
.americo .container .container_featured_carousel .bx-wrapper .bx-next:hover {
  opacity: .5;
}
/* line 194, components/_quem_somos_am.scss */
.americo .container .container_featured_carousel .slide {
  height: 400px;
}
/* line 196, components/_quem_somos_am.scss */
.americo .container .container_featured_carousel .slide .container_image {
  float: left;
  display: block;
  width: 100%;
  height: 180px;
  margin-bottom: 28px;
  position: relative;
  overflow: hidden;
}
/* line 203, components/_quem_somos_am.scss */
.americo .container .container_featured_carousel .slide .container_image img {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  height: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 213, components/_quem_somos_am.scss */
.americo .container .container_featured_carousel .slide .title {
  float: left;
  display: block;
  width: 100%;
  font-family: 'houschka_prodemibold';
  font-size: 20px;
  line-height: 22px;
  color: #1b86c3;
  text-transform: uppercase;
  margin-bottom: 20px;
}
/* line 220, components/_quem_somos_am.scss */
.americo .container .container_featured_carousel .slide p {
  float: left;
  display: block;
  width: 100%;
  font-family: 'houschka_prolight';
  font-size: 16px;
  line-height: 24px;
  color: #555555;
  padding-top: 0;
}
/* line 226, components/_quem_somos_am.scss */
.americo .container .container_featured_carousel .slide a {
  position: absolute;
  bottom: 0;
  left: 1px;
  padding: 7px 17px;
  border: 1px solid #1b86c3;
  background-color: transparent;
  font-family: 'houschka_promedium';
  font-size: 12px;
  line-height: 14px;
  color: #1b86c3;
  text-transform: uppercase;
  border-radius: 5px;
  height: 30px;
  transition: color 200ms ease, background-color 200ms ease;
}
/* line 238, components/_quem_somos_am.scss */
.americo .container .container_featured_carousel .slide a:hover {
  background-color: #1b86c3;
  color: #FFF;
}
/* line 248, components/_quem_somos_am.scss */
.americo .modal label, .americo .modal .modal-state {
  display: none;
}
/* line 251, components/_quem_somos_am.scss */
.americo .modal .modal-fade-screen {
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.85);
  opacity: 0;
  text-align: left;
  visibility: hidden;
  z-index: 99999999999;
  height: 100%;
}
/* line 261, components/_quem_somos_am.scss */
.americo .modal .modal-fade-screen .modal-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
}
/* line 266, components/_quem_somos_am.scss */
.americo .modal .modal-close {
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../img/sprites/spritesheet.png);
  background-position: -97px 0px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 1;
}
/* line 271, components/_quem_somos_am.scss */
.americo .modal .modal-close:hover {
  background-image: url(../img/sprites/spritesheet.png);
  background-position: -65px -55px;
  width: 30px;
  height: 30px;
}
/* line 275, components/_quem_somos_am.scss */
.americo .modal .modal-inner {
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  background-color: #FFF;
  max-height: 95%;
  overflow: auto;
  margin: 0 auto;
  position: relative;
  max-width: 724px;
  border: 1px solid #1b86c3;
}
/* line 284, components/_quem_somos_am.scss */
.americo .modal .modal-inner .container_image {
  float: left;
  display: block;
  height: 300px;
  width: 722px;
  position: relative;
  overflow: hidden;
}
/* line 289, components/_quem_somos_am.scss */
.americo .modal .modal-inner .container_image img {
  height: auto;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 296, components/_quem_somos_am.scss */
.americo .modal .modal-inner .container_text {
  float: left;
  display: block;
  padding: 10px 30px 50px;
}
/* line 299, components/_quem_somos_am.scss */
.americo .modal .modal-inner .container_text h1 {
  float: left;
  display: block;
  font-family: 'houschka_prodemibold';
  font-size: 28px;
  line-height: 30px;
  color: #1b86c3;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 20px;
}
/* line 306, components/_quem_somos_am.scss */
.americo .modal .modal-inner .container_text p {
  float: left;
  display: block;
  font-family: 'houschka_prolight';
  font-size: 16px;
  line-height: 24px;
  color: #555555;
  text-align: left;
}
/* line 313, components/_quem_somos_am.scss */
.americo .modal .modal-state:checked + .modal-fade-screen {
  opacity: 1;
  visibility: visible;
}
/* line 317, components/_quem_somos_am.scss */
.americo .modal .modal-state:checked + .modal-fade-screen .modal-inner {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 323, components/_quem_somos_am.scss */
.americo .modal-open {
  overflow: hidden;
}

/* line 1, components/_projectos_am.scss */
.americo {
  /* CONTAINER */
}
/* line 5, components/_projectos_am.scss */
.americo .container.projetos {
  padding: 16px 0 60px;
}
/* line 7, components/_projectos_am.scss */
.americo .container.projetos .navigation {
  float: left;
  display: block;
  width: 100%;
  margin-bottom: 29px;
  padding: 0 6px;
}
/* line 12, components/_projectos_am.scss */
.americo .container.projetos .navigation li {
  float: left;
  display: block;
}
/* line 14, components/_projectos_am.scss */
.americo .container.projetos .navigation li a {
  float: left;
  display: block;
  font-family: 'houschka_promedium';
  font-size: 12px;
  line-height: 14px;
  color: #555555;
  margin-left: 5px;
}
/* line 18, components/_projectos_am.scss */
.americo .container.projetos .navigation li a::after {
  content: " >";
}
/* line 22, components/_projectos_am.scss */
.americo .container.projetos .navigation li:last-child a::after {
  content: " ";
}
/* line 25, components/_projectos_am.scss */
.americo .container.projetos .navigation li:first-child a {
  margin-left: 0;
}
/* line 28, components/_projectos_am.scss */
.americo .container.projetos .navigation li:last-child a {
  font-family: 'houschka_prodemibold';
  font-size: 12px;
  line-height: 15px;
  color: #1b86c3;
}
/* line 31, components/_projectos_am.scss */
.americo .container.projetos .navigation li:last-child a:hover {
  cursor: default;
}
/* line 37, components/_projectos_am.scss */
.americo .container.projetos .projects_list li {
  float: left;
  display: block;
  height: 240px;
  width: 300px;
  margin: 0 32px 33px 0;
}
/* line 41, components/_projectos_am.scss */
.americo .container.projetos .projects_list li:nth-child(3n) {
  margin-right: 0;
}
/* line 44, components/_projectos_am.scss */
.americo .container.projetos .projects_list li a {
  float: left;
  display: block;
  height: 100%;
  width: 100%;
}
/* line 47, components/_projectos_am.scss */
.americo .container.projetos .projects_list li a .container_image {
  float: left;
  display: block;
  height: 120px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
/* line 52, components/_projectos_am.scss */
.americo .container.projetos .projects_list li a .container_image img {
  position: absolute;
  top: 50%;
  left: 0;
  height: auto;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 57, components/_projectos_am.scss */
.americo .container.projetos .projects_list li a .container_image::after {
  content: " ";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #1b86c3;
  opacity: 0;
  -webkit-transition: opacity 300ms ease;
  -moz-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
/* line 66, components/_projectos_am.scss */
.americo .container.projetos .projects_list li a .container_text {
  float: left;
  display: block;
  background-color: #dcdcdc;
  height: 120px;
  width: 100%;
  padding: 23px 20px 0;
  position: relative;
  -webkit-transition: background-color 300ms ease;
  -moz-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}
/* line 73, components/_projectos_am.scss */
.americo .container.projetos .projects_list li a .container_text .title {
  width: 100%;
  text-align: center;
  float: left;
  display: block;
  font-family: 'houschka_prodemibold';
  font-size: 20px;
  line-height: 22px;
  color: #747475;
  text-transform: uppercase;
  -webkit-transition: color 500ms ease;
  -moz-transition: color 500ms ease;
  transition: color 500ms ease;
}
/* line 81, components/_projectos_am.scss */
.americo .container.projetos .projects_list li a .container_text .button {
  border-radius: 5px;
  background-color: #1b86c3;
  height: 30px;
  font-family: 'houschka_promedium';
  font-size: 12px;
  line-height: 12px;
  color: #FFF;
  position: absolute;
  bottom: 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;
  padding: 7px 18px 0;
  -webkit-transition: color 600ms ease, background-color 600ms ease;
  -moz-transition: color 600ms ease, background-color 600ms ease;
  transition: color 600ms ease, background-color 600ms ease;
}
/* line 93, components/_projectos_am.scss */
.americo .container.projetos .projects_list li a:hover .button {
  background-color: #FFF;
  color: #1b86c3;
}
/* line 97, components/_projectos_am.scss */
.americo .container.projetos .projects_list li a:hover .container_text {
  background-color: #1b86c3;
}
/* line 100, components/_projectos_am.scss */
.americo .container.projetos .projects_list li a:hover .title {
  color: #FFF;
}
/* line 103, components/_projectos_am.scss */
.americo .container.projetos .projects_list li a:hover .container_image::after {
  opacity: .5;
}

/* line 1, components/_projectosDet_am.scss */
.americo {
  /* CONTAINER */
}
/* line 5, components/_projectosDet_am.scss */
.americo .container.projetos_detalhe {
  padding: 16px 0 60px;
}
/* line 7, components/_projectosDet_am.scss */
.americo .container.projetos_detalhe .navigation {
  float: left;
  display: block;
  width: 100%;
  margin-bottom: 23px;
  padding: 0 6px;
}
/* line 12, components/_projectosDet_am.scss */
.americo .container.projetos_detalhe .navigation li {
  float: left;
  display: block;
}
/* line 14, components/_projectosDet_am.scss */
.americo .container.projetos_detalhe .navigation li a {
  float: left;
  display: block;
  font-family: 'houschka_promedium';
  font-size: 12px;
  line-height: 14px;
  color: #555555;
  margin-left: 5px;
}
/* line 18, components/_projectosDet_am.scss */
.americo .container.projetos_detalhe .navigation li a::after {
  content: " >";
}
/* line 22, components/_projectosDet_am.scss */
.americo .container.projetos_detalhe .navigation li:last-child a::after {
  content: " ";
}
/* line 25, components/_projectosDet_am.scss */
.americo .container.projetos_detalhe .navigation li:first-child a {
  margin-left: 0;
}
/* line 28, components/_projectosDet_am.scss */
.americo .container.projetos_detalhe .navigation li:last-child a {
  font-family: 'houschka_prodemibold';
  font-size: 12px;
  line-height: 15px;
  color: #1b86c3;
}
/* line 31, components/_projectosDet_am.scss */
.americo .container.projetos_detalhe .navigation li:last-child a:hover {
  cursor: default;
}
/* line 36, components/_projectosDet_am.scss */
.americo .container.projetos_detalhe .h_container {
  float: left;
  display: block;
  width: 100%;
  text-align: left;
  padding: 0 6px;
}
/* line 41, components/_projectosDet_am.scss */
.americo .container.projetos_detalhe .h_container h3 {
  float: left;
  display: block;
  font-family: 'houschka_prolight';
  font-size: 40px;
  line-height: 42px;
  color: #1b86c3;
  margin-bottom: 24px;
  text-transform: uppercase;
}
/* line 48, components/_projectosDet_am.scss */
.americo .container.projetos_detalhe #projects_gallery {
  float: left;
  display: block;
  height: 392px;
  position: relative;
  margin-bottom: 45px;
}
/* line 53, components/_projectosDet_am.scss */
.americo .container.projetos_detalhe #projects_gallery .big_image {
  float: left;
  display: block;
  height: 392px;
  width: 720px;
}
/* line 56, components/_projectosDet_am.scss */
.americo .container.projetos_detalhe #projects_gallery .big_image li {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 392px;
  width: 720px;
  position: absolute;
  overflow: hidden;
  -webkit-transition: opacity 300ms ease;
  -moz-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
/* line 63, components/_projectosDet_am.scss */
.americo .container.projetos_detalhe #projects_gallery .big_image li .image {
  height: auto;
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 68, components/_projectosDet_am.scss */
.americo .container.projetos_detalhe #projects_gallery .big_image li.active {
  opacity: 1;
}
/* line 73, components/_projectosDet_am.scss */
.americo .container.projetos_detalhe #projects_gallery .thumbnails {
  float: left;
  display: block;
  height: 392px;
  width: 232px;
  margin-left: 12px;
}
/* line 77, components/_projectosDet_am.scss */
.americo .container.projetos_detalhe #projects_gallery .thumbnails li {
  float: left;
  display: block;
  height: 89px;
  width: 110px;
  margin-bottom: 12px;
  position: relative;
  overflow: hidden;
}
/* line 83, components/_projectosDet_am.scss */
.americo .container.projetos_detalhe #projects_gallery .thumbnails li:nth-child(2n) {
  margin-left: 12px;
}
/* line 86, components/_projectosDet_am.scss */
.americo .container.projetos_detalhe #projects_gallery .thumbnails li:nth-child(7), .americo .container.projetos_detalhe #projects_gallery .thumbnails li:nth-child(8) {
  margin-bottom: 0;
}
/* line 89, components/_projectosDet_am.scss */
.americo .container.projetos_detalhe #projects_gallery .thumbnails li:hover {
  cursor: pointer;
}
/* line 92, components/_projectosDet_am.scss */
.americo .container.projetos_detalhe #projects_gallery .thumbnails li::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #1b86c3;
  opacity: 0;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}
/* line 100, components/_projectosDet_am.scss */
.americo .container.projetos_detalhe #projects_gallery .thumbnails li:hover::after {
  opacity: .5;
}
/* line 103, components/_projectosDet_am.scss */
.americo .container.projetos_detalhe #projects_gallery .thumbnails li.active::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #1b86c3;
  opacity: .5;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}
/* line 111, components/_projectosDet_am.scss */
.americo .container.projetos_detalhe #projects_gallery .thumbnails li.active:hover::after {
  cursor: default;
}
/* line 114, components/_projectosDet_am.scss */
.americo .container.projetos_detalhe #projects_gallery .thumbnails li img {
  height: 100%;
  width: auto;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
/* line 122, components/_projectosDet_am.scss */
.americo .container.projetos_detalhe .separator {
  float: left;
  display: block;
  width: 40px;
  height: 3px;
  background-color: #1b86c3;
  clear: left;
  margin-bottom: 26px;
}
/* line 130, components/_projectosDet_am.scss */
.americo .container.projetos_detalhe .sub_title {
  float: left;
  display: block;
  width: 100%;
  margin-bottom: 5px;
  font-family: 'houschka_prodemibold';
  font-size: 16px;
  line-height: 18px;
  color: #181818;
}
/* line 137, components/_projectosDet_am.scss */
.americo .container.projetos_detalhe .description p {
  float: left;
  display: block;
  width: 100%;
  font-family: 'houschka_prolight';
  font-size: 16px;
  line-height: 24px;
  color: #555555;
}
/* line 141, components/_projectosDet_am.scss */
.americo .container.projetos_detalhe .description p strong {
  font-family: 'houschka_probold';
  font-size: 16px;
  line-height: 24px;
  color: #1b86c3;
}
/* line 146, components/_projectosDet_am.scss */
.americo .container.projetos_detalhe .container_socialNetwork {
  float: left;
  display: block;
  border: 1px solid #1b86c3;
  margin-top: 31px;
  padding: 6px 17px 0 0;
  border-radius: 5px;
  position: relative;
  height: 35px;
}
/* line 154, components/_projectosDet_am.scss */
.americo .container.projetos_detalhe .container_socialNetwork::after {
  content: " ";
  float: left;
  display: block;
  background-image: url(../img/sprites/spritesheet.png);
  background-position: 0px -55px;
  width: 35px;
  height: 35px;
  position: absolute;
  top: -1px;
  left: -1px;
}
/* line 160, components/_projectosDet_am.scss */
.americo .container.projetos_detalhe .container_socialNetwork .fb_s {
  float: left;
  display: block;
  background-image: url(../img/sprites/spritesheet.png);
  background-position: -112px -120px;
  width: 22px;
  height: 22px;
  margin-left: 52px;
}
/* line 164, components/_projectosDet_am.scss */
.americo .container.projetos_detalhe .container_socialNetwork .fb_s:hover {
  background-image: url(../img/sprites/spritesheet.png);
  background-position: -90px -120px;
  width: 22px;
  height: 22px;
}
/* line 168, components/_projectosDet_am.scss */
.americo .container.projetos_detalhe .container_socialNetwork .in_s {
  float: left;
  display: block;
  background-image: url(../img/sprites/spritesheet.png);
  background-position: -110px -150px;
  width: 22px;
  height: 22px;
  margin-left: 22px;
}
/* line 172, components/_projectosDet_am.scss */
.americo .container.projetos_detalhe .container_socialNetwork .in_s:hover {
  background-image: url(../img/sprites/spritesheet.png);
  background-position: -88px -150px;
  width: 22px;
  height: 22px;
}
/* line 176, components/_projectosDet_am.scss */
.americo .container.projetos_detalhe .container_socialNetwork .gp_s {
  float: left;
  display: block;
  background-image: url(../img/sprites/spritesheet.png);
  background-position: -22px -150px;
  width: 22px;
  height: 22px;
  margin-left: 22px;
}
/* line 180, components/_projectosDet_am.scss */
.americo .container.projetos_detalhe .container_socialNetwork .gp_s:hover {
  background-image: url(../img/sprites/spritesheet.png);
  background-position: -193px 0px;
  width: 22px;
  height: 22px;
}

/* line 1, components/_produtos_am.scss */
.americo {
  /* CONTAINER */
}
/* line 5, components/_produtos_am.scss */
.americo .container.produtos {
  padding: 16px 0 60px;
}
/* line 7, components/_produtos_am.scss */
.americo .container.produtos .navigation {
  float: left;
  display: block;
  width: 100%;
  margin-bottom: 29px;
  padding: 0 6px;
}
/* line 12, components/_produtos_am.scss */
.americo .container.produtos .navigation li {
  float: left;
  display: block;
}
/* line 14, components/_produtos_am.scss */
.americo .container.produtos .navigation li a {
  float: left;
  display: block;
  font-family: 'houschka_promedium';
  font-size: 12px;
  line-height: 14px;
  color: #555555;
  margin-left: 5px;
}
/* line 18, components/_produtos_am.scss */
.americo .container.produtos .navigation li a::after {
  content: " >";
}
/* line 22, components/_produtos_am.scss */
.americo .container.produtos .navigation li:last-child a::after {
  content: " ";
}
/* line 25, components/_produtos_am.scss */
.americo .container.produtos .navigation li:first-child a {
  margin-left: 0;
}
/* line 28, components/_produtos_am.scss */
.americo .container.produtos .navigation li:last-child a {
  font-family: 'houschka_prodemibold';
  font-size: 12px;
  line-height: 15px;
  color: #1b86c3;
}
/* line 31, components/_produtos_am.scss */
.americo .container.produtos .navigation li:last-child a:hover {
  cursor: default;
}
/* line 36, components/_produtos_am.scss */
.americo .container.produtos .container_categories {
  float: left;
  display: block;
  width: 100%;
}
/* line 39, components/_produtos_am.scss */
.americo .container.produtos .container_categories .left_side {
  float: left;
  display: block;
  width: 50%;
  height: 100%;
  min-height: 116px;
  position: relative;
  overflow: hidden;
}
/* line 46, components/_produtos_am.scss */
.americo .container.produtos .container_categories .left_side .background {
  position: absolute;
  top: 50%;
  left: 0;
  height: auto;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 51, components/_produtos_am.scss */
.americo .container.produtos .container_categories .left_side .container_title {
  float: left;
  display: block;
  margin-top: 33px;
  height: 60px;
  width: 354px;
  background-color: #1b86c3;
  z-index: 1;
  position: relative;
  text-align: center;
}
/* line 59, components/_produtos_am.scss */
.americo .container.produtos .container_categories .left_side .container_title h3 {
  margin: 0 auto;
  font-family: 'houschka_probold';
  font-size: 33px;
  line-height: 35px;
  color: #FFF;
  text-transform: uppercase;
  padding-top: 13px;
}
/* line 67, components/_produtos_am.scss */
.americo .container.produtos .container_categories .right_side {
  float: left;
  display: block;
  height: 100%;
  width: 50%;
}
/* line 70, components/_produtos_am.scss */
.americo .container.produtos .container_categories .right_side ul {
  float: left;
  display: block;
  width: 100%;
}
/* line 73, components/_produtos_am.scss */
.americo .container.produtos .container_categories .right_side ul li {
  float: left;
  display: block;
  height: 58px;
  width: 100%;
  border-bottom: 1px solid #c2c2c2;
  background-color: #dcdcdc;
  padding: 14px 16px 14px 25px;
}
/* line 79, components/_produtos_am.scss */
.americo .container.produtos .container_categories .right_side ul li:last-child {
  border-bottom: none;
}
/* line 82, components/_produtos_am.scss */
.americo .container.produtos .container_categories .right_side ul li h4 {
  font-family: 'houschka_prodemibold';
  font-size: 20px;
  line-height: 22px;
  color: #747475;
  text-transform: uppercase;
  display: inline;
  padding-top: 5px;
  float: left;
  display: block;
}
/* line 89, components/_produtos_am.scss */
.americo .container.produtos .container_categories .right_side ul li a {
  display: inline;
  float: right;
  height: 30px;
  background-color: #1b86c3;
  color: #FFF;
  border-radius: 5px;
  font-family: 'houschka_promedium';
  font-size: 12px;
  line-height: 12px;
  color: #FFF;
  text-transform: uppercase;
  padding: 7px 18px 0;
  -webkit-transition: background-color 200ms ease;
  -moz-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}
/* line 100, components/_produtos_am.scss */
.americo .container.produtos .container_categories .right_side ul li a:hover {
  background-color: #555555;
}
/* line 110, components/_produtos_am.scss */
.americo .space_50 {
  float: left;
  display: block;
  height: 50px;
  width: 100%;
}

/* line 1, components/_produtosDet_am.scss */
.americo {
  /* CONTAINER */
}
/* line 5, components/_produtosDet_am.scss */
.americo .container.produtos_detalhe {
  padding: 16px 0 60px;
}
/* line 7, components/_produtosDet_am.scss */
.americo .container.produtos_detalhe .navigation {
  float: left;
  display: block;
  width: 100%;
  margin-bottom: 23px;
  padding: 0 6px;
}
/* line 12, components/_produtosDet_am.scss */
.americo .container.produtos_detalhe .navigation li {
  float: left;
  display: block;
}
/* line 14, components/_produtosDet_am.scss */
.americo .container.produtos_detalhe .navigation li a {
  float: left;
  display: block;
  font-family: 'houschka_promedium';
  font-size: 12px;
  line-height: 14px;
  color: #555555;
  margin-left: 5px;
}
/* line 18, components/_produtosDet_am.scss */
.americo .container.produtos_detalhe .navigation li a::after {
  content: " >";
}
/* line 22, components/_produtosDet_am.scss */
.americo .container.produtos_detalhe .navigation li:last-child a::after {
  content: " ";
}
/* line 25, components/_produtosDet_am.scss */
.americo .container.produtos_detalhe .navigation li:first-child a {
  margin-left: 0;
}
/* line 28, components/_produtosDet_am.scss */
.americo .container.produtos_detalhe .navigation li:last-child a {
  font-family: 'houschka_prodemibold';
  font-size: 12px;
  line-height: 15px;
  color: #1b86c3;
}
/* line 31, components/_produtosDet_am.scss */
.americo .container.produtos_detalhe .navigation li:last-child a:hover {
  cursor: default;
}
/* line 36, components/_produtosDet_am.scss */
.americo .container.produtos_detalhe .h_container {
  float: left;
  display: block;
  width: 100%;
  text-align: left;
  padding: 0 6px;
}
/* line 41, components/_produtosDet_am.scss */
.americo .container.produtos_detalhe .h_container h3 {
  float: left;
  display: block;
  font-family: 'houschka_prolight';
  font-size: 40px;
  line-height: 42px;
  color: #1b86c3;
  margin-bottom: 21px;
  text-transform: uppercase;
}
/* line 48, components/_produtosDet_am.scss */
.americo .container.produtos_detalhe #container_gallery {
  float: left;
  display: block;
  height: 392px;
  position: relative;
  margin-bottom: 45px;
}
/* line 53, components/_produtosDet_am.scss */
.americo .container.produtos_detalhe #container_gallery .big_image {
  float: left;
  display: block;
  height: 342px;
  width: 720px;
}
/* line 56, components/_produtosDet_am.scss */
.americo .container.produtos_detalhe #container_gallery .big_image li {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 342px;
  width: 720px;
  position: absolute;
  overflow: hidden;
  -webkit-transition: opacity 300ms ease;
  -moz-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
/* line 63, components/_produtosDet_am.scss */
.americo .container.produtos_detalhe #container_gallery .big_image li .image {
  height: auto;
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 68, components/_produtosDet_am.scss */
.americo .container.produtos_detalhe #container_gallery .big_image li.active {
  opacity: 1;
}
/* line 73, components/_produtosDet_am.scss */
.americo .container.produtos_detalhe #container_gallery .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50px;
  width: 720px;
  background-color: #1b86c3;
  font-family: 'houschka_prolight';
  font-size: 14px;
  line-height: 16px;
  color: #FFF;
  padding: 10px;
  text-align: left;
}
/* line 81, components/_produtosDet_am.scss */
.americo .container.produtos_detalhe #container_gallery .thumbnails {
  float: left;
  display: block;
  height: 392px;
  width: 232px;
  margin-left: 12px;
}
/* line 85, components/_produtosDet_am.scss */
.americo .container.produtos_detalhe #container_gallery .thumbnails li {
  float: left;
  display: block;
  height: 89px;
  width: 110px;
  margin-bottom: 12px;
  position: relative;
  overflow: hidden;
}
/* line 91, components/_produtosDet_am.scss */
.americo .container.produtos_detalhe #container_gallery .thumbnails li:nth-child(2n) {
  margin-left: 12px;
}
/* line 94, components/_produtosDet_am.scss */
.americo .container.produtos_detalhe #container_gallery .thumbnails li:nth-child(7), .americo .container.produtos_detalhe #container_gallery .thumbnails li:nth-child(8) {
  margin-bottom: 0;
}
/* line 97, components/_produtosDet_am.scss */
.americo .container.produtos_detalhe #container_gallery .thumbnails li:hover {
  cursor: pointer;
}
/* line 100, components/_produtosDet_am.scss */
.americo .container.produtos_detalhe #container_gallery .thumbnails li::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #1b86c3;
  opacity: 0;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}
/* line 108, components/_produtosDet_am.scss */
.americo .container.produtos_detalhe #container_gallery .thumbnails li:hover::after {
  opacity: .5;
}
/* line 111, components/_produtosDet_am.scss */
.americo .container.produtos_detalhe #container_gallery .thumbnails li.active::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #1b86c3;
  opacity: .5;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}
/* line 119, components/_produtosDet_am.scss */
.americo .container.produtos_detalhe #container_gallery .thumbnails li.active:hover::after {
  cursor: default;
}
/* line 122, components/_produtosDet_am.scss */
.americo .container.produtos_detalhe #container_gallery .thumbnails li img {
  height: 100%;
  width: auto;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
/* line 130, components/_produtosDet_am.scss */
.americo .container.produtos_detalhe .separator {
  float: left;
  display: block;
  width: 40px;
  height: 3px;
  background-color: #1b86c3;
  clear: left;
  margin-bottom: 26px;
}
/* line 138, components/_produtosDet_am.scss */
.americo .container.produtos_detalhe .sub_title {
  float: left;
  display: block;
  width: 100%;
  margin-bottom: 12px;
  font-family: 'houschka_prodemibold';
  font-size: 16px;
  line-height: 18px;
  color: #181818;
}
/* line 144, components/_produtosDet_am.scss */
.americo .container.produtos_detalhe .carousel_colors {
  float: left;
  display: block;
  height: 110px;
  width: 232px;
}
/* line 147, components/_produtosDet_am.scss */
.americo .container.produtos_detalhe .carousel_colors .slide {
  width: 27px !important;
  float: left;
  display: block;
}
/* line 150, components/_produtosDet_am.scss */
.americo .container.produtos_detalhe .carousel_colors .slide span {
  float: left;
  display: block;
  height: 27px;
  width: 27px;
  border: 1px solid #363636;
  margin-bottom: 15px;
  clear: left;
}
/* line 160, components/_produtosDet_am.scss */
.americo .container.produtos_detalhe .description p {
  float: left;
  display: block;
  width: 100%;
  font-family: 'houschka_prolight';
  font-size: 16px;
  line-height: 24px;
  color: #555555;
}
/* line 164, components/_produtosDet_am.scss */
.americo .container.produtos_detalhe .description p strong {
  font-family: 'houschka_probold';
  font-size: 16px;
  line-height: 24px;
  color: #1b86c3;
}
/* line 170, components/_produtosDet_am.scss */
.americo .container.produtos_detalhe .download p {
  float: left;
  display: block;
  width: 100%;
  font-family: 'houschka_prolight';
  font-size: 14px;
  line-height: 20px;
  color: #555555;
}
/* line 174, components/_produtosDet_am.scss */
.americo .container.produtos_detalhe .download p strong {
  font-family: 'houschka_probold';
  font-size: 14px;
  line-height: 20px;
  color: #1b86c3;
}
/* line 179, components/_produtosDet_am.scss */
.americo .container.produtos_detalhe .download_datasheet {
  float: left;
  display: block;
  border-radius: 5px;
  background-color: transparent;
  font-family: 'houschka_promedium';
  font-size: 12px;
  line-height: 12px;
  color: #1b86c3;
  text-transform: uppercase;
  border: 1px solid #1b86c3;
  height: 30px;
  padding: 7px 18px 0;
  margin-top: 12px;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  -moz-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
}
/* line 190, components/_produtosDet_am.scss */
.americo .container.produtos_detalhe .download_datasheet:hover {
  background-color: #1b86c3;
  color: #FFF;
}
/* line 195, components/_produtosDet_am.scss */
.americo .container.produtos_detalhe .bx-wrapper {
  float: left;
  display: block;
  height: 111px;
  margin-top: 4px !important;
}
/* line 200, components/_produtosDet_am.scss */
.americo .container.produtos_detalhe .bx-wrapper .bx-viewport {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  left: 0;
  height: 111px !important;
}
/* line 208, components/_produtosDet_am.scss */
.americo .container.produtos_detalhe .bx-controls.bx-has-controls-direction {
  position: absolute;
  top: -35px;
  right: 0;
  height: 15px;
  width: 32px;
}
/* line 211, components/_produtosDet_am.scss */
.americo .container.produtos_detalhe .bx-controls.bx-has-controls-direction .bx-prev {
  float: left;
  display: block;
  background-image: url(../img/sprites/spritesheet.png);
  background-position: -193px -37px;
  width: 9px;
  height: 15px;
  color: transparent;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}
/* line 216, components/_produtosDet_am.scss */
.americo .container.produtos_detalhe .bx-controls.bx-has-controls-direction .bx-prev:hover {
  opacity: .5;
}
/* line 220, components/_produtosDet_am.scss */
.americo .container.produtos_detalhe .bx-controls.bx-has-controls-direction .bx-next {
  float: right;
  display: block;
  background-image: url(../img/sprites/spritesheet.png);
  background-position: -193px -22px;
  width: 9px;
  height: 15px;
  color: transparent;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}
/* line 225, components/_produtosDet_am.scss */
.americo .container.produtos_detalhe .bx-controls.bx-has-controls-direction .bx-next:hover {
  opacity: .5;
}
/* line 231, components/_produtosDet_am.scss */
.americo .container .tabela1 {
  float: left;
  display: block;
  width: 100%;
  margin: 50px 0 0 6px;
}
/* line 237, components/_produtosDet_am.scss */
.americo .container .tabela1 thead tr td {
  background-color: #1b86c3;
  height: 41px;
  width: 156px;
  vertical-align: middle;
  text-align: center;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  font-family: 'houschka_prodemibold';
  font-size: 16px;
  line-height: 24px;
  color: #FFF;
}
/* line 245, components/_produtosDet_am.scss */
.americo .container .tabela1 thead tr td:first-child {
  height: 41px;
  width: 73px;
}
/* line 248, components/_produtosDet_am.scss */
.americo .container .tabela1 thead tr td:last-child {
  height: 41px;
  width: 111px;
}
/* line 255, components/_produtosDet_am.scss */
.americo .container .tabela1 tbody tr {
  background-color: #ebebeb;
}
/* line 257, components/_produtosDet_am.scss */
.americo .container .tabela1 tbody tr td {
  height: 61px;
  width: 156px;
  vertical-align: middle;
  text-align: center;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  font-family: 'houschka_promedium';
  font-size: 14px;
  line-height: 24px;
  color: #555555;
}
/* line 264, components/_produtosDet_am.scss */
.americo .container .tabela1 tbody tr td:first-child {
  height: 61px;
  width: 73px;
}
/* line 267, components/_produtosDet_am.scss */
.americo .container .tabela1 tbody tr td:last-child {
  height: 61px;
  width: 111px;
}
/* line 270, components/_produtosDet_am.scss */
.americo .container .tabela1 tbody tr td .container_image {
  float: left;
  display: block;
  height: 60px;
  width: 72px;
  position: relative;
  overflow: hidden;
}
/* line 275, components/_produtosDet_am.scss */
.americo .container .tabela1 tbody tr td .container_image img {
  position: absolute;
  top: 0;
  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;
}
/* line 281, components/_produtosDet_am.scss */
.americo .container .tabela1 tbody tr td .download {
  border-radius: 5px;
  background-color: #1b86c3;
  height: 30px;
  font-family: 'houschka_promedium';
  font-size: 12px;
  line-height: 12px;
  color: #FFF;
  text-transform: uppercase;
  padding: 7px 9px;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  -moz-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
}
/* line 289, components/_produtosDet_am.scss */
.americo .container .tabela1 tbody tr td .download:hover {
  background-color: #FFF;
  color: #1b86c3;
}
/* line 295, components/_produtosDet_am.scss */
.americo .container .tabela1 tbody tr:nth-child(2n) {
  background-color: #e1e1e1;
}
/* line 301, components/_produtosDet_am.scss */
.americo .container .tabela2 {
  margin: 14px 0 0 6px;
}
/* line 304, components/_produtosDet_am.scss */
.americo .container .tabela2 tr td {
  height: 51px;
  background-color: #ebebeb;
  vertical-align: middle;
  text-align: center;
  font-family: 'houschka_prodemibold';
  font-size: 16px;
  line-height: 24px;
  color: #555555;
  border-bottom: 1px solid #FFF;
}
/* line 311, components/_produtosDet_am.scss */
.americo .container .tabela2 tr td:first-child {
  height: 51px;
  width: 355px;
  background-color: #1b86c3;
  vertical-align: middle;
  text-align: left;
  font-family: 'houschka_prodemibold';
  font-size: 18px;
  line-height: 24px;
  color: #FFF;
  padding-left: 28px;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}

/* line 1, components/_produtosSub_am.scss */
.americo {
  /* CONTAINER */
}
/* line 5, components/_produtosSub_am.scss */
.americo .container.produtos_sub {
  padding: 16px 0 20px;
}
/* line 7, components/_produtosSub_am.scss */
.americo .container.produtos_sub .navigation {
  float: left;
  display: block;
  width: 100%;
  margin-bottom: 23px;
  padding: 0 6px;
}
/* line 12, components/_produtosSub_am.scss */
.americo .container.produtos_sub .navigation li {
  float: left;
  display: block;
}
/* line 14, components/_produtosSub_am.scss */
.americo .container.produtos_sub .navigation li a {
  float: left;
  display: block;
  font-family: 'houschka_promedium';
  font-size: 12px;
  line-height: 14px;
  color: #555555;
  margin-left: 5px;
}
/* line 18, components/_produtosSub_am.scss */
.americo .container.produtos_sub .navigation li a::after {
  content: " >";
}
/* line 22, components/_produtosSub_am.scss */
.americo .container.produtos_sub .navigation li:last-child a::after {
  content: " ";
}
/* line 25, components/_produtosSub_am.scss */
.americo .container.produtos_sub .navigation li:first-child a {
  margin-left: 0;
}
/* line 28, components/_produtosSub_am.scss */
.americo .container.produtos_sub .navigation li:last-child a {
  font-family: 'houschka_prodemibold';
  font-size: 12px;
  line-height: 15px;
  color: #1b86c3;
}
/* line 31, components/_produtosSub_am.scss */
.americo .container.produtos_sub .navigation li:last-child a:hover {
  cursor: default;
}
/* line 36, components/_produtosSub_am.scss */
.americo .container.produtos_sub .h_container {
  float: left;
  display: block;
  width: 100%;
  text-align: left;
  padding: 0 6px;
}
/* line 41, components/_produtosSub_am.scss */
.americo .container.produtos_sub .h_container h3 {
  float: left;
  display: block;
  font-family: 'houschka_prolight';
  font-size: 40px;
  line-height: 42px;
  color: #1b86c3;
  margin-bottom: 21px;
  text-transform: uppercase;
}
/* line 47, components/_produtosSub_am.scss */
.americo .container.produtos_sub .h_container .separator {
  float: left;
  display: block;
  width: 40px;
  height: 3px;
  background-color: #1b86c3;
  clear: left;
}
/* line 55, components/_produtosSub_am.scss */
.americo .container.produtos_sub .product_list {
  float: left;
  display: block;
  height: auto;
  width: 100%;
  margin-top: 30px;
}
/* line 59, components/_produtosSub_am.scss */
.americo .container.produtos_sub .product_list li {
  float: left;
  display: block;
  height: 150px;
  width: 340px;
  margin-bottom: 40px;
}
/* line 63, components/_produtosSub_am.scss */
.americo .container.produtos_sub .product_list li:nth-child(2n) {
  float: right;
  display: block;
}
/* line 66, components/_produtosSub_am.scss */
.americo .container.produtos_sub .product_list li a {
  float: left;
  display: block;
  height: 100%;
  width: 100%;
}
/* line 69, components/_produtosSub_am.scss */
.americo .container.produtos_sub .product_list li a .container_img {
  float: left;
  display: block;
  height: 150px;
  width: 130px;
  position: relative;
  overflow: hidden;
}
/* line 74, components/_produtosSub_am.scss */
.americo .container.produtos_sub .product_list li a .container_img::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #1b86c3;
  opacity: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: opacity 300ms ease;
  -moz-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
/* line 82, components/_produtosSub_am.scss */
.americo .container.produtos_sub .product_list li a .container_img img {
  position: absolute;
  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;
}
/* line 88, components/_produtosSub_am.scss */
.americo .container.produtos_sub .product_list li a .container_text {
  float: left;
  display: block;
  background-color: #dcdcdc;
  height: 100%;
  width: 210px;
  padding: 21px 15px 13px;
  position: relative;
  -webkit-transition: background-color 300ms ease;
  -moz-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}
/* line 95, components/_produtosSub_am.scss */
.americo .container.produtos_sub .product_list li a .container_text h4 {
  float: left;
  display: block;
  font-family: 'houschka_prodemibold';
  font-size: 20px;
  line-height: 20px;
  color: #747475;
  text-transform: uppercase;
  -webkit-transition: color 300ms ease;
  -moz-transition: color 300ms ease;
  transition: color 300ms ease;
}
/* line 101, components/_produtosSub_am.scss */
.americo .container.produtos_sub .product_list li a .container_text .ver_mais {
  position: absolute;
  bottom: 12px;
  left: 16px;
  background-color: #1b86c3;
  border-radius: 5px;
  font-family: 'houschka_promedium';
  font-size: 12px;
  line-height: 12px;
  color: #fff;
  text-transform: uppercase;
  height: 30px;
  padding: 7px 18px 0;
  -webkit-transition: background-color 300ms ease, color 300ms ease;
  -moz-transition: background-color 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, color 300ms ease;
}
/* line 112, components/_produtosSub_am.scss */
.americo .container.produtos_sub .product_list li a:hover .container_img::after {
  opacity: .5;
}
/* line 115, components/_produtosSub_am.scss */
.americo .container.produtos_sub .product_list li a:hover .container_text {
  background-color: #1b86c3;
}
/* line 118, components/_produtosSub_am.scss */
.americo .container.produtos_sub .product_list li a:hover .container_text h4 {
  color: #FFF;
}
/* line 121, components/_produtosSub_am.scss */
.americo .container.produtos_sub .product_list li a:hover .container_text .ver_mais {
  background-color: #FFF;
  color: #1b86c3;
}
/* line 128, components/_produtosSub_am.scss */
.americo .container.produtos_sub .sub_title {
  float: left;
  display: block;
  height: 30px;
  width: 100%;
  text-align: center;
  font-family: 'houschka_probold';
  font-size: 14px;
  line-height: 14px;
  color: #1b86c3;
  text-transform: uppercase;
  padding-left: 22px;
}
/* line 136, components/_produtosSub_am.scss */
.americo .container.produtos_sub .subCategory_list {
  padding-left: 22px;
  height: 100%;
  width: 100%;
  float: left;
  display: block;
}
/* line 140, components/_produtosSub_am.scss */
.americo .container.produtos_sub .subCategory_list li {
  float: left;
  display: block;
  height: 44px;
  width: 100%;
  margin-bottom: 4px;
}
/* line 144, components/_produtosSub_am.scss */
.americo .container.produtos_sub .subCategory_list li a {
  float: left;
  display: block;
  height: 44px;
  width: 100%;
  background-color: #dcdcdc;
  border-bottom: 4px solid #aeaeae;
  font-family: 'houschka_probold';
  font-size: 14px;
  line-height: 14px;
  color: #898989;
  text-transform: uppercase;
  padding-top: 13px;
  text-align: center;
  -webkit-transition: color 300ms ease, background-color 300ms ease, border-color 300ms ease;
  -moz-transition: color 300ms ease, background-color 300ms ease, border-color 300ms ease;
  transition: color 300ms ease, background-color 300ms ease, border-color 300ms ease;
}
/* line 154, components/_produtosSub_am.scss */
.americo .container.produtos_sub .subCategory_list li a:hover {
  background-color: #1b86c3;
  color: #fff;
  border-color: #15284a;
}

/* line 1, components/_contactos_am.scss */
.americo {
  /* CONTAINER */
}
/* line 4, components/_contactos_am.scss */
.americo .banner_topo.contactos {
  height: 292px;
  background: url(../../images/img_topo.jpg) no-repeat center;
  background-size: cover;
}
/* line 8, components/_contactos_am.scss */
.americo .banner_topo.contactos .row {
  position: relative;
  height: 100%;
}
/* line 12, components/_contactos_am.scss */
.americo .banner_topo.contactos .container_text {
  float: left;
  display: block;
  position: absolute;
  top: 70%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 18, components/_contactos_am.scss */
.americo .banner_topo.contactos .container_text h2 {
  float: left;
  display: block;
  font-family: 'houschka_probold';
  font-size: 54px;
  line-height: 54px;
  color: #1b86c3;
  text-shadow: 2px 3px 3px #000;
  text-transform: uppercase;
}
/* line 29, components/_contactos_am.scss */
.americo .container.contactos {
  padding: 16px 0 60px;
}
/* line 31, components/_contactos_am.scss */
.americo .container.contactos .navigation {
  float: left;
  display: block;
  width: 100%;
  margin-bottom: 23px;
  padding: 0 6px;
}
/* line 36, components/_contactos_am.scss */
.americo .container.contactos .navigation li {
  float: left;
  display: block;
}
/* line 38, components/_contactos_am.scss */
.americo .container.contactos .navigation li a {
  float: left;
  display: block;
  font-family: 'houschka_promedium';
  font-size: 12px;
  line-height: 14px;
  color: #555555;
  margin-left: 5px;
}
/* line 42, components/_contactos_am.scss */
.americo .container.contactos .navigation li a::after {
  content: " >";
}
/* line 46, components/_contactos_am.scss */
.americo .container.contactos .navigation li:last-child a::after {
  content: " ";
}
/* line 49, components/_contactos_am.scss */
.americo .container.contactos .navigation li:first-child a {
  margin-left: 0;
}
/* line 52, components/_contactos_am.scss */
.americo .container.contactos .navigation li:last-child a {
  font-family: 'houschka_prodemibold';
  font-size: 12px;
  line-height: 15px;
  color: #1b86c3;
}
/* line 55, components/_contactos_am.scss */
.americo .container.contactos .navigation li:last-child a:hover {
  cursor: default;
}
/* line 60, components/_contactos_am.scss */
.americo .container.contactos .block_map {
  float: left;
  display: block;
  height: 400px;
  overflow: hidden;
  margin: 6px 6px 27px;
  position: relative;
  background: url(../../images/big_map.png) no-repeat center center;
}
/* line 67, components/_contactos_am.scss */
.americo .container.contactos .block_map .content {
  width: 245px;
  padding: 23px 12px;
  position: absolute;
  bottom: 0;
  right: 110px;
  max-height: 370px;
  background-color: #1b86c3;
}
/* line 75, components/_contactos_am.scss */
.americo .container.contactos .block_map .content .company {
  float: left;
  display: block;
  font-family: 'houschka_prolight';
  font-size: 20px;
  line-height: 22px;
  color: #FFF;
  text-transform: uppercase;
  margin-bottom: 5px;
}
/* line 81, components/_contactos_am.scss */
.americo .container.contactos .block_map .content .decription {
  float: left;
  display: block;
  font-family: 'houschka_promedium';
  font-size: 16px;
  line-height: 24px;
  color: #FFF;
}
/* line 85, components/_contactos_am.scss */
.americo .container.contactos .block_map .content p {
  float: left;
  display: block;
  font-family: 'houschka_prolight';
  font-size: 16px;
  line-height: 24px;
  color: #FFF;
  clear: left;
  min-height: 20px;
}
/* line 90, components/_contactos_am.scss */
.americo .container.contactos .block_map .content p strong {
  font-family: 'houschka_prodemibold';
  font-size: 16px;
  line-height: 24px;
  color: #FFF;
}
/* line 94, components/_contactos_am.scss */
.americo .container.contactos .block_map .content a {
  font-family: 'houschka_prolight';
  font-size: 16px;
  line-height: 24px;
  color: #FFF;
}
/* line 96, components/_contactos_am.scss */
.americo .container.contactos .block_map .content a:hover {
  text-decoration: underline;
}
/* line 103, components/_contactos_am.scss */
.americo .container.contactos .h_container h2 {
  float: left;
  display: block;
  font-family: 'houschka_prolight';
  font-size: 20px;
  line-height: 20px;
  color: #1b86c3;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 24px;
}
/* line 110, components/_contactos_am.scss */
.americo .container.contactos .h_container .separator {
  float: left;
  display: block;
  width: 20px;
  height: 3px;
  background-color: #1b86c3;
  clear: left;
}
/* line 118, components/_contactos_am.scss */
.americo .container.contactos .h_container .space_30 {
  float: left;
  display: block;
  width: 100%;
  height: 30px;
}
/* line 123, components/_contactos_am.scss */
.americo .container.contactos .h_container .short_text_contacs {
  float: left;
  display: block;
  width: 100%;
  font-family: 'houschka_prolight';
  font-size: 16px;
  line-height: 24px;
  color: #555555;
  margin-top: -7px;
}
/* line 130, components/_contactos_am.scss */
.americo .container.contactos #contact_form {
  float: left;
  display: block;
  width: 732px;
  margin-top: 3px;
}
/* line 134, components/_contactos_am.scss */
.americo .container.contactos #contact_form label {
  display: none;
}
/* line 137, components/_contactos_am.scss */
.americo .container.contactos #contact_form input[type="text"] {
  float: left;
  display: block;
  width: 100%;
  border: 1px solid #e4e4e4;
  height: 50px;
  font-family: 'houschka_promedium';
  font-size: 16px;
  line-height: 18px;
  color: #707070;
  text-align: center;
  margin-bottom: 25px;
  padding: 0 20px;
  transition: border-color 200ms ease;
}
/* line 147, components/_contactos_am.scss */
.americo .container.contactos #contact_form input[type="text"]:focus {
  border-color: #1b86c3;
}
/* line 150, components/_contactos_am.scss */
.americo .container.contactos #contact_form input[type="text"].error {
  border-color: #da4248;
}
/* line 152, components/_contactos_am.scss */
.americo .container.contactos #contact_form input[type="text"].error::-webkit-input-placeholder {
  color: #da4248;
}
/* line 155, components/_contactos_am.scss */
.americo .container.contactos #contact_form input[type="text"].error:-moz-placeholder {
  color: #da4248;
  opacity: 1;
}
/* line 159, components/_contactos_am.scss */
.americo .container.contactos #contact_form input[type="text"].error::-moz-placeholder {
  color: #da4248;
  opacity: 1;
}
/* line 163, components/_contactos_am.scss */
.americo .container.contactos #contact_form input[type="text"].error:-ms-input-placeholder {
  color: #da4248;
}
/* line 168, components/_contactos_am.scss */
.americo .container.contactos #contact_form input[type="text"]::-webkit-input-placeholder {
  color: #707070;
}
/* line 171, components/_contactos_am.scss */
.americo .container.contactos #contact_form input[type="text"]:-moz-placeholder {
  color: #707070;
  opacity: 1;
}
/* line 175, components/_contactos_am.scss */
.americo .container.contactos #contact_form input[type="text"]::-moz-placeholder {
  color: #707070;
  opacity: 1;
}
/* line 179, components/_contactos_am.scss */
.americo .container.contactos #contact_form input[type="text"]:-ms-input-placeholder {
  color: #707070;
}
/* line 182, components/_contactos_am.scss */
.americo .container.contactos #contact_form input[type="text"]#captcha {
  width: 354px;
  margin: 0 12px 0 0;
}
/* line 187, components/_contactos_am.scss */
.americo .container.contactos #contact_form textarea {
  float: left;
  display: block;
  width: 100%;
  border: 1px solid #e4e4e4;
  height: 200px;
  font-family: 'houschka_promedium';
  font-size: 16px;
  line-height: 18px;
  color: #707070;
  text-align: center;
  margin-bottom: 25px;
  resize: none;
  padding: 15px 20px 20px;
  transition: border-color 200ms ease;
}
/* line 198, components/_contactos_am.scss */
.americo .container.contactos #contact_form textarea:focus {
  border-color: #1b86c3;
}
/* line 201, components/_contactos_am.scss */
.americo .container.contactos #contact_form textarea.error {
  border-color: #da4248;
}
/* line 203, components/_contactos_am.scss */
.americo .container.contactos #contact_form textarea.error::-webkit-input-placeholder {
  color: #da4248;
}
/* line 206, components/_contactos_am.scss */
.americo .container.contactos #contact_form textarea.error:-moz-placeholder {
  color: #da4248;
  opacity: 1;
}
/* line 210, components/_contactos_am.scss */
.americo .container.contactos #contact_form textarea.error::-moz-placeholder {
  color: #da4248;
  opacity: 1;
}
/* line 214, components/_contactos_am.scss */
.americo .container.contactos #contact_form textarea.error:-ms-input-placeholder {
  color: #da4248;
}
/* line 218, components/_contactos_am.scss */
.americo .container.contactos #contact_form textarea::-webkit-input-placeholder {
  color: #707070;
}
/* line 221, components/_contactos_am.scss */
.americo .container.contactos #contact_form textarea:-moz-placeholder {
  color: #707070;
  opacity: 1;
}
/* line 225, components/_contactos_am.scss */
.americo .container.contactos #contact_form textarea::-moz-placeholder {
  color: #707070;
  opacity: 1;
}
/* line 229, components/_contactos_am.scss */
.americo .container.contactos #contact_form textarea:-ms-input-placeholder {
  color: #707070;
}
/* line 233, components/_contactos_am.scss */
.americo .container.contactos #contact_form .container_captcha {
  float: left;
  display: block;
  width: 110px;
  border: 1px solid #e4e4e4;
  height: 50px;
  text-align: center;
  padding-top: 15px;
  margin-right: 12px;
}
/* line 241, components/_contactos_am.scss */
.americo .container.contactos #contact_form .container_captcha img {
  margin: 0 auto;
}
/* line 245, components/_contactos_am.scss */
.americo .container.contactos #contact_form input[type="submit"] {
  float: right;
  display: block;
  width: 232px;
  border: 1px solid #1b86c3;
  height: 50px;
  font-family: 'houschka_promedium';
  font-size: 16px;
  line-height: 18px;
  color: #1b86c3;
  text-align: center;
  text-transform: uppercase;
  background-color: #FFF;
  border-radius: 5px;
  transition: color 200ms ease, background-color 200ms ease;
}
/* line 256, components/_contactos_am.scss */
.americo .container.contactos #contact_form input[type="submit"]:hover {
  background-color: #1b86c3;
  color: #FFF;
}
/* line 261, components/_contactos_am.scss */
.americo .container.contactos #contact_form .refresh {
  float: left;
  display: block;
  font-family: 'houschka_prolight';
  font-size: 14px;
  line-height: 16px;
  color: #707070;
  margin: 5px 0 0 6px;
}
/* line 265, components/_contactos_am.scss */
.americo .container.contactos #contact_form .refresh:hover {
  text-decoration: underline;
}
.other_links{
	display: block;
    float: right;
    margin: 0 110px 0 0;
}
.other_links a {
    display: block;
    float: left;
    width: auto;
	margin:0 20px 0 0;
}
.other_links a.first {
    clear: left;
}
.other_links a img {
    display: block;
    float: left;
    height: 22px;
    width: auto;
}
.other_links .label {
    display: block;
    float: left;
    width: 100%;
	color:#fff;
    font-family: "houschka_prolight";
    font-size: 20px;
    line-height: 22px;
	margin:-8px 0 5px 0;
}

.ferpainel .container.contactos #contact_form .container_captcha, .americo .container.contactos #contact_form .container_captcha{
	padding-top:0;
}
.container.contactos .block_map > iframe {
	bottom: 0;
	display: block;
	float: left;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.container.contactos .block_map {
	background-image:none !important;
}
.imagem_tabela{
	display:block;
	float:left;
	width:100%;
	height:auto;
	margin: 50px 0 0 6px;
}
.sem_idiomas{
	margin-top:37px !important;
}

.texto_apoios {
    font-family: 'houschka_promedium';
    font-size: 10px;
    line-height: 12px;
    color: #FFF;
    position: relative;
    margin-top: 40px;
    margin-left: -336px;
    float: left;
}