.topo-site{
    display: inline-block;
width: 100%;
height: 100px;
margin: 0px;
background-color: #343536;
}
.logo{
    display: flex;
    height: auto;
    max-height: 80px;
    width: auto;
    margin: 10px;
}
.separador{
    display: block;
    width: 100%;
    height: 50px;
}