/** Shopify CDN: Minification failed

Line 41:0 All "@import" rules must come first
Line 42:0 All "@import" rules must come first
Line 199:0 All "@import" rules must come first
Line 200:0 All "@import" rules must come first
Line 807:0 All "@import" rules must come first
Line 1001:0 All "@import" rules must come first
Line 1153:0 All "@import" rules must come first
Line 1292:0 All "@import" rules must come first
Line 1616:0 All "@import" rules must come first

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:blog-hero (INDEX:6) */
.blog-hero {
    width: 100%;
    line-height: 0;
    overflow: hidden;
  }

  .blog-hero__image {
    display: block;
    width: 100%;
    height: auto;
  }

  .blog-hero__placeholder {
    line-height: 1.4;
    text-align: center;
    color: #fff;
    padding: 40px 20px;
    font-size: 15px;
  }
/* END_SECTION:blog-hero */

/* START_SECTION:blog-latest (INDEX:7) */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');

.blog-latest{
    font-family: Montserrat, sans-serif;
} 
  .blog-latest__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-latest__subheading {
    text-align: center;
    color: #3774AA;
    font-weight: 600;
    margin: 0 0 8px;
  }

  .blog-latest__heading {
    text-align: center;
    margin: 0 0 40px;
    font-family: 'Poppins', sans-serif !important;
    font-size: 36px;
    font-weight: 600;
    color: #39393a;
}

  .blog-latest__text {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 40px;
    color: #707070;
  }

  .blog-latest__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }

  .blog-latest__card {
    display: flex;
    flex-direction: column;
  }

  .blog-latest__image-link {
    display: block;
    line-height: 0;
    overflow: hidden;
    border-radius: 8px;
  }

  .blog-latest__image {
    display: block;
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: transform 0.4s ease;
  }

  .blog-latest__image-link:hover .blog-latest__image {
    transform: scale(1.04);
  }

  .blog-latest__image--placeholder {
    background: #e8e8e8;
  }

  .blog-latest__card-content {
    padding-top: 16px;
  }

 .blog-latest__card-title {
    font-size: 20px;
    margin: 0 0 10px;
    line-height: 1.3;
    color: #39393a;
  }

  .blog-latest__card-title a {  
    font-weight: 600;
    text-decoration: none;
    color: #39393a;
  }

  .blog-latest__card-title a:hover {
    text-decoration: none;
  }

  .blog-latest__card-excerpt {
    color: #707070;
    margin: 0 0 12px;
    line-height: 1.5;
  }

  .blog-latest__read-more {
    color: #3774AA;
    text-decoration: underline;
    font-weight: 500;
    font-size: 14px;
  }

.blog-latest__read-more a{
    text-decoration: underline;
}

  .blog-latest__read-more:hover {
    color: #155590;
  }



  .blog-latest__button-wrap {
    text-align: center;
    margin-top: 80px;
  }
.blog-latest__button-wrap a{
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 15px 30px;
    text-decoration: none;
    font-weight: bold;
    transition: transform 0.2s ease;
    background-color: #3774aa;
    color: #ffffff;
    border-radius: 4px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    font-weight: 600;
}

.blog-latest__button-wrap a:hover {
    transform: scale(1.03);
    color: #fff;
    text-decoration: none !important;
     background-color: #3774aa;
    color: #ffffff;
}

  @media screen and (max-width: 767px) {
    .blog-latest__grid {
      grid-template-columns: 1fr;
      gap: 28px;
    }
  }

  .blog-latest__empty {
    text-align: center;
    color: #888;
    padding: 40px 0;
  }
/* END_SECTION:blog-latest */

