﻿:root {
	--temas-navy: #0f2347;
	--temas-blue: #163d7a;
	--temas-blue-2: #2453a6;
	--temas-gold: #d4a73c;
	--temas-gold-dark: #b8891f;
	--temas-white: #ffffff;
	--temas-bg: #f4f7fb;
	--temas-surface: #ffffff;
	--temas-surface-soft: #f9fbfe;
	--temas-text: #122033;
	--temas-muted: #5f6f86;
	--temas-border: #dbe4f0;
	--temas-border-strong: #c8d5e6;
	--temas-shadow-sm: 0 10px 24px rgba(15, 35, 71, 0.06);
	--temas-shadow-md: 0 18px 40px rgba(15, 35, 71, 0.08);
	--temas-shadow-lg: 0 30px 80px rgba(15, 35, 71, 0.14);
	--temas-radius-sm: 14px;
	--temas-radius: 22px;
	--temas-radius-lg: 30px;
	--temas-container: 1200px;
	--temas-transition: 0.28s ease;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	padding: 0;
	background:
		radial-gradient(circle at top left, rgba(22, 61, 122, 0.05) 0%, transparent 28%),
		radial-gradient(circle at bottom right, rgba(212, 167, 60, 0.06) 0%, transparent 22%),
		var(--temas-bg);
	color: var(--temas-text);
	overflow-x: hidden;
}

body,
button,
input,
textarea,
select {
	font-family: "Inter", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 16px;
	line-height: 1.65;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 0.75rem;
	color: var(--temas-navy);
	font-family: "Poppins", "Inter", "Segoe UI", sans-serif;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.12;
}

p,
li,
label {
	color: var(--temas-muted);
}

strong {
	color: var(--temas-text);
}

a {
	color: var(--temas-blue);
	text-decoration: none;
	transition: color var(--temas-transition), opacity var(--temas-transition);
}

a:hover,
a:focus {
	color: var(--temas-navy);
}

img {
	max-width: 100%;
	height: auto;
}

.temas-page {
	width: 100%;
	max-width: var(--temas-container);
	margin: 0 auto;
	padding: 40px 20px 90px;
	overflow-x: hidden;
}

.temas-container {
	width: 100%;
	max-width: 1160px;
	margin: 0 auto;
}

.temas-section,
.temas-cta {
	position: relative;
	margin-bottom: 30px;
	padding: 44px;
	border: 1px solid var(--temas-border);
	border-radius: var(--temas-radius);
	background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
	box-shadow: var(--temas-shadow-md);
	overflow: hidden;
}

.temas-section::before,
.temas-cta::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: linear-gradient(90deg, rgba(212, 167, 60, 0.4), rgba(22, 61, 122, 0.1), transparent);
	pointer-events: none;
}

.temas-hero {
	position: relative;
	margin-bottom: 30px;
	padding: 72px 44px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: var(--temas-radius-lg);
	background:
		linear-gradient(135deg, rgba(15, 35, 71, 0.96) 0%, rgba(22, 61, 122, 0.92) 58%, rgba(36, 83, 166, 0.88) 100%);
	box-shadow: var(--temas-shadow-lg);
	overflow: hidden;
	isolation: isolate;
}

.temas-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 15% 20%, rgba(212, 167, 60, 0.22) 0%, transparent 18%),
		radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.08) 0%, transparent 22%),
		linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.03) 45%, transparent 100%);
	pointer-events: none;
	z-index: -1;
}

.temas-hero::after {
	content: "";
	position: absolute;
	right: -90px;
	top: -90px;
	width: 280px;
	height: 280px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(212, 167, 60, 0.16) 0%, rgba(212, 167, 60, 0.03) 45%, transparent 72%);
	filter: blur(2px);
	pointer-events: none;
	z-index: -1;
}

.temas-kicker {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 20px;
	padding: 8px 16px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.07);
	color: #f6df9b;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	backdrop-filter: blur(8px);
}

.temas-kicker::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--temas-gold);
	box-shadow: 0 0 0 6px rgba(212, 167, 60, 0.14);
}

.temas-hero h1 {
	max-width: 760px;
	margin-bottom: 20px;
	color: var(--temas-white);
	font-size: clamp(2.3rem, 4.6vw, 4.2rem);
	font-weight: 800;
	line-height: 1.05;
}

.temas-hero p {
	max-width: 640px;
	margin: 0 0 28px;
	color: rgba(255, 255, 255, 0.86);
	font-size: 1.02rem;
	line-height: 1.75;
}

.temas-hero-links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin-top: 18px;
	font-size: 0.96rem;
}

.temas-hero-links a {
	color: rgba(255, 255, 255, 0.9);
	font-weight: 600;
}

.temas-hero-links a:hover,
.temas-hero-links a:focus {
	color: #ffffff;
}

.temas-hero-links span {
	color: rgba(255, 255, 255, 0.4);
}

.temas-section-title {
	position: relative;
	margin-bottom: 14px;
	padding-bottom: 14px;
	font-size: clamp(1.9rem, 3vw, 2.7rem);
}

.temas-section-title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 72px;
	height: 4px;
	border-radius: 999px;
	background: linear-gradient(90deg, var(--temas-gold) 0%, rgba(212, 167, 60, 0.18) 100%);
}

.temas-section-intro {
	max-width: 760px;
	margin: 0 0 30px;
	font-size: 1.03rem;
	line-height: 1.8;
}

.temas-grid {
	display: grid;
	gap: 22px;
}

.temas-grid-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.temas-grid-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.temas-grid-4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.temas-benefits {
	padding-top: 32px;
	padding-bottom: 32px;
	background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
}

.temas-mini-card,
.temas-card,
.temas-step,
.temas-faq-item,
.temas-contact-card,
.temas-info-panel {
	position: relative;
	padding: 26px;
	border: 1px solid var(--temas-border);
	border-radius: 18px;
	background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
	box-shadow: var(--temas-shadow-sm);
	transition:
		transform var(--temas-transition),
		box-shadow var(--temas-transition),
		border-color var(--temas-transition);
}

.temas-mini-card:hover,
.temas-card:hover,
.temas-step:hover,
.temas-faq-item:hover,
.temas-contact-card:hover,
.temas-info-panel:hover {
	transform: translateY(-6px);
	border-color: var(--temas-border-strong);
	box-shadow: 0 24px 44px rgba(15, 35, 71, 0.1);
}

