.defaultProductHotsite {
	float:left
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:36px;
	color:#0c3267;
}
.titTopo {
	width:950px;
	height:67px;
	position:absolute;
	text-align:center;
}
.defaultProductHotsite .header {
	clear: both;
	display: block;
	float: left;
	margin: 0 auto;
	width: 960px;
	overflow: hidden;
	/* border-radius: 5px 5px 0 0; */
text-indent: -9999px;
	height: 250px!important;
}
.defaultProductHotsite .menu {
	height: 44px;
	width: 960px;
	position:relative;
	clear: both;
	z-index: 1;
	background-color: #263c70;
}
.defaultProductHotsite .menu > ul > li:after {
	content: '';
	border-style: solid;
	border-width: 5px 5px 0px 5px;
	border-color: rgb(255, 255, 255) transparent;
	display: inline-block;
	margin-left: 9px;
	position: relative;
	top: -2px;
}
.defaultProductHotsite .menu > ul > li {
	cursor: pointer;
	display: block;
	float: left;
	font: bold 14px Arial, Helvetica;
	line-height: 44px;
	width: 318px;
	text-align: center;
	border-right: 1px solid #3658a4;
	/* border-left: 1px solid rgb(231, 107, 40); */
color: #ECECEC;
	text-transform: uppercase;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: relative;
}
.defaultProductHotsite .menu > ul > li img {
	position:relative;
	top: 4px;
	margin-right:8px;
	width: 20px;
}
.defaultProductHotsite .menu > ul > li:first-child {
	border-left:none;
}
.defaultProductHotsite .menu > ul > li:last-child {
	border-right:none;
}
.defaultProductHotsite .menu li > ul {
	display: none;
	position: absolute;
	z-index: 5;
	margin-left: 0px;
	width: 100%;
	float: left;
	height: auto;
	border-top: none;
	overflow: hidden;
	background: rgb(32, 50, 93);
	border-bottom: none;
	margin-top: 0px;
}
.defaultProductHotsite .menu li.doubleColumn > ul li {
	background-color: rgb(38, 60, 112);
	display: block;
	z-index: 100;
	/* border-bottom: 1px solid rgb(214, 82, 10); */
/* border-top: 1px solid rgb(232, 108, 21); */
border-right: none;
	border-left: none;
	width: 50%;
	text-align: center;
	float: left;
	height: 31px;
}
.defaultProductHotsite .menu li > ul li {
	background-color: rgb(28, 53, 97);
	display: block;
	z-index: 100;
	border-bottom: 1px solid rgb(16, 35, 68);
	border-top: 1px solid rgb(56, 83, 129);
	border-right: none;
	border-left: none;
	width: 100%;
	text-align: center;
	float: left;
	height: 31px;
}
.defaultProductHotsite .menu ul li:hover {
	background-repeat: repeat-x;
	color: #ffffff;
	background-color: #263c70;
}
.defaultProductHotsite .menu > ul > li > ul li a {
	color: #FFFFFF;
	display: block;
	font: bold 10px Arial, Helvetica;
	height: 100%;
	line-height: 31px;
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	box-sizing: border-box;
	padding: 0 7px;
	overflow: hidden;
}
 .defaultProductHotsite .menu li.doubleColumn ul li:nth-child(odd) {
border-right: 1px solid rgb(16, 35, 68);
width: 49.5%;
}
.defaultProductHotsite .menu li ul li:hover {
	background: #3658a4;
}
.productsHolder .menu li ul li {
	width:100%;
	border-bottom: 1px solid rgb(16, 35, 68);
	border-top: 1px solid rgb(56, 83, 129);
}
.productsContainer, .productsContainer * {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.telefoneBox {
	margin-bottom:20px;
}
.productsContainer {
	/* border: 1px solid #ccc; */
	border-top: none;
	float: left;
	margin: -5px auto 20px;
	position: relative;
	width: 960px;
	padding: 20px;
	/* background:#fafafa; */
	border-radius: 0 0 5px 5px;
	z-index: 0;
}
.productsContainer .sectionTitle h2 {
	font: 24px "Oswald", Arial, Helvetica;
	text-indent: 0;
	color: rgb(38, 60, 112);
	margin: 5px 0 0 0;
	float:left;
}
.productsContainer .sectionTitle a {
	font: 14px Arial, Helvetica;
	text-indent: 0;
	color: #0083d9;
	margin: 18px 0 0 0;
	float:right;
}
.cleanFilters {
	background: rgb(135, 135, 135);
	border: 1px solid rgb(135, 135, 135);
	border-radius: 5px;
	box-shadow: inset 0 0 0 1px rgb(170, 170, 170);
	color: white;
	font: bold 11px Arial, Helvetica;
	padding: 9px 10px;
	position: absolute;
	right: 20px;
	text-transform: uppercase;
}
.cleanFilters:hover {
	background: #666666;
}
.productsHolder {
	width: 918px;
	margin-top: 0px;
	/* background-color: #ececec; */
	/* border: 1px solid #cccccc; */
	position: relative;
	height: auto;
	float: left;
	padding-top: 10px;
	border-radius: 5px;
	padding-bottom: 7px;
}
.productsHolder .product {
	float: left;
	width: 414px;
	position: relative;
	margin-top: 10px;
	margin-right: 6px;
	margin-bottom: 20px;
	margin-left: 28px;
}
.product .image {
	background: white;
	border: 1px solid #ccc;
	box-shadow: inset 0 0 0 1px white;
	border-bottom: none;
	overflow: hidden;
	border-radius: 8px 8px 0 0;
	height: 229px;
	width: 415px;
}
.product .image img {
	border:1px solid white;
	border-radius:8px 8px 0 0;
	width: 413px;
}
.productInfo {
	position: relative;
	background-color: #FFF;
	clear: both;
	box-shadow: inset 0 0 0 1px #ffffff;
	padding-top: 8px;
	border: 1px solid #ccc;
	border-radius: 0 0 8px 8px;
	float: left;
	width: 415px;
}
.tipoPacote {
	float: left;
	margin-top: 0px;
	width: 412px;
	background: #F1F1F1;
	height: 52px;
	border-radius: 0 0 7px 7px;
	font-size: 10px;
	border-top: 1px dashed #ccc;
	margin-top: 7px;
}
.hotsite .resort .tipopacote, .saibamais {
	position: absolute;
	right: 0;
	margin-top: 2px;
}
.buyBtn, .phoneBtn {
	background: #5AB112;
	border: 1px solid #7a9c2e;
	display: block;
	color: white;
	width: 120px;
	height: 33px;
	text-transform: uppercase;
	text-align: center;
	line-height: 32px;
	border-radius: 4px;
	box-shadow: inset 0 0 0 1px #b7d26e;
	font-family: Arial, Helvetica;
	font-size: 11px;
	text-decoration: none;
	position: relative;
	right:0px;
	float:right;
	margin: 9px 8px 0 0;
}
.buyBtn:hover {
	background: #69C220;
}
.phoneBtn {
	background:#0c83d9;
	border-color:#0c83d9;
	box-shadow: inset 0 0 0 1px #57A7E0;
}
.phoneBtn:hover {
	background-color: #2C94DF;
}
.product h3 {
	font-size: 16px;
	color: #0083d9;
	display: block;
	margin-left: 8px;
	margin-bottom: 11px;
	position: relative;
	clear: both;
	margin-right: 8px;
	font-family: Arial, Helvetica, sans-serif;/* height: 29px; */
}
.localizacao {
	font-size: 12px;
	color: #9A9A9A;
	display: block;
	margin-top: 6px;
	margin-bottom: 0px;
	position: relative;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-bottom: 3px;
	text-indent: 16px;
	background: url(/media/2708355/ico-local.png) no-repeat 1px 0px;
	margin-left: 8px;
	line-height: 15px;
	height: 26px;
}
.nights, .meal {
	font-size: 12px;
	color: #9A9A9A;
	display: block;
	margin-top: 6px;
	margin-bottom: 0px;
	position: relative;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-bottom: 3px;
	text-indent: 16px;
	background: url(/media/2708355/ico-local.png) no-repeat 1px 0px;
	margin-left: 8px;
}
.nights, .meal {
	background:none
}
.nights:before, .meal:before {
	background: url(/media/2800891/icones-menu-sprites.png) no-repeat;
	background-position: -186px -43px;
	width: 13px;
	height: 11px;
	content:'';
	display:block;
	float:left;
	margin-left: 0px;
	margin-right: -23px;
}
.nights:before {
	background-position: -152px -42px;
}
.tipoPacote h5 {
	font-size: 17px;
	color: #666666;
	display: block;
	margin-left: 8px;
	margin-top: 17px;
	margin-bottom: 0px;
	float: left;
	position: relative;
	margin-right: 8px;
	font-family: Arial, Helvetica, sans-serif;
	clear: none;
}
.pct-terrestre {
	background: url(/media/2800891/icones-menu-sprites.png) no-repeat -153px 0;
	display:block;
	float:left;
	width: 27px;
	height: 31px;
	position: relative;
	top: 8px;
	margin-left: 10px;
	margin-right: 4px;
}
.pct-aereo {
	background-image: url(/media/2708361/ico-pacote.png);
	background-repeat: no-repeat;
	height: 28px;
	width: 28px;
	display: block;
	position: relative;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}
.pct-hotel, .pct-rodoviario, .pct-aereo_hotel {
	background-image: url(/media/2708349/ico-hotel.png);
	background-repeat: no-repeat;
	height: 28px;
	width: 28px;
	display: block;
	position: relative;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}
.pct-rodoviario, .pct-aereo_hotel {
	background: url(/media/2800891/icones-menu-sprites.png) no-repeat -184px -3px;
}
.pct-aereo_hotel {
	background-position: -214px -3px;
	margin-left: 57px;
}
.pct-aereo_hotel:before {
	content:'+';
	display:block;
	width: 26px;
	height: 29px;
	background: url(/media/2800891/icones-menu-sprites.png) -124px -1px;
	float:left;
	position: relative;
	top: 0;
	left: -48px;
	text-indent: 32px;
	font: bold 16px Arial;
	line-height: 31px;
}
/*  /media/2628082/hotsitetelefonesprites.png  */

.telefoneHolder {
	clear:both;
	margin-top:10px
}
.telefoneHolder .filiaisTel {
	float:left;
	width:601px;
	background:#ffffff
}
.telBox .infoTel {
	font:bold 13px Arial, Helvetica;
	margin: 8px 0 10px 15px !important;
	width:250px;
	position:relative;
	text-align:right
}
.telefoneHolder .smallPref {
	color:#0083d9;
	text-align:right;
	position:absolute;
	right: -40px;
}
.telefoneHolder .telBig {
	color:#0083d9;
	text-align:right;
	position:absolute;
	right: -220px;
	font-size: 36px;
	margin-top: -14px;
}
.telefoneHolder .atendimentoInfo {
	clear:both;
	width:100%;
	display:block;
	border-top:1px dashed #ccc;
	margin: 0 0 0 0px !important;
	text-indent: 13px;
	font: 12px Arial, Helvetica;
	line-height: 33px !important;
}
.telefoneHolder .headerText { /* background:#0083d9; */ /* border-radius:3px; */ /* box-shadow:inset 0 0 0 1px #2695df; */
	border-bottom: 2px solid #0083d9;
	height:46px
}
.telefoneHolder .headerText span {
	background: url(/media/3126925/hotsitetelefonesprites2.png) no-repeat;
	display:block;
	width:21px;
	height:30px;
	text-indent:-9999px;
	margin:7px 10px;
	float:left
}
.telefoneHolder .headerText p {
	color: #0083d9;
	font: 20px Arial, Helvetica;
	float:left;
	margin:13px 0
}
.telefoneHolder .telBox {
	background: #ffffff;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0 ); /* IE6-8 */ /* border: 1px solid #dad7d7; */
	border-radius:5px;
	padding-top: 8px;
	min-height: 93px;
}
.telefoneHolder .mapBoxHeader {
	float:right; /* background: #0083d9; */ /* border-radius:3px; */ /* box-shadow:inset 0 0 0 1px #2695df; */
	border-bottom: 2px solid #0083d9;
	height:46px;
	width:344px
}
.telefoneHolder .mapBoxHeader p {
	color: #0083d9;
	font: 20px Arial, Helvetica;
	float:left;
	margin:13px 0;
	float:left
}
.telefoneHolder .mapBoxHeader span {
	background: url(/media/3126925/hotsitetelefonesprites2.png) no-repeat 0px -49px;
	display:block;
	width: 37px;
	height:30px;
	text-indent:-9999px;
	float: left;
	margin: 6px 10px;
}
.telefoneHolder .mapBox {
	float:right; /* border: 1px solid #dad7d7; */
	border-radius:5px;
	width:344px; /* background: #ffffff; */ /* Old browsers */
	overflow: hidden;
}
.mapBox .img {
	display:block;
	width: 351px;
	height: 122px;
	background: url(/media/3126925/hotsitetelefonesprites2.png) -5px -87px no-repeat;
	border:none;
	margin: 10px 0 0 -7px;
}


/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
