.elementor-423 .elementor-element.elementor-element-765aeea{--display:flex;}/* Start custom CSS for html, class: .elementor-element-a932c99 */.vj-category-hero,
  .vj-category-hero * {
    box-sizing: border-box;
  }

  .vj-category-hero {
    --vj-green: #748c44;
    --vj-green-dark: #53682d;
    --vj-white: #ffffff;
    
    /* Fallback de color sólido */
    background-color: #0b1208;

    position: relative;
    isolation: isolate;
    width: 100%;
    /* Altura ajustada para escritorio */
    min-height: clamp(400px, 45vw, 550px); 
    overflow: hidden;
    display: flex;
    align-items: center;
    color: var(--vj-white);
    background-image:
      linear-gradient(90deg, rgba(8, 13, 6, 0.90) 0%, rgba(11, 18, 8, 0.76) 38%, rgba(11, 18, 8, 0.40) 67%, rgba(11, 18, 8, 0.18) 100%),
      var(--vj-hero-image);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: "Poppins", Arial, sans-serif;
  }

  .vj-category-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
      radial-gradient(circle at 23% 50%, rgba(116, 140, 68, 0.20), transparent 36%),
      linear-gradient(180deg, rgba(0, 0, 0, 0.10), rgba(0, 0, 0, 0.35));
    pointer-events: none;
  }

  .vj-category-hero__inner {
    width: min(1400px, calc(100% - 48px));
    margin: 0 auto;
    padding: 60px 0;
  }

  /* Contenedor centralizado */
  .vj-category-hero__content {
    width: min(100%, 790px);
    margin: 0 auto;
    text-align: center;
  }

  /* Migas de pan centradas */
  .vj-category-hero__breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0 auto 18px;
    color: #dbe5c8;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .vj-category-hero__breadcrumbs a {
    color: var(--vj-white);
    text-decoration: none;
    transition: color 0.3s ease;
  }

  .vj-category-hero__breadcrumbs a:hover {
    color: var(--vj-green);
  }

  .vj-category-hero__breadcrumbs span[aria-hidden="true"] {
    color: rgba(255, 255, 255, 0.4);
    font-weight: 400;
  }

  /* Título principal centrado */
  .vj-category-hero__title {
    max-width: 760px;
    margin: 0 auto;
    color: var(--vj-white);
    font-family: "RocknRoll One", sans-serif;
    font-size: clamp(2.55rem, 4.5vw, 4.5rem);
    font-weight: 400;
    line-height: 1.08;
    letter-spacing: -0.01em;
    text-wrap: balance;
    text-shadow: 0 4px 25px rgba(0, 0, 0, 0.30);
    text-transform: uppercase;
  }

  /* Línea decorativa centrada */
  .vj-category-hero__line {
    width: 68px;
    height: 5px;
    margin: 25px auto 30px;
    border-radius: 999px;
    background: var(--vj-green);
  }

  /* Texto de descripción centrado */
  .vj-category-hero__text {
    max-width: 770px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.96);
    font-size: clamp(1rem, 1.22vw, 1.18rem);
    font-weight: 400;
    line-height: 1.68;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
  }

  .vj-category-hero__text p {
    margin: 0;
  }

  .vj-category-hero__highlight {
    color: var(--vj-white);
    font-weight: 600;
    box-shadow: inset 0 -3px var(--vj-green);
  }

  /* Firma / Logo inferior */
  .vj-category-hero__signature {
    position: absolute;
    right: 28px;
    bottom: 24px;
    z-index: 2;
    padding: 9px 14px;
    color: rgba(255, 255, 255, 0.88);
    background: rgba(9, 15, 7, 0.48);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    backdrop-filter: blur(8px);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  /* Versión Celular (Móvil) */
  @media (max-width: 760px) {
    .vj-category-hero {
      /* Altura ajustada para celular */
      min-height: 400px; 
      background-image:
        linear-gradient(180deg, rgba(8, 13, 6, 0.77) 0%, rgba(8, 13, 6, 0.88) 100%),
        var(--vj-hero-image);
      background-position: 58% center;
    }

    .vj-category-hero__inner {
      width: min(100% - 30px, 640px);
      padding: 40px 0;
    }

    .vj-category-hero__title {
      font-size: clamp(2.25rem, 10.2vw, 3.35rem);
      line-height: 1.12;
    }

    .vj-category-hero__line {
      width: 58px;
      height: 4px;
      margin: 21px auto 27px;
    }

    .vj-category-hero__text {
      font-size: 15px;
      line-height: 1.65;
    }

    .vj-category-hero__signature {
      right: 50%;
      bottom: 18px;
      transform: translateX(50%);
      white-space: nowrap;
    }
  }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e2d9bd8 */.vj-destination-intro {
    background-color: #fcfcfc;
    padding: 70px 20px;
    font-family: "Poppins", Arial, sans-serif;
  }

  .vj-destination-intro__inner {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
  }

  .vj-destination-intro__title {
    color: #1a1a1a;
    font-family: "RocknRoll One", sans-serif;
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    font-weight: 400;
    margin: 0 0 15px;
  }

  .vj-destination-intro__line {
    width: 50px;
    height: 4px;
    background-color: #748c44; /* Verde Vibe Journeys */
    margin: 0 auto 25px;
    border-radius: 2px;
  }

  .vj-destination-intro__text {
    color: #4a4a4a;
    font-size: 16px;
    line-height: 1.8;
  }

  .vj-destination-intro__text p {
    margin-bottom: 20px;
  }

  .vj-destination-intro__text strong {
    color: #1a1a1a;
  }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c2048a0 */.vj-trust-bar {
    background-color: #ffffff;
    border-bottom: 1px solid #eaeaea;
    padding: 30px 0;
    font-family: "Poppins", Arial, sans-serif;
  }

  .vj-trust-bar__inner {
    width: min(1400px, calc(100% - 48px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }

  .vj-trust-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 10px;
  }

  .vj-trust-icon {
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    color: #748c44; /* Verde Vibe Journeys */
    background: rgba(116, 140, 68, 0.1);
    padding: 10px;
    border-radius: 50%;
  }

  .vj-trust-text {
    display: flex;
    flex-direction: column;
  }

  .vj-trust-text strong {
    color: #1a1a1a;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 4px;
  }

  .vj-trust-text span {
    color: #666666;
    font-size: 12px;
    line-height: 1.3;
  }

  /* Tablets: 2 por fila (mantiene el diseño horizontal) */
  @media (max-width: 1024px) {
    .vj-trust-bar__inner {
      grid-template-columns: repeat(2, 1fr);
      row-gap: 30px;
    }
  }

  /* Celulares: 2 por fila (apila ícono y texto al centro) */
  @media (max-width: 600px) {
    .vj-trust-bar {
      padding: 25px 0;
    }
    .vj-trust-bar__inner {
      grid-template-columns: repeat(2, 1fr); /* 2 columnas exactas */
      gap: 20px 10px; /* Separación vertical 20px, horizontal 10px */
    }
    .vj-trust-item {
      flex-direction: column; /* Ícono arriba, texto abajo */
      justify-content: flex-start;
      text-align: center;
      padding: 0;
      gap: 10px;
    }
    .vj-trust-text strong {
      font-size: 13px; /* Reduce un poco el tamaño */
    }
    .vj-trust-text span {
      font-size: 11px;
    }
  }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c4f9ab5 */.vj-cta-section {
    background: linear-gradient(135deg, #748c44 0%, #53682d 100%);
    padding: 70px 20px;
    text-align: center;
    color: #ffffff;
    font-family: "Poppins", Arial, sans-serif;
  }
  .vj-cta__inner {
    max-width: 700px;
    margin: 0 auto;
  }
  .vj-cta__title {
    font-family: "RocknRoll One", sans-serif;
    font-size: clamp(1.8rem, 3vw, 2.2rem);
    margin: 0 0 15px;
  }
  .vj-cta__text {
    font-size: 1.1rem;
    line-height: 1.6;
    margin: 0 0 30px;
    color: rgba(255, 255, 255, 0.9);
  }
  .vj-cta__button {
    display: inline-block;
    background-color: #ffffff;
    color: #53682d;
    padding: 15px 35px;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .vj-cta__button:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 25px rgba(0,0,0,0.25);
  }/* End custom CSS */