.temas-mini-card::before,
.temas-card::before,
.temas-step::before,
.temas-info-panel::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: linear-gradient(90deg, rgba(212, 167, 60, 0.42), transparent);
}

.temas-mini-card h3,
.temas-card h3,
.temas-step h3,
.temas-faq-item h3,
.temas-contact-card h3 {
	margin: 0 0 12px;
	font-size: 1.14rem;
	line-height: 1.3;
}

.temas-mini-card h3 {
	font-size: 1.06rem;
}

.temas-mini-card p,
.temas-card p,
.temas-step p,
.temas-faq-item p,
.temas-contact-card p {
	margin: 0;
}

.temas-program-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 260px;
}

.temas-card-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: flex-start;
}

.temas-card-body h3 {
	margin-bottom: 14px;
	font-size: 1.28rem;
}

.temas-card-body h3 a {
	color: var(--temas-navy);
}

.temas-card-body h3 a:hover,
.temas-card-body h3 a:focus {
	color: var(--temas-blue);
}

.temas-card-body p {
	margin-bottom: 20px;
	line-height: 1.75;
}

.temas-card-body .temas-button {
	margin-top: auto;
}

.temas-tag {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 16px;
	padding: 7px 12px;
	border: 1px solid rgba(212, 167, 60, 0.16);
	border-radius: 999px;
	background: rgba(212, 167, 60, 0.1);
	color: #8a6813;
	font-size: 0.77rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.temas-tag::before {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--temas-gold);
}

.temas-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.temas-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 0 24px;
	border: 1px solid transparent;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--temas-blue) 0%, var(--temas-blue-2) 100%);
	color: var(--temas-white);
	font-size: 0.96rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	box-shadow: 0 14px 30px rgba(22, 61, 122, 0.18);
	transition:
		transform var(--temas-transition),
		box-shadow var(--temas-transition),
		background var(--temas-transition),
		color var(--temas-transition),
		border-color var(--temas-transition);
}

.temas-button:hover,
.temas-button:focus {
	transform: translateY(-2px);
	background: linear-gradient(135deg, var(--temas-navy) 0%, var(--temas-blue) 100%);
	color: var(--temas-white);
	box-shadow: 0 18px 34px rgba(15, 35, 71, 0.24);
}

.temas-button.is-light {
	border-color: rgba(255, 255, 255, 0.2);
	background: rgba(255, 255, 255, 0.96);
	color: var(--temas-navy);
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.06);
}

.temas-button.is-light:hover,
.temas-button.is-light:focus {
	background: #eef4ff;
	color: var(--temas-navy);
}

.temas-button.is-gold {
	background: linear-gradient(135deg, #e0b64f 0%, var(--temas-gold) 100%);
	color: var(--temas-navy);
	box-shadow: 0 14px 28px rgba(212, 167, 60, 0.22);
}

.temas-button.is-gold:hover,
.temas-button.is-gold:focus {
	background: linear-gradient(135deg, var(--temas-gold) 0%, var(--temas-gold-dark) 100%);
	color: var(--temas-white);
	box-shadow: 0 18px 34px rgba(184, 137, 31, 0.24);
}

.temas-step {
	padding-top: 28px;
}

.temas-step-number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	margin-bottom: 16px;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--temas-navy) 0%, var(--temas-blue) 100%);
	color: var(--temas-white);
	font-size: 0.95rem;
	font-weight: 800;
	box-shadow: 0 10px 22px rgba(15, 35, 71, 0.18);
}

