@charset "UTF-8";
html {
  box-sizing: border-box;
}

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

/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
}

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

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

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

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

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
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.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

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

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

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

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

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

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

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

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

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

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

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

td,
th {
  padding: 0;
}

@font-face {
  font-family: 'Whitney';
  src: url("../fonts/whitney/Whitney-Light.eot");
  src: url("../fonts/whitney/Whitney-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/whitney/Whitney-Light.woff") format("woff"), url("../fonts/whitney/Whitney-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Whitney';
  src: url("../fonts/whitney/Whitney-LightItalic.eot");
  src: url("../fonts/whitney/Whitney-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/whitney/Whitney-LightItalic.woff") format("woff"), url("../fonts/whitney/Whitney-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Whitney';
  src: url("../fonts/whitney/Whitney-Book.eot");
  src: url("../fonts/whitney/Whitney-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/whitney/Whitney-Book.woff") format("woff"), url("../fonts/whitney/Whitney-Book.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Whitney';
  src: url("../fonts/whitney/Whitney-BookItalic.eot");
  src: url("../fonts/whitney/Whitney-BookItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/whitney/Whitney-BookItalic.woff") format("woff"), url("../fonts/whitney/Whitney-BookItalic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Whitney';
  src: url("../fonts/whitney/Whitney-Medium.eot");
  src: url("../fonts/whitney/Whitney-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/whitney/Whitney-Medium.woff") format("woff"), url("../fonts/whitney/Whitney-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Whitney';
  src: url("../fonts/whitney/Whitney-MediumItalic.eot");
  src: url("../fonts/whitney/Whitney-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/whitney/Whitney-MediumItalic.woff") format("woff"), url("../fonts/whitney/Whitney-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Whitney';
  src: url("../fonts/whitney/Whitney-Semibold.eot");
  src: url("../fonts/whitney/Whitney-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/whitney/Whitney-Semibold.woff") format("woff"), url("../fonts/whitney/Whitney-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Whitney';
  src: url("../fonts/whitney/Whitney-SemiboldItalic.eot");
  src: url("../fonts/whitney/Whitney-SemiboldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/whitney/Whitney-SemiboldItalic.woff") format("woff"), url("../fonts/whitney/Whitney-SemiboldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'Whitney';
  src: url("../fonts/whitney/Whitney-Bold.eot");
  src: url("../fonts/whitney/Whitney-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/whitney/Whitney-Bold.woff") format("woff"), url("../fonts/whitney/Whitney-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Whitney';
  src: url("../fonts/whitney/Whitney-BoldItalic.eot");
  src: url("../fonts/whitney/Whitney-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/whitney/Whitney-BoldItalic.woff") format("woff"), url("../fonts/whitney/Whitney-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'Whitney';
  src: url("../fonts/whitney/Whitney-Black.eot");
  src: url("../fonts/whitney/Whitney-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/whitney/Whitney-Black.woff") format("woff"), url("../fonts/whitney/Whitney-Black.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Whitney';
  src: url("../fonts/whitney/Whitney-BlackItalic.eot");
  src: url("../fonts/whitney/Whitney-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/whitney/Whitney-BlackItalic.woff") format("woff"), url("../fonts/whitney/Whitney-BlackItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: 'Cronos Pro';
  src: url("../fonts/cronospro/CronosPro-LtIt.eot");
  src: url("../fonts/cronospro/CronosPro-LtIt.eot?#iefix") format("embedded-opentype"), url("../fonts/cronospro/CronosPro-LtIt.woff2") format("woff2"), url("../fonts/cronospro/CronosPro-LtIt.woff") format("woff"), url("../fonts/cronospro/CronosPro-LtIt.ttf") format("truetype"), url("../fonts/cronospro/CronosPro-LtIt.svg#CronosPro-LtIt") format("svg");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Cronos Pro';
  src: url("../fonts/cronospro/CronosPro-Lt.eot");
  src: url("../fonts/cronospro/CronosPro-Lt.eot?#iefix") format("embedded-opentype"), url("../fonts/cronospro/CronosPro-Lt.woff2") format("woff2"), url("../fonts/cronospro/CronosPro-Lt.woff") format("woff"), url("../fonts/cronospro/CronosPro-Lt.ttf") format("truetype"), url("../fonts/cronospro/CronosPro-Lt.svg#CronosPro-Lt") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Cronos Pro';
  src: url("../fonts/cronospro/CronosPro-Regular.eot");
  src: url("../fonts/cronospro/CronosPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/cronospro/CronosPro-Regular.woff2") format("woff2"), url("../fonts/cronospro/CronosPro-Regular.woff") format("woff"), url("../fonts/cronospro/CronosPro-Regular.ttf") format("truetype"), url("../fonts/cronospro/CronosPro-Regular.svg#CronosPro-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Cronos Pro';
  src: url("../fonts/cronospro/CronosPro-Italic.eot");
  src: url("../fonts/cronospro/CronosPro-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/cronospro/CronosPro-Italic.woff2") format("woff2"), url("../fonts/cronospro/CronosPro-Italic.woff") format("woff"), url("../fonts/cronospro/CronosPro-Italic.ttf") format("truetype"), url("../fonts/cronospro/CronosPro-Italic.svg#CronosPro-Italic") format("svg");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Cronos Pro';
  src: url("../fonts/cronospro/CronosPro-Semibold.eot");
  src: url("../fonts/cronospro/CronosPro-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/cronospro/CronosPro-Semibold.woff2") format("woff2"), url("../fonts/cronospro/CronosPro-Semibold.woff") format("woff"), url("../fonts/cronospro/CronosPro-Semibold.ttf") format("truetype"), url("../fonts/cronospro/CronosPro-Semibold.svg#CronosPro-Semibold") format("svg");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Cronos Pro';
  src: url("../fonts/cronospro/CronosPro-SemiboldIt.eot");
  src: url("../fonts/cronospro/CronosPro-SemiboldIt.eot?#iefix") format("embedded-opentype"), url("../fonts/cronospro/CronosPro-SemiboldIt.woff2") format("woff2"), url("../fonts/cronospro/CronosPro-SemiboldIt.woff") format("woff"), url("../fonts/cronospro/CronosPro-SemiboldIt.ttf") format("truetype"), url("../fonts/cronospro/CronosPro-SemiboldIt.svg#CronosPro-SemiboldIt") format("svg");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'Cronos Pro';
  src: url("../fonts/cronospro/CronosPro-BoldIt.eot");
  src: url("../fonts/cronospro/CronosPro-BoldIt.eot?#iefix") format("embedded-opentype"), url("../fonts/cronospro/CronosPro-BoldIt.woff2") format("woff2"), url("../fonts/cronospro/CronosPro-BoldIt.woff") format("woff"), url("../fonts/cronospro/CronosPro-BoldIt.ttf") format("truetype"), url("../fonts/cronospro/CronosPro-BoldIt.svg#CronosPro-BoldIt") format("svg");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'Cronos Pro';
  src: url("../fonts/cronospro/CronosPro-Bold.eot");
  src: url("../fonts/cronospro/CronosPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/cronospro/CronosPro-Bold.woff2") format("woff2"), url("../fonts/cronospro/CronosPro-Bold.woff") format("woff"), url("../fonts/cronospro/CronosPro-Bold.ttf") format("truetype"), url("../fonts/cronospro/CronosPro-Bold.svg#CronosPro-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
}

html {
  box-sizing: border-box;
}

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

/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

------------------------------------------------------------- */
/*
* === Resets ===
*/
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 100%;
  /* position: relative; */
}

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

body {
  font-family: 'Whitney';
  /* background-color: #f2f2f2; */
  background-color: white;
  height: 100%;
}

a {
  display: block;
  text-decoration: none;
}

svg path, svg circle, button, input[type=submit] {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -khtml-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.container {
  margin: 0 auto;
  max-width: 1400px;
  position: relative;
}

.container::after {
  clear: both;
  content: "";
  display: table;
}

.tooltipster-default {
  border: none;
  border-radius: 0;
  background: white;
  color: #5d8bb5;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border-top: 3px solid #e6e6e6;
}

/* Use this next selector to style things like font-size and line-height: */
.tooltipster-default .tooltipster-content {
  font: 10px Whitney, sans-serif;
  line-height: 16px;
  font-weight: bold;
  font-style: normal;
  color: #5d8bb5;
  text-rendering: optimizeLegibility;
  padding: 10px 20px;
  text-transform: uppercase;
  overflow: hidden;
}

/*
* === Header ===
*/
header {
  height: 97px;
  position: relative;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 600;
  background-color: white;
  -webkit-transition: background-color 0.2s ease-in-out 0s;
  -khtml-transition: background-color 0.2s ease-in-out 0s;
  -moz-transition: background-color 0.2s ease-in-out 0s;
  -ms-transition: background-color 0.2s ease-in-out 0s;
  -o-transition: background-color 0.2s ease-in-out 0s;
  transition: background-color 0.2s ease-in-out 0s;
  /* filter: drop-shadow(0 5px 5px #00000029); */
  box-shadow: 3px 3px 25px #00000029;
}

/*.headerFade{
    background-color: rgba(255, 255, 255, 0.40);
    -webkit-transition: background-color 0.5s ease-in-out 0s;
    -khtml-transition: background-color 0.5s ease-in-out 0s;
    -moz-transition: background-color 0.5s ease-in-out 0s;
    -ms-transition: background-color 0.5s ease-in-out 0s;
    -o-transition: background-color 0.5s ease-in-out 0s;
    transition: background-color 0.5s ease-in-out 0s;
}
.headerFade:hover{
    background-color: rgba(255, 255, 255, 0.95);
}*/

header .container > div:not(.dropdown-menu) {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 97px;
}

.navbar-brand {
  float: left;
  display: block;
  margin-right: 1.4084507042%;
  width: 15.4929577465%;
  padding-left: 0;
  text-align: center;
}

.navbar-brand:last-child {
  margin-right: 0;
}

.navbar-brand a {
  width: 100%;
}

.menu-active::before, .menu:hover::before {
  top: auto;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #fdc800;
  border-width: 8px;
  bottom: 0;
  left: 50%;
  margin: 0px 0 0 -8px;
}

.menu-active, .menu:hover {
  border-bottom: 3px solid #fdc800 !important;
}

.menu {
  float: left;
  display: block;
  margin-right: 1.4084507042%;
  width: 5.8591549296%;
  border-bottom: 3px solid transparent;
  position: relative;
}

.menu:last-child {
  margin-right: 0;
}

.menu:hover + .dropdown-menu {
  visibility: visible;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -khtml-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.menu a {
  font: 14px Whitney, sans-serif;
  line-height: 20px;
  font-weight: bold;
  font-style: normal;
  color: #064d8d;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
}

.menu a span {
  vertical-align: top;
}

.menu .menu-icon {
  width: 18px;
  height: 18px;
  margin-right: 13px;
}

.menu .menu-icon path {
  stroke: #064d8d;
  stroke-width: 48px;
}

.dropdown-menu {
  float: left;
  display: block;
  margin-right: 1.4084507042%;
  width: 77.4647887324%;
  visibility: hidden;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -khtml-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  position: absolute;
  margin: 99px auto;
  background-color: #064d8d;
  z-index: 9;
  left: 0;
  right: 0;
}

.dropdown-menu:last-child {
  margin-right: 0;
}

.dropdown-menu:hover {
  visibility: visible;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -khtml-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.dropdown-menu .nav-column {
  float: left;
  display: block;
  margin-right: 1.4084507042%;
  width: 54.9295774648%;
  height: 100%;
}

.dropdown-menu .nav-column:last-child {
  margin-right: 0;
}

.dropdown-menu .nav-column > ul > li:first-child > a {
  padding-top: 30px;
}

.dropdown-menu .nav-column:first-child {
  margin-right: 0;
}

.dropdown-menu .nav-column:first-child > ul {
  border-right: 1px solid #054178;
  height: 100%;
}

.dropdown-menu .nav-column:first-child > ul::after {
  clear: both;
  content: "";
  display: table;
}

.dropdown-menu .nav-column:first-child > ul li ul {
  padding-left: 10%;
  float: left;
  display: block;
  margin-right: 1.4084507042%;
  width: 100%;
}

.dropdown-menu .nav-column:first-child > ul li ul:last-child {
  margin-right: 0;
}

.dropdown-menu .nav-column:first-child > ul li ul li {
  text-align: left;
  float: left;
  display: block;
  margin-right: 1.4084507042%;
  width: 49.2957746479%;
}

.dropdown-menu .nav-column:first-child > ul li ul li:last-child {
  margin-right: 0;
}

.dropdown-menu .nav-column:first-child > ul li ul li:nth-child(2n+1) {
  margin-right: 0px;
}

.dropdown-menu .nav-column:first-child > ul li ul li a {
  display: flex;
  line-height: 33px;
  text-align: left;
}

.dropdown-menu .nav-column:nth-child(2) {
  float: left;
  display: block;
  margin-right: 1.4084507042%;
  width: 21.1267605634%;
}

.dropdown-menu .nav-column:nth-child(2):last-child {
  margin-right: 0;
}

.dropdown-menu .nav-column:nth-child(3) {
  float: left;
  display: block;
  margin-right: 1.4084507042%;
  width: 21.1267605634%;
  border-left: 1px solid #054178;
}

.dropdown-menu .nav-column:nth-child(3):last-child {
  margin-right: 0;
}

.dropdown-menu .nav-column::after {
  clear: both;
  content: "";
  display: table;
}

.dropdown-menu ul:first-child {
  padding-bottom: 10px;
}

.dropdown-menu ul {
  width: 100%;
  margin: 0;
}

.dropdown-menu ul li {
  margin: 0 0 14px;
  text-align: center;
}

.dropdown-menu ul li a {
  font: 14px Whitney, sans-serif;
  line-height: 18px;
  font-weight: bold;
  font-style: normal;
  color: #fdc800;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.dropdown-menu ul li ul li {
  margin: 5px 0;
}

.dropdown-menu ul li ul li a {
  font: 12px "Cronos Pro";
  line-height: 30px;
  font-weight: normal;
  font-style: normal;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  margin-bottom: 0px;
}

.dropdown-menu ul li ul li a svg {
  width: 40px;
  height: 30px;
  margin-right: 20px;
}

.dropdown-menu ul li ul li a svg path,
.dropdown-menu ul li ul li a svg circle {
  stroke: #04325c;
  stroke-width: 18px;
}

.dropdown-menu ul li ul li a:hover {
  color: #fdc800;
}

.dropdown-menu ul li ul li a:hover svg path,
.dropdown-menu ul li ul li a:hover svg circle {
  stroke: #fdc800;
}

.aside-menu {
  position: absolute;
  width: 40%;
  background-color: #064d8d;
  z-index: 999999;
  padding: 50px;
  /* height: 100%; */
  left: -40%;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -khtml-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.aside-menu.mobile-open {
  left: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -khtml-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.aside-menu .mobile-close {
  width: 50px;
  height: 50px;
  background-color: #2b689e;
  padding: 18px 16px;
  margin-bottom: 30px;
}

.aside-menu.mobile-open .mobile-close {
  position: fixed;
  left: 275px;
}

.aside-menu .mobile-close:hover {
  cursor: pointer;
  background-color: #054178;
}

.aside-menu .mobile-close svg {
  width: 17px;
  height: 17px;
}

.aside-menu .mobile-close svg path {
  stroke: white;
}

.aside-menu .nav-column ul:first-child {
  padding-bottom: 10px;
}

.aside-menu .nav-column ul {
  width: 100%;
  margin: 0;
}

.aside-menu .nav-column ul li {
  margin: 0 0 50px;
  text-align: left;
}

.aside-menu .nav-column ul li a {
  font: 14px Whitney, sans-serif;
  line-height: 18px;
  font-weight: bold;
  font-style: normal;
  color: #fdc800;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.aside-menu .nav-column ul li ul li {
  margin: 5px 0;
}

.aside-menu .nav-column ul li ul li a {
  font: 12px "Cronos Pro";
  line-height: 30px;
  font-weight: normal;
  font-style: normal;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  margin-bottom: 0px;
}

.aside-menu .nav-column ul li ul li a svg {
  width: 40px;
  height: 30px;
  margin-right: 20px;
}

.aside-menu .nav-column ul li ul li a svg path,
.aside-menu .nav-column ul li ul li a svg circle {
  stroke: #04325c;
  stroke-width: 18px;
}

.aside-menu .nav-column ul li ul li a:hover {
  color: #fdc800;
}

.aside-menu .nav-column ul li ul li a:hover svg path,
.aside-menu .nav-column ul li ul li a:hover svg circle {
  stroke: #fdc800;
}

.aside-menu .nav-column ul li div.toplinks a.onde-comprar{
  color: #064d8d;
    width: 268px;
    margin-left: -16px;
    text-align: center;
}

.aside-menu.menu-principal {
  height: 500px;
  overflow: auto;
  top:98px;
}

.aside-menu.widgets {
  height: 280px;
  top:500px;
  filter: drop-shadow(-5px -5px 6px #00000029);
  padding: 33px;
}

.aside-menu.widgets .toplinks .catalogo, .aside-menu.widgets .toplinks .loja {
  border-radius: 3px;
  font-size: 13px;
  height: 40px;
  padding: 12px 12px 12px 19px;
  text-indent: 27px;
}

.aside-menu.widgets .toplinks .loja {
  width: 160px;
}

.aside-menu.widgets .toplinks .catalogo {
  width: 100px !important;
  text-indent: 0 !important;
  padding-left: 14px;
}

.aside-menu.widgets .toplinks .atendimento {
  width: 220px;
  margin: 26px 0 0 25px;
}

.aside-menu.widgets .toplinks .botao {
  color: #ffffff;
  padding: 11px 0 3px 0;
  font-weight: 600;
  font-size: 14px;
  background: url("../images/svg/call-white.svg") no-repeat 22px center #003566;
  background-size: 12px;
  width: 238px;
  height:40px;
  text-align: left;
  text-indent: 41px;
  margin: 0 !important;
  border: 0 ! important;
  border-radius: 0 ! important;
}

.aside-menu.widgets .toplinks .telefones {
  top: 70px !important;
  left: 119px !important;
  width: 239px !important;
  color: white !important;
  background: #004687 !important;
  visibility: visible !important;
  opacity: 1 !important;
  border-radius: 0 !important;
}

.aside-menu.widgets .toplinks .telefones p {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: white !important;
}

.aside-menu.widgets .toplinks .telefones p a {
  color: white !important;
}

.search {
  width: 450px;
  float: left;
}

.search form {
  width: 100%;
  /* -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1); */
  /* -khtml-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1); */
  /* -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1); */
  /* -ms-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1); */
  /* -o-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1); */
  /* box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1); */
}

.search .search-text {
  width: 440px;
  float: left;
  height: 51px;
  margin: 64px 0 0 0;
  padding: 18px 15px 17px 15px;
  border: 1px solid #cccccc;
  border-radius: 6px;
}

@media screen and (max-width: 1024px) {
  .search .search-text {
    width: 318px;
    float: left;
    height: 51px;
    margin: 65px 0 0 0;
    padding: 18px 15px 17px 15px;
    border: 1px solid #cccccc;
    border-radius: 6px;
  }
  .search input[type="submit"] {
    width: 60px;
    position: relative;
    float: left;
    border: none;
    height: 62px;
    background: url(../images/svg/search-icon-blue.svg) no-repeat center;
    background-size: 25px;
    border: none;
    left: 265px;
    bottom: 56px;
  }
  .toplinks .catalogo {
    display: inline-block;
    font-size: 16px;
    width: 110px;
    background-color: #ffcb00;
    color: #064d8d;
    height: 50px;
    padding: 16px 16px 16px 11px;
    font-weight: 600;
    border-radius: 5px;
  }
  .toplinks .loja {
    display: inline-block;
    font-size: 14px;
    width: 200px;
    background: #0068a5 url(../images/shopping-cart.png) no-repeat 10px;
    background-size: 18px;
    color: white;
    height: 50px;
    padding: 10px 20px 16px 39px;
    font-weight: 600;
    margin-left: 5px;
    text-indent: 15px;
    border-radius: 5px;
  }
}


.search .search-text ::-webkit-input-placeholder {
  font: 16px "Cronos Pro";
  line-height: 20px;
  font-weight: "regular";
  font-style: "normal";
  color: #999999;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.search .search-text :-moz-placeholder {
  font: 16px "Cronos Pro";
  line-height: 20px;
  font-weight: "regular";
  font-style: "normal";
  color: #999999;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.search .search-text ::-moz-placeholder {
  font: 16px "Cronos Pro";
  line-height: 20px;
  font-weight: "regular";
  font-style: "normal";
  color: #999999;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.search .search-text :-ms-input-placeholder {
  font: 16px "Cronos Pro";
  line-height: 20px;
  font-weight: "regular";
  font-style: "normal";
  color: #999999;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.search .chosen-with-drop:hover .chosen-single {
  background-color: #fee480;
}

.search .chosen-container {
  float: left;
  display: block;
  margin-right: 1.4084507042%;
  width: 32.3943661972%;
  width: 29.5% !important;
  float: left;
  margin-right: 0;
  padding: 22px 30px 17px;
  border: none;
  border-bottom: 3px solid #fdd026;
  text-transform: uppercase;
  padding: 0;
}

.search .chosen-container:last-child {
  margin-right: 0;
}

.search .chosen-container ::-webkit-input-placeholder {
  font: 16px "Cronos Pro";
  line-height: 20px;
  font-weight: "regular";
  font-style: "normal";
  color: #999999;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.search .chosen-container :-moz-placeholder {
  font: 16px "Cronos Pro";
  line-height: 20px;
  font-weight: "regular";
  font-style: "normal";
  color: #999999;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.search .chosen-container ::-moz-placeholder {
  font: 16px "Cronos Pro";
  line-height: 20px;
  font-weight: "regular";
  font-style: "normal";
  color: #999999;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.search .chosen-container :-ms-input-placeholder {
  font: 16px "Cronos Pro";
  line-height: 20px;
  font-weight: "regular";
  font-style: "normal";
  color: #999999;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.search .chosen-container .chosen-single {
  height: 59px !important;
  padding: 22px 0 0 50px;
  border: none;
  background: white;
  border-radius: 0;
  box-shadow: none;
}

.search .chosen-container .chosen-single span {
  font: 10px Whitney, sans-serif;
  line-height: 16px;
  font-weight: bold;
  font-style: normal;
  color: #999999;
  text-rendering: optimizeLegibility;
}

.search .chosen-container .chosen-single div {
  top: 19px;
  left: 30px;
}

.search .chosen-container .chosen-search {
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  padding: 15px;
}

.search .chosen-container .chosen-search input[type=text] {
  border-color: #e6e6e6 !important;
  border: none;
}

.search .chosen-container .chosen-results {
  margin: 0;
  padding: 0;
  background-color: #fdc800;
  text-align: center;
  font: 12px Whitney, sans-serif;
  line-height: 16px;
  font-weight: bold;
  font-style: normal;
  color: white;
  text-rendering: optimizeLegibility;
}

.search .chosen-container .chosen-results li {
  padding: 15px 6px 13px;
  border-top: 1px solid white;
}

.search .chosen-container .chosen-results li:hover {
  background-color: #d7aa00 !important;
}

.search .chosen-container .chosen-drop {
  border: none;
  box-shadow: none;
  border-radius: 0;
  -webkit-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
}

.search .chosen-container .chosen-drop li.highlighted {
  background-color: transparent;
  background-image: none;
}

.search .chosen-container .chosen-drop li.no-results {
  background: transparent;
  color: white;
}

.search input[type=submit] {
  width: 69px;
  position: relative;
  /* float: left; */
  border: none;
  height: 62px;
  background: url(../images/svg/search-icon-blue.svg) no-repeat center;
  background-size: 25px;
  border: none;
  left: 363px;
  bottom: 56px;
}

/* .search input[type=submit]:hover { */
  /* background-color: #275e8e; */
/* } */

/* .search input[type=submit]:active { */
  /* background-color: #22537e; */
/* } */

.toplinks {
  justify-content: left !important;
}

.toplinks .catalogo {
  display: inline-block;
  font-size: 16px;
  width: 130px;
  background-color: #ffcb00;
  color: #064d8d;
  height: 50px;
  padding: 16px 16px 16px 20px;
  font-weight: 600;
  border-radius: 5px;
  transition: all 0.1s;
}

.toplinks .catalogo:hover {
  font-size: 18px;
  padding: 14px 16px 16px 15px;
}

.toplinks .catalogo.onde-comprar-menuprincipal {
  font-size: 14px;
  width: 190px;
  margin-left: 14px;
}

.toplinks .catalogo.onde-comprar-menuprincipal:hover {
  font-size: 16px;
  padding: 16px 16px 16px 15px;
}

.toplinks .loja{
  display: inline-block;
  font-size: 16px;
  width: 180px;
  background: #0068a5 url(../images/shopping-cart.png) no-repeat 10px;
  background-size: 25px;
  color: white;
  height: 50px;
  padding: 16px 0 16px 30px;
  font-weight: 600;
  margin-left: 5px;
  text-indent: 12px;
  border-radius: 5px;
  transition: all 0.1s;
}

.toplinks .loja:hover {
  background-size: 27px;
  background-position: 10px 10px;
}

/* Container geral */
.toplinks .atendimento {
    position: relative;
    display: inline-block;
    text-align: center;
}

/* Ícones (simples) */
.toplinks .icones {
    margin-bottom: 2px;
}

.toplinks .icones span {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
}

/* Botão */
.toplinks .botao {
  color: #0068a5;
  padding: 3px 0 3px 0;
  border-radius: 5px;
  font-weight: 600;
  cursor: pointer;
  font-size: 12px;
  margin-left: 10px;
  border: 1px solid #0068a5;
  background: url("../images/svg/call.svg") no-repeat 22px center;
  background-size: 12px;
  width: 220px;
  text-align: left;
  text-indent: 41px;;
}

/* Box escondido */
.toplinks .telefones {
  position: absolute;
  top: 58px;
  left: 123px;
  transform: translateX(-50%);
  background: #d9d9d9;
  padding: 15px 25px;
  border-radius: 10px;
  width: 225px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 2;
}

/* Triângulo */
.toplinks .triangulo {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  position: absolute;
  top: 53px;
  left: 105px;
  transform: rotate(45deg);
  width: 30px;
  height: 30px;
  border-width: 1px;
  border-style: solid;
  border-color: #d9d9d9;
  border-radius: 5px;
  background: #d9d9d9;
  z-index: 1;
}

/* Texto */
.toplinks .telefones h4 {
    margin: 0;
    color: #1f6f8b;
    font-size: 14px;
}

.toplinks .telefones p {
    margin: 5px 0 0;
    font-size: 18px;
    font-weight: bold;
}

/* Hover ativa */
.toplinks .atendimento:hover .telefones, .toplinks .atendimento:hover .triangulo {
    opacity: 1;
    visibility: visible;
}

.phones {
  float: left;
  display: block;
  margin-right: 1.4084507042%;
  width: 15.4929577465%;
}

.phones:last-child {
  margin-right: 0;
}

.phones .phone-icon {
  width: 18px;
  height: 18px;
  margin-right: 13px;
}

.phones .phone-icon path {
  stroke: #999999;
  stroke-width: 48px;
}

.phones ul li {
  font: 14px Whitney, sans-serif;
  line-height: 18px;
  font-weight: bold;
  font-style: normal;
  color: #666666;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  text-align: center;
}

.phones ul li:first-child {
  color: #2b689e;
}

.social-media {
  width: 190px;
  float: left;
  flex-direction: column;
}

.social-media ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 7px 4px;
}

.social-media ul li:nth-child(1) path {
  fill: #25d366;
}
.social-media ul li:nth-child(2) path {
  fill: #004879;
}

.social-media ul li:nth-child(3) path {
  fill: #12558c;
}

.social-media ul li:nth-child(4) path {
  fill: #34c1f6;
}

.social-media ul li:nth-child(5) svg {
  width: 18px;
  height: 18px;
}

.social-media ul li:nth-child(5) svg path {
  fill: #e62117;
}

.social-media ul li:nth-child(6) svg {
  width: 18px;
  height: 18px;
}

.social-media ul li:nth-child(6) svg path {
  fill: #007bb5;
}

/*
* === Menu mobile ===
*/
#menu-mobile {
  display: none;
  /* position: fixed; */
  /* top: 0; */
  background-color: white;
  /* z-index: 99999; */
}

#menu-mobile .container div {
  width: 33.3%;
  display: inline-block;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  height: 120px;
}

#menu-mobile .container .navbar-brand {
  padding-top: 15px;
}

#menu-mobile .container .menu-mobile, #menu-mobile .container .search-mobile {
  padding-top: 30px;
}

#menu-mobile .container .menu-mobile, #menu-mobile .container .search-mobile {
  float: left;
}

#menu-mobile .container .menu-mobile a div, #menu-mobile .container .search-mobile a div {
  padding: 19px;
  width: 60px;
  height: 62px;
}

#menu-mobile .container .menu-mobile .menu-icon, #menu-mobile .container .search-mobile .menu-icon {
  width: 18px;
  height: 18px;
}

#menu-mobile .container .menu-mobile .menu-icon path, #menu-mobile .container .search-mobile .menu-icon path {
  stroke: #064d8d;
  stroke-width: 48px;
}

#menu-mobile .container .menu-mobile .search-icon-svg, #menu-mobile .container .search-mobile .search-icon-svg {
  width: 18px;
  height: 18px;
}

#menu-mobile .container .menu-mobile .search-icon-svg path, #menu-mobile .container .search-mobile .search-icon-svg path {
  fill: #064d8d;
  stroke-width: 0px;
}

#menu-mobile-busca {
  position:absolute;
  display: block !important;
  clear: both;
  width: 360px !important;
  background: none;
  top: 110px;
  margin: 0 !important;
  height: 38px !important;
}

#menu-mobile-busca form {
  margin: 0;
  text-align: left;
  width: 295px;
}

#menu-mobile-busca form input[type="text"] {
  width: 100%;
  border: 1px solid #cccccc;
  border-radius: 5px;
  height: 35px;
  text-indent: 10px;
}

#menu-mobile-busca form input[type="submit"] {
  background: url( "../images/svg/search-icon-blue.svg" ) no-repeat center;
  background-size: 18px;
  width: 35px;
  height: 35px;
  border: none;
  position: absolute;
  top: 0;
  right: 70px;
}

#menu-mobile-busca .container {
  padding-top: 30px;
}

#menu-mobile-busca .mobile-close-search {
  width: 60px;
  height: 62px;
  border: 3px solid #cccccc;
  padding: 19px 18px;
  float: left;
  margin-right: 20px;
}

#menu-mobile-busca .mobile-close-search svg {
  width: 18px;
  height: 18px;
}

#menu-mobile-busca .mobile-close-search svg path {
  stroke: #064d8d;
}

