/*
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 : 21/10/2018, 12:19:14
    Author     : Gleisson Neves
    */

*{
    margin: 0;
    padding: 0;
    font-family: Gill Sans MT;
    
}

div, main, section, aside,header,figure {
    display: block;
}

.bloco1 div section header{
    font-size: 10px;
}
 

h1{
    font: bold 1em Gill Sans;
}
h2{
    font: bold 1.2em Gill Sans;
}
h3{
    font: bold 1em Gill Sans;
}
body{
    text-align: center;
    
}

.content-main .content-inicial{
     margin: 5%;
     padding: 2px;
    
    
   
   
}

.content-inicial header h1 span{
     font-size: 2.9em;
}

.btacesso{
  
    font-size: 10px;
    border: none;
    cursor: pointer;    
     background-color: black;
    color: white;
    border-radius: 10px;
     padding: 10px;
    box-shadow: 5px 1px #cc9900;
     margin-top: 15px;
     display: block;


/*.content-main{
   float: left;   
    margin: 0;
    background-color: #ffbf00;
    height: 730px;
    width: 50%;
   
   
}

.content-main-pages{
   float: left;   
    margin: 0;
    background-color: #ffbf00;
    height: 950px;
    width: 50%;
   
   
}

.content-main .content-pages{
   margin-top: 0; 
}
aside{
    
     width: 50%;
     margin-left: 50%;
     margin-top: 0;
     margin-bottom: 0;
     
     
     
}
img{
     margin-top: 10px;
     width: 80%;
     
}
header{ 
   
    padding: 3px;
   
}
main{
    margin-top: 20%;
     
}
main h3{
    margin-top: 50px;
}
main div span{
    background-color: black;
    color: white;
    border-radius: 10px;
     padding: 30px;
    box-shadow: 15px 10px #cc9900;
     margin-top: 150px;
    
    
}

main div span:hover{
    background-color: #3e8e41;
    color: white;
}


main div{
    margin-top:100px;
    
    
}
a{
    color: #ffbf00;
    text-decoration: none;
}
.faixa-logo .logo{
    background-color: white;
    width: 50%;
    height: 50%;
    border-style: groove;
    border-width: 1px;
     padding: 15px;
    margin-top: 60px;
    border-radius: 80px;
    margin-right: 20%;
}
.logo-borda img{
   // display: inline-block;
    width: 15%;
    height: 15%;
    // margin: 25px;
     //margin-left: 1px;
     position: absolute;
     margin-top: 0px;
     
}

.logo-borda {
    display: -moz-box; 
   margin-right: 45%;
   -webkit-box-pack: center;
    
  
}
.logo-borda #corrente{
     width: 15%;
    height: 16%;
   
}

.faixa-logo2 img{
    width: 15%;
    height: 15%;     
}
.faixa-logo{
    margin-top: 0px;     
}
.faixa-logo2{
    margin-right: 70%;     
}
//menu
.menu{
    margin-top: 10px;
}


    
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,1);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #ffbf00}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

//aside de conteudo da pagina
/*
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 : 24/03/2019, 10:25:53
    Author     : Gleisson Neves
*/


    
