/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
* Actualizado el 6/22/2020
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700|Open+Sans:300,400,700');

/*
font-family: 'Open Sans', sans-serif;
font-family: 'Open Sans Condensed', sans-serif;
*/

/* #Page Styles
================================================== */
body{
	font-family: 'Open Sans', sans-serif;
}

.header{
	/*background-color: silver;*/
	margin: 30px 0px;
}

.logo-principal{
	line-height: 75px;
	background-image: url(../images/logo.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	text-indent: -10000px;
	opacity: 1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.logo-principal:hover{
	opacity: 0.5;
}

nav{
	margin-top: 25px;

}

nav ul li{
	display: inline;
	margin: 0px;
}

nav ul{
	margin-bottom: 0px;
}

nav ul li a{
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 22px;
	font-weight: 700;
	text-decoration: none;
	margin-right: 15px;	
	color: black;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

nav ul li a:hover{
	color: #FF0002;
}

.menu-grafico {
	margin-top: 24px;
	margin-bottom: 0px;
}

.menu-grafico li{
	display: inline;
	margin-bottom: 0px;
	margin-right: 3px;
}

.menu-grafico li a{
	opacity: 1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.menu-grafico li a:hover{
	opacity: 0.5;
}

.slider{
	width: 100%;
	overflow: hidden;
}

.buscador{
	width: 100%;
	background-color: #FF0002;
	margin-top: -1px;
	padding: 5px 0px 10px;
}

.buscador img{
	vertical-align: bottom;
}

.buscador h4{
	font-size: 19px;
	font-family: 'Open Sans Condensed', sans-serif;
	color: white;
	display: inline-block;
	line-height: 40px;
	margin: 0px;
	font-weight: 700;
}

.buscador form{
	margin: 0px;
	padding: 0px;
}

.buscador #buscador-item{
	border: none;
	background-color: #a90002;
	color: white;
	font-size: 16px;
	line-height: 32px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	margin-top: 5px;
	margin-bottom: 0px;
	padding: 0px 0px 5px 0px;
	text-indent: 10px;
	border-radius: 0px;
}

.buscador #buscador-boton{
	background-color: white;
	color: #FF0002;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 16px;
	line-height: 37px;
	padding: 0px;
	border-radius: 0px;
	text-shadow: none;
	border: none;
	margin-top: 5px;
	margin-bottom: 0px;
	transition: background-color 0.5s;
	-webkit-transition: background-color 0.5s;
	-moz-transition: background-color 0.5s;
	-ms-transition: background-color 0.5s;
	-o-transition: background-color 0.5s;
}

.buscador #buscador-boton:hover{
	background-color: gray;
	color: white;
}

.home-destacados{
	background-color: #7e7e7e;
	padding: 10px 0px 13px;
}

.home-destacados h1{
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 40px;
	font-weight: 700;
	line-height: 40px;
	color: white;
	margin: 0px;
}

.home-destacados h1 img{
	display: inline-block;
	margin-right: 15px;
	vertical-align: top;
}

.contenidos{
	background-image: url(../images/fondo-contenido.jpg);
	background-size: 100%;
}

.contenidos .container-listado{
	text-align: center !important;
}

.contenidos .container-listado .listado-producto{
	float: none !important;
	display: inline-block !important;
	margin-left: 8px !important;
	margin-right: 9px !important;
}

.listado-producto{
	text-align: center;
	text-decoration: none;
	border: 2px solid #DDDDDD;
	box-sizing: border-box;
	padding-bottom: 30px;
	margin-bottom: 20px;
	background-color: white;
	transition: border 0.5s;
	-webkit-transition: border 0.5s;
	-moz-transition: border 0.5s;
	-ms-transition: border 0.5s;
	-o-transition: border 0.5s;
}

.listado-producto:hover{
	border: 2px solid #FF0002;
}

.listado-producto img{
	width: 100%;
}

.listado-producto h5{
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 20px;
	margin-bottom: 10px;
	color: #848484;
}
.listado-producto h6{
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 25px;
	font-weight: 300;
	line-height: 27px;
	color: black;
	height: 58px;
	overflow: hidden;
}

.home-bloque-rojo{
	background-image: url(../images/fondo-rojo.jpg);
	padding-top: 37px;
	padding-bottom: 20px;
}

.home-items-rojo{
	text-align: center;
	color: white;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 30px;
	line-height: 30px;
}

.home-banner-venta{
	background-image: url(../images/home-banner-venta.jpg);
	background-position: center bottom;
	background-size: auto;
	width: 100%;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 110px;
}

.home-banner-venta h5{
	color: white;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 46px;
	line-height: 46px;
	margin-bottom: 10px;
	font-weight: 700;
	text-shadow: 0px 0px 15px black
}

.home-banner-venta h6{
	color: white;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 0px;
	font-weight: 300;
	text-shadow: 0px 0px 8px black
}

.footer{
	width: 100%;
	padding-top: 35px;
	padding-bottom: 25px;
	background-color: #e7e7e7;
}

.footer .datos-footer{
	font-size: 14px;
	line-height: 18px;
}

.footer .datos-footer a{
	font-weight: 700;
	transition: color 0.2s;
	-webkit-transition: color 0.2s;
	-moz-transition: color 0.2s;
	-ms-transition: color 0.2s;
	-o-transition: color 0.2s;
}

.footer .datos-footer a:hover{
	color: #FF0002;
}

.footer .mapa-sitio li{
	margin-bottom: 1px;
}

.footer .mapa-sitio .mapa-titulo{
	font-size: 18px;
	line-height: 18px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
}

.footer .mapa-sitio li a{
	transition: color 0.2s;
	-webkit-transition: color 0.2s;
	-moz-transition: color 0.2s;
	-ms-transition: color 0.2s;
	-o-transition: color 0.2s;
}

.footer .mapa-sitio li a:hover{
	color: #FF0002;
}

.footer .afip img{
	float: left;
}

.footer .afip p{
	float: left;
	width: 130px;
	margin-left: 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 12px;
	line-height: 15px;
}

.bold{
	 font-weight: 700;
 }

.listado-rubro{
	text-align: center;
	height: 261px;
	text-decoration: none;
	margin-bottom: 20px;
	transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
}

.listado-rubro:hover{
	opacity: 0.5;
}

.listado-rubro h2{
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 36px;
	color: white;
	line-height: 261px;
	margin: 0px;
	text-decoration: none;
	text-shadow: 0px 0px 10px black;
}

.listado-rubro-lubricantes{
	background-image: url(../images/btn-rubros-lubricantes.jpg);
}

.listado-rubro-grasas{
	background-image: url(../images/btn-rubros-grasas.jpg);
}

.listado-rubro-limpieza{
	background-image: url(../images/btn-rubros-limpieza.jpg);
}

.listado-rubro-profesional{
	background-image: url(../images/btn-rubros-profesional.jpg);
}

.listado-rubro-alambres{
	background-image: url(../images/btn-rubros-alambres.jpg);
}

.listado-rubro-cadenas{
	background-image: url(../images/btn-rubros-cadenas.jpg);
}

.producto-detalle-imagen{
	width: 100%;
}

.imagenes-selector{
	width: 100%;
	text-align: center;
}

.imagenes-selector li{
	display: inline-block;
}

.imagenes-selector li a{
	width: 13px;
	height: 13px;
	border-radius: 13px;
	background-color: #A5A5A5;
	display: block;
	transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
}

.imagenes-selector li a:hover{
	opacity: 0.5;
}

.imagenes-selector li .selector-activo{
	background-color: #fc0003;
}

.producto-detalle-descripcion{
	background-color: white;
	box-shadow: 0px 0px 16px silver;
	padding-top: 30px;
	padding-bottom: 50px;
}

.producto-detalle-descripcion h2{
	margin: 0px 30px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 20px;
	line-height: 20px;
	color: gray;
	font-weight: 700;
}

.producto-detalle-descripcion h1{
	margin: 0px 30px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 30px;
	line-height: 30px;
	color: black;
}

.producto-detalle-descripcion p{
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 20px;
	margin: 10px 30px 0px;
}

.detalle-separador{
	background-color: #FF0002;
	margin: 15px 30px;
	height: 1px;
}

.textos{
	font-size: 16px;
	line-height: 22px;
}

.quienes-somos-bold{
	font-weight: 700;
	color: #FF0002;
}

.quienes-somos-destacado{
	font-family: 'Open Sans Condensed', sans-serif;
	color: #FF0002;
	font-size: 33px;
	line-height: 35px;
	margin-top: 20px;
	margin-bottom: 35px;
}

.dav-separador{
	background-image: url(../images/quienes-somos-separador.png);
	height: 160px;
}

.mision-vision{
	width: 50%;
	height: 80px;
	float:left;
	padding: 30px 0px;
}

.mision-vision h2{
	font-family: 'Open Sans Condensed', sans-serif;
	color: white;
	font-size: 31px;
	margin-left: 80px;
	margin-right: 20px;
	float: left;
}

.mision-vision p{
	font-family: 'Open Sans', sans-serif;
	color: white;
	font-size: 16px;
	line-height: 22px;
	border-left: 1px solid white;
	float: left;
	width: 60%;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.fondo-rojo{
	background-color: #FF0002;
}

.fondo-gris{
	background-color: #7e7e7e;
}

.novedades-listado{
	box-sizing: border-box;
	margin-bottom: 20px;
	border: 2px solid white;
	transition: border 0.5s;
	-webkit-transition: border 0.5s;
	-moz-transition: border 0.5s;
	-ms-transition: border 0.5s;
	-o-transition: border 0.5s;
}

.novedades-listado:hover{
	border: 2px solid #FF0002;
}

.novedades-listado img{
	width: 100%;
	height: auto;
	display: block;
}

.contacto-datos{
	text-align: center;
}

.contacto-datos h4{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 30px;
}

.contacto-datos img{
	display: block;
	margin: auto;
	margin-bottom: 5px;
}

.contacto-datos a{
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	line-height: 25px;
	color: #FF0002;
	
	text-decoration: none;
}

#formulario-contacto label{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 36px;
	width: 20%;
	float: left;
}

#formulario-contacto input{
	width: 80%;
	float: left;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 20px;
	border-radius: none;
	border: 1px solid #cccbcb;
	box-sizing: border-box;
	font-weight: 300;
	text-indent: 10px;
	margin-bottom: 10px
}

