.tuacte-whatsapp {
	position: fixed;
	z-index: 99990;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	color: #fff;
	background: #25d366;
	border-radius: 50%;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
	text-decoration: none;
	transition: transform 160ms ease, box-shadow 160ms ease;
}

.tuacte-whatsapp:hover,
.tuacte-whatsapp:focus {
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.26);
}

.tuacte-whatsapp--bottom-right {
	right: 22px;
	bottom: 22px;
}

.tuacte-whatsapp--bottom-left {
	left: 22px;
	bottom: 22px;
}

.tuacte-whatsapp--middle-right {
	right: 22px;
	top: 50%;
	transform: translateY(-50%);
}

.tuacte-whatsapp--middle-right:hover,
.tuacte-whatsapp--middle-right:focus {
	transform: translateY(calc(-50% - 2px));
}

.tuacte-whatsapp--middle-left {
	left: 22px;
	top: 50%;
	transform: translateY(-50%);
}

.tuacte-whatsapp--middle-left:hover,
.tuacte-whatsapp--middle-left:focus {
	transform: translateY(calc(-50% - 2px));
}

.tuacte-whatsapp__icon,
.tuacte-whatsapp__icon svg {
	display: block;
	width: 34px;
	height: 34px;
	fill: currentColor;
}

@media (max-width: 600px) {
	.tuacte-whatsapp {
		width: 52px;
		height: 52px;
	}

	.tuacte-whatsapp--bottom-right {
		right: 14px;
		bottom: 14px;
	}

	.tuacte-whatsapp--bottom-left {
		left: 14px;
		bottom: 14px;
	}
}
