body.home-modern {
  --home-forest: #17392f;
  --home-forest-deep: #0c241e;
  --home-moss: #4f7d70;
  --home-gold: #eab933;
  --home-sand: #f4efe5;
  --home-paper: #fbfaf6;
  --home-ink: #1b2722;
  --home-muted: #68736d;
  background: var(--home-paper);
  color: var(--home-ink);
  overflow-x: hidden;
}

.home-modern main {
  display: block;
  overflow: hidden;
}

.home-container {
  margin: 0 auto;
  max-width: 1210px;
  padding: 0 30px;
  width: 100%;
}

.home-eyebrow {
  color: var(--home-gold);
  font-family: "Bebas Neue", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: .18em;
  line-height: 1.2;
  margin: 0 0 16px;
  text-transform: uppercase;
}

.home-eyebrow-dark {
  color: var(--home-moss);
}

.home-hero {
  background: var(--home-forest-deep);
  height: min(900px, 96vh);
  min-height: 720px;
  overflow: hidden;
  position: relative;
}

.home-hero .carousel,
.home-hero .carousel-inner,
.home-hero .carousel-inner > .item,
.home-hero picture,
.home-hero picture img {
  height: 100%;
  width: 100%;
}

.home-hero .carousel {
  inset: 0;
  position: absolute;
}

/* Keep the outgoing photo opaque underneath the incoming photo.
   Finish the fade before Bootstrap 3's 600ms class cleanup. */
#home-hero-carousel.carousel-fade .carousel-inner > .item {
  opacity: 0;
  transition: opacity .5s ease-in-out;
  will-change: opacity;
}

#home-hero-carousel.carousel-fade .carousel-inner > .item.active {
  opacity: 1;
  z-index: 1;
}

#home-hero-carousel.carousel-fade .carousel-inner > .item.next,
#home-hero-carousel.carousel-fade .carousel-inner > .item.prev {
  left: 0;
  transform: none;
  z-index: 2;
}

#home-hero-carousel.carousel-fade .carousel-inner > .item.active.left,
#home-hero-carousel.carousel-fade .carousel-inner > .item.active.right {
  left: 0;
  opacity: 1;
  transform: none;
}

#home-hero-carousel.carousel-fade .carousel-inner > .item.next.left,
#home-hero-carousel.carousel-fade .carousel-inner > .item.prev.right {
  opacity: 1;
}

.home-hero .carousel-inner > .item {
  overflow: hidden;
}

.home-hero picture {
  display: block;
}

.home-hero picture img {
  display: block;
  object-fit: cover;
  transform: scale(1.015);
}

.home-hero-camps picture img {
  object-position: 45% center;
}

.home-hero .item.active picture img {
  animation: homeHeroDrift 6.8s cubic-bezier(.22, .6, .35, 1) both;
}

.home-hero .item:nth-child(1) img {
  object-position: center 48%;
}

.home-hero .item:nth-child(2) img {
  object-position: center 50%;
}

.home-hero .item:nth-child(3) img {
  object-position: center 45%;
}

@keyframes homeHeroDrift {
  from { transform: scale(1.015); }
  to { transform: scale(1.055); }
}

.home-hero-shade {
  background:
    linear-gradient(90deg, rgba(4, 16, 13, .71) 0%, rgba(4, 16, 13, .43) 39%, rgba(4, 16, 13, .07) 77%),
    linear-gradient(0deg, rgba(4, 16, 13, .48) 0%, transparent 52%);
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 2;
}

.home-hero-slide-copy {
  bottom: 22px;
  color: #fff;
  display: flex;
  flex-direction: column;
  left: max(30px, calc((100vw - 1170px) / 2 + 15px));
  max-width: 760px;
  position: absolute;
  top: 178px;
  z-index: 3;
}

#home-hero-carousel .carousel-inner > .item:not(.active) .home-hero-slide-copy {
  visibility: hidden;
}

.home-hero .item.active .home-hero-slide-copy > * {
  animation: homeHeroContentIn .82s cubic-bezier(.18, .76, .28, 1) both;
}

.home-hero .item.active .home-hero-slide-copy > :nth-child(1) { animation-delay: .14s; }
.home-hero .item.active .home-hero-slide-copy > :nth-child(2) { animation-delay: .27s; }
.home-hero .item.active .home-hero-slide-copy > :nth-child(3) { animation-delay: .40s; }
.home-hero .item.active .home-hero-slide-copy > :nth-child(4) { animation-delay: .53s; }

@keyframes homeHeroContentIn {
  from { opacity: 0; transform: translate3d(0, 24px, 0); }
  to { opacity: 1; transform: none; }
}

body.home-modern #home .home-hero-slide-copy h1,
body.home-modern #home .home-hero-slide-copy h2 {
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(58px, 5.3vw, 84px);
  font-weight: 400;
  letter-spacing: -.015em;
  line-height: .93;
  margin: 0;
  max-width: 100%;
  padding-bottom: 0;
  text-align: left;
  text-transform: uppercase;
  width: 760px;
}

body.home-modern #home .home-hero-slide-copy h1 span,
body.home-modern #home .home-hero-slide-copy h2 span {
  color: #f4d77d;
}

.home-hero-lead {
  color: rgba(255, 255, 255, .88);
  font-family: "PT Serif", Georgia, serif;
  font-size: 20px;
  line-height: 1.58;
  margin: 12px 0 0;
  max-width: 630px;
}

.home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.home-hero-slide-copy .home-hero-actions {
  margin-top: auto;
}

.home-button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  font-family: "Bebas Neue", sans-serif;
  font-size: 17px;
  font-style: normal;
  justify-content: center;
  letter-spacing: .075em;
  min-height: 49px;
  padding: 13px 29px 11px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color .25s ease, border-color .25s ease, color .25s ease, transform .25s ease;
}

.home-button:hover,
.home-button:focus {
  text-decoration: none;
  transform: translateY(-2px);
}

.home-button-primary {
  background: var(--home-gold);
  color: var(--home-forest-deep);
}

.home-button-primary:hover,
.home-button-primary:focus {
  background: #f2c854;
  color: var(--home-forest-deep);
}

.home-button-ghost {
  border-color: rgba(255, 255, 255, .6);
  color: #fff;
}

.home-button-ghost:hover,
.home-button-ghost:focus {
  background: #fff;
  border-color: #fff;
  color: var(--home-forest-deep);
}

