@charset "utf-8";
/*
 *	Estilos
*/
body{
	background-color:#FFF;
	}
#topSite{
	background-color:#0b4829;
	}
#topSite-pie{
	background-color:#0b4829;
	}
#cuerpoInfo{
	background:url(../images/peniwen.jpg) no-repeat top center #0b4829;
	background-size:auto 700px;
	}
@media(max-width:776px) {
	#cuerpoInfo{
		background-attachment:fixed;
		background-size:auto 100%;
		}
}
#info-site .content{
	background-color:#FFF;
	}
#pie-site{
	background-color:#0b4829;
	}
#copyRight{
	background-color:#0b4829;
	border-top: solid 1px rgba(255,255,255,.1);
	}
ul{
	margin-bottom:30px;
	}
/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
    *zoom: 1;
}
/*
 * ===========
 * TIPOGRAFÍAS
 * ===========
*/
body{
	font-family: 'Noto Serif', serif;
}
h1, h2, h3{
	font-weight:300;
	margin-bottom:30px;
	}
h1.titular,
h2.titular,
h3.titular{
	letter-spacing:-1px;
	margin-bottom:30px;
}
h1 {
	font-size:30px;
}
.text-strong{
	font-weight:700;
	}
.bigger{
	font-size: 47px;
	}
.big{
	font-size:45px;
	}
.quote{
	color:#999 !important;
	}
hr{border-top: 1px solid #0b4829;}

@media(max-width:992px) {
	.bigger, .big{
	font-size: 32px !important;
		}
}
/*
 * ================
 * NAV SITE LATERAL
 * ================
*/
#nav-site{
  padding-top:20px;
  padding-bottom:20px;
  color:#FFF !important;
}
.navbar-toggle{
	color:#0b4829;
	}
@media(min-width:992px) {
	#nav-site{
	  padding-top:0 !important;
	}
	.nav > li:first-child > a {
	  padding: 50px 15px 10px !important;
	}
}
#nav-site a {
  color: #0b4829;
  text-decoration: none;
  font-size:16px !important;
  transition:all ease-in-out .2s;
  -moz-transition:all ease-in-out .2s;
  -ms-transition:all ease-in-out .2s;
  -o-transition:all ease-in-out .2s;
  -webkit-transition:all ease-in-out .2s;
}
#nav-site a:hover,
#nav-site a:focus {
  color: #0b4829;
  text-decoration: none;
  transition:all ease-in-out .2s;
  -moz-transition:all ease-in-out .2s;
  -ms-transition:all ease-in-out .2s;
  -o-transition:all ease-in-out .2s;
  -webkit-transition:all ease-in-out .2s;
}
#nav-site .navbar a{
	/*font-family: 'Open Sans', sans-serif;
	text-transform:uppercase;*/
	}
.navbar {
  margin-bottom: 20px;
  background-color:rgba(255,255,255,.7);
  border:1px solid rgba(11,72,41,.5);
  border-bottom:none !important;
  border-radius:0;
  -moz-border-radius:0;
  -webkit-border-radius:0;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #F3F3F3;
}
.nav > .active > a{
	font-weight:700;
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 10px;
  margin-top: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.default-brand{
	margin:30px auto 50px;
	display:block;
	clear:both;
}
.default-brand img{
	display:block;
	width:70%;
	margin:0 auto;
}
/*
 * ===========================
 * TOP SITE / LINKS Y SOCIALES
 * ===========================
*/
#topSite{
	padding:40px 0;
	position:relative;
	}
#topSite:before{
	content:"";
	position:absolute;
	top:50%;
	left:0;
	bottom:0;
	right:0;
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.45) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.45))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.45) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.45) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.45) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.45) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#73000000',GradientType=0 ); /* IE6-9 */
	}
#topSite-pie{
	padding:10px 0;
	font-size:12px;
	font-weight:700;
	color:#FFF;
	}
#topSite ul.list-inline a{
	display:block;
	padding:7px;
	margin-top:30px;
	}
#topSite a {
	color:#444 ;
	text-decoration: none;
}
#topSite a:hover,
#topSite a:focus {
  color: #c64dff;
  text-decoration: none;
}
#topSite .link-top a{
	display:block;
	border:1px solid rgba(0,0,0,.1);
	background-color:rgba(255,255,255,.5);
	}
@media(max-width:992px) {
	#topSite .brand{
		text-align:center;
		display:block;
	}
}
@media(max-width:776px) {
	#topSite{
		padding:20px 0;
	}
	#topSite div[class*="col-"]{
		text-align:center !important;
	}
	#topSite span{
		display:none;
	}
	#topSite i[class*="fa"]{
		font-size:1.33333333em
	}
}
@media(max-width:480px) {
	#topSite .brand img{
		width:100%;
	}
}
.caja-datos{
	background:rgba(11,72,41,.8);
	padding:20px;
	color:#FFF !important;
	font-size:12px;
	margin-top:15px;
	}
