/** Shopify CDN: Minification failed

Line 463:0 Unexpected "}"

**/
:root{
    --color-foreground: #0F2C70;
    --color-background: #FF9F37;
    --text-head: 40px;
    --text-title: 36px;
    --text-medium: 28px;
    --text-body: 20px;
    --gutter: 130px;
    --Causten : "Causten";
    --Cambon : "Cambon";
}
@media screen and (max-width: 1024px) {
    :root{
        --gutter: 80px;
    }
}
@media screen and (max-width: 750px) {
    :root{
        --text-head: 25px;
        --text-title: 28px;
        --text-medium: 25px;
        --gutter: 60px;
    }
}

body {
    color: rgb(var(--color-foreground));
    background-color: rgb(var(--color-background));
    overflow-x: hidden;
    margin: 0;
    background-size: cover;
    background-image: url('/cdn/shop/files/background.jpg?v=1760509731');
    font-family: "Causten";
    line-height: 1.2;
}
p{
    font-size: var(--text-body);
}
strong{
    /* font-family: "Causten Bold"; */
}
p:empty{
    display: none;
}
.bigger{
    display: block;
    width: 100%;
}
.shopify-block.shopify-app-block, .needsclick.kl-teaser-YxgdFD, .needsclick{
    display: none !important;
}

.announcement-slider .announcement-text:before {
    content: "";
    width: 8px;
    height: 8px;
    background: rgb(var(--color-foreground));
    display: inline-block;
    border-radius: 50px;
    position: relative;
    left: -58px;
}

.btn {
    background-color: var(--color-background);
    color: white;
    text-decoration: none;
    padding: 14px 34px;
    border-radius: 6px;
    font-weight: 600;
    font-size: var(--text-body);
    cursor: pointer;
    transition: 0.3s;
    border: 0;
    font-family: "Work Sans", sans-serif;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease;
}

.btn:hover {
  background-color: #cf6a15;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  transform: translateY(-3px);
}
.event-banner {
  position: relative;
  background-size: cover;
  background-position: center;
  color: white;
  text-align: center;
  padding: 100px 20px 80px;
  overflow: hidden;
}

.event-content {
    position: relative;
    max-width: 1090px;
    margin: 0 auto;
    z-index: 2;
}

.event-logo img {
  width: 370px;
  max-width: 90%;
  margin: 0 auto 20px;
  display: block;
}

.event-subtitle {
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #f4d19c;
  margin-bottom: 0.3rem;
}

.event-title {
  font-size: var(--text-medium);
    font-family: var(--Cambon);
    letter-spacing: 1px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
}
.event-title-logo{
    max-width: 260px;
    margin: auto;
}
.event-title-logo img{
    max-width: 100%;
    margin-top: 10px;
}

.event-desc,.event-tagline  {
  font-size: var(--text-head);
  font-family: var(--Cambon);
  margin-bottom: 1rem;
}

.event-tagline {
  font-style: italic;
  font-family: var;
  margin-bottom: 2rem;
}

