/* ========================= */
/* FOOTER MEDINACELI - BASE */
/* ========================= */

.footer_medina {
	width: 100%;
	background: #184D96;
	color: #ffffff;
	margin-top: 4%;
	clear: both;
}

/* CONTENEDOR CENTRAL */
.footer_superior {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1.2fr 1fr;
	gap: 3%;
	padding: 3%;
	box-sizing: border-box;
	align-items: center;
}

/* ========================= */
/* BLOQUE IZQUIERDO */
/* ========================= */

.footer_identidad {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.footer_escudo {
	width: 100%;
	text-align: center;
	margin-bottom: 2%;
}

.footer_escudo img {
	width: 14%;
	height: auto;
	display: block;
	margin: 0 auto;
}

.footer_textos {
	text-align: left;
}

.footer_nombre_institucional {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.5rem;
	line-height: 1.85;
	font-weight: 600;
	margin-bottom: 1.5%;
}

.footer_datos_contacto {
	font-family: 'Roboto', sans-serif;
	font-size: 1.2rem;
	line-height: 2;
	opacity: 0.95;
}

/* ========================= */
/* BLOQUE DERECHO */
/* ========================= */

.footer_mapa {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 5%;
	box-sizing: border-box;
}

.footer_mapa_titulo {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 1.2rem;
	margin-bottom: 1rem;
}

.footer_mapa_contenedor {
	width: 100%;
	height: 260px;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 6px 18px rgba(0,0,0,0.2);
}

.footer_mapa_enlace {
	margin-top: 0.8rem;
}

.footer_mapa_enlace a {
	display: inline-block;
	color: #ffffff;
	font-family: 'Roboto', sans-serif;
	font-size: 1rem;
	text-decoration: none;
	padding: 0.4rem 0.8rem;
	border: 1px solid rgba(255,255,255,0.4);
	border-radius: 20px;
}

.footer_mapa_enlace a:hover {
	background: rgba(255,255,255,0.15);
}

/* ========================= */
/* PARTE INFERIOR */
/* ========================= */

.footer_inferior {
	width: 100%;
	background: #AA1916;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	row-gap: 0.6rem;
	column-gap: 1rem;
	padding: 1% 3%;
	box-sizing: border-box;
}

.footer_copyright {
	font-family: 'Roboto', sans-serif;
	font-size: 1.05rem;
	opacity: 0.9;
	flex: 1 1 18rem;
	min-width: 0;
}

.footer_legales {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 0.8rem 1rem;
	flex: 1 1 20rem;
	min-width: 0;
}

.footer_legales a {
	color: #ffffff;
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
	font-size: 1rem;
	opacity: 0.9;
	white-space: normal;
}

.footer_legales a:hover {
	text-decoration: underline;
}

/* ========================= */
/* MÓVIL */
/* ========================= */

@media screen and (max-width: 29.99em) {

	.footer_superior {
		grid-template-columns: 1fr;
		text-align: center;
		gap: 1.8rem;
		padding: 7% 5%;
	}

	.footer_mapa {
		padding-left: 0;
	}

	.footer_escudo img {
		width: 15%;
	}

	.footer_nombre_institucional {
		font-size: 1.1rem;
	}

	.footer_datos_contacto {
		font-size: 0.95rem;
	}

	.footer_mapa_contenedor {
		height: 200px;
	}

	.footer_inferior {
		flex-direction: column;
		padding: 1rem 1rem 1.1rem 1rem;
		text-align: center;
	}

	.footer_copyright {
		flex: none;
		width: 100%;
		font-size: 1rem;
	}

	.footer_legales {
		flex: none;
		width: 100%;
		justify-content: center;
		gap: 0.6rem 1rem;
	}

	.footer_legales a {
		font-size: 0.98rem;
	}
}

/* ========================= */
/* TABLET PEQUEÑA */
/* ========================= */

@media screen and (min-width: 30em) and (max-width: 47.99em) {

	.footer_superior {
		grid-template-columns: 1fr;
		text-align: center;
		gap: 2rem;
		padding: 6% 4%;
	}

	.footer_mapa {
		padding-left: 0;
	}

	.footer_escudo img {
		width: 10%;
	}

	.footer_nombre_institucional {
		font-size: 1.25rem;
	}

	.footer_datos_contacto {
		font-size: 1.05rem;
	}

	.footer_mapa_contenedor {
		height: 220px;
	}

	.footer_inferior {
		flex-direction: column;
		padding: 1rem 1rem 1.1rem 1rem;
		text-align: center;
	}

	.footer_copyright {
		flex: none;
		width: 100%;
		font-size: 1rem;
	}

	.footer_legales {
		flex: none;
		width: 100%;
		justify-content: center;
		gap: 0.6rem 1rem;
	}

	.footer_legales a {
		font-size: 0.98rem;
	}
}

/* ========================= */
/* TABLET GRANDE */
/* ========================= */

@media screen and (min-width: 48em) and (max-width: 63.99em) {

	.footer_superior {
		grid-template-columns: 1fr;
		text-align: center;
		gap: 2rem;
	}

	.footer_mapa {
		padding-left: 0;
	}

	.footer_escudo img {
		width: 10%;
	}
}

/* ========================= */
/* SOBREMESA */
/* ========================= */

@media screen and (min-width: 64em) {

	.footer_superior {
		grid-template-columns: 1.2fr 1fr;
		gap: 3%;
		padding: 3%;
	}

	.footer_escudo img {
		width: 14%;
	}

	.footer_nombre_institucional {
		font-size: 1.5rem;
	}

	.footer_datos_contacto {
		font-size: 1.2rem;
	}

	.footer_mapa {
		padding-left: 5%;
	}
}