#mask {
	display: block;
	position: absolute;
	left: 0;
	top: 0;	
	background: #555;	
	z-index: 9000;
}
  
#boxes .window {
	display: block;
	position: absolute;
	left: 0;
	top: 0;	
	padding: 20px;
	font-family: 'CenturyGothic';
	color: #999; 
	font-size: 15px;
	background: #000;
	z-index: 9999;
}

.close {
	display: block; 
	text-align: right; 
} 

#boxes #agenda {/* agenda visita*/
	display: none;
	position: fixed;
	float: left;
	width: 85%;
	height: auto;
	padding: 5%;
	left: 2.5%;
	top: 5%;
}

#boxes #financiamento {/* simulador de financiamento*/
	display: none;
	position: fixed;
	float: left;
	width: 85%;
	height: auto;
	padding: 5%;
	left: 2.5%;
	top: 5%;	
	overflow: auto;
}

.area_bancos {
	clear: both;
	width: 100%;
	height: auto;
	text-align: center;
	margin-top: 30px;
	color: #FFF;
}

.bt_area_bancos {
	float: left;
	clear: both;
	width: 100%;
	margin-top: 25px;
}
.bt_area_bancos img {width: 100px;}


@media only screen and (min-width: 411px) {
#boxes #agenda {/* agenda visita*/
	width: 80%;
	left: 5%;
}
	
#boxes #financiamento {/* simulador de financiamento*/
	width: 80%;
	left: 5%;
}
}

@media only screen and (min-width: 585px) {
#boxes #agenda {/* agenda visita*/
	width: 75%;
	padding: 2.5%;
	left: 10%;	
}
	
#boxes #financiamento {/* simulador de financiamento*/
	width: 75%;
	padding: 2.5%;
	left: 10%;	
}
	
.bt_area_bancos {
	clear: none;
	width: 33.33%;
	margin-top: 30px;
}
}

@media only screen and (min-width: 768px) {
#boxes #agenda {/* agenda visita*/
	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 #agenda {/* agenda visita*/
	width: 40%;
	left: 27.5%;	
}
	
#boxes #financiamento {/* simulador de financiamento*/
	width: 40%;
	left: 27.5%;	
}
}