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

.site-footer {
	background: #0f2850;
	color: rgba(255, 255, 255, 0.9);
	font-family: 'Nunito Sans', 'Helvetica Neue', Arial, sans-serif;
	scroll-margin-top: 136px;
}

footer.site-footer[role="contentinfo"] {
	max-width: none;
	padding-inline: 0;
}

.site-footer__inner {
	margin: 0 auto;
	max-width: 1140px;
	padding: 48px 16px;
}

.site-footer__columns {
	display: grid;
	gap: 40px;
}

.site-footer__brand,
.site-footer__contact,
.site-footer__nav,
.site-footer__institutional {
	min-width: 0;
}

.site-footer__logo {
	display: block;
	height: auto;
	max-width: 240px;
	width: 100%;
}

.site-footer__tagline {
	color: rgba(255, 255, 255, 0.85);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	margin: 20px 0 0;
	max-width: 32ch;
}

.site-footer__heading {
	align-items: center;
	color: #ffffff;
	display: flex;
	font-family: Merriweather, Georgia, serif;
	font-size: 18px;
	font-weight: 700;
	gap: 12px;
	line-height: 1.4;
	margin: 0 0 16px;
}

.site-footer__heading::after {
	background: rgba(255, 255, 255, 0.4);
	border-radius: 999px;
	content: "";
	flex: none;
	height: 2px;
	width: 32px;
}

.site-footer__contact-list,
.site-footer__oab,
.site-footer__copyright p {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	margin: 0;
}

.site-footer__contact-list p,
.site-footer__oab {
	margin-top: 12px;
}

.site-footer__link,
.site-footer__instagram,
.site-footer__google {
	align-items: center;
	color: rgba(255, 255, 255, 0.9);
	display: inline-flex;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	min-height: 56px;
	text-decoration: none;
	transition: color 160ms ease, filter 160ms ease;
}

.site-footer__phone {
	align-items: flex-start;
	padding: 8px 0;
	width: 100%;
}

.site-footer__phone + .site-footer__phone {
	margin-top: 4px;
}

.site-footer__link:hover,
.site-footer__link:focus-visible {
	color: #ffffff;
}

.site-footer__phone:hover,
.site-footer__phone:focus-visible {
	text-decoration: underline;
}

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

.site-footer__nav li + li {
	margin-top: 12px;
}

.site-footer__nav .site-footer__link {
	min-height: 56px;
}

.site-footer__instagram,
.site-footer__google {
	color: #ffffff;
	gap: 10px;
	margin-top: 16px;
	width: 100%;
}

.site-footer__instagram:hover,
.site-footer__instagram:focus-visible {
	color: #ffffff;
	text-decoration: underline;
	text-underline-offset: 0.2em;
}

.site-footer__google:hover,
.site-footer__google:focus-visible {
	color: #ffffff;
	text-decoration: underline;
	text-underline-offset: 0.2em;
}

.site-footer__instagram-icon,
.site-footer__google-icon {
	height: 24px;
	width: 24px;
}

.site-footer__link:focus-visible,
.site-footer__instagram:focus-visible {
	outline: 3px solid #ffffff;
	outline-offset: 2px;
}

.site-footer__google:focus-visible {
	outline: 3px solid #ffffff;
	outline-offset: 2px;
}

.site-footer__whatsapp:focus-visible {
	outline: 3px solid #1850b0;
	outline-offset: 2px;
	box-shadow: 0 0 0 8px #ffffff;
}

.site-footer__divider {
	background: rgba(255, 255, 255, 0.15);
	height: 1px;
	margin: 32px 0;
}

.site-footer__copyright {
	color: rgba(255, 255, 255, 0.6);
	display: grid;
	gap: 12px;
	text-align: center;
}

.site-footer__copyright p {
	font-size: 14px;
}

.site-footer__whatsapp {
	align-items: center;
	background: #25d366;
	border-radius: 999px;
	bottom: 16px;
	box-shadow: 0 4px 16px rgba(15, 40, 80, 0.1);
	color: #0f2850;
	display: flex;
	height: 64px;
	justify-content: center;
	position: fixed;
	right: 16px;
	transition: filter 160ms ease;
	width: 64px;
	z-index: 1000;
}

.site-footer__whatsapp[hidden] {
	display: none;
}

.site-footer__whatsapp:hover {
	color: #0f2850;
	filter: brightness(0.92);
}

.site-footer__whatsapp-icon {
	height: 32px;
	width: 32px;
}

@media (min-width: 768px) {
	.site-footer__columns {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.site-footer__copyright {
		align-items: center;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		text-align: left;
	}

	.site-footer__copyright p:last-child {
		text-align: right;
	}
}

@media (min-width: 768px) and (max-width: 1365px) {
	.site-footer__copyright p:last-child {
		padding-right: 96px;
	}
}

@media (min-width: 1025px) {
	.site-footer__inner {
		padding: 80px 24px;
	}

	.site-footer__columns {
		grid-template-columns: minmax(0, 1.2fr) minmax(0, 1.5fr) minmax(0, 0.9fr) minmax(0, 1fr);
	}

	.site-footer__whatsapp {
		bottom: 24px;
		right: 24px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.site-footer__link,
	.site-footer__instagram,
	.site-footer__google,
	.site-footer__whatsapp {
		transition: none;
	}
}
