@import url("https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900");
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: 'Tungsten';
  src: url("../fonts/Tungsten-Bold.woff2") format("woff2"), url("../fonts/Tungsten-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Tungsten';
  src: url("../fonts/Tungsten-Medium.woff2") format("woff2"), url("../fonts/Tungsten-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Tungsten';
  src: url("../fonts/Tungsten-Semibold.woff2") format("woff2"), url("../fonts/Tungsten-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Tungsten';
  src: url("../fonts/Tungsten-Black.woff2") format("woff2"), url("../fonts/Tungsten-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

html {
  background-color: #F6F6F6;
}

body {
  font-weight: normal;
  padding: 0px 0 0 0;
  background-color: #F6F6F6;
  letter-spacing: 0.3px;
  margin: 0;
  color: #474747;
  font-family: "Lato", sans-serif;
}

.clear {
  clear: both;
}

h1, h2, h3, h4, p, ul, li {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

a, a:hover {
  text-decoration: none;
  outline: 0;
}

.left {
  float: left;
}

.right {
  float: right;
}

.trans, .navbar-nav > li > a, .menuproductos ul li a, .recu a, .acerca a, .recubrimientos_grilla .col-md-6 .item, .recubrimientos_grilla a, .recubrimientos_grilla2 .col-md-6 .item, .recubrimientos_grilla2 a, .soluciones a, .contacto input[type="submit"], .contacto input[type="button"], .mapa .datos a, .empresa a, footer a {
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.navbar-inverse {
  background-color: transparent !important;
  background-image: none !important;
  border: none !important;
}

.navbar-nav > li > a {
  text-shadow: none;
  color: #fff !important;
  font-family: "Tungsten";
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.navbar-nav > li > a:hover {
  opacity: 0.6;
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
  background: #499bea;
  background: -moz-linear-gradient(top, #499bea 0%, #01206e 87%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #499bea), color-stop(87%, #01206e));
  background: -webkit-linear-gradient(top, #499bea 0%, #01206e 87%);
  background: -o-linear-gradient(top, #499bea 0%, #01206e 87%);
  background: -ms-linear-gradient(top, #499bea 0%, #01206e 87%);
  background: linear-gradient(to bottom, #499bea 0%, #01206e 87%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#01206e', GradientType=0 );
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  height: 73px !important;
  margin: auto;
  width: 100%;
}

#navbar .col1 img {
  margin-left: 0px;
  margin-top: 10px;
  width: 106px;
}

.navbar-nav > li {
  float: none;
  display: inline-block;
}

.navbar-nav {
  padding-top: 26px !important;
}

.nav {
  padding-right: 79px;
  float: none;
  text-align: center;
}

.navbar-nav > li > a {
  padding-top: 0;
  padding-bottom: 0;
  border-right: solid 1px #D60505;
}

.dropdown a {
  border: none !important;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none;
}

.dropdown-menu {
  min-width: 60px;
  background-color: #003E93;
}

.dropdown-menu a {
  color: #fff !important;
  padding: 0 !important;
  text-align: center;
}

.dropdown-menu a:hover {
  opacity: 0.8;
}

.menuproductos {
  position: absolute;
  top: 20px;
  left: -120px;
  width: 700px;
  border-bottom: solid 5px #D60505;
  display: none;
}

.menuproductos ul {
  text-align: center;
  padding: 33px 0 33px 0;
  background-color: #01206e;
  margin-top: 16px;
}

.menuproductos ul li {
  display: inline-block;
  margin: 0 20px 0 0;
  width: 20%;
  vertical-align: top;
  position: relative;
}

.menuproductos ul li h1 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  height: 60px;
  font-size: 26px;
  font-weight: 600;
  line-height: 26px;
  padding-top: 10px;
  font-family: "Tungsten";
  margin: 20px 0 20px 0;
  border-top: dashed 1px rgba(255, 255, 255, 0.2);
}

.menuproductos ul li h1 span {
  display: block;
}

.menuproductos ul li .numero {
  background-color: #fff;
  padding: 7px 10px 7px 10px;
  border: solid 2px #003E93;
  color: #D60505;
  font-weight: bold;
  font-family: "Tungsten";
  font-size: 16px;
  border-radius: 60px;
}

.menuproductos ul li a {
  color: #fff;
  text-transform: uppercase;
  background-color: #D60505;
  display: block;
  width: 80px;
  margin: auto;
  font-size: 16px;
}

.menuproductos ul li a:hover {
  background-color: #9B0000;
}

.bxslider .texto {
  position: absolute;
  top: 28%;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 800px;
  margin: auto;
  padding: 33px;
  border-top: solid 3px #003E93;
}

.bxslider .texto h1 {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: 600;
  font-size: 100px;
  font-family: "Tungsten";
  line-height: 86px;
  text-align: center;
}

.bxslider .texto h1 span {
  display: block;
}

.bxslider .texto .barrita {
  width: 60px;
  height: 3px;
  background-color: #D60505;
  margin: 10px auto 10px auto;
}

.bxslider .texto p {
  font-size: 22px;
  text-align: center;
  color: #fff;
}

.bxslider .texto p span {
  display: block;
}

.cab_recubrimientos {
  position: relative;
}

.cab_recubrimientos .texto {
  position: absolute;
  top: 36%;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 800px;
  margin: auto;
  padding: 33px;
  border-top: solid 3px #003E93;
}

.cab_recubrimientos .texto h1 {
  color: #fff;
  letter-spacing: 4px;
  font-weight: 600;
  font-size: 95px;
  font-family: "Tungsten";
  line-height: 86px;
  text-align: center;
}

.cab_recubrimientos .texto h1 span {
  display: block;
}

.cab_recubrimientos .texto .barrita {
  width: 60px;
  height: 3px;
  background-color: #D60505;
  margin: 10px auto 10px auto;
}

.cab_recubrimientos .texto p {
  font-size: 22px;
  text-align: center;
  color: #fff;
}

.cab_recubrimientos .texto p span {
  display: block;
}

.cab_contacto {
  position: relative;
}

.cab_contacto .texto {
  position: absolute;
  top: 36%;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 1000px;
  margin: auto;
  padding: 33px;
  border-top: solid 3px #003E93;
}

.cab_contacto .texto h1 {
  color: #fff;
  letter-spacing: 4px;
  font-weight: 600;
  font-size: 100px;
  font-family: "Tungsten";
  line-height: 86px;
  text-align: center;
}

.cab_contacto .texto h1 span {
  display: block;
}

.cab_contacto .texto .barrita {
  width: 60px;
  height: 3px;
  background-color: #D60505;
  margin: 10px auto 10px auto;
}

.cab_contacto .texto p {
  font-size: 22px;
  text-align: center;
  color: #fff;
}

.cab_contacto .texto p span {
  display: block;
}

.recu {
  padding: 60px;
  background-color: #F6F6F6;
  text-align: center;
  font-family: "Tungsten";
  font-size: 20px;
}

.recu .enter {
  display: block;
}

.recu .bold {
  font-weight: bold;
}

.recu p {
  margin-bottom: 33px;
  font-size: 26px;
  line-height: 31px;
}

.recu img {
  display: block;
  margin: auto;
}

.recu a {
  width: 216px;
  background-color: #D60505;
  display: block;
  color: #fff;
  font-size: 20px !important;
  margin: 33px auto auto auto;
  background-image: url(../img/flecha_bots.svg);
  background-repeat: no-repeat;
  background-position: right;
  padding: 10px;
  text-align: left;
}

.recu a:hover {
  background-color: #9B0000;
  background-position: 103%;
}

.acerca {
  padding: 45px 0 20px 0;
  background-image: url(../img/textura_fdo.jpg);
  background-size: 100%;
  background-attachment: fixed;
}

.acerca h1 {
  color: #003E93;
  font-size: 26px;
  text-align: center;
  margin-bottom: 20px;
}

.acerca .mod {
  border-top: dashed 1.5px rgba(0, 0, 0, 0.1);
  border-bottom: dashed 1.5px rgba(0, 0, 0, 0.1);
  padding: 10px 0 20px 0;
}

.acerca h2 {
  color: #474747;
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: "Tungsten";
}

.acerca h3 {
  color: #D60505;
  font-size: 70px;
  line-height: 60px;
  font-family: "Tungsten";
  font-weight: bold;
}

.acerca h4 {
  color: #474747;
  font-size: 33px;
  font-family: "Tungsten";
  font-weight: bold;
}

.acerca .col1 {
  border-right: dashed 1.5px rgba(0, 0, 0, 0.1);
  min-height: 275px;
}

.acerca .col-md-6 {
  padding-top: 24px;
}

.acerca .col-md-6 p {
  color: #474747;
  font-size: 16px;
}

.acerca .col-md-6 p span {
  font-weight: bold;
}

.acerca h5 {
  color: #D60505;
  font-size: 22px;
  font-weight: bold;
}

.acerca a {
  width: 245px;
  background-color: #D60505;
  display: block;
  color: #fff;
  font-size: 20px;
  margin: 33px auto auto auto;
  background-image: url(../img/flecha_bots.svg);
  background-repeat: no-repeat;
  background-position: right;
  padding: 10px;
}

.acerca a:hover {
  background-color: #9B0000;
  background-position: 103%;
}

.recubrimientos {
  margin-top: 63px;
  border-bottom: dashed 1.5px rgba(0, 0, 0, 0.1);
  padding-bottom: 15px;
}

.recubrimientos .col-md-4 {
  color: #D60505;
  font-size: 60px;
  line-height: 60px;
  font-family: "Tungsten";
  font-weight: 600;
}

.recubrimientos .col-md-8 {
  color: #474747;
  font-size: 16px;
  padding-top: 5px;
}

.recubrimientos_grilla .col-md-6 {
  padding: 0;
  margin: 0;
  background-color: #474747;
}

.recubrimientos_grilla .col-md-6 .item {
  position: relative;
  height: 300px;
  width: 45%;
  background: #474747;
  background: -moz-linear-gradient(top, #474747 44%, black 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(44%, #474747), color-stop(100%, black));
  background: -webkit-linear-gradient(top, #474747 44%, black 100%);
  background: -o-linear-gradient(top, #474747 44%, black 100%);
  background: -ms-linear-gradient(top, #474747 44%, black 100%);
  background: linear-gradient(to bottom, #474747 44%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#474747', endColorstr='#000000', GradientType=0 );
  padding: 20px;
}

.recubrimientos_grilla .item1 {
  background-image: url(../img/foto_prods01.jpg);
  background-repeat: no-repeat;
  background-size: 55%;
  background-position: right;
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
}

.recubrimientos_grilla .item2 {
  background-image: url(../img/foto_prods02.jpg);
  background-repeat: no-repeat;
  background-size: 55%;
  background-position: left;
  border-bottom: solid 2px #fff;
}

.recubrimientos_grilla .item2 .item {
  float: right;
}

.recubrimientos_grilla .item3 {
  background-image: url(../img/foto_prods03.jpg);
  background-repeat: no-repeat;
  background-size: 55%;
  background-position: right;
  border-right: solid 2px #fff;
}

.recubrimientos_grilla .item4 {
  background-image: url(../img/foto_prods04.jpg);
  background-repeat: no-repeat;
  background-size: 55%;
  background-position: left;
}

.recubrimientos_grilla .item4 .item {
  float: right;
}

.recubrimientos_grilla span {
  display: block;
}

.recubrimientos_grilla h1 {
  font-size: 70px;
  color: #fff;
  margin-top: 60px;
  margin-bottom: 22px;
  font-family: "Tungsten";
  line-height: 60px;
}

.recubrimientos_grilla h1 span {
  display: block;
}

.recubrimientos_grilla a {
  background-color: #D60505;
  color: #fff;
  font-size: 14px;
  padding: 10px 15px 10px 15px;
}

.recubrimientos_grilla a:hover {
  background-color: #003E93;
  color: #fff;
}

.recubrimientos_grilla .efecto1 {
  width: 100% !important;
}

.recubrimientos_grilla2 .col-md-6 {
  padding: 0;
  margin: 0;
  background-color: #474747;
}

.recubrimientos_grilla2 .col-md-6 .item {
  position: relative;
  height: 300px;
  width: 45%;
  background-color: rgba(45, 45, 44, 0.6);
  padding: 20px;
}

.recubrimientos_grilla2 .item1 {
  background-image: url(../img/foto_prods01.jpg);
  background-repeat: no-repeat;
  background-size: 55%;
  background-position: right;
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
}

.recubrimientos_grilla2 .item2 {
  background-image: url(../img/foto_prods02.jpg);
  background-repeat: no-repeat;
  background-size: 55%;
  background-position: left;
  border-bottom: solid 2px #fff;
}

.recubrimientos_grilla2 .item2 .item {
  float: right;
}

.recubrimientos_grilla2 .item3 {
  background-image: url(../img/foto_prods03.jpg);
  background-repeat: no-repeat;
  background-size: 55%;
  background-position: right;
  border-right: solid 2px #fff;
}

.recubrimientos_grilla2 .item4 {
  background-image: url(../img/foto_prods04.jpg);
  background-repeat: no-repeat;
  background-size: 55%;
  background-position: left;
}

.recubrimientos_grilla2 .item4 .item {
  float: right;
}

.recubrimientos_grilla2 span {
  display: block;
}

.recubrimientos_grilla2 h1 {
  font-size: 51px;
  color: #fff;
  margin-top: 14px;
  margin-bottom: 22px;
  font-family: "Tungsten";
  line-height: 45px;
}

.recubrimientos_grilla2 h1 span {
  display: block;
}

.recubrimientos_grilla2 p {
  font-size: 14px;
  color: #fff;
  margin-bottom: 20px;
}

.recubrimientos_grilla2 a {
  background-color: #D60505;
  color: #fff;
  font-size: 14px;
  padding: 10px 15px 10px 15px;
}

.recubrimientos_grilla2 a:hover {
  background-color: #003E93;
  color: #fff;
}

.recubrimientos_grilla2 .efecto1 {
  width: 100% !important;
}

.soluciones {
  padding: 100px 0 100px 0;
}

.soluciones .col1 {
  border-bottom: dashed 1.5px #D60505;
  margin-top: 45px;
  padding-top: 45px;
  color: #D60505;
  font-family: "Tungsten";
  padding-bottom: 33px;
  min-height: 200px;
}

.soluciones .col1 h1 {
  font-size: 90px;
  line-height: 80px;
  font-weight: 600;
  text-transform: uppercase;
}

.soluciones .col1 h1 span {
  display: block;
}

.soluciones .col3 {
  border-bottom: dashed 1.5px #D60505;
  margin-top: 45px;
  padding-left: 20px !important;
  padding-top: 45px;
  padding-bottom: 33px;
  min-height: 200px;
}

.soluciones .col-md-4 {
  padding: 0;
  position: relative;
}

.soluciones a {
  width: 282px;
  clear: both;
  background-color: #D60505;
  display: block;
  color: #fff;
  font-size: 20px;
  margin: auto auto auto auto;
  background-image: url(../img/flecha_bots.svg);
  background-repeat: no-repeat;
  background-position: right;
  padding: 10px;
  margin-top: -20px;
  position: absolute;
  left: 0;
  right: 0;
}

.soluciones a:hover {
  background-color: #9B0000;
  background-position: 103%;
}

.ventajas {
  background-color: #E8E8E8;
  padding: 70px 0 45px 0;
  text-align: center;
  position: relative;
  margin-top: -5px;
}

.ventajas h1 {
  font-size: 28px;
  text-align: center;
  font-family: "Tungsten";
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #D60505;
}

.ventajas h1 span {
  display: block;
  font-weight: 600;
}

.ventajas p {
  color: #474747;
  padding: 0 20px 0 20px;
}

.ventajas img {
  width: 100px;
  height: auto;
  display: block;
  margin: auto auto 10px auto;
}

.ventajas .barrita {
  width: 61px;
  background-color: #003E93;
  height: 1px;
  margin: 10px auto 10px auto;
}

.ventajas h2 {
  color: #003E93;
  font-size: 26px;
  text-align: center;
  margin-bottom: 20px;
}

.ventajas .icono {
  display: block;
  margin: auto auto auto auto;
  position: absolute;
  top: -24px;
  width: 50px;
  left: 0;
  right: 0;
}

.lideres {
  background-color: #D60505;
  padding: 10px;
  color: #fff;
  font-family: "Tungsten";
  font-size: 33px;
  text-align: center;
}

.lideres span {
  font-weight: 600;
}

.lideres .icono {
  background-image: url(../img/ico_lideres.svg);
  border: solid 2px #D60505;
  padding: 10px;
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  background-size: 65%;
  display: block;
  background-color: #fff;
  background-position: center;
  display: inline-block;
  vertical-align: middle;
  border-radius: 60px;
  margin-top: -10px;
  margin-right: 10px;
}

.lideres li {
  display: inline-block;
  position: relative;
}

.lideres li img {
  top: -55px;
  left: -93px;
  position: absolute;
}

.rodillos {
  padding-top: 63px;
  background-color: #F6F6F6;
}

.rodillos h1 {
  font-size: 28px;
  color: #D60505;
  font-family: "Tungsten";
  text-align: center;
  margin-bottom: 33px;
  font-weight: 600;
}

.rodillos img {
  display: block;
  margin: auto auto 10px auto;
}

.rodillos p {
  text-align: center;
}

.rodillos .col-md-3 {
  border-right: dashed 1.5px rgba(0, 0, 0, 0.1);
  padding-top: 20px;
  padding-bottom: 20px;
}

.rodillos .col-md-3:last-child {
  border: none;
}

.contacto {
  padding: 45px 45px 100px 45px;
}

.contacto p {
  font-family: "Tungsten";
  font-size: 26px;
  text-align: center;
  line-height: 24px;
  margin-bottom: 10px;
}

.contacto p span {
  display: block;
}

.contacto h1 {
  color: #D60505;
  font-size: 26px;
  font-family: "Tungsten";
  margin-bottom: 20px;
  text-align: center;
}

.contacto .formulario {
  max-width: 70%;
  margin: auto;
}

.contacto .formulario .g-recaptcha {
  display: block;
  margin: auto;
  width: 300px;
}

.contacto input[type="text"], .contacto input[type="email"], .contacto select, .contacto textarea {
  width: 100%;
  margin-bottom: 15px;
  border: none;
  background-color: transparent;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  padding: 10px 10px 33px 10px;
}

.contacto label {
  padding-left: 14px;
  color: rgba(0, 0, 0, 0.31);
}

.contacto textarea {
  margin-bottom: 33px;
}

.contacto input[type="submit"], .contacto input[type="button"] {
  width: 300px;
  clear: both;
  background-color: #D60505;
  display: block;
  color: #fff;
  font-size: 20px;
  margin: auto auto auto auto;
  background-image: url(../img/flecha_bots.svg);
  background-repeat: no-repeat;
  background-position: right;
  text-align: left;
  padding: 10px;
  margin-top: -20px;
  position: absolute;
  left: 0;
  right: 0;
  border: none;
}

.contacto input[type="submit"]:hover, .contacto input[type="button"]:hover {
  background-color: #9B0000;
  background-position: 103%;
}

.contacto select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../img/flecha_provincia.png);
  background-repeat: no-repeat;
  background-position: 95%;
}

.contacto .icono {
  display: block;
  margin: 33px auto auto auto;
}

.contacto h2 {
  text-align: center;
  font-family: "Tungsten";
  font-size: 26px;
  color: #D60505;
  margin: 15px 0 15px 0;
}

.mapa {
  position: relative;
}

.mapa .datos {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 16px;
  background-color: #003E93;
  padding: 75px 120px 70px 60px;
  color: #fff;
}

.mapa .datos a {
  color: #fff;
}

.mapa .datos a:hover {
  opacity: 0.6;
}

.mapa .datos li {
  margin-bottom: 15px;
}

.mapa .datos h1 {
  font-size: 16px;
  opacity: 0.8;
  margin: 5px 0 0 0;
}

.mapa .datos i {
  font-size: 24px;
  display: block;
}

.empresa {
  padding-bottom: 60px;
  padding-top: 45px;
  background-color: #F6F6F6;
}

.empresa h1 {
  color: #003E93;
  font-size: 26px;
  text-align: center;
  margin-bottom: 20px;
}

.empresa .mod {
  border-top: dashed 1.5px rgba(0, 0, 0, 0.1);
  border-bottom: dashed 1.5px rgba(0, 0, 0, 0.1);
  padding: 10px 0 20px 0;
}

.empresa h2 {
  color: #474747;
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: "Tungsten";
}

.empresa h3 {
  color: #D60505;
  font-size: 70px;
  line-height: 60px;
  font-family: "Tungsten";
  font-weight: bold;
}

.empresa h4 {
  color: #474747;
  font-size: 33px;
  font-family: "Tungsten";
  font-weight: bold;
}

.empresa .col1 {
  border-right: dashed 1.5px rgba(0, 0, 0, 0.1);
  min-height: 196px;
}

.empresa .col-md-6 {
  padding-top: 24px;
}

.empresa .col-md-6 p {
  color: #474747;
  font-size: 16px;
}

.empresa .col-md-6 p span {
  font-weight: bold;
}

.empresa h5 {
  color: #D60505;
  font-size: 22px;
  font-weight: bold;
}

.empresa a {
  width: 210px;
  background-color: #D60505;
  display: block;
  color: #fff;
  font-size: 20px;
  margin: 33px auto auto auto;
  background-image: url(../img/flecha_bots.svg);
  background-repeat: no-repeat;
  background-position: right;
  padding: 10px;
}

.empresa a:hover {
  background-color: #9B0000;
  background-position: 103%;
}

.empresa2 {
  border-bottom: dashed 1.5px rgba(0, 0, 0, 0.1);
  border-top: dashed 1.5px rgba(0, 0, 0, 0.1);
  background-color: #F6F6F6;
}

.empresa2 .col-md-6 {
  padding: 0;
  margin: 0;
}

.empresa2 .col-md-6 img {
  width: 100%;
  height: auto;
}

.empresa2 p {
  width: 100%;
  max-width: 600px;
  font-size: 14px;
}

.empresa2 p span {
  font-weight: bold;
}

.empresa2 h1 {
  color: #D60505;
  font-family: "Tungsten";
  font-size: 55px;
  line-height: 50px;
  margin-bottom: 10px;
  font-weight: 600;
}

.empresa2 h1 span {
  display: block;
}

.empresa2 .pad {
  padding: 33px;
}

.empresa2 .borde1 {
  border-left: solid 10px #D60505;
  margin-top: 10%;
}

.empresa2 .borde2 {
  border-right: solid 10px #D60505;
  margin-top: 10%;
}

.soluciones1 {
  padding-bottom: 60px;
  padding-top: 60px;
  background-color: #F6F6F6;
}

.soluciones1 .icono {
  display: block;
  margin: auto;
}

.soluciones1 p {
  font-family: "Tungsten";
  text-align: center;
  font-size: 28px;
  line-height: 28px;
  padding: 0 90px 33px 90px;
}

.soluciones1 p span {
  display: block;
}

.especializados {
  padding-bottom: 100px;
  padding-top: 33px;
  background-color: #F6F6F6;
}

.especializados h1 {
  color: #003E93;
  font-size: 24px;
  text-align: center;
  padding: 0 0 10px 0;
  border-bottom: dashed 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 33px;
}

.especializados .col-md-3 {
  margin-bottom: 33px;
  text-align: center;
}

.especializados .col-md-3 img {
  display: block;
  margin: auto auto 10px auto;
}

.proceso {
  padding: 45px 0 45px 0;
  background-color: #F6F6F6;
}

.proceso .titulo {
  background-color: #D60505;
  color: #fff;
  font-family: "Tungsten";
  text-align: center;
  display: block;
  padding: 2px 6px 0px 6px;
  font-weight: 600;
  margin: auto;
  width: 145px;
  font-size: 20px;
}

.proceso .col-md-4 {
  margin-top: -92px;
}

.proceso .col-md-4 span {
  color: #003E93;
}

.proceso .borde {
  border-top: dashed 2px #003E93;
  height: 1px;
  padding: 33px 0 33px 0;
  margin-top: 33px;
}

.proceso .numero {
  background-color: #fff;
  padding: 6px 6px 6px 6px;
  width: 51px;
  border: solid 2px #003E93;
  color: #D60505;
  font-weight: bold;
  font-family: "Tungsten";
  font-size: 24px;
  font-weight: 800;
  text-align: center;
  border-radius: 60px;
}

.proceso h1 {
  color: #D60505;
  font-family: "Tungsten";
  font-size: 26px;
  margin: 10px 0 10px 0;
  text-transform: uppercase;
}

.proceso p {
  font-size: 15px;
}

.flexos {
  background-color: #F6F6F6;
}

.flexos .numero {
  background-color: #fff;
  padding: 6px 6px 6px 6px;
  width: 51px;
  border: solid 2px #003E93;
  color: #D60505;
  font-weight: bold;
  font-family: "Tungsten";
  font-size: 24px;
  font-weight: 800;
  text-align: center;
  border-radius: 60px;
}

.flexos h1 {
  color: #003E93;
  font-size: 37px;
  font-weight: 600;
  padding: 0 0 10px 0;
  font-family: "Tungsten";
  border-bottom: solid 1px #D60505;
  margin-bottom: 20px;
  margin-top: 15px;
}

.flexos li {
  font-size: 15px;
  margin-bottom: 5px;
}

.flexos li span {
  color: #D60505;
}

.flexos .icono {
  display: block;
  margin: 61px auto 31px auto;
  background-color: #D60505;
  display: block;
  width: 100%;
  height: 110px;
  color: #fff;
  font-size: 31px;
  text-align: center;
  padding-top: 15px;
  font-family: "Tungsten";
}

.flexos .icono img {
  margin-left: 10px;
}

.poliuretano {
  background-color: #F6F6F6;
}

.poliuretano .numero {
  background-color: #fff;
  padding: 6px 6px 6px 6px;
  width: 51px;
  border: solid 2px #003E93;
  color: #D60505;
  font-weight: bold;
  font-family: "Tungsten";
  font-size: 24px;
  font-weight: 800;
  text-align: center;
  border-radius: 60px;
}

.poliuretano h1 {
  color: #003E93;
  font-size: 37px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 0 10px 0;
  font-family: "Tungsten";
  border-bottom: dashed 1.5px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  margin-top: 15px;
}

.poliuretano li {
  font-size: 15px;
  margin-bottom: 5px;
  padding-right: 33px;
}

.poliuretano li span {
  color: #D60505;
}

.poliuretano ul {
  padding-bottom: 33px;
}

.poliuretano2 {
  padding-top: 63px;
  background-color: #F6F6F6;
  text-align: center;
}

.poliuretano2 h1 {
  font-size: 28px;
  color: #D60505;
  font-family: "Tungsten";
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 33px;
  font-weight: 600;
}

.poliuretano2 img {
  display: block;
  margin: auto auto 10px auto;
}

.poliuretano2 p {
  text-align: center;
}

.poliuretano2 .col-md-3 {
  border-right: dashed 1.5px rgba(0, 0, 0, 0.1);
  width: 24%;
  float: none;
  display: inline-block;
  padding-top: 20px;
  padding-bottom: 20px;
}

.poliuretano2 .col-md-3:last-child {
  border: none;
}

.poliuretano2 .col-md-3:nth-child(5) {
  border: none;
}

footer {
  background-color: #191919;
  border-bottom: solid 5px #D60505;
  padding: 45px 0 33px 0;
  margin: 0;
}

footer h1 {
  color: #fff;
  font-family: "Tungsten";
  font-size: 31px;
  line-height: 31px;
  font-weight: 500;
}

footer h1 span {
  display: block;
  font-weight: 600;
}

footer li {
  color: #fff;
  margin-bottom: 3px;
}

footer li span {
  color: #D60505;
}

footer a {
  color: #fff;
}

footer a span {
  color: #D60505;
}

footer a:hover {
  color: #D60505;
  padding-left: 3px;
}

footer a:hover span {
  color: #474747;
}

footer .borde {
  border-left: dashed 1px rgba(255, 255, 255, 0.2);
  height: 150px;
}

footer .copy {
  text-align: center;
  font-size: 11px;
  color: #fff;
}

footer .copy .barrita {
  width: 61px;
  background-color: #D60505;
  height: 1px;
  margin: 10px auto 10px auto;
}

footer .copy a {
  font-weight: bold;
}

footer .copy img {
  display: block;
  margin: auto auto 10px auto;
}

.navbar-toggle {
  border: none;
  margin-top: 20px;
}

.logomobile {
  position: absolute;
  top: 10px;
  left: 10px;
}

.logomobile img {
  width: 60px;
}

.calidad h1 {
  color: #D60505;
  font-family: "Tungsten";
  font-size: 33px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: dashed 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 33px;
}

.calidad ul {
  text-align: center;
}

.calidad ul li {
  display: inline-block;
  padding: 0 22px 0 22px;
  width: 28%;
  text-align: center;
  vertical-align: top;
  margin-bottom: 33px;
}

.calidad ul li h2 {
  color: #003E93;
  font-family: "Tungsten";
  font-size: 28px;
  font-weight: bold;
}

.calidad ul li h2 span {
  display: block;
}

.calidad ul li h3 {
  background-color: #fff;
  width: 41px;
  margin: auto auto 10px auto;
  padding: 7px 10px 7px 10px;
  border: solid 2px #003E93;
  color: #D60505;
  font-weight: bold;
  font-family: "Tungsten";
  font-size: 22px;
  border-radius: 60px;
}

.calidad h4 {
  color: #D60505;
  text-align: center;
  padding: 33px 0 100px 0;
  font-size: 28px;
}

.descubre {
  margin-bottom: 100px;
}

.descubre .borde1 {
  padding-top: 7% !important;
  margin-top: 6%;
}

@media (max-width: 1536px) {
  .recubrimientos_grilla .col-md-6 .item {
    height: 275px !important;
  }
}

@media (max-width: 1450px) {
  .recubrimientos_grilla .col-md-6 .item {
    width: 40%;
  }
  .recubrimientos_grilla .item1, .recubrimientos_grilla .item2, .recubrimientos_grilla .item3, .recubrimientos_grilla .item4 {
    background-size: 60%;
  }
  .recubrimientos_grilla h1 {
    font-size: 55px;
    line-height: 48px;
  }
}

@media (max-width: 1300px) {
  .recubrimientos_grilla .col-md-6 .item {
    height: 240px !important;
  }
  .recubrimientos_grilla h1 {
    margin-top: 26px;
  }
  .recubrimientos_grilla h1 {
    font-size: 48px;
    line-height: 45px;
  }
}

@media (max-width: 650px) {
  .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    height: auto !important;
  }
  .navbar-nav > li > a {
    border: none;
    border-bottom: solid 1px #D60505;
    padding: 10px 0 10px 0;
  }
  .navbar-nav {
    padding: 0 10px 24px 10px;
  }
  .navbar-inverse .container {
    padding: 0;
  }
  .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    margin-top: 0;
    padding-top: 0px;
  }
  .navbar-inverse {
    background-color: #2D2D2C !important;
  }
  .logomobile img {
    width: 45px;
  }
  .navbar-toggle {
    margin-right: 24px;
    margin-top: 16px;
    margin-bottom: 14px;
  }
  .navbar-collapse {
    border: none;
  }
  #slider-wrapper {
    margin-top: 62px;
  }
  .acerca {
    background-size: 100%;
    background-repeat: no-repeat;
    padding-top: 70px;
    background-color: #F9F9F9;
    background-attachment: scroll;
    background-position: top;
  }
  .acerca .col1 {
    min-height: auto;
    border: none;
    border-bottom: dashed 1.5px rgba(0, 0, 0, 0.1);
    padding-bottom: 20px;
  }
  .acerca .col2 {
    min-height: auto;
    border: none;
    border-bottom: dashed 1.5px rgba(0, 0, 0, 0.1);
    padding-bottom: 20px;
  }
  .recubrimientos .col-md-4 {
    font-size: 51px;
  }
  .soluciones .col1 h1 {
    font-size: 80px;
    line-height: 72px;
  }
  .soluciones .col1 {
    margin-top: 0;
    min-height: 0;
    margin-bottom: 20px;
    padding-bottom: 15px;
  }
  .soluciones .col3 {
    padding-left: 0 !important;
    margin-top: 20px;
  }
  .ventajas .col-md-4 {
    margin-bottom: 33px;
  }
  .recubrimientos_grilla .item1, .recubrimientos_grilla .item2, .recubrimientos_grilla .item3, .recubrimientos_grilla .item4 {
    background-size: cover;
    height: 300px;
  }
  .recubrimientos_grilla .col-md-6 .item {
    background-color: transparent;
  }
  .recubrimientos_grilla .item4 .item {
    float: left;
  }
  .recubrimientos_grilla .item2 .item {
    float: left;
  }
  .recubrimientos_grilla h1 {
    margin-top: 60px;
  }
  footer .borde {
    border: none;
    border-top: dashed 1px rgba(255, 255, 255, 0.2);
    padding-bottom: 10px;
    padding-top: 10px;
    margin-top: 10px;
  }
  .lideres li {
    display: block;
  }
  .lideres {
    line-height: 33px;
    padding-top: 45px;
  }
  .lideres li img {
    margin: auto;
    left: 0;
    right: 0;
    top: -95px;
  }
  .bxslider .texto {
    top: 26px;
    width: 86%;
    padding: 24px;
    height: 218px;
  }
  .bxslider .texto h1 {
    font-size: 33px;
    line-height: 33px;
  }
  .bxslider .texto p {
    font-size: 14px;
  }
  .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: -33px !important;
  }
  .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background-color: #D60505 !important;
  }
  .bx-wrapper .bx-controls-direction a {
    display: none !important;
  }
  .bxslider .texto p span {
    display: inline;
  }
  .soluciones .col3 {
    height: auto;
    padding-bottom: 45px;
    min-height: auto;
  }
  .soluciones a {
    margin-top: 20px;
  }
  .ventajas {
    margin-top: 33px;
  }
  .recubrimientos_grilla .item1, .recubrimientos_grilla .item3 {
    border-right: none;
    border-bottom: solid 2px #fff;
  }
  .navbar-fixed-top .navbar-collapse {
    background-image: none;
    background-color: #003E93;
  }
  .navbar-inverse {
    background-color: #003E93 !important;
  }
  .menuproductos {
    position: relative;
    left: 0;
    width: 100%;
    top: 0;
    padding: 0;
  }
  .menuproductos ul {
    margin: 0;
    padding: 0;
  }
  .menuproductos ul li {
    display: inline-block;
    width: 45%;
    margin: 10px 0 10px 0;
    padding: 10px 0 10px 0;
  }
  .menuproductos ul li .numero {
    display: none;
  }
  .menuproductos ul li h1 {
    margin: 0 0 10px 0;
  }
  .menuproductos ul {
    padding-bottom: 10px;
  }
  .empresa .pad {
    width: 100%;
  }
  .cab_recubrimientos .texto h1 {
    font-size: 45px;
  }
  .cab_recubrimientos {
    margin-top: 62px;
  }
  .cab_recubrimientos .texto {
    height: 100%;
    bottom: 0;
    width: 100%;
    padding: 0;
    top: 0;
  }
  .empresa .borde {
    border-bottom: dashed 1.5px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    border-right: 0;
    padding: 0 0 20px 0;
  }
  .empresa p {
    padding: 0 0 33px 0;
  }
  .recu {
    padding: 22px;
  }
  .empresa .mod {
    padding-top: 20px;
  }
  .cab_contacto .texto h1 {
    font-size: 45px;
  }
  .cab_contacto {
    margin-top: 62px;
  }
  .cab_contacto .texto {
    height: 100%;
    bottom: 0;
    width: 100%;
    padding: 0;
    top: 0;
  }
  .cab_contacto .texto h1 {
    line-height: 45px;
    margin-top: 22px;
  }
  .contacto .formulario {
    max-width: 100%;
  }
  .contacto {
    padding: 45px 20px 100px 20px;
  }
  .mapa .datos {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: -33px;
  }
  .recubrimientos_grilla2 .item1, .recubrimientos_grilla2 .item2, .recubrimientos_grilla2 .item3, .recubrimientos_grilla2 .item4 {
    background-size: cover;
    border: none;
    border-bottom: solid 2px #fff;
  }
  .recubrimientos_grilla2 .col-md-6 .item {
    width: 100%;
  }
  .recubrimientos_grilla2 .item2, .recubrimientos_grilla2 .item4 {
    height: 303px;
    border-bottom: solid 2px #fff;
  }
  .cab_recubrimientos .texto h1 {
    font-size: 41px;
  }
  .soluciones1 p {
    padding: 33px;
  }
  .soluciones1 p span {
    display: inline;
  }
  .rodillos .col-md-3 {
    border: none;
    border-bottom: dashed 1.5px rgba(0, 0, 0, 0.1);
  }
  .flexos ul {
    padding-bottom: 33px;
  }
  .poliuretano2 .col-md-3 {
    width: 100%;
    border: none;
    border-bottom: dashed 1.5px rgba(0, 0, 0, 0.1);
    display: block;
  }
  .soluciones1 {
    padding-top: 0;
  }
  .especializados p {
    height: 60px;
  }
  .empresa2 h1 span {
    display: inline;
  }
  .proceso .col-md-4 {
    margin: 0 0 33px 0;
  }
  .calidad ul li {
    width: 100%;
  }
  .recubrimientos_grilla .col-md-6 .item {
    background-color: transparent;
    background-image: none;
  }
  .recubrimientos_grilla h1 {
    text-shadow: 1px 1px 0px #969696;
  }
  .empresa .col1 {
    border: none;
    border-bottom: dashed 1.5px rgba(0, 0, 0, 0.1);
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .cab_recubrimientos .texto h1 {
    font-size: 37px;
  }
  .cab_recubrimientos .texto h1 {
    line-height: 37px;
    padding-top: 22px;
  }
  .cab_contacto .texto, .cab_recubrimientos .texto {
    margin-top: 0 !important;
  }
  .navbar-nav > li {
    display: block;
  }
  .bxslider .texto {
    padding: 6px;
  }
}

@media (max-width: 330px) {
  .bxslider .texto h1 {
    font-size: 26px;
    line-height: 26px;
  }
  .bxslider .texto {
    height: 189px;
  }
}

@media screen and (max-width: 800px) {
  .wow {
    animation-name: none !important;
    visibility: visible !important;
  }
}

@media screen and (max-width: 1440px) {
  .empresa2 .pad {
    padding: 0 33px 21px 33px;
  }
}

@media screen and (max-width: 1280px) {
  .empresa2 .borde2 {
    margin-top: 45px;
  }
}

/*# sourceMappingURL=main.map */