.bpp-global-footer-active #footer-section.footer-section.main-footer {
	display: none !important;
}

/* Remove the Arvila/Flixita demo topbar on every public viewport. */
.bpp-whatsapp-topbar,.bpp-site-footer__whatsapp{display:none!important}
.bpp-global-footer-active #main-header #above-header,
.bpp-global-footer-active #above-header.above-header {
	display: none !important;
}
.bpp-whatsapp-topbar{background:#17365d;color:#fff;font-size:.82rem;line-height:1.3;padding:.48rem 1rem;position:relative;z-index:999}.bpp-whatsapp-topbar>div{align-items:center;display:flex;gap:1rem;justify-content:flex-end;margin:0 auto;max-width:1440px}.bpp-whatsapp-topbar a{align-items:center;color:#fff;display:inline-flex;gap:.35rem;text-decoration:none}.bpp-whatsapp-topbar a:before{background:#25d366;border-radius:50%;content:"WA";display:grid;font-size:.62rem;font-weight:800;height:1.55rem;place-items:center;width:1.55rem}.bpp-whatsapp-topbar a:hover,.bpp-whatsapp-topbar a:focus{color:#dff7e7;text-decoration:underline}@media(max-width:680px){.bpp-whatsapp-topbar>div{justify-content:center}.bpp-whatsapp-topbar span{display:none}}

.bpp-site-footer {
	--bpp-footer-bg: #10243f;
	--bpp-footer-panel: #17365d;
	--bpp-footer-accent: #c45512;
	--bpp-footer-text: #f5f8fc;
	--bpp-footer-muted: #c8d4e3;
	position: relative;
	clear: both;
	margin: 0;
	background: var(--bpp-footer-bg);
	color: var(--bpp-footer-text);
	font-size: 16px;
	line-height: 1.6;
}

.bpp-site-footer *,
.bpp-site-footer *::before,
.bpp-site-footer *::after {
	box-sizing: border-box;
}

.bpp-site-footer__accent {
	height: 5px;
	background: linear-gradient(90deg, var(--bpp-footer-accent), #e9c06f 52%, var(--bpp-footer-accent));
}

.bpp-site-footer__inner,
.bpp-site-footer__bottom,
.bpp-site-footer__notice {
	width: min(1180px, calc(100% - 40px));
	margin-inline: auto;
}

.bpp-site-footer__inner {
	display: grid;
	grid-template-columns: minmax(280px, 0.9fr) minmax(480px, 1.35fr);
	gap: clamp(40px, 7vw, 92px);
	padding-block: clamp(52px, 7vw, 82px) 44px;
}

.bpp-site-footer__brand {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	color: #fff;
	font-size: 1.15rem;
	font-weight: 750;
	letter-spacing: -0.01em;
	text-decoration: none;
}

.bpp-site-footer__mark {
	display: inline-grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border: 1px solid rgba(255, 255, 255, 0.45);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
	font-size: 0.86rem;
	font-weight: 800;
	letter-spacing: 0.08em;
}

.bpp-site-footer__lead h2 {
	max-width: 520px;
	margin: 28px 0 14px;
	color: #fff;
	font-size: clamp(1.65rem, 2.8vw, 2.4rem);
	line-height: 1.15;
	letter-spacing: -0.035em;
}

.bpp-site-footer__lead > p {
	max-width: 560px;
	margin: 0;
	color: var(--bpp-footer-muted);
}

.bpp-site-footer__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 18px;
	margin-top: 28px;
}

.bpp-site-footer__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 10px 20px;
	border-radius: 8px;
	background: var(--bpp-footer-accent);
	color: #fff;
	font-weight: 750;
	text-decoration: none;
}

.bpp-site-footer__button:hover,
.bpp-site-footer__button:focus-visible {
	background: #a8430c;
	color: #fff;
}

.bpp-site-footer__text-link,
.bpp-site-footer__mail {
	color: #fff;
	font-weight: 650;
	text-underline-offset: 4px;
}

.bpp-site-footer__nav-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(24px, 4vw, 48px);
}

.bpp-site-footer__nav-grid h3 {
	margin: 5px 0 17px;
	color: #fff;
	font-size: 0.98rem;
	font-weight: 750;
	letter-spacing: 0.02em;
}

.bpp-site-footer__nav-grid ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.bpp-site-footer__nav-grid li {
	margin: 0 0 10px;
	padding: 0;
}

.bpp-site-footer__nav-grid a {
	color: var(--bpp-footer-muted);
	text-decoration: none;
}

.bpp-site-footer__nav-grid a:hover,
.bpp-site-footer__nav-grid a:focus-visible,
.bpp-site-footer__brand:hover,
.bpp-site-footer__brand:focus-visible,
.bpp-site-footer__text-link:hover,
.bpp-site-footer__text-link:focus-visible,
.bpp-site-footer__mail:hover,
.bpp-site-footer__mail:focus-visible {
	color: #fff;
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 5px;
}

.bpp-site-footer a:focus-visible {
	outline: 3px solid #f7d791;
	outline-offset: 4px;
}

.bpp-site-footer__mail {
	display: inline-block;
	margin-top: 10px;
	font-size: 0.9rem;
	overflow-wrap: anywhere;
}

.bpp-site-footer__whatsapp {
	display: flex;
	align-items: center;
	gap: 10px;
	width: fit-content;
	margin-top: 14px;
	padding: 9px 12px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.07);
	color: #fff !important;
	text-decoration: none !important;
}

.bpp-site-footer__whatsapp > span:first-child {
	display: grid;
	place-items: center;
	flex: 0 0 34px;
	height: 34px;
	border-radius: 50%;
	background: #25d366;
	color: #082d17;
	font-size: 0.68rem;
	font-weight: 900;
}

.bpp-site-footer__whatsapp > span:last-child {
	display: grid;
	gap: 1px;
}

.bpp-site-footer__whatsapp strong,
.bpp-site-footer__whatsapp small {
	color: #fff;
}

.bpp-site-footer__whatsapp strong { font-size: 0.84rem; }
.bpp-site-footer__whatsapp small { font-size: 0.75rem; }

.bpp-site-footer__notice {
	padding: 22px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.14);
	border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.bpp-site-footer__notice p {
	max-width: 1020px;
	margin: 0;
	color: var(--bpp-footer-muted);
	font-size: 0.9rem;
}

.bpp-site-footer__notice strong {
	color: #fff;
}

.bpp-site-footer__bottom {
	display: flex;
	justify-content: space-between;
	gap: 30px;
	padding-block: 22px 30px;
	color: #aebdd0;
	font-size: 0.82rem;
}

.bpp-site-footer__bottom p {
	margin: 0;
}

@media (max-width: 920px) {
	.bpp-site-footer__inner {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 680px) {
	.bpp-site-footer__inner,
	.bpp-site-footer__bottom,
	.bpp-site-footer__notice {
		width: min(100% - 28px, 1180px);
	}

	.bpp-site-footer__nav-grid {
		grid-template-columns: 1fr 1fr;
	}

	.bpp-site-footer__bottom {
		flex-direction: column;
		gap: 8px;
	}

	.bpp-site-footer__whatsapp {
		width: 100%;
	}
}

@media (max-width: 440px) {
	.bpp-site-footer__nav-grid {
		grid-template-columns: 1fr;
	}
}

@media print {
	.bpp-site-footer {
		display: none !important;
	}
}
