@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

/* WHATSAPP */

.Whatsapp{
	position:fixed;
	width:60px;
	height:60px;
	bottom:50%;
	right:10px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
  z-index:100;
}
.Whatsapp:hover {
	text-decoration: none;
	color: #25d366;
  background-color:#fff;
}

.my-Whatsapp{
	margin-top:16px;
}
