#mapaheader {
	/* top:35px; */
	top:90px;
	
	display: block;
	width:0px;
	height:100%;
	/* height: calc(100% - 35px); */
	position: fixed;
	visibility: visible;
	left:0;
	overflow:hidden;
	-webkit-transition: width 0.2s;
	-moz-transition: width 0.2s;
	-ms-transition: width 0.2s;
	-o-transition: width 0.2s;
	transition: width 0.2s;
	background-color: #d9d5dd;
	background: #d9d5dd url(../img/az-subtle.png);
	vertical-align:middle;
	border-bottom:3px solid #64807d;
	border-top:3px solid #64807d;
	z-index: 10001;
}

.mapaheader1 {
	position:relative;
	margin:30px 0;
	height:10%;
	display:block;
}
.cabecalho-mapa {
	text-align:center;
	margin-top:25px;
}
.cabecalho-mapa h3 {
	font-size: 38px;
	line-height: 30px;
	line-width: 30px;
	letter-spacing: -2.8px;
	font-family: tahoma;
	font-weight: bold;
	color: #2d055c;
}
.cabecalho-mapa p {
	margin: 10px 0;
	font-weight: 600px;
	font-size: 20px;
	color: rgba(44, 44, 44, 0.7);
	letter-spacing: -0.8px;
	color: #b09449;
}
.mapaheader2 {
	position:relative;
	height:90%;
	display:block;
}
.mapa {
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	position:relative;
	height:75%;
	/*background-color: #3f3e3b;
	background: #3f3e3b url(../img/fundo282.jpg);
	background:none;
	background-size: contain;
	color: #fff;*/
}
#mapdiv {
	width: 100%;
	height:100%;
	/* min-height: 60%; */
	/* position:absolute; */
}
.mapaheader2 .conteudo {
	height:25%;
}
#listdiv {
    display: table;
    background-color: rgba(125, 140, 158, 0.18);
    padding: 0 25px;
    margin: auto;
    position: relative;
}
#listdiv h4 {
	color:#db1037;
	text-align:center;
	/* line-height:35px; */
	line-height:39px;
	font-size:16px;
	display:inline;
	float:left;
	text-decoration: underline;
}
#listdiv .amcharts-object-list-div,#listdiv .amcharts-object-list-div ul,#listdiv .amcharts-object-list-div li {
	display:inline;
	float:left;
}

#mapaheader .mapafechar {
	width: 60px;
	height: 60px;
	display: block;
	position: absolute;
	top: 40px;
	left: 6%;
	background: url('../img/arrow-up.png') no-repeat center bottom;
	background-size: contain;
	font-size: 12px;
	text-align: center;
	color: #c0c5ce;
	line-height: 0;
	cursor:pointer;
}
#mapaheader .mapa .mapafechar:hover {
	text-decoration:underline;
}


@media (max-width:925px) {
	#mapaheader {
		top:0;
		height:100%;
	}
	.mapaheader1 {
		margin: 0;
		display: block;
	}
	.cabecalho-mapa {
		margin-top: 0;
		float: right;
		width: 80%;
		display: block;
		box-sizing: border-box;
	}
	.cabecalho-mapa h3 {
		font-size: 20px;
		line-height: 20px;
		margin: 7px auto;
		color: #ffffff;
		text-align: center;
	}
	.cabecalho-mapa p {
		display:none;
	}

	
	#mapaheader .mapafechar {
		background: none;
		width: 20%;
		float: left;
		top: 6px;
		left: 4px;
		position: relative;
		height: 20px;
		line-height: 20px;
		color: #00ca93;
		background-color: white;
		padding: 0 8px;
		box-sizing: border-box;
		border-radius: 8px;
		display: block;
	}
	.mapa {
		height: 65%;
	}
	.mapaheader2 .conteudo {
		height: 35%;
	}
	#listdiv {
		text-align: center;
		padding: 0 5px;
		display:table-cell;
		vertical-align: top;
	}
	#listdiv h4 {
		float:none;
	}
	.ammapObjectList ul {
		padding:0;
	}
	.ammapObjectList a {
		line-height: 25px;
	}
}


.map-marker {
    /* adjusting for the marker dimensions
    so that it is centered on coordinates */
    margin-left: -12px;
    margin-top: -30px;
}
.map-marker.map-clickable {
    cursor: pointer;
}
.pulsemapa {
    width: 32px;
    height: 32px;
    z-index: 10;
    position: absolute;
}
.map-marker .dot {
    border: 5px solid #fff;
    background: transparent;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    height: 48px;
    width: 48px;
    -webkit-animation: pulsemapa 2s ease-out;
    -moz-animation: pulsemapa 2s ease-out;
    animation: pulsemapa 2s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    position: absolute;
    top: 1px;
    left: -17px;
    z-index: 1;
    opacity: 0;
}
.ammapDescriptionWindow {
	background: rgba(255, 255, 255, 0.8);
	padding: 10px;
	border-radius: 4px;
	border: 2px solid rgba(255, 255, 255, 1);
}

.ammapDescriptionTitle {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 15px;
}

.ammapDescriptionText {
	max-height: 200px;
	overflow: auto;
}

.ammapDescriptionText img,
.ammapDescriptionText p {
	max-width: 95%;
}

.ammapObjectList ul {
	padding-left: 20px;
	list-style: square outside;
	color: #999999;
	font-size: 12px;
}
.ammapObjectList a {
	color: #18396d;
	text-decoration: none;
	display: block;
	/* padding: 2px; */
	padding: 0 5px;
	/* line-height: 15px; */
	line-height: 39px;
	font-size: 12px;
}

.amcharts-zoom-out {
	background-color:#f00;
}
@-moz-keyframes pulsemapa {
	0% {
		-moz-transform: scale(0);
		opacity: 0.0;
	}
	25% {
		-moz-transform: scale(0);
		opacity: 0.1;
	}
	50% {
		-moz-transform: scale(0.1);
		opacity: 0.3;
	}
	75% {
		-moz-transform: scale(0.5);
		opacity: 0.5;
	}
	100% {
		-moz-transform: scale(1);
		opacity: 0.0;
	}
}
@-webkit-keyframes "pulsemapa" {
	0% {
		-webkit-transform: scale(0);
		opacity: 0.0;
	}
	25% {
		-webkit-transform: scale(0);
		opacity: 0.1;
	}
	50% {
		-webkit-transform: scale(0.1);
		opacity: 0.3;
	}
	75% {
		-webkit-transform: scale(0.5);
		opacity: 0.5;
	}
	100% {
		-webkit-transform: scale(1);
		opacity: 0.0;
	}
}
