/* Show it is fixed to the top */
body {
  min-height: 75rem;
  padding-top: 4.5rem;
}


.posicaoNavBotton {
    position: absolute;
    top: 600px; /*vai descer até o pixel 600*/
}