body.cadastro-grupo-page .page-title-wrapper {
	display: none;
}

body.cadastro-grupo-page .content,
body.cadastro-grupo-page .content * {
	box-sizing: border-box;
}

body.cadastro-grupo-page .content {
	background: #eef1f6;
	max-width: 100%;
	min-height: 100vh;
	min-height: 100dvh;
	padding: 1.2em 0 2em;
}

body.cadastro-grupo-page .content:before,
body.cadastro-grupo-page .content:after {
	display: none;
}

body.cadastro-grupo-page .content > .container {
	margin: 0 16px;
	max-width: calc(100% - 32px);
}

body.cadastro-grupo-page .content .container-inner {
	margin: 0;
	padding: 0;
}

body.cadastro-grupo-page .content .container-inner > .clear {
	display: none;
}

body.cadastro-grupo-page .content-column-content {
	float: none;
	margin: 0 auto;
	max-width: 760px;
	width: 100%;
}

.om-cadastro-titulo {
	margin: 0 0 0.5em;
	color: #001a47;
	font-family: Poppins, sans-serif;
	font-size: clamp(28px, 4vw, 48px);
	font-weight: 800;
	line-height: 1.12;
	letter-spacing: -0.04em;
	text-align: center;
}

.om-cadastro-contato-cta {
	box-sizing: border-box;
	margin: 0 0 2em;
	padding: 1.4em 1.2em 1.5em;
	clear: both;
	text-align: center;
	background: #eef1f6;
	border-radius: 8px;
}

.om-cadastro-contato-cta-titulo {
	margin: 0 0 0.35em;
	color: #001a47;
	font-family: Poppins, sans-serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: -0.02em;
}

.om-cadastro-contato-cta-texto {
	margin: 0 auto 1em;
	max-width: 36em;
	color: #4a5563;
	font-family: Lato, Arial, sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.45;
}

.om-cadastro-contato-botao {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	padding: 6px 16px;
	border: 0;
	border-radius: 4px;
	background: #001a47;
	color: #fff !important;
	font-family: Poppins, sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.08em;
	line-height: 1.2;
	text-decoration: none;
	box-shadow: 0 8px 18px rgba(0, 26, 71, 0.18);
}

.om-cadastro-contato-botao:hover,
.om-cadastro-contato-botao:focus {
	background: #e67e22;
	color: #fff !important;
	text-decoration: none;
}