.home-hero-scroll {
  align-items: center;
  bottom: 30px;
  color: rgba(255, 255, 255, .8);
  display: flex;
  flex-direction: column;
  font-family: "Bebas Neue", sans-serif;
  font-size: 13px;
  gap: 4px;
  left: 50%;
  letter-spacing: .16em;
  position: absolute;
  text-transform: uppercase;
  transform: translateX(-50%);
  z-index: 4;
}

.home-hero-scroll:hover,
.home-hero-scroll:focus {
  color: #fff;
  text-decoration: none;
}

.home-hero-scroll i {
  animation: homeScrollCue 1.7s ease-in-out infinite;
  color: var(--home-gold);
  font-size: 22px;
}

@keyframes homeScrollCue {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(6px); }
}

.home-hero .carousel-indicators {
  bottom: 34px;
  left: auto;
  margin: 0;
  right: 44px;
  text-align: right;
  width: auto;
  z-index: 5;
}

.home-hero .carousel-indicators li {
  background: rgba(255, 255, 255, .45);
  border: 0;
  border-radius: 999px;
  height: 3px;
  margin: 0 0 0 7px;
  transition: background-color .25s ease, width .25s ease;
  width: 26px;
}

.home-hero .carousel-indicators .active {
  background: var(--home-gold);
  height: 3px;
  margin: 0 0 0 7px;
  width: 46px;
}

.home-trust {
  background: #fff;
  border-bottom: 1px solid #e7e3da;
  padding: 22px 0;
}

.home-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-trust-item {
  min-height: 92px;
  padding: 18px 28px 16px;
  position: relative;
}

.home-trust-item + .home-trust-item::before {
  background: #e4dfd4;
  content: "";
  height: 46px;
  left: 0;
  position: absolute;
  top: 23px;
  width: 1px;
}

.home-trust-item strong {
  color: var(--home-forest);
  display: block;
  font-family: "Bebas Neue", sans-serif;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: .02em;
  line-height: 1.1;
  text-transform: uppercase;
}

.home-trust-item span {
  color: var(--home-muted);
  display: block;
  font-family: "PT Serif", Georgia, serif;
  font-size: 14px;
  line-height: 1.4;
  margin-top: 6px;
}

.home-experiences {
  background: var(--home-paper);
  padding: 60px 0 72px;
}

.home-section-heading {
  max-width: 780px;
}

.home-section-heading .home-eyebrow {
  margin-bottom: 12px;
}

.home-section-heading h2 {
  color: var(--home-forest);
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(55px, 5.5vw, 78px);
  font-weight: 400;
  letter-spacing: -.01em;
  line-height: .98;
  margin: 0;
  text-transform: uppercase;
}

.home-section-heading > p:last-child {
  color: var(--home-muted);
  font-family: "PT Serif", Georgia, serif;
  font-size: 18px;
  line-height: 1.58;
  margin: 17px 0 0;
  max-width: 690px;
}

.home-experience-grid {
  display: grid;
  gap: 18px;
  grid-auto-rows: 278px;
  grid-template-columns: minmax(0, 1.16fr) minmax(360px, .84fr);
  margin-top: 38px;
}

.home-experience-card {
  border-radius: 5px;
  box-shadow: 0 22px 60px rgba(17, 42, 34, .16);
  color: #fff;
  display: block;
  overflow: hidden;
  position: relative;
}

.home-experience-featured {
  grid-row: span 2;
}

.home-experience-card > img {
  height: 100%;
  object-fit: cover;
  transition: transform .95s cubic-bezier(.2, .76, .25, 1), filter .5s ease;
  width: 100%;
}

.home-experience-featured > img {
  object-position: 95% center;
}

.home-card-shade {
  background: linear-gradient(0deg, rgba(4, 18, 15, .9) 0%, rgba(4, 18, 15, .38) 58%, rgba(4, 18, 15, .04) 100%);
  inset: 0;
  position: absolute;
  transition: background-color .35s ease;
}

.home-card-content {
  bottom: 0;
  color: #fff;
  display: block;
  left: 0;
  padding: 32px 34px 29px;
  position: absolute;
  right: 0;
}

.home-experience-featured .home-card-content {
  padding: 42px 46px 39px;
}

.home-card-number {
  color: var(--home-gold);
  display: block;
  font-family: "Bebas Neue", sans-serif;
  font-size: 15px;
  letter-spacing: .16em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.home-card-content h3 {
  color: #fff;
  display: block;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(34px, 3.1vw, 48px);
  font-weight: 400;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
}

.home-experience-featured .home-card-content h3 {
  font-size: clamp(46px, 4.2vw, 63px);
}

.home-card-content > span:not(.home-card-number) {
  color: rgba(255, 255, 255, .82);
  display: block;
  font-family: "PT Serif", Georgia, serif;
  font-size: 15px;
  line-height: 1.55;
  margin-top: 9px;
  max-width: 510px;
}

.home-card-content em {
  color: #fff;
  display: block;
  font-family: "Bebas Neue", sans-serif;
  font-size: 16px;
  font-style: normal;
  letter-spacing: .07em;
  margin-top: 18px;
  text-transform: uppercase;
}

.home-card-content em i {
  color: var(--home-gold);
  margin-left: 7px;
  transition: transform .25s ease;
}

.home-experience-card:hover,
.home-experience-card:focus {
  color: #fff;
  outline: 0;
  text-decoration: none;
}

.home-experience-card:hover > img,
.home-experience-card:focus > img {
  filter: saturate(1.08);
  transform: scale(1.055);
}

.home-experience-card:hover .home-card-content em i,
.home-experience-card:focus .home-card-content em i {
  transform: translateX(5px);
}

.home-intro {
  background: var(--home-sand);
  border-bottom: 1px solid #e4ddd0;
  border-top: 1px solid #e4ddd0;
  padding: 74px 0 80px;
}

.home-intro-grid {
  align-items: center;
  display: grid;
  gap: 86px;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, .82fr);
}

.home-intro-copy h2,
.home-story-copy h2,
.home-reviews-heading h2,
.home-final-copy h2 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  letter-spacing: -.01em;
  line-height: .98;
  margin: 0;
  text-transform: uppercase;
}

.home-intro-copy h2 {
  color: var(--home-forest);
  font-size: clamp(52px, 5vw, 72px);
}

