:root {
	/* EXISTENTES */
	--interest-ink: #0f172a;
	--interest-muted: #475569;
	--interest-brand: #b51e2e;
	--interest-bg: #ffffff;
	--interest-container: 1100px;
	--interest-gap: 26px;

	/* NUEVAS (para acercade_) */
	--acercade-ink: #0f172a;
	--acercade-muted: #475569;
	--acercade-brand: #b51e2e;
	--acercade-border: #e5e7eb;
	--acercade-card: #ffffff;
	--acercade-bg: #fafafa;
	--acercade-radius: 16px;
	--acercade-shadow: 0 10px 22px rgba(0, 0, 0, 0.06);
	--acercade-container: 1100px;
}

html,
body {
	margin: 0;
}
body {
	color: var(--interest-ink);
	font: 16px/1.6 system-ui, -apple-system, Segoe UI, Roboto, Ubuntu,
		'Helvetica Neue', Arial;
	background: var(--interest-bg);
}

/* ---------- interest_ base ---------- */
.interest_wrap {
	max-width: var(--interest-container);
	margin: 28px auto 60px;
	padding: 0 22px;
}
.interest_header h1 {
	margin: 0 0 10px;
	font-weight: 800;
	font-size: clamp(1.25rem, 3.2vw, 1.8rem);
}
.interest_grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
	gap: var(--interest-gap) var(--interest-gap);
}
.interest_item {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.interest_h2 {
	margin: 0;
	font-weight: 800;
	font-size: clamp(1rem, 2.4vw, 1.15rem);
	line-height: 1.25;
}
.interest_rule {
	width: 100%;
	max-width: 100%;
	height: 4px;
	background: var(--interest-brand);
	display: block;
	border-radius: 2px;
}
.interest_body {
	margin-top: 8px;
	color: var(--interest-muted);
	text-align: justify;
}
.interest_body p {
	margin: 0 0 10px;
	text-align: justify;
}

/* ---------- Perfil deseable (ya existente) ---------- */
.interest_grid--profile {
	display: grid;
	gap: var(--interest-gap);
	grid-template-columns: minmax(320px, 1fr) minmax(480px, 1.35fr);
	grid-template-areas: 'ptc acts' 'perfil acts' 'obs obs';
}
.interest--ptc {
	grid-area: ptc;
}
.interest--perfil {
	grid-area: perfil;
}
.interest--acts {
	grid-area: acts;
}
.interest--obs {
	grid-area: obs;
}
.interest--acts .interest_body ol,
.interest--acts .interest_body ul {
	margin-left: 1.1rem;
}

/* ---------- Cuerpos Académicos compacto ---------- */
.interest_grid--ca {
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(360px, 1fr) minmax(420px, 1fr);
	grid-template-areas: 'caque calgac' 'caacts cacar' 'camas camas';
}
.interest--ca-que {
	grid-area: caque;
}
.interest--ca-lgac {
	grid-area: calgac;
}
.interest--ca-acts {
	grid-area: caacts;
}
.interest--ca-caracter {
	grid-area: cacar;
}
.interest--ca-mas {
	grid-area: camas;
}
.interest_grid--ca .interest_item {
	gap: 8px;
}
.interest_grid--ca .interest_rule {
	width: 100%;
	height: 4px;
}
.interest_grid--ca .interest_body p {
	margin: 0 0 8px;
}
.interest_grid--ca .interest_body ul {
	margin: 6px 0 8px 1.1rem;
}
.interest_grid--ca .interest_body li {
	margin: 4px 0;
}

/* ---------- ACERCA DE ---------- */
.acercade_wrap {
	max-width: var(--acercade-container);
	margin: 26px auto 60px;
	padding: 0 22px;
	color: var(--acercade-ink);
	font: 16px/1.6 system-ui, -apple-system, Segoe UI, Roboto, Ubuntu,
		'Helvetica Neue', Arial;
}
.acercade_header h1 {
	margin: 0 0 8px;
	font-size: clamp(1.3rem, 3.2vw, 1.8rem);
	font-weight: 800;
}

/* Bloque “Antecedentes” (full) con regla roja */
.acercade_block {
	background: var(--acercade-card);
	border: 1px solid var(--acercade-border);
	border-radius: var(--acercade-radius);
	box-shadow: var(--acercade-shadow);
	padding: 16px 18px 18px;
	margin-bottom: 22px;
	/*! text-align: justify; */
}
.acercade_h2 {
	margin: 0;
	font-size: clamp(1.05rem, 2.5vw, 1.2rem);
	font-weight: 800;
	text-align: center;
}
.acercade_rule {
	display: block;
	width: 100%;
	max-width: 100%;
	height: 4px;
	background: var(--acercade-brand);
	border-radius: 2px;
	margin: 10px auto 6px; /* centrada bajo el h2 como en tu maqueta */
}
.acercade_body {
	color: var(--acercade-muted);
	text-align: justify;
}
.acercade_body p {
	margin: 0 0 10px;
}

/* Misión / Visión en 2 columnas */
.acercade_grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 22px;
}