.temas-note-box {
	padding: 28px;
	border: 1px solid rgba(212, 167, 60, 0.18);
	border-left: 5px solid var(--temas-gold);
	border-radius: 18px;
	background: linear-gradient(180deg, rgba(22, 61, 122, 0.035) 0%, rgba(212, 167, 60, 0.06) 100%);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.temas-note-box h3 {
	margin-bottom: 10px;
	font-size: 1.18rem;
}

.temas-note-box p {
	margin: 0;
}

.temas-info-panel {
	display: flex;
	align-items: center;
	min-height: 100%;
	background:
		linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
}

.temas-feature-list {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
}

.temas-feature-list li {
	position: relative;
	padding: 14px 0 14px 34px;
	border-bottom: 1px solid rgba(15, 35, 71, 0.08);
	color: var(--temas-text);
	font-weight: 600;
}

.temas-feature-list li:last-child {
	border-bottom: 0;
}

.temas-feature-list li::before {
	content: "âœ“";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: rgba(212, 167, 60, 0.14);
	color: #8f6c16;
	font-size: 0.86rem;
	font-weight: 800;
}

.temas-cta {
	background:
		linear-gradient(135deg, rgba(15, 35, 71, 0.98) 0%, rgba(22, 61, 122, 0.95) 58%, rgba(36, 83, 166, 0.92) 100%);
	text-align: center;
	box-shadow: var(--temas-shadow-lg);
}

.temas-cta::before {
	background: linear-gradient(90deg, rgba(212, 167, 60, 0.4), rgba(255, 255, 255, 0.08), transparent);
}

.temas-cta,
.temas-cta h2,
.temas-cta p {
	color: var(--temas-white);
}

.temas-cta h2::after {
	left: 50%;
	transform: translateX(-50%);
}

.temas-cta p {
	max-width: 760px;
	margin: 0 auto 24px;
	color: rgba(255, 255, 255, 0.86);
}

.temas-cta-secondary {
	background:
		linear-gradient(135deg, #15284f 0%, #1d3c73 56%, #2a4f92 100%);
}

.temas-meta-note {
	margin-top: 22px;
	padding: 16px 18px;
	border: 1px dashed rgba(22, 61, 122, 0.18);
	border-radius: 14px;
	background: rgba(22, 61, 122, 0.03);
	font-size: 0.94rem;
	line-height: 1.7;
	color: var(--temas-muted);
}

.temas-meta-note strong {
	color: var(--temas-blue);
}

/* ===== RESET E INTEGRACION BASE CON ASTRA ===== */

.ast-container,
.site-content .ast-container,
.ast-article-single,
.ast-main-header-wrap {
	width: 100%;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

.site-content,
.site-primary-footer-wrap,
.site-primary-header-wrap {
	background: transparent;
}

@media (max-width: 1100px) {
	.temas-hero {
		padding: 60px 34px;
	}

	.temas-section,
	.temas-cta {
		padding: 34px 30px;
	}
}

@media (max-width: 980px) {
	.temas-grid-4,
	.temas-grid-3,
	.temas-grid-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.temas-hero h1 {
		font-size: clamp(2.2rem, 6vw, 3.6rem);
	}

	.temas-section,
	.temas-cta {
		padding: 30px 24px;
	}
}

@media (max-width: 640px) {
	.temas-page {
		padding: 24px 14px 54px;
	}

	.temas-hero {
		padding: 42px 22px;
		border-radius: 24px;
	}

	.temas-section,
	.temas-cta {
		padding: 24px 18px;
		border-radius: 18px;
	}

	.temas-grid-4,
	.temas-grid-3,
	.temas-grid-2 {
		grid-template-columns: 1fr;
	}

	.temas-actions {
		flex-direction: column;
	}

	.temas-button {
		width: 100%;
	}

	.temas-hero-links {
		flex-direction: column;
		align-items: flex-start;
	}

	.temas-hero-links span {
		display: none;
	}
}
/* ===== HOME VISUAL PREMIUM CON IMAGENES ===== */

.temas-hero-grid {
	display: grid;
	grid-template-columns: 1.1fr 0.95fr;
	gap: 34px;
	align-items: center;
}

.temas-hero-copy {
	position: relative;
	z-index: 2;
}

.temas-hero-visual {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.temas-hero-image-wrap {
	position: relative;
	width: 100%;
	max-width: 520px;
	padding: 14px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 28px;
	background: linear-gradient(180deg, rgba(255,255,255,0.12) 0%, rgba(255,255,255,0.05) 100%);
	backdrop-filter: blur(10px);
	box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
	overflow: hidden;
}

.temas-hero-image-wrap::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(212,167,60,0.12) 0%, transparent 52%);
	pointer-events: none;
}

.temas-hero-image {
	display: block;
	width: 100%;
	height: 480px;
	object-fit: cover;
	object-position: center;
	border-radius: 22px;
	filter: saturate(0.96) contrast(1.03);
}

.temas-card-media {
	margin: -6px -6px 18px;
}

.temas-card-image {
	display: block;
	width: 100%;
	height: 220px;
	object-fit: cover;
	object-position: center;
	border-radius: 14px;
}

.temas-card-media {
	position: relative;
}

.temas-card-media::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 14px;
	background: linear-gradient(180deg, rgba(15,35,71,0.03) 0%, rgba(15,35,71,0.18) 100%);
	pointer-events: none;
}

.temas-section-split {
	align-items: center;
}

.temas-split-image-wrap {
	position: relative;
	min-height: 100%;
}

.temas-split-image-wrap::before {
	content: "";
	position: absolute;
	top: -14px;
	left: -14px;
	width: 120px;
	height: 120px;
	border-radius: 28px;
	background: linear-gradient(135deg, rgba(212,167,60,0.18) 0%, rgba(212,167,60,0.03) 100%);
	z-index: 0;
}

.temas-split-image {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	min-height: 460px;
	max-height: 520px;
	object-fit: cover;
	object-position: center;
	border-radius: 24px;
	box-shadow: 0 24px 54px rgba(15, 35, 71, 0.16);
}

.temas-steps-compact {
	gap: 18px;
}

.temas-cta-campus {
	overflow: hidden;
}

.temas-cta-campus-grid {
	display: grid;
	grid-template-columns: 1fr 0.95fr;
	gap: 30px;
	align-items: center;
}

.temas-cta-campus-visual {
	position: relative;
}

.temas-cta-campus-visual::before {
	content: "";
	position: absolute;
	right: -16px;
	top: -16px;
	width: 140px;
	height: 140px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(212,167,60,0.18) 0%, transparent 68%);
	z-index: 0;
}

.temas-cta-campus-image {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	height: 320px;
	object-fit: cover;
	object-position: center;
	border-radius: 24px;
	box-shadow: 0 24px 50px rgba(0,0,0,0.18);
}

.temas-cta-campus .temas-actions {
	justify-content: flex-start !important;
}

.temas-cta-campus .temas-section-title::after {
	left: 0;
	transform: none;
}

.temas-cta-campus {
	text-align: left;
}

@media (max-width: 980px) {
	.temas-hero-grid,
	.temas-cta-campus-grid {
		grid-template-columns: 1fr;
	}

	.temas-hero-image {
		height: 380px;
	}

	.temas-split-image {
		min-height: 340px;
		max-height: 420px;
	}

	.temas-cta-campus-image {
		height: 280px;
	}
}

@media (max-width: 640px) {
	.temas-hero-image {
		height: 280px;
		border-radius: 18px;
	}

	.temas-hero-image-wrap {
		padding: 10px;
		border-radius: 20px;
	}

	.temas-card-image {
		height: 200px;
	}

	.temas-split-image,
	.temas-cta-campus-image {
		min-height: unset;
		height: 240px;
		border-radius: 18px;
	}

	.temas-cta-campus .temas-actions {
		justify-content: center !important;
	}
}
.temas-program-card {
	overflow: hidden;
}

.temas-program-card .temas-card-body {
	padding-top: 2px;
}

.temas-program-card:hover .temas-card-image {
	transform: scale(1.03);
	transition: transform 0.5s ease;
}

.temas-card-image {
	transition: transform 0.5s ease;
}

/* ===== PAGE CURSOS ===== */

.temas-cursos-page .temas-course-card .temas-card-body {
	gap: 0;
}

.temas-course-meta {
	margin: 0 0 18px;
	font-size: 0.92rem;
	color: var(--temas-muted);
}

.temas-course-meta span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 12px;
	border-radius: 999px;
	background: rgba(22, 61, 122, 0.06);
	color: var(--temas-blue);
	font-weight: 600;
}

.temas-card-actions {
	margin-top: auto;
	width: 100%;
	align-items: stretch;
}

.temas-card-actions .temas-button {
	flex: 1 1 auto;
}

.temas-card-actions .temas-button.is-light {
	box-shadow: 0 12px 24px rgba(15, 35, 71, 0.08);
}

.temas-course-card .temas-card-body {
	height: 100%;
}

.temas-course-card .temas-card-body p {
	width: 100%;
}

