@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  outline: none !important;
}
body {
  overflow-x: hidden;
}
main {
  width: 100%;
  float: left;
  clear: left;
}
b {
  font-weight: 700 !important;
}
.container {
  margin: 0 auto;
  width: 1325px;
  height: auto;
  position: relative;
}
@media screen and (max-width: 1620px) {
  .container {
    width: 1200px;
  }
}
@media screen and (max-width: 1024px) {
  .container {
    width: 100%;
    padding: 0 2% !important;
    box-sizing: border-box;
  }
}
.no-styles,
#paginacao a,
header nav .links .menu a,
header nav .links .menu .submenu,
#menumobile .link,
#solutions .container .solution,
.diferentials .item,
#phones .phone,
.posts .post a,
#blog .right a,
#products .title-products .downloads a,
#products .product .description a,
#contact .container p,
#contact .container a,
footer #information .block p,
footer #information .block a {
  text-decoration: none;
  font-style: none;
}
@media screen and (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .hide-tablet {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .hide-desktop {
    display: none !important;
  }
}
#envies {
  left: 0;
  top: 0;
  background-color: #ffffff;
  float: left;
  position: fixed;
  z-index: 100000;
  text-align: center;
  width: 100%;
  height: 100%;
  display: none;
}
#envies .conteudo {
  top: 50%;
  left: 50%;
  width: 200px;
  position: absolute;
  transform: translate(-50%, -50%);
}
#envies .conteudo img {
  width: 100%;
  margin-bottom: 20px;
  z-index: 10000;
}
#envies .conteudo p {
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 20px;
}
form label {
  clear: left;
  display: block;
  float: left;
  line-height: 30px;
  margin-right: 5px;
  text-align: right;
  width: 110px;
}
form .item-form {
  width: 100% !important;
  float: left;
  position: relative !important;
}
form .item-form em {
  display: none;
}
form .half {
  width: 49.5% !important;
  float: left;
  position: relative !important;
}
@media screen and (max-width: 990px) {
  form .half {
    width: 100% !important;
  }
}
form .half em {
  display: none;
}
form .seventfive {
  width: 75% !important;
  float: left;
  position: relative !important;
}
@media screen and (max-width: 990px) {
  form .seventfive {
    width: 100% !important;
  }
}
form .seventfive em {
  display: none;
}
form .twentyfive {
  width: 24% !important;
  float: left;
  position: relative !important;
}
@media screen and (max-width: 990px) {
  form .twentyfive {
    width: 100% !important;
  }
}
form .twentyfive em {
  display: none;
}
form .alertaErro {
  display: block;
  width: auto;
  background: #000000;
  color: #ffffff;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  padding: 4px 5px;
  position: absolute;
  top: -20px;
  z-index: 50;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
}
form .alertaErro:before {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #000000;
  content: '';
  display: block;
  position: absolute;
  top: 16px;
  width: 0;
  height: 0;
  z-index: 0;
}
.trigger-menu {
  position: absolute;
  left: 0px;
  top: 29px;
  background-color: transparent !important;
  outline: none !important;
  width: 56px;
  z-index: 1000 !important;
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  z-index: 100000;
}
@media screen and (min-width: 1025px) {
  .trigger-menu {
    display: none;
  }
}
.trigger-menu:focus {
  outline: none !important;
}
#icon {
  width: 18px;
  height: 18px;
  margin: 0px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #ffffff;
  border-radius: 0px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#icon span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#icon span:nth-child(2) {
  top: 5px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#icon span:nth-child(3) {
  top: 10px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#icon.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -2px;
  left: 3px;
}
#icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
#icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 11px;
  left: 3px;
}
.transition-color,
header nav .links .menu .submenu a,
#newsletter .container form button {
  transition: color .3s linear;
  -moz-transition: color .3s linear;
  -webkit-transition: color .3s linear;
  -ms-transition: color .3s linear;
  -o-transition: color .3s linear;
}
.transition-opacity,
header nav .links .menu .submenu .links,
#solutions .container .solution .img .hide,
.posts .post a {
  transition: opacity .3s linear;
  -moz-transition: opacity .3s linear;
  -webkit-transition: opacity .3s linear;
  -ms-transition: opacity .3s linear;
  -o-transition: opacity .3s linear;
}
.transition-button,
header nav .links .menu a:nth-last-child(-n+2),
header nav .links .menu .submenu:last-child,
header#fixed .container .menu a:nth-last-child(-n+2),
header#fixed .container .menu .submenu:last-child,
#solutions .container .solution .img,
#products .product .description a {
  transition: color, box-shadow, 0.3s linear;
  -moz-transition: color, box-shadow, 0.3s linear;
  -webkit-transition: color, box-shadow, 0.3s linear;
  -ms-transition: color, box-shadow, 0.3s linear;
  -o-transition: color, box-shadow, 0.3s linear;
}
.transition-distance {
  transition: top, bottom, left, right, border, 0.3s ease-in-out;
  -moz-transition: top, bottom, left, right, border, 0.3s ease-in-out;
  -webkit-transition: top, bottom, left, right, border, 0.3s ease-in-out;
  -ms-transition: top, bottom, left, right, border, 0.3s ease-in-out;
  -o-transition: top, bottom, left, right, border, 0.3s ease-in-out;
}
.transition-bg,
#menumobile .link,
#menumobile.open:before,
#solutions .container .solution:hover .img:before,
#solutions .container .solution .img:before,
button,
#newsletter .container form button {
  transition: background, .3s linear;
  -moz-transition: background, .3s linear;
  -webkit-transition: background, .3s linear;
  -ms-transition: background, .3s linear;
  -o-transition: background, .3s linear;
}
.transition-filter,
.partners .partner {
  transition: filter, .3s linear;
  -moz-transition: filter, .3s linear;
  -webkit-transition: filter, .3s linear;
  -ms-transition: filter, .3s linear;
  -o-transition: filter, .3s linear;
}
.transition-block {
  transition: background, box-shadow, 0.3s linear;
  -moz-transition: background, box-shadow, 0.3s linear;
  -webkit-transition: background, box-shadow, 0.3s linear;
  -ms-transition: background, box-shadow, 0.3s linear;
  -o-transition: background, box-shadow, 0.3s linear;
}
.transition-margin-top,
header#fixed,
#solutions .container .solution .title,
#products .title-products {
  transition: margin-top 0.2s ease-in-out;
  -moz-transition: margin-top 0.2s ease-in-out;
  -webkit-transition: margin-top 0.2s ease-in-out;
  -ms-transition: margin-top 0.2s ease-in-out;
  -o-transition: margin-top 0.2s ease-in-out;
}
.transition-font,
header#fixed .container .menu a,
header#fixed .container .menu .submenu {
  transition: font-size, color 0.3s linear;
  -moz-transition: font-size, color 0.3s linear;
  -webkit-transition: font-size, color 0.3s linear;
  -ms-transition: font-size, color 0.3s linear;
  -o-transition: font-size, color 0.3s linear;
}
.transition-scale {
  transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -webkit-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
}
.transition-image {
  transition: transform, background, 0.3s ease-in-out;
  -moz-transition: transform, background, 0.3s ease-in-out;
  -webkit-transition: transform, background, 0.3s ease-in-out;
  -ms-transition: transform, background, 0.3s ease-in-out;
  -o-transition: transform, background, 0.3s ease-in-out;
}
.transition-left,
#menumobile {
  transition: left 0.8s ease-in-out;
  -moz-transition: left 0.8s ease-in-out;
  -webkit-transition: left 0.8s ease-in-out;
  -ms-transition: left 0.8s ease-in-out;
  -o-transition: left 0.8s ease-in-out;
}
h1.detail,
h3.detail {
  width: auto;
  color: #000000;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 30px;
}
@media screen and (max-width: 1620px) {
  h1.detail,
  h3.detail {
    font-size: 27px;
  }
}
@media screen and (max-width: 767px) {
  h1.detail,
  h3.detail {
    font-size: 22px;
  }
}
h1.detail:after,
h3.detail:after {
  content: '';
  position: relative;
  height: 60px;
  top: 0px;
  right: -20px;
  border-right: 3px solid #000000;
}
@media screen and (max-width: 1620px) {
  h1.detail:after,
  h3.detail:after {
    height: 70px;
  }
}
@media screen and (max-width: 767px) {
  h1.detail:after,
  h3.detail:after {
    height: 50px;
  }
}
.seals {
  position: absolute;
  right: 0;
  top: -33px;
}
@media screen and (max-width: 1024px) {
  .seals {
    top: 0px;
    right: 20px;
    width: 80px;
    max-height: 100%;
  }
}
iframe {
  width: 650px;
  height: 400px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  iframe {
    width: 100%;
    height: 200px;
  }
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-ms-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#paginacao {
  height: 100px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  #paginacao {
    height: 80px;
  }
}
#paginacao a {
  display: block;
  min-width: 25px;
  min-height: 25px;
  line-height: 25px;
  vertical-align: middle;
  border: 1px solid #D6D6D6;
  background-color: #D6D6D6;
  color: #333333;
  text-align: center;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 0px 5px !important;
  padding: 5px 12px;
  box-sizing: border-box;
}
#paginacao .active {
  color: #ffffff;
  border: 1px solid #333333;
  background-color: #333333;
}
button {
  box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  text-align: center;
  border: none;
  vertical-align: middle;
}
button:hover {
  cursor: pointer;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url("../images/fancybox_sprite.png");
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../images/fancybox_loading.gif") center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../images/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: visible !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../images/fancybox_overlay.png");
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url("../images/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url("../images/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url('ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Icons */
}
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/slick.eot');
  src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('../fonts/slick.svg#slick') format('svg');
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
.slick-next {
  width: 40px !important;
  height: 30px !important;
  background: url(../images/arrow.svg) !important;
  background-size: 100% auto !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  right: 100px !important;
  margin-top: 25px !important;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .slick-next {
    width: 40px !important;
    height: 30px !important;
    margin-top: 0px !important;
    right: 15px !important;
  }
}
.slick-next:before {
  content: '' !important;
}
.slick-prev {
  width: 40px !important;
  height: 30px !important;
  background: url(../images/arrow.svg) !important;
  background-size: 100% auto !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  left: 100px !important;
  margin-top: 0px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .slick-prev {
    width: 40px !important;
    height: 30px !important;
    left: 15px !important;
    margin-top: -10px !important;
  }
}
.slick-prev:before {
  content: '' !important;
}
.slider-two .slick-dots {
  bottom: 50px !important;
}
@media screen and (max-width: 1620px) {
  .slider-two .slick-dots {
    bottom: 30px !important;
  }
}
.slick-dots {
  bottom: 100px !important;
}
@media screen and (max-width: 1620px) {
  .slick-dots {
    bottom: 80px !important;
  }
}
@media screen and (max-width: 767px) {
  .slick-dots {
    bottom: 30px !important;
  }
}
.slick-dots li button::before {
  content: '●' !important;
  width: 40px !important;
  height: 40px !important;
  color: #ffffff !important;
  opacity: 1 !important;
  font-size: 40px !important;
}
.slick-dots li.slick-active button::before {
  content: '●' !important;
  width: 40px !important;
  height: 40px !important;
  color: #DC0034 !important;
  opacity: 1 !important;
  font-size: 40px !important;
}
header {
  height: 145px;
  width: 100%;
  background: #ffffff;
  position: absolute;
  top: 0;
  z-index: 10;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  -ms-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  header {
    height: auto;
  }
}
header nav {
  display: flex;
  justify-content: space-between;
  position: relative;
}
header nav .logo {
  width: 435px;
}
@media screen and (max-width: 1620px) {
  header nav .logo {
    width: 370px;
  }
}
@media screen and (max-width: 1024px) {
  header nav .logo {
    width: 150px;
  }
}
@media screen and (max-width: 1024px) {
  header nav .logo {
    display: none !important;
  }
}
header nav .logo img {
  width: 100%;
  max-height: 100%;
}
header nav .links {
  width: 983px;
  display: flex;
  justify-content: flex-end;
  flex-flow: row wrap;
  align-items: center;
  align-content: center;
}
@media screen and (max-width: 1620px) {
  header nav .links {
    width: 867px;
  }
}
@media screen and (max-width: 1024px) {
  header nav .links {
    display: none !important;
  }
}
header nav .links .menu {
  justify-content: flex-end;
  height: auto;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
header nav .links .menu a,
header nav .links .menu .submenu {
  display: block;
  vertical-align: middle;
  font-size: 15px;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  color: #000000;
  font-weight: 400;
  margin: 0 0 0 45px;
  box-sizing: border-box;
}
@media screen and (max-width: 1620px) {
  header nav .links .menu a,
  header nav .links .menu .submenu {
    font-size: 14px;
    margin: 0 0 0 35px;
  }
}
header nav .links .menu a:hover,
header nav .links .menu .submenu:hover {
  cursor: pointer;
  color: #DC0034;
}
header nav .links .menu a:nth-last-child(-n+2),
header nav .links .menu .submenu:last-child {
  padding: 12px 17px;
  box-sizing: border-box;
  background: #DC0034;
  color: #ffffff;
}
@media screen and (max-width: 1620px) {
  header nav .links .menu a:nth-last-child(-n+2),
  header nav .links .menu .submenu:last-child {
    padding: 10px 15px;
  }
}
header nav .links .menu a:nth-last-child(-n+2):hover,
header nav .links .menu .submenu:last-child:hover {
  background: #000000;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.4);
  -ms-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.4);
}
header nav .links .menu .submenu {
  position: relative;
}
header nav .links .menu .submenu:hover {
  cursor: pointer;
  color: #DC0034;
}
header nav .links .menu .submenu:hover .links {
  opacity: 1;
  display: block;
}
header nav .links .menu .submenu:hover:after {
  content: '';
  position: absolute;
  right: -15px;
  top: -2px;
  width: 10px;
  height: 15px;
  background: url(../images/arrow-down-red.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}
header nav .links .menu .submenu:after {
  content: '';
  position: absolute;
  right: -15px;
  top: -2px;
  width: 10px;
  height: 15px;
  background: url(../images/arrow-down-black.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}
header nav .links .menu .submenu a {
  width: 100%;
  padding: 15px 20px;
  color: #ffffff;
  background: #000000;
  border-bottom: 1px solid #ffffff;
  box-sizing: border-box;
}
header nav .links .menu .submenu a:nth-last-child(-n+2) {
  border-bottom: none;
}
header nav .links .menu .submenu a:nth-last-child(-n+2):hover {
  background: #000000 !important;
}
header nav .links .menu .submenu a:hover {
  color: #FF0000;
}
header nav .links .menu .submenu .links {
  width: 200px;
  padding: 150px 0 0 0;
  opacity: 0;
  display: none;
  position: absolute;
  left: -100px;
  top: -120px;
}
header#fixed {
  float: left;
  clear: left;
  height: 70px;
  margin-top: -220px;
  z-index: 100;
  background-color: #000000;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.4);
  -ms-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 1024px) {
  header#fixed {
    display: block !important;
    margin-top: 0px !important;
    position: fixed !important;
    height: 70px !important;
  }
}
header#fixed .submenu:after {
  content: '';
  position: absolute;
  right: -15px;
  top: -2px;
  width: 10px;
  height: 15px;
  background: url(../images/arrow-down-white.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}
header#fixed .submenu:hover:after {
  content: '';
  position: absolute;
  right: -15px;
  top: -2px;
  width: 10px;
  height: 15px;
  background: url(../images/arrow-down-red.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}
header#fixed .submenu .links {
  top: -110px;
}
header#fixed .submenu .links a {
  width: 100%;
  padding: 15px 20px;
  color: #000000 !important;
  background: #ffffff;
  border-top: 1px solid #B81F24;
  box-sizing: border-box;
}
header#fixed .submenu .links a:nth-last-child(-n+2):hover {
  background: #ffffff !important;
}
@media screen and (max-width: 1024px) {
  header#fixed .logo {
    height: 70px;
    display: flex !important;
    float: right !important;
    right: 0 !important;
    margin-right: 15px;
    top: 0;
    position: absolute;
    justify-content: flex-end;
    align-items: center;
  }
}
header#fixed .logo img {
  width: 150px;
  max-height: 100%;
  left: 0 !important;
  display: block !important;
}
header#fixed .container {
  padding-top: 0px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header#fixed .container .menu a,
