.guia-judicial-home .banner {
	display: none;
}

.guia-judicial-home .content-area {
	padding-top: 34px;
}

.gj-home {
	color: #202428;
	margin-bottom: 56px;
}

.gj-home *,
.gj-home *::before,
.gj-home *::after {
	box-sizing: border-box;
}

.gj-home-hero {
	align-items: stretch;
	background:
		linear-gradient(135deg, rgba(239, 48, 114, .1), rgba(25, 135, 132, .08)),
		#f8f9fb;
	border: 1px solid #e6e9ef;
	border-radius: 8px;
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(0, 1.8fr) minmax(260px, .8fr);
	margin: 0 0 38px;
	overflow: hidden;
	padding: 34px;
}

.gj-home-hero__content {
	max-width: 760px;
	min-width: 0;
}

.gj-home-eyebrow,
.gj-home-section__label {
	color: #0f766e;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.gj-home-hero h2 {
	color: #111827;
	font-size: 34px;
	font-weight: 700;
	line-height: 1.15;
	margin: 0 0 14px;
	max-width: 680px;
}

.gj-home-lead {
	color: #4b5563;
	font-size: 17px;
	line-height: 1.65;
	margin: 0 0 24px;
	max-width: 700px;
}

.gj-home-search {
	align-items: center;
	background: #fff;
	border: 1px solid #d8dde7;
	border-radius: 8px;
	box-shadow: 0 12px 28px rgba(17, 24, 39, .07);
	display: flex;
	gap: 8px;
	margin: 0 0 16px;
	max-width: 680px;
	padding: 8px;
}

.gj-home-search input {
	background: transparent;
	border: 0;
	color: #111827;
	flex: 1;
	font-size: 16px;
	min-width: 0;
	outline: 0;
	padding: 12px 12px;
}

.gj-home-search button {
	align-items: center;
	background: var(--color-primary);
	border: 0;
	border-radius: 6px;
	color: #fff;
	display: inline-flex;
	font-size: 22px;
	font-weight: 700;
	height: 44px;
	justify-content: center;
	line-height: 1;
	min-width: 48px;
	padding: 0 14px;
	transition: var(--transition);
}

.gj-home-search button:hover,
.gj-home-search button:focus {
	background: #111827;
}

.gj-home-quicklinks {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.gj-home-quicklinks a,
.gj-home-section__link {
	align-items: center;
	background: #fff;
	border: 1px solid #dfe4ed;
	border-radius: 999px;
	color: #374151;
	display: inline-flex;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	padding: 9px 14px;
	text-decoration: none;
	transition: var(--transition);
}

.gj-home-quicklinks a:hover,
.gj-home-section__link:hover {
	background: var(--color-primary);
	border-color: var(--color-primary);
	color: #fff;
}

.gj-home-hero__panel {
	background: #111827;
	border-radius: 8px;
	color: #fff;
	display: grid;
	gap: 1px;
	overflow: hidden;
}

.gj-home-hero__panel div {
	background: rgba(255, 255, 255, .06);
	padding: 22px;
}

.gj-home-hero__panel strong {
	color: #fff;
	display: block;
	font-size: 34px;
	line-height: 1;
	margin-bottom: 8px;
}

.gj-home-hero__panel span {
	color: rgba(255, 255, 255, .72);
	display: block;
	font-size: 14px;
	line-height: 1.35;
}

.gj-home-section {
	margin-top: 38px;
}

.gj-home-section__head {
	margin-bottom: 18px;
}

.gj-home-section__head--split {
	align-items: end;
	display: flex;
	gap: 16px;
	justify-content: space-between;
}

.gj-home-section h2 {
	color: #111827;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.25;
	margin: 0;
}

.gj-home-featured-grid,
.gj-home-secondary-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gj-home-department-grid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gj-home-card {
	background: #fff;
	border: 1px solid #e2e7f0;
	border-radius: 8px;
	color: inherit;
	display: flex;
	gap: 14px;
	min-width: 0;
	padding: 18px;
	text-decoration: none;
	transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.gj-home-card:hover,
.gj-home-card:focus {
	border-color: rgba(239, 48, 114, .45);
	box-shadow: 0 14px 34px rgba(17, 24, 39, .09);
	color: inherit;
	transform: translateY(-2px);
}

.gj-home-card__icon {
	align-items: center;
	background: #f1f5f9;
	border-radius: 8px;
	color: #0f766e;
	display: inline-flex;
	flex: 0 0 42px;
	font-size: 14px;
	font-weight: 800;
	height: 42px;
	justify-content: center;
	line-height: 1;
}

.gj-home-card--featured .gj-home-card__icon {
	background: rgba(239, 48, 114, .1);
	color: var(--color-primary);
}

.gj-home-card__body {
	display: block;
	min-width: 0;
}

.gj-home-card__title,
.gj-home-card__description,
.gj-home-card__meta {
	display: block;
}

.gj-home-card__title {
	color: #111827;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 7px;
	overflow-wrap: anywhere;
}

.gj-home-card__description {
	color: #4b5563;
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 10px;
}

.gj-home-card__meta {
	color: #6b7280;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
}

.gj-home-card--department {
	align-items: center;
	padding: 13px 14px;
}

.gj-home-card--department .gj-home-card__icon {
	flex-basis: 34px;
	font-size: 11px;
	height: 34px;
}

.gj-home-card--department .gj-home-card__title {
	font-size: 14px;
	margin: 0;
}

.gj-home-card--department .gj-home-card__description,
.gj-home-card--department .gj-home-card__meta {
	display: none;
}

.gj-home-empty {
	background: #fff7ed;
	border: 1px solid #fed7aa;
	border-radius: 8px;
	color: #9a3412;
	font-weight: 600;
	margin: 28px 0 0;
	padding: 14px 16px;
}

.gj-home-card[hidden],
.gj-home-section[hidden] {
	display: none !important;
}

@media (max-width: 991px) {
	.gj-home-hero {
		grid-template-columns: 1fr;
		padding: 28px;
	}

	.gj-home-featured-grid,
	.gj-home-secondary-grid {
		grid-template-columns: 1fr;
	}

	.gj-home-department-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 575px) {
	.guia-judicial-home .content-area {
		padding-top: 20px;
	}

	.gj-home-hero {
		border-radius: 0;
		margin-left: -15px;
		margin-right: -15px;
		padding: 24px 18px;
	}

	.gj-home-hero h2 {
		font-size: 28px;
	}

	.gj-home-search {
		align-items: stretch;
		flex-direction: column;
	}

	.gj-home-search button {
		width: 100%;
	}

	.gj-home-section__head--split {
		align-items: flex-start;
		flex-direction: column;
	}

	.gj-home-department-grid {
		grid-template-columns: 1fr;
	}
}