.home-intro-copy > p:not(.home-eyebrow) {
  color: #4a5751;
  font-family: "PT Serif", Georgia, serif;
  font-size: 17px;
  line-height: 1.78;
  margin: 22px 0 0;
}

.home-intro-copy > p + p {
  margin-top: 15px;
}

.home-intro-copy a:not(.home-text-link) {
  color: inherit;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(23, 57, 47, .35);
  text-underline-offset: 3px;
}

.home-text-link {
  color: var(--home-forest);
  display: inline-block;
  font-family: "Bebas Neue", sans-serif;
  font-size: 19px;
  letter-spacing: .07em;
  margin-top: 25px;
  text-transform: uppercase;
}

.home-text-link i {
  color: var(--home-gold);
  margin-left: 7px;
  transition: transform .25s ease;
}

.home-text-link:hover,
.home-text-link:focus {
  color: var(--home-moss);
  text-decoration: none;
}

.home-text-link:hover i,
.home-text-link:focus i {
  transform: translateX(5px);
}

.home-intro-panel {
  background: var(--home-forest);
  border-radius: 5px;
  box-shadow: 0 28px 65px rgba(23, 57, 47, .17);
  color: #fff;
  padding: 38px 40px 31px;
  position: relative;
}

.home-intro-panel::before {
  background: var(--home-gold);
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.home-panel-label {
  color: #f4d77d;
  font-family: "Bebas Neue", sans-serif;
  font-size: 24px;
  letter-spacing: .06em;
  margin: 0 0 16px;
  text-transform: uppercase;
}

.home-intro-panel ul {
  column-gap: 28px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.home-intro-panel li {
  align-items: flex-start;
  border-top: 1px solid rgba(255, 255, 255, .13);
  display: grid;
  gap: 11px;
  grid-template-columns: 29px 1fr;
  padding: 17px 0 15px;
}

.home-intro-panel li > span {
  color: var(--home-gold);
  font-family: "Bebas Neue", sans-serif;
  font-size: 17px;
  letter-spacing: .08em;
}

.home-intro-panel h3 {
  color: #fff;
  display: block;
  font-family: "Bebas Neue", sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.1;
  margin: 0;
  text-transform: uppercase;
}

.home-intro-panel small {
  color: rgba(255, 255, 255, .72);
  display: block;
  font-family: "PT Serif", Georgia, serif;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 5px;
}

.home-story {
  background: var(--home-forest-deep);
  display: grid;
  grid-template-columns: 575px minmax(0, 1fr);
  height: 560px;
  min-height: 0;
  padding: 0;
}

.home-story-media {
  background: #777039;
  height: 560px;
  isolation: isolate;
  min-height: 0;
  overflow: hidden;
  position: relative;
}

.home-story-media-new::before {
  background: url("/images/home/guides-fly-fishing-bariloche-boat-square.jpg?v=1") center / cover no-repeat;
  content: "";
  filter: sepia(.95) saturate(1.7) hue-rotate(12deg) brightness(.52) contrast(1.1) blur(12px);
  inset: -20px;
  opacity: .9;
  position: absolute;
  transform: scale(1.06);
  z-index: 0;
  display: none;
}

.home-story-media img {
  --home-parallax-y: 0px;
  height: calc(100% + 46px);
  object-fit: cover;
  object-position: center;
  transform: translate3d(0, var(--home-parallax-y), 0) scale(1.045);
  width: 100%;
  will-change: transform;
}

.home-story-media img.home-story-photo-new {
  display: block;
  filter: sepia(.95) saturate(1.7) hue-rotate(12deg) brightness(.68) contrast(1.15);
  height: 100%;
  object-fit: contain;
  object-position: center;
  position: relative;
  transform: none;
  will-change: auto;
  z-index: 1;
}

.home-story + .home-reviews-legacy {
  margin-top: -2px;
  position: relative;
  z-index: 1;
}

.home-story-copy {
  align-self: center;
  color: #fff;
  max-width: 720px;
  padding: 20px 72px;
}

.home-story-copy h2 {
  color: #fff;
  font-size: clamp(52px, 4.7vw, 70px);
}

.home-story-copy > p:not(.home-eyebrow) {
  color: rgba(255, 255, 255, .74);
  font-family: "PT Serif", Georgia, serif;
  font-size: 16px;
  line-height: 1.55;
  margin: 16px 0 0;
}

.home-story-copy .home-button {
  margin-top: 22px;
}

.home-values {
  background: #fff;
  padding: 86px 0 91px;
}

.home-section-heading-compact {
  max-width: 730px;
}

.home-values-grid {
  border-bottom: 1px solid #e2ddd3;
  border-top: 1px solid #e2ddd3;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 47px;
}

.home-value {
  min-height: 222px;
  padding: 35px 40px 31px;
  position: relative;
}

.home-value + .home-value {
  border-left: 1px solid #e2ddd3;
}

.home-value > span {
  color: var(--home-gold);
  font-family: "Bebas Neue", sans-serif;
  font-size: 17px;
  letter-spacing: .16em;
}

.home-value h3 {
  color: var(--home-forest);
  font-family: "Bebas Neue", sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1;
  margin: 22px 0 0;
  text-transform: uppercase;
}

.home-value p {
  color: var(--home-muted);
  font-family: "PT Serif", Georgia, serif;
  font-size: 15px;
  line-height: 1.6;
  margin: 12px 0 0;
}

.home-reviews {
  background: url("../images/home/home_reviews_fishing_bariloche.jpg") center center / cover no-repeat;
  min-height: 650px;
  overflow: hidden;
  padding: 96px 0;
  position: relative;
}

.home-reviews-shade {
  background:
    linear-gradient(90deg, rgba(7, 27, 22, .93) 0%, rgba(7, 27, 22, .78) 48%, rgba(7, 27, 22, .57) 100%),
    linear-gradient(0deg, rgba(7, 27, 22, .55), transparent 58%);
  inset: 0;
  position: absolute;
}

.home-reviews-grid {
  align-items: center;
  display: grid;
  gap: 82px;
  grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr);
  position: relative;
  z-index: 1;
}

.home-reviews-heading h2 {
  color: #fff;
  font-size: clamp(52px, 4.7vw, 68px);
}

body.home-modern #reseñas.home-reviews {
  height: auto;
  min-height: 650px;
  padding: 96px 0;
}

