.elementor-167 .elementor-element.elementor-element-eacb9e0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for container, class: .elementor-element-eacb9e0 */.ts-credit-page {
  background: #fff;
  color: #050505;
  font-family: inherit;
}

/* HERO */

.ts-credit-hero {
  max-width: 1100px;
  margin: 0 auto;
  padding: 110px 20px 76px;
  text-align: center;
}

.ts-credit-badge {
  display: inline-flex;
  background: rgba(0,166,81,.10);
  color: #087c35;
  padding: 12px 24px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 28px;
}

.ts-credit-hero h1 {
  font-size: clamp(46px, 7vw, 92px);
  line-height: .95;
  letter-spacing: -0.07em;
  margin: 0 0 26px;
  font-weight: 850;
}

.ts-credit-hero p {
  max-width: 780px;
  margin: 0 auto 38px;
  font-size: 22px;
  line-height: 1.55;
  color: rgba(0,0,0,.62);
}

.ts-credit-hero-actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.ts-credit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 32px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 850;
  text-decoration: none !important;
  transition: .25s ease;
}

.ts-credit-btn.primary {
  background: #00a651;
  color: #fff !important;
  box-shadow: 0 18px 45px rgba(0,166,81,.24);
}

.ts-credit-btn.primary:hover {
  background: #00c767;
  transform: translateY(-3px);
}

.ts-credit-btn.secondary {
  background: #f5f5f7;
  color: #050505 !important;
}

/* ALERTA */

.ts-credit-alert {
  max-width: 1100px;
  margin: 0 auto 70px;
  background: #050505;
  color: #fff;
  border-radius: 38px;
  padding: 36px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 22px;
  align-items: start;
}

.ts-credit-alert-icon {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background: rgba(0,166,81,.18);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
}

.ts-credit-alert h2 {
  margin: 0 0 10px;
  font-size: 34px;
  letter-spacing: -0.04em;
  color: #fff;
}

.ts-credit-alert p {
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: 18px;
  line-height: 1.55;
}

/* BLOQUE VISUAL CELULARES */

.ts-credit-products-visual {
  max-width: 1180px;
  margin: 0 auto;
  padding: 80px 20px;
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 28px;
  align-items: center;
}

.ts-credit-product-copy span {
  display: inline-flex;
  background: rgba(0,166,81,.10);
  color: #087c35;
  padding: 11px 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 850;
  margin-bottom: 22px;
}

.ts-credit-product-copy h2 {
  font-size: clamp(38px, 5vw, 64px);
  line-height: .98;
  letter-spacing: -0.06em;
  margin: 0 0 18px;
  font-weight: 850;
}

.ts-credit-product-copy p {
  font-size: 19px;
  line-height: 1.55;
  color: rgba(0,0,0,.62);
}

.ts-credit-product-images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.ts-credit-product-images img {
  width: 100%;
  height: 310px;
  object-fit: cover;
  border-radius: 30px;
  background: #f5f5f7;
  box-shadow: 0 18px 45px rgba(0,0,0,.06);
}

/* SECCIONES */

.ts-credit-section {
  max-width: 1180px;
  margin: 0 auto;
  padding: 90px 20px;
}

.ts-credit-header {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 46px;
}

.ts-credit-header span,
.ts-credit-explain span {
  display: inline-flex;
  background: rgba(0,166,81,.10);
  color: #087c35;
  padding: 11px 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 850;
  margin-bottom: 22px;
}

.ts-credit-header h2,
.ts-credit-explain h2,
.ts-credit-final h2 {
  font-size: clamp(38px, 5vw, 66px);
  line-height: .98;
  letter-spacing: -0.06em;
  margin: 0;
  font-weight: 850;
}

/* TARJETAS */

.ts-credit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.ts-credit-card {
  background: #f5f5f7;
  border-radius: 30px;
  padding: 28px;
  transition: .25s ease;
}

.ts-credit-card:hover {
  background: #eefaf2;
  transform: translateY(-5px);
  box-shadow: 0 20px 45px rgba(0,166,81,.10);
}

.ts-credit-icon {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin-bottom: 20px;
}

.ts-credit-card h3 {
  font-size: 21px;
  line-height: 1.15;
  letter-spacing: -0.03em;
  margin: 0 0 10px;
  font-weight: 850;
}

.ts-credit-card p {
  margin: 0;
  color: rgba(0,0,0,.60);
  font-size: 15px;
  line-height: 1.5;
}

/* POR QUÉ PRESENCIAL */

.ts-credit-explain {
  max-width: 1180px;
  margin: 0 auto;
  padding: 90px 20px 34px;
  display: grid;
  grid-template-columns: 1fr .9fr;
  gap: 28px;
  align-items: center;
}

.ts-credit-explain p {
  font-size: 20px;
  line-height: 1.6;
  color: rgba(0,0,0,.62);
  max-width: 650px;
}

.ts-credit-explain-photo {
  border-radius: 38px;
  overflow: hidden;
  min-height: 440px;
  box-shadow: 0 24px 70px rgba(0,0,0,.10);
}

.ts-credit-explain-photo img {
  width: 100%;
  height: 100%;
  min-height: 440px;
  object-fit: cover;
  display: block;
}

.ts-credit-explain-box-wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px 90px;
}

