/*INSTAGRAM FLOTANTE*/
.insta-flot {
	position: fixed;
	right: 0px;
	top: 290px;
	z-index: 100;
	border-radius: 50%;
	height: 50px;
    width: 50px;
}

.insta-flot:hover, 
.insta-flot:focus {
 	-webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.77);
	-moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.77);
	transition: all 0.4s ease 0s;
}