@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,200,300,600,700);

*{
	margin: 0;
	padding: 0;
}
ul, ol{
	margin: 0;
	padding: 0;
}
a {
	color: #FF8000;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
body{
	color: #333;
}
a:hover {
	color: #00B2B2;
	text-decoration: none;
}
h1, h2, h3, h4, h5{
	font-family: 'Source Sans Pro', sans-serif;
	margin: 0;
	padding: 0;
}
header, div#header-bg, div#header-bg-2{
	background-image: url(http://www.nativapucon.cl/images/bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
header{
	margin: 0;
	padding: 0;
	min-height: 700px;
	z-index: 1;
}
div#header-bg{
	position: absolute;
	width: 100%;
	height: 272px;
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	-o-filter: blur(3px);
	-ms-filter: blur(3px);
	filter: blur(3px);
	/*z-index: 2;*/
}
div#header-bg-2{
	position: absolute;
	width: 100%;
	height: 230px;
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	-o-filter: blur(3px);
	-ms-filter: blur(3px);
	filter: blur(3px);
	z-index: -999;
}
@media (min-width: 768px) and (max-width: 991px){
	div#header-bg{
		height: 258px;
	}
}
@media (max-width: 767px){
	div#header-bg{
		height: 393px;
	}
	div#header-bg-2{
		height: 600px;
	}
}
div#header-top{
	position: relative;
	margin: 0;
	padding: 0;
}
div#header-container{
	position: relative;
	padding-top: 30px;
	padding-bottom: 30px;	z-index: 9999;
	border-bottom: 1px solid #DBDBEA;
  	background: rgb(200,200,200); /* for IE */
  	background: rgba(200,200,200,0.1);
  	font-weight: normal;
}
div#header-container nav{
	padding-bottom: 20px;
}
div.logo{
	
}
.navbar-toggle{
	margin-top: 0;
}
.navbar-nav > li{
	margin-left: 1px;
}
.navbar-nav > li > a{
	font-family: 'Source Sans Pro', sans-serif;
	color: #fff !important;
	font-size: 18px;
	font-weight: 300;
}
.navbar-nav > li.active > a{
	background-color: rgba(0,0,0,0.4) !important;
}
.navbar-nav > li > a:hover{
	background-color: rgba(0,0,0,0.4) !important;
}
@media (min-width: 768px) and (max-width: 991px){
	div.logo img{
		width: 220px;
		height: auto;
	}
	.navbar-nav > li > a{
		font-size: 14px;
	}
}
@media (max-width: 767px){
	div.logo img{
		width: auto;
		height: 33px;
	}
}
div.header-bottom{
	padding-top: 80px;
	padding-bottom: 20px;
}
div#booking{
	color: #fff;
}
/*.form-control{
	color: #fff !important;
	border: 1px solid #fff;
	background-color: transparent;
}*/
div#booking h3{
	color: #fff;
	font-size: 38px;
	font-weight: 200;
	padding-bottom: 15px;
}
div#booking h3 span{
	font-size: 24px;
	float: right;
	padding-top: 8px;
}
div#booking h3 span a{
	font-size: 20px;
	padding: 6px 10px;
	text-transform: uppercase;
	background-color: #FF5255;
	border-radius: 5px;
	color: #fff;
}
div#booking h3 span a:hover{
	background-color: #1EE197;
}
@media (max-width: 767px){
	header div#booking h3{
		font-size: 30px;
	}
	header div#booking h3 span{
		font-size: 20px;
		float: left;
	}
	div#header-2 div#booking h3{
		font-size: 26px;
	}
}
div.promo{
	float: right;
	width: 100%;
	display: inline-block;
	text-align: right;
}
div.promo img{
	max-width: 418px;
	width: 100%;
	height: auto;
}
section#content-1:before{
	margin-top: -100px;
	content: '';
	width: 100%;
	height: 100px;
	background: rgba(255,255,255,0);
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 82%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(82%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 82%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 82%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 82%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 82%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
	display: inline-block;
}
section#content-1-1{
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #fff;
	z-index: 999;
}
section#content-1-1 h1{
	font-size: 60px;
	padding-bottom: 30px;
	font-weight: 200;
	color: #333;
}
section#content-1{
	padding-bottom: 50px;
	background: rgba(255,255,255,0);
}
section#content-1 h1{
	font-size: 60px;
	padding-top: 0;
	margin-top: -50px;
	padding-bottom: 5px;
	font-weight: 200;
	text-align: center;
	color: #1F5065;
}
section#content-1 h2{
	font-size: 34px;
	font-weight: 200;
	text-align: center;
	color: #666;
	padding-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 991px){
	section#content-1 h1{
		font-size: 50px;
	}
}
@media (max-width: 767px){
	section#content-1 h1{
		font-size: 34px;
	}
	section#content-1 h2{
		font-size: 24px;
	}
	section#content-1-1 h1{
		font-size: 38px;
	}
}
div.box-summary{
	position: relative;
	height: 240px;
	border-radius: 5px;
	overflow: hidden;
	background-color: #ddd;
	margin-top: 15px;
	margin-bottom: 15px;
}
div.box-summary img{
	width: auto;
	min-height: 240px;
	height: 100%;
	border-radius: 5px;
}
div.box-content{
	position: absolute;
	bottom: 0;
	width: 100%;
	min-height: 70px;
	padding-top: 6px;
	padding-bottom: 6px;
	background-color: rgba(255,255,255,0.9);
}
div.text-content{
	width: 60%;
	float: left;
}
div.text-content > h2{
	padding-bottom: 6px !important;
	text-transform: uppercase;
	font-size: 18px !important;
	text-align: left !important;
	padding-left: 20px;
	padding-right: 0px;
	font-weight: 400 !important;
	color: #666 !important;
}
div.text-content-text li {
	list-style-type: none;
	list-style-position: inside;
}
div.text-content-text li:before {
	font-family: FontAwesome;
	content: "\f00c";
	font-size: 18px;
	color: #0090B8;
	padding-right: 10px;
	font-weight: bold;
}
div.text-content-text img{
	width: 100%;
	height: auto;
	padding-right: 30px;
	padding-bottom: 20px;
}
@media (max-width: 767px){
	div.text-content-text img{
		padding-right: 0;
		padding-bottom: 20px;
	}
}
div.text-1{
	padding-left: 20px;
	padding-right: 20px;
	font-weight: 400 !important;
	font-family: 'Source Sans Pro', sans-serif;
	color: #333;
}
div.price{
	width: 40%;
	float: right;
	text-align: right;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 26px;
	color: #0090B8;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 200;
	line-height: 1 !important;
}
@media (min-width: 768px) and (max-width: 991px){
	div.text-content{
		width: 55%;
	}
	div.text-content > h2{
		font-size: 15px !important;
	}
	div.price{
		width: 45%;
		font-size: 20px;
		text-align: right;
	}
}
div.box-summary2{
	border-radius: 5px;
	height: 240px;
	padding: 20px;
	display: block;
	background-color: #0190B8;
	margin-top: 15px;
	margin-bottom: 15px;
}
div.box-summary2 > h2:first-line{
	font-size: 36px !important;
}
div.box-summary2 > h2{
	font-size: 16px !important;
	text-align: left !important;
}
div.box-summary2 > h2 > a{
	color: #fff;
}
@media (min-width: 768px) and (max-width: 991px){
	div.box-summary2 > h2:first-line{
		font-size: 26px !important;
	}
}
@media (max-width: 767px){
	div.box-summary2 > h2:first-line{
		font-size: 26px !important;
	}
}
section#content-2{
	padding-top: 50px;
	padding-bottom: 50px;
	background: rgba(68,215,112,1);
