@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Poppins:wght@300;400;600&display=swap');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,		
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
input, textarea, select, button,
header, section, article, footer, aside, figure, figcaption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	text-decoration:none;
	color:inherit;
	background-color:transparent;
	}
strong {
	font-weight: bold;
	}
:focus {
	outline:0;
	}
body{
	line-height: 1;
	}
ol, ul {
	list-style: none;
	}
table {
	border-collapse: separate;
	border-spacing: 0;
	}
caption, th, td {
	text-align: left;
	font-weight: normal;
	}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	}
blockquote, q {
	quotes: "" "";
	}
del {
	text-decoration: none;
}
html {
	height: 100%;
	font-size: 100%;
	overflow-x:hidden;
	overflow-y:scroll;
}
body {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size:100%;
	line-height:1;
	color:#212121;
	min-height:100%;
	background: #fafcfe;
}
:focus {
	box-shadow: 0 0 1px 0 #111;
}
@media (min-width: 960px) {
	::-webkit-scrollbar {
	  width: 12px;
	}
	::-webkit-scrollbar-track {
	  background: #12345620;
	  border-radius: 0;
	}
	::-webkit-scrollbar-thumb {
	  background: #12345620;
	}
	::-webkit-scrollbar-thumb:hover {
	  background: #12345660; 
	}
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap; /* 1 */
}

@media (max-width: 960px) {
	.mobWrapper {
		position: relative;
		overflow-x: hidden;
		width: 100%;
	}
}

.page {
	font-size: 1rem;
	padding: 0 2.5rem;
	max-width: 1140px;
	margin: 0 auto;
	clear:both;
}
.row {
	margin: 0 -1rem;
	font-size: 0;
	clear: both;
}
.row.rtl {
	direction: rtl;
}
* + .row,
.row + * {
	margin-top: 4rem;
}
.page:after,
.row:after {
	content:'';
	display:table;
	width:100%;
	clear:both;
}
.col,
.gap {
	font-size: 1rem;
	box-sizing: border-box;
	padding: 0 1rem;
	min-height: 1px;
	text-align: left;
	direction: ltr!important;
}
.col > *:last-child {
	margin-bottom: 0!important;
}
@media (min-width: 960px) {
	.col,
	.gap {
		display: inline-block;
		vertical-align: top;
	}
	.v_ac .col,
	.v_ac .gap {
		vertical-align: middle;
	}
	.col1 {width: 8.333%;}
	.col2 {width: 16.666%;}
	.col3 {width: 25%;}
	.col4 {width: 33.333%;}
	.col5 {width: 41.666%;}
	.col6 {width: 50%;}
	.col7 {width: 58.333%;}
	.col8 {width: 66.666%;}
	.col9 {width: 75%;}
	.col10 {width: 83.333%;}
	.col11 {width: 91.666%;}
	.col12 {width: 100%;}
}
@media (max-width: 959px) {
	.section {
		padding: 3.5rem 0;
	}
	.col1,
	* + .col1 {
		display: inline-block;
		vertical-align: top;
		width: 50%;
	}
	.col2 {
		display: block;
		width: 75%;
		margin-left: auto;
		margin-right: auto;
	}
	.row + *,
	.col + .col,
	.gap + .col {
		margin-top: 2rem;
	}
}

a i,
button i {
	line-height: inherit!important;
}
a i + span,
button i + span {
	display: none;
}

picture,
svg,
img {
	display: block;
}
svg {
	width: auto;
	height: auto;
}
svg,
img {
	max-width: 100%;
}

