@charset "utf-8";
@import url("fonts.css");
/* Google Fonts
font-family: 'Sedgwick Ave', cursive;
font-family: 'Indie Flower', cursive;
font-family: 'Anton', sans-serif;
font-family: 'Pacifico', cursive;
font-family: 'Shadows Into Light', cursive;
font-family: 'Gloria Hallelujah', cursive;
font-family: 'Economica', sans-serif;
font-family: 'Special Elite', cursive;
font-family: 'Coming Soon', cursive;
font-family: 'Open Sans', sans-serif;
font-family: 'Text Me One', sans-serif;
font-family: 'Open Sans Condensed', sans-serif;
font-family: 'Fjalla One', sans-serif;
font-family: 'Yanone Kaffeesatz', sans-serif;
 */
header,nav,section,article,aside,figure,footer{
	display:block;
	margin:0;
	padding:0;
}
*{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
body{
	background:#fff;
	margin:0;
}
a img{
	border:none;
}
input:focus{
	outline:0px;
}
a{
	font-family:'Open Sans', Arial, sans-serif;
	font-size:13px;
	color:#000;
	text-decoration:none;
}
p,h1,h2,h3{
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	margin:6px;
}
h1{
	font-family:'CabinCondensed700', Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:normal;
	color:#6D6D6D;
}
h2{
	font-family:'CabinCondensed700', Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#6D6D6D;
}
h3{
	font-family:'CabinCondensed700', Arial, Helvetica, sans-serif;
	font-weight:normal;
}
/*------------ Logo -----------------*/
#cajacabecera{
	width:100%;
	background:#fff;
	padding:5px 0;
	position:fixed;
	/*left:0;
	top:0;*/
	z-index:999;
	margin:auto;
}
#cabecera{
	width:790px;
	margin:auto;
	overflow:hidden;
}
#logo{
	width:30%;
	float:left;
}
#logo img{
	display:block;
}
/*----- Menu ----*/
#menu{
	width:70%;
	float:left;
	margin-top:35px;
}
#btn-menu{
	display:none;
}
#cabecera label{
	cursor:pointer;
	font-size:14px;
	display:none;
}
#menu ul{
	display:flex;
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
}
#menu ul a{
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	display:block;
	padding:6px 15px;
	color:#54226E;
	font-weight:normal;
	text-decoration:none;
	margin-top:20px;
	margin:auto;
	transition: all 0.5s;
	text-align: center;
	letter-spacing:2px;
}
#menu ul a:hover, #menu ul a.activo{
	/*background:#0280BB;*/
	color:#E46300;
	letter-spacing:3px;
	
}
#menu ul li:hover ul{
	display:block;
	position:absolute;
}
#menu ul ul{
	width:250px;
	display:none;
	/*background:#0280BB;*/
}
#menu ul ul a{
	color:#FF0009;
}
#menu ul ul a:hover{
	/*background:#000;*/
	color:#FF0009;
}


/*--- Scroll ---*/
#scrollUp {
	width:56px;
	height:56px;
	bottom: 10px;
	right: 10px;
	background:url(../imagenes/scroll.png);
}

/*---- Contenedor ---*/
.seccion{
	width:100%;
	margin:0;
}
/*--- Inicio ***/
.inicio{
	width:100%;
	background:#000000;
	height:600px;
	padding:0;
	/*margin-top:80px;*/
}
.abajo{
	width:88px;
	height:88px;
	display:block;
	position:absolute;
	/*bottom:30px;*/
	left:47%;
	z-index:888;
}

/*--- Nosotros ----*/
.nosotros{
	background:rgba(243,241,241,0.5);
	padding-top:90px;
}
.contenedornosotros{
	width:100%;
	max-width:960px;
	margin:0 auto;
	position:relative;
	padding:10px 0 100px 0;
}
.contenedornosotros img{
	width:30%;
	height:auto;
	display:block;
	margin:auto;
	padding:10px;
}
.titulo-negro{
	font-family: 'Open Sans', sans-serif;
	display:block;
	font-size:45px;
	color:#E46300;
	font-weight:normal;
	line-height:45px;
	text-align:center;
	margin-bottom:30px;
}

.titulo-amarillo{
	display:block;
	background:rgba(252,213,50,1.00);
	font-size:34px;
	color:#0280BB;
	line-height:80px;
	text-align:center;
	letter-spacing:4px;
	margin-bottom:30px;
}
.textonegro{
	font-family: 'Open Sans', sans-serif;
	font-size:30px;
	line-height:30px;
	font-weight:normal;
	color:#000;
	text-align:justify;
	margin-bottom:20px;
}

/*.titulo-mv{
	display:block;
	font-size:20px;
	color:#000;
	line-height:30px;
	text-align:left;
	letter-spacing:2px;
	margin-bottom:10px;
}
.textomv{
	color:#000;
	text-align:justify;
	line-height:10px;
	margin-bottom:10px;
}*/

