/* =========================================================
   TIENDAPYMES · HERO REDISEÑADO
========================================================= */

.tp2-hero {
  position: relative;
  overflow: hidden;

  min-height: 920px;

  padding: 145px 24px 55px;

  background:
    radial-gradient(circle at 82% 24%, rgba(20,139,80,.16), transparent 30%),
    radial-gradient(circle at 20% 85%, rgba(242,140,40,.08), transparent 26%),
    #151b18;
}

.tp2-hero__inner {
  width: min(1220px, 100%);
  margin: 0 auto;

  display: grid;

  grid-template-columns:
    minmax(0, .92fr)
    minmax(520px, 1.08fr);

  gap: 75px;

  align-items: center;
}


/* =========================================================
   COPY
========================================================= */

.tp2-hero__eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;

  margin-bottom: 24px;

  font-size: 10px;
  font-weight: 800;
  letter-spacing: .18em;

  color: #8d9891;
}

.tp2-hero__eyebrow::before {
  content: "";

  width: 28px;
  height: 2px;

  background: #f28c28;
}

.tp2-hero__title {
  max-width: 700px;

  margin: 0;

  font-size: clamp(58px, 6.5vw, 100px);
  line-height: .91;
  letter-spacing: -.065em;
  font-weight: 650;

  color: #fff;
}

.tp2-hero__title span {
  display: block;

  color: #36b66d;
}

.tp2-hero__lead {
  max-width: 620px;

  margin: 30px 0 0;

  font-size: clamp(17px, 1.6vw, 22px);
  line-height: 1.65;

  color: #a0aba4;
}


/* =========================================================
   PROMESA
========================================================= */

.tp2-hero__promise {
  margin-top: 28px;

  padding-left: 20px;

  border-left: 2px solid #f28c28;
}

.tp2-hero__promise strong {
  display: block;

  font-size: 19px;
  font-weight: 600;

  color: #fff;
}

.tp2-hero__promise span {
  display: block;

  margin-top: 4px;

  font-size: 12px;

  color: #7f8a83;
}


/* =========================================================
   BOTONES
========================================================= */

.tp2-hero__actions {
  margin-top: 36px;

  display: flex;
  align-items: center;
  flex-wrap: wrap;

  gap: 24px;
}

.tp2-hero__button {
  min-height: 56px;

  padding: 0 20px 0 24px;

  display: inline-flex;
  align-items: center;

  gap: 18px;

  border-radius: 999px;

  background: #f28c28;

  text-decoration: none;

  font-size: 9px;
  font-weight: 800;
  letter-spacing: .13em;

  color: #fff;

  box-shadow:
    0 16px 38px rgba(242,140,40,.16);

  transition:
    transform .3s ease,
    box-shadow .3s ease;
}

.tp2-hero__button span {
  width: 35px;
  height: 35px;

  display: grid;
  place-items: center;

  border-radius: 50%;

  background: #fff;

  font-size: 17px;

  color: #f28c28;

  transition: transform .3s ease;
}

.tp2-hero__button:hover {
  transform: translateY(-3px);

  box-shadow:
    0 22px 48px rgba(242,140,40,.22);
}

.tp2-hero__button:hover span {
  transform: translateX(4px);
}


.tp2-hero__link {
  display: inline-flex;
  align-items: center;

  gap: 9px;

  text-decoration: none;

  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;

  color: #87938b;
}

.tp2-hero__link span {
  color: #36b66d;
}


/* =========================================================
   FEATURES
========================================================= */

.tp2-hero__features {
  margin-top: 46px;

  display: flex;
  flex-wrap: wrap;
  align-items: center;

  gap: 10px;
}

.tp2-hero__features span {
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .13em;

  color: #626e66;
}

.tp2-hero__features i {
  width: 4px;
  height: 4px;

  border-radius: 50%;

  background: #f28c28;
}


/* =========================================================
   VISUAL
========================================================= */

.tp2-hero__visual {
  position: relative;

  min-height: 620px;

  display: flex;
  align-items: center;
  justify-content: center;
}


/* =========================================================
   TIEMPO
========================================================= */

.tp2-hero__time {
  position: absolute;
  z-index: 6;

  top: 5px;
  left: 5px;

  width: 145px;
  height: 145px;

  padding: 20px;

  display: flex;
  flex-direction: column;
  justify-content: center;

  border-radius: 50%;

  background: #f28c28;

  box-shadow:
    0 22px 55px rgba(242,140,40,.18);

  animation: tp2FloatA 5s ease-in-out infinite;
}

.tp2-hero__time small {
  max-width: 95px;

  font-size: 7px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: .11em;

  color: rgba(255,255,255,.72);
}

.tp2-hero__time strong {
  margin-top: 3px;

  font-size: 43px;
  line-height: .9;
  letter-spacing: -.06em;

  color: #fff;
}

.tp2-hero__time span {
  margin-top: 4px;

  font-size: 8px;
  font-weight: 800;
  letter-spacing: .14em;

  color: #fff;
}


/* =========================================================
   STORE
========================================================= */

.tp2-store {
  position: relative;
  z-index: 4;

  width: min(510px, 100%);

  padding: 19px;

  border-radius: 28px;

  background: #f5f7f5;

  box-shadow:
    0 45px 100px rgba(0,0,0,.28);

  transform: rotate(1.5deg);

  transition: transform .45s ease;
}

.tp2-hero__visual:hover
.tp2-store {
  transform:
    rotate(0deg)
    translateY(-5px);
}


/* =========================================================
   STORE HEADER
========================================================= */

