
.fix{
z-index: 9999;
position: fixed;
width: 100%;
top: 0px;
}
.conteudo-maior{
    padding-top: 135px;
}
@media only screen and (max-width: 1179px) {
	.fix {position: inherit;}
	.conteudo-maior{ padding-top: 0px;}
}