﻿/* HTML5 Boilerplate
 * ==|== normalize.css ==========================================================
 */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-size: 13px;
  line-height: 1.231;
}

body, button, input, select, textarea {
  font-family: sans-serif;
  color: #222;
}

::-moz-selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none;
}

a {
  color: #00e;
}

a:visited {
  color: #551a8b;
}

a:hover {
  color: #06e;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 85%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0 0 0 40px;
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

table button, table input {
  *overflow: auto;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

input:invalid, textarea:invalid {
  background-color: #f0dddd;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

/* ==|== non-semantic helper classes ======================================== */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.ir br {
  display: none;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

html {
  overflow-y: auto;
}

body {
  font-family: "Exo 2", "Roboto", Verdana, Arial, sans-serif;
  font-weight: 400;
  overflow: hidden;
  background: white;
}

/* CUSTOM */
a {
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}
a:focus {
  outline: none;
}
a.underline {
  border-bottom: 1px solid white;
}
a.line {
  color: black;
  text-transform: uppercase;
  padding-bottom: 2px;
  border-bottom: 1px solid black;
}
a.line:hover {
  opacity: 1;
}
a.text {
  font-family: "Exo 2", "Roboto", Verdana, Arial, sans-serif;
  padding: 5px;
  color: blue;
}
a.text:hover {
  color: gold;
}
a.text.overblue {
  color: white;
}
a.text.overblue:hover {
  color: gold;
  opacity: 1;
}

label {
  cursor: auto;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
}

ul {
  list-style: none;
}

.left {
  float: left;
  width: 50%;
}

.right {
  float: right;
  width: 50%;
}

.block {
  float: left;
  display: block;
}

.fullwidth {
  width: 100%;
}

.halfwidth {
  width: 50%;
}

.quarterwidth {
  width: 25%;
}

.seventywidth {
  width: 70%;
}

.thirdwidth {
  width: 33.33%;
}

.centerblock {
  display: flex;
  align-items: center;
  justify-content: center;
}
.centerblock.column {
  flex-direction: column;
}
.centerblock.wrap {
  flex-wrap: wrap;
}
.centerblock.justifystart {
  justify-content: flex-start;
}
.centerblock.alignstart {
  align-items: flex-start;
}

.bgcenter {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.center {
  text-align: center;
}

.bg-center {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
}

.col-container {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
}
.col-container.widest {
  padding: 0 50px;
  max-width: none;
}
.col-container.wide {
  max-width: 1200px;
}
.col-container.wider {
  max-width: 1600px;
}
@media only screen and (max-width: 1441px) {
  .col-container {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 1025px) {
  .col-container {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 670px) {
  .col-container {
    padding: 0 10px;
  }
}

.container-tilted {
  position: relative;
  background-color: #ffc107;
  margin: 100px auto 0;
  padding: 30px 0 25px;
}
.container-tilted::before {
  content: '';
  padding-top: 5.24078%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  background-image: linear-gradient(-3deg, #ffc107 50%, rgba(0, 0, 0, 0) 50%);
}
@media only screen and (max-width: 670px) {
  .container-tilted {
    margin: 50px auto 0;
    padding-top: 25px;
  }
}

nav {
  width: 100%;
  z-index: 999;
  padding: 25px 0;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
}
@media only screen and (max-width: 1025px) {
  nav {
    background-color: white;
  }
}
@media only screen and (max-width: 670px) {
  nav {
    padding: 10px 0 15px;
  }
}
nav .nav-content {
  justify-content: space-between;
}
@media only screen and (max-width: 1025px) {
  nav .nav-content {
    display: none;
  }
}
nav ul .nav-item {
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 300;
  margin-right: 5px;
  padding: 10px 5px;
  cursor: pointer;
  opacity: 1;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
}
nav ul .nav-item:last-child {
  margin-right: 0;
  margin-right: 5px;
}
nav ul .submenu {
  display: inline-block;
}
nav ul .submenu .ulcontainer {
  -moz-transition: 50ms;
  -o-transition: 50ms;
  -webkit-transition: 50ms;
  transition: 50ms;
  max-height: 0px;
  overflow: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  top: 60px;
}
nav ul .submenu .ulcontainer > div {
  background-color: white;
  padding-bottom: 50px;
}
nav ul .submenu .ulcontainer label {
  font-size: 16px;
  color: #616161;
  margin: 30px 0 10px;
  padding: 0;
}
nav ul .submenu .ulcontainer.products .submenu-item {
  width: 33%;
  padding: 20px 0px;
  color: #212121;
  font-size: 16px;
  font-family: "Exo 2", "Roboto", Verdana, Arial, sans-serif;
  justify-content: flex-start;
}
nav ul .submenu .ulcontainer.products .submenu-item img {
  margin-right: 20px;
  width: 56px;
  height: 56px;
}
nav ul .submenu .ulcontainer.products .divider {
  width: 100%;
  height: 1px;
  background: rgba(97, 97, 97, 0.1);
  margin: 10px 0;
}
nav ul .submenu:hover label {
  color: #ee3124;
}
nav ul .submenu:hover .ulcontainer {
  opacity: 1;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  -webkit-transition: 300ms;
  transition: 300ms;
  padding: 40px 0px 0px;
  max-height: 1000px;
}
nav .language-menu {
  position: absolute;
  right: 10px;
  top: 10px;
}
nav .language-menu a {
  font-family: Verdana, Arial, "Roboto", Verdana, Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 1px;
  margin: 0 5px;
  padding: 5px;
  color: white;
}
nav .logo-container {
  width: 250px;
  position: relative;
  height: 50px;
}
nav .logo-container .logo {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
}
nav .logo-container .logo#logo-white {
  opacity: 1;
}
nav .logo-container .logo#logo-color {
  opacity: 0;
}
nav .logo-container:hover {
  opacity: 1;
}
nav:hover {
  background-color: white;
}
nav:hover .logo-container .logo#logo-white {
  opacity: 0;
}
nav:hover .logo-container .logo#logo-color {
  opacity: 1;
}
nav:hover ul .nav-item {
  color: #212121;
}
nav:hover ul .nav-item:hover {
  color: #ee3124;
}
nav:hover .language-menu a {
  color: #616161;
}
nav #nav-responsive {
  display: none;
  position: relative;
  padding: 0 25px;
  justify-content: space-between;
}
@media only screen and (max-width: 1025px) {
  nav #nav-responsive {
    display: flex;
  }
}
@media only screen and (max-width: 670px) {
  nav #nav-responsive {
    padding: 0 15px;
  }
}
nav #nav-responsive .logo-container {
  display: block;
}
@media only screen and (max-width: 670px) {
  nav #nav-responsive .logo-container {
    width: 200px;
  }
}
nav #nav-responsive .logo-container .logo {
  opacity: 1;
}
nav #nav-responsive .responsive-menu {
  float: right;
}
nav #nav-responsive .responsive-menu #responsive-button {
  width: 30px;
  height: 30px;
  padding: 4px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  float: right;
  cursor: pointer;
}
nav #nav-responsive .responsive-menu #responsive-button:hover li {
  background: #ee3124;
}
nav #nav-responsive .responsive-menu #responsive-button li {
  height: 2px;
  background: #616161;
  width: 100%;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
}
nav #nav-responsive .responsive-menu .responsive-list {
  opacity: 0;
  position: absolute;
  background-color: white;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
  overflow: hidden;
  z-index: 99;
  max-height: 0vh;
  padding: 0px 10px 0px;
  left: 0;
  top: 100%;
  width: 100%;
}
nav #nav-responsive .responsive-menu .responsive-list li:not(:last-child) {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(33, 33, 33, 0.1);
}
nav #nav-responsive .responsive-menu .responsive-list li .nav-item {
  font-size: 13px;
  font-weight: 400;
  display: block;
  margin: 0;
  padding: 10px 15px 10px;
}
nav #nav-responsive .responsive-menu .responsive-list li .nav-item:hover {
  padding-left: 20px;
}
nav #nav-responsive .responsive-menu.active #responsive-button li {
  background: #ee3124;
}
nav #nav-responsive .responsive-menu.active #responsive-button li:nth-child(1) {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
nav #nav-responsive .responsive-menu.active #responsive-button li:nth-child(2) {
  opacity: 0;
  width: 0;
}
nav #nav-responsive .responsive-menu.active #responsive-button li:nth-child(3) {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
nav #nav-responsive .responsive-menu.active #responsive-button li:nth-child(1), nav #nav-responsive .responsive-menu.active #responsive-button li:nth-child(3) {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
nav #nav-responsive .responsive-menu.active .responsive-list {
  opacity: 1;
  max-height: 200vh;
  padding: 20px 10px 40px;
  margin: 5px 0 0;
}
@media only screen and (max-width: 670px) {
  nav #nav-responsive .responsive-menu.active .responsive-list {
    padding-bottom: 25px;
  }
}

@media only screen and (max-width: 1025px) {
  header > .col-container {
    padding: 0;
  }
}
header nav .language-menu a {
  color: rgba(97, 97, 97, 0.5);
}
header nav .logo-container .logo#logo-white {
  opacity: 0;
}
header nav .logo-container .logo#logo-color {
  opacity: 1;
}
header nav ul .nav-item {
  color: #616161;
}

