.cabeceras-form-vinc {
  color: #ffffff !important;
  background-color: #132048 !important;
}

.progress {
  background: #132048;
  display: block;
  height: 20px;
  text-align: center;
  transition: width 0.3s;
  width: 0;
}

.progress.hide {
  opacity: 0;
  transition: opacity 1.3s;
}

.col-form-label {
  font-weight: bold !important;
  font-size: 12px !important;
}

.ui-progressbar {
  position: relative;
  background-color: #fff;
}
.progress-label {
  position: absolute;
  left: 50%;
  top: 4px;
  font-weight: bold;
  text-shadow: 1px 1px 0 #fff;
}
