.bf-boton {
	position: fixed;
	top: 110px;
	right: 16px;
	z-index: 99999;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border: 1px solid #e5e7eb;
	text-decoration: none;
	padding: 6px;
	border-radius: 50%;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.bf-boton:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.24);
}

.bf-logo {
	display: block;
	width: 56px;
	height: 56px;
	object-fit: contain;
}