#home-page nav {
  position: absolute;
  left: 0;
  top: 0;
}
#home-page .home-slider {
  float: left;
  width: 100%;
  height: 95vh;
}
@media only screen and (max-width: 1025px) {
  #home-page .home-slider {
    margin-bottom: 50px;
  }
}
#home-page .home-slider .slick-track {
  overflow: hidden;
  transform: none !important;
}
#home-page .home-slider .slick-track img:focus {
  outline: none;
}
#home-page .home-slider .slick-dots {
  bottom: 20px;
}
@media only screen and (max-width: 670px) {
  #home-page .home-slider .slick-dots {
    bottom: 5px;
  }
}
#home-page .home-slider .slick-dots li button {
  border: 1px solid rgba(255, 255, 255, 0);
  border-radius: 100%;
  width: 19px;
  height: 19px;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
}
#home-page .home-slider .slick-dots li button:before {
  content: "";
  width: 7px;
  height: 7px;
  margin: auto;
  right: 0;
  bottom: 0;
  border-radius: 100%;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
  background-color: white;
}
#home-page .home-slider .slick-dots li.slick-active button {
  border-color: rgba(255, 255, 255, 0.75);
}
#home-page .home-slider .slick-slide {
  box-shadow: inset 0px 200px 200px -100px rgba(0, 0, 0, 0.5);
}
#home-page .home-slider .slick-slide > div {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 50px 50px 100px;
  background: rgba(238, 49, 36, 0.9);
}
@media only screen and (max-width: 1025px) {
  #home-page .home-slider .slick-slide > div {
    padding: 30px 10px 50px;
  }
}
@media only screen and (max-width: 670px) {
  #home-page .home-slider .slick-slide > div {
    padding: 10px 0px 40px;
  }
}
#home-page .home-slider .slick-slide > div p {
  margin: 0;
  font-size: 30px;
  color: white;
  font-weight: 100;
}
@media only screen and (max-width: 1025px) {
  #home-page .home-slider .slick-slide > div p {
    font-size: 21px;
  }
}
@media only screen and (max-width: 670px) {
  #home-page .home-slider .slick-slide > div p {
    font-size: 16px;
  }
}
#home-page .main-sections {
  background-image: url(../img/bgs/struckaxiom.png);
}
#home-page .main-sections .home-big-section {
  height: 80vh;
  position: relative;
}
@media only screen and (max-width: 1025px) {
  #home-page .main-sections .home-big-section {
    align-items: flex-end;
    margin-bottom: 30px;
  }
}
#home-page .main-sections .home-big-section.imgright .category-home-slider {
  left: auto;
  right: 20px;
}
@media only screen and (max-width: 1025px) {
  #home-page .main-sections .home-big-section.imgright .category-home-slider {
    right: 0;
  }
}
#home-page .main-sections .home-big-section.imgright .col-container {
  justify-content: flex-start;
}
#home-page .main-sections .home-big-section .category-home-slider {
  width: 75vw;
  height: calc(100% - 40px);
  position: absolute;
  left: 20px;
  top: 20px;
}
@media only screen and (max-width: 1025px) {
  #home-page .main-sections .home-big-section .category-home-slider {
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    margin: 0;
  }
}
#home-page .main-sections .home-big-section .category-home-slider .slick-slide {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}
#home-page .main-sections .home-big-section .col-container {
  justify-content: flex-end;
  position: relative;
}
#home-page .main-sections .home-big-section .col-container .data-col {
  background-color: white;
  opacity: 1;
  width: 400px;
  padding: 60px 50px;
  box-shadow: 5px 5px rgba(33, 33, 33, 0.1);
}
@media only screen and (max-width: 1025px) {
  #home-page .main-sections .home-big-section .col-container .data-col {
    width: 100%;
    padding: 30px 20px;
    margin-bottom: 10px;
  }
}
#home-page .main-sections .home-big-section .col-container .data-col h2 {
  padding: 0;
  margin: 0 0 15px;
}
#home-page .main-sections .home-big-section .col-container .data-col p {
  margin: 0;
  color: #616161;
  font-size: 13px;
  font-family: "Roboto", Verdana, Arial, sans-serif;
}
#home-page .news-feed {
  margin: 150px 0;
}
@media only screen and (max-width: 1025px) {
  #home-page .news-feed {
    margin: 50px 0;
  }
}
#home-page .news-feed .related-slider {
  opacity: 0;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
}
#home-page .news-feed .related-slider .news-item {
  padding: 0 20px;
}
#home-page .news-feed .related-slider .news-item .img-block {
  background-image: url(../img/logos/empty-bg.jpg);
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  height: 200px;
  position: relative;
  margin-bottom: 10px;
}
#home-page .news-feed .related-slider .news-item .img-block span {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 5px;
  font-size: 9px;
  color: #212121;
  font-family: Verdana, Arial, "Roboto", Verdana, Arial, sans-serif;
}
#home-page .news-feed .related-slider .news-item label {
  color: #212121;
  font-family: "Roboto", Verdana, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
}
#home-page .news-feed .related-slider .news-item p {
  font-family: Verdana, Arial, "Roboto", Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #212121;
}
#home-page .sponsors {
  background-color: #f5f1ee;
  padding: 50px 0;
}
@media only screen and (max-width: 670px) {
  #home-page .sponsors {
    padding: 20px 0;
  }
}
#home-page .sponsors > .col-container > label {
  color: #212121;
  font-size: 10px;
  font-family: Verdana, Arial, "Roboto", Verdana, Arial, sans-serif;
  margin-bottom: 20px;
  display: block;
  opacity: 0.5;
}
#home-page .sponsors .sponsor-gallery {
  margin: 0;
}
#home-page .sponsors .sponsor-gallery#cat-a {
  border-bottom: 1px solid rgba(33, 33, 33, 0.1);
  padding-bottom: 30px;
  margin-bottom: 30px;
}
#home-page .sponsors .sponsor-gallery .logo-item {
  text-align: center;
  width: 20%;
}
#home-page .sponsors .sponsor-gallery .logo-item img {
  max-width: 150px;
  margin: 0 auto;
}

.redcover {
  position: relative;
}
.redcover nav {
  position: absolute;
  left: 0;
  top: 0;
}
.redcover .red-cover {
  background-color: #ee3124;
  height: 45vh;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  z-index: -2;
  display: flex;
  align-items: flex-end;
  padding: 0 0 100px;
}
@media only screen and (max-width: 1025px) {
  .redcover .red-cover {
    padding: 0 0 30px;
    height: 250px;
  }
}
.redcover .red-cover.imgcover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  box-shadow: inset 0px -300px 300px -100px rgba(50, 0, 0, 0.8), inset 0px 300px 300px -100px rgba(0, 0, 0, 0.5);
}
.redcover .red-cover p {
  color: white;
  font-family: "Exo 2", "Roboto", Verdana, Arial, sans-serif;
  font-size: 30px;
  font-weight: 100;
}
@media only screen and (max-width: 1025px) {
  .redcover .red-cover p {
    font-size: 18px;
    padding: 0 20px 0;
  }
}
.redcover .red-cover .img-red-cover {
  z-index: -1;
  background-color: #ee3124;
  background-blend-mode: multiply;
  height: 45vh;
  width: 70%;
  position: absolute;
  right: 0;
  top: 0;
  box-shadow: inset 200px 0px 300px #ee3124;
  opacity: 0.4;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
}
@media only screen and (max-width: 1025px) {
  .redcover .red-cover .img-red-cover {
    height: 250px;
  }
}
.redcover .red-cover .cover-slider {
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: -2;
  position: absolute;
  left: 0;
  top: 0;
}
.redcover .red-cover .cover-slider .slick-slide {
  margin: red;
  box-shadow: inset 0px -300px 300px -100px rgba(50, 0, 0, 0.8), inset 0px 300px 300px -100px rgba(0, 0, 0, 0.5);
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}
.redcover .content {
  margin-top: 45vh;
}
@media only screen and (max-width: 1025px) {
  .redcover .content {
    margin-top: 250px;
  }
}

.content {
  padding: 100px 0;
}
@media only screen and (max-width: 670px) {
  .content {
    padding: 50px 0;
  }
}