.tp2-store__header {
  height: 55px;

  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tp2-store__brand {
  display: flex;
  align-items: center;

  gap: 10px;
}

.tp2-store__brand > span {
  width: 34px;
  height: 34px;

  display: grid;
  place-items: center;

  border-radius: 50%;

  background: #151b18;

  font-size: 10px;
  font-weight: 800;

  color: #fff;
}

.tp2-store__brand strong {
  display: block;

  font-size: 9px;
  letter-spacing: .08em;

  color: #17201b;
}

.tp2-store__brand small {
  display: block;

  margin-top: 2px;

  font-size: 6px;
  letter-spacing: .14em;

  color: #969f9a;
}

.tp2-store__cart {
  display: flex;
  align-items: center;

  gap: 7px;

  font-size: 7px;
  font-weight: 800;
  letter-spacing: .08em;

  color: #7e8882;
}

.tp2-store__cart span {
  width: 23px;
  height: 23px;

  display: grid;
  place-items: center;

  border-radius: 50%;

  background: #148b50;

  color: #fff;
}


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

.tp2-store__hero {
  position: relative;

  min-height: 165px;

  padding: 25px;

  display: grid;

  grid-template-columns:
    1fr 140px;

  align-items: center;

  gap: 15px;

  overflow: hidden;

  border-radius: 19px;

  background:
    linear-gradient(
      140deg,
      #18211c,
      #25362d
    );
}

.tp2-store__hero small {
  display: block;

  margin-bottom: 9px;

  font-size: 7px;
  font-weight: 800;
  letter-spacing: .14em;

  color: #36b66d;
}

.tp2-store__hero strong {
  position: relative;
  z-index: 2;

  font-size: 27px;
  line-height: .98;
  letter-spacing: -.04em;

  color: #fff;
}

.tp2-store__hero strong span {
  display: block;

  color: #f28c28;
}

.tp2-store__mini-button {
  width: fit-content;

  margin-top: 17px;
  padding: 8px 11px;

  border-radius: 999px;

  background: #fff;

  font-size: 7px;
  font-weight: 800;
  letter-spacing: .09em;

  color: #17201b;
}

.tp2-store__hero-shape {
  width: 130px;
  height: 130px;

  border-radius: 50%;

  background: #f28c28;

  transform: translate(25px, 20px);

  box-shadow:
    -25px -10px 0 rgba(54,182,109,.18);
}


/* =========================================================
   PRODUCTOS
========================================================= */

.tp2-store__products {
  margin-top: 11px;

  display: grid;

  grid-template-columns:
    repeat(3, 1fr);

  gap: 8px;
}

.tp2-product {
  padding: 7px;

  border-radius: 13px;

  background: #fff;

  border: 1px solid #e5eae6;

  transition:
    transform .3s ease,
    box-shadow .3s ease;
}

.tp2-product:hover {
  transform: translateY(-4px);

  box-shadow:
    0 12px 25px rgba(18,28,23,.08);
}

.tp2-product__image {
  height: 88px;

  margin-bottom: 8px;

  display: grid;
  place-items: center;

  border-radius: 9px;

  background: #edf1ee;
}

.tp2-product__image span {
  display: block;
}

.tp2-product__image--1 span {
  width: 48px;
  height: 60px;

  border-radius:
    18px 18px 8px 8px;

  background: #148b50;
}

.tp2-product__image--2 span {
  width: 57px;
  height: 57px;

  border-radius: 50%;

  background: #f28c28;
}

.tp2-product__image--3 span {
  width: 58px;
  height: 44px;

  border-radius: 8px;

  background: #202a24;

  transform: rotate(-7deg);
}

.tp2-product small {
  display: block;

  font-size: 6px;

  color: #919b95;
}

.tp2-product strong {
  display: block;

  margin-top: 3px;

  font-size: 10px;

  color: #17201b;
}


/* =========================================================
   ORDER
========================================================= */

.tp2-store__order {
  min-height: 64px;

  margin-top: 11px;
  padding: 10px 12px;

  display: grid;

  grid-template-columns:
    34px 1fr auto;

  gap: 10px;

  align-items: center;

  border-radius: 14px;

  background:
    rgba(20,139,80,.07);

  border:
    1px solid rgba(20,139,80,.11);
}

.tp2-store__order-icon {
  width: 32px;
  height: 32px;

  display: grid;
  place-items: center;

  border-radius: 50%;

  background: #148b50;

  font-size: 9px;

  color: #fff;
}

.tp2-store__order small {
  display: block;

  font-size: 6px;
  font-weight: 800;
  letter-spacing: .11em;

  color: #148b50;
}

.tp2-store__order strong {
  display: block;

  margin-top: 3px;

  font-size: 9px;

  color: #17201b;
}

.tp2-store__order-now {
  font-size: 6px;
  font-weight: 800;

  color: #838d87;
}


/* =========================================================
   FLOATING
========================================================= */

.tp2-floating {
  position: absolute;
  z-index: 7;

  padding: 13px 16px;

  display: flex;
  align-items: center;

  gap: 10px;

  border-radius: 16px;

  background:
    rgba(27,37,31,.95);

  border:
    1px solid rgba(255,255,255,.08);

  box-shadow:
    0 20px 50px rgba(0,0,0,.20);
}

.tp2-floating small {
  display: block;

  margin-bottom: 3px;

  font-size: 6px;
  font-weight: 800;
  letter-spacing: .11em;

  color: #69756e;
}

.tp2-floating strong {
  display: block;

  font-size: 9px;

  color: #fff;
}


.tp2-floating--products {
  right: -10px;
  top: 115px;

  animation:
    tp2FloatA 5s ease-in-out infinite;
}

.tp2-floating--products > span {
  width: 30px;
  height: 30px;

  display: grid;
  place-items: center;

  border-radius: 50%;

  background: #f28c28;

  color: #fff;
}


.tp2-floating--online {
  left: -15px;
  bottom: 65px;

  animation:
    tp2FloatB 5.5s ease-in-out infinite;
}

.tp2-floating--online > span {
  width: 8px;
  height: 8px;

  border-radius: 50%;

  background: #36b66d;

  box-shadow:
    0 0 0 5px rgba(54,182,109,.08);
}


/* =========================================================
   BOTTOM
========================================================= */

.tp2-hero__bottom {
  width: min(1220px, 100%);
  margin: 65px auto 0;

  padding-top: 27px;

  display: grid;

  grid-template-columns:
    auto 1fr
    auto 1fr
    auto 1fr
    auto;

  align-items: center;

  gap: 14px;

  border-top:
    1px solid rgba(255,255,255,.07);
}

.tp2-hero__bottom > div {
  display: flex;
  align-items: center;

  gap: 8px;
}

.tp2-hero__bottom span {
  font-size: 7px;
  font-weight: 800;

  color: #59655e;
}

.tp2-hero__bottom strong {
  white-space: nowrap;

  font-size: 8px;
  font-weight: 800;
  letter-spacing: .12em;

  color: #758179;
}

.tp2-hero__bottom > i {
  height: 1px;

  background:
    linear-gradient(
      90deg,
      rgba(255,255,255,.05),
      rgba(54,182,109,.28)
    );
}

.tp2-hero__bottom-active strong {
  color: #36b66d;
}


/* =========================================================
   FLOATS
========================================================= */

@keyframes tp2FloatA {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }

}

@keyframes tp2FloatB {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(8px);
  }

}


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

@media (max-width: 1050px) {

  .tp2-hero__inner {
    grid-template-columns: 1fr;

    gap: 70px;
  }

  .tp2-hero__copy {
    max-width: 820px;
  }

  .tp2-hero__visual {
    width: min(650px, 100%);
    margin: 0 auto;
  }

}


@media (max-width: 700px) {

  .tp2-hero {
    min-height: auto;

    padding:
      115px 20px
      50px;
  }

  .tp2-hero__title {
    font-size:
      clamp(50px, 14vw, 74px);
  }

  .tp2-hero__visual {
    min-height: 560px;
  }

  .tp2-hero__time {
    width: 115px;
    height: 115px;

    left: 0;

    padding: 15px;
  }

  .tp2-hero__time strong {
    font-size: 34px;
  }

  .tp2-store {
    transform: none;
  }

  .tp2-floating--products {
    right: 0;
  }

  .tp2-floating--online {
    left: 0;
  }

  .tp2-hero__bottom {
    grid-template-columns: 1fr;

    gap: 13px;
  }

  .tp2-hero__bottom > i {
    width: 1px;
    height: 17px;

    margin-left: 4px;
  }

}


@media (max-width: 480px) {

  .tp2-hero__actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .tp2-store {
    padding: 13px;
  }

  .tp2-store__hero {
    grid-template-columns: 1fr 90px;

    padding: 19px;
  }

  .tp2-store__hero-shape {
    width: 100px;
    height: 100px;
  }

  .tp2-store__products {
    gap: 5px;
  }

  .tp2-product {
    padding: 5px;
  }

  .tp2-product__image {
    height: 68px;
  }

  .tp2-floating--products {
    display: none;
  }

}
/* =========================================================
   TIENDAPYMES
   BLOQUE 02 · NOSOTROS YA HICIMOS LA PARTE DIFÍCIL
========================================================= */

.tp-done {
  position: relative;
  overflow: hidden;

  padding: 125px 24px;

  background: #f4f6f4;
}

.tp-done__inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}


/* =========================================================
   CABECERA
========================================================= */

.tp-done__head {
  max-width: 900px;
  margin-bottom: 65px;
}

.tp-done__eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;

  margin-bottom: 20px;

  font-size: 11px;
  font-weight: 700;
  letter-spacing: .18em;

  color: #737d77;
}

.tp-done__eyebrow::before {
  content: "";

  width: 28px;
  height: 2px;

  background: #f28c28;
}

.tp-done__title {
  margin: 0;

  font-size: clamp(43px, 5.4vw, 76px);
  line-height: 1.02;
  letter-spacing: -.05em;

  color: #151b18;
}

.tp-done__title span {
  display: block;

  color: #148b50;
}

.tp-done__intro {
  max-width: 750px;

  margin: 24px 0 0;

  font-size: 17px;
  line-height: 1.75;

  color: #707a74;
}


/* =========================================================
   JOURNEY
========================================================= */

.tp-done__journey {
  display: grid;

  grid-template-columns:
    minmax(0, 1fr)
    125px
    minmax(0, 1fr);

  gap: 16px;

  align-items: stretch;
}


/* =========================================================
   LADOS
========================================================= */

.tp-done__side {
  min-height: 510px;

  padding: 34px;

  display: flex;
  flex-direction: column;

  border-radius: 28px;

  transition:
    transform .35s ease,
    box-shadow .35s ease,
    border-color .35s ease;
}

.tp-done__side:hover {
  transform: translateY(-5px);
}


/* tecnología */

