body {
  font-family: "Source Sans 3", sans-serif;
  font-style: normal;
  font-size: 16px;
}

.container {
  padding: 0px 24px;
}

.col__green--D600 {
  color: #596F30;
}

.overdark {
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 100vh;
  background: #000000;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(13, 13, 13, 0) 100%);
  mix-blend-mode: multiply;
  z-index: 1;
}
@media screen and (max-width: 786px) {
  .overdark {
    width: 90%;
  }
}

.hero__text {
  position: relative;
  z-index: 2;
}

.section__space {
  padding: 120px 0px;
}
@media screen and (max-width: 1024px) {
  .section__space {
    padding: 80px 0px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .section__space {
    padding: 60px 0px;
  }
}
.section__space--hero {
  padding: 120px 0px 120px 0px;
}
@media screen and (max-width: 1024px) {
  .section__space--hero {
    padding: 80px 0px 80px 0px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .section__space--hero {
    padding: 60px 0px 60px 0px;
  }
}
.section__space--middle {
  padding: 100px 0px 100px 0px;
}
@media screen and (max-width: 1024px) {
  .section__space--middle {
    padding: 80px 0px 80px 0px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .section__space--middle {
    padding: 60px 0px 60px 0px;
  }
}
.section__space--bottom {
  padding: 0px 0px 100px 0px;
}
@media screen and (max-width: 1024px) {
  .section__space--bottom {
    padding: 0px 0px 80px 0px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .section__space--bottom {
    padding: 0px 0px 60px 0px;
  }
}
.section__hero {
  background-image: url(../img/hero-alter-madera.webp);
  background-position: center center;
  background-size: cover;
  min-height: 880px;
}
@media screen and (max-width: 768px) {
  .section__hero {
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
}
.section__bg--green50 {
  background-color: #F1F5F0;
}
.section__bg--decoration {
  background-image: url(../img/svg/bg-decoration.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.tit__hero {
  font-size: clamp(2.6rem, 5.8vw + 1rem, 5.2rem);
  text-align: start;
  line-height: 1;
}
.tit__principal {
  font-size: clamp(2rem, 2.6vw + 1rem, 3.5rem);
  font-weight: bold;
  line-height: 1.2;
}
.tit__principal--max {
  max-width: 800px;
}

.txt__caption {
  background-color: #f8faec;
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 24px;
  border-radius: 25px;
  font-size: 1rem;
  color: #212121;
}
.txt__base {
  font-size: 1rem;
  color: #606060;
}
.txt__special {
  background-color: #596F30;
  border-radius: 8px;
  padding: 12px 16px;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .txt__special {
    font-size: 0.8rem;
    padding: 12px 8px;
  }
}
.txt__list {
  padding-left: 32px;
  margin-bottom: 32px;
}
.txt__list li {
  position: relative;
  margin-bottom: 16px;
}
.txt__list li::before {
  position: absolute;
  content: "";
  top: 0;
  left: -32px;
  width: 24px;
  height: 24px;
  background-image: url(../img/svg/icono-check.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 90%;
}

.btn {
  padding: 8px 32px;
  border-radius: 8px;
  text-transform: uppercase;
  font-weight: bold;
}
.btn__whatsapp {
  background-color: #25D366;
  color: #ffffff;
}

.img__float {
  width: 100%;
  max-width: 280px;
  position: absolute;
  top: 0;
  left: 160px;
}

.card {
  position: relative;
  border: 1px solid #f1f1f1;
  border-radius: 8px;
  padding: 16px;
  width: 90%;
  margin-bottom: 40px;
}
.card__new::before {
  position: absolute;
  content: "NUEVO";
  bottom: -8px;
  right: 8px;
  color: #030303;
  font-size: 1.1rem;
  font-weight: 800;
  background-color: #ffad18;
  padding: 6px 24px;
  border-radius: 8px;
  animation-name: animaTag;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
}
@media screen and (max-width: 1280px) {
  .card {
    width: 100%;
  }
}
.card__top {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: 16px 0px;
  gap: 16px;
}
.card__title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
  max-width: 340px;
}
@media screen and (max-width: 768px) {
  .card__title {
    font-size: 1.5rem;
  }
}
.card__title--end {
  font-size: 2.6rem;
  line-height: 1.3;
  margin-bottom: 48px;
}
@media screen and (max-width: 1280px) {
  .card__title--end {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1280px) and (max-width: 768px) {
  .card__title--end {
    font-size: 1.5rem;
  }
}
.card__icono {
  background-color: #f8faec;
  border-radius: 12px;
  width: 80px;
  height: 80px;
  padding: 12px;
}
.card__img {
  border-radius: 8px;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.card__caption {
  color: #869d7e;
  margin: 16px 0px;
}
.card__list {
  list-style: disc;
  padding-top: 24px;
  padding-left: 32px;
}
@media screen and (max-width: 1280px) {
  .card__list {
    padding-left: 24px;
  }
}
.card__list li {
  margin-bottom: 12px;
}
.card__list li strong {
  font-size: 1.2rem;
}
.card__list--none {
  list-style: none;
  padding-left: 0px;
}
.card__end {
  padding: 60px;
}
@media screen and (max-width: 768px) {
  .card__end {
    padding: 40px;
  }
}
@media screen and (max-width: 768px) and (max-width: 576px) {
  .card__end {
    padding: 24px;
  }
}
.card__tooltip {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  background-color: #f8faec;
  padding: 24px 48px;
  border-radius: 8px;
  font-size: 1.4rem;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .card__tooltip {
    font-size: 1.2rem;
  }
}
.card__tooltip--number {
  color: #596F30;
  font-weight: 800;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .card__tooltip--number {
    font-size: 2.4rem;
  }
}
.card__tooltip--top {
  top: -60px;
  left: 0;
  right: 0;
  font-weight: 800;
}
@media screen and (max-width: 1024px) {
  .card__tooltip--top {
    top: -160px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .card__tooltip--top {
    top: -180px;
  }
}
.card__tooltip--right {
  top: 80px;
  right: 40px;
}
@media screen and (max-width: 1280px) {
  .card__tooltip--right {
    top: 40px;
    right: -40px;
  }
}
@media screen and (max-width: 1280px) and (max-width: 768px) {
  .card__tooltip--right {
    right: 0px;
    top: -30px;
  }
}
@media screen and (max-width: 1280px) and (max-width: 768px) and (max-width: 576px) {
  .card__tooltip--right {
    top: -60px;
  }
}
.card__tooltip--left {
  bottom: 20px;
  left: 40px;
}
@media screen and (max-width: 1280px) {
  .card__tooltip--left {
    left: 0px;
    bottom: -20px;
  }
}

@keyframes animaTag {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.check__item {
  display: flex;
  flex-direction: row;
  font-size: 1rem;
  gap: 8px;
  background-color: #f9f9f9;
  padding: 16px 24px;
  border-radius: 8px;
}
@media screen and (max-width: 1280px) {
  .check__item {
    font-size: 0.9rem;
    padding: 12px 16px;
  }
}
@media screen and (max-width: 1280px) and (max-width: 576px) {
  .check__item {
    align-items: flex-start;
  }
}

.mapa__img {
  width: 100%;
  position: relative;
  z-index: 5;
}

.owl-exito .item__img {
  width: 100%;
  height: 600px;
  aspect-ratio: 9/12;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
@media screen and (max-width: 1280px) {
  .owl-exito .item__img {
    height: 400px;
  }
}
.owl-exito .item__txt {
  background-color: #596F30;
  border-radius: 8px;
  text-align: center;
  font-weight: 800;
  margin-top: 8px;
  padding: 16px;
  color: #ffffff;
}
.owl-exito .owl-dots {
  text-align: center;
  width: 81%;
  margin-top: 16px;
}
@media screen and (max-width: 1024px) {
  .owl-exito .owl-dots {
    width: 100%;
  }
}
.owl-exito .owl-dots span {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background-color: #F1F5F0;
  margin: 0 8px;
}
.owl-exito .owl-dots .owl-dot.active span {
  background-color: #d5d645;
}
.owl-exito .owl-nav {
  flex-direction: column;
  position: absolute;
  display: flex;
  margin: auto;
  height: -moz-fit-content;
  height: fit-content;
  bottom: 0;
  top: 0;
  left: -30px;
}
@media screen and (max-width: 1024px) {
  .owl-exito .owl-nav {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    bottom: 50%;
    top: unset;
    left: 0;
  }
}
.owl-exito .owl-nav button span {
  background-color: #ffffff;
  display: inline-block;
  font-size: 3.4rem;
  line-height: 1;
  color: #596F30;
  border-radius: 50px;
  width: 60px;
  height: 60px;
}

/*=============== HEADER ===============*/
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

/*=============== NAV ===============*/
.nav {
  height: 5.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
}
@media screen and (min-width: 767px) {
  .nav {
    height: 5.5rem;
  }
}

header {
  padding: 8px 0px;
  transition: all 0.6s;
}
header .nav__logo svg {
  width: 200px;
  transition: all 0.6s;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
@media screen and (max-width: 767px) {
  header .nav__logo svg {
    width: 180px;
  }
}

.nav__toggle {
  font-size: 1.8rem;
  color: white;
  cursor: pointer;
  z-index: 9;
}
@media screen and (min-width: 1024px) {
  .nav__toggle {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .nav__menu {
    position: fixed;
    background-color: #212121;
    top: -100%;
    left: 0;
    width: 100%;
    padding: 4rem 0 3rem;
    transition: 0.4s;
  }
}

.nav__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 2rem;
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .nav__list {
    flex-direction: row;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
  }
}

.nav__link {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
  opacity: 0.7;
  transition: 0.4s;
}
@media screen and (min-width: 767px) {
  .nav__link {
    font-size: 1.2rem;
    text-transform: initial;
  }
}

.nav__link--especial {
  opacity: 1;
  padding: 8px 16px;
  border-radius: 8px;
  color: #ffffff;
  background-color: #25D366;
}

.nav__link--especial:hover {
  color: #ffffff !important;
  background-color: #25D366 !important;
}

.nav__link:hover {
  color: #ffffff;
}

.nav__close {
  position: absolute;
  font-size: 1.5rem;
  top: 1rem;
  right: 1rem;
  color: #ffffff;
  cursor: pointer;
}
@media screen and (min-width: 767px) {
  .nav__close {
    display: none;
  }
}

/* show menu */
.show-menu {
  top: 0;
}

/* Change background header */
.scroll-header {
  background: #596F30;
  padding: 0px 0px;
  transition: all 0.6s;
}

/* Active link */
.active-link {
  color: #ffffff;
  opacity: 1;
  -webkit-background-clip: text;
  background-clip: text;
}

/*=============== SCROLL UP ===============*/
.scrollup {
  position: fixed;
  right: 1rem;
  bottom: -20%;
  display: flex;
  background-color: hsl(206, 4%, 10%);
  border-radius: 0.25rem;
  padding: 0.45rem;
  opacity: 9;
  z-index: 100;
  transition: 0.4s;
}

.scrollup i {
  color: #ffffff;
  font-size: 1.35rem;
}

.scrollup:hover {
  background-color: #000000;
  opacity: 1;
}

/* Show Scroll Up*/
.show-scroll {
  bottom: 5rem;
}

.visibility__hidden {
  visibility: hidden;
}

.txt__clip {
  clip-path: polygon(0 0, 100% 0, 100% 0%, 0% 0%);
  transition: clip-path 1s;
  overflow: hidden;
}

.txt__clip.show {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.txt__clip.show .txt__anima {
  sform: rotate(0deg) scale(1);
}

/* __FORMULARIO__ */
.input {
  width: 100%;
  padding: 16px;
  border: 1px solid #f1f1f1;
  background-color: #f9f9f9;
  border-radius: 8px;
  margin-top: 12px;
  color: #212121;
  font-weight: 500;
}
.input::-moz-placeholder {
  color: #b0b0b0;
}
.input::placeholder {
  color: #b0b0b0;
}

.textarea {
  width: 100%;
  height: 120px;
  padding: 16px;
  border: 1px solid #f1f1f1;
  background-color: #f9f9f9;
  border-radius: 8px;
  margin-top: 12px;
  min-height: 180px;
  font-weight: 500;
  color: #212121;
}
.textarea::-moz-placeholder {
  color: #b0b0b0;
}
.textarea::placeholder {
  color: #b0b0b0;
}

/* __MENSAJE DE ERROR__ */
.formulario__grupo-input {
  position: relative;
}

.formulario__input-error {
  font-size: 0.9rem;
  margin-bottom: 0px;
  padding: 4px 8px;
  text-align: start;
  display: none;
  color: #606060;
}

.formulario__input-error-activo {
  display: block;
}

.formulario__validacion-estado {
  position: absolute;
  right: 16px;
  top: 60px;
  z-index: 1;
  font-size: 16px;
  opacity: 0;
}

#banner_reserva .formulario__validacion-estado {
  position: absolute;
  right: unset;
  top: 18px;
  margin-left: 120px;
}

#banner_reserva .item_form:nth-child(2) .formulario__validacion-estado {
  margin-left: 144px;
}

#banner_reserva .item_form:nth-child(4) .formulario__validacion-estado {
  margin-left: 156px;
}

.formulario__mensaje, .formulario__captcha {
  height: 45px;
  line-height: 45px;
  background: #F66060;
  padding: 0 15px;
  border-radius: 3px;
  margin-bottom: 12px;
  display: none;
}

.formulario__mensaje-activo {
  display: block;
}

.formulario__mensaje-exito {
  margin-top: 8px;
  font-size: 14px;
  background-color: #1eab0b;
  padding: 10px 15px;
  color: #ffffff;
  display: none;
}

.formulario__mensaje-exito-activo {
  display: block;
}

/* ----- -----  Estilos para Validacion ----- ----- */
.formulario__grupo-correcto .formulario__validacion-estado {
  color: #1ed12d;
  opacity: 1;
}

.formulario__grupo-incorrecto .formulario__label {
  color: #bb2929;
}

.formulario__grupo-incorrecto .formulario__validacion-estado {
  color: #bb2929;
  opacity: 1;
}

.formulario__grupo-incorrecto .formulario__input {
  border: 3px solid #bb2929;
}

/* __ACORDEON__ */
.accordion {
  background: #ffffff;
  overflow: hidden;
}

.accordion-item {
  margin: 16px 0px;
  border-radius: 8px;
  border: 1px solid #F1F5F0;
  overflow: hidden;
}

.accordion-item:last-child {
  border-bottom: none;
}

.accordion-header {
  padding: 20px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.4s ease-in-out;
  justify-content: space-between;
  display: flex;
  font-size: 2rem;
  text-align: start;
}

.accordion-header:hover {
  background: #F1F5F0;
}

.accordion-header.active {
  background: #F1F5F0;
  color: #212121;
}

.accordion-icon {
  position: relative;
  transition: all 0.4s ease-in-out;
  color: #596F30;
  font-size: 2rem;
}

.accordion-header.active .accordion-icon::before {
  position: absolute;
  content: "";
  top: 10px;
  font-size: 2rem;
  width: 21px;
  height: 21px;
  background-color: #F1F5F0;
  background-image: url(../img/svg/vector-minus.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 90%;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.8s ease-in-out;
}

.accordion-content.active {
  max-height: 1000px;
  background: #F1F5F0;
  color: #212121;
}

.accordion-body {
  padding: 40px 60px;
  text-align: start;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .accordion-body {
    padding: 30px 40px;
  }
}
@media screen and (max-width: 767px) and (max-width: 576px) {
  .accordion-body {
    padding: 24px 16px;
  }
}

@media screen and (max-width: 767px) {
  #mi-acordeon h4 {
    font-size: 1.8rem;
  }
}

/* __TEXT SCROLL__ */
.scroll-container {
  width: 100%;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 15px;
  position: relative;
}

.scroll-content {
  display: flex;
  align-items: center;
  animation: smoothScroll 40s linear infinite;
}

.text-item span {
  font-size: 3rem;
  font-weight: 300;
  color: #596F30;
  font-weight: bold;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .text-item span {
    font-size: 2.2rem;
  }
}

.separator {
  position: relative;
  top: 12px;
  color: #596F30;
  font-size: 3.6rem;
  margin: 0 25px;
}

.scrolling_text {
  width: 100%;
  overflow: hidden;
  display: flex;
  white-space: nowrap;
}

.text {
  font-size: 60px;
  font-weight: 200;
  -webkit-animation: animate_text 120s linear infinite;
  -webkit-animation-animation: animate_text 120s linear infinite;
}
@media (min-width: 1024px) {
  .text .text {
    font-size: 120px;
  }
}
@keyframes animate_text {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform-transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    -webkit-transform-transform: translate3d(-100%, 0, 0);
  }
}
@keyframes smoothScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-33.333%);
  }
}
/* Efecto de entrada suave */
.scroll-container {
  opacity: 0;
  animation: fadeIn 2s ease-in-out 0.5s forwards;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
.madera__tooltip {
  position: relative;
}
.madera__tooltip:hover .tooltip {
  transform: translateY(-32px);
  opacity: 1;
}

.tooltip {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  color: #596F30;
  background-color: #ffffff;
  padding: 4px 12px;
  border-radius: 40px;
  transition: all 0.3s ease-in-out;
  transform: translateY(0px);
  font-size: 0.8rem;
  opacity: 0;
}
.tooltip::before {
  position: absolute;
  content: "";
  bottom: -5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  transform: rotate(45deg);
}

.footer {
  background-image: url(../img/svg/bg-decoration-footer.svg);
}
@media screen and (max-width: 767px) {
  .footer .card__list {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
  }
}

.legales {
  position: relative;
  background-color: #243222;
}

.hamburger {
  position: relative;
  width: 1em;
  height: 1em;
  font-size: inherit;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .hamburger {
    display: none;
  }
}
.hamburger.is-sm {
  font-size: 1rem;
}
.hamburger.is-md {
  font-size: 1.5rem;
}
.hamburger.is-lg {
  font-size: 2rem;
}
.hamburger-line {
  position: absolute;
  right: 0;
  width: 100%;
  height: 0.125em;
  border-radius: 0.125em;
  background: #ffffff;
  transition: inherit;
}
.hamburger-line:nth-child(1) {
  top: 0.125em;
}
.hamburger.is-active .hamburger-line:nth-child(1), .w-nav-button.w--open .hamburger-line:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotateZ(-135deg);
}
.hamburger-line:nth-child(2) {
  top: 0.438em;
}
.hamburger.is-active .hamburger-line:nth-child(2), .w-nav-button.w--open .hamburger-line:nth-child(2) {
  right: 50%;
  width: 0;
}
.hamburger-line:nth-child(3) {
  top: 0.75em;
  width: 0.625em;
}
.hamburger.is-active .hamburger-line:nth-child(3), .w-nav-button.w--open .hamburger-line:nth-child(3) {
  top: 50%;
  width: 100%;
  transform: translateY(-50%) rotateZ(135deg);
}

.visibility__hidden {
  visibility: hidden;
}

.txt__clip {
  clip-path: polygon(0 0, 100% 0, 100% 0%, 0% 0%);
  transition: clip-path 1s;
  overflow: hidden;
}

.txt__clip.show {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.txt__clip.show .txt__anima {
  transform: scale(1);
}

/* __BTN_WHATSAPP */
#btn_whatsApp {
  position: fixed;
  bottom: 12px;
  right: 6px;
  z-index: 99;
}

#btn_whatsApp img {
  width: 60px;
  height: auto;
  transform: scale(1);
  transition: all 0.3s ease;
}

#btn_whatsApp img:hover {
  transform: scale(1.1);
}/*# sourceMappingURL=style.css.map */