@media (min-width: 992px) {
	.caja-datos{
		position:absolute;
		left:0;
		right:0;
		top:100%;
		margin-top:0 !important;
		box-shadow:0 0 10px rgba(0,0,0,.5);
		-moz-box-shadow:0 0 10px rgba(0,0,0,.5);
		-webkit-box-shadow:0 0 10px rgba(0,0,0,.5);
		}
}
/*
 * =================
 * INFO CENTRAL SITE
 * =================
*/
a {
	color:#FFF ;
	text-decoration: none;
}
a:hover,
a:focus {
  color:#FFF ;
  text-decoration: none;
}
i.fa,
a i.fa{
	margin-right:7px;
	}
a.btn-text-float-right{
	float:right;
	line-height:30px;
	margin:25px 0;
	padding:0 20px;
	font-size:12px;
	display:inline-block;
	background-color:rgba(0,0,0,.1);
	}
.btn {
  display: inline-block;
  padding: 6px 20px;
  margin-bottom: 0;
  font-size: 14px;
  /*font-family: 'Open Sans', sans-serif;*/
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: normal !important;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #FFF;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-info {
  color: #fff !important;
  background-color: #0b4829;
  border-color: #0b4829;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #0b4829;
  border-color: #0b4829;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-primary {
  color: #fff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
}
/*
 * Cuerpo de la información
 * =================
*/
#cuerpoInfo{
	position:relative;
	}
#cuerpoInfo:before{
	content:"";
	position:absolute;
	top:90%;
	left:0;
	bottom:0;
	right:0;
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.45) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.45))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.45) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.45) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.45) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.45) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#73000000',GradientType=0 ); /* IE6-9 */
	}
#info-site{
  position: relative;
  padding:30px 0;
  color:#444 !important;
}
@media(min-width:992px) {
	#info-site{
	  padding:470px 0 40px !important;
	}
}
#info-site .content{
	background:#FFF;
	box-shadow:0 0 25px #000;
	-moz-box-shadow:0 0 25px #000;
	-webkit-box-shadow:0 0 25px #000;
	color:#0d4a2b;
	}
#info-site .content a {
	color:#896712 ;
	text-decoration: none;
}
#info-site .content a:hover,
#info-site .content a:focus {
  color:#0b4829 ;
  text-decoration: none;
}
#info-site .content .content{
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	}
.titulo-seccion{
	display:block;
	line-height:normal;
	background-color:#0b4829;
	padding:15px 20px;
	color:#FFF;
	margin:-20px;
	margin-bottom:20px !important;
	}
.caja-habitacion{
	background:#f4e7c7;
	margin:0 -20px;
	clear:both;
	}
.caja-destacada{
	background:#f4e7c7;
	margin:0;
	clear:both;
	}
.caja-destacada ul[class*="col-"]{
	margin:0 !important;
	padding:0 !important;
	}
.caja-destacada ul[class*="col-"] li{
	margin-left:30px;
	}
.caja-habitacion .content,
.caja-destacada .content{
	background-color:transparent !important;
	}
.titulo-habitacion{
	margin-bottom:20px !important;
	background-color:#e8d19d;
	padding:35px 20px 20px 20px !important;
	}
.titulo-habitacion h3, .titulo-habitacion h4{
	margin:0 !important;
	line-height:normal;
	font-weight:700;
	}
.galeria-habitacion{
	float:none;
	margin-top:0px !important;
	width:100%;
	margin-right:0;
	margin-bottom:20px;
	}
.galeria-habitacion [class*="col-"]{
	margin:0px !important;
	padding:0 5px 10px !important;
}

@media(min-width:776px) {
	.galeria-habitacion{
		float:left !important;
		margin-top:-110px !important;
		width:300px !important;
		margin-right:30px !important;
		}
	.titulo-habitacion{
		padding:35px 20px 20px 320px !important;
		}
	.caja-destacada .titulo-habitacion{
		padding:35px 20px 20px 20px !important;
		}
}
.content{
	padding:20px;
	}
.content a img{
	width:100%;
	}
.flexslider .bigger.caption{
	position:absolute;
	left:20px;
	bottom:20px;
	color:#FFF;
	letter-spacing:-4px;
	z-index:3000;
	line-height:normal;
	margin-bottom:0;
	text-shadow:0 3px 3px rgba(0,0,0,0.4);
	-moz-text-shadow:0 3px 3px rgba(0,0,0,0.4);
	-webkit-text-shadow:0 3px 3px rgba(0,0,0,0.4);
	}
