.pacote{
			display: inline-block;
			background-color: #F2F1F1;
			width: 280px;
			height: 520px;
			padding: 0px;
			margin: 0 3% 3% 0;
			text-align: center;
			border-radius: 5px 5px;
			
		
		}
		.pacote a:hover{
			background-color: #d8c401;
		}
		.pacote-descricao hr{
			width: 75%;
		}
		.pacote-descricao h2{
			color: #000;
		}
		.pacote ul{
			list-style: none;
			text-align: center;
		}
		.pacote .pacote-thumb:hover{
			background-color: #11b231;
		}
		.pacote .pacote-thumb{
			width: inherit;
			background-color: #11b231;
			margin-bottom: 10px;
			padding: 8px;
		}
		.pacote .pacote-thumb h2{
			margin: 0;
			padding 0;
			font-size: 36px;
			color: #fff;
		}
		.pacote .pacote-thumb hr{
			width: 75%;
			margin: 0 auto;
		}
		#mapa{
			padding: 0;
			width: 100%;
			height: 350px;
			background-color: #000;
		}
		#mapa iframe{
			width: 100% !important;
		}
		.preco{
			color: #333 !important;
		}
		
		#mask {
		  position:absolute;
		  left:0;
		  top:0;
		  z-index:9000;
		  background-color:transparent;
		  display:none;
		}
		  
		#boxes .window {
		  position:absolute;
		  left:0;
		  top:0;
		  width:440px;
		  height:200px;
		  display:none;
		  z-index:9999;
		  padding:20px;
		}
		 
		#boxes #dialog2 {
		  background:transparent; 
		  width:650px;
		  margin:0 auto;
		  margin-top:-160px;
		}
		 
		.close{display:block; text-align:right;}