/**
 * Estilos da página de contato.
 *
 * @package PT2026
 */

.pt2026-contact-page-title {
	font-family: var(--pt2026-font-display-ultra-cond);
	font-size: 48px;
	font-weight: 900;
	letter-spacing: 2%;
	text-transform: uppercase;
	color: #202020;
}

.pt2026-contact-page-card {
	padding: 0.5rem 0 1rem;
}

.pt2026-contact-block-title,
.pt2026-contact-sidebar-title {
	font-family: var(--pt2026-font-display-cond);
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 2%;
	text-transform: uppercase;
	color: #202020;
}

.pt2026-contact-block-text p {
	margin: 0;
	font-family: var(--pt2026-font-body);
	font-size: 14px;
	color: #202020;
}

.pt2026-contact-sidebar-wrap {
	border-left: 1px solid rgba(0, 0, 0, 0.08);
}

.pt2026-contact-sidebar {
	padding-left: 0.75rem;
}

.pt2026-contact-sidebar-group + .pt2026-contact-sidebar-group {
	margin-top: 2rem;
}

.pt2026-contact-sidebar-link {
	display: inline-block;
	font-family: var(--pt2026-font-body);
	font-size: 20px;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
	color: #202020;
	text-decoration: underline;
	text-decoration-color: #E4142C;
	text-decoration-thickness: 2px;
	text-underline-offset: 3px;
}

.pt2026-contact-sidebar-link:hover,
.pt2026-contact-sidebar-link:focus {
	color: #111;
	text-decoration-color: #E4142C;
}

.pt2026-footer {
	margin-top: 0 !important;
}

@media (max-width: 991.98px) {
	.pt2026-contact-sidebar-wrap {
		border-left: 0;
		border-top: 1px solid rgba(0, 0, 0, 0.08);
		padding-top: 1.5rem;
	}

	.pt2026-contact-sidebar {
		padding-left: 0;
	}
}