@media(min-width:768px) {
	.row.tabla{
		display:table-row;
		}
	.row.tabla [class*='col-']{
		display:table-cell;
		padding:0;
		margin:0;
		float:none !important;
		}
}
.paquete-promo{
	padding:0 15px 30px !important;
	}
.detalle-promo{
	background-color:#f4e7c7;
	padding:12px !important;
	border: solid 1px #0b4829;
	}
.detalle-promo a.btn{
	margin-bottom:-24px;
	}
.orden-promo{
	background-color:#0b4829;
	color:#FFF;
	border: solid 1px #0b4829;
	vertical-align:bottom;
	}
.detalle-promo h1,
.detalle-promo p,
.orden-promo h1{
	line-height:normal !important;
	margin-bottom:0 !important;
	}
.detalle-promo p{
	color:#000;
}
/*
	Ubicación
*/
#tabla-valores-km{
	font-size:12px;
	font-weight:700;
	}
.mapa{
	position:relative;
	width:100%;
	height:350px;
	}
@media(min-width:992px) {
	.mapa{
		height:650px;
		}
}
/*
 * Promociones
 * =================
*/
@media(min-width:768px) {
	.promo .row{
		display:table-row;
	}
	.promo [class*="col-"]{
		display:table-cell !important;
		float:none !important;
		vertical-align:top;
		margin:0 !important;
		padding:0 !important;
	}
}
.titulo-promo{
	padding:10px 20px;
	background-color:#f4e7c7;
	}
.titulo-promo h2,
.titulo-promo h4{
	line-height:normal !important;
	margin:0 !important;
}
.titulo-promo h2{
	font-weight:500;
}
.promo{
	padding:10px 0;
	border-bottom:1px solid #0d4a2b;
}
@media(min-width:768px) {
	.promo .img-promo .img{
		background:black;
		position:absolute;
		top:0;
		right:0;
		bottom:0;
		left:0;
	}
	.promo .img-promo .img img{
		width:auto !important;
		height:100% !important;
		margin-left:-25%;
	}
}
.promo .img-promo{
	position:relative;
	overflow:hidden;
}
.img img{
	width:100%;
}
.banner{
	position:relative;
	text-shadow:0 0 7px #000;
	-moz-text-shadow:0 0 7px #000;
	-webkit-text-shadow:0 0 7px #000;
	margin-top:10px;
	}
.banner h1{
	line-height: none;
	margin:0 !important
	}
#nav-site .banner{
	border:solid 1px #FFF;
	}
@media(min-width:776px) {
	#nav-site .banner{
		margin-bottom:20px;
		}
}
.banner img{
	position:relative;
	width:100%;
	z-index:5;
	}
.banner .content-banner{
	padding:10px;
	position:absolute;
	right:0;
	bottom:0;
	left:0;
	z-index:10;
	color:#FFF;
	vertical-align:bottom !important;
	display:inline-block;
	}
@media (max-width: 530px) {
  #nav-site [class*="col-xs-"] {
	float: left !important;
    width: 100% !important;
  }
}

#mapa{
	position:relative;
	width:100%;
	margin-bottom:15px;
}
.mapa-lateral{
	height:300px;
	}

/*
 * ========
 * PIE SITE
 * ========
*/
#pie-site{
	padding: 20px 0;
	color:#CCC
	}
#pie-site h5{
	font-family: 'Lato', sans-serif;
	font-weight:700;
	text-transform:uppercase;
	margin-bottom:30px;
}
#pie-site ul{
	margin:0 !important;
	margin-bottom:20px;
	}
#pie-site ul.list-inline li{
	border-right:solid 1px rgba(255,255,255,.5);
	text-transform:uppercase;
	}
#pie-site ul.list-inline li:last-child{
	border-right:none;
	}
#copyRight{
	font-size:12px;
	padding: 20px 0;
	color:#CCC
	}
@media (max-width: 776px) {
	#pie-site ul.list-inline li{
		display:block !important;
		border-right:none !important;
		}
}

/*
 * ===========
 * FORMULARIOS
 * ===========
*/
.input-focus {
  border-color: red;
  background-color: rgb(255,230,230);
}
.input-focus::-webkit-input-placeholder {color: red;}
.input-focus:-moz-placeholder {color:red;}
.input-focus::-moz-placeholder {color:red;}
.input-focus:-ms-input-placeholder {color:red;}
.caja-confirmacion-envio{
	color:#FFF !important;
	padding:30px 0;
	}
