	font-family: 'PT Sans Caption'; 
	src: url('PT_Sans-Caption-Web-Regular.ttf'); } 

html {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	height: 100%;
	width: 100%;
	margin: 0; 
 }

body {
	overflow:hidden;
	
	margin: 0;
	height: 100%;
	width: 100%;
	font-size: 1em;
}

.container{
	max-width: 960px;
	padding-left: 1rem;
	padding-right: 1rem;
	margin: auto;
}

video::-webkit-media-controls {
  display: none;
}

.fullscreen-video-wrap{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	margin:0;
	z-index: -2;
	overflow: hidden;
}

.fullscreen-video-wrap video{
	margin:0;
	position: relative;
	left: -2%;
	top: -2%;
	min-width: 104%;
	min-height: 104%;
}

.header-overlay{
	height: 100vh;
	width: 100vw;
	position: fixed;
	top: 0;
	left: 0;
	background: lightgrey;
	z-index: -1;
	opacity: 0.2;
}

.footer{
	bottom: 10%;
	width: 100%;
	height: 20%;
	background-color: grey;
}

.bottommenu{
	position: relative;
	-webkit-box-shadow:0px 0px 100px 20px #c9c9c9 inset;
	-moz-box-shadow:0px 0px 100px 20px #c9c9c9 inset;
	box-shadow:0px 0px 100px 20px #c9c9c9 inset;
	bottom: 0;
	width: 100%;
	height: 35%;
	background: rgba(222,222,222,0.9);
}

#twitterdiv{
	direction: rtl;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 10px;
	overflow-x: hidden;
    overflow-y: scroll;
	left:0;
	border: 0;
	background-color: white;
	height: 90%;
	width: 30%;
}

.siteinfo{
	direction: rtl;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	background: white;
	border-radius: 10px 0px 0px 10px;
	width: 64%;
	height: 84%;
	margin-right:1%;
	padding: 1%;
	
}
.psiteinfo{
	position: relative;
	text-align: left;
	font-size: 2vh;
	font-family: 'Arial'; 
	
}

#localizacao{
	position: absolute;
	border-radius: 10px;
	top: 1.75%;
	left: 32%;
	background-color: lightgrey;
	height: 31.5%;
	width: 60%;
}

.imglocalizacao{
	width: 100%;
	height: 100%;
	border-style: solid;
	background: url('images/localizacao.png');
}

.vidro {
	width: 100%;
	height: 100%;
	background-color: rgba(240, 240, 240, 0.5);
}

.logo {
	position: absolute;
	float: left;
	width: 20%;
	height: 6vh;
	top: 4%;
	left: 3%;
	background: url('images/Logo4.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.previsao{
	position: absolute;
	width: 32%;
	height: 30%;
	bottom: 16%;
	left: 6%;
}

.previsaoposition{
	position: absolute;
	width: 20%;
	height: 10%;
	bottom: -15%;
	left: 45%;
}

#conteudo1{
	width: 50%;
	height: 100%;

}

#conteudo2{
	width: 50%;
	height: 100%;

}

#bolinha1{
	box-shadow: 0px 0px 10px lightgrey;
	border-radius: 10px;
	background: white;
	top: -10%;
	left: -40%;
	position: absolute;
	height: 20%;
	width: 60%;
}

#bolinha2{
	box-shadow: 0px 0px 10px lightgrey;
	border-radius: 10px;
	background: white;
	top: -10%;
	left: 30%;
	position: absolute;
	height: 20%;
	width: 60%;
	opacity: 0.4;
}

