/* @group Site Footer
------------------------------------ */
.site-footer {
	color: var(--johannes-100);
}

.site-footer a {
	text-decoration: none;
}

/* Containers con flex en columna */
.site-footer .content-col .txt-container,
.site-footer .info-col .copyright-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

/* Containers con flex en fila */
.site-footer .content-col .img-container,
.site-footer .info-col .social-wrapper,
.site-footer .info-col .copyright-wrapper ul {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.site-footer .content-col .txt-container {
	padding-block: 4rem;
	flex-wrap: wrap;
}

.site-footer .content-col .img-container {
	gap: 2.4rem;
	flex-wrap: wrap;
	margin-block: 2rem;
}

.site-footer .content-col .img-container .img-box {
	height: 6.75rem;
}

.site-footer .info-col {
	padding-block: 4rem;
}

.site-footer .info-col .logo-wrapper,
.site-footer .info-col .contact-wrapper,
.site-footer .info-col .social-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
}

.site-footer .info-col .logo-wrapper {
	margin-bottom: 4.7rem;
	padding-block: 0.4rem;
}
.site-footer .info-col .logo-wrapper .img-box {
	height: 1.9rem;
	margin-bottom: 0;
}

.site-footer .info-col .contact-wrapper {
	margin-bottom: 2.8rem;
}
.site-footer .info-col .contact-wrapper .link-desktop {
	font-weight: 700;
	line-height: 171.429%;
	letter-spacing: 0.15em;
	display: inline-block;
	text-decoration: none;
}

.site-footer .info-col .contact-wrapper a {
	color: var(--johannes-100);
	text-decoration: underline;
	text-transform: uppercase;
}

.site-footer .info-col .social-wrapper {
	margin-bottom: 5.5rem;
	gap: 2.8rem;
}

.site-footer .info-col .social-wrapper img {
	width: 2.4rem;
	height: 2.4rem;
}

.site-footer .info-col .copyright-wrapper {
	gap: 3.2rem;
}
.site-footer .info-col .copyright-wrapper .has-paragraph-label-font-size {
	text-transform: uppercase;
	color: var(--johannes-100);
}
.site-footer .info-col .copyright-wrapper > a {
	--ls: 0.1em;
}

.site-footer .info-col .copyright-wrapper .menu-legals-menu-container ul {
	gap: 3.2rem;
}
.site-footer .info-col .copyright-wrapper .menu-legals-menu-container ul li {
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.15em;
}
.site-footer .info-col .copyright-wrapper .menu-legals-menu-container ul li a {
	color: var(--johannes-100);
}

@media only screen and (min-width: 961px) {
	.site-footer .content-col .txt-container,
	.site-footer .content-col .img-container,
	.site-footer .info-col .logo-wrapper,
	.site-footer .info-col .contact-wrapper,
	.site-footer .info-col .social-wrapper {
		align-items: flex-start;
		justify-content: flex-start;
		text-align: left;
	}

	.site-footer .content-col .txt-container {
		padding-block: 8rem;
	}

	.site-footer .content-col .img-container {
		margin-block: 0 4rem;
	}

	.site-footer .info-col .logo-wrapper {
		margin-bottom: 4.1rem;
	}

	.site-footer .info-col .social-wrapper {
		margin-bottom: 9rem;
	}

	.site-footer .info-col .copyright-wrapper {
		flex-direction: row;
		justify-content: space-between;
	}
}

/* @end */

@media only screen and (min-width: 0) and (max-width: 960px) {
}

/* @end */
