* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  font-size: 62.5%;
}
body {
  font-family: 'Roboto Flex', sans-serif !important;
}
.hidden {
  display: none !important;
}
.aspelCaja {
  color: #182334;
  background: #ffffff;
  overflow: hidden;
}
.aspelCaja img {
  max-width: 100%;
  height: auto;
}
.aspelCaja .container {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}
.aspelCaja .container--narrow {
  width: min(880px, calc(100% - 40px));
}
.aspelCaja__video {
  position: relative;
  background: #ffffff;
}
.aspelCaja__video__container {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin-inline: auto;
  overflow: hidden;
  border: 1px solid #dce4ee;
  border-radius: 24px;
  background: #073566;
  -webkit-box-shadow: 0 18px 45px rgba(7, 53, 102, 0.12);
          box-shadow: 0 18px 45px rgba(7, 53, 102, 0.12);
  aspect-ratio: 1.77777778;
}
.aspelCaja__video__container iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.aspelCaja .section-padding {
  padding: 88px 0;
}
.aspelCaja .section-heading {
  max-width: 780px;
  margin: 0 auto 48px;
  text-align: center;
}
.aspelCaja .section-heading h2 {
  margin: 8px 0 18px;
  color: #073566;
  font-size: 1.6rem;
  line-height: 1.12;
}
.aspelCaja .section-heading p {
  margin: 0;
  color: #5c6675;
  font-size: 1.6rem;
  line-height: 1.75;
}
.aspelCaja .section-heading--light h2,
.aspelCaja .section-heading--light p {
  color: #ffffff;
}
.aspelCaja__eyebrow {
  margin: 0 0 10px;
  color: #22a65a;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.aspelCaja .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 48px;
  padding: 13px 24px;
  border: 2px solid transparent;
  border-radius: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 750;
  text-decoration: none;
  -webkit-transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease, -webkit-transform 0.18s ease;
  transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease, -webkit-transform 0.18s ease;
  transition: transform 0.18s ease, background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease;
  transition: transform 0.18s ease, background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease, -webkit-transform 0.18s ease;
}
.aspelCaja .btn:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.aspelCaja .btn:focus-visible {
  outline: 3px solid rgba(244, 178, 35, 0.55);
  outline-offset: 3px;
}
.aspelCaja .btn--primary {
  color: #ffffff;
  background: #22a65a;
}
.aspelCaja .btn--primary:hover {
  background: #1c884a;
}
.aspelCaja .btn--secondary {
  color: #073566;
  background: #ffffff;
  border-color: rgba(7, 53, 102, 0.18);
}
.aspelCaja .btn--light {
  color: #073566;
  background: #ffffff;
}
.aspelCaja .btn--outline-light {
  color: #ffffff;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.7);
}
.aspelCaja .btn--outline-light:hover {
  color: #073566;
  background: #ffffff;
}
.aspelCaja__hero {
  position: relative;
  min-height: 690px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: linear-gradient(120deg, #062f60 0%, #0a4a91 58%, #1675c1 100%);
  isolation: isolate;
}
.aspelCaja__hero__overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 70% 15%, rgba(255, 255, 255, 0.14), transparent 32%);
  pointer-events: none;
}
.aspelCaja__hero .container {
  position: relative;
  z-index: 1;
}
.aspelCaja__hero__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1.05fr) 56px minmax(420px, 0.95fr);
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 56px;
  padding: 90px 0;
}
.aspelCaja__hero__copy {
  color: #ffffff;
}
.aspelCaja__hero__copy h1 {
  margin: 12px 0 22px;
  max-width: 760px;
  font-size: clamp(2.5rem, 5.2vw, 4.9rem);
  line-height: 1.02;
  letter-spacing: -0.035em;
}
.aspelCaja__hero__logo {
  width: min(320px, 70%);
  max-height: 110px;
  margin-bottom: 18px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
}
.aspelCaja__hero__lead {
  max-width: 680px;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.6rem;
  line-height: 1.7;
}
.aspelCaja__hero__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}
.aspelCaja__hero__media img {
  width: 100%;
  -webkit-filter: drop-shadow(0 25px 35px rgba(0, 0, 0, 0.22));
          filter: drop-shadow(0 25px 35px rgba(0, 0, 0, 0.22));
  border-radius: 10px 80px;
}
.aspelCaja__intro__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 72px minmax(360px, 0.88fr);
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.88fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 72px;
}
.aspelCaja__intro__content h2 {
  margin: 8px 0 22px;
  color: #073566;
  font-size: 1.8rem;
  line-height: 1.12;
}
.aspelCaja__intro__content > p:not(.aspelCaja__eyebrow) {
  color: #5c6675;
  font-size: 1.4rem;
  line-height: 1.8;
}
.aspelCaja__intro__media img {
  width: 100%;
  border-radius: 24px;
  -webkit-box-shadow: 0 18px 45px rgba(7, 53, 102, 0.12);
          box-shadow: 0 18px 45px rgba(7, 53, 102, 0.12);
}
.aspelCaja__checklist {
  display: -ms-grid;
  display: grid;
  gap: 14px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}
