#map {
	height: 800px;
	width: 100%;
}

.onde-info {
	padding: 10px;
	text-align: left;
}

.onde-info p {
	font-size: 1em;
	line-height: 1.2em;
	margin: 0;
}

.onde_lista {
	margin-bottom:40px;
}

.onde_lista li {
	float:left;
	width:25%;
}

.onde_lista p {
	font-size:1em;
	line-height:1.2em;
	margin:0 0 5px 0;
}

.onde_lista p a,
.onde_lista p a:visited {
	color:#333;
}

.onde_lista p a:hover {
	color:#1A9ED4;
}

.onde_lista_titulo h2 {
	margin-bottom:10px;
}

.onde {
	width:100%;
	border:1px solid #CCC;
	border-radius:2px;
    box-shadow:0 1px 2px #efefef;
	margin-bottom:20px;
	padding:10px;
	position:relative;
}

.onde h1 {
	font-size:1.5em;
	margin-bottom:10px;
}

.onde a:hover h1 {
	color:#333;
}

.onde p {
	font-size:1em;
	line-height:1.2em;
	margin:0;
}

.onde_novo img {
	width:65px;
	position:absolute;
	top:5px;
	left:5px;
	z-index:2;
}

@media screen and (max-width:900px) {

	.onde_lista li {
		width:33.333%;
	}

	.onde h1 {
		font-size:1.8em;
	}

	.onde_lista p,
	.onde p {
		font-size:1.1em;
	}

}

@media screen and (max-width:500px) {
	
	.onde_lista li {
		width:50%;
	}

	.onde h1 {
		font-size:2em;
	}

	.onde_lista p,
	.onde p {
		font-size:1.4em;
	}

	.onde li {
		width:100%;
		height:auto;
	}

	.onde li:first-child {
		width:100%;
		height:125px;
	}
	
	.onde li:last-child {
		border-top:3px solid #1A9ED4;
		border-left:0;
		width:100%;
		margin-bottom:10px;
	}

}