
/*PESQUISA*/

.search_box .cats_mae,
.search_box .scats_box {
    top: 0;
}
.search_box .cats_mae {
	margin-bottom: 40px;
}
.search_box .cats_mae:before {
	content: "";
	background: #49505a;
    height: 95%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
}
.search_box .sub_cats {
	position: absolute;
    background: #fff;
	z-index: 2;
}
.search_box .paginas_titulo {
    color: #2b303b;
    font-size: 40px;
    line-height: 36px;
    font-weight: 200;
    letter-spacing: 0.025em;
    /* padding: 0 20px; */
}
.pesq_tit{
	padding-top: 45px;
	border-top:1px solid #c8e9f0;
	text-align: left;
    font-size: 21px;
    line-height: 28px;
    font-weight: 200;
    color: #696f7c;
	padding-bottom: 20px;
	text-transform: uppercase;
}
.pesq_tit:first-child{
	border-top:0;
}
a.pesq_tit{
	display:table;
}
a.pesq_tit:hover{
	color:#3c3c3c;
}

.pesq_txt{
	text-align:left;
	margin-bottom:35px;
	
	color: #3c3c3c;
	font-size: 15px;
	font-weight: 100;
	line-height: 20px;
	
	-moz-column-count: 5;
	-webkit-column-count: 5;
	column-count: 5;
	-webkit-column-gap: 55px;
	-moz-column-gap: 55px;
	column-gap: 55px;
}
.pesq_txt2{
	text-align:center;
	margin:35px 0;
	
	font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #2E2E2E;
}
.pesquisa_link{
	font-size: 14px;
    font-weight: 400;
    color: #83969f;
	line-height: 18px;
	margin:5px 0;
	display: table;
	text-align:left;
}
.pesquisa_link:hover, .pesquisa_link:focus{
	color:#343c48;
}
@media only screen and (max-width: 900px) {
	.pesq_txt{
		-moz-column-count: 4;
		-webkit-column-count: 4;
		column-count: 4;
	}
}
@media only screen and (max-width: 750px) {
	.pesq_txt{
		-moz-column-count: 3;
		-webkit-column-count: 3;
		column-count: 3;
	}
}
@media only screen and (max-width: 600px) {
	.pesq_txt{
		-moz-column-count: 2;
		-webkit-column-count: 2;
		column-count: 2;
	}
}
@media only screen and (max-width: 450px) {
	.pesq_txt{
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
	}
}
