.footer {
    box-shadow: 0px 2px 4px 4px rgba(0, 0, 0, 0.25);
    width: 100%;
    background-color: #606060;
    color: white;
    text-align: center;
    height: 46px;
    z-index: 99999;
    margin-top: auto;
    padding: 0 !important;
}

.footer_content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 16px;
    height: 46px;
}

    .footer_content span {
        color: #FFF;
        text-align: right;
        font-family: Open Sans;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

#footer_logo {
    width: 62px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: 62px 14px !important;
    background-image: url('../../images/shared/layout/footer/logo_govplan.svg');
}

#footer_logo_np {
    width: 47px;
    height: 20px;
    background-image: url('../../images/shared/layout/footer/grupo-np.svg');
    background-repeat: no-repeat;
    background-size: 47px 20px !important;
}
