/* All Inclusive: the typography, colors and rhythm of Daily Trips / Expeditions. */
.allinclusive-modern {
  --all-forest: #17392f;
  --all-deep: #0c241e;
  --all-gold: #eab933;
  --all-paper: #fbfaf6;
  --all-sand: #f4efe5;
  --all-muted: #59685f;
  --all-ink: #1b2722;
  background: var(--all-paper);
  color: var(--all-ink);
}
.allinclusive-modern #home { position: relative; overflow: hidden; }
.allinclusive-modern #home .contenedor,
.allinclusive-modern #home .ubicacion-carousel { margin: 0; padding: 0; width: 100%; }
.allinclusive-modern #carousel-1,
.allinclusive-modern #carousel-1 .carousel-inner,
.allinclusive-modern #carousel-1 .item,
.allinclusive-modern #carousel-1 picture { height: clamp(720px, 96vh, 840px); min-height: 720px; }
.allinclusive-modern #carousel-1 picture { display: block; }
.allinclusive-modern #carousel-1 .item::after {
  background: linear-gradient(90deg, rgba(4,16,13,.76), rgba(4,16,13,.46) 43%, rgba(4,16,13,.08) 78%), linear-gradient(0deg, rgba(4,16,13,.38), transparent 52%);
  content: ""; inset: 0; pointer-events: none; position: absolute;
}
.allinclusive-modern #carousel-1 .item img { height: 100%; width: 100%; object-fit: cover; }
.allinclusive-modern #carousel-1 .item.active img { animation: allHeroDrift 12s ease-out both; }
@keyframes allHeroDrift { from { transform: scale(1.02); } to { transform: scale(1.085); } }
@keyframes allHeroIn { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: none; } }
.all-hero-overlay { display: flex; align-items: flex-start; inset: 0; position: absolute; pointer-events: none; z-index: 4; }
.all-hero-copy { color: #fff; max-width: 690px; padding: 165px 0 100px; pointer-events: auto; }
.all-hero-copy > * { animation: allHeroIn .82s cubic-bezier(.18,.76,.28,1) both; }
.all-hero-copy > :nth-child(2) { animation-delay: .12s; }
.all-hero-copy > :nth-child(3) { animation-delay: .24s; }
.all-hero-copy > :nth-child(4) { animation-delay: .36s; }
.all-eyebrow { color: #826514; font: 400 17px/1.3 "Bebas Neue", sans-serif; letter-spacing: .15em; margin: 0 0 14px; text-transform: uppercase; }
.all-hero-copy .all-eyebrow { color: var(--all-gold); }
#home .all-hero-copy h1 { color: #fff; font: 400 clamp(54px,5.2vw,78px)/.97 "Bebas Neue", sans-serif; letter-spacing: .012em; margin: 0; padding: 0; max-width: 670px; text-shadow: 0 3px 24px rgba(0,0,0,.32); }
.all-hero-lead { color: rgba(255,255,255,.92); font: 400 20px/1.55 "PT Serif", Georgia, serif; margin: 24px 0 30px; max-width: 600px; }
.all-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.all-button { align-items: center; display: inline-flex; justify-content: center; border: 1px solid transparent; border-radius: 999px; min-height: 50px; padding: 13px 28px 11px; font: 400 17px/1.4 "Bebas Neue", sans-serif; letter-spacing: .08em; text-transform: uppercase; transition: background .25s, color .25s, transform .25s; }
.all-button:hover, .all-button:focus { text-decoration: none; transform: translateY(-2px); }
.all-button-primary { background: var(--all-gold); color: var(--all-deep); }
.all-button-primary:hover, .all-button-primary:focus { background: #f1c654; color: var(--all-deep); }
.all-button-ghost { border-color: rgba(255,255,255,.62); color: #fff; }
.all-button-ghost:hover, .all-button-ghost:focus { background: #fff; color: var(--all-deep); }
.allinclusive-modern main { display: block; }
.all-content h2, .all-content h3, .all-trust strong { font-family: "Bebas Neue", sans-serif; font-weight: 400; }
.all-content h2 { color: var(--all-forest); font-size: clamp(42px,4.5vw,62px); line-height: 1.02; margin: 0 0 20px; }
.all-content h3 { color: var(--all-forest); font-size: 34px; line-height: 1.08; margin: 0 0 18px; }
.all-content p, .all-content li, .all-content dd { font-family: "PT Serif", Georgia, serif; font-size: 16px; line-height: 1.7; }
.all-content p { color: var(--all-muted); margin: 0 0 18px; }
.all-content p.all-eyebrow { color: #826514; font: 400 17px/1.3 "Bebas Neue", sans-serif; }
.all-content a:not(.all-button) { color: var(--all-forest); text-decoration: underline; text-underline-offset: 3px; }
.all-content a:hover { text-decoration-thickness: 2px; }
.all-content [id], #all-trust { scroll-margin-top: 95px; }
.all-trust { background: #fff; border-bottom: 1px solid #e4e0d6; padding: 0; }
.all-trust-grid { display: grid; grid-template-columns: 230px repeat(3,minmax(0,1fr)); align-items: center; padding-top: 16px; padding-bottom: 16px; }
.all-trust-grid::before, .all-trust-grid::after, .all-intro-grid::before, .all-intro-grid::after, .all-faq-grid::before, .all-faq-grid::after { display: none; }
.all-trust-award { display: flex; align-items: center; }
.all-trust-award img { display: block; width: 205px; height: auto; max-width: 100%; }
.all-trust-item { padding: 14px 26px; border-left: 1px solid #e4e0d6; }
.all-trust-item strong { display: block; color: var(--all-forest); font-size: 28px; line-height: 1.1; margin-bottom: 6px; }
.all-trust-item span { display: block; color: var(--all-muted); font: 400 14px/1.5 "PT Serif", Georgia, serif; }
.all-intro { padding: 64px 0 50px; }
.all-intro-grid { display: grid; align-items: center; gap: 64px; grid-template-columns: minmax(0,1.25fr) minmax(0,.75fr); }
.all-intro-copy .all-intro-lead { font-size: 20px; line-height: 1.55; color: var(--all-ink); }
.all-intro-panel { background: var(--all-forest); color: #fff; padding: 30px 30px 20px; }
.all-intro-panel h3 { color: #fff; font-size: 30px; margin-bottom: 20px; }
.all-intro-panel ul { list-style: none; margin: 0; padding: 0; }
.all-intro-panel li { border-top: 1px solid rgba(255,255,255,.18); display: flex; gap: 14px; padding: 15px 0; }
.all-intro-panel li > i { flex: 0 0 22px; font-size: 21px; color: var(--all-gold); padding-top: 4px; }
.all-intro-panel strong { font: 400 22px/1.2 "Bebas Neue",sans-serif; display: block; }
.all-intro-panel small { color: #d6e2db; font-size: 14px; line-height: 1.5; display: block; margin-top: 4px; }
.all-story { padding: 0 0 56px; }
.all-story-row { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(0,.95fr); align-items: center; margin-bottom: 30px; background: #f1eee5; overflow: hidden; }
.all-story-row:last-child { margin-bottom: 0; }
.all-story-row-reverse { grid-template-columns: minmax(0,.95fr) minmax(0,1.05fr); background: var(--all-forest); }
.all-story-row-reverse .all-story-media { grid-column: 2; grid-row: 1; }
.all-story-row-reverse .all-story-copy { grid-column: 1; grid-row: 1; }
.all-story-media { display: block; margin: 0; overflow: hidden; }
.all-story-media picture, .all-story-media img { display: block; width: 100%; }
.all-story-media img { height: auto; }
.all-story-copy { padding: 32px clamp(26px,4vw,54px); }
.all-story-copy p:last-child { margin-bottom: 0; }
.all-story-number { display: block; font: 400 16px/1 "Bebas Neue", sans-serif; letter-spacing: .14em; color: #826514; margin-bottom: 16px; }
.all-story-row-reverse h3 { color: #fff; }
.all-story-row-reverse p { color: #d6e2db; }
.all-story-row-reverse .all-story-number { color: var(--all-gold); }
.all-story-row-reverse a:not(.all-button) { color: #fff; }
.all-facts { background: #f0ede4; border-block: 1px solid #e3ddcf; padding: 58px 0; }
.all-section-heading { max-width: 760px; margin-bottom: 28px; }
.all-section-heading p:last-child { margin-bottom: 0; }
.all-facts-board { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); background: var(--all-paper); border: 1px solid #dcd6c9; }
.all-facts-panel { padding: 30px; }
.all-facts-panel + .all-facts-panel { border-left: 1px solid #dcd6c9; }
.all-facts-panel h3 { font-size: 30px; margin-bottom: 20px; }
.all-check-list, .all-exclusion-list { list-style: none; margin: 0; padding: 0; }
.all-check-list li { padding: 0 0 12px 25px; position: relative; color: #34483c; }
.all-check-list li::before { content: "✓"; position: absolute; left: 0; color: #4f7d70; }
.all-exclusion-list div + div { margin-top: 10px; }
.all-exclusion-list dt { color: var(--all-forest); font: 400 21px/1.2 "Bebas Neue",sans-serif; margin-bottom: 3px; }
.all-exclusion-list dd { color: var(--all-muted); margin: 0; }
.all-rates-layout { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(0,.85fr); margin-top: 24px; gap: 24px; }
.all-rate-panel { background: var(--all-forest); color: #fff; padding: 30px; }
.all-rate-panel h3 { color: #fff; margin-bottom: 12px; }
.all-rate-panel p { color: #dce6df; }
.all-rate-panel p.all-eyebrow { color: var(--all-gold); }
.all-rates-table { width: 100%; border-collapse: collapse; table-layout: fixed; }
.all-rates-table caption { color: #dce6df; font: 400 14px/1.5 "PT Serif",Georgia,serif; padding: 0 0 20px; }
.all-rates-table th { color: #fff; font: 400 21px/1.2 "Bebas Neue",sans-serif; text-align: right; padding: 12px 4px; border-bottom: 1px solid #739083; }
.all-rates-table thead th:first-child { width: 42%; }
.all-rates-table th:first-child { text-align: left; }
.all-rates-table tbody th { border-color: #456456; font-size: 22px; }
.all-rates-table td { border-bottom: 1px solid #456456; text-align: right; font: 400 24px/1.3 "Bebas Neue",sans-serif; padding: 14px 4px; white-space: nowrap; }
.all-rate-panel .all-rates-note { margin: 18px 0 22px; font-size: 14px; }
.all-payment-panel { background: var(--all-paper); border: 1px solid #dcd6c9; padding: 30px; }
.all-payment-panel h3 { font-size: 30px; }
.all-payment-list { list-style: none; padding: 0; margin: 0; }
.all-payment-list li { display: flex; align-items: flex-start; gap: 14px; padding: 14px 0; }
.all-payment-list li + li { border-top: 1px solid #e1ded5; }
.all-payment-method-icon { align-items: center; background: #edf5f1; border: 1px solid #c8d9d2; border-radius: 12px; color: var(--all-forest); display: flex; flex: 0 0 42px; height: 42px; justify-content: center; font-size: 21px; }
.all-payment-method-copy { min-width: 0; }
.all-payment-method-copy > strong { display: block; font: 400 21px/1.2 "Bebas Neue",sans-serif; color: var(--all-forest); }
.all-payment-method-copy > small { display: block; margin-top: 3px; color: var(--all-muted); font-size: 14px; line-height: 1.5; }
.all-payment-marks { display: flex; flex-wrap: wrap; align-items: center; gap: 5px; margin-top: 8px; }
.all-payment-mark, .all-currency-mark, .all-stablecoin-mark { display: inline-flex; align-items: center; justify-content: center; min-height: 24px; padding: 3px 7px; background: #fff; border: 1px solid #d9e1e4; border-radius: 5px; font: 700 12px/1.2 Arial,sans-serif; color: #344f48; }
.all-payment-mark-paypal { color: #003087; }
.all-payment-mark-paypal em { color: #0070ba; font-style: normal; }
.all-payment-mark-wetravel { color: #008575; }
.all-payment-mark-visa { color: #1a1f71; font-style: italic; }
.all-payment-mark-mastercard { width: 39px; position: relative; }
.all-payment-mark-mastercard i { width: 15px; height: 15px; border-radius: 50%; display: block; background: #eb001b; }
.all-payment-mark-mastercard i + i { background: #f79e1b; margin-left: -6px; opacity: .86; }
.all-payment-mark-amex { background: #2365a3; color: #fff; }
.all-currency-mark { background: #edf5f1; border-color: #c8d9d2; border-radius: 999px; }
.all-stablecoin-mark { gap: 5px; border-radius: 999px; }
.all-stablecoin-mark i { display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: #2775ca; color: #fff; width: 18px; height: 18px; font-style: normal; }
.all-stablecoin-usdt i { background: #009393; }
.all-faq { padding: 58px 0 64px; background: var(--all-paper); }
.all-faq-grid { display: grid; grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); align-items: start; gap: 65px; }
.all-faq .all-section-heading { margin: 0; }
.all-accordion details { border-bottom: 1px solid #dcd6cb; }
.all-accordion summary { color: var(--all-forest); font: 400 25px/1.2 "Bebas Neue",sans-serif; cursor: pointer; list-style: none; padding: 21px 34px 21px 0; position: relative; }
.all-accordion summary::-webkit-details-marker { display: none; }
.all-accordion summary::after { content: "+"; position: absolute; right: 3px; top: 19px; color: #4f7d70; }
.all-accordion details[open] > summary::after { content: "−"; }
.all-accordion details p { padding: 0 26px 20px 0; margin: 0; }
.all-content a:focus-visible, .all-content summary:focus-visible, .all-button:focus-visible { outline: 2px solid #a68014; outline-offset: 5px; }
/* Content is visible without JavaScript; only observed elements are animated. */
.all-reveal { transition: opacity .75s ease, transform .85s cubic-bezier(.18,.76,.28,1); }
.all-reveal.all-pending { opacity: 0; transform: translateY(30px); }
.all-reveal.all-reveal-left.all-pending { transform: translateX(-35px); }
.all-reveal.all-reveal-right.all-pending { transform: translateX(35px); }
.all-reveal.is-visible { opacity: 1; transform: none; }
@media (max-width: 1199px) {
  .all-trust-grid { grid-template-columns: 210px repeat(3,minmax(0,1fr)); }
  .all-trust-item { padding-inline: 18px; }
  .all-intro-grid { gap: 40px; }
  .all-story-copy { padding: 26px; }
  .all-rates-layout { grid-template-columns: minmax(0,1.2fr) minmax(0,1fr); }
  .all-rate-panel, .all-payment-panel { padding: 26px; }
}
@media (min-width: 768px) and (max-width: 991px) {
  .allinclusive-modern #carousel-1, .allinclusive-modern #carousel-1 .carousel-inner, .allinclusive-modern #carousel-1 .item, .allinclusive-modern #carousel-1 picture { height: 760px; min-height: 0; }
  .all-hero-copy { padding-inline: 24px; max-width: 640px; }
  .all-trust-grid { grid-template-columns: 180px repeat(3,minmax(0,1fr)); }
  .all-trust-award img { width: 165px; }
  .all-trust-item { padding-inline: 12px; }
  .all-trust-item strong { font-size: 25px; }
  .all-story-copy { padding: 24px; }
  .all-story-copy h3 { font-size: 30px; }
  .all-story-copy p { line-height: 1.6; }
}
@media (max-width: 991px) {
  .all-intro-grid, .all-faq-grid { grid-template-columns: minmax(0,1fr); gap: 30px; }
  .all-intro-panel ul { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
  .all-intro-panel li { display: block; }
  .all-intro-panel li > i { margin-bottom: 14px; }
  .all-rates-layout { grid-template-columns: minmax(0,1fr); }
  .all-payment-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); column-gap: 30px; }
  .all-payment-list li:nth-child(2) { border-top: 0; }
}
@media (max-width: 767px) {
  .allinclusive-modern #home { overflow: visible; background: var(--all-paper); }
  .allinclusive-modern #carousel-1, .allinclusive-modern #carousel-1 .carousel-inner { height: auto; min-height: 0; }
  .allinclusive-modern #carousel-1 .carousel-inner { aspect-ratio: 480 / 231; background: var(--all-paper); }
  .allinclusive-modern #carousel-1 .item, .allinclusive-modern #carousel-1 picture { height: 100%; min-height: 0; }
  .allinclusive-modern #carousel-1 .item img { animation: none !important; height: 100%; width: 100%; object-fit: contain; transform: none !important; }
  .allinclusive-modern #carousel-1 .item::after { display: none; }
  .all-hero-overlay { background: var(--all-paper); display: block; position: static; }
  .all-hero-overlay .container { width: 100%; padding-inline: 24px; }
  .all-hero-copy { color: var(--all-forest); max-width: none; padding: 28px 0 18px; }
  .all-hero-copy .all-eyebrow { color: #826514; font-size: 15px; margin-bottom: 12px; }
  #home .all-hero-copy h1 { color: var(--all-forest); font-size: clamp(38px,10.5vw,48px); line-height: .99; text-shadow: none; max-width: none; }
  .all-hero-lead { color: var(--all-muted); font-size: 16px; margin: 18px 0 22px; }
  .all-hero-actions { gap: 10px; flex-wrap: nowrap; }
  .all-button { font-size: 14px; min-height: 46px; padding: 11px 14px 9px; text-align: center; }
  .all-hero-actions .all-button { flex: 1 1 0; }
  .all-button-ghost { color: var(--all-forest); border-color: var(--all-forest); }
  .all-button-ghost:hover, .all-button-ghost:focus { color: #fff; background: var(--all-forest); }
  .all-trust-grid { grid-template-columns: repeat(3,minmax(0,1fr)); padding-top: 15px; padding-bottom: 16px; }
  .all-trust-award { grid-column: 1 / -1; justify-content: center; margin-bottom: 10px; }
  .all-trust-award img { width: 180px; }
  .all-trust-item { border-left: 0; border-top: 1px solid #e4e0d6; padding: 18px 9px 0; }
  .all-trust-item strong { font-size: 23px; }
  .all-trust-item span { font-size: 14px; }
  .all-content h2 { font-size: 44px; }
  .all-content .container { padding-inline: 24px; }
  .all-intro { padding: 36px 0 30px; }
  .all-intro-grid { gap: 22px; }
  .all-intro-copy .all-intro-lead { font-size: 19px; }
  .all-intro-panel { padding: 24px 24px 14px; }
  .all-intro-panel ul { display: block; }
  .all-intro-panel li { display: flex; }
  .all-intro-panel li > i { margin-bottom: 0; }
  .all-story { padding-bottom: 30px; }
  .all-story > .container { padding: 0; }
  .all-story-row, .all-story-row-reverse { grid-template-columns: minmax(0,1fr); gap: 0; margin-bottom: 20px; }
  .all-story-row-reverse .all-story-media, .all-story-row-reverse .all-story-copy { grid-column: auto; grid-row: auto; }
  .all-story-media img { width: 100%; height: auto; object-fit: contain; }
  .all-story-copy { padding: 25px 24px 28px; }
  .all-story-copy h3 { font-size: 34px; }
  .all-story-number { margin-bottom: 12px; }
  .all-facts { padding: 34px 0; }
  .all-section-heading { margin-bottom: 24px; }
  .all-facts-board { grid-template-columns: minmax(0,1fr); }
  .all-facts-panel { padding: 24px 22px; }
  .all-facts-panel + .all-facts-panel { border-left: 0; border-top: 1px solid #dcd6c9; }
  .all-rates-layout { gap: 20px; margin-top: 20px; }
  .all-rate-panel, .all-payment-panel { padding: 24px 20px; }
  .all-rates-table th { font-size: 18px; }
  .all-rates-table tbody th { font-size: 20px; }
  .all-rates-table td { font-size: 21px; }
  .all-payment-list { display: block; }
  .all-payment-list li:nth-child(2) { border-top: 1px solid #e1ded5; }
  .all-faq { padding: 34px 0 40px; }
  .all-faq-grid { gap: 18px; }
  .all-accordion summary { font-size: 24px; padding-block: 20px; }
  .all-reveal.all-reveal-left.all-pending, .all-reveal.all-reveal-right.all-pending { transform: translateY(24px); }
  /* Match the already approved mobile header, scoped away from the footer. */
  .allinclusive-modern header .custom-navbar, .allinclusive-modern header .custom-navbar.top-nav-collapse { background: #fff !important; }
  .allinclusive-modern header .navbar-background { background: #fff !important; opacity: 1 !important; z-index: 0; }
  .allinclusive-modern header .custom-navbar > .container { position: relative; z-index: 1; }
}
@media (max-width: 359px) {
  .all-content .container { padding-inline: 18px; }
  .all-rate-panel { padding-inline: 14px; }
  .all-rates-table thead th:first-child { width: 39%; }
  .all-rates-table td { font-size: 19px; }
}
@media (prefers-reduced-motion: reduce) {
  .allinclusive-modern #carousel-1 .item img, .all-hero-copy > * { animation: none !important; }
  .all-reveal, .all-button { transition: none !important; }
  .all-reveal.all-pending { opacity: 1; transform: none !important; }
}
