.btn-primary {
    padding: 3px;
    color: white;
    background-color: rgba(245, 121, 5, 0.945);
    border-radius: 10px;
    border-color: rgb(255, 81, 0);
   
  }
  
  .contenlogobtn{
    background-color: white;
    position: fixed;
    border-radius: 50px;
  }
  
  .card{
    margin: 0;
    height: 130px;
    background-color: rgb(235, 237, 243);
    border-radius: 10px;
    position: static;
  }
  .card-title{
    margin-top: 0;
    font-size: 20px;
    text-align: center;
  }
  
  .bi-three-dots{
    margin-left: 25px;
    font-size: 20px;
    color: rgb(145, 142, 142);
  }
  
  .card-pClave{
    margin-top: 3px;
    font-size: 11px;
    color: rgb(145, 142, 142);
  }
  
  .fa-chevron-down {
    margin-left: 60px;
    color: rgb(145, 142, 142);
    font-size: 10px;
  }