.lp-loop-ponentes {
	position: relative;
	display: flex;
	gap: 32px;
	align-items: stretch;
	background-color: #05080d;
	background-size: cover;
	background-position: center;
	border-radius: 8px;
	padding: 32px;
	min-height: 480px;
}

.lp-panel-overlay {
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background: linear-gradient( 100deg, rgba(6, 12, 20, 0.92) 0%, rgba(6, 12, 20, 0.85) 35%, rgba(6, 12, 20, 0.55) 65%, rgba(6, 12, 20, 0.15) 100% );
}

.lp-thumbs-col {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 12px;
}

.lp-arrow {
	background: none;
	border: none;
	cursor: pointer;
	padding: 4px;
	line-height: 1;
	color: #fff;
	font-size: 20px;
	flex-shrink: 0;
	position: relative;
	width: 1em;
	height: 1em;
}

.lp-arrow::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0.5em;
	height: 0.5em;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
}

.lp-arrow-up::before {
	transform: translate(-50%, -50%) rotate(-135deg);
}

.lp-arrow-down::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.lp-thumbs {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
	padding-right: 20px;
}

.lp-thumb {
	position: relative;
	border-radius: 50%;
	background-size: cover;
	background-position: center;
	border: 3px solid transparent;
	opacity: 0.5;
	cursor: pointer;
	transition: opacity 0.25s, border-color 0.25s, transform 0.25s;
	flex-shrink: 0;
}

.lp-thumb.is-active {
	opacity: 1;
	transform: scale(1.05);
	border-color: #3fbfae;
}

.lp-thumb:hover {
	opacity: 0.85;
}

.lp-flag {
	display: none;
	position: absolute;
	top: 50%;
	right: -14px;
	transform: translateY(-50%);
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background-size: cover;
	background-position: center;
	border: 2px solid #05080d;
}

.lp-thumb.is-active .lp-flag {
	display: block;
}

.lp-connector {
	position: absolute;
	top: 50%;
	left: 100%;
	width: 58px;
	height: 2px;
	background-color: #3fbfae;
	transform: translate(-1px, -50%);
	pointer-events: none;
	z-index: 2;
}

.lp-thumbs-source {
	display: none !important;
}

.lp-panels {
	position: relative;
	z-index: 1;
	flex: 1;
	display: flex;
}

.lp-panel {
	display: none;
}

.lp-panel.is-active {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.lp-panel-content {
	position: relative;
	z-index: 1;
	flex: 1;
	padding: 40px;
	max-width: 55%;
}

.lp-titulo {
	position: absolute;
	top: 50%;
	left: 40px;
	right: 40px;
	transform: translateY(-50%);
	margin: 0;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.lp-panel-body {
	position: absolute;
	top: calc(50% + 20px);
	left: 40px;
	right: 40px;
}

.lp-cargo {
	margin: 0 0 16px;
	font-weight: 500;
}

.lp-contenido {
	line-height: 1.6;
	margin-bottom: 20px;
}

.lp-instagram {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 6px;
	width: 100%;
	text-decoration: none;
	font-weight: 600;
}

.lp-instagram-icon {
	width: 18px;
	height: 18px;
	flex-shrink: 0;
}

@media ( max-width: 767px ) {
	.lp-loop-ponentes {
		flex-direction: column;
		min-height: 0;
	}

	.lp-thumbs-col {
		flex-direction: row;
		justify-content: center;
		width: 100%;
	}

	.lp-thumbs {
		flex-direction: row;
		padding-right: 0;
	}

	.lp-thumb {
		width: 60px !important;
		height: 60px !important;
	}

	.lp-arrow-up::before {
		transform: translate(-50%, -50%) rotate(135deg);
	}

	.lp-arrow-down::before {
		transform: translate(-50%, -50%) rotate(-45deg);
	}

	.lp-connector {
		display: none;
	}

	.lp-panels {
		width: 100%;
	}

	.lp-panel-content {
		max-width: 100%;
		padding: 150px 20px 20px;
	}

	.lp-titulo {
		position: static;
		transform: none;
	}

	.lp-panel-body {
		position: static;
		margin-top: 8px;
	}
}
