
#presentacion{
	width: 85%;
	margin:20px auto;
	/*background: #ADACAC;*/	
}
.fila{
	display: flex;
	justify-content:flex-start;
	flex-direction: row;
	align-content: flex-start;	
	margin:40px 20px;
	
}
.preview{
	border:1px solid white;
	border-radius: 4px;
	width: 33%;	
	padding: 15px;
	margin:5px 10px;
	background: white;
}
.video{
	height: 200px; /*70%;*/
	border:1px solid #555555;
	background: black;
	/*background: #F2F1F1;*/	
}
.video img{
	width: 20%;
	height: 30%;
	margin:auto;
	margin-top: 40px;
	display: block;	
}

.data{
	padding-top: 4px;
	
}
.data a{
	text-decoration:none;
	color:black;
}
.data span{
	display:block;
	font-size: 14px;
}
.data-name{

}
.data-universidad{
	
}
#content{
	background: #EEEBEB !important;
}
#proyecto_publico{
	width: 55%;
}
.invalid{	
	display: block;
	font-size: 20px;
	color:white;
	text-align: center;		
}

#olvido{
	width: 45%;
	margin: 50px auto;
	padding: 20px;
}

#about{
	width: 80%;
	margin:20px auto;
	text-align: center;
}
#about>.tarjeta{
	padding: 30px;
	margin-bottom: 20px;
}
#about h3{
	margin-bottom: 40px;
}

#participantes{
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 30px;	
}
.perfil{
	display: flex;
	flex-flow: column;
	border: 1px solid #D7D6D6;
	margin:10px;
	padding: 10px 15px;
	border-radius: 2px;
	background: #FDFCFC;
	width: 160px;
	box-shadow: 0px 0px 6px #E3E2E2;

}
.perfil img{
	width: 100%;
	height: 130px;
	display: block;
	border-radius: 1px;
	/*  -webkit-filter: grayscale(80%);
    filter: grayscale(80%);*/
}
.perfil h6{
	margin-top: 5px;
	margin-bottom: 0;
}
.perfil span{
	font-size: 14px;	
	font-style: italic;
}
.social-media{
	display: flex;
	flex-flow: row;
	justify-content: center;
	align-items: center;
	border-top: 1px solid #D7D5D5;
	padding-top: 10px;
	margin-top: 10px;
	width: 100%;
}
.social-media i{
	display: block;
	margin:auto 5px;
	cursor: pointer;
}
.social-media a{
	text-decoration: none;
	color: #2E2E2E;

}
.social-media a:hover{
	text-decoration: none;
}

@media (max-width: 575.98px) { 

	#presentacion{
		width: 100%;
	}
	.fila{
		flex-direction: column;
	}

	.preview{
		width: 100%;
	}


	#header div{
		margin:auto;
		font-size: 12px;
	}
	#proyecto_publico{
		width: 100%;		
	}
	#olvido{
		width: 90%;
	}
	#ufpso{
		width: 250px;
	}
}