* { margin: 0; padding: 0; font-size: 1.4rem;}
html {font-size: 62.5%;}
body {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-weight: 300;
	background: #FFF;
}

h1 {
	text-align: center;
	font-size: 28px;
	color: #4ad200;
}
h2 {
	font-weight: 500;
	font-size: 18px;
	text-align: center;
	margin-bottom: 10px;
	color: #4ad200;
}
h3 {
	margin-bottom: 5px;
	font-weight: 300; 
	text-align: center;
	font-size: 16px;
}

#container {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}

/*-------------------------------*/
#map { 
	width:100%;
	max-width: 800px; 
	height: 400px;
	margin: 0 auto;
	position: relative;
}

select{
	width: 100%;
	-webkit-appearance: none;
	border: 1px solid #49D100;
	border-radius: 0;
	padding: 3px 5px;
	color: #49D100;
	background: #fff url(down.png) no-repeat 98% center;
	margin: 10px 0;
	font-weight: 300;
}  
select:focus { 
    box-shadow: 0 0 5px #4ad200;
}
#tipo {
	text-align: center;
	width: 100%;
}
#tipo p {
	list-style: none;
	display: inline-block;
	width: 160px;
	margin: 0 15px 10px;
	border-radius: 5px;
	cursor: pointer;
	line-height: 1;
	padding: 5px;
}
#tipo p:hover {
	border: 1px solid #999!important;
	color: #999!important;
}
.active {
	border: 1px solid #4ad200;
	color: #4ad200;
}
.inactive {
	border: 1px solid #ccc;
	color: #ccc;
}
#Precios {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	background: rgba(255,255,255,0.9);
	padding: 10px;
	width: 100%;
}
/*--------------------------------*/
#venta_casas:before,
#venta_depas:before,
#renta_casas:before,
#renta_depas:before {
	font-weight: 500;
	color: #4ad200;
}
#venta_casas:before {
	content: 'Casas en venta: ';
}
#venta_depas:before {
	content: 'Departamentos en venta: ';
}
#renta_casas:before {
	content: 'Casas en renta: ';
}
#renta_depas:before {
	content: 'Departamentos en renta: ';
}
/*________________________________*/

.mapboxgl-ctrl.mapboxgl-ctrl-attrib {
	display: none;
}
#fuente {
	background: #4ad200;
	color: #fff;
	padding: 2px 10px; 
}