#menu-mobile-busca .mobile-close-search:hover {
  cursor: pointer;
  border-color: #808080;
}

#menu-mobile-busca .mobile-close-search:hover svg path {
  stroke: #032747;
}

#menu-mobile-busca .search {
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  width: 540px;
}

#menu-mobile-busca .search .search-text {
  width: 480px;
}

/*
* === Header Internas ===
*/
.breadcrumb, .breadcrumb a {
  font: 10px Whitney, sans-serif;
  line-height: 20px;
  font-weight: bold;
  font-style: normal;
  color: #999999;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
}

.breadcrumb li, .breadcrumb a li {
  display: inline-block;
}

.breadcrumb li:last-child a, .breadcrumb a li:last-child a {
  font: 10px Whitney, sans-serif;
  line-height: 20px;
  font-weight: bold;
  font-style: normal;
  color: #064d8d;
  text-rendering: optimizeLegibility;
  display: inline-block;
}

.breadcrumb li:last-child a:hover, .breadcrumb a li:last-child a:hover {
  text-decoration: underline;
}

.header-internal {
  padding: 150px 0 0 0;
  border-bottom: 1px solid #e6e6e6;
}

.header-internal .header-icon {
  float: left;
  border-bottom: 3px solid #c93636;
  height: 125px;
  margin-right: 20px;
  width: 140px;
  text-align: center;
}

