.footer-text{
    color:grey;
    font-family: Poppins, sans-serif;

}

.footer-menu{
    font-family: Poppins, sans-serif;
    /* color:black; */
}

.footer-titulo{
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.footer-menu ul{
    padding: 0;
    margin: 0;
    list-style: none;

    line-height: 1.2;
}
footer .logo-placeholder{
    max-width: 250px;
}

.footer-menu ul li{
    margin-bottom: 0px;
    line-height: 1.2;
}