header#fixed .container .menu .submenu {
  color: #ffffff;
}
header#fixed .container .menu a:hover,
header#fixed .container .menu .submenu:hover {
  color: #DC0034 !important;
}
header#fixed .container .menu a:nth-last-child(-n+2):hover,
header#fixed .container .menu .submenu:last-child:hover {
  background: #ffffff;
  color: #DC0034;
}
.fixed {
  margin-top: 0 !important;
  position: fixed !important;
}
#menumobile {
  top: 70px;
  left: -500px;
  width: 250px;
  position: fixed;
  height: auto;
  z-index: 100;
}
#menumobile .link {
  width: 100%;
  text-indent: 10px;
  box-sizing: border-box;
  text-align: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #ffffff;
  background: #B81F24;
  line-height: 37px !important;
  float: left;
  clear: left;
  height: 40px !important;
  border-bottom: 1px solid #ffffff;
}
#menumobile .link:last-child {
  border-bottom: none !important;
}
#menumobile .links {
  display: none;
  width: 100%;
}
#menumobile .links .link {
  line-height: 32px !important;
  height: 35px !important;
  background: #ffffff !important;
  color: #B81F24;
  border-bottom: 1px solid #B81F24;
  text-indent: 20px !important;
  font-size: 14px;
}
#menumobile .links .link:last-child {
  border-bottom: 1px solid #B81F24 !important;
}
#menumobile .active {
  background: #000000 !important;
}
#menumobile .links {
  position: relative;
  width: 100%;
}
#menumobile:before {
  content: '';
  background: rgba(255, 255, 255, 0);
  z-index: -1;
}
#menumobile.open {
  left: 0;
}
#menumobile.open:before {
  content: '';
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 200%;
  display: block;
  background: rgba(255, 255, 255, 0.9);
  z-index: -1;
}
#banner-top {
  margin-top: 145px;
  width: 100%;
  position: relative;
  float: left;
  clear: left;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  #banner-top {
    margin-top: 70px;
  }
}
#banner-top .slider {
  width: 100% !important;
  left: 0;
  top: 0;
  z-index: 10;
}
#banner-top .slider .slide {
  height: 100%;
  width: 100%;
  position: relative;
}
#banner-top .slider .slide img {
  height: auto;
  width: 100%;
}
#banner-top .slider .slide .container {
  display: flex !important;
  justify-content: flex-start !important;
  align-items: center !important;
  height: 100% !important;
  position: absolute;
  top: 0;
}
#solutions {
  width: 100%;
  float: left;
  clear: left;
  margin-top: -70px;
  padding-bottom: 105px;
}
@media screen and (max-width: 1620px) {
  #solutions {
    margin-top: -50px;
    padding-bottom: 75px;
  }
}
@media screen and (max-width: 767px) {
  #solutions {
    margin-top: 0px;
    padding: 30px 0px;
  }
}
#solutions .container {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
}
#solutions .container .solution {
  width: 24%;
  margin-right: 1.3333333%;
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
}
@media screen and (max-width: 767px) {
  #solutions .container .solution {
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
  }
}
#solutions .container .solution:last-child {
  margin-right: 0px;
}
#solutions .container .solution:hover {
  cursor: pointer;
}
#solutions .container .solution:hover .img {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.6);
  -o-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.6);
  -ms-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.6);
}
#solutions .container .solution:hover .img .hide {
  opacity: 0 !important;
}
#solutions .container .solution:hover .img:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
#solutions .container .solution .img {
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#solutions .container .solution .img:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  z-index: 10;
}
#solutions .container .solution .img img {
  position: relative !important;
  width: 100%;
  max-height: 100%;
}
#solutions .container .solution .img .icon {
  position: absolute !important;
  width: 40%;
  max-height: 100%;
  left: 50%;
  top: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
}
#solutions .container .solution .img .hide {
  opacity: 1;
  z-index: 20;
}
#solutions .container .solution .title {
  width: 90%;
  box-sizing: border-box;
  min-height: 80px;
  padding: 20px;
  background: #B81F24;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-flow: row wrap;
  margin-top: -15px;
  z-index: 10;
}
@media screen and (max-width: 990px) {
  #solutions .container .solution .title {
    min-height: 60px;
  }
}
#solutions .container .solution .title h2 {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
}
@media screen and (max-width: 990px) {
  #solutions .container .solution .title h2 {
    font-size: 16px;
  }
}
#solutions .container .solution .title span {
  font-weight: 300;
}
#diferentials {
  width: 100%;
  float: left;
  clear: left;
  min-height: 655px;
  background: url(../images/diferentials.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 1620px) {
  #diferentials {
    min-height: 555px;
  }
}
@media screen and (min-width: 1025px) {
  #diferentials {
    background-attachment: fixed;
  }
}
.diferentials {
  width: 100%;
  padding: 80px 200px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
}
@media screen and (max-width: 1620px) {
  .diferentials {
    padding: 80px 100px;
  }
}
@media screen and (max-width: 990px) {
  .diferentials {
    padding: 50px 0px;
  }
}
@media screen and (max-width: 767px) {
  .diferentials {
    justify-content: center;
  }
}
.diferentials h2 {
  text-align: center;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size: 38px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 50px;
}
@media screen and (max-width: 1620px) {
  .diferentials h2 {
    font-size: 35px;
  }
}
@media screen and (max-width: 767px) {
  .diferentials h2 {
    font-size: 25px;
  }
}
.diferentials span {
  margin: 30px 0;
  width: 100%;
  border-top: 2px solid rgba(255, 255, 255, 0.4) !important;
}
.diferentials .item {
  height: 100px;
  width: 33%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 2px solid rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 1024px) {
  .diferentials .item {
    width: 33.33333% !important;
  }
}
@media screen and (max-width: 767px) {
  .diferentials .item {
    height: auto;
    flex-flow: row wrap;
    border-right: none !important;
    width: 50% !important;
    margin: 15px 0px;
    padding: 15px 0px;
  }
  .diferentials .item:last-child {
    margin-bottom: 0px;
  }
}
.diferentials .item:nth-child(3n + 1) img {
  margin-right: 15px;
}
.diferentials .item:nth-child(3n + 1) img:last-child {
  margin-right: 0px;
}
.diferentials .item:nth-child(4n) {
  border-right: none;
}
.diferentials .item:hover img {
  -webkit-animation: spin 1s ease-in-out;
  -moz-animation: spin 1s ease-in-out;
  -ms-animation: spin 1s ease-in-out;
  -o-animation: spin 1s ease-in-out;
  animation: spin 1s ease-in-out;
}
.diferentials .item img {
  width: auto;
  max-height: 100%;
}
@media screen and (max-width: 767px) {
  .diferentials .item img {
    width: 80px;
  }
}
.diferentials .item .icon {
  width: 60px;
  height: 60px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .diferentials .item .icon {
    float: left;
    clear: both;
    margin-right: 0px;
    margin-bottom: 15px;
    width: 100%;
  }
}
.diferentials .item .icon img {
  width: 60px;
  max-height: 100%;
}
.diferentials .item h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 28px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 1620px) {
  .diferentials .item h3 {
    font-size: 25px;
  }
}
@media screen and (max-width: 990px) {
  .diferentials .item h3 {
    text-align: center;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .diferentials .item h3 {
    margin-bottom: 20px;
    width: 100%;
  }
}
#logos,
#instagram {
  width:  100%;
  float: left;
  clear: left;
}
#logos .container .logo h1,
#instagram .container .logo h1{
  padding: 2rem 0 0.5rem 0;
  font-size: 26px;
  color: #000000;
  font-weight: 800;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
}
#instagram .container .logo p{
  padding: 0.5rem 0 2rem;
  font-size: 16px;
  color: #505050;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  line-height: 24px;
}
#instagram .spam-branco{
  background-color: #fff;
  position: absolute;
  text-align: center;
  margin-top: -40px;
  z-index: 99999;
  width: 100%;
  height: 35px;
}
#logos .container .logo .logo-wrap{
  padding: 2rem 0;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #logos .container .logo .logo-wrap{
    flex-flow:  column;
    align-items: center;    
 }
}
@media screen and (max-width: 767px) {
  #logos .container .logo .logo-wrap figure{
    padding: 2rem 0;
 }
}
#phones {
  width: 100%;
  background: #B81F24;
  padding: 70px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 990px) {
  #phones {
    padding: 50px 30px !important;
  }
}
@media screen and (max-width: 767px) {
  #phones {
    flex-flow: row wrap;
  }
}
#phones .phone {
  width: 25%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
  align-content: center;
  height: 80px;
  border-right: 2px solid rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 767px) {
  #phones .phone {
    width: 100%;
    border-right: none;
    margin: 15px 0px;
    padding: 15px 0px;
  }
}
#phones .phone:last-child {
  border-right: none !important;
}
#phones .phone img {
  width: 50px;
  max-height: 100%;
  margin-bottom: 25px;
}
@media screen and (max-width: 990px) {
  #phones .phone img {
    width: 40px;
    margin-bottom: 15px;
  }
}
#phones .phone h4 {
  width: 100%;
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  text-align: center;
}
#phones .phone h4 span {
  font-weight: 300;
}
@media screen and (max-width: 990px) {
  #phones .phone h4 {
    font-size: 16px;
  }
}
#phones .phone h6 {
  width: 100%;
  font-size: 13px;
  color: #ffffff;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  text-align: center;
}
#phones .phone h6 span {
  font-weight: 300;
}
@media screen and (max-width: 990px) {
  #phones .phone h6 {
    font-size: 11px;
  }
}
#map {
  width: 100%;
  height: 378px;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotateX(360deg);
  }
}
@-ms-keyframes spin {
  100% {
    -moz-transform: rotateX(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotateX(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotateX(360deg);
    transform: rotateX(360deg);
  }
}
#news {
  padding: 50px 0px 0px 0px;
  width: 100%;
  background: #ffffff;
  float: left;
  clear: left;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
#news p {
  width: 100%;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  color: #000000;
  line-height: 25px;
  text-align: left;
}
@media screen and (max-width: 1620px) {
  #news p {
    font-size: 17px;
    line-height: 24px;
  }
}
.posts {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
  align-items: flex-start;
  margin-top: 10px;
}
.posts .post {
  width: 32%;
  margin-right: 2%;
  margin-top: 20px;
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  align-items: flex-start;
  align-content: flex-start;
}
.posts .post:nth-child(3n) {
  margin-right: 0%;
}
@media screen and (max-width: 767px) {
  .posts .post {
    width: 100% !important;
    margin-right: 0% !important;
  }
}
.posts .post figure {
  width: 100%;
  height: 250px;
  overflow-y: hidden;
  margin-bottom: 10px;
}
@media screen and (max-width: 990px) {
  .posts .post figure {
    height: 170px;
  }
}
@media screen and (max-width: 767px) {
  .posts .post figure {
    height: 240px;
  }
}
.posts .post .img {
  width: 100%;
}
.posts .post p {
  width: auto !important;
  font-family: 'Open Sans', sans-serif;
  float: left;
  color: #FF0000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
}
.posts .post .date {
  width: 100%;
}
.posts .post .date img {
  width: 30px;
  padding: 15px;
  background: #B81F24;
  margin-right: 10px;
  float: left;
}
.posts .post .date p {
  height: 60px;
  display: flex;
  align-items: center;
  align-content: center;
  font-size: 14px !important;
  line-height: 17px !important;
  color: #858585 !important;
}
.posts .post .description {
  width: 100%;
  padding: 0 30px;
  box-sizing: border-box;
  float: left;
  clear: left;
}
@media screen and (max-width: 1620px) {
  .posts .post .description {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .posts .post .description {
    padding: 0px;
  }
}
.posts .post .description h3 {
  font-size: 18px;
  font-weight: 700;
  color: #7F7F7F;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  float: left;
  line-height: 24px;
  margin-bottom: 15px;
}
.posts .post .description p {
  font-size: 18px !important;
  line-height: 28px !important;
  font-weight: 300 !important;
  color: #858585 !important;
}
@media screen and (max-width: 1620px) {
  .posts .post .description p {
    font-size: 16px !important;
    line-height: 26px !important;
  }
}
.posts .post a {
  clear: left;
  position: relative;
  display: block;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 105px;
  box-sizing: border-box;
  border-radius: 18px;
  font-weight: 300;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  background: #B81F24;
  font-size: 14px;
}
.posts .post a:hover {
  opacity: 0.8;
}
.posts .intern {
  width: 100% !important;
  display: block !important;
}
.posts .intern .img {
  padding: 30px 70px;
  box-sizing: border-box;
  width: 100%;
  max-height: 100%;
}
@media screen and (max-width: 767px) {
  .posts .intern .img {
    padding: 0px;
  }
}
.posts .intern h3 {
  margin-bottom: 30px !important;
}
.posts .intern p {
  text-align: justify !important;
  margin-bottom: 30px !important;
}
#blog {
  float: left;
  clear: left;
  padding: 70px 0px 70px 0px;
  margin-top: 145px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #blog {
    padding: 50px 0px 50px 0px;
    margin-top: 70px;
  }
}
#blog h1 {
  width: 100% !important;
  float: left !important;
  clear: left !important;
}
#blog .container {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
#blog .left {
  float: left;
  width: 70%;
}
@media screen and (max-width: 767px) {
  #blog .left {
    width: 100%;
  }
}
#blog .right {
  width: 25%;
  background: #EBEBEB;
  padding: 50px 0 50px 50px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: center;
}
#blog .right h2 {
  font-size: 20px;
  width: 100%;
  color: #000000;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
