body {
  padding: 0;
  margin: 0;
}

.mapa {
  border: 1px solid rgba(0, 0, 0, 0.1);
  max-height: auto;
  height: 84vh;
  width: 95.8%;
}

.user {
  border: 1px solid rgba(0, 0, 0, 0.1);
  max-height: auto;
  height: 62vh;
  width: 95.8%;
}

header {
  padding: 0 3vw 0 0;
  background-color: #fff;
  height: 14vh;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
  position: relative;
}

.title {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 3.25vw;
  color: tomato;
}

.subtitle {
  font-family: "JetBrains Mono", serif;
  font-style: normal;
  font-weight: 600;
  font-size: 3.25vw;
  color: #c5c5c5;
}

blockquote {
  height: auto;
  background: #ededed;
  overflow-x: hidden;
  font-family: "JetBrains Mono", sans-serif;
  padding: 1.5vw;
  margin: 0;
  max-width: 92.1%;
  text-align: center;
}

nav {
  height: 100%;
  width: 250px;
  position: fixed;
  top: 0;
  left: 0;
  background: #ededed;
  overflow-x: hidden;
  padding: 50px;
  z-index: 99;
}

nav a {
  text-decoration: none;
  color: #232323;
  font-family: "JetBrains Mono", sans-serif;
  font-weight: 400;
}

nav a:hover {
  color: tomato;
}

nav ul {
  padding: 0;
}

.active {
  color: tomato;
}

nav li {
  padding: 10px 0;
  font-size: 1.5rem;
  list-style-type: none;
}

main {
  margin-left: 400px; /* Same as the width of the sidenav */
  padding: 0px 10px;
  width: auto;
  line-height: 180%;
}

main h1 {
  font-family: "JetBrains Mono", serif;
  font-style: normal;
  font-weight: 600;
  font-size: 2.2vw;
  color: #c5c5c5;
  line-height: 250%;
}

main h2 {
  font-family: "JetBrains Mono", serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1.5vw;
  color: #707070;
  line-height: 200%;
  margin-bottom: 0;
}

main p {
  font-family: "Lato", sans-serif;
  max-width: 95.8%;
  text-align: justify;
}

main ul {
  list-style-type: decimal;
  font-family: "Lato", sans-serif;
}

main li {
  padding: 1vh 0 0 1vw;
}

main a {
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

main table {
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-family: "Lato", sans-serif;
  padding: 0;
  max-width: 95.8%;
}

main td {
  vertical-align: top;
  padding: 2vh;
  width: 50%;
  font-size: 0.9rem;
}

main table a {
  font-weight: 800;
}

main table ul {
  list-style-type: circle;
  max-width: 80%;
  text-align: justify;
}

.list {
  list-style-type: circle;
}

footer {
  position: fixed;
  bottom: 0;
  width: 250px;
  padding: 50px;
  text-align: justify;
  font-family: "JetBrains Mono", sans-serif;
  font-weight: 400;
  font-size: 0.5rem;
  z-index: 999;
}

@media (max-width: 425px) {
  nav {
    width: 89.9vw;
    height: 5vh;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background: #ededed;
    overflow: hidden;
    padding: 5vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }

  nav ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }

  nav li {
    margin-right: 5vw;
  }

  .navbg {
    width: 89.9vw;
    height: 5vh;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    padding: 5vw;
  }

  header {
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  footer {
    position: fixed;
    bottom: 0;
    width: 89.9vw;
    padding: 5vw;
    text-align: justify;
    font-family: "JetBrains Mono", sans-serif;
    background: #ededed;
    font-weight: 400;
    font-size: 0.5rem;
    margin-bottom: 0;
    z-index: 99999;
  }

  main {
    margin-left: 0;
    margin-top: 60px; /* Same as the width of the sidenav */
    padding: 10px;
    margin-bottom: 100px;
    width: auto;
    line-height: 3vh;
  }

  .title,
  .subtitle {
    font-size: 8vw;
  }

  main h1 {
    font-size: 5vw;
    text-align: center;
  }

  main h2 {
    font-size: 4vw;
    text-align: center;
  }

  main p {
    text-align: center;
    max-width: 100%;
  }

  main ul,
  li {
    max-width: 95%;
  }

  main table {
    max-width: 100%;
  }

  .mapa {
    width: 99.8%;
  }
}
