
html, body {
  height: 100%;
  margin: 0;
}

body {
  padding-top: 76px; /* altura del navbar fixed-top */
}


footer {
      /* background: #f1f1f1; */
      /* border-top: 1px solid;
      margin-left: 50px;
      margin-right: 50px;
      border-color: #bdb7b7ff;
      padding-top: 10px;
      */
    
     

    }



.btn-operations{
  min-width: 220px;
}

.btn-operations-aprob{

  min-width: 150px;
}

.footer-signature {
  /* padding: 20px;
  text-align: center; */
  font-size: 14px;
  color: #666; /* Un gris suave */
  /* background-color: #f9f9f9; O el color de fondo de tu footer */
}

.footer-signature a {
  text-decoration: none;
  color: #000; /* Tu nombre un poco más oscuro */
  font-weight: bold;
  transition: color 0.3s ease;
}

.footer-signature a:hover {
  color: #007bff; /* Color que resalte al pasar el mouse */
}



