.exito {
  background: #e5e5e5;
}

.header-exito {
  background: #DBDCDA;
  margin: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.header-exito .antetitulo {
  letter-spacing: 4px;
  padding-top: 0;
}

.header-exito p {
  color: #095779;
}

.header-exito .azul {
  color: #F36E42;
}

.header-exito .titulo {
  text-align: center;
  color: #095779;
  font-weight: 300;
}

.header-exito p:last-child {
  text-align: center;
  max-width: 400px;
  margin: 20px auto;
  font-size: 1.3rem;
  line-height: 1.5rem;
}

.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 #9addec;
  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 #9addec;
    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: "Domain Name";
    color: #095779;
  }

  td:nth-of-type(3):before {
    content: "Opposing party";
    color: #095779;
  }

  td:nth-of-type(4):before {
    content: "Representative";
    color: #095779;
  }
}

@media screen and (min-width: 671px) {
  .desktop {
    display: block;
    visibility: visible;
  }

  .header-exito p:last-child {
    max-width: 600px;
  }

  .header-exito {
    padding-bottom: 250px;
  }

  .lista-casos {
    max-width: 80%;
    position: relative;
    top: -200px;
    margin-bottom: 0;
  }

  .contacto {
    margin-top: 0;
  }
}