@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
@keyframes marquee {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.4s ease;
}

a:focus,
button:focus,
input:focus,
text:focus,
textarea:focus {
  outline: none;
}

img {
  display: block;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1440px;
  }
}

.flex {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.nav-opened {
  overflow: hidden;
}

html {
  font-size: 62.5%;
}

html,
body {
  font-family: "Jost", sans-serif;
  color: #1E1E1E;
}

a {
  text-decoration: none;
  color: inherit;
}

.image {
  overflow: hidden;
  position: relative;
}
.image img {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.image:after {
  content: "";
  display: block;
}

.btn {
  padding: 0.8rem;
  border-radius: 0.6rem;
  text-align: center;
  line-height: 1.7;
  height: 5rem;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2rem;
  transition: all 0.3s ease-in-out;
  border: 1px solid transparent;
}
.btn-main {
  background: #581908;
  color: #fff;
}
.btn-main:hover {
  color: #581908;
  background: #FFF;
  border-color: #581908;
}
.btn-main-w {
  background: #fff;
  color: #581908;
  border: 1px solid transparent;
}
.btn-main-w:hover {
  background: #581908;
  color: #fff;
}

.select-wrapper {
  position: relative;
  width: 14rem;
}
.select-wrapper::after {
  content: "Unidades";
  position: absolute;
  right: 3.5rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
  font-weight: 600;
  padding-left: 1.5rem;
  border-left: 1px solid #e5e5e5;
  pointer-events: none;
}
.select-wrapper select {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #D1D1D1;
  border-radius: 12px;
  background-color: #F9F9F9;
  font-size: 14px;
  color: #D1D1D1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.60986 4.89999L5.66486 6.955C5.75854 7.04812 5.88527 7.10039 6.01736 7.10039C6.14946 7.10039 6.27618 7.04812 6.36986 6.955L8.36986 4.95499' stroke='%23151515' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='bevel'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 20px;
}
.select-wrapper select:focus {
  outline: none;
}
.select-wrapper select option {
  color: #000;
}
.select-wrapper .select-arrow {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  pointer-events: none;
}

.section-title {
  font-size: 6rem;
  font-weight: 500;
  color: #361C1C;
  line-height: 1.2;
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .section-title {
    font-size: 6.5rem;
  }
}
@media (max-width: 767px) {
  .section-title {
    font-size: 3rem;
    line-height: 1.2;
  }
  .section-title ~ p {
    font-size: 1.6rem;
  }
}

.header .header-top {
  background: #581908;
  padding: 0.5rem 0;
}
.header .header-top .flex {
  margin: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.header .header-top .text {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.7;
  animation: marquee 15s linear infinite;
}
.header .header-top .text:hover {
  animation-play-state: paused;
}
@media (min-width: 576px) {
  .header .header-top .text {
    animation: none;
    font-size: 1.6rem;
  }
}
.header .header-nav {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.25);
}
.header .header-nav .flex {
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 576px) {
  .header .header-nav .flex {
    justify-content: center;
  }
}
.header .header-nav .logo-wrapper {
  margin-left: 0%;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  max-width: 16.6666666667%;
  flex: 0 0 16.6666666667%;
}
.header .header-nav .logo-wrapper .logo {
  display: block;
  max-width: 14rem;
}
.header .header-nav .logo-wrapper .logo .logo-img {
  -o-object-fit: contain;
  object-fit: contain;
}
.header .header-nav .navbar {
  margin-left: 0%;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  max-width: 83.3333333333%;
  flex: 0 0 83.3333333333%;
}
.header .header-nav .navbar .navbar-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
  gap: 2rem;
}
@media (min-width: 576px) {
  .header .header-nav .navbar .navbar-menu {
    gap: 6.6rem;
  }
}
.header .header-nav .navbar .navbar-menu .navbar-item a {
  display: inline-flex;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1;
  white-space: nowrap;
  gap: 0.8rem;
  font-weight: 500;
}
.header .header-nav .navbar .navbar-menu .navbar-item a .icon {
  width: 2.8rem;
  height: 2.8rem;
}
.header .header-nav .navbar .navbar-menu .navbar-item a:hover {
  color: #581908;
}
.header .header-nav .navbar .navbar-menu .navbar-item.active > a {
  color: #581908;
  font-weight: 700;
}
.header .header-nav .navbar .menu-button {
  display: none;
}
.header .header-nav .hamburger {
  padding: 5px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.header .header-nav .hamburger:hover {
  opacity: 0.7;
}
.header .header-nav .hamburger .hamburger-box {
  width: 26px;
  height: 18px;
  display: inline-block;
  position: relative;
}
.header .header-nav .hamburger .hamburger-inner {
  /* -- spin */
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  /* -- spin */
  display: block;
  top: 50%;
  margin-top: 2px/-2;
  /* -- spin */
  /* -- spin */
}
.header .header-nav .hamburger .hamburger-inner, .header .header-nav .hamburger .hamburger-inner::before, .header .header-nav .hamburger .hamburger-inner::after {
  width: 26px;
  height: 2px;
  background-color: #1E1E1E;
  border-radius: 0px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.header .header-nav .hamburger .hamburger-inner::before, .header .header-nav .hamburger .hamburger-inner::after {
  content: "";
  display: block;
}
.header .header-nav .hamburger .hamburger-inner::before {
  top: -8px;
}
.header .header-nav .hamburger .hamburger-inner::after {
  bottom: -8px;
}
.header .header-nav .hamburger .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.header .header-nav .hamburger .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
@media (max-width: 991px) {
  .header .header-nav .logo-wrapper {
    order: -1;
    margin-left: 0%;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }
  .header .header-nav .navbar {
    margin-left: 41.6666666667%;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .header .header-nav .navbar .navbar-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    z-index: 5;
    transition: all ease 0.4s;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform-origin: right;
    transform: translateX(100vw);
  }
  .header .header-nav .navbar .navbar-menu > .navbar-item {
    margin-bottom: 1.5rem;
  }
  .header .header-nav .navbar .menu-button {
    position: relative;
    z-index: 6;
    display: block;
    margin-left: auto;
  }
  .header .header-nav .navbar.menu-opened .navbar-menu {
    transform: translateX(0);
  }
  .header .header-nav .navbar.menu-opened .hamburger .hamburger-inner {
    /* -- spin */
    transform: rotate(225deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    /* -- spin */
  }
  .header .header-nav .navbar.menu-opened .hamburger .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  }
  .header .header-nav .navbar.menu-opened .hamburger .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}

.footer {
  background-color: #2B2929;
}
.footer .separator {
  background-color: #6E6D6D;
  height: 2px;
  margin: 0 auto;
  width: 95%;
}
.footer .footer-top {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.footer .footer-top .title {
  margin-left: 0%;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 2rem;
}
.footer .footer-top .form-newsletter {
  margin-left: 0%;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .footer-top .form-newsletter .field {
  display: flex;
  border: 2px solid #fff;
  border-radius: 1rem;
  overflow: hidden;
  width: 100%;
}
.footer .footer-top .form-newsletter .field input {
  width: 100%;
  padding: 1rem;
  border: none;
  background-color: transparent;
  color: #fff;
  font-size: 1.6rem;
  height: 4.6rem;
}
.footer .footer-top .form-newsletter .field input::-moz-placeholder {
  color: #fff;
  font-weight: 300;
  font-style: italic;
}
.footer .footer-top .form-newsletter .field input::placeholder {
  color: #fff;
  font-weight: 300;
  font-style: italic;
}
.footer .footer-top .form-newsletter .field .submit {
  background-color: #fff;
  padding: 1rem 0;
  border-radius: 0;
  cursor: pointer;
  transition: background-color 0.3s ease;
  height: 4.6rem;
  width: 11.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-left: 2px solid transparent;
  color: #2B2929;
}
.footer .footer-top .form-newsletter .field .submit:hover {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.footer .footer-top .form-newsletter .field .submit .icon {
  width: 2rem;
  height: 2rem;
}
@media (min-width: 1280px) {
  .footer .footer-top .title {
    margin-left: 0%;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
    max-width: 50%;
    flex: 0 0 50%;
    font-size: 5rem;
    margin-bottom: 0;
  }
  .footer .footer-top .form-newsletter {
    margin-left: 0%;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
    margin-left: auto;
  }
}
.footer .footer-menu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  gap: 2rem 0;
}
.footer .footer-menu .menu {
  margin-left: 0%;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  max-width: 50%;
  flex: 0 0 50%;
}
.footer .footer-menu .menu .title {
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  margin-bottom: 2rem;
}
.footer .footer-menu .menu .list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .footer-menu .menu .list li a {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 1.6rem;
  line-height: 2.5;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer .footer-menu .menu .list li a .icon {
  margin-right: 1rem;
  width: 2rem;
  height: 2rem;
}
.footer .footer-menu .menu .list li a:hover {
  color: #DB7558;
}
.footer .footer-menu .info {
  margin-left: 0%;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
}
.footer .footer-menu .info p {
  color: #fff;
  font-size: 1.4rem;
  line-height: 2.5;
  margin-bottom: 2rem;
}
.footer .footer-menu .info a {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 1.8rem;
  line-height: 2.5;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 2px solid #fff;
  padding: 1rem 2rem;
}
.footer .footer-menu .info a .icon {
  margin-right: 1rem;
  width: 2rem;
  height: 2rem;
}
.footer .footer-menu .info a .icon:last-of-type {
  margin-left: auto;
  margin-right: 0;
}
.footer .footer-menu .info a:hover {
  background-color: #fff;
  color: #581908;
}
@media (min-width: 1280px) {
  .footer .footer-menu {
    gap: 0;
  }
  .footer .footer-menu .menu {
    margin-left: 0%;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%;
  }
  .footer .footer-menu .menu.social {
    margin-left: auto;
  }
  .footer .footer-menu .info {
    margin-left: 0%;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
    max-width: 25%;
    flex: 0 0 25%;
  }
}
.footer .footer-copy {
  padding-top: 2rem;
  padding-bottom: 2rem;
  justify-content: center;
}
.footer .footer-copy .logo-wrapper {
  margin-left: 0%;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  max-width: 41.6666666667%;
  flex: 0 0 41.6666666667%;
}
.footer .footer-copy .logo-wrapper .logo {
  margin: 0 auto 1rem;
  width: 10rem;
}
.footer .footer-copy .logo-wrapper .logo img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.footer .footer-copy .copy {
  margin-left: 0%;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  gap: 1rem;
  text-align: center;
}
.footer .footer-copy .copy .room a {
  font-weight: 500;
  transition: color 0.3s ease;
}
.footer .footer-copy .copy .room a:hover {
  color: #DB7558;
}
.footer .footer-copy .copy .link {
  padding: 0 1rem;
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer .footer-copy .copy .link:hover {
  color: #DB7558;
}
@media (min-width: 1280px) {
  .footer .footer-copy .logo-wrapper {
    margin-left: 0%;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%;
  }
  .footer .footer-copy .logo-wrapper .logo-wrapper {
    margin: 0;
  }
  .footer .footer-copy .copy {
    flex-direction: row;
    text-align: left;
    margin-left: 0%;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%;
  }
  .footer .footer-copy .copy .link {
    border-left: 1px solid #B1B0B0;
  }
}