#blog .right img {
  width: 150px;
  margin: 30px 0;
}
#blog .right:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #EBEBEB;
  right: -100%;
  top: 0;
}
@media screen and (max-width: 767px) {
  #blog .right:before {
    display: none;
  }
}
@media screen and (max-width: 1620px) {
  #blog .right {
    padding: 50px 0px 50px 30px;
  }
}
@media screen and (max-width: 1024px) {
  #blog .right {
    padding: 50px 0px 50px 10px;
  }
}
@media screen and (max-width: 767px) {
  #blog .right {
    width: 100%;
    padding: 50px 0px 50px 0px;
  }
}
#blog .right a {
  margin: 0px !important;
  width: 100%;
  color: #000000;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding: 20px;
  box-sizing: border-box;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 24px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  #blog .right a {
    padding: 10px;
  }
}
#blog .right a:nth-last-child(-n+2) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#blog .right a .data {
  width: 100%;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
}
input[type="text"],
input[type="password"] {
  line-height: 43px;
  height: 45px;
}
input[type=file] {
  position: relative;
  height: 45px;
  line-height: 43px;
	width: 100%;
  cursor: pointer;
  opacity: 0;
  z-index: 10;
  margin-bottom: 5px;
  font-weight: 400;
}
.form-curriculum-label {
  height: 45px;
  line-height: 43px;
  background: #000000;
  padding-left: 20px;
  vertical-align: middle;
  font-size: 15px;
  color: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin-bottom: 5px;
  width: 100%;
  text-transform: uppercase;
  box-sizing: border-box;
}
.form-curriculum-label:after {
  content: '';
  position: absolute;
  margin-top: -28px;
  right: 0;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  background: url(../images/file.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.full {
  width: 100% !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .full {
    flex-flow: row wrap;
  }
}
.full p {
  height: 50px;
  display: flex;
  align-items: center;
  margin-bottom: 0px !important;
  font-family: 'Open Sans', sans-serif;
}
@media screen and (max-width: 767px) {
  .full p {
    height: 30px;
  }
}
input[type="text"],
textarea,
input[type="file"],
input[type="password"] {
  float: left;
  border: none;
  width: 100%;
  font-size: 15px;
  vertical-align: middle;
  font-family: 'Open Sans', sans-serif;
  color: #000000;
  position: relative;
  padding-left: 20px;
  font-weight: 400;
  box-sizing: border-box;
  background: #ffffff;
  margin-bottom: 5px;
  resize: none;
  font-weight: 500;
}
textarea {
  margin-left: 0px !important;
  padding: 10px 20px !important;
  height: 120px;
}
select {
  padding-left: 20px;
  width: 100%;
  margin-bottom: 5px;
  font-size: 15px;
  vertical-align: middle;
  font-family: 'Open Sans', sans-serif;
  color: #000000;
  background: #ffffff url(../images/arrow-down.png) no-repeat;
  background-position: center right;
  appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  font-weight: 500;
  line-height: 43px;
  height: 45px;
  border: none;
  box-shadow: none;
}
select option {
  text-align: left !important;
  background: #ffffff;
  color: #000000;
  text-indent: 10px;
}
select:focus {
  outline: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  text-transform: uppercase;
  color: #7F7F7F;
  opacity: 1;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  text-transform: uppercase;
  color: #7F7F7F;
  opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  text-transform: uppercase;
  color: #7F7F7F;
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  text-transform: uppercase;
  color: #7F7F7F;
  opacity: 1;
}
button {
  background: #000000;
  color: #ffffff;
  text-align: center;
  height: 50px;
  border-radius: 3px;
  line-height: 46px;
  right: 0;
  float: right;
  font-size: 17px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  width: 150px;
  text-transform: uppercase;
}
button:hover {
  background: #B81F24;
  color: #ffffff;
}
#history {
  padding: 70px 0px 70px 0px;
  width: 100%;
  background: #ffffff;
  float: left;
  clear: left;
}
@media screen and (max-width: 1024px) {
  #history {
    padding: 50px 0px 50px 0px;
  }
}
#history h2 {
  min-height: 85px;
  width: 227px;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  clear: left;
  margin-top: 20px;
  margin-bottom: 30px;
  background: #B81F24;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 24px;
  font-size: 22px;
  font-family: 'Open Sans', sans-serif;
}
@media screen and (max-width: 1620px) {
  #history h2 {
    height: 75px;
    width: 217px;
    line-height: 20px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  #history h2 {
    height: 50px;
    width: 200px;
    line-height: 20px;
    font-size: 18px;
  }
}
#history p {
  float: left;
  clear: left;
  width: 100%;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  color: #000000;
  line-height: 25px;
  text-align: left;
  margin-bottom: 20px;
}
@media screen and (max-width: 1620px) {
  #history p {
    font-size: 17px;
    line-height: 24px;
  }
}
#history .images {
  width: 100%;
  float: left;
  clear: left;
  margin: 0 0 50px 0;
}
#history .images .image {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #history .images .image {
    flex-flow: row wrap;
  }
}
#history .images .image:last-child {
  margin-bottom: 0px;
}
#history .images .image img {
  width: 70%;
}
@media screen and (max-width: 767px) {
  #history .images .image img {
    width: 100%;
  }
}
#history .images .image h3 {
  width: 300px;
  margin-right: 2px;
  background: #B81F24;
  min-height: 120px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 20px;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  padding: 30px 0px 30px 50px;
  box-sizing: border-box;
  flex-flow: row wrap;
  text-indent: left;
}
@media screen and (max-width: 767px) {
  #history .images .image h3 {
    justify-content: center;
    text-align: center;
    width: 250px;
    padding: 30px 0px 30px 10px;
  }
}
#history .images .image h3 span {
  width: 100%;
  float: left;
  clear: left;
  font-weight: 300;
  display: block;
}
@media screen and (max-width: 767px) {
  #history .images .image h3 span {
    text-align: center;
  }
}
@media screen and (max-width: 1620px) {
  #history .images .image h3 {
    width: 270px;
    min-height: 100px;
    line-height: 18px;
    font-size: 16px;
  }
}
#catalog {
  padding: 190px 0px 70px 0px;
  width: 100%;
  background: #ffffff;
  float: left;
  clear: left;
}
#catalog iframe{
  width: 100% !important;
  height: 600px !important;
}
@media screen and (max-width: 1024px) {
  #catalog {
    padding: 90px 0px 50px 0px;
  }
}
#catalog h2 {
  min-height: 85px;
  width: 227px;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  clear: left;
  margin-top: 20px;
  margin-bottom: 30px;
  background: #B81F24;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 24px;
  font-size: 22px;
  font-family: 'Open Sans', sans-serif;
}
@media screen and (max-width: 1620px) {
  #catalog h2 {
    height: 75px;
    width: 217px;
    line-height: 20px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  #catalog h2 {
    height: 50px;
    width: 200px;
    line-height: 20px;
    font-size: 18px;
  }
}
#catalog p {
  float: left;
  clear: left;
  width: 100%;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  color: #000000;
  line-height: 25px;
  text-align: left;
  margin-bottom: 20px;
}
@media screen and (max-width: 1620px) {
  #catalog p {
    font-size: 17px;
    line-height: 24px;
  }
}
#catalog .images {
  width: 100%;
  float: left;
  clear: left;
  margin: 0 0 50px 0;
}
#catalog .images .image {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #catalog .images .image {
    flex-flow: row wrap;
  }
}
#catalog .images .image:last-child {
  margin-bottom: 0px;
}
#catalog .images .image img {
  width: 70%;
}
@media screen and (max-width: 767px) {
  #catalog .images .image img {
    width: 100%;
  }
}
#catalog .images .image h3 {
  width: 300px;
  margin-right: 2px;
  background: #B81F24;
  min-height: 120px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 20px;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  padding: 30px 0px 30px 50px;
  box-sizing: border-box;
  flex-flow: row wrap;
  text-indent: left;
}
@media screen and (max-width: 767px) {
  #catalog .images .image h3 {
    justify-content: center;
    text-align: center;
    width: 250px;
    padding: 30px 0px 30px 10px;
  }
}
#catalog .images .image h3 span {
  width: 100%;
  float: left;
  clear: left;
  font-weight: 300;
  display: block;
}
@media screen and (max-width: 767px) {
  #catalog .images .image h3 span {
    text-align: center;
  }
}
@media screen and (max-width: 1620px) {
  #catalog .images .image h3 {
    width: 270px;
    min-height: 100px;
    line-height: 18px;
    font-size: 16px;
  }
}
#partners {
  margin-top: 145px;
  padding: 70px 0px 70px 0px;
  width: 100%;
  background: #ffffff;
  float: left;
  clear: left;
}
@media screen and (max-width: 767px) {
  #partners {
    padding: 50px 0px 50px 0px;
  }
}
#partners h1 {
  margin-bottom: 50px !important;
}
.partners {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}
.partners .partner {
  width: 20%;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin-bottom: 20px;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
}
.partners .partner:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
}
.partners .partner img {
  width: 100%;
  max-height: 100%;
}
#mapa {
  width: 100%;
  float: left;
  clear: left;
  background: #b3002a;
  background: -moz-linear-gradient(left, #b3002a 0%, #ff0000 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #b3002a), color-stop(100%, #ff0000));
  background: -webkit-linear-gradient(left, #b3002a 0%, #ff0000 100%);
  background: -o-linear-gradient(left, #b3002a 0%, #ff0000 100%);
  background: -ms-linear-gradient(left, #b3002a 0%, #ff0000 100%);
  background: linear-gradient(to right, #b3002a 0%, #ff0000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3002a', endColorstr='#ff0000', GradientType=1);
  padding: 70px 0;
  margin-top: 145px;
}
@media screen and (max-width: 767px) {
  #mapa {
    padding: 50px 0 70px 0;
    margin-top: 60px;
  }
}
#mapa .title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px 0;
}
@media screen and (max-width: 767px) {
  #mapa .title {
    margin: 30px 0;
  }
}
#mapa .title img {
  width: auto;
  max-height: 100%;
}
#mapa .title .icon {
  width: 60px;
  height: 60px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 40px;
}
#mapa .title .icon img {
  width: 60px !important;
  max-height: 100%;
}
@media screen and (max-width: 767px) {
  #mapa .title .icon {
    margin-right: 20px;
  }
}
#mapa .title h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 33px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 1620px) {
  #mapa .title h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  #mapa .title h3 {
    font-size: 22px;
  }
}
#mapa .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #mapa .container {
    flex-flow: row wrap;
  }
}
#mapa img {
  width: 70%;
  max-height: 100%;
}
@media screen and (max-width: 767px) {
  #mapa img {
    width: 100%;
  }
}
#concepts {
  margin-top: 145px;
  width: 100%;
  background: #9C2B2F url(../images/concept.jpg);
  background-size: cover;
  background-position: top center;
  float: left;
  clear: left;
}
@media screen and (max-width: 1024px) {
  #concepts {
    margin-top: 70px;
    padding: 0px !important;
  }
}
#concepts .diferentials {
  min-height: 200px !important;
  padding: 0px !important;
}
#concepts .diferentials .item {
  width: 20% !important;
  border-right: none !important;
}
@media screen and (max-width: 1024px) {
  #concepts .diferentials .item {
    width: 33.33333% !important;
  }
}
@media screen and (max-width: 767px) {
  #concepts .diferentials .item {
    width: 50% !important;
  }
}
#concepts .diferentials .item .icon {
  margin-right: 20px !important;
}
@media screen and (max-width: 1024px) {
  #concepts .diferentials .item .icon {
    margin-right: 10px !important;
  }
}
@media screen and (max-width: 767px) {
  #concepts .diferentials .item .icon {
    margin-right: 0px !important;
    margin-bottom: 15px !important;
  }
}
#concepts .diferentials .item h3 {
  font-size: 22px !important;
}
@media screen and (max-width: 1024px) {
  #concepts .diferentials .item h3 {
    font-size: 18px !important;
  }
}
#concepts .diferentials .block {
  min-height: 200px !important;
  border-top: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}