.tp-done__side--tech {
  background:
    radial-gradient(
      circle at 90% 5%,
      rgba(54,182,109,.12),
      transparent 32%
    ),
    #151b18;

  border:
    1px solid rgba(255,255,255,.06);

  box-shadow:
    0 25px 60px rgba(18,28,23,.10);
}


/* negocio */

.tp-done__side--business {
  background:
    radial-gradient(
      circle at 90% 5%,
      rgba(242,140,40,.08),
      transparent 32%
    ),
    #fff;

  border:
    1px solid rgba(20,30,25,.06);
}

.tp-done__side--business:hover {
  box-shadow:
    0 22px 55px rgba(18,28,23,.07);
}


/* =========================================================
   TOP
========================================================= */

.tp-done__side-top {
  display: flex;
  justify-content: space-between;
  align-items: center;

  gap: 20px;
}

.tp-done__tag {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .15em;

  color: #8d9791;
}

.tp-done__side--tech
.tp-done__tag {
  color: #748078;
}

.tp-done__status {
  padding: 7px 10px;

  border-radius: 999px;

  background:
    rgba(54,182,109,.09);

  border:
    1px solid rgba(54,182,109,.15);

  font-size: 8px;
  font-weight: 800;
  letter-spacing: .11em;

  color: #36b66d;
}

.tp-done__status--orange {
  background:
    rgba(242,140,40,.08);

  border-color:
    rgba(242,140,40,.13);

  color: #f28c28;
}


/* =========================================================
   TEXTO
========================================================= */

.tp-done__side h3 {
  margin: 65px 0 0;

  font-size: clamp(32px, 3.2vw, 45px);
  line-height: 1;
  letter-spacing: -.04em;

  color: #17201b;
}

.tp-done__side--tech h3 {
  color: #fff;
}

.tp-done__side > p {
  max-width: 500px;

  margin: 16px 0 0;

  font-size: 14px;
  line-height: 1.75;

  color: #747e78;
}

.tp-done__side--tech > p {
  color: #909c95;
}


/* =========================================================
   LISTADO TECNOLOGÍA
========================================================= */

.tp-done__tech-list {
  margin-top: auto;
  padding-top: 35px;

  display: flex;
  flex-direction: column;

  gap: 9px;
}

.tp-done__tech-list > div {
  min-height: 48px;

  padding: 9px 12px;

  display: grid;

  grid-template-columns:
    30px 1fr;

  gap: 10px;

  align-items: center;

  border-radius: 13px;

  background:
    rgba(255,255,255,.03);

  border:
    1px solid rgba(255,255,255,.05);

  transition:
    background .25s ease,
    transform .25s ease;
}

.tp-done__tech-list > div:hover {
  transform: translateX(4px);

  background:
    rgba(54,182,109,.05);
}

.tp-done__tech-list span {
  width: 27px;
  height: 27px;

  display: grid;
  place-items: center;

  border-radius: 50%;

  background:
    rgba(54,182,109,.09);

  font-size: 8px;

  color: #36b66d;
}

.tp-done__tech-list strong {
  font-size: 10px;
  font-weight: 500;

  color: #b7c0ba;
}


/* =========================================================
   NEGOCIO
========================================================= */

.tp-done__business-list {
  margin-top: auto;
  padding-top: 35px;

  display: flex;
  flex-direction: column;

  gap: 9px;
}

.tp-done__business-item {
  min-height: 65px;

  padding: 11px 13px;

  display: grid;

  grid-template-columns:
    38px 1fr;

  gap: 12px;

  align-items: center;

  border-radius: 14px;

  background: #f6f8f6;

  border:
    1px solid rgba(20,30,25,.05);

  transition:
    transform .25s ease,
    border-color .25s ease;
}

.tp-done__business-item:hover {
  transform: translateX(4px);

  border-color:
    rgba(242,140,40,.18);
}

.tp-done__business-number {
  width: 34px;
  height: 34px;

  display: grid;
  place-items: center;

  border-radius: 50%;

  background:
    rgba(242,140,40,.09);

  font-size: 8px;
  font-weight: 800;

  color: #f28c28;
}

.tp-done__business-item strong {
  display: block;

  font-size: 11px;

  color: #17201b;
}

.tp-done__business-item small {
  display: block;

  margin-top: 4px;

  font-size: 9px;

  color: #89928d;
}


/* =========================================================
   CENTRO
========================================================= */

.tp-done__center {
  display: flex;
  flex-direction: column;

  align-items: center;
  justify-content: center;
}

.tp-done__center-line {
  width: 1px;

  flex: 1;

  background:
    linear-gradient(
      180deg,
      transparent,
      #d5ddd8,
      transparent
    );
}

.tp-done__center-core {
  width: 95px;
  height: 95px;

  margin: 15px 0;

  display: flex;
  flex-direction: column;

  align-items: center;
  justify-content: center;

  border-radius: 50%;

  background: #fff;

  border:
    1px solid #dce2de;

  box-shadow:
    0 15px 40px rgba(18,28,23,.08);
}

.tp-done__center-core span {
  font-size: 22px;
  font-weight: 400;

  color: #f28c28;
}

.tp-done__center-core strong {
  margin-top: 3px;

  font-size: 8px;
  font-weight: 800;
  letter-spacing: .10em;

  color: #17201b;
}


/* =========================================================
   RESULTADO
========================================================= */

.tp-done__result {
  margin-top: 18px;

  padding: 45px;

  display: grid;

  grid-template-columns:
    minmax(0, .8fr)
    minmax(420px, 1.2fr);

  gap: 55px;

  align-items: center;

  border-radius: 28px;

  background:
    linear-gradient(
      145deg,
      #ffffff,
      #f7faf8
    );

  border:
    1px solid rgba(20,30,25,.06);
}

.tp-done__result-copy > span {
  display: block;

  margin-bottom: 12px;

  font-size: 9px;
  font-weight: 800;
  letter-spacing: .15em;

  color: #959f99;
}

.tp-done__result-copy h3 {
  margin: 0;

  font-size: clamp(30px, 3.4vw, 46px);
  line-height: 1.04;
  letter-spacing: -.04em;

  color: #17201b;
}

.tp-done__result-copy h3 strong {
  display: block;

  font-weight: 600;

  color: #148b50;
}

.tp-done__result-copy p {
  max-width: 500px;

  margin: 17px 0 0;

  font-size: 13px;
  line-height: 1.7;

  color: #737d77;
}


/* =========================================================
   FLOW RESULTADO
========================================================= */

.tp-done__result-flow {
  display: grid;

  grid-template-columns:
    auto 1fr
    auto 1fr
    auto 1fr
    auto;

  align-items: center;

  gap: 10px;
}

.tp-done__result-flow > div {
  display: flex;
  flex-direction: column;

  gap: 5px;
}

.tp-done__result-flow span {
  font-size: 7px;

  color: #9aa39e;
}

.tp-done__result-flow strong {
  white-space: nowrap;

  font-size: 8px;
  font-weight: 800;
  letter-spacing: .10em;

  color: #717b75;
}

.tp-done__result-flow > i {
  height: 2px;

  background:
    linear-gradient(
      90deg,
      #dce3df,
      #148b50
    );
}

.tp-done__result-active strong {
  color: #148b50;
}


/* =========================================================
   BOTTOM
========================================================= */

.tp-done__bottom {
  margin-top: 55px;

  display: grid;

  grid-template-columns:
    auto 1fr auto;

  gap: 18px;

  align-items: center;
}

.tp-done__bottom span,
.tp-done__bottom strong {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .14em;
}

.tp-done__bottom span {
  color: #939c97;
}

.tp-done__bottom strong {
  color: #148b50;
}

.tp-done__bottom i {
  height: 1px;

  background: #d9e0dc;
}


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

@media (max-width: 950px) {

  .tp-done__journey {
    grid-template-columns: 1fr;
  }

  .tp-done__center {
    min-height: 160px;
  }

  .tp-done__center-line {
    width: 1px;
    height: 30px;
    flex: none;
  }

  .tp-done__result {
    grid-template-columns: 1fr;

    gap: 40px;
  }

}