/* START_SECTION:content-blocks (INDEX:20) */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');

  .content-blocks {
    font-family: 'Montserrat', sans-serif;
  }

  .content-blocks__inner {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
  }

  .content-blocks__section-subheading {
    color: #3774AA;
    font-size: 0.95rem;
    font-weight: 600;
    text-align: center;
    margin: 0 0 8px;
  }

  .content-blocks__section-heading {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 40px;
    color: #39393a;
    font-family: 'Poppins', sans-serif;
  }

  .content-blocks__list {
    display: flex;
    flex-direction: column;
    gap: 48px;
    margin-bottom: 60px;
  }

  .content-blocks__item {
    display: flex;
    flex-direction: column;
  }

  .content-blocks__pretitle {
    color: #3774AA;
    font-size: 0.95rem;
    font-weight: 600;
    margin: 0 0 4px;
  }

  .content-blocks__title {
    font-size: 1.75rem;
    font-weight: 700;
    margin: 0 0 20px;
    color: #39393a;
    line-height: 1.2;
  }

  .content-blocks__text {
    color: #707070;
    line-height: 1.6;
    margin-bottom: 16px;
  }

  .content-blocks__text p {
    margin: 0 0 10px;
  }

  /* Lista de checks */
  .content-blocks__checks ul {
    list-style: none;
    padding: 0;
    margin: 0 0 16px;
  }

  .content-blocks__checks li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 10px;
    color: #555;
    line-height: 1.5;
  }

  /* Check SVG por defecto */
  .content-blocks__checks li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ea9c06' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 13l4 4L19 7'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  /* Si el bloque tiene imagen de check, usarla en vez del SVG */
  .content-blocks__checks--image li::before {
    background-image: var(--check-image);
  }

  /* Botones */
  .content-blocks__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 8px;
  }

  .content-blocks__button {
    display: inline-block;
    background-color: #3774AA;
    color: #ffffff;
    padding: 10px 28px;
    text-decoration: none;
    font-weight: 600;
    border-radius: 4px;
    transition: background-color 0.2s ease;
  }

  .content-blocks__button:hover {
    background-color: #155590;
    color: #ffffff;
    text-decoration: none;
  }

  /* Dropdown */
  .content-blocks__dropdown {
    position: relative;
    display: inline-block;
  }

  .content-blocks__dropdown-toggle {
    background-color: #3774AA !important;
    color: #ffffff !important;
    border: none;
    cursor: pointer;
    font-family: inherit;
    font-size: inherit;
    display: inline-flex;
    align-items: center;
    gap: 8px;
  }

  .content-blocks__dropdown-toggle:hover {
    background-color: #155590 !important;
    color: #ffffff !important;
  }

  .content-blocks__dropdown-toggle svg {
    pointer-events: none;
    width: 30px;
    height:30px;
  }

  .content-blocks__dropdown-caret {
    transition: transform 0.2s ease;
  }

  .content-blocks__dropdown.is-open .content-blocks__dropdown-caret {
    transform: rotate(180deg);
  }

  .content-blocks__dropdown-menu {
    display: none;
    position: absolute;
    top: calc(100% + -3px);
    left: 0;
    min-width: 100%;
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    z-index: 10;
  }

  .content-blocks__dropdown.is-open .content-blocks__dropdown-menu {
    display: block;
  }

  .content-blocks__dropdown-menu a {
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    background-color: #3774AA;
    color: #ffffff;
    font-weight: 600;
    white-space: nowrap;
    transition: background-color 0.15s ease;
  }

  .content-blocks__dropdown-menu a:hover {
    background-color: #155590;
    color: #ffffff;
    text-decoration: none;
  }

  .content-blocks__dropdown button{
    width: 180px;
    padding: 0px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between !important;
    font-family: Montserrat, sans-serif;
    justify-content: space-between;
    background-color: #3774AA;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 4px;
    transition: background-color 0.2s ease;
}

  @media screen and (max-width: 767px) {
    .content-blocks__title {
      font-size: 1.4rem;
    }
    .content-blocks__list {
      gap: 36px;
    }
    .content-blocks__button {
      width: 100%;
      text-align: center;
    }
    .content-blocks__dropdown button {
    width: 100% !important;
    align-items: center !important;
    }
    .content-blocks__dropdown{
        width:100%;
    }
    .content-blocks{
        padding-bottom: 80px !important;
    }
  }

  #shopify-section-template--29910079734108__content_blocks_NdTX3B .content-blocks__list {
    gap: 15px;
}

#shopify-section-template--29910079734108__content_blocks_NdTX3B .content-blocks__title {
    font-size: 26px;
    margin: 0px 0 25px;
}
/* END_SECTION:content-blocks */

