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

#container, 
#container2 {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}
h1, h2, h3, h4 {
	color: #4ad200;
	font-weight: 100;
}
h3,h2,h4,p {
	color: #666;
}
h3 {
	font-weight: 500;
}
span {
	font-weight: 100;
}
/*-------------------------------*/
#main, #main2 {
	height: 350px;
	width: 100%;
}
#map { 
	width:100%;
	max-width: 800px; 
	height: 650px;
	margin: 0 auto;
	position: relative;
}

#map div {
	z-index: 99999;
}
input[type="checkbox"]{
	visibility: hidden;

}
input[type="checkbox"]:after {
	content: '';
	display:inline-block;
    width:19px;
    height:19px;
    margin:-4px 2px 0;
    vertical-align:middle;
    background:url(box.svg) no-repeat;
    cursor:pointer;
    visibility: visible;
}
input[type="checkbox"]:checked:after {
    background:url(checked.svg) no-repeat;

}
.checkbox {
	width: 100%;
	display: inline-block;
	border-bottom: 1px solid #fff;
	color: #ccc;
	position: relative;
	font-size: 14px;
	padding: 2px 0;
}
.checkbox:nth-child(1),
.checkbox:nth-child(2) {
	background: #4ad200;
}
.checkbox:nth-child(3){
	background: #F638CE;
}
.checkbox:nth-child(4){
	background: #F6C41F;
}
.checkbox:nth-child(5){
	background: #17ACA8;
}
.checkbox:nth-child(6){
	background: #A606FF;
}
.checkbox:nth-child(7){
	background: #2C2FC3;
}
.checkbox label {
	margin-left: 5px;
}
input[type="checkbox"]:checked + label {
	color: #fff;
}

/*legales*/
#propiedades {
	background: #4ad200;
	color: #000;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
#propiedades a {
	color: #FFF;
	text-decoration: none;
	margin-left: 3px;
	padding: 0 5px;
}
#fuente {
	color: #000;
	background: #fff;
	padding: 0 5px;
}
#container2 #propiedades {
	position: relative;
}
#container2 #fuente {
	font-weight: 300;
	font-size: 14px;
}
.mapboxgl-ctrl-bottom-right {
	display: none;
}
/*popups*/
.mapboxgl-popup-content {
	z-index: 0 !important;

	    padding: 15px !important;
}
.mapboxgl-popup-close-button {
	padding: 0 5px;
}
.mapboxgl-popup-content p {
	margin-bottom: 7px;

}
.colonia span,
.ptor span {

	color: #4ad200;
	font-weight: 300;
}
/*Mostar info*/
/*#mas-info {
	color: #4ad200;
	text-decoration: underline;
	cursor: pointer;
}
#infoPtR {
	border: 1px solid #ccc;
	padding: 15px 20px;
}
#infoPtR p {
	font-size: 13px;
	color: #999;
}
#infoPtR span {
	text-align: center;
	display: block;
}
.mostar {
	display: block;
}
.ocultar {
	display: none;
}
span .latex { font-size: 11px; }
.mapboxgl-ctrl-attrib {
	display: none !important;
}
.custom-marker {
      position:absolute;
      z-index:1;
      display:block;
      border-radius:50%;
      background-color:#f86767;
      -webkit-box-shadow:inset 0 0 0 4px rgba(255,255,255,0.25);
              box-shadow:inset 0 0 0 4px rgba(255,255,255,0.25);
      }*/
