﻿/**
 * Footer Althus — diseño ancho (97%), fondo #C85EEC.
 */

.elementor-widget-althus-footer,
.elementor-widget-althus-footer .elementor-widget-container {
	width: 100%;
	max-width: none;
}

.althus-footer {
	--althus-footer-bg: #c85eec;
	--althus-footer-text: #ffffff;
	--althus-footer-content-width: 97%;
	--althus-footer-pad-top: clamp(3.25rem, 5.8vw, 5.75rem);
	--althus-footer-pad-bottom: clamp(2rem, 3.5vw, 3.25rem);
	--althus-footer-brand-gap: clamp(3.5rem, 7.2vw, 6.75rem);
	--althus-footer-columns-gap: clamp(2rem, 4vw, 4.5rem);
	width: 100%;
	background-color: var(--althus-footer-bg);
	color: var(--althus-footer-text);
	box-sizing: border-box;
	font-family: var(--althus-font-family);
}

.althus-footer *,
.althus-footer *::before,
.althus-footer *::after {
	box-sizing: inherit;
}

.althus-footer__inner {
	width: var(--althus-footer-content-width);
	max-width: none;
	margin-left: auto;
	margin-right: auto;
	padding: var(--althus-footer-pad-top) 0 var(--althus-footer-pad-bottom);
}

.althus-footer__brand-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: clamp(1.5rem, 3vw, 3rem);
	margin-bottom: var(--althus-footer-brand-gap);
}

.althus-footer__brand-logo {
	flex: 0 1 auto;
	min-width: 0;
	line-height: 0;
}

.althus-footer__brand-logo-img {
	display: block;
	width: auto;
	max-width: min(78vw, 58rem);
	height: auto;
}

.althus-footer__scroll-top--star {
	flex: 0 0 auto;
	align-self: center;
	margin-top: 0;
	margin-right: clamp(2.5rem, 7vw, 6.5rem);
}

.althus-footer__scroll-top {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: none;
	background: transparent;
	color: inherit;
	cursor: pointer;
	line-height: 0;
	transition: opacity 0.2s ease, transform 0.15s ease;
}

.althus-footer__scroll-top:hover {
	opacity: 0.88;
}

.althus-footer__scroll-top:focus-visible {
	outline: 2px solid var(--althus-footer-text);
	outline-offset: 4px;
	border-radius: 4px;
}

.althus-footer__scroll-top:active {
	transform: scale(0.96);
}

.althus-footer__scroll-star-img {
	width: clamp(5rem, 9vw, 8.25rem);
	height: auto;
	display: block;
}

.althus-footer__columns {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.95fr) minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: var(--althus-footer-columns-gap);
	margin-bottom: clamp(2.5rem, 4.5vw, 4rem);
	align-items: start;
}

.althus-footer__col-title {
	margin: 0 0 1rem;
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.01em;
}

.althus-footer__col--about .althus-footer__col-title {
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.althus-footer__about-text {
	margin: 0;
	max-width: 17.5rem;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.55;
	opacity: 1;
}

.althus-footer__list,
.althus-footer__contact-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.althus-footer__item,
.althus-footer__contact-item {
	margin: 0 0 0.5rem;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.45;
}

.althus-footer__item:last-child,
.althus-footer__contact-item:last-child {
	margin-bottom: 0;
}

.althus-footer__link {
	color: inherit;
	text-decoration: none;
	transition: opacity 0.2s ease;
}

.althus-footer__link:hover {
	opacity: 0.82;
}

.althus-footer__link:focus-visible {
	outline: 2px solid var(--althus-footer-text);
	outline-offset: 2px;
	border-radius: 2px;
}

.althus-footer__bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
	padding-top: 1.25rem;
	border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.althus-footer__copyright {
	margin: 0;
	font-size: 0.8125rem;
	font-weight: 400;
	line-height: 1.4;
	opacity: 0.95;
}

.althus-footer__scroll-arrow-img {
	width: 1.375rem;
	height: auto;
	display: block;
}

@media (max-width: 991px) {
	.althus-footer {
		--althus-footer-content-width: 96%;
		--althus-footer-brand-gap: clamp(2.5rem, 6vw, 4rem);
	}

	.althus-footer__columns {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: clamp(1.75rem, 4vw, 2.5rem);
	}

	.althus-footer__brand-logo-img {
		max-width: min(70vw, 28rem);
	}
}

@media (max-width: 767px) {
	.althus-footer {
		--althus-footer-content-width: 94%;
		--althus-footer-pad-top: 2.75rem;
		--althus-footer-pad-bottom: 2rem;
	}

	.althus-footer__columns {
		grid-template-columns: 1fr;
		gap: 1.75rem;
		margin-bottom: 2.5rem;
	}

	.althus-footer__brand-row {
		align-items: center;
	}

	.althus-footer__brand-logo-img {
		max-width: min(88vw, 20rem);
	}

	.althus-footer__scroll-top--star {
		margin-right: clamp(1rem, 4vw, 2rem);
	}

	.althus-footer__scroll-star-img {
		width: clamp(3.5rem, 14vw, 5rem);
	}

	.althus-footer__about-text {
		max-width: 100%;
	}

	.althus-footer__bar {
		flex-direction: column;
		align-items: flex-start;
	}

	.althus-footer__scroll-top--arrow {
		align-self: flex-end;
	}
}
