#resultLine{
    background-color: #eceff4;
    height: 40px;
    display: flex;
    flex: 1;
    color: #000;

    align-items: center;
    border-radius: 5px;
}

#resultadosList{
    display: none;
}