.elementor-2148 .elementor-element.elementor-element-253a9eb{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-f820db4 *//* FONTS PREMIUM */
body, .navbar-link, .hero h1, .cta-premium-title, .route-title, .step-content h3 {
  font-family: 'Noto Serif SC', 'Noto Sans SC', 'PingFang SC', 'Microsoft YaHei', serif;
}

h1, h2, h3 {
  font-family: 'Noto Serif SC', serif;
  font-weight: 700;
}

/* HERO */
.hero {
  text-align: center;
  padding: 3rem 1.5rem 1.5rem 1.5rem;
}
.hero h1 {
  font-size: 2.8rem;
  color: #f18805;
  font-weight: 700;
  letter-spacing: -2px;
  margin-bottom: 0.2em;
}
.hero p, .hero-subtitle {
  font-size: 1.23rem;
  color: #d99c29;
  margin: 0.5em auto 1em auto;
  max-width: 670px;
  font-style: italic;
}

/* CTA PREMIUM BOX */
.cta-premium-box {
  border: 1.7px solid #f8dab6;
  border-radius: 1.7rem;
  background: #fffbe8;
  max-width: 480px;
  margin: 2.2rem auto 2.8rem auto;
  text-align: center;
  padding: 2.1rem 1.3rem 1.4rem 1.3rem;
  box-shadow: 0 4px 28px #e8d5ab27;
}
.cta-premium-title {
  font-size: 1.57rem;
  color: #F18805;
  font-weight: 700;
  margin-bottom: 0.68em;
  letter-spacing: 0.03em;
}
.cta-premium-desc {
  font-size: 1.17rem;
  color: #695c3b;
  font-family: 'Noto Sans SC', 'Nunito Sans', sans-serif;
  margin-bottom: 1.3em;
  line-height: 1.5;
}
.cta-premium-btn {
  display: inline-block;
  background: #47b147;
  color: #fff;
  font-family: 'Noto Sans SC', 'Nunito Sans', sans-serif;
  font-weight: 700;
  font-size: 1.13rem;
  padding: 0.78em 2.1em;
  border-radius: 1.5em;
  text-decoration: none;
  box-shadow: 0 3px 16px #f8dab633;
  transition: background 0.17s, color 0.17s, transform 0.13s;
  margin-bottom: 1.2em;
  margin-top: 0.2em;
  max-width: 350px;
  width: 100%;
  cursor: pointer;
}
.cta-premium-btn:hover, .cta-premium-btn:focus {
  background: #34a934;
  color: #fffde4;
  transform: scale(1.04);
}
.cta-premium-note {
  font-size: 1.05rem;
  color: #856c41;
  margin-top: 1.1em;
}

/* ROUTE TITLES & SUBTITLES */
.route-title {
  color: #f18805;
  font-family: 'Noto Sans SC', 'Source Han Sans SC', Arial, sans-serif;
  font-size: 2.1rem;
  text-align: center;
  font-weight: 700;
  margin-top: 2.3rem;
  letter-spacing: 0.03em;
}
.gradient {
  background: linear-gradient(90deg, #e7b148 20%, #f18805 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
}
.subtitle {
  text-align: center;
  font-style: normal;
  font-size: 1.15rem;
  color: #b3975a;
  margin-bottom: 2.1rem;
  font-family: 'Noto Sans SC', 'Source Han Sans SC', Arial, sans-serif;
  font-weight: 500;
}

/* ROUTE INTRO */
.route-intro {
  background: #fffbe8;
  border-radius: 1.45rem;
  box-shadow: 0 3px 24px rgba(220,180,90,0.09);
  max-width: 700px;
  margin: 0 auto 2.4rem auto;
  padding: 1.6rem 2.2rem;
  color: #4d3c14;
  font-size: 1.08rem;
  line-height: 1.65;
}
.route-intro blockquote {
  font-style: italic;
  font-size: 1.09rem;
  color: #997c2f;
  border-left: 4px solid #f18805;
  padding-left: 1rem;
  background: #fcf6e3;
  border-radius: 10px;
  margin: 0 0 1.1rem 0;
}

/* BOTONS DE RUTA */
.route-buttons {
  display: flex;
  justify-content: center;
  gap: 1.2rem;
  margin: 1.5rem 0 2.3rem 0;
}
.route-btn, .route-btn-secondary {
  font-family: 'Noto Sans SC', 'Source Han Sans SC', Arial, sans-serif;
  font-size: 1.18rem;
  letter-spacing: 0.04em;
  padding: 0.82em 2.2em;
  border-radius: 1.7rem;
  font-weight: 700;
  box-shadow: 0 3px 18px rgba(241,136,5,0.09);
  transition: background .17s, color .17s, transform .13s;
  cursor: pointer;
  text-decoration: none;
  border: none;
}
.route-btn {
  background: #f18805;
  color: #fff;
}
.route-btn:hover, .route-btn:focus {
  background: #b0972f;
  color: #fffde4;
  transform: scale(1.04);
}
.route-btn-secondary {
  background: #ffe1b5;
  color: #b0972f;
  border: 2px solid #f18805;
}
.route-btn-secondary:hover, .route-btn-secondary:focus {
  background: #f18805;
  color: #fff;
}

/* ZIG-ZAG SECCIONS */
.step-section, .step-section.reverse {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2.2rem;
  background: #fffbe8;
  border-radius: 1.45rem;
  box-shadow: 0 8px 32px rgba(50,50,30,0.10);
  margin-bottom: 2.8rem;
  padding: 2.0rem 2.3rem 2.0rem 2.3rem;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  transition: box-shadow 0.2s;
}
.step-section.reverse { flex-direction: row-reverse; }

.step-img {
  flex: 0 0 350px;
  max-width: 350px;
  min-width: 180px;
  border-radius: 1.1em;
  overflow: hidden;
  box-shadow: 0 3px 18px #f8dab6;
  background: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 220px;
}
.step-img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 1.1em;
}
.step-content {
  flex: 1 1 410px;
  min-width: 220px;
  max-width: 600px;
  text-align: left;
  padding: 0.2rem 0.7rem;
}
.step-content h3 {
  font-size: 1.33rem;
  font-weight: 700;
  color: #F18805;
  margin-bottom: 0.45em;
  letter-spacing: 0.01em;
  line-height: 1.19;
}
.step-content p {
  color: #444;
  font-size: 1.09rem;
  margin-bottom: 0.48em;
  line-height: 1.68;
}
.highlight-pill {
  display: inline-block;
  background: #ffe1b5;
  color: #b0972f;
  font-size: 1.01em;
  font-weight: 600;
  padding: 0.14em 0.83em;
  border-radius: 1.3em;
  margin-right: 0.17em;
  vertical-align: middle;
  box-shadow: 0 2px 7px #fae0b3;
  letter-spacing: 0.02em;
}

/* FOOTER */
footer, .footer {
  text-align: center;
  color: #b3975a;
  font-size: 1rem;
  padding: 2.2rem 0;
  margin-top: 2.4rem;
  border-top: 1.5px solid #f0e4cc;
  background: #f7f4e4;
}

/* RESPONSIVE ADJUSTMENTS */
@media (max-width: 900px) {
  .step-section, .step-section.reverse {
    flex-direction: column !important;
    gap: 1.15rem;
    padding: 1.15rem 0.17rem;
    max-width: 99vw;
  }
  .step-img, .step-img img { height: 160px; max-width: 99vw; }
  .step-content { max-width: 99vw; }
}
@media (max-width: 700px) {
  .cta-premium-box { max-width: 98vw; }
  .wechat-qr-desktop { display: none !important; }
}
@media (min-width: 701px) {
  .wechat-qr-desktop { display: block !important; }
}/* End custom CSS */