/* -- reset -- */
*{
	padding: 0;
	margin: 0;
	
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	
	-webkit-tap-highlight-color: transparent;
}
/* -- fim reset -- */


/* -- global --*/
@font-face{
	font-family: dinmedium;
    src: url(../media/dinmedium.ttf);
}

html{
	width: 100%;
	height: 100%;
	background: #535353;
}

body{
	height: auto;
	width: inherit;
	margin-left: auto;
	margin-right: auto;
	font-family: Georgia;
}

/* -- fim global -- */


/* -- point of view -- */
.screen{
	opacity: 0;
	width: 1255px;
	height: 500px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-color: #fff;
}

#bt_i{
	z-index: 10;
	left: 2%;
	top: 2%;
}

.frame{
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	display: none;
	overflow: hidden;
	position: absolute;
}

.popup{
	-webkit-filter: drop-shadow( 0px 0px 5px #000 );
	filter: drop-shadow( 0px 0px 5px #000 );
	background-color: #fff;
	position: absolute;
	display: none;
    height: 86%;
	z-index: 30;
    width: 94%;
    left: 3%;
	top: 7%;
}

.bt{
	width: 5%;
	display: none;
	cursor: pointer;
	position: absolute;
}

.bt_fechar{
    position: absolute;
	cursor: pointer;
    right: -2%;
    width: 5%;
    top: -5%;
}

#earth {
	box-shadow: inset 8px 36px 80px 36px rgb(0, 0, 0),
	inset -6px 0 12px 4px rgba(255, 255, 255, 0.3);
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
    background: url(../media/gradiente.svg);
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	-webkit-animation-duration: 12s;
	-webkit-animation-name: rotate;
	animation-duration: 12s;
	animation-name: rotate;
    background-size: cover;
	position: absolute;
    border-radius: 50%;
	display: none;
    right: 15.3%;
    width: 19.1%;
    height: 47%;
    top: 23.5%;
}

@keyframes rotate {
    from { background-position: 222% 0%; }
    to { background-position: 0% 0%; }
}
@-webkit-keyframes rotate {
    from { background-position: 222% 0%; }
    to { background-position: 0% 0%; }
}

#frame1{
	background-image: url(../media/frame1bg.svg);
	background-size: cover;
}

#eweg{
	position: absolute;
	top: 10%;
	left: 37.5%;
	width: 25%;
}

#bt_avancar_1{
	bottom: 2%;
	right: 1%;
}

#frame2{
	display: block;
	top: 0%;
	left: 100%;
	background-color: #175d60;
}

#earthbg{
	position: absolute;
	top: 10%;
	right:10%;
	width: 30%;
	display: none;
}

#frame2banner{
    position: absolute;
    top: -27%;
    right: 3%;
    width: 20%;
    z-index: 10;
}

#camadas_titulo{
	position: absolute;
	top: 15%;
	left: 5%;
	width: 50%;
	display: none;
}

#bt_avancar_2{
	bottom: 2%;
	right: 1%;
}

#frame3{
	display: inherit;
	top: 100%;
	left: 0%;
	z-index: 20;
	background-image: url(../media/frame3bg.svg);
	background-size: cover;
}

.camadas{
	position: absolute;
    left: 20%;
	height: 5%;
	font-family: dinmedium;
    font-size: 23px;
    text-transform: uppercase;
    color: #fff;
	cursor: pointer;
	display: none;
}

.divisor{
	position: absolute;
	left: 0%;
	top: -5%;
	width: 100%;
}

.marcadores{
    position: absolute;
	top: -10%;
    right: 82%;
    height: 7%;
}

.temperaturas{
    position: absolute;
    left: 87%;
    height: 5%;
	display: none;
}


#troposfera{
	top: 78%;
    border-bottom: 2px solid #ffffff;
    padding-bottom: 0px;
}

#estratosfera{
	top: 64%;	
    border-bottom: 2px solid #ffffff;
    padding-bottom: 0px;
}

