@import url('https://fonts.googleapis.com/css?family=Fira+Sans:400,600,800,900|Teko:700&display=swap');
* {
	margin: 0;
	padding: 0;
	border: 0;
}
body, html {width: 100%; height: 100%; scroll-behavior: smooth;}
body {
  margin: 0; padding: 0;
  font-family: 'Fira Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  position: relative;
  overflow-x: hidden;
  color: #000;
}
article, figcaption, figure, footer, header, hgroup, nav, section p {
	display: block;
}
section {width: 100%; padding: 60px 0;}
article {width: 95%; max-width: 1200px; margin: 0 auto;}
figcaption {
	font-size: 0.85em;
	padding: 0.25em;
	text-align: center;
}
img {
  max-width: 100%;
  object-fit: contain;
}
video {
	margin: 0;
  padding: 0;
}
a {
  font-family: 'Teko', sans-serif;
}
a, .fade, .menu-bar {
	-ms-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	opacity: 1;
	filter: alpha (opacity=10);
}
a:hover, .fade:hover, .menu-bar:hover {
	-ms-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
}

	*, *:before, *:after{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.movil {visibility: hidden;}

/****GENERAL****/
:root {
  --blue-c: #031563;
  --blue-light-c: #3e4ea8;
  --blue-lighter-c: #5469e3;
  --blue-bright-c: #45e3ff;
  --gray-light-c: #ededed;
  --gray-c: #374049;
  --gray-txt: #666;
  --font-teko: 'Teko', sans-serif;
  --font-fira: 'Fira Sans', sans-serif;
  --fira-regular: 400;
  --fira-semibold: 600;
  --fira-bold: 800;
  --fira-extrabold:900;
}
.txt-blue {
  color:var(--blue-light-c)
}
h1 {
  font-weight: 800;
  color:var(--gray-c);
  font-size:30px;
}
a {
  text-decoration: none;
}
.title-gray, .title-white {
  border-left: 10px solid;
  position: relative;
  padding: 0 30px 0 15px;
}
.title-gray {
  border-color: var(--blue-lighter-c);
}
.title-gray, .title-white, .bg-title-gray, .bg-title-white, .bg-title-gray-2 {
  text-transform: uppercase;
}
.bg-title-gray, .bg-title-white, .bg-title-gray-2 {
  font-weight: 900;
  font-size: 95px;
  line-height: 80%;
}
.bg-title-gray {
  color: #f5f5f5;
}
.title-gray h1, .title-white h1 {
  position: absolute;
  top:25px;
}
.title-white {
  border-color: var(--blue-bright-c);
}
.title-white h1 {
  color: var(--gray-light-c);
}
.bg-title-white {
  color:#17286e
}
.bg-title-gray-2 {
  color: #dfdfdf;
}
.btn-container {
  display: block;
  margin-top: 30px;
}
.btn, .up {
  background: rgba(179,179,179,1);
  background: -moz-linear-gradient(left, rgba(179,179,179,1) 0%, rgba(242,242,242,1) 50%, rgba(204,204,204,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(179,179,179,1)), color-stop(50%, rgba(242,242,242,1)), color-stop(100%, rgba(204,204,204,1)));
  background: -webkit-linear-gradient(left, rgba(179,179,179,1) 0%, rgba(242,242,242,1) 50%, rgba(204,204,204,1) 100%);
  background: -o-linear-gradient(left, rgba(179,179,179,1) 0%, rgba(242,242,242,1) 50%, rgba(204,204,204,1) 100%);
  background: -ms-linear-gradient(left, rgba(179,179,179,1) 0%, rgba(242,242,242,1) 50%, rgba(204,204,204,1) 100%);
  background: linear-gradient(to right, rgba(179,179,179,1) 0%, rgba(242,242,242,1) 50%, rgba(204,204,204,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3b3b3', endColorstr='#cccccc', GradientType=1 );
  padding: 0 10px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  color: var(--gray-c);
  border: 2px solid var(--gray-light-c);
  line-height: 0;
  font-size: 20px;
}
.btn:hover, .up:hover {
background: rgba(204,204,204,1);
background: -moz-linear-gradient(left, rgba(204,204,204,1) 0%, rgba(242,242,242,1) 50%, rgba(179,179,179,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(204,204,204,1)), color-stop(50%, rgba(242,242,242,1)), color-stop(100%, rgba(179,179,179,1)));
background: -webkit-linear-gradient(left, rgba(204,204,204,1) 0%, rgba(242,242,242,1) 50%, rgba(179,179,179,1) 100%);
background: -o-linear-gradient(left, rgba(204,204,204,1) 0%, rgba(242,242,242,1) 50%, rgba(179,179,179,1) 100%);
background: -ms-linear-gradient(left, rgba(204,204,204,1) 0%, rgba(242,242,242,1) 50%, rgba(179,179,179,1) 100%);
background: linear-gradient(to right, rgba(204,204,204,1) 0%, rgba(242,242,242,1) 50%, rgba(179,179,179,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#b3b3b3', GradientType=1 );

}
p {
  line-height: 150%;
  margin: 15px 0;
}
.line-up {
  width: 40px;
  height: 5px;
  background: var(--blue-light-c);
  margin: 0 auto;
}
b {
  font-weight: var(--fira-semibold);
}
/*****HEADER****/
.top-header {
  background: var(--gray-light-c);
  font-size: 12px ;
  color: var(--gray-c);
  padding: 10px 0;
}
.top-header article, .nav-header article {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-header {
  margin-top: 30px;
}
.logo {
  width: 150px;
}
nav ul{
  display:flex;
}
nav ul li {
  list-style: none;
  margin: 0 10px;
  font-size: 16px;
  letter-spacing: 0.1px;
}
nav ul li a {
  padding: 2px 15px;
  color: var(--blue-c);
}
nav ul li a:hover, a.select {
  color: var(--blue-light-c);
  border-top: 1px var(--blue-light-c) solid;
  border-bottom: 1px var(--blue-light-c) solid;
}
#nav-scroll {
  background: var(--blue-light-c);
  position: fixed;
  width: 100%;
  top: 0;
  padding: 10px 0;
  z-index: 3;
}
#nav-scroll article {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#nav-scroll .logo {
  width: 90px;
}
#nav-scroll nav ul li a {
  color: #fff;
  letter-spacing: 1px;
}
#nav-scroll nav ul li a:hover, .scroll-select{
  border-top: 1px #fff solid;
  border-bottom: 1px #fff solid;
}
#nav-scroll.hide-header {
  display: none;
}
.show-header {
  display: block;
}
/*****ANIMATE NAV *****/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: block;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
/******RESPONSIVE MENU******/
/* Clearfix */
.clear:before, .clear:after {
  content: " ";
  display: table;
}

.clear:after {
  clear: both;
}

.clear {
  *zoom: 1;
}

a#pull {
  display: none;
}
/*****VIDEO*****/
#video {
  position: relative;
  padding-top: 30px;
  width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
}
video {
  object-fit: cover;
  width: 100%;
  height: 100vh;
}
/***INDEX-SERV***/
#servicios {
  padding-bottom: 90px;
  background: url(../img/img-texture.svg) no-repeat 100% 10%;
}
.caption-service, #servicios .btn-container {
  text-align: center;
}
.caption-service {
  font-size: 18px;
  font-weight: var(--fira-semibold);
  color: var(--gray-c);
  width: 50%;
  margin: 30px auto 0 auto;
  line-height: 140%;
}
.caption-service-uppercase {
  font-size: 25px;
  font-weight: var(--fira-extrabold);
  text-transform: uppercase;
}
.elastislide-wrapper {
  margin-top: 30px;
  background-color: transparent;
}
/* .elastislide-list {
  height: 3000px;
} */
.elastislide-list li {
  margin: 0 50px !important;
  /* width: 31.9% !important;
  overflow: visible */
}
.elastislide-carousel ul li a  {
  position: relative;
  height: 230px;
}
.elastislide-list li .subtitle {
  position: absolute;
  width:100%;
}
.elastislide-carousel ul li a img {
  border: 0;
  height: 200px;
  margin: 0 auto;
}
.elastislide-list a {
  font-family: var(--fira-regular);
}
.gallery-service h2 {
  background: var(--blue-c);
  color: #fff;
  width: 70%;
  margin: -45px auto 0 auto;
  padding: 10px 0;
  text-align: center;
  left: 0;
  right: 0;
}
.carousel-txt {
  font-weight: var(--fira-regular);
  display: block;
}
.elastislide-prev {
  -moz-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
-o-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
/****INDEX PROD***/
#productos {
  background: url(../img/img-texture-1.svg) var(--blue-c) no-repeat 0 100%;
}
#productos .btn-container {
  text-align: right;
}
.gallery-products {
  display: flex;
  justify-content: space-between;
  margin: 50px 0;
  text-align: center;
}
.gallery-products h3{
  font-weight: var(--fira-semibold);
  font-family: var(--font-fira);
  color: var(--blue-bright-c);
  margin-top: 20px;
}
.gallery-products .box {
  width: 30%;
}
/******INDEX, SERVICIOS ACCIÓN*****/