.header-internal .header-icon svg {
  max-width: 90px;
  max-height: 90px;
}

.header-internal .header-icon svg path, .header-internal .header-icon svg circle, .header-internal .header-icon svg polyline, .header-internal .header-icon svg line {
  stroke: #666666;
}

.header-internal .hearder-internal-title {
  float: left;
  margin-bottom: 45px;
}

.header-internal .hearder-internal-title h1 {
  font: 40px Whitney, sans-serif;
  line-height: 60px;
  font-weight: bold;
  font-style: normal;
  color: #666666;
  text-rendering: optimizeLegibility;
  margin: 0;
  text-transform: uppercase;
}

.header-internal .share {
  float: right;
  font: 12px Whitney, sans-serif;
  line-height: 20px;
  font-weight: bold;
  font-style: normal;
  color: #999999;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  line-height: 20px;
  margin-top: 50px;
}

.header-internal .share .addthis_sharing_toolbox {
  float: right;
  margin-left: 20px;
  margin-top: -2px;
}

.header-internal .share svg {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 10px;
}

.header-internal .share svg line, .header-internal .share svg circle {
  stroke: #cccccc;
}

/*
* === Destaque produtos ===
*/
/*
   Esta classe é compartilhada
   entre a home e página linhas
*/
.heading {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}

