.content-cookies {
    padding: 24px 192px 80px 192px;
    gap: 80px;
    width: 100%;
  }
  
  span.cookies-titulo {
    font-family: "ControllerExtW01-Three", sans-serif;
    font-weight: 400;
    font-size: 60px;
    line-height: 72px;
    display: inline-block;
    margin-bottom: 50px;
    color: var(--blanco);
  }
  
  .cookies .parrafo {
    font-family: "Space Grotesk";
    font-weight: 300;
    font-size: 22px;
    line-height: 30px;
    vertical-align: middle;
    text-decoration-style: solid;
  }
  
  .cookies .title {
    font-family: "Space Grotesk";
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    vertical-align: middle;
    color: var(--blanco);
  }
  
  h2.title {
    margin-top: 2em;
  }
  
  p,
  ol {
    color: var(--gris-1);
  }

  table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 2em;
    color: var(--gris-1);
    font-family: "Space Grotesk";
    font-size: 16px;
  }
  
  table caption {
    text-align: left;
    font-weight: bold;
    margin-bottom: 1em;
  }
  
  th,
  td {
    padding: 12px;
    border: 1px solid var(--gris-1);
    text-align: left;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  
  thead {
    background-color: rgba(255, 255, 255, 0.1);
    font-weight: 500;
  }
  
  tbody tr:nth-child(odd) {
    background-color: rgba(255, 255, 255, 0.03);
  }
  
  @media screen and (min-width: 1400px) and (max-width: 1760px) {
    .content-cookies {
      padding: 24px 120px 70px 120px;
      gap: 70px;
    }
  
    span.cookies-titulo {
      font-size: 45px;
      line-height: 60px;
    }
  
    .cookies .title {
      font-size: 22px;
      line-height: 29px;
    }
  
    .cookies .parrafo {
      font-size: 20px;
      line-height: 27px;
    }
  
    table {
      width: 100%;
      table-layout: auto;
    }
  
    th,
    td {
      padding: 8px;
    }
  }
  
  @media screen and (min-width: 701px) and (max-width: 1399px) {
    .content-cookies {
      padding: 24px 35px 40px 35px;
      gap: 40px;
    }
  
    span.cookies-titulo {
      font-size: 30px;
      line-height: 40px;
    }
  
    .cookies .title {
      font-size: 18px;
      line-height: 25px;
    }
  
    .cookies .parrafo {
      font-size: 16px;
      line-height: 23px;
    }
  
    table {
      width: 100%;
      table-layout: auto;
    }
  
    th,
    td {
      padding: 6px;
    }
  }
  
  @media screen and (min-width: 60px) and (max-width: 700px) {
    .content-cookies {
      padding: 24px 25px 40px 25px;
      gap: 30px;
    }
  
    span.cookies-titulo {
      font-size: 23px;
      line-height: 38px;
    }
  
    .cookies .title {
      font-size: 17px;
      line-height: 24px;
    }
  
    .cookies .parrafo {
      font-size: 15px;
      line-height: 22px;
    }
  
    table {
      width: 100%;
      table-layout: auto;
    }
  
    th,
    td {
      padding: 6px;
    }
  
    table caption {
      font-size: 14px;
    }
  }
  