/* carrossel matricula */
.carrossel01 {
	/* background */
	background: #282651;
	background: linear-gradient(236deg, rgba(40, 38, 81, 1) 0%, rgba(24, 39, 101, 1) 50%, rgba(33, 72, 159, 1) 100%);

	/* botão */
	a.heroButton {
		background-color: var(--clr-800);
		color: var(--txt-light);
	}
	a.heroButton:hover {
		background-color: var(--clr-400);
	}

	/* texto botão */
	a.heroButton:after {
		content: "Matricule-se já!";
	}
}

/* carrossel concurso de bolsas */
.carrossel02 {
	/* background */
	background: #283277;
	background-image: linear-gradient(45deg, rgba(21, 61, 143, 1) 0%, rgba(42, 49, 116, 1) 50%, rgba(25, 71, 152, 1) 100%);
	background-size: cover;
}