@import url(http://fonts.googleapis.com/css?family=Open+Sans);
@import url(menu.css);
@import url(banner.css);
@import url(blog.css);
@import url(blog2.css);
@import url(blog3.css);
@import url(blogcombo.css);
@import url(blogcombodos.css);
@import url(blogcombotres.css);
@import url(blogcombocuatro.css);
@import url(productos2.css);
@import url(info.css);
@import url(contacto.css);
@import url(contactodos.css);
	
* {
	margin: 0;
	padding: 0;
	text-align:center;
	box-sizing: border-box;
}

body {
	/* [disabled]font-family: 'Open Sans', sans-serif; */
	background: #A0D86D;
}

header {
	width: 100%;
	height: 50px;
	/*background: #8FC1D1;*/
	background: #333;
	color: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	font-size: 10px;
	color: #360;
	font-family: 'Open Sans', sans-serif;
}

.contenedor {
	width: 98%;
	margin: auto;
	text-align: left;
}

h1 {
	float: left;

}

h4 {
	float: center;
	font-family: 'Open Sans', sans-serif;
	
	
}

h3 {
	float: center;
	font-family: 'Open Sans', sans-serif;
	
	
}

h2 {
	float: center;
	font-family: 'Open Sans', sans-serif;
	
	
}


header .contenedor {
	display: table;
}

section {
	width: 100%;
	margin-bottom: 25px;
	background: #F9F9F9;
}

#bienvenidos {
	text-align: center;
	color: #CFF;
	background: #F9F9F9;
}

#bienvenidos2 {
	text-align: center;
	/*padding: 10px;*/
	color: #036;
	background: #C7DBFA;
}


#pagos {
	text-align: center;
	color: #666;
}



#pagos .contenedor {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}


#pagos img {
	width: 320px;
	height: 180px;
	
}





footer {
	width: 100%;
	background: #8FC1D1;
}

footer .contenedor {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.copy {
	font-size: 20px;
	color: #036;
	font-family: 'Open Sans', sans-serif;
}

.sociales {
	width: 100%;
	text-align: center;
	padding-bottom: 25px;
}

.sociales a {
	font-size: 28px;
	text-decoration: none;
	color: #036;
	
}







@media (min-width:768px) {
	.sociales {
		width: auto;
	}
	footer .contenedor {
		justify-content: space-between;
	}
}

@media (min-width:1024px) {
	.contenedor {
		width: 1000px;
	}
}

@media (min-width:2000px) {
	.contenedor {
		width: 2000px;
	}
}



@media (min-width:768px) {
	#pagos img{
		width: 640px;
	height: 360px;
	}
}
