@charset "utf-8";
/* CSS Document */
.barra{
	width: 100%;
	background-color: #3C0;
	height: auto;
	font-size: 1em;
	font-weight: bold;
	color: #FFF;
	padding-left: .8em;
	padding-top: 10px;
	padding-bottom: 10px;
}
.conteudo p{
	width: 100%;
	height: auto;
	/*line-height: 50px;*/
	font-size: 1em;
	font-weight:lighter;
	border-bottom: 1px dashed #AAA;
	padding: 12px 0 12px 0;
}
.conteudo p a{
	margin-left: .2em;
	margin-right: .2em;
}
.conteudo p img{
	width: 32px;
	height: 32px;
	margin: 2px;
}
.chamada-mapa {
	display:none;
}
.chamada-view {
	display:none;
}
.chamada-video{
	background-color: #3C0;
	widht: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 1em;
	color: #FFF;
	text-align: center;
	border-radius: 5px 5px 0 0;
}
.jb-cidades{
		height: auto;
	}
.jb-cidades-titulo{
	font-size: 1em;
	background-color: #3C0;
	color: #FFF;
	text-align: center;
	height: 40px;
	line-height: 40px;
}
.jb-cidades p{
	width: 100%;
	height: auto;
	/*line-height: 40px;*/
	background-color: #F0F0F0;
	opacity: .7;
	border-bottom: none !important;
	padding: 9px 0 9px 0;
}
.jb-cidades p a{
	margin-left: 5px;
	font-size: 1em;
}
.jb-cidades p:nth-last-child(4){
	background-color: #DDD;
}
.jb-cidades p:hover{
	opacity: 1;
}
.fundo-azul {
   background-color: #39C !important;
}
.letra-branca2{
   color: #FFF !important;
}
@media (min-width: 420px) {
	.jb-cidades p{
		width: 50%;
		float: left;
	}
	.jb-cidades-titulo{
		font-size: 1em;
	}
}
@media (min-width: 728px){
	.conteudo p {
		width: 50%;
		float: left;
	}
	.jb-cidades p{
		width: 33.3333%;
	}
}
.mais-info-cidade2 {
	width: 100%;
	height: auto;
}
.mais-info-cidade2 p{
	width: 100%;
	height: auto;	
	background-color: #F0F0F0;
	opacity: .8;
	border-bottom: 1px dashed #999;
	padding: 12px 0 12px 0;
}
.mais-info-cidade2 p img {
	margin: 0 5px 0 5px;
	width:24px;
	height: 24px;
}
.mais-info-cidade2 p:last-child {
	border-bottom: none;
}
.mais-info-cidade2 p:hover{
	opacity: 1;
}
.espacamento-vertical{
	width: 100%;
	height: 20px;
	clear: both;
}
.espacamento-vertical2{
	width: 100%;
	height: 40px;
	clear: both;
}
.espacamento-esquerda{
	margin-left: 10px;
}
.fundo-branco{
	background-color: #FFF !important;
}
@media (min-width: 800px){
	.mais-info-cidade p{
		width: 50%;
		float: left;
	}
	.mais-info-cidade p:nth-last-child(2) {
		border-bottom: none;
	}
	.mais-info-cidade2 p{
		width: 50%;
		float: left;
	}
	.fundo-cinzinha{
		background-color: #F0F0F0 !important;
	}
	.mais-info-cidade2 p:nth-last-child(2) {
		border-bottom: none;
	}
}
@media (min-width: 941px){
	.conteudo p {
		width: 100%;
		/*float: left;*/
		}
    .mais-info-cidade p{
		width: 100%;
		float: none;
	}
	.mais-info-cidade p:nth-last-child(2) {
		border-bottom: 1px dashed #999;
	}
	.mais-info-cidade2 p{
		width: 100%;
		float: none;
	}
	.fundo-branco{
		background-color: #FFF !important;
	}
	.mais-info-cidade2 p:nth-last-child(2) {
		border-bottom: 1px dashed #999;
	}
	.chamada-mapa{
		display: block;
		background-color: #060;
		widht: 100%;
		height: 40px;
		line-height: 40px;
		font-size: 1em;
		color: #FFF;
		text-align: center;
		border-radius: 5px 5px 0 0;
		margin: 3em 0 0 0;
	}
	.chamada-view{
		display: block;
		background-color: #903;
		widht: 100%;
		height: 40px;
		line-height: 40px;
		font-size: 1em;
		color: #FFF;
		text-align: center;
		border-radius: 5px 5px 0 0;
		margin: 3em 0 0 0;

	}
		.jb-cidades p{
		width: 50%;
	}
}
@media (min-width: 1100px){
	.jb-cidades p{
		width: 33.3333%;
	}
}