.footer-mize-nd {
	background-color: #003446;
	background-image: url('../../assets/img/footer-bg.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	color: #ffffff;
	padding: 64px 0;
}

.footer-mize-nd__container {
	max-width: 1920px;
	margin: 0 auto;
	padding: 0 230px;
}

.footer-mize-nd__top {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 60px;
	margin-bottom: 40px;
	border-bottom: none;
}

.footer-mize-nd .footer-mize-nd__logos {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	vertical-align: top;
	align-items: flex-start;
	gap: 64px;
	flex-shrink: 0;
	width: 570px;
	max-width: 570px;
}

.footer-mize-nd__logo-mize {
	display: block;
	width: 158px;
	height: auto;
	flex-shrink: 0;
}

.footer-mize-nd__logo-mize svg {
	width: 100%;
	height: auto;
}

.footer-mize-nd__logo-rightrez {
	display: block;
	width: 190px;
	height: auto;
	flex-shrink: 0;
}

.footer-mize-nd__rightrez-logo-img {
	width: 100%;
	height: auto;
}

.footer-mize-nd .footer-mize-nd__menus {
	display: grid !important;
	grid-template-columns: repeat(3, 1fr) !important;
	gap: 60px;
	flex: 1;
}

.footer-mize-nd__menu-column {
	display: flex;
	flex-direction: column;
}

.footer-mize-nd__menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.footer-mize-nd__menu li {
	margin: 0;
	padding: 0;
}

.footer-mize-nd__menu a {
	display: block;
	padding: 0;
	font-family: 'PF Bague Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
	transition: color 0.3s ease;
}

.footer-mize-nd__menu a:hover {
	color: #29D8C1;
}

.footer-mize-nd__bottom {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding-top: 24px;
}

.footer-mize-nd__left {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
}

.footer-mize-nd__socials {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 12px;
}

.footer-mize-nd__social-item {
	margin: 0;
	padding: 0;
}

.footer-mize-nd__social-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-color: transparent;
	transition: transform 0.3s ease, opacity 0.3s ease;
}

.footer-mize-nd__social-link:hover {
	transform: translateY(-2px);
	opacity: 0.8;
}

.footer-mize-nd__social-link svg,
.footer-mize-nd__social-icon {
	width: 32px;
	height: 32px;
	display: block;
}

.footer-mize-nd__copyright {
	font-family: 'PF Bague Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
	color: rgba(42, 217, 194, 0.5);
	margin: 0;
}

.footer-mize-nd__right {
	display: flex;
}

.footer-mize-nd__whistleblowing {
	font-family: 'PF Bague Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
	color: rgba(42, 217, 194, 0.5);
	text-decoration: none;
	transition: color 0.3s ease;
}

.footer-mize-nd__whistleblowing:hover {
	color: #29D8C1;
}

@media (max-width: 1440px) {
	.footer-mize-nd {
		padding: 56px 0;
	}

	.footer-mize-nd__container {
		padding: 0 80px;
	}

	.footer-mize-nd__top {
		gap: 80px;
	}

	.footer-mize-nd .footer-mize-nd__logos {
		width: 420px;
		gap: 32px;
	}
}

@media (max-width: 1024px) {
	.footer-mize-nd {
		padding: 48px 0;
	}

	.footer-mize-nd__container {
		padding: 0 80px;
	}

	.footer-mize-nd__top {
		flex-direction: column;
		gap: 50px;
		margin-bottom: 40px;
	}

	.footer-mize-nd .footer-mize-nd__logos {
		width: auto;
	}
}

@media (max-width: 768px) {
	.footer-mize-nd {
		padding: 40px 0;
	}

	.footer-mize-nd__container {
		padding: 0 40px;
	}

	.footer-mize-nd .footer-mize-nd__menus {
		grid-template-columns: 1fr 1fr !important;
		gap: 40px;
	}

	.footer-mize-nd__bottom {
		flex-direction: column;
		align-items: flex-start;
		gap: 24px;
	}

	.footer-mize-nd__left {
		flex-direction: column;
		align-items: flex-start;
		gap: 24px;
	}
}

@media (max-width: 480px) {
	.footer-mize-nd {
		padding: 32px 0;
	}

	.footer-mize-nd__container {
		padding: 0 24px;
	}

	.footer-mize-nd__top {
		gap: 40px;
		margin-bottom: 32px;
		padding-bottom: 32px;
		align-items: flex-start !important;
	}

	/* Logos lado a lado, alineados a la izquierda */
	.footer-mize-nd .footer-mize-nd__logos {
		gap: 48px !important;
		flex-direction: row !important;
		align-items: center !important;
		margin: 0 !important;
		width: auto !important;
	}
	
	.footer-mize-nd__logo-mize,
	.footer-mize-nd__logo-rightrez {
		margin: 0 !important;
		width: 140px !important;
	}

	.footer-mize-nd__logo-mize svg,
	.footer-mize-nd__rightrez-logo-img {
		width: 100% !important;
	}

	/* Menús alineados a la izquierda */
	.footer-mize-nd .footer-mize-nd__menus {
		grid-template-columns: 1fr !important;
		gap: 24px;
		text-align: left !important;
		margin: 0 !important;
	}

	.footer-mize-nd__menu {
		gap: 12px;
		align-items: flex-start !important;
	}

	.footer-mize-nd__menu a {
		text-align: left !important;
	}

	.footer-mize-nd__socials {
		gap: 8px;
	}

	/* Bottom alineado a la izquierda */
	.footer-mize-nd__left,
	.footer-mize-nd__socials,
	.footer-mize-nd__right {
		margin: 0 !important;
	}

	.footer-mize-nd__bottom {
		align-items: flex-start !important;
	}
}
