/* ======================================================
   SHIMGE — FOOTER GLOBAL
   Versión 0.7.110
   ====================================================== */

.shg-footer-host,
.shg-footer-host > .e-con-inner,
.shg-footer-host > .elementor-container {
	--container-max-width: none !important;
	box-sizing: border-box !important;
	width: 100% !important;
	max-width: none !important;
	min-width: 0 !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.shg-footer-host :is(
	.elementor-widget-shortcode,
	.elementor-widget-html,
	.elementor-widget-container,
	.elementor-shortcode
) {
	box-sizing: border-box !important;
	width: 100% !important;
	max-width: none !important;
	min-width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.shg-footer {
	--shg-footer-fondo: #091019;
	--shg-footer-borde: #25303a;
	--shg-footer-texto: #f7f9fb;
	--shg-footer-suave: #c3cbd3;
	--shg-footer-legal: #9da8b3;
	--shg-footer-teal: #58c9cc;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	margin: 0;
	overflow: hidden;
	background: var(--shg-footer-fondo);
	box-shadow: 0 0 0 100vmax var(--shg-footer-fondo);
	clip-path: inset(0 -100vmax);
	color: var(--shg-footer-texto);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.shg-footer,
.shg-footer * {
	box-sizing: border-box;
}

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

.shg-footer__superior {
	display: grid;
	grid-template-columns: minmax(250px, 1.25fr) minmax(150px, .9fr) minmax(150px, .9fr) minmax(230px, 1fr);
	gap: clamp(42px, 4.5vw, 78px);
	align-items: start;
	padding-top: 58px;
	padding-bottom: 54px;
}

.shg-footer__marca,
.shg-footer__columna {
	min-width: 0;
}

.shg-footer__logo {
	display: inline-flex;
	width: 150px;
	height: auto;
	align-items: center;
	justify-content: flex-start;
	padding: 0;
	border-radius: 0;
	background: transparent;
	color: #ffffff !important;
	text-decoration: none !important;
	transition: opacity .25s ease, transform .25s ease;
}

.shg-footer__logo:hover {
	opacity: .88;
	transform: translateY(-2px);
}

.shg-footer__logo:focus-visible,
.shg-footer a:focus-visible {
	outline: 2px solid var(--shg-footer-teal);
	outline-offset: 4px;
}

.shg-footer__logo img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
	object-fit: contain;
}

.shg-footer__logo span {
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .04em;
}

.shg-footer__descripcion {
	max-width: 300px;
	margin: 19px 0 0 !important;
	color: var(--shg-footer-suave) !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 1.65 !important;
}

.shg-footer__columna h2 {
	margin: 4px 0 19px !important;
	color: var(--shg-footer-texto) !important;
	font-size: 13px !important;
	font-weight: 800 !important;
	letter-spacing: .055em;
	line-height: 1.25 !important;
	text-transform: uppercase;
}

.shg-footer__columna ul {
	display: flex;
	margin: 0 !important;
	padding: 0 !important;
	flex-direction: column;
	gap: 10px;
	list-style: none !important;
}

.shg-footer__columna li {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.shg-footer__columna a {
	display: inline-block;
	max-width: 100%;
	color: #e0e5ea !important;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.45;
	text-decoration: none !important;
	transition: color .22s ease, transform .22s ease;
}

.shg-footer__columna a:hover {
	color: var(--shg-footer-teal) !important;
	transform: translateX(3px);
}

.shg-footer__canales a {
	overflow-wrap: anywhere;
}

.shg-footer__separador {
	width: 100%;
	border-top: 1px solid var(--shg-footer-borde);
}

.shg-footer__inferior {
	display: flex;
	gap: 32px;
	align-items: center;
	justify-content: space-between;
	padding-top: 22px;
	padding-bottom: 24px;
}

.shg-footer__inferior p {
	margin: 0 !important;
	color: var(--shg-footer-legal) !important;
	font-size: 12px !important;
	font-weight: 400 !important;
	line-height: 1.5 !important;
}

.shg-footer__inferior p:last-child {
	text-align: right;
}

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

	.shg-footer__superior {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 45px 64px;
		padding-top: 54px;
		padding-bottom: 50px;
	}

	.shg-footer__descripcion {
		max-width: 370px;
	}
}

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

	.shg-footer__superior {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 40px 48px;
		padding-top: 50px;
		padding-bottom: 46px;
	}
}

@media (max-width: 620px) {
	.shg-footer__superior,
	.shg-footer__inferior {
		width: calc(100% - 32px);
		max-width: none;
	}

	.shg-footer__superior {
		grid-template-columns: minmax(0, 1fr);
		gap: 31px;
		padding-top: 46px;
		padding-bottom: 42px;
	}

	.shg-footer__descripcion {
		max-width: 430px;
	}

	.shg-footer__columna h2 {
		margin-bottom: 14px !important;
	}

	.shg-footer__inferior {
		align-items: flex-start;
		padding-top: 20px;
		padding-bottom: 22px;
		flex-direction: column;
		gap: 9px;
	}

	.shg-footer__inferior p:last-child {
		text-align: left;
	}
}

@media (prefers-reduced-motion: reduce) {
	.shg-footer *,
	.shg-footer *::before,
	.shg-footer *::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
	}
}
