body {
  padding: 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
}

html,
body,
#map {
  height: 100%;
  width: 100vw;
}

h1 {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  color: #264653;
}

p {
  font-size: 13px;
  font-family: "Roboto", sans-serif;
  color: black;
}

b {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: white;
}

#boton3d {
  position: absolute;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  background-color: #fff;
  border: 2px solid #ccc;
  bottom: 115px;
  left: 10px;
  padding: 5px;
  z-index: 900;
}

/* popup hover */

.favorita-pophover.leaflet-popup {
  position: absolute;
  width: fit-content;
  margin-bottom: 17px;
}

.favorita-pophover .leaflet-popup-content-wrapper {
  background: #2364aa;
  color: #eee;
  font-size: 12px;
  line-height: 24px;
  border-radius: 5px;
}
.favorita-pophover .leaflet-popup-content-wrapper a {
  color: rgba(200, 200, 200, 0.1);
}
.favorita-pophover .leaflet-popup-tip-container {
  margin-top: -1px;
}
.favorita-pophover .leaflet-popup-tip {
  background: #2364aa;
  color: #333;
  box-shadow: 0 3px 140px rgba(0, 0, 0, 0.4);
}

.valiosa-pophover.leaflet-popup {
  position: absolute;
  width: fit-content;
  margin-bottom: 17px;
}

.valiosa-pophover .leaflet-popup-content-wrapper {
  background: green;
  color: #eee;
  font-size: 12px;
  line-height: 24px;
  border-radius: 5px;
}
.valiosa-pophover .leaflet-popup-content-wrapper a {
  color: rgba(200, 200, 200, 0.1);
}
.valiosa-pophover .leaflet-popup-tip-container {
  margin-top: -1px;
}
.valiosa-pophover .leaflet-popup-tip {
  background: green;
  color: #333;
  box-shadow: 0 3px 140px rgba(0, 0, 0, 0.4);
}

.potencial-pophover.leaflet-popup {
  position: absolute;
  width: fit-content;
  margin-bottom: 17px;
}

.potencial-pophover .leaflet-popup-content-wrapper {
  background: orange;
  color: #eee;
  font-size: 12px;
  line-height: 24px;
  border-radius: 5px;
}
.potencial-pophover .leaflet-popup-content-wrapper a {
  color: rgba(200, 200, 200, 0.1);
}
.potencial-pophover .leaflet-popup-tip-container {
  margin-top: -1px;
}
.potencial-pophover .leaflet-popup-tip {
  background: orange;
  color: #333;
  box-shadow: 0 3px 140px rgba(0, 0, 0, 0.4);
}

.nogusta-pophover.leaflet-popup {
  position: absolute;
  width: fit-content;
  margin-bottom: 17px;
}

.nogusta-pophover .leaflet-popup-content-wrapper {
  background: black;
  color: #eee;
  font-size: 12px;
  line-height: 24px;
  border-radius: 5px;
}
.nogusta-pophover .leaflet-popup-content-wrapper a {
  color: rgba(200, 200, 200, 0.1);
}
.nogusta-pophover .leaflet-popup-tip-container {
  margin-top: -1px;
}
.nogusta-pophover .leaflet-popup-tip {
  background: black;
  color: #333;
  box-shadow: 0 3px 140px rgba(0, 0, 0, 0.4);
}

.improbable-pophover.leaflet-popup {
  position: absolute;
  width: fit-content;
  margin-bottom: 17px;
}

.improbable-pophover .leaflet-popup-content-wrapper {
  background: #ba4f5a;
  color: #eee;
  font-size: 12px;
  line-height: 24px;
  border-radius: 5px;
}
.improbable-pophover .leaflet-popup-content-wrapper a {
  color: rgba(200, 200, 200, 0.1);
}
.improbable-pophover .leaflet-popup-tip-container {
  margin-top: -1px;
}
.improbable-pophover .leaflet-popup-tip {
  background: #ba4f5a;
  color: #333;
  box-shadow: 0 3px 140px rgba(0, 0, 0, 0.4);
}
