/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout.
/* GENERAL ------------------------------------------------------------*/
@charset "utf-8";
*{
	margin: 0 auto;
	padding: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color:#464646;	
}
html{
	height:100%;
}
body{
	font-family: 'Montserrat', sans-serif;
	font-size:100%;
	min-width:320px;
	height:100%;
	background-color:#000000;
}
/* Contenedor--------------------------------------------------------*/
.contenedor {
	margin: 0 auto;
	max-width: 3840px;
	height:100%;
}
/* Contenido --------------------------------------------------------*/
.contenido{
	overflow:hidden;
	clear:both;
	position:relative;
	width: 100%;
	min-height:100%;
	margin: 0 auto;
	z-index: 1;
	font-size:1rem;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dddddd+0,eff1f4+11,f9f9f9+49,eff1f4+90,dddddd+100 */
background: #dddddd; /* Old browsers */
background: -moz-linear-gradient(left,  #dddddd 0%, #eff1f4 11%, #f9f9f9 49%, #eff1f4 90%, #dddddd 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#dddddd), color-stop(11%,#eff1f4), color-stop(49%,#f9f9f9), color-stop(90%,#eff1f4), color-stop(100%,#dddddd)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #dddddd 0%,#eff1f4 11%,#f9f9f9 49%,#eff1f4 90%,#dddddd 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #dddddd 0%,#eff1f4 11%,#f9f9f9 49%,#eff1f4 90%,#dddddd 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #dddddd 0%,#eff1f4 11%,#f9f9f9 49%,#eff1f4 90%,#dddddd 100%); /* IE10+ */
background: linear-gradient(to right,  #dddddd 0%,#eff1f4 11%,#f9f9f9 49%,#eff1f4 90%,#dddddd 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#dddddd',GradientType=1 ); /* IE6-9 */
}
.contenido .titulo-contenido-header{
	padding:10px 40px 10px 40px;
	overflow:hidden;
	width:100%;
	background-color: rgba(0, 0, 90, 1);
}
.contenido .cont-work{
	width:100%;
	min-width:250px;
	min-height:250px;
	padding:20px;
}
.contenido .cont-work #work{
	margin:0 auto;
	width: 400px;
	height: 400px;
	min-width:250px;
	min-height:250px;
}
#work img{
	width:100%;
}
.contenido > h1, h2, h3, h4, h5, h6 {
	color:#000000;
}

.contenido .titulo-contenido-header .titulo-contenido{
	color:#FFFFFF;
	font-size:2rem;
}
.contenderor-contenido{
	overflow:hidden;
	position:relaitve;
	display:block;

}
.margen{
	width:70%;
	margin: 0 auto;
}
.margen h2 {
	margin-top:20px;
	font-size:1.7rem;
	margin-bottom:10px;
}
.margen h3 {
	margin-top:25px;
	font-size:1.4rem;
	margin-bottom:5px;
}
.margen p {
	margin:20px 0 30px 0;
}
.introduccion p{
	margin:10px;
	text-align:center;	
}
.introduccion p a{
	color:#0074FF;
}
/* index --------------------------------------------------------*/
.contenido .titulo-contenido-header #index{
	font-size:2rem;
	text-align:center;
	color:#FFFFFF;
}
/* Nosotros --------------------------------------------------------*/
.text-nos{
	position:relative;
	width:40%;
	float:left;
	text-align:center;
}
.img-nos{
	margin:0 auto;
	position:relative;
	margin-top:12%;
	float:right;
	width:40%;
	
}
/* Productos --------------------------------------------------------*/
.cont-ctalogo{
	width:100%;
	display:table;
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
	padding:10px;
	background-color:#FFFFFF;
	border:hidden 5px #000000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.cont-description-catalogo{
	display:block;
	position:relative;
	width:100%;
	overflow:hidden;
	margin-bottom:100px;
}
.cont-marca{
	width:100%;
	overflow:hidden;
}
.marca{
	margin:0 auto;
	width:230px;
	height:80px;
	margin-bottom:10px;
}
.cont-descrip-img-catalogo{
	width:80%;
	display:table;
	text-align:center;
	margin:0 auto;
}
.caja-catalogo{
	float:left;
	margin:0 auto;
	width:50%;
	min-width:200px;
	overflow:hidden;
}
.caja-catalogo .titulo-catalogo h1{
	font-size:1.5rem;
	text-align:center;
}
.caja-catalogo .descrip-catalogo ul{
	margin:0 auto;
	margin-top:15px;
	margin-left:20px;
}
.caja-catalogo .descrip-catalogo ul li{
	list-style:inside;
	text-align:left;
}
.caja-catalogo .precio h2{
	font-size:1.2rem;
	text-align:center;
}
.img-catalogo{
	float:right;
	margin:0 auto;
	width:300px;
	max-height:300px;
}
/* Clientes --------------------------------------------------------*/
.cont-clientes{
	display:table;
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
	padding:10px;
	background-color:#FFFFFF;
	border:hidden 5px #000000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.min-client{
	display:inline-block;
	overflow:hidden;
	width:200px;
	height:100px;
	margin:0 auto;
	margin:10px;
}
.min-client img{
	width:100%;
}
/* Marcas--------------------------------------------------------*/
.cont-marcas{
	width:70%;
	margin:0 auto;
	display:table;
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
	padding:10px;
	background-color:#FFFFFF;
	border:hidden 5px #000000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.min-marcas{
	display:inline-block;
	overflow:hidden;
	width:250px;
	height:120px;
	margin:0 auto;
	margin:10px;
}
.min-marcas img{
	width:100%;
}
/* Videos --------------------------------------------------------*/
.video-wrap{
	text-align:center;
	width:60%;
	margin:0 auto;
	margin-top:50px;
	margin-bottom:50px;
}
/* Contacto --------------------------------------------------------*/
/* Formulario --------------------------------------------------------*/
.form-contenedor{
	position:relative;
	width: 100%;
	min-width:260px;
	padding:20px;
	margin: 0 auto;
	margin-top:20px;
	margin-bottom:20px;
	text-align:left;
	background-color: rgba(0, 0, 70, 1);

    border:solid 1px rgba(0,0,0,0.5);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	
	
    -webkit-box-shadow: 1px 1px 0px #000000;
    box-shadow: 1px 1px 0px #000000;
}