.sliderWrapper {
	height: 100%;
	position: relative;
}
.slider {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.slide {
	float: left;
	width: 100%;
	height: 100%;
}

.header {
	position: fixed;
	left: 3.875rem;
	right: 3.875rem;
	top: 3.375rem;
	z-index: 99;
	background: #fff;
	padding: .625rem 1.875rem;
}
.branding {
	display: inline-block;
}
.branding img {
	display: block;
	height: 2.9125rem;
}
.bt_menu {
	display: none;
}
.header ul {
	float: right;
	margin: 1.0625rem .25rem;
}
.header ul li {
	display: inline-block;
	vertical-align: top;
	margin-left: 1.875rem;
}
.header ul li a {
	display: block;
	font-family: 'DM Serif Display', serif;
	font-size: .9375rem;
	line-height: 1.125rem;
}
.header ul li a img {
	height: 1.125rem;
}
.featured {
	height: 93.25vh;
	background: #000;
	position: relative;
}
.featured .sliderNav {
	position: absolute;
	left: 50%;
	margin-left: -570px;
	bottom: 4rem;
	z-index: 9999;
	color: #fff;
}
.featured .sliderNav a {
	display: inline-block;
	width: 7px;
	height: 7px;
	border-radius: 1rem;
	background: #fff;
	font-size: 0;
	margin-right: 1.25rem;
}
.featured .sliderNav a.activeSlide {
	background: #BF9958;
}
.featured .slide {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.featured .content {
	position: relative;
	top: calc(50vh - .5rem);
	transform: translateY(-50%);
	color: #fff;
}
.featured .content p {
	font-size: 1.125rem;
	font-weight: 300;
	letter-spacing: .2em;
	margin-bottom: .75rem;
	text-transform: uppercase;
}
.featured .content h2 {
	font-size: 4.6875rem;
	line-height: .9333em;
	font-family: 'DM Serif Display', serif;
	max-width: 7em;
}

#bienvenidos {
	padding: 7.375rem 0 5.375rem;
	background: #BF9958;
}
#bienvenidos h4 {
	font-size: 1.125rem;
	letter-spacing: .2em;
	font-weight: 300;
	color: #fff;
	margin-bottom: .75rem;
}
#bienvenidos h3 {
	font-family: 'DM Serif Display', serif;
	font-size: 4.6875rem;
	line-height: .96em;
	position: relative;
	padding-bottom: 2.625rem;
	margin-bottom: 2rem;
}
#bienvenidos h3:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 6.3125rem;
	border-bottom: solid 1px #fff;
}
#bienvenidos h3 + p {
	color: #fff;
	max-width: 20em;
	line-height: 1.5em;
}
#bienvenidos ul.list li {
	font-size: 1.125rem;
	line-height: 1.5em;
	margin-bottom: 1.4375em;
	padding-left: 2rem;
	margin-left: -2rem;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.259' height='12.871' viewBox='0 0 17.259 12.871'%3E%3Cpath id='Icon_awesome-check' data-name='Icon awesome-check' d='M5.862,17.2.253,11.586a.863.863,0,0,1,0-1.22l1.22-1.22a.863.863,0,0,1,1.22,0l3.779,3.779L14.566,4.83a.863.863,0,0,1,1.22,0l1.22,1.22a.863.863,0,0,1,0,1.22L7.083,17.2A.863.863,0,0,1,5.862,17.2Z' transform='translate(0 -4.577)' fill='%23fff'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: 0 .375rem;
	background-size: auto .75rem;
}

