@charset "UTF-8";
.title {
  color: #FFFFFD;
  font-size: 60px;
  font-weight: 700;
  font-size: 32px;
}
@media (min-width: 1024px) {
  .title {
    color: #FFFFFD;
    font-size: 60px;
    font-weight: 700;
  }
}

.title strong {
  color: #D3B22B;
  font-weight: bold;
}

.tag {
  color: #FAC515;
  font-family: Asterlight;
  font-size: 24px;
  font-weight: 400;
}

section {
  height: auto;
}

.hero {
  height: 100%;
}

.hero__title {
  font-size: 48px;
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .hero__title {
    font-size: 60px;
  }
}

.hero__title p {
  line-height: 110%;
}

.hero__button {
  background-color: #D3B22B;
  padding: 11px 24px;
  height: 40px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.hero__button:hover {
  background: #FAC515;
}

.hero__button p {
  color: #111111;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  line-height: 1;
}

.hero__button span {
  display: inline-flex;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  align-items: center;
  justify-content: center;
}

.carousel__button-icon path {
  stroke: #111111;
}

.hero__review {
  color: #FFFFFD;
  font-size: 18px;
  font-weight: 400;
  opacity: 0.8;
  margin-bottom: 24px;
}

.hero__score, .hero__customers {
  color: #FFFFFD;
  font-size: 16px;
  font-weight: 500;
}

.hero__score span {
  color: #D3B22B;
  margin-right: 12px;
}

.hero__star path {
  fill: #FAC515;
}

#work {
  height: auto;
}

.gallery {
  text-align: center;
}
.gallery__tag {
  display: inline-block;
  margin-bottom: 20px;
}
.gallery__title {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .gallery__title {
    margin-bottom: 40px;
  }
}
.gallery__filters {
  width: 100%;
  margin: 0 auto 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
@media (min-width: 768px) {
  .gallery__filters {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
  }
}
.gallery__filter {
  color: #FFFFFD;
  font-size: 18px;
  font-weight: 400;
  width: 100%;
  padding: 8px 20px;
  border: 1px solid transparent;
  border-radius: 100px;
  background: transparent;
  cursor: pointer;
}
@media (min-width: 768px) {
  .gallery__filter {
    width: auto;
  }
}
.gallery__filter--active {
  color: #D3B22B;
  font-family: Montserrat;
  font-weight: 600;
  border: 1px solid #D3B22B;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 18px;
}
@media (min-width: 768px) {
  .gallery__filter--active {
    width: auto;
  }
}
.gallery__grid {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .gallery__grid {
    gap: 40px;
  }
}
.gallery__row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 20px;
}
.gallery__row--duo .gallery__item {
  flex: 0 0 calc((100% - 20px) / 2);
  height: 280px;
}
@media (min-width: 1024px) {
  .gallery__row--duo .gallery__item {
    height: 477px;
  }
}
.gallery__row--trio .gallery__item {
  flex: 0 0 calc((100% - 40px) / 3);
  height: 280px;
}
@media (min-width: 1024px) {
  .gallery__row--trio .gallery__item {
    height: 420px;
  }
}
.gallery__item {
  display: block;
  overflow: hidden;
}
.gallery__image {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.gallery__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  color: #FFFFFD;
  font-size: 20px;
  font-weight: 500;
}
.gallery__pagination--hidden {
  display: none;
}
.gallery__pages {
  display: flex;
  gap: 0.5rem;
}
.gallery__page {
  border: none;
  background: transparent;
  color: #FFFFFD;
  font-size: 20px;
  font-weight: 500;
  padding: 0 0.5rem;
  cursor: pointer;
}
.gallery__page--active {
  color: #100f0f;
  background: #D3B22B;
}
.gallery__nav {
  border: none;
  background: transparent;
  color: #FFFFFD;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
}
.gallery__nav:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.gallery__empty {
  color: #FFFFFD;
}
.gallery__lightbox {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.85);
  padding: 60px 20px;
  z-index: 999;
}
.gallery__lightbox--open {
  display: flex;
}
.gallery__lightbox-inner {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
}
.gallery__lightbox-image {
  display: block;
  max-width: 90vw;
  max-height: 90vh;
  width: auto;
  height: auto;
}
.gallery__lightbox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background: #D3B22B;
  color: #100f0f;
  font-size: 22px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.gallery-lock-scroll {
  overflow: hidden;
}

