.redes_sociales{
	position: fixed;
	right: 0;
	top: 35%;
	font-size: 2.5rem;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	z-index: 100;	
}

.redes_sociales a:hover{
	display: inline-block;
	color: #fff;
	text-decoration: none;
	padding:10px 15px;
}

.icon{
	color: white;
	text-decoration: none;
	padding: .7rem;
	display: flex;
	transition: all .5s; 
}

.icono-facebook{
	background: #3b5998;
	
}

.icono-twitter{
	background: #339DC5	
}
 
.icono-youtube{
	background: #E83028	
}

.icono-instagram{
	background: #8a3ab9
}

.icon:first-child{
	border-radius: 1rem 0 0 0;
}

.icon:last-child{
	border-radius: 0 0 0 1rem;
}

.icon:hover {
	padding-right: 5rem;
	text-decoration: none;
	border-radius: 1rem 0 0 1rem;
	box-shadow: 0 0 .5rem rgba(0, 0, 0, 0.10);
}
 cs-style-1 figcaption {
	height: 100%;
	width: 100%;
	opacity: 0;
	text-align: center;
	backface-visibility: hidden;
	transition: transform 0.3s, opacity 0.3s;
}

.cs-style-1 figcaption {
	height: 100%;
	width: 100%;
	opacity: 0;
	text-align: center;
	backface-visibility: hidden;
	transition: transform 0.3s, opacity 0.3s;
}

.no-touch .cs-style-1 figure:hover figcaption,
.cs-style-1 figure.cs-hover figcaption {
	opacity: 1;
	transform: translate(15px, 15px);
}

.cs-style-1 figcaption h3 {
	margin-top: 70px;
}

.cs-style-1 figcaption span {
	display: block;
}

.cs-style-1 figcaption a {
	margin-top: 30px;
}

.ninguno {
	list-style:none;
}