@charset "UTF-8";
/* CSS Document */

*{
font-family: 'Fira Sans', sans-serif;
	
}


body{
	margin:0;
	padding: 0;
	background: #FFFEF3;
}

h1{
	color: #005377;
}

h2{
	padding: 10px;
	margin:0;
	color: #2A484A;	
}

h5{
	font-size:15px;
	color: #fff;
}

a{
	text-decoration:none;	
}
p{
	color:#fff;
	margin-left: 20px;
	font-size: 15px;
	margin-bottom: 20px;
}

.Header{  
	background: #e9415b;
	width: 100%;
			}
	.Menu{
		width: 1280px;
		margin: auto;
		display: flex;
		align-items: center;
		height: 100px;

		}

		.Logo{	
			margin-left: 20px;
			width: 500px;
				
			}

.Main{
	display: flex;
	flex-flow: column nowrap;
	max-width: 1280px;
	margin: auto;
	padding: 50px;
	/*background: #2471E2;*/
}


.Principal{
	display: flex;
	flex-flow: row nowrap;
	width: 100%;
	justify-content: center;
	align-items: center;
	padding-bottom: 60px;
}

.Encabezado{
	
	margin-left:100px;
	font-size: 45px;
	line-height: 1;
	}

.Pencabezado{
	color: #005377;
	font-size: 18px;
}

.ImagenP{
	margin-right: 0px;
	display:flex;
	justify-content: center;
}

.ImagenP img{
	width: 80%;
	height: 100%;
}

.Actividades{
	display:flex;
	flex-flow: wrap;
	justify-content: center;
}

.Evento{
	background: #028090;
	width: 250px;
	height: 100%;
	margin: 20px;
	border-radius: 10px;
	line-height: 0.3;
	-webkit-box-shadow: 7px 12px 24px -8px rgba(0,0,0,0.54);
}

.Evento:hover{
	background: #e9415b;
}
		.Titulo{
				margin-left: 15px;
				font-size: 25px;
			}

		.Imagen{
				margin:10px;			
		}		
		.Imagen img{
				margin:0px;
				padding:0px;
				width: 100%;
				height: auto;	
			}
		

		.Fecha{	
				position: absolute;
				display:flex;
				background: #e9415b;
				height: 45px;
				margin-left: 20px;
				margin-top: -90px;
				width:fit-content;
				border-radius: 5px;
				align-items: center;
				line-height: 1;
				padding: 5px;
			}
		.Fecha01{
				color: #fff;
				font-size:15px;
			}

		.Proyecto{
				margin-left:15px;
				margin-top: 15px;
			}

	
				

.Ffooter{
	background: #e9415b;
	width:100%;

	
}

.Footer{
		max-width: 1280px;
		margin: auto;
		display: flex;
		padding: 20px;
	}
		.Info{
			padding-left:20px;
			flex: 1 1 auto;
			line-height: 5px;
		}
		h3{
			color:#fff;
			font-size: 18px;
			font-weight: 700;
		}

		h4{
			color:#fff;
			font-size: 12px;
			font-weight: 500;
		}
		span{
			color:#fff;
			padding: 5px;
			font-size: 12px;
			font-weight: 200;
		}
		.Redes{
			padding-right: 50px;
			display:flex;
			justify-content: flex-end;
			align-items: center;
			flex:1 1 auto;
		}
		.Redes .Icon img{
			width: 100%;
}
			.Icon{
				margin:15px;
				width:50px;
			}



/*Desde	aquí está el mediaquerty para tablet*/


@media all and (max-width: 768px){
	
body{
}

h2{	
	font-size: 15px;	
}

h5{
	font-size: 12px;
}

.Header{
	
	}
	.Menu{
		width: auto;
		}

		.Logo{	
				width: 400px;
			}

.Main{
	
}
	

.Principal{
	display: flex;
	flex-flow: column wrap;
	width: 100%;
	justify-content: center;
	align-items: center;
	padding-bottom: 60px;
}
	
.Encabezado{
	
	margin-left:0px;
	font-size: 25px;
	line-height: 1;
	text-align: center;
	}	

	.Pencabezado{
		font-size: 15px;
	}
	
.ImagenP img{
	width: 100%;
}
	
.Ffooter{

	
}

.Footer{
		
	}
		.Info{
			
		}
		h3{
			font-size: 15px;			
		}

		h4{
			font-size: 10px;
		}
		span{
			font-size: 10px;
		}
		.Redes{
			
		}
		.Redes .Icon img{
			width: 70%;
}
			.Icon{
			
			}
	
	
	
}

/*Desde	aquí está el mediaquerty para mobile landscape*/


@media all and (max-width: 375px){
	
body{
}

h2{	
	font-size: 15px;	
}

h5{
	font-size: 15px;
}

.Header{
	
	}
	.Menu{
		width: auto;
		}

		.Logo{	
			margin: auto;
			width: 300px;
			}

.Main{
	
}
	

.Ffooter{

	
}

.Footer{
		flex-flow: column-reverse;
		justify-content: center;
		align-content: center;
	}
		.Info{
			text-align: center;
			padding: 0px;
		}
		h3{
			font-size: 18px;			
		}

		h4{
			font-size: 12px;
		}
		span{
			font-size: 12px;
		}
		.Redes{
			margin-bottom: 20px;
			justify-content: center;
			padding: 0px;
		}
		.Redes .Icon img{
			width: 80%;
}
			.Icon{
			
			}
	
	
	
}

/*Desde	aquí está el mediaquerty para mobile portrait */


@media all and (max-width: 812px){
	
body{
}

h2{	
	font-size: 15px;	
}

h5{
	font-size: 15px;
}

.Header{
	
	}
	.Menu{
		width: auto;
		}

		.Logo{	
			margin: auto;
			width: 300px;
			}

.Main{
	
}

	

.Ffooter{

	
}

.Footer{
		flex-flow: column-reverse;
		justify-content: center;
		align-content: center;
	}
		.Info{
			text-align: center;
			padding: 0px;
		}
		h3{
			font-size: 18px;			
		}

		h4{
			font-size: 12px;
		}
		span{
			font-size: 12px;
		}
		.Redes{
			margin-bottom: 20px;
			justify-content: center;
			padding: 0px;
		}
		.Redes .Icon img{
			width: 80%;
}
			.Icon{
			
			}
	
	
	
}

