#btn-whats-cnt {
	display: flex;
	align-items: center;
	position: fixed; 
	bottom: 0px;
	right: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	transition: 0.2s ease;
}

#btn-whats-cnt > span {
	display: inline;
	padding: 8px;
	width: 0px;
	height: 100%;
	opacity: 0;
	color: var(--purple-1);
	background-color: white;
	border-radius: var(--soft);
	border: solid 2px var(--purple-1);
	font-weight: bold;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	transition: 0.2s ease;
}

#btn-whats {
	display: inline;
	padding: 5px;
	border: none;
	background-color: transparent;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	transition: 0.2s ease;
}

#btn-whats-cnt:hover {
	margin-right: 16px;
	margin-bottom: 16px;
	transition: 0.2s ease;
}

#btn-whats-cnt:hover > button {
	width: 68px;
	height: 68px;
	transition: 0.2s ease;
}

#btn-whats-cnt:hover > span {
	width: 120px;
	opacity: 0.8;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
	transition: 0.2s ease;
}

#btn-whats-cnt:hover > button > img {
	filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5)) /*hue-rotate(125deg)*/;
	transition: 0.2s ease;
}

#btn-whats > img {
	width: 100%;
	height: 100%;
	filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.5)) /*hue-rotate(125deg)*/;
}