.heading h3 {
  font: 34px Whitney, sans-serif;
  line-height: 38px;
  font-weight: bold;
  font-style: normal;
  color: #064d8d;
  text-rendering: optimizeLegibility;
  margin-bottom: 10px;
}

.heading p {
  font: 14px Whitney, sans-serif;
  line-height: 20px;
  font-weight: bold;
  font-style: normal;
  color: #808080;
  text-rendering: optimizeLegibility;
  letter-spacing: 5px;
  margin-bottom: 40px;
}

.products .products-full {
  width: 100%;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.products .container ul li {
  width: 25%;
  float: left;
  text-align: center;
  height: 155px;
}

.products .container ul li.products-half a {
  width: 50%;
  float: left;
}

.products .container ul li:nth-child(4n+1) {
  border-left: 1px solid #e6e6e6;
}

.products .container ul li a {
  color: #666666;
  text-transform: uppercase;
  padding: 30px;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  position: relative;
  height:100%;
}

.products .container ul li.categoria-linha{
  background-color: #2b689e;
}

/* .products .container ul li.categoria-linha a{
  
} */

.products .container ul li.categoria-linha a span{
  color: #ffcb00;
  font-size: 30px;
  margin: 43px 0 0 0;
}

.products .container ul li a:hover .products-image {
  display: block;
}

.products .container ul li a span {
  display: block;
  margin-top: 20px;
  font: 12px Whitney, sans-serif;
  line-height: 14px;
  font-weight: bold;
  font-style: normal;
  color: #999999;
  text-rendering: optimizeLegibility;
}

.products .container ul li a .products-image {
  display: none;
  position: absolute;
  width: 110%;
  height: 110%;
  left: -5%;
  top: -5%;
  border-bottom: 3px solid #fdd026;
  background-color: white;
  z-index: 9;
  text-align: center;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.products .container ul li a .products-image:after {
  top: auto;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #fdc800;
  border-width: 8px;
  bottom: 0;
  left: 50%;
  margin: 0px 0 0 -8px;
}

.products .container ul li a .products-image:before {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.products .container ul li a .products-image img {
  display: inline-block;
  vertical-align: middle;
  max-width: 80%;
}

.products .container ul li svg {
  width: 75px;
  height: 60px;
}

.products .container ul li svg path,
.products .container ul li svg circle {
  stroke: #666666;
}

/*
* === Form ===
*/
.input-erro {
  border: 1px solid #bf1212 !important;
}

.form {
  width: 360px;
}

.form .form-group {
  position: relative;
}

.form .form-group label {
  position: absolute;
  font: 16px "Cronos Pro";
  line-height: 20px;
  font-weight: 500;
  font-style: normal;
  color: #808080;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  top: 20px;
  left: 30px;
  z-index: 2;
}

.form .form-group ::-webkit-input-placeholder {
  font: 16px "Cronos Pro";
  line-height: 16px;
  font-weight: 300;
  font-style: normal;
  color: #cccccc;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.form .form-group :-moz-placeholder {
  font: 16px "Cronos Pro";
  line-height: 16px;
  font-weight: 300;
  font-style: normal;
  color: #cccccc;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.form .form-group ::-moz-placeholder {
  font: 16px "Cronos Pro";
  line-height: 16px;
  font-weight: 300;
  font-style: normal;
  color: #cccccc;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.form .form-group :-ms-input-placeholder {
  font: 16px "Cronos Pro";
  line-height: 16px;
  font-weight: 300;
  font-style: normal;
  color: #cccccc;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.form .form-group input, .form .form-group select, .form .form-group textarea {
  width: 100%;
  border: none;
  padding: 20px 30px 20px 127px;
  border-left: 3px solid white;
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
  -khtml-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
}

.form .form-group input:focus, .form .form-group select:focus, .form .form-group textarea:focus {
  border-left: 3px solid #d7aa00;
}

.form .form-group textarea {
  height: 160px;
  resize: none;
}

.form .form-group .chosen-container {
  width: 100%;
  margin-right: 0;
  padding: 0;
  border-left: 3px solid white;
}

.form .form-group .chosen-container:focus {
  border-left: 3px solid #fdc800;
}

.form .form-group .chosen-container .chosen-single {
  height: 57px !important;
  padding: 22px 0 0 130px;
  border: none;
  background: white;
  border-radius: 0;
  box-shadow: none;
}

.form .form-group .chosen-container .chosen-single span {
  font: 16px "Cronos Pro";
  line-height: 16px;
  font-weight: 300;
  font-style: normal;
  color: #cccccc;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.form .form-group .chosen-container .chosen-single div {
  top: 19px;
  right: 30px;
}

.form .form-group .chosen-container .chosen-search {
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  padding: 15px;
  background-color: white;
}

.form .form-group .chosen-container .chosen-search input[type=text] {
  color: #cccccc;
  border-color: #e6e6e6;
  box-shadow: none;
  border: none;
}

.form .form-group .chosen-container .chosen-results {
  margin: 0;
  padding: 0;
  background-color: white;
  text-align: left;
  font: 16px "Cronos Pro";
  line-height: 24px;
  font-weight: normal;
  font-style: normal;
  color: #999999;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.form .form-group .chosen-container .chosen-results .result-selected, .form .form-group .chosen-container .chosen-results .highlighted {
  color: #999999 !important;
  background-color: white;
}

.form .form-group .chosen-container .chosen-results li {
  padding: 19px 6px 16px 20px;
  border-top: 1px solid #f2f2f2;
  border-left: 3px solid #bf1212;
}

.form .form-group .chosen-container .chosen-results li:hover {
  color: white !important;
  background-color: #83a6c6 !important;
}

.form .form-group .chosen-container .chosen-results .no-results {
  color: #999999 !important;
}

.form .form-group .chosen-container .chosen-drop {
  border: none;
  box-shadow: none;
  border-radius: 0;
  -webkit-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
}

.form .form-group .chosen-container .chosen-drop li.highlighted {
  background-color: transparent;
  background-image: none;
}

.form .form-group .chosen-container .chosen-drop li.no-results {
  background: transparent;
  color: white;
}

.form .form-words {
  padding: 5px;
}

.form .form-words a {
  color: #808080;
  font: 16px "Cronos Pro";
  line-height: 20px;
  font-weight: 500;
  font-style: normal;
  color: #808080;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  display: inline-block;
  margin: 20px 30px 20px 10px;
}

.form .form-words a:before {
  content: " ";
  background: url("../images/svg/close.svg") no-repeat center;
  width: 32px;
  height: 32px;
  background-color: white;
  padding: 7px 16px;
  background-size: 14px 14px;
  margin-right: 20px;
}

.form .form-gender {
  margin: 10px 0;
}

.form .form-gender::after {
  clear: both;
  content: "";
  display: table;
}

.form .form-gender a {
  width: 113px;
  height: 70px;
  background-color: white;
  margin-right: 10px;
  float: left;
  text-align: center;
  border-bottom: 3px solid white;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -khtml-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.form .form-gender a:before {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.form .form-gender a.gender-ambos svg path {
  stroke-width: 11px;
  fill: #808080;
}

.form .form-gender a.gender-ambos.active svg path {
  fill: #bf1212;
}

.form .form-gender a svg {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
}

.form .form-gender a svg path, .form .form-gender a svg circle, .form .form-gender a svg polyline {
  stroke: #808080;
  stroke-width: 25px;
}

.form .form-gender a:hover, .form .form-gender a.active {
  height: 80px;
  border-bottom: 3px solid #bf1212;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -khtml-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.form .form-gender a:hover:after, .form .form-gender a.active:after {
  top: auto;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #bf1212;
  border-width: 8px;
  bottom: 0;
  left: 50%;
  margin: 0px 0 0 -8px;
}

.form .form-gender a.active svg path, .form .form-gender a.active svg circle, .form .form-gender a.active svg polyline {
  stroke: #bf1212;
}

.form .form-gender a:last-child {
  margin-right: 0;
}

.form input[type=submit] {
  margin-top: 40px;
  background-color: transparent;
  font: 14px Whitney, sans-serif;
  line-height: 20px;
  font-weight: bold;
  font-style: normal;
  color: #d7aa00;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  padding: 20px 60px;
  border: 3px solid #fee480;
}

.form input[type=submit]:hover {
  border-color: #d7aa00;
}

/*
* === Color Box ===
*/
#cboxClose {
  font: 14px Whitney, sans-serif;
  line-height: 14px;
  font-weight: bold;
  font-style: normal;
  color: #999999;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
}

/*
* === Paginacao ===
*/
.pag {
  text-align: center;
  padding: 80px 0;
}

.pagination {
  vertical-align: middle;
  text-align: center;
  display: inline-block;
}

.pagination .page {
  float: left;
  border: 3px solid #cccccc;
  text-align: center;
  padding: 10px;
  font: 14px "Cronos Pro";
  line-height: 20px;
  font-weight: 700;
  font-style: normal;
  color: #999999;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  margin-right: 10px;
}

.pagination .page:hover {
  color: #bf1212;
  border-color: #e6e6e6;
}

.pagination .current {
  background-color: #cccccc;
}

.pagination .current:hover {
  color: #999999;
  border-color: #cccccc;
}

.pagination .next, .pagination .prev {
  padding: 10px 11px 4px 12px;
}

.pagination .next svg, .pagination .prev svg {
  width: 12px;
  height: 20px;
}

.pagination .next svg path, .pagination .prev svg path {
  stroke: #999999;
  stroke-width: 2px;
}

.pagination .next.disabled, .pagination .prev.disabled {
  filter: alpha(opacity=20);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  -webkit-opacity: 0.2;
  -khtml-opacity: 0.2;
  -moz-opacity: 0.2;
  -ms-opacity: 0.2;
  -o-opacity: 0.2;
  opacity: 0.2;
}

.pagination .prev {
  margin-right: 30px;
}

.pagination .prev svg {
  -webkit-transform: rotate(90deg);
  -khtml-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.Matrix( M11=0, M12=0, M21=0, M22=0, sizingMethod='auto expand');
  zoom: 1;
}

.pagination .next {
  margin-left: 30px;
}

.pagination .next svg {
  -webkit-transform: rotate(-90deg);
  -khtml-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.Matrix( M11=0, M12=0, M21=0, M22=0, sizingMethod='auto expand');
  zoom: 1;
}

/*
* === Footer ===
*/
footer {
  background: #054178;
}

footer .go-top {
  background-color: #064d8d;
  padding: 25px;
  text-align: center;
  position: relative;
}

footer .go-top a {
  font: 14px "Cronos Pro";
  line-height: 24px;
  font-weight: bold;
  font-style: normal;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  letter-spacing: 8px;
}

footer .go-top a:hover {
  color: #fdc800;
}

footer .go-top img {
  height: 32px;
  margin: -9px 15px;
}

footer .go-top svg {
  margin-right: 20px;
  width: 12px;
  height: 8px;
}

footer .arrow-to-top{
  position: absolute;
  top: 25px
}

footer .arrow-to-top.arrow-to-top-left{
  left: 4%;
}

footer .arrow-to-top.arrow-to-top-right{
  right: 4%;
}

footer .go-top svg polyline {
  stroke: #fdc800;
}

footer .container {
  padding: 30px 0;
  border-bottom: 6px solid #064d8d;
}

/* footer .container.newsletter {
  border-bottom: 6px solid #064d8d;
} */

footer .container .logo-footer {
  float: left;
  display: block;
  margin-right: 1.4084507042%;
  width: 15.4929577465%;
}

footer .container .logo-footer:last-child {
  margin-right: 0;
}

footer .container > ul {
  /* float: left; */
  display: block;
  margin: 30px auto;
  width: 83.0985915493%;
}

footer .container > ul:last-child {
  margin-right: 0;
}

footer .container > ul > li {
  float: left;
  display: block;
  margin-right: 1.4084507042%;
  width: 18.493%;
  text-align: center;
}

footer .container > ul > li:last-child {
  margin-right: 0;
}

footer .container > ul > li:last-child li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}

footer .container > ul > li:last-child li:nth-child(4) svg {
  width: 18px;
  height: 18px;
  margin-top: 3px;
}

footer .container > ul > li:last-child li:nth-child(5) svg {
  width: 18px;
  height: 18px;
  margin-top: 3px;
}

footer .container > ul > li > a {
  font: 14px Whitney, sans-serif;
  line-height: 18px;
  font-weight: bold;
  font-style: normal;
  color: #fff;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  margin-bottom: 20px;
}

footer .container > ul > li ul li a {
  font: 14px Whitney, sans-serif;
  line-height: 26px;
  font-weight: normal;
  font-style: normal;
  color: #fff;
  text-rendering: optimizeLegibility;
}

footer .container > ul > li ul li a:hover {
  color: #fdc800;
}

footer .container > ul > li ul li svg path {
  fill: #fff;
}

footer .container > ul > li ul li svg path:hover {
  fill: #fdc800;
}

footer .container .advertising {
  /* float: left; */
  /* display: block; */
  /* margin-right: 1.4084507042%; */
  /* width: 49.2957746479%; */
  /* float: right; */
  /* margin-top: -80px; */
  position: absolute;
  right: 30px;
  bottom: 20px;
}

footer .container .advertising:last-child {
  margin-right: 0;
}

footer .container .advertising img {
  margin-right: 10px;
  float: right;
}

footer .copyright {
  border-bottom: none;
}

footer .copyright .copyright-text {
  float: left;
  display: block;
  margin-right: 1.4084507042%;
  width: 100%;
  text-align: center;
  font: 16px "Cronos Pro";
  line-height: 12px;
  font-weight: bold;
  font-style: normal;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

footer .copyright .copyright-text:last-child {
  margin-right: 0;
}

footer .copyright .copyright-labcom {
  float: left;
  display: block;
  margin-right: 1.4084507042%;
  width: 32.3943661972%;
}

footer .copyright .copyright-labcom:last-child {
  margin-right: 0;
}

/*
* === Newsletter ===
*/

.newsletter {
  max-width: 100%;
}

.newsletter {
  /* background-color: white; */
  height: 130px;
  padding: 65px 160px;
  margin-bottom: 15px;
}

.newsletter .newsletter-text {
  float: left;
  display: block;
  margin-right: 1.4084507042%;
  width: 49.2957746479%;
  font: 40px Whitney, sans-serif;
  line-height: 34px;
  font-weight: 500;
  font-style: normal;
  color: white;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  text-align: center;
}

.newsletter .newsletter-text:last-child {
  margin-right: 0;
}

.newsletter .newsletter-text h5 {
  margin: 0;
}

.newsletter .newsletter-text p {
  margin: 0;
  font: 12px Whitney, sans-serif;
  line-height: 20px;
  font-weight: 700;
  font-style: normal;
  color: #999999;
  text-rendering: optimizeLegibility;
  letter-spacing: 6px;
}

.newsletter form {
  float: right;
  display: block;
  margin-right: 1.4084507042%;
  width: 49.2957746479%;
}

.newsletter form:last-child {
  margin-right: 0;
}

.newsletter form .search-text {
  float: left;
  display: block;
  margin-right: 1.4084507042%;
  width: 88.7323943662%;
  padding: 22px 30px 17px;
  border: none;
  border-bottom: 3px solid #e6e6e6;
  margin-right: 0;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  float: left;
}

.newsletter form .search-text:last-child {
  margin-right: 0;
}

.newsletter form .search-text ::-webkit-input-placeholder {
  font: 16px "Cronos Pro";
  line-height: 20px;
  font-weight: "regular";
  font-style: "normal";
  color: #999999;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.newsletter form .search-text :-moz-placeholder {
  font: 16px "Cronos Pro";
  line-height: 20px;
  font-weight: "regular";
  font-style: "normal";
  color: #999999;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.newsletter form .search-text ::-moz-placeholder {
  font: 16px "Cronos Pro";
  line-height: 20px;
  font-weight: "regular";
  font-style: "normal";
  color: #999999;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.newsletter form .search-text :-ms-input-placeholder {
  font: 16px "Cronos Pro";
  line-height: 20px;
  font-weight: "regular";
  font-style: "normal";
  color: #999999;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.newsletter form input[type=submit] {
  float: left;
  display: block;
  margin-right: 1.4084507042%;
  width: 9.8591549296%;
  border: none;
  height: 62px;
  background: #c93636 url(../images/svg/search-icon.svg) no-repeat center;
  border: none;
  background: #c93636 url(../images/svg/arrow2.svg) no-repeat center;
}

.newsletter form input[type=submit]:last-child {
  margin-right: 0;
}

.newsletter form input[type=submit]:hover {
  background-color: #b53131;
}

.newsletter form input[type=submit]:active {
  background-color: #a12b2b;
}

@media screen and (max-width: 1439px) and (max-width: 1920px) {
  #menu-mobile {
    display: none;
  }
  #menu-mobile-busca {
    display: none;
  }
  .container {
    width: 940px;
  }
  .navbar-brand {
    width: 140px;
  }
  .menu .menu-icon {
    margin-right: 0;
  }
  .menu a span {
    display: none;
  }
  .search {
    width: 310px;
    margin-right: 20px;
  }
  .search .chosen-container {
    width: 160px !important;
  }
  .search .search-text {
    width: 250px;
  }
  .search input[type="submit"]:last-child {
    width: 60px;
  }
  .phones .phone-icon {
    display: none;
  }
  .social-media {
    width: 190px;
  }
  .products .container ul li {
    width: 50%;
  }
  .products .container ul li:nth-child(1), .products .container ul li:nth-child(2) {
    border-top: 1px solid #e6e6e6;
  }
  .products .container ul li:nth-child(2n+1) {
    border-left: 1px solid #e6e6e6;
  }
  .content-search .gallery .gallery-container {
    width: 410px;
  }
  footer .container .advertising {
    width: 580px;
  }
  .newsletter {
    padding: 60px 70px;
  }
  .newsletter .newsletter-text {
    font-size: 30px;
  }
  .newsletter .newsletter-text p {
    letter-spacing: 3px;
  }
}

@media screen and (max-width: 1023px) {
  .header-internal .share {
    display: none;
  }
  .container {
    width: 620px;
  }
  .main-menu {
    display: none;
  }
  #menu-mobile {
    display: block;
    width: 100%;
    height: 120px;
  }
  .products .container ul li a {
    padding: 30px;
  }
  .header-internal {
    padding: 40px 0 0 0;
  }
  footer .container > ul {
    display: none;
  }
  footer .container .advertising {
    margin: 90px auto;
    float: none;
    width: 540px;
  }
  footer .container .advertising:last-child {
    margin-right: auto;
  }
  .newsletter {
    text-align: center;
    height: 260px;
  }
  .newsletter .newsletter-text, .newsletter .frm-newsletter {
    float: none;
    width: 100%;
  }
  .newsletter .frm-newsletter {
    margin: 30px auto;
    width: 430px;
  }
  .newsletter .frm-newsletter .search-text {
    width: 320px;
  }
  .newsletter .frm-newsletter input[type=submit] {
    width: 60px;
  }
}

@media screen and (max-width: 767px) {
  #menu-mobile .container .navbar-brand img {
    width: 100px;
    margin-top: 20px;
  }
  .products .container ul li {
    width: 100% !important;
    border: 1px solid #e6e6e6;
    border-bottom: none;
  }
  #menu-mobile-busca .search {
    width: 220px;
  }
  #menu-mobile-busca .search .search-text {
    width: 160px;
  }
  .aside-menu {
    left: -350px;
    width: 350px;
  }
  .container {
    width: 300px;
  }
  .products .container ul li {
    width: 100%;
    border: 1px solid #e6e6e6;
    border-bottom: none;
  }
  footer .go-top a {
    letter-spacing: 3px;
  }
  footer .container {
    text-align: center;
  }
  footer .container .copyright-labcom, footer .container .copyright-text {
    display: block;
    float: none !important;
    width: 93% !important;
    text-align: center !important;
    margin: 10px;
  }
  footer .container .copyright-labcom span, footer .container .copyright-text span {
    display: block;
    visibility: hidden;
    height: 0;
  }
  footer .container .advertising {
    text-align: center;
    width: 300px !important;
    float: none;
    margin: 40px 0px -60px !important;
  }
  footer .container .advertising img {
    max-width: 100%;
    margin: 20px 30px 0;
    float: none !important;
  }

  footer .container .advertising img.abrinq {
    margin: 20px 0 10px 50px;
  }

  .header-internal .header-icon {
    width: 60px;
    height: 120px;
    float: left;
  }
  .header-internal .header-icon svg {
    width: 45px;
  }
  .header-internal .hearder-internal-title {
    float: left;
    width: 220px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .header-internal .hearder-internal-title h1 {
    font-size: 24px;
    line-height: 26px;
  }
  .newsletter {
    padding: 30px 20px;
  }
  .newsletter .frm-newsletter .search-text {
    width: 240px;
  }
}