.gallery__filter {
  position: relative;
  display: inline-block;
  padding: 0.6em 1.2em;
  transition: font-weight 0.3s ease;
}
.gallery__filter::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid #D3B22B;
  border-radius: 100px;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease;
  pointer-events: none;
}
.gallery__filter:not(.gallery__filter--active):hover {
  color: #D3B22B;
  font-family: Montserrat;
  font-weight: 600;
  transition: border 0.3s ease-in;
}
.gallery__filter:not(.gallery__filter--active):hover::before {
  transform: scaleX(1);
}

.prueba {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  min-height: clamp(480px, 70vh, 900px);
}

.prueba__bg, .prueba__overlay {
  position: absolute;
  inset: 0;
}

.prueba__overlay {
  pointer-events: none;
  z-index: 1;
}

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

.prueba__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.prueba__overlay {
  background: linear-gradient(to bottom, #1D1D1B 0%, rgba(29, 29, 27, 0.9333333333) 10%, transparent 50%, rgba(29, 29, 27, 0.6666666667) 80%, #1D1D1B 100%);
}

.story {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  min-height: clamp(480px, 70vh, 900px);
}

.story__bg, .story__overlay {
  position: absolute;
  inset: 0;
}

.story__overlay {
  pointer-events: none;
  z-index: 1;
}

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

.story__bg img {
  width: 100%;
  height: 100%;
  opacity: 0.4;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.story__overlay {
  background: linear-gradient(to bottom, #1D1D1B 0%, rgba(29, 29, 27, 0.9333333333) 10%, transparent 50%, rgba(29, 29, 27, 0.6666666667) 80%, #1D1D1B 100%);
}

.story__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .story__heading {
    flex-direction: row;
    gap: 16%;
  }
}

.story__content--left {
  width: 100%;
}
@media (min-width: 1024px) {
  .story__content--left {
    width: 60%;
  }
}

.story__content--right {
  width: 100%;
}
@media (min-width: 1024px) {
  .story__content--right {
    width: 40%;
  }
}

.story__tag {
  display: inline-block;
  margin-bottom: 16px;
  border-left: 2px solid #CA8504;
  padding-left: 8px;
}

.story__title {
  width: 100%;
}

.story__info {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, 1fr);
  background-color: #2E2D2C;
  border-top: 1px dashed #A4A3A3;
  border-right: 1px dashed #A4A3A3;
  border-bottom: 1px dashed #A4A3A3;
  border-left: 1px dashed #A4A3A3;
}
@media (min-width: 768px) {
  .story__info {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    border-radius: 20px;
  }
}

.story__card {
  width: 100%;
  height: 251px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  border-bottom: 1px dashed #A4A3A3;
}
@media (min-width: 768px) {
  .story__card {
    height: 351px;
    border-bottom: none;
    border-right: 1px dashed #A4A3A3;
  }
}

.story__card--last {
  border-bottom: none;
  border-right: none;
}

.story__value {
  color: #D3B22B;
  font-family: Asterlight;
  font-size: 60px;
}

.story__description {
  color: #FFFFFD;
  font-size: 18px;
  font-weight: 400;
  font-size: 24px;
}

.story__text {
  color: #FFFFFD;
  font-size: 18px;
  font-weight: 400;
}

.services__heading {
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .services__heading {
    margin-bottom: 40px;
  }
}

.services__tag {
  display: inline-block;
  margin-bottom: 20px;
  border-left: 2px solid #CA8504;
  padding-left: 8px;
}

.services__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 40px;
}

.services__column {
  width: 100%;
}

.services__img {
  height: 250px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .services__img {
    height: auto;
  }
}

.services__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
@media (min-width: 768px) {
  .services__img img {
    height: auto;
  }
}

.services__overlay {
  position: absolute;
  inset: 0;
  opacity: 0;
  background: #000000;
  transition: opacity 0.3s ease;
}

.services__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #d4af37;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.services__icon svg path {
  stroke: #1D1D1B;
}

.services__img:hover img {
  transform: scale(1.2);
}

.services__img:hover .services__overlay {
  opacity: 0.5;
}

.services__img:hover .services__icon {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.services__footer {
  color: #D3B22B;
  font-size: 24px;
  font-weight: 600;
}

.service__button-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.services__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #111111;
  background: #DDB410;
  border-radius: 100px;
  padding: 8px 16px;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
}

