/* Línea del Tiempo La Regional - Frontend */
.ltlt-timeline,
.ltlt-timeline * {
	font-family: "Poppins", sans-serif;
}
.ltlt-timeline {
	--ltlt-font: "Poppins", sans-serif;
	position: relative;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 24px 16px 40px;
	box-sizing: border-box;
	font-family: "Poppins", sans-serif;
	color: #4a4a4a;
}

.ltlt-logo {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 12px;
}
.ltlt-logo img {
	max-height: 48px;
	width: auto;
	display: block;
}

.ltlt-track {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	justify-content: space-between;
	gap: 12px;
	position: relative;
	padding-bottom: 8px;
}

/* Línea horizontal base (PC / tablet) */
.ltlt-track::before {
	content: "";
	position: absolute;
	left: 8%;
	right: 4%;
	bottom: 34px;
	height: 4px;
	border-radius: 2px;
	background: var(--ltlt-line, #c45c4a);
	z-index: 0;
}

.ltlt-item {
	--ltlt-color: #c45c4a;
	flex: 1 1 0;
	min-width: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	align-self: stretch;
	text-align: center;
	position: relative;
	z-index: 1;
	max-width: 280px;
	margin: 0 auto;
}

.ltlt-item-top {
	display: flex;
	flex-direction: column;
	align-items: center;
	flex: 1 1 auto;
	width: 100%;
	padding: 12px 0 0;
	position: relative;
	min-height: 0;
}

/* Stub punteado arriba del contorno */
.ltlt-item-top::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	width: 0;
	height: 12px;
	border-left: 2px dashed #9a9a9a;
	z-index: 0;
}

.ltlt-dash-col {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	flex: 1 1 auto;
	width: 100%;
	max-width: 220px;
	min-height: 0;
}

/* Contorno punteado completo */
.ltlt-dash-frame {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	flex: 1 1 auto;
	width: 100%;
	padding: 16px 14px 18px;
	box-sizing: border-box;
	border: 2px dashed #9a9a9a;
	border-radius: 28px;
	background: transparent;
}

/* Línea punteada hasta el número */
.ltlt-dash-connector {
	display: block;
	flex: 0 0 28px;
	width: 0;
	height: 28px;
	min-height: 28px;
	align-self: center;
	margin: 0 auto;
	border-left: 2px dashed #9a9a9a;
	box-sizing: border-box;
}

.ltlt-icon {
	width: 56px;
	height: 56px;
	margin-bottom: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ltlt-icon img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	display: block;
}
/* SVG monocromo: se colorea con el color del ítem */
.ltlt-icon--tint {
	background-color: var(--ltlt-color);
	-webkit-mask-image: var(--ltlt-icon-mask);
	mask-image: var(--ltlt-icon-mask);
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
}
.ltlt-icon--tint img {
	opacity: 0;
	width: 100%;
	height: 100%;
}
.ltlt-icon--placeholder {
	border-radius: 8px;
	background: color-mix(in srgb, var(--ltlt-color) 18%, white);
}

.ltlt-year {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 88px;
	padding: 6px 18px;
	margin-bottom: 12px;
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2;
	color: var(--ltlt-color);
	background: #fff;
	border: 2px solid var(--ltlt-color);
	border-radius: 999px;
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.12);
}

.ltlt-title {
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.35;
	color: var(--ltlt-color);
	max-width: 200px;
	padding: 0 4px;
}

.ltlt-item-bottom {
	position: relative;
	z-index: 2;
	margin-top: 0;
	flex: 0 0 auto;
}

.ltlt-number {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: var(--ltlt-color);
	border: 3px solid #fff;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.22);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.02em;
}
.ltlt-number--image {
	background: transparent;
	border: none;
	box-shadow: none;
	width: auto;
	height: auto;
	min-width: 52px;
	min-height: 52px;
}
.ltlt-number--image img {
	width: 56px;
	height: 56px;
	object-fit: contain;
	display: block;
	filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
}

