/** WHATSAPP BUTTON FLOAT */
.whatsapp-float{
	position:fixed;
	width: 56px;
	height: 56px;
	bottom: 1rem;
	right: 1rem;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	display: flex;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    font-size:30px;
	box-shadow: 2px 2px 3px #999;
    z-index:1000;
}

.whatsapp-float:hover{
	color:#FFF;
}