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

.icon_whatsapp_bottom {
	cursor: pointer;
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 75px;
    height: 75px;
    text-align: center;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	z-index: 10;
	cursor: pointer;
	

}