@import url('https://fonts.googleapis.com/css2?family=Mate:ital@0;1&display=swap');



*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

/*-------------------------Encabezado---------------------------*/
header{
	display: none;
}

/*-------------------------Menu---------------------------*/

nav{
	background: url("imagenes/Fondo-CS.png");
	background-size: cover;
	background-attachment: fixed;
	height: 600px;
}

nav h1{
	color: #4a235a;
	background-image: linear-gradient(-225deg, #f2f3f4 0%, #f2f3f4 48%, #f2f3f4 100%);
	padding: 10px;
	text-align: center;
	font-size: 45px;
	box-shadow: 20px 10px 10px 1px rgba(0, 0, 0, 0.3);
    font-family: "Mate", serif;
}
nav h2{
	color:  #0b5345;
	background-image: linear-gradient(-225deg,   #ebedef  0%,  #ebedef  48%,  #ebedef  100%);
	padding: 5px;
	text-align: center;
	font-size: 20px;
	box-shadow: 20px 10px 10px 1px rgba(0, 0, 0, 0.3);
    font-family: "Mate", serif;
}
nav	ul{
	height: 550px;
	padding: 80px;
	list-style: none;
	background-color: rgba(225, 222, 240, .3);
}

nav	li{
	padding: 15px;
	text-align: left;
}

nav	a{
	text-decoration: none;
	color: black;
	font-size: 18px;
	padding:10px 50px;
	background-color: rgba(244, 246, 246, 1);
	border-radius: 10px;
	box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
    font-family: "Mate", serif;
}

nav a:hover{
	background-color: #3d4c95;
	color: white;
	box-shadow: 0px 0px 20px 1px rgba(255, 255, 255, 0.3);
}

.menu_p{
	display: none;
}

/*-------------------------Servicios---------------------------*/
main{
	background-color: #f2fcf9;
}

main section{
}


.objetivo h2{
	padding: 20px;
	font-size: 30px;
	text-align: center;
	color:  #d35400;
	background-image: linear-gradient(to top, #fdfefe 0%, #fdfefe 1%, #fdfefe 100%);
	font-family: "Mate", serif;
}
.objetivo article{
	padding: 80px;
	font-size: 23px;
	text-align: justify;
	background-image: linear-gradient(-225deg, #fdfefe 0%, #fdfefe 100%);
    font-family: "Mate", serif;
}



.Etapa h2{
	padding: 20px;
	font-size: 30px;
	text-align: center;
	color: #d35400;
	background-image: linear-gradient(to top,  #f4f6f6  0%,  #f4f6f6  1%,  #f4f6f6  100%);
	font-family: "Mate", serif;
}
.bloque{
	background-image: linear-gradient(-225deg, #fdfefe 0%, #fdfefe 100%);
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}
.caja{
	background-color: #e8e8e8;
 	background-blend-mode: normal,color-burn;
	width: 320px;
	height: 380px;
	padding: 30px;
	margin-right: 40px;
	margin-left: 40px;	
	margin-top: 30px;
	margin-bottom: 30px;
	box-shadow: 0px 0px 5px 1px rgba(86, 101, 115, 0.4);
}
.caja img{
	height: 200px;
}
.caja p{
	padding: 30px 20px;
	font-size: 16px;
	text-align: justify;
	font-family: "Mate", serif;
}
.restaurar{
	clear: both;
}

/*-------------------------Recursos Materiales---------------------------*/

.recmat{
	background-image: linear-gradient(-225deg, #fdfefe 0%, #fdfefe 100%);
}
.recmat h2{
	padding: 20px;
	font-size: 30px;
	text-align: center;
	color: #d35400;
	background-image: linear-gradient(to top,  #f4f6f6  0%,  #f4f6f6  1%,  #f4f6f6  100%);
	font-family: "Mate", serif;
}


.recmat div{
	margin-top: 30px;
	margin-bottom: 30px;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}

.recmat embed{
	width: 850px;
	height: 650px;
	margin: 10px;
	box-shadow: 0px 0px 5px 1px rgba(86, 101, 115, 0.8);
}

/*-------------------------Pie de pagina---------------------------*/

.footer{
	display: flex;
}

.footer>div{
	flex: 1;
	background-color: #34495e;
	padding: 10px 30px 10px 30px;
	color:  #f8f9f9;
	font-size: 15px;
	font-family: 'Mitr', sans-serif;

}

.caja-2{
	text-align: right;
	padding left: 30px;
}
.caja-2 a{
	font-size: 30px;
}
.footer p{
	padding: 2px;
}
.footer a{
	color: #f8f9f9;
	text-decoration: none;
}



/*-----------------------Responsive 500-----------------------------*/

@media(max-width:500px){
	nav	ul{
	padding: 50px 10px 10px 5px;
}
.objetivo article{
	padding: 25px;
}
.caja p{
	padding: 10px;
	font-size: 16px;
}
nav{
	background: url("imagenes/Fondo-CS-1.png");
}
