.conteudo_principal {
	padding-top: 1.2rem;
}

h2 {
	margin-top: 2rem;
	margin-bottom: -0.5rem;
}

.slogan {
	margin-top: -0.5rem;
	font-size: 2rem;
	font-weight: 800;
}

.perguntas {
	h3 {
		margin-bottom: -1rem;
	}
}

.fechamento{
	p{
		margin-top: 2rem;
		font-size: 1.2rem;
		font-style: italic;
		font-weight: bold;
		color: var(--azul-insulfilm);
	}
}

.relacionados {
	margin-top: 2rem;
	padding: 1.5rem 2rem 2rem 2rem;
	background: rgb(0 0 0 / 8%);
	border-radius: 12px;

	h2 {
		margin-top: 0;
		margin-bottom: 10px;
		font-size: 1.4rem;
	}

	.lista {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
		gap: 16px;
		grid-auto-rows: 1fr;
		font-size: 1rem;

		a {
			display: block;
			width: 100%;
			height: 100%;
			padding: 18px;
			background: #fff;
			border-radius: 10px;
			text-decoration: none;
			color: inherit;
			border: 1px solid #e3e7ee;
			transition: all .2s ease;
			line-height: 1em;
			
			strong {
				display: block;
			}

			span {
				display: block;
				margin-top: 5px;
				font-size: 0.9em;
				color: #666;
			}

			&:hover {
				transform: translateY(-3px);
				box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
				border-color: #223988;
			}
		}
	}
}
