.elementor-3614 .elementor-element.elementor-element-6aff35c{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-e8f3d06 *//* ============================================
   CLUB BARRE — LANDING "WELCOME SUMMER" (event)
   Typography & sizing matched 1:1 to the live web standard
   (https://clubbarre.es/cb-expansion/ — LANDING.css):
   - Font: "Helvetica", Sans-serif
   - H1 / section dividers: 56px / uppercase / weight 400
   - Body: 18px / weight 400 / line-height 1.5
   - Button: 20px / letter-spacing 3px / padding 20px 60px
   - Container: 1120px
   Layout follows the Welcome Summer design (Canva).
   ============================================ */

.cb-landing {
  --cb-bg: #efeae0;
  --cb-text: #282a29;
  --cb-accent: #b5ba8c;
  --cb-accent-soft: #c8ceaa;
  --cb-accent-dark: #8a946a;
  --cb-border: #282a29;

  --cb-font: "Helvetica", Sans-serif;

  /* Type scale — same as cb-expansion */
  --cb-size-xl: 56px;       /* WELCOME SUMMER / MÁS DETALLES / closing */
  --cb-size-section: 30px;  /* EL LUGAR / EL PLANNING / QUÉ TRAER */
  --cb-size-md: 26px;       /* hero subtitle */
  --cb-size-sm: 20px;       /* small block titles, schedule times */
  --cb-size-text: 18px;     /* body */
  --cb-size-text-sm: 16px;

  --cb-weight-regular: 400;
  --cb-weight-bold: 700;

  --cb-line-tight: 1.1;
  --cb-line-body: 1.5;

  --cb-space-xs: 8px;
  --cb-space-sm: 16px;
  --cb-space-md: 24px;
  --cb-space-lg: 48px;
  --cb-space-xl: 60px;
  --cb-space-2xl: 120px;

  --cb-radius-img: 4px;
  --cb-radius-pill: 999px;

  background: var(--cb-bg);
  color: var(--cb-text);
  font-family: var(--cb-font);
  font-size: var(--cb-size-text);
  font-weight: var(--cb-weight-regular);
  line-height: var(--cb-line-body);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ---- Reset inside landing ---- */
.cb-landing *,
.cb-landing *::before,
.cb-landing *::after {
  box-sizing: border-box;
}

.cb-landing p,
.cb-landing h1,
.cb-landing h2,
.cb-landing h3,
.cb-landing h4,
.cb-landing ul {
  margin: 0;
  padding: 0;
}

.cb-landing ul {
  list-style: none;
}

.cb-landing img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* ============================================
   LAYOUT
   ============================================ */

.cb-landing .cb-section {
  width: 100%;
  padding: var(--cb-space-xl) var(--cb-space-md);
  background: var(--cb-bg);
}

.cb-landing .cb-section--hero {
  padding-top: var(--cb-space-2xl);
  padding-bottom: var(--cb-space-lg);
}

.cb-landing .cb-section--tight {
  padding-top: var(--cb-space-md);
}

.cb-landing .cb-section--last {
  padding-top: var(--cb-space-2xl);
  padding-bottom: var(--cb-space-xl);
  text-align: center;
}

.cb-landing .cb-container {
  max-width: 1120px;
  margin: 0 auto;
}

/* ============================================
   TYPOGRAPHY
   ============================================ */

.cb-landing .cb-title {
  font-family: var(--cb-font);
  font-weight: var(--cb-weight-regular);
  color: var(--cb-text);
  line-height: var(--cb-line-tight);
  letter-spacing: 0;
}

/* 56px — WELCOME SUMMER / MÁS DETALLES / closing */
.cb-landing .cb-title--hero {
  font-size: var(--cb-size-xl);
  text-transform: uppercase;
}

/* 30px — block titles EL LUGAR / EL PLANNING / QUÉ TRAER */
.cb-landing .cb-title--section {
  font-size: var(--cb-size-section);
  text-transform: uppercase;
  margin-bottom: var(--cb-space-sm);
}

/* 20px — sub-headings (El Pueblo by Bonho, Una forma…) */
.cb-landing .cb-title--sub {
  font-size: var(--cb-size-sm);
  font-weight: var(--cb-weight-regular);
  margin-bottom: var(--cb-space-md);
}

.cb-landing .cb-center {
  text-align: center;
}

.cb-landing .cb-text {
  font-size: var(--cb-size-text);
  font-weight: var(--cb-weight-regular);
  line-height: var(--cb-line-body);
  margin-bottom: var(--cb-space-md);
}

.cb-landing .cb-text:last-child {
  margin-bottom: 0;
}

.cb-landing .cb-text strong {
  font-weight: var(--cb-weight-bold);
}

/* ============================================
   BUTTON — same as cb-expansion
   ============================================ */

.cb-landing .cb-button {
  display: inline-block;
  background: var(--cb-accent);
  color: var(--cb-bg);
  font-family: var(--cb-font);
  font-size: var(--cb-size-sm);
  font-weight: var(--cb-weight-regular);
  letter-spacing: 3px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 20px 60px;
  border-radius: var(--cb-radius-pill);
  border: none;
  cursor: pointer;
  transition: transform 0.25s ease;
}

.cb-landing .cb-button:hover {
  transform: scale(1.05);
}

.cb-landing .cb-cta-wrap {
  margin-top: var(--cb-space-lg);
}

/* Booking note — small print under the Reservar buttons (bsport login info) */
.cb-landing .cb-booking-note {
  margin-top: var(--cb-space-sm);
  max-width: 46ch;
  font-size: var(--cb-size-text-sm);
  line-height: var(--cb-line-body);
  opacity: 0.72;
}
.cb-landing .cb-booking-note.cb-center {
  margin-inline: auto;
}

/* ============================================
   HERO
   ============================================ */

.cb-landing .cb-event-hero {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: var(--cb-space-lg);
  align-items: stretch;
}

.cb-landing .cb-event-hero__text .cb-title--hero {
  margin-bottom: var(--cb-space-sm);
}

.cb-landing .cb-event-hero__subtitle {
  font-size: var(--cb-size-md);
  font-weight: var(--cb-weight-regular);
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: var(--cb-space-sm);
}

.cb-landing .cb-event-hero__date {
  font-size: var(--cb-size-text);
  font-weight: var(--cb-weight-bold);
  margin-bottom: var(--cb-space-md);
}

/* Quick facts — inline bold label paragraphs */
.cb-landing .cb-facts {
  margin: var(--cb-space-md) 0;
}

.cb-landing .cb-facts p {
  margin-bottom: var(--cb-space-sm);
}

/* Price — bulleted */
.cb-landing .cb-price__title {
  font-weight: var(--cb-weight-bold);
  margin-bottom: var(--cb-space-xs);
}

.cb-landing .cb-price {
  list-style: disc;
  padding-left: 22px;
  margin: 0 0 var(--cb-space-md);
}

.cb-landing .cb-price li {
  margin-bottom: var(--cb-space-xs);
}

.cb-landing .cb-event-hero__text .cb-button {
  margin-top: var(--cb-space-sm);
}

/* Right column: big image + row of 3 thumbnails */
.cb-landing .cb-event-hero__media {
  display: flex;
  flex-direction: column;
  gap: var(--cb-space-sm);
  height: 100%;
}

/* Big image grows to fill so the media column = text column height */
.cb-landing .cb-event-hero__image {
  flex: 1 1 0;
  min-height: 0;
}

.cb-landing .cb-event-hero__image img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  border-radius: var(--cb-radius-img);
}

.cb-landing .cb-hero-thumbs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: var(--cb-space-sm);
  flex: 0 0 auto;
}

.cb-landing .cb-hero-thumbs img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: var(--cb-radius-img);
}

