@media (max-width: 728px) {
	
	header{
		flex-direction: column;
		justify-content: flex-start;
		align-content: flex-start;
		align-items: flex-start;
	}

	header div.principal{
		display: none;
	}

	header div.responsive{
		display: block;
		font-size: 30px;
		color: #189BFA;
		text-shadow: 1px 1px 1px #D2FAFB;
		padding: 10px;
	}

	header div.responsive i{
		margin-right: 10px;
	}

	header nav{
		display: block;
		width: 100%;
		height: 90vh;
		margin-top: 20px;
		display: none;
		position: relative;
	}

	header nav ul{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 10%;
	}

	header nav ul li{
		width: 60%;
		margin: 0 auto;
		border-bottom: 1px solid #FF0F0F;;
	}

	header nav ul li a{
		display: block;
		padding: 10px;
		font-size: 25px;
		text-align: center;
	}

	.informacion{
	width: 80%;
	margin: 20px auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-content: center;
	}

	.informacion .visual{
		display: flex;
		justify-content: center;
		margin-bottom: 10px;
	}

	.informacion img{
		width: 80%;
		margin: 0 auto;
		border-radius: 6px;
	}
	.informacion .contenido{
		width: 80%;
		display: flex;
		flex-direction: column;
		justify-content: space-around;
		align-items: center;
	}

	.informacion .contenido h2{
		width: 100%;
		font-size: 25px;
		text-align: center;
		margin-bottom: 10px;
	}


	.informacion .contenido p{
		text-align: justify;
		margin-bottom: 10px;
	}

	.informacion .contenido a{
		align-self: flex-end;
		margin-right: 30px;
		color: blue; 
		margin-bottom: 10px;
	}

	article.servicios .servicio{
	width: 80%;
}

	footer{
		flex-direction: column;
	}

	footer .footer-info{
		margin: 20px 0;
	}

	div.form form input[type="text"],
	div.form form input[type="email"],
	div.form form textarea{
		width: 90%;
	}

	div.imagen img{
	align-self: center;
	width: 70%;
	margin-bottom: 20px;
	border-radius: 5px;
	box-shadow: 0px 0px 5px grey;
}

	div.info{
		flex-direction: column;
		align-items: flex-start;
	}

	div.catalogo{
		flex-direction: column;
	}

	div.catalogo div.producto{
		width: 100%;
	}

	article#post div.imagen img{
		width: 80%;
	}

}