.asagiSabit {
	position:fixed;
	bottom:84px;
	right:0;
	z-index:999
	}
 
.whatsappBlock a {
	display:inline-block;
	height:81px;
	/* background:#65BC54; */
	padding:5px 10px 20px 10px;
	color:#ddd !important;
	font-weight:bold;
	text-align:center;
	opacity: 0.8;
	}
.whatsappBlock a img {
	height:100%;
	width:auto
	}

@media screen and (max-width: 500px) {
	.asagiSabit {
		position:fixed;
		/* bottom:40px;  /* activar cuando está presente el modulo Live Chat Pro bajo a la izquierda */
		/* bottom:0;
		left:16px; */
		bottom:84px;
		right:0;
		z-index:999;
		}
		.whatsappBlock a {
	opacity: 0.6;
	}
}