    .ctnBotonCuentaParam
    {
      width: 390px;
      background: #fff;
      box-shadow: 0px 2px 8px rgba(55, 71, 79, 0.2);
      border-radius: 50px;
      position: fixed;
      bottom: 30px;
      left: -120%;
			z-index: 3;
			transition: all .7s ease;
    }

    .ctnBotonCuentaParam.act 
    {
      left: 30px;
    }

    .ctnBotonCuentaParam .ctnBotonCuentaParam-btnClose
    {
      position: absolute;
      width: 32px;
      height: 32px;
      top: -5px;
      right: -5px;
      background: #fff;
      border: none;
      border-radius: 100%;
      box-shadow: 0px 2px 8px rgba(55, 71, 79, 0.2);
      padding: 5px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .ctnBotonCuentaParam .ctnBotonCuentaParam-btnClose span 
    {
      color: #000;
      font-size: 20px;
      padding: 0;
      margin: 0;
    }

    .ctnBotonCuentaParam a 
    {
      text-decoration: none;
      color: inherit;
    }

    .ctnBotonCuentaParam .ctnBotonCuentaParam-img
    {
      width: 80px;
      height: 80px;
    }

    .ctnBotonCuentaParam .ctnBotonCuentaParam-img img 
    {
      width: 100%;
      height: 100%;
    }