.icone-spotify {
	color: #1DB954;
	font-size: 60px;
	margin-left: -2px;
	margin-top: -2px;
}

.spotify{	
	background-color: white;
	border-radius:50px;
	text-align:center;
	font-size:30px;
	box-shadow: 1px 1px 2px #888;
	z-index:1000;
	position:fixed; 
	width:55px;
	height:55px;
	bottom:65px;
	right:25px;
}

.icone-spotify:hover {
	color: #191414;	
	transition-property: color;
  transition-duration: 2s;
  transition-timing-function: ease-in;
}

.pulandinho {
	animation-name: pulandinho;
	animation-duration: 4s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-timing-function: ease-out;
	animation-delay: 1s;	
}


@keyframes pulandinho {
	0% {bottom: 65px;}
	90% {bottom: 65px;}
	100% {bottom: 75px;}
}