/* RedeCT — neutraliza o estilo de botao CTA (laranja) no rodape/sitemap,
   deixando os itens com a MESMA aparencia dos outros links do rodape. */
#sp-bottom a.menu-cta-btn,
#sp-footer a.menu-cta-btn {
    background: transparent !important;
    background-color: transparent !important;
    color: #a2a2a2 !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0 !important;
    display: inline !important;
    line-height: inherit !important;
    font-weight: 400 !important;
    box-shadow: none !important;
}
#sp-bottom a.menu-cta-btn:hover,
#sp-footer a.menu-cta-btn:hover {
    background: transparent !important;
    color: #ffffff !important;
}