.direccion h2{
	font-size:1.5rem;
	text-align:center;
	color:#FFFFFF;
}
.direccion p{
	text-align:center;
	font-size:1rem;
	color:#FFFFFF;
}
#text-direc{
	margin:10px;
}
.info-contacto {
	color:#FFFFFF;
	margin-bottom:20px;
}
.info-contacto span{
	color:#FFFFFF;
	margin-right:10px;
}
#tit-form{
	font-size:1.5rem;
	color:#FFFFFF	
}

.form-contenedor #nota-cont{
	color:#FFFFFF;
	font-size:0.8rem;
	font-style:italic;
	margin:0px;
}

.form-contenedor label{
	color:#FBFBFB;
	font-size:0.9rem;
	text-align:left;
}

#contacto label span{
	position:relative;
	top:7px;
	color:#FFFFFF;
	font-size:1.5rem;
	margin-left:7px;
}

.form-contenedor input, textarea{
	color:#000000;
	font-size:0.9rem;
	padding-left: 8px;
	background-color:#F7F7F7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
}
.form-contenedor input:valid, textarea:valid{
	border:solid 1px #08D600;
}

.form-contenedor input:focus, textarea:focus{
	border:solid 1px #0228B8;
}
/* Filas Formulario --------------------------------------------------------*/
/* Fila 1--------------------------------------------------------*/
.fila1-form{
	overflow:hidden;
	width:100%;
	margin-bottom:10px;
}

.fila1-form .fila1-izq{
	width:100%;
	padding-top:2px;
	margin-bottom:5px;
}
.fila1-form .fila1-izq label{
	width:100%;
}
.fila1-form .fila1-der{
	width:100%;
}
.fila1-form .fila1-der input{
	width:100%;
}

/* Fila 2 Izquierda--------------------------------------------------------*/
.fila2-form{
	overflow:hidden;
	width:100%;
	min-width:230px;
	margin-bottom:10px;	
}

.fila2-form .fila2-izq{
	float:left;
	width:40%;
	min-width:230px;
	margin-right:20%;
	margin-bottom:10px;

	
}
.fila2-form .fila2-izq .fila2i-up{
	width:100%;

}
.fil2a-form .fila2-izq .fila2i-down{
	width:100%;

}

.fila2-form .fila2-izq .fila2i-down input{
	width:100%;
}


/* Fila 2 Derecha--------------------------------------------------------*/
.fila2-form .fila2-der{
	float:left;
	width:40%;
	min-width:230px;
	
}
.fila2-form .fila2-der .fila2d-up{
	width:100%;

}
.fila2-form .fila2-der .fila2d-down{
	width:100%;

}