@media (max-width: 650px) {

  .tp-done {
    padding: 85px 20px;
  }

  .tp-done__side {
    min-height: auto;

    padding: 28px;
  }

  .tp-done__side-top {
    align-items: flex-start;
    flex-direction: column;
  }

  .tp-done__side h3 {
    margin-top: 50px;
  }

  .tp-done__tech-list,
  .tp-done__business-list {
    margin-top: 35px;
    padding-top: 0;
  }

  .tp-done__result {
    padding: 30px 24px;
  }

  .tp-done__result-flow {
    grid-template-columns: 1fr;

    gap: 10px;
  }

  .tp-done__result-flow > i {
    width: 2px;
    height: 18px;
  }

  .tp-done__bottom {
    grid-template-columns: 1fr;

    gap: 8px;
  }

}
/* =========================================================
   TIENDAPYMES
   BLOQUE 02 · PLATAFORMA COMPROBADA + VIDEO
========================================================= */

.tp-proof {
  position: relative;
  overflow: hidden;

  padding: 125px 24px;

  background: #f4f6f4;
}

.tp-proof__inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}


/* =========================================================
   CABECERA
========================================================= */

.tp-proof__head {
  max-width: 930px;
  margin-bottom: 65px;
}

.tp-proof__eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;

  margin-bottom: 20px;

  font-size: 11px;
  font-weight: 700;
  letter-spacing: .18em;

  color: #737d77;
}

.tp-proof__eyebrow::before {
  content: "";

  width: 28px;
  height: 2px;

  background: #f28c28;
}

.tp-proof__title {
  margin: 0;

  font-size: clamp(43px, 5.4vw, 76px);
  line-height: 1.02;
  letter-spacing: -.05em;

  color: #151b18;
}

.tp-proof__title span {
  display: block;

  color: #148b50;
}

.tp-proof__intro {
  max-width: 770px;

  margin: 24px 0 0;

  font-size: 17px;
  line-height: 1.75;

  color: #707a74;
}


/* =========================================================
   SHOWCASE
========================================================= */

.tp-proof__showcase {
  display: grid;

  grid-template-columns:
    minmax(0, 1.15fr)
    minmax(360px, .85fr);

  gap: 18px;

  align-items: stretch;
}


/* =========================================================
   VIDEO
========================================================= */

.tp-proof__video {
  padding: 22px;

  border-radius: 28px;

  background: #151b18;

  box-shadow:
    0 30px 75px rgba(18,28,23,.14);
}

.tp-proof__video-top {
  min-height: 70px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 20px;

  padding-bottom: 20px;
}

.tp-proof__logo {
  width: min(220px, 55%);
  height: auto;

  display: block;
}

.tp-proof__video-top > span {
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .14em;

  color: #758079;
}


/* player responsive */

.tp-proof__player {
  position: relative;

  overflow: hidden;

  aspect-ratio: 16 / 9;

  border-radius: 20px;

  background: #0e1310;
}

.tp-proof__player iframe {
  position: absolute;
  inset: 0;

  width: 100%;
  height: 100%;

  border: 0;
}


/* =========================================================
   COPY
========================================================= */

.tp-proof__copy {
  padding: 35px;

  display: flex;
  flex-direction: column;

  border-radius: 28px;

  background:
    radial-gradient(
      circle at 90% 5%,
      rgba(20,139,80,.10),
      transparent 32%
    ),
    #fff;

  border:
    1px solid rgba(20,30,25,.06);
}

.tp-proof__tag {
  display: block;

  font-size: 9px;
  font-weight: 800;
  letter-spacing: .15em;

  color: #f28c28;
}

.tp-proof__copy h3 {
  margin: 55px 0 0;

  font-size: clamp(31px, 3.3vw, 45px);
  line-height: 1.04;
  letter-spacing: -.04em;

  color: #17201b;
}

.tp-proof__copy h3 strong {
  display: block;

  font-weight: 600;

  color: #148b50;
}

.tp-proof__copy > p {
  margin: 17px 0 0;

  font-size: 14px;
  line-height: 1.75;

  color: #727c76;
}


/* =========================================================
   POINTS
========================================================= */

.tp-proof__points {
  margin-top: auto;
  padding-top: 38px;

  display: flex;
  flex-direction: column;

  gap: 10px;
}

.tp-proof__points > div {
  min-height: 67px;

  padding: 12px;

  display: grid;

  grid-template-columns:
    38px 1fr;

  gap: 12px;

  align-items: center;

  border-radius: 15px;

  background: #f5f7f5;

  border:
    1px solid rgba(20,30,25,.05);

  transition:
    transform .25s ease,
    border-color .25s ease;
}

.tp-proof__points > div:hover {
  transform: translateX(4px);

  border-color:
    rgba(20,139,80,.16);
}

.tp-proof__points > div > span {
  width: 34px;
  height: 34px;

  display: grid;
  place-items: center;

  border-radius: 50%;

  background:
    rgba(20,139,80,.08);

  font-size: 8px;
  font-weight: 800;

  color: #148b50;
}

.tp-proof__points strong {
  display: block;

  font-size: 11px;

  color: #17201b;
}

.tp-proof__points small {
  display: block;

  margin-top: 4px;

  font-size: 9px;
  line-height: 1.5;

  color: #818b85;
}


/* =========================================================
   IDENTIDAD VISUAL
========================================================= */

.tp-proof__identity {
  margin-top: 18px;

  padding: 50px;

  display: grid;

  grid-template-columns:
    minmax(0, .85fr)
    minmax(420px, 1.15fr);

  gap: 60px;

  align-items: center;

  border-radius: 30px;

  background:
    radial-gradient(
      circle at 80% 25%,
      rgba(54,182,109,.11),
      transparent 30%
    ),
    #151b18;
}

.tp-proof__identity-copy > span {
  display: block;

  margin-bottom: 14px;

  font-size: 9px;
  font-weight: 800;
  letter-spacing: .15em;

  color: #78847d;
}

.tp-proof__identity-copy h3 {
  margin: 0;

  font-size: clamp(31px, 3.5vw, 48px);
  line-height: 1.04;
  letter-spacing: -.04em;

  color: #fff;
}

.tp-proof__identity-copy h3 strong {
  display: block;

  font-weight: 600;

  color: #36b66d;
}

.tp-proof__identity-copy p {
  max-width: 530px;

  margin: 18px 0 0;

  font-size: 14px;
  line-height: 1.75;

  color: #919d96;
}


/* =========================================================
   IDENTIDAD VISUAL · DEMO
========================================================= */

.tp-proof__identity-visual {
  display: grid;

  grid-template-columns:
    135px 45px 1fr;

  align-items: center;

  gap: 15px;
}


/* brand */

.tp-proof__brand-card {
  min-height: 190px;

  padding: 20px;

  display: flex;
  flex-direction: column;

  align-items: center;
  justify-content: center;

  border-radius: 20px;

  background: rgba(255,255,255,.05);

  border:
    1px solid rgba(255,255,255,.07);
}

.tp-proof__brand-logo {
  width: 58px;
  height: 58px;

  display: grid;
  place-items: center;

  border-radius: 50%;

  background: #f28c28;

  font-size: 20px;
  font-weight: 700;

  color: #fff;
}

.tp-proof__brand-color {
  margin-top: 20px;

  display: flex;
  gap: 6px;
}

.tp-proof__brand-color i {
  width: 16px;
  height: 16px;

  display: block;

  border-radius: 50%;
}

.tp-proof__brand-color i:nth-child(1) {
  background: #f28c28;
}

.tp-proof__brand-color i:nth-child(2) {
  background: #148b50;
}

.tp-proof__brand-color i:nth-child(3) {
  background: #fff;
}

.tp-proof__brand-card small {
  margin-top: 18px;

  font-size: 7px;
  font-weight: 800;
  letter-spacing: .12em;

  color: #748078;
}


/* arrow */

.tp-proof__brand-arrow {
  display: grid;
  place-items: center;

  font-size: 25px;

  color: #36b66d;

  animation:
    tpProofArrow 2.5s ease-in-out infinite;
}

@keyframes tpProofArrow {

  0%,
  100% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(7px);
  }

}


/* tienda */

