header{
	width: 100%;
	height: 750px;
	background: #bc4e9c;
	background: -webkit-linear-gradient(to right, hsla(340, 95%, 50%, 6), hsla(317, 45%, 52%, .6)), url(https://computerworldmexico.com.mx/wp-content/uploads/2019/12/Soft-Skills.jpg);
	background: linear-gradient(to right, hsla(340, 95%, 50%, .6), hsla(317, 45%, 52%, .6)), url(https://computerworldmexico.com.mx/wp-content/uploads/2019/12/Soft-Skills.jpg);
	background-size: cover;
	background-attachment: fixed;
	position: relative; 
}

nav{
	text-align: right;
	padding: 30px 50px 0 0;
}

nav > a{
	color: #fff;
	font-weight: 300;
	text-decoration: none;
	margin-right: 10px; 
}

.waved{
	position: absolute;
	bottom: 0;
	width: 100%;
}

header .textos-header{
	display: flex;
	height: 430px;
	width: 100%;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}

.textos-header h1{
	font-size: 50px;
	color: #fff;
}

.textos-header h2{
	font-size: 30px;
	font-weight: 300
	color: #fff;
}

@media screen and (max-width: 900px){
	header{
		background-position: center;
	}

	.contenedor-sobre-nosotros{
		flex-direction: column;
		justify-content: center;
		align-items: right;

	}

	.sobre-nosotros .contenido-textos{
		width: 90%;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.contenedor-footer{
		flex-direction: column;
	}

	.content-foo{
		margin-bottom: 20px;
		text-align: center;
	}

	.content-foo p{
		color: #ccc;
		border-bottom: 1px solid #f2f2f2;
		padding-bottom: 20px;
	}

	.titulo-final{
		font-size: 20px;
	}
}

@media screen and (max-width: 500px){
	nav{
		padding: 30px 0 0 0; 
	}

	nav > a{
		margin-right: 5px;
	}

	.textos-header{
		font-size: 35px;
	}

	.textos-header h2{
		font-size: 20px;
	}

	.imagen{
		margin-bottom: 660px;
		width: 99%;
	}

	.sobre-nosotros .contenido-textos{
		width: 95%;
	}

	.imagen-port{
		width: 95%;
	}

	.contenedor-footer{
		flex-direction: column;
	}

	.content-foo{
		margin-bottom: 20px;
		text-align: center;
	}

	.content-foo p{
		color: #CCC;
		border-bottom: 1px solid #F2F2F2;
		padding-bottom: 20px; 
	}

	.titulo-final{
		font-size: 20px;
	}
} 