
.paleta1{
    background-color: #ffa41b;
}
.paleta2{
    background-color: #00a8cc;
}
.paleta3{
    background-color: #030d13;
}
.paleta4{
    background-color: #022c43;
}

.logo{
  height: 150px;
}

.login_background{
  background-color: #030d13;
}

.centrado{
    float: none;
    margin-left: auto;
    margin-right: auto;
  }


  /* Sticky footer styles
-------------------------------------------------- */
  .footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 40px; /* Set the fixed height of the footer here */
    line-height: 40px; /* Vertically center the text there */
    background-color: #022c43;
    font-size: small;
  }

  #sticky-footer {
    flex-shrink: none;
  }

  #tablaBusquedaPlanos{
    font-size: 0.9rem;
  }


  /* loading
-------------------------------------------------- */

#myProgress {
  width: 100%;
  background-color: #6c757d;
}

#myBar {
  width: 1%;
  height: 30px;
  background-color: #28a745;
}