/*----------------------------------------- TEMPERATURA ------------------------------------------------- */
.miniaturatempo{
	margin-top: 16%;
	width: 70%;
	height: 100%;
	background: url('images/sun.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.temperatura{
	position: absolute;
	width: 15%;
	height: 15%;
	top: 18%;
	left: 7.5%;
}

p.temperatura{
	font-family: PT Sans Caption;
	left: 85%;
	color: black;
	text-shadow: 8px 8px 15px grey;
	border-style: none;
	margin: 0;
	font-size: 12vh;
}

p.data{
	position: relative;
	font-family: PT Sans Caption;
	left: 40%;
	top: 15%;
	color: black;
	text-shadow: 8px 8px 15px grey;
	border-style: none;
	margin: 0;
	font-size: 2vh;
}

.prev_font{
	font-family: PT Sans Caption;
	text-align: center;
	font-weight: bold;
	font-size: 1vw;
	margin: 0;
}

.prev_temp{
	font-family: PT Sans Caption;
	text-align: center;
	font-size: 1.5vw;
}

.miniatura_prev{
	top: 0%;
	margin:0;
	position: relative;
	left: 10%;
	height: 20%;
	width: 80%;
	background: url(images/sun.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

#chart_div{
	width: 100%;
}

/*-------------------------------------------- BARRAS --------------------------------------------------*/

p.boxinfo{
	text-shadow: 0px 0px 10px white;
	margin: 0;
	margin-left: 1%;
	font-size: 3vh;
	top: -60%;
	position: absolute;
	font-family: PT Sans Caption;
}

p.infotop{
	font-family: PT Sans Caption;
	padding-left: 2%;
	font-size: 2.5vh;
}

.barra1 {
	-webkit-box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	-moz-box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	position: absolute;
	float: left;
	width: 17%;
	height: 8%;
	right: 0px;
	top: 21%;
	border-top: 1px solid rgba(51, 51, 51, 0.3);
	border-bottom: 1px solid rgba(51, 51, 51, 0.3);
	border-left: 1px solid rgba(51, 51, 51, 0.3);
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	background-color: rgb(256, 256, 256);
}

.barra2 {
	-webkit-box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	-moz-box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	position: absolute;
	float: left;
	width: 17%;
	height: 8%;
	right: 0px;
	top: 39%;
	border-top: 1px solid rgba(51, 51, 51, 0.3);
	border-bottom: 1px solid rgba(51, 51, 51, 0.3);
	border-left: 1px solid rgba(51, 51, 51, 0.3);
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	background-color: rgb(256, 256, 256);
}

.barra3 {
	-webkit-box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	-moz-box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	position: absolute;
	float: left;
	width: 17%;
	height: 8%;
	right: 0px;
	top: 57%;
	border-top: 1px solid rgba(51, 51, 51, 0.3);
	border-bottom: 1px solid rgba(51, 51, 51, 0.3);
	border-left: 1px solid rgba(51, 51, 51, 0.3);
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	background-color: rgb(256, 256, 256);
}

.barra4 {
	-webkit-box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	-moz-box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	position: absolute;
	float: left;
	width: 17%;
	height: 8%;
	right: 0px;
	top: 75%;
	border-top: 1px solid rgba(51, 51, 51, 0.3);
	border-bottom: 1px solid rgba(51, 51, 51, 0.3);
	border-left: 1px solid rgba(51, 51, 51, 0.3);
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	background-color: rgb(256, 256, 256);
}

/*-------------------------------------------- BOTOES --------------------------------------------------*/

.openheader {
	position: absolute;
	width: 2.5%;
	z-index: 2;
	height: 2.5%;
	bottom: -98%;
	right: 1%;
	background: url('images/plusbutton.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	opacity: 1;
}

.openbotsection{
	bottom: 0;
	position: absolute;
	left: 48.75%;
	width: 2.5%;
	height: 4%;
	opacity: 0.5;
	background: url('images/buttonup.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.opentopsection{
	top: 100%;
	position: absolute;
	left: 48.75%;
	z-index: 2;
	width: 2.5%;
	height: 4%;
	opacity: 0.5;
	background: url('images/buttondown.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}
	
#botaoesquerdo{
	opacity: 0.7;
	position: absolute;
	left: -10%;
	top: 45%;
	width: 10%;
	height: 10%;
	background: url('images/botaoesquerda.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

#botaodireito{
	opacity: 0.7;
	position: absolute;
	right: -10%;
	top: 45%;
	width: 10%;
	height: 10%;
	background: url('images/botaodireta.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.openfooter {
	position: absolute;
	width: 6.5%;
	height: 6.5%;
	right: 5%;
	bottom: -3.25%;
	background: url('images/Button.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	opacity: 1;
}

/*-------------------------------------------- 2 sessao --------------------------------------------------*/


.dados{
	border-collapse: collapse;
	border-radius: 4px;
	-webkit-box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	-moz-box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	position: relative;
	top: 18%;
	left: 10%;
	width: 80%;
	height: 60%;
	background: rgba(255,255,255,0.8);
}

.textdata{
	font-family: PT Sans Caption;
	padding-left: 10px;
}

.datatr:hover{
	background: rgba(200,200,200,0.2);
}

.titletr{
	background: rgba(222,222,222,0.7);
}@font-face {
	font-family: 'PT Sans Caption'; 
	src: url('PT_Sans-Caption-Web-Regular.ttf'); } 

html {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	height: 100%;
	width: 100%;
	margin: 0; 
 }

body {
	overflow:hidden;
	
	margin: 0;
	height: 100%;
	width: 100%;
	font-size: 1em;
}

.container{
	max-width: 960px;
	padding-left: 1rem;
	padding-right: 1rem;
	margin: auto;
}

video::-webkit-media-controls {
  display: none;
}

.fullscreen-video-wrap{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	margin:0;
	z-index: -2;
	overflow: hidden;
}

.fullscreen-video-wrap video{
	margin:0;
	position: relative;
	left: -2%;
	top: -2%;
	min-width: 104%;
	min-height: 104%;
}

.header-overlay{
	height: 100vh;
	width: 100vw;
	position: fixed;
	top: 0;
	left: 0;
	background: lightgrey;
	z-index: -1;
	opacity: 0.2;
}

.footer{
	bottom: 10%;
	width: 100%;
	height: 20%;
	background-color: grey;
}

.bottommenu{
	-webkit-box-shadow:0px 0px 100px 20px #c9c9c9 inset;
	-moz-box-shadow:0px 0px 100px 20px #c9c9c9 inset;
	box-shadow:0px 0px 100px 20px #c9c9c9 inset;
	bottom: 0;
	width: 100%;
	height: 35%;
	background: rgba(222,222,222,0.9);
}

#twitterdiv{
	direction: rtl;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 10px;
	overflow-x: hidden;
    overflow-y: scroll;
	left:0;
	border: 0;
	background-color: white;
	height: 90%;
	width: 30%;
}

.siteinfo{
	position: absolute;
	right:0
}

#localizacao{
	position: absolute;
	border-radius: 10px;
	top: 1.75%;
	left: 32%;
	background-color: lightgrey;
	height: 31.5%;
	width: 60%;
}

.imglocalizacao{
	width: 100%;
	height: 100%;
	border-style: solid;
	background: url('images/localizacao.png');
}

.vidro {
	width: 100%;
	height: 100%;
	background-color: rgba(240, 240, 240, 0.5);
}

.logo {
	position: absolute;
	float: left;
	width: 20%;
	height: 6vh;
	top: 4%;
	left: 3%;
	background: url('images/Logo4.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.previsao{
	position: absolute;
	width: 32%;
	height: 30%;
	bottom: 16%;
	left: 6%;
}

.previsaoposition{
	position: absolute;
	width: 20%;
	height: 10%;
	bottom: -15%;
	left: 45%;
}

#conteudo1{
	width: 50%;
	height: 100%;

}

#conteudo2{
	width: 50%;
	height: 100%;

}

#bolinha1{
	box-shadow: 0px 0px 10px lightgrey;
	border-radius: 10px;
	background: white;
	top: -10%;
	left: -40%;
	position: absolute;
	height: 20%;
	width: 60%;
}

#bolinha2{
	box-shadow: 0px 0px 10px lightgrey;
	border-radius: 10px;
	background: white;
	top: -10%;
	left: 30%;
	position: absolute;
	height: 20%;
	width: 60%;
	opacity: 0.4;
}

/*----------------------------------------- TEMPERATURA ------------------------------------------------- */
.miniaturatempo{
	margin-top: 16%;
	width: 70%;
	height: 100%;
	background: url('images/sun.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.temperatura{
	position: absolute;
	width: 15%;
	height: 15%;
	top: 18%;
	left: 7.5%;
}

p.temperatura{
	font-family: PT Sans Caption;
	left: 85%;
	color: black;
	text-shadow: 8px 8px 15px grey;
	border-style: none;
	margin: 0;
	font-size: 12vh;
}

p.data{
	position: relative;
	font-family: PT Sans Caption;
	left: 40%;
	top: 15%;
	color: black;
	text-shadow: 8px 8px 15px grey;
	border-style: none;
	margin: 0;
	font-size: 2vh;
}

.prev_font{
	font-family: PT Sans Caption;
	text-align: center;
	font-weight: bold;
	font-size: 1vw;
	margin: 0;
}

.prev_temp{
	font-family: PT Sans Caption;
	text-align: center;
	font-size: 1.5vw;
}

.miniatura_prev{
	top: 0%;
	margin:0;
	position: relative;
	left: 10%;
	height: 20%;
	width: 80%;
	background: url(images/sun.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

#chart_div{
	width: 100%;
}

/*-------------------------------------------- BARRAS --------------------------------------------------*/

p.boxinfo{
	text-shadow: 0px 0px 10px white;
	margin: 0;
	margin-left: 1%;
	font-size: 3vh;
	top: -60%;
	position: absolute;
	font-family: PT Sans Caption;
}

p.infotop{
	font-family: PT Sans Caption;
	padding-left: 2%;
	font-size: 2.5vh;
}

.barra1 {
	-webkit-box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	-moz-box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	position: absolute;
	float: left;
	width: 17%;
	height: 8%;
	right: 0px;
	top: 21%;
	border-top: 1px solid rgba(51, 51, 51, 0.3);
	border-bottom: 1px solid rgba(51, 51, 51, 0.3);
	border-left: 1px solid rgba(51, 51, 51, 0.3);
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	background-color: rgb(256, 256, 256);
}

.barra2 {
	-webkit-box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	-moz-box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	position: absolute;
	float: left;
	width: 17%;
	height: 8%;
	right: 0px;
	top: 39%;
	border-top: 1px solid rgba(51, 51, 51, 0.3);
	border-bottom: 1px solid rgba(51, 51, 51, 0.3);
	border-left: 1px solid rgba(51, 51, 51, 0.3);
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	background-color: rgb(256, 256, 256);
}

.barra3 {
	-webkit-box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	-moz-box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	position: absolute;
	float: left;
	width: 17%;
	height: 8%;
	right: 0px;
	top: 57%;
	border-top: 1px solid rgba(51, 51, 51, 0.3);
	border-bottom: 1px solid rgba(51, 51, 51, 0.3);
	border-left: 1px solid rgba(51, 51, 51, 0.3);
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	background-color: rgb(256, 256, 256);
}

.barra4 {
	-webkit-box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	-moz-box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	position: absolute;
	float: left;
	width: 17%;
	height: 8%;
	right: 0px;
	top: 75%;
	border-top: 1px solid rgba(51, 51, 51, 0.3);
	border-bottom: 1px solid rgba(51, 51, 51, 0.3);
	border-left: 1px solid rgba(51, 51, 51, 0.3);
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	background-color: rgb(256, 256, 256);
}

/*-------------------------------------------- BOTOES --------------------------------------------------*/

.openheader {
	position: absolute;
	width: 2.5%;
	z-index: 2;
	height: 2.5%;
	bottom: -98%;
	right: 1%;
	background: url('images/plusbutton.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	opacity: 1;
}

.openbotsection{
	bottom: 0;
	position: absolute;
	left: 48.75%;
	width: 2.5%;
	height: 4%;
	opacity: 0.5;
	background: url('images/buttonup.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.opentopsection{
	top: 100%;
	position: absolute;
	left: 48.75%;
	z-index: 2;
	width: 2.5%;
	height: 4%;
	opacity: 0.5;
	background: url('images/buttondown.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}
	
#botaoesquerdo{
	opacity: 0.7;
	position: absolute;
	left: -10%;
	top: 45%;
	width: 10%;
	height: 10%;
	background: url('images/botaoesquerda.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

#botaodireito{
	opacity: 0.7;
	position: absolute;
	right: -10%;
	top: 45%;
	width: 10%;
	height: 10%;
	background: url('images/botaodireta.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.openfooter {
	position: absolute;
	width: 6.5%;
	height: 6.5%;
	right: 5%;
	bottom: -3.25%;
	background: url('images/Button.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	opacity: 1;
}

/*-------------------------------------------- 2 sessao --------------------------------------------------*/


.dados{
	border-collapse: collapse;
	border-radius: 4px;
	-webkit-box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	-moz-box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	position: relative;
	top: 18%;
	left: 10%;
	width: 80%;
	height: 60%;
	background: rgba(255,255,255,0.8);
}

.textdata{
	font-family: PT Sans Caption;
	padding-left: 10px;
}

.datatr:hover{
	background: rgba(200,200,200,0.2);
}

.titletr{
	background: rgba(222,222,222,0.7);
}@font-face {
	font-family: 'PT Sans Caption'; 
	src: url('PT_Sans-Caption-Web-Regular.ttf'); } 

html {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	height: 100%;
	width: 100%;
	margin: 0; 
 }

body {
	overflow:hidden;
	
	margin: 0;
	height: 100%;
	width: 100%;
	font-size: 1em;
}

.container{
	max-width: 960px;
	padding-left: 1rem;
	padding-right: 1rem;
	margin: auto;
}

video::-webkit-media-controls {
  display: none;
}

.fullscreen-video-wrap{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	margin:0;
	z-index: -2;
	overflow: hidden;
}

.fullscreen-video-wrap video{
	margin:0;
	position: relative;
	left: -2%;
	top: -2%;
	min-width: 104%;
	min-height: 104%;
}

.header-overlay{
	height: 100vh;
	width: 100vw;
	position: fixed;
	top: 0;
	left: 0;
	background: lightgrey;
	z-index: -1;
	opacity: 0.2;
}

.footer{
	bottom: 10%;
	width: 100%;
	height: 20%;
	background-color: grey;
}

.bottommenu{
	-webkit-box-shadow:0px 0px 100px 20px #c9c9c9 inset;
	-moz-box-shadow:0px 0px 100px 20px #c9c9c9 inset;
	box-shadow:0px 0px 100px 20px #c9c9c9 inset;
	bottom: 0;
	width: 100%;
	height: 35%;
	background: rgba(222,222,222,0.9);
}

#twitterdiv{
	direction: rtl;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 10px;
	overflow-x: hidden;
    overflow-y: scroll;
	left:0;
	border: 0;
	background-color: white;
	height: 90%;
	width: 30%;
}

.siteinfo{
	position: absolute;
	right:0
}

#localizacao{
	position: absolute;
	border-radius: 10px;
	top: 1.75%;
	left: 32%;
	background-color: lightgrey;
	height: 31.5%;
	width: 60%;
}

.imglocalizacao{
	width: 100%;
	height: 100%;
	border-style: solid;
	background: url('images/localizacao.png');
}

.vidro {
	width: 100%;
	height: 100%;
	background-color: rgba(240, 240, 240, 0.5);
}

.logo {
	position: absolute;
	float: left;
	width: 20%;
	height: 6vh;
	top: 4%;
	left: 3%;
	background: url('images/Logo4.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.previsao{
	position: absolute;
	width: 32%;
	height: 30%;
	bottom: 16%;
	left: 6%;
}

.previsaoposition{
	position: absolute;
	width: 20%;
	height: 10%;
	bottom: -15%;
	left: 45%;
}

#conteudo1{
	width: 50%;
	height: 100%;

}

#conteudo2{
	width: 50%;
	height: 100%;

}

#bolinha1{
	box-shadow: 0px 0px 10px lightgrey;
	border-radius: 10px;
	background: white;
	top: -10%;
	left: -40%;
	position: absolute;
	height: 20%;
	width: 60%;
}

#bolinha2{
	box-shadow: 0px 0px 10px lightgrey;
	border-radius: 10px;
	background: white;
	top: -10%;
	left: 30%;
	position: absolute;
	height: 20%;
	width: 60%;
	opacity: 0.4;
}

/*----------------------------------------- TEMPERATURA ------------------------------------------------- */
.miniaturatempo{
	margin-top: 16%;
	width: 70%;
	height: 100%;
	background: url('images/sun.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.temperatura{
	position: absolute;
	width: 15%;
	height: 15%;
	top: 18%;
	left: 7.5%;
}

p.temperatura{
	font-family: PT Sans Caption;
	left: 85%;
	color: black;
	text-shadow: 8px 8px 15px grey;
	border-style: none;
	margin: 0;
	font-size: 12vh;
}

p.data{
	position: relative;
	font-family: PT Sans Caption;
	left: 40%;
	top: 15%;
	color: black;
	text-shadow: 8px 8px 15px grey;
	border-style: none;
	margin: 0;
	font-size: 2vh;
}

.prev_font{
	font-family: PT Sans Caption;
	text-align: center;
	font-weight: bold;
	font-size: 1vw;
	margin: 0;
}

.prev_temp{
	font-family: PT Sans Caption;
	text-align: center;
	font-size: 1.5vw;
}

.miniatura_prev{
	top: 0%;
	margin:0;
	position: relative;
	left: 10%;
	height: 20%;
	width: 80%;
	background: url(images/sun.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

#chart_div{
	width: 100%;
}

/*-------------------------------------------- BARRAS --------------------------------------------------*/

p.boxinfo{
	text-shadow: 0px 0px 10px white;
	margin: 0;
	margin-left: 1%;
	font-size: 3vh;
	top: -60%;
	position: absolute;
	font-family: PT Sans Caption;
}

p.infotop{
	font-family: PT Sans Caption;
	padding-left: 2%;
	font-size: 2.5vh;
}

.barra1 {
	-webkit-box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	-moz-box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	position: absolute;
	float: left;
	width: 17%;
	height: 8%;
	right: 0px;
	top: 21%;
	border-top: 1px solid rgba(51, 51, 51, 0.3);
	border-bottom: 1px solid rgba(51, 51, 51, 0.3);
	border-left: 1px solid rgba(51, 51, 51, 0.3);
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	background-color: rgb(256, 256, 256);
}

.barra2 {
	-webkit-box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	-moz-box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	position: absolute;
	float: left;
	width: 17%;
	height: 8%;
	right: 0px;
	top: 39%;
	border-top: 1px solid rgba(51, 51, 51, 0.3);
	border-bottom: 1px solid rgba(51, 51, 51, 0.3);
	border-left: 1px solid rgba(51, 51, 51, 0.3);
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	background-color: rgb(256, 256, 256);
}

.barra3 {
	-webkit-box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	-moz-box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	position: absolute;
	float: left;
	width: 17%;
	height: 8%;
	right: 0px;
	top: 57%;
	border-top: 1px solid rgba(51, 51, 51, 0.3);
	border-bottom: 1px solid rgba(51, 51, 51, 0.3);
	border-left: 1px solid rgba(51, 51, 51, 0.3);
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	background-color: rgb(256, 256, 256);
}

.barra4 {
	-webkit-box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	-moz-box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	position: absolute;
	float: left;
	width: 17%;
	height: 8%;
	right: 0px;
	top: 75%;
	border-top: 1px solid rgba(51, 51, 51, 0.3);
	border-bottom: 1px solid rgba(51, 51, 51, 0.3);
	border-left: 1px solid rgba(51, 51, 51, 0.3);
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	background-color: rgb(256, 256, 256);
}

/*-------------------------------------------- BOTOES --------------------------------------------------*/

.openheader {
	position: absolute;
	width: 2.5%;
	z-index: 2;
	height: 2.5%;
	bottom: -98%;
	right: 1%;
	background: url('images/plusbutton.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	opacity: 1;
}

.openbotsection{
	bottom: 0;
	position: absolute;
	left: 48.75%;
	width: 2.5%;
	height: 4%;
	opacity: 0.5;
	background: url('images/buttonup.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.opentopsection{
	top: 100%;
	position: absolute;
	left: 48.75%;
	z-index: 2;
	width: 2.5%;
	height: 4%;
	opacity: 0.5;
	background: url('images/buttondown.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}
	
#botaoesquerdo{
	opacity: 0.7;
	position: absolute;
	left: -10%;
	top: 45%;
	width: 10%;
	height: 10%;
	background: url('images/botaoesquerda.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

#botaodireito{
	opacity: 0.7;
	position: absolute;
	right: -10%;
	top: 45%;
	width: 10%;
	height: 10%;
	background: url('images/botaodireta.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.openfooter {
	position: absolute;
	width: 6.5%;
	height: 6.5%;
	right: 5%;
	bottom: -3.25%;
	background: url('images/Button.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	opacity: 1;
}

/*-------------------------------------------- 2 sessao --------------------------------------------------*/


.dados{
	border-collapse: collapse;
	border-radius: 4px;
	-webkit-box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	-moz-box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	position: relative;
	top: 18%;
	left: 10%;
	width: 80%;
	height: 60%;
	background: rgba(255,255,255,0.8);
}

.textdata{
	font-family: PT Sans Caption;
	padding-left: 10px;
}

.datatr:hover{
	background: rgba(200,200,200,0.2);
}

.titletr{
	background: rgba(222,222,222,0.7);
}@font-face {
	font-family: 'PT Sans Caption'; 
	src: url('PT_Sans-Caption-Web-Regular.ttf'); } 

html {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	height: 100%;
	width: 100%;
	margin: 0; 
 }

body {
	overflow:hidden;
	
	margin: 0;
	height: 100%;
	width: 100%;
	font-size: 1em;
}

.container{
	max-width: 960px;
	padding-left: 1rem;
	padding-right: 1rem;
	margin: auto;
}

video::-webkit-media-controls {
  display: none;
}

.fullscreen-video-wrap{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	margin:0;
	z-index: -2;
	overflow: hidden;
}

.fullscreen-video-wrap video{
	margin:0;
	position: relative;
	left: -2%;
	top: -2%;
	min-width: 104%;
	min-height: 104%;
}

.header-overlay{
	height: 100vh;
	width: 100vw;
	position: fixed;
	top: 0;
	left: 0;
	background: lightgrey;
	z-index: -1;
	opacity: 0.2;
}

.footer{
	bottom: 10%;
	width: 100%;
	height: 20%;
	background-color: grey;
}

.bottommenu{
	-webkit-box-shadow:0px 0px 100px 20px #c9c9c9 inset;
	-moz-box-shadow:0px 0px 100px 20px #c9c9c9 inset;
	box-shadow:0px 0px 100px 20px #c9c9c9 inset;
	bottom: 0;
	width: 100%;
	height: 35%;
	background: rgba(222,222,222,0.9);
}

#twitterdiv{
	direction: rtl;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 10px;
	overflow-x: hidden;
    overflow-y: scroll;
	left:0;
	border: 0;
	background-color: white;
	height: 90%;
	width: 30%;
}

.siteinfo{
	position: absolute;
	right:0
}

#localizacao{
	position: absolute;
	border-radius: 10px;
	top: 1.75%;
	left: 32%;
	background-color: lightgrey;
	height: 31.5%;
	width: 60%;
}

.imglocalizacao{
	width: 100%;
	height: 100%;
	border-style: solid;
	background: url('images/localizacao.png');
}

.vidro {
	width: 100%;
	height: 100%;
	background-color: rgba(240, 240, 240, 0.5);
}

.logo {
	position: absolute;
	float: left;
	width: 20%;
	height: 6vh;
	top: 4%;
	left: 3%;
	background: url('images/Logo4.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.previsao{
	position: absolute;
	width: 32%;
	height: 30%;
	bottom: 16%;
	left: 6%;
}

.previsaoposition{
	position: absolute;
	width: 20%;
	height: 10%;
	bottom: -15%;
	left: 45%;
}

#conteudo1{
	width: 50%;
	height: 100%;

}

#conteudo2{
	width: 50%;
	height: 100%;

}

#bolinha1{
	box-shadow: 0px 0px 10px lightgrey;
	border-radius: 10px;
	background: white;
	top: -10%;
	left: -40%;
	position: absolute;
	height: 20%;
	width: 60%;
}

#bolinha2{
	box-shadow: 0px 0px 10px lightgrey;
	border-radius: 10px;
	background: white;
	top: -10%;
	left: 30%;
	position: absolute;
	height: 20%;
	width: 60%;
	opacity: 0.4;
}

/*----------------------------------------- TEMPERATURA ------------------------------------------------- */
.miniaturatempo{
	margin-top: 16%;
	width: 70%;
	height: 100%;
	background: url('images/sun.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.temperatura{
	position: absolute;
	width: 15%;
	height: 15%;
	top: 18%;
	left: 7.5%;
}

p.temperatura{
	font-family: PT Sans Caption;
	left: 85%;
	color: black;
	text-shadow: 8px 8px 15px grey;
	border-style: none;
	margin: 0;
	font-size: 12vh;
}

p.data{
	position: relative;
	font-family: PT Sans Caption;
	left: 40%;
	top: 15%;
	color: black;
	text-shadow: 8px 8px 15px grey;
	border-style: none;
	margin: 0;
	font-size: 2vh;
}

.prev_font{
	font-family: PT Sans Caption;
	text-align: center;
	font-weight: bold;
	font-size: 1vw;
	margin: 0;
}

.prev_temp{
	font-family: PT Sans Caption;
	text-align: center;
	font-size: 1.5vw;
}

.miniatura_prev{
	top: 0%;
	margin:0;
	position: relative;
	left: 10%;
	height: 20%;
	width: 80%;
	background: url(images/sun.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

#chart_div{
	width: 100%;
}

/*-------------------------------------------- BARRAS --------------------------------------------------*/

p.boxinfo{
	text-shadow: 0px 0px 10px white;
	margin: 0;
	margin-left: 1%;
	font-size: 3vh;
	top: -60%;
	position: absolute;
	font-family: PT Sans Caption;
}

p.infotop{
	font-family: PT Sans Caption;
	padding-left: 2%;
	font-size: 2.5vh;
}

.barra1 {
	-webkit-box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	-moz-box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	position: absolute;
	float: left;
	width: 17%;
	height: 8%;
	right: 0px;
	top: 21%;
	border-top: 1px solid rgba(51, 51, 51, 0.3);
	border-bottom: 1px solid rgba(51, 51, 51, 0.3);
	border-left: 1px solid rgba(51, 51, 51, 0.3);
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	background-color: rgb(256, 256, 256);
}

.barra2 {
	-webkit-box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	-moz-box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	position: absolute;
	float: left;
	width: 17%;
	height: 8%;
	right: 0px;
	top: 39%;
	border-top: 1px solid rgba(51, 51, 51, 0.3);
	border-bottom: 1px solid rgba(51, 51, 51, 0.3);
	border-left: 1px solid rgba(51, 51, 51, 0.3);
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	background-color: rgb(256, 256, 256);
}

.barra3 {
	-webkit-box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	-moz-box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	position: absolute;
	float: left;
	width: 17%;
	height: 8%;
	right: 0px;
	top: 57%;
	border-top: 1px solid rgba(51, 51, 51, 0.3);
	border-bottom: 1px solid rgba(51, 51, 51, 0.3);
	border-left: 1px solid rgba(51, 51, 51, 0.3);
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	background-color: rgb(256, 256, 256);
}

.barra4 {
	-webkit-box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	-moz-box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	position: absolute;
	float: left;
	width: 17%;
	height: 8%;
	right: 0px;
	top: 75%;
	border-top: 1px solid rgba(51, 51, 51, 0.3);
	border-bottom: 1px solid rgba(51, 51, 51, 0.3);
	border-left: 1px solid rgba(51, 51, 51, 0.3);
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	background-color: rgb(256, 256, 256);
}

/*-------------------------------------------- BOTOES --------------------------------------------------*/

.openheader {
	position: absolute;
	width: 2.5%;
	z-index: 2;
	height: 2.5%;
	bottom: -98%;
	right: 1%;
	background: url('images/plusbutton.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	opacity: 1;
}

.openbotsection{
	bottom: 0;
	position: absolute;
	left: 48.75%;
	width: 2.5%;
	height: 4%;
	opacity: 0.5;
	background: url('images/buttonup.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.opentopsection{
	top: 100%;
	position: absolute;
	left: 48.75%;
	z-index: 2;
	width: 2.5%;
	height: 4%;
	opacity: 0.5;
	background: url('images/buttondown.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}
	
#botaoesquerdo{
	opacity: 0.7;
	position: absolute;
	left: -10%;
	top: 45%;
	width: 10%;
	height: 10%;
	background: url('images/botaoesquerda.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

#botaodireito{
	opacity: 0.7;
	position: absolute;
	right: -10%;
	top: 45%;
	width: 10%;
	height: 10%;
	background: url('images/botaodireta.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.openfooter {
	position: absolute;
	width: 6.5%;
	height: 6.5%;
	right: 5%;
	bottom: -3.25%;
	background: url('images/Button.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	opacity: 1;
}

/*-------------------------------------------- 2 sessao --------------------------------------------------*/


.dados{
	border-collapse: collapse;
	border-radius: 4px;
	-webkit-box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	-moz-box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	position: relative;
	top: 18%;
	left: 10%;
	width: 80%;
	height: 60%;
	background: rgba(255,255,255,0.8);
}

.textdata{
	font-family: PT Sans Caption;
	padding-left: 10px;
}

.datatr:hover{
	background: rgba(200,200,200,0.2);
}

.titletr{
	background: rgba(222,222,222,0.7);
}@font-face {
	font-family: 'PT Sans Caption'; 
	src: url('PT_Sans-Caption-Web-Regular.ttf'); } 

html {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	height: 100%;
	width: 100%;
	margin: 0; 
 }

body {
	overflow:hidden;
	
	margin: 0;
	height: 100%;
	width: 100%;
	font-size: 1em;
}

.container{
	max-width: 960px;
	padding-left: 1rem;
	padding-right: 1rem;
	margin: auto;
}

video::-webkit-media-controls {
  display: none;
}

.fullscreen-video-wrap{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	margin:0;
	z-index: -2;
	overflow: hidden;
}

.fullscreen-video-wrap video{
	margin:0;
	position: relative;
	left: -2%;
	top: -2%;
	min-width: 104%;
	min-height: 104%;
}

.header-overlay{
	height: 100vh;
	width: 100vw;
	position: fixed;
	top: 0;
	left: 0;
	background: lightgrey;
	z-index: -1;
	opacity: 0.2;
}

.footer{
	bottom: 10%;
	width: 100%;
	height: 20%;
	background-color: grey;
}

.bottommenu{
	-webkit-box-shadow:0px 0px 100px 20px #c9c9c9 inset;
	-moz-box-shadow:0px 0px 100px 20px #c9c9c9 inset;
	box-shadow:0px 0px 100px 20px #c9c9c9 inset;
	bottom: 0;
	width: 100%;
	height: 35%;
	background: rgba(222,222,222,0.9);
}

#twitterdiv{
	direction: rtl;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 10px;
	overflow-x: hidden;
    overflow-y: scroll;
	left:0;
	border: 0;
	background-color: white;
	height: 90%;
	width: 30%;
}

.siteinfo{
	position: absolute;
	right:0
}

#localizacao{
	position: absolute;
	border-radius: 10px;
	top: 1.75%;
	left: 32%;
	background-color: lightgrey;
	height: 31.5%;
	width: 60%;
}

.imglocalizacao{
	width: 100%;
	height: 100%;
	border-style: solid;
	background: url('images/localizacao.png');
}

.vidro {
	width: 100%;
	height: 100%;
	background-color: rgba(240, 240, 240, 0.5);
}

.logo {
	position: absolute;
	float: left;
	width: 20%;
	height: 6vh;
	top: 4%;
	left: 3%;
	background: url('images/Logo4.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.previsao{
	position: absolute;
	width: 32%;
	height: 30%;
	bottom: 16%;
	left: 6%;
}

.previsaoposition{
	position: absolute;
	width: 20%;
	height: 10%;
	bottom: -15%;
	left: 45%;
}

#conteudo1{
	width: 50%;
	height: 100%;

}

#conteudo2{
	width: 50%;
	height: 100%;

}

#bolinha1{
	box-shadow: 0px 0px 10px lightgrey;
	border-radius: 10px;
	background: white;
	top: -10%;
	left: -40%;
	position: absolute;
	height: 20%;
	width: 60%;
}

#bolinha2{
	box-shadow: 0px 0px 10px lightgrey;
	border-radius: 10px;
	background: white;
	top: -10%;
	left: 30%;
	position: absolute;
	height: 20%;
	width: 60%;
	opacity: 0.4;
}

/*----------------------------------------- TEMPERATURA ------------------------------------------------- */
.miniaturatempo{
	margin-top: 16%;
	width: 70%;
	height: 100%;
	background: url('images/sun.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.temperatura{
	position: absolute;
	width: 15%;
	height: 15%;
	top: 18%;
	left: 7.5%;
}

p.temperatura{
	font-family: PT Sans Caption;
	left: 85%;
	color: black;
	text-shadow: 8px 8px 15px grey;
	border-style: none;
	margin: 0;
	font-size: 12vh;
}

p.data{
	position: relative;
	font-family: PT Sans Caption;
	left: 40%;
	top: 15%;
	color: black;
	text-shadow: 8px 8px 15px grey;
	border-style: none;
	margin: 0;
	font-size: 2vh;
}

.prev_font{
	font-family: PT Sans Caption;
	text-align: center;
	font-weight: bold;
	font-size: 1vw;
	margin: 0;
}

.prev_temp{
	font-family: PT Sans Caption;
	text-align: center;
	font-size: 1.5vw;
}

.miniatura_prev{
	top: 0%;
	margin:0;
	position: relative;
	left: 10%;
	height: 20%;
	width: 80%;
	background: url(images/sun.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

#chart_div{
	width: 100%;
}

/*-------------------------------------------- BARRAS --------------------------------------------------*/

p.boxinfo{
	text-shadow: 0px 0px 10px white;
	margin: 0;
	margin-left: 1%;
	font-size: 3vh;
	top: -60%;
	position: absolute;
	font-family: PT Sans Caption;
}

p.infotop{
	font-family: PT Sans Caption;
	padding-left: 2%;
	font-size: 2.5vh;
}

.barra1 {
	-webkit-box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	-moz-box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	position: absolute;
	float: left;
	width: 17%;
	height: 8%;
	right: 0px;
	top: 21%;
	border-top: 1px solid rgba(51, 51, 51, 0.3);
	border-bottom: 1px solid rgba(51, 51, 51, 0.3);
	border-left: 1px solid rgba(51, 51, 51, 0.3);
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	background-color: rgb(256, 256, 256);
}

.barra2 {
	-webkit-box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	-moz-box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	position: absolute;
	float: left;
	width: 17%;
	height: 8%;
	right: 0px;
	top: 39%;
	border-top: 1px solid rgba(51, 51, 51, 0.3);
	border-bottom: 1px solid rgba(51, 51, 51, 0.3);
	border-left: 1px solid rgba(51, 51, 51, 0.3);
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	background-color: rgb(256, 256, 256);
}

.barra3 {
	-webkit-box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	-moz-box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	position: absolute;
	float: left;
	width: 17%;
	height: 8%;
	right: 0px;
	top: 57%;
	border-top: 1px solid rgba(51, 51, 51, 0.3);
	border-bottom: 1px solid rgba(51, 51, 51, 0.3);
	border-left: 1px solid rgba(51, 51, 51, 0.3);
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	background-color: rgb(256, 256, 256);
}

.barra4 {
	-webkit-box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	-moz-box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	position: absolute;
	float: left;
	width: 17%;
	height: 8%;
	right: 0px;
	top: 75%;
	border-top: 1px solid rgba(51, 51, 51, 0.3);
	border-bottom: 1px solid rgba(51, 51, 51, 0.3);
	border-left: 1px solid rgba(51, 51, 51, 0.3);
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	background-color: rgb(256, 256, 256);
}

/*-------------------------------------------- BOTOES --------------------------------------------------*/

.openheader {
	position: absolute;
	width: 2.5%;
	z-index: 2;
	height: 2.5%;
	bottom: -98%;
	right: 1%;
	background: url('images/plusbutton.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	opacity: 1;
}

.openbotsection{
	bottom: 0;
	position: absolute;
	left: 48.75%;
	width: 2.5%;
	height: 4%;
	opacity: 0.5;
	background: url('images/buttonup.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.opentopsection{
	top: 100%;
	position: absolute;
	left: 48.75%;
	z-index: 2;
	width: 2.5%;
	height: 4%;
	opacity: 0.5;
	background: url('images/buttondown.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}
	
#botaoesquerdo{
	opacity: 0.7;
	position: absolute;
	left: -10%;
	top: 45%;
	width: 10%;
	height: 10%;
	background: url('images/botaoesquerda.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

#botaodireito{
	opacity: 0.7;
	position: absolute;
	right: -10%;
	top: 45%;
	width: 10%;
	height: 10%;
	background: url('images/botaodireta.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.openfooter {
	position: absolute;
	width: 6.5%;
	height: 6.5%;
	right: 5%;
	bottom: -3.25%;
	background: url('images/Button.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	opacity: 1;
}

/*-------------------------------------------- 2 sessao --------------------------------------------------*/


.dados{
	border-collapse: collapse;
	border-radius: 4px;
	-webkit-box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	-moz-box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	position: relative;
	top: 18%;
	left: 10%;
	width: 80%;
	height: 60%;
	background: rgba(255,255,255,0.8);
}

.textdata{
	font-family: PT Sans Caption;
	padding-left: 10px;
}

.datatr:hover{
	background: rgba(200,200,200,0.2);
}

.titletr{
	background: rgba(222,222,222,0.7);
}@font-face {
	font-family: 'PT Sans Caption'; 
	src: url('PT_Sans-Caption-Web-Regular.ttf'); } 

html {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	height: 100%;
	width: 100%;
	margin: 0; 
 }

body {
	overflow:hidden;
	
	margin: 0;
	height: 100%;
	width: 100%;
	font-size: 1em;
}

.container{
	max-width: 960px;
	padding-left: 1rem;
	padding-right: 1rem;
	margin: auto;
}

video::-webkit-media-controls {
  display: none;
}

.fullscreen-video-wrap{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	margin:0;
	z-index: -2;
	overflow: hidden;
}

.fullscreen-video-wrap video{
	margin:0;
	position: relative;
	left: -2%;
	top: -2%;
	min-width: 104%;
	min-height: 104%;
}

.header-overlay{
	height: 100vh;
	width: 100vw;
	position: fixed;
	top: 0;
	left: 0;
	background: lightgrey;
	z-index: -1;
	opacity: 0.2;
}

.footer{
	bottom: 10%;
	width: 100%;
	height: 20%;
	background-color: grey;
}

.bottommenu{
	-webkit-box-shadow:0px 0px 100px 20px #c9c9c9 inset;
	-moz-box-shadow:0px 0px 100px 20px #c9c9c9 inset;
	box-shadow:0px 0px 100px 20px #c9c9c9 inset;
	bottom: 0;
	width: 100%;
	height: 35%;
	background: rgba(222,222,222,0.9);
}

#twitterdiv{
	direction: rtl;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 10px;
	overflow-x: hidden;
    overflow-y: scroll;
	left:0;
	border: 0;
	background-color: white;
	height: 90%;
	width: 30%;
}

.siteinfo{
	position: absolute;
	right:0
}

#localizacao{
	position: absolute;
	border-radius: 10px;
	top: 1.75%;
	left: 32%;
	background-color: lightgrey;
	height: 31.5%;
	width: 60%;
}

.imglocalizacao{
	width: 100%;
	height: 100%;
	border-style: solid;
	background: url('images/localizacao.png');
}

.vidro {
	width: 100%;
	height: 100%;
	background-color: rgba(240, 240, 240, 0.5);
}

.logo {
	position: absolute;
	float: left;
	width: 20%;
	height: 6vh;
	top: 4%;
	left: 3%;
	background: url('images/Logo4.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.previsao{
	position: absolute;
	width: 32%;
	height: 30%;
	bottom: 16%;
	left: 6%;
}

.previsaoposition{
	position: absolute;
	width: 20%;
	height: 10%;
	bottom: -15%;
	left: 45%;
}

#conteudo1{
	width: 50%;
	height: 100%;

}

#conteudo2{
	width: 50%;
	height: 100%;

}

#bolinha1{
	box-shadow: 0px 0px 10px lightgrey;
	border-radius: 10px;
	background: white;
	top: -10%;
	left: -40%;
	position: absolute;
	height: 20%;
	width: 60%;
}

#bolinha2{
	box-shadow: 0px 0px 10px lightgrey;
	border-radius: 10px;
	background: white;
	top: -10%;
	left: 30%;
	position: absolute;
	height: 20%;
	width: 60%;
	opacity: 0.4;
}

/*----------------------------------------- TEMPERATURA ------------------------------------------------- */
.miniaturatempo{
	margin-top: 16%;
	width: 70%;
	height: 100%;
	background: url('images/sun.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.temperatura{
	position: absolute;
	width: 15%;
	height: 15%;
	top: 18%;
	left: 7.5%;
}

p.temperatura{
	font-family: PT Sans Caption;
	left: 85%;
	color: black;
	text-shadow: 8px 8px 15px grey;
	border-style: none;
	margin: 0;
	font-size: 12vh;
}

p.data{
	position: relative;
	font-family: PT Sans Caption;
	left: 40%;
	top: 15%;
	color: black;
	text-shadow: 8px 8px 15px grey;
	border-style: none;
	margin: 0;
	font-size: 2vh;
}

.prev_font{
	font-family: PT Sans Caption;
	text-align: center;
	font-weight: bold;
	font-size: 1vw;
	margin: 0;
}

.prev_temp{
	font-family: PT Sans Caption;
	text-align: center;
	font-size: 1.5vw;
}

.miniatura_prev{
	top: 0%;
	margin:0;
	position: relative;
	left: 10%;
	height: 20%;
	width: 80%;
	background: url(images/sun.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

#chart_div{
	width: 100%;
}

/*-------------------------------------------- BARRAS --------------------------------------------------*/

p.boxinfo{
	text-shadow: 0px 0px 10px white;
	margin: 0;
	margin-left: 1%;
	font-size: 3vh;
	top: -60%;
	position: absolute;
	font-family: PT Sans Caption;
}

p.infotop{
	font-family: PT Sans Caption;
	padding-left: 2%;
	font-size: 2.5vh;
}

.barra1 {
	-webkit-box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	-moz-box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	position: absolute;
	float: left;
	width: 17%;
	height: 8%;
	right: 0px;
	top: 21%;
	border-top: 1px solid rgba(51, 51, 51, 0.3);
	border-bottom: 1px solid rgba(51, 51, 51, 0.3);
	border-left: 1px solid rgba(51, 51, 51, 0.3);
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	background-color: rgb(256, 256, 256);
}

.barra2 {
	-webkit-box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	-moz-box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	position: absolute;
	float: left;
	width: 17%;
	height: 8%;
	right: 0px;
	top: 39%;
	border-top: 1px solid rgba(51, 51, 51, 0.3);
	border-bottom: 1px solid rgba(51, 51, 51, 0.3);
	border-left: 1px solid rgba(51, 51, 51, 0.3);
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	background-color: rgb(256, 256, 256);
}

.barra3 {
	-webkit-box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	-moz-box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	position: absolute;
	float: left;
	width: 17%;
	height: 8%;
	right: 0px;
	top: 57%;
	border-top: 1px solid rgba(51, 51, 51, 0.3);
	border-bottom: 1px solid rgba(51, 51, 51, 0.3);
	border-left: 1px solid rgba(51, 51, 51, 0.3);
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	background-color: rgb(256, 256, 256);
}

.barra4 {
	-webkit-box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	-moz-box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	position: absolute;
	float: left;
	width: 17%;
	height: 8%;
	right: 0px;
	top: 75%;
	border-top: 1px solid rgba(51, 51, 51, 0.3);
	border-bottom: 1px solid rgba(51, 51, 51, 0.3);
	border-left: 1px solid rgba(51, 51, 51, 0.3);
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	background-color: rgb(256, 256, 256);
}

/*-------------------------------------------- BOTOES --------------------------------------------------*/

.openheader {
	position: absolute;
	width: 2.5%;
	z-index: 2;
	height: 2.5%;
	bottom: -98%;
	right: 1%;
	background: url('images/plusbutton.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	opacity: 1;
}

.openbotsection{
	bottom: 0;
	position: absolute;
	left: 48.75%;
	width: 2.5%;
	height: 4%;
	opacity: 0.5;
	background: url('images/buttonup.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.opentopsection{
	top: 100%;
	position: absolute;
	left: 48.75%;
	z-index: 2;
	width: 2.5%;
	height: 4%;
	opacity: 0.5;
	background: url('images/buttondown.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}
	
#botaoesquerdo{
	opacity: 0.7;
	position: absolute;
	left: -10%;
	top: 45%;
	width: 10%;
	height: 10%;
	background: url('images/botaoesquerda.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

#botaodireito{
	opacity: 0.7;
	position: absolute;
	right: -10%;
	top: 45%;
	width: 10%;
	height: 10%;
	background: url('images/botaodireta.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.openfooter {
	position: absolute;
	width: 6.5%;
	height: 6.5%;
	right: 5%;
	bottom: -3.25%;
	background: url('images/Button.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	opacity: 1;
}

/*-------------------------------------------- 2 sessao --------------------------------------------------*/


.dados{
	border-collapse: collapse;
	border-radius: 4px;
	-webkit-box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	-moz-box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	position: relative;
	top: 18%;
	left: 10%;
	width: 80%;
	height: 60%;
	background: rgba(255,255,255,0.8);
}

.textdata{
	font-family: PT Sans Caption;
	padding-left: 10px;
}

.datatr:hover{
	background: rgba(200,200,200,0.2);
}

.titletr{
	background: rgba(222,222,222,0.7);
}@font-face {
	font-family: 'PT Sans Caption'; 
	src: url('PT_Sans-Caption-Web-Regular.ttf'); } 

html {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	height: 100%;
	width: 100%;
	margin: 0; 
 }

body {
	overflow:hidden;
	
	margin: 0;
	height: 100%;
	width: 100%;
	font-size: 1em;
}

.container{
	max-width: 960px;
	padding-left: 1rem;
	padding-right: 1rem;
	margin: auto;
}

video::-webkit-media-controls {
  display: none;
}

.fullscreen-video-wrap{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	margin:0;
	z-index: -2;
	overflow: hidden;
}

.fullscreen-video-wrap video{
	margin:0;
	position: relative;
	left: -2%;
	top: -2%;
	min-width: 104%;
	min-height: 104%;
}

.header-overlay{
	height: 100vh;
	width: 100vw;
	position: fixed;
	top: 0;
	left: 0;
	background: lightgrey;
	z-index: -1;
	opacity: 0.2;
}

.footer{
	bottom: 10%;
	width: 100%;
	height: 20%;
	background-color: grey;
}

.bottommenu{
	-webkit-box-shadow:0px 0px 100px 20px #c9c9c9 inset;
	-moz-box-shadow:0px 0px 100px 20px #c9c9c9 inset;
	box-shadow:0px 0px 100px 20px #c9c9c9 inset;
	bottom: 0;
	width: 100%;
	height: 35%;
	background: rgba(222,222,222,0.9);
}

#twitterdiv{
	direction: rtl;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 10px;
	overflow-x: hidden;
    overflow-y: scroll;
	left:0;
	border: 0;
	background-color: white;
	height: 90%;
	width: 30%;
}

.siteinfo{
	position: absolute;
	right:0
}

#localizacao{
	position: absolute;
	border-radius: 10px;
	top: 1.75%;
	left: 32%;
	background-color: lightgrey;
	height: 31.5%;
	width: 60%;
}

.imglocalizacao{
	width: 100%;
	height: 100%;
	border-style: solid;
	background: url('images/localizacao.png');
}

.vidro {
	width: 100%;
	height: 100%;
	background-color: rgba(240, 240, 240, 0.5);
}

.logo {
	position: absolute;
	float: left;
	width: 20%;
	height: 6vh;
	top: 4%;
	left: 3%;
	background: url('images/Logo4.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.previsao{
	position: absolute;
	width: 32%;
	height: 30%;
	bottom: 16%;
	left: 6%;
}

.previsaoposition{
	position: absolute;
	width: 20%;
	height: 10%;
	bottom: -15%;
	left: 45%;
}

#conteudo1{
	width: 50%;
	height: 100%;

}

#conteudo2{
	width: 50%;
	height: 100%;

}

#bolinha1{
	box-shadow: 0px 0px 10px lightgrey;
	border-radius: 10px;
	background: white;
	top: -10%;
	left: -40%;
	position: absolute;
	height: 20%;
	width: 60%;
}

#bolinha2{
	box-shadow: 0px 0px 10px lightgrey;
	border-radius: 10px;
	background: white;
	top: -10%;
	left: 30%;
	position: absolute;
	height: 20%;
	width: 60%;
	opacity: 0.4;
}

/*----------------------------------------- TEMPERATURA ------------------------------------------------- */
.miniaturatempo{
	margin-top: 16%;
	width: 70%;
	height: 100%;
	background: url('images/sun.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.temperatura{
	position: absolute;
	width: 15%;
	height: 15%;
	top: 18%;
	left: 7.5%;
}

p.temperatura{
	font-family: PT Sans Caption;
	left: 85%;
	color: black;
	text-shadow: 8px 8px 15px grey;
	border-style: none;
	margin: 0;
	font-size: 12vh;
}

p.data{
	position: relative;
	font-family: PT Sans Caption;
	left: 40%;
	top: 15%;
	color: black;
	text-shadow: 8px 8px 15px grey;
	border-style: none;
	margin: 0;
	font-size: 2vh;
}

.prev_font{
	font-family: PT Sans Caption;
	text-align: center;
	font-weight: bold;
	font-size: 1vw;
	margin: 0;
}

.prev_temp{
	font-family: PT Sans Caption;
	text-align: center;
	font-size: 1.5vw;
}

.miniatura_prev{
	top: 0%;
	margin:0;
	position: relative;
	left: 10%;
	height: 20%;
	width: 80%;
	background: url(images/sun.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

#chart_div{
	width: 100%;
}

/*-------------------------------------------- BARRAS --------------------------------------------------*/

p.boxinfo{
	text-shadow: 0px 0px 10px white;
	margin: 0;
	margin-left: 1%;
	font-size: 3vh;
	top: -60%;
	position: absolute;
	font-family: PT Sans Caption;
}

p.infotop{
	font-family: PT Sans Caption;
	padding-left: 2%;
	font-size: 2.5vh;
}

.barra1 {
	-webkit-box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	-moz-box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	position: absolute;
	float: left;
	width: 17%;
	height: 8%;
	right: 0px;
	top: 21%;
	border-top: 1px solid rgba(51, 51, 51, 0.3);
	border-bottom: 1px solid rgba(51, 51, 51, 0.3);
	border-left: 1px solid rgba(51, 51, 51, 0.3);
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	background-color: rgb(256, 256, 256);
}

.barra2 {
	-webkit-box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	-moz-box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	position: absolute;
	float: left;
	width: 17%;
	height: 8%;
	right: 0px;
	top: 39%;
	border-top: 1px solid rgba(51, 51, 51, 0.3);
	border-bottom: 1px solid rgba(51, 51, 51, 0.3);
	border-left: 1px solid rgba(51, 51, 51, 0.3);
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	background-color: rgb(256, 256, 256);
}

.barra3 {
	-webkit-box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	-moz-box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	position: absolute;
	float: left;
	width: 17%;
	height: 8%;
	right: 0px;
	top: 57%;
	border-top: 1px solid rgba(51, 51, 51, 0.3);
	border-bottom: 1px solid rgba(51, 51, 51, 0.3);
	border-left: 1px solid rgba(51, 51, 51, 0.3);
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	background-color: rgb(256, 256, 256);
}

.barra4 {
	-webkit-box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	-moz-box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	position: absolute;
	float: left;
	width: 17%;
	height: 8%;
	right: 0px;
	top: 75%;
	border-top: 1px solid rgba(51, 51, 51, 0.3);
	border-bottom: 1px solid rgba(51, 51, 51, 0.3);
	border-left: 1px solid rgba(51, 51, 51, 0.3);
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	background-color: rgb(256, 256, 256);
}

/*-------------------------------------------- BOTOES --------------------------------------------------*/

.openheader {
	position: absolute;
	width: 2.5%;
	z-index: 2;
	height: 2.5%;
	bottom: -98%;
	right: 1%;
	background: url('images/plusbutton.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	opacity: 1;
}

.openbotsection{
	bottom: 0;
	position: absolute;
	left: 48.75%;
	width: 2.5%;
	height: 4%;
	opacity: 0.5;
	background: url('images/buttonup.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.opentopsection{
	top: 100%;
	position: absolute;
	left: 48.75%;
	z-index: 2;
	width: 2.5%;
	height: 4%;
	opacity: 0.5;
	background: url('images/buttondown.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}
	
#botaoesquerdo{
	opacity: 0.7;
	position: absolute;
	left: -10%;
	top: 45%;
	width: 10%;
	height: 10%;
	background: url('images/botaoesquerda.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

#botaodireito{
	opacity: 0.7;
	position: absolute;
	right: -10%;
	top: 45%;
	width: 10%;
	height: 10%;
	background: url('images/botaodireta.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.openfooter {
	position: absolute;
	width: 6.5%;
	height: 6.5%;
	right: 5%;
	bottom: -3.25%;
	background: url('images/Button.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	opacity: 1;
}

/*-------------------------------------------- 2 sessao --------------------------------------------------*/


.dados{
	border-collapse: collapse;
	border-radius: 4px;
	-webkit-box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	-moz-box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	position: relative;
	top: 18%;
	left: 10%;
	width: 80%;
	height: 60%;
	background: rgba(255,255,255,0.8);
}

.textdata{
	font-family: PT Sans Caption;
	padding-left: 10px;
}

.datatr:hover{
	background: rgba(200,200,200,0.2);
}

.titletr{
	background: rgba(222,222,222,0.7);
}@font-face {
	font-family: 'PT Sans Caption'; 
	src: url('PT_Sans-Caption-Web-Regular.ttf'); } 

html {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	height: 100%;
	width: 100%;
	margin: 0; 
 }

body {
	overflow:hidden;
	
	margin: 0;
	height: 100%;
	width: 100%;
	font-size: 1em;
}

.container{
	max-width: 960px;
	padding-left: 1rem;
	padding-right: 1rem;
	margin: auto;
}

video::-webkit-media-controls {
  display: none;
}

.fullscreen-video-wrap{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	margin:0;
	z-index: -2;
	overflow: hidden;
}

.fullscreen-video-wrap video{
	margin:0;
	position: relative;
	left: -2%;
	top: -2%;
	min-width: 104%;
	min-height: 104%;
}

.header-overlay{
	height: 100vh;
	width: 100vw;
	position: fixed;
	top: 0;
	left: 0;
	background: lightgrey;
	z-index: -1;
	opacity: 0.2;
}

.footer{
	bottom: 10%;
	width: 100%;
	height: 20%;
	background-color: grey;
}

.bottommenu{
	-webkit-box-shadow:0px 0px 100px 20px #c9c9c9 inset;
	-moz-box-shadow:0px 0px 100px 20px #c9c9c9 inset;
	box-shadow:0px 0px 100px 20px #c9c9c9 inset;
	bottom: 0;
	width: 100%;
	height: 35%;
	background: rgba(222,222,222,0.9);
}

#twitterdiv{
	direction: rtl;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 10px;
	overflow-x: hidden;
    overflow-y: scroll;
	left:0;
	border: 0;
	background-color: white;
	height: 90%;
	width: 30%;
}

.siteinfo{
	position: absolute;
	right:0
}

#localizacao{
	position: absolute;
	border-radius: 10px;
	top: 1.75%;
	left: 32%;
	background-color: lightgrey;
	height: 31.5%;
	width: 60%;
}

.imglocalizacao{
	width: 100%;
	height: 100%;
	border-style: solid;
	background: url('images/localizacao.png');
}

.vidro {
	width: 100%;
	height: 100%;
	background-color: rgba(240, 240, 240, 0.5);
}

.logo {
	position: absolute;
	float: left;
	width: 20%;
	height: 6vh;
	top: 4%;
	left: 3%;
	background: url('images/Logo4.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.previsao{
	position: absolute;
	width: 32%;
	height: 30%;
	bottom: 16%;
	left: 6%;
}

.previsaoposition{
	position: absolute;
	width: 20%;
	height: 10%;
	bottom: -15%;
	left: 45%;
}

#conteudo1{
	width: 50%;
	height: 100%;

}

#conteudo2{
	width: 50%;
	height: 100%;

}

#bolinha1{
	box-shadow: 0px 0px 10px lightgrey;
	border-radius: 10px;
	background: white;
	top: -10%;
	left: -40%;
	position: absolute;
	height: 20%;
	width: 60%;
}

#bolinha2{
	box-shadow: 0px 0px 10px lightgrey;
	border-radius: 10px;
	background: white;
	top: -10%;
	left: 30%;
	position: absolute;
	height: 20%;
	width: 60%;
	opacity: 0.4;
}

/*----------------------------------------- TEMPERATURA ------------------------------------------------- */
.miniaturatempo{
	margin-top: 16%;
	width: 70%;
	height: 100%;
	background: url('images/sun.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.temperatura{
	position: absolute;
	width: 15%;
	height: 15%;
	top: 18%;
	left: 7.5%;
}

p.temperatura{
	font-family: PT Sans Caption;
	left: 85%;
	color: black;
	text-shadow: 8px 8px 15px grey;
	border-style: none;
	margin: 0;
	font-size: 12vh;
}

p.data{
	position: relative;
	font-family: PT Sans Caption;
	left: 40%;
	top: 15%;
	color: black;
	text-shadow: 8px 8px 15px grey;
	border-style: none;
	margin: 0;
	font-size: 2vh;
}

.prev_font{
	font-family: PT Sans Caption;
	text-align: center;
	font-weight: bold;
	font-size: 1vw;
	margin: 0;
}

.prev_temp{
	font-family: PT Sans Caption;
	text-align: center;
	font-size: 1.5vw;
}

.miniatura_prev{
	top: 0%;
	margin:0;
	position: relative;
	left: 10%;
	height: 20%;
	width: 80%;
	background: url(images/sun.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

#chart_div{
	width: 100%;
}

/*-------------------------------------------- BARRAS --------------------------------------------------*/

p.boxinfo{
	text-shadow: 0px 0px 10px white;
	margin: 0;
	margin-left: 1%;
	font-size: 3vh;
	top: -60%;
	position: absolute;
	font-family: PT Sans Caption;
}

p.infotop{
	font-family: PT Sans Caption;
	padding-left: 2%;
	font-size: 2.5vh;
}

.barra1 {
	-webkit-box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	-moz-box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	position: absolute;
	float: left;
	width: 17%;
	height: 8%;
	right: 0px;
	top: 21%;
	border-top: 1px solid rgba(51, 51, 51, 0.3);
	border-bottom: 1px solid rgba(51, 51, 51, 0.3);
	border-left: 1px solid rgba(51, 51, 51, 0.3);
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	background-color: rgb(256, 256, 256);
}

.barra2 {
	-webkit-box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	-moz-box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	position: absolute;
	float: left;
	width: 17%;
	height: 8%;
	right: 0px;
	top: 39%;
	border-top: 1px solid rgba(51, 51, 51, 0.3);
	border-bottom: 1px solid rgba(51, 51, 51, 0.3);
	border-left: 1px solid rgba(51, 51, 51, 0.3);
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	background-color: rgb(256, 256, 256);
}

.barra3 {
	-webkit-box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	-moz-box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	position: absolute;
	float: left;
	width: 17%;
	height: 8%;
	right: 0px;
	top: 57%;
	border-top: 1px solid rgba(51, 51, 51, 0.3);
	border-bottom: 1px solid rgba(51, 51, 51, 0.3);
	border-left: 1px solid rgba(51, 51, 51, 0.3);
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	background-color: rgb(256, 256, 256);
}

.barra4 {
	-webkit-box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	-moz-box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	position: absolute;
	float: left;
	width: 17%;
	height: 8%;
	right: 0px;
	top: 75%;
	border-top: 1px solid rgba(51, 51, 51, 0.3);
	border-bottom: 1px solid rgba(51, 51, 51, 0.3);
	border-left: 1px solid rgba(51, 51, 51, 0.3);
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	background-color: rgb(256, 256, 256);
}

/*-------------------------------------------- BOTOES --------------------------------------------------*/

.openheader {
	position: absolute;
	width: 2.5%;
	z-index: 2;
	height: 2.5%;
	bottom: -98%;
	right: 1%;
	background: url('images/plusbutton.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	opacity: 1;
}

.openbotsection{
	bottom: 0;
	position: absolute;
	left: 48.75%;
	width: 2.5%;
	height: 4%;
	opacity: 0.5;
	background: url('images/buttonup.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.opentopsection{
	top: 100%;
	position: absolute;
	left: 48.75%;
	z-index: 2;
	width: 2.5%;
	height: 4%;
	opacity: 0.5;
	background: url('images/buttondown.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}
	
#botaoesquerdo{
	opacity: 0.7;
	position: absolute;
	left: -10%;
	top: 45%;
	width: 10%;
	height: 10%;
	background: url('images/botaoesquerda.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

#botaodireito{
	opacity: 0.7;
	position: absolute;
	right: -10%;
	top: 45%;
	width: 10%;
	height: 10%;
	background: url('images/botaodireta.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.openfooter {
	position: absolute;
	width: 6.5%;
	height: 6.5%;
	right: 5%;
	bottom: -3.25%;
	background: url('images/Button.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	opacity: 1;
}

/*-------------------------------------------- 2 sessao --------------------------------------------------*/


.dados{
	border-collapse: collapse;
	border-radius: 4px;
	-webkit-box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	-moz-box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	box-shadow: 9px 11px 28px -4px rgba(0,0,0,0.5);
	position: relative;
	top: 18%;
	left: 10%;
	width: 80%;
	height: 60%;
	background: rgba(255,255,255,0.8);
}

.textdata{
	font-family: PT Sans Caption;
	padding-left: 10px;
}

.datatr:hover{
	background: rgba(200,200,200,0.2);
}

.titletr{
	background: rgba(222,222,222,0.7);
}