.tp-proof__store-preview {
  min-height: 260px;

  padding: 14px;

  border-radius: 22px;

  background: #f4f6f4;

  box-shadow:
    0 25px 55px rgba(0,0,0,.18);
}

.tp-proof__store-bar {
  height: 38px;

  display: grid;

  grid-template-columns:
    28px 1fr 35px;

  gap: 10px;

  align-items: center;
}

.tp-proof__store-bar span {
  width: 27px;
  height: 27px;

  border-radius: 50%;

  background: #f28c28;
}

.tp-proof__store-bar div {
  width: 65%;
  height: 6px;

  border-radius: 999px;

  background: #d4dbd7;
}

.tp-proof__store-bar strong {
  width: 30px;
  height: 18px;

  border-radius: 999px;

  background: #148b50;
}


/* banner */

.tp-proof__store-banner {
  position: relative;

  height: 93px;

  overflow: hidden;

  border-radius: 13px;

  background:
    linear-gradient(
      135deg,
      #222c26,
      #314238
    );
}

.tp-proof__store-banner span {
  position: absolute;

  width: 100px;
  height: 100px;

  right: -20px;
  bottom: -40px;

  border-radius: 50%;

  background: #f28c28;
}


/* products */

.tp-proof__store-products {
  margin-top: 8px;

  display: grid;

  grid-template-columns:
    repeat(3, 1fr);

  gap: 6px;
}

.tp-proof__store-products span {
  height: 80px;

  border-radius: 10px;

  background: #fff;

  border:
    1px solid #e0e6e2;
}

.tp-proof__store-products span:nth-child(2) {
  background:
    linear-gradient(
      180deg,
      #fff,
      #edf7f1
    );

  border-color:
    rgba(20,139,80,.16);
}


/* =========================================================
   BOTTOM
========================================================= */

.tp-proof__bottom {
  margin-top: 55px;

  display: grid;

  grid-template-columns:
    auto 1fr auto 1fr auto;

  gap: 15px;

  align-items: center;
}

.tp-proof__bottom span,
.tp-proof__bottom strong {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .14em;
}

.tp-proof__bottom span {
  color: #8e9892;
}

.tp-proof__bottom strong {
  color: #148b50;
}

.tp-proof__bottom i {
  height: 1px;

  background:
    linear-gradient(
      90deg,
      #d8dfdb,
      #148b50
    );
}


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

@media (max-width: 950px) {

  .tp-proof__showcase {
    grid-template-columns: 1fr;
  }

  .tp-proof__identity {
    grid-template-columns: 1fr;

    gap: 45px;
  }

}


@media (max-width: 650px) {

  .tp-proof {
    padding: 85px 20px;
  }

  .tp-proof__video {
    padding: 15px;
  }

  .tp-proof__video-top {
    align-items: flex-start;
    flex-direction: column;
  }

  .tp-proof__logo {
    width: min(210px, 80%);
  }

  .tp-proof__copy {
    padding: 28px;
  }

  .tp-proof__copy h3 {
    margin-top: 45px;
  }

  .tp-proof__identity {
    padding: 30px 24px;
  }

  .tp-proof__identity-visual {
    grid-template-columns: 1fr;

    gap: 18px;
  }

  .tp-proof__brand-card {
    min-height: 160px;
  }

  .tp-proof__brand-arrow {
    transform: rotate(90deg);
  }

  @keyframes tpProofArrow {

    0%,
    100% {
      translate: 0 0;
    }

    50% {
      translate: 0 7px;
    }

  }

  .tp-proof__bottom {
    grid-template-columns: 1fr;

    gap: 8px;
  }

  .tp-proof__bottom i {
    width: 70px;
  }

}
/* =========================================================
   TIENDAPYMES
   BLOQUE 03 · ADMINISTRACIÓN
========================================================= */

.tp-manage {
  position: relative;
  overflow: hidden;

  padding: 125px 24px;

  background: #ffffff;
}

.tp-manage__inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}


/* =========================================================
   HEAD
========================================================= */

.tp-manage__head {
  max-width: 920px;
  margin-bottom: 65px;
}

.tp-manage__eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;

  margin-bottom: 20px;

  font-size: 11px;
  font-weight: 700;
  letter-spacing: .18em;

  color: #747e78;
}

.tp-manage__eyebrow::before {
  content: "";

  width: 28px;
  height: 2px;

  background: #f28c28;
}

.tp-manage__title {
  margin: 0;

  font-size: clamp(43px, 5.4vw, 76px);
  line-height: 1.02;
  letter-spacing: -.05em;

  color: #151b18;
}

.tp-manage__title span {
  display: block;
  color: #148b50;
}

.tp-manage__intro {
  max-width: 740px;

  margin: 24px 0 0;

  font-size: 17px;
  line-height: 1.75;

  color: #707a74;
}


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

.tp-manage__layout {
  display: grid;

  grid-template-columns:
    minmax(520px, 1.15fr)
    minmax(0, .85fr);

  gap: 18px;
}


/* =========================================================
   PANEL
========================================================= */

.tp-manage__panel {
  overflow: hidden;

  border-radius: 28px;

  background: #151b18;

  box-shadow:
    0 30px 80px rgba(18,28,23,.14);
}

.tp-manage__panel-top {
  min-height: 78px;

  padding: 0 26px;

  display: flex;
  justify-content: space-between;
  align-items: center;

  border-bottom:
    1px solid rgba(255,255,255,.06);
}

.tp-manage__panel-top span {
  display: block;

  margin-bottom: 4px;

  font-size: 8px;
  font-weight: 800;
  letter-spacing: .14em;

  color: #68746d;
}

.tp-manage__panel-top strong {
  font-size: 15px;
  color: #fff;
}


/* online */

.tp-manage__online {
  display: flex;
  align-items: center;
  gap: 8px;

  padding: 8px 10px;

  border-radius: 999px;

  background:
    rgba(54,182,109,.08);

  font-size: 8px;
  font-weight: 800;

  color: #36b66d;
}

.tp-manage__online i {
  width: 7px;
  height: 7px;

  border-radius: 50%;

  background: #36b66d;
}


/* =========================================================
   PANEL BODY
========================================================= */

.tp-manage__panel-body {
  display: grid;

  grid-template-columns:
    150px 1fr;

  min-height: 470px;
}


/* nav */

.tp-manage__nav {
  padding: 24px 12px;

  background: #111713;

  border-right:
    1px solid rgba(255,255,255,.05);
}

.tp-manage__nav-item {
  min-height: 45px;

  padding: 0 10px;

  display: flex;
  align-items: center;

  gap: 9px;

  margin-bottom: 5px;

  border-radius: 11px;

  font-size: 9px;

  color: #758078;
}

.tp-manage__nav-item span {
  font-size: 7px;
  color: #566159;
}

.tp-manage__nav-item--active {
  background:
    rgba(54,182,109,.08);

  color: #fff;
}

.tp-manage__nav-item--active span {
  color: #36b66d;
}


/* =========================================================
   CONTENT
========================================================= */

.tp-manage__content {
  padding: 25px;

  background:
    radial-gradient(
      circle at 90% 5%,
      rgba(54,182,109,.08),
      transparent 30%
    );
}

.tp-manage__content-top {
  display: flex;
  justify-content: space-between;
  align-items: center;

  gap: 20px;

  margin-bottom: 25px;
}

.tp-manage__content-top span {
  display: block;

  margin-bottom: 4px;

  font-size: 7px;
  font-weight: 800;
  letter-spacing: .13em;

  color: #68746d;
}

.tp-manage__content-top strong {
  font-size: 13px;
  color: #fff;
}

.tp-manage__content-top button {
  padding: 10px 12px;

  border: 0;
  border-radius: 999px;

  background: #f28c28;

  font-size: 7px;
  font-weight: 800;

  color: #fff;
}


/* =========================================================
   PRODUCTS
========================================================= */

.tp-manage__product {
  min-height: 72px;

  padding: 10px;

  display: grid;

  grid-template-columns:
    48px 1fr auto auto;

  gap: 12px;

  align-items: center;

  margin-bottom: 8px;

  border-radius: 14px;

  background:
    rgba(255,255,255,.035);

  border:
    1px solid rgba(255,255,255,.05);

  transition:
    transform .25s ease,
    background .25s ease;
}

