@charset "utf-8";

.divProcessosMostra{
	margin: 0 auto;
	width: 900px;
	height: 450px;
}

.divProcessosMostra2{
	margin: 0 auto;
	width: 900px;
	height: 200px;
}

.tabelaProcessosMostra1{
	width: 295px;
	height: 50px;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size: 18px;
	font-weight: bold;
}

.tabelaProcessosMostra2{
	width: 295px;
	height: 150px;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size: 16px;
	text-align: justify;
}

.tabelaProcessosMostra3{
	width: 295px;
	height: 250px;
	text-align: center;
	cursor: pointer;
}

.tamanhoFoto{
	width: 250px;
	height: 200px;
	border: 2px solid #B8ACAC;
	border-radius: 3px;
	object-fit: cover;
	object-position: center;
}

.tabelaProcessosMostra4{
	width: 170px;
	height: 120px;
	cursor: pointer;
	text-align: center;
}

.tabelaProcessosMostra4 :hover{
	transform: scale(1.1);
}

.tabelaProcessosMostra5{
	width: 295px;
	height: 50px;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size: 16px;
	text-align: justify;
	font-weight: bold;
}

.tamanhoIconesMostra{
	width: 150px;
	height: 150px;
}

.tabelaMostraBarra{
	width: 100%;
	height: 3px;
	background-color:#566396;
}