/* ------------------------------------- */
	/* -------- Responsive -------- */
/* ------------------------------------- */


@media screen and (max-width: 800px) {




	#astronauta{
		top: inherit;
		right: 2%;
		bottom: 5%;
	}


	#planeta{
		width: 100%;
		height: inherit;
		top: -35%;
		left: inherit;
	}

		#planeta_img{
			width: 100%;
			height: inherit;
		}
	
	
	#header nav ul li{
		        border-top: solid 2px #37A6F0 !important;
	}


		#perfil p{
		text-align: justify;
	}

	.imgProfile{
		max-width: 100% !important;
		float: inherit !important;
    	margin: 0 !important;
	}




}