@charset "utf-8";
/* CSS Document */
.navbar{
	background-color: transparent !important;
	z-index: 2;
}
#cargando{
	width: 100%;
	height: 100vh;
	max-height: 100vh;
	position: relative;
	overflow: hidden;
	margin-top: -116px;
	z-index: 1;
	background-image: url(../images/fondo_load.jpg);
	background-position: center 0%;
	background-size: cover;
}
#wrapper {
	width: 100%;
	height: 100vh;
	max-height: 100vh;
	position: relative;
	background: #2f2f6d;
	overflow: hidden;
	margin-top: -116px;
	z-index: 0;
        }
        .parallax {
            position: absolute;
        }
        #warpbg {
	top: 0px;
	left: 0px;
			width: 105% !important;
        }
        #star1 {
            top: 150px;
            right: 200px;
        }
        #star2 {
            top: 220px;
            right: 500px;
        }
        #star3 {
            bottom: 20px;
            right: 20px;
        }
        #star4 {
	bottom: 0px;
	right: -150px;
	width: 35% !important;
        }
        #star5 {
	bottom: -100px;
	left: -170px;
        }
        #planet {
	top: 180px;
	right: -250px;
        }
        #robot {
	top: 120px;
	right: 200px;
        }
        #astronaut {
	top: 520px;
	left: 30px;
	width: 45% !important;
        }
        #asteroid {
            bottom: 10px;
            right: 10px;
        }

@media (max-width:750px){
	.container-fluid{
	background-color: #000000 !important;

}
}
@media (min-width:1500px){
	#star1 {
            top: 150px;
            right: 200px;
        }
        #star2 {
            top: 220px;
            right: 500px;
        }
        #star3 {
            bottom: 20px;
            right: 20px;
        }
        #star4 {
	bottom: 0px;
	right: -150px;
	width: 35% !important;
        }
        #star5 {
	bottom: -100px;
	left: -170px;
        }
        #planet {
	top: 280px;
	right: -250px;
        }
        #robot {
	top: 120px;
	right: 200px;
        }
        #astronaut {
	top: 800px;
	left: 60px;
	width: 45% !important;
        }
        #asteroid {
            bottom: 10px;
            right: 10px;
        }
}
