
/* BOTON FLOTANTE */
.wsp {
    width: 80px;
    height: 80px;
    background: #00e676;
    position: fixed;
    right: 30px;
    bottom: 40px;
    border-radius: 50%;
    z-index: 9999;
    box-shadow: 1px 5px 7px 1px rgba(0, 0, 0, 0.2);
    font-size: 55px;
  text-align: center
  }

  .wsp i {
    color: #fff;
    padding: 13px;
  }
  
  .wsp:hover {
    width: 78px;
    height: 78px;
    background: #00bca2;
    font-size: 50px
  }


  .btn-consultar {
    background: #242f6c;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 8px;
    color: #fff;
    
  }
  
  .btn-consultar:hover {
    background: #4c63e5;
    color: #fff;
  }
  
/* BOTON FLOTANTE FIN*/