#call {
--color: #00b7ff;
	background-color: #000000;
	background-image: radial-gradient(circle, var(--color) 10vmin, rgba(2, 55, 230, 0.7));
	transition: --color 1s;
	//height: 100vh;
	display: flex;
	flex-direction: column;
}
#call:hover {
	
	--color: rgb(250, 142, 0);
}
#call:focus-within {
	
	--color: rgba(0, 26, 255, 0.2);
}

#convocatoria {
	--color: #ff9408;
		background-color: #000;
		background-image: radial-gradient(circle, var(--color) 10vmin, rgba(2, 55, 230, 0.7));
		transition: --color 1s;
		display: flex;
		flex-direction: column;
		
	}
	#convocatoria:hover {
		
		--color: rgba(3, 3, 252, 0.733);
	}
	#convocatoria:focus-within {
		
		
		--color: rgb(255, 115, 0);
	}
	