/* START_SECTION:feature-columns (INDEX:26) */
/* ============================================
     Feature Columns Section
     ============================================ */

  .feature-columns {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }

  .feature-columns__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
    text-align: center;
  }

  /* --- Encabezado --- */

  .feature-columns__eyebrow {
    color: #3774AA;
    font-size: 0.85rem;
    font-weight: 600;
    margin: 0 0 0.5rem;
  }

  .feature-columns__heading {
    font-size: 2.25rem;
    font-weight: 700;
    margin: 0 0 1rem;
    line-height: 1.2;
  }

  .feature-columns__intro {
    max-width: 700px;
    margin: 0 auto 3rem;
    line-height: 1.55;
  }

  /* --- Grid de columnas --- */

  .feature-columns__grid {
    display: grid;
    gap: 2.5rem;
    margin: 2.5rem 0rem 5rem 0;
  }

  .feature-columns__grid--1 { grid-template-columns: 1fr; max-width: 500px; margin-left: auto; margin-right: auto; }
  .feature-columns__grid--2 { grid-template-columns: repeat(2, 1fr); max-width: 800px; margin-left: auto; margin-right: auto; }
  .feature-columns__grid--3 { grid-template-columns: repeat(3, 1fr); }
  .feature-columns__grid--4 { grid-template-columns: repeat(4, 1fr); }

  /* --- Columna individual --- */

  .feature-columns__column {
    text-align: center;
    padding: 0 0.5rem;
  }

  .feature-columns__icon {
    margin: 0 auto 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .feature-columns__icon img {
    max-width: var(--icon-size, 60px);
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .feature-columns__column-title {
    font-size: 1.15rem;
    font-weight: 700;
    margin: 0 0 16px;
    line-height: 1.3;
  }

  .feature-columns__column-description {
    font-size: 0.95rem;
    line-height: 1.55;
    max-width: 280px;
    margin: 0 auto;
  }

  .feature-columns__column-description p {
    margin: 0;
  }

  /* --- Botón CTA --- */

  .feature-columns__cta-wrapper {
    text-align: center;
    margin-top: 2.5rem;
  }

  .feature-columns__cta {
    display: inline-block;
    background-color: #3774AA;
    color: #ffffff;
    padding: 0.85rem 2rem;
    text-decoration: none;
    font-weight: 600;
    border-radius: 4px;
    transition: background-color 0.2s ease;
  }

  .feature-columns__cta:hover {
    background-color: #155590;
    color: #ffffff;
  }

  /* --- Responsive: mobile y tablet --- */

  @media screen and (max-width: 1024px) {
    .feature-columns__grid--4 { grid-template-columns: repeat(2, 1fr); }
  }

  @media screen and (max-width: 767px) {
    .feature-columns {
      padding-top: 3.5rem;
      padding-bottom: 3.5rem;
    }

    .feature-columns__heading {
      font-size: 1.65rem;
    }

    .feature-columns__grid,
    .feature-columns__grid--2,
    .feature-columns__grid--3,
    .feature-columns__grid--4 {
      grid-template-columns: 1fr;
      gap: 2rem;
    }
  }
/* END_SECTION:feature-columns */

/* START_SECTION:full-width-image (INDEX:30) */
.fw-image {
    width: 100%;
    line-height: 0;
  }

  .fw-image__img {
    display: block;
    width: 100%;
    height: auto;
  }

  /* Por defecto: mostrar desktop, ocultar mobile */
  .fw-image__img--mobile {
    display: none;
  }

  .fw-image__img--desktop {
    display: block;
  }

  /* Si solo hay desktop, se muestra siempre */
  .fw-image__img--always {
    display: block !important;
  }

  /* En mobile: mostrar mobile, ocultar desktop (solo si hay mobile cargada) */
  @media screen and (max-width: 767px) {
    .fw-image__img--mobile {
      display: block;
    }

    .fw-image__img--desktop:not(.fw-image__img--always) {
      display: none;
    }
  }

  .fw-image__placeholder {
    padding: 60px 20px;
    text-align: center;
    color: #888;
    background: #f3f3f3;
    line-height: 1.4;
  }
/* END_SECTION:full-width-image */

/* START_SECTION:pricing-tabs (INDEX:70) */
/* ============================================
     Pricing Tabs Section
     ============================================ */

  .pricing-tabs {
    padding-top: 4rem;
    padding-bottom: 10rem;
  }

  .pricing-tabs__inner {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 1.5rem;
    text-align: center;
  }
  
.pricing-tabs__table tr:first-child {
  border-top: 1px solid #e0e0e0;
}


.pricing-tabs__table tr:last-child {
  border-bottom: 1px solid #e0e0e0 !important;
}

  /* --- Encabezado --- */

  .pricing-tabs__eyebrow {
    color: #3774AA;
    font-size: 0.85rem;
    font-weight: 600;
    margin: 0 0 0.5rem;
  }

  .pricing-tabs__heading {
    font-size: 2rem;
    font-weight: 700;
    margin: 0 0 2rem;
    line-height: 1.2;
  }

  /* --- Triggers (botones de las tabs) --- */

  .pricing-tabs__triggers {
    display: flex;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 1.5rem;
  }

  .pricing-tabs__trigger {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 1rem 1.5rem;
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 600;
    color: #999;
    border-bottom: 2px solid transparent;
    transition: color 0.2s ease, border-color 0.2s ease;
    font-family: inherit;
  }

  .pricing-tabs__trigger:hover {
    color: #555;
  }

  .pricing-tabs__trigger.is-active {
    color: #1a1a1a;
    border-bottom-color: #1a1a1a;
  }

  .pricing-tabs__trigger-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
  }

  /* --- Panels (cada tabla) --- */

  .pricing-tabs__panel {
    display: none;
  }

  .pricing-tabs__panel.is-active {
    display: block;
  }

  /* --- Tabla --- */

  .pricing-tabs__table {
    width: 100%;
    border-collapse: collapse;
  }

  .pricing-tabs__table tr {
    border-bottom: 1px solid #e0e0e0;
  }

  .pricing-tabs__table tr:last-child {
    border-bottom: none;
  }

  .pricing-tabs__table td {
    padding: 1rem 0.5rem;
    font-size: 0.95rem;
    color: #555;
  }

  .pricing-tabs__table-label {
    text-align: left;
  }

  .pricing-tabs__table-value {
    text-align: right;
  }

  /* --- Botón CTA --- */

  .pricing-tabs__cta-wrapper {
    margin-top: 2.5rem;
  }

  .pricing-tabs__cta {
    display: inline-block;
    background-color: #3774AA;
    color: #ffffff;
    padding: 0.85rem 2.5rem;
    text-decoration: none;
    font-weight: 600;
    border-radius: 4px;
    transition: background-color 0.2s ease;
    width: 180px;
  }

  .pricing-tabs__cta:hover {
    background-color: #155590;
    color: #ffffff;
    text-decoration: none;
  }

  /* --- Responsive --- */

  @media screen and (max-width: 767px) {
    .pricing-tabs {
      padding-top: 3rem;
      padding-bottom: 3rem;
    }

    .pricing-tabs__heading {
      font-size: 1.5rem;
    }

    .pricing-tabs__trigger {
      padding: 0.75rem 0.5rem;
      font-size: 0.9rem;
    }

    .pricing-tabs__table td {
      padding: 0.75rem 0.25rem;
      font-size: 0.9rem;
    }
  }
/* END_SECTION:pricing-tabs */

/* START_SECTION:ticket-search (INDEX:82) */
/* ============================================
     Ticket Search Section
     ============================================ */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');

  .ticket-search {
    position: relative;
    padding-top: 8rem;
    padding-bottom: 12rem;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
  }

  #shopify-section-template--29892937744732__ticket_search_YNr9V8 .ticket-search{
    background: #F5F5F5;
    padding-bottom: 6rem;
}

  .ticket-search__inner {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 1.5rem;
    text-align: center;
    position: relative;
    z-index: 1;
  }

  /* --- Encabezado --- */

  .ticket-search__eyebrow {
    color: #3774AA;
    font-size: 0.85rem;
    font-weight: 600;
    margin: 0 0 0.5rem;
  }

  .ticket-search__heading {
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 1rem;
    line-height: 1.2;
    font-family: 'Poppins', sans-serif !important;
  }

  .ticket-search__intro {
    margin: 0 auto 2rem;
    line-height: 1.55;
    color: #707070;
    text-align:center;
    max-width: 650px !important;
  }

  /* --- Widget de búsqueda --- */

  .ticket-search__widget {
    max-width: 460px;
    margin: 0 auto;
    position: relative;
  }

  .ticket-search__field {
    background-color: #ffffff;
    border-radius: 6px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  }

  .ticket-search__input {
    width: 100%;
    padding: 0.85rem 1.25rem;
    border: none;
    background: transparent;
    font-size: 1rem;
    color: #1a1a1a;
    border-radius: 6px;
    outline: none;
  }

  .ticket-search__input::placeholder {
    color: #73a1c2 !important;
  }

