*{
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
}
html,body{
    font-size: 14px;
}
.cor-pr{
    color: var(--cor-pr);
}
::selection{
    background:#f0f0f0;
}
.conteudo{
    position: relative;
    width: 1290px;
    margin: 0 auto;
}
.env{
    float: left;
    width: 100%;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}
a:focus{
    text-decoration: underline;
}
.topo-site{
    float: left;
    width: 100%;
}
.data-topo{
    position: relative;
    float: left;
    width: 100%;
    padding: 5px 0;
    background: rgba(var(--cor-pr-rgb), 0.4);
    font-family: 'Roboto';
    text-align: center;
}
.data-topo span{
    font-size: 14px;
    font-weight: 400;
    color: #000;
}
.barra-logo{
    float: left;
    width: 100%;
    padding: 10px 0;
}
.topo-cor{
    background: var(--cor-pr);
}
.logo{
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo img{
    height: 50px;
}



















