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

h1 {
	color: #4ad200;
	text-align: center;
	font-weight: 700;
}
h2 {
	color: #999;
	text-align: center;
	font-weight: 300;
	font-size: 18px;
	margin: 20px 0 30px;
	line-height: 1;
}
#nota {
	color: #999;
	font-weight: 300;
	font-size: 14px;
	margin: 10px 0 ;
	border-top: 1px solid #999;
	padding: 10px 0; 
	line-height: 1;
}
#container {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}
#map { 
	width:100%;
	max-width: 800px; 
	height: 470px;
	margin: 0 auto;
	position: relative;
}
#legend {
	position: absolute;
	top: 10px;
	right: 10px;
    z-index: 9;
    border: 1px solid #ab4dd6;
    background: rgba(255,255,255,0.9);
    box-sizing: border-box;
    font-size: 12px;
    padding: 7px 0;
	-webkit-box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.21);
	-moz-box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.21);
	box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.21);
}
#place, #tipo {
	display: inline-block;
	vertical-align: middle;
}
#place {
	color: #ab4dd6;
	text-align: center;
	border-right: 1px solid #ab4dd6;
	line-height: 1.3;
	padding: 0 15px;
}
#lugar{
	font-weight: 7 00;
}
#estado {
	font-weight: 300;
}
#tipo {
	color: #4ad200;
	font-weight: 400;
	padding: 0 15px;
	font-size: 14px;
}
#tipo p:before {
	display: inline-block;
	width: 17px;
	height: 17px;
	margin-right: 5px;
}
#casas:before{
	content: '';
	background: url(casa.svg) no-repeat;
}
#depas:before{
	content: '';
	background: url(depa.svg) no-repeat 2px 0;
}

/*legales*/
#propiedades {
	background: #4ad200;
	color: #000;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 5px;
	width: 100%;
	z-index: 1;
}
#propiedades a {
	color: #FFF;
	text-decoration: none;
	margin-left: 3px;
}
.mapboxgl-ctrl-attrib  {
	display: none;
}