.ticket-search__input:focus-visible{
    border: none;
}

  /* --- Resultados (dropdown) --- */

  .ticket-search__results {
    background-color: #3774AA;
    color: #ffffff;
    margin-top: 0;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0,0,0,0.12);
  }

  .ticket-search__list {
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 320px;
    overflow-y: auto;
  }

  .ticket-search__item {
    border-bottom: 1px solid rgba(255,255,255,0.12);
    text-align: left;
  }

  .ticket-search__item:last-child {
    border-bottom: none;
  }

  .ticket-search__link {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0.65rem 1.25rem;
    color: #ffffff;
    text-decoration: none;
    transition: background-color 0.15s ease;
  }

  .ticket-search__link:hover,
  .ticket-search__link:focus {
    background-color: rgba(255,255,255,0.1);
    color: #ffffff;
    text-decoration: none;
  }

  .ticket-search__item-title {
    font-weight: 400;
    line-height: 1.3;
  }

  .ticket-search__item-category {
    font-size: 0.75rem;
    opacity: 0.75;
    margin-top: 0.15rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }

  /* --- Mensaje "Sin resultados" --- */

  .ticket-search__no-results {
    padding: 1rem 1.25rem;
    margin: 0;
    text-align: center;
    font-style: italic;
    opacity: 0.85;
  }

  /* --- Link "Can't find what you're looking for?" --- */

  .ticket-search__help {
    display: block;
    padding: 0.75rem 1.25rem;
    color: #ffffff;
    text-decoration: none;
    font-style: italic;
    text-align: right;
    font-size: 16px;
    border-top: 1px solid rgba(255,255,255,0.12);
    transition: background-color 0.15s ease;
    background-color: #4384be !important;
  }

  .ticket-search__help:hover {
    background-color: rgba(255,255,255,0.1);
    color: #ffffff;
  }

  /* --- Estado: ocultar/mostrar --- */

  .ticket-search__item[hidden],
  .ticket-search__results[hidden],
  .ticket-search__no-results[hidden] {
    display: none;
  }

  /* --- Responsive --- */

  @media screen and (max-width: 767px) {
    .ticket-search {
      padding-top: 6rem;
      padding-bottom: 10rem;
    }

    .ticket-search__heading {
      font-size: 1.5rem;
    }
  }
