@media screen and (max-width: 1199px) {
	#boleto-pre-header {
		display: none;
	}

	#boleto-header .container {
		flex-direction: column;
		align-items: center;
	}

	.boleto-header-icon {
		display: none;
	}

	.boleto-header-text-title {
		text-transform: uppercase;
		margin-bottom: 18px;

		text-align: center;
	}

	.boleto-pre-header-buttons {
		margin-bottom: 35px;
	}

	.boleto-header-filtros {
		flex-direction: column;
		justify-content: center;
		width: 100%;
		align-items: center;
	}

	.boleto-blocks-block {
		box-sizing: border-box;
		width: 100%;
		height: max-content;
	}

	.boleto-blocks-block-info {
		flex-direction: column;
	}

	.boleto-blocks-block-info-vencimento-key,
	.boleto-blocks-block-info-responsavel-key {
		margin-bottom: 0;
	}

	.boleto-blocks-block-info-vencimento,
	.boleto-blocks-block-info-responsavel {
		margin-bottom: 18px;
	}

	.boleto-blocks-block-actions-aberto-text {
		width: 100%;
	}

	.boleto-blocks-block-actions-aberto-text-header {
		margin-top: 0;
		margin-bottom: 13px;
	}

	.boleto-blocks-block-actions-vencido-text {
		width: 100%;
		justify-content: flex-start;
		gap: 15px;
	}

	.boleto-blocks-block-actions-vencido-text-header {
		margin-top: 0;
		margin-bottom: 13px;
	}

	.boleto-blocks-block-actions-vencido-text-body {
		width: 90%;
	}
	#boleto-blocks .container {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-auto-rows: 2fr;
	}
}

@media screen and (max-width: 767px) {
	.boleto-header-titles {
		width: 100%;
		justify-content: center;
	}

	.boleto-header-text {
		width: 100%;
	}

	.boleto-pre-header-buttons {
		flex-direction: column;
	}

	.boleto-pre-header-buttons .btn-default {
		width: 100%;
	}

	.boleto-blocks-block-header-tag.text-default {
		font-size: 70%;
	}

	#boleto-blocks .container {
		display: grid;
		grid-template-columns: 1fr;
		grid-auto-rows: 1fr;
	}
	.boleto-blocks-block {
		flex-wrap: wrap;
	}
.select-painel{
font-size: 12px !important;
}
.select-painel.more{
background-size: 40% 100%;
}
}
