/**
 * Hub Serviços: hover do H2 ligado, critério D1.
 * Não transforma o título num botão. Não mexe no «Saber mais».
 */

body.servicos-page.servicos-hub .ua-split__copy .ua-title .elementor-heading-title a.ua-servico-title-link {
	color: inherit;
	background: none;
	border: 0;
	box-shadow: none;
	padding: 0;
	margin: 0;
	font: inherit;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	text-transform: inherit;
	text-decoration: none;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
	cursor: pointer;
}

body.servicos-page.servicos-hub .ua-split__copy .ua-title .elementor-heading-title a.ua-servico-title-link:hover,
body.servicos-page.servicos-hub .ua-split__copy .ua-title .elementor-heading-title a.ua-servico-title-link:focus-visible {
	color: var(--servico-cyan, #00a5cf);
	background: none;
	box-shadow: none;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}