#mesosfera{
	top: 49%;
    border-bottom: 2px solid #ffffff;
    padding-bottom: 0px;
}

#termosfera{
	top: 31%;
    border-bottom: 2px solid #ffffff;
    padding-bottom: 0px;
}

#exosfera{
	top: 7%;
    border-bottom: 2px solid #ffffff;
    padding-bottom: 0px;
}

#aviao{
    position: absolute;
    width: 10%;
    left: -10%;
    top: 73%;
}

#balao{
    position: absolute;
    width: 2.5%;
    left: 79%;
    top: 75%;
	display: none;
}

#nuvem1{
	position: absolute;
    width: 4%;
    left: 52%;
    top: 80%;
	display: none;
}

#nuvem2{
    position: absolute;
    width: 4%;
    left: 57%;
    top: 76%;
	display: none;
}

#nuvem3{
    position: absolute;
    width: 6%;
    left: 62%;
    top: 77%;
	display: none;
}

#t_troposfera{
	top: 78%;
}

#camadadeozonio{
    position: absolute;
	top: 60%;
    left: 37%;
    height: 13%;
	display: none;
}

#maxconcentracao{
	position: absolute;
    height: 12%;
	top: 60%;
    left: 55%;
	display: none;
}

#t_estratosfera{
	top: 64%;
}

#raio{
	position: absolute;
    top: -10%;
    height: 10%;
    left: 45%;
}

#raioscosmicos{
    position: absolute;
    top: -10%;
    left: 48%;
	width: 12%;
    font-family: dinmedium;
    color: #fff;
    font-size: 20px;
}

#t_mesosfera{
	top: 50%;
}

#t_termosfera{
	top: 30%;
}

#t_exosfera{
	top: 7%;
}

#ondasderadio{
	position: absolute;
    top: 29%;
    left: -8%;
    width: 8%;
    height: 7%;
    background-image: url(../media/ondasderadio.svg);
    background-repeat: repeat-x;
}

#ondasderadio_p{
	position: absolute;
    top: 30%;
    left: -14%;
	width: 14%;
    font-family: dinmedium;
    color: #fff;
    font-size: 20px;
}

#orbita{
	position: absolute;
    top: 8%;
    left: 50%;
    width: 19%;
    font-family: dinmedium;
    color: #fff;
    font-size: 20px;
	display: none;
}

#planetavermelho{
	position: absolute;
    top: 2%;
    left: 15%;
    width: 3%;
	display: none;
}

#estrela1{
	position: absolute;
    top: 5%;
    left: 18%;
    width: 2%;
	display: none;
}

#estreladistante1{
	position: absolute;
    top: 10%;
    left: 33%;
    width: 1%;
	display: none;
}

#estreladistante2{
	position: absolute;
    top: 9%;
    left: 34%;
    width: 1%;
	display: none;
}

#estreladistante3{
    position: absolute;
    top: 0%;
    left: 40%;
    width: 1%;
	display: none;
}

#satelite{
	position: absolute;
    top: 5%;
    left: 43%;
    width: 6%;
	display: none;
}

#planetaazul{
    position: absolute;
    top: 0%;
    left: 63%;
    width: 4%;
	display: none;
}

#nave{
	position: absolute;
    top: 3%;
    left: 70%;
    width: 4%;
	display: none;
}

#estrela2{
	position: absolute;
    top: 9%;
    left: 75%;
    width: 4%;
	display: none;
}

#estrela3{
    position: absolute;
    top: 7%;
    left: 81%;
    width: 3%;
	display: none;
}

#estreladistante4{
    position: absolute;
    top: 8%;
    left: 98%;
    width: 1%;
	display: none;
}

#creditos_img{
    position: absolute;
    top: 0%;
    left: 0%;
	width: 100%;
}

.popup_p{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

#p_obrigado{
	display: block;
    top: 110%;
    left: 3%;
    background-color: #175d60;
}

#vejamais{
	float: right;
	height: 10%;
	width: auto;
	cursor: pointer;
	display: none;
}