/* ============================================
   MÁS DETALLES — 2-column block (text + image column)
   ============================================ */

.cb-landing .cb-mas-detalles {
  margin-top: var(--cb-space-xl);
  margin-bottom: var(--cb-space-xl);
}

.cb-landing .cb-detalles-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: var(--cb-space-lg);
  align-items: stretch;
}

.cb-landing .cb-detalles__block {
  margin-bottom: var(--cb-space-xl);
}

.cb-landing .cb-detalles__block:last-child {
  margin-bottom: 0;
}

/* Schedule */
.cb-landing .cb-schedule__day {
  font-weight: var(--cb-weight-bold);
  margin-bottom: var(--cb-space-sm);
}

.cb-landing .cb-schedule__item {
  margin-bottom: var(--cb-space-md);
}

.cb-landing .cb-schedule__item:last-child {
  margin-bottom: 0;
}

.cb-landing .cb-schedule__time {
  font-size: var(--cb-size-sm);
  font-weight: var(--cb-weight-bold);
  text-transform: uppercase;
  letter-spacing: 0.3px;
  line-height: 1.2;
  margin-bottom: var(--cb-space-xs);
}

.cb-landing .cb-schedule__item .cb-text {
  margin-bottom: 0;
}

/* Bring list */
.cb-landing .cb-bring {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cb-landing .cb-bring li {
  position: relative;
  padding-left: 22px;
  margin-bottom: var(--cb-space-xs);
  line-height: var(--cb-line-body);
}

.cb-landing .cb-bring li::before {
  content: "—";
  position: absolute;
  left: 0;
}

/* Right image column */
.cb-landing .cb-detalles__images {
  display: flex;
  flex-direction: column;
  gap: var(--cb-space-md);
  height: 100%;
  min-height: 0;
}

/* Images share the column height equally → matches the text column height */
.cb-landing .cb-detalles__images img {
  width: 100%;
  flex: 1 1 0;
  min-height: 0;
  object-fit: cover;
  border-radius: var(--cb-radius-img);
}

/* ============================================
   RESPONSIVE
   ============================================ */

@media (max-width: 1024px) {
  .cb-landing {
    --cb-size-xl: 44px;
    --cb-size-section: 26px;
    --cb-size-md: 22px;
    --cb-space-2xl: 80px;
  }
}

@media (max-width: 768px) {
  .cb-landing {
    --cb-size-xl: 36px;
    --cb-size-section: 24px;
    --cb-size-md: 20px;
    --cb-size-sm: 18px;
    --cb-size-text: 16px;
    --cb-space-xl: 40px;
    --cb-space-2xl: 64px;
    --cb-space-lg: 32px;
  }

  .cb-landing .cb-section {
    padding: var(--cb-space-xl) 20px;
  }

  .cb-landing .cb-event-hero,
  .cb-landing .cb-detalles-grid {
    grid-template-columns: 1fr;
    gap: var(--cb-space-md);
  }

  /* Single column: restore natural aspect ratios (no equal-height stretch) */
  .cb-landing .cb-event-hero__image {
    flex: 0 0 auto;
  }

  .cb-landing .cb-event-hero__image img {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .cb-landing .cb-detalles__images img {
    flex: 0 0 auto;
    aspect-ratio: 5 / 4;
  }

  .cb-landing .cb-button {
    padding: 16px 44px;
    letter-spacing: 2px;
  }
}/* End custom CSS */