body.home-modern #reseñas .home-reviews-heading h2 {
  color: #fff !important;
  margin-bottom: 0;
  text-align: left;
}

.home-reviews-heading > p:not(.home-eyebrow) {
  color: rgba(255, 255, 255, .7);
  font-family: "PT Serif", Georgia, serif;
  font-size: 16px;
  line-height: 1.65;
  margin: 19px 0 0;
}

body.home-modern #reseñas .home-reviews-heading > p:not(.home-eyebrow) {
  color: rgba(255, 255, 255, .7) !important;
  font-size: 16px;
  line-height: 1.65;
  max-width: none;
  text-align: left;
}

.home-tripadvisor-mark {
  display: inline-block;
  margin-top: 22px;
}

.home-tripadvisor-mark img {
  height: auto;
  max-width: 178px;
  transition: transform .25s ease;
}

.home-tripadvisor-mark:hover img,
.home-tripadvisor-mark:focus img {
  transform: scale(1.035);
}

.home-review-card {
  background: rgba(255, 255, 255, .96);
  border-radius: 5px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .22);
  min-height: 420px;
  padding: 49px 54px 32px;
}

.home-review-card .carousel-inner,
.home-review-card .carousel-inner > .item {
  min-height: 295px;
}

.home-review-card blockquote {
  border: 0;
  margin: 0;
  padding: 0;
}

.home-review-card blockquote::before {
  color: var(--home-gold);
  content: "“";
  display: block;
  font-family: Georgia, serif;
  font-size: 76px;
  height: 51px;
  line-height: 1;
}

.home-review-card blockquote > p {
  color: #3f4c46;
  font-family: "PT Serif", Georgia, serif;
  font-size: 20px;
  font-style: normal;
  line-height: 1.65;
  margin: 0;
}

body.home-modern #reseñas .home-review-card blockquote > p {
  color: #3f4c46 !important;
  font-size: 20px;
  line-height: 1.65;
  max-width: none;
  text-align: left;
}

.home-review-card blockquote footer {
  background: transparent;
  color: inherit;
  margin-top: 28px;
  padding: 0;
  text-align: left;
}

body.home-modern #reseñas .home-review-card blockquote footer {
  text-align: left;
}

.home-review-card blockquote footer strong {
  color: var(--home-forest);
  display: block;
  font-family: "Bebas Neue", sans-serif;
  font-size: 23px;
  font-weight: 400;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.home-review-card blockquote footer span {
  color: var(--home-muted);
  display: block;
  font-family: "PT Serif", Georgia, serif;
  font-size: 13px;
  margin-top: 3px;
}

.home-review-controls {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}

.home-review-controls > a {
  align-items: center;
  border: 1px solid #d8d2c7;
  border-radius: 50%;
  color: var(--home-forest);
  display: flex;
  height: 43px;
  justify-content: center;
  transition: background-color .25s ease, border-color .25s ease, color .25s ease;
  width: 43px;
}

.home-review-controls > a:hover,
.home-review-controls > a:focus {
  background: var(--home-forest);
  border-color: var(--home-forest);
  color: #fff;
  text-decoration: none;
}

.home-review-controls .carousel-indicators {
  bottom: auto;
  left: auto;
  margin: 0;
  position: relative;
  width: auto;
}

.home-review-controls .carousel-indicators li {
  background: #c9c2b5;
  border: 0;
  height: 4px;
  margin: 0 4px;
  width: 24px;
}

.home-review-controls .carousel-indicators .active {
  background: var(--home-gold);
  height: 4px;
  margin: 0 4px;
  width: 38px;
}

.home-final-cta {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 590px;
  overflow: hidden;
  padding: 50px 0;
  position: relative;
  text-align: center;
}

.home-final-cta > picture,
.home-final-cta > picture img {
  display: block;
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.home-final-cta > picture img {
  object-fit: cover;
  object-position: center 45%;
  transition: transform 1.2s ease;
}

.home-final-cta:hover > picture img {
  transform: scale(1.025);
}

.home-final-shade {
  background: linear-gradient(0deg, rgba(5, 22, 18, .82), rgba(5, 22, 18, .47));
  inset: 0;
  position: absolute;
}

.home-final-copy {
  color: #fff;
  max-width: 830px;
  padding: 70px 30px;
  position: relative;
  z-index: 1;
}

.home-final-copy h2 {
  color: #fff;
  font-size: clamp(58px, 6.1vw, 84px);
}

.home-final-copy > p:not(.home-eyebrow) {
  color: rgba(255, 255, 255, .82);
  font-family: "PT Serif", Georgia, serif;
  font-size: 18px;
  line-height: 1.65;
  margin: 24px auto 0;
  max-width: 650px;
}

.home-final-copy .home-hero-actions {
  justify-content: center;
}

body.home-modern > #contact {
  padding: 55px 0 72px;
}

body.home-modern > #contact > .contact {
  padding-top: 20px;
}

.home-motion-ready .home-reveal {
  opacity: 0;
  transform: translate3d(0, 30px, 0);
  transition: opacity .72s ease, transform .82s cubic-bezier(.2, .74, .26, 1);
}

.home-motion-ready .home-intro-copy.home-reveal,
.home-motion-ready .home-reviews-heading.home-reveal {
  transform: translate3d(-34px, 0, 0);
}

.home-motion-ready .home-intro-panel.home-reveal,
.home-motion-ready .home-review-card.home-reveal {
  transform: translate3d(34px, 0, 0);
}

.home-motion-ready .home-reveal.is-visible {
  opacity: 1;
  transform: none;
}

.home-motion-ready .home-delay-1 { transition-delay: .08s; }
.home-motion-ready .home-delay-2 { transition-delay: .16s; }
.home-motion-ready .home-delay-3 { transition-delay: .24s; }

body.home-modern #reseñas.home-reviews-legacy .row {
  position: relative;
  width: 100%;
  z-index: 1;
}

.home-tripadvisor-notice {
  animation: homeTripadvisorNoticeIn .62s cubic-bezier(.2, .8, .2, 1) .8s both;
  background: rgba(255, 255, 255, .97);
  border: 1px solid rgba(23, 57, 47, .18);
  border-radius: 18px;
  box-shadow: 0 16px 40px rgba(5, 23, 18, .24);
  box-sizing: border-box;
  padding: 14px 15px 12px;
  position: fixed;
  right: 24px;
  top: 126px;
  transition: opacity .25s ease, transform .25s ease;
  width: 226px;
  z-index: 220;
}