/* Tarjeta con regla roja en el header */
.acercade_card {
	background: var(--acercade-card);
	border: 1px solid var(--acercade-border);
	border-radius: var(--acercade-radius);
	box-shadow: var(--acercade-shadow);
	overflow: hidden;
}
.acercade_cardHead {
	padding: 12px 16px 6px;
	text-align: center;
}
.acercade_h3 {
	margin: 0;
	font-weight: 800;
	font-size: clamp(1rem, 2.4vw, 1.15rem);
}
.acercade_cardHead + .acercade_rule {
	margin: 10px auto 0;
} /* regla roja centrada bajo “Misión / Visión” */

/* Cuerpo de tarjeta (texto a ancho completo) */
.acercade_cardBody {
	display: block;
	padding: 10px 26px 16px;
	color: var(--acercade-muted);
	text-align: justify;
}
/* Normalización de párrafos (evita saltos raros de Word/BR) */
.acercade_cardBody p {
	margin: 0 0 10px;
	white-space: normal; /* asegura flujo normal */
	word-break: normal;
	overflow-wrap: break-word; /* rompe solo si es necesario */
}

.conv_wrap {
	max-width: var(--conv-container);
	margin: 28px auto 60px;
	padding: 0 50px;
	color: var(--conv-ink);
	font: 16px/1.6 system-ui, -apple-system, Segoe UI, Roboto, Ubuntu,
		'Helvetica Neue', Arial;
}
.conv_header h1 {
	margin: 25px 0 0;
	font-weight: 800;
	font-size: clamp(1.25rem, 3.2vw, 1.8rem);
	text-transform: none;
}
.conv_rule {
	display: block;
	height: 4px;
	background: var(--rules-brand);
	border-radius: 2px;
	width: 100%;
	margin: 8px 0 12px;
}
.conv_rule--short {
	width: 100%;
	max-width: 100%;
}

.conv_grid {
	display: grid;
	gap: 40px;
	grid-template-columns: 1fr 1fr;
}

/* Títulos/secciones */
.conv_h2 {
	margin: 0;
	font-weight: 800;
	font-size: clamp(1.5rem, 2.4vw, 1.15rem);
}
.conv_body {
	color: var(--conv-muted);
	text-align: justify;
}
.conv_body p {
	margin: 0 0 12px;
}

/* Histórico */
.conv_history {
	margin-top: 24px;
	background: var(--rules-card);
	border: 1px solid var(--rules-border);
	border-radius: var(--rules-radius);
	box-shadow: var(--rules-shadow);
	overflow: hidden;
}
.conv_historyHead {
	background: #7d0d18; /* tono institucional para cabecera */
	color: #fff;
	padding: 10px 14px;
	font-weight: 800;
	font-size: 0.95rem;
}
.conv_historyHead h3 {
	margin: 0.5em 0 0.5em 0;
	font-size: 1.4em;
}
.conv_historyList {
	list-style: disc inside;
	margin: 10px 0;
	padding: 6px 12px 12px 22px;
	color: var(--conv-muted);
}
.conv_historyList li {
	margin: 6px 0;
}
.conv_historyList a {
	color: inherit;
	text-decoration: none;
	display: inline-block;
	padding: 3px 4px;
	border-radius: 6px;
	transition: background 0.15s ease;
}
.conv_historyList a:hover {
	background: #f4f4f4;
}
.conv_historyList a.is-active {
	background: rgba(181, 30, 46, 0.1);
	color: #7d0d18;
	font-weight: 700;
}

