#particles-js {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
}

body {
  background: rgb(6, 64, 86);
  background: radial-gradient(
    circle,
    rgba(6, 64, 86, 1) 0%,
    rgba(1, 29, 50, 1) 70%,
    rgba(0, 14, 27, 1) 100%
  );
}

.barra::-webkit-scrollbar {
  width: 6px;
}

.barra::-webkit-scrollbar-thumb {
  background: rgba(6, 64, 86, 1);
  border-radius: 3px;
}

.caja {
  background: rgba(1, 29, 50, 0.4);
  box-shadow:
    0 0 3px 0 rgba(6, 64, 86, 0.8) inset,
    0 0 10px 0 rgba(6, 64, 86, 0.5) inset;
  border-radius: 7px;
}

.leaflet-container {
  height: 100%;
  width: 100%;
  min-width: 600px;
  min-height: 400px;
  background: none;
}

.leaflet-bar a {
  background-color: transparent;
  border-bottom: 1px solid rgba(6, 64, 86, 1);
  border: 1px solid rgba(6, 64, 86, 1);
  box-shadow: none;
}

.leaflet-bar a:last-child {
  border-bottom: 1px solid rgba(6, 64, 86, 1);
}

.leaflet-bar a:hover,
.leaflet-bar a:focus {
  background-color: transparent;
  box-shadow:
    0 0 8px 0 rgba(6, 64, 86, 0.8) inset,
    0 0 20px 0 rgba(6, 64, 86, 0.5) inset;
}

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  border: 2px solid rgba(6, 64, 86, 1);
  background-color: transparent;
  border-bottom: 1px solid rgba(6, 64, 86, 1);
  color: rgba(6, 64, 86, 1);
}

.leaflet-control-zoom-in span,
.leaflet-control-zoom-out span {
  color: rgba(6, 64, 86, 1);
}

td {
  padding: 0px;
}

@media (max-width: 1024px) {
  .leaflet-touch .leaflet-bar a {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .leaflet-touch .leaflet-control-zoom-in,
  .leaflet-touch .leaflet-control-zoom-out {
    font-size: 80px;
  }
  .leaflet-bar a {
    background-color: transparent;
    border-bottom: 5px solid rgba(6, 64, 86, 1);
    border: 5px solid rgba(6, 64, 86, 1);
    box-shadow: none;
  }

  .leaflet-bar a:last-child {
    border-bottom: 5px solid rgba(6, 64, 86, 1);
  }

  td {
    padding: 20px;
  }
}
