.ancora-projeto{
	height: 380px;
	background-image: url("../img/fundo-projeto.jpg");
	background-position: center;
	background-size: cover;
	width: 100%;
}
.ancora-projeto .box{
	height: 380px;
    background-color: rgb(6 18 39 / 70%);
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	
}
.ancora-projeto .box .txt{
	text-align: center;
	padding: 0 20px;
}
.ancora-projeto .titulo{
  font-size: 30px;
  font-family: "Montserrat";
  color:  #fff;
  font-weight: bold;
}

.ancora-projeto p{
	color: #fff;
	margin-bottom: 60px;
}
footer{
	background-color: #00234f;
	padding: 15px 0;
	font-family: "Montserrat";
}
.menu-footer{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
	flex-wrap: wrap;
}
.menu-footer ul{
	display: flex;
}
.menu-footer li{
	margin-left: 30px;
}
.menu-footer li a{
	font-size: 16px;
	color: #fff;
}
.menu-footer li a.ativo{
	color: #f1ba00;
}
hr{
	width: 100%;
	height: 1px;
	background: rgba(255,255,255,0.4);
}
footer .informacoes{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: 15px 0;
}
footer .informacoes .box{
	width: 33.33%;
}
footer .informacoes .box p, footer .cvm .box p{
	text-align: left;
	
	font-size: 14px;
	color: #fff;
}
footer .cvm{
	display: flex;
	flex-wrap: wrap;
	margin-top: 15px;
}
footer .cvm .box:last-child{
	width: calc(100% - 33.33%);
}
footer .cvm .box:first-child{
	width: 33.33%;
}
footer .cvm .box:last-child p{
	color: #999999;
	font-size: 13px;
	line-height: 23px;
}

@media screen and (max-width: 800px){
	footer .cvm .box{
		width: 100%!important;
	}
	footer .informacoes .box{
		width: 100%;
	}
	footer .menu-footer ul{
		display: none;
	}
}