/* === Teal científico: override fuerte === */

/* Navbar */
.custom-navbar {
  background-color: #0F4C5C !important;
}

.custom-navbar a {
  color: rgba(255,255,255,0.85) !important;
}

.custom-navbar a:hover,
.custom-navbar a:focus {
  color: #2F8F9D !important;
}

/* Links */
a {
  color: #2F8F9D !important;
}

a:hover,
a:focus {
  color: #0F4C5C !important;
}

/* Headings */
h1, h2, h3 {
  color: #0F4C5C !important;
}

