
#map-canvas {
	margin: 0;
	padding: 0;
	height: 400px;
	max-width: none;
}
#map-canvas img {
	max-width: none !important;
}
.gm-style > div > div:nth-child(3) > div:nth-child(4) div{background:#545454;}
.gm-style-iw {
	width: 350px !important;
	top: 15px !important;
	left: 0px !important;
	background-color: #fff;
	box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
	
	border-radius: 2px 2px 10px 10px;
}
.iw-container {
	margin-bottom: 10px;
	height: 350px !important;
}
.iw-container.usuario{
	height: 150px !important;
}
.iw-container .iw-title {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 22px;
	font-weight: 400;
	padding: 10px;
	background-color: #00bcb4;
	color: white;
	margin: 0;
	border-radius: 2px 2px 0 0;
}
.iw-container .iw-content {
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
	margin-right: 1px;
	padding: 15px 5px 20px 15px;
	max-height: 314px;
	overflow-y: auto;
	overflow-x: hidden;
	height: 314px !important;
}
.iw-container.usuario .iw-content {
	max-height: 114px;
	height: 114px !important;
}
.iw-container .iw-content img {
	float: right;
	margin: 0 5px 5px 10px;	
}
.iw-container .iw-subTitle {
	font-size: 16px;
	font-weight: 700;
	padding: 5px 0;
}
.iw-container .iw-bottom-gradient {
	position: absolute;
	width: 326px;
	height: 25px;
	bottom: 10px;
	right: 18px;
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}



.iw-cruzamento {
	margin-bottom: 10px;
	/* height: 0px !important; */
}
.iw-cruzamento .iw-title {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 22px;
	font-weight: 400;
	padding: 10px;
	background-color: #00bcb4;
	color: white;
	margin: 0;
	border-radius: 2px 2px 0 0;
}
.iw-cruzamento .iw-subTitle {
	font-size: 16px;
	font-weight: 700;
	padding: 20px;
}
.iw-cruzamento .iw-bottom-gradient {
	position: absolute;
	width: 326px;
	height: 25px;
	bottom: 10px;
	right: 18px;
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}

.gm-ui-hover-effect{
	box-shadow: unset !important;
	top: 9px !important;
	right: 47px !important;
}

label.mapa-label{
	font-size:1.5em;
}