@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700");
body, html {
  overflow-x: hidden;
  height: 100%; }

body {
  font-family: 'Open Sans', sans-serif;
  background: #fff; }

* {
  -webkit-overflow-scrolling: touch; }

a {
  color: #030303; }

a:hover {
  color: #ff6c2b;
  text-decoration: none; }

a:focus, a:active {
  color: #030303;
  text-decoration: none; }

h1 {
  font-size: 36px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase; }

h2 {
  font-size: 32px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase; }

h3 {
  font-size: 36px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase; }

h4 {
  font-size: 22px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase; }

input:focus::-webkit-input-placeholder {
  color: transparent; }

input:focus:-moz-placeholder {
  color: transparent; }

/* FF 4-18 */
input:focus::-moz-placeholder {
  color: transparent; }

/* FF 19+ */
input:focus:-ms-input-placeholder {
  color: transparent; }

/* IE 10+ */
.container-fluid {
  max-width: 1920px !important; }

.body_text {
  font-size: 16px;
  color: #706f6f;
  font-weight: 400;
  line-height: 25px; }

.no-events {
  pointer-events: none; }

.nopadding {
  padding: 0 !important;
  margin: 0 !important; }

.padding-row--a {
  padding-top: 40px;
  padding-bottom: 40px; }

.padding-row--bottom-small {
  padding-top: 40px;
  padding-bottom: 14px; }

.padding-row--a-big {
  padding-top: 60px;
  padding-bottom: 60px; }

.padding_row_b {
  padding-bottom: 40px; }

.padding-row--bottom {
  padding-top: 15px;
  padding-bottom: 15px; }

.nopadding-left {
  padding-left: 0; }

/* LOADER */

.load_main {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: white;
  overflow: hidden !important; }

.load_main .svg-wrapper {
  position: absolute;
  z-index: 1;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  opacity: 1;
  text-align: center;
  margin-top: 25px; }

.load_main .svg-wrapper svg {
  width: 45px;
  height: 45px; }

.load_circ {
  opacity: 0;
  animation-name: load_front;
  animation: load_front 1.2s infinite;
  animation-delay: 0.2s;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards; }

.load_recta3 {
  opacity: 0;
  animation-name: load_front;
  animation: load_front 1.2s infinite;
  animation-delay: 0.3s;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards; }

.load_recta2 {
  opacity: 0;
  animation-name: load_front;
  animation: load_front 1.2s infinite;
  animation-delay: 0.4s;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards; }

.load_recta1 {
  opacity: 0;
  animation-name: load_front;
  animation: load_front 1.2s infinite;
  animation-delay: 0.5s;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards; }

.slick-initialized .slick-slide {
  display: block;
  outline: 0; }

.green {
  color: green; }

.red {
  color: red; }

.orange {
  color: #ff6c2b; }

.hidden {
  opacity: 0; }

.visible {
  opacity: 1; }

.empty {
  margin: 32px 0 40px 40px;
  font-weight: bold; }

button {
  border: 0 !important;
  outline: 0 !important; }

.breadcrumbs-box {
  background-color: #696767;
  padding-top: 10px;
  padding-bottom: 2px; }

.breadcrumbs-list {
  list-style: none;
  padding-left: 60px; }

.breadcrumbs-list li {
  display: inline-block; }

.breadcrumbs-list li a {
  color: #d3d1d1;
  transition: all 0.2s ease-in-out;
  position: relative;
  margin-right: 20px; }

.breadcrumbs-list li a:after {
  content: '>';
  position: absolute;
  right: -16px; }

.breadcrumbs-list li:last-child a:after {
  content: ''; }

.breadcrumbs-list li a span:hover {
  text-decoration: underline; }

.about-row {
  background: #e3e3e3;
  overflow: hidden; }

.about-row--sticky {
  background: #e3e3e3; }

.about-head {
  background: #eeecec;
  height: 100%;
  padding-bottom: 1000px !important;
  margin-bottom: -1000px !important; }

.about-head-sticky {
  background: #eeecec;
  height: 100%; }

.about-head--title {
  margin: 50px 20px 0 25%;
  text-align: left; }

.about-head--img img {
  width: 100%;
  height: auto;
  margin-top: 50px; }

.about-head--img-bottom img {
  width: 100%;
  height: auto;
  margin-top: 0; }

.about-head--desc {
  background-image: url("../images/about_right.jpg");
  background-repeat: no-repeat;
  background-position: top right;
  padding: 8%; }

.about-head--desc h2 {
  font-size: 19px;
  text-transform: none;
  line-height: 28px;
  margin-bottom: 20px; }

.about-head--desc div {
  font-size: 15px;
  line-height: 25px; }

.about-bottom--box {
  position: relative; }

.about-bottom--row {
  background: #f7f6f6; }

.about-bottom--text {
  background: #eeeded; }

.about-bottom--right {
  background: #e8e6e6; }

.about-bottom--text p {
  font-size: 24px;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  margin: 100px 20px 20px 40px;
  max-width: 300px; }

.about-bottom--text p span {
  font-weight: 600; }

.about-bottom--btn {
  margin-left: 40px;
  margin-bottom: 60px; }

.about-mais-info {
  border-bottom: 1px solid #d5d2d2; }

.about-mais-info p {
  font-size: 30px;
  text-transform: uppercase;
  max-width: 529px;
  margin: 0 auto;
  line-height: 36px;
  margin-bottom: 30px; }

.about-mais-info p span {
  font-weight: 600; }

.about-hang {
  position: absolute;
  top: 0;
  left: 9%; }

.prod-head--desc {
  padding: 8% 4% 8% 8%; }

.prod-head--desc h2 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
  margin-left: 30px;
  margin-bottom: 70px;
  padding-right: 20px; }

.prod-head--desc h2 span {
  font-weight: 600; }

.prod-head--desc h2:before {
  position: absolute;
  top: 9px;
  left: -24px;
  content: "";
  background-image: url(../images/arrow_simple_orange.svg);
  width: 10px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat; }

.prod-cat--list-img {
  width: 86px;
  margin-left: -83px;
  margin-top: 28px;
  position: absolute;
  display: none; }

.prod-cat--list-img svg {
  width: 86px;
  height: 86px; }

.prod-cat--list-img--bottom {
  width: 86px;
  margin-left: -83px;
  margin-top: 28px;
  position: absolute;
  display: none; }

.prod-cat--list-img--bottom svg {
  width: 86px;
  height: 86px; }

.prod-cat--list ul {
  list-style: none;
  float: left;
  width: 95%;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  column-gap: 50px; }

.prod-cat--list li {
  position: relative;
  width: 100%; }

.prod-cat--list li p {
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
  position: absolute;
  top: 14px;
  width: 100%;
  height: 100%;
  transition: all 0.2s ease-in-out; }

.prod-cat--list li:before {
  content: '';
  border-top: 1px dotted #969696;
  position: absolute;
  top: 0;
  left: 20px;
  width: 100%; }

.prod-cat--list li a span {
  background-color: #c9242c;
  width: 7px;
  height: 32px;
  display: inline-block;
  margin-right: 12px;
  margin-top: 8px; }

.prod-cat--list li:nth-child(1) a span {
  background-color: #c9242c; }

.prod-cat--list li:nth-child(2) a span {
  background-color: #e21f27; }

.prod-cat--list li:nth-child(3) a span {
  background-color: #e53e3e; }

.prod-cat--list li:nth-child(4) a span {
  background-color: #e96d6b; }

.prod-cat--list li:nth-child(5) a span {
  background-color: #ec94a4; }

.prod-cat--list li:nth-child(6) a span {
  background-color: #ecb2c1; }

.prod-cat--list li:nth-child(7) a span {
  background-color: #fdcd65; }

.prod-cat--list li:nth-child(8) a span {
  background-color: #f8af4a; }

.prod-cat--list li:nth-child(9) a span {
  background-color: #f39335; }

.prod-cat--list li:nth-child(10) a span {
  background-color: #ee7826; }

.prod-cat--list li:nth-child(11) a span {
  background-color: #ec6625; }

.prod-cat--list li:nth-child(1) p:hover {
  color: #c9242c; }

.prod-cat--list li:nth-child(2) p:hover {
  color: #e21f27; }

.prod-cat--list li:nth-child(3) p:hover {
  color: #e53e3e; }

.prod-cat--list li:nth-child(4) p:hover {
  color: #e96d6b; }

.prod-cat--list li:nth-child(5) p:hover {
  color: #ec94a4; }

.prod-cat--list li:nth-child(6) p:hover {
  color: #ecb2c1; }

.prod-cat--list li:nth-child(7) p:hover {
  color: #fdcd65; }

.prod-cat--list li:nth-child(8) p:hover {
  color: #f8af4a; }

.prod-cat--list li:nth-child(9) p:hover {
  color: #f39335; }

.prod-cat--list li:nth-child(10) p:hover {
  color: #ee7826; }

.prod-cat--list li:nth-child(11) p:hover {
  color: #ec6625; }

.prod-cat--list p:hover + svg {
  opacity: 1; }

.prod-cat--list-bottom ul {
  list-style: none;
  float: left;
  width: 95%;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  column-gap: 50px; }

.prod-cat--list-bottom li {
  position: relative;
  width: 100%; }

.prod-cat--list-bottom li p {
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
  position: absolute;
  top: 14px;
  width: 100%;
  height: 100%;
  transition: all 0.2s ease-in-out; }

.prod-cat--list-bottom li:before {
  content: '';
  border-top: 1px dotted #969696;
  position: absolute;
  top: 0;
  left: 20px;
  width: 100%; }

.prod-cat--list-bottom li a span {
  background-color: #c9242c;
  width: 7px;
  height: 32px;
  display: inline-block;
  margin-right: 12px;
  margin-top: 8px; }

.prod-cat--list-bottom li:nth-child(1) a span {
  background-color: #00984B; }

.prod-cat--list-bottom li:nth-child(2) a span {
  background-color: #09AD4A; }

.prod-cat--list-bottom li:nth-child(3) a span {
  background-color: #5EBB46; }

.prod-cat--list-bottom li:nth-child(4) a span {
  background-color: #C5DD89; }

.prod-cat--list-bottom li:nth-child(5) a span {
  background-color: #00AEED; }

.prod-cat--list-bottom li:nth-child(6) a span {
  background-color: #0089D1; }

.prod-cat--list-bottom li:nth-child(7) a span {
  background-color: #0171BB; }

.prod-cat--list-bottom li:nth-child(1) p:hover {
  color: #00984B; }

.prod-cat--list-bottom li:nth-child(2) p:hover {
  color: #09AD4A; }

.prod-cat--list-bottom li:nth-child(3) p:hover {
  color: #5EBB46; }

.prod-cat--list-bottom li:nth-child(4) p:hover {
  color: #C5DD89; }

.prod-cat--list-bottom li:nth-child(5) p:hover {
  color: #00AEED; }

.prod-cat--list-bottom li:nth-child(6) p:hover {
  color: #0089D1; }

.prod-cat--list-bottom li:nth-child(7) p:hover {
  color: #0171BB; }

.port-head {
  margin-top: 20px;
  margin-bottom: 20px; }

.downloads-row {
  border-bottom: 1px solid #d5d2d2;
  overflow: hidden; }

.downloads-row--sticky {
  border-bottom: 1px solid #d5d2d2; }

.downloads-col {
  margin-top: 60px !important;
  padding-bottom: 40px !important; }

.downloads-head--desc {
  margin-top: 40px;
  background: #fff; }

.downloads-head--img img {
  width: 100%;
  height: auto;
  max-width: 253px;
  max-height: 315px; }

.downloads-box {
  max-width: 253px;
  max-height: 315px;
  margin: 0 auto 110px auto; }

.downloads-box h2 {
  color: #5f5d5c;
  font-size: 19px;
  font-weight: 600;
  text-transform: none;
  margin-bottom: 5px;
  text-align: left;
  line-height: 25px; }

.downloads-box .btn-down {
  width: 100%;
  display: inline-block; }

.downloads-icon {
  float: left; }

.downloads-icon img {
  width: 18px;
  height: 15px; }

.downloads-box p {
  color: #ff6c2b;
  font-size: 16px;
  font-weight: 600;
  text-transform: none;
  float: left;
  margin-left: 8px;
  padding-top: 2px; }

.downloads-col--in {
  position: relative;
  margin: 0 auto;
  padding-right: 0; }

.suppliers-col--in {
  position: relative;
  margin: 0 50% 0 auto;
  padding-right: 0; }

.suppliers-box {
  max-width: 253px;
  margin: 0 auto 40px auto; }

.suppliers-title--box {
  max-width: 253px;
  margin: 0 auto 20px auto; }

.suppliers-col {
  margin-top: 37px !important;
  padding-bottom: 40px !important; }

.suppliers-col h2 {
  color: #ff6c2b;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 19px;
  text-align: left; }

.suppliers-box h3 {
  color: #ff6c2b;
  font-size: 19px;
  font-weight: 600;
  text-transform: none;
  margin-bottom: 19px;
  text-align: left;
  line-height: 25px;
  width: 100%;
  border-bottom: 1px solid #dbd4d4;
  padding-bottom: 10px; }

.suppliers-box p {
  color: #aaaaab;
  font-size: 14px;
  font-weight: 600;
  text-transform: none;
  text-align: left;
  line-height: 14px; }

.suppliers-text--bottom {
  margin-top: 23px; }

.suppliers-select {
  width: 259px;
  height: 43px;
  font-weight: 600;
  font-size: 15px;
  color: #706f6f;
  background-image: url(../images/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-position-x: 231px;
  padding-left: 10px;
  padding-right: 29px;
  border: solid 1px #ff6c2b;
  text-transform: none;
  outline: 0;
  cursor: pointer;
  margin-top: 10px; }

.contact-head--img {
  width: 100%;
  height: auto;
  margin-top: 50px;
  display: inline-block; }

.contact-head--img img {
  width: 100%;
  height: auto; }

.contacts-middle {
  background-image: url(../images/contacts_middle.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-color: #f7f6f6;
  padding: 80px 0 70px 80px; }

.contacts-info p {
  color: #68686a;
  font-weight: 600;
  line-height: 15px; }

.contacts-info--title {
  font-weight: 700 !important;
  margin-top: 40px; }

.contacts-info--col-right {
  padding-left: 90px; }

.contacts-info--right {
  font-weight: 700 !important; }

.contacts-cell--icons p:before {
  content: '\f095';
  font-family: FontAwesome;
  position: relative;
  margin-right: 9px;
  color: #b5b5b5; }

.contacts-cell--icons p:last-child:before {
  content: '\f1ac';
  font-family: FontAwesome;
  position: relative;
  margin-right: 9px;
  color: #b5b5b5; }

.contacts-info--right-mail {
  margin-top: 40px; }

.contacts-info--right-mail:before {
  content: '\f1fa';
  font-family: FontAwesome;
  position: relative;
  margin-right: 9px;
  color: #b5b5b5; }

.contacts-website--icons:before {
  content: '\f0c1';
  font-family: FontAwesome;
  position: relative;
  margin-right: 9px;
  color: #b5b5b5; }

.contact-form--title {
  font-size: 18px;
  color: #4b4b4b;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 28px;
  text-align: left; }

.contact-form--box {
  padding: 0 90px; }

.contact-form--input {
  width: 100%;
  height: 42px;
  background: #fff;
  border: 1px solid #dbd4d4;
  outline: none;
  display: inline-block;
  padding: 0 10px;
  margin-bottom: 10px;
  transition: all 0.2s ease-in-out; }

textarea.contact-form--input {
  height: 132px;
  padding-top: 10px;
  padding-bottom: 10px;
  resize: none;
  margin-bottom: 20px; }

.contact-row {
  background-color: #e3e3e3;
  overflow: hidden; }

.contact-col {
  margin-top: 60px !important;
  margin-bottom: 40px !important; }

.contact-form--send {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -ms-appearance: none !important;
  -o-appearance: none !important;
  appearance: none !important;
  border: 0;
  background-color: transparent;
  text-transform: uppercase; }

.contact-form label {
  color: #4b4b4b !important;
  font-weight: 400;
  text-align: left;
  font-size: 16px; }

.cat-head--title {
  margin: 50px 30px 0 20%;
  text-align: left; }

.cat-head--title h1 {
  margin-top: 0;
  font-weight: 400;
  position: relative;
  top: -6px;
  margin-bottom: 0; }

.cat-head--title h1 span {
  font-weight: 600; }

.cat-head--title h2 {
  font-size: 22px;
  text-transform: none;
  font-weight: 700;
  color: #00994b;
  margin-top: 0;
  position: relative;
  top: -3px; }

.prod-head--title {
  margin: 50px 20px 0 20%;
  text-align: left; }

.prod-head--title h1 {
  margin-top: 0;
  font-weight: 400;
  position: relative;
  top: 6px;
  margin-bottom: 0; }

.prod-head--title h1 span {
  font-weight: 600; }

.prod-head--title h2 {
  font-size: 22px;
  text-transform: none;
  font-weight: 700;
  color: #00994b;
  margin-top: 0;
  position: relative;
  top: -3px; }

.prod-head--title p {
  margin-top: 27px; }

.cat-icon {
  width: 48px;
  height: 48px;
  float: left;
  margin-right: 10px; }

.cat-icon--sep {
  width: 8px;
  height: 57px;
  float: left;
  background-color: #00994b;
  margin-right: 15px; }

.prod-icon--sep {
  width: 8px;
  height: 48px;
  float: left;
  background-color: #00994b;
  margin-right: 15px; }

.cat-filtros--sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1080; }

.cat-filtros {
  height: 60px;
  background-color: #e3e3e3; }

.cat-filtros--btn {
  width: 175px;
  height: 60px;
  float: right;
  background-color: #f7c7b1;
  transition: all 0.2s ease-in-out; }

.cat-filtros--btn p {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  color: #040404;
  float: left;
  margin: 18px 10px 18px 30px;
  transition: all 0.2s ease-in-out; }

.filtros-icon {
  width: 25px;
  height: 19px;
  float: left;
  margin: 20px 10px 18px 11px; }

.filtros-icon svg {
  transition: all 0.2s ease-in-out; }

.cat-filtros--btn:hover {
  background-color: #ff6c2b; }

.cat-filtros--btn:hover p {
  color: #fff; }

.cat-filtros--btn:hover .filtros-icon svg {
  fill: #fff; }

.prod-cat--black {
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  z-index: 1;
  transition: all 0.2s ease-in-out; }

.prod-cat--img img {
  width: 100%;
  height: auto;
  transition: all 0.2s ease-in-out; }

.prod-cat--col {
  border-right: 1px solid #eeeeee;
  overflow: hidden; }

.prod-cat--bottom {
  background-color: #f5f5f5;
  width: 100%;
  height: 44px;
  text-align: center;
  position: relative;
  overflow: hidden; }

.prod-cat--bottom h3 {
  color: #040404;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
  padding-top: 12px; }

.prod-cat--hover {
  background-color: #ff6c2b;
  width: 100%;
  height: 44px;
  text-align: center;
  position: relative;
  top: -38px;
  left: -101%;
  z-index: 3;
  transition: all 0.2s ease-in-out; }

.prod-cat--hover p {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
  padding-top: 12px; }

.prod-cat--hover span {
  background-image: url(../images/arrow_simple_w.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 8px;
  height: 15px;
  position: absolute;
  top: 16px;
  right: 10px; }

.prod-cat--col:hover .prod-cat--hover {
  left: 0; }

.prod-cat--col:hover .prod-cat--img img {
  -ms-transform: scale(1.05);
  transform: scale(1.05); }

.prod-cat--col:hover .prod-cat--black {
  opacity: 0.1; }

.pag-cat--row {
  background-color: #e7e7e7;
  height: 82px; }

.pag-cat--img {
  width: 75px;
  height: 82px;
  border-right: 1px solid #d6d6d6;
  text-align: center;
  padding-top: 20px;
  float: left;
  transition: all 0.2s ease-in-out; }

.pag-cat--img svg path, .pag-cat--img svg rect {
  transition: all 0.2s ease-in-out; }

.pag-cat--img svg {
  width: 48px;
  height: 48px; }

.pag-cat--title {
  float: left;
  position: relative;
  margin: 30px 0 0 38px; }

.pag-cat--title p {
  font-size: 16px;
  color: #4d4c4b;
  font-weight: 600;
  text-transform: none;
  position: relative;
  float: left;
  transition: all 0.2s ease-in-out; }

.pag-cat--title p:before {
  content: '';
  background-image: url(../images/arrow_pag_left.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 8px;
  height: 15px;
  position: absolute;
  top: 5px;
  left: -20px; }

.pag-cat--title p:after {
  content: '';
  background-color: #969696;
  width: 2px;
  height: 15px;
  position: absolute;
  top: 5px;
  right: -13px; }

.pag-cat--title span {
  float: left;
  margin-left: 24px;
  padding-top: 2px; }

.pag-cat--box:hover .pag-cat--img {
  background-color: #00994b; }

.pag-cat--box:hover .pag-cat--img svg path, .pag-cat--box:hover .pag-cat--img svg rect {
  fill: #fff; }

.pag-cat--box:hover .pag-cat--title p {
  color: #00994b; }

.pag-cat--box:hover .pag-cat--title span {
  color: #000; }

.pag-cat--img-right {
  width: 75px;
  height: 82px;
  border-left: 1px solid #d6d6d6;
  text-align: center;
  padding-top: 20px;
  float: right;
  transition: all 0.2s ease-in-out; }

.pag-cat--img-right svg path, .pag-cat--img-right svg rect {
  transition: all 0.2s ease-in-out; }

.pag-cat--img-right svg {
  width: 48px;
  height: 48px; }

.pag-cat--title-right {
  float: right;
  position: relative;
  margin: 30px 38px 0 0; }

.pag-cat--title-right p {
  font-size: 16px;
  color: #4d4c4b;
  font-weight: 600;
  text-transform: none;
  position: relative;
  float: right;
  transition: all 0.2s ease-in-out; }

.pag-cat--title-right p:before {
  content: '';
  background-image: url(../images/arrow_pag_right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 8px;
  height: 15px;
  position: absolute;
  top: 5px;
  right: -20px; }

.pag-cat--title-right p:after {
  content: '';
  background-color: #969696;
  width: 2px;
  height: 15px;
  position: absolute;
  top: 5px;
  left: -13px; }

.pag-cat--title-right span {
  float: right;
  margin-right: 24px;
  padding-top: 2px; }

.pag-cat--box:hover .pag-cat--img-right {
  background-color: #00994b; }

.pag-cat--box:hover .pag-cat--img-right svg path, .pag-cat--box:hover .pag-cat--img-right svg rect {
  fill: #fff; }

.pag-cat--box:hover .pag-cat--title-right p {
  color: #00994b; }

.pag-cat--box:hover .pag-cat--title-right span {
  color: #000; }

.pag-cat--center-box {
  text-align: center; }

.pag-cat--center-box svg {
  margin-top: 23px; }

.pag-cat--center-box svg rect {
  transition: all 0.2s ease-in-out; }

.pag-cat--center-box p {
  margin-top: 5px;
  transition: all 0.2s ease-in-out; }

.pag-cat--center-box:hover .pag-cat--center-box p {
  color: #ff6c2b; }

.pag-cat--center-box:hover .pag-cat--img-center svg rect {
  fill: #ff6c2b; }

.cat-right--box {
  position: relative; }

.cat-filtros--in {
  width: 80%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1099;
  background-color: rgba(239, 237, 239, 0.88); }

.filtros-radio--box {
  margin: 42px 0 0 7%;
  padding: 0 !important; }

.filtros-radio--box p {
  color: #ff6c2b;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 15px; }

.filtros-radio--combo {
  width: 100%; }

.filtros-checkbox--box {
  display: block;
  margin-bottom: 6px; }

.filtros-radio--form input {
  display: inline-block; }

.filtros-radio--form p {
  display: inline;
  color: #696767;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  margin-left: 5px;
  position: relative;
  top: -2px; }

input[type=checkbox] {
  visibility: hidden; }

.filtros-checkbox {
  width: 22px;
  height: 22px;
  background: #fff;
  border: 2px solid #dbd4d4;
  border-radius: 100%;
  position: relative;
  display: inline-block; }

.filtros-checkbox label {
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 100px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: 1;
  background: #fff; }

.filtros-checkbox input[type=checkbox]:checked + label {
  background: #ff6c2b; }

.filtros-special-encastre {
  border: 0; }

.filtros-close {
  content: '';
  background-image: url(../images/filtros_close.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 19px;
  height: 18px;
  position: absolute;
  top: 17px;
  right: 31px; }

.btn-filtros--link {
  display: block; }

.btn-filtros--apl {
  float: right;
  margin: 35px 30px 30px 0; }

.prod-slider--back {
  width: 100%;
  background-color: #fff;
  float: left;
  margin-top: 30px; }

.prod-slider {
  width: 100%;
  max-width: 622px;
  height: auto;
  max-height: 491px;
  float: left;
  margin-left: 20%; }

.prod-slider div img {
  width: 100%;
  max-width: 622px;
  height: auto;
  max-height: 491px; }

.prod-slider .slick-next {
  background-image: url("../images/prod_arrow_right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 22px;
  height: 39px;
  opacity: 0.2;
  right: 10px;
  transition: all 0.2s ease-in-out; }

.prod-slider .slick-next:hover, .prod-slider .slick-next:active, .prod-slider .slick-next:focus {
  opacity: 1; }

.prod-slider .slick-next:before {
  content: ''; }

.prod-slider .slick-prev {
  background-image: url("../images/prod_arrow_left.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 22px;
  height: 39px;
  opacity: 0.2;
  left: 10px;
  transition: all 0.2s ease-in-out; }

.prod-slider .slick-prev:hover, .prod-slider .slick-prev:active, .prod-slider .slick-prev:focus {
  opacity: 1; }

.prod-slider .slick-prev:before {
  content: ''; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 1px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 12px;
  height: 12px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 2px solid #a0a0a0 !important;
  border-radius: 100%;
  outline: none;
  background: transparent; }

.slick-dots li.slick-active button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 12px;
  height: 12px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 2px solid #a0a0a0 !important;
  border-radius: 100%;
  outline: none;
  background: #d2d2d2; }

.slick-dots li button:before {
  content: ''; }

.prod-desc--box {
  background-color: #f7f6f6;
  height: 100%;
  padding-bottom: 1000px !important;
  margin-bottom: -1000px !important; }

.prod-desc--in {
  text-align: left;
  margin-top: 113px;
  margin-left: 20px;
  max-width: 610px;
  padding-right: 40px;
  padding-bottom: 40px; }

.prod-share {
  display: block; }

.prod-share p {
  text-transform: uppercase;
  font-weight: 600;
  color: #7b7b7b; }

.prod-share ul {
  list-style: none;
  padding: 0; }

.prod-share li {
  display: block;
  float: left;
  border: 1px solid #dbd4d4;
  width: 38px;
  height: 32px;
  margin-left: -1px;
  transition: all 0.2s ease-in-out; }

.prod-share li:hover {
  background-color: #ff6c2b; }

.prod-share li:first-child {
  margin-left: 0; }

.prod-share li a {
  display: block;
  height: 100%; }

.prod-share li i {
  position: relative;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 52%;
  color: #ff6c2b;
  font-size: 18px;
  transition: all 0.2s ease-in-out; }

.prod-share li:hover i {
  color: #fff; }

.prod-desc--title {
  text-transform: uppercase;
  font-weight: 600;
  color: #7b7b7b;
  font-size: 15px;
  margin-top: 95px; }

.prod-desc--text {
  display: block;
  line-height: 23px; }

.prod-ref--box {
  margin-top: 80px;
  width: 100%; }

.prod-ref--box th {
  color: #232022;
  text-transform: uppercase;
  padding-bottom: 10px; }

.prod-ref--box tr {
  margin-bottom: 20px; }

.prod-ref--box td {
  color: #232022;
  text-transform: uppercase;
  vertical-align: top !important;
  padding-top: 15px !important;
  padding-bottom: 10px; }

.prod-ref--box .first-ref {
  white-space: nowrap; }

.prod-ref--white {
  background-color: #fff;
  width: 30px;
  height: 13px;
  border: 1px solid #dcd5d5;
  margin-bottom: 5px;
  margin-top: 4px; }

.prod-ref--black {
  background-color: #000;
  width: 30px;
  height: 13px;
  border: 1px solid #dcd5d5;
  margin-bottom: 5px;
  margin-top: 4px; }

.prod-ref--box .colors {
  padding: 3px 40px 0 9px; }

.prod-ref--box .ref-right {
  border-top: 1px dotted #191719;
  width: 99%;
  text-transform: none;
  font-weight: 700; }

.prod-ref--box .ref-right span {
  font-weight: 500; }

.prod-rel--bottom {
  font-size: 24px;
  color: #383634;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 60px; }

.prod-rel--bottom span {
  font-weight: 600; }

.prod-rel--holder {
  margin-top: 25px; }

.prod-specif--box {
  margin: 0 10px 0 20%;
  text-align: left;
  float: left;
  padding-right: 140px;
  padding-bottom: 40px; }

.prod-specif--item p {
  font-size: 16px;
  color: #7b7b7b;
  font-weight: 600; }

.prod-specif--item {
  border-top: 1px solid #dbd4d4;
  padding: 20px 0 10px 0;
  display: inline-block;
  width: 100%;
  padding-right: 40px; }

.prod-specif--item img {
  width: 42px; }

.or-generic--top-icons {
  margin-top: 20px;
  border-top: 0;
  margin-bottom: -39px; }

.or-generic--top-icons .col-xs-12 {
  padding-left: 0;
  padding-right: 0; }

.prod-specif--title {
  font-size: 24px;
  color: #383634;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 60px;
  margin-bottom: 20px; }

.prod-specif--title span {
  font-weight: 600; }

.specif-images--img {
  margin-right: 3px;
  margin-bottom: 3px;
  float: left; }

.prod-specif-btn--group {
  text-align: center;
  padding-right: calc(6.5% + 40px);
  max-width: 440px;
  margin: 40px auto 0; }

.prod-specif--link {
  display: inline-block;
  width: 100%; }

.prod-specif--btn {
  width: 100%; }
  .prod-specif--btn i {
    padding-left: 5px; }

.prod-specif--btn button {
  padding: 10px 40px; }

.prod-left--height {
  height: 100%;
  padding-bottom: 1000px !important;
  margin-bottom: -1000px !important; }

.prod-mais--info {
  background-color: #5d5a5a;
  text-align: center;
  padding: 14px 15px 6px 15px;
  transition: all 0.2s ease-in-out; }

.prod-mais--info:hover {
  background-color: #ff6c2b; }

.prod-mais--info p {
  color: #fffdfc;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase; }

.prod-portfolio--info-img img {
  width: 100%; }

.prod-portfolio--row {
  background-color: #d1d0d0; }

.prod-portfolio--info {
  padding: 6% 10% 0 15%; }

.prod-portfolio--info h4 {
  font-size: 30px;
  text-transform: uppercase;
  color: #000; }

.prod-portfolio--info p {
  font-size: 16px;
  color: #706f6f;
  font-weight: 400; }

.pag-prod--title {
  float: left;
  position: relative;
  margin: 30px 0 0 38px; }

.pag-prod--title p {
  font-size: 16px;
  color: #4d4c4b;
  font-weight: 600;
  text-transform: none;
  position: relative;
  float: left;
  transition: all 0.2s ease-in-out; }

.pag-prod--title p:before {
  content: '';
  background-image: url(../images/arrow_pag_left.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 8px;
  height: 15px;
  position: absolute;
  top: 5px;
  left: -20px; }

.pag-prod--title p:after {
  content: '';
  background-color: #969696;
  width: 2px;
  height: 15px;
  position: absolute;
  top: 5px;
  right: -13px; }

.pag-prod--title span {
  float: left;
  margin-left: 24px;
  padding-top: 2px; }

.pag-prod--title-right {
  float: right;
  position: relative;
  margin: 30px 38px 0 0; }

.pag-prod--title-right p {
  font-size: 16px;
  color: #4d4c4b;
  font-weight: 600;
  text-transform: none;
  position: relative;
  float: right;
  transition: all 0.2s ease-in-out; }

.pag-prod--title-right p:before {
  content: '';
  background-image: url(../images/arrow_pag_right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 8px;
  height: 15px;
  position: absolute;
  top: 5px;
  right: -20px; }

.pag-prod--title-right p:after {
  content: '';
  background-color: #969696;
  width: 2px;
  height: 15px;
  position: absolute;
  top: 5px;
  left: -13px; }

.pag-prod--title-right span {
  float: right;
  margin-right: 24px;
  padding-top: 2px; }

.pag-prod--img {
  width: auto;
  height: 82px;
  border-right: 1px solid #d6d6d6;
  float: left; }

.pag-prod--img-right {
  width: auto;
  height: 82px;
  border-left: 1px solid #d6d6d6;
  float: right; }

.port-slider {
  width: 100%;
  height: auto;
  float: right; }

.port-slider div img {
  width: 100%;
  height: auto; }

.port-slider .slick-next {
  background-image: url("../images/port_arrow_right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 22px;
  height: 39px;
  opacity: 1;
  right: 10px; }

.port-slider .slick-next:hover, .port-slider .slick-next:active, .port-slider .slick-next:focus {
  opacity: 1; }

.port-slider .slick-next:before {
  content: ''; }

.port-slider .slick-prev {
  background-image: url("../images/port_arrow_left.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 22px;
  height: 39px;
  opacity: 1;
  left: 10px; }

.port-slider .slick-prev:hover, .port-slider .slick-prev:active, .port-slider .slick-prev:focus {
  opacity: 1; }

.port-slider .slick-prev:before {
  content: ''; }

.port-share {
  margin-top: 40px; }

.port-desc--in {
  text-align: left;
  margin-top: 113px;
  margin-left: 20px;
  padding-bottom: 28px; }

.port-desc--pad {
  padding-right: 40px !important; }

.port-right--slider {
  width: 100%;
  height: auto;
  float: right; }

.port-right--slider div img {
  width: 100%;
  height: auto; }

.port-right--slider .slick-prev, .port-right--slider .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: auto;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 999; }

.port-right--slider .slick-next {
  background-image: url(../images/arrow_port_down.svg);
  background-repeat: no-repeat;
  background-color: #dddddd;
  background-size: 26px 19px;
  background-position: center;
  width: 100%;
  height: 19px;
  padding: 15px;
  opacity: 1;
  left: 0;
  bottom: -43px; }

.port-right--slider .slick-next:hover, .port-right--slider .slick-next:active, .port-right--slider .slick-next:focus {
  opacity: 1; }

.port-right--slider .slick-next:before {
  content: ''; }

.port-right--slider .slick-prev {
  background-image: url(../images/arrow_port_up.svg);
  background-repeat: no-repeat;
  background-color: #dddddd;
  background-size: 26px 19px;
  background-position: center;
  width: 100%;
  height: 19px;
  padding: 15px;
  opacity: 1;
  left: 0;
  top: -15px; }

.port-right--slider .slick-prev:hover, .port-right--slider .slick-prev:active, .port-right--slider .slick-prev:focus {
  opacity: 1; }

.port-right--slider .slick-prev:before {
  content: ''; }

.port-slider--title {
  font-size: 18px;
  font-weight: 600;
  color: #848484;
  padding-left: 10px;
  padding-right: 50px;
  margin-bottom: 41px; }

.port-right--item {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ff6c2b;
  text-align: center;
  background-color: #f1f1f1;
  margin: 0;
  padding: 0 0 10px 0; }

.port-right--slider a {
  outline: 0; }

.port-right--box {
  margin-top: 90px !important; }

.port-right--slider-mobile {
  width: 100%;
  height: auto;
  float: right;
  display: none; }

.port-right--slider-mobile div img {
  width: 100%;
  height: auto; }

.port-right--slider-mobile .slick-prev, .port-right--slider-mobile .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: auto;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 999; }

.port-right--slider-mobile .slick-next {
  background-image: url(../images/arrow_port_down.svg);
  background-repeat: no-repeat;
  background-color: #dddddd;
  background-size: 26px 19px;
  background-position: center;
  width: 100%;
  height: 19px;
  padding: 15px;
  opacity: 1;
  left: 0;
  bottom: -43px; }

.port-right--slider-mobile .slick-next:hover, .port-right--slider-mobile .slick-next:active, .port-right--slider-mobile .slick-next:focus {
  opacity: 1; }

.port-right--slider-mobile .slick-next:before {
  content: ''; }

.port-right--slider-mobile .slick-prev {
  background-image: url(../images/arrow_port_up.svg);
  background-repeat: no-repeat;
  background-color: #dddddd;
  background-size: 26px 19px;
  background-position: center;
  width: 100%;
  height: 19px;
  padding: 15px;
  opacity: 1;
  left: 0;
  top: -15px; }

.port-right--slider-mobile .slick-prev:hover, .port-right--slider-mobile .slick-prev:active, .port-right--slider-mobile .slick-prev:focus {
  opacity: 1; }

.port-right--slider-mobile .slick-prev:before {
  content: ''; }

.port-right--slider-mobile a {
  outline: 0; }

.cat-head--headings {
  margin-left: 81px; }

.sticky-left {
  position: -webkit-sticky;
  position: sticky;
  top: 0; }

.form-mais-info {
  background-color: #5d5a5a;
  padding-left: 0;
  padding-right: 0; }

.form-mi--block {
  float: left;
  width: 45%;
  margin-top: 20px; }

.form-mi--block-right {
  float: right;
  width: 45%;
  margin-top: 20px; }

.form-mais-info form {
  padding-top: 20px; }

.form-mais-info label {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  display: block;
  margin-bottom: 8px; }

.form-mais-info--input {
  width: 100%;
  height: 40px;
  background: #fff;
  border: 1px solid #dbd4d4;
  outline: none;
  display: block;
  padding: 0 10px;
  margin-bottom: 10px;
  transition: all 0.2s ease-in-out; }

.form-mais-info textarea {
  width: 100%;
  height: 142px;
  background: #fff;
  border: 1px solid #dbd4d4;
  outline: none;
  display: block;
  padding: 10px;
  margin-bottom: 60px;
  transition: all 0.2s ease-in-out; }

.btn-mais-info {
  margin-top: 53px;
  padding: 0 !important; }

.btn-mais-info button {
  padding: 10px 40px; }

.prod-cat--list, .prod-cat--list-bottom {
  margin-left: 20px; }

.cat-head--ul {
  padding: 8% 2% 8% 8%; }

.prod-list--img img {
  width: 100%;
  height: auto;
  margin-top: 50px; }

.prod-list--img-bottom img {
  width: 100%;
  height: auto;
  margin-top: 0; }

.contacts-feed {
  width: 100%;
  float: left;
  text-align: right;
  margin-top: 20px;
  font-weight: 600; }

.required-feed {
  width: 100%;
  float: left;
  text-align: left;
  margin-top: -5px;
  margin-bottom: 15px;
  font-weight: 600; }

.required-feed--textarea {
  width: 100%;
  float: left;
  text-align: left;
  margin-top: -18px;
  margin-bottom: 15px;
  font-weight: 600; }

.newsl-feed {
  width: 100%;
  float: left;
  text-align: left;
  margin-top: 9px;
  margin-bottom: 25px;
  font-weight: 600; }

.prod-feed {
  width: 100%;
  float: left;
  text-align: right;
  margin-top: -21px;
  margin-bottom: 25px;
  font-weight: 600; }

.prod-required--feed {
  width: 100%;
  float: left;
  text-align: left;
  margin-top: -5px;
  margin-bottom: 15px;
  font-weight: 600;
  position: absolute; }

.prod-required--feed-textarea {
  width: 100%;
  float: left;
  text-align: left;
  margin-top: -55px;
  margin-bottom: 15px;
  font-weight: 600;
  position: absolute; }

.about-error {
  background: #fff;
  height: 100%;
  padding-bottom: 1000px !important;
  margin-bottom: -1000px !important; }

.about-error--img img {
  width: auto;
  height: auto;
  text-align: right; }

.about-error--img-left img {
  width: 100%;
  max-width: 361px;
  height: auto;
  max-height: 357px; }

.about-error--desc {
  padding: 0 8% 8% 25%;
  position: relative;
  margin-top: -105px; }

.about-error--row {
  background: #fff;
  overflow: hidden; }

.about-error--desc h1 {
  color: #000;
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 400; }

.about-error--desc p {
  color: #706f6f;
  font-size: 48px;
  font-weight: 300;
  line-height: 55px; }

.about-error--desc span {
  color: #706f6f;
  font-size: 48px;
  font-weight: 700; }

.error-btn {
  margin-top: 30px; }

.st0, .st1 {
  fill: #706E6F;
  opacity: 0; }

@keyframes arrows-down--anim1 {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes arrows-down--anim2 {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.st0 {
  animation-name: arrows-down--anim1;
  animation-delay: 0.5s;
  animation-duration: 1s;
  animation-iteration-count: infinite; }

.st1 {
  animation-name: arrows-down--anim2;
  animation-delay: 0.7s;
  animation-duration: 1s;
  animation-iteration-count: infinite; }

.news-head--img img {
  width: 100%;
  height: auto;
  margin-top: 50px; }

.news-head--title {
  margin: 50px 60px 0 25%;
  text-align: left; }

.news-head--title h1 {
  line-height: 43px; }

.news-img--in img {
  width: 100%; }

.news-in--box {
  max-width: 253px;
  max-height: 315px;
  margin: 0 auto 110px auto; }

.news-in--box h2 {
  color: #5f5d5c;
  font-size: 19px;
  font-weight: 600;
  text-transform: none;
  margin-bottom: 5px;
  text-align: left;
  line-height: 25px;
  transition: all 0.2s ease-in-out; }

.news-in--box p {
  color: #5f5d5c;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  text-align: left;
  float: left;
  margin-left: 0;
  padding-top: 7px;
  margin-bottom: 30px;
  height: 75px;
  overflow: hidden; }

.news-in--box:hover h2 {
  color: #ff6c2b; }

#encastre-input {
  padding-left: 15px; }

.google-maps {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden; }

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }

.btn-contacts {
  padding: 0 !important; }

.btn-contacts button {
  padding: 10px 40px; }

.port-head--prod {
  text-align: center;
  margin-top: -10px;
  margin-bottom: 20px; }

.port-head--prod strong {
  color: #ff6c2b; }

.port-head--prod p:last-child {
  margin-top: -5px; }

header {
  padding: 15px 0; }

.logo_lumitek img {
  width: 193px;
  height: 53px;
  margin-left: 44px;
  position: relative;
  z-index: 999; }

.navigation_menu {
  text-transform: uppercase;
  margin-right: 34px;
  padding-top: 5px; }

.navigation_menu ul {
  list-style: none;
  text-align: right;
  overflow: hidden; }

.navigation_menu li {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  margin-right: 10px; }

.navigation_menu li.active a {
  color: #ff6c2b !important; }

.navigation_menu li a {
  transition: all 0.2s ease-in-out; }

.navigation_menu li a:hover {
  color: #ff6c2b; }

.change_language {
  width: 69px;
  height: 38px;
  font-weight: 600;
  font-size: 14px;
  color: #030303;
  background-image: url(../images/dropdown-01.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-position-x: 46px;
  padding-left: 10px;
  padding-right: 29px;
  border: solid 1px #dbd4d4;
  text-transform: uppercase;
  outline: 0;
  cursor: pointer; }

.change_language option {
  width: 69px;
  height: 38px;
  font-weight: 600;
  font-size: 14px;
  color: #030303;
  padding-left: 10px;
  padding-right: 29px;
  border: solid 1px #dbd4d4;
  text-transform: uppercase;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  cursor: pointer; }

.search_lumitek img {
  width: 22px;
  height: 22px;
  margin: 0 5px; }

.first_menu_item a {
  background: #ff6c2b;
  display: inline-block;
  color: #fff;
  padding: 7px 10px; }

.first_menu_item a:hover {
  color: #fff !important; }

.search-form--box {
  background-color: #efefef;
  width: 100%;
  position: relative; }

.search-form input {
  font-size: 53px;
  color: #030303;
  font-weight: 400;
  border: 0;
  outline: 0;
  background-color: transparent;
  padding: 20px 72px;
  position: relative;
  width: 88%; }

.search-form input[type="text"]:focus, .search-form input[type="text"]:active {
  border: 0;
  outline: 0;
  background-color: transparent; }

.search-form span {
  background-image: url(../images/search_close.svg);
  position: absolute;
  width: 62px;
  height: 62px;
  top: 29px;
  right: 123px; }

.menu-mobile--icon img {
  width: 25px;
  height: 20px;
  margin-left: 5px; }

.menu-mobile--icon {
  display: none !important; }

.right-bar {
  float: right;
  background-color: #000;
  width: 230px;
  height: 100%;
  position: fixed;
  right: -280px;
  top: 0;
  z-index: 1100;
  display: none;
  transition: all 0.3s ease-in-out; }

.right-bar--in {
  right: 0; }

#hamburguer-close {
  background-color: #000;
  padding: 13px;
  position: absolute;
  top: 0;
  left: -50px; }

#hamburguer-close img {
  width: 24px;
  height: 24px; }

.search-mobile input {
  font-size: 14px;
  color: #fff;
  background-color: transparent;
  border: 0;
  width: 71%;
  margin-left: 20px;
  margin-top: 18px; }

.search-mobile input:focus, .search-mobile input:active, .search-mobile input:hover {
  outline: 0 !important;
  border: 0 !important; }

.search-mobile input::-webkit-input-placeholder {
  color: #ACACAC;
  text-transform: uppercase; }

.search-mobile input:-moz-placeholder {
  color: #ACACAC;
  opacity: 1;
  text-transform: uppercase; }

.search-mobile input:-ms-input-placeholder {
  color: #ACACAC;
  opacity: 1;
  text-transform: uppercase; }

.search-mobile input::placeholder {
  color: #ACACAC;
  opacity: 1;
  text-transform: uppercase; }

.search-mobile input:-ms-input-placeholder {
  color: #ACACAC;
  text-transform: uppercase; }

.search-mobile input:last-child {
  background-image: url(../images/search_lumitek.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 29px;
  height: 24px;
  position: absolute;
  right: 6px;
  top: -1px; }

.navigation-mobile {
  text-transform: uppercase; }

.navigation-mobile ul {
  list-style: none;
  text-align: left;
  padding-left: 0;
  margin-top: 9px; }

.navigation-mobile li {
  display: block;
  font-size: 14px;
  font-weight: 500;
  padding: 15px 0 15px 20px;
  border-top: 1px solid #666666; }

.navigation-mobile li a {
  color: #fff !important;
  display: inline-block;
  width: 100%; }

.last-mobile--menu a {
  background: #ff6c2b;
  display: inline-block;
  color: #fff;
  padding: 7px 38px;
  width: auto !important; }

.footer-contacts p {
  color: #706f6f;
  line-height: 16px; }

.footer-menu--back {
  background: #f1f1f1; }

.footer-menu--title {
  list-style: none;
  padding-left: 0; }

.footer-menu--title li:first-child {
  font-size: 16px;
  text-transform: uppercase;
  color: #5e5e62;
  font-weight: 700;
  margin-bottom: 17px; }

.footer-menu--title li {
  font-size: 16px;
  color: #5e5e62;
  font-weight: 400;
  margin-bottom: 8px; }

.footer-menu--title li a {
  transition: all 0.2s ease-in-out;
  color: #5e5e62; }

.footer-menu--title li a:hover {
  color: #ff6c2b; }

.footer-menu--loners {
  list-style: none;
  padding-left: 0; }

.footer-menu--loners li {
  font-size: 16px;
  text-transform: uppercase;
  color: #5e5e62;
  font-weight: 700;
  margin-bottom: 10px; }

.footer-menu--loners li a {
  transition: all 0.2s ease-in-out;
  color: #5e5e62; }

.footer-menu--loners li a:hover {
  color: #ff6c2b; }

.logo-lumitek--footer img {
  width: 193px;
  height: 53px; }

.logos-europe img {
  width: 390px; }

.bottom-footer--text {
  text-align: center; }

.bottom-footer--text p {
  font-size: 15px;
  color: #535353;
  padding-top: 5px; }

.bottom-footer--text p a {
  transition: all 0.2s ease-in-out;
  color: #535353; }

.bottom-footer--text p a:hover {
  color: #ff6c2b; }

.footer-contacts a {
  color: #706f6f;
  transition: all 0.2s ease-in-out; }

.footer-contacts a:hover {
  color: #ff6c2b; }

.footer-form--title {
  font-size: 16px;
  color: #5e5e62;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 8px; }

.newsletter-form input:first-child {
  width: 80%;
  height: 42px;
  background: #fff;
  border: 1px solid #dbd4d4;
  outline: none;
  display: inline-block;
  padding: 0 10px;
  transition: all 0.2s ease-in-out; }

input[type="text"]:active, input[type="text"]:focus {
  border: 1px solid #ff6c2b;
  outline: none; }

textarea[type="text"]:active, textarea[type="text"]:focus {
  border: 1px solid #ff6c2b;
  outline: none; }

.newsletter-form--send {
  background-image: url("../images/arrow_simple.svg") !important;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
  border: 0;
  height: 16px;
  display: inline-block;
  margin-left: 10px; }

.footer-share--title {
  font-size: 16px;
  color: #5e5e62;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 8px;
  margin-top: 24px; }

.footer-share {
  list-style: none;
  padding-left: 0; }

.footer-share li {
  background: #535353;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  position: relative;
  display: inline-block;
  margin-right: 8px;
  transition: all 0.2s ease-in-out; }

.footer-share li i {
  color: #d1d0ce;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 18px;
  transition: all 0.2s ease-in-out; }

.footer-share li a {
  display: inline-block;
  width: 100%;
  height: 100%; }

.footer-share li:hover {
  background: #ff6c2b; }

.footer-share li:hover i {
  color: #fff; }

.footer-copy--flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.home-slider {
  position: relative; }

.home-slider .slick-next {
  background-image: url("../images/arrow-right.svg");
  width: 31px;
  height: 104px;
  transition: all 0.3s ease-in-out; }

.slick-next img {
  position: absolute;
  right: -144px;
  top: 0;
  transition: all 0.3s ease-in-out; }

.home-slider .slick-next:hover img {
  right: 0; }

.home-slider .slick-next:hover, .home-slider .slick-next:active, .home-slider .slick-next:focus {
  background-image: url("../images/arrow-right.svg");
  width: 177px;
  height: 104px; }

.home-slider .slick-next:before {
  content: ''; }

.home-slider .slick-prev {
  background-image: url("../images/arrow-left.svg");
  width: 31px;
  height: 104px;
  transition: all 0.3s ease-in-out; }

.home-slider .slick-prev:hover, .home-slider .slick-prev:active, .home-slider .slick-prev:focus {
  background-image: url("../images/arrow-left.svg");
  width: 177px;
  height: 104px;
  background-repeat: no-repeat;
  background-position: 144px 0; }

.slick-prev img {
  position: absolute;
  left: -144px;
  top: 0;
  transition: all 0.3s ease-in-out; }

.home-slider .slick-prev:hover img {
  left: 0; }

.home-slider .slick-prev:before {
  content: ''; }

.home-slider .slick-slide {
  height: 100vh;
  margin-bottom: -159px; }

.home-slider div .home-slider--img {
  width: auto;
  height: 100%;
  position: relative;
  left: 50%;
  -ms-transform: translate(-50%);
  transform: translate(-50%); }

.home-slider--text {
  position: absolute;
  text-align: center;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.home-slider--text h4 {
  font-size: 33px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.9);
  margin-bottom: 7px; }

.home-slider--text h3 {
  font-size: 61px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.9);
  margin-top: 0; }

.arrows_down svg {
  width: 25px;
  height: 25px;
  margin-top: 30px; }

.title_home {
  margin-top: 30px; }

.title_home_text {
  margin: 30px auto;
  max-width: 1070px; }

.banners-middle--box {
  position: relative;
  overflow: hidden; }

.banners-middle {
  position: relative;
  top: 0;
  left: 0; }

.banners-middle--text {
  position: absolute;
  z-index: 999;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.banners-middle--text h2 {
  color: #fff;
  white-space: nowrap;
  border: 1px solid #fff;
  padding: 7px 20px;
  font-weight: 400; }

.banners-middle--text h2 span {
  font-weight: 600; }

.banners-middle img {
  width: 100%;
  height: auto;
  transition: all 0.2s ease-in-out; }

.banners-middle--effect {
  position: absolute;
  z-index: 999;
  width: 90%;
  height: 83%;
  border: 1px solid #fff;
  left: 45%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.2s ease-in-out; }

.banners-middle--effect p {
  position: absolute;
  z-index: 999;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-167%, 176%);
  transform: translate(-167%, 176%); }

.banners-middle--box:hover .banners-middle--effect {
  left: 50%;
  opacity: 1; }

.banners-middle--box:hover .banners-middle img {
  -ms-transform: scale(1.05);
  transform: scale(1.05); }

.banners-bottom--box {
  position: relative;
  overflow: hidden; }

.banners-bottom img {
  width: 100%;
  height: auto;
  transition: all 0.2s ease-in-out; }

.banners-bottom--text h3 {
  margin: 90px 0 2px 40px; }

.banners-bottom--text p {
  font-size: 24px;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 20px 40px; }

.banners-bottom--btn {
  margin-left: 40px; }

.banners-bottom--effect {
  background-color: rgba(255, 108, 43, 0);
  position: absolute;
  z-index: 999;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  text-align: center;
  transition: all 0.2s ease-in-out; }

.banners-bottom--effect-pos {
  position: relative;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 20px;
  opacity: 0;
  transition: all 0.2s ease-in-out; }

.banners-bottom--effect h4 {
  color: #fff;
  line-height: 31px;
  margin-bottom: 5px; }

.banners-bottom--effect p {
  color: #fff;
  text-transform: uppercase; }

.banners-bottom--box:hover .banners-bottom--effect {
  background-color: rgba(255, 108, 43, 0.74); }

.banners-bottom--box:hover .banners-bottom img {
  -ms-transform: scale(1.05);
  transform: scale(1.05); }

.banners-bottom--box:hover .banners-bottom--effect-pos {
  opacity: 1; }

.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 41%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 999; }

.banner-mais-info {
  border-top: 1px solid #d5d2d2;
  border-bottom: 1px solid #d5d2d2; }

.banner-mais-info p {
  font-size: 30px;
  text-transform: uppercase;
  max-width: 640px;
  margin: 0 auto;
  line-height: 36px;
  margin-bottom: 30px; }

.banner-mais-info p span {
  font-weight: 600; }

.btn_orange {
  outline: 1px solid #ff6c2b;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ff6c2b;
  padding: 10px 40px;
  position: relative;
  overflow: hidden;
  text-align: center;
  transition: all 0.2s ease-in-out; }

.btn_orange span {
  background-image: url("../images/btn_arrow.svg");
  background-repeat: no-repeat;
  background-size: 8px 15px;
  width: 8px;
  height: 15px;
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: 2px; }

.btn_orange:hover {
  outline: 2px solid #ff6c2b; }

.btn_effect {
  background: #ff6c2b;
  position: absolute;
  display: block;
  width: 129px;
  height: 51px;
  transform: translate3d(-130%, -10px, 0) rotate3d(0, 0, 1, 45deg);
  pointer-events: none;
  opacity: 0.4;
  transition: all 0.3s ease-in-out; }

.btn_orange:hover .btn_effect {
  transform: translate3d(208%, -10px, 0) rotate3d(0, 0, 1, 90deg);
  pointer-events: none;
  opacity: 0.6; }

@media (max-width: 1610px) {
  .prod-slider {
    float: right;
    margin-left: auto; } }

@media (max-width: 1250px) {
  .navigation_menu li {
    display: none; }
  .menu-mobile--icon, .menu-mobile--language {
    display: inline-block !important; }
  .right-bar {
    display: block; }
  .banners-bottom--text p {
    font-size: 16px; }
  .banners-bottom--text h3 {
    margin: 49px 0 2px 40px;
    font-size: 30px; }
  .banners-bottom--text:first-child {
    padding-right: 40px !important; }
  .btn_orange {
    padding: 10px 32px; }
  .contacts-middle {
    background-size: 400px; }
  .about-hang img {
    width: 77%; } }

@media (max-width: 1199px) {
  .contact-form--box {
    padding: 0 60px; }
  .about-head--desc {
    padding: 4%; }
  .about-head--title {
    margin: 50px 20px 0 15%; }
  .news-head--title {
    margin: 50px 20px 0 15%; }
  .suppliers-box {
    max-width: 100%;
    margin: 0;
    margin-left: 10px;
    margin-right: 20px; }
  .suppliers-col--in {
    margin: 0;
    margin-left: 10px; }
  .suppliers-title--box {
    max-width: 100%;
    display: block;
    margin: 0; }
  .port-right--slider-mobile {
    display: block; }
  .port-right--slider {
    display: none; }
  .port-desc--in {
    margin-top: -27px;
    margin-left: 0px; }
  .port-right--box {
    margin-top: 40px !important; }
  .port-slider--title {
    margin-bottom: 21px;
    padding-left: 0; }
  .prod-head--title {
    margin: 50px 20px 0 15%; }
  .prod-specif--item {
    padding-right: 0; }
  .prod-portfolio--info {
    padding: 6% 10% 0 10%; }
  .cat-head--title.cat-cat {
    margin: 50px 30px 0 10%; }
  .filtros-radio--box {
    width: 43%; }
  .about-error--img-left {
    display: none; }
  .about-error--desc {
    padding: 8%;
    position: relative;
    margin-top: auto; } }

@media (max-width: 1025px) {
  .prod-cat--list-img {
    display: none !important; }
  .prod-cat--list ul {
    padding-left: 0; } }

@media (max-width: 991px) {
  .navigation_menu {
    margin-right: 15px; }
  .logo_lumitek img {
    margin-left: 15px; }
  .banners-middle--text h2 {
    font-size: 23px; }
  .banners-middle--effect p {
    font-size: 15px;
    -ms-transform: translate(-143%, 195%);
    transform: translate(-143%, 195%); }
  .banners-middle--effect {
    border: 0;
    -ms-transform: translate(-44%, -50%);
    transform: translate(-44%, -50%);
    opacity: 1; }
  .banners-bottom--text:first-child {
    text-align: center; }
  .banners-bottom--text h3 {
    margin: 49px 0 10px 40px;
    font-size: 36px; }
  .home-mais--proj {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 40px 0; }
  .banners-bottom--text p {
    margin-bottom: 30px; }
  .banners-bottom--btn {
    margin-left: 0; }
  .contacts-margin--middle {
    margin-bottom: 20px; }
  .bottom-footer--text {
    text-align: left; }
  .contacts-footer--center {
    text-align: center;
    margin-bottom: 20px; }
  .contact-form--box {
    padding: 0 40px; }
  .contacts-middle {
    background-image: none; }
  .about-hang {
    display: none; }
  .about-bottom--text p {
    margin: 42px 20px 20px 40px; }
  .prod-specif--box {
    padding-right: 81px;
    margin: 0 10px 0 15%; }
  .prod-portfolio--container {
    display: none; }
  .prod-cat--list ul, .prod-cat--list-bottom ul {
    list-style: none;
    float: left;
    width: 75%;
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
    column-gap: 0; }
  .prod-cat--list, .prod-cat--list-bottom {
    margin-left: 54px; }
  .footer-copy--flex {
    -ms-flex-direction: column;
    flex-direction: column; } }

@media (max-width: 768px) {
  .home-slider .slick-slide {
    height: 400px;
    margin-bottom: 0; }
  .home-slider--text {
    position: absolute;
    text-align: center;
    left: 50%;
    top: auto;
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    bottom: 18px; }
  .home-slider--text h4 {
    font-size: 23px; }
  .home-slider--text h3 {
    font-size: 51px; }
  .arrows-down--box {
    pointer-events: none; }
  .banner-mais-info p {
    font-size: 24px;
    line-height: 32px; }
  .banner-mais-info p {
    font-size: 24px;
    line-height: 32px; }
  .about-mais-info p {
    font-size: 24px;
    line-height: 32px; }
  .contacts-center {
    text-align: center; }
  .footer-contacts {
    margin-top: 20px; }
  .contacts-margin--middle {
    text-align: center; }
  .bottom-footer--text, .bottom-footer--text p {
    text-align: center; }
  .logos-europe img {
    width: 100%;
    max-width: 390px;
    height: auto; }
  .newsletter-form {
    margin-top: 15px; }
  .about-head--title {
    margin: 30px 20px 0 15px; }
  .news-head--title {
    margin: 30px 20px 0 15px; }
  .contact-form--box {
    padding: 0 15px; }
  .btn-contacts {
    float: none !important;
    left: 50%;
    -ms-transform: translate(-50%);
    transform: translate(-50%); }
  .breadcrumbs-list {
    padding-left: 0; }
  .contact-head--img {
    margin-top: 30px; }
  .contacts-middle {
    padding: 40px 0 40px 0; }
  .contacts-info--col-right {
    padding-left: 15px;
    margin-top: 30px; }
  .about-head--desc {
    background-image: none;
    padding: 20px 15px 40px 15px; }
  .about-head--img img {
    margin-top: 30px; }
  .news-head--img img {
    margin-top: 30px; }
  .about-suppliers--img, .about-downloads--img {
    display: none; }
  .suppliers-col, .downloads-col {
    background-color: #fff;
    padding-bottom: 40px !important; }
  .suppliers-box h3 {
    display: inline-block; }
  .suppliers-col--in, .suppliers-box {
    margin-left: 0; }
  .downloads-col {
    margin-top: 8px !important;
    padding-top: 30px !important; }
  .downloads-col--in {
    margin: 0;
    padding-right: 15px;
    padding-left: 15px; }
  .prod-head--title {
    margin: 30px 20px 0 15px; }
  .port-desc--in {
    background-color: #fff; }
  .prod-desc--title {
    margin-top: 37px; }
  .port-slider .slick-next, .port-slider .slick-prev {
    width: 17px; }
  .pag-cat--row {
    display: table;
    width: 100%;
    margin: 0; }
  .pag-cat--cell {
    display: table-header-group; }
  .pag-prod--img, .pag-prod--img-right {
    display: none; }
  .pag-cat--container {
    padding: 0; }
  .pag-prod--title {
    margin: 30px 0 20px 38px; }
  .pag-prod--title-right {
    margin: 30px 38px 20px 0; }
  .pag-cat--center-box {
    background-color: #E7E7E7; }
  .pag-cat--box {
    background-color: #EDEDED; }
  .pag-cat--box.pull-right {
    background-color: #F3F3F3; }
  .prod-specif--box {
    padding-right: 15px;
    margin: 0; }
  .prod-specif--title {
    margin-top: 43px; }
  .prod-specif--btn {
    margin: 40px 15px; }
  .product-bottom-btns .prod-specif--btn {
    margin: 0; }
  .prod-specif-btn--group {
    padding-right: 0;
    max-width: 334px; }
  .prod-desc--in {
    margin-top: 36px;
    margin-left: 0;
    max-width: 100%;
    padding-right: 15px; }
  .prod-slider {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    float: left; }
  .prod-slider div img {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 100%; }
  .prod-desc--title.prod-prod {
    margin-top: 37px;
    width: 100%;
    display: inline-block; }
  .prod-cat--col {
    width: 50%; }
  .cat-head--title.cat-cat {
    margin: 30px 30px 30px 15px; }
  .about-head--img {
    display: none; }
  .cat-right--box {
    background-color: #E1DFE0; }
  .cat-filtros--in {
    width: 100%;
    top: 60px; }
  .filtros-radio--box {
    margin: 27px 0 0 6%; }
  .filtros-radio--box {
    width: 25% !important; }
  .pag-cat--img, .pag-cat--img-right {
    display: none; }
  .pag-cat--title {
    margin: 30px 0 20px 38px; }
  .pag-cat--title-right {
    margin: 30px 38px 20px 0; }
  .filtros-close {
    top: -38px;
    left: 19px; }
  .suppliers-select {
    margin-bottom: 30px; }
  .suppliers-col {
    margin-top: -3px !important; }
  .downloads-head--title {
    margin: 30px 20px 31px 15px; }
  .form-mi--block, .form-mi--block-right {
    width: 100%; }
  .form-mais-info textarea {
    margin-bottom: 20px; }
  .btn-mais-info {
    margin-top: 43px;
    margin-bottom: 40px;
    float: none !important;
    left: 50%;
    -ms-transform: translate(-50%);
    transform: translate(-50%); }
  .prod-cat--list ul {
    list-style: none;
    float: left;
    width: 95%;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    column-gap: 50px;
    padding-left: 15px;
    padding-right: 15px; }
  .prod-cat--list-bottom ul {
    list-style: none;
    float: left;
    width: 95%;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    column-gap: 50px;
    padding-left: 15px;
    padding-right: 15px; }
  .prod-cat--list, .prod-cat--list-bottom {
    margin-left: 0; }
  .prod-list--img img {
    margin-top: 21px; }
  .cat-head--ul {
    padding: 15px 15px 40px 15px; }
  .prod-head--desc h2 {
    margin-bottom: 41px;
    padding-right: 15px; }
  .prod-order--bottom {
    display: table;
    width: 100%; }
  .prod-required--feed-textarea {
    margin-top: -14px; }
  .prod-feed {
    text-align: center; }
  .news-in--box {
    max-width: 100%;
    max-height: 100%;
    margin: 0; }
  .news-img--in img {
    max-width: 100%;
    max-height: 100%; }
  .empty {
    margin: 32px 0 40px 15px; } }

@media (max-width: 580px) {
  .about-bottom--text {
    width: 100%; }
  .about-bottom--text p {
    margin: 42px 20px 20px 15px; }
  .about-bottom--btn {
    margin-left: 15px;
    margin-bottom: 40px; } }

@media (max-width: 500px) {
  .navigation_menu {
    margin-right: 0px; }
  .logo_lumitek img {
    margin-left: 0px;
    width: 143px; }
  .change_language {
    width: 59px;
    background-position-x: 36px; }
  .navigation_menu li {
    margin-right: 0;
    margin-left: 10px; }
  .home-slider--text h4 {
    font-size: 18px; }
  .home-slider--text h3 {
    font-size: 35px; }
  h1 {
    font-size: 30px; }
  .banners-bottom--box {
    width: 100%; }
  .filtros-radio--box {
    width: 43% !important; }
  .news-head--title h1 {
    line-height: 35px; } }

@media (max-width: 400px) {
  .banners-middle--text h2 {
    font-size: 20px; }
  .banners-middle--effect p {
    font-size: 13px;
    -ms-transform: translate(-145%, 216%);
    transform: translate(-145%, 216%); }
  .banners-middle--effect {
    border: 0;
    -ms-transform: translate(-44%, -50%);
    transform: translate(-44%, -50%);
    opacity: 1; }
  .prod-cat--col {
    width: 100%; }
  .prod-cat--list ul {
    list-style: none;
    float: left;
    width: 100%;
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
    column-gap: 0;
    padding-left: 0;
    padding-right: 15px; }
  .prod-cat--list-bottom ul {
    list-style: none;
    float: left;
    width: 100%;
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
    column-gap: 0;
    padding-left: 0;
    padding-right: 15px; }
  .cat-head--ul {
    padding: 15px 15px 10px 15px; } }
