.geral_fundo {
	background-color: #fff;
	font-family: arial;
}

.topo {
	height: 150px;
	width: 100%;
	border-radius: 0px 0px 100px 0px;
	background-color:#4f0fea;
	margin-bottom: 20px;
}

.voltar {
	width: 100%;
	text-align: left;
}

.img_voltar {
	width: 65px;
	margin: 15px 0px 10px 15px;
}

.logo_parceira {
	width: 105px;
	text-align: left;
	float: left;
}

.logo_parceira_img {
	width: 80px;
	margin-left:15px;
	border-radius: 15px;
	border: solid 4px #7878E3;
}

.titulo {
	float: left;
	font-size: 22px;
	width: 200px;
	text-align: left;
	color: #fff;
	line-height: 28px;
}

.local {
	float: left;
	font-size: 12px;
	color: #9F9FF5;
}

.mapa {
	width:320px;
	height:150px;
	border:0;
	border-radius: 20px;
	margin-top: 5px;
}

.divisoria {
	width:310px;
	height:2px;
	background-color: #D2D5D9;
	margin: 10px 0px 10px 0px;
}

.detalhes_parceria {
	text-align: left;
	width:310px;
}

.titu_detalhes {
	font-size: 22px;
}

.img_pin {
	width: 15px;
}
.texto_endereco {
	font-size: 14px;
	color: #848688;
}

.separador {
	width: 100%;
	height: 5px
}

.separador2 {
	width: 100%;
	height: 20px
}

.link_detalhes {
	text-decoration: none;
	font-size: 14px;
	color: #4f0fea;
}

.texto_promocao {
	font-size: 18px;
	color: #848688;
	line-height: 10px;
}

.botao_mapa{
	padding: 10px;
	border-radius: 10px;
	border: none;
	background-color: #4f0fea;
	color: #fff;
	margin-top: 20px;
	
}


@media(min-width: 480px) {
	.fundo_topo {
		width: 700px;
	}
	
	.topo {
		height: 150px;
		width: 100%;
		border-radius: 0px 0px 100px 0px;
		background-color:#4f0fea;
	}
	
	.parceria {
		width: 700px;
		height: 100%;
		padding: 20px 15px 20px 15px;
	}
	
	.parcerias_imagem {
		width: 80px;
		height: 80px;
		float: left;
	}
	
	.textos_parceiros {
		float: left;
		text-align: left;
		width: 500px;
		padding-left: 10px;
		line-height: 25px
	}
	
	.divisoria {
		width:300px;
		height:2px;
		background-color: #D2D5D9;
		margin: 10px 0px 10px 0px;
	}
	
	.titulo {
		float: left;
		font-size: 26px;
		width: 500px;
		text-align: left;
		color: #fff;
		line-height: 28px;
	}

	.local {
		float: left;
		font-size: 16px;
		color: #9F9FF5;
	}
	
	.detalhes_parceria {
		text-align: left;
		width:650px;
	}
	
	.divisoria {
		width:650px;
		height:2px;
		background-color: #D2D5D9;
		margin: 20px 0px 20px 0px;
	}
	
	.mapa {
		width:650px;
		height:200px;
		border:0;
		border-radius: 20px;
		margin-top: 5px;
	}

	
}