*{
	margin:0;
	padding:0;
	box-sizing: border-box;
}


.contenedor{
	padding: 60px 0;
	width: 90%;
	max-width: 1000px;
	margin: auto;
	overflow: hidden;
}

.titulo{
	font-size: 30px;
	text-align: center;
}
.titulo small{
	font-size: 20px;
	text-align: center;
	color: #5e6169;
}
/*header*/

header{
	width: 100%;
	}

nav{
	text-align: right;
	padding: 30px 50px 0 0;
}

nav > a{
	color: #fff;
	font-weight: 300;
	text-decoration: none;
	margin-right: 10px;
}

nav > a:hover{
	color: #040d21 ;
}

.textos-header h1{
	font-size: 50px;
	color:#fff;
}
.textos-header h2{
	font-size: 30px;
	font-weight: 300;
	color:#fff;
}

.wave{
	position: absolute;
	bottom: 0;
	width: 100%;
}

/*Inicio*/

.RecContra{
	margin-top: -180px;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.ContContra{
	width: 20%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	background: #f2f2f2;
}

.Conten{
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 5px;
}
.Conten1{
	margin-top: 30px;
	margin-bottom: 10px;
	width: 100%;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	background: #ffff;
}
.Conten2{
	margin-bottom: 5px;
	width: 50%;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	background: #aedad8;
}