.tp-manage__product:hover {
  transform: translateX(4px);

  background:
    rgba(54,182,109,.05);
}

.tp-manage__product-image {
  width: 44px;
  height: 44px;

  display: grid;
  place-items: center;

  border-radius: 9px;

  background:
    rgba(54,182,109,.09);
}

.tp-manage__product-image span {
  width: 22px;
  height: 30px;

  border-radius:
    10px 10px 4px 4px;

  background: #36b66d;
}

.tp-manage__product-image--orange {
  background:
    rgba(242,140,40,.08);
}

.tp-manage__product-image--orange span {
  width: 25px;
  height: 25px;

  border-radius: 50%;

  background: #f28c28;
}

.tp-manage__product-info strong {
  display: block;

  font-size: 10px;

  color: #fff;
}

.tp-manage__product-info small {
  display: block;

  margin-top: 3px;

  font-size: 8px;

  color: #707c74;
}

.tp-manage__product-price {
  font-size: 9px;
  font-weight: 600;

  color: #bcc4bf;
}

.tp-manage__product-status {
  padding: 6px 8px;

  border-radius: 999px;

  background:
    rgba(54,182,109,.08);

  font-size: 7px;
  font-weight: 800;

  color: #36b66d;
}


/* =========================================================
   ORDER
========================================================= */

.tp-manage__order {
  min-height: 70px;

  margin-top: 25px;
  padding: 12px;

  display: grid;

  grid-template-columns:
    38px 1fr auto;

  gap: 12px;

  align-items: center;

  border-radius: 15px;

  background:
    rgba(20,139,80,.09);

  border:
    1px solid rgba(54,182,109,.14);
}

.tp-manage__order-icon {
  width: 35px;
  height: 35px;

  display: grid;
  place-items: center;

  border-radius: 50%;

  background: #148b50;

  font-size: 9px;

  color: #fff;
}

.tp-manage__order small {
  display: block;

  font-size: 7px;
  font-weight: 800;
  letter-spacing: .1em;

  color: #36b66d;
}

.tp-manage__order strong {
  display: block;

  margin-top: 3px;

  font-size: 10px;

  color: #fff;
}

.tp-manage__order-time {
  font-size: 7px;
  font-weight: 800;

  color: #78847d;
}


/* =========================================================
   CARDS
========================================================= */

.tp-manage__cards {
  display: grid;

  grid-template-columns:
    repeat(2, minmax(0, 1fr));

  gap: 12px;
}

.tp-manage__card {
  position: relative;

  min-height: 230px;

  padding: 24px;

  display: flex;
  flex-direction: column;

  border-radius: 22px;

  background: #f4f6f4;

  border:
    1px solid rgba(20,30,25,.06);

  transition:
    transform .3s ease,
    box-shadow .3s ease;
}

.tp-manage__card:hover {
  transform: translateY(-5px);

  box-shadow:
    0 18px 45px rgba(18,28,23,.07);
}

.tp-manage__card--green {
  background:
    linear-gradient(
      145deg,
      #12874d,
      #19a15d
    );
}

.tp-manage__card--dark {
  background: #1a221e;
}

.tp-manage__card-number {
  position: absolute;

  top: 22px;
  right: 22px;

  font-size: 8px;
  font-weight: 800;

  color: #a0aaa4;
}

.tp-manage__card--green
.tp-manage__card-number,
.tp-manage__card--dark
.tp-manage__card-number {
  color: rgba(255,255,255,.50);
}

.tp-manage__card-label {
  display: block;

  margin-bottom: auto;

  font-size: 8px;
  font-weight: 800;
  letter-spacing: .13em;

  color: #929c96;
}

.tp-manage__card--green
.tp-manage__card-label,
.tp-manage__card--dark
.tp-manage__card-label {
  color: rgba(255,255,255,.60);
}

.tp-manage__card h3 {
  margin: 35px 0 0;

  font-size: 24px;
  line-height: 1.05;
  letter-spacing: -.03em;

  color: #17201b;
}

.tp-manage__card--green h3,
.tp-manage__card--dark h3 {
  color: #fff;
}

.tp-manage__card p {
  margin: 12px 0 0;

  font-size: 12px;
  line-height: 1.65;

  color: #747e78;
}

.tp-manage__card--green p,
.tp-manage__card--dark p {
  color:
    rgba(255,255,255,.68);
}


/* =========================================================
   BOTTOM
========================================================= */

.tp-manage__bottom {
  margin-top: 55px;

  display: grid;

  grid-template-columns:
    auto 1fr auto 1fr auto;

  gap: 15px;

  align-items: center;
}

.tp-manage__bottom span,
.tp-manage__bottom strong {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .14em;
}

.tp-manage__bottom span {
  color: #909a94;
}

.tp-manage__bottom strong {
  color: #148b50;
}

.tp-manage__bottom i {
  height: 1px;

  background:
    linear-gradient(
      90deg,
      #dce3df,
      #148b50
    );
}


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

@media (max-width: 950px) {

  .tp-manage__layout {
    grid-template-columns: 1fr;
  }

}


@media (max-width: 650px) {

  .tp-manage {
    padding: 85px 20px;
  }

  .tp-manage__panel-body {
    grid-template-columns: 1fr;
  }

  .tp-manage__nav {
    display: none;
  }

  .tp-manage__content {
    padding: 20px;
  }

  .tp-manage__product {
    grid-template-columns:
      45px 1fr;

    gap: 10px;
  }

  .tp-manage__product-price,
  .tp-manage__product-status {
    display: none;
  }

  .tp-manage__cards {
    grid-template-columns: 1fr;
  }

  .tp-manage__bottom {
    grid-template-columns: 1fr;

    gap: 8px;
  }

  .tp-manage__bottom i {
    width: 70px;
  }

}
/* =========================================================
   TIENDAPYMES
   BLOQUE 04 · MODELO DE SERVICIO
========================================================= */

.tp-service {
  position: relative;
  overflow: hidden;

  padding: 125px 24px;

  background: #eef2ef;
}

.tp-service__inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}


/* =========================================================
   HEAD
========================================================= */

.tp-service__head {
  max-width: 930px;
  margin-bottom: 65px;
}

.tp-service__eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;

  margin-bottom: 20px;

  font-size: 11px;
  font-weight: 700;
  letter-spacing: .18em;

  color: #747e78;
}

.tp-service__eyebrow::before {
  content: "";

  width: 28px;
  height: 2px;

  background: #f28c28;
}

.tp-service__title {
  margin: 0;

  font-size: clamp(43px, 5.4vw, 76px);
  line-height: 1.02;
  letter-spacing: -.05em;

  color: #151b18;
}

.tp-service__title span {
  display: block;
  color: #148b50;
}

.tp-service__intro {
  max-width: 770px;

  margin: 24px 0 0;

  font-size: 17px;
  line-height: 1.75;

  color: #707a74;
}


/* =========================================================
   GRID
========================================================= */

.tp-service__grid {
  display: grid;

  grid-template-columns:
    repeat(2, minmax(0, 1fr));

  gap: 14px;
}


/* =========================================================
   CARD
========================================================= */

.tp-service__card {
  position: relative;

  min-height: 310px;

  padding: 30px;

  display: flex;
  flex-direction: column;

  border-radius: 25px;

  background: #fff;

  border:
    1px solid rgba(20,30,25,.06);

  transition:
    transform .3s ease,
    box-shadow .3s ease;
}

.tp-service__card:hover {
  transform: translateY(-5px);

  box-shadow:
    0 20px 50px rgba(18,28,23,.07);
}

.tp-service__card--dark {
  background: #151b18;
}

.tp-service__card--green {
  background:
    linear-gradient(
      145deg,
      #12874d,
      #19a15d
    );
}

.tp-service__number {
  position: absolute;

  top: 25px;
  right: 25px;

  font-size: 9px;
  font-weight: 800;

  color: #a1aaa5;
}

.tp-service__card--dark
.tp-service__number,
.tp-service__card--green
.tp-service__number {
  color: rgba(255,255,255,.50);
}

.tp-service__label {
  display: block;

  margin-bottom: auto;

  font-size: 9px;
  font-weight: 800;
  letter-spacing: .14em;

  color: #929c96;
}