/*--- Servicios ----*/
.servicios{
	background:#E55E00;
	padding-top:90px;
}
.contenedorservicio{
	width:100%;
	max-width:1100px;
	margin:0 auto;
	position:relative;
	padding:10px 0 100px 0;
}
.titulo-blanco{
	font-family: 'Open Sans', sans-serif;
	display:block;
	font-size:45px;
	color:#fff;
	font-weight:normal;
	line-height:45px;
	text-align:center;
	margin-bottom:30px;
}
.textoblanco{
	font-family: 'Open Sans', sans-serif;
	font-size:30px;
	line-height:30px;
	color:#FFFFFF;
	text-align:justify;
	margin-bottom:30px;
}

.cajaservicios{
	width:100%;
	margin:0 auto;
	margin-bottom:25px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.cservi{
	width: 33.3%;
	height:auto;
	padding: 10px;
}
.cservicio{
	background: #FFFFFF;
	height:450px;
}
.cservicio img{
	width:100%;
	height:auto;
	display:block;
	transition:all 0.6S;
	overflow:hidden;
}
.cservicio img:hover{
	transform:scale(1.1);
}
.cservicio h2{
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	line-height:16px;
	font-weight:bold;
	text-align:center;
	color:#E55E00;
	padding:10px 20px;
}
.cservicio p{
	text-align:justify;
	color:#552570;
	font-size:14px;
	line-height:15px;
	padding:10px;
}
.enterate{
	width:140px;
	height:33px;
	display:block;
	line-height:32px;
	text-align:center;
	background:#FEB500;
	/*border:2px solid #FEB500;*/
	color:#fff;
	margin:auto;
}

/*--- Galería ----*/
.galeria{
	background:#fff;
	/*background:#FFF212;*/
	padding-top:90px;
}
.contenedor-galeria{
	width:100%;
	padding:10px 0 130px 0;
	position:relative;
}
.contenedor-galeria #boxgaleria{
	width:100%;
	max-width:1100px;
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	flex-wrap:wrap;
	margin:auto;
}
.contenedor-galeria #boxgaleria div{
	width:32%;
	height:auto;
	margin:auto;
	padding:10px;
	margin-bottom:15px;
	border:1px solid #0D2DA7;
}
.contenedor-galeria #boxgaleria div img{
	width:100%;
	height:auto;
	display:flex;
	margin:auto;
	padding:0
}

/*--- Clientes ----*/
.clientes{
	background:#fff;
	padding-top:140px;
}
.contenedor-clientes{
	width:100%;
	max-width:1100px;
	margin:0 auto;
	padding:10px 0 100px 0;
	position:relative;
}
.listaclientes{
	width:100%;
	max-width:880px;
	margin:0 auto;
	padding:0;
	list-style:none;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
}
.listaclientes li{
	width: 33.33%;
	padding: 10px;
}
.listaclientes li a{
	display:block;
}
.listaclientes li a img{
	display:block;
	margin: auto;
}
/*--- productos ----*/
.productos{
	background:#f1f2f3;
	padding-top:140px;
}
.contenedor-producto{
	width:100%;
	max-width:1100px;
	margin:0 auto;
	padding:10px 0 140px 0;
	position:relative;
}
.cajapro{
	width:100%;
	max-width:780px;
	margin:0 auto;
	border-bottom:1px dashed #0280BB;
	overflow:hidden;
	padding:30px 0;
}
.imgpro{
	width:20%;
	float:left;
	margin-right:2%
}
.textopro{
	width:78%;
	float:left;
}
/*.enterate{
	width:140px;
	height:40px;
	display:flex;
	line-height:32px;
	text-align:center;
	border:4px solid #487fb8;
	color:#487fb8;
	float:right;
	margin:10px 6px;
}*/
/*--- equipo ----*/
.equipo{
	background:#000000;
	padding-top:140px;
}
.contenedor-equipo{
	width:100%;
	padding:10px 0 130px 0;
	position:relative;
}
/*--- Contactenos ---*/
.contactenos{
	background:#fff;
	padding-top:140px;
}
#colformu{
	width:100%;
	max-width:755px;
	overflow:hidden;
	margin:0 auto;
}
#colformu i{
	color:#000;
	font-size:18px;
}
#colformu a{
	color:#000;
	font-size:14px;
}
.campo-izq{
	width:49%;
	float:left;
	margin-right:2%;
}
.campos{
	width:100%;
	height:40px;
	line-height:40px;
	border:1px solid #AAAAAA;
	padding:0 10px;
}
.comentarios{
	width:100%;
	height:132px;
	border:1px solid #AAAAAA;
	padding:5px 10px;
	color:#9D9D9D;
}
.botoncontact{
	width:160px;
	height:42px;
	display:block;
	margin:0 auto;
	line-height:42px;
	background:#54226E;
	color:#FFFFFF;
	text-align:center;
	border:none;
	font-family:'CabinCondensed700', Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-top:14px;
	transition:all 0.5s;
	margin-bottom:70px;
}
.botoncontact:hover{
	background:#E46300;

}
.campo-der{
	width:49%;
	float:left;
}

