/* Footer*/
footer{
    position: fixed;
    padding: 12px 10px;
    margin: 0;
    background: var(--app-secondary-background);
    width: 100%;
    bottom: 0%;
    margin: auto;
    z-index: 999;
}
footer p{
    margin: 0;
    padding: 0;
    color: var(--app-secondary);
    line-height: 1.2em;
    text-align: justify;
    font-weight: bold;
    font-size: 0.9em;
}
footer p.txt-right{
    text-align: right;
}
