/*+--------------------------------+*/
/*| PARALLAX                       |*/
/*+--------------------------------+*/
.parallax {
	min-height: 200px;
	background: rgba(0,0,0,0);
	position: relative;
}
.parallax::before {
	content: '';
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: rgba(0,0,0,.6);
}
.parallax>div {
	display: table;
	height: 200px;
	overflow: hidden;
}
.parallax>div>div {
	display: table-cell;
	vertical-align: middle;
}
.parallax .ttl-pg {
	font-family: 'GillSansMTPro-Bold';
	text-transform: uppercase;
	font-size: 20px;
	color: white;
	text-align: center;	
}


/*+--------------------------------+*/
/*| INDICADOR DA PÁGINA            |*/
/*+--------------------------------+*/
.breadcrumb {
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
    margin-bottom: 0px;
    list-style: none;
    background-color: transparent;
	border-radius: 0px;
}
.breadcrumb>li,.breadcrumb>li>a { 
	text-transform: uppercase;
	color: #58585B;
	font-size: 10px;
}
.breadcrumb>li+li:before {
	padding: 0px 8px;
}

/*+--------------------------------+*/
/*| BARRA SEPARADORA               |*/
/*+--------------------------------+*/
.br-sp{
	height: 20px;
	background: #F3F3F4;
}


/*+--------------------------------+*/
/*| GALERIA                        |*/
/*+--------------------------------+*/

/* FILTROS */
.gl-flt {
	margin-top: 100px;
}
.gl-flt-mbl {
	display: none;
	margin-top: 100px;
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
}
.gl-flt-mbl .gl-flt-sec>div {
	text-align: center;
}
.gl-flt-mbl .gl-flt-sec>div:first-of-type {
	margin-bottom: 50px;
}
.gl-flt-sec {
	display: inline-block;
}
.gl-flt-sec:first-of-type {
	margin-right: 50px;
}
.gl-flt-sec>div {
	display: block;
	text-align: left;
	margin-right: 25px;
	margin-bottom: 10px;
}
.gl-flt-sec>div>p {
	display: inline-block;
	font-family: 'GillSansMTPro-Bold';
	text-transform: uppercase;
	font-size: 15px;
	color: #bfbfbf;
	padding-bottom: 2px;
	border-bottom: 4px solid #fff;
	transition: color 0.2s ease-in-out;
	cursor: pointer;
}
.gl-flt-sec>div:hover>p {
	color: #a4a6a8;
	background: none;
	outline: none;
	transition: color 0.2s ease-in-out;
}
.gl-flt-sec>div>p.active {
	color: #a4a6a8;
	border-bottom: 4px solid #ecbb3a;
}
@media (max-width: 990px) {
	.gl-flt-mbl {
		display: block;
	}
	.gl-flt {
		display: none;
	}
	.gl-flt-sec:first-of-type {
		margin-right: 0px;
	}
	.gl-flt-sec>div {
		margin-right: 0px;
	}
}


/* CONTEUDO DA GALERIA */
.gl-sec {
	margin-top: 50px;
	margin-bottom: 100px;
	overflow: hidden;
}
.filtr-item {
    padding: 1rem;
}

/* INPUT ESCONDIDO */
.input-hdn-rst {
	position: absolute;
	top: -100px;
	width: 10px;
	border: 0px;
	outline: 0px;
}