/* @group Site footer
------------------------------------ */

footer {
	background-color: var(--lavanda);
	color: var(--white);
}

footer .footer-top {
	padding: 4.6rem 4rem 3rem;
}

footer .footer-top .col-menu {
	padding: 0;
}

footer .footer-top .col-menu ul {
	display: flex;
	flex-direction: column;
	row-gap: 2.7rem;
	margin-bottom: 3rem;
}

footer .footer-top .col-menu ul li {
	display: flex;
	justify-content: space-between;
}

footer .footer-top .col-menu ul li a {
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	color: var(--white);
}

footer .footer-top .col-social {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
}

footer .footer-top .col-social i {
	font-size: 1.2rem;
}
footer .footer-top .col-social .language {
	position: relative;
	border: 1px solid var(--white);
	border-radius: 0.5rem;
	visibility: hidden;
	display: none;
}

footer .col-social .language select {
	background-color: transparent;
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	padding: 1.6rem 0.8rem;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 100%;
	border: none;
	color: var(--white);
	cursor: pointer;
}

footer .col-social .language select option {
	font-size: 1.2rem;
	background-color: #f0f0f0;
	color: #333;
	padding: 1rem;
}

footer .footer-top .col-social .language::after {
	content: "\e93e";
	font-family: "IcoMoon";
	position: absolute;
	right: 1rem;
	top: 50%;
	transform: translateY(-50%);
	font-size: 1.6rem;
	color: var(--white);
	pointer-events: none;
}

footer .footer-top .col-social ul {
	display: flex;
	justify-content: space-between;
	column-gap: 1.5rem;
}

footer .footer-bottom {
	position: relative;
	padding: 3rem 4rem 1rem;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

footer .footer-bottom::before {
	content: "";
	position: absolute;
	top: 0;
	left: 4rem;
	width: calc(100% - 8rem);
	height: 1px;
	background-color: var(--white);
}

footer .footer-bottom svg {
	margin-bottom: 1.2rem;
}

footer .footer-bottom p {
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	color: var(--white);
	text-align: center;
}

footer .footer-bottom nav ul li {
	text-align: right;
}
footer .footer-bottom nav ul li a {
	color: var(--white);
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.4em;
}

footer aside {
	background-color: var(--w-negro) !important;
	padding: 0.9rem 5rem 1rem;
}

footer aside p {
	color: var(--white) !important;
	font-size: 0.8rem !important;
	font-style: normal;
	font-weight: 700;
	line-height: 1.25em;
	text-align: center;
}

@media only screen and (min-width: 961px) {
	footer .footer-top {
		padding: 7.5rem 0 8.6rem;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	footer .footer-top .col-logo-footer {
		padding: 0;
	}

	footer .footer-top .col-logo-footer i {
		font-size: 2.6rem;
	}

	footer .footer-top .col-menu {
		width: 19.716rem;
	}

	footer .footer-top .col-menu ul {
		flex-direction: row;
		justify-content: center;
		column-gap: 2.1rem;
		margin-bottom: 0;
	}

	footer .footer-top .col-menu ul li a {
		font-size: 1.8rem;
	}

	footer .footer-top .col-social {
		justify-content: flex-end;
	}

	footer .footer-top .col-social ul {
		column-gap: 2.3rem;
	}

	footer .footer-top .col-social i {
		font-size: 1.8rem;
	}

	footer .footer-bottom {
		padding: 4.8rem 0 5.1rem;
		justify-content: center;
		margin: 0;
	}

	footer .footer-bottom::before {
		top: 0;
		left: 0;
		width: 100%;
	}

	footer .footer-bottom p {
		margin-right: 3.1rem;
		font-size: 1.2rem;
		font-style: normal;
		font-weight: 700;
		line-height: 2.66em;
	}

	footer .footer-bottom nav ul {
		display: flex;
		column-gap: 3.1rem;
	}

	footer .footer-bottom nav ul li a {
		text-decoration-line: underline;
		font-size: 1.2rem;
		font-style: normal;
		font-weight: 700;
		line-height: 2.66em;
	}

	footer aside,
	footer .footer-top .col-social .language,
	footer .icon-logo {
		visibility: hidden;
		display: none;
	}
}
@media only screen and (min-width: 961px) and (max-width: 1440px) {
}
@media only screen and (min-width: 0) and (max-width: 960px) {
	footer .footer-top .col-menu ul li {
		position: relative;
		width: 100%;
		align-items: center;
	}

	footer .footer-top .col-menu ul li::after {
		content: "—";
		font-weight: 800;
		flex-grow: 1;
		text-align: right;
		margin-left: 1rem;
		color: var(--white);
	}

	footer .footer-top .col-logo-footer {
		display: none;
		visibility: hidden;
	}
	footer .icon-isologotipo {
		visibility: hidden;
		display: none;
	}

	footer .col-social .language select {
		width: 9.3rem;
	}
}
/* @end */
