  .finalTitle{
        font-family: "Fira Sans", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size:30px;
        line-height:35px;
        max-width:603px;
        text-align:center;
      }
      
      a.finalBoton{
        all:unset;
        cursor:pointer;
        display:flex;
        font-family: "Fira Sans", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size:16.87px;
        line-height:16.87px;
        letter-spacing:0.05em;
        padding:13px 21px;
        /*background-color:#333231;*/
        border-radius:50px;
        text-align:center;
        justify-content:center;
      }
      
      a.finalBoton.boton1{
        background-color:#333231;
        color:white;
        width:300px;
      }
      
     a.finalBoton.boton2{
        background-color:#909090;
       color:white;
       width:300px;
      }
      
      a.finalBoton.boton3{
        border:1px solid black;
        width:346.51px;
      }
        
      
           
      .final{
        display:flex;
        flex-direction:column;
        width:100%;
        padding:192px 30px 55px 30px;
        /*background-color:pink;*/
        gap:37px;
        align-items:center;
      }
      
      .finalLogo{
        display:flex;
        width:124.6px;
        height:163.8px;
        /*background-color:grey;*/
      }
      
      .finalLogo img{
        width:100%;
        object-fit:cover;
        object-position:center;
      }
      
      
      .finalQR{
        display:flex;
        width:215px;
        height:228.32px;
        /*box-shadow:0 0 91px 9.1px rgba(0, 0, 0, 0.1) */
        background-color:white;
        border-radius:18.2px;
        margin-top:8px;
      }
      
      .finalQR img{
        width:100%;
        object-fit:cover;
        object-position:center;
        border-radius:18.2px;
      }
      
       .finalCajaGrandeBotones{
        display:flex;
        flex-direction:column;
        gap:24px;
        width:fit-content;
        /*background-color:pink;*/
        align-items:center;
      }
      
      .finalCajaChicaBotones{
        display:flex;
        gap:18px;
        width:fit-content;
        background-conlor:lightblue;
      }