/* Visor PDF */
.conv_viewer {
	background: #f8f8f8;
	border: 1px solid var(--conv-border);
	border-radius: var(--conv-radius);
	box-shadow: var(--conv-shadow);
	height: 650px; /* igual a tu maqueta */
	overflow: hidden;
}
.conv_viewer iframe {
	width: 100%;
	height: 100%;
	border: 0;
	display: block;
}
.conv_fallback {
	color: var(--conv-muted);
	font-size: 0.9rem;
	margin: 0.6rem 0 0;
}
/* =================== REGLAS PRODEP (prefijo rules_) =================== */
:root {
	--rules-ink: #0f172a;
	--rules-muted: #475569;
	--rules-brand: #b51e2e;
	--rules-border: #e5e7eb;
	--rules-card: #ffffff;
	--rules-radius: 16px;
	--rules-shadow: 0 10px 22px rgba(0, 0, 0, 0.06);
	--rules-container: 1100px;
}

.rules_wrap {
	max-width: var(--rules-container);
	margin: 28px auto 60px;
	padding: 0 22px;
	color: var(--rules-ink);
	font: 16px/1.6 system-ui, -apple-system, Segoe UI, Roboto, Ubuntu,
		'Helvetica Neue', Arial;
}
.rules_header h1 {
	margin: 0;
	font-weight: 800;
	font-size: clamp(1.25rem, 3.2vw, 1.8rem);
	text-transform: none;
}
.rules_rule {
	display: block;
	height: 4px;
	background: var(--rules-brand);
	border-radius: 2px;
	width: 100%;
	margin: 8px 0 12px;
}
.rules_rule--short {
	width: 100%;
	max-width: 100%;
}

.rules_grid {
	display: grid;
	gap: 40px;
	grid-template-columns: 1fr 1fr;
}

.rules_h2 {
	margin: 0;
	font-weight: 800;
	font-size: clamp(1rem, 2.4vw, 1.15rem);
}
.rules_body {
	color: var(--rules-muted);
	text-align: justify;
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
	padding: 16px 18px 18px;
	margin-bottom: 18px;
}
.rules_body p {
	margin: 0 0 12px;
}

/* Histórico */
.rules_history {
	margin-top: 24px;
	background: var(--rules-card);
	border: 1px solid var(--rules-border);
	border-radius: var(--rules-radius);
	box-shadow: var(--rules-shadow);
	overflow: hidden;
}
.rules_historyHead {
	background: #7d0d18;
	color: #fff;
	padding: 10px 14px;
	font-weight: 800;
	font-size: 0.95rem;
}
.rules_historyHead h3 {
	margin: 0.5em 0 0.5em 0;
	font-size: 1.4em;
}
.rules_historyList {
	list-style: disc outside;
	margin: 10px 0;
	padding: 6px 12px 12px 22px;
	color: var(--rules-muted);
}
.rules_historyList li {
	margin: 6px 0;
}
.rules_historyList a {
	color: inherit;
	text-decoration: none;
	display: inline-block;
	padding: 3px 4px;
	border-radius: 6px;
	transition: background 0.15s ease;
}
.rules_historyList a:hover {
	background: #f4f4f4;
}
.rules_historyList a.is-active {
	background: rgba(181, 30, 46, 0.1);
	color: #7d0d18;
	font-weight: 700;
}

/* Visor PDF */
.rules_viewer {
	background: #f8f8f8;
	border: 1px solid var(--rules-border);
	border-radius: var(--rules-radius);
	box-shadow: var(--rules-shadow);
	height: 650px;
	overflow: hidden;
}
.rules_viewer iframe {
	width: 100%;
	height: 100%;
	border: 0;
	display: block;
}
.rules_fallback {
	color: var(--rules-muted);
	font-size: 0.9rem;
	margin: 0.6rem 0 0;
}
/* ========= Calidad / Documentos (prefijo quality_) ========= */
:root {
	--quality-ink: #0f172a;
	--quality-muted: #374151;
	--quality-brand: #7d0d18; /* encabezado rojo vino */
	--quality-border: #d1d5db;
	--quality-card: #ffffff;
	--quality-radius: 10px;
	--quality-shadow: 0 8px 18px rgba(0, 0, 0, 0.06);
	--quality-container: 1100px;
}

