@charset "UTF-8";
@import 'fonts/fonts.css';
@import 'icons/icons.css';
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body {
  background: #FBFBFB;
  color: #4A6575;
  font-family: "Museo Sans";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.4;
  font-weight: 300;
  overflow-x: hidden;
}
@media all and (max-width: 999px) {
  body {
    padding-top: 70px;
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.content {
  width: 100%;
  max-width: 1420px;
  margin: 0 auto;
}
@media all and (max-width: 1419px) {
  .content {
    padding: 0px 15px;
  }
}

.button {
  background-image: linear-gradient(-180deg, #02B2E3 0%, #017AC3 100%);
  box-shadow: 0 2px 14px 0 rgba(1, 122, 195, 0.37);
  color: white;
  font-size: 20px;
  padding: 15px 25px;
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
}
@media all and (max-width: 999px) {
  .button {
    font-size: 16px;
    padding: 11px 20px;
  }
}
.button:after {
  content: "";
  font-family: "icons";
  font-size: 14px;
  margin-left: 20px;
}

.breadcrumb {
  float: left;
  width: 100%;
  margin-top: 60px;
  opacity: 0.8;
  color: #4A6575;
  margin-bottom: 10px;
}
.breadcrumb a {
  color: #4A6575;
  margin-right: 10px;
  text-decoration: none;
}
.breadcrumb a:hover {
  color: #017AC3;
}
.breadcrumb i {
  font-size: 12px;
  vertical-align: middle;
  margin-right: 10px;
}
.breadcrumb i:before {
  vertical-align: middle;
}

.default-header {
  float: left;
  width: 100%;
  height: 376px;
  background: url(../images/title-background.jpg);
  border-top: 2px solid #F7F7F7;
}
.default-header h1 {
  border-left: 3px solid #017AC3;
  line-height: 1;
  padding-left: 20px;
  font-size: 44px;
  color: #017AC3;
  margin-top: 60px;
}
.default-header h1.below-breadcrumb {
  margin-top: 10px;
  float: left;
  width: 100%;
}
@media all and (max-width: 999px) {
  .default-header h1 {
    font-size: 30px;
  }
}

#search {
  display: none;
}

.search-view {
  float: left;
  width: 600px;
  display: flex;
}
.search-view input {
  border: 0px;
  font-family: #4A6575;
  font-size: 20px;
  padding: 20px;
  flex: 1;
  outline: none;
  color: #017AC3;
}
.search-view button {
  background: none;
  border: 0px;
  color: #017AC3;
  font-size: 20px;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#main-nav {
  position: fixed;
  z-index: 200;
  left: 0;
  top: 0;
  bottom: 0;
}
#main-nav:target .inset {
  margin-left: 0px;
}
#main-nav .inset {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 240px;
  background: #017AC3;
  padding: 20px;
  margin-left: -240px;
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
#main-nav .inset .icon-close {
  position: absolute;
  right: 20px;
  color: white;
  text-decoration: none;
}
#main-nav .inset nav {
  float: left;
  width: 100%;
  padding: 10px;
  display: flex;
  flex-direction: column;
}
#main-nav .inset nav a {
  color: white;
  font-weight: bold;
  text-decoration: none;
  font-size: 20px;
  margin: 5px 0px;
}

