#linksinstitucionales .ip-icon-bar {
  top: 0px;
  height: 40px;
  max-height: 40px;
  /* background-color: #eeeeee; */
  background-color: #2482c6;
  overflow: hidden;
}
#linksinstitucionales .ip-icon-bar a {
  align-items: center;
  text-align: center;
  padding: 12px 0; 
  transition: all 0.3s ease;
  /* color: black; */
  color: whitesmoke;
  font-size: 15px;
  font-weight: 600;
  margin: 5px;
}
#linksinstitucionales .ip-icon-bar a:hover {
  background-color: #555;
  color: #eeeeee;
}
#linksinstitucionales .ip-active {
  background-color: #4CAF50;
}
