 .preencher{
 	border: 1px solid #FF0000 !important;
 }
 
 .link-redes {
	color: inherit !important;	
}

.twitter:hover, .linkedin:hover, .facebook:hover {
	opacity: 0.7;
}
.facebook {
	color: #3b5998;
	font-size: 35px;
	margin-left: 6px;
	margin-right: 6px;
}
.twitter {
	color: #4099ff;
	font-size: 35px;
	margin-left: 6px;
	margin-right: 6px;
}
.linkedin {
	color: #007fb1;
	font-size: 35px;
	margin-left: 6px;
	margin-right: 6px;
}


.fa-facebook-square:hover {
	color: #4267b2;
}
.fa-twitter-square:hover {
	color: #439cd6;
}
.fa-youtube-square:hover {
	color: #ff0000;
}
.fa-shopping-cart:hover {
	color: #00ff00;
}
.fa-whatsapp:hover {
	color: #20a413;
}
.fa-instagram:hover {
	color: #cb3a99;
}
.icones-redes {
    font-size: 40px !important;
}

.icon-rede {
	cursor: pointer; 
}
.publicidade {
	background: #FFFFFF;
	margin-top: -20px;
}
.txt-publicidade {
	font-size: 12px;
	font-weight: bold;
	color: #AAAAAA;
}
.caixa-publicidade {
	border: 1px solid #F1F1F1;
	text-align: center !important;
}

.zoomBanner {
	overflow: hidden;
	padding-right: 0px;
    padding-left:0;
    position: relative;
	
}


.zoomBanner img {
	max-width: 100%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	
}

.zoomBanner:hover img { 
	-moz-transform: scale(1.1); 
	-webkit-transform: scale(1.1); 
	transform: scale(1.1);
}

.ds-doc a {
	color: #6e6e6e;
}
.jpg, jpeg {
	background: #1500ff;
}

.pdf {
	background: #FF0000;
}
.png {
	background: #e97a07;
}

.icone_doc {
	background-image: url("../img/icone.png");
	width: 40px;
	height: 40px;
	float: left;
	position: relative;
}
.documento {
	padding: 5px 0 5px 20px;
}
.tp_doc {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	position: absolute;
	width: auto;
	top: 15px;
	padding: 0 3px 0 3px;
}
.ds-doc {
	line-height: 40px;
	font-size: 16px;
}

.div-fotos-evento {
	margin: 30px 0 30px 0;
}

.gal-item{
	overflow: hidden;
	padding: 3px;
}
.gal-item .box{
	height: 150px;
	overflow: hidden;
}
.box img{
	height: 100%;
	width: 100%;
	object-fit:cover;
	-o-object-fit:cover;
}
.gal-item a:focus{
	outline: none;
}
.gal-item a:after{
	content:"\e003";
	font-family: 'Glyphicons Halflings';
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.75);
	position: absolute;
	right: 3px;
	left: 3px;
	top: 3px;
	bottom: 3px;
	text-align: center;
	line-height: 350px;
	font-size: 30px;
	color: #fff;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.gal-item a:hover:after{
	opacity: 1;
}


.link_capa {
	color:#333333 !important;
}

.link_capa:hover {
	color:#333333 !important;
}

.link_mais {
	font-weight: 400;
	margin-top: 20px;
}

.link_mais:hover {
	color:#999999 !important;
	text-decoration: none !important;
}

/* campo de busca */
.input-group-addon, .input-group-btn {
    width: inherit !important;
}

#custom-search-input {
    margin:0;
    margin-top: -5px;
    margin-left: 10px;
    padding: 0;
    width: 100px;
}


#custom-search-input:focus-within {
	width:90%;
}


#custom-search-input .search-query {
    padding-right: 3px;
    padding-right: 4px \9;
    padding-left: 3px;
    padding-left: 4px \9;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */

    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-top: 15px;
}

/*Resultado da busca*/
.cor-busca {
	color: #FF0000;
}
.titulo-busca {
	color:#333333 !important;
	font-size: 16px !important;
	font-weight: bold;
}
.link-busca:hover {
	color:#999999 !important;
}
.resumo-busca {
	font-size: 14px;
	color: #333333 !important;
}
.dominio-busca {
	font-size: 12px;
	color: #999999;
}
.res-busca-none-n, .res-busca-none-e, .res-busca-none-d {
	display: none;
}
.resumo-ultimas {
	font-size: 15px !important;
}

.resumo-ultimas a{
	color:#999999 !important;
}
.resumo-ultimas a:hover{
	color:#bdbbbb !important;
	text-decoration: none;
}

.pagination {
	font-weight: bold;
}

.linhaDiv {
    margin-top: 10px !important;
}
