body{
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	padding-top: 100px;
}



.fm-nav a{
			color: #fff;
			padding: 15px;
		}

		
		.fm-nav a:hover {
			background: rgba(255,255,255,.2);
		}

h2{
	font-family: 'Raleway', sans-serif;
	font-style: bold;
}

.n-alumnos .foto {
	text-align: center;
}

.n-alumnos .foto img {
	margin-bottom: 30px;
}

.n-alumnos .foto .nombre {
	color: #545454;
	font-weight: 300;
	font-size: 18px;
	letter-spacing:2px;
}

.n-alumnos .info .titulo {
	
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	font-size: 30px;
	margin-bottom: 30px;
}



.contenedor {
      padding: 20px;
    }

    /* Footer */
.redes-sociales {
	padding: 40px 0;
	margin-bottom: 40px;
}

.redes-sociales .icono {
	width: 80px;
	height: 80px;
	color: #fff;
	background: #cbcbcb;
	display: inline-block;
	margin: 0px 20px;
	text-decoration: none;
	border-radius: 80px;
	transition: all .3s ease;
}

.redes-sociales .icono svg {
	width: 40px;
	height: 40px;
}


.redes-sociales .instagram {background: #b81d6a;}
.redes-sociales .facebook {background: #3b5998;}

.redes-sociales .facebook:hover{background: #4b82f7;}
.redes-sociales .instagram:hover{background: #f52a8f;}


/* MEDIAQUERIES */
/* Dispositivo sm */
@media screen and (max-width: 576px){
	.redes-sociales .icono {
		width: 50px;
		height: 50px;
	}

	.redes-sociales .icono svg {
		width: 25px;
		height: 25px;
	}

}