/* END_SECTION:ticket-search */

/* START_SECTION:tickets-list (INDEX:83) */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');

  .tickets-list {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-color: #ffffff;
    font-family: 'Montserrat', sans-serif;
  }

  .tickets-list__inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 1.5rem;
  }

  .tickets-list__eyebrow {
    color: #3774AA;
    font-size: 0.85rem;
    font-weight: 600;
    text-align: center;
    margin: 0 0 0.5rem;
  }

  .tickets-list__heading {
    font-size: 2.25rem;
    font-weight: 700;
    text-align: center;
    margin: 0 0 1rem;
    line-height: 1.2;
  }

  .tickets-list__intro {
    text-align: left;
    line-height: 1.55;
    color: #555;
    margin-bottom: 50px;
    margin-top: 40px;
  }

  .tickets-list__columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem 4rem;
    margin: 0 auto;
  }

  .tickets-list__column-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0 0 1.25rem;
    color: #1a1a1a;
  }

  .tickets-list__items {
    list-style: disc;
    padding-left: 1.25rem;
    margin: 0;
  }

  .tickets-list__item {
    margin-bottom: 0.6rem;
    line-height: 1.4;
  }

  .tickets-list__link {
    color: #3774AA;
    text-decoration: underline;
    transition: color 0.15s ease;
  }

  .tickets-list__link:hover {
    color: #155590;
  }

  .tickets-list__empty {
    color: #999;
    font-style: italic;
    margin: 0;
  }

  @media screen and (max-width: 767px) {
    .tickets-list {
      padding-top: 3rem;
      padding-bottom: 3rem;
    }

    .tickets-list__columns {
      grid-template-columns: 1fr;
      gap: 2.5rem;
    }

    .tickets-list__heading {
      font-size: 1.65rem;
    }
  }

  
/* Sección de pie de página en */

.body--template-page-tickets .group--footer {
  margin-top: 0px !important;
}

.body--template-page-tickets .custom-hero__pretitle {
  text-transform: initial;
  font-weight: 600;
  letter-spacing: 0;
  margin-top: 100px;
  margin-bottom: 0;
  font-size: 16px;
    color: #3774AA;
}

