/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 26/10/2017, 16:18:21
    Author     : Abelardo
*/

@charset "UTF-8";
@Import url(https://fonts.googleapis.com/css?family=Orbitron|Syncopate);
@font-face{
    //Inserir depois
}
 body{    
    font-family: 'Arial', sans-serif;
    background-color: #ffd;
    color: rgba(0,0,0,1);
	
}

div#interface{
   // width: 780px;
    background-color:darkslategray;
   /* margin: auto auto 0px auto;
    box-shadow: 0px 0px 10px black;
    padding: -20px;*/
	text-align: center;
	
/*    margin: 7px auto 0px auto;*/
    box-shadow: 0px 0px 10px black;
    padding: 5px;
    border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

div#acessos{
    padding: 2px;
	margin: 5px;
    border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
    background-image: linear-gradient(to bottom,white,skyblue);
    box-shadow: 0px 0px 10px black;
   
}

header#cabecalho{
    display: block;
/*    width: 600px;*/
    height: auto;
	text-align: center;
    background-color: #fff;
/*    margin: 7px auto 0px auto;*/
    padding: 2px;
	margin: 5px;
    border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
/*    box-shadow: 0px 0px 10px black;*/
    background-image: linear-gradient(to bottom, skyblue, white);
    
}


p{   
    text-indent: 10px;
	margin: 1px;   
	padding: 1px;
	
}


p#rd1{
    text-align: center;
	padding: 0px;
    color: dodgerblue;
    font-family: 'Syncopate',sans-serif;
    text-shadow: 3px 3px 5px rgba(0,0,0,.8);
    font-size: 64pt;
	
}

p#rd2{
    text-align: center;
    color: green;
    font-family: "Syncopate",sans-serif;
    text-shadow: 1px 1px 1px rgba(0,0,0,.6);
    font-size: 10pt;
	
}



p#cab-giig{
    text-align: center;
    color: blue;  
    text-shadow: 1px 1px 1px rgba(0,0,0,.6);
    font-family: serif ;
    font-size: 60pt;
    margin: 1px auto 0px auto;
    padding: 2px;
}


a{
    color: #333;
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
}



nav#menu{
    display: block;
    

}

nav#menu ul{
    list-style: none;
    text-transform: uppercase;
/*    position:absolute;*/
    top: -15px;    
    font-family: "arial",sans-serif;
    font-size: 9pt;
	padding: 1px;
/*    left: 300px;*/
}



nav#menu li{
    display: inline-block;
    background-color:midnightblue;	
    padding: 6px;
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 3px;
    transition: background-color .2s;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
    box-shadow: 0px 0px 20px white;
}

nav#menu li:hover{
    background-color: blue;
	
}

nav#menu h1{
    display: none;
}

nav#menu a{
    color: #fff;
    text-decoration: none;
}

nav#menu a:hover{
    color: #fff;
    text-decoration: none;	
}

section#corpo{
/*    display: block;*/
    width: auto;
    height: auto;
	text-align: center;
    background-color: #ffe;
    margin: 2px auto 0px auto;
/*    padding: 10px;*/
    box-shadow: 0px 0px 10px black;
    
}

section#principal{
    width: auto;
    height: auto;
	text-align: center;
    background-color: #ffe;
    margin: 2px auto 0px auto;
    box-shadow: 0px 0px 10px black;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
    
}

section#pesquisa{
    width: auto;
    height: auto;
	text-align: center;	
    background: linear-gradient( gray, white);
    margin: 10px auto 10px auto;
	padding: 10px 2px  10px 2px;
    box-shadow: 0px 0px 10px black;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}


form1{
	font-size: 20px;
	text-align: center;
	width: auto;
}

h2{
	margin-top: 5px;
	font-size: 16px;
}

h2#cab_ini_a1{
	text-align: center;
	background-color: darkblue;
	color: white;
	padding: 5px;
}


h2#cab_car_a1{
	text-align: center;
	background-color: green;
	color: white;
	padding: 5px;
}


h2#cab_pan_a1{
	text-align: center;
	background-color: orangered;
	color: white;
	padding: 5px;
}


h2#cab_fol_a1{
	text-align: center;
	background-color: blueviolet;
	color: white;
	padding: 5px;
}

h2#cab_not_a1{
	text-align: center;
	background-color: red;
	color: white;
	padding: 5px;
}


h2#cab_sit_a1{
	text-align: center;
	background-color: goldenrod;
	color: white;
	padding: 5px;
}

p#txt_ini_a1{
   
    font-family: "calibri","arial",sans-serif;
    font-size: 20px;
	text-align: justify;
	color: #444;
	text-indent: 25px;
	padding-left: 5%;
	padding-right: 5%
    
	
}

img {
    
    width: 90%;
	padding-top: 1px;
	padding-left: 5%;
	padding-right: 10%
}



        

sub-bloco{
    position: relative;
    border: 4px;
    background-color: #888;
    margin: 2px auto 0px auto;
    box-shadow: 0px 0px 10px black;   
}
    

img#botao {
    width: 100px;
	padding-top: 10px;
}

img#logo {
    width: 266px;
	padding-top: 10px;
}

img#midias{
    width: 32px;
    height: 32px;
    margin: 0px;
    padding: 0px;
}



footer#rodape{
    display: block;
    width: auto;
    height:auto;
    background-color: dodgerblue;
    margin: 7px auto 0px auto;
    padding: 8px;
    color: white;
    font-family: 'Syncopate',sans-serif;
	font-size: 12px;
    box-shadow: 0px 0px 10px black;
    clear: both;
    border-top: 1px solid #606060;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}


p#final{
	text-indent: 0px;
    text-align: center;
    color: white;
    font-family: monospace,sans-serif;
/*    text-shadow: 1px 1px 1px rgba(0,0,0,.6);*/
    font-size: 12pt;
    
}


/* testes*/


.principal {
  background-color: #def;
  margin: 5;	
  box-shadow: 0px 0px 10px black;
  height: auto;
  width: 100%;
}

div.wrapper{
  position: relative;
  width: 100%;
  margin: auto;
}
.bloco {
  height: auto;
  width: auto;
  
  background: linear-gradient( skyblue, white);
  margin: 10px auto 10px auto;
  padding: 10px 2px  10px 2px;
  box-shadow: 0px 0px 10px black;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.bloco2 {
  float: left;
  width:  30%;
  max-height: 700px;   
  min-width: 340px;    
  
  
  background: linear-gradient( skyblue, white);
  margin: 10px 10px 5px 10px;
  padding: 5px 2px  10px 2px;
  margin-left: 0px;
    
  box-shadow: 0px 0px 10px black;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}


/*
footer{
  text-align: center;
  background-color: red;
  color: #FFF;
  position: absolute;
  bottom: 0;
  line-height: 50px;
}
*//*
* { 
	margin:0; 
	padding:0;
} 

#slide { 
	width: 640px; 
	overflow: hidden; 
	height: 426px; 
	margin: 50px auto; 
	box-shadow: 0 0 8px #000; 
	position: relative; 
} 

#slide imag { 
	position: absolute; 
	z-index: 1; 
	display: none; 
	left: 0; 
} 

#slide p { 
	z-index:2; 
	position: absolute; 
	bottom: 0; 
	left: 0; 
	width: 100%; 
	padding: 10px; 
	font-family: Arial; 
	font-size: 18px; 
	background: rgba(0,0,0,0.5); 
	color: #fff; 
}*/
