/*
Para el fill
.head-img {
      width: 100%;
      height: 415px;
      overflow: hidden;
      img {
        width: 100%;
        height: 415px;
        .fill;
      }
}*/
.fill {
  object-fit: cover;
  object-position: middle center;
}
.cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.serif {
  font-family: 'Playfair Display', serif;
}
.shad {
  text-shadow: 0 -1px 0 rgba(128, 128, 128, 0.5);
}
.light {
  font-weight: 300;
}
.regular {
  font-weight: 400;
}
.medium {
  font-weight: 500;
}
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;
}
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;
      }
}*/
.landing {
  /*  .container-fluid {
    padding-right: 1px;
    padding-left: 1px;
  }
  .row {
    margin-right: -1px;
    margin-left: -1px;
  }
  .col-sm-4 {
    padding-right: 1px;
    padding-left: 1px;
  }*/

}
header {
  width: 100%;
  background: #FFF;
  text-align: center;
}
header .logo {
  padding: 20px;
}
header .logo img {
  height: 89px;
}
article {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  article {
    margin-bottom: 10px;
  }
}
article .txt {
  position: absolute;
  z-index: 3;
  right: 0;
  left: 0;
  text-align: center;
  height: 100%;
}
article .txt .loguito {
  position: absolute;
  right: 0;
  left: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (min-width: 768px) {
  article .txt .loguito {
    top: 20px;
    opacity: 1;
  }
}
@media (min-width: 992px) {
  article .txt .loguito {
    top: 50px;
    opacity: 0;
  }
}
@media (max-width: 767px) {
  article .txt .loguito {
    display: none;
  }
}
@media (min-width: 768px) {
  article .txt .loguito img {
    height: 60px;
  }
}
@media (min-width: 992px) {
  article .txt .loguito img {
    height: 80px;
  }
}
@media (max-width: 767px) {
  article .txt .loguito img {
    height: 60px;
  }
}
article .txt .ctas {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 10%;
  text-align: center;
}
@media (min-width: 768px) {
  article .txt .ctas {
    transform: translatey(0);
  }
}
@media (min-width: 992px) {
  article .txt .ctas {
    transform: translatey(500px);
  }
}
@media (max-width: 767px) {
  article .txt .ctas {
    transform: translatey(0);
  }
}
article .txt .ctas a {
  font-size: 12px;
  text-transform: uppercase;
  color: #FFF;
  letter-spacing: 0.1em;
  font-weight: 500;
  border: 1px solid #FFF;
}
@media (min-width: 768px) {
  article .txt .ctas a {
    padding: 12px 20px;
    width: 170px;
    display: inline-block;
    margin: 5px 0;
  }
}
@media (min-width: 992px) {
  article .txt .ctas a {
    padding: 12px 20px;
    width: auto;
    display: inline-block;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  article .txt .ctas a {
    padding: 12px 40px;
    display: inline-block;
  }
}
@media (max-width: 767px) {
  article .txt .ctas a {
    padding: 12px 20px;
    width: 170px;
    display: inline-block;
    margin: 5px 0;
  }
}
article .txt .ctas a:hover {
  background: #b99768;
  border: 1px solid #b99768;
}
article .txt .nombre {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: absolute;
  right: 0;
  left: 0;
  color: #FFF;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-shadow: 0 -1px 0 rgba(128, 128, 128, 0.5);
}
@media (min-width: 768px) {
  article .txt .nombre {
    top: 20%;
  }
}
@media (min-width: 992px) {
  article .txt .nombre {
    top: 10%;
  }
}
@media (max-width: 767px) {
  article .txt .nombre {
    top: 10%;
  }
}
article .txt .nombre h2 {
  font-family: 'Playfair Display', serif;
  color: #FFF;
  text-shadow: 0 -1px 0 rgba(128, 128, 128, 0.5);
  font-weight: 400;
}
@media (min-width: 768px) {
  article .txt .nombre h2 {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  article .txt .nombre h2 {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  article .txt .nombre h2 {
    font-size: 21px;
  }
}
article .img {
  width: 100%;
  overflow: hidden;
  background: #000;
}
@media (min-width: 768px) {
  article .img {
    height: 400px;
  }
}
@media (min-width: 992px) {
  article .img {
    height: 500px;
  }
}
@media (min-width: 1200px) {
  article .img {
    height: 600px;
  }
}
@media (max-width: 767px) {
  article .img {
    height: 300px;
  }
}
article .img img {
  opacity: 0.8;
  width: 100%;
  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;
}
@media (min-width: 768px) {
  article .img img {
    height: 400px;
  }
}
@media (min-width: 992px) {
  article .img img {
    height: 500px;
  }
}
@media (min-width: 1200px) {
  article .img img {
    height: 600px;
  }
}
@media (max-width: 767px) {
  article .img img {
    height: 300px;
  }
}
article:hover {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  transform: scale(1.03, 1.03);
}
article:hover .nombre {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  top: 20%;
}
article:hover .loguito {
  top: 20px;
  opacity: 1;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
article:hover .ctas {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  transform: translatey(0px);
}
article:hover .img img {
  -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.4;
}
.desc {
  padding: 50px 0;
  text-align: center;
}
.desc h1 {
  font-family: 'Playfair Display', serif;
  color: #b99768;
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .desc h1 {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .desc h1 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .desc h1 {
    font-size: 26px;
  }
}
.desc p {
  font-weight: 300;
  color: #555;
  line-height: 1.6em;
}
@media (min-width: 768px) {
  .desc p.lead {
    font-size: 14px;
    font-weight: 400;
  }
}
@media (min-width: 992px) {
  .desc p.lead {
    font-size: 16px;
    font-weight: 300;
  }
}
@media (max-width: 767px) {
  .desc p.lead {
    font-size: 14px;
    font-weight: 400;
  }
}
@media (min-width: 768px) {
  .desc p {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  .desc p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .desc p {
    font-size: 13px;
  }
}
.lang {
  position: absolute;
  top: 55px;
  right: 30px;
  text-transform: uppercase;
  color: #555;
}
.lang a {
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #000;
}
.lang a:hover {
  color: #b99768;
}
footer {
  background: #dcdcdc;
  width: 100%;
  padding: 20px 0;
  margin: 0;
  text-align: center;
}
footer .logo img {
  height: 80px;
}
footer .copy {
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
}
footer .copy a {
  color: #b99768;
}
.mapa {
  width: 100%;
  height: 500px;
}
.mapa #map {
  width: 100%;
  height: 500px;
}
#mob {
  display: none;
}
@media (max-width: 767px) {
  #mob {
    width: 100%;
    background: #333;
    position: absolute;
    z-index: 888;
    padding: 50px 0 50px;
    margin: 0;
  }
  #mob ul {
    margin: 0;
    padding: 0;
  }
  #mob li {
    display: block;
    text-align: center;
    padding: 8px 0;
  }
}
.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: #FFF;
  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%;
}
