.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: #d8c401;
		}
		.pacote .pacote-thumb{
			width: inherit;
			background-color: #f7e000;
			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;
		}