@charset "utf-8";
/* CSS Document */

@import 'https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700';

.box-5 {width:5%; box-sizing:border-box;}
.box-10 {width:10%; box-sizing:border-box;}
.box-15 {width:15%; box-sizing:border-box;}
.box-18 {width:18%; box-sizing:border-box;}
.box-20 {width:20%; box-sizing:border-box;}
.box-25 {width:25%; box-sizing:border-box;}
.box-30 {width:30%; box-sizing:border-box;}
.box-35 {width:35%; box-sizing:border-box;}
.box-40 {width:40%; box-sizing:border-box;}
.box-45 {width:45%; box-sizing:border-box;}
.box-50 {width:50%; box-sizing:border-box;}
.box-55 {width:55%; box-sizing:border-box;}
.box-60 {width:60%; box-sizing:border-box;}
.box-65 {width:65%; box-sizing:border-box;}
.box-70 {width:70%; box-sizing:border-box;}
.box-75 {width:75%; box-sizing:border-box;}
.box-80 {width:80%; box-sizing:border-box;}
.box-85 {width:85%; box-sizing:border-box;}
.box-90 {width:90%; box-sizing:border-box;}
.box-95 {width:95%; box-sizing:border-box;}
.box-100 {width:100%; box-sizing:border-box;}

.pse{
	width: 80%;
	margin: center;
	height: auto;
}