.services__button:hover {
  background: #FAC515;
}

.services__button span {
  color: #111111;
}

#reviews {
  position: relative;
}

.reviews__overlay {
  display: none;
  position: absolute;
  top: -100px;
  z-index: -1;
  width: 158px;
  height: 158px;
  pointer-events: none;
  background: linear-gradient(254deg, #D3B22B -71.55%, #6D5C16 61.37%);
  filter: blur(150px);
}
@media (min-width: 1024px) {
  .reviews__overlay {
    display: block;
    right: 8%;
  }
}

.reviews-container {
  padding-bottom: 80px;
  border-left: 1px solid #2E2D2C;
  border-right: 1px solid #2E2D2C;
}

.reviews__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 40px;
  border-bottom: 1px solid #2E2D2C;
}

.reviews__heading {
  width: 70%;
}

.reviews__tag {
  display: inline-block;
  margin-bottom: 16px;
  border-left: 2px solid #CA8504;
  padding-left: 8px;
}

.reviews__nav {
  display: flex;
  flex-shrink: 0;
  gap: 8px;
}

.reviews__arrow {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 1px solid #2E2D2C;
  border-radius: 50%;
  background: transparent;
  color: #CA8504;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.reviews__arrow svg {
  width: 18px;
  height: 18px;
}
.reviews__arrow:disabled {
  opacity: 0.3;
  cursor: default;
}
@media (min-width: 1024px) {
  .reviews__arrow {
    width: 42px;
    height: 42px;
  }
  .reviews__arrow svg {
    width: 24px;
    height: 24px;
  }
}

.reviews__carousel {
  padding-top: 32px;
}
@media (min-width: 1024px) {
  .reviews__carousel {
    padding-top: 40px;
  }
}

.reviews__arrow svg path {
  stroke: #D3B22B;
}

.reviews-splide .splide__list {
  align-items: stretch;
}
.reviews-splide .splide__slide {
  height: auto;
}

.gr-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: -moz-fit-content;
  height: fit-content;
}
@media (min-width: 1024px) {
  .gr-col {
    height: 100%;
  }
}

.gr-media {
  flex: 0 0 232px;
  height: 232px;
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .gr-media {
    flex: 0 0 400px;
    height: 400px;
  }
}
.gr-media img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gr-card {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  padding: 20px;
  border-radius: 16px;
  background-color: #262626;
}

.gr-card__header {
  display: flex;
  align-items: center;
  gap: 10px;
}

.gr-card__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gr-card__author {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
}

.gr-card__name {
  color: #ffffff;
  font-weight: 700;
  font-size: 15px;
}

.gr-card__source {
  color: #9a9a9a;
  font-size: 13px;
}

.gr-card__body {
  margin-top: auto;
  padding-top: 24px;
}

.gr-card__stars {
  display: flex;
  gap: 4px;
  margin-bottom: 10px;
}

.gr-card__star {
  width: 16px;
  height: 16px;
}

.gr-card__text {
  margin: 0;
  color: #e5e5e5;
  font-size: 14px;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .gr-card__text {
    font-size: 15px;
  }
}

.reviews__progress {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 24px;
}
@media (min-width: 1024px) {
  .reviews__progress {
    display: none;
  }
}

.reviews__bar {
  width: 15px;
  height: 3px;
  border-radius: 2px;
  background-color: #2E2D2C;
  transition: width 0.3s ease, background-color 0.3s ease;
}
.reviews__bar.is-active {
  width: 30px;
  background-color: #CA8504;
}

.team__container {
  position: relative;
}

.team__gradient {
  position: absolute;
  z-index: -1;
  pointer-events: none;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: linear-gradient(254deg, #D3B22B -71.55%, #6D5C16 61.37%);
  filter: blur(150px);
}
@media (min-width: 768px) {
  .team__gradient {
    width: 280px;
    height: 280px;
    left: calc(50% - 140px);
    top: calc(50% - 140px);
  }
}

.team__heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.team__tag {
  display: inline-block;
  margin-bottom: 20px;
  border-left: 2px solid #CA8504;
  padding-left: 8px;
  margin: 0 auto;
  text-align: center;
}

.carousel-section {
  padding: 30px 0 30px;
}
@media (min-width: 1024px) {
  .carousel-section {
    padding: 40px 0 30px;
  }
}

.carousel-track {
  display: flex;
}

.carousel-item {
  --item-width: 425px;
  --item-height: 400px;
  display: flex;
  flex-direction: column;
  flex: 0 0 var(--item-width);
  width: var(--item-width);
  overflow: hidden;
}

.team__img-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 26px;
}