#formulario-contacto textarea{
	width: 80%;
	float: left;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 20px;
	border-radius: none;
	border: 1px solid #cccbcb;
	box-sizing: border-box;
	font-weight: 300;
	text-indent: 10px;
	margin-bottom: 10px
}

#formulario-contacto #formulario-boton{
	background-color: #FF0002;
	color: white;
	font-size: 20px;
	line-height: 36px;
	font-family: 'Open Sans Condensed', sans-serif;
	border-radius: 0px;
	border: none;
	width: 20%;
	text-shadow: none;
	text-indent: 0px;
	font-weight: 700;
	float: right;
}



#contact-form label{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 36px;
	width: 20%;
	float: left;
}

#contact-form input{
	width: 80%;
	float: left;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 20px;
	border-radius: none;
	border: 1px solid #cccbcb;
	box-sizing: border-box;
	font-weight: 300;
	text-indent: 10px;
	margin-bottom: 10px
}

#contact-form textarea{
	width: 80%;
	float: left;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 20px;
	border-radius: none;
	border: 1px solid #cccbcb;
	box-sizing: border-box;
	font-weight: 300;
	text-indent: 10px;
	margin-bottom: 10px
}

#contact-form #formulario-boton{
	background-color: #FF0002;
	color: white;
	font-size: 20px;
	line-height: 36px;
	font-family: 'Open Sans Condensed', sans-serif;
	border-radius: 0px;
	border: none;
	width: 20%;
	text-shadow: none;
	text-indent: 0px;
	font-weight: 700;
	float: right;
}

