.elementor-2537 .elementor-element.elementor-element-ff34e56 > .elementor-element-populated{padding:0px 0px 0px 0px;}/* Start custom CSS */@import url('https://fonts.cdnfonts.com/css/creato-display');

.innotec-lp{
  --char:#211d1e;
  --burgundy:#51A23F;
  --burgundy-d:#3f7f31;
  --mint:#F0EEED;
  --mint-d:#e2dedb;
  --mint-deep:#3f7f31;
  --line:#e7e8e8;
  --ink:#211d1e;
  --ink-soft:#5c5557;
  --pad:clamp(20px,5vw,96px);
  --sec:clamp(64px,8vw,140px);
  --font:'Creato Display','Segoe UI',system-ui,-apple-system,sans-serif;
  font-family:var(--font);
  color:var(--ink);
}
.innotec-lp,.innotec-lp *{box-sizing:border-box}

/* Tipografía Innotec por encima de la del tema */
.innotec-lp,
.innotec-lp h1,.innotec-lp h2,.innotec-lp h3,
.innotec-lp p,.innotec-lp a,.innotec-lp span{font-family:var(--font) !important}

/* Botones */
.innotec-lp .btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  font-family:var(--font);font-weight:700;font-size:17px;
  padding:17px 30px;border-radius:10px;border:2px solid transparent;
  cursor:pointer;transition:transform .15s ease,background .18s ease,box-shadow .18s ease;
  line-height:1;white-space:nowrap;text-decoration:none;
}
.innotec-lp .btn-lg{padding:20px 38px;font-size:18px}
.innotec-lp .btn-primary{background:var(--burgundy) !important;color:#fff !important;
  box-shadow:0 10px 24px -10px rgba(81,162,63,.6)}
.innotec-lp .btn-primary:hover{background:var(--burgundy-d) !important;transform:translateY(-2px)}

/* =====================================================================
   PÁGINA DE GRACIAS
   ===================================================================== */
.innotec-lp .gracias{min-height:72vh;display:flex;align-items:center;justify-content:center;
  background:linear-gradient(180deg,#fff 0%, var(--mint) 100%);
  padding:var(--sec) var(--pad);text-align:center}
.innotec-lp .gracias__card{max-width:640px;margin:0 auto;background:#fff;border:1px solid var(--line);
  border-radius:22px;padding:clamp(34px,5vw,60px);box-shadow:0 40px 90px -50px rgba(33,29,30,.45)}
.innotec-lp .gracias__logo{height:34px;width:auto;margin:0 auto 28px;display:block}
.innotec-lp .gracias__check{width:88px;height:88px;border-radius:50%;background:var(--burgundy);
  display:grid;place-items:center;margin:0 auto 26px;box-shadow:0 0 0 10px rgba(81,162,63,.14)}
.innotec-lp .gracias__check svg{width:44px;height:44px;stroke:#fff !important}
.innotec-lp .gracias h1{font-size:clamp(28px,4vw,42px);margin:0 0 16px;line-height:1.12 !important;
  font-weight:700;color:var(--ink) !important}
.innotec-lp .gracias p{font-size:clamp(16px,1.6vw,19px);color:var(--ink-soft) !important;max-width:48ch;
  margin:0 auto 12px;line-height:1.6}
.innotec-lp .gracias__chip{display:inline-flex;align-items:center;gap:9px;margin-top:6px;
  background:var(--mint);color:var(--mint-deep) !important;font-weight:700;font-size:14px;
  padding:9px 16px;border-radius:30px}
.innotec-lp .gracias__chip .dot{width:9px;height:9px;border-radius:50%;background:var(--burgundy);flex:none}
.innotec-lp .gracias__actions{display:flex;flex-wrap:wrap;gap:14px;justify-content:center;align-items:center;margin-top:32px}
.innotec-lp .gracias__phone{display:inline-flex;align-items:center;gap:11px;font-weight:700;font-size:18px;
  color:var(--char) !important;text-decoration:none}
.innotec-lp .gracias__phone .ic{width:44px;height:44px;border-radius:50%;background:var(--mint);
  display:grid;place-items:center;flex:none}
.innotec-lp .gracias__phone .ic svg{width:20px;height:20px;stroke:var(--burgundy) !important}

@media(max-width:560px){
  .innotec-lp .gracias__actions{flex-direction:column}
  .innotec-lp .gracias__actions .btn{width:100%}
}/* End custom CSS */