.tp-service__card--dark
.tp-service__label,
.tp-service__card--green
.tp-service__label {
  color: rgba(255,255,255,.58);
}

.tp-service__card h3 {
  margin: 50px 0 0;

  font-size: clamp(26px, 2.7vw, 37px);
  line-height: 1.05;
  letter-spacing: -.035em;

  color: #17201b;
}

.tp-service__card h3 span {
  display: block;

  color: #148b50;
}

.tp-service__card--dark h3,
.tp-service__card--green h3 {
  color: #fff;
}

.tp-service__card--dark h3 span {
  color: #36b66d;
}

.tp-service__card--green h3 span {
  color: rgba(255,255,255,.82);
}

.tp-service__card p {
  margin: 14px 0 0;

  font-size: 13px;
  line-height: 1.7;

  color: #737d77;
}

.tp-service__card--dark p,
.tp-service__card--green p {
  color: rgba(255,255,255,.68);
}


/* =========================================================
   MINI
========================================================= */

.tp-service__mini {
  width: fit-content;

  margin-top: 25px;
  padding: 9px 11px;

  display: flex;
  align-items: center;

  gap: 10px;

  border-radius: 999px;

  background:
    rgba(54,182,109,.08);

  font-size: 7px;
  font-weight: 800;
  letter-spacing: .11em;

  color: #36b66d;
}

.tp-service__mini strong {
  font-size: 10px;
}


/* =========================================================
   PULSE
========================================================= */

.tp-service__pulse {
  width: fit-content;

  margin-top: 25px;

  display: flex;
  align-items: center;

  gap: 9px;

  font-size: 8px;
  font-weight: 800;
  letter-spacing: .11em;

  color: rgba(255,255,255,.85);
}

.tp-service__pulse span {
  width: 8px;
  height: 8px;

  border-radius: 50%;

  background: #fff;

  box-shadow:
    0 0 0 5px rgba(255,255,255,.10);

  animation:
    tpServicePulse 2s ease-in-out infinite;
}

@keyframes tpServicePulse {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.25);
  }

}


/* =========================================================
   WIDE
========================================================= */

.tp-service__card--wide {
  grid-column: 1 / -1;

  min-height: 280px;

  display: grid;

  grid-template-columns:
    minmax(0, 1fr)
    minmax(390px, .8fr);

  gap: 50px;

  align-items: center;

  background:
    radial-gradient(
      circle at 85% 10%,
      rgba(20,139,80,.10),
      transparent 30%
    ),
    #fff;
}

.tp-service__wide-copy h3 {
  margin-top: 15px;
}

.tp-service__wide-copy p {
  max-width: 650px;
}


/* =========================================================
   EVOLUTION
========================================================= */

.tp-service__evolution {
  display: grid;

  grid-template-columns:
    auto 1fr auto 1fr auto;

  align-items: center;

  gap: 10px;
}

.tp-service__evolution > div {
  display: flex;
  flex-direction: column;

  gap: 5px;
}

.tp-service__evolution span {
  font-size: 7px;

  color: #9ba49f;
}

.tp-service__evolution strong {
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .11em;

  color: #777f7b;
}

.tp-service__evolution > i {
  height: 2px;

  background:
    linear-gradient(
      90deg,
      #dce3df,
      #148b50
    );
}

.tp-service__evolution-active strong {
  color: #148b50;
}


/* =========================================================
   CLARITY
========================================================= */

.tp-service__clarity {
  max-width: 900px;

  margin: 35px auto 0;

  padding: 22px 24px;

  display: grid;

  grid-template-columns:
    42px 1fr;

  gap: 15px;

  align-items: start;

  border-radius: 18px;

  background: rgba(255,255,255,.72);

  border:
    1px solid rgba(20,30,25,.06);
}

.tp-service__clarity-icon {
  width: 38px;
  height: 38px;

  display: grid;
  place-items: center;

  border-radius: 50%;

  background:
    rgba(242,140,40,.09);

  font-size: 12px;
  font-weight: 700;

  color: #f28c28;
}

.tp-service__clarity strong {
  display: block;

  margin-bottom: 5px;

  font-size: 12px;

  color: #17201b;
}

.tp-service__clarity p {
  margin: 0;

  font-size: 11px;
  line-height: 1.65;

  color: #747e78;
}


/* =========================================================
   BOTTOM
========================================================= */

.tp-service__bottom {
  margin-top: 55px;

  display: grid;

  grid-template-columns:
    auto 1fr auto 1fr auto;

  align-items: center;

  gap: 15px;
}

.tp-service__bottom span,
.tp-service__bottom strong {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .14em;
}

.tp-service__bottom span {
  color: #919b95;
}

.tp-service__bottom strong {
  color: #148b50;
}

.tp-service__bottom i {
  height: 1px;

  background:
    linear-gradient(
      90deg,
      #d8dfdb,
      #148b50
    );
}


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

@media (max-width: 900px) {

  .tp-service__grid {
    grid-template-columns: 1fr;
  }

  .tp-service__card--wide {
    grid-column: auto;

    grid-template-columns: 1fr;

    gap: 40px;
  }

}


@media (max-width: 600px) {

  .tp-service {
    padding: 85px 20px;
  }

  .tp-service__card {
    min-height: auto;

    padding: 27px;
  }

  .tp-service__card h3 {
    margin-top: 45px;
  }

  .tp-service__evolution {
    grid-template-columns: 1fr;

    gap: 10px;
  }

  .tp-service__evolution > i {
    width: 2px;
    height: 18px;
  }

  .tp-service__clarity {
    grid-template-columns: 1fr;
  }

  .tp-service__bottom {
    grid-template-columns: 1fr;

    gap: 8px;
  }

  .tp-service__bottom i {
    width: 70px;
  }

}
/* =========================================================
   TIENDAPYMES
   BLOQUE 05 · EMPIEZA A VENDER
========================================================= */

.tp-start {
  position: relative;
  overflow: hidden;

  padding: 125px 24px 65px;

  background:
    radial-gradient(
      circle at 82% 18%,
      rgba(54,182,109,.11),
      transparent 28%
    ),
    #151b18;
}

.tp-start__inner {
  position: relative;
  z-index: 3;

  width: min(1180px, 100%);
  margin: 0 auto;
}


/* =========================================================
   PALABRA FONDO
========================================================= */

.tp-start__bg-word {
  position: absolute;

  left: 50%;
  bottom: -20px;

  transform: translateX(-50%);

  white-space: nowrap;

  font-size: clamp(170px, 25vw, 390px);
  line-height: .75;

  font-weight: 750;
  letter-spacing: -.08em;

  color: rgba(255,255,255,.018);

  pointer-events: none;
  user-select: none;
}


/* =========================================================
   HEAD
========================================================= */

.tp-start__head {
  max-width: 930px;

  margin-bottom: 65px;
}

.tp-start__eyebrow {
  display: flex;
  align-items: center;

  gap: 12px;

  margin-bottom: 20px;

  font-size: 11px;
  font-weight: 700;
  letter-spacing: .18em;

  color: #758179;
}

.tp-start__eyebrow::before {
  content: "";

  width: 28px;
  height: 2px;

  background: #f28c28;
}

.tp-start__title {
  margin: 0;

  font-size: clamp(45px, 5.8vw, 80px);
  line-height: .98;
  letter-spacing: -.055em;

  color: #fff;
}

.tp-start__title span {
  display: block;

  color: #36b66d;
}

.tp-start__intro {
  max-width: 720px;

  margin: 25px 0 0;

  font-size: 17px;
  line-height: 1.75;

  color: #929e96;
}


/* =========================================================
   SPEED
========================================================= */

.tp-start__speed {
  display: grid;

  grid-template-columns:
    minmax(280px, .42fr)
    minmax(0, 1.58fr);

  overflow: hidden;

  border-radius: 30px;

  background: #f3f6f4;

  box-shadow:
    0 35px 85px rgba(0,0,0,.18);
}


/* =========================================================
   1–2 DÍAS
========================================================= */

