body {
    margin: 0;
    padding: 0;
    font-size: 100%;
    line-height: 1.5
}
h1, h2, h3, h4 {
    margin: 1em 0 .5em;
    line-height: 1.25
}
h1 {
    font-size: 2em
}
h2 {
    font-size: 1.5em
}
h3 {
    font-size: 1.2em
}
ul, ol {
    margin: 1em 0;
    padding-left: 40px
}
p, figure {
    margin: 1em 0
}
a img {
    border: none
}
sup, sub {
    line-height: 0
}

.barra{
    margin: auto;    
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    max-width: 800px;    
}


.aut-li, .terminos-li {
    list-style: none;
    margin: auto;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.user-info li {
    display: inline-block;
    margin: 0;
    padding: 0 10px 0 0;
    color: red;
}

.user-info li a{
    text-decoration: none;
    color: blue;
}