.category-grid .col-container .category-row {
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(97, 97, 97, 0.3);
}
@media only screen and (max-width: 670px) {
  .category-grid .col-container .category-row {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
.category-grid .col-container .category-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.category-grid .col-container .category-row div {
  justify-content: space-between;
}
.category-grid .col-container .category-row div a {
  width: calc(33.3% - 20px);
  background-color: #ccc;
  height: 350px;
  display: flex;
  align-items: flex-end;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  background-image: url(../img/logos/empty-bg.jpg);
}
@media only screen and (max-width: 1025px) {
  .category-grid .col-container .category-row div a {
    width: calc(33.3% - 5px);
  }
}
@media only screen and (max-width: 670px) {
  .category-grid .col-container .category-row div a {
    width: 100%;
    margin-bottom: 20px;
    height: 250px;
  }
}
.category-grid .col-container .category-row div a label {
  background-color: rgba(33, 33, 33, 0.7);
  width: 100%;
  padding: 20px;
  color: white;
  font-family: "Exo 2", "Roboto", Verdana, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.1;
  text-transform: uppercase;
  min-height: 78px;
}
@media only screen and (max-width: 1025px) {
  .category-grid .col-container .category-row div a label {
    font-size: 12px;
    min-height: 50px;
  }
}
@media only screen and (max-width: 670px) {
  .category-grid .col-container .category-row div a label {
    padding: 10px;
    min-height: 40px;
  }
}
.category-grid .col-container h2 {
  margin-bottom: 20px;
}
.category-grid .col-container .description h2 {
  font-weight: 300;
  color: #616161;
  margin: 0;
}

p.description {
  max-width: 800px;
  font-size: 17px;
  line-height: 1.4;
  font-weight: 300;
  font-family: "Exo 2", "Roboto", Verdana, Arial, sans-serif;
  color: #616161;
  margin: 0 0 20px;
}
@media only screen and (max-width: 670px) {
  p.description {
    font-size: 12px;
  }
}

.text-content > p {
  color: #616161;
  max-width: 900px;
  font-size: 14px;
  font-family: "Roboto", Verdana, Arial, sans-serif;
}
.text-content > ul {
  padding-left: 20px;
}
.text-content > ul li {
  font-size: 14px;
  margin: 10px 0;
}
.text-content > ul li strong {
  font-weight: normal;
  color: #a0160c;
}

.action-bar {
  justify-content: space-between;
}
.action-bar.up {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(33, 33, 33, 0.1);
}
@media only screen and (max-width: 1025px) {
  .action-bar.up {
    flex-direction: column;
  }
  .action-bar.up .halfwidth {
    width: 100%;
  }
}
.action-bar.bottom {
  padding-top: 50px;
  justify-content: center !important;
}
.action-bar.bottom a {
  background: none;
  text-align: center;
  align-items: center;
  height: auto;
  justify-content: center;
  width: auto;
  padding: 10px;
  color: #212121;
  font-size: 14px;
}
.action-bar.bottom a img {
  width: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1025px) {
  .action-bar .breadcrumbs {
    display: none;
  }
}
.action-bar .breadcrumbs li {
  padding-right: 25px;
  margin-right: 25px;
  border-right: 1px solid rgba(33, 33, 33, 0.3);
  color: #212121;
  font-size: 12px;
  font-family: "Roboto", Verdana, Arial, sans-serif;
  display: flex;
  align-content: center;
  justify-content: center;
  min-height: 15px;
}
.action-bar .breadcrumbs li:last-child {
  margin-right: 0px;
  padding-right: 0px;
  border-right: 0px;
  color: #616161;
}
.action-bar .breadcrumbs li a {
  color: #212121;
  font-size: 12px;
  font-family: "Roboto", Verdana, Arial, sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
}
.action-bar .breadcrumbs li #goback {
  width: 8px;
  height: 8px;
  border: 1px solid #212121;
  display: block;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  border-top: 0;
  border-right: 0;
}
.action-bar form {
  position: relative;
}
@media only screen and (max-width: 1025px) {
  .action-bar form {
    width: 100%;
  }
}
.action-bar form button {
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
  width: 50px;
  border: 0;
  background: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.action-bar form button img {
  width: 20px;
}
.action-bar form input {
  padding-right: 50px;
  min-width: 300px;
}
@media only screen and (max-width: 1025px) {
  .action-bar form input {
    width: 100%;
  }
}

.line-product-list {
  min-height: 90vh;
}
.line-product-list .content {
  position: relative;
  margin: 0;
  padding: 0;
}
.line-product-list .product-list li {
  margin-bottom: 20px;
}
.line-product-list .product-list li:last-child {
  margin-bottom: 0;
}
.line-product-list .product-list li a {
  font-family: "Exo 2", "Roboto", Verdana, Arial, sans-serif;
  color: #212121;
  padding: 10px 0;
  font-size: 18px;
  font-weight: 100;
}
@media only screen and (max-width: 670px) {
  .line-product-list .product-list li a {
    font-size: 14px;
    font-weight: 400;
  }
}
.line-product-list .product-list li a:hover {
  color: #ee3124;
}
.line-product-list .product-list li a svg {
  width: 10px;
  margin-right: 10px;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
}
.line-product-list .product-list li a svg .chevron {
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
  fill: rgba(97, 97, 97, 0.3);
}
.line-product-list .product-list li a:hover {
  opacity: 1;
  color: #ee3124;
}
.line-product-list .product-list li a:hover svg {
  margin-right: 15px;
}
.line-product-list .product-list li a:hover svg .chevron {
  fill: #ee3124;
}
.line-product-list .hover-sections {
  position: absolute;
  right: 0;
  top: 0;
  width: 35vw;
  height: 35vw;
  max-width: 450px;
}
@media only screen and (max-width: 670px) {
  .line-product-list .hover-sections {
    display: none;
  }
}
.line-product-list .hover-sections li {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
  opacity: 0;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
  pointer-events: none;
}
.line-product-list .hover-sections li.active {
  opacity: 1;
}
.line-product-list .hover-sections li#empty-default {
  background-image: url(../img/logos/empty-bg.svg);
  max-width: 350px;
}

#ingenieria-section {
  margin-top: 100px;
  background-image: url(../img/bgs/ingenieria-bg.jpg);
  background-position: right bottom;
  margin-bottom: -100px;
  padding-bottom: 100px;
  background-repeat: no-repeat;
  background-size: auto;
}
@media only screen and (max-width: 670px) {
  #ingenieria-section {
    background-image: none;
    margin-bottom: -50px;
    padding-bottom: 50px;
  }
}
#ingenieria-section .col-container > p {
  max-width: 600px;
  font-size: 13px;
  font-family: "Roboto", Verdana, Arial, sans-serif;
  margin: 0 0 20px;
}
@media only screen and (max-width: 670px) {
  #ingenieria-section .col-container h2 {
    border-top: 1px solid rgba(33, 33, 33, 0.1);
    padding-top: 20px;
  }
}
#ingenieria-section ul#ingenieria-deploy {
  max-height: 0vh;
  opacity: 0;
  pointer-events: none;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
}
#ingenieria-section ul#ingenieria-deploy li {
  max-width: 800px;
  margin-bottom: 25px;
}
#ingenieria-section ul#ingenieria-deploy li label {
  color: #212121;
  font-weight: 800;
  font-family: "Exo 2", "Roboto", Verdana, Arial, sans-serif;
  font-size: 16px;
}
#ingenieria-section ul#ingenieria-deploy li p {
  color: #212121;
  font-family: "Roboto", Verdana, Arial, sans-serif;
  font-size: 14px;
  margin: 10px 0 0;
}
#ingenieria-section ul#ingenieria-deploy > img {
  margin: 20px 0 70px;
}
#ingenieria-section ul#ingenieria-deploy:target {
  max-height: 200vh;
  opacity: 1;
  pointer-events: all;
  padding-left: 10px;
}

#product-page .category-grid .col-container .section-title {
  font-size: 30px;
}
@media only screen and (max-width: 670px) {
  #product-page .category-grid .col-container .section-title {
    font-size: 24px;
  }
}
#product-page .category-grid .col-container .description {
  padding: 0 0 50px;
}
#product-page .category-grid .col-container .description ul {
  padding-left: 20px;
  margin: 0px 0 30px;
}
#product-page .category-grid .col-container .description ul li {
  margin: 10px 0;
  color: #616161;
  font-size: 15px;
  font-family: "Roboto", Verdana, Arial, sans-serif;
  line-height: 1.4;
  max-width: 900px;
}
@media only screen and (max-width: 670px) {
  #product-page .category-grid .col-container .description ul li {
    font-size: 13px;
  }
}
#product-page .category-grid .col-container .description p {
  color: #616161;
  font-size: 16px;
  font-family: "Roboto", Verdana, Arial, sans-serif;
  margin: 0;
  line-height: 1.4;
  max-width: 900px;
}
@media only screen and (max-width: 670px) {
  #product-page .category-grid .col-container .description p {
    font-size: 14px;
    margin: 0 0 10px;
  }
}
#product-page .category-grid .col-container .description p img {
  margin: 10px 0;
}

.content-rack {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(33, 33, 33, 0.1);
}
.content-rack:last-child {
  border-bottom: none;
}
.content-rack:nth-child(even).shared {
  flex-direction: row-reverse;
  justify-content: flex-end !important;
}
.content-rack:nth-child(even).shared > ul {
  padding-right: 0px;
  padding-left: 0px;
}
.content-rack:nth-child(even).shared > .item-imgs {
  padding-right: 50px;
}
@media only screen and (max-width: 670px) {
  .content-rack:nth-child(even).shared > .item-imgs {
    padding-right: 0px;
  }
}
.content-rack > ul .label {
  color: #a0160c;
  font-weight: 100;
  font-family: "Exo 2", "Roboto", Verdana, Arial, sans-serif;
  font-size: 21px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 670px) {
  .content-rack > ul .label {
    font-size: 16px;
  }
}
.content-rack > ul .text {
  color: #616161;
  font-family: "Roboto", Verdana, Arial, sans-serif;
}
.content-rack > ul .text p {
  font-size: 16px;
  line-height: 1.4;
}
@media only screen and (max-width: 670px) {
  .content-rack > ul .text p {
    font-size: 13px;
    line-height: 1.3;
  }
}
.content-rack > ul .text p img {
  margin: 10px;
}
.content-rack > ul .text ol {
  margin: 0px 0 30px;
  list-style-type: none;
}
.content-rack > ul .text ol li {
  margin: 20px 0;
  color: #616161;
  font-size: 15px;
  font-family: "Roboto", Verdana, Arial, sans-serif;
  line-height: 1.4;
  max-width: 900px;
  position: relative;
  counter-increment: step-counter;
}
@media only screen and (max-width: 670px) {
  .content-rack > ul .text ol li {
    font-size: 13px;
  }
}
.content-rack > ul .text ol li:before {
  content: counter(step-counter);
  margin-right: 5px;
  background-color: orange;
  color: white;
  font-weight: bold;
  border-radius: 100%;
  padding: 4px 9px;
}
.content-rack > ul .text ul {
  list-style-type: circle;
  margin-left: 25px;
}
.content-rack > ul .text ul li {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.2;
}
@media only screen and (max-width: 670px) {
  .content-rack > ul .text ul li {
    font-size: 13px;
  }
}
.content-rack > ul .text ul li:last-child {
  margin-bottom: 0px;
}
.content-rack.half-rack {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
}
@media only screen and (max-width: 1025px) {
  .content-rack.half-rack {
    flex-direction: column;
    align-items: flex-start;
    border-bottom: 1px solid rgba(33, 33, 33, 0.1);
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .content-rack.half-rack > * {
    width: 100%;
  }
}
.content-rack.half-rack .img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.content-rack .item-imgs {
  padding: 5px;
}
.content-rack.full {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
}
.content-rack.full .item-imgs {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.content-rack.full .item-imgs img {
  margin: 20px 10px 15px;
}
.content-rack.full .item-imgs img:last-child {
  margin-bottom: 0px;
}
.content-rack.full > ul .text {
  max-width: 700px;
}
.content-rack.shared {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media only screen and (max-width: 670px) {
  .content-rack.shared {
    flex-wrap: wrap;
  }
}
.content-rack.shared .item-imgs {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 50%;
}
@media only screen and (max-width: 670px) {
  .content-rack.shared .item-imgs {
    width: 100%;
  }
}
.content-rack.shared .item-imgs img {
  max-width: 100%;
}
.content-rack.shared.two-img .item-imgs img {
  max-width: 50%;
  padding: 0 10px;
}
.content-rack.shared.three-img .item-imgs img {
  max-width: 33.3%;
  padding: 0 10px;
}
.content-rack.shared > ul {
  width: 50%;
  padding-right: 50px;
}
@media only screen and (max-width: 670px) {
  .content-rack.shared > ul {
    width: 100%;
    padding: 0 0 20px;
  }
}
.content-rack.shared > ul .text {
  max-width: 500px;
}
.content-rack .img.fullwidth img {
  width: 100%;
}

.related-section {
  background-color: #f5f1ee;
  padding: 50px 0;
  margin-bottom: -100px;
  padding-bottom: 100px;
  margin-top: 50px;
}
.related-section h2 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 30px;
}
.related-section ul li {
  margin-bottom: 10px;
}
.related-section ul li:last-child {
  margin-bottom: 0px;
}
.related-section ul li a {
  color: #212121;
  font-size: 14px;
  font-family: "Exo 2", "Roboto", Verdana, Arial, sans-serif;
}
.related-section ul li a:hover {
  padding-left: 5px;
}

.lab-page .subtitle-section {
  margin-bottom: 30px;
}
.lab-page .lab-section-items {
  padding-top: 50px;
}
@media only screen and (max-width: 760px) {
  .lab-page .lab-section-items {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 1025px) {
  .lab-page .lab-section-items li {
    margin-bottom: 30px;
  }
}
.lab-page .lab-section-items li a label {
  color: #ee3124;
  font-family: "Exo 2", "Roboto", Verdana, Arial, sans-serif;
  font-size: 19px;
  margin-bottom: 15px;
  display: block;
}
@media only screen and (max-width: 1025px) {
  .lab-page .lab-section-items li a label {
    font-size: 16px;
  }
}
.lab-page .lab-section-items li a .description {
  color: #616161;
  font-size: 15px;
}
.lab-page .lab-section-items li.divider {
  height: 100px;
  width: 1px;
  margin: 0 50px;
  background: rgba(97, 97, 97, 0.3);
}
@media only screen and (max-width: 1025px) {
  .lab-page .lab-section-items li.divider {
    display: none;
  }
}
.lab-page .photogrid {
  margin-bottom: -100px;
}

#contactpage {
  background-image: url(../img/bgs/contact-bg.jpg);
  background-position: top right;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1025px) {
  #contactpage {
    background-image: none;
  }
}
#contactpage .col-container > form {
  max-width: 700px;
  margin-bottom: 50px;
}
#contactpage .col-container > form .form-item {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1025px) {
  #contactpage .col-container > form .form-item {
    flex-direction: column;
    margin: 0 0 10px;
  }
}
#contactpage .col-container > form .form-item:last-child {
  margin-bottom: 0px;
}
#contactpage .col-container > form .form-item .halfwidth {
  margin: red;
}
#contactpage .col-container > form .form-item .thirdwidth {
  margin: red;
}
#contactpage .col-container > form .form-item .halfwidth, #contactpage .col-container > form .form-item .thirdwidth {
  margin: 0 10px 0 0;
}
@media only screen and (max-width: 1025px) {
  #contactpage .col-container > form .form-item .halfwidth, #contactpage .col-container > form .form-item .thirdwidth {
    width: 100%;
    margin: 0 0 10px;
  }
}
#contactpage .col-container > form .form-item .halfwidth:last-child, #contactpage .col-container > form .form-item .thirdwidth:last-child {
  margin-right: 0;
}
#contactpage .col-container > form .form-item label {
  font-family: "Roboto", Verdana, Arial, sans-serif;
  font-weight: 300;
  font-size: 11px;
  color: #616161;
  display: block;
  margin-bottom: 5px;
}
#contactpage .col-container > form .form-item .input {
  background-color: rgba(255, 255, 255, 0.5);
}
#contactpage .col-container .misc-contact {
  width: 100%;
  margin-bottom: 50px;
  display: flex;
}
#contactpage .col-container .misc-contact p {
  color: #212121;
  margin: 0 150px 0 0;
}
#contactpage .col-container .misc-contact p > a{
  color: #ee3124;
}
#contactpage .col-container .misc-contact p:last-child {
  margin-right: 0;
}
#contactpage .location-list {
  background-image: url(../img/bgs/contact-bg2.jpg);
  background-position: bottom right;
  background-repeat: no-repeat;
  margin-bottom: -100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1025px) {
  #contactpage .location-list {
    background-image: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
}
#contactpage .location-list .col-container {
  padding: 0;
}
@media only screen and (max-width: 1025px) {
  #contactpage .location-list .col-container {
    padding: 0 20px;
  }
}
#contactpage .location-list .col-container ul {
  align-items: stretch;
  justify-content: space-between;
}
#contactpage .location-list .col-container ul li {
  width: calc(33.3% - 10px);
  margin: 0 0px 50px;
}
@media only screen and (max-width: 1025px) {
  #contactpage .location-list .col-container ul li {
    width: 100%;
  }
}
#contactpage .location-list .col-container ul li:last-child {
  padding-right: 0;
}
#contactpage .location-list .col-container ul li .img-block {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1025px) {
  #contactpage .location-list .col-container ul li .img-block {
    width: 200px;
    height: 200px;
  }
}
#contactpage .location-list .col-container ul li .label {
  margin-bottom: 10px;
  position: relative;
}
#contactpage .location-list .col-container ul li .label .flag {
  height: 22px;
  width: 32px;
  margin-right: 10px;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
}
#contactpage .location-list .col-container ul li .label label {
  width: 100%;
  color: #212121;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
  text-transform: uppercase;
  font-family: "Exo 2", "Roboto", Verdana, Arial, sans-serif;
}
#contactpage .location-list .col-container ul li .label label:first-letter {
  padding-left: 40px;
}
#contactpage .location-list .col-container ul li #type {
  color: #616161;
  margin: 10px 0 20px;
  width: 100%;
  font-family: "Exo 2", "Roboto", Verdana, Arial, sans-serif;
  font-size: 16px;
  display: block;
}
#contactpage .location-list .col-container ul li p {
  margin: 0;
  line-height: 1.4;
  color: #212121;
}

