/*
	Notas del blog (blog/*.html). Se carga después de main.css.
*/

.nota { max-width: 44em; margin: 0 auto; }

.nota-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4em 1.2em;
	font-size: 0.85em;
	color: #999;
	margin-bottom: 2.2em;
}

.nota-meta .categoria {
	color: #5f4d93;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

#main .nota h2 { margin-top: 1.8em; }

.nota-destacado {
	display: flex;
	align-items: center;
	gap: 1.2em;
	margin: 0 0 2.2em 0;
	padding: 1.3em 1.5em;
	border-radius: 0.5em;
	background: #f5f3f9;
}

.nota-cifra {
	flex: none;
	font-size: 3em;
	line-height: 1;
	color: #5f4d93;
}

.nota-destacado p { margin: 0; }
.nota-destacado small { display: block; margin-top: 0.4em; color: #999; }

.nota ol { margin-bottom: 2em; }
.nota ol li { margin-bottom: 0.9em; padding-left: 0.3em; }

.nota-aviso {
	margin: 2em 0;
	padding: 1em 1.3em;
	border-radius: 0.5em;
	border: 1px solid #e5e0ee;
	font-size: 0.9em;
}

.nota-fuentes { font-size: 0.85em; }
.nota-fuentes li { margin-bottom: 0.5em; }

.nota-cta {
	margin-top: 2.8em;
	padding: 2em;
	border-radius: 0.5em;
	text-align: center;
	background: linear-gradient(135deg, rgba(227, 118, 130, 0.09), rgba(95, 77, 147, 0.12));
}

#main .nota-cta h3 { margin-bottom: 0.3em; }
.nota-cta p { margin-bottom: 1.2em; }
.nota-cta .actions { margin-bottom: 0; }

@media screen and (max-width: 736px) {
	.nota-destacado { flex-direction: column; align-items: flex-start; }
}
