@charset "UTF-8";
/* CSS Document */


html, body {
  margin: 0;
  padding: 0;
  background-attachment: fixed;
  background-size: cover;
}
body {
 background-color:#000;
}
p, div {color:#333; font-family:"Roboto Slab", serif; font-size:12px; font-weight:100;}

h1 {
	color:rgba(245,243,228, 0.8);
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	font-size: 90px;
	text-align:center;
	padding-top:30px;
	margin-top:0px;
	margin-bottom:0px;
}
h2 {
	color:rgba(25,143,140,0.3);
	font-family: 'Oswald', sans-serif;
	font-size: 60px;
	font-weight:600;
	text-transform:uppercase;
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
	margin-top:0px;
	margin-bottom:0px;
}
h3 {
	color:#F5F3E4;
	font-family: "Roboto Slab", serif;
	font-weight:200;
	font-size: 30px;
	padding-bottom:8px;
	margin-top:0px;
	margin-bottom:0px;
}
h4 {
	color:#EB5; 
	font-family: "Roboto Slab", serif;
	font-weight:100;
	font-size:12px;
	text-align: left;
	padding-bottom:8px;
	margin-top:0px;
	margin-bottom:0px;
}
h5 {
	color:#EB5; 
	font-family: 'Oswald', sans-serif;
	font-weight:100;
	font-size:15px;
	text-align: center;
	text-transform:uppercase;
	letter-spacing: 1px;
	padding-top:32px;
	padding-bottom:8px;
	margin-top:0px;
	margin-bottom:0px;
}
h6 {
	color:rgba(255,10,10,0.8);
	font-family: 'Oswald', sans-serif;
	font-weight:200;
	font-size: 90px;
	text-align:center;
	padding-top:30px;
	margin-top:0px;
	margin-bottom:0px;
}

.negativeText{
	color:#F5F3E4; font-size:12px; font-weight:100;
}
.negativeTextLeft{
	color:#F5F3E4; font-size:12px; text-align: left; font-weight:100; letter-spacing: 1px;
}
.negativeTextCenter{
	color:#F5F3E4; font-size:12px;text-align:center; font-weight:100;letter-spacing: 1px;
}
.negativeTextJust{
	color:#F5F3E4; font-size:12px; text-align: justify; font-weight:100;
    text-justify: inter-word;
}
.splitter{
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	font-size:16px;
	color:#198F8C;
	text-decoration:none;
	text-transform:uppercase;
}
a:link{
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	color:#198F8C;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing: 1px;
}
a:visited
{color:#3BAFAE;
text-decoration:line-through;
}
a:hover
{color:#FC6;
text-decoration:none;
}
a:active {
	color:#F00;
    text-decoration: underline;
}
.elsur {
   display: block;
   left: 50%;
   height: 150px;
   width:auto;
   margin-left: auto;
   margin-right: auto;
   margin-top:0px;
   margin-bottom:250px;
   z-index: -1;
}
.logo {
	position:absolute;
   display: block;
   left: 50%;
   top:80px;
   height: 240px;
   width:auto;
   margin-left:-120px;
   margin-right: auto;
   margin-top:0px;
   margin-bottom:0px;
}

.icone {
   display: block;
   height: 24px;
   width:24px;
   margin:0px;
}
.bodyText {
	text-align: center;
	font-family: arial;
	font-size: 12px;
}
/*tabelas, estão nos videos e nas fotos*/
.tableVd {
	width:800px;
	margin:auto;
	border-spacing: 8px;
}
.tableVd th, td {
    text-align: center;
	border:0;
}

.tableFtTop, .tableFtBot, .tableFtCenter, .tableFtPromo {
	width:100%;
	height:auto;
	margin:auto;
	cellspacing:0; 
	cellpadding:0;
	border-collapse: collapse;
}
.tableFtTop th,td, .tableFtBot th,td, .tableFtCenter th,td {
	padding: 0;
	text-align:left;
  	/*background-color:#F5F3E4;*/
	border:0;
	
}
.tableFtPromo th,td{
	padding: 4px;
	vertical-align:top;
}
.tableFtTop img, .tableFtBot img, .tableFtCenter img, .tableFtPromo img{
	float:left;
	width:100%;
	height:auto;
}
.tableFtTop th{
vertical-align:top;
}
.tableFtBot th{
vertical-align:bottom;
}
.tableFtCenter th{
vertical-align:central;
}

/*thFotos, tdFotos {
  	backgroundColor:#F5F3E4;
    text-align: center;
	border:16px;
}*/

#video-background {
/*  making the video fullscreen  */
  position: fixed;
  right: 0; 
  top: 0;
  min-width: 100%; 
  min-height: 100%; 
  width: auto; 
  height: auto;
  z-index: -2;
}

/* These just style the content */
article {
/*  just a fancy border  */
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*border: 10px solid rgba(255, 255, 255, 0.3);*/
}
.separador{
/*  caixas  */
	background-color: rgba(0,0,0,0.4);
	display: block;
   	left: 0px;
   	width: 100%;
   	height: auto;
	padding-bottom:32px;
	border-bottom-style:dotted;
	border-bottom-color:#630;
	border-bottom-width:2pt;
	}
	
.rodape{
/*  caixas  */
	background-color: rgba(0,0,0,0.7);
	display: block;
   	left: 0px;
   	width: 100%;
	margin:auto;
	padding-top:40px;
	padding-bottom:40px;
	}
.rodape_icons {
	height:20px;
	width:auto;
	padding:16px 8px 8px 8px;
}
 /* The navigation bar */