#downloadpage {
  margin: red;
}
#downloadpage .download-item {
  width: calc(25% - 20px);
  margin: 0 10px 30px;
}
@media only screen and (max-width: 1025px) {
  #downloadpage .download-item {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 670px) {
  #downloadpage .download-item {
    width: 100%;
  }
}
#downloadpage .download-item .img-block {
  width: 100%;
  height: 300px;
  background-image: url(../img/logos/empty-bg.jpg);
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}
#downloadpage .download-item label {
  color: #212121;
  font-family: "Exo 2", "Roboto", Verdana, Arial, sans-serif;
  font-size: 16px;
  margin: 10px 0;
}
@media only screen and (max-width: 1025px) {
  #downloadpage .download-item label {
    font-size: 13px;
  }
}
#downloadpage .download-item span {
  color: #ee3124;
  font-family: "Roboto", Verdana, Arial, sans-serif;
  font-size: 12px;
}
#downloadpage .download-item span img {
  width: 20px;
  margin-right: 10px;
}

#newspage .news-page .news-list {
  justify-content: space-between;
}
#newspage .news-page .news-list li {
  width: calc(33.3% - 10px);
  margin: 0 0px 50px;
}
@media only screen and (max-width: 1025px) {
  #newspage .news-page .news-list li {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 670px) {
  #newspage .news-page .news-list li {
    width: 100%;
    margin: 0 0px 30px;
  }
}
#newspage .news-page .news-list li a {
  display: block;
}
#newspage .news-page .news-list li a .img-block {
  height: 300px;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
#newspage .news-page .news-list li a .img-block span {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 5px;
  font-size: 9px;
  color: #212121;
  font-family: Verdana, Arial, "Roboto", Verdana, Arial, sans-serif;
}
#newspage .news-page .news-list li a label {
  font-family: "Exo 2", "Roboto", Verdana, Arial, sans-serif;
  color: #212121;
  display: block;
  font-size: 18px;
  margin: 20px 0 5px;
}
#newspage .news-page .news-list li a p {
  font-size: 12px;
  font-family: "Roboto", Verdana, Arial, sans-serif;
  color: #616161;
  margin: 0;
  display:none;
}

#newsinternpage .news-intern .data-col > p {
  color: #212121;
  max-width: 900px;
}
#newsinternpage .news-intern .action-bar.bottom {
  margin-top: 100px;
}

#companypage .company-mission {
  margin: 50px 0 0;
  justify-content: space-between;
  align-items: stretch;
}
@media only screen and (max-width: 670px) {
  #companypage .company-mission {
    flex-direction: column;
  }
}
#companypage .company-mission li {
  width: 33%;
  text-align: center;
  padding: 20px 30px 20px 0px;
  margin-right: 30px;
  border-right: 1px solid rgba(97, 97, 97, 0.5);
}
@media only screen and (max-width: 670px) {
  #companypage .company-mission li {
    width: 100%;
    border: none;
    border-bottom: 1px solid rgba(97, 97, 97, 0.5);
    padding: 0 0 30px;
    margin: 0 0 30px;
  }
}
#companypage .company-mission li:last-child {
  border: 0;
}
#companypage .company-mission li label {
  color: #212121;
  font-size: 16px;
  font-family: "Exo 2", "Roboto", Verdana, Arial, sans-serif;
}
#companypage .company-mission li p {
  margin: 20px 0 0;
  font-family: "Roboto", Verdana, Arial, sans-serif;
  font-size: 14px;
  color: #616161;
}

@media only screen and (max-width: 1025px) {
  .world-map {
    display: none;
  }
}
.world-map img {
  z-index: -1;
  max-width: 100%;
}
@media only screen and (min-width: 1800px) {
  .world-map img {
    max-width: 1800px;
  }
}

.slick-list {
  padding: 0 !important;
}

.slick-list, .slick-track {
  height: 100%;
}

.loaded {
  opacity: 1 !important;
  height: auto;
  overflow: hidden;
}

#pager {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px 0 0;
}
#pager > span {
  font-size: 12px;
  letter-spacing: 1px;
  font-family: "Roboto", Verdana, Arial, sans-serif;
  color: blue;
  margin-right: 10px;
}
#pager .pagination {
  list-style: none;
  float: left;
  display: flex;
}
#pager .pagination li {
  position: relative;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(97, 97, 97, 0.3);
  margin-right: 10px;
  -moz-transition: 50ms;
  -o-transition: 50ms;
  -webkit-transition: 50ms;
  transition: 50ms;
  color: #616161;
  font-size: 11px;
  font-family: Verdana, Arial, "Roboto", Verdana, Arial, sans-serif;
}
#pager .pagination li.next a:after, #pager .pagination li.prev a:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border: 1px solid #616161;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  top: 0;
  left: -4px;
  right: 0;
  bottom: 0;
  margin: auto;
}
#pager .pagination li.prev a:after {
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid;
  border-left: 1px solid;
  left: 2px;
}
#pager .pagination li a {
  color: #616161;
  font-size: 11px;
  font-family: Verdana, Arial, "Roboto", Verdana, Arial, sans-serif;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#pager .pagination li:hover {
  opacity: 1;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
  color: black;
  border: 1px solid #616161;
}
#pager .pagination li.active {
  opacity: 0.5;
  pointer-events: none;
  color: black;
  border: 1px solid #616161;
}

#signature-alloy {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  overflow: hidden;
  background-color: transparent;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
}
#signature-alloy img {
  -moz-transition: 50ms;
  -o-transition: 50ms;
  -webkit-transition: 50ms;
  transition: 50ms;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 12px;
  height: 20px;
  z-index: 123;
  margin: 0 2px;
}
#signature-alloy span {
  opacity: 0;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
  position: absolute;
  right: 10px;
  bottom: 6px;
  z-index: 123;
  font-size: 8px;
  color: white;
  line-height: 1;
  font-family: "open sans", Verdana, Arial, "Roboto", Verdana, Arial, sans-serif;
  letter-spacing: 1px;
  width: 70px;
  text-align: right;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
