
.navbar-nav li.active {
  position: relative;
}

.navbar-nav li.active::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 50%;
  height: 2px;
  background-color: white;
}

.navbar-form2 {
    display: flex !important; 
    align-items: center !important; 
    gap: 5px !important;
    padding: 0 !important;
    margin-top: 5px;
}

.form-group {
    margin: 0 !important;
}

#input-busqueda {
    width: 100px !important;
    height: 30px !important;
    font-size: 12px !important;
}

#btn-search-ct {
    padding: 4px 12px !important;
    font-size: 14px !important;
    height: 32px !important;
}
