.geral_fundo {
	background-color: #fff;
	font-family: arial;
}

.topo {
	height: 150px;
	width: 100%;
	border-radius: 0px 0px 100px 0px;
	background-color:#4f0fea;
	background-image: 
	linear-gradient(rgba(79, 15, 234, 0.6), rgba(79, 15, 234, 0.6)), 
	url("../imgs/jovem_fundo_1.png");
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: contain;
}

.voltar {
	width: 100%;
	text-align: left;
}

.img_voltar {
	width: 65px;
	margin: 15px 0px 10px 15px;
}

.logo_clube {
	width: 100%;
	text-align: left;
}

.img_clube {
	width: 180px;
	margin-left:15px;
}

.cidade {
	min-width: 50px;
	max-width: 100%;
	text-align: left;
	color: #4f0fea;
	font-size: 12px;
	background-color: #fff;
	margin-top: 5px;
	float: left;
	padding: 1px 5px 1px 18px;
}

.parceria {
	width: 340px;
	height: 100%;
	padding: 20px 15px 20px 15px;
}

.parcerias_imagem {
	width: 70px;
	height: 70px;
	float: left;
}

.parcerias_logo {
	width: 100%;
	border-radius: 18px;
}

.textos_parceiros {
	float: left;
	text-align: left;
	width: 230px;
	padding-left: 10px;
	line-height: 18px
}

.detalhes_prom {
	float: left;
	
}

.titulo {
	font-size: 18px;
	color: #4f0fea;
	font-weight: bold;
}

.endereco {
	font-size: 14px;
	color: #7D7F81;
}

.local {
	font-size: 12px;
	color: #ABABAB;
}

.detalhes_prom {
	margin-top: 5px;
	text-align: left;
	line-height: 18px;
	white-space: nowrap; 
    width: 300px; 
    overflow: hidden;
    text-overflow: ellipsis; 
}

.promocao {
	font-size: 14px;
	color: #525252;
}

.link_detalhes {
	text-decoration: none;
}

.mais_detalhes {
	font-size: 14px;
	color: #4f0fea;
}

.divisoria {
	width:100%;
	height:2px;
	background-color: #D2D5D9;
	float: left;
	margin: 10px 0px 10px 0px;
}

@media(min-width: 480px) {
	.fundo_topo {
		width: 700px;
	}
	
	.topo {
		height: 150px;
		width: 100%;
		border-radius: 0px 0px 100px 0px;
		background-color:#4f0fea;
		background-image: 
		linear-gradient(rgba(79, 15, 234, 0.6), rgba(79, 15, 234, 0.6)), 
		url("../imgs/jovem_fundo_1.png");
		background-position: bottom right 950px;
		background-repeat: no-repeat;
		background-size: contain;
	}
	
	.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
	}
	
	.titulo {
		font-size: 24px;
		color: #4f0fea;
		font-weight: bold;
	}

	.endereco {
		font-size: 18px;
		color: #7D7F81;
	}

	.local {
		font-size: 16px;
		color: #ABABAB;
	}
	
	.detalhes_prom {
		margin-top: 10px;
		text-align: left;
		line-height: 20px;
		white-space: nowrap; 
		width: 640px; 
		overflow: hidden;
		text-overflow: ellipsis; 
	}
	
	.promocao {
		font-size: 15px;
		color: #525252;
	}
	
	
}