.home-tripadvisor-notice.is-closing {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-10px) scale(.92);
}

.home-tripadvisor-notice > a {
  color: var(--home-forest-deep);
  display: block;
  text-align: center;
  text-decoration: none;
}

.home-tripadvisor-notice > a:hover,
.home-tripadvisor-notice > a:focus {
  color: var(--home-forest-deep);
  text-decoration: none;
}

.home-tripadvisor-kicker {
  color: #347868;
  display: block;
  font-family: "Bebas Neue", sans-serif;
  font-size: 12px;
  letter-spacing: .17em;
  line-height: 1;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.home-tripadvisor-notice img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 190px;
  width: 100%;
}

.home-tripadvisor-notice strong {
  color: var(--home-forest-deep);
  display: block;
  font-family: "Bebas Neue", sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: .055em;
  line-height: 1.1;
  margin-top: 7px;
  text-transform: uppercase;
}

.home-tripadvisor-close {
  align-items: center;
  appearance: none;
  background: var(--home-forest-deep);
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
  color: #fff;
  cursor: pointer;
  display: flex;
  font-family: Arial, sans-serif;
  font-size: 15px;
  height: 26px;
  justify-content: center;
  line-height: 1;
  padding: 0 0 1px;
  position: absolute;
  right: -8px;
  top: -8px;
  transition: background-color .2s ease, transform .2s ease;
  width: 26px;
  z-index: 2;
}

.home-tripadvisor-close:hover,
.home-tripadvisor-close:focus-visible {
  background: #347868;
  outline: none;
  transform: scale(1.08);
}

@keyframes homeTripadvisorNoticeIn {
  from { opacity: 0; transform: translateY(-12px) scale(.94); }
  to { opacity: 1; transform: none; }
}

@media (max-width: 1100px) {
  .home-hero-slide-copy {
    left: 48px;
  }

  .home-experience-grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
  }

  .home-intro-grid {
    gap: 58px;
  }

  .home-story-copy {
    padding: 48px;
  }

  .home-story,
  .home-story-media {
    height: 620px;
  }

  .home-story-media-new::before {
    display: block;
  }
}

@media (max-width: 991px) {
  .home-hero {
    height: 820px;
    min-height: 720px;
  }

  .home-hero-slide-copy {
    left: 46px;
    max-width: 560px;
  }

  body.home-modern #home .home-hero-slide-copy h1,
  body.home-modern #home .home-hero-slide-copy h2 {
    font-size: clamp(58px, 5.3vw, 84px);
  }

  .home-trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-trust-item:nth-child(3)::before {
    display: none;
  }

  .home-trust-item:nth-child(n + 3) {
    border-top: 1px solid #e4dfd4;
  }

  .home-experience-grid {
    grid-auto-rows: 345px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-experience-featured {
    grid-column: 1 / -1;
    grid-row: auto;
    min-height: 470px;
  }

  .home-intro-grid {
    align-items: stretch;
    gap: 42px;
    grid-template-columns: 1fr;
  }

  .home-intro-panel {
    display: grid;
    gap: 22px;
    grid-template-columns: 190px 1fr;
  }

  .home-panel-label {
    align-self: center;
    margin: 0;
  }

  .home-story {
    grid-template-columns: 1fr;
    height: auto;
  }

  .home-story-media {
    height: 500px;
    min-height: 500px;
  }

  .home-story-copy {
    max-width: 760px;
    padding: 74px 50px 82px;
  }

  .home-values-grid {
    grid-template-columns: 1fr;
  }

  .home-value {
    min-height: auto;
    padding: 29px 34px 27px;
  }

  .home-value + .home-value {
    border-left: 0;
    border-top: 1px solid #e2ddd3;
  }

  .home-reviews-grid {
    gap: 42px;
    grid-template-columns: 1fr;
  }

  .home-reviews-heading {
    max-width: 620px;
  }

  .home-tripadvisor-mark img {
    max-width: 155px;
  }

  .home-tripadvisor-notice {
    padding: 11px 12px 10px;
    right: 16px;
    top: 100px;
    width: 176px;
  }

  .home-tripadvisor-notice img {
    max-width: 148px;
  }

  .home-tripadvisor-notice strong {
    font-size: 12.5px;
  }
}

