         
      .numbers{
        display:flex;
        justify-content:center;
        width:100%;
        padding:48px 20px;
        background-color:#4892A0;
      }
      
      .numbers .contenedor{
        width:100%;
        display:flex;
        /*background-color:brown;*/
        gap:10px;
        max-width:1140px;
        justify-content:space-around;
        align-items:center;
        flex-wrap:wrap;  
      }
      
      .numbers .datos{
        display:flex;
        flex-direction:column;
        width:fit-content;
        /*background-color:green;*/
        align-items:center;
        gap:4px;
        color:white;
      }
      
      .numbers .line{
        width:1px;
        height:100px;
        background-color:white;
      }
      
      .numbers .titular{
        font-size:40px;
        line-height:31px;
        color:white;
      }
      
      .numbers .textual{
        font-size:25px;
        line-height:31px;
        color:white;
      }