/*-- Google Maps --*/
.google_map{
	border:4px solid #868695;
	height:350px; 
	width:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
#mapa{
	height:450px; 
	width:100%;
	margin-top:30px;
	border-top: 1px solid #CCCCCC;
}
.overlay{
	width:71px;
	height:94px;
	display:block;
}
#piepagina{
	background:#54226E;
	padding:20px 0;
}
#piepagina p{
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	line-height:14px;
	color:#FFFFFF;
	text-align:center;
}


.contenedor{
	width:100%;
	max-width:1100px;
	height:800px;
	margin:0 auto;
	position:relative;
}
.contenedorcont{
	width:100%;
	max-width:1100px;
	margin:0 auto;
}

/******************************************/
/***    DISEÑO PARA TABLETAS           ****/
/******************************************/
@media only screen and (max-width: 1024px){
	.abajo{
		left:45%;
	}
	
}

/******************************************/
/***    DISEÑO PARA MOVILES 800        ****/
/******************************************/
@media only screen and (max-width:800px){
	#cajacabecera{
		padding:10px 5px;
	}
	#cabecera label{
		display:block;
		position:absolute;
		right:10px;	
		top:26px;
	}
	#menu{
		position:absolute;
		top:50px;
		left:0;
		width:100%;
		transform:translateX(-100%);
		transition:all 0.3s;
	}
	#menu ul{
		/*flex-direction:column;*/
		display:block;
		background:#54226E;
	}
	#menu ul a{
		padding:10px 20px;
		color:#fff;
		border-bottom:1px solid #fff;
		text-align:left;

	}
	#menu ul a:hover{
		background:#E46300;
		color:#fff;
		font-weight:normal;
	}
	
	
	#menu ul li:hover ul{
		display:none;
		position:static;	
	}
	
	#menu a span{
		position:absolute;
		right:5px;
	}
	
	#btn-menu:checked ~ #menu{
		transform:translateX(0%);
	}
	
	#menu ul ul{
		background:#CCCCCC;
		width:100%;
	}
	#menu ul ul a{
		padding:10px 35px;
		color:#000000;
	}
	
	
	/*---- Boton Abajo ---*/
	.abajo{
		left:44%;
	}
	
	/*---- Serivcios ----*/
	.cservi{
		width: 50%;
		padding: 15px;
	}
	/*---- Clientes ----*/
	.listaclientes{
		width:80%;
	}
	.listaclientes li{
		width: 50%;
	}
	.listaclientes li a img{
		width: 100%;
		height: auto;
		display: block;
	}
}
/******************************************/
/***    DISEÑO PARA MOVILES 600        ****/
/******************************************/
@media only screen and (max-width:603px){
	
	/*---- Boton Abajo ---*/
	.abajo{
		left:43%;
	}
	
	
	
}
/******************************************/
/***    DISEÑO PARA MOVILES 533        ****/
/******************************************/
@media only screen and (max-width:533px){
	/*---- Boton Abajo ---*/
	.abajo{
		left:43%;
	}
	
	/*--- productos ----*/
	.imgpro{
		width:100%;
		float:none;
		margin-right:0;
		margin-bottom:20px;
	}
	.imgpro img{
		display:block;
		margin:0 auto;
	}
	.textopro{
		width:90%;
		float:none;
		margin:0 auto;
	}
	
}
/******************************************/
/***    DISEÑO PARA MOVILES 480        ****/
/******************************************/
@media only screen and (max-width:480px){
	
	/*--- Inicio ***/
	.inicio{
		height:630px;
	}
	#patrones{
		height:630px;
		line-height:630px;
	}
	/*---- Boton Abajo ---*/
	.abajo{
		bottom:5px;
	}
	
	/*--- Contactenos ---*/
	.campo-izq{
		width:100%;
		float:none;
		margin-right:0;
		margin-bottom:10px;
	}
	.campo-der{
		width:100%;
		float:none;
	}
	/*--- Clientes ---*/
	.listaclientes li{
		float:none;
	}
	.listaclientes li a img{
		display:block;
		margin:0 auto;
	}
}

/******************************************/
/***    DISEÑO PARA MOVILES 360        ****/
/******************************************/
@media only screen and (max-width:360px){
	
	/*---- Boton Abajo ---*/
	.abajo{
		left:39%;
	}
	
	/*---- Serivcios ----*/
	.cservi{
		width: 90%;
		padding: 15px;
		margin: auto;
	}
	
}
/******************************************/
/***    DISEÑO PARA MOVILES 320        ****/
/******************************************/
@media only screen and (max-width:320px){
	
}
/******************************************/
/***    DISEÑO PARA MOVILES 240        ****/
/******************************************/
@media only screen and (max-width:240px){
	
}