.ts-credit-explain-box {
  background: #050505;
  border-radius: 36px;
  padding: 34px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.ts-credit-explain-box div {
  background: rgba(255,255,255,.08);
  color: #fff;
  border-radius: 18px;
  padding: 17px 18px;
  font-weight: 750;
}

/* PASOS */

.ts-credit-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.ts-credit-step {
  background: #fff;
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 30px;
  padding: 30px;
  box-shadow: 0 18px 45px rgba(0,0,0,.05);
}

.ts-credit-step strong {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #00a651;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}

.ts-credit-step h3 {
  margin: 0 0 10px;
  font-size: 22px;
  letter-spacing: -0.03em;
}

.ts-credit-step p {
  color: rgba(0,0,0,.60);
  margin: 0;
}

/* FINAL + TIENDAS */

.ts-credit-final {
  max-width: 1180px;
  margin: 70px auto 110px;
  padding: 76px 36px;
  border-radius: 44px;
  text-align: center;
  background:
    radial-gradient(circle at top, rgba(0,166,81,.18), transparent 42%),
    #f5f5f7;
}

.ts-credit-final p {
  font-size: 21px;
  color: rgba(0,0,0,.62);
  max-width: 760px;
  margin: 22px auto 42px;
}

.ts-credit-stores {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  text-align: left;
}

.ts-credit-store {
  background: #fff;
  border-radius: 34px;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(0,0,0,.06);
}

.ts-credit-store img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
}

.ts-credit-store div {
  padding: 26px;
}

.ts-credit-store h3 {
  font-size: 30px;
  line-height: 1.05;
  letter-spacing: -0.04em;
  margin: 0 0 10px;
}

.ts-credit-store p {
  color: rgba(0,0,0,.60);
  font-size: 17px;
  margin: 0 0 20px;
}

.ts-credit-store a {
  display: inline-flex;
  background: #00a651;
  color: #fff !important;
  text-decoration: none !important;
  padding: 14px 22px;
  border-radius: 999px;
  font-weight: 800;
}

/* RESPONSIVE */

@media (max-width: 980px) {
  .ts-credit-grid,
  .ts-credit-steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .ts-credit-explain,
  .ts-credit-products-visual,
  .ts-credit-stores {
    grid-template-columns: 1fr;
  }

  .ts-credit-explain-box {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 520px) {
  .ts-credit-hero {
    padding: 76px 16px 54px;
  }

  .ts-credit-hero h1 {
    font-size: 42px;
  }

  .ts-credit-hero p {
    font-size: 17px;
  }

  .ts-credit-hero-actions,
  .ts-credit-btn {
    width: 100%;
  }

  .ts-credit-alert {
    margin: 0 16px 54px;
    padding: 24px;
    border-radius: 28px;
    grid-template-columns: 1fr;
  }

  .ts-credit-alert h2 {
    font-size: 28px;
  }

  .ts-credit-products-visual {
    padding: 60px 16px;
  }

  .ts-credit-product-images {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }

  .ts-credit-product-images img {
    height: 150px;
    border-radius: 20px;
  }

  .ts-credit-section,
  .ts-credit-explain {
    padding: 68px 16px;
  }

  .ts-credit-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .ts-credit-card {
    padding: 18px 14px;
    border-radius: 22px;
  }

  .ts-credit-icon {
    width: 42px;
    height: 42px;
    font-size: 21px;
    border-radius: 14px;
    margin-bottom: 14px;
  }

  .ts-credit-card h3 {
    font-size: 16px;
  }

  .ts-credit-card p {
    font-size: 13px;
  }

  .ts-credit-explain-photo,
  .ts-credit-explain-photo img {
    min-height: 320px;
    border-radius: 28px;
  }

  .ts-credit-explain-box-wrap {
    padding: 0 16px 60px;
  }

  .ts-credit-explain-box {
    grid-template-columns: 1fr;
    padding: 24px;
    border-radius: 28px;
  }

  .ts-credit-steps,
  .ts-credit-stores {
    grid-template-columns: 1fr;
  }

  .ts-credit-store img {
    height: 240px;
  }

  .ts-credit-final {
    margin: 50px 16px 80px;
    padding: 54px 20px;
    border-radius: 32px;
  }

  .ts-credit-final p {
    font-size: 16px;
  }
}
/* ==========================
EFECTOS PREMIUM BOTONES
========================== */

/* BOTONES GENERALES */

.ts-credit-btn,
.ts-credit-store a {
  transition:
    transform .28s ease,
    background .28s ease,
    box-shadow .28s ease,
    color .28s ease;
}

/* HOVER VERDE MÁS CLARO */

.ts-credit-btn.primary:hover,
.ts-credit-store a:hover {
  background: #18c76a !important;
  color: #fff !important;

  transform: translateY(-4px);

  box-shadow:
    0 16px 36px rgba(0,166,81,.24);
}

/* BOTÓN SECUNDARIO */

.ts-credit-btn.secondary:hover {
  background: rgba(0,166,81,.12);
  color: #087c35 !important;

  transform: translateY(-4px);

  box-shadow:
    0 14px 30px rgba(0,166,81,.10);
}

/* ==========================
EFECTO PREMIUM TARJETAS TIENDAS
========================== */

.ts-credit-store {
  transition:
    transform .35s ease,
    box-shadow .35s ease,
    background .35s ease;
}

.ts-credit-store:hover {
  transform: translateY(-8px);

  box-shadow:
    0 30px 70px rgba(0,0,0,.10),
    0 12px 28px rgba(0,166,81,.08);
}

/* ZOOM SUAVE IMAGEN */

.ts-credit-store {
  overflow: hidden;
}

.ts-credit-store img {
  transition:
    transform .45s ease,
    filter .35s ease;
}

.ts-credit-store:hover img {
  transform: scale(1.045);
  filter: brightness(1.03);
}

/* LEVE EFECTO VERDE EN TARJETA */

.ts-credit-store:hover {
  background:
    linear-gradient(
      180deg,
      #ffffff,
      #f7fff9
    );
}

/* LEVE MOVIMIENTO DEL BOTÓN */

.ts-credit-store:hover a {
  transform: translateY(-2px);
}/* End custom CSS */