@media (max-width: 767px) {
  body.home-modern .custom-navbar,
  body.home-modern .custom-navbar.top-nav-collapse {
    background-color: #fff !important;
  }

  body.home-modern .navbar-background {
    background: #fff;
    opacity: 1;
    z-index: 0;
  }

  body.home-modern .custom-navbar > .container {
    position: relative;
    z-index: 1;
  }

  .home-container {
    padding: 0 20px;
  }

  .home-hero {
    background: var(--home-paper);
    height: auto;
    min-height: 0;
    overflow: visible;
  }

  .home-hero .carousel {
    height: auto;
    inset: auto;
    position: relative;
  }

  .home-hero .carousel-inner {
    height: auto;
    min-height: 0;
  }

  .home-hero .carousel-inner > .item {
    background: var(--home-paper);
    height: auto;
    min-height: 0;
    overflow: visible;
  }

  .home-hero picture {
    aspect-ratio: 480 / 231;
    background: #fff;
    display: block;
    height: auto;
    min-height: 0;
  }

  .home-hero .home-hero-camps picture {
    aspect-ratio: 4000 / 1487;
  }

  .home-hero picture img {
    animation: none !important;
    height: 100%;
    object-fit: contain;
    object-position: center center !important;
    transform: none !important;
    width: 100%;
  }

  .home-hero-shade {
    display: none;
  }

  .home-hero-slide-copy {
    background: var(--home-paper);
    bottom: auto;
    color: var(--home-forest);
    display: block;
    left: auto;
    max-width: none;
    min-height: 0;
    padding: 30px 24px 30px;
    position: static;
    right: auto;
    top: auto;
  }

  .home-hero-slide-copy .home-eyebrow {
    color: #8b6d12;
    font-size: 15px;
    margin-bottom: 12px;
  }

  body.home-modern #home .home-hero-slide-copy h1,
  body.home-modern #home .home-hero-slide-copy h2 {
    color: var(--home-forest);
    font-size: clamp(39px, 11vw, 48px);
    line-height: .98;
    max-width: 520px;
    padding-bottom: 0;
    text-shadow: none;
    width: 100%;
  }

  body.home-modern #home .home-hero-slide-copy h1 span,
  body.home-modern #home .home-hero-slide-copy h2 span {
    color: #8b6d12;
  }

  .home-hero-lead {
    color: var(--home-muted);
    font-size: 16px;
    line-height: 1.52;
    margin: 12px 0 24px;
  }

  .home-hero-slide-copy .home-hero-actions {
    gap: 10px;
    margin-top: 0;
  }

  .home-hero-slide-copy .home-button {
    font-size: 14px;
    min-height: 46px;
    padding: 11px 14px 9px;
  }

  .home-hero-slide-copy .home-button-ghost {
    border-color: var(--home-forest);
    color: var(--home-forest);
  }

  .home-hero-slide-copy .home-button-ghost:hover,
  .home-hero-slide-copy .home-button-ghost:focus {
    background: var(--home-forest);
    color: #fff;
  }

  .home-hero-scroll {
    display: none;
  }

  .home-hero .carousel-indicators {
    display: none;
  }

  .home-trust {
    padding: 18px 0;
  }

  .home-trust-item {
    min-height: 110px;
    padding: 23px 18px 20px;
  }

  .home-trust-item strong {
    font-size: 22px;
  }

  .home-trust-item span {
    font-size: 12.5px;
  }

  .home-trust-item + .home-trust-item::before {
    height: 46px;
    top: 30px;
  }

  .home-experiences {
    padding: 48px 0 52px;
  }

  .home-section-heading h2 {
    font-size: clamp(49px, 13vw, 62px);
  }

  .home-section-heading .home-eyebrow {
    margin-bottom: 11px;
  }

  .home-section-heading > p:last-child {
    font-size: 16px;
    line-height: 1.58;
    margin-top: 14px;
  }

  .home-experience-grid {
    display: grid;
    gap: 14px;
    grid-auto-rows: auto;
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .home-experience-card,
  .home-experience-featured {
    grid-column: auto;
    min-height: 385px;
  }

  .home-experience-featured {
    min-height: 450px;
  }

  .home-card-content,
  .home-experience-featured .home-card-content {
    padding: 29px 25px 26px;
  }

  .home-card-content h3,
  .home-experience-featured .home-card-content h3 {
    font-size: 41px;
  }

  .home-intro {
    padding: 45px 0 50px;
  }

  .home-intro-copy h2 {
    font-size: 51px;
  }

  .home-intro-copy > p:not(.home-eyebrow) {
    font-size: 16px;
    line-height: 1.72;
  }

  .home-intro-panel {
    display: block;
    padding: 31px 27px 23px;
  }

  .home-intro-panel ul {
    grid-template-columns: 1fr;
  }

  .home-panel-label {
    margin: 0 0 14px;
  }

  .home-story-media {
    height: 350px;
    min-height: 350px;
  }

  .home-story-media img {
    height: 100%;
    transform: none;
  }

  .home-story-media img.home-story-photo-new {
    object-position: center;
  }

  .home-story-copy {
    padding: 50px 24px 54px;
  }

  .home-story-copy h2 {
    font-size: 50px;
  }

  .home-story-copy > p:not(.home-eyebrow) {
    font-size: 16px;
  }

  .home-values {
    padding: 68px 0 72px;
  }

  .home-values-grid {
    margin-top: 36px;
  }

  .home-value {
    padding: 27px 24px 25px;
  }

  .home-reviews {
    min-height: 0;
    padding: 58px 0;
  }

  .home-reviews-heading h2 {
    font-size: 51px;
  }

  .home-review-card {
    min-height: 0;
    padding: 37px 27px 25px;
  }

  .home-review-card .carousel-inner,
  .home-review-card .carousel-inner > .item {
    min-height: 345px;
  }

  .home-review-card blockquote > p {
    font-size: 17px;
    line-height: 1.62;
  }

  body.home-modern #reseñas.home-reviews {
    min-height: 0;
    padding: 58px 0;
  }

  body.home-modern #reseñas.home-reviews-legacy {
    padding: 58px 0 !important;
  }

  body.home-modern #reseñas .home-review-card blockquote > p {
    font-size: 17px;
    line-height: 1.62;
  }

  .home-tripadvisor-notice {
    border-radius: 13px;
    padding: 8px 9px 7px;
    right: 12px;
    top: 78px;
    width: 132px;
  }

  .home-tripadvisor-kicker {
    font-size: 7.5px;
    margin-bottom: 3px;
  }

  .home-tripadvisor-notice img {
    max-width: 110px;
  }

  .home-tripadvisor-notice strong {
    font-size: 9.5px;
    margin-top: 4px;
  }

  .home-tripadvisor-close {
    font-size: 12px;
    height: 22px;
    right: -7px;
    top: -7px;
    width: 22px;
  }

  .home-final-cta {
    background: var(--home-paper);
    display: block;
    min-height: 0;
    overflow: visible;
    padding: 0;
  }

  .home-final-cta > picture {
    aspect-ratio: 480 / 231;
    display: block;
    height: auto;
    inset: auto;
    position: relative;
  }

  .home-final-cta > picture img {
    object-fit: contain;
    object-position: center center;
    transform: none !important;
  }

  .home-final-shade {
    display: none;
  }

  .home-final-copy {
    background: var(--home-paper);
    color: var(--home-forest);
    max-width: none;
    padding: 30px 24px 28px;
    width: 100%;
  }

  .home-final-copy .home-eyebrow {
    color: #8b6d12;
  }

  .home-final-copy h2 {
    color: var(--home-forest);
    font-size: 56px;
  }

  .home-final-copy > p:not(.home-eyebrow) {
    color: var(--home-muted);
    font-size: 16px;
  }

  .home-final-copy .home-hero-actions {
    align-items: stretch;
    flex-direction: column;
    margin-top: 26px;
  }

  .home-final-copy .home-button-ghost {
    border-color: var(--home-forest);
    color: var(--home-forest);
  }

  .home-final-copy .home-button-ghost:hover,
  .home-final-copy .home-button-ghost:focus {
    background: var(--home-forest);
    color: #fff;
  }

  body.home-modern > #contact {
    padding: 24px 0 40px;
  }

  body.home-modern > #contact > .contact {
    padding-top: 18px;
  }
}

