/**
 * Homepage ≤767px: o icon-list do hero (5f69f2f / 192c9e4)
 * deixa de ficar absolute a meio. O footer já tem as mesmas redes.
 * Desktop ≥768px: sem regras (home PT).
 */

@media (max-width: 767px) {
	body.home .elementor-element-5f69f2f,
	body.home .elementor-element-192c9e4 {
		display: none !important;
		position: static !important;
		transform: none !important;
		top: auto !important;
		right: auto !important;
	}
}
