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

h1 {
	text-align: center;
	font-size: 28px;
	color: #4ad200;
}
h2 {
	font-weight: 500;
	font-size: 21px;
	text-align: center;
	margin-bottom: 10px;
	color: #4ad200;
}
h2 span {
	font-size: 18px;
	font-weight: 300;
}
h3 {
	margin-bottom: 5px;
	font-weight: 300; 
	text-align: center;
	font-size: 16px;
}
sup {
	font-size: 12px;
}
/*-------------------------------*/
#container {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}
#data {
	display: none;
}
#colonia, table {
	display: inline-block;
	margin: 10px;
	width: 260px;
	vertical-align: middle;
}
#map { 
	width:100%;
	max-width: 800px; 
	height: 400px;
	margin: 0 auto;
	position: relative;
}
/*-------------------------------*/
table {
	border-collapse: collapse;
}
td {
	border: 1px solid #ccc;
	padding: 5px;
	text-align: center;
	font-size: 14px;
	width: 30%;
}
tr:first-child td{
	border-top: none;
}
tr:last-child td {
	border-bottom: none;
}
td:first-child {
	border-left: none;
}
td:last-child {
	border-right: none;
}
td img {
	height: 25px;
	margin: 5px auto;
    display: block;
}
td p {
	font-size: 11px;
	color: #4ad200;
	vertical-align: bottom;
}

/*--------------------------------*/
#nombre {
	text-transform: uppercase;
}
#colonia h4, #colonia p {
	display: inline-block;
}
#colonia p {
	 margin: 0 0 7px 3px;
}
/*________________________________*/

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