#cab{
	background-image: url('../../images/bg-cabecalho.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 300px;
}

#cab .box{
	display: flex;
	justify-content: center;
	flex-direction: column;
}

#cab .box h1{
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}

#cab .box .faixa{
	width: 200px;
	height: 2px;
	background-color: #fff;
}