/*Botao-WhatsApp-Flutuante: button-whats*/
#whats-button {
	background: #41c66e none repeat scroll 0 0;
	border: 0 none;
	border-radius: 50%;
	bottom: 50px;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
	color: #fff;
	height: 60px;
	line-height: 74px;
	opacity: 0;
	position: fixed;
	right: 40px;
	text-align: center;
	/*vertical-align: middle;*/
	transition: opacity 0.2s ease-out 0s;
	width: 60px;
	z-index: 9999;
}
#whats-button i {
	color: #fff;
}
.show {
	display: block !important;
}
#whats-button.show {
	opacity: 1;
}