/* Móvil: vertical */
@media (max-width: 767px) {
	.ltlt-timeline {
		padding: 16px 12px 32px;
	}
	.ltlt-logo {
		justify-content: center;
		margin-bottom: 24px;
	}
	.ltlt-track {
		flex-direction: column;
		align-items: stretch;
		gap: 28px;
		padding-bottom: 0;
		padding-left: 0;
	}
	.ltlt-track::before {
		left: 23px;
		right: auto;
		top: 24px;
		bottom: 24px;
		width: 4px;
		height: auto;
		background: var(--ltlt-line-v, #c45c4a);
		transform: none;
	}
	.ltlt-item {
		flex-direction: row;
		align-items: center;
		max-width: none;
		margin: 0;
		padding: 0;
		text-align: left;
		gap: 32px;
	}
	.ltlt-item-top {
		align-items: center;
		text-align: center;
		padding: 0;
		order: 2;
		flex: 1 1 auto;
		min-width: 0;
		position: relative;
	}
	/* Línea punteada horizontal: número ↔ contenedor */
	.ltlt-item-top::before {
		display: block;
		content: "";
		position: absolute;
		left: -32px;
		top: 50%;
		width: 32px;
		height: 0;
		border-left: none;
		border-top: 2px dashed #9a9a9a;
		transform: translateY(-50%);
		z-index: 1;
	}
	.ltlt-dash-col {
		max-width: none;
		width: 100%;
		align-items: stretch;
	}
	.ltlt-dash-frame {
		align-items: center;
		text-align: center;
		max-width: none;
		width: 100%;
		padding: 16px 14px;
		border-radius: 20px;
		flex: 0 0 auto;
		min-height: 0;
		box-sizing: border-box;
	}
	.ltlt-dash-connector {
		display: none;
	}
	.ltlt-item-bottom {
		order: 1;
		flex: 0 0 48px;
		width: 48px;
		margin: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		z-index: 2;
		align-self: center;
	}
	.ltlt-icon {
		width: 48px;
		height: 48px;
		margin-bottom: 12px;
	}
	.ltlt-year {
		min-width: 72px;
		max-width: 100%;
		box-sizing: border-box;
		margin-bottom: 10px;
		padding: 5px 14px;
		font-size: 15px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.ltlt-title {
		max-width: 100%;
		width: 100%;
		padding: 0 4px;
		text-align: center;
		font-size: 13px;
		line-height: 1.4;
		word-wrap: break-word;
		overflow-wrap: break-word;
	}
	.ltlt-number {
		width: 48px;
		height: 48px;
		font-size: 14px;
		flex-shrink: 0;
	}
	.ltlt-number--image img {
		width: 48px;
		height: 48px;
	}
}

/* Móviles muy angostos */
@media (max-width: 380px) {
	.ltlt-timeline {
		padding: 12px 8px 28px;
	}
	.ltlt-track {
		gap: 24px;
	}
	.ltlt-item {
		gap: 24px;
	}
	.ltlt-item-top::before {
		left: -24px;
		width: 24px;
	}
	.ltlt-dash-frame {
		padding: 14px 10px;
	}
	.ltlt-year {
		min-width: 64px;
		font-size: 14px;
		padding: 4px 12px;
	}
	.ltlt-title {
		font-size: 12px;
	}
}

/* Tablet: sigue horizontal, un poco más compacto */
@media (min-width: 768px) and (max-width: 1024px) {
	.ltlt-icon {
		width: 48px;
		height: 48px;
	}
	.ltlt-year {
		min-width: 76px;
		font-size: 16px;
		padding: 5px 14px;
	}
	.ltlt-title {
		font-size: 13px;
	}
	.ltlt-number {
		width: 46px;
		height: 46px;
		font-size: 14px;
	}
	.ltlt-track::before {
		bottom: 30px;
	}
}