header {
  float: left;
  width: 100%;
}
@media all and (max-width: 999px) {
  header {
    position: fixed;
    z-index: 100;
    background: #FBFBFB;
    height: 70px;
    top: 0px;
  }
}
header .icon-menu {
  position: absolute;
  text-decoration: none;
  color: #017AC3;
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  display: none;
}
@media all and (max-width: 999px) {
  header .icon-menu {
    display: block;
  }
}
header .upper {
  float: left;
  width: 100%;
  background: white;
  text-align: right;
  font-size: 15px;
  font-weight: bold;
  padding: 14px 0px;
}
@media all and (max-width: 999px) {
  header .upper {
    display: none;
  }
}
header .upper span.phone {
  color: #017AC3;
}
header .upper ul {
  float: right;
  margin: 0;
  padding: 0;
  border-left: 1px solid #f1f1f1;
  margin-left: 20px;
  padding-left: 10px;
}
header .upper ul li {
  float: left;
  list-style: none;
  margin-left: 10px;
}
header .upper ul li a {
  color: #017AC3;
  text-decoration: none;
  opacity: 0.6;
  font-size: 14px;
}
header .upper ul li a:hover {
  opacity: 1;
}
header .bottom {
  float: left;
  width: 100%;
}
header .bottom .inset {
  float: left;
  width: 100%;
  display: flex;
  padding: 10px 0px;
  align-items: center;
}
header .bottom .inset .logo {
  width: 290px;
  height: 105px;
  background: url(../images/logo.png) center center no-repeat;
  overflow: hidden;
  text-indent: -999px;
  margin-right: 20px;
}
@media all and (max-width: 999px) {
  header .bottom .inset .logo {
    height: 70px;
    width: 150px;
    background-size: 100% auto !important;
    position: absolute;
    left: 50%;
    margin-left: -75px;
    top: 0px;
  }
}
header .bottom .inset nav {
  flex: 1;
  display: flex;
}
@media all and (max-width: 999px) {
  header .bottom .inset nav {
    display: none;
  }
}
header .bottom .inset nav > ul {
  margin: 0;
  padding: 0;
  display: flex;
  float: left;
  width: 100%;
}
header .bottom .inset nav > ul > li {
  flex-grow: 1;
  text-align: center;
  list-style: none;
  position: relative;
}
header .bottom .inset nav > ul > li:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  margin-top: 0px;
}
header .bottom .inset nav > ul > li:hover > .sub-menu:before {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  top: -35px;
  height: 35px;
}
header .bottom .inset nav > ul > li .sub-menu {
  position: absolute;
  width: 300px;
  left: 50%;
  margin-left: -150px;
  background: white;
  top: 55px;
  background: white;
  box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.1);
  visibility: hidden;
  opacity: 0;
  margin-top: 0px;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  z-index: 100;
}
header .bottom .inset nav > ul > li .sub-menu ul {
  flex-direction: column;
  margin: 0;
  padding: 0;
}
header .bottom .inset nav > ul > li .sub-menu ul li {
  list-style: none;
  border-bottom: 1px solid #f1f1f1;
  padding: 10px 15px;
  position: relative;
  text-align: left;
  line-height: 1.1;
}
header .bottom .inset nav > ul > li .sub-menu ul li.has-submenu {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABGdBTUEAALGPC/xhBQAAAONJREFUSA3tk80KgkAUhQ+lkn9hZmCT0APUzogWQdQ7+O7t2wkhqfivdN25G0NcBA5c5jJ3ON+9hxlgWpMD/++ACPEsQTp68OajTLPAYi9AeBDo5MIVf4Vwu6pQfQiS1ah3PvwNA3uHCKu+IC6gFSpRxirUiHYWI7ZNmEGCpOgD6QVohQoUqQEjyJHbGTKmQYsoT3mQ3oBWKEWak3DcTkKxatC8eIAZ70K3TtYsyZoDndUy5Ge3NjjXoa/pNd0orhYsfbBgV0CBsiXhOz3ViwNH7tYG50P/AbeB0X8yt4PpwuTAF2ebOYrtUt2jAAAAAElFTkSuQmCC") right center no-repeat;
}
header .bottom .inset nav > ul > li .sub-menu ul li:hover > .sub-menu {
  margin-top: 0px;
  visibility: visible;
  opacity: 1;
}
header .bottom .inset nav > ul > li .sub-menu ul li a {
  color: #4A6575;
  text-decoration: none;
}
header .bottom .inset nav > ul > li .sub-menu ul li a:hover {
  color: #017AC3;
}
header .bottom .inset nav > ul > li .sub-menu ul li:last-child {
  border-bottom: 0;
}
header .bottom .inset nav > ul > li .sub-menu ul li .sub-menu {
  left: 300px;
  margin-left: 0px !important;
  top: 0px !important;
}
header .bottom .inset nav > ul > li > a {
  text-align: center;
  text-decoration: none;
  color: #4A6575;
  font-weight: bold;
  font-size: 17px;
  position: relative;
  float: left;
  width: 100%;
}
header .bottom .inset nav > ul > li > a:before {
  content: "";
  position: absolute;
  top: -52px;
  left: 0px;
  width: 100%;
  height: 4px;
  background: #017AC3;
  opacity: 0;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
header .bottom .inset nav > ul > li > a:hover {
  color: #017AC3;
}
header .bottom .inset nav > ul > li > a:hover:before {
  opacity: 1;
}
header .bottom .inset .icon-search {
  border-left: 1px solid #e5e5e5;
  padding-left: 20px;
  font-size: 20px;
  text-decoration: none;
  color: #4A6575;
}
@media all and (max-width: 999px) {
  header .bottom .inset .icon-search {
    position: absolute;
    right: 0px;
    border: 0px;
    color: #017AC3;
    height: 70px;
    width: 70px;
    text-align: center;
    line-height: 70px;
    top: 0px;
  }
}
header .bottom .inset .icon-search:hover {
  color: #017AC3;
}

main.home .banners {
  float: left;
  width: 100%;
  background: #f1f1f1;
  position: relative;
}
main.home .banners i {
  position: absolute;
  z-index: 10;
  top: 50%;
  background: white;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  cursor: pointer;
}
@media all and (max-width: 999px) {
  main.home .banners i {
    display: none;
  }
}
main.home .banners i.swiper-button-disabled {
  opacity: 0.3;
}
main.home .banners .icon-chevron-right {
  right: 0px;
}
main.home .banners .banner {
  width: 100%;
  height: 714px;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
@media all and (max-width: 1420px) {
  main.home .banners .banner {
    background-size: 100% auto !important;
    height: auto;
    padding-bottom: 39.66%;
  }
}
main.home .double-block {
  float: left;
  width: 100%;
  background: white;
  border-bottom: 2px solid #F3F3F3;
}
main.home .double-block .callout {
  text-align: center;
  float: left;
  width: 100%;
  margin: 50px 0px;
}
main.home .double-block .callout h4 {
  font-size: 23px;
  color: #017AC3;
  margin: 0;
  margin-bottom: 10px;
}
main.home .double-block .inset {
  float: left;
  width: 100%;
  display: flex;
}
@media all and (max-width: 999px) {
  main.home .double-block .inset {
    flex-direction: column;
  }
}
main.home .double-block .inset .block {
  background: #FFFFFF;
  box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.1);
  flex: 1;
  margin-right: 20px;
  position: relative;
  z-index: 20;
}
@media all and (max-width: 999px) {
  main.home .double-block .inset .block {
    margin-right: 0px;
    margin-bottom: 20px;
    float: left;
    width: 100%;
    margin-top: 0px;
  }
}
main.home .double-block .inset .block:last-child {
  margin-right: 0;
}
main.home .double-block .inset .block h2 {
  border-left: 4px solid #017AC3;
  padding-left: 30px;
  font-size: 30px;
  color: #017AC3;
}
@media all and (max-width: 999px) {
  main.home .double-block .inset .block h2 {
    font-size: 22px;
  }
}
main.home .double-block .inset .block .image img {
  max-width: 100%;
  height: auto;
}
main.home .double-block .inset .block .info {
  float: left;
  width: 100%;
  padding: 30px;
}
@media all and (max-width: 999px) {
  main.home .double-block .inset .block .info {
    padding: 13px;
  }
}
main.home .double-block .inset .block .info .info-inset {
  float: left;
  width: 100%;
  line-height: 1.5;
  margin-top: -60px;
  background: white;
  position: relative;
  padding: 20px;
}
@media all and (max-width: 999px) {
  main.home .double-block .inset .block .info .info-inset {
    font-size: 15px;
  }
}
main.home .production {
  float: left;
  width: 100%;
  padding: 60px 0px;
}
main.home .production .inset {
  float: left;
  width: 100%;
  display: flex;
}
@media all and (max-width: 999px) {
  main.home .production .inset {
    flex-direction: column;
  }
}
main.home .production .inset .info {
  max-width: 515px;
  margin-right: 40px;
  flex: 1;
}
@media all and (max-width: 999px) {
  main.home .production .inset .info {
    margin-right: 0px;
    margin-bottom: 40px;
  }
}
main.home .production .inset .info h2 {
  font-size: 50px;
  line-height: 1;
}
@media all and (max-width: 999px) {
  main.home .production .inset .info h2 {
    font-size: 30px;
  }
}
main.home .production .inset .info h2:after {
  display: block;
  width: 30px;
  height: 1px;
  background: #017AC3;
  content: "";
  margin-top: 20px;
}
main.home .production .inset .info p {
  line-height: 1.5;
}
main.home .production .inset .list {
  flex: 1;
  display: flex;
}
@media all and (max-width: 999px) {
  main.home .production .inset .list {
    flex-direction: column;
  }
}
main.home .production .inset .list .item {
  flex: 1;
  margin-right: 30px;
  background: #FFFFFF;
  box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.1);
  position: relative;
}
@media all and (max-width: 999px) {
  main.home .production .inset .list .item {
    margin-right: 0px;
    margin-bottom: 20px;
  }
}
main.home .production .inset .list .item:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0px;
  right: 0px;
  height: 4px;
  background: #017AC3;
}
main.home .production .inset .list .item:last-child {
  margin-right: 0;
}
main.home .production .inset .list .item .image {
  float: left;
  width: 100%;
}
main.home .production .inset .list .item .image img {
  width: 100%;
  height: auto;
}
main.home .production .inset .list .item .info {
  float: left;
  width: 100%;
  padding: 30px;
}
main.home .production .inset .list .item .info h3 {
  margin: 0;
  margin-bottom: 20px;
  color: #017AC3;
  font-size: 30px;
}
main.home .gama {
  float: left;
  width: 100%;
  background: white;
  border-top: 2px solid #F3F3F3;
}
main.home .gama .inset {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 60px 0px;
}
@media all and (max-width: 999px) {
  main.home .gama .inset {
    flex-direction: column;
  }
}
main.home .gama .inset .slider {
  width: 60%;
  margin-right: 40px;
  padding: 0px 50px;
  position: relative;
}
main.home .gama .inset .slider .swiper-pagination span {
  background: #017AC3;
}
@media all and (max-width: 999px) {
  main.home .gama .inset .slider {
    width: 100%;
    order: 2;
    margin-right: 0px;
    padding: 0px 0px;
  }
}
main.home .gama .inset .slider i {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 25px;
  outline: none;
  cursor: pointer;
}
@media all and (max-width: 999px) {
  main.home .gama .inset .slider i {
    display: none;
  }
}
main.home .gama .inset .slider i:hover {
  color: #017AC3;
}
main.home .gama .inset .slider i.icon-chevron-right {
  left: auto;
  right: 0px;
}
main.home .gama .inset .slider i.swiper-button-disabled {
  opacity: 0.2;
}
main.home .gama .inset .slider .item {
  border: 2px solid #f1f1f1;
  float: left;
  width: 100%;
  padding: 30px;
  text-decoration: none;
}
main.home .gama .inset .slider .item .info h4 {
  font-size: 20px;
  color: #017AC3;
  margin-bottom: 0;
}
main.home .gama .inset .slider .item .info .brand {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  color: rgba(74, 101, 117, 0.5);
}
main.home .gama .inset .slider .item .info p {
  color: #4A6575;
}
main.home .gama .inset .slider .item .image {
  float: left;
  width: 100%;
  padding-bottom: 90%;
  position: relative;
}
main.home .gama .inset .slider .item .image .align {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
main.home .gama .inset .slider .item .image .align img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
main.home .gama .inset .info {
  flex: 1;
}
@media all and (max-width: 999px) {
  main.home .gama .inset .info {
    order: 1;
    margin-bottom: 30px;
  }
}
main.home .gama .inset .info h2 {
  font-size: 40px;
  line-height: 1;
  color: #017AC3;
}
@media all and (max-width: 999px) {
  main.home .gama .inset .info h2 {
    font-size: 30px;
  }
}
main.home .gama .inset .info h2:after {
  display: block;
  width: 30px;
  height: 1px;
  background: #017AC3;
  content: "";
  margin-top: 20px;
}
main.home .gama .inset .info p {
  line-height: 1.5;
}
main.home .featured-products {
  float: left;
  width: 100%;
  position: relative;
  margin-top: -40px;
  margin-bottom: 40px;
}
main.home .featured-products .swiper-pagination {
  position: static;
}
main.home .featured-products .swiper-pagination span {
  background: #017AC3;
  margin-top: 20px;
}
main.home .featured-products .inset {
  float: left;
  width: 100%;
  position: relative;
}
main.home .featured-products i {
  position: absolute;
  width: 50px;
  height: 50px;
  background: white;
  z-index: 2;
  top: 50%;
  margin-top: -25px;
  box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
  line-height: 55px;
  color: #017AC3;
  cursor: pointer;
  outline: none;
}
@media all and (max-width: 999px) {
  main.home .featured-products i {
    display: none;
  }
}
main.home .featured-products i.icon-chevron-left {
  margin-left: -20px;
}
main.home .featured-products i.icon-chevron-right {
  margin-right: -20px;
  right: 0px;
}
main.home .featured-products .banner {
  float: left;
  width: 100%;
  padding-bottom: 100%;
  background-size: cover !important;
}

footer {
  float: left;
  width: 100%;
}
footer .brands {
  float: left;
  width: 100%;
  border-top: 2px solid #F3F3F3;
  padding-top: 40px;
  padding-bottom: 40px;
}
footer .brands .swiper-pagination {
  position: static;
}
footer .brands .swiper-pagination span {
  background: #017AC3;
}
footer .brands h2 {
  color: #017AC3;
  text-align: center;
  margin: 0;
  position: relative;
}
@media all and (max-width: 999px) {
  footer .brands h2 {
    font-size: 18px;
  }
}
footer .brands h2:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 1px;
  background: #4A6575;
  bottom: -10px;
  left: 50%;
  margin-left: -15px;
  opacity: 0.2;
}
footer .brands .swiper-container {
  float: left;
  width: 100%;
  margin: 20px 0px;
  margin-top: 40px;
}
footer .brands .swiper-container .swiper-slide {
  text-align: center;
}
footer .newsletter {
  float: left;
  width: 100%;
  padding: 40px 0px;
  background: white;
}
footer .newsletter .inset {
  display: flex;
  float: left;
  width: 100%;
  align-items: center;
}
@media all and (max-width: 999px) {
  footer .newsletter .inset {
    flex-direction: column;
  }
}
footer .newsletter span {
  font-weight: 500;
  margin-right: 10px;
  flex: 1;
  max-width: 50%;
  text-align: center;
}
@media all and (max-width: 999px) {
  footer .newsletter span {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
footer .newsletter form {
  flex: 1;
  display: flex;
}
@media all and (max-width: 990px) {
  footer .newsletter form {
    flex-direction: column;
    width: 100%;
  }
}
footer .newsletter input {
  background: #F4F5F6;
  border: 0px;
  border-left: 2px solid #017AC3;
  padding: 12px 15px;
  color: #017AC3;
  margin-right: 15px;
  flex: 1;
}
@media all and (max-width: 999px) {
  footer .newsletter input {
    margin-bottom: 10px;
  }
}
footer .newsletter button {
  background-image: linear-gradient(-180deg, #02B2E3 0%, #017AC3 100%);
  color: white;
  font-size: 20px;
  padding: 15px 25px;
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
  border: 0px;
  cursor: pointer;
}
footer .newsletter button:after {
  content: "";
  font-family: "icons";
  font-size: 14px;
  margin-left: 20px;
}
footer .main-footer {
  float: left;
  width: 100%;
  background: #12232D;
  padding-top: 50px;
  padding-bottom: 50px;
}
footer .main-footer .first-block {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media all and (max-width: 999px) {
  footer .main-footer .first-block {
    flex-direction: column;
  }
}
footer .main-footer .first-block .phone {
  color: white;
  font-weight: bold;
  font-size: 24px;
}
@media all and (max-width: 999px) {
  footer .main-footer .first-block .phone {
    order: 2;
    margin: 20px 0px;
  }
}
footer .main-footer .first-block .logo {
  width: 204px;
  height: 60px;
  background: url(../images/logo-footer.png) center center no-repeat;
}
@media all and (max-width: 999px) {
  footer .main-footer .first-block .logo {
    order: 1;
  }
}
@media all and (max-width: 999px) {
  footer .main-footer .first-block .social {
    order: 3;
  }
}
footer .main-footer .first-block .social a {
  display: inline-block;
  width: 35px;
  height: 35px;
  border: 2px solid #fff;
  text-align: center;
  line-height: 37px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  -o-border-radius: 35px;
  border-radius: 35px;
  color: white;
  text-decoration: none;
  margin-left: 5px;
}
footer .main-footer .first-block .social a:hover {
  background: white;
  color: #017AC3;
}
footer .main-footer nav {
  float: left;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  padding: 30px 0px;
  margin-top: 30px;
}
@media all and (max-width: 999px) {
  footer .main-footer nav {
    flex-wrap: wrap;
  }
}
footer .main-footer nav a {
  flex-grow: 1;
  text-align: center;
  font-weight: 500;
  font-size: 17px;
  color: #4A6575;
  text-decoration: none;
}
@media all and (max-width: 999px) {
  footer .main-footer nav a {
    width: 50%;
    margin: 5px 0px;
  }
}
footer .main-footer nav a:hover {
  color: white;
}
footer .main-footer .last-block {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 12px;
}
@media all and (max-width: 999px) {
  footer .main-footer .last-block {
    flex-direction: column;
    align-items: center;
  }
}
footer .main-footer .last-block address {
  color: white;
  font-style: normal;
}
@media all and (max-width: 999px) {
  footer .main-footer .last-block address {
    margin: 20px 0px;
  }
}
footer .main-footer .last-block a {
  color: #017AC3;
  text-decoration: none;
}

main.servicos {
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 100%;
  position: relative;
  margin-top: -200px;
}
@media all and (max-width: 999px) {
  main.servicos {
    flex-direction: column;
    margin-top: -240px;
  }
}
main.servicos .item {
  width: 49%;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  margin-right: 2%;
}
@media all and (max-width: 999px) {
  main.servicos .item {
    width: 100%;
  }
}
main.servicos .item:nth-child(even) {
  margin-right: 0px;
}
main.servicos .item .image {
  width: 100%;
}
main.servicos .item .image img {
  width: 100%;
  height: auto;
}
main.servicos .item .info {
  background: #FFFFFF;
  box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.1);
  float: left;
  width: 100%;
}
main.servicos .item .info .inset-info {
  float: left;
  width: 100%;
  padding: 20px;
}
main.servicos .item .info .inset-info .aligner {
  position: relative;
  margin-top: -90px;
  background: white;
  padding: 25px;
  position: relative;
}
main.servicos .item .info .inset-info .aligner:before {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  top: -20px;
  height: 3px;
  background: #017AC3;
}
main.servicos .item .info .inset-info .aligner h3 {
  margin: 0;
  font-size: 25px;
  color: #017AC3;
}
main.servicos .item .info .callout {
  float: left;
  width: 100%;
  border-top: 1px solid #e5e5e5;
  padding: 20px 40px;
  text-align: right;
}
main.servicos .item .info .callout a {
  color: #017AC3;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}
main.servicos .item .info .callout a i {
  font-size: 13px;
  margin-left: 10px;
}
main.servicos .item .info .callout a i:after {
  vertical-align: top;
}

main.quem-somos {
  float: left;
  width: 100%;
  position: relative;
  margin-top: -100px;
}
main.quem-somos .main-content {
  background: #FFFFFF;
  box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.1);
  padding: 50px;
  float: left;
  width: 100%;
  line-height: 1.6;
  font-size: 17px;
}
@media all and (max-width: 999px) {
  main.quem-somos .main-content {
    padding: 20px;
  }
}
main.quem-somos .main-content .overflow-image {
  float: left;
  position: relative;
  margin-top: -170px;
  margin-left: -50px;
  margin-right: 40px;
  margin-bottom: 20px;
}
@media all and (max-width: 999px) {
  main.quem-somos .main-content .overflow-image {
    max-width: 100%;
    height: auto;
    margin: 0;
    margin-top: -170px;
    margin-bottom: 20px;
  }
}
main.quem-somos .goals {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 60px 0px;
}
@media all and (max-width: 999px) {
  main.quem-somos .goals {
    flex-direction: column;
  }
}
main.quem-somos .goals .col {
  width: 30%;
  line-height: 1.6;
}
@media all and (max-width: 999px) {
  main.quem-somos .goals .col {
    width: 100%;
    margin-bottom: 30px;
  }
}
main.quem-somos .goals .col h4 {
  color: #017AC3;
  font-size: 24px;
  margin: 0;
}

main.certificacoes {
  float: left;
  width: 100%;
}
main.certificacoes .main-content {
  position: relative;
  margin-top: -200px;
  background: #FFFFFF;
  box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.1);
  float: left;
  width: 100%;
  margin-bottom: 50px;
}
@media all and (max-width: 999px) {
  main.certificacoes .main-content {
    margin-top: -240px;
  }
}
main.certificacoes .main-content .inset-content {
  float: left;
  width: 100%;
  padding: 50px;
  display: flex;
  line-height: 1.6;
}
@media all and (max-width: 999px) {
  main.certificacoes .main-content .inset-content {
    padding: 20px;
    flex-direction: column;
  }
}
main.certificacoes .main-content .inset-content .badge {
  border-right: 1px solid #e5e5e5;
  padding-right: 40px;
  margin-right: 40px;
}
@media all and (max-width: 999px) {
  main.certificacoes .main-content .inset-content .badge {
    border-right: 0px;
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
    text-align: center;
    padding: 20px 0px;
    margin-bottom: 30px;
  }
}
main.certificacoes .main-content .inset-content h3 {
  color: #017AC3;
  font-size: 30px;
  margin: 0;
}
main.certificacoes .main-content .images {
  float: left;
  width: 100%;
  display: flex;
  align-items: flex-start;
}
main.certificacoes .main-content .images img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media all and (max-width: 999px) {
  main.certificacoes .main-content .images img {
    width: 50%;
  }
}

main.contato {
  float: left;
  width: 100%;
  display: flex;
  position: relative;
  margin-top: -200px;
  margin-bottom: 70px;
}
@media all and (max-width: 999px) {
  main.contato {
    flex-direction: column;
    margin-top: -240px;
  }
}
main.contato .form {
  width: 45%;
  background: #FFFFFF;
  box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.1);
  padding: 40px;
}
@media all and (max-width: 999px) {
  main.contato .form {
    width: 100%;
    padding: 20px;
  }
}
main.contato .form p {
  margin: 0;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.6;
}
main.contato .form button {
  float: right;
  border: 0px;
  outline: none;
  cursor: pointer;
}
main.contato .form .form-item {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
main.contato .form .form-item label {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 15px;
}
main.contato .form .form-item input[type=text], main.contato .form .form-item textarea {
  float: left;
  width: 100%;
  border: 1px solid #E3E7EA;
  border-left: 2px solid #017AC3;
  padding: 15px;
  color: #017AC3;
  margin-top: 4px;
  outline: none;
}
main.contato .info {
  flex: 1;
}
main.contato .info .location-info {
  float: left;
  width: 100%;
  padding: 50px;
  display: flex;
  flex-direction: column;
}
@media all and (max-width: 999px) {
  main.contato .info .location-info {
    padding: 20px;
  }
}
main.contato .info .location-info strong {
  font-weight: bold;
  font-size: 20px;
  opacity: 0.3;
  margin-bottom: 10px;
}
main.contato .info .location-info address, main.contato .info .location-info span.horario {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  font-weight: 500;
  font-style: normal;
}
main.contato .info .location-info .phone {
  font-weight: bold;
  font-size: 24px;
  color: #017AC3;
}
main.contato .info .map {
  float: left;
  width: 100%;
  padding-bottom: 50%;
  background: #e5e5e5;
  position: relative;
}
@media all and (max-width: 999px) {
  main.contato .info .map {
    padding-bottom: 80%;
  }
}
main.contato .info .map #map {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
}

main.produtos {
  float: left;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.1);
  min-height: 400px;
  margin-top: -200px;
  display: flex;
  align-items: flex-start;
}
@media all and (max-width: 999px) {
  main.produtos {
    margin-top: -240px;
  }
}
@media all and (max-width: 999px) {
  main.produtos #sidemenu:target {
    visibility: visible;
  }
}
main.produtos aside {
  border-right: 1px solid #F2F2F2;
  width: 320px;
}
main.produtos aside .icon-close {
  position: absolute;
  right: 0px;
  top: 0px;
  color: #4A6575;
  text-decoration: none;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  display: none;
}
@media all and (max-width: 999px) {
  main.produtos aside .icon-close {
    display: block;
  }
}
@media all and (max-width: 999px) {
  main.produtos aside {
    position: fixed;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 150;
    width: auto;
    border: 0px;
    background: white;
    -webkit-box-shadow: 0px 10px 42px 0px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0px 10px 42px 0px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 10px 42px 0px rgba(0, 0, 0, 0.17);
    overflow: auto;
    visibility: hidden;
  }
}
main.produtos aside .search {
  float: left;
  width: 100%;
  padding: 30px;
  border-bottom: 1px solid #f2f2f2;
}
main.produtos aside .search span {
  font-weight: bold;
  color: #017AC3;
  font-size: 21px;
  margin-bottom: 5px;
}
main.produtos aside .search form {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  border: 1px solid #e5e5e5;
  margin-top: 5px;
}
main.produtos aside .search form i {
  vertical-align: middle;
  color: #017AC3;
  margin-left: 10px;
  margin-right: 10px;
}
main.produtos aside .search form input {
  flex: 1;
  padding: 10px;
  outline: none;
  border: 0px;
  color: #017AC3;
}
main.produtos aside .menu {
  float: left;
  width: 100%;
  padding: 30px;
}
main.produtos aside .menu h4 {
  color: #017AC3;
  margin: 0;
  font-size: 16px;
  margin-bottom: 20px;
}
main.produtos aside .menu ul {
  margin: 0;
  padding: 0;
}
main.produtos aside .menu ul li {
  list-style: none;
  font-size: 15px;
  font-weight: 500;
  padding: 5px 0px;
}
main.produtos aside .menu ul li:hover > .sub-menu {
  display: block;
}
main.produtos aside .menu ul li a {
  color: #4A6575;
  text-decoration: none;
}
main.produtos aside .menu ul li a.selected {
  color: #017AC3 !important;
  position: relative;
}
main.produtos aside .menu ul li a:hover {
  color: #017AC3;
}
main.produtos aside .menu ul .sub-menu {
  border-left: 2px solid #EDF0F1;
  padding: 10px 0px;
}
@media all and (max-width: 999px) {
  main.produtos aside .menu ul .sub-menu {
    display: block;
  }
}
main.produtos aside .menu ul .sub-menu li {
  font-size: 14px;
  padding-left: 20px;
}
main.produtos aside .menu ul .sub-menu li a {
  color: rgba(74, 101, 117, 0.8);
}
main.produtos aside .menu ul .sub-menu li a:hover {
  color: #017AC3;
}
main.produtos aside .filters {
  float: left;
  width: 100%;
  padding: 30px;
  margin-bottom: 30px;
}
main.produtos aside .filters h4 {
  color: #017AC3;
  margin: 0;
  margin-bottom: 20px;
}
main.produtos aside .filters .block {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
main.produtos aside .filters .block h5 {
  font-size: 15px;
  margin: 0;
}
main.produtos aside .filters .block .view {
  float: left;
  width: 100%;
  max-height: 300px;
  overflow: auto;
}
main.produtos aside .filters .block .view ul {
  margin: 0;
  padding: 0;
}
main.produtos aside .filters .block .view ul li {
  display: flex;
  align-items: center;
  font-size: 15px;
  padding: 4px 0px;
}
main.produtos aside .filters .block .view ul li input {
  margin-right: 10px;
}
main.produtos aside .filters .block .view::-webkit-scrollbar {
  width: 6px;
}
main.produtos aside .filters .block .view::-webkit-scrollbar-track {
  background: #FAFAFA;
  border-radius: 10px;
}
main.produtos aside .filters .block .view::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background: #CED4D8;
}
main.produtos section.list {
  flex: 1;
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
}
@media all and (max-width: 999px) {
  main.produtos section.list {
    flex-direction: column;
    padding: 20px;
  }
}
main.produtos section.list .filter {
  float: left;
  width: 100%;
  text-align: center;
  border: 2px solid #017AC3;
  padding: 10px;
  color: #017AC3;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 20px;
  display: none;
}
@media all and (max-width: 999px) {
  main.produtos section.list .filter {
    display: block;
  }
}
main.produtos section.list .pagination {
  flex: 100%;
  text-align: center;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 999px) {
  main.produtos section.list .pagination {
    flex: auto;
  }
}
main.produtos section.list .pagination a {
  margin: 0px 10px;
  min-width: 45px;
  height: 45px;
  background-image: linear-gradient(-180deg, #02B2E3 0%, #017AC3 100%);
  line-height: 45px;
  color: white;
  text-decoration: none;
  font-weight: bold;
}
main.produtos section.list .pagination span {
  border: 1px solid #F0F0F0;
  min-width: 46px;
  height: 46px;
  line-height: 46px;
}
main.produtos section.list .item {
  width: 30%;
  margin: 1%;
  border: 1px solid #E6E6E6;
  padding: 20px;
}
@media all and (max-width: 999px) {
  main.produtos section.list .item {
    width: 100%;
    display: flex;
    padding: 10px;
    align-items: center;
  }
}
main.produtos section.list .item .image {
  float: left;
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}
@media all and (max-width: 999px) {
  main.produtos section.list .item .image {
    width: 50%;
    padding-bottom: 50%;
  }
}
main.produtos section.list .item .image .aligner {
  position: absolute;
  padding: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media all and (max-width: 999px) {
  main.produtos section.list .item .image .aligner {
    padding: 10px;
  }
}
main.produtos section.list .item .image .aligner img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
main.produtos section.list .item a {
  text-decoration: none;
}
main.produtos section.list .item .info {
  float: left;
  width: 100%;
}
@media all and (max-width: 999px) {
  main.produtos section.list .item .info {
    flex: 1;
  }
}
main.produtos section.list .item .info a {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
}
main.produtos section.list .item .info a h4 {
  color: #017AC3;
  margin-bottom: 10px;
}
main.produtos section.list .item .info a .brand {
  font-size: 14px;
  text-transform: uppercase;
  color: #4A6575;
  font-weight: 500;
}
main.produtos section.list .item .info a em {
  color: rgba(74, 101, 117, 0.4);
  font-weight: bold;
  font-size: 13px;
  font-style: normal;
  margin-top: 8px;
}
main.produtos section.detalhe {
  flex: 1;
  padding: 40px;
  float: left;
  width: 100%;
}
@media all and (max-width: 999px) {
  main.produtos section.detalhe {
    padding: 0px;
  }
}
main.produtos section.detalhe .top-info {
  float: left;
  width: 100%;
  display: flex;
}
@media all and (max-width: 999px) {
  main.produtos section.detalhe .top-info {
    flex-direction: column;
  }
}
main.produtos section.detalhe .top-info .image {
  float: left;
  width: 45%;
  margin-right: 30px;
  max-width: 500px;
}
@media all and (max-width: 999px) {
  main.produtos section.detalhe .top-info .image {
    width: 100%;
    max-width: 100%;
  }
}
main.produtos section.detalhe .top-info .image .swiper-pagination {
  float: left;
  width: 100%;
  position: static;
  margin-bottom: 20px;
  margin-top: 20px;
}
main.produtos section.detalhe .top-info .image .swiper-pagination span {
  background: #017AC3;
}
main.produtos section.detalhe .top-info .image .image-item {
  float: left;
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}
@media all and (max-width: 999px) {
  main.produtos section.detalhe .top-info .image .image-item {
    padding-bottom: 80%;
  }
}
main.produtos section.detalhe .top-info .image .image-item .aligner {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
main.produtos section.detalhe .top-info .image .image-item .aligner img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
main.produtos section.detalhe .top-info .image .thumbs {
  float: left;
  width: 100%;
  border-top: 2px solid #f1f1f1;
  text-align: right;
  padding-top: 20px;
}
@media all and (max-width: 999px) {
  main.produtos section.detalhe .top-info .image .thumbs {
    display: none;
  }
}
main.produtos section.detalhe .top-info .image .thumbs span {
  width: 80px;
  height: 80px;
  border: 2px solid #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: center;
  display: inline-block;
  margin-left: 10px;
  cursor: pointer;
}
main.produtos section.detalhe .top-info .image .thumbs span img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
main.produtos section.detalhe .top-info .info {
  flex: 1;
  background: #FBFBFB;
  padding: 30px;
  float: left;
}
@media all and (max-width: 999px) {
  main.produtos section.detalhe .top-info .info {
    width: 100%;
  }
}
main.produtos section.detalhe .top-info .info .description {
  font-size: 15px;
  line-height: 1.6;
}
main.produtos section.detalhe .top-info .info .description img {
  max-width: 100%;
  height: auto;
}
main.produtos section.detalhe .top-info .info h1 {
  margin: 30px 0px;
}
main.produtos section.detalhe .top-info .info .breadcrumb {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  opacity: 0.7;
}
main.produtos section.detalhe .top-info .info .breadcrumb a {
  color: #4A6575;
  text-decoration: none;
}
main.produtos section.detalhe .top-info .info .breadcrumb i {
  vertical-align: middle;
  height: 17px;
  margin: 0px 10px;
}
main.produtos section.detalhe .specs {
  float: left;
  width: 100%;
  margin: 40px 0px;
}
@media all and (max-width: 999px) {
  main.produtos section.detalhe .specs {
    padding: 20px;
  }
}
main.produtos section.detalhe .specs h2 {
  color: #017AC3;
  font-size: 26px;
}
main.produtos section.detalhe .specs .table-wrapper {
  float: left;
  width: 100%;
  overflow: auto;
}
main.produtos section.detalhe .specs .table-wrapper img {
  margin: 30px 0px;
}
main.produtos section.detalhe .specs .table-wrapper > strong {
  font-weight: bold;
  font-size: 20px;
}
main.produtos section.detalhe .specs table {
  float: left;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
  border-bottom: 2px solid rgba(74, 101, 117, 0.2);
}
main.produtos section.detalhe .specs table thead td {
  border-bottom: 2px solid #f1f1f1;
  text-align: center;
  color: #4A6575;
  font-weight: bold;
  font-size: 15px;
  padding: 10px 10px;
}
main.produtos section.detalhe .specs table tbody tr:nth-child(even) {
  background: rgba(74, 101, 117, 0.1);
}
main.produtos section.detalhe .specs table tbody td {
  text-align: center;
  font-size: 15px;
  padding: 8px 0px;
}
main.produtos section.detalhe .video {
  float: left;
  width: 100%;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(74, 101, 117, 0.1);
}
main.produtos section.detalhe .video h2 {
  color: #017AC3;
}
main.produtos section.detalhe .catalogo {
  float: left;
  width: 100%;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(74, 101, 117, 0.1);
}
main.produtos section.detalhe .catalogo h2 {
  color: #017AC3;
}
main.produtos section.detalhe .catalogo .list {
  float: left;
  width: 100%;
}
main.produtos section.detalhe .catalogo .list .item {
  box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.15);
  padding: 10px;
  background: white;
  float: left;
  margin-right: 10px;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
main.produtos section.detalhe .catalogo .list .item:hover {
  transform: scale(1.1);
}
main.produtos section.detalhe .tabela-conversao-button {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
main.produtos section.detalhe .tabela-conversao-button a {
  background: #017AC3;
  padding: 10px;
  float: left;
  color: white;
  text-decoration: none;
}
main.produtos section.detalhe .recommended {
  float: left;
  width: 100%;
}
@media all and (max-width: 999px) {
  main.produtos section.detalhe .recommended {
    padding: 20px;
  }
}
main.produtos section.detalhe .recommended h2 {
  color: #017AC3;
  font-size: 26px;
}
main.produtos section.detalhe .recommended .list {
  padding: 0px;
}
@media all and (max-width: 999px) {
  main.produtos section.detalhe .recommended .list {
    flex-direction: column;
  }
}

#tabela-conversao {
  display: none;
  max-width: 600px;
}
#tabela-conversao .tabela-conversao-inset {
  float: left;
  width: 100%;
  max-width: 600px;
}
#tabela-conversao .tabela-conversao-inset h3 {
  color: #017AC3;
  font-size: 30px;
  font-weight: bold;
}
#tabela-conversao .tabela-conversao-inset .group {
  float: left;
  width: 100%;
  border-bottom: 1px solid rgba(74, 101, 117, 0.1);
  margin-bottom: 15px;
  padding-bottom: 15px;
}
#tabela-conversao .tabela-conversao-inset .group label {
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}
#tabela-conversao .tabela-conversao-inset .group select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid rgba(74, 101, 117, 0.1);
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAYCAYAAACSuF9OAAAABGdBTUEAALGPC/xhBQAAAURJREFUSA1jYBgFoyEwGgKjITAaAtQJAa+sBgnvtLL4////M+IzESQPUgdSj08dTI4JxiCVZvz91Qto2QKf9PIZuBwFEofKLwCpJ8YOsh1kKs29iIGRYS3Q0jSftLKJ2CwDiYPkQerA6rEpQhPDG9xoajG4aWkzWZ8w3FnL8J/Bl5GJoWfrzO5SmCLv9NLu//8YSoCO2SzDoBI8a1b6b5gcPpoZnyQhubNnt/zzsIpY9+HPZ9P//xni1ExsWG+fPboPmGZagPwKRgbGncocskHTp2f/ImQWTJ6iEIIZElrYx/nt64utwOhxZGRk3A+igXL7uHkkfVb3F32HqSOGpoqDQBbFlnRzv/v0egfQMTZARx0R4hP1WNxT+pUYRyCroZqDQIb6lZXx/v/wP5xRgHHlpq6uz8gWjbJHQ2A0BEZDAEcIAACJqnh9afa0SAAAAABJRU5ErkJggg==") right center no-repeat white;
  box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.1);
  color: #017AC3;
  font-weight: bold;
  padding: 10px;
  margin-left: 10px;
  padding-right: 30px;
  outline: none;
}
#tabela-conversao .tabela-conversao-inset .main-table {
  float: left;
  width: 100%;
  display: flex;
}
#tabela-conversao .tabela-conversao-inset .main-table .icon {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACcAAABmCAYAAABIp4j8AAAABGdBTUEAALGPC/xhBQAAA5xJREFUaAXtl99Lk1EYx5/nVfqx9QOLoGZ39idk1EVEIKPclhZpIKgkuGVl2I9tXe4q2qSUpB9bIalg4EL8NQsNuihIoj+ha+kmIkKj2s7peYXBe9ymO9s7uujZzXvOd+85z/f9nOf8AuAfE2ACTIAJMAEmwASYABNgAkyACTABJsAEmAATYAJMgAn8LwRQ50N93cETAvAZINQg4p25ePS+Tnvddw2dBgJxWII8JKXcK4S41+gPRnXa676rZQ4kOJUAEkIef2hA0WysaJlDA0MUW1rjE8U+TyD0kJ5aKWLto1BZyxzl2KhRZQRyDAp52esPx+02WNLX0lB2ksFhMqN8HE2SkXqXoysSiYhCNHR0pfNiG6YSsREDsJ2+LGNtQ2Y7Py6vjLVMTFRZ9VLLJZHLBvMGQueFhBcgZXVWM5+IkKx3OduIYNqq65bLMmcGawyEm1DICVpitijBEaecLseFZCTyW9E1KiUNq7X/+Xh0mlCdo4X5l1Unms2ry6uTvb0Ptiq6RqVsctlYPv9tt4DMlJSwPautPREWnM4DzcmBGz8VvYhK2eSyMWYTdxco2zxUX8lqa08J7tWVL6n2W/3qAq68lL9iG7ls956e4HFIY4pycGdWM58I+K6qBjwzsdgPq75R2XZzZjBfT+hoJgOvKe92W4PTLP7gAON0MhH9btULlW0bVmuA2cexpWqEBlqUv1l1ysdjqyCHrdpG5YqYMwPOxGOfyFxfnuDuPFpeqWLmzgRCh2nHGMyJKuVijlZAqIg5M+fSEt6QuRo1Li450LioaoVrtpszZ6tIw0LuZMD31TXgLnYymJZtNUenlZMyDa9ylhHEt3t27Tuls4yY5mxbSgruEICLzh37m/7ZDuHxhz0ZyMys37po4Z2v23bQV4oxW4bVPJVQfk3S4V3Z4GlIph21jrNDQ9fUA4EZtchfWcPq8QdbJOA4mVPPc4Ava7GuLZEI/CnSR97XSjbn84fbhBSjdNtRT70I486G+o5ka6tySs4bfROxpNlq3iEEyLH1xsw7xBGXs90OY6ZvbXLeS+FukRHx9W0p+Z/OJaIBMqhcHTeBs+HfWua8gXAH3fSf5xgz8NHck+hVO42ZrrWGVQoZyzGGOJiKx67YbUzbHCWBespFiNE18brZUSV+WuQMKbsotz4Tpa+GYdycT/SHK2GK+2QCTIAJMAEmwASYABNgAkyACTABJsAEmAATYAJMgAkwgYoQ+AvQTxSLjauTFgAAAABJRU5ErkJggg==") center center no-repeat;
  width: 50px;
}
#tabela-conversao .tabela-conversao-inset .main-table .col {
  flex: 1;
}
#tabela-conversao .tabela-conversao-inset .main-table .col ul {
  margin: 0;
  padding: 0;
  width: 100%;
}
#tabela-conversao .tabela-conversao-inset .main-table .col ul li {
  list-style: none;
  font-weight: 500;
  border: 1px solid rgba(74, 101, 117, 0.1);
  background: white;
  margin-bottom: 10px;
  font-size: 14px;
  padding: 10px;
  cursor: pointer;
}
#tabela-conversao .tabela-conversao-inset .main-table .col ul li.active {
  background: #017AC3;
  color: white;
}
#tabela-conversao .tabela-conversao-inset .main-table .col ul li:hover {
  box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.1);
}
#tabela-conversao .tabela-conversao-inset .values {
  display: flex;
  justify-content: space-between;
  width: 100%;
  float: left;
  margin: 20px 0px;
}
#tabela-conversao .tabela-conversao-inset .values input {
  float: left;
  width: 100%;
  max-width: 46%;
  padding: 15px;
  border: 1px solid rgba(74, 101, 117, 0.1);
  outline: none;
  color: #017AC3;
}
#tabela-conversao .tabela-conversao-inset .action {
  float: left;
  width: 100%;
  text-align: right;
  margin-bottom: 20px;
}
#tabela-conversao .tabela-conversao-inset .action button {
  background: #017AC3;
  padding: 10px;
  color: white;
  font-weight: bold;
  border: 0px;
  padding: 20px;
  cursor: pointer;
}

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