#header{
	background: #215035;
}
#pre-header{
	background: #215035;
	color: #fff;
}
.content-consultoria{
	text-align: center;
}
.content-consultoria img{
	max-width: 100%;
	margin-bottom: 10px;
}
.content-consultoria h3{
	display: block;
}
.content-consultoria a:hover>h3{
	color: #40be6f;
}
.max-100{
	max-width: 100%;
}
.artigo{
	font-size: 17px;
}
.artigo h3{
	font-size: 27px;
	font-weight: bold;
}
#topos{
	position: fixed;
    right: 4px;
    bottom: 13px;
	padding: 5px;
    width: 0;
    opacity: 0;
    z-index: 2000;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
@media screen and (max-width: 991px){
	#topos{
		bottom: 54px;
		right: 0px;
	}
}