@font-face{
  font-family: "Segoe UI";
  src: url('../fonts/Segoe UI.ttf') format('truetype');
  font-family: "Lucida Handwriting";
  src: url('../fonts/qkmarisa.ttf') format('truetype');
  
}

.body{
  background: url('cs1bw.jpg') center center no-repeat fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  

  margin: 0px;
  padding: 0px;
border: 0px;
	
}

#bigmenu{
    height: 183px;
    width: 100%;
    background-color: blue;
   
}
.nav {
  width: 100%;
  height: 180px;

  display: flex;

	background: white;
	padding: 0px;
        
	margin: 0px;
        
 
font-family: Segoe UI;

  text-align: center;
    list-style:none;
  color: black;
  font-size: 20px;
}


#menu {
    width: 100%;
  
}

#links {
   width: 20%; 
   
}

#barra {
    width: 100%;
    background-color: blue;
}
 
.nav ul li { display: inline; }

.nav ul li a {
    padding: 5px 15px;
    display: inline-block;

    /* visual do link */
    background-color:#EDEDED;
    color: #333;
    text-decoration: none;
    border-bottom:3px solid #EDEDED;
}






.header {
  width: 100%;
  border-top: 0px;
  margin-top: 0px;
	
	padding: 0px;
  text-align: center;
  
  color: black;
  font-size: 20px;
  font-family: Segoe UI;
}

.header p {
    width: 40%;
    margin-left: 100px;
    
}

.main {
  width: 100%;
  border: 0px;
	margin: 0px;
	padding: 0px;
 
  
}



.descricao {
     width: 100%;
   	border: 0px;
   	margin-top: 0px;
   	margin-bottom: 0px;
        padding: 0px;
   
     text-align: center;
  background-color:  	#F5F5F5;
  color: black;
  font-size: 15px;
    font-family: Segoe UI;
}


.painel {
    width: 100%;
    
    
}

.denuncie {
    
   
    width: 100%;
    display: flex;
    background-color: white;
    align-content: center;
    padding-top: 20px;
     padding-bottom: 20px;
    justify-content: center;
    
    
}
.circulodenuncie {
    
    background-color: #006400;
    
    width: 20%;
    height: 200px;
    border-top-right-radius: 80px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 80px;
    text-align: center;
     display: -webkit-flex;
     display: -ms-flexbox;
            display: flex;

    -webkit-align-items: center;
      -webkit-box-align: center;
	 -ms-flex-align: center;
	    align-items: center;
    color: white;
  justify-content: center;
    
}

.descdenuncie {
    width: 55%;
    font-size: 15px;
    font-family: Segoe UI;
    padding-left: 15px;
    
    
}

.tabledenuncie {
    color: white;
}


.facaparte {
    text-align: left;
    width: 100%;
    height: 200px;
    padding-left: 50px;
    font-family: Segoe UI;
      
}
.footer {
  width: 100%;
  
  border: 0px;
	margin: 0px;
	padding: 0px;
  
  background-color:  	#191970;
  color: white;
  font-size: 18px;
    font-family: Helvetica;
    display: flex;
    justify-content: center;
}
.footerum {
    width: 25%;
    height: 250px;
    padding: 8px;
    padding-top: 20px;
    
}

.footerdois {
    width: 25%;
    height: 250px;
    padding: 8px;
    padding-top: 20px;
    
}

.footertres {
    width: 25%;
    height: 250px;
    padding: 8px;
    padding-top: 20px;
}

.facebook-share-button {
     display: inline-block;            
    width: 35px;
    height: 35px;
    margin: 2px;
    background-size: 100% 100%; /* ou 'contain' */
    background-image: url("../img/icone-facebook-iconfinder.png");
    background-repeat: no-repeat;
    background-position: center;
    
}

.instagram-share-button {
    
    display: inline-block;            
    width: 35px;
    height: 35px;
    margin: 2px;
    background-size: 100% 100%; /* ou 'contain' */
    background-image: url("../img/icone-instagram-iconfinder.png");
    background-repeat: no-repeat;
    background-position: center;
}