.temas-hero-catalog .temas-hero-image {
	height: 420px;
}

.temas-pagination {
	margin-top: 32px;
}

.temas-pagination .page-numbers {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

.temas-pagination .page-numbers li {
	margin: 0;
}

.temas-pagination .page-numbers a,
.temas-pagination .page-numbers span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 48px;
	min-height: 48px;
	padding: 0 16px;
	border: 1px solid var(--temas-border);
	border-radius: 999px;
	background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
	color: var(--temas-navy);
	font-weight: 700;
	box-shadow: var(--temas-shadow-sm);
}

.temas-pagination .page-numbers a:hover,
.temas-pagination .page-numbers a:focus {
	border-color: rgba(22, 61, 122, 0.22);
	background: #eef4ff;
	color: var(--temas-blue);
}

.temas-pagination .page-numbers .current {
	border-color: transparent;
	background: linear-gradient(135deg, var(--temas-blue) 0%, var(--temas-blue-2) 100%);
	color: var(--temas-white);
	box-shadow: 0 14px 28px rgba(22, 61, 122, 0.18);
}

.temas-empty-state {
	max-width: 760px;
	margin: 0 auto;
	text-align: left;
}

.temas-empty-state .temas-card-actions {
	margin-top: 22px;
}

@media (max-width: 640px) {
	.temas-card-actions {
		flex-direction: column;
	}

	.temas-card-actions .temas-button {
		width: 100%;
	}

	.temas-pagination .page-numbers {
		gap: 8px;
	}
}
/* ===== SINGLE COURSE ===== */

.temas-single-course-page .temas-single-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 24px;
}

.temas-single-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 0 14px;
	border-radius: 999px;
	background: rgba(212, 167, 60, 0.14);
	color: #f6df9b;
	font-size: 0.84rem;
	font-weight: 700;
	letter-spacing: 0.03em;
}

.temas-single-badge.is-outline {
	border: 1px solid rgba(255, 255, 255, 0.18);
	background: rgba(255, 255, 255, 0.07);
	color: rgba(255, 255, 255, 0.92);
}

.temas-course-content p:last-child {
	margin-bottom: 0;
}

.temas-single-sidebar {
	width: 100%;
}

.temas-single-sidebar h3 {
	margin-bottom: 16px;
	font-size: 1.2rem;
}

.temas-sidebar-actions {
	margin-top: 20px;
}

.temas-sidebar-actions .temas-button {
	flex: 1 1 auto;
}

.temas-single-hero .temas-hero-image {
	height: 430px;
}

@media (max-width: 640px) {
	.temas-single-course-page .temas-single-meta {
		flex-direction: column;
		align-items: flex-start;
	}

	.temas-sidebar-actions {
		flex-direction: column;
	}
}
/* ===== PAGE CERTIFICADOS ===== */

.temas-certificados-layout {
	padding: 0;
	overflow: hidden;
}

.temas-certificados-grid {
	display: grid;
	grid-template-columns: 1.02fr 0.98fr;
	min-height: 680px;
}

.temas-certificados-visual {
	position: relative;
	background: linear-gradient(135deg, #10264d 0%, #173d77 100%);
}

.temas-certificados-visual-inner {
	position: relative;
	height: 100%;
	min-height: 680px;
	overflow: hidden;
}

.temas-certificados-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	opacity: 0.42;
	mix-blend-mode: screen;
}

.temas-certificados-overlay {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(135deg, rgba(15,35,71,0.94) 0%, rgba(22,61,122,0.84) 100%);
}

.temas-certificados-caption {
	position: absolute;
	left: 48px;
	right: 48px;
	bottom: 56px;
	z-index: 2;
}

.temas-certificados-caption h2 {
	margin-bottom: 14px;
	color: var(--temas-white);
	font-size: clamp(2.2rem, 4vw, 3.2rem);
}

.temas-certificados-caption p {
	max-width: 520px;
	color: rgba(255,255,255,0.84);
	font-size: 1.04rem;
	line-height: 1.8;
}

.temas-certificados-form-side {
	padding: 64px 56px;
	background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.temas-kicker-dark {
	border-color: rgba(15,35,71,0.08);
	background: rgba(22,61,122,0.05);
	color: var(--temas-blue);
}

.temas-kicker-dark::before {
	box-shadow: 0 0 0 6px rgba(212, 167, 60, 0.08);
}

.temas-certificados-title {
	margin-bottom: 18px;
	font-size: clamp(2rem, 3vw, 2.8rem);
	line-height: 1.1;
}

.temas-certificados-text {
	max-width: 520px;
	margin-bottom: 26px;
	font-size: 1rem;
	line-height: 1.8;
}

.temas-certificados-form {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-bottom: 28px;
}

.temas-certificados-label {
	color: var(--temas-text);
	font-weight: 700;
}

.temas-certificados-form input {
	width: 100%;
	min-height: 56px;
	padding: 0 18px;
	border: 1px solid var(--temas-border);
	border-radius: 14px;
	background: #ffffff;
	color: var(--temas-text);
	font-size: 1rem;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.6);
}

.temas-certificados-form input:focus {
	outline: none;
	border-color: rgba(22, 61, 122, 0.28);
	box-shadow: 0 0 0 4px rgba(22, 61, 122, 0.08);
}

.temas-certificados-submit {
	width: 100%;
	margin-top: 6px;
}

.temas-certificados-result {
	margin-top: 12px;
}

.temas-certificados-card {
	padding: 28px;
	border: 1px solid var(--temas-border);
	border-radius: 18px;
	background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
	box-shadow: var(--temas-shadow-sm);
}

.temas-certificados-card h3 {
	margin-bottom: 16px;
	font-size: 1.28rem;
}

@media (max-width: 980px) {
	.temas-certificados-grid {
		grid-template-columns: 1fr;
	}

	.temas-certificados-visual-inner {
		min-height: 340px;
	}

	.temas-certificados-form-side {
		padding: 40px 28px;
	}
}

@media (max-width: 640px) {
	.temas-certificados-caption {
		left: 24px;
		right: 24px;
		bottom: 28px;
	}

	.temas-certificados-caption h2 {
		font-size: 2rem;
	}

	.temas-certificados-form-side {
		padding: 28px 18px;
	}

	.temas-certificados-card {
		padding: 22px 18px;
	}
}