.navbar {
	float: right;
    overflow: hidden;
    position: fixed; /* Set the navbar to fixed position */
    top: -500px; /* Position the navbar at the top of the page */
	right: 0px;
    width: 120px;
	
}

/* Links inside the navbar */
.navbar a {
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	text-transform:uppercase;
    background-color: rgba(0,0,0,0.2);
    display: block;
    color:#198F8C;
    text-align: left;
    padding: 8px 16px;
    text-decoration: none;
	width:120px;
	
}
@keyframes nav {
    from {top:-500px;}
    to {top:0px;}
}

/* The element to apply the animation to */
.navbar {
    top:0px;
    animation-name: nav;
    animation-duration: 1.5s;
}

/* Change background on mouse-over */
.navbar a:hover {
    background-color: rgba(25,143,140,0.8);
    color: #F5F3E4;
	transition: all ease-in-out .2s;
}
/*button menu*/
.image_as_btn{
	opacity:0.6;
}
.image_as_btn:hover {
    opacity:1;
	transition: all ease-in-out .2s;
}

.navbar .image_as_btn .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: rgba(25,143,140,0.8);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: 100%;
  right: 10%;
  margin-left: -60px;
}

.navbar .image_as_btn:hover .tooltiptext {
  visibility: visible;
}
 /*cada botão do menu são 50px*/
.back-to-top {
	float: left;
margin-left: 12px;
/*position: fixed;
top: 282px;*/
width: 64px;
height: 64px;
z-index: 100;
display: none;
text-decoration: none;

}

.navbarDIVtoHide {
	display: none;
}
.showMenu {
	display: block;
	float:right;
	cursor: context-menu;
}
.hideMenu{
	display: none;
}

#contract {
	float:right;
	width: 0;
    height: 0;
    border-top: 28px solid #ffffff;
    border-left: 28px solid transparent;
	cursor: context-menu;
}

/*back-to-top megafone*/
.logo_as_icon{
	opacity:0.8;
	width:64px;
	height:auto;
}
.logo_as_icon:hover {
    opacity:1;
	transition: all ease-in-out .2s;
}


.fundo{
	position:relative;
	width:50%;
	right:20%;
	top:30px;
	height:300px;
	border:1px solid white;
	background-color: rgba(255,255,255,0.8);
	float:right;
}
/* botões em separador*/

.buttonRightField{
	width: 664px;
	height: 24px;
	margin:0 auto;
	padding-top:12px;
	padding-bottom:8px;
	text-align:right;
}
.buttonRight {
	float: right;
    overflow: hidden;
    background-color: rgba(0,0,0,0.5);
    width: 64px;
  
}

.buttonRight a {
  font-family: 'Oswald', sans-serif;
	font-size: 36px;
	font-weight:600;
	text-transform:uppercase;
    display: block;
    color:#198F8C;
    text-align: left;
    padding: 0px 24px;
    text-decoration: none;
	width:90px;
}
.buttonRight {
    top:0px;
    animation-name: nav;
    animation-duration: 1.5s;
}

/* Change background on mouse-over */
.buttonRight a:hover {
    background-color: rgba(25,143,140,0.8);
    color: white;
	transition: all ease-in-out .2s;
}
/* campo de notícias*/
.noticiasField{
	width: 600px;
	height: auto;
	margin:0 auto;
	/*margin-bottom:32px;*/
	padding:32px;
	background-color: rgba(0,0,0,0.5);
	border-style:dashed;
	border-color:#F5F3E4;
	border-width:1pt;
}

.videoField{
	width: 816px;
	height: auto;
	margin:0 auto;
	padding:32px;
	background-color: rgba(0,0,0,0.3);
	border-style:dashed;
	border-color:#198F8C;
	border-width:1pt;
}
.videoInField{
   display: block;
   width: 240px;
   height: 135px;
   padding:8px;
   /*margin-bottom:16px;*/
   background-color:#F5F3E4;
 }
.fotosField{
	width:auto;
	height:80%;
	margin:0 auto;
	background-color: rgba(0,0,0,0.3);
	padding:32px 0 32px 0;

}
.newsFotoV{
   display: block;
   height: 240px;
   width: auto;
   padding:8px;
   margin-bottom:16px;
   background-color:#F5F3E4;
   }
.newsFotoH{
   display: block;
   width: 584px;
   height: auto;
   padding:8px;
   margin-bottom:16px;
   background-color:#F5F3E4;
 }
 .newsVideo{
   display: block;
   width: 584px;
   height: 329px;
   padding:8px;
   margin-bottom:16px;
   background-color:#F5F3E4;
 }
.newsLinks{
	display: block;
	padding:8px 0 0px 0;
	margin-bottom:0;
}
.newsText {
	display: block;
	width: 600px;
}
.social_icons {
	height:18px;
	width:auto;
	padding-left:10px;
}
.bioField{
	width: 600px;
	height: auto;
	margin:0 auto;
	text-align:center;
	/*margin-bottom:32px;*/
	padding:32px 0 32px 0;
	/*background-color: rgba(0,0,0,0.5);*/
	/*border-style:dashed;
	border-color:#F5F3E4;
	border-width:1pt;*/
}
.bio_img{
	background-color: rgba(22,51,71,0.5);
	width:auto;
	margin-bottom:16px;
	border-style:dashed;
	border-color:#198F8C;
	border-width:1pt;
}
.float_img_right {
	float: right;
 	padding:4px;
	margin-left:8px;
   margin-bottom:16px;
   margin-top:6px;
   background-color:#F5F3E4;
}