#mask {
	display: block;
	position: absolute;
	left: 0;
	top: 0;	
	background: #000;	
	z-index: 9000;
}
  
#boxes .window {
	display: block;
	position: absolute;
	left: 0;
	top: 0;	
	padding: 20px;
	font-family: 'CenturyGothic';
	color: #999; 
	font-size: 15px;
	background: #FFF;
	z-index: 9999;
}

.close {
	display: block; 
	text-align: right; 
} 

#boxes #boleto {/* boleto*/
	display: none;
	position: fixed;
	float: left;
	width: 85%;
	height: auto;
	padding: 25px 5%;
	left: 2.5%;
	top: 10%;	
}

#boxes #boleto .box_boleto {/* boleto*/
	float: left;
	clear: both;
	width: 90%;
	margin-left: 5%;
	margin-top: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #FFF;
	text-align: center;
	font-family: 'CenturyGothic';
	font-size: 18px;
	background: #C53F2D;
	transition: background .5s ease;
}
#boxes #boleto .box_boleto a {color: #FFF;}
#boxes #boleto .box_boleto:hover {background: #232325; color: #FFF;}
#boxes #boleto .box_boleto span {font-weight: bold;}

#boxes #financiamento {/* simulador de financiamento*/
	display: none;
	position: fixed;
	float: left;
	width: 85%;
	height: 500px;
	padding: 5%;
	left: 2.5%;
	top: 5%;	
	overflow: auto;
}

@media only screen and (min-width: 411px) {
#boxes #boleto {/* boleto*/
	width: 80%;
	left: 5%;	
}
	
#boxes #financiamento {/* simulador de financiamento*/
	width: 80%;
	left: 5%;
}
}

@media only screen and (min-width: 585px) {
#boxes #boleto {/* boleto*/
	width: 75%;	
	padding: 2.5%;
	left: 10%;	
}
	
#boxes #boleto .box_boleto {/* boleto*/
	clear: none;
	width: 45%;
	margin-left: 2.5%;	
}
		
#boxes #financiamento {/* simulador de financiamento*/
	width: 75%;
	padding: 2.5%;
	left: 10%;	
}
}

@media only screen and (min-width: 768px) {
#boxes #boleto {/* boleto*/
	width: 65%;
	left: 15%;	
	top: 7.5%;
}
	
#boxes #financiamento {/* simulador de financiamento*/
	width: 65%;
	left: 15%;	
	top: 7.5%;
}
}

@media only screen and (min-width: 1024px) {
#boxes #boleto {/* boleto*/
	width: 45%;
	left: 25%;
	top: 20%;
}
	
#boxes #financiamento {/* simulador de financiamento*/
	width: 40%;
	left: 27.5%;	
}
}