.dtwf-boton {
	position: fixed;
	right: 24px;
	bottom: 24px;
	z-index: 999999;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background: #25D366;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3);
	text-decoration: none;
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.dtwf-boton:hover,
.dtwf-boton:focus {
	transform: scale(1.08);
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
}

.dtwf-boton__icono {
	width: 34px;
	height: 34px;
}

@media (max-width: 600px) {
	.dtwf-boton {
		right: 16px;
		bottom: 16px;
		width: 48px;
		height: 48px;
	}

	.dtwf-boton__icono {
		width: 26px;
		height: 26px;
	}
}
