@import url('https://fonts.googleapis.com/css?family=Josefin+Sans&display=swap');
/*@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(blogcombo2.css);
@import url(productos2.css);
@import url(info.css);
@import url(contacto.css);
	
* {
	margin: 0;
	padding: 0;
	text-align: left;
	box-sizing: border-box;
}

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

header {
	width: 100%;
	height: 0px;
	color: #000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	font-size: 14px;
	color: #360;
	/*font-family: 'Open Sans', sans-serif;*/
	background-color: #003459;
}

.contenedor {
	width: 98%;
	margin: auto;
	text-align: left;
	font-family: 'Open Sans', sans-serif;
}

h1 {
	float: left;

}

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



a {
	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: #000;
}

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

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


#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: #154273;
}

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

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

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

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







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

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

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

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



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