.elementor-12702 .elementor-element.elementor-element-d11f639{--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;}.elementor-12702 .elementor-element.elementor-element-bca1f6f{--display:flex;}.elementor-widget-theme-site-logo .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-12702 .elementor-element.elementor-element-0f288ff img{width:13%;}.elementor-12702 .elementor-element.elementor-element-ba517e2{--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;}.elementor-12702 .elementor-element.elementor-element-e48940c{--display:flex;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-widget-theme-site-logo .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:767px){.elementor-widget-theme-site-logo .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}}/* Start custom CSS for html, class: .elementor-element-31e02bb *//* ===============================
   Trail Rider’s - Menu PDF Style
   =============================== */
.tr-menu{
  /* Ajusta rápido acá */
  --paper: #ffffff;
  --ink: #0f172a;        /* texto principal (negro suave) */
  --muted: #475569;      /* texto secundario */
  --line: #cbd5e1;       /* líneas */
  --accent: #0f172a;     /* títulos */
  --border: #e2e8f0;
  --radius: 18px;
  --shadow: 0 20px 45px rgba(15, 23, 42, 0.08);

  color: var(--ink);
  font-family: inherit;
}

.tr-menu__wrap{
  max-width: 980px;
  margin: 0 auto;
  padding: 28px 18px;
}

.tr-menu__header{
  background: var(--paper);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 22px 22px;
  margin-bottom: 18px;
}

.tr-menu__title{
  margin: 0 0 6px 0;
  font-size: clamp(24px, 3vw, 36px);
  letter-spacing: -.02em;
  line-height: 1.15;
  color: var(--accent);
}

.tr-menu__subtitle{
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.tr-menu__box{
  background: var(--paper);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 22px;
  margin-top: 16px;
}

.tr-menu__section{
  margin: 0 0 14px 0;
  font-size: 18px;
  letter-spacing: -.01em;
  color: var(--accent);
  padding-bottom: 10px;
  border-bottom: 2px solid var(--border);
}

.tr-menu__list{
  list-style: none;
  padding: 0;
  margin: 0;
}

.tr-menu__row{
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(226,232,240,.9);
}

.tr-menu__row:last-child{
  border-bottom: 0;
}

.tr-menu__name{
  font-size: 15px;
  line-height: 1.45;
  color: var(--ink);
  flex: 0 1 auto;
}

.tr-menu__leader{
  flex: 1 1 auto;
  border-bottom: 2px dotted var(--line);
  transform: translateY(-3px);
  opacity: 1;
}

.tr-menu__price{
  flex: 0 0 auto;
  font-weight: 800;
  font-size: 15px;
  color: var(--ink);
  white-space: nowrap;
}

.tr-menu__note{
  margin: 16px 0 0;
  padding-top: 14px;
  border-top: 1px solid var(--border);
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

/* Packs (servicios completos) */
.tr-menu__pack{
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 16px;
  margin-top: 14px;
  background: #fafafa;
}

.tr-menu__packhead{
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border);
  margin-bottom: 12px;
}

.tr-menu__packtitle{
  margin: 0;
  font-size: 16px;
  letter-spacing: -.01em;
  line-height: 1.25;
  color: var(--accent);
}

.tr-menu__packprice{
  font-weight: 900;
  font-size: 16px;
  color: var(--ink);
  white-space: nowrap;
}

.tr-menu__mini{
  margin: -4px 0 10px;
  color: var(--muted);
  font-size: 13px;
}

.tr-menu__bullets{
  margin: 0;
  padding-left: 18px;
  color: var(--ink);
  line-height: 1.65;
  font-size: 14px;
}

/* Responsive */
@media (max-width: 560px){
  .tr-menu__wrap{ padding: 18px 14px; }
  .tr-menu__box, .tr-menu__header{ padding: 18px; }
  .tr-menu__leader{ display: none; } /* tipo menú mobile */
  .tr-menu__row{
    justify-content: space-between;
    gap: 12px;
  }
  .tr-menu__price{ text-align: right; }
}/* End custom CSS */