@media (max-width: 430px) {
  .home-hero {
    height: auto;
    min-height: 0;
  }

  body.home-modern #home .home-hero-slide-copy h1,
  body.home-modern #home .home-hero-slide-copy h2 {
    font-size: clamp(39px, 11vw, 48px);
  }

  .home-hero-slide-copy .home-button {
    flex: 1 1 100%;
  }

  .home-trust-item {
    padding-left: 13px;
    padding-right: 13px;
  }

  .home-trust-item strong {
    font-size: 20px;
  }

  .home-experience-card,
  .home-experience-featured {
    min-height: 400px;
  }

  .home-card-content h3,
  .home-experience-featured .home-card-content h3 {
    font-size: 37px;
  }

  .home-review-card .carousel-inner,
  .home-review-card .carousel-inner > .item {
    min-height: 390px;
  }
}

@media (max-width: 360px) {
  .home-hero-slide-copy {
    min-height: 550px;
  }
}

/* Legacy review carousel: retain its content and mechanics while matching
   the editorial typography and forest/gold language of the modern Home. */
body.home-modern #reseñas.home-reviews-legacy {
  background-position: center center;
  min-height: 620px;
  overflow: hidden;
  padding: 66px 0 62px !important;
}

body.home-modern #reseñas.home-reviews-legacy .overlay {
  background:
    linear-gradient(90deg, rgba(5, 21, 17, .74) 0%, rgba(5, 21, 17, .48) 42%, rgba(5, 21, 17, .68) 100%),
    rgba(0, 0, 0, .18);
}

body.home-modern #reseñas.home-reviews-legacy .container {
  display: block;
  margin-top: 0;
  position: relative;
}

body.home-modern #reseñas.home-reviews-legacy .row {
  align-items: flex-start;
  display: flex;
  margin-left: 0;
  margin-right: 0;
}

body.home-modern #reseñas.home-reviews-legacy .trip-adv_bravo {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 !important;
  padding: 12px 22px 0 0;
  position: static !important;
  text-align: left !important;
}

body.home-modern #reseñas.home-reviews-legacy .trip-adv_bravo .TA_excellent {
  display: inline-block;
  max-width: 220px;
}

body.home-modern #reseñas.home-reviews-legacy .trip-adv_bravo .TA_excellent ul,
body.home-modern #reseñas.home-reviews-legacy .trip-adv_bravo .TA_excellent li {
  list-style: none;
  margin: 0;
  padding: 0;
}

body.home-modern #reseñas.home-reviews-legacy .home-reviews-proof {
  align-items: center;
  background: rgba(251, 250, 246, .98);
  border: 2px solid var(--home-gold);
  border-radius: 50%;
  box-shadow: 0 14px 34px rgba(0, 0, 0, .22);
  color: var(--home-forest);
  display: flex;
  flex-direction: column;
  height: 168px;
  justify-content: center;
  margin: 0;
  padding: 28px 24px 25px;
  position: absolute;
  right: -84px;
  text-align: center;
  text-decoration: none;
  top: 22px;
  transition: background-color .25s ease, border-color .25s ease, transform .25s ease;
  transform: rotate(-6deg);
  width: 168px;
  z-index: 5;
}

body.home-modern #reseñas.home-reviews-legacy .home-reviews-proof:hover,
body.home-modern #reseñas.home-reviews-legacy .home-reviews-proof:focus {
  background: #fff;
  border-color: var(--home-gold);
  color: var(--home-forest);
  outline: none;
  text-decoration: none;
  transform: rotate(-3deg) translateY(-3px);
}

body.home-modern #reseñas.home-reviews-legacy .home-reviews-proof::before,
body.home-modern #reseñas.home-reviews-legacy .home-reviews-proof::after {
  border: 1px solid rgba(23, 57, 47, .23);
  border-radius: 50%;
  content: "";
  inset: 7px;
  pointer-events: none;
  position: absolute;
}

body.home-modern #reseñas.home-reviews-legacy .home-reviews-proof::after {
  border-color: transparent;
  border-left-color: var(--home-gold);
  border-right-color: var(--home-gold);
  inset: 14px;
}

body.home-modern #reseñas.home-reviews-legacy .home-reviews-proof-top {
  color: #8b6d12;
  display: block;
  font-family: "Bebas Neue", sans-serif;
  font-size: 12px;
  letter-spacing: .13em;
  line-height: 1;
  text-transform: uppercase;
}

body.home-modern #reseñas.home-reviews-legacy .home-reviews-proof strong {
  color: var(--home-forest);
  display: block;
  font-family: "Bebas Neue", sans-serif;
  font-size: 21px;
  font-weight: 400;
  letter-spacing: .07em;
  line-height: 1;
  margin: 9px 0 8px;
  text-transform: uppercase;
}

body.home-modern #reseñas.home-reviews-legacy .home-reviews-proof small {
  color: var(--home-forest);
  display: block;
  font-family: "PT Serif", Georgia, serif;
  font-size: 10px;
  line-height: 1.2;
}

body.home-modern #reseñas.home-reviews-legacy .home-reviews-proof small span {
  color: var(--home-gold);
  font-family: Arial, sans-serif;
}

body.home-modern #reseñas.home-reviews-legacy .col-md-9 {
  background: rgba(9, 35, 29, .82);
  border-top: 3px solid var(--home-gold);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .24);
  min-height: 490px;
  overflow: visible;
  padding: 30px 54px 41px;
  position: relative;
}

body.home-modern #reseñas.home-reviews-legacy h2 {
  color: var(--home-gold) !important;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(52px, 4.7vw, 66px);
  font-weight: 400 !important;
  letter-spacing: .025em;
  line-height: .98;
  margin: 0 0 22px;
  text-align: center;
}

body.home-modern #reseñas.home-reviews-legacy #reviews-carousel {
  padding: 0 28px 24px;
}

body.home-modern #reseñas.home-reviews-legacy #reviews-carousel .carousel-inner {
  min-height: 390px;
}

body.home-modern #reseñas.home-reviews-legacy .review-link {
  color: #fff;
  transition: opacity .25s ease;
}

