.geral_fundo {
	width: 100%;
	height: 100vh;
	background-image: 
	linear-gradient(rgba(79, 15, 234, 0.9), rgba(79, 15, 234, 0.7)), 
	url("../imgs/jovem_fundo_1.png");
	background-position:bottom;
	background-repeat: no-repeat;
	background-size: cover;
}

.logo_discover {
	width: 160px;
	margin-top: 50px;
}

.logo_clube {
	width: 300px;
	margin-top: 50px;
	margin-bottom: 15px;
}

.texto_cidade {
	color: #fff;
	font-family: arial;
	font-size: 20px;
	margin-top: 5px;
	margin-bottom: 20px;
}

.botao_cidade {
	width: 100%;
	color: #fff;
	font-family: arial;
	font-size: 20px;
	border: 2px solid #fff;
	padding: 5px 0px 5px 0px;
	border-radius: 10px;
	margin-bottom: 8px;
}


.botao_cidade:hover {
	color: #000;
	background-color: #fff;
	cursor: pointer;
	text-decoration: none;
}

.links {
	text-decoration: none;
}

.fundo_botoes {
	width: 300px;
	height: 335px;
	overflow: scroll;
}

.seta {
	width: 28px;
}

.fundo_search {
	width: 300px;
}

.form_uni {
	width: 250px;
	padding: 9px 0px 9.5px 10px;
	border: none;
	font-family: arial;
	font-size: 16px;
	float: left;
	border-radius: 10px 0px 0px 10px;
}

.espacador {
	width: 100%;
	height: 50px;
}

.lupa {
	width: 50px;
	height: 43px;
	float: right;
	border: none;
	border-radius: 0px 10px 10px 0px;
}

.lupa_img {
	width: 20px;
	margin-top:-2px;
}

.final_lista {
	width: 300px;
	height: 1px;
	background-color: #fff;
	box-shadow: 0px -7px 15px 2px rgba(0, 0, 0, 0.5);
}

@media(min-width: 480px) {

	.lupa_img {
		width: 20px;
		margin-top:-2px;
	}
	
	.fundo_search {
		width: 500px;
	}
	
	.form_uni {
		width: 450px;
		padding: 8px 0px 8px 10px;
		border: none;
		font-family: arial;
		font-size: 18px;
		float: left;
		border-radius: 10px 0px 0px 10px;
	}
	
	.fundo_botoes {
		width: 500px;
		height: 350px;
		overflow: scroll;
		overflow-x: hidden;
		scrollbar-width: thin;
		scrollbar-color: #fff #390fd5;
	}
	
	*::-webkit-scrollbar-thumb {
	  background-color: blue;
	  border-radius: 20px;
	  border: 3px solid orange;
	}
	
	.botao_cidade {
		width: 480px;
		color: #fff;
		font-family: arial;
		font-size: 20px;
		border: 2px solid #fff;
		padding: 5px 0px 5px 0px;
		border-radius: 10px;
		margin-bottom: 8px;
		float: left;
	}
	
	.final_lista {
		height: 0px;
		box-shadow: none;
	}
	
	.geral_fundo {
		width: 100%;
		height: 100vh;
		background-image: 
		linear-gradient(rgba(79, 15, 234, 0.9), rgba(79, 15, 234, 0.7)), 
		url("../imgs/jovem_fundo_1.png");
		background-position:bottom;
		background-repeat: no-repeat;
		background-size: contain;
		
	}
	
	.logo_clube {
		width: 400px;
		margin-top: 40px;
		margin-bottom: 15px;
	}
}

@media(max-height: 700px) {
	
	.geral_fundo {
		width: 100%;
		height: 100%;
		padding-bottom: 60px;
		background-image: 
		linear-gradient(rgba(79, 15, 234, 0.9), rgba(79, 15, 234, 0.7)), 
		url("../imgs/jovem_fundo_1.png");
		background-position:bottom;
		background-repeat: no-repeat;
		background-size: contain;
	}
	
}

