*{ margin:0; padding:0; font-family: 'Roboto', Helvetica, Arial, sans-serif; }

/**/
h1 {
	margin-bottom: 30px;
	font-size: 2.1rem;
	line-height: 1;
}
h2 {
	font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.1;
}
h1, h2 {
	color: #4ad200;
	font-weight: 100;
}


#content {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
/*el mapa*/
#map {
	height: 700px;
	position: relative;
}
/*legales*/
#propiedades {
	background: #4ad200;
	color: #000;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 5px;
	width: 100%;
	z-index: 99999;
}
#propiedades a {
	color: #FFF;
	text-decoration: none;
	margin-left: 3px;
}
.mapboxgl-ctrl-bottom-right,
.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl {
	display: none;
}
/*popups*/
.nombre {
	color: #4ad200;
	font-weight: 700;
	font-size: 14px;
	margin-bottom: 7px;
	line-height: 1;
}
.tipo {
	line-height: 1;
	color: #666;
}
.mapboxgl-popup-close-button {
	margin: 5px;
	line-height: 0.7;
	font-size: 20px;
	color: #4ad200;
	font-weight: 700;
}
.mapboxgl-popup-content
 {
	max-width: 400px;
	padding: 15px;
}