/* Oñate 2016*/
/* Version: 1.0*/
/* Build: 6 Agosto 2016*/
/* Autor: http://www.conaxis.com */

@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,900|Open+Sans:300,400,700,900');

/*Estilos generales*/
body{
	font-family: 'Raleway', sans-serif;
	overflow-x:hidden; 
	color:#333;
	/*fix padding twin modal*/
	padding-right:0!important;
	font-size:16px;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
	position:relative;
	-webkit-font-smoothing: antialiased;
}
.numbers{
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
}
h1, h2, h3, h4, h5, h6, h7{
	font-weight:400;
}
a, button {
	color:#fff;
	transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
}
a,
a:hover,
a:focus{
	text-decoration: none;
}
a:hover{
	color:#111;
}
a:focus,
button:focus  { 
	outline: none; 
}
.clearfix{
	clear:both;
	display: inline-block;
	height:1%;
}
.visible-mobile {
	display:none;
}
.btn-primary {
	color:#fff;
	background-color:#E30713;
	border-radius:0;
	border:0;
	font-weight:700;
	padding:15px 20px;
	font-size:17px;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
	color:#fff;
	background-color:#86040B;
}
.img-responsive {
	width:100%;
	margin-bottom:1px;
}
p {
	color: #333;
	font-size: 16px;
}
header {
	background-color:#fff;
    width: 100%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
header .social {
	margin:10px 0 0;
	float:right;
	text-align:right;
}
header .brand {
	display:inline-block;
	padding:0;
	position: relative;
    top: -15px;
	 -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
header .brand img {
    display: inline-block;
	width:auto;
}
header .navbar {
	margin:0;
	border:0;
	border-radius: 0;
}
header .navbar{
	transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
}
header .navbar-toggle {
	margin:20px 15px;
}
header .navbar-container {
	 padding:0;
	 position:relative;
}
header .nav {
	margin-top:20px;
	float:right;
}
header .nav>li{
	margin:0 2px;
	position:relative;
}
header .nav li a .caret {
	display:none;
}
header .nav li:last-child{
	margin-right:0;
}
header .nav a {
	color:#222;
	font-weight:700;
    padding: 20px 15px 25px;
	font-size:16px;
}
header .nav .active a,
header .nav .active a:hover,
header .nav  a:hover {
	color:#fff;
	background-color:#E40613;
}
header .nav .open>a,
header .nav .open>a:focus,
header .nav .open>a:hover {
    background-color: #E40613;
	color:#fff;
}
header .dropdown-menu {
	padding:0;
    min-width: 200px;
	background:transparent;
	color:#fff;
}
header .dropdown-menu>li {
	margin:0;
}
header .dropdown-menu>li.active>a,
header .dropdown-menu>li>a {
	padding:12px 15px;
	color:#fff;
	font-size:14px;
	background-color:rgba(244,0,5,0.7)!important;
}
header .dropdown-menu>li.active>a:hover,
header .dropdown-menu>li>a:hover{
	background-color:#4C4C4C!important;
}
header .dropdown-submenu {
    position: relative;
}
header .dropdown-menu li .dropdown-menu {
	margin-top: -41px!important;
}
header .stickynav{
	position:fixed;
	z-index:999;
	background:#fff;
	width:100%;
	border-bottom:1px solid #ddd;
}
header .stickynav .brand{
	width:150px;
}
header .stickynav .brand img{
	width:100%;
}
header .stickynav .social {
	margin:5px 0 0;
}
header .stickynav .social li a {
	height: 20px;
	width: 20px;
	line-height: 12px;
}
header .stickynav .social li a i {
	font-size: 12px;
	line-height: 17px;
}
header .stickynav .nav{
	margin-top: 5px;
}
header .stickynav .nav a {
    padding: 12px 9px 12px;
    font-size: 14px;
}
header .stickynav .dropdown-menu>li.active>a,
header .stickynav .dropdown-menu>li>a {
    padding: 12px 10px;
    font-size: 12px;
}

/*social*/
.social li {
	display:inline-block;
	vertical-align:top;
}
.social li a{
	color:#fff;
	background-color:#E40613;
	display:block;
	height:32px;
	width:32px;
	margin-left:5px;
	border-radius:100px;
	line-height:31px;
	padding:2px;
	text-align:center;
}
.social li a:hover{
	color:#E40613;
	background-color:#eee;
}
.social li a i{
	font-size:18px;
}

/*Main slider*/
.main-slider {
	padding:0;
	overflow:hidden;
}
.main-slider .owl-item .item{
	position:relative;
	max-height:800px;
	overflow:hidden;
	padding:0;
}
.main-slider .owl-carousel .item img{
	width:100%;
}
.main-slider .owl-item .item .caption {
	width:100%;
	position:absolute;
	left:0;
	top:0;
}
.main-slider .owl-item .item .slider-content{
	position:absolute;
	top:200px;
}
.main-slider .owl-item .item .caption h1{
	font-family: 'GothamBlack', Raleway, sans-serif!important;
	color:#fff;
	font-size:56px;
	margin-bottom:10px;
}
.main-slider .owl-item .item .caption h1 b{
	color:#E40613;
}
.main-slider .owl-item .item .caption .text {
	padding:10px 15px;
	background:rgba(255,255,255,0.8);
	display:inline-block;
	position:relative;
}
.main-slider .owl-item .item .caption .text .arrow{
	width: 0px;
    height: 0px;
	position:absolute;
	bottom:-30px;
	left:0;
    border-left: 0 solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid;
	border-top-color:rgba(255,255,255,0.8);
}
.main-slider .owl-item .item .caption p{
	color:#333;
	font-size:26px;
	line-height:1.2;
}	
.main-slider .owl-carousel .owl-buttons {
	top:48%;
}
.main-slider .owl-carousel .owl-buttons .owl-next {
	right:-2px;
}
.main-slider .owl-carousel .owl-buttons .owl-prev {
	left:-2px;
}
.main-slider .owl-carousel .owl-buttons .owl-prev,
.main-slider .owl-carousel .owl-buttons .owl-next {
	width:65px;
	height:65px;
	background-size:cover;
	opacity:0.8;
	text-indent:-5000px;
}
.main-slider .owl-carousel .owl-buttons .owl-prev:hover,
.main-slider .owl-carousel .owl-buttons .owl-next:hover {
	opacity:1;
}
.main-slider .owl-carousel .owl-buttons .owl-prev{
	background-image:url('../images/btn-left.png');
}
.main-slider .owl-carousel .owl-buttons .owl-next {
	background-image:url('../images/btn-right.png');
}
span.line{
	display: inline-block;
	background-color: #F40005;
	height: 3px;
	width: 200px;
}

/*Intro*/
.intro {
	padding:20px 0;
	text-align:center;
}
.intro {
	margin:50px 0;
}
.intro h1{
	color:#F40005;
	font-size:40px;
	font-weight:600;
}
.intro p{
	color:#666;
	font-size:19px;
	margin-bottom:30px;
}
ul.features {
	list-style:none;
	padding:0;
	margin:0;
	margin-top:60px;
	text-align:center;
}
ul.features li {
	margin:0;
	display:inline-block;
	vertical-align:top;
}
ul.features li a{
	display:block;
	color:#fff;
	text-align:center;
	margin:15px;
	width:190px;
}
ul.features li a span {
	width:70px;
	display:inline-block;
}
ul.features li a span img{
	width:100%;
}
ul.features li a h2 {
	color:#333;
	font-size:16px;
	font-weight:700;
	margin:30px 0 10px;
	line-height:1.3;
}
ul.features li a:hover h2 {
	color:#F40005;
}
ul.features li a p {
	color:#999;
	margin:0;
	font-size:16px;
	line-height:1.2;
}
ul.features li a .ch-grid:after,
ul.features li a .ch-item:before {
	content: '';
    display: table;
}
ul.features li a .ch-grid:after {
	clear: both;
}
ul.features li a .ch-grid li {
	width: 180px;
	display: inline-block;
	margin: 20px;
	vertical-align:top;
}
ul.features li a .ch-item {
	width: 150px;
	height: 150px;
	border-radius: 100%;
	position: relative;
	background:url(../images/gradient.jpg);
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	cursor: default;
	display: block;
    margin: auto;
	margin-top: 8px;
    margin-bottom: 10px;
}
ul.features li a .ch-info-wrap{
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	perspective: 800px;
	transition: all 0.4s ease-in-out;
	box-shadow: 0 0 0 12px rgba(228,3,16,1);
}
ul.features li a .ch-info{
	position: absolute;
	width: 100%;
	border-radius: 50%;
	transition: all 0.4s ease-in-out;
	transform-style: preserve-3d;
}
ul.features li a .ch-info img {
	height:auto;
	margin: 35px
}
ul.features li a .ch-info > div {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-position: center center;
	backface-visibility: hidden;
}
ul.features li a .ch-info .ch-info-back {
	transform: rotate3d(0,1,0,180deg);
	background: #3F3F41;
}
ul.features li a:hover .ch-item .ch-info-wrap {
	box-shadow: 0 0 0 5px rgba(0,0,0,0.7);
}
ul.features li a:hover .ch-item .ch-info {
	transform: rotate3d(0,1,0,-180deg);
}

/*Why section*/
.why{
	text-align: center;
    padding: 40px 0;
    color: #fff;
    background-image: url(../images/bg_why.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}
.why h1{
	font-size:40px;
	color:#fff;
}
.why h1 b{
	font-weight:900;
	color:#F40005;
}
.why ul{
	margin:0;
	padding:0;
	list-style:none;
}
.why ul li{
	display:inline-block;
	margin:20px;
	width:21%;
	vertical-align:top;
}
.why ul li figure{
	border-radius:100%;
	background:#FBFCFC;
	width:120px;
	color:#383A3F;
	height:120px;
	text-align:center;
	margin:auto;
}
.why ul li figure i{
	display: block;
	padding: 22px 0;
}
.why ul li h2{
	font-size:18px;
	font-weight:bold;
}
.why ul li span.line{
	width:120px;
}
.why ul li p{
	margin-top:15px;
	color:#fff;
	line-height:1.2;
}
.why .icon-fa{
	
}

/*Home products*/
.home-products {
	padding:60px 0;
	text-align:center;
}
.home-products h1{
	color:#F40005;
}
.home-products .thumb-product {
	background-color:#EBEBEB;
	display:block;
	padding:15px;
	min-height:360px;
	margin-bottom:30px;
}
.home-products .thumb-product:hover{
	background-color:#ddd;
}
.home-products .thumb-product figure{
	margin:0;
	margin-bottom:30px;
}
.home-products .thumb-product figure img{
	width:100%;
}
.home-products .thumb-product h2{
	color:#F40005;
	font-weight:700;
	font-size:18px;
}
.home-products .thumb-product p{
	font-size:16px;
	color:#666;
}

/*Newsletter*/
.newsletter{
	padding:40px 0;
	color:#fff;
	background-color:#333333;
}
.newsletter h1{
	margin:0 0 5px;
	color:#ffffff;
}
.newsletter p{
	color:#ffffff;
}
.newsletter form{
	margin:12px 0;
	width:300px;
	float:right;
	position:relative;
}
.newsletter form .input-group .form-control{
	border-color:#fff;
	background-color:#fff;
	border:0;
}
.newsletter form .input-group .btn:focus,
.newsletter form .input-group .btn:hover{
	color:#fff;
}
.newsletter #mensajes .thanks {
    font-size: 13px;
    padding: 5px;
    text-align: center;
    position: absolute;
    width: 100%;
}
.newsletter .input-group-btn {
	position:relative;
	vertical-align:top;
}
.newsletter .btn-detail:before{
	position:absolute;
	left:-20px;
	top:0;
	background-color:#fff;
	content:"";
	display:block;
	width: 0px;
	z-index:9;
	height: 0px;
	border-top: 48px solid transparent;
	border-right: 20px solid #F40005;
}
.newsletter .btn-detail .btn{
	background-color:#F40005;
	padding:13px 6px;
	border-radius:0;
}
.newsletter .btn-detail .btn:hover,
.newsletter .btn-detail .btn:active,
.newsletter .btn-detail .btn:focus{
	background-color:#CC0005;
	box-shadow:none;
}

/*Footer*/
footer {
	position:relative;
	background-color:#E30713;
	color:#fff;
	padding:40px 0;
}
footer .f-nav {
	margin:0;
	list-style:none;
}
footer .f-nav ul {
	margin:0;
	padding:0;
}
footer .f-nav li{
	display:block;
	list-style:none;
	margin:10px 0;
}
footer .f-nav li a{
	padding:5px 0;
	display:block;
	border-bottom:1px solid #fff;
}
footer .f-nav li a:hover{
	color:#333;
	padding-left:5px;
	background-color:#fff;
}
footer .f-address {
	margin-top:40px;
	font-size:16px;
	color:#fff;
	font-weight:400;
}
footer .f-phone {
	text-align:right;
	margin-top:10px;
	color:#fff;
	font-size:28px;
	font-weight:600;
	line-height: 120%;
}
footer .f-label {
	display:inline-block;
	float:right;
	text-align:right;
	color:#333;
}
footer .f-label span.one {
	padding:5px;
	height:28px;
	display:inline-block;
	vertical-align:top;
	line-height: 18px;
	width:10px;
	margin-right:2px;
	background-color:#fff;
}
footer .f-label span.two {
	padding:5px;
	height:28px;
	display:inline-block;
	vertical-align:top;
	line-height: 18px;
	width:20px;
	background-color:#fff;
	margin-right:2px;
}
footer .f-label span.three{
	padding:5px;
	height:28px;
	font-weight:bold;
	display:inline-block;
	vertical-align:top;
	line-height: 18px;
	background-color:#fff;
}
footer .numbers{
	font-weight:bold;
}
footer .social {
	float:left;
	text-align:left;
	margin:30px 0 0;
	padding:0;
}
footer .social li a{
	color:#E40613;
	background-color:#fff;
	display:block;
	height:32px;
	width:32px;
	margin-left:5px;
	border-radius:100px;
	line-height:31px;
	padding:2px;
	text-align:center;
}
.social li a:hover{
	color:#E40613;
	background-color:#eee;
}
.copyright {
	background-color:#C3C3C3;
	padding:20px 0;
	color:#333;
	font-size:13px;
}
.copyright p{
	margin:0;
}

/*Paginas internas*/
.main h1 {
	color:#E30713;
	font-size:30px;
	letter-spacing:-1px;
}
.main h2{
	color:#E30713;
	letter-spacing:-1px;
	font-size:26px;
}
.main h3 {
	color:#E30713;
	font-size:30px;
	letter-spacing:-1px;
}
.main h4 {
	color:#E30713;
	font-size:22px;
	letter-spacing:-1px;
}
.main h6 {
	color:#E30713;
	font-size:27px;
	letter-spacing:-1px;
}
.corporate {
	background-color:#EDEDED;
	padding:60px 0;
}
.corporate .img-factory {
	position:absolute;
	width:100%;
}
.corporate .img-factory img{
	width:92%;
}
.history {
	background-color:#fff;
	padding:130px 0 60px;
}
.history .owl-carousel{
	overflow:hidden;
	margin-top:35px;
}
.history .owl-carousel .item img {
	width:100%;
}
.history .owl-carousel .owl-buttons {
	top:46%;
}
.history .owl-carousel .owl-buttons .owl-next {
	right:-2px;
}
.history .owl-carousel .owl-buttons .owl-prev {
	left:-2px;
}
.history .owl-carousel .owl-buttons .owl-prev,
.history .owl-carousel .owl-buttons .owl-next {
	width:57px;
	height:57px;
	background-size:cover;
	opacity:0.8;
	text-indent:-5000px;
}
.history .owl-carousel .owl-buttons .owl-prev:hover,
.history .owl-carousel .owl-buttons .owl-next:hover {
	opacity:1;
}
.history .owl-carousel .owl-buttons .owl-prev{
	background-image:url('../images/btn-left-red.png');
}
.history .owl-carousel .owl-buttons .owl-next {
	background-image:url('../images/btn-right-red.png');
}
.videos {
	padding:60px 0;
}
.videos figure{
	margin:10px 0;
}
.videos h2{
	color:#333;
	font-size:24px;
	font-weight:400;
	margin-bottom:30px;
}
.map {
	text-align:center;
	background-color:#EDEDED;
}
.clients {
	margin-bottom:60px;
}
.clients ul {
	margin:0;
	padding:0;
	list-style:none;
	text-align:center;
}
.clients ul li{
	margin: 10px;
	padding: 10px;
	background-color: #fff;
	width: 17%;
	display: inline-block;
}
.clients ul li img{
	width:100%;
}
.bg-grey {
	background-color:#EDEDED;
	padding:20px 10px;
}
.clients h4 {
	margin:10px 30px;
}
.budget {
	padding:60px 0;
}
.contact-info {
	background-color:#EDEDED;
	padding:30px 0;
}
.contact-info .phone {
	font-size:24px;
}
.contact {
	padding:60px 0;
}
.product-banner {
	padding:30px 0;
	text-align:center;
	background-color:#EDEDED;
}
.product-banner ul{
	list-style:none;
	margin:0;
	padding:0;
	text-align:center;
}
.product-banner ul li{
	display:inline-block;
}
.product-banner ul li a {
	display:block;
}
.product-banner ul li a img{
	width:100%;
}
.lavadoras li {
	width:13.9%;
}
.centrifugadoras li {
	width:19%;
}
.product {
	padding:1px 0;
	text-align:center;
}
.product h1{
	font-size:40px;
	font-weight:600;
}
.table-product {
	margin:60px 0;
}
.table-specifications {
	width:100%;
}
.table-specifications tr td{
	padding:1px;
	text-align:center;
}
.table-specifications tr td ul{
	margin:0;
	padding:0;
	list-style:none;
}
.table-specifications tr td ul li {
	display:block;
	padding:10px 2px;
	font-family:"Open Sans";
	color:#666;
}
.table-specifications tr td ul li.head{
	color:#fff;
	background-color:#E30713;
	font-weight:500;
}
.table-specifications tr td ul li.head span{
	display:block;
	font-weight:bold;
}
.table-specifications tr td ul li.head span b{
	font-size:50px;
	font-weight:900;
}
.table-specifications tr td ul li.foot{
	padding:0;
}
.table-specifications tr td ul li.foot br{
	display:none;
}
.table-specifications tr td ul li.foot .btn{
	font-size:11px;
	text-align:center;
	display:block;
	width:100%;
	border-radius:0;
	padding:4px 0;
}
.table-specifications tr td ul li.foot .btn-grey {
	background-color:#7F7F7F;
}
.table-specifications tr td ul li.foot .btn-grey:hover {
	color:#fff;
	background-color:#6A6A6A;
}
.table-specifications tr td ul li.foot .btn-greydark {
	background-color:#4C4C4C;
}
.table-specifications tr td ul li.foot .btn-greydark:hover {
	color:#fff;
	background-color:#1B1B1B;
}
.table-specifications tr td ul li.foot .btn-red {
	background-color:#E30713;
}
.table-specifications tr td ul li.foot .btn-red:hover {
	color:#fff;
	background-color:#84040B;
}
.icons {
	margin:0px 0;
	padding:0;
	display:block;
	list-style:none;
	text-align:center;
}
.icons li {
	display:inline-block;
	padding:0px;
}
.icons li a {
	opacity:0.8;
	display:block;
}
.icons li a:hover{
	opacity:1;
}
.icons li img{
	width:100%;
	max-width:80px;
}

.banner-respond{
	text-align: center;
    padding: 80px 0 100px;
    color: #fff;
    background-image: url(../images/bg_respond.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}
.banner-respond h1{
	font-size:40px;
}
.banner-respond p {
	color:#fff;
	font-size:24px;
	margin-bottom:40px;
}
.table-product-mobile{
	margin:30px 0;
	display:none;
}
.table-product-mobile .table {
	margin-bottom:40px;
	border:1px solid #ddd;
}
.table-product-mobile .table>tfoot>tr>td{
	background:#fff;
	border:none;
	padding:0;
}
.table-product-mobile .table thead>tr>th{
	border:none;
}
.table {
	text-align:center;
	border-top:1px solid #E30713;
}
.table thead>tr>th{
	color:#fff;
	text-align:center;
	border-color:#E30713;
	background-color:#E30713;
	padding:5px 5px;
}
.table tfoot>tr>td{
	border-color:#333333;
	background-color:#333333;
	padding:5px 2px;
}
.table tbody>tr>td{
	vertical-align:middle;
	font-size:15px;
	padding:8px 5px;
}
.form .help-block {
	font-size:13px;
}
.form p,
.form label{
	color:#666;
    font-size: 15px;
	line-height:120%;
	font-weight:400;
}
.form .checkboxes {
	margin-top:5px;
	margin-bottom:10px;
}
.form .checkboxes .checkbox-inline {
	margin:0 15px 0 0;
	font-size:13px;
	line-height: 20px;
}
.form .checkboxes .checkbox-inline input {
	height:auto;
}
.form p {
	margin:5px 0;
	line-height:1.4;
}
.form input{
	height:48px;
	padding:10px;
	font-size:17px;
	font-weight:400;
}
.form input,
.form textarea{
	border-radius:0;
	box-shadow:none;
	border:1px solid #EEEEEE;
	background:#EEEEEE;
}
.form input:focus,
.form select:focus,
.form textarea:focus,
.form input:active,
.form select:active,
.form textarea:active{
	box-shadow:none;
	border-color:#F2541F;
}
.form .form-group {
	margin-bottom:25px;
	position:relative;
}
.form .upload {
	font-size:14px;
	width:100%;
}
.maps {
	padding:60px 0;
}
#contact_form .form-action{
	position:relative;
}
#contact_form .btn {
	position:absolute;
	top:-55px;
	
}
.form_hint {
	font-size: 11px;
}
.form input:required,
.form textarea:required {
	background: #EEEEEE url(../images/red_asterisk.png) no-repeat 98% center;
}
.form input:required:valid, .form textarea:required:valid {
	background: url(../images/valid.png) no-repeat 98% center;
	background-color: #EEEEEE;
}
.form input:focus:invalid,
.form textarea:focus:invalid {
	background: url(../images/invalid.png) no-repeat 98% center;
	background-color: #EEEEEE;
}
.form_hint {
	background: #d45252;
	border-radius: 3px 3px 3px 3px;
	color: white;
	margin-left:8px;
	padding: 1px 6px;
	z-index: 999;
	position: absolute;
	display: none;
}
.form_hint::before {
	content: "\25C0";
	color:#d45252;
	position: absolute;
	top:1px;
	left:-6px;
}
.form input:focus + .form_hint {display: inline;}
.form input:required:valid + .form_hint {background: #28921f;}
.form input:required:valid + .form_hint::before {color:#28921f;}
#mensajes .thanks {
	font-size:18px;
	padding:10px;
	text-align:center;
	border-radius:4px;
	color:#fff;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	font-weight: 600;
	background-color: #89C04A;
	text-shadow:0 -1px 0 rgba(0,0,0,0.2);
}
#mensajes .thanks_error {
	font-size: 14px;
    padding: 6px;
    line-height: 120%;
	text-align:center;
	border-radius:4px;
	color:#fff;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	font-weight: 700;
	background-color:#C35F63;
	text-shadow:0 -1px 0 rgba(0,0,0,0.2);
}
.working {
	margin-bottom:20px;
	font-family: "Open Sans",sans-serif;
	font-size: 18px;
	padding: 10px;
	text-align: center;
	border-radius: 4px;
	color: #999;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-weight: 600;
	background-color: #ddd;
	text-shadow: 0 -1px 0 rgba(255,255,255,0.2);
}
label.error {
	font-size: 13px;
	color: red;
	font-weight:300;
	position: absolute;
	left: 0;
	margin-top:3px;
}
.form input.error, .form  textarea.error {
	color:#e9322d;	
	border-color:#e9322d;
	background-color:#F5E0E0;
}
.form input.valid, .form  textarea.valid {
	border-color:#85B200;
}

.banner {
	display:block;
	width:100%;
	opacity:0.9;
/*	background-image:url(../images/banner.jpg);
	background-repeat:no-repeat;
	background-position: left top;
	background-size:cover;*/
	float:left;
	margin-top:10px;
	min-height:189px;
	background-color:#000;
}

.banner:hover{
	opacity:1;
}

.bannermantenimiento {	
	background-image:url(../images/banner-servicios-mantenimiento.jpg);
	background-repeat:no-repeat;
	background-position: left top;
	background-size:cover;	
}


.bannerasesoramiento{	
	background-image:url(../images/banner-servicios-asesoramiento.jpg);
	background-repeat:no-repeat;
	background-position: left top;
	background-size:cover;	
}


.bannerlavanderias{	
	background-image:url(../images/banner-servicios-lavanderias.jpg);
	background-repeat:no-repeat;
	background-position: left top;
	background-size:cover;	
}

.bannertransporte{	
	background-image:url(../images/banner-servicios-transporte.jpg);
	background-repeat:no-repeat;
	background-position: left top;
	background-size:cover;	
}

.bannergarantia{	
	background-image:url(../images/banner-servicios-garantia.jpg);
	background-repeat:no-repeat;
	background-position: left top;
	background-size:cover;	
}

.bannerfaq{	
	background-image:url(../images/banner-servicios-faq.jpg);
	background-repeat:no-repeat;
	background-position: left top;
	background-size:cover;	
}

/* descargas */
.bannerfolleto{	
	background-image:url(../images/banner-descargas-folletos.jpg);
	background-repeat:no-repeat;
	background-position: left top;
	background-size:cover;	
}


.bannerfichas{	
	background-image:url(../images/banner-descargas-fichas.jpg);
	background-repeat:no-repeat;
	background-position: left top;
	background-size:cover;	
}

.bannermanuales{	
	background-image:url(../images/banner-descargas-manuales.jpg);
	background-repeat:no-repeat;
	background-position: left top;
	background-size:cover;	
}

.bannerbloques{	
	background-image:url(../images/banner-descargas-bloques.jpg);
	background-repeat:no-repeat;
	background-position: left top;
	background-size:cover;	
}

/* contacto */
.bannercontacto{	
	background-image:url(../images/banner.jpg);
	background-repeat:no-repeat;
	background-position: left top;
	background-size:cover;	
}

.linkdescarga{
	
	color:#000; 
	}
.linkdescarga:hover{
	color:#999;
	}
	
.lista li{
	color:#E30713;
	}

/* Modificado para servicios */
.banner .caption{
	margin:30px;
	border:2px solid #fff;
	padding:30px;
	min-height:372px;
	color:#fff;
	text-align:center;
}

.banner .caption h5 {
	margin:0 0 20px;
	font-size:30px;
}
.banner .caption p {
	color:#fff;
	font-size:19px;
}

.banner .captionservicios {
	margin:30px;
	border:2px solid #fff;
	padding:30px;
	min-height:119px;
	color:#fff;
	text-align:center;
	}

.banner .captionservicios h5 {
	margin:0 0 30px;
	font-size:30px;
}
.banner .captionservicios p {
	color:#fff;
	font-size:19px;
}

.float {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 40px;
	right: 40px;
	background-color: #25d366;
	color: #FFF;
	border-radius: 50px;
	text-align: center;
	font-size: 30px;
	box-shadow: 2px 2px 3px #999;
	z-index: 100;
}

.float:hover {
	text-decoration: none;
	color: #25d366;
	background-color: #fff;
}

.my-float {
	margin-top: 16px;
}

.liGris{background-color: #efeaea;}

/*Directivas del Responsive*/
@media screen and (min-width: 768px){
	.navbar-collapse {
		padding-left:0;
		padding-right:0;
	}
}
@media screen and (max-width: 480px){
	.main{
		text-align:center;
	}
	.why ul li {
		display:block!important;
		width: 100%!important;
		margin:0!important;
		padding:20px;
	}
	.clients ul li {
		width: 91%!important;
	}
	.corporate .img-factory img{
		width:100%!important;
		margin:10px 0!important;
		display:block!important;
	}
	ul.features li a{
		width:100%!important;
		margin:0!important;
		padding:20px;
	}
	.home-products .thumb-product {
		margin:20px!important;
	}
	.lavadoras li {
		width:48%!important;
	}
	.centrifugadoras li {
		width:48%!important;
	}
	.secadoras li {
		width:48%!important;
	}
	.planchadoras li {
		width:48%!important;
	}
}	
@media screen and (max-width:767px) {
	body{
		padding-top:70px;
	}
	header .navbar {
		border-bottom:1px solid #ddd;
		position:fixed;
		top:0;
		z-index:999;
		width:100%;
	}
	header .social {
		display:none;
	}
	header .brand {
		padding:0;
		top:0;
	    margin-bottom: 2px;
		margin-top: 5px;
	}
	header .brand img {
		height: 60px;
	}
	header .navbar-collapse .navbar-nav{
		margin:0;
	}
	header .dropdown-menu li .dropdown-menu{
		margin-top:auto!important;
	}
	header .dropdown-menu li .dropdown-menu li .dropdown-menu li a{
		padding-right:30px;
	}
	header .navbar-collapse {
		width: 230px;
	}
	header .navbar-toggle {
		color: #E30713;
		margin: 15px 10px 0 0;
		padding: 0;
	}
	header .navbar-toggle.collapsed {
		color:#333;
	}
	header .nav {
		float:none;
	}
	header .nav>li {
		margin:0;
	}
	header .nav li a {
		color:#333;
		padding: 10px 15px;
		border:none;
		font-size:14px;
	}
	header .nav .active a,
	header .nav .active a:hover,
	header .nav a:hover{
		background:#E30713;
		color:#fff;
	}
	header .navbar-collapse {
		position:absolute;
		right:0;
		margin:0;
		padding:0;
		z-index:9;
		top: 68px;
		border:0;
		border-radius:0 0 3px 3px;
		background:#F0F0F0;
		text-align:right;
		overflow-y:hidden!important;
	}
	header .stickynav .brand img {
		width: auto;
	}
	.navbar-nav .open .dropdown-menu>li>a {
		line-height: 20px;
		font-size:14px;
		text-align: right;
		color: #fff;
		padding:10px 15px;
	}
	.main-slider {
		height:300px;
		display:none;
	}
	.main-slider .owl-carousel .item img {
		width:auto;
	}
	.main-slider .owl-item .item .slider-content {
		top: 50px;
		left:30px;
	}
	.main-slider .owl-item .item .caption h1 {
    	font-size: 30px;
	}
	.main-slider .owl-item .item .caption p {
		font-size: 14px;
		line-height: 1.1;
	}
	.main-slider .owl-carousel .owl-buttons {
		display:none;
	}
	.intro {
		 margin:0;
	}
	.intro h1 {
		font-size: 28px;
	}
	ul.features li {
		margin-bottom:30px;
	}
	.why ul li {
		width: 40%;
	}
	.home-products .thumb-product {
		margin:auto;
		margin-bottom:30px;
		max-width:400px;
	}
	.newsletter {
		text-align:center;
	}
	.newsletter h1 {
		font-size:26px;
	}
	.newsletter form {
		float: none;
		text-align: center;
		width: auto;
		margin: auto;
		max-width: 340px;
		margin-top: 20px;
	}
	footer *{
		text-align:center!important;
		float:none!important;
	}
	.copyright {
		text-align:center;
	}
	.table-product .container{
		width:100%;
		padding:0 15px;
	}
	.corporate {
		padding: 30px 0;
	}
	.clients ul li {
		width: 44%;
	}
	.history .owl-carousel .owl-buttons .owl-prev,
	.history .owl-carousel .owl-buttons .owl-next {
		width: 45px;
		height: 45px;
	}
	.history .owl-carousel .owl-buttons .owl-prev {
		left: -7px;
	}
	.history .owl-carousel .owl-buttons .owl-next {
		right: -7px;
	}
	.form .checkboxes {
		margin-left: 0;
		margin-right: 0;
		padding:5px 0;
		background-color: #eee;
	}
	.contact {
		padding:30px 0;
	}
	.banner {
		margin-top: 30px;
		min-height: 240px;
	}
	.banner .caption {
		border: 1px solid #fff;
		min-height: 250px;
	}
	
	.banner .captionservicios {
		border: 1px solid #fff;
		min-height: 119px;
	}
	#contact_form .btn {
		position: relative;
		top:0;
	}
	.maps {
		padding: 30px 0;
	}
	.corporate .img-factory {
		position:relative;
		text-align:center;
	}
	.corporate .img-factory img{
		width:46%;
		margin:5px;
		display:inline-block;
	}
	.history {
		padding:60px 0 60px;
	}
	.icons {
		margin-bottom:0;
	}
	.icons li {
		padding: 10px 3px;
	}
	.icons li img{
		max-width:40px;
	}
	.table-specifications tr td {
		display:block;
	}
	.table-specifications tr td ul {
		text-align:center;
	}
	.table-specifications tr td ul li {
		display:block;
		vertical-align:top;
		padding:10px;
	}
	.table-specifications tr td ul li.head{
		line-height:1;
	}
	.table-specifications tr td ul li br{
		display:none;
	}
	.table-specifications tr td ul li.foot{
		margin-bottom:30px;
	}
	.table-specifications tr td ul li.foot .btn{
		padding:7px 2px;
		font-size:14px;
	}
	.videos figure iframe{
		height:auto;
		min-height:300px;
	}
	.lavadoras li {
		width:25%;
	}
	.centrifugadoras li {
		width:25%;
	}
	.secadoras li {
		width:32%;
	}
	.planchadoras li {
		width:24%;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	header .container{
		width:100%;
		padding:0;
	}
	.intro .container,
	.why .container{
		width:100%;
		padding:0 15px;
	}
	header .social {
		margin: 10px 10px 0 0;
	}
	header .brand,
	header .brand img{
		width:100%;
	}
	header .brand {
		top: -17px;
	}
	header .nav {
		margin-top: 10px;
	}
	header .nav li{
		margin:0;
	}
	header .nav a {
		color: #222;
		font-weight: 700;
		padding: 13px 10px 20px;
		font-size: 13px;
	}
	header .social li a {
		height: 20px;
		width: 20px;
		line-height: 12px;
	}
	header .dropdown-menu>li.active>a,
	header .dropdown-menu>li>a{
		font-size:12px;
	}
	header .social li a i {
		font-size: 12px;
		line-height: 17px;
	}
	header .dropdown-menu li .dropdown-menu {
		margin-top: -42px!important;
	}
	.main-slider .owl-item .item .slider-content {
		top: 50px;
		left:50px;
	}
	.main-slider .owl-item .item .caption h1 {
    	font-size: 40px;
	}
	.main-slider .owl-item .item .caption p {
		font-size: 20px;
		line-height: 1.1;
	}
	.main-slider .owl-carousel .owl-buttons .owl-prev,
	.main-slider .owl-carousel .owl-buttons .owl-next {
		width:40px;
		height:40px;
		border-radius:3px;
		overflow:hidden;
	}
	.intro h1 {
		font-size: 32px;
	}
	ul.features li {
		margin-bottom:20px;
		width:19%;
	}
	ul.features li a {
		margin: 0;
		width: 100%;
	}
	ul.features li a .ch-item {
		width: 100px;
		height: 100px;
	}
	ul.features li a .ch-info img {
		margin: 13px;
	}
	ul.features li a p {
		font-size: 16px;
	}
	.newsletter h1 {
		font-size: 26px;
	}
	.newsletter p{
		font-size:13px;
	}
	.clients ul li {
		width: 16%;
	}
	.banner {
		min-height: 240px;
	}
	.corporate .img-factory {
		position:relative;
		text-align:center;
	}
	.corporate .img-factory img{
		width:48%;
		margin:5px;
		display:inline-block;
	}
	.history {
		padding:60px 0 60px;
	}
	.banner .caption {
		border: 1px solid #fff;
		min-height: 250px;
	}	
	.banner .captionservicios {
		border: 1px solid #fff;
		min-height: 119px;
	}
	.why ul li {
		display: inline-block;
		margin: 20px 5px;
		width: 20%;
	}
	.why ul li h2{
		height:40px;
	}
	.why ul li p{
		font-size:14px;
	}
	.icons li {
		padding: 10px;
	}
	.icons li img {
		max-width: 66px;
	}
	.table-product .container{
		width:100%;
		padding:0 15px;
	}
	.table-specifications tr td ul li{
		font-size:14px;
	}
	.table-specifications tr td ul li.foot br{
		display:block;
	}
	.lavadoras li {
		width:13.7%;
	}
	.planchadoras li {
		width:24%;
	}
}	
@media (min-width: 992px) and (max-width: 1199px) {
	header .nav a {
		padding: 20px 12px 25px;
		font-size: 14px;
	}
	header .dropdown-menu>li.active>a,
	header .dropdown-menu>li>a {
		padding: 12px 12px;
		font-size: 13px;
	}
	header .nav li {
		margin:0;
	}
	header .dropdown-menu li .dropdown-menu {
		margin-top: -41px!important;
	}
	.main-slider .owl-item .item .slider-content {
		top:50px;
		left:100px;
	}
	ul.features li a {
		margin: 10px;
		width: 160px;
	}
	ul.features li a .ch-item {
		width: 120px;
		height: 120px;
	}
	ul.features li a .ch-info img {
		margin: 23px;
	}
	ul.features li a p {
		font-size: 15px;
	}
	.banner .caption h5 {
		font-size:28px;
	}
	.banner .caption p {
		font-size:16px;
	}
	.banner .captionservicios h5 {
		font-size:28px;
	}
	.banner .captionservicios p {
		font-size:16px;
	}	
	.why ul li {
		display: inline-block;
		margin: 20px;
		width: 20%;
	}
	.why ul li h2{
		height:40px;
	}
}
@media (min-width: 1200px) and (max-width: 1440px) {
	.main-slider .owl-item .item .slider-content {
		top:100px;
		left:100px;
	}
}
.navbar-nav:not(.sm-collapsible) ul .caret {
	position: absolute;
	right: 0;
	margin-top: 6px;
	margin-right: 15px;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px dashed;
}
.navbar-nav:not(.sm-collapsible) ul a.has-submenu {
	padding-right: 30px;
}
.navbar-nav.sm-collapsible .caret, .navbar-nav.sm-collapsible ul .caret {
	position: absolute;
	right: 0;
	margin: -3px 15px 0 0;
	padding: 0;
	width: 32px;
	height: 26px;
	line-height: 24px;
	text-align: center;
	border-width: 1px;
 	border-style: solid;
}
.navbar-nav.sm-collapsible .caret:before {
	content: '+';
	font-family: monospace;
	font-weight: bold;
}
.navbar-nav.sm-collapsible .open > a > .caret:before {
	content: '-';
}
.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] .caret, .navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] ul .caret {
	position: static;
	margin: 0 0 0 2px;
	padding: 0;
	width: 0;
	height: 0;
	border-top: 4px dashed;
	border-right: 4px solid transparent;
	border-bottom: 0;
	border-left: 4px solid transparent;
}
.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] .caret:before {
	content: '' !important;
}
.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] a.has-submenu {
	padding-right: 15px;
}
.navbar-nav span.scroll-up, .navbar-nav span.scroll-down {
	position: absolute;
	display: none;
	visibility: hidden;
	height: 20px;
	overflow: hidden;
	text-align: center;
}
.navbar-nav span.scroll-up-arrow, .navbar-nav span.scroll-down-arrow {
	position: absolute;
	top: -2px;
	left: 50%;
	margin-left: -8px;
	width: 0;
	height: 0;
	overflow: hidden;
	border-top: 7px dashed transparent;
	border-right: 7px dashed transparent;
	border-bottom: 7px solid;
	border-left: 7px dashed transparent;
}
.navbar-nav span.scroll-down-arrow {
	top: 6px;
	border-top: 7px solid;
	border-right: 7px dashed transparent;
	border-bottom: 7px dashed transparent;
	border-left: 7px dashed transparent;
}
.navbar-nav.sm-collapsible ul .dropdown-menu > li > a,
.navbar-nav.sm-collapsible ul .dropdown-menu .dropdown-header {
	padding-right: 25px;
}
.navbar-nav.sm-collapsible ul ul .dropdown-menu > li > a,
.navbar-nav.sm-collapsible ul ul .dropdown-menu .dropdown-header {
	padding-left: 45px;
}
.navbar-nav.sm-collapsible ul ul ul .dropdown-menu > li > a,
.navbar-nav.sm-collapsible ul ul ul .dropdown-menu .dropdown-header {
	padding-left: 55px;
}
.navbar-nav.sm-collapsible ul ul ul ul .dropdown-menu > li > a,
.navbar-nav.sm-collapsible ul ul ul ul .dropdown-menu .dropdown-header {
	padding-left: 65px;
}
.navbar-nav .dropdown-menu > li > a {
	white-space: normal;
	padding: 10px 15px;
	border: none;
	font-size: 14px;
}
@media screen and (min-width:768px) {
	.navbar-nav .dropdown-menu > li > a {
		font-size:13px;
	}
}
.navbar-nav ul.sm-nowrap > li > a {
	white-space: nowrap;
}
.navbar-nav.sm-collapsible ul.sm-nowrap > li > a {
	white-space: normal;
}