body.home-modern #reseñas.home-reviews-legacy p.text-italic {
  color: rgba(255, 255, 255, .9) !important;
  font-family: "PT Serif", Georgia, serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.58;
  margin: 0 auto !important;
  max-width: 800px !important;
  text-align: center;
}

body.home-modern #reseñas.home-reviews-legacy .review-title {
  color: #fff;
  display: block;
  font-family: "Bebas Neue", sans-serif;
  font-size: 29px;
  font-style: normal;
  font-weight: 400 !important;
  letter-spacing: .035em;
  line-height: 1.08;
  margin: 0 0 17px;
  text-decoration: none;
  text-transform: uppercase;
}

body.home-modern #reseñas.home-reviews-legacy p.text-italic small {
  color: #f4d77d;
  display: block;
  font-family: "Bebas Neue", sans-serif;
  font-size: 14px;
  font-style: normal;
  letter-spacing: .1em;
  line-height: 1.2;
  margin-top: 17px;
  text-transform: uppercase;
}

body.home-modern #reseñas.home-reviews-legacy .tst-author {
  margin: 23px auto 0 !important;
  max-width: 800px;
}

body.home-modern #reseñas.home-reviews-legacy .tst-author h4 {
  color: var(--home-gold);
  font-family: "Bebas Neue", sans-serif;
  font-size: 21px;
  font-weight: 400 !important;
  letter-spacing: .15em;
  line-height: 1;
  margin: 0 0 7px;
  text-transform: uppercase;
}

body.home-modern #reseñas.home-reviews-legacy .tst-author span {
  color: rgba(255, 255, 255, .7);
  font-family: "PT Serif", Georgia, serif;
  font-size: 13px;
  font-style: normal;
  line-height: 1.25;
}

body.home-modern #reseñas.home-reviews-legacy #reviews-carousel .carousel-control {
  background: rgba(9, 35, 29, .58);
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 50%;
  height: 42px;
  opacity: .88;
  top: 50%;
  width: 42px;
}

body.home-modern #reseñas.home-reviews-legacy #reviews-carousel .carousel-control.left {
  left: -12px;
}

body.home-modern #reseñas.home-reviews-legacy #reviews-carousel .carousel-control.right {
  right: -12px;
}

body.home-modern #reseñas.home-reviews-legacy #reviews-carousel .carousel-control i {
  font-size: 17px;
  text-shadow: none;
}

body.home-modern #reseñas.home-reviews-legacy #reviews-carousel .carousel-indicators {
  bottom: -21px;
}

body.home-modern #reseñas.home-reviews-legacy #reviews-carousel .carousel-indicators li {
  background: rgba(255, 255, 255, .46);
  border: 0;
  border-radius: 0;
  height: 3px;
  margin: 0 4px;
  width: 22px;
}

body.home-modern #reseñas.home-reviews-legacy #reviews-carousel .carousel-indicators .active {
  background: var(--home-gold);
  height: 3px;
  margin: 0 4px;
  width: 36px;
}

@media (max-width: 991px) {
  body.home-modern #reseñas.home-reviews-legacy {
    min-height: 0;
    padding: 58px 0 !important;
  }

  body.home-modern #reseñas.home-reviews-legacy .row {
    display: block;
  }

  body.home-modern #reseñas.home-reviews-legacy .trip-adv_bravo {
    align-items: center;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    max-width: none;
    padding: 0 0 25px;
    text-align: center !important;
    width: 100%;
  }

  body.home-modern #reseñas.home-reviews-legacy .col-md-9 {
    min-height: 0;
    padding: 29px 38px 42px;
  }

  body.home-modern #reseñas.home-reviews-legacy .home-reviews-proof {
    display: none;
    height: 150px;
    margin: -5px auto 24px;
    padding: 25px 21px 22px;
    position: relative;
    right: auto;
    top: auto;
    width: 150px;
  }

  body.home-modern #reseñas.home-reviews-legacy h2 {
    font-size: 52px;
  }
}

@media (max-width: 767px) {
  body.home-modern #reseñas.home-reviews-legacy {
    padding: 46px 0 !important;
  }

  body.home-modern #reseñas.home-reviews-legacy .trip-adv_bravo {
    margin: 0 !important;
    padding-bottom: 22px;
  }

  body.home-modern #reseñas.home-reviews-legacy .col-md-9 {
    background: rgba(9, 35, 29, .88);
    border-top-width: 2px;
    box-shadow: 0 18px 44px rgba(0, 0, 0, .2);
    padding: 25px 20px 39px;
  }

  body.home-modern #reseñas.home-reviews-legacy .home-reviews-proof {
    height: 142px;
    margin-bottom: 22px;
    padding: 23px 19px 20px;
    width: 142px;
  }

  body.home-modern #reseñas.home-reviews-legacy .home-reviews-proof strong {
    font-size: 19px;
  }

  body.home-modern #reseñas.home-reviews-legacy h2 {
    font-size: 46px;
    margin-bottom: 19px;
  }

  body.home-modern #reseñas.home-reviews-legacy #reviews-carousel {
    padding: 0 17px 26px;
  }

  body.home-modern #reseñas.home-reviews-legacy #reviews-carousel .carousel-inner {
    min-height: 0;
  }

  body.home-modern #reseñas.home-reviews-legacy p.text-italic {
    font-size: 16px;
    line-height: 1.57;
    max-width: 100% !important;
  }

  body.home-modern #reseñas.home-reviews-legacy .review-title {
    font-size: 25px;
    margin-bottom: 14px;
  }

  body.home-modern #reseñas.home-reviews-legacy #reviews-carousel .carousel-control {
    height: 34px;
    width: 34px;
  }

  body.home-modern #reseñas.home-reviews-legacy #reviews-carousel .carousel-control.left {
    left: -18px;
  }

  body.home-modern #reseñas.home-reviews-legacy #reviews-carousel .carousel-control.right {
    right: -18px;
  }

  body.home-modern #reseñas.home-reviews-legacy #reviews-carousel .carousel-indicators li {
    width: 15px;
  }

  body.home-modern #reseñas.home-reviews-legacy #reviews-carousel .carousel-indicators .active {
    width: 27px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-modern *,
  .home-modern *::before,
  .home-modern *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .001ms !important;
  }

  .home-motion-ready .home-reveal,
  .home-motion-ready .home-reveal.is-visible {
    opacity: 1;
    transform: none;
  }

  .home-story-media img {
    transform: none;
  }
}