.quality_wrap {
	max-width: var(--quality-container);
	margin: 26px auto 60px;
	padding: 0 22px;
	color: var(--quality-ink);
	font: 16px/1.65 system-ui, -apple-system, Segoe UI, Roboto, Ubuntu,
		'Helvetica Neue', Arial;
}

.quality_grid {
	display: grid;
	grid-template-columns: 1.15fr 0.85fr; /* texto un poco más ancho */
	gap: 28px;
	align-items: start;
}

.quality_text p {
	margin: 0 0 12px;
	color: var(--quality-muted);
	text-align: justify;
}

/* Tarjeta de documentos */
.quality_card {
	background: var(--quality-card);
	border: 1px solid var(--quality-border);
	border-radius: var(--quality-radius);
	box-shadow: var(--quality-shadow);
	overflow: hidden;
}

.quality_cardHead {
	background: var(--quality-brand);
	color: #fff;
	padding: 10px 14px;
}
.quality_cardHead h2 {
	margin: 0;
	font-size: 1rem;
	font-weight: 800;
}

.quality_cardBody {
	padding: 10px 14px 12px;
}

.quality_list {
	margin: 0;
	padding-left: 20px; /* bullets como en la maqueta */
	color: var(--quality-muted);
}
.quality_list li {
	margin: 6px 0;
}
.quality_list a {
	color: #7d0d18;
	text-decoration: none;
	border-radius: 6px;
	padding: 2px 4px;
	transition: background 0.15s ease, color 0.15s ease;
}
.quality_list a:hover {
	background: #e4e4e4;
	color: #111827;
}
/* ======= Contraloría Social (prefijo control_) ======= */
:root {
	--control-ink: #0f172a;
	--control-muted: #374151;
	--control-gap: 28px;
	--control-container: 1100px;
}

.control_wrap {
	max-width: var(--control-container);
	margin: 30px auto 60px;
	padding: 0 22px;
	color: var(--control-ink);
	font: 16px/1.65 system-ui, -apple-system, Segoe UI, Roboto, Ubuntu,
		'Helvetica Neue', Arial;
}

.control_grid {
	display: grid;
	grid-template-columns: 1.2fr 0.8fr;
	gap: var(--control-gap);
	align-items: center;
}

.control_text p {
	margin: 0 0 14px;
	color: var(--control-muted);
	text-align: justify;
}
.control_h2 {
	font-size: 1.05rem;
	margin: 14px 0 10px;
	font-weight: 700;
}
.control_list {
	margin: 0 0 16px 1.2rem;
	padding: 0;
	color: var(--control-muted);
	text-align: justify;
}
.control_list li {
	margin: 6px 0;
	line-height: 1.55;
}
.control_text a {
	color: #b51e2e;
	font-weight: 600;
	text-decoration: none;
}
.control_text a:hover {
	text-decoration: underline;
}

/* Imagen */
.control_img {
	display: flex;
	justify-content: center;
}
.control_img img {
	max-width: 100%;
	height: auto;
}
/* ======== PRODEP Tramites (prefijo tram_) ======== */
:root {
	--tram-ink: #0f172a;
	--tram-muted: #374151;
	--tram-brand: #b51e2e; /* rojo institucional */
	--tram-border: #e5e7eb;
	--tram-container: 1100px;
}

.tram_wrap {
	max-width: var(--tram-container);
	margin: 28px auto 64px;
	padding: 0 50px;
	color: var(--tram-ink);
	font: 16px/1.65 system-ui, -apple-system, Segoe UI, Roboto, Ubuntu,
		'Helvetica Neue', Arial;
	text-align: justify;
}

/* Título + regla */
.tram_header h1 {
	margin: 0 0 8px;
	font-weight: 800;
	font-size: clamp(1.4rem, 3.2vw, 2.2rem);
	line-height: 1.2;
	text-transform: none;
}
.tram_rule {
	display: block;
	height: 5px;
	width: 100%;
	background: var(--tram-brand);
	border-radius: 3px;
}
.tram_rule--short {
	width: 100%;
	max-width: 100%;
	height: 4px;
	margin: 6px 0 10px;
}

/* Grid 2 columnas */
.tram_grid {
	display: grid;
	grid-template-columns: 1.2fr 0.8fr;
	gap: 40px;
	align-items: start;
	margin-top: 16px;
}

