footer {
    color: white;
    position: fixed;
    bottom: 0px;
    width: 100%;
    text-align: center;
  }

  
.animated {
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.fast {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

.sombra {
  -webkit-box-shadow: 6px 6px 12px 2px rgba(181,177,181,1);
  -moz-box-shadow: 6px 6px 12px 2px rgba(181,177,181,1);
  box-shadow: 6px 6px 12px 2px rgba(181,177,181,1);
}

input[type=checkbox] {
  transform: scale(1.8);
  cursor:pointer;
}

input[type=checkbox]:checked {
 border: 1px solid #41B883;
}

.chk-select {
  background: rgb(2,0,36);
  background: linear-gradient(86deg, rgba(2,0,36,1) 0%, rgba(0,77,255,0) 0%, rgba(85,148,255,0.12648809523809523) 100%);
}

.a-pagar {
  background: rgb(2,0,36);
  background: linear-gradient(86deg, rgba(2,0,36,1) 0%, rgba(0,77,255,0) 0%, rgba(57,107,240,0.14329481792717091) 100%);
}

.total-a-pagar {
  font-size: 22px;
}

.centrado {
   text-align: center;
   display:inline-block;
   vertical-align:middle;
   margin-left: auto;
   margin-right: auto;
}

.cajavista {
  padding-top: 20px;
  padding-bottom: 20px;
}

.fa-tint {
  color: #2196f3;
}

.fa-lightbulb-o {
  color: #ffca28;
}

.fa-paperclip {
  color: #bdbdbd;
}

.fa-file-code-o {
  color: #ffcc80;
}

#entrocuenta {
  width: 330px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8px;

}

.inputcuenta {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 3px;
  color: #283593;
  width: 175px;

}

.form-check-input {
  width: 14px;
  height: 14px;
  margin-left: 10px;
}
