#logos-univ {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 10px;
  background-color: white;
}

.navbar {
  background: #646567;
  font-size: larger;
}

.navbar-nav .nav-link.active {
  color: #B3B3B3 !important; /* O el color que desees */
  font-weight: bold !important;
}

.navbarEventos .nav-link {
  color: white !important;
  font-weight: bold;
}

.btnIns:hover {
  background-color: #646567; /* Example: Bootstrap primary blue */
  border-color: #646567;
  color: #fff; /* Text color on hover */
}

.navbarEventos .nav-link:hover {
  color: #646567 !important;
}

@media (max-width: 768px) {
  .navbar-toggler {
    border: 1px solid white; /* Adds a 1px solid white border */
  }

  #logoubb {
    width: 70px;
    height: 50px !important;
    margin-top: -5px !important;
  }
  #logoudec {
    width: 90px;
    height: 45px !important;
    margin-top: 0 !important;
  }
  #logoucsc {
    width: 85px;
    height: 75px !important;
  }
  #logos-univ {
    width: auto !important;
  }
}