/* Texto */
.tram_text p {
	margin: 0 0 12px;
	color: var(--tram-muted);
	text-align: justify;
}
.tram_h2 {
	margin: 25px 0 0;
	font-size: clamp(1.05rem, 2.2vw, 1.2rem);
	font-weight: 800;
	letter-spacing: 0.02em;
}
.tram_list {
	margin: 8px 0 14px 1.2rem;
}
.tram_list li {
	margin: 6px 0;
}
.tram_note {
	background: #f5f5dc;
	border: 1px solid var(--tram-border);
	border-radius: 8px;
	padding: 10px 12px;
	font-weight: bold;
}

/* Media (foto) */
.tram_media {
	position: relative;
}
.tram_figure {
	margin: 0;
	border-radius: 12px;
	overflow: hidden;
	border: 1px solid var(--tram-border);
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
}
.tram_figure img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
}
/* ===== Contacto (prefijo contact_) ===== */
:root {
	--contact-brand: #b51e2e;
	--contact-ink: #0f172a;
	--contact-muted: #4b5563;
	--contact-card: #ffffff;
	--contact-border: #e5e7eb;
	--contact-radius: 14px;
	--contact-shadow: 0 10px 22px rgba(0, 0, 0, 0.06);
	--contact-container: 1100px;
}

.contact_wrap {
	max-width: var(--contact-container);
	margin: 28px auto 60px;
	padding: 0 40px;
	color: var(--contact-ink);
	font: 16px/1.6 system-ui, -apple-system, Segoe UI, Roboto, Ubuntu,
		'Helvetica Neue', Arial;
}

/* Header */
.contact_header {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 10px;
}
.contact_badge {
	width: 34px;
	height: 34px;
	border-radius: 10px;
	display: grid;
	place-items: center;
	background: var(--contact-brand);
	color: #fff;
	font-weight: 800;
}
.contact_header h1 {
	margin: 0;
	font-size: clamp(1.2rem, 3vw, 1.6rem);
	font-weight: 800;
}
.contact_btn,
.contact_btn:focus {
	margin-left: auto;
	background: #6b1a21;
	color: #fff;
	font-weight: 600;
	padding: 5px 15px;
	border-radius: 999px;
	font-size: 0.9rem;
	text-decoration: none;
}
.contact_btn:hover {
	opacity: 0.92;
	border: 1px solid;
	color: #000;
	background: #fff;
}

/* Acordeón */
.contact_acc {
	border-top: 4px solid var(--contact-brand);
	margin-top: 16px;
}
.contact_head {
	width: 100%;
	background: #fff;
	border: 0;
	text-align: left;
	padding: 12px 10px;
	font-weight: 600;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 10px;
	border-bottom: 2px solid var(--contact-border);
}
.contact_head:hover {
	background: #fafafa;
}
.contact_chev {
	margin-left: auto;
	transition: transform 0.2s ease;
}
.contact_head[aria-expanded='true'] .contact_chev {
	transform: rotate(180deg);
}

.contact_panel {
	padding: 12px 10px 16px;
	color: var(--contact-muted);
}
.contact_panel p {
	margin: 0 0 10px;
	text-align: justify;
}
.contact_ul {
	margin: 6px 0 10px 1.15rem;
}
.contact_ul li {
	margin: 4px 0;
}

/* Fichas de persona */
.contact_card {
	display: grid;
	grid-template-columns: 42px 1fr;
	gap: 10px;
	background: var(--contact-card);
	border: 1px solid var(--contact-border);
	border-radius: var(--contact-radius);
	box-shadow: var(--contact-shadow);
	padding: 10px 12px;
	margin: 8px 0;
}
.contact_stack .contact_card {
	margin-top: 10px;
}
.contact_avatar {
	width: 42px;
	height: 42px;
	border-radius: 10px;
	border: 2px solid var(--contact-brand);
	display: grid;
	place-items: center;
	color: var(--contact-brand);
	background: #fff;
}
.contact_role {
	font-weight: 600;
	color: var(--contact-ink);
}
.contact_link {
	color: #6b1a21;
	text-decoration: none;
}
.contact_link:hover {
	text-decoration: underline;
}
.contact_ext {
	color: var(--contact-muted);
}

