/* Home — Visão Sistêmica */

.vision-section {
	width: 100%;
	background-color: #fafafa;
	padding: 88px 0 96px;
}

.vision-section__inner {
	max-width: 820px;
	margin: 0 auto;
	text-align: center;
}

.vision-section__title {
	margin: 0;
	font-size: 32px;
	line-height: 1.25;
	font-weight: 700;
	color: #31404a;
}

.vision-section__text {
	margin: 28px 0 0;
	font-size: 18px;
	line-height: 1.75;
	color: #48545c;
}

.vision-section__highlight {
	margin: 28px 0 0;
	font-size: 20px;
	line-height: 1.6;
	font-weight: 700;
	color: #0f2540;
}

.vision-section__actions {
	margin-top: 40px;
}

.vision-section__button {
	display: inline-block;
	min-width: 260px;
	padding: 14px 32px;
	border-radius: 50px;
	border: 1px solid rgba(15, 37, 64, 0.28);
	background: transparent;
	color: #0f2540;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.02em;
	text-decoration: none;
	transition: all 0.3s ease;
}

.vision-section__button:hover,
.vision-section__button:focus {
	color: #ffffff;
	background-color: #516ca9;
	border-color: #516ca9;
	text-decoration: none;
	box-shadow: 0 10px 28px rgba(81, 108, 169, 0.22);
}

.vision-section__button:focus-visible {
	outline: 2px solid rgba(81, 108, 169, 0.45);
	outline-offset: 3px;
}

@media (min-width: 992px) {
	.vision-section {
		padding: 104px 0 112px;
	}

	.vision-section__title {
		font-size: 38px;
	}

	.vision-section__text {
		font-size: 19px;
	}

	.vision-section__highlight {
		font-size: 21px;
	}
}
