  body {
    padding: 0;
    margin: 0;
  }

  a {
    color: #d4d4d4;
  }

  html,
  body {
    height: 100%;
  }

  /* #header {
    height: 40px;
    background-color: #2e2e2e;
  } */

  #titulo {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
    background-color: rgba(34, 33, 32, 0.5);
    /* opacity: 50%; */
    border-radius: 5px;
  }

  #titulo h1 {
    font-weight: normal;
    color: #da5329;
    margin: 0px;
    padding-left: 10px;
    padding-top: 5px;
    font-family: 'Roboto Mono', monospace;
  }

  #map {
    /* height: calc(100% - 40px); */
    height: 100%;
    position: relative;
  }

  #botones {
    width: 250px;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  
  #botones :is(button, select) {
    font: 12px/20px 'Roboto Mono', sans-serif;
    margin-bottom: 10px;
    width: 100%;
  }

  .leyenda {
    color: #a1a1a1;
    background-color: #2e2e2e;
    border: 1px solid #a1a1a1;
    border-radius: 3px;
    right: 10px;
    bottom: 40px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.10);
    font: 12px/20px 'Roboto Mono', sans-serif;
    padding: 10px;
    position: absolute;
    z-index: 1;
    width: 250px;
  }

  .leyenda h4 {
    margin: 0 0 10px;
  }

  .leyenda h5 {
    margin: 0 0 10px;
  }

  .leyenda div span {
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    margin-right: 5px;
    width: 10px;
  }

  .mapboxgl-popup {
    width: 400px;
    max-width: 400px;
    font: 12px/20px 'Roboto Mono', sans-serif;
    }

  .contenedor-youtube {
    width: 100%;
    aspect-ratio: 1/1;
  }

  .flotante {
    margin:0px;
    color:ghostwhite;
    font-family: 'Roboto Mono', sans-serif;
  }