background: -moz-linear-gradient(-45deg, rgba(68,215,112,1) 0%, rgba(3,190,153,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(68,215,112,1)), color-stop(100%, rgba(3,190,153,1)));
background: -webkit-linear-gradient(-45deg, rgba(68,215,112,1) 0%, rgba(3,190,153,1) 100%);
background: -o-linear-gradient(-45deg, rgba(68,215,112,1) 0%, rgba(3,190,153,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(68,215,112,1) 0%, rgba(3,190,153,1) 100%);
background: linear-gradient(135deg, rgba(237,18,10,1) 0%, rgba(248,9,18,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#44d770', endColorstr='#03be99', GradientType=1 );
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
}
section#content-2 h1{
	font-size: 52px;
	padding-bottom: 5px;
	font-weight: 200;
	text-align: center;
	color: #fff;
}
section#content-2 h2{
	font-size: 34px;
	font-weight: 200;
	text-align: center;
	color: #fff;
	padding-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 991px){
	section#content-2 h1{
		font-size: 44px;
	}
	section#content-2 h2{
		font-size: 30px;
	}
}
@media (max-width: 767px){
	section#content-2 h1{
		font-size: 40px;
	}
	section#content-2 h2{
		font-size: 24px;
	}
}
section#content-2 h3{
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
	padding-top: 20px;
	padding-bottom: 30px;
}
div.formulario{
	text-align: center;
}
div.formulario img{
	max-width: 511px;
	width: 100%;
	height: auto;
}
section#content-2 p{
	font-size: 16px;
}
ul.contact-2 li{
	padding-bottom: 10px;
	list-style-type: none;
	font-size: 16px;
}
ul.contact-2 li span{
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 200;
}
section#content-3{
	font-family: 'Source Sans Pro', sans-serif;
	padding-top: 50px;
	padding-bottom: 50px;
}
section#content-3 h1{
	font-size: 52px;
	font-weight: 200;
	text-align: center;
	color: #666;
	padding-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 991px){
	section#content-3 h1{
		font-size: 44px;
	}
}
@media (max-width: 767px){
	section#content-3 h1{
		font-size: 30px;
	}
}
div.box-activities{
	position: relative;
	border-radius: 4px;
	margin-top: 15px;
	margin-bottom: 15px;
}
div.box-activities img{
	width: 100%;
	height: auto;
}
div.act-content{
	color: #fff;
	top:0;
	position: absolute;
	margin-top: 20px;
	background-color: rgba(3,4,8,0.4);
	padding-top: 8px;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 2px;
}
div.act-content h4{
	text-transform: uppercase;
	padding-bottom: 4px;
}
footer{
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #D6D6D6;
	color: #737384;
}
footer h4{
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
	padding-bottom: 15px;
	color: #646472;
}
footer div.viajero{
	padding-bottom: 16px;
}
footer div.viajero img{
	max-width: 240px;
	width: 100%;
	height: auto;
}
@media (min-width: 768px) and (max-width: 991px){

}
ul.contact-footer li{
	padding-bottom: 10px;
	list-style-type: none;
	font-size: 16px;
}
ul.contact-footer li span{
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 200;
}

