.fill {
  object-fit: cover;
  object-position: middle center;
}
.boxshad {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
.boxshad2 {
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.boxshad3 {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.boxshad4 {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.boxshad-kill {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0);
}
.cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.shad {
  text-shadow: 0 -1px 0 rgba(128, 128, 128, 0.5);
}
.serif {
  font-family: 'Playfair Display', serif;
}
.light {
  font-weight: 300;
}
.regular {
  font-weight: 400;
}
.medium {
  font-weight: 500;
}
.semi {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
body,
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-family: 'Poppins', sans-serif;
}
a,
a:hover {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:hover {
  text-decoration: none;
}
a:active,
a:visited {
  text-decoration: none;
}
hr.clear {
  background: none;
  border: 0;
  clear: both;
  display: block;
  float: none;
  font-size: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
/*
Para el fill
.head-img {
      width: 100%;
      height: 415px;
      overflow: hidden;
      img {
        width: 100%;
        height: 415px;
        .fill;
      }
      }*/
header.header {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  /*background: rgba(0,0,0,0.2);*/
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.75) 15%, rgba(0, 0, 0, 0.75) 17%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.75) 15%, rgba(0, 0, 0, 0.75) 17%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 15%, rgba(0, 0, 0, 0.75) 17%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf000000', endColorstr='#00000000', GradientType=0);
  z-index: 8;
  margin: 0 auto;
  right: 0px;
  left: 0px;
  padding: 8px 30px;
  position: fixed;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  header.header {
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
  }
}
header.header .logo {
  padding: 10px 0;
}
@media (min-width: 768px) {
  header.header .logo img {
    width: 73px;
  }
}
@media (max-width: 767px) {
  header.header .logo img {
    width: 60px;
  }
}
header.header .logo img.negativo {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: block;
  opacity: 1;
}
header.header .logo img.positivo {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: none;
  opacity: 0;
}
@media (min-width: 768px) {
  header.header .telefono {
    display: none;
  }
}
@media (max-width: 767px) {
  header.header .telefono {
    display: block;
    position: absolute;
    right: 20px;
    top: 10px;
    color: #b99768;
    font-size: 15px;
    font-weight: 500;
  }
}
header.header .prenav {
  text-align: right;
  text-transform: uppercase;
  margin-top: 12px;
}
@media (max-width: 767px) {
  header.header .prenav {
    display: none;
  }
}
header.header .prenav ul {
  margin: 0;
  padding: 0;
}
header.header .prenav li {
  list-style: none;
  display: inline-block;
  font-size: 11px;
  letter-spacing: 0.2em;
  font-weight: 500;
}
@media (min-width: 768px) {
  header.header .prenav li {
    padding: 0 0 0 7px;
  }
}
@media (min-width: 992px) {
  header.header .prenav li {
    padding: 0 0 0 15px;
  }
}
header.header .prenav li:before {
  content: '|';
  color: #FFF;
}
@media (min-width: 768px) {
  header.header .prenav li:before {
    margin: 0 7px 0 0;
  }
}
@media (min-width: 992px) {
  header.header .prenav li:before {
    margin: 0 15px 0 0;
  }
}
header.header .prenav li:first-child:before {
  display: none;
}
header.header .prenav li a {
  color: #FFF;
}
header.header .prenav li a:hover {
  color: #FFF;
}
header.header .prenav li a.active {
  color: #e1ccae;
}
header.header nav {
  margin-top: 10px;
  text-align: right;
}
@media (max-width: 767px) {
  header.header nav {
    display: none;
  }
}
header.header nav ul {
  margin: 0;
  padding: 0;
}
header.header nav li {
  list-style: none;
  display: inline-block;
}
@media (min-width: 768px) {
  header.header nav li {
    padding: 0 0 0 10px;
  }
}
@media (min-width: 992px) {
  header.header nav li {
    padding: 0 0 0 22px;
  }
}
@media (min-width: 1200px) {
  header.header nav li {
    padding: 0 0 0 40px;
  }
}
@media (min-width: 768px) {
  header.header nav li.book {
    display: block;
    margin: 10px 0;
  }
}
@media (min-width: 992px) {
  header.header nav li.book {
    display: inline-block;
  }
}
header.header nav li.book a {
  color: #FFF;
  font-weight: 700;
  background: #b99768;
  border: 1px solid #b99768;
}
@media (min-width: 768px) {
  header.header nav li.book a {
    padding: 10px 50px;
  }
}
@media (min-width: 992px) {
  header.header nav li.book a {
    padding: 7px 25px;
  }
}
header.header nav li.book a:hover {
  background: transparent;
  color: #b99768;
}
header.header nav a {
  color: #FFF;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  header.header nav a {
    letter-spacing: 0em;
  }
}
@media (min-width: 992px) {
  header.header nav a {
    letter-spacing: 0.1em;
  }
}
header.header nav a:hover {
  color: #956523;
}
header.header nav a.active {
  color: #e1ccae;
}
header.header.float {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #f6f6f6;
  z-index: 8;
  margin: 0 auto;
  right: 45px;
  left: 45px;
  padding: 5px;
  position: fixed;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  header.header.float {
    background: rgba(0, 0, 0, 0.7);
    right: 0;
    left: 0;
    padding: 2px;
  }
}
header.header.float .logo img.negativo {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  display: none;
}
header.header.float .logo img.positivo {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 1;
  display: block;
}
@media (min-width: 768px) {
  header.header.float .logo img {
    width: 73px;
  }
}
@media (max-width: 767px) {
  header.header.float .logo img {
    width: 60px;
  }
}
header.header.float .prenav li {
  font-weight: 500;
}
header.header.float .prenav li:before {
  color: #b99768;
  text-shadow: none;
}
header.header.float .prenav li a {
  color: #b99768;
  text-shadow: none;
}
header.header.float nav li.book a {
  color: #FFF;
  text-shadow: none;
}
header.header.float nav li.book a:hover {
  color: #b99768;
}
header.header.float nav li a {
  font-weight: 600;
  color: #b99768;
  text-shadow: none;
}
.hero-home {
  position: relative;
}
.hero-home .hero-img {
  width: 100%;
  height: 850px;
  overflow: hidden;
  background: #000;
}
@media (max-width: 767px) {
  .hero-home .hero-img {
    height: 450px;
  }
}
.hero-home .hero-img img {
  width: 100%;
  height: 850px;
  object-fit: cover;
  object-position: middle center;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
@media (max-width: 767px) {
  .hero-home .hero-img img {
    height: 450px;
  }
}
.hero-home .txt {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
}
.hero-home .txt h2 {
  font-family: 'Playfair Display', serif;
  text-transform: uppercase;
  color: #FFF;
  text-shadow: 0 -1px 0 rgba(128, 128, 128, 0.5);
  font-size: 48px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .hero-home .txt h2 {
    font-size: 38px;
  }
}
.hero-home .txt h3 {
  text-transform: uppercase;
  color: #FFF;
  text-shadow: 0 -1px 0 rgba(128, 128, 128, 0.5);
  font-size: 16px;
  letter-spacing: 0.3em;
  font-weight: 400;
}
.hero-in {
  position: relative;
}
.hero-in .hero-img {
  width: 100%;
  height: 600px;
  overflow: hidden;
  background: #000;
}
@media (max-width: 767px) {
  .hero-in .hero-img {
    height: 450px;
  }
}
.hero-in .hero-img img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  object-position: middle center;
  opacity: 0.9;
}
@media (max-width: 767px) {
  .hero-in .hero-img img {
    height: 450px;
  }
}
.hero-in .txt {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
}
.hero-in .txt h2 {
  font-family: 'Playfair Display', serif;
  text-transform: uppercase;
  color: #FFF;
  text-shadow: 0 -1px 0 rgba(128, 128, 128, 0.5);
  font-size: 48px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .hero-in .txt h2 {
    font-size: 38px;
  }
}
.hero-in .txt h3 {
  text-transform: uppercase;
  color: #FFF;
  text-shadow: 0 -1px 0 rgba(128, 128, 128, 0.5);
  font-size: 16px;
  letter-spacing: 0.3em;
  font-weight: 400;
}
.hero-room {
  position: relative;
}
.hero-room .slide {
  width: 100%;
  height: 700px;
  overflow: hidden;
  background: #000;
}
@media (max-width: 767px) {
  .hero-room .slide {
    height: 450px;
  }
}
.hero-room .slide img {
  width: 100%;
  height: 700px;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: middle center;
  opacity: 0;
  display: none;
}
@media (max-width: 767px) {
  .hero-room .slide img {
    height: 450px;
  }
}
.contenido1 {
  text-align: center;
  padding: 80px 0 100px;
}
.contenido1 h1 {
  text-transform: uppercase;
  color: #b99768;
  font-size: 42px;
  font-weight: 400;
  font-family: 'Playfair Display', serif;
  margin: 0 0 16px;
}
@media (max-width: 767px) {
  .contenido1 h1 {
    font-size: 28px;
  }
}
.contenido1 h2 {
  color: #2c2b2a;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.2em;
  font-weight: 400;
  margin: 0 0 26px;
}
@media (max-width: 767px) {
  .contenido1 h2 {
    font-size: 14px;
  }
}
.contenido1 h3 {
  text-transform: uppercase;
  color: #b99768;
  font-size: 32px;
  font-weight: 400;
  font-family: 'Playfair Display', serif;
  margin: 0 0 16px;
}
@media (max-width: 767px) {
  .contenido1 h3 {
    font-size: 28px;
  }
}
.contenido1 p {
  color: #2c2b2a;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6em;
  max-width: 730px;
  margin: 0 auto;
}
.contenido-in {
  text-align: center;
  padding: 80px 0 100px;
}
.contenido-in h1 {
  font-size: 26px;
  font-weight: 400;
  text-transform: uppercase;
  color: #b99768;
  font-family: 'Playfair Display', serif;
  margin: 0 0 20px;
}
.contenido-in h2 {
  font-size: 18px;
  font-weight: 400;
  color: #2c2b2a;
  text-transform: uppercase;
  margin: 0 0 40px;
}
.contenido-in h2.sec {
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  color: #b99768;
  font-family: 'Playfair Display', serif;
  margin: 0 0 20px;
}
.contenido-in h3 {
  font-size: 16px;
  font-weight: 600;
  color: #b99768;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.contenido-in p {
  color: #2c2b2a;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6em;
  max-width: 730px;
  margin: 10px auto;
}
.super-grid {
  background: #f6f6f6;
  padding: 34px 0 62px;
}
.super-grid a figure {
  background: #FFF;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border: 6px solid #FFF;
  position: relative;
  margin-bottom: 30px;
  height: 499px;
  width: 100%;
}
@media (max-width: 767px) {
  .super-grid a figure {
    height: auto;
  }
}
.super-grid a figure .imagen {
  width: 100%;
  height: 264px;
  overflow: hidden;
  display: block;
}
.super-grid a figure .imagen img {
  width: 100%;
  height: 264px;
  object-fit: cover;
  object-position: middle center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.super-grid a figure figcaption {
  position: relative;
  padding: 30px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 767px) {
  .super-grid a figure figcaption {
    padding: 30px 20px;
  }
}
.super-grid a figure figcaption h4 {
  font-family: 'Playfair Display', serif;
  color: #b99768;
  text-transform: uppercase;
  font-weight: 400;
}
@media (min-width: 768px) {
  .super-grid a figure figcaption h4 {
    font-size: 18px;
    margin: 0 0 15px;
  }
}
@media (min-width: 992px) {
  .super-grid a figure figcaption h4 {
    font-size: 24px;
    margin: 0 0 35px;
  }
}
@media (max-width: 767px) {
  .super-grid a figure figcaption h4 {
    font-size: 18px;
    margin: 0 0 15px;
  }
}
.super-grid a figure figcaption p {
  color: #2c2b2a;
  font-size: 14px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .super-grid a figure figcaption p {
    line-height: 1.6em;
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  .super-grid a figure figcaption p {
    line-height: 1.6em;
  }
}
.super-grid a figure.big {
  width: 100%;
  background: #000;
  height: auto;
}
@media (max-width: 767px) {
  .super-grid a figure.big {
    background: #FFF;
  }
}
.super-grid a figure.big .imagen {
  width: 100%;
  overflow: hidden;
  display: block;
  height: 500px;
}
@media (max-width: 767px) {
  .super-grid a figure.big .imagen {
    position: relative;
    display: block;
    height: 264px;
    overflow: visible;
  }
}
.super-grid a figure.big .imagen img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: middle center;
  opacity: 0.5;
}
@media (max-width: 767px) {
  .super-grid a figure.big .imagen img {
    height: auto;
    opacity: 1;
    height: 264px;
    position: relative;
  }
}
.super-grid a figure.big figcaption {
  position: absolute;
  z-index: 2;
  color: #FFF;
  top: 50%;
  transform: translateY(-50%);
  width: 60%;
  padding: 60px;
}
@media (max-width: 767px) {
  .super-grid a figure.big figcaption {
    position: relative;
    display: block;
    top: auto;
    transform: translateY(0);
    width: 100%;
    padding: 30px 20px;
  }
}
.super-grid a figure.big figcaption h3 {
  font-family: 'Playfair Display', serif;
  color: #FFF;
  text-shadow: 0 -1px 0 rgba(128, 128, 128, 0.5);
  font-weight: 400;
  text-transform: uppercase;
  font-size: 42px;
  margin: 0 0 35px;
}
@media (max-width: 767px) {
  .super-grid a figure.big figcaption h3 {
    font-size: 24px;
    color: #b99768;
  }
}
.super-grid a figure.big figcaption p {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6em;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .super-grid a figure.big figcaption p {
    color: #2c2b2a;
  }
}
@media (max-width: 767px) {
  .super-grid a figure.big figcaption .btn-white {
    color: #b99768;
    border: 1px solid #b99768;
  }
}
.super-grid a:hover figure .imagen img {
  opacity: 0.8;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.super-grid a:hover figure figcaption {
  transform: translateY(-10px);
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.super-grid a:hover figure.big figcaption {
  transform: translateY(-52%);
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.spa-grid {
  background: #f6f6f6;
  padding: 34px 0 62px;
}
.spa-grid a figure {
  background: #FFF;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border: 6px solid #FFF;
  position: relative;
  margin-bottom: 30px;
  height: 499px;
  width: 100%;
}
@media (max-width: 767px) {
  .spa-grid a figure {
    height: auto;
  }
}
.spa-grid a figure .imagen {
  width: 100%;
  height: 264px;
  overflow: hidden;
  display: block;
}
.spa-grid a figure .imagen img {
  width: 100%;
  height: 264px;
  object-fit: cover;
  object-position: middle center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.spa-grid a figure figcaption {
  position: relative;
  padding: 30px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 767px) {
  .spa-grid a figure figcaption {
    padding: 30px 20px;
  }
}
.spa-grid a figure figcaption h4 {
  font-family: 'Playfair Display', serif;
  color: #b99768;
  text-transform: uppercase;
  font-weight: 400;
}
@media (min-width: 768px) {
  .spa-grid a figure figcaption h4 {
    font-size: 18px;
    margin: 0 0 15px;
  }
}
@media (min-width: 992px) {
  .spa-grid a figure figcaption h4 {
    font-size: 24px;
    margin: 0 0 35px;
  }
}
@media (max-width: 767px) {
  .spa-grid a figure figcaption h4 {
    font-size: 18px;
    margin: 0 0 15px;
  }
}
.spa-grid a figure figcaption p {
  color: #2c2b2a;
  font-size: 14px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .spa-grid a figure figcaption p {
    line-height: 1.6em;
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  .spa-grid a figure figcaption p {
    line-height: 1.6em;
  }
}
.spa-grid a:hover figure .imagen img {
  opacity: 0.8;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.spa-grid a:hover figure figcaption {
  transform: translateY(-10px);
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.spa-grid a:hover figure.big figcaption {
  transform: translateY(-52%);
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.spa-grid figure.spa {
  background: #FFF;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border: 6px solid #FFF;
  position: relative;
  margin-bottom: 30px;
  height: 499px;
  width: 100%;
}
@media (max-width: 767px) {
  .spa-grid figure.spa {
    height: auto;
  }
}
.spa-grid figure.spa .imagen {
  width: 100%;
  height: 264px;
  overflow: hidden;
  display: block;
}
.spa-grid figure.spa .imagen img {
  width: 100%;
  height: 264px;
  object-fit: cover;
  object-position: middle center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.spa-grid figure.spa figcaption {
  position: relative;
  padding: 30px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 767px) {
  .spa-grid figure.spa figcaption {
    padding: 30px 20px;
  }
}
.spa-grid figure.spa figcaption h4 {
  font-family: 'Playfair Display', serif;
  color: #b99768;
  text-transform: uppercase;
  font-weight: 400;
}
@media (min-width: 768px) {
  .spa-grid figure.spa figcaption h4 {
    font-size: 18px;
    margin: 0 0 15px;
  }
}
@media (min-width: 992px) {
  .spa-grid figure.spa figcaption h4 {
    font-size: 24px;
    margin: 0 0 35px;
  }
}
@media (max-width: 767px) {
  .spa-grid figure.spa figcaption h4 {
    font-size: 18px;
    margin: 0 0 15px;
  }
}
.spa-grid figure.spa figcaption p {
  color: #2c2b2a;
  font-size: 14px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .spa-grid figure.spa figcaption p {
    line-height: 1.6em;
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  .spa-grid figure.spa figcaption p {
    line-height: 1.6em;
  }
}
.spa-grid figure.spa figcaption ul {
  margin: 10px 30px 0 12px;
  padding: 0;
  list-style-image: url('../img/bullet.gif');
}
.spa-grid figure.spa figcaption li {
  color: #2c2b2a;
  font-size: 14px;
  margin-bottom: 7px;
}
.spa-grid figure.spa figcaption li a {
  color: #2c2b2a;
}
.spa-grid figure.spa figcaption li a:hover {
  color: #b99768;
}
.spa-grid figure.spa figcaption a.categorias {
  font-size: 15px;
  color: #b99768;
  text-transform: uppercase;
  font-weight: 500;
  display: block;
}
.resto-grid {
  background: #f6f6f6;
  padding: 50px 0 62px;
}
.resto-grid h2 {
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  color: #b99768;
  font-family: 'Playfair Display', serif;
  margin: 0 0 40px;
}
.resto-grid figure {
  background: #FFF;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border: 6px solid #FFF;
  position: relative;
  margin-bottom: 30px;
  width: 100%;
}
@media (max-width: 767px) {
  .resto-grid figure {
    height: auto;
  }
}
.resto-grid figure .imagen {
  width: 100%;
  height: 264px;
  overflow: hidden;
  display: block;
}
.resto-grid figure .imagen img {
  width: 100%;
  height: 264px;
  object-fit: cover;
  object-position: middle center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.resto-grid figure figcaption {
  position: relative;
  padding: 30px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  height: 320px;
}
@media (max-width: 767px) {
  .resto-grid figure figcaption {
    padding: 30px 20px;
  }
}
.resto-grid figure figcaption h4 {
  font-family: 'Playfair Display', serif;
  color: #b99768;
  text-transform: uppercase;
  font-weight: 400;
}
@media (min-width: 768px) {
  .resto-grid figure figcaption h4 {
    font-size: 18px;
    margin: 0 0 15px;
  }
}
@media (min-width: 992px) {
  .resto-grid figure figcaption h4 {
    font-size: 24px;
    margin: 0 0 35px;
  }
}
@media (max-width: 767px) {
  .resto-grid figure figcaption h4 {
    font-size: 18px;
    margin: 0 0 15px;
  }
}
.resto-grid figure figcaption p {
  color: #2c2b2a;
  font-size: 14px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .resto-grid figure figcaption p {
    line-height: 1.6em;
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  .resto-grid figure figcaption p {
    line-height: 1.6em;
  }
}
.btn-white {
  border: 1px solid #FFF;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  padding: 8px 32px;
  display: inline-block;
  color: #FFF;
}
.btn-white:hover {
  background: #FFF;
  color: #b99768;
}
.btn-line {
  border: 1px solid #b99768;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  padding: 8px 32px;
  display: inline-block;
  color: #b99768;
}
.btn-line:hover {
  background: #b99768;
  color: #FFF;
}
.btn-simple {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #b99768;
  letter-spacing: 0.2em;
}
.btn-simple:hover {
  color: #956523;
}
.testimonios {
  position: relative;
}
.testimonios .imagen {
  width: 100%;
  height: 520px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .testimonios .imagen {
    display: none;
  }
}
.testimonios .imagen img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  object-position: middle center;
}
@media (max-width: 767px) {
  .testimonios .imagen img {
    height: auto;
  }
}
.testimonios .txt {
  background: rgba(255, 255, 255, 0.9);
  border: 15px solid #FFF;
  position: absolute;
  padding: 60px;
  width: 50%;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
}
@media (max-width: 767px) {
  .testimonios .txt {
    text-align: center;
    position: relative;
    width: 100%;
    padding: 30px 0;
    top: 0;
    transform: translateY(0);
  }
}
.testimonios .txt h5 {
  font-size: 28px;
  color: #b99768;
  font-family: 'Playfair Display', serif;
  font-style: italic;
  text-shadow: 0 -1px 0 rgba(128, 128, 128, 0.5);
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .testimonios .txt h5 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.testimonios .txt p {
  color: #2c2b2a;
  font-size: 14px;
  line-height: 1.8em;
}
@media (max-width: 767px) {
  .testimonios .txt p {
    font-size: 13px;
  }
}
.testimonios .txt p.who {
  margin-top: 20px;
  font-weight: 500;
  font-size: 12px;
}
.tres-spots {
  padding: 90px 0 110px;
}
.tres-spots a figure {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  background: #FFF;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.tres-spots a figure .imagen {
  width: 100%;
  height: 272px;
  overflow: hidden;
  display: block;
  background: #000;
}
.tres-spots a figure .imagen img {
  width: 100%;
  height: 272px;
  object-fit: cover;
  object-position: middle center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.tres-spots a figure figcaption {
  padding: 20px 30px;
  text-align: center;
  height: 230px;
}
@media (max-width: 767px) {
  .tres-spots a figure figcaption {
    height: auto;
  }
}
.tres-spots a figure figcaption h3 {
  font-size: 18px;
  color: #b99768;
  line-height: 1.4em;
  text-transform: uppercase;
  font-family: 'Playfair Display', serif;
  margin: 0 0 12px;
}
.tres-spots a figure figcaption h5 {
  font-size: 24px;
  color: #b99768;
  text-transform: uppercase;
  font-family: 'Playfair Display', serif;
  margin: 0 0 12px;
}
.tres-spots a figure figcaption h6 {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  color: #2c2b2a;
  line-height: 1.4em;
  margin: 0 0 12px;
}
.tres-spots a figure figcaption p {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6em;
  color: #2c2b2a;
}
.tres-spots a:hover figure {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #f6f6f6;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.tres-spots a:hover figure .imagen img {
  opacity: 0.8;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.habitaciones {
  padding: 40px 0;
}
.habitaciones h2 {
  font-family: 'Playfair Display', serif;
  text-transform: uppercase;
  color: #b99768;
  font-size: 30px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .habitaciones h2 {
    font-size: 24px;
  }
}
.habitaciones.gris {
  background: #313131;
}
.promociones {
  padding: 40px 0;
}
.promociones h2 {
  font-family: 'Playfair Display', serif;
  text-transform: uppercase;
  color: #b99768;
  font-size: 30px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .promociones h2 {
    font-size: 24px;
  }
}
.promociones.gris {
  background: #313131;
}
.promociones .tres-spots {
  padding: 0px 0 40px;
}
.rooms a figure {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  background: #FFF;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.rooms a figure .imagen {
  width: 100%;
  height: 272px;
  overflow: hidden;
  display: block;
  background: #000;
}
.rooms a figure .imagen img {
  width: 100%;
  height: 272px;
  object-fit: cover;
  object-position: middle center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.rooms a figure figcaption {
  padding: 20px 30px;
}
@media (min-width: 768px) {
  .rooms a figure figcaption {
    height: 120px;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .rooms a figure figcaption {
    text-align: left;
    height: 120px;
  }
}
@media (min-width: 1200px) {
  .rooms a figure figcaption {
    height: 90px;
  }
}
@media (max-width: 767px) {
  .rooms a figure figcaption {
    height: auto;
  }
}
.rooms a figure figcaption h5 {
  font-size: 18px;
  color: #b99768;
  text-transform: uppercase;
  font-family: 'Playfair Display', serif;
  margin: 0 0 10px;
}
.rooms a figure figcaption p {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6em;
  color: #2c2b2a;
}
.rooms a:hover figure {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #f6f6f6;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.rooms a:hover figure .imagen img {
  opacity: 0.8;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.elfooter {
  position: relative;
  width: 100%;
}
footer .negro {
  background: #313131;
  z-index: 2;
  margin: 0 auto;
  right: 45px;
  left: 45px;
  padding: 20px 45px;
  position: absolute;
}
@media (max-width: 767px) {
  footer .negro {
    text-align: center;
    right: 0;
    left: 0;
    position: relative;
  }
}
@media (min-width: 768px) {
  footer .first .telefono {
    text-align: left;
  }
}
footer .first .telefono span {
  display: block;
  color: #FFF;
  font-family: 'Playfair Display', serif;
  font-size: 26px;
  text-transform: uppercase;
}
footer .first .telefono a {
  color: #FFF;
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: 400;
}
footer .first .telefono a:hover {
  color: #b99768;
}
footer .first .redes {
  font-size: 26px;
  margin-top: 15px;
}
@media (min-width: 768px) {
  footer .first .redes {
    text-align: right;
  }
}
footer .first .redes a {
  color: #FFF;
  padding: 0 5px;
}
footer .first .redes a:hover {
  color: #b99768;
}
footer .secound {
  margin-top: 10px;
  border-bottom: 1px solid #2c2b2a;
  padding-bottom: 20px;
}
footer .secound .direccion {
  font-weight: 600;
  color: #b99768;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  line-height: 1.6em;
}
footer .secound .direccion span {
  display: block;
  font-weight: 400;
}
@media (min-width: 768px) {
  footer .secound .direccion br {
    display: none;
  }
}
footer .secound .navegacion {
  font-size: 9px;
  color: #b99768;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  footer .secound .navegacion {
    text-align: right;
  }
}
@media (max-width: 767px) {
  footer .secound .navegacion {
    margin-top: 15px;
  }
}
footer .secound .navegacion nav {
  margin-bottom: 3px;
}
footer .secound .navegacion nav ul {
  margin: 0;
  padding: 0;
}
footer .secound .navegacion nav li {
  list-style: none;
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 500;
}
@media (min-width: 768px) {
  footer .secound .navegacion nav li {
    padding: 0 0 0 5px;
  }
}
@media (min-width: 992px) {
  footer .secound .navegacion nav li {
    padding: 0 0 0 10px;
  }
}
footer .secound .navegacion nav li:before {
  content: '|';
  color: #b99768;
}
@media (min-width: 768px) {
  footer .secound .navegacion nav li:before {
    margin: 0 5px 0 0;
  }
}
@media (min-width: 992px) {
  footer .secound .navegacion nav li:before {
    margin: 0 10px 0 0;
  }
}
footer .secound .navegacion nav li:first-child:before {
  display: none;
}
footer .secound .navegacion nav li a {
  color: #b99768;
}
footer .secound .navegacion nav li a:hover {
  color: #FFF;
}
footer .third {
  margin-top: 20px;
}
footer .third .amigos a {
  padding-right: 25px;
}
@media (max-width: 767px) {
  footer .third .amigos a {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  footer .third .amigos {
    margin-bottom: 20px;
  }
}
footer .third ul {
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  footer .third ul {
    text-align: right;
  }
}
footer .third li {
  list-style: none;
  display: inline-block;
}
@media (min-width: 768px) {
  footer .third .afip {
    text-align: right;
  }
}
footer .third .legal-stuff {
  font-size: 9px;
  color: #b99768;
}
@media (min-width: 768px) {
  footer .third .legal-stuff {
    text-align: right;
  }
}
footer .third .legal-stuff a {
  color: #b99768;
}
footer .third .legal-stuff a:hover {
  color: #FFF;
}
.habitacion .intro {
  margin: 50px 0;
  padding-right: 70px;
}
.habitacion .intro h1 {
  font-weight: 400;
  text-transform: uppercase;
  color: #b99768;
  font-family: 'Playfair Display', serif;
  margin: 0 0 8px;
}
.habitacion .intro h2 {
  font-size: 18px;
  font-weight: 400;
  color: #2c2b2a;
  text-transform: uppercase;
  margin: 0 0 40px;
}
.habitacion .intro p {
  color: #2c2b2a;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6em;
}
.book-widget {
  width: 100%;
  background: #FFF;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  padding: 20px 30px;
  opacity: 0;
}
.book-widget hr {
  display: none;
}
@media (min-width: 992px) {
  .book-widget hr {
    display: block;
  }
}
@media (max-width: 767px) {
  .book-widget hr {
    display: block;
  }
}
.book-widget h5 {
  text-transform: uppercase;
  font-size: 24px;
  color: #b99768;
  font-weight: 400;
  font-family: 'Playfair Display', serif;
}
.book-widget .widget {
  font-size: 12px;
  font-weight: 500;
  color: #2c2b2a;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.book-widget .widget input {
  width: 100%;
  border: 1px solid #d2d2d2;
  background: #FFF;
  padding: 8px;
  font-size: 12px;
  margin: 8px 0 20px;
}
.book-widget .widget .boton {
  background: #b99768;
  border: 1px solid #b99768;
  text-align: center;
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.2em;
  padding: 10px;
  width: 100%;
  display: block;
}
.book-widget .widget .boton:hover {
  background: #FFF;
  color: #b99768;
}
.book-widget .info {
  font-weight: 400;
  font-family: 'Playfair Display', serif;
  color: #828282;
  font-size: 14px !important;
}
.book-widget .info a {
  color: #b99768;
  display: block;
}
@media (min-width: 1200px) {
  .book-widget .info a {
    font-size: 18px !important;
  }
}
@media (max-width: 767px) {
  .book-widget .info a {
    font-size: 18px !important;
  }
}
.resto img.cmargin {
  margin-top: 50px;
}
.resto.salon {
  margin: 50px 0 100px;
}
.resto.salon h3 {
  margin-top: 40px;
}
.resto.gray {
  background: #313131;
  padding: 50px 0;
  margin: 50px 0 0;
}
.resto.gray p {
  color: #eaeaea;
}
.resto.gray-light {
  background: #f6f6f6;
  padding: 50px 0;
  margin: 50px 0 0;
}
.resto.blanco {
  padding: 50px 0;
  margin: 50px 0 0;
}
.resto .cartas {
  margin-top: 70px;
  text-align: center;
}
.resto .cartas.sinmar {
  margin-top: 0px;
}
.resto .cartas a {
  margin-bottom: 10px;
  width: 100%;
}
.resto .imagenx2 {
  text-align: center;
  margin-bottom: 20px;
}
.resto .imagenx2 img {
  max-width: 100%;
}
.resto .tabla-salon table thead th {
  font-weight: 500;
  color: #b99768;
  border-bottom: none;
  font-size: 14px;
}
.resto .tabla-salon table tbody td {
  font-size: 14px;
  font-weight: 400;
  color: #2c2b2a;
}
.resto ul {
  margin: 10px 30px 0 12px;
  padding: 0;
  list-style-image: url('../img/bullet.gif');
}
.resto li {
  color: #eaeaea;
  font-size: 14px;
  margin-bottom: 7px;
}
.resto h1 {
  font-size: 26px;
  font-weight: 400;
  text-transform: uppercase;
  color: #b99768;
  font-family: 'Playfair Display', serif;
  margin: 0 0 20px;
}
.resto h2 {
  font-size: 18px;
  font-weight: 400;
  color: #2c2b2a;
  text-transform: uppercase;
  margin: 0 0 40px;
}
.resto h2.sec {
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  color: #b99768;
  font-family: 'Playfair Display', serif;
  margin: 0 0 20px;
}
.resto h3 {
  font-size: 16px;
  font-weight: 600;
  color: #b99768;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.resto h4 {
  font-size: 14px;
  font-weight: 600;
  color: #b99768;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.resto h5 {
  font-size: 14px;
  font-weight: 400;
  font-family: 'Playfair Display', serif;
  line-height: 1.4em;
  color: #b99768;
  margin: 0 0 8px;
}
.resto.awards article {
  height: 320px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border: #FFF;
  padding: 20px;
  text-align: center;
  margin-bottom: 20px;
}
.resto.awards article img {
  margin-bottom: 10px;
}
.resto p {
  color: #2c2b2a;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6em;
}
.resto p strong {
  font-weight: 500;
}
.resto .intro {
  margin: 50px 0;
  padding-right: 70px;
}
.resto .intro .btn-line {
  margin: 10px 0 40px;
}
.resto .intro ul {
  margin: 20px 30px 30px 20px;
  padding: 0;
  list-style-image: url('../img/bullet.gif');
}
.resto .intro li {
  color: #2c2b2a;
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 7px;
}
.resto .horizontal {
  background: #313131;
  margin: 40px 0;
}
.resto .horizontal figure {
  width: 100%;
  height: 500px;
  overflow: hidden;
}
.resto .horizontal figure img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: middle center;
}
.resto .horizontal .data {
  padding: 40px;
}
.resto .horizontal .data p {
  color: #eaeaea;
}
.resto .book-widget2 {
  width: 100%;
  background: #FFF;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  padding: 20px 30px;
  margin: 50px 0;
}
.resto .book-widget2 h5 {
  text-transform: uppercase;
  font-size: 24px;
  color: #b99768;
  font-weight: 400;
  font-family: 'Playfair Display', serif;
}
.resto .book-widget2 h6 {
  text-transform: uppercase;
  font-size: 18px;
  color: #b99768;
  font-weight: 400;
  font-family: 'Playfair Display', serif;
}
.resto .book-widget2 ul {
  margin: 20px 0 20px 20px;
}
.resto .book-widget2 li {
  color: #2c2b2a;
  font-weight: 300;
  font-size: 13px;
}
.resto .book-widget2 .widget {
  font-size: 12px;
  font-weight: 500;
  color: #2c2b2a;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.resto .book-widget2 .widget input {
  width: 100%;
  border: 1px solid #d2d2d2;
  background: #FFF;
  padding: 8px;
  font-size: 12px;
  margin: 8px 0 20px;
}
.resto .book-widget2 .boton {
  background: #b99768;
  border: 1px solid #b99768;
  text-align: center;
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.2em;
  padding: 10px;
  width: 100%;
  display: block;
  text-transform: uppercase;
}
.resto .book-widget2 .boton:hover {
  background: #FFF;
  color: #b99768;
}
.resto .book-widget2 .info {
  font-size: 18px;
  font-weight: 400;
  font-family: 'Playfair Display', serif;
  color: #828282;
}
.resto .book-widget2 .info a {
  color: #b99768;
  display: block;
}
@media (min-width: 992px) {
  .resto .book-widget2 .info a {
    font-size: 14px;
  }
}
.wide-img-chef {
  width: 100%;
  background: url(../img/chef-wide.jpg) no-repeat;
  height: 400px;
  object-fit: cover;
  object-position: middle center;
}
.amenities {
  background: #313131;
  margin: 40px 0;
  padding: 60px 0 100px;
}
.amenities h2 {
  font-family: 'Playfair Display', serif;
  text-transform: uppercase;
  color: #b99768;
  font-size: 26px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .amenities h2 {
    font-size: 24px;
  }
}
.amenities ul {
  margin: 40px 30px 0 0;
  padding: 0;
  list-style-image: url('../img/bullet.gif');
}
.amenities li {
  color: #eaeaea;
  font-size: 14px;
  margin-bottom: 10px;
}
.promo {
  margin: 50px 0;
}
.promo img.cmargin {
  margin-top: 50px;
}
.promo.gray {
  background: #313131;
  padding: 50px 0;
  margin: 50px 0 0;
}
.promo.gray p {
  color: #eaeaea;
}
.promo.gray-light {
  background: #f6f6f6;
  padding: 50px 0;
  margin: 50px 0 0;
}
.promo.blanco {
  padding: 50px 0;
  margin: 50px 0 0;
}
.promo .ctas {
  margin-top: 10px;
  text-align: center;
}
.promo .ctas a {
  margin-bottom: 10px;
  width: 100%;
}
.promo .spot-precio {
  background: #313131;
  padding: 10px;
  text-align: center;
}
.promo .spot-precio .tag {
  display: block;
  color: #FFF;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 300;
}
.promo .spot-precio .precio {
  display: block;
  color: #b99768;
  font-size: 28px;
}
.promo .spot-precio .aclara {
  font-size: 14px;
  color: #FFF;
}
.promo .legales {
  border-top: 1px solid #CCC;
  padding: 20px 0;
}
.promo .legales p {
  font-size: 11px;
}
.promo ul {
  margin: 10px 30px 0 12px;
  padding: 0;
  list-style-image: url('../img/bullet.gif');
}
.promo li {
  color: #eaeaea;
  font-size: 14px;
  margin-bottom: 7px;
}
.promo h1 {
  font-size: 26px;
  font-weight: 400;
  text-transform: uppercase;
  color: #b99768;
  font-family: 'Playfair Display', serif;
  margin: 0 0 20px;
}
.promo h2 {
  font-size: 18px;
  font-weight: 400;
  color: #2c2b2a;
  line-height: 1.6em;
  margin: 0 0 40px;
}
.promo h2.sec {
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  color: #b99768;
  font-family: 'Playfair Display', serif;
  margin: 0 0 20px;
}
.promo h3 {
  font-size: 16px;
  font-weight: 600;
  color: #b99768;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.promo h4 {
  font-size: 15px;
  font-weight: 600;
  color: #b99768;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.promo p {
  color: #2c2b2a;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6em;
}
.promo .promo-image img {
  width: 100%;
}
.promo .intro {
  padding-right: 70px;
}
.promo .intro .btn-line {
  margin: 10px 0 40px;
}
.promo .intro ul {
  margin: 20px 30px 30px 20px;
  padding: 0;
  list-style-image: url('../img/bullet.gif');
}
.promo .intro li {
  color: #2c2b2a;
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 7px;
}
.promo .horizontal {
  background: #313131;
  margin: 40px 0;
}
.promo .horizontal figure {
  width: 100%;
  height: 500px;
  overflow: hidden;
}
.promo .horizontal figure img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: middle center;
}
.promo .horizontal .data {
  padding: 40px;
}
.promo .horizontal .data p {
  color: #eaeaea;
}
.promo .book-widget2 {
  width: 100%;
  background: #FFF;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  padding: 20px 30px;
  margin: 50px 0;
}
.promo .book-widget2 h5 {
  text-transform: uppercase;
  font-size: 24px;
  color: #b99768;
  font-weight: 400;
  font-family: 'Playfair Display', serif;
}
.promo .book-widget2 h6 {
  text-transform: uppercase;
  font-size: 18px;
  color: #b99768;
  font-weight: 400;
  font-family: 'Playfair Display', serif;
}
.promo .book-widget2 ul {
  margin: 20px 0 20px 20px;
}
.promo .book-widget2 li {
  color: #2c2b2a;
  font-weight: 300;
  font-size: 13px;
}
.promo .book-widget2 .widget {
  font-size: 12px;
  font-weight: 500;
  color: #2c2b2a;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.promo .book-widget2 .widget input {
  width: 100%;
  border: 1px solid #d2d2d2;
  background: #FFF;
  padding: 8px;
  font-size: 12px;
  margin: 8px 0 20px;
}
.promo .book-widget2 .boton {
  background: #b99768;
  border: 1px solid #b99768;
  text-align: center;
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.2em;
  padding: 10px;
  width: 100%;
  display: block;
  text-transform: uppercase;
}
.promo .book-widget2 .boton:hover {
  background: #FFF;
  color: #b99768;
}
.promo .book-widget2 .info {
  font-size: 18px;
  font-weight: 400;
  font-family: 'Playfair Display', serif;
  color: #828282;
}
.promo .book-widget2 .info a {
  color: #b99768;
  display: block;
}
@media (min-width: 992px) {
  .promo .book-widget2 .info a {
    font-size: 14px;
  }
}
.mapa {
  margin: 0  0 100px;
}
.mapa #map {
  width: 100%;
  height: 700px;
  border: 5px solid #FFF;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.contacto {
  margin: 60px 0 100px;
}
.contacto .item {
  border-bottom: 1px solid #EEE;
  height: 120px;
  margin-bottom: 30px;
}
.contacto h1 {
  font-size: 26px;
  font-weight: 400;
  text-transform: uppercase;
  color: #b99768;
  font-family: 'Playfair Display', serif;
  margin: 0 0 20px;
}
.contacto h2 {
  font-size: 26px;
  font-weight: 400;
  text-transform: uppercase;
  color: #b99768;
  font-family: 'Playfair Display', serif;
  margin: 0 0 20px;
}
.contacto h3 {
  font-size: 14px;
  font-weight: 600;
  color: #b99768;
  text-transform: uppercase;
  margin: 0 0 5px;
}
.contacto p strong {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  color: #b99768;
  font-size: 18px;
}
.contacto p a {
  color: #b99768;
}
.contacto p a:hover {
  color: #313131;
}
.contacto .formulario span {
  font-size: 14px;
  color: #2c2b2a;
  display: block;
}
.contacto .formulario input {
  width: 100%;
  border: 1px solid #ccc;
  font-size: 14px;
  padding: 5px 15px;
  margin-bottom: 10px;
  background: #FFF;
  height: 35px;
}
.contacto .formulario .check {
  display: inline-block;
  margin: 0 0 0 10px;
}
.contacto .formulario select {
  width: 100%;
  border: 1px solid #ccc;
  font-size: 14px;
  padding: 5px 15px;
  margin-bottom: 10px;
  background: #FFF;
  height: 35px;
}
.contacto .formulario textarea {
  width: 100%;
  border: 1px solid #ccc;
  font-size: 14px;
  padding: 5px 15px;
  margin-bottom: 10px;
  background: #FFF;
}
.contacto .formulario button {
  color: #FFF;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.2em;
  background: #b99768;
  padding: 7px 25px;
  border: 1px solid #b99768;
}
.contacto .formulario button:hover {
  background: transparent;
  color: #b99768;
}
.galeria {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.95);
  text-align: center;
  z-index: 99999999;
}
.galeria .cabezal {
  width: 100%;
  background: #313131;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  color: #FFF;
  padding: 10px 0;
}
.galeria .cabezal a {
  color: #b99768;
  font-size: 25px;
  margin: 0 10px;
}
.galeria .cabezal a .fa-times-circle {
  font-size: 18px;
}
.galeria .cabezal a:hover {
  color: #FFF;
}
.galeria .imagen {
  width: 100%;
  position: relative;
  top: 80px;
}
.galeria .imagen img {
  width: 100%;
}
.old-pics {
  position: relative;
  padding: 50px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .old-pics {
    overflow: hidden;
    height: 400px;
  }
}
.old-pics .pic1 {
  display: inline-block;
  position: absolute;
  z-index: 3;
}
@media (min-width: 768px) {
  .old-pics .pic1 {
    top: 80px;
    left: 30px;
  }
  .old-pics .pic1 img {
    width: 400px;
  }
}
@media (min-width: 992px) {
  .old-pics .pic1 {
    top: auto;
    left: auto;
    transform: translate(-400px, 80px);
  }
  .old-pics .pic1 img {
    width: auto;
  }
}
@media (min-width: 1200px) {
  .old-pics .pic1 {
    transform: translate(-400px, 80px);
  }
}
@media (max-width: 767px) {
  .old-pics .pic1 {
    top: 80px;
    left: -100px;
  }
  .old-pics .pic1 img {
    width: 400px;
  }
}
.old-pics .pic1 img {
  border: 10px solid #FFF;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.4);
  max-width: 100%;
}
.old-pics .pic2 {
  display: block;
  position: relative;
}
@media (min-width: 768px) {
  .old-pics .pic2 {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .old-pics .pic2 {
    text-align: center;
    transform: translateX(200px);
  }
}
@media (min-width: 1200px) {
  .old-pics .pic2 {
    transform: translateX(200px);
  }
}
@media (max-width: 767px) {
  .old-pics .pic2 {
    text-align: right;
    transform: translateX(100px);
  }
  .old-pics .pic2 img {
    width: 400px;
  }
}
.old-pics .pic2 img {
  border: 10px solid #FFF;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.4);
  max-width: 100%;
}
#mob {
  display: none;
}
@media (max-width: 767px) {
  #mob {
    width: 100%;
    background: #FFF;
    position: absolute;
    z-index: 888;
    padding: 20px 0 20px;
    margin: 0;
    right: 0;
    left: 0;
  }
  #mob ul {
    margin: 0;
    padding: 0;
  }
  #mob li {
    display: block;
    text-align: center;
    padding: 8px 0;
    color: #b99768;
  }
  #mob a {
    font-size: 11px;
    letter-spacing: 0.2em;
    font-weight: 500;
    text-transform: uppercase;
    color: #b99768;
  }
  #mob a.book {
    background: #b99768;
    color: #FFF;
    font-weight: 700;
    padding: 5px 25px;
  }
}
.burger {
  display: none;
}
@media (max-width: 767px) {
  .burger {
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
  }
}
#nav-icon3 {
  width: 30px;
  height: 25px;
  position: relative;
  margin: 5px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#nav-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #b99768;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#nav-icon3 span:nth-child(1) {
  top: 0px;
}
#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
  top: 10px;
}
#nav-icon3 span:nth-child(4) {
  top: 20px;
}
#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
a.langBut,
a.langBut:hover,
a.langBut:active,
a.langBut:visited {
  text-decoration: none;
}
.langMenu {
  display: none;
  position: absolute;
  background: none;
  padding: 4px;
  z-index: 1000;
}
.langMenu a {
  display: block;
  color: #956523;
  font-size: 10px;
  letter-spacing: 1px;
  font-weight: 600;
  background: none;
}
.langMenu a:hover {
  color: #b99768;
}
#DNAcalendar {
  background-color: #ffffff;
  opacity: 1;
  z-index: 990;
  position: absolute;
  border: 1px solid #b99768;
  display: none;
}
.DNAcalendar #calendarioCont,
.calPage #calendarioCont,
.DNAcalendar .calendarioCont,
.calPage .calendarioCont {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #ffffff;
  border: 0px solid #bbbbbb;
  border-right: 0px;
  border-top: 0px;
}
.DNAcalendar .CalBox,
.calPage .CalBox,
.DNAcalendar .CalBoxLab,
.calPage .CalBoxLab {
  position: absolute;
  color: #666666;
  font-size: 11px;
  letter-spacing: 1px;
  background-color: #ffffff;
  margin: 0px;
  border: solid #dddddd 1px;
  border-right: 0px;
  border-bottom: 0px;
  padding-top: 8px;
  width: 30px;
  height: 30px;
  text-align: center;
}
.DNAcalendar .CalBox.isLeftDate,
.calPage .CalBox.isLeftDate,
.DNAcalendar .CalBoxLab.isLeftDate,
.calPage .CalBoxLab.isLeftDate {
  border-left: 0px !important;
}
.DNAcalendar .CalBox.isTopDate,
.calPage .CalBox.isTopDate,
.DNAcalendar .CalBoxLab.isTopDate,
.calPage .CalBoxLab.isTopDate {
  border-top: 0px !important;
}
.DNAcalendar .CalBox:hover,
.calPage .CalBox:hover {
  color: #b99768;
  background-color: #313131;
}
.DNAcalendar .CalBoxLab,
.calPage .CalBoxLab {
  color: #313131;
  font-weight: 600;
}
.DNAcalendar #monthbar,
.calPage #monthbar,
.DNAcalendar .monthbar,
.calPage .monthbar {
  position: absolute;
  color: #b99768;
  font-size: 11px;
  letter-spacing: 1px;
  background-color: #ffffff;
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 30px;
  text-align: center;
  left: 0px;
  font-weight: 700;
}
.DNAcalendar .topArrowBox,
.calPage .topArrowBox {
  background-color: #fafafa;
}
.availableDatesApp {
  position: relative;
  width: 100%;
  max-width: 810px;
  height: 240px;
  overflow: hidden;
  background-color: #ffffff;
}
.availableDatesApp .calPage {
  position: absolute;
  width: 270px;
  height: 270px;
  background-color: white;
}
.availableDatesApp .calPage .calLine {
  overflow: hidden;
  position: absolute;
  top: 30px;
  left: 0px;
  width: 240px;
  height: 1px;
  background-color: #cccccc;
  z-index: 5;
}
.availableDatesApp .dateMarked {
  background-color: #eeeeee;
  color: #444444;
}
input#dfrom,
input#dto {
  display: none;
}
@media (max-width: 767px) {
  input#dfrom,
  input#dto {
    display: block;
  }
}
#datein,
#dateout {
  position: relative;
  border: 1px solid #d2d2d2;
  padding: 7px 10px;
  color: #b99768;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  #datein,
  #dateout {
    display: none;
  }
}