.team__img-wrapper img {
  display: block;
  width: 100%;
  height: var(--item-height);
  -o-object-fit: cover;
     object-fit: cover;
}

.team__img-wrapper .team__img-2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.team__img-wrapper:hover .team__img-2 {
  opacity: 1;
}

@media (hover: none) {
  .team__img-wrapper:hover .team__img-2 {
    opacity: 0;
  }
}
.not-selectable {
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */ /* Internet Explorer / Edge */
  user-select: none; /* Estándar moderno */
  -webkit-user-drag: none; /* Safari antiguo */
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none; /* Evita arrastrar la imagen */
}

.carousel-caption {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px;
}

.carousel-caption .caption-icon {
  flex-shrink: 0;
}

.carousel-caption .caption-icon svg {
  display: block;
}

.caption-icon {
  width: 30px;
  height: 30px;
}

.caption-icon img {
  width: 100%;
  height: auto;
}

.carousel-caption .caption-name {
  color: #FFFFFD;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  text-transform: uppercase;
}

.carousel-caption .caption-role {
  color: #FFFFFD;
  font-size: 14px;
  font-weight: 400;
  margin-top: 2px;
}

.carousel-progress {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin-top: 40px;
  padding-bottom: 40px;
}

.progress-bar {
  width: 15px;
  height: 4px;
  border-radius: 2px;
  background: #4a4a4a;
  transition: width 0.3s ease, background 0.3s ease;
}

.progress-bar.active {
  width: 30px;
  background: #e8b923;
}

@media (max-width: 768px) {
  .carousel-item {
    --item-width: 88vw;
    --item-height: 60vh;
  }
}
#booking {
  height: auto;
}

.book-now__container {
  position: relative;
}

.book-now__gradient {
  position: absolute;
  display: none;
  z-index: -1;
  pointer-events: none;
  opacity: 0.2;
  background: #D3B22B;
  filter: blur(250px);
}
@media (min-width: 1024px) {
  .book-now__gradient {
    display: block;
    width: 947px;
    height: 492px;
    left: calc(50% - 473.5px);
  }
}

.book-now__tag {
  display: inline-block;
  margin-bottom: 20px;
  border-left: 2px solid #CA8504;
  padding-left: 8px;
}

.book-now__title {
  margin-bottom: 45px;
}

.book-now__steps {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(4, 1fr);
  border: 1px dashed rgba(255, 255, 255, 0.1019607843);
  background-color: #2E2D2C;
}
@media (min-width: 768px) {
  .book-now__steps {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .book-now__steps {
    display: flex;
  }
}

.book-now__step {
  width: 100%;
  height: 234px;
  padding: 31px 0 0 31px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .book-now__step {
    border-right: 1px dashed rgba(255, 255, 255, 0.1019607843);
  }
}

.book-now__step--1, .book-now__step--2, .book-now__step--3 {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.1019607843);
}
@media (min-width: 1024px) {
  .book-now__step--1, .book-now__step--2, .book-now__step--3 {
    border-bottom: none;
  }
}

@media (min-width: 768px) {
  .book-now__step--3 {
    border-bottom: none;
  }
}

@media (min-width: 768px) {
  .book-now__step--1, .book-now__step--3 {
    border-right: 1px dashed rgba(255, 255, 255, 0.1019607843);
  }
}

@media (min-width: 768px) {
  .book-now__step--2 {
    border-right: none;
  }
}

@media (min-width: 1024px) {
  .book-now__step--last {
    border-right: none;
  }
}

.book-now__icon {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background: #1D1D1B;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.book-now__icon img {
  width: 50%;
  height: auto;
}

.book-now__content {
  width: 70%;
  position: absolute;
  bottom: 31px;
}

.book-now__step-number {
  color: #D3B22B;
  font-size: 200px;
  font-weight: 100;
  line-height: 0.6;
  font-family: Asterlight;
  position: absolute;
  right: 25px;
  bottom: -10%;
  z-index: 0;
}
@media (min-width: 768px) {
  .book-now__step-number {
    font-size: 200px;
    right: 5px;
    bottom: -20%;
  }
}