/* ===== FOOTER TEMAS ===== */

.site-footer {
	margin-top: 24px;
	border-top: 1px solid rgba(11, 23, 48, 0.08);
	background:
		linear-gradient(180deg, rgba(12, 24, 48, 0.98) 0%, rgba(10, 21, 42, 1) 100%);
	color: rgba(232, 238, 248, 0.82);
}

.site-footer__inner {
	max-width: 1100px;
	margin: 0 auto;
	padding: 22px 20px 18px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 14px;
}

.site-footer__nav,
.site-footer__contact,
.site-footer__copy {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	min-width: 0;
}

.site-footer__nav a,
.site-footer__contact a,
.site-footer__contact span {
	color: rgba(232, 238, 248, 0.76);
	font-size: 0.92rem;
	line-height: 1.5;
	text-decoration: none;
	transition: color var(--temas-transition), opacity var(--temas-transition);
}

.site-footer__nav {
	gap: 10px 20px;
	padding-bottom: 12px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer__contact {
	gap: 10px 22px;
	padding-bottom: 12px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.site-footer__nav a:hover,
.site-footer__nav a:focus,
.site-footer__contact a:hover,
.site-footer__contact a:focus {
	color: #ffffff;
}

.site-footer__copy p {
	margin: 0;
	color: rgba(232, 238, 248, 0.56);
	font-size: 0.84rem;
	letter-spacing: 0.02em;
}

@media (max-width: 1080px) {
	.site-footer__nav,
	.site-footer__contact,
	.site-footer__copy {
		justify-content: center;
	}
}

@media (max-width: 680px) {
	.site-footer {
		margin-top: 16px;
	}

	.site-footer__inner {
		padding: 18px 16px 16px;
	}

	.site-footer__nav,
	.site-footer__contact,
	.site-footer__copy {
		justify-content: center;
		text-align: center;
	}

	.site-footer__nav {
		gap: 8px 16px;
		padding-bottom: 10px;
	}

	.site-footer__contact {
		gap: 8px 14px;
		padding-bottom: 10px;
	}
}

/* ===== PAGE CONTACTO ===== */

.temas-form {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.temas-form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.temas-form-field {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.temas-form-field label {
	color: var(--temas-text);
	font-weight: 700;
	font-size: 0.95rem;
}

.temas-form input,
.temas-form textarea {
	width: 100%;
	padding: 14px 16px;
	border: 1px solid var(--temas-border);
	border-radius: 14px;
	background: #ffffff;
	color: var(--temas-text);
	font-size: 1rem;
	line-height: 1.5;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.6);
	transition: border-color var(--temas-transition), box-shadow var(--temas-transition);
}

.temas-form input:focus,
.temas-form textarea:focus {
	outline: none;
	border-color: rgba(22, 61, 122, 0.28);
	box-shadow: 0 0 0 4px rgba(22, 61, 122, 0.08);
}

.temas-form textarea {
	resize: vertical;
	min-height: 140px;
}

@media (max-width: 640px) {
	.temas-form-grid {
		grid-template-columns: 1fr;
	}
}


/* ===== HOME TEMAS V3 ===== */

.temas-home-v3 {
	padding-top: 28px;
}

.temas-home-v3 .temas-section,
.temas-home-v3 .temas-cta {
	margin-bottom: 36px;
}

.temas-home-v3-hero {
	padding: 46px 40px 40px;
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.temas-home-v3-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.06fr) minmax(320px, 0.94fr);
	gap: 46px;
	align-items: center;
}

.temas-home-v3-hero-copy {
	position: relative;
	z-index: 1;
	padding-right: 8px;
}

.temas-home-v3-lead {
	max-width: 620px;
	margin-bottom: 0;
}

.temas-home-v3-hero-actions {
	margin-top: 30px;
	margin-bottom: 0;
}

.temas-home-v3-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 18px;
	max-width: 560px;
}

.temas-home-v3-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 42px;
	padding: 11px 16px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.12);
	color: rgba(255, 255, 255, 0.92);
	font-size: 0.88rem;
	font-weight: 600;
	line-height: 1.1;
	white-space: nowrap;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.temas-home-v3-badge::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--temas-gold);
}

.temas-home-v3-hero-visual {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: center;
	gap: 0;
	padding: 8px 0;
}

.temas-home-v3-hero-image-wrap {
	position: relative;
	padding: 14px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 30px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.04) 100%);
	box-shadow: 0 28px 64px rgba(7, 15, 31, 0.22);
	backdrop-filter: blur(12px);
}

.temas-home-v3-hero-image {
	display: block;
	width: 100%;
	height: 500px;
	object-fit: cover;
	object-position: center;
	border-radius: 22px;
}

.temas-home-v3-highlight-card {
	position: relative;
	z-index: 2;
	align-self: flex-start;
	width: min(420px, calc(100% - 28px));
	margin-top: -52px;
	margin-left: -18px;
	padding: 26px;
	border: 1px solid rgba(212, 167, 60, 0.16);
	border-radius: 24px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 250, 255, 0.98) 100%);
	box-shadow: 0 18px 40px rgba(12, 26, 52, 0.12);
}

.temas-home-v3-highlight-card h3 {
	margin-bottom: 10px;
	font-size: 1.35rem;
}

.temas-home-v3-highlight-card p {
	margin: 0;
	line-height: 1.75;
}

.temas-home-v3-section-heading {
	margin-bottom: 28px;
}

.temas-home-v3-section-heading .temas-kicker {
	margin-bottom: 16px;
}

.temas-home-v3-benefits {
	background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.temas-home-v3-benefit-card,
.temas-home-v3-trust-card,
.temas-home-v3-area-card,
.temas-home-v3-step,
.temas-home-v3-faq-item,
.temas-home-v3-featured .temas-card {
	height: 100%;
}

.temas-home-v3-benefit-card {
	padding-top: 34px;
}

.temas-home-v3-benefit-card h3::before,
.temas-home-v3-trust-card h3::before {
	content: "";
	display: block;
	width: 42px;
	height: 42px;
	margin-bottom: 16px;
	border-radius: 14px;
	background: linear-gradient(135deg, rgba(22, 61, 122, 0.12) 0%, rgba(212, 167, 60, 0.18) 100%);
	box-shadow: inset 0 0 0 1px rgba(22, 61, 122, 0.06);
}

.temas-home-v3-area-card .temas-card-body,
.temas-home-v3-program-card .temas-card-body {
	height: 100%;
}

.temas-home-v3-featured-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 30px;
}