/* Responsive */
@media (max-width: 640px) {
	.contact_header {
		align-items: flex-start;
	}
	.contact_btn {
		margin-left: 0;
	}
}

/* Responsivo */
@media (max-width: 900px) {
	.tram_grid {
		grid-template-columns: 1fr;
	}
	.tram_rule--short {
		width: 200px;
	}
}
@media (max-width: 560px) {
	.tram_wrap {
		padding: 0 18px;
	}
	.tram_rule--short {
		width: 160px;
	}
}

/* Responsive */
@media (max-width: 900px) {
	.control_grid {
		grid-template-columns: 1fr;
		text-align: center;
	}
	.control_text {
		text-align: left;
	}
}

/* Responsivo */
@media (max-width: 900px) {
	.quality_grid {
		grid-template-columns: 1fr;
	}
	.quality_card {
		order: 2;
	}
	.quality_text {
		order: 1;
	}
}

/* Responsive */
@media (max-width: 980px) {
	.rules_grid {
		grid-template-columns: 1fr;
	}
	.rules_viewer {
		height: 520px;
	}
}
@media (max-width: 560px) {
	.rules_rule--short {
		width: 180px;
	}
	.rules_viewer {
		height: 460px;
	}
}

/* Responsive */
@media (max-width: 980px) {
	.conv_grid {
		grid-template-columns: 1fr;
	}
	.conv_viewer {
		height: 520px;
	}
}
@media (max-width: 560px) {
	.conv_rule--short {
		width: 180px;
	}
	.conv_viewer {
		height: 460px;
	}
}
/* Responsive ajustes */
@media (min-width: 1000px) {
	.interest_grid--ca {
		grid-template-columns: 1fr 1.15fr;
		row-gap: 30px;
	}
}
@media (max-width: 900px) {
	.interest_grid--profile {
		grid-template-columns: 1fr;
		grid-template-areas: 'ptc' 'perfil' 'acts' 'obs';
	}
	.acercade_grid {
		grid-template-columns: 1fr;
	}
}
@media (max-width: 800px) {
	.interest_grid--ca {
		grid-template-columns: 1fr;
		grid-template-areas: 'caque' 'calgac' 'caacts' 'cacar' 'camas';
		gap: 18px;
	}
	.interest_grid--ca .interest_rule {
		width: 160px;
	}
}
@media (min-width: 901px) {
	.interest_grid {
		row-gap: 40px;
	}
}
@media (max-width: 640px) {
	.interest_grid {
		grid-template-columns: 1fr;
	}
	.interest_rule {
		width: 180px;
	}
	.acercade_rule {
		width: 180px;
	}
	.acercade_cardBody {
		padding: 10px 18px 14px;
	}
}
/* Clase ddchi-btn */
.ddchi-btn {
	display: inline-block;
	padding: 10px 20px;
	border: 2px solid #800101;
	background-color: white;
	color: #800101;
	text-decoration: none;
	border-radius: 25px;
	font-weight: 600;
	font-size: 14px;
	cursor: pointer;
	transition: all 0.3s ease;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.ddchi-btn:hover {
	background-color: #800101;
	color: white;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.ddchi-btn:active {
	transform: scale(0.98);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}
.ddchi-btn-red {
	display: inline-block;
	padding: 10px 20px;
	border: 2px solid #800101;
	background-color: #800101;
	color: #fff !important;
	text-decoration: none;
	border-radius: 25px;
	font-weight: 600;
	font-size: 14px;
	cursor: pointer;
	transition: all 0.3s ease;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.ddchi-btn-red:hover {
	background-color: #fff;
	color: #800101 !important;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
	text-decoration: none;
}

.ddchi-btn-red:active {
	transform: scale(0.98);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}
.blk {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
	padding: 16px 18px 18px;
	margin-bottom: 18px;
}
.blk__head {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
	position: relative;
	padding-bottom: 10px;
}
.blk__head h2 {
	margin: 0;
	font-size: 1.05rem;
	font-weight: 800;
}
.blk__head::after {
	/* subrayado rojo del título de bloque */
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 5px;
	background: #b51e2e;
	border-radius: 999px;
}

.blk__badge {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	color: #fff;
	background: #b51e2e;
	flex: 0 0 auto;
}
.blk__badge i {
	font-size: 16px;
}
