.banners-hotsite {
	background-position: center;
	background-repeat: no-repeat;
	height: 400px;
	width: 100%;

	display: flex;
}
.category_list-ui {
	padding-bottom: 80px;
	width: 100%;
}

.page-busca .breadcrumbs {
    display: none;
}
.page-busca .bread .conteudo {
	display: flex;
	justify-content: flex-end;
}

@media only screen and (max-width: 40em){
	.banners-hotsite {
		background-image: url(/app/assets/images/hotsite/hotsite_delicate_mobile.png) !important;
		height: 400px;
	}
}
