#video_intro{
	border: 0px solid red;
	padding-top: 50px;
}

#contenedor_intro{
	border: 0px solid blue;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

#contenidovideo{
	width: 80%;
	border: 0px solid green;
	align-content: center;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	font-family: montserratli;
	font-size: 0.9em;
	padding: 20px;
	line-height: 20px;
	text-align: center;
	padding-bottom: 20px;
}

#videouno{
	width: 100%;
	border: 0px solid green;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 20px;
}







#numeralia{
	width: 100%;
	min-height: 400px;
	margin-top: 80px;
	margin-bottom: 50px;
	padding: 0 20px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 230px), 230px));
	justify-content: center;
	align-content: center;
	gap: 0;
	box-sizing: border-box;
}

#numeralia > :first-child{
	grid-column: 1 / -1;
}

#numeralia[style]{
	height: auto !important;
}




#numero_proyectos{
	border: 0px solid red;
	width: 230px;
	height: 300px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
}

#numero_proyectos img{
	width: 130px;
	height: 130px;
	padding: 15px;
	border-radius: 50%;
	border: 3px solid #00a9bd;
}


#numero_estudiantes{
	border: 0px solid red;
	width: 230px;
	height: 300px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
}

#numero_estudiantes img{
	width: 130px;
	height: 130px;
	padding: 15px;
	border-radius: 50%;
	border: 3px solid #00a9bd;
}


#numero_ninos{
	border: 0px solid red;
	width: 230px;
	height: 300px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
}

#numero_ninos img{
	width: 130px;
	height: 130px;
	padding: 15px;
	border-radius: 50%;
	border: 3px solid #00a9bd;
}


#numero_ninas{
	border: 0px solid red;
	width: 230px;
	height: 300px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
}

#numero_ninas img{
	width: 130px;
	height: 130px;
	padding: 15px;
	border-radius: 50%;
	border: 3px solid #00a9bd;
}


.num{
	font-family: montserratbold;
	font-size: 3em;
	width: 100%;
	text-align: center;
	color: #292929;
	border: 0px solid red;
	margin-top: 10px;
}

.tit{
	font-family: montserratli;
	font-size: 0.9em;
	width: 100%;
	text-align: center;
	color: #292929;
	border: 0px solid red;
}

























#herramientas_lxm{
	width: 100%;
	height: auto !important;
	min-height: 400px;
	background-color: #00a9bd;
	padding: 50px 20px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 200px), 200px));
	justify-content: center;
	align-items: center;
	align-content: center;
	gap: 20px;
	margin-top: 50px;
	box-sizing: border-box;
	
}

#herramientas_lxm > a,
#herramientas_lxm > .herramientas_lxm{
	width: 200px;
	max-width: 100%;
}

#herramientas_lxm > .herramientas_lxm[style]{
	margin: 0 !important;
}

.herramientas_lxm{
	height: 200px;
	width: 200px;
	border: 0px solid yellow;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	position: relative;
	z-index: 100;
}

.herramientas_lxm img{
	width: 80px;
	height: 80px;
	margin-bottom: 20px;
}

.herramientas_lxm p{
	width: 100%;
	font-family: montserratbold;
	font-size: 0.9em;
	text-align: center;
	color: #FFFFFF;
	line-height: 20px;
	
}

a{
	text-decoration: none;
	color: #FFFFFF;
}







