div.floating-menu-top{
    position: fixed;
	z-index: 100;
    width: 100%;
	height: 23px;
    top: 0px;
    left: 1px;
    background-color: #D3DAD8;
    margin: 0px 0px 0px 0px;
	padding-top: 5px;
/*     padding: 5px; */ /* deu problemas com o scrool */
border-radius: 6px 0px 0px 0px;
	border-bottom: solid 1px #9D8B47;
/*     border: 1px solid #D3DAD8; */
}


@media (max-width: 768px) {
    .floating-menu-top {
		padding-bottom: 15px;
    }
}