.body--template-page-tickets .custom-hero__title {
  font-size: 36px;
  font-weight: 700;
  margin: 5px 0px 30px 0px;
}

.body--template-page-tickets .custom-hero__button {
  margin-bottom: 100px;
}

.body--template-page-tickets .custom-hero__button:hover {
  color: white;
}

.body--template-page-tickets .custom-hero__text{
    color: #707070;
}

.body--template-page-tickets .element--edge-wrapper,
.body--template-page-tickets .custom-hero--template--29739974689116__custom_hero_waves_PXnwdW{
    background-color: #eb9d06;
}

.body--template-page-tickets .custom-hero--template--29739974689116__custom_hero_waves_PXnwdW {
    clip-path: inset(1px 0 0 0);
}

@media (max-width:768px){
    .tickets-list__column-title,
    .tickets-list__intro {
        text-align: center;
    }
}
/* END_SECTION:tickets-list */

/* START_SECTION:ways-to-pass-steps (INDEX:87) */
/* ============================================
     Steps Section - Estilos autocontenidos
     ============================================ */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');

  .wtp-steps {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-color: #ffffff;
  }

  .wtp-steps__inner {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 1.5rem;
  }

  /* --- Encabezado --- */

  .wtp-steps__eyebrow {
    color: #3774AA;
    font-size: 0.95rem;
    font-weight: 600;
    text-align: center;
    margin: 0 0 0.5rem;
  }

  .wtp-steps__heading {
    font-size: 2.25rem;
    font-weight: 700;
    text-align: center;
    margin: 0 0 1.5rem;
    color: #39393a;
    line-height: 1.2;
    font-family: 'Poppins', sans-serif !important;
  }

  .wtp-steps__intro {
    margin: 40px 0px;
    color: #707070;
  }

  .wtp-steps__intro p {
    margin-bottom: 20px !important;
  }

  /* --- Lista de steps --- */

  .wtp-steps__list {
    display: flex;
    flex-direction: column;
    gap: 3rem;
  }

  .wtp-steps__item {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
  }

  .wtp-steps__item-title {
    font-size: 1.35rem;
    font-weight: 700;
    margin: 0;
    color: #000000;
  }

  .wtp-steps__item-intro {
    font-style: italic;
    color: #3774AA;
    font-weight: 500;
    margin: 0;
  }

  .wtp-steps__item-description p {
    margin: 0;
    line-height: 1.6;
    color: #707070;
  }

  /* Bullets */

  .wtp-steps__item-bullets ul {
    padding-left: 1.5rem;
    margin: 0;
  }

  .wtp-steps__item-bullets li {
    margin-bottom: 0.5rem;
    line-height: 1.5;
    color: #707070;
  }

  /* CTA */

  .wtp-steps__item-cta {
    align-self: flex-start;
    background-color: #3774AA;
    color: #ffffff;
    padding: 5px 35px;
    text-decoration: none;
    font-weight: 600;
    margin-top: 0.5rem;
    transition: background-color 0.2s ease;
    display: inline-block;
    border-radius: 4px;
  }

  .wtp-steps__item-cta:hover {
    background-color: #155590;
    color: #ffffff;
    text-decoration: none;
  }

  /* --- Responsive --- */

  @media screen and (max-width: 767px) {
    .wtp-steps__heading {
      font-size: 1.75rem;
    }

    .wtp-steps__list {
      gap: 2.5rem;
    }

    .wtp-steps {
      padding-top: 3rem;
      padding-bottom: 3rem;
    }
  }

#shopify-section-template--29894654558556__ways_to_pass_steps_zAERCU .wtp-steps__intro,
#shopify-section-template--29894654558556__ways_to_pass_steps_hm9Gqk .wtp-steps__intro{
    text-align: center;
      line-height: 1.6;
}
/* END_SECTION:ways-to-pass-steps */