ul.menu-bottom li{
	list-style-type: none;
	padding-bottom: 6px;
	font-size: 18px;
	font-weight: 300;
}
ul.menu-bottom li a{
	color:#737384;
}
@media (max-width: 767px){
	ul.contact-footer{
		padding-bottom: 30px;
	}
	div.tarjeta{
		padding-bottom: 30px;
	}
}
/*labels del buscador principal*/
.pjHbFormCheck label { color:#ffffff!important; text-shadow: 1px 1px #666666; }

/*caja adicionales y titulos*/
.pjHbExtras { background: rgba(0,0,0,0.5)!important; padding:20px; }
.pjHbExtras p, .pjHbExtras td { color:#ffffff!important; }
.pjHbExtras .pjHbExtrasTitle { color:#ffffff!important; text-shadow: 1px 1px #000000!important; }

/*form checkout y titulos*/
.pjHbFormCheckOut { background: rgba(0,0,0,0.5)!important; padding:20px; }
.pjHbFormCheckOut label { color:#ffffff!important; }
.pjHbFormCheckOut .pjHbFormCheckOutTitle { color:#ffffff!important; text-shadow: 1px 1px #000000!important; }

/*previsualizacion antes de salir*/
#hbContainer_1>.form-horizontal { background: rgba(0,0,0,0.5)!important; padding:20px; }
#hbContainer_1>.form-horizontal p, #hbContainer_1>.form-horizontal label { color:#ffffff!important; }
#hbContainer_1>.form-horizontal .pjHbFormCheckOutTitle { color:#ffffff!important; text-shadow: 1px 1px #000000!important; }