.grecaptcha-badge{
	bottom: 100px !important;
}




.whatsapp{
	position: fixed;
	right: 30px;
	bottom: 30px;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.whatsapp:hover{
	transform: scale(1.15);
}

.d-none {
	display: none !important;
}


/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {		
		.logo-principal{
			width: 220px !important;
		}
		
		nav{
			padding-left: 0px !important;
			width: 500px !important;
			text-align: right;
			margin-top: 15px;
		}
		
		nav ul li .ultimo-boton{
			margin-right: 0px;
		}
		
		.menu-grafico {
			margin-top: 10px;
			margin-bottom: 0px;
			margin-right: 10px;
			width: 500px !important;
			text-align: right;
		}
		
		.menu-grafico li a img{
			height: 23px;
		}
		
		.buscador img{
			display: none;
		}
		
		.home-destacados{
			background-color: #7e7e7e;
			padding: 10px 0px 13px;
		}
		
		.home-destacados h1{
			font-family: 'Open Sans Condensed', sans-serif;
			font-size: 36px;
			font-weight: 700;
			line-height: 40px;
			color: white;
			margin: 0px;
		}
		
		.home-destacados h1 img{
			display: inline-block;
			margin-right: 15px;
			vertical-align: top;
			width: 35px;
		}
		
		.listado-producto{
			text-align: center;
			text-decoration: none;
			border: 2px solid #DDDDDD;
			box-sizing: border-box;
			padding-bottom: 30px;
			margin-bottom: 20px;
			background-color: white;
			transition: border 0.5s;
			-webkit-transition: border 0.5s;
			-moz-transition: border 0.5s;
			-ms-transition: border 0.5s;
			-o-transition: border 0.5s;
		}
		
		.listado-producto:hover{
			border: 2px solid #FF0002;
		}
		
		.listado-producto img{
			width: 100%;
		}
		
		.listado-producto h5{
			font-family: 'Open Sans Condensed', sans-serif;
			font-size: 18px;
			font-weight: 700;
			line-height: 20px;
			margin-bottom: 10px;
			color: #848484;
		}
		
		.listado-producto h6{
			font-family: 'Open Sans Condensed', sans-serif;
			font-size: 21px;
			font-weight: 300;
			line-height: 25px;
			color: black;
			height: 58px;
			overflow: hidden;
		}
		
		.producto-detalle-imagen .slides img{
			width: 316px !important;
		}
		
		.home-bloque-rojo{
			background-image: url(../images/fondo-rojo.jpg);
			padding-top: 37px;
			padding-bottom: 20px;
		}
		
		.home-items-rojo{
			text-align: center;
			color: white;
			font-family: 'Open Sans Condensed', sans-serif;
			font-size: 26px;
			line-height: 26px;
		}
		
		.mision-vision{
			width: 50%;
			height: 105px;
			float:left;
			padding: 30px 0px;
		}
		
		.mision-vision h2{
			font-family: 'Open Sans Condensed', sans-serif;
			color: white;
			font-size: 31px;
			margin-left: 30px;
			margin-right: 20px;
			float: left;
		}
		
		.mision-vision p{
			font-family: 'Open Sans', sans-serif;
			color: white;
			font-size: 16px;
			line-height: 22px;
			border-left: 1px solid white;
			float: left;
			width: 60%;
			padding-left: 20px;
			padding-top: 10px;
			padding-bottom: 10px;
		}
		
		.fondo-rojo{
			background-color: #FF0002;
		}
		
		.fondo-gris{
			background-color: #7e7e7e;
		}
				
		.contacto-datos a{
			font-family: 'Open Sans', sans-serif;
			font-size: 18px;
			line-height: 22px;
			color: #FF0002;
			
			text-decoration: none;
		}
		
		.producto-detalle-imagen .flexslider-galeria .slides .flex-active-slide img{
			width: 316px !important;
			height: auto !important;
		}
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		.header{
			margin: 15px !important;
		}
	
		.logo-principal{
			background-position: center top;
			background-repeat: no-repeat;
			padding-bottom: 20px;
		}
		
		nav{
			margin-top: 20px;
			border-top: 1px solid gray;
			border-bottom: 1px solid gray;
			padding: 15px 0px;
			text-align: center;
		}
		
		nav ul li{
			display: inline;
			margin: 0px;
		}
		
		nav ul{
			margin-bottom: 0px;
		}
		
		nav ul li a{
			font-family: 'Open Sans Condensed', sans-serif;
			font-size: 21px;
			font-weight: 700;
			text-decoration: none;
			margin-right: 10px;	
			color: black;
			transition: all 0.5s;
			-webkit-transition: all 0.5s;
			-moz-transition: all 0.5s;
			-ms-transition: all 0.5s;
			-o-transition: all 0.5s;
		}
		
		nav ul li a:hover{
			color: #FF0002;
		}
		
		.menu-grafico {
			text-align: center;
			padding-top: 15px;
			margin-bottom: 0px;
		}
		
		.menu-grafico li{
			margin: 0px 15px;
		}
		
		.buscador form{
			text-align: center;
		}
		
		.buscador img{
			vertical-align: bottom;
		}
		
		.buscador h4{
			font-size: 19px;
			font-family: 'Open Sans Condensed', sans-serif;
			color: white;
			display: inline-block;
			line-height: 40px;
			margin: 0px;
			font-weight: 700;
		}
		
		.buscador form{
			margin: 0px;
			padding: 0px;
		}
		
		.buscador #buscador-item{
			text-align: center;
		}
		
		.buscador #buscador-boton{
			background-color: white;
			color: #FF0002;
			font-family: 'Open Sans Condensed', sans-serif;
			font-size: 16px;
			line-height: 37px;
			padding: 0px;
			border-radius: 0px;
			text-shadow: none;
			border: none;
			margin-top: 5px;
			margin-bottom: 0px;
			transition: background-color 0.5s;
			-webkit-transition: background-color 0.5s;
			-moz-transition: background-color 0.5s;
			-ms-transition: background-color 0.5s;
			-o-transition: background-color 0.5s;
		}
		
		.buscador #buscador-boton:hover{
			background-color: gray;
			color: white;
		}
		
		.home-destacados{
			text-align: center;
		}
		
		.home-destacados h1{
			font-family: 'Open Sans Condensed', sans-serif;
			font-size: 35px;
			font-weight: 700;
			line-height: 40px;
			color: white;
			margin: 0px;
		}
		
		.home-destacados h1 img{
			display: inline-block;
			margin-right: 15px;
			vertical-align: top;
			
		}
		
		.listado-producto{
			width: 46% !important;
			margin-right: 16px !important;
			margin-bottom: 20px !important;
		}
		
		.home-bloque-rojo{
			background-image: url(../images/fondo-rojo.jpg);
			padding-top: 25px;
			padding-bottom: 20px;
		}
		
		.home-items-rojo{
			width: 33% !important;
			text-align: center;
			color: white;
			font-family: 'Open Sans Condensed', sans-serif;
			font-size: 25px;
			line-height: 25px;
		}
		
		.home-items-rojo img{
			width: 50%;
			margin-bottom: 10px;
		}
			
		.footer img{
			width: 30% !important;
		}
		
		.footer .datos-footer{
			width: 65% !important;
			margin-left: 20px;
		}
				
		.footer .mapa-sitio{
			margin-top: 20px;
			border-top: 1px solid gray;
			padding-top: 15px;
			text-align: center;
		}
		
		.footer .mapa-sitio .mapa-titulo{
			width: 300px;
			display: block;
			margin: auto;
			margin-bottom: 15px;
		}
		
		.footer .mapa-sitio li{
			display: inline;
			margin-right: 7px;
		}
		
		.footer .mapa-sitio li a{
			transition: color 0.2s;
			-webkit-transition: color 0.2s;
			-moz-transition: color 0.2s;
			-ms-transition: color 0.2s;
			-o-transition: color 0.2s;
		}
		
		.footer .mapa-sitio li a:hover{
			color: #FF0002;
		}
		
		.quienes-somos-destacado{
			margin-top: 30px !important;
			margin-bottom: 35px !important;
		}
		
		.logo-dav{
			width: auto !important;
			display: block !important;
			text-align: center;
			margin: 0% 20% 20px 20% !important;
		}
		
		.dav-separador{
			background-image: none;
			width: 100%;
			height: 2px;
			background-color: silver;
			margin-bottom: 20px !important;
		}
		
		.mision-vision{
			width: 50%;
			height: 190px;
			float:left;
			padding: 20px 0px;
		}
		
		.mision-vision h2{
			font-family: 'Open Sans Condensed', sans-serif;
			color: white;
			font-size: 31px;
			margin-left: 40px;
			margin-right: 20px;
			float: left;
		}
		
		.mision-vision p{
			font-family: 'Open Sans', sans-serif;
			color: white;
			font-size: 16px;
			line-height: 22px;
			border-left: 1px solid white;
			float: left;
			width: 50%;
			padding-left: 20px;
			padding-top: 10px;
			padding-bottom: 10px;
		}
		
		.listado-rubro{
			height: auto;
			width: 46% !important;
			margin-right: 15px !important;
			margin-bottom: 15px !important;
		}
		
		.listado-rubro:hover{
			opacity: 0.5;
		}
		
		.listado-rubro h2{
			font-family: 'Open Sans Condensed', sans-serif;
			font-size: 36px;
			color: white;
			line-height: 150px;
			margin: 0px;
			text-decoration: none;
			text-shadow: 0px 0px 10px black;
		}
		
		.listado-rubro-lubricantes{
			background-image: url(../images/btn-rubros-lubricantes.jpg);
			background-size: 100%;
			background-position: center center;
		}
		
		.listado-rubro-grasas{
			background-image: url(../images/btn-rubros-grasas.jpg);
			background-size: 100%;
			background-position: center center;
		}
		
		.listado-rubro-limpieza{
			background-image: url(../images/btn-rubros-limpieza.jpg);
			background-size: 100%;
			background-position: center center;
		}
		
		.listado-rubro-profesional{
			background-image: url(../images/btn-rubros-profesional.jpg);
			background-size: 100%;
			background-position: center center;
		}
		
		.listado-rubro-alambres{
			background-image: url(../images/btn-rubros-alambres.jpg);
			background-size: 100%;
			background-position: center center;
		}
		
		.listado-rubro-cadenas{
			background-image: url(../images/btn-rubros-cadenas.jpg);
			background-size: 100%;
			background-position: center center;
		}
		
		.flex-control-nav{
			bottom: 370px !important;
		}
		
		.flex-direction-nav{
			display: none;
		}
		
		.producto-detalle-imagen{
			width: 420px !important;
			margin-left: 12px !important;
		}
		
		.producto-detalle-imagen .slides img{
			width: 420px !important;
		}
		
		.producto-detalle-descripcion{
			position: relative;
			top: 50px;
		}
		
		.novedades-listado{
			margin-bottom: 20px !important;
		}
		
		#formulario-contacto{
			margin-top: 40px !important;
		}
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		.header{
			margin: 15px !important;
		}
	
		.logo-principal{
			background-position: center top;
			background-repeat: no-repeat;
			padding-bottom: 20px;
		}
		
		nav{
			margin-top: 20px;
			border-top: 1px solid gray;
			border-bottom: 1px solid gray;
			padding: 10px 0px;
			text-align: center;
		}
		
		nav ul li{
			display: inline;
			margin: 0px;
		}
		
		nav ul{
			margin-bottom: 0px;
		}
		
		nav ul li a{
			font-family: 'Open Sans Condensed', sans-serif;
			font-size: 21px;
			font-weight: 700;
			text-decoration: none;
			margin-right: 10px;	
			color: black;
			transition: all 0.5s;
			-webkit-transition: all 0.5s;
			-moz-transition: all 0.5s;
			-ms-transition: all 0.5s;
			-o-transition: all 0.5s;
		}
		
		nav ul li a:hover{
			color: #FF0002;
		}
		
		.menu-grafico {
			text-align: center;
			padding-top: 15px;
			margin-bottom: 0px;
		}
		
		.buscador form{
			text-align: center;
		}
		
		.buscador img{
			vertical-align: bottom;
		}
		
		.buscador h4{
			font-size: 19px;
			font-family: 'Open Sans Condensed', sans-serif;
			color: white;
			display: inline-block;
			line-height: 40px;
			margin: 0px;
			font-weight: 700;
		}
		
		.buscador form{
			margin: 0px;
			padding: 0px;
		}
		
		.buscador #buscador-item{
			text-align: center;
		}
		
		.buscador #buscador-boton{
			background-color: white;
			color: #FF0002;
			font-family: 'Open Sans Condensed', sans-serif;
			font-size: 16px;
			line-height: 37px;
			padding: 0px;
			border-radius: 0px;
			text-shadow: none;
			border: none;
			margin-top: 5px;
			margin-bottom: 0px;
			transition: background-color 0.5s;
			-webkit-transition: background-color 0.5s;
			-moz-transition: background-color 0.5s;
			-ms-transition: background-color 0.5s;
			-o-transition: background-color 0.5s;
		}
		
		.buscador #buscador-boton:hover{
			background-color: gray;
			color: white;
		}
		
		.footer .container img{
			width: auto !important;
			margin-left: 75px;
			margin-bottom: 20px;
		}
		
		.footer .datos-footer{
			width: 100% !important;
			margin-left: 0px;
			text-align: center;
		}
				
		.footer .mapa-sitio{
			margin-top: 20px;
			border-top: 1px solid gray;
			padding-top: 15px;
			text-align: center;
		}
		
		.footer .mapa-sitio .mapa-titulo{
			width: 300px;
			display: block;
			margin: auto;
			margin-bottom: 15px;
		}
		
		.footer .mapa-sitio li{
			display: inline;
			margin-right: 7px;
		}
		
		.footer .mapa-sitio li a{
			transition: color 0.2s;
			-webkit-transition: color 0.2s;
			-moz-transition: color 0.2s;
			-ms-transition: color 0.2s;
			-o-transition: color 0.2s;
		}
		
		.footer .mapa-sitio li a:hover{
			color: #FF0002;
		}
		
		.home-destacados{
			text-align: center;
		}
		
		.home-destacados h1{
			font-family: 'Open Sans Condensed', sans-serif;
			font-size: 25px;
			font-weight: 700;
			line-height: 30px;
			color: white;
			margin: 0px;
		}
		
		.home-destacados h1 img{
			display: inline-block;
			margin-right: 15px;
			vertical-align: top;
			height: 30px;
		}
		
		.listado-producto{
			margin-bottom: 20px !important;
			padding-bottom: 15px;
		}

		.listado-producto h6{
			margin: 0px 20px;
		}
		
		.home-bloque-rojo{
			background-image: url(../images/fondo-rojo.jpg);
			padding-top: 25px;
			padding-bottom: 20px;
		}
		
		.home-items-rojo{
			text-align: center;
			color: white;
			font-family: 'Open Sans Condensed', sans-serif;
			font-size: 25px;
			line-height: 25px;
			margin-bottom: 15px !important;
		}
		
		.home-items-rojo img{
			width: 30%;
			margin-bottom: 5px;
		}
		
		.home-banner-venta{
			background-size: auto 100%;
			background-position: center center;
			background-repeat: no-repeat;
			padding-top: 20px;
			padding-bottom: 50px;
		}
		
		.home-banner-venta h5{
			font-size: 40px;
			line-height: 40px;
		}
		
		.home-banner-venta h6{
			font-size: 25px;
		}
		
		.slider-sm{
			min-width: 500px !important;
			overflow: hidden !important;
		}
		
		.quienes-somos-destacado{
			margin-top: 30px !important;
			margin-bottom: 30px !important;
		}
		
		.logo-dav{
			width: auto !important;
			display: block !important;
			text-align: center;
			margin: 0% 20% 20px 20% !important;
		}
		
		.dav-separador{
			background-image: none;
			width: 100%;
			height: 2px;
			background-color: silver;
			margin-bottom: 20px !important;
		}
		
		.mision-vision{
			width: 100%;
			height: auto;
			padding: 20px 0px;
			text-align: center;
			
		}
		
		.mision-vision h2{
			font-family: 'Open Sans Condensed', sans-serif;
			color: white;
			font-size: 31px;
			margin: auto;
			float: none;
			text-align: center;
		}
		
		.mision-vision p{
			font-family: 'Open Sans', sans-serif;
			color: white;
			font-size: 16px;
			line-height: 22px;
			border-left: none;
			float: left;
			width: auto;
			padding-left: 0px;
			padding-top: 10px;
			padding-bottom: 10px;
			margin: 0px 15px;
		}
		
		.logo-dav{
			width: auto !important;
			display: block !important;
			margin: 0% 40px 20px !important;
		}
		
		.listado-rubro{
			height: auto;
			margin-right: 15px !important;
			margin-bottom: 15px !important;
		}
		
		.listado-rubro:hover{
			opacity: 0.5;
		}
		
		.listado-rubro h2{
			font-family: 'Open Sans Condensed', sans-serif;
			font-size: 36px;
			color: white;
			line-height: 150px;
			margin: 0px;
			text-decoration: none;
			text-shadow: 0px 0px 10px black;
		}
		
		.listado-rubro-lubricantes{
			background-image: url(../images/btn-rubros-lubricantes.jpg);
			background-size: 100%;
			background-position: center center;
		}
		
		.listado-rubro-grasas{
			background-image: url(../images/btn-rubros-grasas.jpg);
			background-size: 100%;
			background-position: center center;
		}
		
		.listado-rubro-limpieza{
			background-image: url(../images/btn-rubros-limpieza.jpg);
			background-size: 100%;
			background-position: center center;
		}
		
		.listado-rubro-profesional{
			background-image: url(../images/btn-rubros-profesional.jpg);
			background-size: 100%;
			background-position: center center;
		}
		
		.listado-rubro-alambres{
			background-image: url(../images/btn-rubros-alambres.jpg);
			background-size: 100%;
			background-position: center center;
		}
		
		.listado-rubro-cadenas{
			background-image: url(../images/btn-rubros-cadenas.jpg);
			background-size: 100%;
			background-position: center center;
		}
		
		.flex-control-nav{
			bottom: 370px !important;
		}
		
		.flex-direction-nav{
			display: none;
		}
		
		.producto-detalle-imagen{
			width: 310px !important;
			margin-left: 0px !important;
			overflow: hidden;
		}
		
		.producto-detalle-imagen .slides img{
			width: 310px !important;
		}
		
		.producto-detalle-descripcion{
			position: relative;
			top: 50px;
		}
		
		.novedades-listado{
			margin-bottom: 20px !important;
		}
		
		.contacto-datos a{
			font-size: 19px;
		}
		
		#formulario-contacto{
			margin-top: 30px;
			text-align: center;
		}
		
		#formulario-contacto label{
			width: 100%;
		}
		
		#formulario-contacto input{
			text-align: center;
			width: 100%;
		}
		
		#formulario-contacto textarea{
			text-align: center;
			width: 100%;
		}
		
		#formulario-boton{
			width: 100% !important;
		}
	}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/