.line {
  margin-top: 40px;
}

.exito .titulo {
 color: var(--azul2);
 margin: 20px 0;
}

.bajada {
  font: var(--h3);
  text-align: justify;
  color: var(--gris);
  margin: 50px 0;
}

.content-wrap {
  max-width: 75%;
  margin: 0 auto;
}

.header-exito .line {
  width: 100%;
  margin-bottom: 40px;
}

.exito {
  margin-bottom: 70px;
}

.lista-casos {
  background: white;
  margin: 0 auto;
  padding: 50px 0;
}

table {
  font: 400 1.8rem 'Inter', sans-serif;
  border-collapse: collapse;
  width: 80%;
  margin: 0 auto;
}

td,
th {
  border-bottom: 1px solid var(--gris2);
  text-align: left;
  padding: 10px;
  font-size: .75rem;
}

th,
tr td:first-of-type {
  color: #095779;
  font-weight: 400;
}

@media screen and (max-width: 670px) {
  table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block;
  }

  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  tr {
    border-bottom: 1px solid var(--gris2);
    border-width: 60%;
  }

  td {
    border: 0;
    position: relative;
    padding-left: 50%;
  }

  td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }

  td,
  th {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  table tr td:first-of-type {
    display: none;
    visibility: hidden;
  }

  table tr td:last-of-type {
    padding-bottom: 10px;
  }

  td:nth-of-type(2):before {
    content: "Dominio";
    color: var(--azul2);
  }

  td:nth-of-type(3):before {
    content: "Contraparte";
    color: var(--azul2);
  }

  td:nth-of-type(4):before {
    content: "Representante";
    color: var(--azul2);
  }
}

@media screen and (min-width: 671px) {
  .desktop {
    display: block;
    visibility: visible;
  }

  .header-exito p:last-child {
    max-width: 600px;
  }

  .lista-casos {
    max-width: 80%;
    position: relative;
    margin-bottom: 0;
  }

  .contacto {
    margin-top: 0;
  }

  .exito {
    margin-bottom: 0;
  }
}