body {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
  margin:0px;
}

h1 { 
  font-size: 45.6px;
  font-weight: 680;
  letter-spacing: -0.7296px;
  line-height: 57px;
}

.wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width:80%;
  background-color: #8eabc3;
}

.pointHover {
  cursor: pointer;
}

.highlight {
  background-color: #986f1e;
  fill: red;
  fill-opacity: 0.5;
}

.legend {
  background-color: #0066cc;
}

#svg815 {
  fill: beige;
  fill-opacity: 0.25;
  background-color: #8eabc3;
}

/* This ID is for the polygons layer */
#g1497 {
  fill: red;
  fill-opacity: 0;
}

ul.galeria { 
	padding-left:0px;
	padding-bottom:25px;
}

ul.galeria li {
    display: inline;
    padding: 10px;
}
ul.galeria img{
	border-radius: 25px;
}