
/* ===== OVERRIDE FINAL DE CORES ===== */

:root {
  --primary: #2f69a8 !important;
  --secondary: #5778bd !important;
  --info: #345fcc !important;
}

/* Fundos principais */
.bg-primary,
.bg-info,
.hero-header,
.footer,
.copyright {
  background-color: #2f69a8 !important;
}

/* Área escura */
.bg-dark,
.bg-secondary {
  background-color: #1f3f73 !important;
}

/* Links */
a {
  color: #345fcc !important;
}

a:hover {
  color: #5778bd !important;
}

/* Navbar */
.navbar-light .navbar-nav .nav-link {
  color: #2f69a8 !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: #345fcc !important;
}

/* Botões */
.btn-primary,
.btn-info {
  background-color: #345fcc !important;
  border-color: #345fcc !important;
}

.btn-primary:hover,
.btn-info:hover {
  background-color: #2f69a8 !important;
  border-color: #2f69a8 !important;
}

/* Textos */
.text-primary {
  color: #345fcc !important;
}

/* Títulos */
h1, h2, h3, h4, h5, h6 {
  color: #1f3f73 !important;
}

/* Botão voltar ao topo */
.back-to-top {
  background-color: #345fcc !important;
  border-color: #345fcc !important;
  color: #ffffff !important;
}

.back-to-top i {
  color: #ffffff !important;
}

.back-to-top:hover {
  background-color: #5778bd !important;
  border-color: #5778bd !important;
}
