.barra-pagina {
    width: 100%;
    min-height: 50px;
    position: relative;
    margin-top: 40px;

    background-color: #f3f3f3;

}

.linha-pagina {
    width: 100%;
    min-height: 2px;
    position: relative;
    margin-top: 40px;

    background-color: #e6e6e6;

}

.barra-pagina p {
    font-family: 'Arial', sans-serif;
    font-size: 15px;
    justify-content: center;
    align-items: center;
    display:flex;
    height: 50px;
    width: 100%;
}