.feedback {
                      background: linear-gradient(rgba(23, 22, 23, 0.6), rgba(23, 22, 23, 0.7)), url(../images/site16132_eventobg.jpg) no-repeat center fixed;
                      background-size: cover;
                      padding:5em 0;
                    } 
/** Social Button CSS **/

.share-btn {
  display: inline-block;
  color: #ffffff;
  border: none;
  padding: 0.1em 0.6em;
  outline: none;
  text-align: center;
  font-size: 0.9em;
  margin: 0 0.2em;
}

.share-btn:focus,
.share-btn:hover {
  text-decoration: none;
  opacity: 0.8;
}

.share-btn:active {
  color: #e2e2e2;
}

.share-btn.twitter { background: #55acee; }
.share-btn.google-plus { background: #dd4b39; }
.share-btn.facebook { background: #3B5998; }
.share-btn.stumbleupon { background: #EB4823; }
.share-btn.reddit { background: #ff5700; }
.share-btn.hackernews { background: #ff6600; }
.share-btn.linkedin    { background: #4875B4; }
.share-btn.email { background: #444444; }

/*::: TABELA 2 DOCUMENTOS FEATURE :::::*/
.documentos-doc1{
	position: relative;
	width: 100%;
	text-align: start;
	color: #000000;
	font-size: 20px;
	font-weight: bold;
}

.documentos-doc1:hover{
	color: #583716;
}

.documentos-doc2{
	position: relative;
	width: 100%;
	text-align: end;
	color: #323232;
	font-size: 15px;
	font-weight: normal;
}

.documentos-doc2:hover{
	text-decoration: underline;
}