.fila2-form .fila2-der .fila2d-down input{
	width:100%;
}

/* Fila 3 Izquierda--------------------------------------------------------*/
.fila3-form{
    overflow:hidden;
	width:100%;
	min-width:230px;
	margin-bottom:10px;
	
}

.fila3-form .fila3-izq{
	float:left;
	width:40%;
	min-width:230px;
	margin-right:20%;
	margin-bottom:10px;
	
}
.fila3-form .fila3-izq .fila3i-up{
	width:100%;

}
.fila3-form .fila3-izq .fila3i-down{
	width:100%;

}

.fila3-form .fila3-izq .fila3i-down input{
	width:100%;
}


/* Fila 3 Derecha--------------------------------------------------------*/
.fila3-form .fila3-der{
	float:left;
	width:40%;
	min-width:230px;
	
}
.fila3-form .fila3-der .fila3d-up{
	width:100%;

}
.fila3-form .fila3-der .fila3d-down{
	width:100%;

}

.fila3-form .fila3-der .fila3d-down input{
	width:100%;
}
/* Fila 4--------------------------------------------------------*/
.fila4-form{
	overflow:hidden;
	width:100%;
	min-width:258px;
	margin-bottom:10px;
}

.fila4-form .fila4-izq{
	width:100%;
	padding-top:2px;
	margin-bottom:5px;
}
.fila4-form .fila4-izq label{
	width:100%;
}

.fila4-form .fila4-der{
	width:100%;
}

.fila4-form .fila4-der input{
	width:100%;
}
.form-contenedor #mensaje{
	width:100%;
	min-height:130px;
	resize:none;
	padding-top:5px;
}

#enviar{
	border:solid 1px #000000;
	width:100px;
	color:#000000;
	cursor:pointer;
}
#enviar:active{
	-moz-box-shadow:inset 1px 2px 5px #000000;
    -webkit-box-shadow:inset 1px 2px 5px #000000;
    box-shadow:inset 1px 2px 5px #000000;
}
/* Error de validacion form*/
.error{
    background-color: #BC1010;
    padding: 3px 12px;
    border-radius: 4px;
    color: #FFFFFF;
	font-size:1rem;
    margin-top: 35px;
    position: absolute;
	z-index:4000;
}
.error:before{ /* Este es un truco para crear una flechita */
    content: '';
    border-top: 8px solid transparent;
    border-bottom: 8px solid #BC1010;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    top: -16px;
	left:40%;
    position: absolute;
}				
/* Tablet Layout Horizontal: 769px to 1024px*/

@media only screen and (min-width: 769px) and (max-width: 1024px) {

body{
	/*background:#22BAD9;*/
	padding-top:60px;
	
}
/* Contenido----------------------------------------------------*/
.contenido .titulo-contenido-header{
	margin-top:10px;
	padding:10px 30px 10px 30px;
}
#tit-work{
	font-size:1.4rem;
}
.margen{
	width:80%;
	margin: 0 auto;
}
.margen h2 {
	margin-top:20px;
	font-size:1.3rem;
	margin-bottom:10px;
}
.margen h3 {
	margin-top:20px;
	font-size:1.1rem;
	margin-bottom:10px;
}
.margen p {
	margin:20px 0 30px 0;
}
/* index --------------------------------------------------------*/
#slider-home-wrapper{
	min-height:450px;
}
/* Nosotros --------------------------------------------------------*/
.img-nos{
	margin-top:15%;
}
/* Productos --------------------------------------------------------*/
.img-catalogo{
	margin-top:20px;
}
/* Videos--------------------------------------------------------*/
.video-wrap{
	width:80%;
	margin-top:30px;
	margin-bottom:30px;
}
}
/* END Tablet Layout Horizontal*/


/* Tablet Layout: Vertical 481px to 768px*/

