
/* default */
html{
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}
body{
	overflow-x: hidden;
	background: #233129; /* #d7e0ef */
	
	color: #06091e;
	font-family: "Source Sans 3", sans-serif;
	font-weight: 500;
	
	font-optical-sizing: auto;
	-webkit-font-smoothing: antialiased;
}

/* texto */
h1, h2, h3, h4, h5, h6{
	font-family: "Merriweather", serif;
	font-weight: 800;
}
h1 span{
	color: black;
}
.volanta{
	color: #588069;
	font-family: "Source Sans 3", sans-serif;
	font-size: 21px;
	font-weight: 600;
	font-style: italic;
}
p{
	font-size: 21px;
	font-weight: 600;
	line-height: 27px;
}
a.link{
	color: #249c51;
}

/* espaciado */
.espacio{
	padding: 125px 0;
}
.espaciomin{
	padding: 50px 0;
}

.overflow-hidden{
	overflow: hidden !important;
}
.no-padding{
	padding: 0 !important;
}

/* Micro clearfix */
.cf { zoom: 1; }
.cf:before,
.cf:after { content: ""; display: table; }
.cf:after { clear: both; }

/* colores */
.blanco{
	background: white;
	color: #424242;
}
.gris{
	background: #d5d1db;
}
.marron-oscuro{
	background: #0b0806;
}
.marron-claro{
	background: #312a23;
}
.verde{
	background: #233129;
}

.sombra{
	box-shadow: 1px 1px 49px 0px rgba(0,0,0,0.125);
}

/* formas */
.redondeada{
	border-radius: 35px;
	overflow: hidden;
}
.redondeada-arriba{
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.redondeada-arriba-izquierda{
	-webkit-border-top-left-radius: 35px;
	-moz-border-radius-topleft: 35px;
	border-top-left-radius: 35px;
}
.redondeada-arriba-derecha{
	-webkit-border-top-right-radius: 35px;
	-moz-border-radius-topright: 35px;
	border-top-right-radius: 35px;
}
.redondeada-abajo-izquierda{
	-webkit-border-bottom-left-radius: 35px;
	-moz-border-radius-bottomleft: 35px;
	border-bottom-left-radius: 35px;
}
.redondeada-abajo-derecha{
	-webkit-border-bottom-right-radius: 35px;
	-moz-border-radius-bottomright: 35px;
	border-bottom-right-radius: 35px;
}

/* interaccion */
a.zoom{}
a.zoom:hover{}
a.zoom img{
	opacity: 1;
	transform: scale(1.0);
	transition: all .5s ease-in-out;
}
a.zoom:hover img{
	opacity: 0.75;
	transform: scale(1.1);
	transition: all .5s ease-in-out;
}

/* nav */
nav.navbar{
	margin: 0;
	padding: 0;
	height: 97px;
}
nav.navbar .container{
	position: relative;
}

a.navbar-brand{
	position: absolute;
	top: 0px;
	left: 0;
	
	padding: 0;
}
a.navbar-brand-mobile{
	display: none;
}

.fixed-top-margin{
	margin-top: 97px;
}

li.nav-item{
	margin: 0 50px 0 0;
	padding: 0;
}
li.nav-item:last-child{
	margin: 0 0 0 0;
}
a.nav-link{
	margin: 0;
	padding: 0;
	height: 97px;
	line-height: 97px;

	color: white;
	font-family: "Merriweather", serif;
	font-size: 18px;
	font-weight: 800;
}
a.nav-link.dropdown-toggle{
	color: white;
}
a.nav-link:hover,
a.nav-link.dropdown-toggle.show{
	color: #ffe7ae !important;
}

a.nav-link img,
a.envienos img{
	opacity: 1;
	transition: .5s ease;
}
a.nav-link:hover img,
a.envienos:hover img{
	opacity: 0.75;
}

/* collage */
#collage{
	position: relative;
	background: #312a23 url(../_img/collage.jpg) no-repeat 50% 0;
	background-size: 1920px;
}
#collage a{
	margin-bottom: 24px !important;
}
img#collage-barra{
	position: absolute;
	top: 0;
	left: 0;
}

a#collage-galeria{
	position: relative;
}
a#collage-galeria span{
	position: absolute;
	top: 345px;
	left: 0;
	z-index: 1;
	
	display: block;
	width: 100%;
	
	color: white;
	font-family: "Merriweather", serif;
	font-size: 24px;
	font-weight: 800;
	text-align: center;
	
}

a#collage-video{
	position: relative;
}
a#collage-video span{
	position: absolute;
	bottom: 45px;
	left: 0;
	z-index: 1;
	
	display: block;
	width: 100%;
	
	color: white;
	font-family: "Merriweather", serif;
	font-size: 24px;
	font-weight: 800;
	text-align: center;
	
}

