@import url('https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');

* {
	box-sizing:border-box;
}

img {
	display: block;
	max-width: 100%;
}

body{
	margin: 0;
	font-family: 'Open Sans', sans-serif;
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Yanone Kaffeesatz', sans-serif;
	letter-spacing: 1.5px;
}
.section__titulo{
	text-align: center;
	font-size: 40px;
	color: #FBA919;
}
.contenedor{
	margin: auto;
	width: 99%;
}


/*---------Estilos header-----------*/
.header{
	height: 60px;
}
.header .contenedor{
	display: flex;
	justify-content: space-between;
}
.logo{
	margin: 5px;
	color: #FBA919;
	
	
}
.icon-menu{
	display: block;
	color: #fff;
	width: 40px;
	height: 40px;
	font-size: 30px;
	background:#FBA919;
	text-align: center;
	line-height: 40px;
	border-radius: 5px;
	margin-left: auto;
	cursor: pointer;
}
/*---------Estilos Menu-----------*/
/*.nav{
	position: absolute;
	top: 60px;
	left: -100%;
	width: 100%;
	transition: all 0.4s;
}
.menu{
	list-style: none;
	padding: 0;
	margin: 0;
}

.menu__link{
	display: block;
	padding: 15px;
	background:#FBA919;
	text-decoration: none;
	color: #fff;
}
.menu__link:hover, .select{
	background:white;
	color:#FBA919; 
}*/
.nav{
	position: absolute;
	top: 60px;
	left: -100%;
	width: 100%;
	transition: all 0.4s;

}
.menu{
	list-style: none;
	margin: 0;
	padding: 0;
}
.menu__link{
	display: block;
	color: #FBA919;
	height: 50px;
	text-decoration: none;
	padding: 15px;
	border-bottom: 1px solid rgba(255,255,255,0.5);
}
.menu__link:hover, .select{
	background:white;
	color:#FBA919; 
}

.mostrar{
	left: 0;
	height: 100vh;
	background:rgba(51,51,51,0.9);
	
}


/*---------Estilos de Banner-----------*/
.banner {
	margin-top: -60px;
	position: relative;
	z-index: -1000;
	margin-bottom: 20px;
}

.banner .contenedor{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 100%;
	color: #fff;
	text-align: center;
}
.banner__txt{
	display: none;
}
/*---------Estilos de Info-----------*/
.info__columna{
	background:rgba(51,51,51,0.9);
	color: #fff;
	padding: 15px;
	margin-bottom: 30px;
}

/*---------Estilos de Productos-----------*/
.productos__columna{
	position: relative;
	margin-bottom: 30px;
}
.productos__descripcion{
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	background:rgba(0,0,0,0.5);
	width: 60%;
	height: 100%;
	padding: 5px;
}
.productos__titulo{
	font-size: 25px;
	margin: 5px 0;
}
.productos__img{
	width: 100%
}

/*---------Estilos de Footer-----------*/
.footer{
	background:#333;
	color: #fff;
	padding: 10px;
	text-align: center;
}
.footer .social [class^="icon-"]{
	display: inline-block;
	color: #333;
	text-decoration: none;
	font-size: 30px;
	padding: 5px;
	background:white;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	line-height: 40px;
}
/*---------Estilos Responsive-----------*/
@media(min-width:480px){
	
	.logo{
		font-size: 40px;
	}
	.banner__titulo{
		font-size: 30px;
		margin: 5px 0;
	}
	.banner__txt{
		display: block;
		font-size: 18px;
		margin: 7px 0;
	}
	.info, .productos{
		display: flex;
		justify-content: space-between;
		margin-top: -90px;
	}
	.info__columna{
		width: 32%;
		/*margin: 5px 0;*/
	}
	.info__titulo{
		font-size: 30px;
		margin: 5px 0;
	}
	.section__titulo{
		width: 100%;
	}
	.productos{
		flex-wrap:wrap;
		margin-top: 0;
	}
	.productos__columna{
		width: 49%;
	}
	.footer .social[class^="icon-"]{
		margin: 0 10px;
	}
	
}
@media(min-width: 768px){
	.banner__titulo{
		font-size: 50px;
	}
	.productos__titulo{
		font-size: 40px;
	}
}
@media(min-width: 1024px){
	.nav{
	position: static;
	float: left;
	top: 60px;
	/*left: 50%;*/
	width: auto;
	transition: all 0.4s;
	}
	.menu{
		display: table;
		table-layout: fixed;
		float: left;
	}
	.menu__link{
		border:none;
	}
	.menu li{
		display: table-cell;
		overflow: hidden;
	}
	.contenedor{
		width: 1000px;
	}
	.section__titulo{
		font-size: 50px;
		margin: 30px 0;
	}
	.icon-menu{
		display: none;
	}
	
	.select{
		color:#fff;
		background:#FBA919;
	}
	.banner__titulo{
		font-size: 60px;
	}
	.banner__txt{
		font-size: 25px;
	}
	.info{
		margin-top: -120px;
	}
	.info__columna{
		padding: 30px;
	}
	.info__titulo{
		font-size: 40px;
		text-align: center;
	}
	.productos__descripcion{
		padding: 20px;
		display: flex;
		flex-wrap:wrap;
		justify-content:center;
		align-items:center;
		align-content:center;
	}
	.productos__titulo{
		font-size: 50px;
	}
	.productos__txt{
		font-size: 20px;
	}	
}
@media(min-width:1280px){
	.contenedor{
		width: 1200px;
	}
	.logo{
		font-size: 60px;
	}
	.banner .contenedor{
		top:40%;
	}
	.info{
		margin-top: -220px;
	}
}