#habitaciones {
	background: #000;
	position: relative;
}
#habitaciones .sliderWrapper {
	padding-bottom: 51%;
}
#habitaciones .sliderWrapper .slider {
	position: absolute;
	left: 0;
	top: 0;
}
#habitaciones .sliderPrev,
#habitaciones .sliderNext {
	position: absolute;
	right: 4rem;
	bottom: 4rem;
	width: 1.25rem;
	height: .875rem;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 999999;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.243' height='13.501' viewBox='0 0 20.243 13.501'%3E%3Cpath id='Icon_ionic-ios-arrow-round-forward' data-name='Icon ionic-ios-arrow-round-forward' d='M20.784,11.51a.919.919,0,0,0-.007,1.294l4.275,4.282H8.782a.914.914,0,0,0,0,1.828H25.045L20.77,23.2a.925.925,0,0,0,.007,1.294.91.91,0,0,0,1.287-.007l5.794-5.836h0a1.026,1.026,0,0,0,.19-.288.872.872,0,0,0,.07-.352.916.916,0,0,0-.26-.64l-5.794-5.836A.9.9,0,0,0,20.784,11.51Z' transform='translate(-7.875 -11.252)' fill='%23bf9958'/%3E%3C/svg%3E%0A");
}
#habitaciones .sliderPrev {
	right: 50%;
	margin-right: -4rem;
	transform: scale(-1);
}
#habitaciones .card {
	position: absolute;
	background: #fff;
	z-index: 9999;
	left: 50%;
	width: 30.875rem;
	margin-left: calc(-570px + 1.125rem);
	bottom: -2.625rem;
	box-shadow: 0 0 0 1.125rem #fff;
	border: solid 1px #BF9958;
	padding: .75rem 0 1.375rem;
	box-sizing: border-box;
}
#habitaciones .card h3 {
	font-family: 'DM Serif Display', serif;
	font-size: 1.5rem;
	padding-left: 1.875rem;
	margin-bottom: .5rem;
	padding-top: .875rem;
	border-top: solid 1px #BF9958;
	margin-top: 1.5rem;
}
#habitaciones .card h2 {
	font-family: 'DM Serif Display', serif;
	text-transform: uppercase;
	font-size: 2.125rem;
	letter-spacing: .557em;
	padding-left: 1.875rem;
}
#habitaciones .card h2 + h3 {
	padding-top: 1.25rem;
	margin-top: 1rem;
}
#habitaciones .card p {
	line-height: 1.3em;
	margin-left: 1.875rem;
	margin-right: 1.875rem;
}

#servicios {
	text-align: center;
	background: #191919;
	position: relative;
	padding: 7.5rem 0 2.75rem;
}
#servicios:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 12.75rem;
	background: #BF9958;
	z-index: 1;
}
#servicios .page {
	position: relative;
	z-index: 9;
}
#servicios h3 {
	font-size: 4.375rem;
	margin-bottom: 1.75rem;
	color: #BF9958;
	font-family: 'DM Serif Display', serif;
}
#servicios h3 + p {
	font-size: 1rem;
	line-height: 1.5rem;
	max-width: 42rem;
	margin: 0 auto;
	color: #fff;
}
#servicios .row {
	margin-top: 4.25rem;
}
#servicios .col {
	margin-bottom: 2.875rem;
}
#servicios .card {
	padding: 1.5rem 2.25rem;
	border: solid 1px #BF9958;
	box-shadow: .25rem .25rem 0 0 #BF9958;
	color: #fff;
	height: 10.25rem;
	box-sizing: border-box;
	position: relative;
	text-align: right;
	background: #191919;
}
#servicios .card:before,
#servicios .card:after {
	content: '';
	position: absolute;
	left: 1.5rem;
	right: 1.5rem;
	border-top: solid 1px #BF9958;
}
#servicios .card:before {
	top: 2.625rem;
	right: 3rem;
}
#servicios .card:after {
	bottom: 2rem;
}
#servicios .card img {
	display: inline-block;
	background: #191919;
	border-left: solid 1rem #191919;
	position: relative;
	z-index: 9;
}
#servicios .card h4 {
	font-size: 1.875rem;
	font-family: 'DM Serif Display', serif;
	position: absolute;
	left: 1.625rem;
	bottom: 1.625rem;
	text-align: left;
	background: #191919;
	z-index: 9;
	padding-right: 1rem;
}
#servicios .card h4 em {
	display: block;
	font-style: italic;
}
#servicios ul {
	margin: .625rem -1rem 0;
}
#servicios li {
	font-size: .75rem;
	display: inline-block;
	vertical-align: top;
	padding: .5rem .75rem;
	background: #fff;
	margin: .25rem .125rem;
}

