
/* FOOTER */
footer{
    min-height: 66px;
    max-height: 66px;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;

    font-family: poppins;
}
footer div.container-footer p{
    line-height: 22px;
    margin: 3px 0 0 0;
    letter-spacing: .4px;
    font-size: 14px;
}
footer div.container-footer p a{
    text-decoration: none;
    color: #fff;
}
