.navbar-brand,
.nav-link {
  color: #eaf4f6 !important;
}
.navbar-brand:hover,
.nav-link:hover {
  color: #098395 !important;
}
/* carousel styles */
.carousel-inner {
  height: 400px; /* Puedes ajustar esta altura */
}
.carousel-item img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
/* Footer styles */
footer {
  background-color: #20274c;
  color: #ffffff;
}
footer a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
}
footer a:hover {
  color: #37b7c3;
  text-decoration: none;
  color: #37b7c3 !important;
  text-decoration: none !important;
}
.text-center{
    color: #20274c;
}
.bi{
color: #37b7c3;
}
.textocuadro{
    color: #37b7c3;
}
.tituloindex{
color: #20274c;
}
.display-5 {
    color: #20274c;
    font-weight: bold;
}