body{	margin: 0;	padding: 0;	font-family: 'Roboto Condensed', sans-serif; }
.container{	width:1024px;	margin:0 auto;	height: auto; }
.color-1 {color: #FCB100;}

header {
	height: 30px;
	background: #FCB100;
}
.redes {
	box-sizing: border-box;
	padding: 5px;
	float: left;
}
.redes a {
	text-decoration: none;
}
.redes i {
	color: #fff;
	font-size: 1.2em;
	margin-right: 8px;
}
.redes i:hover {
	color: #2E428C;
}
.fa-facebook{
	color: #2E428C;
}

.info {
	box-sizing: border-box;
	padding: 5px;
	float: right;
	display: flex;
	flex-wrap: wrap;
	color: #fff;
}
.info i {
	margin-left: 12px;
}

.logo {
	height: 60px;
	float: left;
}
.logo img{
	height: auto;
	box-sizing: border-box;
}
/*	==================================================================
		 CODIFICACION PARA LA BARRA DE NAVEGACION SUPERIOR
	==================================================================	*/
.menu-bar{
display: none;
}
.navegacion{
	width: 100%;
	height: 70px;
	display: flex;
	justify-content: space-between;
}

.menu-responsive {display: none;}

.nav1 {
	height: 60px;
	z-index: 9999;
	float: left;

}
 nav .nav-top{
	 width: 100%;
	box-sizing: border-box;
	height: 60px;
	background: #fff;
	margin: 0;
	z-index: 9999;
	padding: 25px;
}
nav .nav-top li {
	text-decoration: none;
	display: inline-block;
	position: relative;
	width: 13%;
	text-align: center;
}
nav .nav-top li a {
	display: block;
	text-decoration: none;
	color: #000;
}
nav .nav-top  li a:hover {
	color: #fcae00;
}
nav .nav-top  li:hover ul{ /* APARECER SUBMENU */
	display: block;
}
nav .nav-top  li ul {
	display: none;
	position: absolute;
	background: #fff;
	width: 130%;
	padding: 0;
}
nav .nav-top  li ul li {
	display: block;
	overflow: hidden;
	background: #fff;
	width: 100%;
}
nav .nav-top li ul li a {
	display: block;
	padding: 15px;
}
nav .bars {
	color: #000;
	box-sizing: border-box;

}

nav .bars i {
	padding: 20px;
	font-size: 1.5em;
}
nav .bars i:hover {
	color: #fcae00;
	cursor: pointer;
}

/*	==================================================================
		 CODIFICACION PARA EL SLIDER
	==================================================================	*/
.slider {
	width: 100%;
	height: 600px;
	z-index: 0;


}
/*	==================================================================
		 CODIFICACION PARA LOS SERVICIOS DEL HOME
	==================================================================	*/
.servicios {
	height: 400px;
	margin-bottom: 10px;
	z-index: 0;
	background: #FCB100;

}
.servicio {
	width: 1024px;
	margin: 0 auto;
	height: 100%;
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	align-items: center;

}

.services {
	color: #fff;
	text-align: center;
	height: 400px;
}
.services i {
	font-size: 3em;
	margin: 20px;
	float: left;
}

.services:hover {
	border: 2px solid #fff;

}
.services img{
	margin-top: 30px;
}
.services p{
	padding-bottom: 40px;
	margin: 0;
}
.buttom {
	border: 1px solid #fff;
	border-radius: 5px;
	padding: 8px;
	cursor: pointer;

}
.buttom a {
	text-decoration: none;
	color: #fff;
}
/*	==================================================================
		 CODIFICACION PARA EL INNER
	==================================================================	*/

.inner-top {
	text-align: center;
}

.inner-bottom {
	height: 450px;
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.inner-bottom i{
	color:#FCB100;
}
.inner {
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}
.inner-middle {
	display: flex;
	align-items: center;
	justify-content: center;
}
.inner-middle i {
	font-size: 10em;
}
.inner-prod{
	display: flex;
	flex-wrap: wrap;
}
.inner-prod p {
	margin-top: 0px;
}

.inner-prod i {
	font-size: 3.5em;
	float: left;
}

/*	==================================================================
		 CODIFICACION PARA EL FOOTER
	==================================================================	*/

	footer {
		height: 380px;
		background: #252525;
		margin-top: 20px;
	}
	footer ul {
		list-style: none;
		padding: 0;
		padding-left:30px;
	}
	footer li{
		padding:3px 0px;
	}
	footer h2{
		padding-top: 30px;
		padding-left:30px;
		font-size: 1.2em;
	}
	footer i{
		padding-right: 4px;
	}
	footer a{
		text-decoration: none;
		color: #fff;
	}
	.pie{
		height: 249px;
		float: left;
	}
	.pie-svial{
		height:350px;
		float: left;
	}
	.pie-svial img{
		padding-top: 20px;
		margin-bottom: 0px;
		margin-left: -16px;
	}
	.pie-svial p{
		width: 70%;
		text-align: justify;
		margin: 0;
		color:#fff;
	}
	.pie-svial i{
		font-size: 1.1em;
		text-align: center;
		color: #fff;
		padding:5px;
		margin-top:30px;
		border-right: 1px solid #fff;
	}
	.pie-servicios{
		height:350px;
		float: left;
		color: #fff;
	}
	.pie-servicios i{
		color: #ffb800;
		font-size: 0.7em;
	}


	.pie-servicios ul li{
		text-decoration: none;
	}
	.pie-home{
		height:350px;
		float: left;
			color: #fff;
	}
	.pie-home i{
			color: #ffb800;
		font-size: 0.7em;
	}
	.pie-home h2{
		padding-left: 55px;
	}
	.pie-home ul{
		padding-left: 55px;
	}
	.pie-galeria{
		height:350px;
		float: left;
		color: #fff;
		display: flex;
		flex-wrap: wrap;
	}


	.copyright {
		height: 30px;
		border-top: 1px solid #b3b3b3;
		color: #fff;
		clear: both;
		padding: 5px;
		box-sizing: border-box;
		background: #252525;
	}
.copyright p {
	color: #b3b3b3;
	width: 300px;
	margin: 0 auto;
	text-align: center;
	/*padding-top: 10px;*/
}


.banner{
  display: flex;
  background: #ffb000;
  align-items: center;
  align-content: center;
}
 .banner img{
   float: right;
 }

.fondo h2{
  margin: 0;
  color: #fff;
  font-size: 3.0em;
  text-align: center;
}
.fondo p{
  color: #fff;
  margin: 0;
  text-align: center;
}

/*====================================================================
				codigo el catalogo productos
  ====================================================================*/



/*.catalogo img {text-align:center;}*/
.foot-galery {display: flex; flex-wrap: wrap;}
.producto {width: 46%;}
.producto {margin-top:-40px; }
.producto  img { width:100%;}
.producto {	margin-left:2px;	text-align:center;	box-sizing:border-box;}

.producto1 {	border:1px solid #CCC;	text-align:center;	box-sizing:border-box;}
.producto .btn a {	color:#FFF;	text-decoration:none;}
.producto .btn a:hover {	color:#fff;}
.producto li {	text-align:center;}

.producto .hide{	display:none;}

.product {	margin:0 auto;	width:100%;	height:235px;}