.faq__container {
  position: relative;
}

.faq__gradient {
  position: absolute;
  z-index: -1;
  pointer-events: none;
  width: 100%;
  height: 567px;
  border-radius: 100%;
  background: linear-gradient(254deg, rgba(211, 178, 43, 0.15) -71.55%, rgba(109, 92, 22, 0.15) 61.37%);
  filter: blur(150px);
}
@media (min-width: 1024px) {
  .faq__gradient {
    width: 567px;
    height: 567px;
    left: calc(50% - 283.5px);
    top: calc(50% - 283.5px);
  }
}

.faq__heading {
  text-align: center;
  margin-bottom: 40px;
}

.faq__tag {
  display: inline-block;
  margin-bottom: 16px;
  border-left: 2px solid #CA8504;
  padding-left: 8px;
}

.faq__card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 2px dashed rgba(255, 255, 255, 0.1019607843);
  border-bottom: 2px dashed rgba(255, 255, 255, 0.1019607843);
  margin-bottom: 2px;
  padding: 30px 0;
}

.faq__question-title {
  color: #FFFFFD;
  font-size: 18px;
  font-weight: 400;
  font-weight: 500;
  color: #FEFDF0;
  margin-bottom: 4px;
}

.faq__answer {
  color: #FFFFFD;
  font-size: 18px;
  font-weight: 400;
  color: #A4A3A3;
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: grid-template-rows 0.3s ease 0.1s;
}

.faq__answer--active {
  grid-template-rows: 1fr;
}

.faq__answer, .faq__answer p {
  min-height: 0;
}

.faq__answer p {
  opacity: 0.3;
  transition: opacity 0.3s ease-out;
}

.faq__answer--active p {
  opacity: 0.9;
  transition: opacity 0.3s ease-in;
}

.faq__plus {
  width: 24px;
  height: 24px;
  display: inline-block;
  text-align: center;
  color: #DADADA;
  font-size: 20px;
  margin-left: 24px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  transition: color 0.2s ease, transform 0.2s ease;
}

.faq__plus--active {
  color: #FAC515;
  font-size: 30px;
}

.cta {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  min-height: clamp(240px, 10vh, 900px);
}

.cta__bg, .cta__overlay {
  position: absolute;
  inset: 0;
}

.cta__overlay {
  pointer-events: none;
  z-index: 1;
}

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

.cta__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.cta__overlay {
  background: linear-gradient(to bottom, #1D1D1B 0%, rgba(29, 29, 27, 0.4666666667) 10%, transparent 50%, rgba(29, 29, 27, 0.4666666667) 90%, #1D1D1B 100%);
}

.cta {
  display: flex;
  align-items: center;
}

.cta__container-2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 40px;
  background: #D3B22B;
  border-radius: 32px;
  padding: 20px;
}
@media (min-width: 768px) {
  .cta__container-2 {
    flex-direction: row;
    justify-content: space-between;
    padding: 50px 60px;
    align-items: center;
    gap: 0;
  }
}
@media (min-width: 1024px) {
  .cta__container-2 {
    margin: 80px 0;
  }
}

.cta__title {
  width: 100%;
  font-size: 24px;
  color: #1D1D1B;
}
@media (min-width: 768px) {
  .cta__title {
    width: 60%;
  }
}
@media (min-width: 1024px) {
  .cta__title {
    font-size: 60px;
    width: 55%;
  }
}

.cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 80%;
  color: #D3B22B;
  background: #1D1D1B;
  border: 1px solid #1D1D1B;
  border-radius: 100px;
  padding: 13px 16px;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  transition: color 0.5s ease;
  transition: background 0.5s ease;
}
@media (min-width: 768px) {
  .cta__button {
    width: 40%;
  }
}
@media (min-width: 1024px) {
  .cta__button {
    width: 22%;
  }
}

.cta__button span {
  color: #D3B22B;
}

.cta__button:hover {
  background: #D3B22B;
  color: #1D1D1B;
}

.cta__button:hover span {
  color: #1D1D1B;
}

#hero {
  padding-top: 0;
  padding-bottom: 4rem;
}

.carousel__content {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr;
  align-items: start;
  justify-content: start;
  gap: 30px;
}
@media (min-width: 1024px) {
  .carousel__content {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: end;
  }
}

.carousel__column {
  width: 100%;
}
@media (min-width: 1024px) {
  .carousel__column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
  }
}

