@media (max-width: 576px) {

	#am-wuñelfe {
		max-width: 100%;
	}

	#am-wuñelfe .logo-link {
		transform: scale(0.9);          /* ← clave */
		transform-origin: left center;  /* ← alineado a la izquierda */
	}

	#am-wuñelfe .logo-icon img {
		height: 36px;
	}

	#am-wuñelfe .logo-text img {
		height: 36px;
	}
}
