.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  z-index: 1;
  top: 60px;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

#Conoce-dropdown a:hover:not(:first-child) {
  color: #ff6d6a;
}

#Programa-dropdown a:hover {
  color: #f7d917;
}

#Bauhaus-dropdown a:hover:not(:first-child) {
  color: #002b5e;
}

#Organización-dropdown a:hover {
  color: #9672c4;
}

#Blankentry:hover {
  background-color: white;
}

.dropdown:hover .dropdown-content {
  display: block;
}