@media screen and (max-width: 1024px) {
  .search .search-text {
    width: 318px;
    float: left;
    height: 51px;
    margin: 65px 0 0 0;
    padding: 18px 15px 17px 15px;
    border: 1px solid #cccccc;
    border-radius: 6px;
  }
  .search input[type="submit"] {
    width: 60px;
    position: relative;
    float: left;
    border: none;
    height: 62px;
    background: url(../images/svg/search-icon-blue.svg) no-repeat center;
    background-size: 25px;
    border: none;
    left: 265px;
    bottom: 56px;
  }
  .toplinks .catalogo {
    display: inline-block;
    font-size: 16px;
    width: 110px;
    background-color: #ffcb00;
    color: #064d8d;
    height: 50px;
    padding: 16px 16px 16px 11px;
    font-weight: 600;
    border-radius: 5px;
  }
  .toplinks .loja {
    display: inline-block;
    font-size: 14px;
    width: 200px;
    background: #0068a5 url(../images/shopping-cart.png) no-repeat 10px;
    background-size: 18px;
    color: white;
    height: 50px;
    padding: 10px 20px 16px 39px;
    font-weight: 600;
    margin-left: 5px;
    text-indent: 15px;
    border-radius: 5px;
  }
}

@media screen and (max-width: 1280px) {
  .search .search-text {
    width: 318px;
    float: left;
    height: 51px;
    margin: 65px 0 0 0;
    padding: 18px 15px 17px 15px;
    border: 1px solid #cccccc;
    border-radius: 6px;
  }
  .search input[type="submit"] {
    width: 60px;
    position: relative;
    float: left;
    border: none;
    height: 62px;
    background: url(../images/svg/search-icon-blue.svg) no-repeat center;
    background-size: 25px;
    border: none;
    left: 265px;
    bottom: 56px;
  }
  .toplinks .catalogo {
    display: inline-block;
    font-size: 16px;
    width: 110px;
    background-color: #ffcb00;
    color: #064d8d;
    height: 50px;
    padding: 16px 16px 16px 11px;
    font-weight: 600;
    border-radius: 5px;
  }
  .toplinks .loja {
    display: inline-block;
    font-size: 14px;
    width: 200px;
    background: #0068a5 url(../images/shopping-cart.png) no-repeat 10px;
    background-size: 18px;
    color: white;
    height: 50px;
    padding: 10px 20px 16px 39px;
    font-weight: 600;
    margin-left: 5px;
    text-indent: 15px;
    border-radius: 5px;
  }
}

@media screen and (max-width: 820px) {
  #menu-mobile {
    display: block;
    width: 100%;
    height: 140px;
  }
  
  #menu-mobile-busca {
    position: absolute;
    display: block !important;
    clear: both;
    width: 595px !important;
    background: none;
    top: 135px;
    margin: 0 !important;
    height: 38px !important;
  }

  #menu-mobile-busca form {
    margin: 0;
    text-align: left;
    width: 600px;
  }
  #menu-mobile-busca form input[type="submit"] {
    background: url( "../images/svg/search-icon-blue.svg" ) no-repeat center;
    background-size: 18px;
    width: 35px;
    height: 35px;
    border: none;
    position: absolute;
    top: 0;
    right: 0px;
  }
}

@media screen and (max-width: 400px) {
  #menu-mobile {
    display: block;
    width: 100%;
    height: 125px;
  }
    #menu-mobile-busca {
    position: absolute;
    display: block !important;
    clear: both;
    width: 286px !important;
    background: none;
    top: 115px;
    margin: 0 !important;
    height: 38px !important;
  }
  #menu-mobile-busca form {
    margin: 0;
    text-align: left;
    width: 300px;
  }
}