#contacto {
	background: #191919;
	color: #fff;
}
#contacto .col {
	vertical-align: bottom;
}
#contacto .row {
	margin-top: -6.5rem;
}
#contacto .form {
	background: #fff;
	padding: 1rem;
	border: solid 1px #BF9958;
	box-shadow: .25rem .25rem 0 0 #BF9958;
	font-size: 0;
	position: relative;
	z-index: 999;
	color: #000;
}
#contacto .form .status {
	position: absolute;
	left: 1rem;
	bottom: 0;
	right: 1rem;
	line-height: 1.75rem;
	padding-left: 1rem;
	font-size: .875rem;
	display: none;
	background: #BF9958;
	color: #fff;
}
#contacto .form .status.error {
	background: #000;
	color: red;
}
#contacto .form .status.visible {
	display: block;
}
#contacto .form h3 {
	font-size: 4.375rem;
	font-family: 'DM Serif Display', serif;
	color: #BF9958;
	padding: .375rem 1.125rem;
	border: solid 1px #BF9958;
}
#contacto .form input {
	font-size: 1rem;
	display: block;
	width: 100%;
	padding: 1.25rem 1.125rem;
	border: solid 1px #BF9958;
	border-top: none;
	box-sizing: border-box;
}
#contacto .form textarea {
	font-size: 1rem;
	display: inline-block;
	width: calc(100% - 10rem);
	padding: 1.25rem 1.125rem;
	border: solid 1px #BF9958;
	border-top: none;
	border-right: none;
	height: 9.125rem;
	box-sizing: border-box;
}
#contacto .form button {
	font-size: 1rem;
	float: right;
	width: 10rem;
	background: #BF9958;
	line-height: 9.125rem;
	height: 9.125rem;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
}
#contacto h4 {
	font-size: .875rem;
	color: #BF9958;
	font-weight: bold;
	line-height: 1.3125rem;
}
#contacto p {
	font-size: .625rem;
	color: #B4B4B4;
	letter-spacing: .02em;
	line-height: 1rem;
	margin-bottom: 1.875rem;
}
#contacto p + h4 {
	margin-top: 2.125rem;
}
#contacto .social li {
	font-size: 1.375rem;
	display: inline-block;
	color: #BF9958;
	margin-right: .625em;
}
.footer {
	padding: 3.5rem 0;
	color: #BF9958;
	background: #191919;
}
.footer p {
	font-size: .625rem;
}

@media (max-width:960px) {
	html {
		font-size: 87.5%;
	}
	.header {
		position: absolute;
		left: 0;
		right: 0;
	}
	.bt_menu {
		display: block;
		float: right;
		line-height: 2.9125rem;
	}
	.header ul {
		position: absolute;
		left: 0;
		right: 0;
		background: #fff;
		text-align: center;
		margin: 0;
		padding: 2rem 0;
		transition: all 250ms ease;
		opacity: 0;
		visibility: hidden;
	}
	.header ul.visible {
		opacity: 1;
		visibility: visible;
	}
	.header ul li {
		display: block;
		margin: 0;
	}
	.header ul li a {
		display: block;
		line-height: 3rem;
	}
	.header ul li a img {
		display: inline-block;
	}
	.featured .content h2,
	#bienvenidos h3 {
		font-size: 3.5rem;
	}
	#bienvenidos ul.list li {
		margin-left: 0;
	}
	#habitaciones .card {
		position: relative;
		z-index: 99999;
		margin: -2.5rem 3.5rem 0;
		left: auto;
		width: auto;
	}
	#habitaciones .card h2 {
		font-size: 2rem;
		letter-spacing: .2em;
	}
	#habitaciones .slider img {
		width: 100%;
	}
	#habitaciones .sliderPrev {
		left: 4rem;
		right: auto;
		margin-right: 0;
	}
	#servicios ul {
		text-align: left;
		margin: 0;
	}
	#servicios:after {
		height: 60vh;
	}
}
@media (max-width: 380px) {
	#habitaciones .card h2 {
		font-size:1.75rem;
		letter-spacing: .1em;
	}
}





