#boletosreimpressao, #respesquisas, #dvp{
	display: none;
}

@media screen and (max-width: 767px){
	#treimpressao, #treimpressao_wrapper, #tpesquisa{
		display: none;
	}
	
	.template1 .estrutura{
		padding: 20px;
	}
	
	#boletosreimpressao, #dvp, #respesquisas{
		display: block;
	}

	#boletosreimpressao .boletomobile, #dvp .boletomobile{
	    display: flex;
	    align-items: center;
	    flex-wrap: wrap;
	    padding: 20px;
	    border: 1px solid #d7d7d7;
        margin-bottom: 15px;
		-webkit-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.1);
		-moz-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.1);
		box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.1);
	}

	#boletosreimpressao .boletomobile > div, #dvp .boletomobile > div{
		width: 100%;
	    margin-bottom: 5px;
	}

	#boletosreimpressao .boletomobile p, #dvp .boletomobile p{
		margin: 0;
	}

	#boletosreimpressao .boletomobile a{
	    background-color: #f39200;
	    color: #fff;
	    padding: 5px 15px;
	    border-radius: 5px;
	    display: block;
	    text-align: center;
	    margin-top: 10px;
	}
}

@media screen and (max-width: 575px){

}