#accion, #accion2 {
  background-size: 100%;
  background-position:center -1px;
}
#accion {
  background-image: url(../img/bg-prod.svg);
  background-color: var(--gray-light-c);
  background-repeat: no-repeat;
}
#accion2 {
  background-image: url(../img/bg-serv.svg), url(../img/img-texture-2.svg);
  background-color: var(--gray-light-c);
  background-repeat: no-repeat, no-repeat;
  background-position: center -1px, 100% 90%;
  background-size:100%, 15%;
  padding-bottom: 120px
}
#accion article, #accion2 article {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#accion .txt-action, #accion2 .txt-action {
  width: 40%;
  margin-bottom: 2%;
}
#accion .img-action, #accion2 .img-action {
  width: 58%;
}
#accion h3, #accion2 h3 {
  font-size: 40px;
  color: var(--gray-c);
  text-transform: uppercase;
}
h3 .blue-txt {
  font-size: 50px;
  color: var(--blue-c);
  text-transform: uppercase;
}
#accion h4, #accion2 h4 {
  font-weight: var(--fira-regular);
  font-size: 25px;
  text-transform: uppercase;
  color: var(--gray-c);
  width: 65%;
}
/*******INDEX CLIENTES****/
#clientes {
  background: var(--gray-light-c);
}
/* .slider    {
  margin: 0;
  padding: 0;
  overflow:hidden;
  position:relative;
}
.slider ul {
  margin:60px 0 0 0;
  padding:0;
}
.slider li {
  margin:0 50px 0 0;
  list-style:none;
  display: inline-block;
  vertical-align: middle;
  width: 150px;
} */
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 9));
            transform: translateX(calc(-250px * 9));
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 9));
            transform: translateX(calc(-250px * 9));
  }
}
.slider {
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-top:30px
}
/* .slider::before, .slider::after {
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 99999;
}
.slider::after {
  right: 0;
  top: 0;
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
} */
.slider .slide-track {
  -webkit-animation: scroll 25s linear infinite;
          animation: scroll 25s linear infinite;
  display: flex;
  width: calc(250px * 27);
}
.slider .slide {
  height: 100px;
  width: 250px;
  display:flex;
  margin: 0 30px;
}
.slider .slide img {
  align-items: middle;
}
.nissan img{
  width:120px;
}
.nt img{
  width:300px;
}
.compas img{
  width:160px;
}
.marubeni img{
  width:180px;
}
.koshin img{
  width: 110px;
}
.okaya img, .eight img{
  width:100px;
}
.tsm img{
  width: 230px;
}
/*******FOOTER******/
footer {
background: rgba(3,21,99,1);
background: -moz-linear-gradient(top, rgba(3,21,99,1) 0%, rgba(17,25,62,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(3,21,99,1)), color-stop(100%, rgba(17,25,62,1)));
background: -webkit-linear-gradient(top, rgba(3,21,99,1) 0%, rgba(17,25,62,1) 100%);
background: -o-linear-gradient(top, rgba(3,21,99,1) 0%, rgba(17,25,62,1) 100%);
background: -ms-linear-gradient(top, rgba(3,21,99,1) 0%, rgba(17,25,62,1) 100%);
background: linear-gradient(to bottom, rgba(3,21,99,1) 0%, rgba(17,25,62,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#031563', endColorstr='#11193e', GradientType=0 );
padding: 50px 0 30px 0;
position: relative;
}
footer article {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.data-footer, .logo-footer, .legal-footer {
  width: 33%;
}
.logo-footer {
  width: 100px;
  text-align: center;
}
footer .tel, footer .mail {
  padding-left: 15px;
  color: #fff;
  font-size: 14px;
  display: block;
}
footer .tel {
  background: url(../img/icn-tel-wh.svg) no-repeat 0 center;
}
footer .mail {
  background: url(../img/icn-mail-wh.svg) no-repeat 0 center;
}
.legal-footer {
  text-align: right;
}
.legal-footer, .legal-footer a, .legal-txt {
  color: var(--blue-light-c);
  font-size: 12px;
  font-family: var(--font-fira);
}
.copy, .legal-agency {
  display: block;
}
.legal-txt {
  text-decoration: underline;
  display: block;
  margin-bottom: 5px;
}
.legal-agency a {
  text-decoration: underline;
}
.legal-footer a:hover {
  color: var(--blue-bright-c);
  text-decoration: none;
}
.copy {
  margin-bottom: 5px
}
.up {
  padding: 0 10px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  color: var(--gray-c);
  border: 2px solid var(--gray-light-c);
  line-height: 0;
  font-size: 20px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top:-25px;
  left: 0;
  right: 0;
  margin: 0 auto;
  cursor: pointer;
}
.up img {
  -moz-transform: rotate(270deg);
-webkit-transform: rotate(270deg);
-o-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
width: 20px;
}
/******US - HERO*****/
#us-hero {
  display: flex;
  color: #fff;
  text-align: center;
  background: var(--blue-c);
  padding: 0;
  justify-content: center;
  align-items: center;
  height: 500px;
  margin-top: 30px;
}
#us-hero h3 {
  font-size: 30px;
  font-weight: var(--fira-semibold);
  line-height: 135%;
}
#us-hero h2 {
  font-size: 35px;
  font-weight: var(--fira-extrabold);
}
#us-hero .box {
  width: 50%;
  padding: 0 40px;
}
#us-hero .img-us-hero {
  background: url(../img/img-us-hero.jpg) no-repeat center center;
  height: 500px;
  background-size: cover;
}
/*****US - HISTORIA****/
#historia {
  background: url(../img/img-texture-2.svg), url(../img/img-texture-3.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: 100% 10%, 5% 100%;

}
#historia .box-history {
  width: 40%;
  text-align: center;
  margin: 0 auto;
  color: var(--gray-txt);
}
#historia .box-history .line-up {
  margin-bottom: 30px
}
/*****US - VALORES*****/
#valores {
  background: url(../img/img-us.jpg) no-repeat;
  padding-bottom: 90px;
  background-size: cover;
  background-position: center center;
}
.title-us {
  display: flex;
  align-items: center;
}
.title-us h1 {
  color: #fff;
  font-variant: small-caps;
  font-size: 25px;
}
.box-us {
  width: 50%;
  margin: 20px 0 60px 0
}
.box-us .title-us img {
  height: 60px;
  margin-right: 15px;
}
.box-us p {
  color: #fff;
  padding-left:60px;
  margin-top: 5px
}
#valores .btn-container {
  width: 50%;
  text-align: center;
}
/******SERVICIOS SLIDER******/
section#slider-servicios {
  padding:0;
  margin-top: 30px;
}
.title-slide {
  position: absolute;
}
#slider-servicios .flexslider ul li figcaption {
  position: absolute;
  margin: 80px 200px 80px 100px;
  text-align: center;
  padding: 4% 2%;
  left: 0;
  top: 0;
  background: rgba(41,57,71,.9);
  color: #fff;
  font-size: 45px;
  text-transform: uppercase;
  font-weight: var(--fira-extrabold);
}
.blue-txt {
  color: var(--blue-lighter-c);
  display: block;
}
.flexslider {
  margin: 0;
  padding: 0;
  border:0;
  height:50 0px;
  position: relative;
}
.flex-control-nav {
  bottom: 20px;
}
#slider-servicios .flex-control-paging li {
  width: auto; 
}
.flex-control-paging li a {
  width:35px;
  height: 8px;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  margin:0 2px; 
}
.flex-control-paging li a.flex-active {
  background: var(--blue-bright-c)
}
.flex-direction-nav {
  display:none;
}
.flexslider .slides > li {
  position: relative;
}
/*****SERVICES -  DETAIL*****/
#servicios-int {
  background: var(--blue-c);
}
#servicios-int .box-serv {
  width: 35%;
  margin: 50px 5% 15px 5%;
}
.content-services {
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.box-serv h2{
  color: #fff;
  text-align: center;
  font-weight: var(--fira-regular);
  margin-bottom: 10px;
  font-size: 35px;
}
.box-serv ul li {
  list-style-image: url(../img/icn-bullet.svg);
  margin: 0 0 0 20px;
  color: #fff;
  font-size: 16px;
  line-height: 145%;
}
.box-serv-img {
  width: 100%;
  height: 250px;
  margin-bottom: 10px;
  /* display: flex;
  justify-content: center;
  align-items: center; */
}
.box-serv-img .icon-service {
  width:100%;
  text-align: center;
  /* position: absolute; */
  margin-top: -50%;
}
/*****PRODUCTOS - HERO ********/
#hero-prod, #hero-contact, #hero-error, #hero-aviso {
  position: relative;
  padding-top: 0;
  margin-top: 30px;
  background: url(../img/img-productos.jpg) no-repeat;
  background-size: 100%;
  height: 600px;
}
#hero-error {
  background: url(../img/img-error.jpg) no-repeat;
  background-size: 135%;
}
#hero-prod article, #hero-contact article, #hero-error article, #hero-aviso article {
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.box-white {
  background: #fff;
  position: absolute;
  right: 0;
  top: 60px;
  width: 300px;
  padding: 20px 10px;
  text-align: center;
}
#hero-error .box-white {
  left:0;
}
a.link-error {
  text-decoration: underline;
  color: var(--blue-c);
  font-size: var(--fira-regular);
}
a.link-error:hover {
  color: var(--gray-txt);
}
.box-white h3 {
  color: var(--gray-c);
  text-transform: uppercase;
  font-size: 25px;
}
.box-white .blue-txt {
  font-size: 35px;
  display: block;
}
.txt-25 {
  font-size: 20px;
  display: block;
}
.box-white h4 {
  font-size: 16px;
  font-weight: var(--fira-regular);
  text-transform: uppercase;
  margin-top: 15px;
  padding: 0 15%;
}