#signature-alloy:after {
  content: "";
  -moz-transition: 50ms;
  -o-transition: 50ms;
  -webkit-transition: 50ms;
  transition: 50ms;
  position: absolute;
  width: 45px;
  height: 30px;
  bottom: 0;
  right: -30px;
  transform: skew(-45deg);
  background: #460033;
  background: linear-gradient(225deg, #460033, #660033, #91033d);
  background-size: 400% 400%;
  -webkit-animation: AnimationName 6s ease infinite;
  -moz-animation: AnimationName 6s ease infinite;
  animation: AnimationName 6s ease infinite;
}
@-webkit-keyframes AnimationName {
  0% {
    background-position: 93% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 93% 0%;
  }
}
@-moz-keyframes AnimationName {
  0% {
    background-position: 93% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 93% 0%;
  }
}
@keyframes AnimationName {
  0% {
    background-position: 93% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 93% 0%;
  }
}
#signature-alloy:hover {
  width: 140px;
}
#signature-alloy:hover:after {
  width: 140px;
  transform: skew(-25deg);
}
#signature-alloy:hover img {
  right: 75px;
  margin: 0;
  width: 20px;
  height: 30px;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
}
#signature-alloy:hover span {
  opacity: 1;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
}

.title {
  font-family: "Exo 2", "Roboto", Verdana, Arial, sans-serif;
}
.title.condensed {
  font-family: "Roboto", Verdana, Arial, sans-serif;
}

.cool-tabs {
  text-align: center;
  float: left;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.cool-tabs > section {
  display: flex;
  position: absolute;
  opacity: 0;
  pointer-events: none;
  text-align: left;
  float: left;
  box-sizing: border-box;
}
.cool-tabs > input {
  display: none;
}
.cool-tabs #content1.active, .cool-tabs #content2.active {
  opacity: 1;
  position: relative;
  pointer-events: all;
}
.cool-tabs section {
  text-align: left;
  float: left;
  width: 100%;
  box-sizing: border-box;
}

.button {
  font-family: "Exo 2", "Roboto", Verdana, Arial, sans-serif;
  color: gold;
  background-color: red;
  font-size: 16px;
  padding: 10px 20px;
  font-weight: 800;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
  position: relative;
}
.button.big {
  padding: 20px;
  font-size: 18px;
}
.button.small {
  font-family: "Exo 2", "Roboto", Verdana, Arial, sans-serif;
  font-size: 14px;
  text-transform: initial;
  letter-spacing: 0;
  font-weight: 400;
}
.button.link {
  background-color: transparent;
  color: #ee3124;
  padding: 5px 30px;
  margin: 15px 0 0;
  position: relative;
  display: flex;
  float: left;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  line-height: 20px;
  -moz-transition: 150ms;
  -o-transition: 150ms;
  -webkit-transition: 150ms;
  transition: 150ms;
}
.button.link:before {
  content: "";
  background-image: url(../img/logos/vectorarrow-red.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0%;
  top: 0px;
  bottom: 0px;
  margin: auto;
  -moz-transition: 100ms;
  -o-transition: 100ms;
  -webkit-transition: 100ms;
  transition: 100ms;
}
.button.link:hover {
  background-color: #ee3124;
  opacity: 1;
  color: white;
  padding-left: 20px;
}
.button.link:hover:before {
  left: calc(100% - 15px);
  height: 30px;
  background-size: cover;
  width: 30px;
}
.button.neat {
  background-color: #ee3124;
  border: 0;
  font-weight: 500;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.input {
  border: 1px solid rgba(97, 97, 97, 0.3);
  background-color: rgba(97, 97, 97, 0.05);
  margin: 0;
  outline: none;
  border-radius: 0px;
  padding: 10px;
  font-size: 12px;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
}
.input:hover {
  border-color: rgba(97, 97, 97, 0.5);
}
.input:focus {
  border-color: rgba(97, 97, 97, 0.7);
}
.input.clear {
  border-color: white;
}

textarea.input {
  max-height: 500px;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}

* {
  box-sizing: border-box;
}

.modal {
  background-color: rgba(255, 215, 0, 0.95);
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
}
.modal.active {
  pointer-events: all;
  opacity: 1;
}
.modal .modal-body {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  width: 520px;
  height: 100%;
  max-width: 90vw;
  max-height: 90vh;
}
.modal .modal-body h3 {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0;
  font-family: "Exo 2", "Roboto", Verdana, Arial, sans-serif;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  position: relative;
}
.modal .modal-body h3 em {
  display: block;
  font-weight: 100;
  font-size: 20px;
  font-family: "Roboto", Verdana, Arial, sans-serif;
  color: black;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-style: normal;
}
.modal .modal-body .close {
  position: absolute;
  right: 0;
  top: -50px;
  border: 1px solid black;
  width: 25px;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
  height: 25px;
}
.modal .modal-body .close:after, .modal .modal-body .close:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  background-color: black;
  height: 15px;
}
.modal .modal-body .close:after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.modal .modal-body .close:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.modal .modal-body .close:hover {
  opacity: 0.5;
}
.modal .modal-body .close a {
  display: block;
  width: 100%;
  height: 100%;
}
.modal .modal-body #consultar {
  display: block;
  width: 100%;
  max-width: 500px;
  padding: 10px;
}
.modal .modal-body #consultar form {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.modal .modal-body #consultar form label {
  font-size: 11px;
  text-align: left;
  width: 100%;
  margin: 0 0 3px;
  color: red;
}
.modal .modal-body #consultar form input, .modal .modal-body #consultar form textarea {
  width: 100%;
  outline: none;
  font-family: "Roboto", Verdana, Arial, sans-serif;
  background-color: white;
  font-size: 14px;
  color: gray;
  padding: 10px 20px;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
  border: 0;
  box-shadow: 0.5px 0.5px 0.5px rgba(0, 0, 0, 0.1);
  margin-bottom: 5px;
}
.modal .modal-body #consultar form input:last-child, .modal .modal-body #consultar form textarea:last-child {
  margin-bottom: 0px;
}
.modal .modal-body #consultar form input:focus, .modal .modal-body #consultar form textarea:focus {
  box-shadow: 0.5px 0.5px 0.5px rgba(0, 0, 0, 0.1), inset 0px 0px 1px 1px gray;
}
.modal .modal-body #consultar form textarea {
  resize: none;
}
.modal .modal-body #consultar form .button {
  padding: 15px;
  width: 100%;
  margin-top: 5px;
}

.lightboxOverlay {
  background-color: rgba(255, 255, 0, 0.95) !important;
  cursor: pointer;
}

.lightbox .lb-container {
  padding: 0 !important;
}
.lightbox .lb-outerContainer {
  background-color: transparent !important;
  border-radius: 0 !important;
}
.lightbox .lb-dataContainer {
  padding-top: 15px;
}
.lightbox .lb-dataContainer .lb-data .lb-number {
  color: black;
}
.lightbox .lb-dataContainer .lb-data .lb-close {
  position: relative;
  background: none;
  width: 25px;
  height: 25px;
  border: 1px solid black;
  opacity: 1;
}
.lightbox .lb-dataContainer .lb-data .lb-close:hover {
  opacity: 0.7;
}
.lightbox .lb-dataContainer .lb-data .lb-close:after, .lightbox .lb-dataContainer .lb-data .lb-close:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  background-color: black;
  height: 15px;
}
.lightbox .lb-dataContainer .lb-data .lb-close:after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.lightbox .lb-dataContainer .lb-data .lb-close:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.lightbox .lb-dataContainer .lb-image {
  border-radius: 0 !important;
}
.lightbox .lb-nav a.lb-prev {
  background-image: none !important;
  -moz-transition: 100ms;
  -o-transition: 100ms;
  -webkit-transition: 100ms;
  transition: 100ms;
  box-shadow: inset 100px 0px 90px -40px transparent;
}
.lightbox .lb-nav a.lb-prev:hover {
  box-shadow: inset 100px 0px 90px -40px #fff;
}
.lightbox .lb-nav a.lb-next {
  background-image: none !important;
  -moz-transition: 100ms;
  -o-transition: 100ms;
  -webkit-transition: 100ms;
  transition: 100ms;
  box-shadow: inset -100px 0px 90px -40px transparent;
}
.lightbox .lb-nav a.lb-next:hover {
  box-shadow: inset -100px 0px 90px -40px #fff;
}

#popup {
  position: static;
  top: 0;
  left: 0;
  width: 100%;
  height: 0px;
  background-color: rgba(238, 49, 36, 0.95);
  opacity: 0;
  pointer-events: none;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
}
#popup:target {
  position: fixed;
  opacity: 1;
  pointer-events: all;
  z-index: 999;
  height: 100%;
  -moz-transition: 50ms;
  -o-transition: 50ms;
  -webkit-transition: 50ms;
  transition: 50ms;
}
#popup .popup-container {
  width: 800px;
  height: 600px;
  position: relative;
  background-color: white;
}
#popup .popup-container #close {
  position: absolute;
  right: 0;
  top: -50px;
  border: 1px solid white;
  width: 25px;
  height: 25px;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
}
#popup .popup-container #close:after, #popup .popup-container #close:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  background-color: white;
  height: 15px;
}
#popup .popup-container #close:after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
#popup .popup-container #close:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
#popup .popup-container #close:hover {
  opacity: 0.5;
}

@-moz-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.section-title {
  font-size: 25px;
  margin: 0 0 30px;
  font-family: "Exo 2", "Roboto", Verdana, Arial, sans-serif;
  font-weight: 300;
  color: #212121;
}
@media only screen and (max-width: 1025px) {
  .section-title {
    font-size: 21px;
  }
}
.section-title.white {
  color: white;
}
.section-title.sub {
  color: blue;
  font-weight: 300;
  margin: 100px auto 0;
  max-width: 900px;
}
.section-title.neat {
  background: none;
  font-size: 30px;
  color: black;
  text-transform: initial;
}
.section-title.subtitle-section {
  background: none;
  font-size: 18px;
  letter-spacing: 0;
  margin: 0 0 20px;
  color: #616161;
  max-width: 900px;
}
@media only screen and (max-width: 1025px) {
  .section-title.subtitle-section {
    font-size: 14px;
    font-weight: 400;
  }
}
.section-title.subtitle-section > p {
  margin: 30px 0 0px;
}
.section-title.subtitle-section > p:first-child {
  margin-bottom: 0;
}
.section-title.subtitle-section > ul {
  padding-left: 20px;
}
.section-title.subtitle-section > ul li {
  font-size: 15px;
  margin: 10px 0;
}