.temas-home-v3-featured-head .temas-section-intro {
	margin-bottom: 0;
}

.temas-home-v3-program-card {
	padding: 8px;
	border-color: rgba(22, 61, 122, 0.1);
	background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.temas-home-v3-program-card .temas-card-body {
	padding: 6px 12px 12px;
}

.temas-home-v3-program-card .temas-card-image {
	height: 232px;
	border-radius: 18px;
}

.temas-home-v3-program-card .temas-card-media {
	margin: 0 0 12px;
}

.temas-home-v3-steps {
	background:
		linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
}

.temas-home-v3-step {
	padding-top: 30px;
}

.temas-home-v3-campus {
	background:
		linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
	padding-top: 34px;
	padding-bottom: 34px;
}

.temas-home-v3-campus-visual::after {
	content: "";
	position: absolute;
	right: -22px;
	bottom: -22px;
	width: 160px;
	height: 160px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(212, 167, 60, 0.18) 0%, transparent 70%);
	z-index: 0;
}

.temas-home-v3-campus-actions {
	margin-top: 18px;
}

.temas-home-v3-institutional .temas-note-box,
.temas-home-v3-campus .temas-note-box {
	margin-top: 8px;
}

.temas-home-v3-campus .temas-section-intro {
	margin-bottom: 20px;
}

.temas-home-v3-campus .temas-split-image-wrap {
	display: flex;
	align-items: center;
}

.temas-home-v3-campus .temas-split-image {
	min-height: 360px;
	max-height: 400px;
}

.temas-home-v3-faq-item {
	padding-top: 30px;
}

.temas-home-v3-faq-item h3 {
	margin-bottom: 14px;
	font-size: 1.18rem;
}

.temas-home-v3-faq-item p {
	line-height: 1.8;
}

.temas-home-v3-cta {
	padding-top: 56px;
	padding-bottom: 56px;
}

.temas-home-v3-cta-actions {
	justify-content: center;
}

@media (max-width: 1080px) {
	.temas-home-v3-hero-grid {
		grid-template-columns: 1fr;
	}

	.temas-home-v3-hero-image {
		height: 440px;
	}

	.temas-home-v3-highlight-card {
		align-self: stretch;
		width: 100%;
		margin-top: -42px;
		margin-left: 0;
	}
}

@media (max-width: 980px) {
	.temas-home-v3-featured-head {
		flex-direction: column;
		align-items: flex-start;
	}

	.temas-home-v3-campus .temas-split-image {
		min-height: 300px;
		max-height: 340px;
	}
}

@media (max-width: 640px) {
	.temas-home-v3 {
		padding-top: 12px;
	}

	.temas-home-v3-hero {
		padding: 24px 18px;
	}

	.temas-home-v3-badges {
		flex-direction: column;
		align-items: stretch;
		margin-top: 16px;
		max-width: none;
	}

	.temas-home-v3-badge {
		justify-content: center;
		white-space: normal;
		text-align: center;
	}

	.temas-home-v3-hero-image {
		height: 280px;
	}

	.temas-home-v3-highlight-card {
		margin-top: 16px;
		padding: 22px 18px;
	}

	.temas-home-v3-campus {
		padding-top: 24px;
		padding-bottom: 24px;
	}

	.temas-home-v3-campus .temas-split-image {
		min-height: 240px;
		max-height: 260px;
	}

	.temas-home-v3-featured-head .temas-button {
		width: 100%;
	}
}

/* ===== HOME TEMAS V3 ===== */

.temas-home-v3 {
	padding-top: 36px;
}

.temas-home-v3-hero {
	padding: 72px 44px;
}

.temas-home-v3-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	gap: 34px;
	align-items: start;
}

.temas-home-v3-hero-copy {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.temas-home-v3-hero-copy h1 {
	max-width: 760px;
	margin-bottom: 18px;
	font-size: clamp(2.7rem, 5vw, 4.8rem);
	line-height: 1.02;
}

.temas-home-v3-lead {
	max-width: 720px;
	margin: 0 0 28px;
	font-size: 1.08rem;
	line-height: 1.8;
	color: rgba(255, 255, 255, 0.9);
}

.temas-home-v3-hero-actions {
	margin-bottom: 24px;
}

.temas-home-v3-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 0;
}

.temas-home-v3-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 16px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.16);
	color: rgba(255, 255, 255, 0.95);
	font-size: 0.9rem;
	font-weight: 600;
	line-height: 1;
	white-space: nowrap;
}

.temas-home-v3-hero-visual {
	display: flex;
	flex-direction: column;
	gap: 22px;
	align-items: stretch;
}

.temas-home-v3-hero-image-wrap {
	position: relative;
	width: 100%;
	max-width: 100%;
	padding: 12px;
	border-radius: 28px;
	background: linear-gradient(180deg, rgba(255,255,255,0.14) 0%, rgba(255,255,255,0.06) 100%);
	border: 1px solid rgba(255,255,255,0.12);
	box-shadow: 0 24px 50px rgba(0,0,0,0.16);
}

.temas-home-v3-hero-image {
	display: block;
	width: 100%;
	height: 420px;
	object-fit: cover;
	object-position: center;
	border-radius: 20px;
}

.temas-home-v3-highlight-card {
	padding: 28px;
	border-radius: 24px;
	background: linear-gradient(135deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.05) 100%);
	border: 1px solid rgba(255,255,255,0.12);
	box-shadow: 0 18px 34px rgba(0,0,0,0.12);
}

.temas-home-v3-highlight-card h3 {
	margin-bottom: 12px;
	color: #ffffff;
	font-size: 1.6rem;
	line-height: 1.2;
}

.temas-home-v3-highlight-card p {
	margin: 0;
	color: rgba(255,255,255,0.84);
	line-height: 1.8;
}

.temas-kicker-dark {
	border-color: rgba(22, 61, 122, 0.12);
	background: rgba(22, 61, 122, 0.05);
	color: var(--temas-blue);
}

.temas-home-v3-section-heading {
	max-width: 820px;
	margin-bottom: 28px;
}

