/*
 * EXTREMOS — LAYOUT GLOBAL
 * Visual único do menu e do rodapé carregados por /painel/layout/layout.js.
 * Este arquivo deve ser usado por todas as páginas modernas.
 */

/* Rodapé oficial — paleta azul do Extremos. */
#colophon.site-footer {
  padding-top: 0;
  background: #061523;
}

#colophon.site-footer .top-footer {
  padding-top: 80px;
  background: linear-gradient(#08283b, #040e17);
  border-top: 1px solid rgba(255, 255, 255, .12);
}

#colophon.site-footer .buttom-footer {
  background-color: #02090f;
  border-top: 1px solid rgba(255, 255, 255, .08);
}

#colophon.footer-primary .widget,
#colophon.footer-primary .widget .widget-text,
#colophon.footer-primary .widget li,
#colophon.footer-primary .widget a,
#colophon.site-footer .footer-menu ul li a,
#colophon.site-footer .copy-right {
  color: #aac1cc;
}

#colophon.footer-primary .widget .widget-title {
  color: #fff;
}

#colophon.footer-primary .widget .widget-title::before {
  background-color: #0791be;
}

#colophon.footer-primary .widget i {
  color: #f56960;
}

#colophon.site-footer .footer-menu ul li::before {
  color: #b6b6b6;
}

#colophon.footer-primary .widget a:hover,
#colophon.footer-primary .widget a:focus,
#colophon.site-footer .footer-menu ul li a:hover,
#colophon.site-footer .footer-menu ul li a:focus {
  color: #fff;
}

#colophon #mc-embedded-subscribe_2 {
  color: #173444;
  background: #d6a52a;
  border-color: #d6a52a;
}

#colophon #mc-embedded-subscribe_2:hover,
#colophon #mc-embedded-subscribe_2:focus {
  color: #173444;
  background: #e3b83e;
  border-color: #e3b83e;
}
