.full-width{
	text-align: center;
	width: 100%;
}
.half-width{
	text-align: center;
	width: 40%;
}

.figura-caption{
	width: 290px;
	display: inline-block;
	font-size: 30px;
	max-width: 100%;
}
.figura-caption:hover{
	border-radius: 100%;
	transition: ease-out .5s;
}
.separador{
	width: 100%;
	height: 40px;
	background-color: rgba(51,61,71,.95);
}

.sepia{
	display: inline-block;
	text-align: center;
	max-width: 100%;
	float: left;
	border-radius: 5px;
	-webkit-filter: sepia(100%);
  	-moz-filter: sepia(100%);
  	-ms-filter: sepia(100%);
  	-o-filter: sepia(100%);
  	filter: sepia(100%);
  	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'old-timey\'><feColorMatrix type=\'matrix\' values=\'0.64 0.55 0.15 0 0 0.52 0.49 0.14 0 0 0.18 0.38 0.13 0 0 0 0 0 1 0\'/></filter></svg>#old-timey");
  	filter: sepia; /* IE 6-9 */
}

.grey{
	display: inline-block;
	text-align: center;
	max-width: 100%;
	float: left;
	border-radius: 5px;
	-webkit-filter: grayscale(100%);
  	-moz-filter: sepia(100%);
  	-ms-filter: sepia(100%);
  	-o-filter: sepia(100%);
  	filter: sepia(100%);
  	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  	filter: sepia; /* IE 6-9 */
}

.grey img, .sepia img{
	max-width: 100%;
	float: left;
}

span.flaticon-diploma label{
	font-size: 100px;
}
