.redes-sociales-h24{
	position: fixed;
	right: 5%;
	z-index: 1002;
	bottom: 0;
}
.redes-sociales-h24 .circulo{
	height: 36px;
	width: 36px;
	margin-bottom: 15px;
	border-radius: 100%;
	box-shadow:#00000029 0px 3px 6px ;
	background:#ffffff;
	/*padding: 6px;*/
}
.redes-sociales-h24 .inst:hover{  
	box-shadow: #e6d35a 0px 0px 9px;
}
.redes-sociales-h24 .faceb:hover{
	box-shadow: #e6d35a 0px 0px 9px;
}

@media (min-width: 769px) and (max-width: 991px){ 
    .redes-sociales-h24{
		top: 140px; /*18%;*/
	}
} 

@media (max-width: 768px){ 

	.redes-sociales-h24{
		/*position: fixed;*/
		position: absolute;
		top: 110px; /*15%;*/
	}

	.redes-sociales-h24 .circulo{
		height: 30px;
		width: 30px;
		margin-bottom: 10px;
		border-radius: 100%;
		/*padding: 3px;		*/
	}

}

