  .v1resignSub{
        font-family: "Fira Sans", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size:18px;
        line-height:30.9px;
        letter-spacing:0.05em;
        color:white;
      }
      
      .v1resignTitle{
        font-family: "Fira Sans", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size:37.01px;
        line-height:44.4px;
        color:white;
      }

      
      .v1resign{
        display:flex;
        width:100%;
        padding:229px 30px 279px 30px;
        justify-content:center;
        align-items:center;
        background-color:#252525;
      }
      
      .v1resignContainer{
        display:flex;
        gap:56px;
        flex-direction:column;
        width:100%;
        max-width:1093px;
        /*background-color:pink;*/
      }
      
      .v1resignTop{
        display:flex;
        gap:21px;
        flex-direction:column;
      }
      
      .v1resignTitular{
        display:flex;
        gap:20px;
        align-items:center;
      }
      
      .v1resignLineaNaranja{
        width:3px;
        height:50px;
        background-color:#DD6D03;
      }
      
      .v1resignListado{
        display:flex;
        width:100%;
        /*background-color:purple;*/
        justify-content:space-between;
      }

      .v1resignCaja{
        display:flex;
        width:345px;
        height:420px;
        border-radius:20px;
        background-color:#1D1D1D;
        flex-direction:column;
        padding:33px 36px 44px 36px;
        justify-content:space-between;
      }
      
      .v1resignCaja .v1top{
        display:flex;
        width:100%;
        justify-content:right;
        /*background-color:brown;*/
      }
      
      .v1resignCaja .v1icon{
        display:flex;
        width:85px;
        height:77px;
        /*background-color:purple;*/
      }
      
      .v1icon img{
        width:100%;
        object-fit:cover;
        object-position:center;
      }
      
      .v1resignCaja .v1bottom{
        display:flex;
        flex-direction:column;
        max-width:217px;
        gap:22px;
        /*background-color:purple;*/
      }
      
      .v1bottom .v1title{
        font-family: "Fira Sans", sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size:18px;
        line-height:24px;
        color:#E0E0E0;
      }
      
      .v1bottom .v1text{
        font-family: "Fira Sans", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size:16px;
        line-height:23px;
        color:#E0E0E0;
      }
      
      .v1text.v1especial{
        max-width:186px;
      }