.whatsapp-button {
	position: fixed;
	right: 24px;
	bottom: 84px;
	z-index: 999;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	box-shadow: 0 2px 10px rgb(0 0 0 / 25%);
}

.whatsapp-button__icona {
	display: block;
	width: 100%;
	height: 100%;
}

@media (width <= 767px) {
	.whatsapp-button {
		right: 16px;
		bottom: 76px;
		width: 48px;
		height: 48px;
	}
}
