.slidecontainer {
  width: 100%;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 53px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 53px;
  height: 53px;
  background: #0091ff;
  cursor: pointer;
}

.valorPorcen{
  font-size: 40px;
  font-weight: bold;
}

.horaIN{
  font-size: 26px;
  font-weight: bold;
}




.frm-check {
  background-color: rgb(255, 255, 255);
}

.form-check-input {
  font-size      : 20px !important;
  margin-left    : -28px !important;
  /* padding-left: 50px !important; */
  height: 41px !important;
  width: 90px !important;
}

.lbl-check {
  font-size   : 24px !important;
  font-weight: bold;
  margin-right: 8px !important;
  padding-left: 7px !important;
  padding-top : 6px;
}

.form-check-input:checked {
  background-color: #87ef83 !important;
}

.preFin{
  color: rgb(32, 219, 132);
}



.negro{
  background-color: black;
}