.temas-home-v3-featured-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 28px;
}

.temas-home-v3-program-card,
.temas-home-v3-area-card,
.temas-home-v3-benefit-card,
.temas-home-v3-trust-card,
.temas-home-v3-step,
.temas-home-v3-faq-item {
	height: 100%;
}

.temas-home-v3-campus .temas-section-split,
.temas-home-v3-institutional .temas-section-split {
	align-items: center;
}

.temas-home-v3-campus-actions,
.temas-home-v3-cta-actions {
	margin-top: 20px;
}

.temas-home-v3-campus-visual .temas-split-image {
	min-height: 420px;
	max-height: 520px;
}

.temas-home-v3-cta .temas-section-title::after {
	left: 50%;
	transform: translateX(-50%);
}

@media (max-width: 1100px) {
	.temas-home-v3-hero {
		padding: 60px 34px;
	}
}

@media (max-width: 980px) {
	.temas-home-v3-hero-grid {
		grid-template-columns: 1fr;
		gap: 26px;
	}

	.temas-home-v3-hero-copy h1 {
		font-size: clamp(2.3rem, 6vw, 3.8rem);
	}

	.temas-home-v3-featured-head {
		flex-direction: column;
		align-items: flex-start;
	}

	.temas-home-v3-hero-image {
		height: 360px;
	}

	.temas-home-v3-campus-visual .temas-split-image {
		min-height: 320px;
		max-height: 420px;
	}
}

@media (max-width: 640px) {
	.temas-home-v3 {
		padding-top: 20px;
	}

	.temas-home-v3-hero {
		padding: 42px 22px;
	}

	.temas-home-v3-hero-copy h1 {
		font-size: clamp(2.1rem, 8vw, 3rem);
	}

	.temas-home-v3-badges {
		flex-direction: column;
		align-items: stretch;
	}

	.temas-home-v3-badge {
		justify-content: center;
		text-align: center;
		white-space: normal;
	}

	.temas-home-v3-hero-image {
		height: 260px;
	}

	.temas-home-v3-highlight-card {
		padding: 22px;
	}

	.temas-home-v3-highlight-card h3 {
		font-size: 1.32rem;
	}
}

/* ===== HOME HERO POLISH ===== */

.temas-page.temas-home-v3 .temas-home-v3-hero {
	padding: 64px 42px 58px;
}

.temas-page.temas-home-v3 .temas-home-v3-hero-grid {
	grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.88fr);
	align-items: center;
	column-gap: 54px;
}

.temas-page.temas-home-v3 .temas-home-v3-hero-copy {
	padding-right: 12px;
}

.temas-page.temas-home-v3 .temas-home-v3-hero-actions {
	margin-top: 26px;
	margin-bottom: 0;
}

.temas-page.temas-home-v3 .temas-home-v3-badges {
	margin-top: 22px !important;
}

.temas-page.temas-home-v3 .temas-home-v3-hero-visual {
	max-width: 520px;
	gap: 0;
}

.temas-page.temas-home-v3 .temas-home-v3-hero-image-wrap {
	max-width: 520px;
	margin-left: auto;
}

.temas-page.temas-home-v3 .temas-home-v3-hero-image {
	height: 500px;
}

.temas-page.temas-home-v3 .temas-home-v3-highlight-card {
	display: none !important;
}

@media (max-width: 1080px) {
	.temas-page.temas-home-v3 .temas-home-v3-hero {
		padding: 52px 34px 46px;
	}

	.temas-page.temas-home-v3 .temas-home-v3-hero-grid {
		grid-template-columns: 1fr;
		row-gap: 24px;
	}

	.temas-page.temas-home-v3 .temas-home-v3-hero-visual,
	.temas-page.temas-home-v3 .temas-home-v3-hero-image-wrap {
		max-width: none;
		margin-left: 0;
	}
}
/* ===== SISTEMA DIPLOMADOS ===== */

.temas-diplomados-page-v2 .temas-diplomados-head {
	margin-bottom: 28px;
}

.temas-diplomados-groups {
	display: flex;
	flex-direction: column;
	gap: 28px;
}

.temas-diplomados-group {
	padding: 28px 30px;
	border: 1px solid var(--temas-border);
	border-radius: 20px;
	background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
	box-shadow: var(--temas-shadow-sm);
}

.temas-diplomados-group-title {
	margin-bottom: 18px;
	font-size: 1.55rem;
	color: var(--temas-navy);
}

.temas-diplomados-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px 28px;
}

.temas-diplomados-list-item a {
	display: block;
	padding: 12px 0;
	border-bottom: 1px solid rgba(15, 35, 71, 0.08);
	color: var(--temas-text);
	font-weight: 600;
	transition: color var(--temas-transition), transform var(--temas-transition);
}

.temas-diplomados-list-item a:hover,
.temas-diplomados-list-item a:focus {
	color: var(--temas-blue);
	transform: translateX(4px);
}

.temas-feature-list-standalone {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 10px;
}

.temas-feature-list-standalone li {
	position: relative;
	padding: 14px 0 14px 34px;
	border-bottom: 1px solid rgba(15, 35, 71, 0.08);
	color: var(--temas-text);
	font-weight: 600;
}

.temas-feature-list-standalone li::before {
	content: "✓";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: rgba(212, 167, 60, 0.14);
	color: #8f6c16;
	font-size: 0.86rem;
	font-weight: 800;
}

@media (max-width: 768px) {
	.temas-diplomados-list {
		grid-template-columns: 1fr;
	}
}

/* ===== DIPLOMADOS V3 ===== */

.temas-diplomados-page-v3,
.temas-single-diplomado-v3 {
	padding-top: 34px;
}

.temas-diplomados-hero,
.temas-course-hero-v3 {
	padding: 56px 42px;
}

.temas-diplomados-hero-grid,
.temas-course-hero-grid-v3 {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
	gap: 34px;
	align-items: center;
}

.temas-diplomados-hero-copy h1,
.temas-course-hero-copy-v3 h1 {
	margin-bottom: 18px;
	font-size: clamp(2.5rem, 5vw, 4.4rem);
	line-height: 1.04;
}

.temas-course-hero-lead,
.temas-diplomados-hero .temas-section-intro {
	margin: 0;
	max-width: 780px;
	font-size: 1.05rem;
	line-height: 1.8;
	color: rgba(255, 255, 255, 0.88);
}

