/* ======================================================
   SHIMGE — CONTACTO + CENTRO DE DOCUMENTOS
   Versión 0.7.123
   ====================================================== */

.shg-contact-page,
.shg-contact-page *,
.shg-doc-center,
.shg-doc-center *,
.shg-product-documents,
.shg-product-documents * {
	box-sizing: border-box;
}

.shg-contact-page,
.shg-doc-center,
.shg-product-documents {
	--shg-page-teal: #009da3;
	--shg-page-teal-dark: #007f85;
	--shg-page-ink: #0f1b24;
	--shg-page-muted: #5f6e78;
	--shg-page-border: #dce5e8;
	--shg-page-soft: #f6f9fa;
	color: var(--shg-page-ink);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

:is(.shg-contact-page-host, .shg-doc-center-host),
:is(.shg-contact-page-host, .shg-doc-center-host) > .e-con-inner {
	--container-max-width: none !important;
	--container-widget-width: 100% !important;
	--gap: 0px 0px !important;
	--row-gap: 0px !important;
	--column-gap: 0px !important;
	--widgets-spacing: 0px 0px !important;
	--kit-widget-spacing: 0px !important;
	box-sizing: border-box !important;
	width: 100% !important;
	max-width: none !important;
	min-width: 0 !important;
	gap: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

:is(.shg-contact-page-host, .shg-doc-center-host) :is(
	.elementor-widget-shortcode,
	.elementor-widget-html,
	.elementor-widget-container,
	.elementor-shortcode
) {
	width: 100% !important;
	max-width: none !important;
	min-width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

/* Equivalente sin dependencia de JavaScript: evita que Elementor pinte primero
 * una caja estrecha y la expanda unos milisegundos después. */
:is(.e-con, .elementor-section):has(:is(.shg-contact-page, .shg-doc-center)),
:is(.e-con, .elementor-section):has(:is(.shg-contact-page, .shg-doc-center)) > :is(.e-con-inner, .elementor-container),
:is(.e-con, .elementor-section):has(:is(.shg-contact-page, .shg-doc-center)) :is(
	.elementor-widget-shortcode,
	.elementor-widget-html,
	.elementor-widget-container,
	.elementor-shortcode
) {
	--container-max-width: none !important;
	--container-widget-width: 100% !important;
	box-sizing: border-box !important;
	width: 100% !important;
	max-width: none !important;
	min-width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	gap: 0 !important;
}

body.shg-contact-page-active :is(.entry-header, .page-header, h1.entry-title, .wp-block-post-title),
body.shg-doc-center-active :is(.entry-header, .page-header, h1.entry-title, .wp-block-post-title) {
	display: none !important;
}

body:is(.shg-contact-page-active, .shg-doc-center-active) :is(.entry-content, .site-main, main) {
	max-width: none !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.shg-contact-page,
.shg-doc-center {
	position: relative;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	margin: 0;
	background: #fff;
}

.shg-contact-page__inner,
.shg-doc-center__inner {
	width: min(var(--shimge-layout-max, 1344px), calc(100% - 48px));
	max-width: var(--shimge-layout-max, 1344px);
	margin: 0 auto;
	padding-right: var(--shimge-layout-gutter-desktop, 24px);
	padding-left: var(--shimge-layout-gutter-desktop, 24px);
}

.shg-visually-hidden {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	margin: -1px !important;
	padding: 0 !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

/* ---------------- Contacto ---------------- */
.shg-contact-page__hero,
.shg-doc-center__hero {
	border-bottom: 1px solid #e4eaec;
	background: var(--shg-page-soft);
	box-shadow: 0 0 0 100vmax var(--shg-page-soft);
	clip-path: inset(0 -100vmax);
}

.shg-contact-page__hero .shg-contact-page__inner {
	padding-top: 68px;
	padding-bottom: 64px;
}

.shg-contact-page__eyebrow,
.shg-doc-center__eyebrow {
	margin-bottom: 14px;
	color: var(--shg-page-teal);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .18em;
	line-height: 1.2;
	text-transform: uppercase;
}

.shg-contact-page__hero h1,
.shg-doc-center__hero h1 {
	max-width: 920px;
	margin: 0 !important;
	color: var(--shg-page-ink) !important;
	font-size: clamp(40px, 4.2vw, 58px) !important;
	font-weight: 800 !important;
	letter-spacing: -.045em;
	line-height: 1.04 !important;
}

.shg-contact-page__hero p,
.shg-doc-center__hero p {
	max-width: 760px;
	margin: 18px 0 0 !important;
	color: var(--shg-page-muted) !important;
	font-size: 17px !important;
	line-height: 1.6 !important;
}

.shg-contact-page__content {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	align-items: start;
	gap: 0;
	padding-top: 64px;
	padding-bottom: 92px;
}

.shg-contact-page__aside {
	display: none;
	gap: 16px;
}

.shg-contact-page__aside-card {
	padding: 22px;
	border: 1px solid var(--shg-page-border);
	border-radius: 10px;
	background: #fff;
}

.shg-contact-page__aside-label {
	display: block;
	margin-bottom: 9px;
	color: var(--shg-page-teal);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .13em;
}

.shg-contact-page__aside-card a,
.shg-contact-page__aside-card strong {
	display: block;
	color: var(--shg-page-ink) !important;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	text-decoration: none !important;
	word-break: break-word;
}

.shg-contact-page__aside-card a:hover {
	color: var(--shg-page-teal) !important;
}

.shg-contact-page__aside-card p {
	margin: 9px 0 0 !important;
	color: var(--shg-page-muted) !important;
	font-size: 14px !important;
	line-height: 1.55 !important;
}

.shg-contact-form-card {
	min-width: 0;
	padding: 32px;
	border: 1px solid var(--shg-page-border);
	border-radius: 11px;
	background: #fff;
	box-shadow: 0 16px 42px rgba(16, 39, 48, .045);
}

.shg-contact-form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px 14px;
}

.shg-contact-form__field {
	display: block;
	min-width: 0;
}

.shg-contact-form__field--full {
	grid-column: 1 / -1;
}

.shg-contact-form__field label {
	display: block;
	margin: 0 0 8px;
	color: #111c25;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.3;
}

.shg-contact-form__field label span {
	color: var(--shg-page-teal-dark);
}

.shg-contact-form :is(input[type="text"], input[type="email"], input[type="tel"], select, textarea) {
	display: block;
	width: 100%;
	min-width: 0;
	margin: 0;
	padding: 0 14px;
	border: 1px solid #d4dfe2;
	border-radius: 6px;
	background: #fff;
	box-shadow: none;
	color: #17242c;
	font: inherit;
	font-size: 14px;
	outline: none;
	transition: border-color .2s ease, box-shadow .2s ease;
}

.shg-contact-form :is(input[type="text"], input[type="email"], input[type="tel"], select) {
	height: 50px;
}

.shg-contact-form select {
	appearance: auto;
}

.shg-contact-form textarea {
	min-height: 150px;
	padding-top: 13px;
	padding-bottom: 13px;
	resize: vertical;
}

.shg-contact-form :is(input, select, textarea):focus {
	border-color: var(--shg-page-teal);
	box-shadow: 0 0 0 3px rgba(0, 157, 163, .12);
}

.shg-contact-form__consent {
	display: grid;
	grid-template-columns: 17px minmax(0, 1fr);
	align-items: start;
	gap: 9px;
	color: #23333c;
	font-size: 12px;
	line-height: 1.5;
	cursor: pointer;
}

.shg-contact-form__consent input {
	width: 15px;
	height: 15px;
	margin: 2px 0 0;
	accent-color: var(--shg-page-teal);
}

.shg-contact-form__actions button {
	display: inline-flex;
	min-height: 46px;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0 22px;
	border: 1px solid var(--shg-page-teal);
	border-radius: 7px;
	background: var(--shg-page-teal);
	box-shadow: none;
	color: #fff;
	font: inherit;
	font-size: 14px;
	font-weight: 750;
	cursor: pointer;
	transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.shg-contact-form__actions button:hover {
	border-color: var(--shg-page-teal-dark);
	background: var(--shg-page-teal-dark);
	transform: translateY(-1px);
}

.shg-contact-form__notice {
	margin-bottom: 22px;
	padding: 14px 16px;
	border: 1px solid;
	border-radius: 7px;
	font-size: 13px;
	line-height: 1.5;
}

.shg-contact-form__notice.is-success {
	border-color: #9bd2b0;
	background: #f0faf4;
	color: #24623c;
}

.shg-contact-form__notice.is-error {
	border-color: #e6b2ad;
	background: #fff5f4;
	color: #8a3028;
}

.shg-contact-form__honeypot {
	position: absolute !important;
	left: -100000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

/* ---------------- Centro de documentos ---------------- */
.shg-doc-center__hero .shg-doc-center__inner {
	padding-top: 58px;
	padding-bottom: 54px;
}

.shg-doc-center__hero h1 {
	font-size: clamp(40px, 3.8vw, 54px) !important;
}

.shg-doc-center__content {
	padding-top: 52px;
	padding-bottom: 92px;
}

.shg-doc-center__toolbar {
	display: grid;
	gap: 24px;
}

.shg-doc-center__filters {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.shg-doc-center__filters button {
	min-height: 40px;
	margin: 0;
	padding: 0 18px;
	border: 1px solid var(--shg-page-border);
	border-radius: 999px;
	background: #fff;
	box-shadow: none;
	color: #26363f;
	font: inherit;
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
}

.shg-doc-center__filters button:is(:hover, :focus-visible),
.shg-doc-center__filters button.is-active {
	border-color: var(--shg-page-teal);
	background: #eaf7f7;
	color: var(--shg-page-teal-dark);
}

.shg-doc-center__search {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 210px;
	width: 100%;
	min-height: 58px;
	margin: 0;
	border: 1px solid #9fcbd0 !important;
	border-radius: 999px;
	overflow: hidden;
	background: #fff;
	box-shadow: none !important;
	outline: 0 !important;
	transition: border-color .2s ease, box-shadow .2s ease;
}

.shg-doc-center__search:focus-within {
	border-color: var(--shg-page-teal) !important;
	box-shadow: 0 0 0 3px rgba(0,157,163,.12) !important;
}

.shg-doc-center__search input {
	width: 100%;
	min-width: 0;
	height: 58px;
	margin: 0;
	padding: 0 24px;
	border: 0 !important;
	border-radius: 999px 0 0 999px !important;
	background: #fff !important;
	box-shadow: none !important;
	color: #1b2b33;
	font: inherit;
	font-size: 15px;
	outline: 0 !important;
	appearance: none !important;
}

.shg-doc-center__search button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin: 0;
	border: 0 !important;
	border-radius: 999px;
	background: var(--shg-page-teal);
	color: #fff;
	font: inherit;
	font-size: 14px;
	font-weight: 750;
	cursor: pointer;
	box-shadow: none !important;
	outline: 0 !important;
}

.shg-doc-center__search button:hover {
	background: var(--shg-page-teal-dark);
}

.shg-doc-center__search-icon {
	position: relative;
	display: inline-block;
	width: 15px;
	height: 15px;
	border: 2px solid currentColor;
	border-radius: 50%;
}

.shg-doc-center__search-icon::after {
	content: "";
	position: absolute;
	right: -6px;
	bottom: -3px;
	width: 7px;
	height: 2px;
	border-radius: 2px;
	background: currentColor;
	transform: rotate(45deg);
}

.shg-doc-center__count {
	margin: 30px 0 13px !important;
	color: var(--shg-page-muted) !important;
	font-size: 13px !important;
}

.shg-doc-center__count strong {
	font-weight: 700;
}

.shg-doc-table-wrap {
	width: 100%;
	overflow: hidden;
	border: 1px solid var(--shg-page-border);
	border-radius: 10px;
	background: #fff;
}

.shg-doc-table {
	width: 100%;
	margin: 0;
	border: 0;
	border-collapse: collapse;
	table-layout: fixed;
	background: #fff;
}

.shg-doc-table th,
.shg-doc-table td {
	border: 0;
	text-align: left;
	vertical-align: middle;
}

.shg-doc-table th {
	padding: 18px 16px;
	background: #87959b;
	color: #fff;
	font-size: 12px;
	font-weight: 750;
	line-height: 1.3;
}

.shg-doc-table th:first-child {
	width: 58%;
	padding-left: 20px;
}

.shg-doc-table th:nth-child(2) { width: 18%; }
.shg-doc-table th:last-child { width: 24%; }

.shg-doc-table td {
	padding: 18px 16px;
	border-bottom: 1px solid #e7ecee;
	background: #fff;
	color: #44545d;
	font-size: 13px;
	line-height: 1.4;
}

.shg-doc-table tbody tr:nth-child(even) td {
	background: #fff;
}

.shg-doc-table tbody tr:last-child td {
	border-bottom: 0;
}

.shg-doc-table tr[hidden] {
	display: none !important;
}

.shg-doc-table__name {
	display: grid;
	grid-template-columns: 38px minmax(0, 1fr);
	align-items: center;
	gap: 13px;
}

.shg-doc-table__icon {
	display: inline-flex;
	width: 36px;
	height: 42px;
	align-items: center;
	justify-content: center;
	border: 1px solid #a6d6d9;
	border-radius: 6px;
	background: #eaf8f8;
	color: var(--shg-page-teal-dark);
	font-size: 9px;
	font-weight: 850;
	letter-spacing: .04em;
}

.shg-doc-table__name small,
.shg-doc-table__name strong {
	display: block;
}

.shg-doc-table__name small {
	margin-bottom: 4px;
	color: var(--shg-page-teal-dark);
	font-size: 9px;
	font-weight: 750;
	letter-spacing: .06em;
	line-height: 1.3;
}

.shg-doc-table__name strong {
	color: var(--shg-page-ink);
	font-size: 13px;
	font-weight: 750;
	line-height: 1.35;
}

.shg-doc-table th:last-child,
.shg-doc-table__action {
	text-align: center !important;
}

.shg-doc-table__download {
	display: inline-flex !important;
	min-height: 40px;
	align-items: center;
	justify-content: center;
	gap: 7px;
	margin: 0 !important;
	padding: 0 14px !important;
	border: 1px solid var(--shg-page-teal) !important;
	border-radius: 7px !important;
	background: var(--shg-page-teal) !important;
	box-shadow: none !important;
	color: #fff !important;
	font: inherit !important;
	font-size: 12px !important;
	font-weight: 750 !important;
	line-height: 1.2 !important;
	text-decoration: none !important;
	white-space: nowrap;
	cursor: pointer;
}

.shg-doc-table__download:is(:hover, :focus-visible) {
	border-color: var(--shg-page-teal-dark) !important;
	background: var(--shg-page-teal-dark) !important;
}

.shg-doc-table__download.is-disabled {
	border-color: #d8e0e3 !important;
	background: #f1f4f5 !important;
	color: #859199 !important;
	cursor: not-allowed;
}

.shg-doc-table__download .shimge-pdf-button__status {
	font-size: 10px;
}

.shg-doc-center__empty {
	margin-top: 18px;
	padding: 26px;
	border: 1px solid var(--shg-page-border);
	border-radius: 9px;
	background: #f8fafb;
	color: var(--shg-page-muted);
	font-size: 14px;
	text-align: center;
}

/* ---------------- Documentos dentro de la ficha ---------------- */
.shg-product-documents {
	width: 100%;
	padding: 4px 0 8px;
}

.shg-product-documents__header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 30px;
	margin-bottom: 22px;
}

.shg-product-documents__header > div {
	min-width: 0;
}

.shg-product-documents__header span {
	display: block;
	margin-bottom: 6px;
	color: var(--shg-page-teal);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .14em;
}

.shg-product-documents__header h2 {
	margin: 0 !important;
	color: var(--shg-page-ink) !important;
	font-size: clamp(22px, 2.4vw, 30px) !important;
	font-weight: 800 !important;
	letter-spacing: -.025em;
	line-height: 1.15 !important;
}

.shg-product-documents__header p {
	max-width: 440px;
	margin: 0 !important;
	color: var(--shg-page-muted) !important;
	font-size: 12px !important;
	line-height: 1.5 !important;
}

.shg-doc-table--product th:first-child { width: 60%; }
.shg-doc-table--product th:nth-child(2) { width: 15%; }
.shg-doc-table--product th:last-child { width: 25%; }

@media (min-width: 851px) and (max-width: 1180px) {
	.shg-contact-page__inner,
	.shg-doc-center__inner {
		width: min(1120px, calc(100% - 48px));
		max-width: 1120px;
	}

	.shg-contact-page__content {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.shg-doc-table th,
	.shg-doc-table td {
		padding-right: 11px;
		padding-left: 11px;
	}

	.shg-doc-table__download {
		padding-right: 10px !important;
		padding-left: 10px !important;
	}
}

@media (max-width: 850px) {
	.shg-contact-page__inner,
	.shg-doc-center__inner {
		width: min(760px, calc(100% - 32px));
		max-width: 760px;
		padding-right: 0;
		padding-left: 0;
	}

	.shg-contact-page__hero .shg-contact-page__inner,
	.shg-doc-center__hero .shg-doc-center__inner {
		padding-top: 52px;
		padding-bottom: 48px;
	}

	.shg-contact-page__content {
		grid-template-columns: 1fr;
		gap: 28px;
		padding-top: 42px;
		padding-bottom: 68px;
	}


	.shg-doc-center__content {
		padding-top: 42px;
		padding-bottom: 68px;
	}

	.shg-doc-center__search {
		grid-template-columns: minmax(0, 1fr) 155px;
	}

	.shg-doc-table-wrap {
		overflow: visible;
		border: 0;
		background: transparent;
	}

	.shg-doc-table,
	.shg-doc-table tbody,
	.shg-doc-table tr,
	.shg-doc-table td {
		display: block;
		width: 100%;
	}

	.shg-doc-table thead {
		display: none;
	}

	.shg-doc-table tbody {
		display: grid;
		gap: 14px;
	}

	.shg-doc-table tr {
		overflow: hidden;
		border: 1px solid var(--shg-page-border);
		border-radius: 9px;
		background: var(--shg-page-soft);
	}

	.shg-doc-table td,
	.shg-doc-table tbody tr:nth-child(even) td {
		position: relative;
		display: grid;
		grid-template-columns: 124px minmax(0, 1fr);
		gap: 12px;
		padding: 11px 15px;
		border-bottom: 1px solid #e4eaec;
		background: var(--shg-page-soft);
	}

	.shg-doc-table td::before {
		content: attr(data-label);
		color: #6b7880;
		font-size: 10px;
		font-weight: 750;
		letter-spacing: .04em;
		text-transform: uppercase;
	}

	.shg-doc-table td:first-child {
		display: block;
		padding-top: 18px;
		padding-bottom: 16px;
	}

	.shg-doc-table td:first-child::before {
		display: none;
	}

	.shg-doc-table td:last-child {
		border-bottom: 0;
	}

	.shg-doc-table__action {
		text-align: left !important;
	}

	.shg-doc-table__download {
		justify-self: start;
	}

	.shg-product-documents__header {
		align-items: flex-start;
		flex-direction: column;
		gap: 12px;
	}
}

@media (max-width: 600px) {
	.shg-contact-page__inner,
	.shg-doc-center__inner {
		width: calc(100% - 32px);
		max-width: none;
	}

	.shg-contact-page__hero h1,
	.shg-doc-center__hero h1 {
		font-size: 38px !important;
	}

	.shg-contact-page__hero p,
	.shg-doc-center__hero p {
		font-size: 15px !important;
	}

	.shg-contact-page__aside {
		grid-template-columns: 1fr;
	}

	.shg-contact-form-card {
		padding: 20px;
	}

	.shg-contact-form {
		grid-template-columns: 1fr;
	}

	.shg-contact-form__field--full {
		grid-column: auto;
	}

	.shg-doc-center__filters {
		gap: 7px;
	}

	.shg-doc-center__filters button {
		min-height: 36px;
		padding-right: 13px;
		padding-left: 13px;
		font-size: 12px;
	}

	.shg-doc-center__search {
		grid-template-columns: 1fr;
		border-radius: 12px;
	}

	.shg-doc-center__search input {
		height: 52px;
		border-radius: 11px 11px 0 0 !important;
	}

	.shg-doc-center__search button {
		min-height: 48px;
		border-radius: 0;
	}

	.shg-doc-table td,
	.shg-doc-table tbody tr:nth-child(even) td {
		grid-template-columns: 96px minmax(0, 1fr);
	}
}

@media (prefers-reduced-motion: reduce) {
	.shg-contact-page *,
	.shg-doc-center *,
	.shg-product-documents * {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
	}
}

/* v0.7.120 — tabla compacta de descargas dentro de cada bomba */
.shg-doc-table-wrap--product {
	width: 100%;
}

.shg-doc-table--product th,
.shg-doc-table--product td {
	vertical-align: middle;
}

.shg-doc-table--product td {
	padding-top: 16px;
	padding-bottom: 16px;
}

.shg-contact-form__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
}

.shg-contact-form__actions .shg-contact-form__whatsapp {
	border-color: #25d366;
	background: #25d366;
	color: #fff;
}

.shg-contact-form__actions .shg-contact-form__whatsapp:hover {
	border-color: #1fb959;
	background: #1fb959;
}

@media (max-width: 767px) {
	.shg-contact-form__actions button {
		width: 100%;
	}
}

/* ======================================================
   v0.9.40 — Descargas móvil: toolbar limpio y sin desbordes
   ====================================================== */
.shg-doc-center { overflow: clip; }
@media (max-width: 600px) {
	.shg-doc-center__content {
		position: relative;
		z-index: 1;
		padding-top: 34px !important;
		padding-bottom: 64px !important;
	}
	.shg-doc-center__toolbar {
		gap: 14px !important;
		min-width: 0;
	}
	.shg-doc-center__filters {
		display: flex !important;
		width: 100%;
		max-width: 100%;
		flex-wrap: nowrap !important;
		gap: 7px !important;
		padding: 2px 0 4px;
		overflow-x: auto;
		overflow-y: hidden;
		scrollbar-width: none;
		-webkit-overflow-scrolling: touch;
	}
	.shg-doc-center__filters::-webkit-scrollbar { display:none; }
	.shg-doc-center__filters button {
		flex: 0 0 auto;
		white-space: nowrap;
	}
	.shg-doc-center__search {
		display: grid !important;
		grid-template-columns: 1fr !important;
		width: 100% !important;
		max-width: 100% !important;
		min-height: 0 !important;
		margin: 0 !important;
		border: 1px solid #9fcbd0 !important;
		border-radius: 12px !important;
		overflow: hidden !important;
		background: #fff !important;
	}
	.shg-doc-center__search input {
		display:block !important;
		width:100% !important;
		height:50px !important;
		min-height:50px !important;
		margin:0 !important;
		padding:0 16px !important;
		border:0 !important;
		border-radius:0 !important;
		font-size:14px !important;
		line-height:50px !important;
	}
	.shg-doc-center__search button {
		display:flex !important;
		width:100% !important;
		min-height:48px !important;
		margin:0 !important;
		border-radius:0 !important;
	}
	.shg-doc-center__count { margin-top: 24px !important; }
	.shg-doc-table__name {
		grid-template-columns: 48px minmax(0,1fr) !important;
		gap: 12px !important;
	}
	.shg-doc-table__icon {
		width:46px !important;
		height:54px !important;
	}
	.shg-doc-table__name strong {
		font-size: 14px !important;
		line-height: 1.35 !important;
		word-break: normal !important;
		overflow-wrap: anywhere;
	}
	.shg-doc-table td,
	.shg-doc-table tbody tr:nth-child(even) td {
		grid-template-columns: 108px minmax(0,1fr) !important;
		padding: 12px 14px !important;
	}
}

/* ======================================================
   v0.9.41 — Centro de descargas móvil
   El encabezado de cada tarjeta usa flex real para que el título disponga de
   todo el ancho disponible y nunca se comprima letra por letra.
   ====================================================== */
@media (max-width: 600px) {
	.shg-doc-center__inner {
		width: calc(100% - 24px) !important;
	}
	.shg-doc-table tr {
		width: 100% !important;
		min-width: 0 !important;
	}
	.shg-doc-table td:first-child,
	.shg-doc-table tbody tr:nth-child(even) td:first-child {
		display: block !important;
		width: 100% !important;
		min-width: 0 !important;
		padding: 18px 16px !important;
	}
	.shg-doc-table td:first-child .shg-doc-table__name {
		display: flex !important;
		width: 100% !important;
		min-width: 0 !important;
		align-items: center !important;
		gap: 14px !important;
	}
	.shg-doc-table td:first-child .shg-doc-table__icon {
		flex: 0 0 58px !important;
		width: 58px !important;
		height: 72px !important;
	}
	.shg-doc-table td:first-child .shg-doc-table__name > span:last-child {
		display: block !important;
		flex: 1 1 auto !important;
		width: auto !important;
		min-width: 0 !important;
		max-width: none !important;
	}
	.shg-doc-table__name small,
	.shg-doc-table__name strong {
		width: 100% !important;
		max-width: none !important;
		white-space: normal !important;
		word-break: normal !important;
		overflow-wrap: break-word !important;
	}
	.shg-doc-table__name small {
		font-size: 11px !important;
		line-height: 1.25 !important;
	}
	.shg-doc-table__name strong {
		font-size: 17px !important;
		line-height: 1.28 !important;
	}
	.shg-doc-table td:not(:first-child),
	.shg-doc-table tbody tr:nth-child(even) td:not(:first-child) {
		grid-template-columns: 118px minmax(0,1fr) !important;
		gap: 12px !important;
		padding: 14px 16px !important;
	}
	.shg-doc-table__action .shg-doc-table__download,
	.shg-doc-table__action .shimge-pdf-button {
		max-width: 100% !important;
		white-space: nowrap !important;
	}
}

/* ======================================================
   v0.9.124 — breadcrumb público integrado al componente de página
   Misma métrica visual que Inicio > Catálogo. Ya no vive en una caja
   independiente: es el primer elemento del propio Selector, Gráficas,
   Descargas, Sobre nosotros y Contacto.
   ====================================================== */
.shimge-public-breadcrumb,
.shimge-public-breadcrumb * {
	box-sizing: border-box !important;
	font-family: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

.shimge-public-breadcrumb {
	display: flex !important;
	align-items: center !important;
	flex-wrap: wrap !important;
	gap: 9px !important;
	margin-top: 0 !important;
	margin-bottom: 28px !important;
	padding-top: 14px !important;
	padding-bottom: 18px !important;
	border-bottom: 1px solid #dfe6e8 !important;
	color: #59676e !important;
	font-size: 15px !important;
	font-weight: 400 !important;
	line-height: 1.4 !important;
	letter-spacing: 0 !important;
}

.shimge-public-breadcrumb a,
.shimge-public-breadcrumb span {
	font: inherit !important;
	line-height: inherit !important;
	letter-spacing: inherit !important;
}

.shimge-public-breadcrumb a {
	color: #009da3 !important;
	font-weight: 700 !important;
	text-decoration: none !important;
}

.shimge-public-breadcrumb a:hover,
.shimge-public-breadcrumb a:focus-visible {
	text-decoration: underline !important;
}

.shimge-public-breadcrumb span[aria-current="page"] {
	color: #18252a !important;
	font-weight: 700 !important;
}

/* Selector completo: la miga forma parte de la misma retícula de dos columnas.
   Quitamos el gran padding superior anterior para igualar la cota del Catálogo. */
.shg-guided-selector.is-full-selector-page {
	padding-top: 30px !important;
	row-gap: 0 !important;
	column-gap: 64px !important;
}
.shg-guided-selector.is-full-selector-page > .shimge-public-breadcrumb {
	grid-column: 1 / -1 !important;
	width: 100% !important;
	max-width: none !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.shg-guided-selector.is-full-selector-page > .shg-guided-selector__intro,
.shg-guided-selector.is-full-selector-page > .shg-guided-selector__form {
	margin-top: 0 !important;
}

/* Gráficas ya comparte caja de 1344 px: la miga ocupa el ancho útil del mismo componente. */
.shimge-curves-hub > .shimge-public-breadcrumb {
	width: 100% !important;
	max-width: none !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

/* Páginas full-width: breadcrumb dentro del root y alineado al mismo eje interno
   de sus .__inner (24 px por lado), igual que el Catálogo. */
.shg-contact-page > .shimge-public-breadcrumb,
.shg-doc-center > .shimge-public-breadcrumb,
.shg-about > .shimge-public-breadcrumb {
	width: min(var(--shimge-layout-max, 1344px), calc(100% - 48px)) !important;
	max-width: var(--shimge-layout-max, 1344px) !important;
	margin: 30px auto 28px !important;
	padding-left: var(--shimge-layout-gutter-desktop, 24px) !important;
	padding-right: var(--shimge-layout-gutter-desktop, 24px) !important;
}

@media (max-width: 1100px) {
	.shg-guided-selector.is-full-selector-page {
		row-gap: 34px !important;
		column-gap: 0 !important;
		padding-top: 24px !important;
	}
	.shg-guided-selector.is-full-selector-page > .shimge-public-breadcrumb {
		margin-bottom: -6px !important;
	}
}

@media (max-width: 850px) {
	.shg-contact-page > .shimge-public-breadcrumb,
	.shg-doc-center > .shimge-public-breadcrumb,
	.shg-about > .shimge-public-breadcrumb {
		width: min(760px, calc(100% - 32px)) !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

@media (max-width: 600px) {
	.shimge-public-breadcrumb {
		font-size: 14px !important;
		padding-top: 12px !important;
		padding-bottom: 14px !important;
		margin-bottom: 20px !important;
	}
	.shg-guided-selector.is-full-selector-page {
		padding-top: 20px !important;
	}
	.shg-guided-selector.is-full-selector-page > .shimge-public-breadcrumb {
		margin-bottom: -8px !important;
	}
	.shg-contact-page > .shimge-public-breadcrumb,
	.shg-doc-center > .shimge-public-breadcrumb,
	.shg-about > .shimge-public-breadcrumb {
		width: calc(100% - 24px) !important;
		max-width: none !important;
		margin-top: 20px !important;
	}
}


/* ======================================================
   v0.9.125 — breadcrumb público UNIFICADO con Catálogo

   Objetivo: Inicio > [página] debe comportarse como un único componente
   en Catálogo, Selector guiado, Gráficas, Descargas, Sobre nosotros y
   Contacto. Se normalizan exactamente:
   - cota vertical desde la cabecera,
   - ancho útil y márgenes laterales,
   - longitud de la línea inferior,
   - tipografía y espaciado,
   - breakpoints de tablet y móvil.

   En escritorio el Catálogo usa una caja exterior de 1344 px y 24 px
   internos por lado; por eso el breadcrumb visible mide 1296 px.
   ====================================================== */

/* El componente visual es siempre el mismo, sin padding horizontal propio. */
.shimge-public-breadcrumb {
	position: relative !important;
	left: 50% !important;
	transform: translateX(-50%) !important;
	width: min(1296px, calc(100vw - 96px)) !important;
	max-width: 1296px !important;
	margin: 0 0 28px !important;
	padding: 14px 0 18px !important;
	border-bottom: 1px solid #dfe6e8 !important;
}

/* Todos los roots comienzan a la MISMA cota vertical que el contenido
   del Catálogo: 60 px desde el inicio del componente de página. */
.shg-guided-selector.is-full-selector-page {
	padding-top: 60px !important;
}
.shimge-curves-hub {
	padding-top: 60px !important;
}
.shg-contact-page,
.shg-doc-center,
.shg-about {
	padding-top: 60px !important;
}

/* Neutraliza cualquier geometría anterior específica por página. */
.shg-guided-selector.is-full-selector-page > .shimge-public-breadcrumb,
.shimge-curves-hub > .shimge-public-breadcrumb,
.shg-contact-page > .shimge-public-breadcrumb,
.shg-doc-center > .shimge-public-breadcrumb,
.shg-about > .shimge-public-breadcrumb {
	grid-column: 1 / -1 !important;
	margin-top: 0 !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
	padding-right: 0 !important;
	padding-left: 0 !important;
}

/* En el selector la fila posterior comienza justo después del mismo margen
   inferior que usa el breadcrumb del Catálogo. */
.shg-guided-selector.is-full-selector-page > .shg-guided-selector__intro,
.shg-guided-selector.is-full-selector-page > .shg-guided-selector__form {
	margin-top: 0 !important;
}

/* Tablet: mismas métricas que .shimge-catalog__content. */
@media (max-width: 1180px) and (min-width: 851px) {
	.shimge-public-breadcrumb {
		width: min(1120px, calc(100vw - 48px)) !important;
		max-width: 1120px !important;
	}
	.shg-guided-selector.is-full-selector-page,
	.shimge-curves-hub,
	.shg-contact-page,
	.shg-doc-center,
	.shg-about {
		padding-top: 24px !important;
	}
}

@media (max-width: 850px) {
	.shimge-public-breadcrumb {
		width: min(760px, calc(100vw - 32px)) !important;
		max-width: 760px !important;
		margin-bottom: 20px !important;
		padding: 14px 0 14px !important;
	}
	.shg-guided-selector.is-full-selector-page,
	.shimge-curves-hub,
	.shg-contact-page,
	.shg-doc-center,
	.shg-about {
		padding-top: 24px !important;
	}
}

@media (max-width: 600px) {
	.shimge-public-breadcrumb {
		width: calc(100vw - 24px) !important;
		max-width: none !important;
		font-size: 14px !important;
		margin-bottom: 20px !important;
		padding: 14px 0 14px !important;
	}
	.shg-guided-selector.is-full-selector-page,
	.shimge-curves-hub,
	.shg-contact-page,
	.shg-doc-center,
	.shg-about {
		padding-top: 20px !important;
	}
}


/* ======================================================
   v0.9.126 — elimina geometrías particulares del breadcrumb
   El breadcrumb ya vive fuera de cada root de página y usa el componente
   real del Catálogo. Ninguna página vuelve a empujarlo con padding propio.
   ====================================================== */
.shg-guided-selector.is-full-selector-page,
.shimge-curves-hub,
.shg-contact-page,
.shg-doc-center,
.shg-about {
	padding-top: 0 !important;
}

/* La clase antigua deja de participar en layout. Se conserva solo por
   compatibilidad si algún contenido cacheado todavía la imprime. */
.shimge-public-breadcrumb {
	all: unset;
	display: none !important;
}


/* v0.9.140 — unificación de hover en botones públicos
   Verdes: mismo gesto visual en Selector guiado, Descargas, Contacto y CTA.
   Blancos: hover suave tipo botón secundario (como Limpiar campos). */
.shg-doc-center__search button,
.shg-doc-table__download:not(.is-disabled),
.shg-contact-form__actions button,
.shg-cta-contacto__boton--principal,
.shg-guided-selector__form button:not(.shg-guided-selector__clear) {
	transition: background-color .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.shg-doc-center__search button:is(:hover, :focus-visible),
.shg-doc-table__download:not(.is-disabled):is(:hover, :focus-visible),
.shg-contact-form__actions button:is(:hover, :focus-visible),
.shg-cta-contacto__boton--principal:is(:hover, :focus-visible),
.shg-guided-selector__form button:not(.shg-guided-selector__clear):is(:hover, :focus-visible):not(:disabled) {
	border-color: #007f85 !important;
	background: #007f85 !important;
	color: #fff !important;
	box-shadow: 0 8px 20px rgba(0, 127, 133, .18) !important;
	transform: translateY(-1px);
}

.shg-guided-selector__form .shg-guided-selector__clear,
.shg-doc-center__filters button,
.shg-cta-contacto__boton--secundario {
	transition: background-color .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.shg-guided-selector__form .shg-guided-selector__clear:is(:hover, :focus-visible):not(:disabled),
.shg-doc-center__filters button:is(:hover, :focus-visible),
.shg-cta-contacto__boton--secundario:is(:hover, :focus-visible) {
	border-color: #8fc9cd !important;
	background: #f3fbfb !important;
	color: #007f85 !important;
	box-shadow: 0 0 0 3px rgba(0, 157, 163, .10) !important;
	transform: translateY(-1px);
}

.shg-doc-center__filters button.is-active {
	border-color: var(--shg-page-teal);
	background: #eaf7f7;
	color: var(--shg-page-teal-dark);
	box-shadow: none !important;
	transform: none;
}