@media screen and (max-width: 1024px) {
  #concepts .diferentials .block {
    display: flex;
    flex-flow: row wrap;
  }
}
@media screen and (max-width: 767px) {
  #concepts .diferentials .block {
    border-bottom: none !important;
  }
}
#concepts .title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 80px 0;
}
#concepts .title img {
  width: auto;
  max-height: 100%;
}
#concepts .title .icon {
  width: 60px;
  height: 60px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 40px;
}
#concepts .title .icon img {
  width: 60px !important;
  max-height: 100%;
}
#concepts .title h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 33px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 1620px) {
  #concepts .title h3 {
    font-size: 28px;
  }
}
#concepts .text {
  margin-bottom: 150px;
  width: 100%;
  float: left;
  clear: left;
}
@media screen and (max-width: 1024px) {
  #concepts .text {
    margin-bottom: 50px;
  }
}
#concepts .text p {
  float: left;
  clear: left;
  width: 100%;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
  font-weight: 400;
  line-height: 34px;
  text-align: justify;
  margin-bottom: 50px;
}
#concepts .text p:last-child {
  margin-bottom: 0px !important;
}
#solution {
  margin-top: 145px;
  padding: 70px 0px 70px 0px;
  width: 100%;
  background: #ffffff;
  float: left;
  clear: left;
}
@media screen and (max-width: 1024px) {
  #solution {
    margin-top: 70px;
    padding: 50px 0px 50px 0px;
  }
}
#solution #solutions {
  margin-top: 0px !important;
  margin-bottom: 100px !important;
  padding-bottom: 0px !important;
}
@media screen and (max-width: 767px) {
  #solution #solutions {
    margin-bottom: 50px !important;
  }
}
#solution h1 {
  margin-bottom: 50px !important;
}
#products {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-flow: row wrap;
}
#products .title-products {
  width: 100%;
  box-sizing: border-box;
  min-height: 80px;
  padding: 20px 20px 20px 50px;
  background: #B81F24;
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-content: center;
  flex-flow: row wrap;
  z-index: 10;
  margin-bottom: 50px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #products .title-products {
    padding: 20px 20px 20px 20px;
  }
}
#products .title-products h2 {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff;
  font-size: 20px;
  line-height: 20px;
  text-align: left;
}
#products .title-products h2 span {
  font-weight: 300;
}
#products .title-products .downloads {
  display: flex;
  flex-flow: row wrap;
  width: 280px;
}
@media screen and (max-width: 767px) {
  #products .title-products .downloads {
    margin-top: 20px;
  }
}
#products .title-products .downloads a {
  width: 100%;
  color: #ffffff;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  display: flex;
  justify-content: flex-start;
  height: 40px;
  align-items: center;
}
#products .title-products .downloads a img {
  width: 30px;
  margin-right: 10px;
  max-height: 100%;
}
#products .container {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  padding: 30px 0;
}
#products span {
  width: 100%;
  margin: 30px 0;
  border-top: 1px solid #E6E6E6;
}
@media screen and (max-width: 767px) {
  #products .product {
    margin: 30px 0px 20px 0px !important;
    width: 100% !important;
    margin-right: 0px !important;
    border-right: none !important;
    flex-flow: wrap-reverse;
    justify-content: center !important;
  }
}
#products .product .description h2{
  text-align: left;
  width: 100%;
  font-size: 21px;
  font-family: 'Open Sans', sans-serif;
  color: #000000;
  line-height: 22px;
  margin-bottom: 5px;
}
@media screen and (max-width: 1620px) {
    #products .product .description h2 {
    font-size: 21px;
  }
}
#products .product .description p {
  text-align: left;
  width: 100%;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  color: #000000;
  line-height: 22px;
  margin-bottom: 5px;
}
@media screen and (max-width: 1620px) {
  #products .product .description p {
    font-size: 18px;
  }
}
#products .product .description a {
  margin-top: 20px;
  display: block;
  width: 130px;
  height: 35px;
  border-radius: 3px;
  background: #B81F24;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  line-height: 33px;
  vertical-align: middle;
}
#products .product .description a:hover {
  background: #ffffff;
  color: #B81F24;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.4);
  -ms-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.4);
}
#products .right {
  margin-left: 2%;
  border-right: none;
}
#products .name {
  width: 100%;
  min-height: 115px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: #EBEBEB;
  box-sizing: border-box;
  margin-bottom: 10px;
}
#products .name h4 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  color: #000000;
  font-size: 20px;
  line-height: 24px;
  text-align: left;
  text-align: center;
}
#products .name h4 span {
  font-weight: 300;
}
@media screen and (max-width: 1620px) {
  #products .name h4 {
    font-size: 18px;
    line-height: 22px;
  }
}
.view {
  border-right: none !important;
  width: 100% !important;
  padding: 0 100px !important;
  box-sizing: border-box !important;
  margin-left: 0px !important;
}
@media screen and (max-width: 767px) {
  .view {
    margin: 20px 0;
    padding: 0px !important;
    display: flex !important;
    justify-content: flex-start !important;
    flex-flow: row wrap !important;
  }
}
.view .name {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 767px) {
  .view .name {
    margin-bottom: 20px !important;
  }
}
.view .description {
  width: 37% !important;
  align-content: center !important;
  justify-content: center !important;
  padding: 50px 0px 0px 0px !important;
  box-sizing: border-box !important;
}
@media screen and (max-width: 767px) {
  .view .description {
    padding: 20px 0px 0px 0px !important;
    width: 100% !important;
  }
}
.view .description .item {
  margin-bottom: 50px !important;
}
.view .image {
  width: 63% !important;
}
@media screen and (max-width: 767px) {
  .view .image {
    width: 80% !important;
  }
}
#contact {
  margin-top: 145px;
  width: 100%;
  float: left;
  clear: left;
  background: #ffffff;
  position: relative;
  padding: 70px 0px 100px 0px;
  background: #EBEBEB;
}
@media screen and (max-width: 1024px) {
  #contact {
    margin-top: 70px;
    padding: 50px 0px 50px 0px;
  }
}
#contact h1 {
  width: 100% !important;
}
#contact .container {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  align-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  #contact .container {
    margin-top: 0px;
  }
}
#contact .container p,
#contact .container a {
  width: 100%;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  color: #000000 !important;
  line-height: 20px;
  text-align: left;
  font-weight: 300;
}
@media screen and (max-width: 1620px) {
  #contact .container p,
  #contact .container a {
    font-size: 17px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  #contact .container p {
    margin: 10px 0 15px 0 !important;
  }
}
#contact .container form {
  width: 50%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-flow: row wrap;
  align-content: flex-start;
  margin-bottom: 50px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 767px) {
  #contact .container form {
    padding: 10px;
    width: 100%;
  }
}
#contact .container .item {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin: 10px 0;
}
#contact .container .item img {
  width: 25px !important;
  max-height: 100% !important;
  margin-right: 15px !important;
}
#contact .container #information {
  flex-flow: row wrap;
  box-sizing: border-box;
  align-items: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  #contact .container #information {
    margin-bottom: 50px;
  }
}
#newsletter {
  padding: 45px 0;
  width: 100%;
  background: #B81F24;
  display: flex;
  align-items: center;
  float: left;
  clear: left;
}
@media screen and (max-width: 990px) {
  #newsletter {
    padding: 30px 0;
  }
}
#newsletter .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 990px) {
  #newsletter .container {
    flex-flow: row wrap;
  }
}
#newsletter .container .text {
  display: flex;
  flex-flow: row wrap;
  width: 30%;
}
@media screen and (max-width: 990px) {
  #newsletter .container .text {
    width: 100%;
    margin-right: 0;
    flex-flow: column wrap;
    text-align: center;
  }
}
#newsletter .container .text h2 {
  font-size: 35px;
  font-weight: 400;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 0px !important;
}
@media screen and (max-width: 1620px) {
  #newsletter .container .text h2 {
    font-size: 26px;
  }
}
#newsletter .container .text p {
  width: 100%;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
  line-height: 22px;
  text-align: left;
}
@media screen and (max-width: 1620px) {
  #newsletter .container .text p {
    font-size: 17px;
    line-height: 22px;
  }
}
@media screen and (max-width: 990px) {
  #newsletter .container .text p {
    text-align: center;
    margin-bottom: 20px !important;
  }
}
#newsletter .container form {
  height: 60px;
  width: 70%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1620px) {
  #newsletter .container form {
    height: 50px;
  }
}
@media screen and (max-width: 990px) {
  #newsletter .container form {
    width: 100%;
    flex-flow: row wrap;
    height: auto !important;
  }
}
#newsletter .container form .item-form {
  width: 26.5% !important;
  margin-right: 0%;
}
@media screen and (max-width: 990px) {
  #newsletter .container form .item-form {
    width: 100% !important;
    margin-right: 0;
  }
}
#newsletter .container form input[type="text"] {
  border-radius: 3px;
  border: none;
  width: 100%;
  font-size: 18px;
  line-height: 60px;
  height: 60px;
  vertical-align: middle;
  font-family: 'Open Sans', sans-serif;
  color: #000000;
  position: relative;
  font-weight: 400;
  box-sizing: border-box;
  background: #ffffff;
}
@media screen and (max-width: 1620px) {
  #newsletter .container form input[type="text"] {
    font-size: 16px;
    line-height: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 990px) {
  #newsletter .container form input[type="text"] {
    margin-bottom: 10px;
  }
}
#newsletter .container form input::-webkit-input-placeholder,
#newsletter .container form textarea::-webkit-input-placeholder {
  color: #7F7F7F;
  opacity: 1;
}
#newsletter .container form input:-moz-placeholder,
#newsletter .container form textarea:-moz-placeholder {
  color: #7F7F7F;
  opacity: 1;
}
#newsletter .container form input::-moz-placeholder,
#newsletter .container form textarea::-moz-placeholder {
  color: #7F7F7F;
  opacity: 1;
}
#newsletter .container form input:-ms-input-placeholder,
#newsletter .container form textarea:-ms-input-placeholder {
  color: #7F7F7F;
  opacity: 1;
}
#newsletter .container form button {
  border-radius: 3px;
  background: #4C413A;
  color: #ffffff;
  text-align: center;
  width: 18%;
  height: 60px;
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
#newsletter .container form button:hover {
  color: #B81F24;
  background: #ffffff;
}
@media screen and (max-width: 1620px) {
  #newsletter .container form button {
    height: 50px;
    font-size: 18px;
  }
}
@media screen and (max-width: 990px) {
  #newsletter .container form button {
    width: 100%;
  }
}
footer {
  clear: left;
  float: left;
  background: url(../images/footer.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  z-index: 10;
  position: relative;
}
@media screen and (min-width: 1025px) {
  footer {
    background-attachment: fixed;
  }
}
@media screen and (max-width: 767px) {
  footer {
    background: #000000;
    height: auto;
    float: left;
    clear: left;
  }
}
footer #information {
  min-height: 450px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 990px) {
  footer #information {
    align-items: center !important;
    justify-content: center !important;
  }
}
@media screen and (max-width: 767px) {
  footer #information {
    flex-flow: row wrap;
    padding: 20px 2% !important;
  }
}
footer #information .block {
  height: auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  footer #information .block {
    flex-flow: row wrap;
    justify-content: center;
    width: 100% !important;
  }
}
footer #information .block .item {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin: 10px 0;
}
footer #information .block .item img {
  width: 25px !important;
  max-height: 100% !important;
  margin-right: 15px !important;
}
@media screen and (max-width: 990px) {
  footer #information .block .item img {
    width: 20px !important;
    margin-right: 10px !important;
  }
}
footer #information .block h4 {
  font-size: 35px;
  font-weight: 400;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 20px;
}
@media screen and (max-width: 1620px) {
  footer #information .block h4 {
    font-size: 30px;
  }
}
footer #information .block p,
footer #information .block a {
  width: 100%;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
  line-height: 20px;
  text-align: left;
  font-weight: 300;
}
footer #information .block p .contact-title {
  max-width: calc(100% - 16px);
  display: inline-block;
  word-break: break-word;
  white-space: break-spaces;
}