.carousel__column--left {
  padding-left: 0;
  display: flex;
  flex-direction: column;
  align-items: start;
}
@media (min-width: 1024px) {
  .carousel__column--left {
    width: 45%;
    padding-left: 92px;
  }
}

.carousel__column--right {
  padding-left: 0;
}
@media (min-width: 1024px) {
  .carousel__column--right {
    width: 30%;
    padding-left: 0;
    padding-right: 92px;
  }
}

.carousel__column img {
  height: 300px;
}

.carousel__arrow--next {
  right: 15px;
}

.carousel {
  position: relative;
  width: 100%;
  height: 90vh;
  overflow: hidden;
}

.carousel__track {
  position: relative;
  width: 100%;
  height: 100%;
}

.carousel__slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

.carousel__slide.active {
  opacity: 1;
  visibility: visible;
}

.carousel__column img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.carousel__column p {
  max-width: 500px;
}

.carousel__arrow {
  position: absolute;
  z-index: 10;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  background: #000000;
  color: #FAC515;
  cursor: pointer;
  bottom: 0;
}
@media (min-width: 1024px) {
  .carousel__arrow {
    top: 48%;
    width: 32px;
    height: 32px;
  }
}

.carousel__icon path {
  stroke: #D3B22B;
}

.carousel__arrow--prev {
  right: 90px;
}
@media (min-width: 1024px) {
  .carousel__arrow--prev {
    left: 30px;
  }
}

.carousel__arrow--next {
  right: 30px;
}

.carousel__arrow svg {
  width: 22px;
  height: 22px;
}

.carousel__indicators {
  position: absolute;
  bottom: 20px;
  left: 50px;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 5px;
  transform: translateX(-50%);
}
@media (min-width: 1024px) {
  .carousel__indicators {
    left: 50%;
    bottom: 0;
  }
}

.carousel__indicator {
  width: 14px;
  height: 4px;
  padding: 0;
  border: 0;
  border-radius: 10px;
  background: #aaa;
  cursor: pointer;
  transition: width 0.3s ease, background 0.3s ease;
}

.carousel__indicator.active {
  width: 30px;
  background: #e5b900;
}

.header {
  position: absolute;
  width: 100%;
}

.header__background {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
  opacity: 0.7;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.header__bg-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 0;
  transition: opacity 0.6s ease;
}

.header__bg-image--active {
  opacity: 1;
  z-index: 1;
}

.header__background::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, #1D1D1B 5%, #292926 20%, rgba(41, 41, 38, 0.2) 45%, #1D1D1B 60%);
  pointer-events: none;
  z-index: 2;
}
@media (min-width: 1024px) {
  .header__background::after {
    background: linear-gradient(to bottom, transparent 30%, #1D1D1B 70%);
  }
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #1D1D1B;
  z-index: 100;
}
.navbar--no-scroll {
  background: rgba(29, 29, 27, 0.733);
  transition: background-color 0.3s ease;
}

.nav-container {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 24px;
}

.logo img {
  height: 37px;
  display: block;
}
@media (min-width: 1024px) {
  .logo img {
    height: 53px;
  }
}

.nav-links {
  display: flex;
  list-style: none;
  gap: 32px;
}

.nav-links a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  transition: color 0.2s ease;
}

.nav-links a:hover {
  color: #e8b923;
}

.whatsapp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #e8b923;
  color: #141414;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  padding: 12px 22px;
  border-radius: 30px;
  white-space: nowrap;
  transition: background 0.2s ease;
}

.whatsapp-btn:hover {
  background: #f5c93a;
}

.whatsapp-btn .arrow {
  font-size: 16px;
  color: #1D1D1B;
}

.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 32px;
  height: 32px;
  background: none;
  border: none;
  cursor: pointer;
  order: 1;
  padding: 0;
}

.hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  background: #D3B22B;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.hamburger.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.mobile-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
  z-index: 150;
}

.mobile-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: min(80%, 320px);
  background: #1c1c1c;
  transform: translateX(-100%);
  transition: transform 0.35s ease;
  z-index: 160;
  padding: 28px 28px;
  overflow-y: auto;
}

.mobile-menu.active {
  transform: translateX(0);
}

.mobile-menu .close-btn {
  background: none;
  border: none;
  color: #e8b923;
  font-size: 28px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  line-height: 1;
}

