Hi, Pablo!
This gave me such a hard time, when I wanted that line to disappear from my header!^^
But it’s:
.site-logo:after {
content: "";
height: 1px;
background-color: #000000;
width: 50%;
min-width: 30px;
margin: 10px auto 10px;
display: block; }
I just changed it to
.site-logo:after {content: none;}