.page-id-142 .wp-page-prose,
.page-id-143 .wp-page-prose,
.page-id-144 .wp-page-prose,
.page-id-145 .wp-page-prose,
.page-id-146 .wp-page-prose {
	max-width: none;
}

.wp-page-related {
	margin-top: 64px;
	padding-top: 32px;
	border-top: 1px solid var(--line);
}

.wp-page-cta {
	display: grid;
	grid-template-columns: minmax(0, 7fr) minmax(260px, 3fr);
	margin-top: 56px;
	border: 1px solid var(--line);
	background: var(--ink-deep);
}

.wp-page-cta-map {
	min-height: 330px;
	background: var(--paper-2);
}

.wp-page-cta-map iframe {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 330px;
	border: 0;
}

.wp-page-cta-actions {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 12px;
	padding: clamp(24px, 2.4vw, 38px);
	color: var(--white);
}

.wp-page-cta-actions > span {
	color: #ffc04c;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.wp-page-cta-actions > strong {
	display: block;
	max-width: 300px;
	margin: 0 0 8px;
	font-family: "Archivo Variable", "Arial Narrow", sans-serif;
	font-size: clamp(21px, 1.8vw, 28px);
	line-height: 1.12;
}

.wp-page-cta-button {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 66px;
	padding: 12px 12px 12px 16px;
	border: 1px solid rgba(255, 255, 255, .22);
	border-radius: 2px;
	color: var(--white);
	text-decoration: none !important;
	transition: border-color .2s ease, background-color .2s ease;
}

.wp-page-cta-button::before,
.wp-page-cta-button::after {
	display: none !important;
	content: none !important;
}

.wp-page-cta-button-copy {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 3px;
}

.wp-page-cta-button small {
	display: block;
	color: rgba(255, 255, 255, .7) !important;
	font-size: 8px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.wp-page-cta-button b {
	display: block;
	color: var(--white) !important;
	font-size: 16px;
	font-weight: 750;
	line-height: 1.2;
	text-decoration: none !important;
}

.wp-page-cta-button-icon {
	display: grid;
	width: 38px;
	height: 38px;
	flex: 0 0 38px;
	place-items: center;
	border-left: 1px solid rgba(255, 255, 255, .18);
	color: var(--orange);
}

.wp-page-cta-button-icon svg {
	display: block;
	width: 21px;
	height: 21px;
}

.wp-page-cta-call:hover,
.wp-page-cta-call:focus-visible {
	border-color: var(--orange);
	background: rgba(250, 150, 2, .1);
}

.wp-page-cta-whatsapp {
	border-color: #159653;
	background: #159653;
}

.wp-page-cta-whatsapp .wp-page-cta-button-icon {
	color: var(--white);
}

.wp-page-cta-whatsapp:hover,
.wp-page-cta-whatsapp:focus-visible {
	border-color: #0e7b42;
	background: #0e7b42;
}

.wp-page-cta-button:focus-visible {
	outline: 2px solid var(--white);
	outline-offset: 3px;
}

.wp-page-related h2 {
	margin: 0 0 20px;
	font-size: clamp(24px, 2.2vw, 32px);
}

.wp-page-related ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.wp-page-related li {
	margin: 0;
}

.wp-page-related a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 58px;
	padding: 14px 16px;
	border: 1px solid var(--line);
	color: var(--ink);
	font-weight: 750;
	text-decoration: none;
}

.wp-page-related a::after {
	content: "↗";
	color: var(--orange-deep);
	font-size: 20px;
}

.wp-page-related a:hover,
.wp-page-related a:focus-visible {
	border-color: var(--orange);
	background: rgba(250, 150, 2, .06);
}

@media (max-width: 760px) {
	.wp-page-cta {
		grid-template-columns: 1fr;
		margin-top: 40px;
	}

	.wp-page-cta-map,
	.wp-page-cta-map iframe {
		min-height: 250px;
	}

	.wp-page-cta-actions {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
		padding: 22px;
	}

	.wp-page-cta-actions > span,
	.wp-page-cta-actions > strong {
		grid-column: 1 / -1;
	}

	.wp-page-cta-actions > strong {
		margin-bottom: 8px;
	}

	.wp-page-cta-button {
		min-height: 60px;
		padding: 10px 9px 10px 12px;
	}

	.wp-page-cta-button b {
		font-size: 14px;
	}

	.wp-page-cta-button-icon {
		width: 32px;
		height: 32px;
		flex-basis: 32px;
	}

	.wp-page-related {
		margin-top: 42px;
		padding-top: 24px;
	}

	.wp-page-related ul {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 360px) {
	.wp-page-cta-actions {
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	.wp-page-cta-button {
		transition: none;
	}
}