@media screen and (max-width: 1620px) {
  footer #information .block p,
  footer #information .block a {
    font-size: 17px;
    line-height: 20px;
  }
}
@media screen and (max-width: 990px) {
  footer #information .block p,
  footer #information .block a {
    font-size: 15px;
  }
}
footer #information .block:first-child {
  width: 30%;
  padding-right: 50px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  footer #information .block:first-child {
    padding-right: 0px;
  }
}
footer #information .block:first-child img {
  width: 100% !important;
}
@media screen and (max-width: 767px) {
  footer #information .block:first-child img {
    margin: 50px 0 !important;
    width: 200px !important;
    margin-right: 0px !important;
  }
}
footer #information .block:nth-child(2) {
  width: 40%;
  position: relative;
  flex-flow: row wrap;
  padding-left: 50px;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  footer #information .block:nth-child(2) {
    padding-left: 30px;
  }
}
@media screen and (max-width: 990px) {
  footer #information .block:nth-child(2) {
    padding-left: 0px;
  }
}
footer #information .block:nth-child(2):after {
  content: '';
  height: 200px;
  /* border-right: 2px solid rgba(255, 255, 255, 0.4); */
  position: absolute;
  right: 0;
  top: 40px;
}
footer #information .block:nth-child(3) {
  width: 30%;
  padding-left: 100px;
  flex-flow: row wrap;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  footer #information .block:nth-child(3) {
    padding-left: 50px;
  }
}
@media screen and (max-width: 990px) {
  footer #information .block:nth-child(3) {
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  footer #information .block:nth-child(3) {
    padding-left: 0px;
    margin: 30px 0px 20px 0px;
  }
}
footer #information .block:nth-child(3) .item {
  margin: 5px 0 !important;
}
footer #information .block:nth-child(3) img {
  width: 30px !important;
  max-height: 100% !important;
  margin-right: 10px !important;
  margin-top: 2px;
}
footer #copyrights {
  width: 100%;
  background: #000000;
  height: 80px;
}
@media screen and (max-width: 1620px) {
  footer #copyrights {
    height: 60px;
  }
}
@media screen and (max-width: 990px) {
  footer #copyrights {
    float: left;
    clear: left;
    display: flex;
    flex-flow: column wrap;
    height: auto !important;
    jutify-content: center;
    align-items: center;
    padding: 10px 0;
  }
}
footer #copyrights .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 990px) {
  footer #copyrights .container {
    flex-flow: column wrap;
  }
}
@media screen and (max-width: 767px) {
  footer #copyrights .container {
    flex-flow: row wrap !important;
    height: auto !important;
    justify-content: center;
  }
}
footer #copyrights h6 {
  height: auto;
  width: 50%;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
}
@media screen and (max-width: 1620px) {
  footer #copyrights h6 {
    font-size: 14px;
  }
}
@media screen and (max-width: 990px) {
  footer #copyrights h6 {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    line-height: 18px;
  }
}
footer #copyrights img {
  width: 50px;
  max-height: 100%;
}