.temas-diplomados-hero-actions,
.temas-course-hero-actions-v3 {
	margin-top: 26px;
}

.temas-diplomados-hero-side,
.temas-course-hero-visual-v3 {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.temas-diplomados-hero-note,
.temas-course-hero-panel-v3 {
	padding: 24px;
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.14);
	box-shadow: 0 20px 44px rgba(0, 0, 0, 0.12);
}

.temas-diplomados-hero-note p,
.temas-course-hero-panel-v3 p,
.temas-course-hero-panel-v3 li {
	margin: 0;
	color: rgba(255, 255, 255, 0.9);
	line-height: 1.75;
}

.temas-course-hero-image-wrap-v3 {
	padding: 12px;
	border-radius: 28px;
	background: linear-gradient(180deg, rgba(255,255,255,0.14) 0%, rgba(255,255,255,0.06) 100%);
	border: 1px solid rgba(255,255,255,0.12);
	box-shadow: 0 24px 50px rgba(0,0,0,0.16);
}

.temas-course-hero-image-v3 {
	display: block;
	width: 100%;
	height: 420px;
	object-fit: cover;
	object-position: center;
	border-radius: 20px;
}

.temas-single-meta-v3 {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 22px;
}

.temas-diplomados-section-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 28px;
}

.temas-diplomados-section-head-centered {
	display: block;
	max-width: 820px;
	margin: 0 auto 28px;
	text-align: center;
}

.temas-diplomados-anchor-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 28px;
}

.temas-diplomados-anchor-link {
	display: inline-flex;
	align-items: center;
	padding: 10px 16px;
	border-radius: 999px;
	background: #f4f7fb;
	border: 1px solid rgba(22, 61, 122, 0.12);
	color: var(--temas-blue);
	font-weight: 600;
	transition: background var(--temas-transition), color var(--temas-transition), transform var(--temas-transition);
}

.temas-diplomados-anchor-link:hover,
.temas-diplomados-anchor-link:focus {
	background: rgba(22, 61, 122, 0.08);
	color: var(--temas-navy);
	transform: translateY(-1px);
}

.temas-diplomados-groups-v3 {
	gap: 22px;
}

.temas-diplomados-group-v3 {
	padding: 30px 32px;
	border-radius: 22px;
	background: #ffffff;
	border: 1px solid rgba(15, 35, 71, 0.08);
	box-shadow: 0 18px 38px rgba(15, 35, 71, 0.06);
}

.temas-diplomados-group-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 18px;
	padding-bottom: 12px;
	border-bottom: 1px solid rgba(15, 35, 71, 0.08);
}

.temas-diplomados-group-count {
	color: var(--temas-muted);
	font-size: 0.92rem;
	font-weight: 600;
}

.temas-diplomados-list-v3 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 6px 34px;
}

.temas-diplomados-list-v3 .temas-diplomados-list-item a {
	padding: 14px 0;
	font-size: 1rem;
	font-weight: 600;
}

.temas-diplomados-empty-state {
	max-width: 760px;
}

.temas-diplomados-step-grid {
	align-items: stretch;
}

.temas-diplomados-step-card,
.temas-diplomados-info-card {
	height: 100%;
}

.temas-diplomados-info-grid {
	align-items: stretch;
}

.temas-diplomados-cta .temas-section-title::after,
.temas-course-final-cta-v3 .temas-section-title::after {
	left: 50%;
	transform: translateX(-50%);
}

.temas-course-overview-grid-v3,
.temas-course-certificate-grid-v3,
.temas-course-methodology-grid-v3 {
	align-items: start;
}

.temas-course-content-v3 {
	font-size: 1rem;
	line-height: 1.85;
	color: var(--temas-text);
}

.temas-course-content-v3 > *:first-child {
	margin-top: 0;
}

.temas-course-sidebar-panel-v3,
.temas-course-certificate-panel-v3 {
	height: 100%;
}

.temas-course-sidebar-panel-v3 h3,
.temas-course-certificate-panel-v3 h2,
.temas-course-hero-panel-v3 h3 {
	color: #ffffff;
}

.temas-course-sidebar-panel-v3 p,
.temas-course-certificate-panel-v3 p,
.temas-course-key-list li {
	color: rgba(255, 255, 255, 0.9);
}

.temas-course-benefits-list-v3 {
	max-width: 960px;
}

.temas-course-methodology-note-v3,
.temas-course-certificate-note-v3 {
	height: 100%;
}

.temas-course-steps-v3 {
	display: grid;
	gap: 16px;
	margin-top: 18px;
}

.temas-course-step-v3 {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 14px;
	align-items: start;
	padding-bottom: 14px;
	border-bottom: 1px solid rgba(15, 35, 71, 0.08);
}

.temas-course-step-v3:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.temas-course-step-v3 h4 {
	margin-bottom: 6px;
	font-size: 1rem;
	color: var(--temas-navy);
}

.temas-course-step-v3 p {
	margin: 0;
	color: var(--temas-text);
	line-height: 1.7;
}

.temas-course-final-cta-v3 {
	text-align: center;
}

@media (max-width: 980px) {
	.temas-diplomados-hero,
	.temas-course-hero-v3 {
		padding: 46px 28px;
	}

	.temas-diplomados-hero-grid,
	.temas-course-hero-grid-v3 {
		grid-template-columns: 1fr;
	}

	.temas-diplomados-section-head {
		flex-direction: column;
		align-items: flex-start;
	}
}

@media (max-width: 768px) {
	.temas-diplomados-list-v3 {
		grid-template-columns: 1fr;
	}

	.temas-diplomados-group-head {
		flex-direction: column;
		align-items: flex-start;
	}
}

@media (max-width: 640px) {
	.temas-diplomados-page-v3,
	.temas-single-diplomado-v3 {
		padding-top: 20px;
	}

	.temas-diplomados-hero,
	.temas-course-hero-v3 {
		padding: 38px 20px;
	}

	.temas-diplomados-hero-copy h1,
	.temas-course-hero-copy-v3 h1 {
		font-size: clamp(2.05rem, 8vw, 3rem);
	}

	.temas-course-hero-image-v3 {
		height: 280px;
	}

	.temas-diplomados-group-v3 {
		padding: 24px 20px;
	}
}
