/*a {
	text-decoration: none;
}*/

.btnWhatsapp {
	box-sizing: border-box;
	position: fixed;
	bottom: 60px;
	right: 10px;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	background-color: rgba(0,163,8,1.00);
	display: flex;
	justify-content: center;
	align-content: center;
	color: transparent;
	cursor: pointer;
	overflow: hidden;
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.7);
	z-index: 100;
}



.btnWhatsapp .imgBntWhatsapp {
	width: 30px; 
	height: 30px;
	margin-top: 10px;

	
	
}