.mf-ruta-player {
	max-width: 780px;
	margin: 0 auto;
	font-family: inherit;
	position: relative;
}
.mf-ruta-progreso {
	margin-bottom: 20px;
}
.mf-ruta-compartir {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	margin-top: 26px;
	padding-top: 20px;
	border-top: 1px solid #e6ecf1;
}
.mf-ruta-compartir-toggle {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 9px 20px;
	border-radius: 22px;
	border: 1.5px solid #0274BE;
	background: #fff;
	color: #0274BE;
	font-size: 13.5px;
	font-weight: 600;
	cursor: pointer;
}
.mf-ruta-compartir-toggle:hover,
.mf-ruta-compartir-toggle[aria-expanded="true"] {
	background: #0274BE;
	color: #fff;
}
.mf-ruta-compartir-toggle-icono {
	font-size: 14px;
	line-height: 1;
}
.mf-ruta-compartir-panel {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
}
.mf-ruta-compartir-panel[hidden] {
	display: none;
}
.mf-ruta-compartir-redondo {
	width: 40px;
	height: 40px;
	min-width: 40px;
	padding: 0;
	border: none;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
	box-sizing: border-box;
	transition: transform .1s ease, filter .15s ease;
}
.mf-ruta-compartir-redondo:hover {
	filter: brightness(0.92);
	transform: translateY(-1px);
}
.mf-ruta-share-whatsapp { background: #25D366; }
.mf-ruta-share-facebook { background: #1877F2; font-family: Georgia, serif; font-style: italic; }
.mf-ruta-share-copiar { background: #1A8C84; font-size: 15px; }
.mf-ruta-share-nativo { background: #0F3D6E; font-size: 20px; }
.mf-ruta-progreso-barra {
	background: #e6ecf1;
	border-radius: 20px;
	height: 10px;
	overflow: hidden;
}
.mf-ruta-progreso-relleno {
	background: linear-gradient(90deg, #0274BE, #1A8C84);
	height: 100%;
	width: 0%;
	transition: width .3s ease;
}
.mf-ruta-progreso-texto {
	margin-top: 6px;
	font-size: 14px;
	color: #0F3D6E;
	font-weight: 600;
}
.mf-ruta-contenido {
	min-height: 200px;
	background: #fff;
	border: 1px solid #e6ecf1;
	border-radius: 10px;
	padding: 24px;
	margin-bottom: 18px;
}
.mf-ruta-nota-arriba {
	margin-top: 0;
	margin-bottom: 14px;
}
.mf-ruta-pdf-wrap {
	border: 1px solid #e6ecf1;
	border-radius: 8px;
	overflow: hidden;
}
.mf-ruta-pdf-iframe {
	width: 100%;
	height: 70vh;
	min-height: 400px;
	border: 0;
	display: block;
}
.mf-ruta-pdf-descargar {
	text-align: center;
	margin-top: 10px;
}
.mf-ruta-pdf-descargar a {
	color: #0274BE;
	font-weight: 600;
	text-decoration: none;
}
.mf-ruta-pdf-descargar a:hover {
	text-decoration: underline;
}
.mf-ruta-galeria-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
	gap: 10px;
}
.mf-ruta-galeria-item {
	padding: 0;
	border: 1px solid #e6ecf1;
	border-radius: 8px;
	overflow: hidden;
	cursor: zoom-in;
	background: none;
	aspect-ratio: 1;
}
.mf-ruta-galeria-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: opacity .15s ease;
}
.mf-ruta-galeria-item:hover img {
	opacity: .85;
}
.mf-ruta-lightbox {
	position: fixed;
	inset: 0;
	background: rgba(15, 15, 20, 0.92);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 999999;
	padding: 24px;
	box-sizing: border-box;
}
.mf-ruta-lightbox img {
	max-width: 100%;
	max-height: 100%;
	border-radius: 6px;
	box-shadow: 0 10px 40px rgba(0,0,0,0.5);
}
.mf-ruta-lightbox-cerrar {
	position: fixed;
	top: 16px;
	right: 16px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: rgba(255,255,255,0.15);
	color: #fff;
	border: none;
	font-size: 16px;
	cursor: pointer;
}
.mf-ruta-lightbox-nav {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: rgba(255,255,255,0.15);
	color: #fff;
	border: none;
	font-size: 24px;
	cursor: pointer;
}
.mf-ruta-lightbox-prev { left: 16px; }
.mf-ruta-lightbox-next { right: 16px; }
@media (max-width: 600px) {
	.mf-ruta-contenido {
		padding: 10px;
		border-radius: 6px;
	}
	.mf-ruta-embed-wrap {
		border: 0;
		border-radius: 0;
		margin-left: -10px;
		margin-right: -10px;
		width: calc(100% + 20px);
	}
}
.mf-paso-render h3 {
	color: #0F3D6E;
	margin-top: 0;
}
.mf-ruta-video-wrap {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	border-radius: 8px;
	background: #000;
}
.mf-ruta-video-wrap iframe {
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
}
.mf-ruta-nota {
	margin-top: 14px;
	background: #FEF6E7;
	border-left: 4px solid #E0A43B;
	padding: 12px 16px;
	border-radius: 4px;
	color: #6b5115;
}
.mf-ruta-embed-wrap {
	border: 1px solid #e6ecf1;
	border-radius: 8px;
	overflow: hidden;
}
.mf-ruta-iframe {
	width: 100%;
	border: 0;
	display: block;
	min-height: 400px;
	box-sizing: border-box;
}
.mf-ruta-cargando {
	color: #787c82;
	font-style: italic;
}
.mf-ruta-navegacion {
	display: flex;
	justify-content: space-between;
	gap: 10px;
}
.mf-ruta-btn {
	background: #0274BE;
	color: #fff;
	border: none;
	padding: 12px 24px;
	border-radius: 30px;
	font-weight: 600;
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
	transition: background .2s ease;
}
.mf-ruta-btn:hover {
	background: #0F3D6E;
	color: #fff;
}
.mf-ruta-btn:disabled {
	background: #c5cdd4;
	cursor: not-allowed;
}
.mf-ruta-btn-anterior {
	background: #fff;
	color: #0274BE;
	border: 2px solid #0274BE;
}
.mf-ruta-completado {
	text-align: center;
	padding: 30px 10px;
}
.mf-ruta-insignia {
	font-size: 60px;
	margin-bottom: 10px;
}
.mf-ruta-completado h2 {
	color: #1A8C84;
	margin: 0 0 8px;
}
.mf-ruta-restringido {
	background: #f6f7f7;
	border: 1px dashed #0274BE;
	border-radius: 10px;
	padding: 24px;
	text-align: center;
	color: #0F3D6E;
}
.mf-rutas-listado {
	display: flex;
	gap: 18px;
	overflow-x: auto;
	padding: 6px 4px 16px;
	scroll-snap-type: x mandatory;
}
.mf-rutas-tarjeta {
	flex: 0 0 240px;
	scroll-snap-align: start;
	background: #fff;
	border: 1px solid #e6ecf1;
	border-radius: 10px;
	overflow: hidden;
	text-decoration: none;
	color: inherit;
	display: block;
	transition: transform .2s ease, box-shadow .2s ease;
}
.mf-rutas-tarjeta:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 20px rgba(15,61,110,.15);
}
.mf-rutas-tarjeta-imagen {
	aspect-ratio: 16/9;
	background: #e6ecf1;
	overflow: hidden;
}
.mf-rutas-tarjeta-imagen img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.mf-rutas-tarjeta-imagen-vacia {
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, #0274BE, #1A8C84);
}
.mf-rutas-tarjeta-cuerpo {
	padding: 12px 14px;
}
.mf-rutas-tarjeta-cuerpo h4 {
	margin: 0 0 6px;
	color: #0F3D6E;
	font-size: 15px;
}
.mf-rutas-tarjeta-cuerpo p {
	margin: 0;
	font-size: 13px;
	color: #5b6470;
	line-height: 1.4;
}
