
.bubble-global  { position: fixed; bottom: 50%; right: 20px; z-index: 99999; display: flex; align-items: center; border: 2px; border-style: solid; border-color: #25D366; color:#000000 !important; background-color: #ffffb1; padding: 6px 10px; font-size: 16px; font-weight: bold; text-decoration: none; }

@media (max-width: 1020px) {
	.bubble-global {
		bottom: 20px;
		text-decoration: none;
		font-size: 20px;
	}
	
	.whatsapp-bubble-global {
		width: 85px;
		height: 80px;
	}
}

@media print {
	.bubble-global {
		display: none !important;
	}
}