.cabecalho-pagina{
	height: 40vh;
	min-height: 250px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

@media screen and (max-width:767px){
    .cabecalho-pagina .conteudo-cabecalho{
		top: 75%;
	}
}

@media screen and (min-width:768px){
    .cabecalho-pagina .conteudo-cabecalho{
		top: 60%;
	}
}

.cabecalho-pagina .conteudo-cabecalho{
	text-align: center;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	min-width: 300px;
	color: white;
}

.nav .active{
  color: #3c5680 !important;
  background-color: #7faadb !important;
  border-radius: 8px;
}

.cessao .carousel-indicators .active{
	background-color: #3c5680 !important;
}

.menu-lateral{
	padding: 30px !important;
}
