#map {
    height: 100vh;
    z-index: 2;
    position: relative;
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    font-family: Courier, monospace;
    font-smoothing: antialiased;
  }

  .labelVal{
    /* efecto texto */
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.9);
    font-size: 14px;
    color: #4AF626;
  }

  .labelTexto{
    /* efecto texto */
    text-shadow: 0 0 8px rgba(255, 255, 255, 1);
    font-size: 14px;
    color: #ffffff;

  }
  
  #floatingRectangle {
    z-index: 3;
    position: fixed;
    left: 20px;
    right: 0;
    top: 100px;
    height: 302px;
    width: 480px;
    background-color: #000;
    color: white;
    padding: 0;
  }

  #floatingFooter{
    z-index: 4;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .9);
    color: white;
  }
