.leitor-cartilha {
	display: flex;
	flex-direction: column;
	gap: 20px;

	.titulo-principal {
		margin: 0;
		text-align: center;
	}

	p {
		margin: 0;
		text-align: center;
	}
}

.leitor-cartilha__pdf {
	display: block;
	width: 100%;
	height: min(80vh, 1100px);
	min-height: 620px;
	border: 1px solid var(--cor-borda-contraste);
	border-radius: 8px;
	background: #f6f6f6;
}

@media (max-width: 575px) {
	.leitor-cartilha__pdf {
		height: 70vh;
		min-height: 500px;
	}
}
