pesquisar, .pesquisar { display:flex; flex-flow:row wrap; justify-content:left; padding:10px; }
.input {}
.input input { width:100%; height:40px; border-radius:5px; border:1px solid #aaa; background-image:linear-gradient(60deg, #eee, #fff); color:#333; padding:0px 5px; }
.bt-100 {}
.bt-100 button { width:100%; height:40px; border-radius:5px; border:none; }
.bt-25 {}
.bt-25 button { width:25%; height:40px; border-radius:5px; border:none; }
.btput {}
.btput input { width:75%; height:50px; margin:0px; border:none; background-image:linear-gradient(60deg, #ddd, #eee); color:#333; padding:0px 5px; border-radius: 0px 8px 8px 0px; }
.btput button { width:25%; height:50px; margin-right:-5px; border:none; background:#ddd; border-radius: 8px 0px 0px 8px; color:#555; }

@media screen and (min-width:1366.1px){
	pesquisar div, .pesquisar div { width:241px; padding:15px; }
	.bt-input {}
	.bt-input input { width:76%; height:40px; border-radius:5px; border:1px solid #aaa; background-image:linear-gradient(60deg, #eee, #fff); color:#333; padding:0px 5px; }
	.bt-input button { width:21%; height:40px; border-radius:5px; border:none; }
	.bt-50 {}
	.bt-50 button { width:48%; height:40px; border-radius:5px; border:none; }
	.bt-33 {}
	.bt-33 button { width:30%; height:40px; border-radius:5px; border:none; }
}

@media screen and (min-width:800.1px) and (max-width: 1366px){
	pesquisar div, .pesquisar div { width:25%; padding:10px; }
	.bt-input {}
	.bt-input input { width:73%; height:40px; border-radius:5px; border:1px solid #aaa; background-image:linear-gradient(60deg, #eee, #fff); color:#333; padding:0px 5px; }
	.bt-input button { width:24%; height:40px; border-radius:5px; border:none; }
	.bt-50 {}
	.bt-50 button { width:48%; height:40px; border-radius:5px; border:none; }
	.bt-33 {}
	.bt-33 button { width:31.5%; height:40px; border-radius:5px; border:none; }
	.bt-25 {}
	.bt-25 button { width:23%; height:40px; border-radius:5px; border:none; }
}

@media screen and (min-width:512.1px) and (max-width: 800px){
	pesquisar div, .pesquisar div { width:33.3%; padding:10px; }
	.bt-input {}
	.bt-input input { width:71%; height:40px; border-radius:5px; border:1px solid #aaa; background-image:linear-gradient(60deg, #eee, #fff); color:#333; padding:0px 5px; }
	.bt-input button { width:25%; height:40px; border-radius:5px; border:none; }
	.bt-50 {}
	.bt-50 button { width:48%; height:40px; border-radius:5px; border:none; }
	.bt-33 {}
	.bt-33 button { width:31%; height:40px; border-radius:5px; border:none; }
	.bt-25 {}
	.bt-25 button { width:22%; height:40px; border-radius:5px; border:none; }
}

@media screen and (max-width:512px){
	pesquisar div, .pesquisar div { width:50%; padding:5px; }
	.bt-input {}
	.bt-input input { width:74%; height:40px; border-radius:5px; border:1px solid #aaa; background-image:linear-gradient(60deg, #eee, #fff); color:#333; padding:0px 5px; }
	.bt-input button { width:23%; height:40px; border-radius:5px; border:none; }
	.bt-50 {}
	.bt-50 button { width:48%; height:40px; border-radius:5px; border:none; }
	.bt-33 {}
	.bt-33 button { width:31.5%; height:40px; border-radius:5px; border:none; }
	.bt-25 {}
	.bt-25 button { width:23%; height:40px; border-radius:5px; border:none; }
}

