/* Panorama Mundial footer: WordPress widgets and theme options remain the source of content. */
/* Let the theme's container keep the top bar content aligned while its background spans the viewport. */
.navbar-inner > .container > .navbar-top.clearfix {
	position: relative;
	left: 50%;
	width: 100vw;
	box-sizing: border-box;
	transform: translateX(-50%);
	margin: -30px 0 20px;
	padding: 11px max(20px, calc((100vw - 1200px) / 2));
	background: #062644;
	color: #e8f2fc;
}
.navbar-top.clearfix a { color: #e8f2fc; }
.navbar-top-menu li + li:before { color: rgba(232,242,252,.52); }

footer.footer.pm-site-footer {
	margin-top: 30px;
	padding: 0;
	background: #062644 !important;
	border-top: 4px solid #176fc2;
	color: #d8e5f1;
}
footer.footer.pm-site-footer > .container { width: min(1200px, calc(100% - 40px)); padding: 0; background: transparent !important; }
.pm-site-footer .pm-footer-top {
	display: grid;
	grid-template-columns: minmax(220px, .82fr) minmax(0, 2fr);
	gap: clamp(30px, 6vw, 86px);
	padding: 42px 0 32px;
}
.pm-site-footer .pm-footer-brand { min-width: 0; }
.pm-site-footer .pm-footer-brand a { display: inline-flex; align-items: center; max-width: 100%; padding: 0; background: transparent; }
.pm-site-footer .pm-footer-brand img { display: block; width: auto; max-width: min(100%, 300px); max-height: 96px; object-fit: contain; filter: grayscale(1) brightness(0) invert(1); opacity: .94; }
.pm-site-footer .footer-sidebars.row { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 26px; margin: 0; }
.pm-site-footer .footer-sidebars.row:before,
.pm-site-footer .footer-sidebars.row:after { display: none; content: none; }
.pm-site-footer .footer-sidebars > .f-col { display: contents; float: none; width: auto; min-width: 0; padding: 0; }
.pm-site-footer .footer-widget { margin: 0; padding: 0; border: 0; background: transparent; color: #d8e5f1; }
.pm-site-footer .footer-widget .widget-title,
.pm-site-footer .footer-widget .widget-title .title { margin: 0 0 15px; color: #fff; font: 700 13px/1.3 Arial,Helvetica,sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.pm-site-footer .footer-widget h2.wp-block-heading { margin: 0 0 15px; padding-bottom: 11px; border-bottom: 1px solid rgba(222,237,250,.2); color: #fff; font: 700 13px/1.3 Arial,Helvetica,sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.pm-site-footer .footer-widget ul { margin: 0; padding: 0; list-style: none; }
.pm-site-footer .footer-widget li { margin: 0; padding: 0; border: 0; }
.pm-site-footer .footer-widget li + li { margin-top: 9px; }
.pm-site-footer .footer-widget li:before { display: none; }
.pm-site-footer .footer-widget a,
.pm-site-footer .footer-widget select { color: #d8e5f1; }
.pm-site-footer .footer-widget a { font: 14px/1.45 Arial,Helvetica,sans-serif; text-decoration: none; }
.pm-site-footer .footer-widget a:hover { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.pm-site-footer .footer-bottom.pm-footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: 0; padding: 18px 0 20px; border-top: 1px solid rgba(222,237,250,.2); }
.pm-site-footer .pm-footer-legal,
.pm-site-footer .pm-footer-menu-wrap { float: none; width: auto; padding: 0; }
.pm-site-footer .copy-info { margin: 0; color: #b9ccdc; font: 12px/1.5 Arial,Helvetica,sans-serif; }
.pm-site-footer .footer-menu { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px 20px; margin: 0; padding: 0; list-style: none; }
.pm-site-footer .footer-menu li { margin: 0; }
.pm-site-footer .footer-menu a { color: #d8e5f1; font: 12px/1.5 Arial,Helvetica,sans-serif; text-decoration: none; }
.pm-site-footer .footer-menu a:hover { color: #fff; text-decoration: underline; }
@media (max-width: 760px) {
	.pm-site-footer > .container { width: calc(100% - 32px); }
	.pm-site-footer .pm-footer-top { grid-template-columns: 1fr; gap: 26px; padding: 32px 0 26px; }
	.pm-site-footer .pm-footer-brand img { max-height: 72px; }
	.pm-site-footer .footer-sidebars.row { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 24px 18px; }
	.pm-site-footer .footer-bottom.pm-footer-bottom { align-items: flex-start; flex-direction: column; gap: 12px; padding: 16px 0 20px; }
	.pm-site-footer .footer-menu { justify-content: flex-start; }
}
@media (max-width: 420px) {
	.pm-site-footer .footer-sidebars.row { grid-template-columns: 1fr; }
}