.aspelCaja__checklist li {
  position: relative;
  padding-left: 34px;
  font-weight: 650;
  line-height: 1.55;
}
.aspelCaja__checklist li::before {
  position: absolute;
  left: 0;
  width: 23px;
  height: 23px;
  display: -ms-grid;
  display: grid;
  border-radius: 50%;
  place-items: center;
  color: #ffffff;
  background: #22a65a;
  content: "✓";
}
.aspelCaja__benefits {
  background: #f5f8fc;
}
.aspelCaja__benefits__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 24px minmax(0, 1fr) 24px minmax(0, 1fr);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.aspelCaja .feature-card {
  padding: 32px 28px;
  border: 1px solid #dce4ee;
  border-radius: 20px;
  background: #ffffff;
  -webkit-box-shadow: 0 10px 26px rgba(7, 53, 102, 0.07);
          box-shadow: 0 10px 26px rgba(7, 53, 102, 0.07);
}
.aspelCaja .feature-card__icon {
  display: -ms-grid;
  display: grid;
  margin-bottom: 22px;
  border-radius: 18px;
  place-items: center;
}
.aspelCaja .feature-card__icon img {
  width: 128px;
  height: 128px;
  -o-object-fit: contain;
     object-fit: contain;
}
.aspelCaja .feature-card h3 {
  margin: 0 0 12px;
  color: #073566;
  font-size: 1.8rem;
}
.aspelCaja .feature-card p {
  margin: 0;
  color: #5c6675;
  line-height: 1.7;
  font-size: 1.4rem;
}
.aspelCaja__features {
  background: linear-gradient(135deg, #06366e 0%, #0a4a91 62%, #136fba 100%);
}
.aspelCaja__features__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 22px minmax(0, 1fr) 22px minmax(0, 1fr);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.aspelCaja__feature {
  min-height: 245px;
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 20px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
}
.aspelCaja__feature__number {
  display: block;
  margin-bottom: 32px;
  color: #f4b223;
  font-weight: 850;
  font-size: 3rem;
}
.aspelCaja__feature h3 {
  margin: 0 0 12px;
  font-size: 1.8rem;
}
.aspelCaja__feature p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.42;
  font-size: 1.4rem;
}
.aspelCaja__businesses__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 16px minmax(0, 1fr) 16px minmax(0, 1fr) 16px minmax(0, 1fr);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.aspelCaja__businesses__grid span {
  min-height: 84px;
  display: -ms-grid;
  display: grid;
  padding: 18px;
  border: 1px solid #dce4ee;
  border-radius: 14px;
  place-items: center;
  color: #073566;
  background: #f5f8fc;
  font-weight: 750;
  text-align: center;
  font-size: 1.4rem;
}
.aspelCaja__jmc {
  background: #f5f8fc;
}
.aspelCaja__jmc__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1.05fr) 68px minmax(360px, 0.8fr);
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.8fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 68px;
}
.aspelCaja__jmc__content > h2 {
  margin: 8px 0 22px;
  color: #073566;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.12;
}
.aspelCaja__jmc__content > p:not(.aspelCaja__eyebrow) {
  color: #5c6675;
  font-size: 1.4rem;
  line-height: 1.4;
}
.aspelCaja__jmc__advantages {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 18px minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}
.aspelCaja__jmc__advantages article {
  padding: 22px;
  border: 1px solid #dce4ee;
  border-radius: 16px;
  background: #ffffff;
}
.aspelCaja__jmc__advantages h3 {
  margin: 0 0 8px;
  color: #073566;
}
.aspelCaja__jmc__advantages p {
  margin: 0;
  color: #5c6675;
  line-height: 1.42;
  font-size: 1.4rem;
}
.aspelCaja__jmc__media img {
  width: 100%;
  border-radius: 24px;
  -webkit-box-shadow: 0 18px 45px rgba(7, 53, 102, 0.12);
          box-shadow: 0 18px 45px rgba(7, 53, 102, 0.12);
}
.aspelCaja__integrations__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 24px minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  max-width: 880px;
  margin-inline: auto;
}
.aspelCaja .integration-card {
  padding: 34px;
  border: 1px solid #dce4ee;
  border-left: 6px solid #f4b223;
  border-radius: 16px;
  background: #f5f8fc;
}
.aspelCaja .integration-card h3 {
  margin: 0 0 12px;
  color: #073566;
  font-size: 1.4rem;
}
.aspelCaja .integration-card p {
  margin: 0;
  color: #5c6675;
  line-height: 1.42;
  font-size: 1.4rem;
}
.aspelCaja__faq {
  background: #f5f8fc;
}
.aspelCaja__faq__list {
  display: -ms-grid;
  display: grid;
  gap: 14px;
}
.aspelCaja__faq__list details {
  overflow: hidden;
  border: 1px solid #dce4ee;
  border-radius: 14px;
  background: #ffffff;
}
.aspelCaja__faq__list summary {
  position: relative;
  padding: 22px 58px 22px 24px;
  color: #073566;
  cursor: pointer;
  font-weight: 750;
  list-style: none;
  font-size: 1.4rem;
}
.aspelCaja__faq__list summary::-webkit-details-marker {
  display: none;
}
.aspelCaja__faq__list summary::after {
  position: absolute;
  top: 50%;
  right: 22px;
  content: "+";
  color: #0a4a91;
  font-size: 1.6rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.aspelCaja__faq__list details[open] summary::after {
  content: "−";
}
.aspelCaja__faq__list p {
  margin: 0;
  padding: 0 24px 24px;
  color: #5c6675;
  line-height: 1.42;
  font-size: 1.4rem;
}
.aspelCaja__cta {
  padding: 76px 0;
  background: linear-gradient(135deg, #073566, #0a4a91);
}
.aspelCaja__cta__content {
  max-width: 850px;
  margin-inline: auto;
  color: #ffffff;
  text-align: center;
}
.aspelCaja__cta__content h2 {
  margin: 8px 0 18px;
  color: #ffffff;
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.12;
}
.aspelCaja__cta__content > p:not(.aspelCaja__eyebrow) {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.44rem;
  line-height: 1.46;
}
.aspelCaja__cta__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 14px;
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .aspelCaja__video__container {
    max-width: 850px;
    border-radius: 20px;
  }
  .aspelCaja .section-padding {
    padding: 72px 0;
  }
  .aspelCaja__hero {
    min-height: auto;
  }
  .aspelCaja__hero__content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 72px 0;
  }
  .aspelCaja__hero__copy {
    text-align: center;
  }
  .aspelCaja__hero__logo {
    -o-object-position: center;
       object-position: center;
  }
  .aspelCaja__hero__lead {
    margin-inline: auto;
  }
  .aspelCaja__hero__actions {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .aspelCaja__hero__media {
    max-width: 680px;
    margin-inline: auto;
  }
  .aspelCaja__intro__grid,
  .aspelCaja__jmc__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .aspelCaja__intro__media,
  .aspelCaja__jmc__media {
    max-width: 720px;
    margin-inline: auto;
  }
  .aspelCaja__benefits__grid,
  .aspelCaja__features__grid {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .aspelCaja__businesses__grid {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 680px) {
  .aspelCaja__video__container {
    border-radius: 14px;
  }
  .aspelCaja .container,
  .aspelCaja .container--narrow {
    width: min(72%, 1180px);
  }
  .aspelCaja .section-padding {
    padding: 56px 0;
  }
  .aspelCaja .section-heading {
    margin-bottom: 34px;
  }
  .aspelCaja .section-heading h2 {
    font-size: 2.2rem;
  }
  .aspelCaja .section-heading p {
    font-size: 1.4rem;
  }
  .aspelCaja .btn {
    width: 100%;
  }
  .aspelCaja__hero__content {
    padding: 54px 0;
  }
  .aspelCaja__hero__copy h1 {
    font-size: 2.45rem;
  }
  .aspelCaja__hero__logo {
    width: min(260px, 80%);
  }
  .aspelCaja__hero__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .aspelCaja__intro__content h2,
  .aspelCaja__jmc__content > h2 {
    font-size: 2rem;
  }
  .aspelCaja__benefits__grid,
  .aspelCaja__features__grid,
  .aspelCaja__businesses__grid,
  .aspelCaja__integrations__grid,
  .aspelCaja__jmc__advantages {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .aspelCaja .feature-card {
    padding: 26px 22px;
  }
  .aspelCaja__feature {
    min-height: auto;
    padding: 26px 22px;
  }
  .aspelCaja__businesses__grid span {
    min-height: 70px;
  }
  .aspelCaja__cta {
    padding: 58px 0;
  }
  .aspelCaja__cta__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (prefers-reduced-motion: reduce) {
  .aspelCaja *,
  .aspelCaja *::before,
  .aspelCaja *::after {
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
  }
}