.subtitle {
  font-family: "Roboto", Verdana, Arial, sans-serif;
  color: blue;
  color: #616161;
  font-size: 14px;
  margin: 10px 0 0;
  font-weight: 400;
}

#img-over-slider {
  position: absolute;
  left: 0;
  top: -10vh;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 999;
  max-height: 35vh;
}

.home-slider {
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
  opacity: 0;
  margin: 0;
  height: 70vh;
}
.home-slider .slick-slide {
  outline: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  height: 100%;
}
.home-slider .slick-prev, .home-slider .slick-next {
  height: 100%;
  top: 0;
  bottom: 0;
  margin: 0;
  width: 10vw;
  z-index: 1;
  opacity: 0;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
}
.home-slider .slick-prev:hover, .home-slider .slick-next:hover {
  opacity: 1;
}
.home-slider .slick-prev:before, .home-slider .slick-next:before {
  content: "";
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  display: block;
  margin: 0 auto;
}
.home-slider .slick-prev.slick-prev, .home-slider .slick-next.slick-prev {
  left: 0;
}
.home-slider .slick-prev.slick-prev:before, .home-slider .slick-next.slick-prev:before {
  background-image: url(../img/icons/bigarrow-left.svg);
}
.home-slider .slick-prev.slick-next, .home-slider .slick-next.slick-next {
  right: 0;
}
.home-slider .slick-prev.slick-next:before, .home-slider .slick-next.slick-next:before {
  background-image: url(../img/icons/bigarrow-right.svg);
}
.home-slider .home-slider-container {
  height: 100%;
  align-items: flex-end;
  padding-bottom: 10vh;
  opacity: 1;
}
.home-slider .home-slider-container .col-container h2 {
  color: white;
  text-shadow: 1px 1px 1px #ee3124;
  text-transform: none;
  margin: 0;
  font-size: 40px;
  max-width: 800px;
  line-height: 1.2;
}
@media only screen and (max-width: 670px) {
  .home-slider .home-slider-container .col-container h2 {
    font-size: 25px;
  }
}
.home-slider .home-slider-container .col-container p {
  color: white;
  text-shadow: 1px 1px 1px #ee3124;
  margin: 15px 0 0;
  font-size: 18px;
}
.home-slider .home-slider-container .col-container .button {
  margin: 25px 0 0;
}

.slider-product {
  margin: 30px 0;
}
.slider-product .section-title {
  margin-bottom: 15px;
}

.product-slider {
  margin: 0;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
  opacity: 0;
}
.product-slider .slick-prev, .product-slider .slick-next {
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
  top: calc(50% - 30px);
}
.product-slider .slick-prev:before, .product-slider .slick-next:before {
  content: none;
}
.product-slider .slick-prev {
  width: 0px;
  height: 0px;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-right: 15px solid white;
}
.product-slider .slick-prev:hover {
  opacity: 0.7;
}
.product-slider .slick-next {
  width: 0px;
  height: 0px;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 15px solid white;
}
.product-slider .slick-next:hover {
  opacity: 0.7;
}

.product-slide {
  margin: 0 10px;
  outline: none;
}
.product-slide .img-block {
  height: 25vh;
  margin-bottom: 10px;
  position: relative;
  max-height: 20vw;
  padding: 5px;
  border: 1px solid #212121;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
}
.product-slide .img-block .img-container {
  height: 100%;
  width: 100%;
}
.product-slide .img-block a {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: white;
  text-transform: uppercase;
  z-index: 0;
}
.product-slide .img-block a:before {
  content: "";
  background-color: #204576;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF204576', endColorstr='#FF1A65A5');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIwNDU3NiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFhNjVhNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #204576), color-stop(100%, #1a65a5));
  background-image: -moz-linear-gradient(left, #204576 0%, #1a65a5 100%);
  background-image: -webkit-linear-gradient(left, #204576 0%, #1a65a5 100%);
  background-image: linear-gradient(to right, #204576 0%, #1a65a5 100%);
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.product-slide .img-block:hover {
  border: 1px solid #616161;
}
.product-slide .img-block:hover a {
  opacity: 1;
}
.product-slide .text-block label {
  font-size: 16px;
  font-weight: 800;
  color: #212121;
  margin-bottom: 8px;
  height: 38px;
}
.product-slide .text-block div {
  justify-content: space-around;
}
.product-slide .text-block div span {
  margin: 0 15px -5px 0px;
  color: #616161;
  border-bottom: 2px solid #616161;
  padding-bottom: 5px;
  font-size: 16px;
}
.product-slide .text-block div .button {
  padding: 5px;
  font-size: 13px;
  letter-spacing: 0.5px;
}

#item-banner {
  background-color: #616161;
  padding: 25px;
  justify-content: space-around;
}
#item-banner li {
  padding: 0 25px;
}
#item-banner li img {
  width: 70px;
}
#item-banner li .title {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 800;
  color: white;
}

.pop-up {
  opacity: 0;
  pointer-events: none;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
  position: fixed;
  height: 100vh;
  width: 100%;
  z-index: 999;
}
.pop-up:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #204576;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF204576', endColorstr='#FF1A65A5');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIwNDU3NiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFhNjVhNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #204576), color-stop(100%, #1a65a5));
  background-image: -moz-linear-gradient(left, #204576 0%, #1a65a5 100%);
  background-image: -webkit-linear-gradient(left, #204576 0%, #1a65a5 100%);
  background-image: linear-gradient(to right, #204576 0%, #1a65a5 100%);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.8;
}
.pop-up > div {
  min-width: 30%;
  max-width: 50%;
  max-height: 90%;
  background-color: white;
  box-shadow: 0px 0px 10px 0px black;
  padding: 50px;
  position: relative;
}
.pop-up > div > img {
  width: 200px;
}
.pop-up > div > label {
  display: block;
  margin: 20px 0;
  font-size: 15px;
}
.pop-up > div form {
  width: 100%;
}
.pop-up > div form input {
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
.pop-up > div form button {
  background-color: #204576;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF204576', endColorstr='#FF1A65A5');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIwNDU3NiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFhNjVhNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #204576), color-stop(100%, #1a65a5));
  background-image: -moz-linear-gradient(left, #204576 0%, #1a65a5 100%);
  background-image: -webkit-linear-gradient(left, #204576 0%, #1a65a5 100%);
  background-image: linear-gradient(to right, #204576 0%, #1a65a5 100%);
  border: 0;
  padding: 5px;
  font-size: 12px;
  font-family: "Exo 2", "Roboto", Verdana, Arial, sans-serif;
  font-weight: 600;
  display: block;
  width: 100%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pop-up > div form button img {
  margin-right: 10px;
  max-width: 25px;
  max-height: 20px;
}
.pop-up > div #cerrar {
  color: white;
  position: absolute;
  bottom: -45px;
  letter-spacing: 1px;
  padding: 10px;
}
.pop-up > div #cross {
  display: block;
  background-image: url(../img/icons/cross.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  position: absolute;
  top: -35px;
  letter-spacing: 1px;
  padding: 10px;
  right: -35px;
}

#pop-up-news:target, #pop-up-search:target, #pop-up-consulta:target {
  opacity: 1;
  pointer-events: all;
}

#pop-up-consulta > div > label {
  color: blue;
  margin: 10px 0;
}
#pop-up-consulta .product-tag {
  margin-bottom: 20px;
}
#pop-up-consulta .product-tag .img-block {
  width: 50px;
  height: 50px;
  border: 1px solid #616161;
  margin-right: 15px;
}
#pop-up-consulta .product-tag label {
  text-transform: uppercase;
  font-size: 16px;
}
#pop-up-consulta form {
  max-width: 500px;
}
#pop-up-consulta form .form-item-container {
  justify-content: space-between;
}
#pop-up-consulta form .form-item-container label {
  color: blue;
}
#pop-up-consulta form .form-item-container .halfwidth {
  width: calc(50% - 5px);
}
#pop-up-consulta form .form-item-container .button {
  width: auto;
  padding: 10px 20px;
  margin: 15px auto 0;
}

.page {
  min-height: 80vh;
  float: left;
  width: 100%;
}

#contact-page form {
  align-items: stretch;
  position: relative;
  margin-bottom: 100px;
}
#contact-page form .form-item-container {
  margin-right: 20px;
}
#contact-page form > .form-item {
  align-items: flex-end;
}
#contact-page form .form-item label {
  margin-bottom: 10px;
  color: blue;
}
#contact-page form .form-item .input {
  margin-bottom: 10px;
}
#contact-page form .form-item:last-child .input {
  margin-bottom: 0px;
}
#contact-page form .form-item textarea {
  height: 100%;
  resize: none;
}
#contact-page form .form-item .button {
  position: absolute;
  right: 0;
  bottom: -50px;
}
#contact-page #contact-map {
  margin: 50px 0;
  height: 50vh;
}
#contact-page #contact-page-ending > div:nth-child(1) img {
  width: 100px;
}
#contact-page #contact-page-ending > div:nth-child(1) h3 {
  margin: 20px 0 10px;
  font-family: "Roboto", Verdana, Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
#contact-page #contact-page-ending > div:nth-child(1) h3 b {
  font-weight: 800;
}
#contact-page #contact-page-ending > div:nth-child(1) h4 {
  font-family: "Roboto", Verdana, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
}
#contact-page #contact-page-ending > div:nth-child(2) {
  margin: 50px 0;
}
#contact-page #contact-page-ending > div:nth-child(2) img {
  width: 30px;
}
#contact-page #contact-page-ending > div:nth-child(2) h3 {
  margin: 10px 0 0px;
  font-family: "Exo 2", "Roboto", Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
}
#contact-page #contact-page-ending > div:nth-child(3) img {
  width: 30px;
  margin: 0 0 10px;
}
#contact-page #contact-page-ending > div:nth-child(3) span {
  margin: 5px 0;
  font-family: "Exo 2", "Roboto", Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
}
#contact-page #contact-page-ending > div:nth-child(3) span b {
  color: blue;
  text-transform: uppercase;
}
#contact-page #contact-page-ending ul {
  margin: 50px 0 0;
  width: 100%;
  justify-content: space-around;
}
#contact-page #contact-page-ending ul li {
  margin-right: 10px;
}
#contact-page #contact-page-ending ul li:last-child {
  margin-right: 0;
}
#contact-page #contact-page-ending ul li a {
  width: 100%;
  height: 100%;
}
#contact-page #contact-page-ending ul li a img {
  width: 43px;
  height: 43px;
}
#contact-page #contact-page-ending ul li a label {
  margin-top: 5px;
  color: black;
}

