#header {
	top: 0;
	position: relative;
}

#cab{
	background-image: url(../../images/sobre.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	width: 100%;
	height: 400px;
}

#cab2{
	background-image: url(../../images/sobre.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	width: 100%;
	height: 400px;
}

#cab .box, #cab2 .box{
	height: 100%;
	display: flex;
	justify-content: initial;
	align-items: center;
	color: #fff;
	font-size: 48px;
	font-weight: 600;
	margin-left: 40px;
}

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

#main .titulo{
	font-weight: bold;
	font-size: 24px;
}

#main ul{
	list-style: none;
	margin-top: 20px;
}

#main ul li{
	margin-bottom: 5px;
}

#main ul li a{
	color: var(--main-black);
	text-decoration: none;
}