      .numeraliasSubtitles{
        font-family: "Inter", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size:15px;
        line-height:20px;
        letter-spacing:0.03em;
        padding:17px 0 3px 0;
      }
      
      .numeraliasTexto{
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size:13.7px;
        line-height:20px;
        letter-spacing:0.03em;
      }
      
      
      .numeraliasWrapper{
        display:flex;
        width:100%;
        justify-content:center;
      }
      
      
      .numeralias{
        display:flex;
        flex-wrap:wrap;
        width:100%;
        padding:20px;
        max-width:1272px;
        row-gap:26px;
        column-gap:26px;
        /*background-color:brown;*/
        justify-content:center;
      }
      
      .A{
        max-width:246px;
      }
      
      .B{

         max-width:284px;
      }
      
      .C{
         max-width:338px;
      }
       
      .D{
         max-width:276px;
      }
            
      .numeraliasCaja{
        display:flex;
        height:fit-content;
        min-height:281px;
        padding:40px 30px 40px 30px;
        /*background-color:blue;*/
        border-radius:10px;
        flex-direction:column;
        justify-content:center;
        box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.09);
        flex:1 1 250px;
        background-color: white;
      }
      
      
      
      .numeraliasNumber{
        display:flex;
        font-size:60px;
        line-height:58px;
        flex-shrink:0;
        font-family: "Inter", sans-serif;
        font-weight: 500;
        font-style: normal;
      }
      
      @media(max-width:1200px){

          .numeralias{
            max-width: 800px;
          }

          .numeraliasCaja{
            width: 100%;
            max-width: 329px;
            align-items: center;
            text-align: center;
            height: auto;
            min-height:0 ;
          }

      }