html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

#map {
  width: 100%;
  height: 100vh;
}

.maplibregl-popup-content {
  font-family: Arial, sans-serif;
  font-weight: normal !important;
}

.maplibregl-popup-content * {
  font-weight: normal !important;
}

.maplibregl-popup-content b {
  font-weight: bold !important;
}

#splash {
  position: fixed;
  inset: 0;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 0.64;
  pointer-events: none;
  transition: opacity 2s ease;
}

#splash img {
  width: 40vmin;
  height: auto;
  transform: scale(1);
  transition: transform 2s ease;
}

#splash.salir {
  opacity: 0;
}

#splash.salir img {
  transform: scale(2.4);
}

#coords {
  position: fixed;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255,255,255,0.5);
  backdrop-filter: blur(4px);
  padding: 4px 10px;
  border-radius: 6px;
  font-family: Arial, sans-serif;
  font-size: 12px;
  z-index: 999;
  user-select: text;
}

#btnUbicacion {
  position: fixed;

  top: 1cm;
  right: 1cm;

  width: 52px;
  height: 52px;

  z-index: 999;

  background: transparent;

  border: none;
  border-radius: 14px;

  cursor: pointer;

  backdrop-filter: blur(6px);

  display: flex;
  justify-content: center;
  align-items: center;

  padding: 0;
}

#btnUbicacion img {
  width: 28px;
  height: 28px;
}

#marca {
  position: fixed;

  top: 18px;
  left: 18px;

  z-index: 999;

  display: flex;
  flex-direction: column;
  align-items: flex-start;

  pointer-events: none;
}

#marca a {
  pointer-events: auto;
}

#marca img {
  width: 110px;
  height: auto;

  opacity: 0.72;

  display: block;
}

#firma {
  margin-top: 6px;

  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 15px;

  color: rgba(0,0,0,0.75);

  text-align: left;

  line-height: 1.25;
}

#ayuda3d {
  position: fixed;

  bottom: 12px;
  left: 12px;

  z-index: 999;

  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 12px;

  color: rgba(0,0,0,0.75);

  background: rgba(255,255,255,0.35);

  padding: 4px 8px;

  border-radius: 6px;

  backdrop-filter: blur(4px);
}

#btnVentas {
  position: fixed;

  top: calc(1cm + 62px);
  right: 1cm;

  width: 52px;
  height: 52px;

  z-index: 999;

  background: transparent;

  border: none;

  cursor: pointer;

  display: flex;
  justify-content: center;
  align-items: center;

  padding: 0;
}

#btnVentas img {
  width: 30px;
  height: 30px;

  opacity: 0.35;

  transition: 0.2s;
}

#btnVentas.activo img {
  opacity: 1;
}

#firma {
  user-select: text;
}

.mailLink {
  color: rgba(0,0,0,0.75);
  text-decoration: none;
}

.mailLink:hover {
  text-decoration: underline;
}