/* Maya Poder — Contacto */

.maya-btn-whatsapp {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 16px;
	border-radius: 999px;
	background: #25d366;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.maya-btn-whatsapp:hover {
	transform: translateY(-1px);
	box-shadow: 0 4px 14px rgba(37, 211, 102, 0.35);
	color: #fff;
	text-decoration: none;
}
