body {
	overflow: hidden;
	background-color: skyblue;
	background: radial-gradient(at bottom left, #f1ab63 0%, #311842 70%);
	background-size: cover !important;
	background-repeat: no-repeat;
	height: 100vh;
	width: 100vw;
	margin: 0px !important;

}

.nube{
	height: 150px;
	width: 350px;
	position: fixed;
	filter: opacity(.5);
	z-index: 999;
}

.nube .element {
	border-radius: 50%;
	background-color: white;
	position: absolute;
}

.nube .n1 {
	height: 90px;
	width: 90px;
	bottom: 20px;
	left: 0;
}

.nube .n2 {
	height: 80px;
	width: 80px;
	bottom: 50px;
	left: 35px;
}

.nube .n3 {
	height: 150px;
	width: 150px;
	bottom: 0;
	left: 60px;
}

.nube .n4 {
	height: 80px;
	width: 80px;
	bottom: 0px;
	left: 45px;
}

.nube .n5 {
	height: 130px;
	width: 130px;
	bottom: 10px;
	right: 75px;
}

.nube .n6 {
	height: 80px;
	width: 80px;
	bottom: 30px;
	right: 45px;
}

.nube .n7 {
	height: 80px;
	width: 80px;
	bottom: 0px;
	left: 45px;
}

.nube.c1 {
	top: 30px;
	left: 0px;
	animation: cone 37s infinite ease-in;
}

.nube.c2 {
	top: 60px;
	left: 0px;
	transform: scale(1.2);
	animation: cone 43s infinite ease-in-out; 
}

.nube.c3 {
	top: 100px;
	left: 0px;
	transform: scale(1.5);
	animation: cone 53s infinite ease-out;
}

@keyframes cone {
	0% {
		left: -550px;
	}
	100% {
		left: calc(100vw + 350px);
	}
}

.nube.c4 {
	top: 80px;
	left: 0px;
	transform: scale(1.2);
	animation: ctwo 65s infinite ease-out;
}

.nube.c5 {
	top: 180px;
	left: 0px;
	transform: scale(1.4);
	animation: ctwo 57s infinite ease-in-out;
}


@keyframes ctwo {
	0% {
		left: -550px;
	}
	20% {
		left: -550px;
	}
	100% {
		left: calc(100vw + 350px);
	}
}

.montaña {
	height: 100vh;
	width: 100vh;
	position: fixed;
	bottom: calc(-50vh);

}

.montaña.x1 {
	left: 0;
	background-color: #321762;
	border-left: 5px solid #f1ab63;
	transform: rotate(45deg);
}

.montaña.x2 {
	background-color: #25174e;
	border-left: 10px solid #906130;
	transform: rotate(45deg) scale(.8);
	right: 0;
}