/*****PRODUCTOS - DETAIL *******/
#productos-int {
  margin-top: 30px;
}
#productos-int article, .product-detail-content {
  display: flex;
  justify-content: space-between;
}
.submenu-prod {
  background: var(--gray-light-c);
  width: 17%;
  padding: 30px;
}
.submenu-prod nav#submenu-nav a {
  display:block;
  font-family: var(--font-fira);
  font-size: 18px;
  font-weight: var(--fira-bold);
  margin:23px 0;
  cursor: pointer;
  text-align: center;
}
.submenu-prod a:first-child {
  margin-top:0;
}
.submenu-prod a:last-child {
  margin-bottom:0;
}
.submenu-prod a:hover, .active {
  color: var(--blue-light-c)
}
.product-detail {
  width: 78%;
  position: relative;
  height: 500px;
  float: right;
}
.product-detail h1 {
  font-size: 35px;
  margin: 20px 0;
  color: var(--blue-c);
} 
.txt-prod, .img-prod {
  width: 48%;
}
.celda, .gantry, .transportadores, .pick, .overhaul, .tanques, .inspeccion, .lavadora {
  position: absolute;
  transition: opacity .5s ease-in;
}
.noshow {
  opacity: 0;
}
/*****PRODUCTOS - CONVENIO******/
#convenio {
  padding: 100px 0;
}
#convenio .brands img {
  width: 400px;
}
/******PRODUCTOS - COTIZACIÓN*******/
#cotizacion {
  background-image: url(../img/img-texture-5.svg), url(../img/img-texture-4.svg);
  background-position: 100% center, 0 center;
  background-color: var(--gray-light-c);
  background-repeat: no-repeat, no-repeat;
  text-align: center;
}
#cotizacion h1 {
  text-transform: uppercase;
  color: var(--blue-lighter-c);
  font-size: 55px;
}
/******PRODUCTOS - CALIDAD*****/
#calidad {
  background: var(--gray-light-c);
  padding-bottom: 100px;
}
.brands {
  display: flex;
  justify-content: space-around;
  margin-top: 60px;
  align-items: center;
}
.brands img {
  width: 180px;
}
img.keyence {
  width: 230px;
}
img.mitsubishi {
  width: 100px
}
/*******CONTACTO - HERO********/
#hero-contact {
  background-image: url(../img/img-contacto.jpg);
  background-position: center center;
}
#hero-contact .box-white {
  padding: 80px 10px;
}
/*****CONTACTO - FORM******/
#contacto-int article {
  display:flex;
  justify-content: space-between;
}
.box-form, .box-map {
  width:45%;
}
.box-form {
  text-align: center;
}
.title h1 {
  color: var(--blue-c);
  font-size: 25px;
  font-weight: var(--fira-regular) ;
  margin:5px 0;
}
.title h2 {
  color: var(--gray-txt);
  font-size:20px;
  font-weight: var(--fira-semibold);
}
.box-form .line-up {
  margin-top: 15px;
}
form {
  width: 80%;
  margin: 40px auto 0 auto;
  text-align: left;
}
form input, textarea {
  width: 100%;
  display: block;
  border: 1px solid var(--blue-lighter-c);
  padding: 12px 15px 10px 15px;
  margin: 10px 0;
  font-size: 16px;
  font-family: var(--font-fira);
  color: #666;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input:first-child {margin-top: 0}
*:focus, button:focus {
  outline: none
}
input:focus, textarea:focus, select:focus {
  border: 1px solid var(--blue-bright-c);
}
textarea {
  resize: none;
}
::-webkit-input-placeholder {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #adadad;
}
::-moz-placeholder {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #adadad;
}

/* firefox 19+ */

:-ms-input-placeholder {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #adadad;
}

/* ie */

input:-moz-placeholder {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #adadad;
}
#tel {
  width: 69%;
  display: inline-block;
  margin: 0 2% 0 0;
}
#extension {
  width: 28%;
  display: inline-block;
  margin: 0;
}
#contacto-int .btn-container {
  text-align: left;
}
.adjunto {
  display: block;
  margin-top: 20px;
  color: var(--gray-txt)
}
.submit {
  background: transparent;
  cursor: pointer;
}
/*******CONTACTO DATOS******/
.box-map {
  padding-top: 60px;
}
.data {
  color: var(--blue-light-c);
  padding-right: 40%;
}
.data li {
  list-style-image: url(../img/icn-bullet.svg);
  margin: 10px 5px;
}
.data .tel, .data .mail, .data .loc {
  padding-left: 20px;
}
.data .tel {
  background: url(../img/icn-tel-outline.svg) no-repeat left center;
}
.data .mail {
  background: url(../img/icn-mail-outline.svg) no-repeat left center;
}
.data .loc {
  background: url(../img/icn-loc-outline.svg) no-repeat left top;
}
.map {
  margin-top: 30px;
}
/*****HERO-AVISO*****/
#hero-aviso {
  background: url(../img/img-hero-aviso.jpg) no-repeat;
  background-size: 100%;
  background-position: 0 center;
}