.mobile-nav-links {
  list-style: none;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.mobile-nav-links a {
  color: #fff;
  text-decoration: none;
  font-size: 17px;
  font-weight: 500;
}

.mobile-rating {
  margin-top: 40px;
}

.mobile-rating .stars {
  color: #e8b923;
  font-size: 18px;
  display: inline-block;
  margin-right: 8px;
}

.mobile-rating .rating-text {
  color: #fff;
  font-size: 14px;
}

.mobile-rating .trusted-text {
  color: #999;
  font-size: 13px;
  margin-top: 6px;
}

@media (max-width: 768px) {
  .nav-links,
  .whatsapp-btn {
    display: none;
  }
  .hamburger {
    display: flex;
  }
  .nav-container {
    justify-content: flex-start;
  }
  .logo {
    order: 2;
    margin-left: auto;
  }
}
.footer {
  padding-top: 80px;
  padding-bottom: 30px;
}

.footer__content-1, .footer__content-2, .footer__content-3 {
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .footer__content-1, .footer__content-2, .footer__content-3 {
    margin-bottom: 55px;
  }
}

.footer__content-1, .footer__content-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .footer__content-1, .footer__content-2 {
    flex-direction: column;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .footer__content-1, .footer__content-2 {
    flex-direction: row;
    justify-content: space-between;
  }
}

.footer__content-1 {
  gap: 20px;
}
@media (min-width: 1024px) {
  .footer__content-1 {
    gap: 0;
    align-items: start;
  }
}

.footer__content-2-1 {
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .footer__content-2-1 {
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .footer__content-2-1 {
    width: 30%;
  }
}

.footer__content-2-2 {
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .footer__content-2-2 {
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .footer__content-2-2 {
    width: 80%;
    text-align: center;
  }
}

.footer__content-2-3 {
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .footer__content-2-3 {
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .footer__content-2-3 {
    width: 30%;
    text-align: right;
  }
}

.footer__text {
  color: #FFFFFD;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
}

.footer__text--highlight {
  color: #D3B22B;
  margin-bottom: 6px;
}

.footer__heading {
  font-family: Asterlight;
  font-size: 32px;
  color: #FFFFFD;
  text-align: center;
  line-height: 1;
}
@media (min-width: 768px) {
  .footer__heading {
    font-size: 60px;
  }
}

.footer__networks {
  display: flex;
  align-items: center;
  gap: 2px;
}

.footer__content-3 .footer__text {
  text-align: center;
}

.footer__content-4 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer__content-4 img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.whatsapp-widget {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999;
}
@media (min-width: 1024px) {
  .whatsapp-widget {
    right: 32px;
    bottom: 32px;
  }
}

.whatsapp-float {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: none;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  transition: transform 0.2s ease;
}
.whatsapp-float svg {
  width: 100%;
  height: 100%;
}
.whatsapp-float:hover {
  transform: scale(1.08);
}
@media (min-width: 1024px) {
  .whatsapp-float {
    width: 48px;
    height: 48px;
  }
}

.whatsapp-form {
  position: absolute;
  right: 0;
  bottom: calc(100% + 12px);
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 280px;
  max-width: calc(100vw - 40px);
  padding: 20px;
  border-radius: 12px;
  background: #2E2D2C;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
}
.whatsapp-form.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.whatsapp-form__title {
  margin: 0 0 4px;
  color: #FFFFFD;
  font-size: 1.25rem;
  font-weight: 700;
}
.whatsapp-form__input {
  box-sizing: border-box;
  width: 100%;
  padding: 10px 16px;
  border: 1px solid #d9d9d9;
  border-radius: 999px;
  background: #fff;
  color: #2E2D2C;
  font: inherit;
}
.whatsapp-form__submit {
  align-self: flex-start;
  padding: 10px 20px;
  border: 0;
  border-radius: 999px;
  background: #e8b923;
  color: #2E2D2C;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
  transition: filter 0.2s ease;
}
.whatsapp-form__submit:hover {
  filter: brightness(1.08);
}
.whatsapp-form__hp {
  position: absolute;
  left: -9999px;
}
.whatsapp-form__status {
  margin: 0;
  color: #FFFFFD;
  font-size: 0.875rem;
}
.whatsapp-form__status:empty {
  display: none;
}
.whatsapp-form__submit:disabled {
  opacity: 0.6;
  cursor: wait;
}/*# sourceMappingURL=index.css.map */