a#collage-zonda{
	position: relative;
}
a#collage-zonda span{
	position: absolute;
	top: 35px;
	left: 0;
	z-index: 1;
	
	display: block;
	width: 100%;
	
	color: white;
	font-family: "Merriweather", serif;
	font-size: 24px;
	font-weight: 800;
	text-align: center;
	
}

a#collage-contacto{
	position: relative;
}
a#collage-contacto span{
	position: absolute;
	bottom: 75px;
	left: 0;
	z-index: 1;
	
	display: block;
	width: 100%;
	
	color: white;
	font-family: "Merriweather", serif;
	font-size: 24px;
	font-weight: 800;
	text-align: center;
	
}

/* nuestras cabañas */
.item-nc{
	box-shadow: 1px 1px 49px 0px rgba(0,0,0,0);
	
	transition: box-shadow .5s ease;
	-webkit-transition: -webkit-box-shadow .5s ease;
	-moz-transition: -moz-box-shadow .5s ease;
}
.item-nc:hover{
	box-shadow: 1px 1px 49px 0px rgba(0,0,0,0.125);
}
.item-nc-txt h3 a{
	color: #232323;
	font-size: 24px;
	font-weight: 800;
	text-decoration: none;
}
.item-nc-txt h3 a:hover{
	text-decoration: underline;
}
.item-nc-txt p{
	display: block;
	padding-top: 10px;
}
.item-nc-txt p a{
	color: #249c51;
	text-decoration: none;
}
.item-nc-txt p a:hover{
	text-decoration: underline;
}

#nuestras-cabanas h2{
	color: #232323;
	font-size: 50px;
	font-weight: 800;
}

/* footer */
#footer{
	padding: 60px 0;
}
#footer nav{
	display: block;
	width: 100%;
}
#footer nav a{
	display: inline-block;
	margin-right: 60px;
	
	color: white;
	font-family: "Merriweather", serif;
	font-size: 18px;
	font-weight: 800;
	text-decoration: none;
}
#footer nav a:hover{
	color: #9e7b58;
}
#footer nav a:last-child{
	margin-right: 0px;
}	
a#siete{
	opacity: 1;
}	
a#siete:hover{
	opacity: 0.5;
}	
	
/* inicio */
#inicio-header{
	display: block;
	width: 100%;
	height: 1188px;
	
	background: url(../_img/header.jpg) no-repeat center top;
	background-size: 1920px;
}
#inicio-header header{
	display: block;
	margin-top: 598px;
	text-align: center;
}
#inicio-header h1{
	color: white;
	font-size: 60px;
	font-weight: 800;
}
#inicio-header header hgroup{
	display: block;
	padding: 30px 400px 0 400px;
}
#inicio-header h2{
	color: white;
	font-size: 26px;
	font-family: "Source Sans 3", sans-serif;
	font-weight: 500;
}
#inicio-header h3{
	margin-top: 45px;
	
	color: #ffe7ae;
	font-size: 26px;
	font-family: "Source Sans 3", sans-serif;
	font-weight: 500;
}

#inicio-oblea #oblea{
	overflow: visible;
	margin-top: -100px;
}
#oblea{
	display: block;
	float: left;
	width: 100%;
	
	background: white;
	border-radius: 35px;
	box-shadow: 1px 1px 49px 0px rgba(0,0,0,0.125);
}
#oblea div{
	position: relative;
	
	float: left;
	display: inline-block;
	padding: 0 45px;
	width: 33%;
	min-height: 320px;
	
	text-align: center;
}
#oblea div:first-child+*{
	background: #f3f1f5;
	border-left: solid 1px #dad8dc;
	border-right: solid 1px #dad8dc;
}
#oblea img{
	position: absolute;
	top: -45px;
	left: 50%;
	margin-left: -45px;
}
#oblea h3{
	display: block;
	margin: 75px 0 25px 0;
	
	color: #c13a46;
	font-size: 24px;
	font-weight: 800;
}	
	
/* cabaña */	
ul.lista-pildoras{
	float: left;
	display: block;
	width: 100%;
	margin: 30px 0 45px 0;
	padding: 0;
}
ul.lista-pildoras li{
	float: left;
	display: inline-block;
	margin: 6px;
	padding: 4px 18px;
	
	background: #e9eae9;
	border: solid 1px #e9eae9;
	border-radius: 15px;
	
	color: #555555;
	font-size: 21px;
	font-weight: 600;
	
	transition: .5s ease;
}
ul.lista-pildoras li:hover{
	background: white;
}	
	
	
	




