.tp-start__speed-main {
  position: relative;

  min-height: 500px;

  padding: 38px;

  display: flex;
  flex-direction: column;

  justify-content: center;

  background:
    radial-gradient(
      circle at 20% 15%,
      rgba(255,255,255,.15),
      transparent 28%
    ),
    #f28c28;
}

.tp-start__speed-label {
  position: absolute;

  top: 35px;
  left: 38px;

  font-size: 8px;
  font-weight: 800;
  letter-spacing: .15em;

  color: rgba(255,255,255,.70);
}

.tp-start__speed-number strong {
  display: block;

  font-size: clamp(100px, 12vw, 175px);
  line-height: .72;
  letter-spacing: -.085em;

  color: #fff;
}

.tp-start__speed-number span {
  display: block;

  margin-top: 20px;

  font-size: 15px;
  font-weight: 800;
  letter-spacing: .2em;

  color: #fff;
}

.tp-start__speed-main p {
  max-width: 300px;

  margin: 35px 0 0;

  font-size: 13px;
  line-height: 1.65;

  color: rgba(255,255,255,.83);
}

.tp-start__speed-main small {
  max-width: 300px;

  margin-top: 20px;

  font-size: 8px;
  line-height: 1.55;

  color: rgba(255,255,255,.56);
}


/* =========================================================
   STEPS
========================================================= */

.tp-start__steps {
  padding: 25px;

  display: grid;

  grid-template-columns:
    repeat(2, minmax(0, 1fr));

  gap: 10px;
}

.tp-start__step {
  min-height: 215px;

  padding: 24px;

  display: flex;
  flex-direction: column;

  border-radius: 20px;

  background: #fff;

  border:
    1px solid rgba(20,30,25,.06);

  transition:
    transform .3s ease,
    box-shadow .3s ease;
}

.tp-start__step:hover {
  transform: translateY(-4px);

  box-shadow:
    0 16px 35px rgba(18,28,23,.07);
}

.tp-start__step--active {
  background:
    linear-gradient(
      145deg,
      #12874d,
      #19a15d
    );
}

.tp-start__step-top {
  display: flex;
  align-items: center;

  gap: 10px;
}

.tp-start__step-top span {
  font-size: 8px;
  font-weight: 800;

  color: #a1aaa5;
}

.tp-start__step-top i {
  width: 35px;
  height: 1px;

  background: #dfe4e1;
}

.tp-start__step--active
.tp-start__step-top span {
  color: rgba(255,255,255,.65);
}

.tp-start__step--active
.tp-start__step-top i {
  background: rgba(255,255,255,.25);
}

.tp-start__step h3 {
  margin: auto 0 0;

  font-size: 22px;
  line-height: 1.08;
  letter-spacing: -.03em;

  color: #17201b;
}

.tp-start__step h3 strong {
  display: block;

  font-weight: 600;

  color: #148b50;
}

.tp-start__step--active h3,
.tp-start__step--active h3 strong {
  color: #fff;
}

.tp-start__step p {
  margin: 11px 0 0;

  font-size: 11px;
  line-height: 1.6;

  color: #77817b;
}

.tp-start__step--active p {
  color: rgba(255,255,255,.70);
}


/* =========================================================
   CTA
========================================================= */

.tp-start__cta {
  margin-top: 18px;

  padding: 50px;

  display: grid;

  grid-template-columns:
    minmax(0, 1fr)
    minmax(390px, .8fr);

  gap: 60px;

  align-items: center;

  border-radius: 30px;

  background:
    radial-gradient(
      circle at 90% 10%,
      rgba(242,140,40,.10),
      transparent 30%
    ),
    #202923;

  border:
    1px solid rgba(255,255,255,.06);
}

.tp-start__cta-copy > span {
  display: block;

  margin-bottom: 13px;

  font-size: 9px;
  font-weight: 800;
  letter-spacing: .15em;

  color: #f28c28;
}

.tp-start__cta-copy h3 {
  margin: 0;

  font-size: clamp(32px, 4vw, 53px);
  line-height: 1.02;
  letter-spacing: -.045em;

  color: #fff;
}

.tp-start__cta-copy h3 strong {
  display: block;

  font-weight: 600;

  color: #36b66d;
}

.tp-start__cta-copy p {
  max-width: 550px;

  margin: 17px 0 0;

  font-size: 13px;
  line-height: 1.7;

  color: #8f9b93;
}


/* =========================================================
   CTA ACTIONS
========================================================= */

.tp-start__cta-actions {
  display: flex;
  flex-direction: column;

  gap: 10px;
}


/* WhatsApp */

.tp-start__whatsapp {
  min-height: 85px;

  padding: 12px 14px;

  display: grid;

  grid-template-columns:
    48px 1fr 45px;

  gap: 13px;

  align-items: center;

  border-radius: 18px;

  background: #25d366;

  text-decoration: none;

  box-shadow:
    0 18px 45px rgba(37,211,102,.12);

  transition:
    transform .3s ease,
    box-shadow .3s ease;
}

.tp-start__whatsapp:hover {
  transform: translateY(-4px);

  box-shadow:
    0 23px 55px rgba(37,211,102,.18);
}

.tp-start__wa-icon {
  width: 45px;
  height: 45px;

  display: grid;
  place-items: center;

  border-radius: 50%;

  background: #fff;

  color: #25d366;
}

.tp-start__wa-icon svg {
  width: 24px;
  height: 24px;
}

.tp-start__wa-copy small {
  display: block;

  margin-bottom: 4px;

  font-size: 7px;
  font-weight: 800;
  letter-spacing: .12em;

  color: rgba(10,70,30,.62);
}

.tp-start__wa-copy strong {
  display: block;

  font-size: 14px;

  color: #073f20;
}

.tp-start__wa-arrow {
  width: 40px;
  height: 40px;

  display: grid;
  place-items: center;

  border-radius: 50%;

  background: rgba(255,255,255,.18);

  font-size: 18px;

  color: #fff;

  transition: transform .3s ease;
}

.tp-start__whatsapp:hover
.tp-start__wa-arrow {
  transform: translate(3px,-3px);
}


/* Más */

.tp-start__more {
  min-height: 58px;

  padding: 0 18px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  border-radius: 16px;

  background: rgba(255,255,255,.04);

  border:
    1px solid rgba(255,255,255,.07);

  text-decoration: none;

  transition:
    background .3s ease;
}

.tp-start__more:hover {
  background: rgba(255,255,255,.07);
}

.tp-start__more span {
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .13em;

  color: #8d9991;
}

.tp-start__more strong {
  font-size: 15px;
  font-weight: 400;

  color: #f28c28;
}


/* =========================================================
   FOOT
========================================================= */

.tp-start__foot {
  margin-top: 50px;

  display: grid;

  grid-template-columns:
    auto 1fr auto 1fr auto 1fr auto;

  gap: 14px;

  align-items: center;
}

.tp-start__foot span,
.tp-start__foot strong {
  white-space: nowrap;

  font-size: 8px;
  font-weight: 800;
  letter-spacing: .13em;
}

.tp-start__foot span {
  color: #667269;
}

.tp-start__foot strong {
  color: #36b66d;
}

.tp-start__foot i {
  height: 1px;

  background:
    linear-gradient(
      90deg,
      rgba(255,255,255,.04),
      rgba(54,182,109,.25)
    );
}


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

@media (max-width: 950px) {

  .tp-start__speed {
    grid-template-columns: 1fr;
  }

  .tp-start__speed-main {
    min-height: 390px;
  }

  .tp-start__cta {
    grid-template-columns: 1fr;

    gap: 40px;
  }

}


@media (max-width: 650px) {

  .tp-start {
    padding: 85px 20px 50px;
  }

  .tp-start__speed-main {
    min-height: 370px;

    padding: 30px;
  }

  .tp-start__speed-label {
    top: 28px;
    left: 30px;
  }

  .tp-start__steps {
    grid-template-columns: 1fr;

    padding: 12px;
  }

  .tp-start__step {
    min-height: 190px;
  }

  .tp-start__cta {
    padding: 30px 24px;
  }

  .tp-start__whatsapp {
    grid-template-columns:
      44px 1fr 38px;
  }

  .tp-start__foot {
    grid-template-columns: 1fr;

    gap: 8px;
  }

  .tp-start__foot i {
    width: 70px;
  }

}