@media only screen and (min-width: 481px) and (max-width: 768px){
body{
	/*background:#B6B939;*/
	padding-top:60px;
	
}
/* Contenido----------------------------------------------------*/
.contenido .titulo-contenido-header #index{
	font-size:2rem;

}
#tit-work{
	font-size:1.3rem;
}
.contenido .titulo-contenido-header{
	margin-top:10px;
	padding:10px 30px 10px 30px;
}
.contenido .titulo-contenido-header .titulo-contenido{
	font-size:2rem;
}
.margen{
	width:90%;
	margin: 0 auto;
}
.margen h2 {
	margin-top:20px;
	font-size:1.3rem;
}
.margen h3 {
	margin-top:20px;
	font-size:1.1rem;
}
.margen p {
	margin:20px 0 30px 0;
}
/* index --------------------------------------------------------*/
#slider-home-wrapper{
	min-height:350px;
}
/* Nosotros --------------------------------------------------------*/
.img-nos{
	margin-top:23%;
}
/* Productos --------------------------------------------------------*/
.cont-descrip-img-catalogo{
	margin-bottom:30px;
}
.caja-catalogo{
	float:none;
	width:90%;
	margin:0 auto;
}
.caja-catalogo .titulo-catalogo h1{
	text-align:center;
}
.img-catalogo{
	margin:0 auto;
	margin-top:20px;
	float:none;
	max-height:300px;
}
/* Marcas --------------------------------------------------------*/
.cont-marcas{
	width:50%;
	padding:0;
}

/* Videos--------------------------------------------------------*/
.video-wrap{
	width:90%;
	margin-top:20px;
	margin-bottom:20px;
}
}
/*END Tablet Layout: Vertical*/


/* Mobile Layout: 480px and below*/ 
@media only screen and (max-width: 480px) {
/* General ------------------------------------------------------------*/
body{
	/*background:#F50F13;*/
	padding-top:60px;
	
}
/* Contenido----------------------------------------------------*/
.contenderor-contenido{
	width:100%;

}
.contenido .titulo-contenido-header #index{
	font-size:1.6rem;

}
.contenido .cont-work #work{
	margin:0 auto;
	width: 300px;
	height: 300px;
	min-width:250px;
	min-height:250px;
}
.contenido .titulo-contenido-header{
	margin-top:10px;
	padding:10px 30px 10px 30px;
}
.contenido .titulo-contenido-header .titulo-contenido{
	font-size:1.6rem;
}
.margen{
	width:90%;
	margin: 0 auto;
}
.margen h2 {
	margin-top:20px;
	font-size:1.3rem;
	margin-bottom:10px;
}
.margen h3 {
	margin-top:20px;
	font-size:1.1rem;
	margin-bottom:20px;
}
.margen p {
	margin:10px 0 30px 0;
}
.introduccion p{
	padding:10px;	
}
/* index --------------------------------------------------------*/
#slider-home-wrapper{
	min-height:230px;
}
/* Nosotros --------------------------------------------------------*/
.text-nos{
	width:100%;
	background-image:url(../../imagenes/nosotros/nosotros-transp.png);
	background-repeat:no-repeat;
	background-position:center;
	
}
.img-nos{
	display:none;
}
/* Productos --------------------------------------------------------*/
.cont-descrip-img-catalogo{
	margin-bottom:30px;
}
.caja-catalogo{
	float:none;
	width:100%;
}
.caja-catalogo .titulo-catalogo h1{
	text-align:center;
}
.img-catalogo{
	margin-top:20px;
	float:none;
	width:100%;
	max-height:300px;
}
.img-catalogo img{
	width:80%;
}

/* Clientes --------------------------------------------------------*/
.cont-clientes{
	padding:0;

}
.min-client{
	display:inline-block;
	overflow:hidden;
	width:160px;
	height:90px;
	margin:10px;
}
/* Marcas --------------------------------------------------------*/
.cont-marcas{
	width:90%;
	padding:0;

}
.min-marcas{
	display:inline-block;
	overflow:hidden;
	width:160px;
	height:90px;
	margin:10px;
}
/* Contacto--------------------------------------------------------*/
.form-contenedor{
	width:100%;
	padding:20px;
}
.fila1-form .fila1-der input{
	width:90%;
}
.form-contenedor #mensaje{
	width:90%;
}
/* Videos--------------------------------------------------------*/
.video-wrap{
	width:100%;
	margin-top:0px;
	margin-bottom:0px;
}
}

/* IPHONE Layout : 320px and below*/ 
@media only screen and (max-width: 320px) {
/* Contenido----------------------------------------------------*/
.contenido .cont-work{
	padding:20px 10px 20px 10px;
}
/* Nosotros --------------------------------------------------------*/
.text-nos{
	background-size:contain;
}
/* Productos --------------------------------------------------------*/
.img-catalogo{
	margin-top:20px;
	float:none;
	width:100%;
	max-height:300px;
}
}
/*END Mobile Layout*/