#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 #solinforma {/* mais info*/
	display: none;
	position: fixed;
	float: left;
	width: 85%;
	height: auto;
	padding: 5%;
	left: 2.5%;
	top: 5%;	
	overflow: auto;
}

#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 #solinforma {width: 80%;	left: 5%;}	
#boxes #financiamento {width: 80%; left: 5%;}
}

@media only screen and (min-width: 585px) {
#boxes #solinforma {width: 75%; padding: 2.5%; left: 10%; overflow: none;}		
#boxes #financiamento {width: 75%; padding: 2.5%; left: 10%;}
}

@media only screen and (min-width: 768px) {	
#boxes #solinforma {width: 65%; left: 15%; top: 7.5%;}	
#boxes #financiamento {width: 65%; left: 15%; top: 7.5%;
}
}

@media only screen and (min-width: 1024px) {	
#boxes #solinforma {width: 45%;	left: 25%;}	
#boxes #financiamento {width: 45%; left: 25%;}
}

@media only screen and (min-width: 1280px) {	
#boxes #solinforma {width: 35%;	left: 30%;}	
#boxes #financiamento {width: 35%; height: 450px; left: 30%;}	
}

@media only screen and (min-width: 1600px) {	
#boxes #financiamento {height: 500px;}	
}