.category-nav {
  max-width: 250px;
  margin-right: 20px;
}
.category-nav > label {
  background-color: #868686;
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  width: 100%;
  display: block;
  padding: 10px;
  text-align: center;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
}
.category-nav > li {
  margin-bottom: 5px;
}
.category-nav > li:last-child {
  margin-bottom: 0;
}
.category-nav > li a {
  display: block;
  padding: 10px;
  background: #ececec;
}
.category-nav > li a label {
  color: #868686;
  font-size: 15px;
}
.category-nav > li a label:before {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #868686;
  display: inline-block;
  margin-right: 5px;
}
.category-nav .subcategory {
  background-color: #ececec;
  max-height: 0px;
  overflow: hidden;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
}
.category-nav .subcategory li a {
  background-color: white;
  opacity: 1;
}

#subcategory:target {
  max-height: 500vh;
}

.product-grid .product-slide {
  width: calc(33.3% - 20px);
  margin-bottom: 30px;
}

.product-container.product {
  margin: red;
}
.product-container .gallery-slider {
  margin: 0;
  height: 50vh;
  min-height: 400px;
  padding: 0 35px;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
}
.product-container .gallery-slider .gallery-slide {
  outline: none;
}
.product-container .gallery-slider .slick-prev, .product-container .gallery-slider .slick-next {
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
  top: calc(50% - 30px);
}
.product-container .gallery-slider .slick-prev:before, .product-container .gallery-slider .slick-next:before {
  content: none;
}
.product-container .gallery-slider .slick-prev {
  left: 0;
  width: 0px;
  height: 0px;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #616161;
}
.product-container .gallery-slider .slick-prev:hover {
  border-right: 20px solid #212121;
}
.product-container .gallery-slider .slick-next {
  right: 0;
  width: 0px;
  height: 0px;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #616161;
}
.product-container .gallery-slider .slick-next:hover {
  border-left: 20px solid #212121;
}
.product-container .product-details {
  margin-top: 50px;
  background-color: #ececec;
  padding: 20px;
  justify-content: space-between;
}
.product-container .product-details li {
  padding: 0 5px;
  max-width: 33.3%;
}
.product-container .product-details li:first-child {
  max-width: 170px;
  text-align: center;
}
.product-container .product-details li:first-child span {
  font-size: 21px;
  font-weight: 400;
}
.product-container .product-details li:nth-child(2) span {
  margin: 5px 0;
  font-size: 12px;
}
.product-container .product-details li:nth-child(3) .button {
  padding: 5px 10px;
  margin-bottom: 5px;
}
.product-container #product-description {
  margin-top: 50px;
}
.product-container #product-description label {
  color: blue;
  text-transform: uppercase;
  font-size: 18px;
}
.product-container #product-description p {
  margin: 10px 0 0;
}
.product-container #external-img {
  margin-top: 50px;
  padding: 10px;
}

#howto-page h2.section-title {
  margin: 0;
}
#howto-page .howto-grid {
  align-items: flex-start;
  margin-bottom: 100px;
}
#howto-page .howto-grid li {
  border: 4px solid blue;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-right: 20px;
}
#howto-page .howto-grid li:last-child {
  margin-right: 0px;
}
#howto-page .howto-grid li label {
  color: blue;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0;
  margin: 5px 0 0;
}
#howto-page .howto-grid li label:after {
  content: "";
  width: 20px;
  height: 4px;
  background: blue;
  display: block;
  margin: 10px auto 5px;
}
#howto-page .howto-grid li span {
  font-size: 14px;
  color: #212121;
  letter-spacing: 0;
  line-height: 1.3;
  margin: 5px 0 0;
  text-transform: uppercase;
}
#howto-page .howto-grid li .img-block {
  margin-top: 10px;
}
#howto-page .payment-methods li {
  width: 25%;
}
#howto-page .payment-check li {
  margin: 0 0 20px;
  flex-direction: row;
  border: 0;
  padding: 10px 40px;
}
#howto-page .payment-check li label {
  color: blue;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  width: 100%;
  text-transform: none;
  margin: 0 0 0 15px;
}
#howto-page .payment-check li label:after {
  content: none;
}
#howto-page .payment-check li img {
  width: 50px;
  border: 1px solid red;
}
#howto-page .payment-shipment {
  background-color: #f6f6f6;
  padding: 50px 0;
  margin-bottom: 50px;
}
#howto-page .payment-shipment ul {
  margin: 0;
}
#howto-page .payment-shipment ul li {
  width: 33.3%;
}
#howto-page .howto-form {
  margin-bottom: 100px;
}
#howto-page .howto-form form {
  align-items: stretch;
  position: relative;
}
#howto-page .howto-form form .form-item-container {
  margin-right: 20px;
}
#howto-page .howto-form form .form-item label {
  color: blue;
  margin-bottom: 5px;
}
#howto-page .howto-form form .form-item textarea {
  height: 100%;
}
#howto-page .howto-form form .form-item .button {
  position: absolute;
  bottom: -50px;
  right: 0;
}

.intern-slider {
  height: 60vh;
  width: 100%;
  margin: 15px 0 50px;
}