/* START_SECTION:ways-to-pass-two-options (INDEX:88) */
/* ============================================
     Two Options Section - Estilos autocontenidos
     ============================================ */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');

  .wtp-two {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .wtp-two__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
    display: grid;
    gap: 4rem;
    align-items: center;
  }

  /* Modo con media: 2 columnas */
  .wtp-two__inner--media-single,
  .wtp-two__inner--media-slider {
    grid-template-columns: 1fr 1fr;
  }

  /* Modo sin media: 1 columna a todo el ancho */
  .wtp-two__inner--media-none {
    grid-template-columns: 1fr;
    max-width: 800px;
  }

  /* Imagen a la derecha (invierte el orden) */
  .wtp-two__inner--image-right {
    direction: rtl;
  }

  .wtp-two__inner--image-right > * {
    direction: ltr;
  }

  /* --- Imagen única --- */

  .wtp-two__media {
    width: 100%;
  }

  .wtp-two__media img {
    width: 100%;
    height: auto;
    display: block;
  }

  /* --- Contenido textual --- */

  .wtp-two__content {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding-top: 5rem;
  }

  .wtp-two__eyebrow {
    color: #3774AA;
    font-size: 0.85rem;
    font-weight: 600;
    margin: 0;
  }

  .wtp-two__heading {
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 1rem;
    line-height: 1.2;
    font-family: 'Poppins', sans-serif !important;
  }

  .wtp-two__options {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }

  @media (max-width:768px){
    .wtp-two__options {
    margin-bottom: 40px;
    }
  }

  .wtp-two__option {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  .wtp-two__option-title {
    font-size: 1.15rem;
    font-weight: 700;
    margin: 0;
    color: #39393a;
  }

  .wtp-two__option-intro {
    font-style: italic;
    color: #3774AA;
    font-weight: 500;
    margin: 0;
  }

  .wtp-two__option-description p {
    margin: 0;
    line-height: 1.55;
    color: #707070;
  }

  /* --- CTA --- */

  .wtp-two__cta {
    align-self: flex-start;
    background-color: #3774AA;
    color: #ffffff;
    padding: 5px 25px;
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.2s ease;
    display: inline-block;
    border-radius: 4px;
  }

  .wtp-two__cta:hover {
    background-color: #155590;
    color: #ffffff;
  }

  .wtp-two__cta--block {
    margin-top: 0.5rem;
  }

  .wtp-two__cta--section {
    margin-top: 1.5rem;
  }

  /* ============================================
     Reveal Slider (componente)
     ============================================ */

/* ============================================
   Reveal Slider (componente)
   ============================================ */

.reveal-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  user-select: none;
  touch-action: none;
  line-height: 0;
}

.reveal-slider__image {
  position: relative;
}

.reveal-slider__image img {
  width: 100%;
  height: auto;
  display: block;
  pointer-events: none;
}

/* Imagen "before" superpuesta, recortada por --position */
.reveal-slider__image--before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, var(--position) 0, var(--position) 100%, 0 100%);
}

.reveal-slider__image--before img {
  height: 100%;
  object-fit: cover;
}

/* Input range (invisible pero clickeable) */
.reveal-slider__range {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: transparent;
  cursor: ew-resize;
  opacity: 0;
  appearance: none;
  -webkit-appearance: none;
  z-index: 2;
}

/* Línea divisoria delgada */
.reveal-slider__handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--position);
  width: 2px;
  background-color: #ffffff;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 1;
}

/* Círculo azul con borde blanco */
.reveal-slider__handle::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 36px;
  height: 36px;
  background-color: #ffffff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

/* Ícono blanco con flechas */
.reveal-slider__handle svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  width: 18px;
  height: 18px;
  z-index: 1;
  fill: #000;
}

  /* --- Responsive --- */

  @media screen and (max-width: 767px) {
    .wtp-two__inner--media-single,
    .wtp-two__inner--media-slider,
    .wtp-two__inner--image-right {
      grid-template-columns: 1fr;
      gap: 2rem;
      direction: ltr;
    }

    .wtp-two__heading {
      font-size: 1.6rem;
    }

    .wtp-two {
      padding-top: 3rem;
      padding-bottom: 3rem;
    }

    .reveal-slider__handle::before {
      width: 40px;
      height: 40px;
    }
  }

  @media (max-width:768px){
    .wtp-two__cta{
        width: 100%;
        text-align: center;
    }
}

.wtp-two a{
    text-decoration: none !important;
}

/* 1. El media sube con top negativo */

.wtp-two__inner .wtp-two__media {
  position: relative;
  top: -40px; /* cuánto sube sobre la sección de arriba */
  z-index: 10;
}

/* 2. El inner y wtp-two NO cortan el overflow */
 .wtp-two,
 .wtp-two__inner {
  overflow: visible;
}

