.cont_redes
{
	position: fixed;
	bottom: 50px;
	left: 100px;
	z-index: 15;
}
.item_redes
{
	height: 60px;
	width: 60px;
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.instagram
{
	background-image: url('../../img/red1.png');
}
.facebook
{
	background-image: url('../../img/red2.png');
}


@media screen and (max-width: 2300px),(max-height: 1200px) {
		
}
@media screen and (max-width: 1750px),(max-height: 1000px) {
	.item_redes
	{
		height: 45px;
		width: 45px;
	}	
	.cont_redes
	{
		bottom: 30px;
		left: 80px;
	}
	
}
@media screen and (max-width: 1400px),(max-height: 800px) {
	
}
@media screen and (max-width: 1050px),(max-height: 700px) {
	.item_redes
	{
		height: 30px;
		width: 30px;
	}	
	.cont_redes
	{
		bottom: 20px;
		left: 20px;
	}
}
@media screen and (max-width: 950px),(max-height: 600px) {

}

@media screen and (max-width: 800px),(max-height: 500px) {

	
}
@media screen and (max-width: 700px) {
	.cont_redes
	{
		bottom: 10px;
		left: 10px;
	}
}
@media screen and (max-width: 500px) {

}

/*.lazy{ transition: all .3s;}*/