@charset "utf-8";
/* CSS Document */

.icon_whatsapp_bottom {
	background-color: #34af23;
	cursor: pointer;
    position: fixed;
    bottom: 15px;
    right: 20px;
    width: 65px;
    height: 65px;
	padding: 15px;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	z-index: 10;
	

}