.fondo {
  background-image: linear-gradient(
      to bottom right,
      rgba(17, 29, 41, 0.8),
      rgba(17, 29, 41, 0.1)
    ),
    url("/static/imgs/inicio.jpg"); /* The image used */
  height: calc(100vh - 0px);
  width: 100%;
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  position: fixed;
  top: 0px;
  padding-top: 80px;
  color: white;
}

.tablachistosa {
  overflow-x: auto;
}

@media only screen and (max-width: 769px) {
  table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block;
  }
  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  tr {
    border: 1px solid #ccc;
  }
  td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 20px;
    margin-left: 15px;
  }
  td:before {
    position: absolute;
    top: 12px;
    left: 6px;
    width: 200px;
    padding-right: 40px;
    white-space: nowrap;
    margin-left: -150px;
  }
}
