body div.row div.texto-legal  ol {
    list-style-type: none;
    counter-reset: item;
    margin: 0;
    padding: 0;
  }

  body div.row div.texto-legal  li {
    display: table;
    counter-increment: item;
    margin-bottom: 0.6em;
  }

  body div.row div.texto-legal  li:before {
      content: counters(item, ".") ". ";
      display: table-cell;
      padding-right: 0.6em; 
      color: #222222;
      font-weight: bold;
      font-size: 1.4rem;
  }

  body div.row div.texto-legal  li li {
      margin: 0;
  }

  body div.row div.texto-legal  li li:before {
      content: counters(item, ".") " ";
      color: #222222;
      font-weight: bold; 
      font-size: 1rem;
  }
  	
  div.texto-legal {
  	margin-left: 1rem;
  	margin-right: 1rem;
  }

  div.texto-legal-dos {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  div.texto-legal-dos ul {
    margin-left: 2rem;
  }