/* CRS - logo branca somente no footer */
footer .footer-logo,
footer .crs-footer-logo,
.footer-blue .footer-logo,
.footer-blue .crs-footer-logo,
.crs-footer-new .footer-logo,
.crs-footer-new .crs-footer-logo,
.crs-footer-pro .footer-logo,
.crs-footer-pro .crs-footer-logo {
    content: url("/assets/imagens/logo-branca.png") !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
    border-radius: 0 !important;
    max-width: 240px !important;
    height: auto !important;
    opacity: 1 !important;
    filter: none !important;
}

/* garante que o ajuste da logo azul do topo não pegue o footer */
footer .site-logo,
.footer-blue .site-logo,
.crs-footer-new .site-logo,
.crs-footer-pro .site-logo {
    content: url("/assets/imagens/logo-branca.png") !important;
    background: transparent !important;
    padding: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
}