.home-items {
  background-color: #ee3124;
  padding: 150px 0;
  position: relative;
  background-color: #ee3124;
}
.home-items::before {
  content: '';
  padding-top: 5.24078%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  background-image: linear-gradient(-3deg, #ee3124 50%, rgba(0, 0, 0, 0) 50%);
}
.home-items li {
  width: 33%;
  padding: 0 20px;
}
.home-items li img {
  width: 120px;
  display: block;
  margin-bottom: 20px;
}
.home-items li label {
  font-size: 21px;
  font-weight: 800;
  margin-bottom: 10px;
  color: white;
}
.home-items li p {
  color: white;
  font-size: 16px;
  max-width: 220px;
  text-align: center;
  margin: 0;
  font-weight: 300;
}
.home-items a {
  margin-top: 50px;
}

.viewmenu {
  background-color: #eaddca;
  padding: 150px 20px;
  position: relative;
  background-color: #eaddca;
}
.viewmenu::before {
  content: '';
  padding-top: 5.24078%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  background-image: linear-gradient(-3deg, #eaddca 50%, rgba(0, 0, 0, 0) 50%);
}
.viewmenu label {
  color: #ee3124;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 28px;
  text-align: center;
}
.viewmenu p {
  font-family: "Exo 2", "Roboto", Verdana, Arial, sans-serif;
  color: #ee3124;
  font-size: 21px;
  max-width: 270px;
  text-align: center;
}
.viewmenu .button {
  border-color: #ee3124;
  color: #ee3124;
  margin-bottom: 80px;
}
.viewmenu .button:hover {
  background-color: #ee3124;
  color: #eaddca;
}
.viewmenu.dark {
  margin: red;
}

.why {
  background-color: #ee3124;
  padding: 100px 0;
  position: relative;
  background-color: #ee3124;
}
.why::before {
  content: '';
  padding-top: 5.24078%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  background-image: linear-gradient(-3deg, #ee3124 50%, rgba(0, 0, 0, 0) 50%);
}
.why .section-title {
  margin: blue;
}
.why ul:not(.photo-grid) li {
  font-family: "Exo 2", "Roboto", Verdana, Arial, sans-serif;
  color: white;
  display: flex;
  font-size: 18px;
  margin-bottom: 10px;
}
.why ul:not(.photo-grid) li:last-child {
  margin-bottom: 0;
}
.why ul:not(.photo-grid) li:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url(../img/icons/check-item.svg);
  margin-right: 5px;
  background-repeat: no-repeat;
  background-position: 50%;
}
.why .photo-grid {
  margin-top: 50px;
}
.why .photo-grid li {
  width: 20%;
  height: 250px;
  background-size: cover;
}
.why .photo-grid a.rounded {
  margin: 50px 0;
}

.bus {
  background-color: #ee3124;
  position: relative;
  background-color: #ee3124;
  padding: 50px 0;
}
.bus::before {
  content: '';
  padding-top: 5.24078%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  background-image: linear-gradient(-3deg, #ee3124 50%, rgba(0, 0, 0, 0) 50%);
}
.bus .left {
  height: 300px;
}
.bus .right {
  color: white;
  font-family: "Exo 2", "Roboto", Verdana, Arial, sans-serif;
}
.bus .right p {
  margin: 0 0 20px;
  font-size: 18px;
  line-height: 1.4;
}
.bus .right h5 {
  font-weight: 800;
  font-size: 30px;
  text-transform: uppercase;
  margin: 0;
}

.finalimage {
  position: relative;
  background-color: #ee3124;
  background-size: cover;
  background-attachment: fixed;
  height: 60vh;
}
.finalimage::before {
  content: '';
  padding-top: 5.24078%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  background-image: linear-gradient(-3deg, #ee3124 50%, rgba(0, 0, 0, 0) 50%);
}
.finalimage:before {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  top: 0;
}

.intern-page {
  padding-bottom: 100px;
  background-color: #ee3124;
}
.intern-page .page-cover {
  height: 90vh;
  position: relative;
  background-color: #ee3124;
}
.intern-page .page-cover::before {
  content: '';
  padding-top: 5.24078%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  background-image: linear-gradient(-3deg, #ee3124 50%, rgba(0, 0, 0, 0) 50%);
}
.intern-page .page-cover:before {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  top: 0;
  padding-top: 250px;
}
.intern-page .page-cover .section-title {
  margin: 0 auto;
  padding: 60px 0px 0 30px;
}
.intern-page .services-item {
  position: relative;
  background-color: #ee3124;
}
.intern-page .services-item::before {
  content: '';
  padding-top: 5.24078%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  background-image: linear-gradient(-3deg, #ee3124 50%, rgba(0, 0, 0, 0) 50%);
}
.intern-page .services-item:before {
  padding-top: 250px;
}
.intern-page .services-item ul li {
  align-items: stretch;
  margin-bottom: 50px;
}
.intern-page .services-item ul li:last-child {
  margin-bottom: 0px;
}
.intern-page .services-item ul li .img-block {
  width: 300px;
  height: 300px;
  border-radius: 100%;
}
.intern-page .services-item ul li .text-block {
  width: calc(100% - 300px);
  padding-left: 50px;
}
.intern-page .services-item ul li .text-block:nth-child(odd) {
  padding-left: 0px;
  padding-right: 50px;
  text-align: right;
}
.intern-page .services-item ul li .text-block:nth-child(odd) label:before {
  left: auto;
  right: 0;
}
.intern-page .services-item ul li .text-block label {
  text-transform: uppercase;
  display: block;
  width: 100%;
  color: white;
  font-weight: 800;
  position: relative;
  font-size: 18px;
  margin-bottom: 15px;
}
.intern-page .services-item ul li .text-block label:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: white;
  left: 0;
  bottom: -10px;
}
.intern-page .services-item ul li .text-block p {
  color: white;
  line-height: 1.8;
  font-size: 16px;
  font-family: "Exo 2", "Roboto", Verdana, Arial, sans-serif;
}
.intern-page .services-item ul li .text-block p a {
  color: white;
  text-decoration: none;
}
.intern-page .contact-form {
  position: relative;
  background-color: #ee3124;
}
.intern-page .contact-form::before {
  content: '';
  padding-top: 5.24078%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  background-image: linear-gradient(-3deg, #ee3124 50%, rgba(0, 0, 0, 0) 50%);
}
.intern-page .contact-form:before {
  padding-top: 250px;
}
.intern-page .contact-form .section-title {
  color: white;
  font-weight: 800;
  font-size: 24px;
  margin: 0;
  position: relative;
}
.intern-page .contact-form .section-title:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: white;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -10px;
}
.intern-page .contact-form p {
  color: white;
  font-size: 15px;
  margin: 35px 0;
  font-weight: 300;
}
.intern-page .contact-form form {
  max-width: 700px;
  margin: 0 auto;
}
.intern-page .contact-form form .input {
  width: 50%;
  width: calc(50% - 10px);
  margin: 0 5px 10px;
  background-color: white;
}
.intern-page .contact-form form textarea.input {
  width: 100%;
  max-height: 70vh;
  margin-bottom: 30px;
}
.intern-page .map-container {
  margin-top: 100px;
}
.intern-page .map-container #map {
  width: 100%;
  height: 480px;
  background-color: #ee3124;
}
.intern-page .map-container > .centerblock {
  width: 100%;
  padding-left: 50px;
}
.intern-page .map-container > .centerblock .logo {
  width: 200px;
}
.intern-page .map-container > .centerblock img {
  width: 100%;
  max-width: 443px;
}
.intern-page .map-container > .centerblock ul {
  margin-top: 20px;
}
.intern-page .map-container > .centerblock ul li {
  color: white;
  font-family: "Exo 2", "Roboto", Verdana, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 10px;
}
.intern-page .map-container > .centerblock ul li:last-child {
  margin-bottom: 0px;
}
.intern-page .map-container > .centerblock ul > a {
  color: white;
  text-decoration: none;
}
.intern-page .map-container > .centerblock ul > a img {
  width: 15px;
  margin: 0 5px 0 10px;
}
.intern-page .product-page {
  position: relative;
  background-color: #ee3124;
  background-color: #ee3124;
}
.intern-page .product-page::before {
  content: '';
  padding-top: 5.24078%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  background-image: linear-gradient(-3deg, #ee3124 50%, rgba(0, 0, 0, 0) 50%);
}
.intern-page .product-page:before {
  padding-top: 250px;
}
.intern-page .product-page .product-list {
  margin-bottom: 80px;
}
.intern-page .product-page .product-list:last-child {
  margin-bottom: 0px;
}
.intern-page .product-page .product-list > label {
  color: white;
  font-size: 21px;
  text-transform: uppercase;
  font-weight: 800;
}
.intern-page .product-page .product-list .product-slider {
  margin: 30px 0;
}
.intern-page .product-page .product-list .product-slider .diapositiva {
  height: 200px;
  outline: none;
}
.intern-page .product-page .product-list .product-list-items {
  width: 100%;
}
.intern-page .product-page .product-list .product-list-items > ul {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  column-count: 2;
  column-gap: 50px;
}
.intern-page .product-page .product-list .product-list-items > ul li {
  color: white;
  font-size: 16px;
  font-weight: 300;
  font-family: "Exo 2", "Roboto", Verdana, Arial, sans-serif;
}

footer {
  background-color: #424242;
  padding: 50px 0;
  position: relative;
  border-bottom: 20px solid #ee3124;
  background-image: url(../img/world-bg.png);
  background-attachment: fixed;
  background-size: 100% auto;
  background-position: 50% 200%;
}
@media only screen and (max-width: 1025px) {
  footer {
    padding: 30px 0;
  }
}
footer .first-line {
  justify-content: right;
}
@media only screen and (max-width: 1025px) {
  footer .first-line {
    flex-direction: column;
    align-items: flex-start;
  }
}
footer .first-line .logo {
  width: 250px;
}
@media only screen and (max-width: 1025px) {
  footer .first-line .logo {
    margin-bottom: 20px;
  }
}
footer .first-line form {
  justify-content: flex-end;
  max-width: 300px;
  width: 100%;
}
@media only screen and (max-width: 1025px) {
  footer .first-line form {
    justify-content: flex-start;
    max-width: none;
  }
}
footer .first-line form label {
  width: 100%;
  text-align: right;
  margin-bottom: 10px;
  font-family: Verdana, Arial, "Roboto", Verdana, Arial, sans-serif;
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
  text-align: left;
}
footer .first-line form input {
  width: 70%;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 12px;
  font-family: "Roboto", Verdana, Arial, sans-serif;
  font-style: normal;
  font-weight: 100;
}
footer .first-line form input:hover, footer .first-line form input:focus, footer .first-line form input:active {
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.5);
  color: #212121;
}
footer .first-line form button {
  width: 30%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(97, 97, 97, 0.7);
  color: rgba(255, 255, 255, 0.9);
  font-family: "Roboto", Verdana, Arial, sans-serif;
  font-style: normal;
  font-weight: 100;
  font-size: 12px;
  margin: 0 0 0 -1px;
}
footer .first-line form button:hover, footer .first-line form button:focus, footer .first-line form button:active {
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: white;
  color: #212121;
}
footer .second-line {
  margin: 60px 0 0;
}
@media only screen and (max-width: 1025px) {
  footer .second-line {
    margin: 20px 0 0;
  }
}
@media only screen and (max-width: 1025px) {
  footer .second-line > ul {
    flex-direction: column;
  }
}
footer .second-line li {
  width: 30%;
  margin-right: 30px;
}
@media only screen and (max-width: 1025px) {
  footer .second-line li {
    width: 100%;
    margin: 0 0 25px;
  }
}
footer .second-line li label {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 800;
  font-family: "Exo 2", "Roboto", Verdana, Arial, sans-serif;
  margin-bottom: 10px;
  line-height: 1.4;
}
@media only screen and (max-width: 1025px) {
  footer .second-line li label {
    margin-bottom: 0px;
  }
}
footer .second-line li span {
  font-family: "Roboto", Verdana, Arial, sans-serif;
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
  margin-bottom: 8px;
}
footer .second-line li span em {
  display: block;
  font-size: 9px;
  font-style: normal;
}

.photogrid-home {
  width: 20%;
  height: 15vw;
  background-color: #616161;
  position: relative;
  background-size: cover;
  background-position: 50%;
}
.photogrid-home .text-block {
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
  background-color: black;
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 15px;
  color: white;
}
.photogrid-home .text-block:after {
  content: "";
  background-image: url(../img/icons/cross-icon.svg);
  width: 60px;
  height: 100%;
  background-position: 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
  transition-delay: 180ms;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.photogrid-home:hover .text-block {
  opacity: 1;
}
.photogrid-home:hover .text-block:after {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
}
.photogrid-home:hover .text-block:hover:after {
  opacity: 0.5;
}

.photogrid {
  margin: 100px 0;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
  opacity: 0;
}
.photogrid .photogrid-item {
  height: 20vw;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: 50%;
  background-size: cover;
}
@media only screen and (max-width: 670px) {
  .photogrid .photogrid-item {
    height: 350px;
  }
}

.story-line {
  margin: 100px 0;
  position: relative;
  padding-left: 150px;
}
.story-line:after {
  content: "";
  height: 50px;
  position: absolute;
  right: 0;
  box-shadow: inset -100px 0px 80px -58px white;
  width: 150px;
  top: -25px;
}
.story-line .story-item {
  position: relative;
  width: 100%;
  position: relative;
  border-top: 2px solid #616161;
  cursor: pointer;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
}
.story-line .story-item:last-child {
  padding-right: 150px;
}
.story-line .story-item:last-child:before {
  right: calc(0px + 150px);
}
.story-line .story-item:first-child:after {
  content: "";
  height: 15px;
  width: 2.5px;
  background-color: #616161;
  position: absolute;
  left: 0;
  top: -8px;
}
.story-line .story-item:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #616161;
  margin-right: 10px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -6px;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
}
.story-line .story-item h4 {
  width: 100%;
  text-align: center;
  color: #212121;
  font-size: 20px;
  margin: 10px 0;
  font-weight: 800;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
}
.story-line .story-item span {
  color: #212121;
  display: block;
  position: absolute;
  pointer-events: none;
  width: 400px;
  top: 0px;
  padding: 0 0 0 90px;
  left: 0px;
  margin: 0 auto;
  opacity: 0;
  top: 20px;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
}
.story-line .story-item span:before {
  content: "";
  width: 15px;
  height: 30px;
  position: absolute;
  border: 1px solid #ee3124;
  left: 65px;
  top: -20px;
  border-right: 0;
  border-top: 0;
}
.story-line .story-item:hover {
  border-color: #ee3124;
}
.story-line .story-item:hover:before {
  background-color: #ee3124;
}
.story-line .story-item:hover h4 {
  color: #ee3124;
}
.story-line .story-item:hover span {
  opacity: 1;
  top: 60px;
  bottom: auto;
}
.story-line .story-item:nth-child(even) span:before {
  top: 8px;
  border-bottom: 0;
  border-top: 1px solid #ee3124;
  height: 20px;
}
.story-line .story-item:nth-child(even):hover span {
  top: -50px;
}
.story-line .story-item:last-child span {
  text-align: right;
  right: 230px;
  left: auto;
}
.story-line .story-item:last-child span:before {
  border-right: 1px solid #ee3124;
  border-left: 0;
  right: -23px;
  left: auto;
}

.lightboxOverlay {
  background-color: rgba(238, 49, 36, 0.9) !important;
  opacity: 1;
}


/* pestañas en descargas.blade.php *************************************************/

/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
	width: 80%;
}

/* Style the buttons that are used to open the tab content */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
	
}

#subscription {
    display: none;	
}

/********************************************************************************************/