.event-info {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      gap: 20px;
      padding: 20px;
      font-size: var(--text-title);
      margin-bottom: 30px;
    }
    .info-item {
        flex: 1 1 200px;
        min-width: 180px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .info-item p{
        font-size: var(--text-medium)
    }
    .info-item:not(.no-line) {
        border-right: 1px solid #fff;
    }
    .event-info .border-star-reverse,
    .event-info .border-star {
        width: 90%;
        border-bottom: 1px solid #fff;
    }
    .event-desc{
      margin-top: 0.5rem;
    }
    @media (max-width: 768px) {
        body{
            background-position: unset;
        }
        .event-banner{
            background-image: url('/cdn/shop/files/Mask_group.jpg?v=1761669279') !important;
            padding: 40px 20px 50px;
        }
        .event-tagline {
            margin-bottom: 1rem;
        }
        .event-info{
          padding: 0 20px;
          gap: 0;
        }
        .info-item{
            width: 100%;
            flex: auto;
        }
        .event-desc, .event-tagline{
          margin-top: 0;
        }
        .info-item p {
            margin: 15px 0;
            font-size: 21px;
        }
        .info-item:not(.no-line) {
            border-bottom: 1px solid #fff;
            border-right: 0;
        }
        .event-title-logo{
          max-width: 210px;
        }
        .event-logo img, .event-title-logo img{
          max-width: 250px;
          width: 100%;
        }
        .event-title{
            margin-top: 0;
        }
        
        .info-item{
          gap: 16px;
          align-items: center;
          flex-direction: row;
          text-align: left;
          padding: 15px 0;
        }
         .icon{
          margin-bottom: 0;
        }
        .event-info .border-star-reverse, .event-info .border-star{
          width: 100%;
        }
    }

/* ponentes section */
.ponentes-section {
    background-size: cover;
    background-position: center;
    padding: var(--gutter) 20px 0 20px;
}

.ponentes-section .button-wrap{
    text-align: center;
    margin: calc(var(--gutter) / 2) 0 0;
}
.ponentes-container {
  max-width: 1100px;
  margin: 0 auto;
}
.head-section{
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
}
.ponentes-title {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: var(--color-foreground);
  position: relative;
  margin-bottom: 60px;
}

.ponente-card {
  background-color: var(--color-background);
  border-radius: 160px 160px 160px 0;
  display: flex;
  /* align-items: center; */
  gap: 50px;
  padding: 50px 50px;
  margin-bottom: 40px;
  flex-wrap: wrap;
  color: var(--color-foreground);
  box-shadow: 0 6px 15px #00000040;
}
.ponente-card:last-child {
    margin-bottom: 0;
}
.ponente-image {
  flex: 0 0 160px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.ponente-image img {
  /* border-radius: 100px; */
  width: 270px;
  /* height: 140px; */
  object-fit: cover;
  border-top-left-radius: 130px;
  /* background-color: #e47b0a; */
  border-top-right-radius: 130px;
}

.ponente-info {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.ponente-info h3 {
    font-size: var(--text-title);
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 0;
    text-transform: uppercase;
    position:relative;
    font-family: var(--Cambon);
}
.ponente-details .border-star, .ponente-info .border-star-reverse {
    border-bottom: 1px solid var(--color-foreground);
    width: 100%;
    position: relative;
    margin-top: 20px;
}
.ponente-details .border-star::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url(/cdn/shop/files/Star_5.svg?v=1760796826);
    height: 50px;
    width: 50px;
    background-size: 80%;
    background-repeat: no-repeat;
    background-color: var(--color-background);
    background-position: center right;
    transform: translate(0, 50%);
}
.ponente-info .border-star-reverse{
    margin: 12px 0 0;
    width: 90% !important;
}
.ponente-info .border-star-reverse::after{
    content: "";
    position: absolute;
    left: 0;
    /* top: 0; */
    bottom: 0;
    background-image: url(/cdn/shop/files/Star_5.svg?v=1760796826);
    height: 50px;
    width: 50px;
    background-size: 80%;
    background-repeat: no-repeat;
    background-color: var(--color-background);
    background-position: center left;
    transform: translate(0, 50%);
}
.ponente-info h3:after {
    content: '';
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    background-image: url('/cdn/shop/files/Isolation_Mode.svg?v=1760516214');
    height: 45px;
    width: 45px;
    background-size: contain;
    background-repeat: no-repeat;
}

.ponente-details {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.ponente-col {
  flex: 1;
}
.ponente-col:first-child .ponente-detail{
  padding-right: 20px;
}
.ponente-col:not(:last-child) {
  border-right: 1px solid var(--color-foreground);
}
.ponente-detail.detail-importancia{
  /* padding-top: 10px; */
}
.ponente-col strong {
    font-style: italic;
}

.ponente-col p {
  margin: 6px 0;
}

.ponente-regalo {
  border-top: 1px solid var(--color-foreground);
  margin-top: 12px;
  padding-top: 12px;
  margin-bottom: 10px;
}

@media (min-width: 767px) {
  .detail-trayectoria{
    padding-right: 20px;
  }
  .ponente-col .ponente-detail:nth-child(2) {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .ponente-card {
    flex-direction: column;
    text-align: center;
    padding: 25px;
    padding-bottom: 10px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 330px 330px 0 0;
    gap: 20px;
  }
  .ponente-details {
    flex-direction: column;
    text-align: left;
    gap: 10px;
  }
  .ponente-info .border-star-reverse::after,
  .ponente-info .border-star::after{
    height: 25px;
    width: 25px;
  }
  .ponente-info .border-star-reverse{
    margin: 12px 0 12px;
  }
}
@media (max-width: 420px) {
  .ponente-image img {
    width: 90%;
  }
}
.ponente-col:not(:last-child){
      /* border-bottom: 1px solid var(--color-foreground); */
      border-right: 0;
      padding-bottom: 10px;
  }
  .ponente-regalo{
    padding-top: 10px;
    text-align: left;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .ponente-detail.detail-importancia{
    /* margin-top: 20px;
    padding-top: 10px; */
  }
  .ponente-info h3{
    margin: 0;
  }
  
  .ponente-info h3:after {
    content: unset;
  }
}
/* image- with text */
.viviremos-section {
  background-size: cover;
  background-position: center;
  padding: var(--gutter) 20px;
  position: relative;
  padding-bottom: 0;
}

.viviremos-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(var(--gutter) / 2);
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.viviremos-image {
  flex: 1 1 350px;
  max-width: 400px;
  display: flex;
  justify-content: center;
}

.hexagon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  clip-path: inherit;
  display: block;
}

.viviremos-content {
  flex: 1 1 400px;
  text-align: center;
  color: var(--color-foreground);
}

.viviremos-content h2, .title {
  font-size: var(--text-head);
  font-weight: 700;
  color: var(--color-foreground);
  text-align: center;
  font-family: var(--Cambon);
  margin-bottom: 20px;
}

.title.top-botttom-border {
  position: relative; /* important for absolute positioning */
  display: inline-block; /* or block, depending on your layout */
  margin-bottom: 60px;
  line-height: 2; 
}

.title.top-botttom-border::before {
  content: ''; /* was "contain" — incorrect */
  position: absolute;
  top: -35px;
  left: 40px;
  background-image: url('/cdn/shop/files/border.svg?v=1760732230');
  background-repeat: no-repeat;
  background-size: contain;
  height: 60px;
  width: 110%;
}
.title.top-botttom-border::after {
  content: ''; /* was "contain" — incorrect */
  position: absolute;
  bottom: -45px;
  right: 40px;
  background-image: url('/cdn/shop/files/border-right-left.svg?v=1760733007');
  background-repeat: no-repeat;
  background-size: contain;
  height: 60px;
  width: 110%;
}
.viviremos-content p {
  font-size: var(--text-medium);
  margin-bottom: 30px;
}


@media (max-width: 768px) {
  .viviremos-container {
    flex-direction: column;
    text-align: center;
  }
  .viviremos-content {
    text-align: center;
  }

}
/* experiencias section */

.experiencias-section {
  background-size: cover;
  background-position: center;
  padding: var(--gutter) 0 calc(var(--gutter) / 2);
  position: relative;
  overflow: hidden;
}

.experiencia-card {
  display: flex;
  justify-content: center;
}

.experiencia-inner {
  background-color: var(--color-foreground);
  color: #fff;
  border-radius: 260px 260px 0 0;
  width: auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px;
  padding-bottom: 0;
}

.experiencia-img {
  width: 100%;
  height: 380px;
  overflow: hidden;
  border-radius: 230px 230px 0 0;
}

.experiencia-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.experiencia-content {
  padding: 20px 15px 0;
  text-align: center;
}

.experiencia-content h3 {
  font-size: var(--text-medium);
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 0;
  text-transform: uppercase;
  font-family: var(--Cambon)
}

.experiencia-content p {
  font-size: var(--text-body);
}

/* Swiper Controls */
.swiper-button-next,
.swiper-button-prev {
  color: var(--color-foreground);
}

.swiper-pagination-bullet {
  background: var(--color-foreground);;
}

@media (max-width: 768px) {
  .experiencia-inner {
    /* width: 200px; */
    margin-left: 20px;
    margin-right: 20px;
  }
   .experiencias-container .title.top-botttom-border:before, 
   .experiencias-container .title.top-botttom-border:after{
    height: 42px;
    max-width: 98%;
  }
  .experiencias-container .title{
    max-width:90%;
  }
}
/* Why attend */
.svg-white {
  filter: brightness(0) invert(1);
}
.why-attend {
  background: var(--color-foreground); /* adjust to your blue */
  background-image: URL('/cdn/shop/files/Group_111.png?v=1761911574');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
  padding: var(--gutter) 20px;
  position: relative;
  overflow: hidden;
}

.why-attend__container {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}

.why-attend__grid {
  display: grid;
  gap: calc(var(--gutter) / 1.2);
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  position: relative;
  justify-items: center;
}

.why-attend__circle {
  /* background: #F68B1E; */
  border-radius: 50%;
  width: 250px;
  height: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 25px;
  color: #fff;
  background-size: contain;
  background-image: url('/cdn/shop/files/Star_14.png?v=1760789267');
}

.why-attend__circle p{
  font-size: 21px;
}
.why-attend__circle img {
  /* width: 60px;
  margin-bottom: 15px; */
  max-height: 90px;
}

.why-attend__center h2{
    font-size: var(--text-head);
    margin: 10px auto;
    font-family: var(--Cambon);
}
.why-attend__center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -74%);
    background: #e8881c;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: var(--text-body);
    color: #fff;
    text-align: center;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
}

.why-attend__btn {
  margin-top: var(--gutter);
}

@media (max-width: 768px) {
  .why-attend__grid {
    grid-template-columns: 1fr;
  }
  .why-attend__center {
    position: relative;
    transform: none;
    margin: 40px auto;
    margin: 0 auto;
    margin-bottom: 40px;
    top: unset;
    left: unset;
  }
  .title.top-botttom-border{
    line-height: 1.2;
  }
  .title.top-botttom-border::before, .title.top-botttom-border::after {
    height: 30px;
  }
  .title.top-botttom-border:after{
    right: 0;
    margin-bottom: 10px;
  }
  .title.top-botttom-border::before{
    left: 0;
  }
}
/* Titckit section */
.tickets-wrapper {
  padding: var(--gutter) 0 0;
}
.tickets-head .tickets-col{
    background-color: var(--color-foreground);
    color: var(--color-background);
    border-right: 1px solid var(--color-background);
}
.tickets-col .bigger{
    font-size: 12px;
    font-style: italic;
}
.tickets-inner {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}
.tickets-image{
    position: relative;
    z-index: 1; 
}
.tickets-image::before{
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    width: calc(100% + 20px);
    height: calc(100% + 40px);
    background-color: var(--color-foreground);
    z-index: -1;
    border-radius: 0 30px 30px 0;
}
.tickets-image img {
  border-radius: 0 20px 20px 0;
  max-width: 100%;
}
.tickets-content {
    flex: 1;
    margin-right: 20px;
}
body.klaviyo-prevent-body-scrolling{
    overflow: unset !important;
}
.hide-desktop{
    display: none !important;
}
@media (min-width: 767px){
  .tickets-image{
    position: relative;
    z-index: 1; 
    max-width: 50%;
  }
  .tickets-content .title.top-botttom-border{
    margin-top: -60px;
  }
  .tickets-content .title.top-botttom-border:before,
  .tickets-content .title.top-botttom-border:after{
    height: 50px;
  }
}
@media (max-width: 768px){
  .tickets-image img{
    border-radius: 20px;
  }
    .tickets-image::before{
        content: unset;
    }
    .tickets-content {
        margin-right: 0px;
    }
    .tickets-content .head-section{
        margin-bottom: 0px;
    }
    .tickets-wrapper {
        padding: var(--gutter) 20px 0;
    }
    .hide-mobile{
        display: none !important;
    }
    .hide-desktop{
        display: block !important;
    }
    .btn{
        padding: 14px 28px;
    }
    .tickit-action {
        margin: 20px 0 30px;
    }
}
.tickets-content .title.top-botttom-border:before{
    background-size: cover;
    background-position: right;
}
.tickets-content .title.top-botttom-border:after{
    background-size: cover;
    background-position: left;
}
.tickets-title {
  font-family: var(--font-heading);
  text-align: center;
  margin-bottom: 20px;
}
.tickets-table {
  border: 1px solid var(--color-foreground);
}
.tickets-row {
  display: flex;
}
.tickit-image{
    flex: 1;
}
.tickets-col {
    flex: 1;
    text-align: center;
    padding: 10px;
}
.tickets-row .tickets-col{
    border-right: 1px solid var(--color-foreground);
    display: flex;
    justify-content: center;
    font-family: "Causten Bold";
    flex-wrap: wrap;
}
.more-qty{
    margin: 10px 0;
    position: relative;
}
.tickets-row:not(:last-child) .tickets-col{
    border-bottom: 1px solid var(--color-foreground);
}
.tickets-row .tickets-col p{
    font-size: var(--text-medium);
}
.tickets-row .tickets-col .price{
  width: 100%;
  color: var(--color-foreground);
  margin: 10px 0 15px;
}
.tickets-row .tickets-col .price.more-qty{
  width: max-content;
}
.tickets-row .tickets-col img{
    max-width: 130px;
    object-fit: contain;
}
.tickets-col:last-child {
  border-right: none;
}
.qty-control {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--color-foreground);
  border-radius: 21px;
  margin-bottom: 10px;
  overflow: hidden;
  box-shadow: 0 5px 20px #0000004d;
  transform: translateY(-3px);
}
.tickit-actions .btn{
  margin-bottom: 20px;
}
.qty-control button {
  background: none;
  border: none;
  padding: 8px 12px;
  font-size: var(--text-body);
  cursor: pointer;
}
.tickets-actions{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.tickit-action{
    text-align: center;
    margin-top: 30px;
}
.qty-control input {
  width: 40px;
  text-align: center;
  background: transparent;
  border: none;
}
.buy-now-btn {
  background: var(--color-foreground);
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 8px;
  cursor: pointer;
  margin-left: 10px;
}
/* Footer */
.encuentro-hero {
      text-align: center;
      padding: var(--gutter) 20px calc(var(--gutter) / 2);
      padding-bottom: 0;
      position: relative;
      overflow: hidden;
    }

    .encuentro-hero__content {
      position: relative;
      z-index: 2;
    }

    .subtitle {
      font-size: var(--text-title);
      color: var(--color-foreground);
      margin-bottom: 30px;
    }

    .encuentro-hero__footer {
        /* background-color: var(--color-foreground);
        color: #fff;
        border-radius: 50% 0 0; */
        
        /* position: relative;
        z-index: 2; */
    }
    .encuentro-hero__footer .event-logo img{
        width: 560px;
        max-width: 50%;
        margin-top: var(--gutter);
        padding: 50px 20px 20px;
        margin-bottom: 0;
    }
/* Overlay... */

.overlay {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9999;
}

.overlay .corner {
  position: absolute;
  width: 80px;         /* slightly larger for visibility */
  height: 80px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

/* --- Top Left --- */
.corner.top-left {
  background-image: url('/cdn/shop/files/Golden_Ls_NUMERANA_2.png?v=1761137759');
  top: 20px;           /* adds breathing space */
  left: 20px;
  transform: rotate(0deg);
}

/* --- Top Right --- */
.corner.top-right {
  background-image: url('/cdn/shop/files/top-right.png?v=1761138517');
  top: 20px;
  right: 20px;
}

/* --- Bottom Left --- */
.corner.bottom-left {
  background-image: url('/cdn/shop/files/bottom-left.png?v=1761138517');
  bottom: 20px;
  left: 20px;
}

/* --- Bottom Right --- */
.corner.bottom-right {
  background-image: url('/cdn/shop/files/bottom-right.png?v=1761138517');
  bottom: 20px;
  right: 20px;
}
.more-qty::before, .more-qty::after{
  background-image: url('/cdn/shop/files/Star_29.png?v=1761928694');
  content: "";
  position: absolute;
  height: 30px;
  width: 30px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  bottom: 0;
}
.more-qty::before{
  left: -40px;
}
.more-qty::after{
  right: -40px;
}
/* --- Responsive Tuning --- */
@media (max-width: 768px) {
  .tickit-actions .btn{
    /* margin-bottom: 0; */
  }
  .overlay .corner {
    width: 45px;
    height: 45px;
  }
  .tickets-table.hide-desktop:not(:last-child){
    margin-bottom: 30px;
  }
  .encuentro-hero__footer .event-logo img{
    padding: 20px 20px 0;
    margin-bottom:0;
  }
}
@media (max-width: 500px) {
  .tickets-row .tickets-col .price.more-qty{
    max-width: 240px;
  }
  .more-qty::before, .more-qty::after{
    bottom: 10px;
  }
}
@media (max-width: 330px) {
  .tickets-row .tickets-col .price.more-qty{
    max-width: 180px;
  }
}