@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Oswald');
@import url(menu.css);
@import url(banner.css);
@import url(cabe1.css);
@import url(blog.css);
@import url(marcas.css);
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body{
	font-family: 'Oswald', sans-serif;
	background-color: #75B280;
	color: #fff;
}

header{
	width: 100%;
	height: 110px;
	background: #fff;
	color: #424242;
	
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	
}

.contenedor{
	width: 98%;
	margin: auto;
	
}

h1{
	float: left;
	
}

.titulo{
	margin-top: 130px;
	margin-bottom: auto;
	font-family: 'Oswald', sans-serif;
}

header .contenedor{
	display: table;
}

section{
	width: 100%;
	margin-bottom: 25px;
	
}


#iniconcepto{
	text-align: center;
}

#iniconcepto p{
	font-size: 16px;
}


footer .contenedor{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	
}

.copy{
	font-size: 20px;
	
}

.sociales{
	width: 100%;
	text-align: center;
	font-size: 30px;
}

.sociales a{
	color: #333;
	text-decoration: none;	
}


@media (min-width:1024px){
	.contenedor{
		width: 1050px;
	}	
	#iniconcepto{
		width: 1050px;
		margin: auto;
		margin-bottom: 25px;
		text-align: center;
	}
	
}



