.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 5px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
  }
  .btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    font-size: 30px;
    line-height: 1.33;
    border-radius: 25px;
  }
  .btn-circle.btn-xl  {
    width: 60px;
    height: 60px;
    padding: 5px 5px;
    font-size: 35px;
    line-height: 1.33;
    border-radius: 35px;
  }
  
  .btn-float{
      position: fixed;
      right: 30px;
      bottom:2920px;
  }
  
  .btn-lateral{
      background-color: #008ECF;
      color: white;
      margin: 10px;
  }
 