/* 3. El wtp-two__inner sube también para compensar el hueco */
 .wtp-two__inner {
  align-items: flex-start; /* media alineado arriba */
  margin-top: -80px; /* mismo valor que el top */
}

/* 4. La sección de arriba necesita padding-bottom para recibirlo */
 .wtp-why {
  padding-bottom: 120px; /* espacio donde "entra" el media */
  overflow: visible;
}

/* 6. Mobile: desactivar */
@media (max-width: 768px) {
  .wtp-two__inner .wtp-two__media {
    position: static;
    top: auto;
  }
   
  .wtp-two__inner {
    margin-top: 0;
  }
  .wtp-why {
    padding-bottom: inherit;
  }
    
    .wtp-two__content {
    padding-top: 1rem;
  }
}
/* END_SECTION:ways-to-pass-two-options */

/* START_SECTION:ways-to-pass-why-choose (INDEX:89) */
/* ============================================
     Why Choose Section - Estilos autocontenidos
     ============================================ */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');

  .wtp-why {
    position: relative;
    padding-top: 8rem;
    padding-bottom: 5rem;
    width: 100%;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
  }

  .wtp-why__inner {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 1.5rem;
    text-align: center;
  }

  /* --- Encabezado --- */

  .wtp-why__eyebrow {
    font-size: 0.85rem;
    font-weight: 600;
    margin: 0 0 0.5rem;
    opacity: 0.9;
  }

  .wtp-why__heading {
    font-size: 2.25rem;
    font-weight: 700;
    margin: 0 0 2rem;
    line-height: 1.2;
    font-family: 'Poppins', sans-serif !important;
  }

  /* --- Lista de beneficios --- */

  .wtp-why__list {
    list-style: disc;
    margin: 0 auto 2.5rem;
    padding-left: 1.5rem;
    text-align: left;
    max-width: 720px;
  }

  .wtp-why__item {
    margin-bottom: 0.75rem;
    line-height: 1.5;
  }

  .wtp-why__item-title {
    font-weight: 600;
    margin-right: 0.25rem;
  }

  .wtp-why__item-description {
    font-weight: 400;
  }

  /* --- CTA --- */

  .wtp-why__cta-wrapper {
    display: flex;
    justify-content: center;
  }

  .wtp-why__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    background-color: #ffffff;
    color: #3774AA;
    padding: 15px 30px;
    text-decoration: none;
    font-weight: 600;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    border-radius: 4px;
    font-weight: 700;
  }

  .wtp-why__cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    color: #3774AA;
    text-decoration: none;
  }

  .wtp-why__cta-icon {
    flex-shrink: 0;
  }

  /* --- Responsive --- */

  @media screen and (max-width: 767px) {
    .wtp-why {
      padding-top: 6rem;
      padding-bottom: 4rem;
    }

    .wtp-why__heading {
      font-size: 1.65rem;
    }
  }
/* END_SECTION:ways-to-pass-why-choose */

/* CSS from block stylesheet tags */
/* START_BLOCK:_accordion (INDEX:90) */
.animated-accordion {
    border-top: var(--border-size--thin) solid var(--color-border);
    display: block;
  }

  .animated-accordion:last-of-type {
    border-bottom: var(--border-size--thin) solid var(--color-border);
  }

  .animated-accordion__button {
    align-items: center;
    background-color: transparent;
    color: inherit;
    display: flex;
    font-weight: var(--font-body-weight);
    justify-content: space-between;
    position: relative;
    letter-spacing: 0;
    line-height: 1.3;
    padding: 1.25em 0;
    text-align: left;
    text-decoration: none;
    text-transform: none;
    width: 100%;
  }

  .animated-accordion__button:hover {
    background-color: transparent;
    color: inherit;
  }

  .animated-accordion__content {
    margin-bottom: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transform: translateY(-5px);
    transition-delay: 0s, 0s, 200ms, 200ms, 200ms;
    transition-duration: var(--transition-duration);
    transition-property: margin, max-height, opacity, transform, visibility;
    transition-timing-function: var(--transition-timing-function);
    visibility: hidden;
  }

  .animated-accordion.is-open .animated-accordion__content {
    margin-bottom: 1.25rem;
    max-height: 200vh;
    opacity: 1;
    overflow-y: auto;
    transform: translateY(0);
    visibility: visible;
    word-break: break-word;
  }

  .animated-accordion.is-open .icon--to-open {
    transform: rotate(-45deg);
  }
/* END_BLOCK:_accordion */