.form-contacto .caja-confirmacion-envio{
	color:inherit !important;
	padding:50px 0 100px;
	}
.caja-confirmacion-envio h5{
	text-transform:uppercase;
}
.alerta{font-style:italic; color: red; font-weight:400 !important;}

.form-search .btn.btn-info{
	padding:7px 15px 8px;
	border-top-right-radius:4px;
	border-bottom-right-radius:4px;
	-moz-border-top-right-radius:4px;
	-moz-border-bottom-right-radius:4px;
	-webkit-border-top-right-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	}
.form-group > [class*="col-"]{
	padding:0;
	margin-bottom:10px;
	}
.caja-reservas{
	background: -moz-linear-gradient(top,  rgba(170,191,182,1) 0%, rgba(170,191,182,1) 60%, rgba(170,191,182,0.4) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(170,191,182,1)), color-stop(60%,rgba(170,191,182,1)), color-stop(100%,rgba(170,191,182,0.4))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(170,191,182,1) 0%,rgba(170,191,182,1) 60%,rgba(170,191,182,0.4) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(170,191,182,1) 0%,rgba(170,191,182,1) 60%,rgba(170,191,182,0.4) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(170,191,182,1) 0%,rgba(170,191,182,1) 60%,rgba(170,191,182,0.4) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(170,191,182,1) 0%,rgba(170,191,182,1) 60%,rgba(170,191,182,0.4) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aabfb6', endColorstr='#66aabfb6',GradientType=0 ); /* IE6-9 */
	padding:20px;
	box-shadow:0 0 10px rgba(0,0,0,.5);
	-moz-box-shadow:0 0 10px rgba(0,0,0,.5);
	-webkit-box-shadow:0 0 10px rgba(0,0,0,.5);
	color:#0b4829;
	margin-top:30px;
	}
.caja-reservas h4,
.caja-reservas h5{
	font-weight:700;
}
.caja-reservas h4{
	display:block;
	border-bottom:solid 1px #0b4829;
	padding-bottom:12px;
}
.form-reserva{
	display:none;
}
.form-reserva.show{
	display:block;
}
@media (min-width: 992px) {
	.caja-reservas{
		position:absolute;
		top:-50px !important;
		margin-top:0 !important;
		right:0;
		width:100%;
		z-index:100;
		}
	.form-reserva{
		display:block !important;
	}
	.caja-reservas h4 i{
		display:none !important;
	}
}
@media (max-width: 992px) {
	.caja-reservas h4{
		cursor:pointer;
	}
}

/*
 * ==============
 * MEDIAS QUERIES
 * ==============
*/
/* -----------------
	Nav Bar vertical
	----------------
*/
@media (min-width: 992px) {
	  .navbar-collapse {
		height: auto;
		border-top: 0;
		box-shadow: none;
		max-height: none;
		padding-left:0;
		padding-right:0;
	  }
	  .navbar-collapse.collapse {
		display: block !important;
		width: auto !important;
		padding-bottom: 0;
		overflow: visible !important;
	  }
	  .navbar-collapse.in {
		overflow-x: visible;
	  }
	.navbar-brand{
		display:none;
		}
	.navbar{
		min-width:80%;
		margin-right: 0;
		margin-left: 0;
	}
	.nav > li > a{
	  border-bottom:1px solid rgba(11,72,41,.5);
	}
	.nav > li > a:hover,
	.nav > li > a:focus {
	  /*border-left:4px solid #c64dff;*/
	}
	/* Estilo que posiciona Fixed > a 992px */ 
	.navbar{
		  right: auto !important;
		  left: auto !important;
		  -webkit-transform: translate3d(0, 0, 0);
			   -o-transform: translate3d(0, 0, 0);
				  transform: translate3d(0, 0, 0);
	}
	.navbar{
		  position: relative;
		  z-index: 1030;
	}
	
	#nav-site{
		position:relative;
		}
	
	.navbar-nav,
	.navbar-nav > li,
	.navbar-left,
	.navbar-right,
	.navbar-header {float:none !important;}
	
	.navbar-right .dropdown-menu {left:0;right:auto;}
	.navbar-collapse .navbar-nav.navbar-right:last-child { margin-right: 0;}
}

/* --------------------------------
	Nuevo @media para navbar-toggle
	-------------------------------
*/
@media(max-width:992px) {
	.default-brand{
		display:none;
		}
	#slide-top{
		display:none;
	}
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin-top: 7.5px;
		padding-bottom:10px;
	}
	.navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .collapse.in{
  		display:block !important;
	}
}
@media(max-width:776px) {
	#info-site{
		padding:50px 15px;
	}
}
.form-control{
		padding:3px;
		  font-size: 12px;
	}
	
