footer {
  display: block;
  overflow: hidden;

  .barra-rodape {
    background-color: #004f9f;
    padding: 7px 0;
    color: white;
    font-size: 14px;

    .text-content {
      display: flex;
      justify-content: space-between;
      
      p {
        margin-bottom: 0px;
      }
    }
  }
}
