:root{--blue-950:#06192f;--blue-900:#0c2f5a;--blue-800:#173B6C;--blue-500:#2E86FF;--yellow:#F4B400;--bg:#F4F7FB;--text:#253044;--muted:#5B6B80;--white:#fff;--line:rgba(23,59,108,.12);--shadow:0 24px 60px rgba(12,34,64,.12);--shadow-soft:0 14px 34px rgba(12,34,64,.08);--radius-xl:32px;--radius-lg:24px;--radius-md:18px;--header-h:76px;--max:1500px;--font-primary:"Gilroy","Poppins",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-body:"Poppins",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font:var(--font-body)} *{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font);color:var(--text);line-height:1.55;background:linear-gradient(180deg,#fff 0%,var(--bg) 45%,#fff 100%);overflow-x:hidden}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}button,input,textarea,select{font:inherit}details summary{cursor:pointer}summary::-webkit-details-marker{display:none}.container{width:min(var(--max),calc(100% - 48px));margin-inline:auto} .site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border-bottom:1px solid rgba(23,59,108,.08)}.site-header__inner{min-height:var(--header-h);display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{display:inline-flex;align-items:center}.brand__logo{height:38px;width:auto}.brand--footer .brand__logo{height:40px}.nav{display:flex;align-items:center;gap:28px;color:#4f6480;font-size:14px;font-weight:500}.nav a{position:relative;padding:8px 0}.nav a::after{content:"";position:absolute;left:0;bottom:0;width:0;height:2px;background:var(--yellow);border-radius:999px;transition:width .25s ease}.nav a:hover::after{width:100%} .btn{min-height:46px;display:inline-flex;align-items:center;justify-content:center;padding:12px 22px;border-radius:999px;border:1px solid transparent;font-size:14px;font-weight:700;white-space:nowrap;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.btn:hover{transform:translateY(-1px)}.btn-primary{color:#fff;background:linear-gradient(135deg,#19498d,#2e86ff);box-shadow:0 14px 30px rgba(46,134,255,.22)}.btn-outline{color:var(--blue-800);background:#fff;border-color:rgba(23,59,108,.16)}.btn-outline--light{background:rgba(255,255,255,.96);color:var(--blue-800);border-color:rgba(255,255,255,.18)} .menu-toggle{display:none;width:44px;height:44px;border-radius:14px;border:1px solid rgba(23,59,108,.14);background:#fff;align-items:center;justify-content:center;flex-direction:column;gap:5px;cursor:pointer}.menu-toggle span{width:20px;height:2px;border-radius:999px;background:var(--blue-800);transition:transform .25s ease,opacity .25s ease}.menu-toggle.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.menu-toggle.is-open span:nth-child(2){opacity:0}.menu-toggle.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)} .hero{position:relative;overflow:hidden;background:radial-gradient(circle at 78% 36%,rgba(46,134,255,.28),transparent 22rem),linear-gradient(135deg,#06192f 0%,#0d2c52 52%,#173B6C 100%);color:#fff}.hero::before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:72px 72px;opacity:.22;pointer-events:none}.hero__inner{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1fr) 460px;gap:54px;align-items:center;min-height:640px;padding:72px 0}.hero--home .hero__inner--home{grid-template-columns:minmax(0,1fr) 520px;padding:60px 0 132px;min-height:calc(100vh - var(--header-h))}.hero__content{max-width:720px}.eyebrow,.eyebrow-light{display:inline-flex;align-items:center;gap:9px;width:fit-content;padding:8px 12px;border-radius:999px;font-size:12px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.eyebrow{border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.08);color:rgba(255,255,255,.92);backdrop-filter:blur(10px)}.eyebrow-light{border:1px solid rgba(23,59,108,.12);background:#fff;color:var(--blue-800)}.eyebrow::before,.eyebrow-light::before{content:"";width:8px;height:8px;border-radius:999px;background:var(--yellow);box-shadow:0 0 0 4px rgba(244,180,0,.14)}.hero h1,.section h1{margin:22px 0 0;max-width:780px;font-size:clamp(34px,4.2vw,54px);line-height:1.05;letter-spacing:-.045em;font-weight:700}.hero__copy,.copy-stack{margin-top:22px;color:rgba(255,255,255,.82);font-size:17px;display:grid;gap:14px}.hero__actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:32px} .hero__visual{position:relative;display:flex;align-items:center;justify-content:center;min-height:420px}.hero__glow{position:absolute;right:40px;bottom:50px;width:320px;height:320px;border-radius:50%;background:radial-gradient(circle,rgba(89,146,255,.44) 0%,rgba(89,146,255,.18) 34%,rgba(89,146,255,0) 72%)}.hero__printer{position:relative;z-index:3;max-height:500px;width:auto;filter:drop-shadow(0 30px 50px rgba(0,0,0,.18))}.hero-marquee{position:absolute;left:0;right:0;bottom:0;z-index:4;min-height:96px;background:linear-gradient(180deg,rgba(255,255,255,.03),rgba(255,255,255,.07));border-top:1px solid rgba(255,255,255,.10);backdrop-filter:blur(14px)}.hero-marquee__viewport,.client-marquee{overflow:hidden}.marquee-track{display:flex;align-items:center;gap:34px;width:max-content;animation:marquee 28s linear infinite}.hero-marquee .marquee-track{min-height:96px}.hero-marquee .marquee-track span{color:rgba(255,255,255,.86);font-weight:800;font-size:18px;white-space:nowrap}.marquee-track--cards span{padding:16px 22px;border-radius:18px;background:#fff;border:1px solid var(--line);color:var(--blue-800);font-size:14px;box-shadow:var(--shadow-soft)}@keyframes marquee{from{transform:translateX(0)}to{transform:translateX(-50%)}} .feature-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:26px;max-width:720px}.feature-pill{display:flex;align-items:center;gap:12px;min-height:52px;padding:14px 16px;border-radius:18px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);color:rgba(255,255,255,.90);font-size:14px;font-weight:500}.feature-pill span{width:24px;height:24px;display:grid;place-items:center;border-radius:999px;background:rgba(244,180,0,.16);color:var(--yellow);font-size:13px;font-weight:800} .section{padding:76px 0}.section-soft{background:linear-gradient(180deg,rgba(232,237,243,.52),rgba(255,255,255,.92));border-top:1px solid rgba(23,59,108,.07);border-bottom:1px solid rgba(23,59,108,.07)}.section-head{max-width:780px;margin-bottom:34px}.section-head.center{text-align:center;margin-inline:auto}.section-head h2{margin:14px 0 0;font-size:clamp(28px,3.2vw,38px);line-height:1.12;letter-spacing:-.035em;color:var(--blue-950);font-weight:700}.section-head p{margin-top:14px;color:var(--muted);font-size:17px;max-width:760px}.section-head.center p{margin-inline:auto}.grid{display:grid;gap:18px}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-5{grid-template-columns:repeat(5,minmax(0,1fr))}.grid-gap-sm{gap:14px}.top-space-sm{margin-top:18px}.pt-sm{padding-top:20px} .card,.service-card--light,.metric-card,.pill-card,.info-card,.generic-card,.form-card--light,.mini-list__item,.status-panel,.history-highlight{background:rgba(255,255,255,.92);border:1px solid var(--line);box-shadow:0 12px 30px rgba(12,34,64,.06)}.card,.service-card--light,.generic-card{padding:24px;border-radius:24px;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.card:hover,.service-card--light:hover{transform:translateY(-4px);box-shadow:var(--shadow-soft);border-color:rgba(46,134,255,.22)}.card h3,.service-card--light h3,.glass-card h3,.status-panel h3,.history-highlight h3,.cta-banner h2,.form-banner h2,.quote-box h2,.info-card h3{color:var(--blue-950);font-size:20px;line-height:1.2;letter-spacing:-.02em;font-weight:700;margin:0 0 10px}.card h4{color:var(--blue-800);font-size:14px;font-weight:700;margin:0 0 10px}.card p,.service-card--light p,.pill-card span,.mini-list__item span,.status-row span,.generic-card p,.info-card p,.faq-list p{color:var(--muted);font-size:15px}.number-tag,.icon-tag{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;margin-bottom:18px;color:var(--blue-800);background:rgba(46,134,255,.10);font-size:13px;font-weight:800}.icon-tag{width:50px;height:50px;font-size:14px;letter-spacing:.04em;background:linear-gradient(135deg,rgba(46,134,255,.12),rgba(244,180,0,.14))}.card-link{display:inline-flex;align-items:center;gap:8px;margin-top:20px;color:var(--blue-800);font-size:14px;font-weight:750}.card-link::after{content:"→";transition:transform .2s ease}.card-link:hover::after{transform:translateX(4px)}.category-chip{display:inline-flex;align-items:center;width:fit-content;padding:6px 10px;border-radius:999px;background:rgba(46,134,255,.1);color:var(--blue-800);font-size:12px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;margin-bottom:16px} .split-layout{display:grid;gap:38px}.split-layout--about{grid-template-columns:400px minmax(0,1fr);align-items:center}.split-layout--history{grid-template-columns:360px minmax(0,1fr);align-items:center}.split-layout--cta{grid-template-columns:minmax(0,1fr) 380px;align-items:center}.split-layout--form{grid-template-columns:minmax(0,1fr) 330px;align-items:start}.status-panel{padding:28px;border-radius:30px}.status-panel__label{display:inline-flex;padding:8px 12px;border-radius:999px;background:rgba(46,134,255,.1);color:var(--blue-800);font-size:12px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.status-panel h3{margin-top:18px;color:var(--blue-950);font-size:34px;line-height:1.04}.status-row{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;border-radius:16px;background:#f5f8fc;border:1px solid rgba(23,59,108,.08);margin-top:12px}.status-row strong{color:var(--blue-800)}.bullet-list{display:grid;gap:12px;max-width:580px}.bullet-list--check div{display:flex;align-items:center;gap:12px;color:var(--text);font-size:15px;font-weight:600}.bullet-list--check div::before{content:"✓";width:24px;height:24px;border-radius:999px;display:grid;place-items:center;background:rgba(244,180,0,.18);color:var(--blue-800);font-size:12px;font-weight:900} .mini-list{display:grid;gap:14px}.mini-list__item{padding:20px;border-radius:22px}.mini-list__item strong{display:block;color:var(--blue-950);font-size:16px;margin-bottom:6px} .cta-banner{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px;align-items:center;padding:40px;border-radius:32px;background:linear-gradient(135deg,#173B6C,#06192f);color:#fff;box-shadow:var(--shadow)}.cta-banner h2{color:#fff;font-size:clamp(28px,3vw,38px)}.cta-banner p{margin-top:12px;max-width:760px;color:rgba(255,255,255,.78);font-size:16.5px} .glass-card,.service-card{border-radius:30px;padding:28px;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.13);box-shadow:0 24px 70px rgba(0,0,0,.18);backdrop-filter:blur(14px)}.glass-card h3,.service-card h3{color:#fff;font-size:26px;line-height:1.1;letter-spacing:-.035em;margin-top:18px}.glass-card p,.light-list li,.service-card p{color:rgba(255,255,255,.82)}.placeholder-photo{height:250px;border-radius:22px;background:linear-gradient(180deg,rgba(255,255,255,.16),rgba(255,255,255,.05)),radial-gradient(circle at 50% 25%,rgba(255,255,255,.32),transparent 90px),linear-gradient(135deg,rgba(46,134,255,.28),rgba(244,180,0,.10));border:1px solid rgba(255,255,255,.12);display:grid;place-items:center;color:rgba(255,255,255,.82);font-size:14px;font-weight:700;letter-spacing:.03em;text-transform:uppercase}.glass-card blockquote{margin:18px 0 0;padding:22px;border-radius:22px;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.12)}.glass-card blockquote p{margin:0;color:rgba(255,255,255,.9);font-size:16px;font-weight:600;line-height:1.5}.glass-card blockquote footer{margin-top:14px;color:rgba(255,255,255,.66);font-size:13px;font-weight:700} .metric-inline{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:34px;max-width:640px}.metric-inline div,.metric-card{padding:20px;border-radius:20px}.metric-inline div{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12)}.metric-inline strong{display:block;color:#fff;font-size:28px;line-height:1}.metric-inline span{display:block;margin-top:8px;color:rgba(255,255,255,.72);font-size:13px;font-weight:600}.history-highlight{min-height:360px;padding:30px;border-radius:30px;color:#fff;background:linear-gradient(135deg,#06192f,#173B6C);display:grid;align-content:center}.history-highlight strong{font-size:64px;line-height:.9;letter-spacing:-.06em}.history-highlight h3{margin-top:12px;max-width:260px;color:#fff;font-size:25px}.history-highlight p{margin-top:20px;color:rgba(255,255,255,.76)}.pill-card{padding:16px;border-radius:18px}.pill-card strong{display:block;color:var(--blue-950);font-size:15px;margin-bottom:6px}.pill-row{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.pill-row span{padding:10px 14px;border-radius:999px;background:#fff;border:1px solid var(--line);color:var(--blue-800);font-size:14px;font-weight:650} .list-check{display:grid;gap:10px;margin:20px 0 24px;padding:0}.list-check li{list-style:none;display:flex;gap:10px;color:var(--muted);font-size:15px}.list-check li::before{content:"✓";width:22px;height:22px;flex:0 0 22px;display:grid;place-items:center;border-radius:8px;background:rgba(244,180,0,.18);color:var(--blue-800);font-size:12px;font-weight:900;margin-top:1px}.light-list li{font-size:14.5px}.light-list li::before{background:rgba(244,180,0,.16);color:var(--yellow)}.metric-cards{padding:22px;border-radius:28px;background:#fff;border:1px solid rgba(23,59,108,.10);box-shadow:var(--shadow)}.metric-card strong{display:block;color:var(--blue-800);font-size:34px;line-height:1;letter-spacing:-.045em}.metric-card span{display:block;margin-top:8px;color:var(--muted);font-size:14px;font-weight:650}.pull-up-metrics{margin-top:-44px;padding-top:0}.printer-card{margin-top:18px;padding:16px;border-radius:22px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12)}.printer-card img{max-height:280px;margin:auto}.device-placeholder{margin-top:18px;height:240px;border-radius:22px;border:1px solid rgba(255,255,255,.12);background:linear-gradient(180deg,rgba(255,255,255,.12),rgba(255,255,255,.05));display:grid;place-items:center;color:rgba(255,255,255,.86);font-size:20px;font-weight:700} .form-banner{display:grid;grid-template-columns:minmax(0,1fr) 430px;gap:28px;align-items:center;padding:34px;border-radius:32px;background:linear-gradient(135deg,#0D2340,#173B6C);color:#fff;box-shadow:var(--shadow)}.form-banner__copy h2{margin-top:18px;color:#fff;font-size:clamp(28px,3vw,38px);line-height:1.12;letter-spacing:-.035em}.form-banner__copy p{margin-top:14px;color:rgba(255,255,255,.78);font-size:16.5px}.align-center-vertical{align-self:center}.form-card{display:grid;gap:12px}.form-card--dark{padding:22px;border-radius:24px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.12)}.form-card--light{padding:24px;border-radius:24px}.form-grid{display:grid;gap:12px}.form-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.field{width:100%;min-height:48px;padding:13px 14px;border-radius:14px;border:1px solid rgba(23,59,108,.12);background:#fff;color:var(--text);outline:none}.field--dark{border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.10);color:#fff}.field::placeholder{color:#8190a6}.field--dark::placeholder{color:rgba(255,255,255,.62)}.field--dark option{color:#253044}.form-note{margin:0;color:var(--muted);font-size:13px}.info-card{padding:24px;border-radius:24px}.info-list{display:grid;gap:14px;padding:0;margin:0 0 16px;list-style:none}.info-list li{display:grid;gap:4px}.info-list strong{color:var(--blue-950);font-size:14px}.info-list span{color:var(--muted);font-size:14px}.contact-badges{display:grid;gap:12px;margin-top:18px}.contact-badges div{display:flex;gap:12px;align-items:flex-start;padding:14px 16px;border-radius:16px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1)}.contact-badges strong{width:28px;height:28px;display:grid;place-items:center;border-radius:10px;background:rgba(255,255,255,.12);color:#fff;font-size:12px}.contact-badges span{color:rgba(255,255,255,.82);font-size:14px} .faq-list{display:grid;gap:14px}.faq-list details{padding:18px 20px;border-radius:20px;background:#fff;border:1px solid var(--line);box-shadow:0 10px 26px rgba(12,34,64,.05)}.faq-list summary{display:flex;justify-content:space-between;align-items:center;gap:16px;color:var(--blue-950);font-size:16px;font-weight:700}.faq-list summary::after{content:"+";font-size:22px;line-height:1;color:var(--blue-800)}.faq-list details[open] summary::after{content:"–"}.faq-list p{margin:14px 0 0} .footer{padding:62px 0 30px;background:#081B30;color:rgba(255,255,255,.76)}.footer-grid{display:grid;grid-template-columns:1.3fr repeat(3,1fr);gap:34px}.footer-brand p{max-width:360px;margin-top:18px;font-size:14.5px}.footer h3{margin:0 0 15px;color:#fff;font-size:15px;font-weight:700}.footer ul{list-style:none;display:grid;gap:10px;padding:0;margin:0;font-size:14.5px}.footer a:hover{color:#fff}.footer-bottom{margin-top:40px;padding-top:22px;border-top:1px solid rgba(255,255,255,.10);display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;font-size:13px;color:rgba(255,255,255,.56)} .reveal-up,.stagger-item{opacity:0;transform:translateY(22px);transition:opacity .7s ease,transform .7s ease;transition-delay:var(--delay,0ms)}.is-visible{opacity:1;transform:none} @media (max-width:1060px){.nav{gap:18px}.hero__inner,.hero--home .hero__inner--home,.split-layout--about,.split-layout--history,.split-layout--cta,.split-layout--form,.cta-banner,.form-banner{grid-template-columns:1fr}.glass-card,.service-card,.hero__visual{max-width:560px}.grid-5{grid-template-columns:repeat(3,minmax(0,1fr))}.footer-grid{grid-template-columns:1.2fr 1fr 1fr}.pull-up-metrics{margin-top:-28px}} @media (max-width:820px){:root{--header-h:68px}.container{width:min(var(--max),calc(100% - 28px))}.menu-toggle{display:inline-flex}.header-cta{display:none}.nav{position:absolute;left:14px;right:14px;top:calc(var(--header-h) + 8px);display:grid;gap:0;padding:12px;border-radius:22px;background:rgba(255,255,255,.98);border:1px solid rgba(23,59,108,.10);box-shadow:var(--shadow-soft);transform:translateY(-12px);opacity:0;pointer-events:none;transition:opacity .25s ease,transform .25s ease}.nav.is-open{opacity:1;transform:translateY(0);pointer-events:auto}.nav a{padding:12px 14px;border-radius:14px}.nav a:hover{background:rgba(46,134,255,.08)}.nav a::after{display:none}.hero__inner,.hero--home .hero__inner--home{min-height:auto;padding:52px 0 110px}.hero__visual{min-height:300px}.hero__printer{max-height:360px}.feature-grid,.metric-inline,.grid-2,.grid-3,.grid-4,.grid-5,.form-grid-2{grid-template-columns:1fr}.hero__actions,.cta-banner .hero__actions{flex-direction:column;align-items:stretch}.btn{width:100%}.section{padding:58px 0}.card,.service-card--light,.generic-card{padding:18px;border-radius:20px}.number-tag,.icon-tag{margin-bottom:14px}.footer-grid{grid-template-columns:1fr}.form-banner,.cta-banner{padding:24px;border-radius:26px}.footer-bottom{justify-content:flex-start}.pill-row{justify-content:flex-start}} @media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}.reveal-up,.stagger-item{opacity:1;transform:none}} .hero--shop .hero__inner{min-height:560px}.shop-summary-card{align-self:center}.shop-toolbar{display:flex;align-items:center;justify-content:space-between;gap:22px;margin-bottom:30px}.shop-toolbar h2{margin:12px 0 0;color:var(--blue-950);font-size:clamp(28px,3vw,38px);line-height:1.12;letter-spacing:-.035em}.shop-toolbar__links{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.tmx-category-row{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.tmx-category-pill{display:grid;gap:4px;padding:14px 18px;border-radius:18px;background:#fff;border:1px solid var(--line);color:var(--blue-800);font-weight:800;box-shadow:0 10px 26px rgba(12,34,64,.05)}.tmx-category-pill span{color:var(--muted);font-size:12px;font-weight:650}.tmx-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.tmx-product-card{display:flex;flex-direction:column;min-height:100%;border-radius:24px;overflow:hidden;background:#fff;border:1px solid var(--line);box-shadow:0 12px 30px rgba(12,34,64,.06);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.tmx-product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-soft);border-color:rgba(46,134,255,.22)}.tmx-product-card__image{display:grid;place-items:center;aspect-ratio:1/0.78;background:linear-gradient(180deg,#fff,#f4f7fb);padding:18px}.tmx-product-card__image img{width:100%;height:100%;object-fit:contain}.tmx-product-card__body{display:flex;flex-direction:column;flex:1;padding:20px}.tmx-product-card__cat{display:inline-flex;width:fit-content;margin-bottom:10px;padding:6px 10px;border-radius:999px;background:rgba(46,134,255,.1);color:var(--blue-800);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.tmx-product-card__title{margin:0 0 10px;color:var(--blue-950);font-size:17px;line-height:1.25;letter-spacing:-.015em}.tmx-product-card__meta{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:12px}.tmx-product-card__meta span{font-size:12px;color:var(--muted);background:#f5f8fc;border:1px solid rgba(23,59,108,.08);border-radius:999px;padding:4px 8px}.tmx-product-card__price{margin-top:auto;color:var(--blue-800);font-size:20px;font-weight:800}.tmx-product-card__price del{color:#95a1b3;font-size:14px}.tmx-product-card__price ins{text-decoration:none}.tmx-product-card__actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:16px}.tmx-add-cart,.tmx-detail-btn,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{min-height:42px;display:inline-flex!important;align-items:center;justify-content:center;padding:10px 13px!important;border-radius:999px!important;border:1px solid transparent!important;font-size:13px!important;font-weight:800!important;line-height:1.1!important;text-align:center!important;transition:transform .2s ease!important}.tmx-add-cart,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{background:linear-gradient(135deg,#19498d,#2e86ff)!important;color:#fff!important}.tmx-detail-btn{background:#fff;color:var(--blue-800);border-color:rgba(23,59,108,.16)!important}.tmx-add-cart:hover,.tmx-detail-btn:hover,.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover{transform:translateY(-1px)}.added_to_cart.wc-forward{display:none!important}.tmx-pagination{margin-top:34px;display:flex;justify-content:center}.tmx-pagination .page-numbers{display:flex;gap:8px;list-style:none;padding:0}.tmx-pagination .page-numbers a,.tmx-pagination .page-numbers span{min-width:42px;height:42px;border-radius:999px;display:grid;place-items:center;background:#fff;border:1px solid var(--line);color:var(--blue-800);font-weight:800}.tmx-pagination .page-numbers .current{background:var(--blue-800);color:#fff}.empty-state{text-align:center;max-width:620px;margin:0 auto;padding:42px;border-radius:28px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow-soft)}.empty-state__icon{width:56px;height:56px;margin:0 auto 16px;border-radius:18px;display:grid;place-items:center;background:rgba(46,134,255,.1);font-size:25px}.empty-state h3{margin:0;color:var(--blue-950);font-size:24px}.empty-state p{margin:10px 0 0;color:var(--muted)}.woocommerce-result-count{margin:0;color:var(--muted);font-size:14px}.woocommerce-ordering select{min-height:44px;border-radius:999px;border:1px solid var(--line);padding:0 14px;background:#fff;color:var(--text)}.tmx-single-product{display:grid;grid-template-columns:minmax(0,.95fr) minmax(360px,.75fr);gap:38px;align-items:start}.tmx-single-product__gallery,.tmx-single-product__summary{border-radius:28px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow-soft);padding:28px}.tmx-single-product__gallery img{width:100%;height:auto;object-fit:contain}.tmx-single-product__summary h1{margin:16px 0 0;color:var(--blue-950);font-size:clamp(30px,3.2vw,44px);line-height:1.1;letter-spacing:-.04em}.tmx-single-price{margin-top:18px;color:var(--blue-800);font-size:30px;font-weight:800}.tmx-single-excerpt{margin-top:14px;color:var(--muted)}.tmx-single-cart{margin-top:22px}.tmx-single-cart form.cart{display:flex;gap:12px;flex-wrap:wrap}.tmx-single-cart .quantity input{min-height:46px;border-radius:999px;border:1px solid var(--line);padding:0 12px}.tmx-single-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}.tmx-product-support{margin-top:22px;padding:18px;border-radius:18px;background:#f5f8fc;border:1px solid rgba(23,59,108,.08)}.tmx-product-support h3{margin:0 0 8px;color:var(--blue-950)}.tmx-product-support p{margin:0 0 8px;color:var(--muted)}.tmx-product-support a{color:var(--blue-800);font-weight:800}.woocommerce table.shop_table{border-collapse:separate;border-spacing:0;width:100%;border:1px solid var(--line);border-radius:22px;overflow:hidden;background:#fff;box-shadow:var(--shadow-soft)}.woocommerce table.shop_table th,.woocommerce table.shop_table td{padding:16px;border-bottom:1px solid rgba(23,59,108,.08);text-align:left}.woocommerce table.shop_table th{background:#f5f8fc;color:var(--blue-950);font-size:14px}.woocommerce table.shop_table td{color:var(--text)}.woocommerce table.shop_table img{width:72px;height:72px;object-fit:contain}.woocommerce .remove{width:30px;height:30px;border-radius:999px;display:grid!important;place-items:center;background:#fff0f0;color:#e63946!important;text-decoration:none}.woocommerce-cart .cart-collaterals,.cart-collaterals{margin-top:28px}.cart_totals{margin-left:auto;max-width:420px;background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:var(--shadow-soft)}.cart_totals h2{margin:0 0 16px;color:var(--blue-950)}.coupon{display:flex;gap:10px;flex-wrap:wrap}.coupon .input-text{min-height:44px;border-radius:999px;border:1px solid var(--line);padding:0 14px} .tmx-blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.tmx-blog-card{background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden;box-shadow:var(--shadow-soft)}.tmx-blog-card__image{display:block;aspect-ratio:1.6/1;background:#f5f8fc}.tmx-blog-card__image img{width:100%;height:100%;object-fit:cover}.tmx-blog-card__body{padding:22px}.tmx-blog-card h2{margin:0 0 10px;color:var(--blue-950);font-size:22px;line-height:1.18;letter-spacing:-.025em}.tmx-blog-card p{margin:0;color:var(--muted)}.tmx-single-post{max-width:920px}.tmx-single-post__image{margin-bottom:24px;border-radius:28px;overflow:hidden;box-shadow:var(--shadow-soft)}.tmx-single-post__image img{width:100%;height:auto}.tmx-entry-content{font-size:17px}.tmx-entry-content h2,.tmx-entry-content h3{color:var(--blue-950);line-height:1.2}.tmx-entry-content a{color:var(--blue-800);font-weight:700} @media (max-width:1060px){.tmx-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.tmx-single-product{grid-template-columns:1fr}.tmx-blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.shop-toolbar{align-items:flex-start;flex-direction:column}.shop-toolbar__links{width:100%;justify-content:space-between}} @media (max-width:820px){.tmx-product-grid,.tmx-blog-grid{grid-template-columns:1fr}.tmx-product-card__actions{grid-template-columns:1fr}.tmx-category-row{justify-content:flex-start}.tmx-single-product__gallery,.tmx-single-product__summary{padding:18px;border-radius:22px}.tmx-single-actions{flex-direction:column}.coupon{display:grid}.woocommerce table.shop_table thead{display:none}.woocommerce table.shop_table tr{display:grid;border-bottom:1px solid rgba(23,59,108,.08)}.woocommerce table.shop_table td{display:flex;justify-content:space-between;gap:16px}.woocommerce table.shop_table td::before{content:attr(data-title);font-weight:800;color:var(--blue-950)}.woocommerce table.shop_table td.product-thumbnail::before,.woocommerce table.shop_table td.product-remove::before{display:none}.cart_totals{max-width:none}.shop-toolbar__links{display:grid;width:100%}} .woocommerce,.woocommerce-page,.woocommerce-page body,.woocommerce div.product,.woocommerce ul.products,.woocommerce-cart,.woocommerce-checkout{font-family:var(--font) !important;color:var(--text) !important} .woocommerce *{box-sizing:border-box} .woocommerce a{color:var(--blue-800);text-decoration:none} .woocommerce .woocommerce-breadcrumb,.woocommerce .woocommerce-products-header,.woocommerce .woocommerce-products-header__title,.woocommerce .woocommerce-notices-wrapper:empty{display:none !important} .woocommerce .woocommerce-message,.woocommerce .woocommerce-info,.woocommerce .woocommerce-error{max-width:var(--max);margin:22px auto !important;border:1px solid var(--line) !important;border-radius:18px !important;background:#fff !important;color:var(--text) !important;box-shadow:var(--shadow-soft) !important;padding:16px 20px !important;font-size:14px !important} .woocommerce .woocommerce-error{border-color:rgba(230,57,70,.22) !important} .woocommerce .woocommerce-message::before,.woocommerce .woocommerce-info::before,.woocommerce .woocommerce-error::before{display:none !important} .woocommerce .button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit,.woocommerce a.button,.woocommerce a.added_to_cart,.woocommerce .checkout-button,.woocommerce button[name="woocommerce_checkout_place_order"],.woocommerce .single_add_to_cart_button{min-height:46px !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;padding:12px 22px !important;border-radius:999px !important;border:1px solid transparent !important;background:linear-gradient(135deg,#19498d,#2e86ff) !important;color:#fff !important;font-family:var(--font) !important;font-size:14px !important;font-weight:800 !important;line-height:1.1 !important;text-align:center !important;box-shadow:0 14px 30px rgba(46,134,255,.18) !important;transition:transform .2s ease,box-shadow .2s ease !important} .woocommerce .button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover,.woocommerce #respond input#submit:hover,.woocommerce a.button:hover,.woocommerce .checkout-button:hover,.woocommerce button[name="woocommerce_checkout_place_order"]:hover,.woocommerce .single_add_to_cart_button:hover{transform:translateY(-1px) !important;box-shadow:0 16px 34px rgba(46,134,255,.24) !important;background:linear-gradient(135deg,#19498d,#2e86ff) !important;color:#fff !important} .woocommerce .quantity .qty,.woocommerce input.input-text,.woocommerce textarea,.woocommerce select,.woocommerce .select2-container .select2-selection--single{min-height:48px !important;border-radius:14px !important;border:1px solid var(--line) !important;background:#fff !important;color:var(--text) !important;padding:12px 14px !important;font-family:var(--font) !important;font-size:14px !important;outline:none !important;box-shadow:none !important} .woocommerce textarea{min-height:120px !important} .woocommerce label{color:var(--blue-950) !important;font-size:14px !important;font-weight:750 !important;margin-bottom:7px !important} .woocommerce form .form-row{padding:0 !important;margin:0 0 16px !important} .woocommerce form .form-row-first,.woocommerce form .form-row-last{width:49% !important} .woocommerce form .form-row-wide{clear:both} .woocommerce ul.products,.woocommerce-page ul.products{display:grid !important;grid-template-columns:repeat(4,minmax(0,1fr)) !important;gap:20px !important;margin:0 !important;padding:0 !important} .woocommerce ul.products::before,.woocommerce ul.products::after{display:none !important} .woocommerce ul.products li.product,.woocommerce-page ul.products li.product{width:auto !important;float:none !important;margin:0 !important;padding:0 !important} .woocommerce .tmx-product-card,.woocommerce-page .tmx-product-card{width:auto !important;float:none !important} .woocommerce span.onsale{min-height:auto !important;min-width:auto !important;top:14px !important;left:14px !important;right:auto !important;margin:0 !important;padding:7px 10px !important;border-radius:999px !important;background:var(--yellow) !important;color:var(--blue-950) !important;font-size:11px !important;font-weight:900 !important;line-height:1 !important} .woocommerce-cart main,.woocommerce-checkout main{background:linear-gradient(180deg,#fff 0%,var(--bg) 45%,#fff 100%)} .woocommerce-cart .entry-content,.woocommerce-checkout .entry-content,.tmx-woo-shell,.tmx-checkout-shell{max-width:var(--max);margin:0 auto} .woocommerce table.shop_table{border-collapse:separate !important;border-spacing:0 !important;width:100% !important;border:1px solid var(--line) !important;border-radius:24px !important;overflow:hidden !important;background:#fff !important;box-shadow:var(--shadow-soft) !important;margin:0 0 28px !important} .woocommerce table.shop_table th,.woocommerce table.shop_table td{padding:16px !important;border:0 !important;border-bottom:1px solid rgba(23,59,108,.08) !important;background:transparent !important;color:var(--text) !important;vertical-align:middle !important} .woocommerce table.shop_table th{background:#f5f8fc !important;color:var(--blue-950) !important;font-size:13px !important;font-weight:850 !important;text-transform:uppercase;letter-spacing:.04em} .woocommerce table.shop_table td.product-name a{color:var(--blue-950) !important;font-weight:800 !important} .woocommerce table.shop_table td.product-price,.woocommerce table.shop_table td.product-subtotal,.woocommerce table.shop_table .amount{color:var(--blue-800) !important;font-weight:850 !important} .woocommerce table.shop_table img{width:76px !important;height:76px !important;object-fit:contain !important;border-radius:14px !important;background:#f5f8fc !important;padding:6px !important} .woocommerce a.remove{width:32px !important;height:32px !important;display:grid !important;place-items:center !important;border-radius:999px !important;background:#fff0f0 !important;color:#e63946 !important;font-size:22px !important;line-height:1 !important;text-decoration:none !important} .woocommerce a.remove:hover{background:#e63946 !important;color:#fff !important} .woocommerce-cart .cart-collaterals .cart_totals,.woocommerce .cart_totals,.woocommerce .woocommerce-checkout-review-order,.tmx-checkout-card{background:#fff !important;border:1px solid var(--line) !important;border-radius:24px !important;box-shadow:var(--shadow-soft) !important;padding:24px !important} .woocommerce-cart .cart-collaterals .cart_totals{max-width:460px;margin-left:auto} .woocommerce-cart .cart-collaterals .cart_totals h2,.woocommerce .cart_totals h2,.tmx-checkout-card h3,.tmx-checkout-head h2{margin:0 0 18px !important;color:var(--blue-950) !important;font-size:26px !important;line-height:1.15 !important;letter-spacing:-.03em !important} .tmx-checkout-head{margin-bottom:28px} .tmx-checkout-head h2{margin-top:14px !important;font-size:clamp(30px,3vw,40px) !important} .tmx-checkout-head p{color:var(--muted);font-size:16px} .tmx-checkout-grid{display:grid;grid-template-columns:minmax(0,1fr) 430px;gap:28px;align-items:start} .tmx-checkout-section + .tmx-checkout-section{margin-top:24px} .woocommerce-checkout h3{color:var(--blue-950) !important;font-size:22px !important;line-height:1.2 !important;letter-spacing:-.02em !important;margin:0 0 18px !important} .woocommerce-checkout-review-order-table{box-shadow:none !important;border-radius:18px !important} .woocommerce div.product div.images,.woocommerce div.product div.summary{float:none !important;width:auto !important;margin:0 !important} .woocommerce div.product p.price,.woocommerce div.product span.price,.woocommerce div.product .tmx-single-price{color:var(--blue-800) !important;font-size:30px !important;font-weight:850 !important} .woocommerce div.product form.cart{display:flex !important;gap:12px !important;flex-wrap:wrap !important;margin:22px 0 0 !important} .woocommerce div.product form.cart div.quantity{margin:0 !important} .woocommerce div.product .woocommerce-tabs ul.tabs{display:none !important} .woocommerce div.product .woocommerce-tabs .panel{margin:0 !important} .woocommerce .related.products h2{display:none !important} .wp-block-woocommerce-cart,.wp-block-woocommerce-checkout{max-width:var(--max);margin:0 auto;font-family:var(--font) !important} .wc-block-components-button,.wc-block-cart__submit-button,.wc-block-components-checkout-place-order-button{border-radius:999px !important;background:linear-gradient(135deg,#19498d,#2e86ff) !important;color:#fff !important;font-weight:800 !important;min-height:46px !important} @media (max-width:1060px){.woocommerce ul.products,.woocommerce-page ul.products,.tmx-product-grid{grid-template-columns:repeat(3,minmax(0,1fr)) !important} .tmx-checkout-grid{grid-template-columns:1fr} .woocommerce-cart .cart-collaterals .cart_totals{max-width:none}} @media (max-width:820px){.woocommerce ul.products,.woocommerce-page ul.products,.tmx-product-grid{grid-template-columns:1fr !important} .woocommerce form .form-row-first,.woocommerce form .form-row-last{width:100% !important;float:none !important} .woocommerce table.shop_table thead{display:none !important} .woocommerce table.shop_table tr{display:grid !important;border-bottom:1px solid rgba(23,59,108,.08) !important} .woocommerce table.shop_table td{display:flex !important;justify-content:space-between !important;gap:16px !important;text-align:right !important} .woocommerce table.shop_table td::before{content:attr(data-title);font-weight:850;color:var(--blue-950);text-align:left} .woocommerce table.shop_table td.product-thumbnail::before,.woocommerce table.shop_table td.product-remove::before,.woocommerce table.shop_table td.actions::before{display:none} .woocommerce table.shop_table td.actions,.woocommerce table.shop_table td.product-thumbnail,.woocommerce table.shop_table td.product-remove{justify-content:center !important} .woocommerce .coupon{display:grid !important;width:100% !important} .woocommerce .coupon input,.woocommerce .coupon button,.woocommerce table.shop_table td.actions>button{width:100% !important} .tmx-checkout-card{padding:18px !important;border-radius:20px !important}} .nav a.is-active,.nav a.tecnimax-nav__link.is-active{color:var(--blue-800);font-weight:800} .nav a.is-active::after,.nav a.tecnimax-nav__link.is-active::after{width:100%} .section-clients{background:radial-gradient(circle at 15% 20%,rgba(46,134,255,.20),transparent 26rem),linear-gradient(135deg,#06192f 0%,#081B30 55%,#0c2f5a 100%);color:#fff;overflow:hidden} .section-clients .section-head h2{color:#fff} .section-clients .section-head p{color:rgba(255,255,255,.72)} .section-clients .eyebrow-light{color:#fff;border-color:rgba(255,255,255,.14);background:rgba(255,255,255,.08)} .client-logo-marquee,.client-name-marquee{position:relative;overflow:hidden;width:100%} .client-logo-marquee{margin-top:8px;padding:18px 0} .client-name-marquee{margin-top:12px;padding:12px 0;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)} .client-logo-marquee::before,.client-logo-marquee::after,.client-name-marquee::before,.client-name-marquee::after,.hero-marquee--logos .hero-marquee__viewport::before,.hero-marquee--logos .hero-marquee__viewport::after{content:"";position:absolute;top:0;bottom:0;width:120px;z-index:2;pointer-events:none} .client-logo-marquee::before,.client-name-marquee::before,.hero-marquee--logos .hero-marquee__viewport::before{left:0;background:linear-gradient(90deg,#06192f,rgba(6,25,47,0))} .client-logo-marquee::after,.client-name-marquee::after,.hero-marquee--logos .hero-marquee__viewport::after{right:0;background:linear-gradient(270deg,#06192f,rgba(6,25,47,0))} .client-logo-track,.client-name-track{display:flex;align-items:center;width:max-content;will-change:transform} .client-logo-track{gap:28px;animation:clientLogoMarquee 36s linear infinite} .client-name-track{gap:16px;animation:clientNameMarquee 44s linear infinite reverse} .client-logo-item{width:210px;height:104px;flex:0 0 auto;display:flex;align-items:center;justify-content:center;padding:20px 24px;border-radius:22px;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.09)} .client-logo-item img{max-width:100%;max-height:64px;object-fit:contain;opacity:.94;filter:drop-shadow(0 10px 22px rgba(0,0,0,.14))} .client-name-track span{flex:0 0 auto;padding:10px 16px;border-radius:999px;border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.055);color:rgba(255,255,255,.76);font-size:14px;font-weight:700;white-space:nowrap} .hero-marquee--logos{min-height:116px} .hero-marquee--logos .hero-marquee__viewport{position:relative;overflow:hidden} .hero-marquee--logos .client-logo-track{min-height:116px;gap:24px;animation-duration:34s} .hero-marquee--logos .client-logo-item{width:190px;height:82px;padding:14px 22px;background:rgba(255,255,255,.055)} .hero-marquee--logos .client-logo-item img{max-height:52px} @keyframes clientLogoMarquee{from{transform:translateX(0)} to{transform:translateX(-50%)}} @keyframes clientNameMarquee{from{transform:translateX(0)} to{transform:translateX(-50%)}} @media (max-width:820px){.client-logo-marquee::before,.client-logo-marquee::after,.client-name-marquee::before,.client-name-marquee::after,.hero-marquee--logos .hero-marquee__viewport::before,.hero-marquee--logos .hero-marquee__viewport::after{width:52px} .client-logo-track{gap:16px;animation-duration:30s} .client-logo-item{width:168px;height:88px;padding:16px 18px;border-radius:18px} .client-logo-item img{max-height:50px} .hero-marquee--logos,.hero-marquee--logos .client-logo-track{min-height:98px} .hero-marquee--logos .client-logo-item{width:150px;height:70px} .hero-marquee--logos .client-logo-item img{max-height:42px} .client-name-track span{font-size:13px;padding:9px 13px}} .hero--home{min-height:calc(100vh - var(--header-h))} .hero--home .hero__inner--home{padding-bottom:156px} .hero--home .hero__visual{overflow:visible} .hero--home .hero__visual::before{content:"";position:absolute;width:640px;height:360px;right:-80px;bottom:38px;border-radius:50%;background:radial-gradient(circle at 50% 55%,rgba(78,158,255,.70) 0%,rgba(46,134,255,.42) 28%,rgba(46,134,255,.18) 54%,rgba(46,134,255,0) 76%);filter:blur(18px);opacity:1;z-index:1;pointer-events:none} .hero--home .hero__visual::after{content:"";position:absolute;width:760px;height:150px;right:-150px;bottom:26px;border-radius:50%;background:radial-gradient(ellipse,rgba(87,157,255,.42) 0%,rgba(46,134,255,.22) 44%,rgba(46,134,255,0) 76%);filter:blur(22px);z-index:1;pointer-events:none} .hero__glow{width:520px;height:520px;right:-40px;bottom:28px;background:radial-gradient(circle,rgba(108,177,255,.72) 0%,rgba(46,134,255,.38) 32%,rgba(46,134,255,.15) 58%,rgba(46,134,255,0) 78%);filter:blur(12px);opacity:1} .hero__printer{z-index:3} .hero-marquee--logos{left:0;right:0;width:100%;min-height:118px;background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.075)),rgba(3,17,34,.56);border-top:1px solid rgba(255,255,255,.12);box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 -24px 70px rgba(46,134,255,.12);backdrop-filter:blur(18px)} .hero-marquee--logos .hero-marquee__viewport{width:100%;max-width:none;margin:0;padding:0} .hero-marquee--logos .client-logo-track{min-height:118px;gap:26px;padding-left:26px;animation-duration:36s} .hero-marquee--logos .client-logo-item{width:214px;height:82px;border-radius:20px;padding:14px 24px;background:linear-gradient(135deg,rgba(255,255,255,.10),rgba(255,255,255,.035));border:1px solid rgba(255,255,255,.12);box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 12px 32px rgba(0,0,0,.12)} .hero-marquee--logos .client-logo-item img{max-height:52px;opacity:.96} .hero-marquee--logos .hero-marquee__viewport::before{width:170px;background:linear-gradient(90deg,#06192f 0%,rgba(6,25,47,.78) 28%,rgba(6,25,47,0) 100%)} .hero-marquee--logos .hero-marquee__viewport::after{width:170px;background:linear-gradient(270deg,#06192f 0%,rgba(6,25,47,.78) 28%,rgba(6,25,47,0) 100%)} @media (max-width:1060px){.hero--home .hero__inner--home{padding-bottom:138px} .hero--home .hero__visual::before{width:520px;height:300px;right:-90px;bottom:20px} .hero--home .hero__visual::after{width:620px;right:-160px}} @media (max-width:820px){.hero--home .hero__inner--home{padding-bottom:124px} .hero--home .hero__visual::before{width:420px;height:260px;right:-80px;bottom:8px;filter:blur(16px)} .hero--home .hero__visual::after{width:460px;height:100px;right:-100px;bottom:18px} .hero__glow{width:360px;height:360px;right:-40px;bottom:10px} .hero-marquee--logos{min-height:98px} .hero-marquee--logos .client-logo-track{min-height:98px;gap:16px;padding-left:16px} .hero-marquee--logos .client-logo-item{width:164px;height:68px;padding:12px 18px;border-radius:18px} .hero-marquee--logos .client-logo-item img{max-height:40px} .hero-marquee--logos .hero-marquee__viewport::before,.hero-marquee--logos .hero-marquee__viewport::after{width:54px}} .section-clients .container{width:100%;max-width:none;margin:0} .section-clients .section-head{width:min(var(--max),calc(100% - 48px));margin-inline:auto} .section-clients .client-logo-marquee,.section-clients .client-name-marquee{width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)} .section-clients .client-logo-marquee{margin-top:30px;padding:18px 0;background:rgba(3,17,34,.34)} .section-clients .client-name-marquee{margin-top:14px;padding:12px 0;background:rgba(3,17,34,.28)} .section-clients .client-logo-track{padding-left:28px} .section-clients .client-name-track{padding-left:28px} .section-clients .client-logo-marquee::before,.section-clients .client-name-marquee::before{width:180px;background:linear-gradient(90deg,#06192f 0%,rgba(6,25,47,.82) 32%,rgba(6,25,47,0) 100%)} .section-clients .client-logo-marquee::after,.section-clients .client-name-marquee::after{width:180px;background:linear-gradient(270deg,#06192f 0%,rgba(6,25,47,.82) 32%,rgba(6,25,47,0) 100%)} @media (max-width:820px){.section-clients .section-head{width:min(var(--max),calc(100% - 28px))} .section-clients .client-logo-marquee{margin-top:22px} .section-clients .client-logo-track,.section-clients .client-name-track{padding-left:16px} .section-clients .client-logo-marquee::before,.section-clients .client-logo-marquee::after,.section-clients .client-name-marquee::before,.section-clients .client-name-marquee::after{width:54px}} .btn-primary,a.btn-primary,button.btn-primary,.header-cta.btn-primary{color:#fff !important} .hero--shop-clean .hero__inner--single{grid-template-columns:1fr;min-height:430px;padding-top:92px;padding-bottom:92px} .hero--shop-clean .hero__content{max-width:760px} .shop-layout{display:grid;grid-template-columns:280px minmax(0,1fr);gap:26px;align-items:start} .shop-filter-card{position:sticky;top:calc(var(--header-h) + 24px);padding:22px;border-radius:24px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow-soft)} .shop-filter-card__head h3{margin:14px 0 0;color:var(--blue-950);font-size:22px;line-height:1.15;letter-spacing:-.025em} .shop-filter-form{display:grid;gap:16px;margin-top:22px} .shop-filter-form label{display:grid;gap:8px;color:var(--blue-950);font-size:14px;font-weight:800} .shop-filter-form input,.shop-filter-form select{width:100%;min-height:48px;padding:12px 14px;border-radius:14px;border:1px solid var(--line);background:#fff;color:var(--text);outline:none} .shop-filter-form input:focus,.shop-filter-form select:focus{border-color:rgba(46,134,255,.42);box-shadow:0 0 0 4px rgba(46,134,255,.10)} .shop-filter-reset{display:inline-flex;align-items:center;justify-content:center;min-height:42px;color:var(--muted);font-size:14px;font-weight:750} .shop-result-note{margin-bottom:16px;padding:12px 14px;border-radius:16px;background:#f5f8fc;border:1px solid rgba(23,59,108,.08);color:var(--muted);font-size:14px;font-weight:700} .shop-layout .tmx-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))} .shop-toolbar .btn-outline{background:#fff !important;color:var(--blue-800) !important} .hero--shop .btn-outline--light{background:#fff !important;color:var(--blue-950) !important;border-color:rgba(255,255,255,.24) !important} .tmx-pagination{width:100%} .tmx-pagination ul.page-numbers{display:flex;justify-content:center;flex-wrap:wrap;gap:8px;list-style:none;margin:0;padding:0} .tmx-pagination .page-numbers a,.tmx-pagination .page-numbers span{min-width:42px;height:42px;padding:0 12px;border-radius:999px;display:grid;place-items:center;background:#fff;border:1px solid var(--line);color:var(--blue-800);font-weight:800} .tmx-pagination .page-numbers .current{background:var(--blue-800);color:#fff} @media (max-width:1060px){.shop-layout{grid-template-columns:240px minmax(0,1fr);gap:20px} .shop-layout .tmx-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}} @media (max-width:820px){.hero--shop-clean .hero__inner--single{min-height:auto;padding-top:58px;padding-bottom:58px} .shop-layout{grid-template-columns:1fr} .shop-filter-card{position:relative;top:auto} .shop-layout .tmx-product-grid{grid-template-columns:1fr}} .shop-page-clean{background:linear-gradient(180deg,#fff 0%,#f7f9fc 42%,#fff 100%)} .shop-products-section{padding-top:56px} .shop-wide-container{width:min(1440px,calc(100% - 48px));margin-inline:auto} .shop-toolbar{margin-bottom:30px} .shop-toolbar h1,.shop-toolbar h2{margin:14px 0 0;color:var(--blue-950);font-size:clamp(32px,3.1vw,44px);line-height:1.08;letter-spacing:-.04em;font-weight:650} .shop-toolbar p{margin:10px 0 0;max-width:680px;color:var(--muted);font-size:16px;font-weight:400} .shop-toolbar__links .btn{font-weight:650 !important} .shop-layout{grid-template-columns:260px minmax(0,1fr);gap:22px} .shop-filter-card{padding:20px;border-radius:22px} .shop-filter-card__head h3{font-weight:650;font-size:21px} .shop-filter-form label{font-weight:650} .shop-filter-form .btn{font-weight:650 !important} .shop-result-note{font-weight:500} .shop-layout .tmx-product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px} .tmx-product-card{border-radius:22px} .tmx-product-card__body{padding:18px} .tmx-product-card__title{font-weight:650;font-size:17px;line-height:1.22} .tmx-product-card__cat{font-weight:650} .tmx-product-card__meta span{font-weight:400} .tmx-product-card__price{font-size:18px;font-weight:650} .tmx-product-card__actions{display:flex !important;align-items:center;gap:8px} .tmx-product-card__actions .button,.tmx-product-card__actions .tmx-add-cart,.tmx-product-card__actions .tmx-detail-btn{flex:1 1 0;min-width:0;white-space:nowrap !important;min-height:40px !important;padding:10px 11px !important;font-size:12.5px !important;font-weight:650 !important;letter-spacing:-.01em} .woocommerce .button,.woocommerce button.button,.woocommerce input.button,.woocommerce a.button,.woocommerce .checkout-button,.woocommerce button[name="woocommerce_checkout_place_order"],.woocommerce .single_add_to_cart_button{font-weight:650 !important} .card h3,.service-card--light h3,.glass-card h3,.status-panel h3,.history-highlight h3,.info-card h3,.shop-filter-card h3{font-weight:650} @media (min-width:1500px){.shop-wide-container{width:min(1520px,calc(100% - 64px))} .shop-layout{grid-template-columns:270px minmax(0,1fr)} .shop-layout .tmx-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}} @media (max-width:1200px){.shop-layout .tmx-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}} @media (max-width:820px){.shop-wide-container{width:min(var(--max),calc(100% - 28px))} .shop-products-section{padding-top:44px} .shop-layout{grid-template-columns:1fr} .shop-layout .tmx-product-grid{grid-template-columns:1fr} .tmx-product-card__actions{display:grid !important;grid-template-columns:1fr 1fr}} @media (max-width:420px){.tmx-product-card__actions{grid-template-columns:1fr}} .footer{background:#06192f !important;color:rgba(255,255,255,.86) !important} .footer-brand p,.footer p{color:rgba(255,255,255,.86) !important;font-weight:400} .footer h3{color:#fff !important;font-weight:650} .footer ul,.footer li,.footer a{color:rgba(255,255,255,.74) !important} .footer a:hover{color:#fff !important} .footer-bottom{border-top-color:rgba(255,255,255,.16) !important;color:rgba(255,255,255,.68) !important} .footer-bottom span{color:rgba(255,255,255,.68) !important} .tmx-product-card__image{padding:0 !important;background:#f3f5f8 !important;overflow:hidden} .tmx-product-card__image img{width:100% !important;height:100% !important;object-fit:cover !important;object-position:center !important;border-radius:0 !important} .tmx-product-card{overflow:hidden} .tmx-product-card__body{background:#fff} @media (max-width:820px){.footer-grid{gap:28px}} .section .copy-stack,.simple-page .copy-stack,main:not(.hero) .copy-stack{color:var(--muted) !important} .section .copy-stack p,.simple-page .copy-stack p,main:not(.hero) .copy-stack p{color:var(--muted) !important;font-weight:400} .hero .copy-stack,.hero .copy-stack p{color:rgba(255,255,255,.82) !important} .split-layout--history .copy-stack,.split-layout--history .copy-stack p{color:var(--muted) !important} .split-layout--history .section-head h2{color:var(--blue-950) !important} .split-layout--history .section-head p{color:var(--muted) !important} .page-template-page-contacto .split-layout--form,.split-layout--form{grid-template-columns:minmax(0,1fr) 360px;gap:42px;align-items:start} .page-template-page-contacto .form-card--light{padding:28px;border-radius:26px} .page-template-page-contacto .section-head{margin-bottom:30px} .contact-side{display:grid;gap:18px;align-self:start;margin-top:0} .contact-info-card{padding:26px;border-radius:26px} .contact-info-card h3{margin-bottom:18px} .contact-info-card .info-list{gap:17px} .contact-info-card .info-list li{gap:5px} .contact-info-card p{margin-top:18px;line-height:1.55} .contact-map-card{overflow:hidden;min-height:260px;border-radius:26px;border:1px solid var(--line);background:#fff;box-shadow:var(--shadow-soft)} .contact-map-card iframe{width:100%;height:300px;display:block;border:0;filter:saturate(.9) contrast(.96)} @media (max-width:1060px){.page-template-page-contacto .split-layout--form,.split-layout--form{grid-template-columns:1fr;gap:28px} .contact-side{grid-template-columns:1fr 1fr} .contact-map-card iframe{height:100%;min-height:280px}} @media (max-width:820px){.contact-side{grid-template-columns:1fr} .page-template-page-contacto .form-card--light{padding:20px;border-radius:22px} .contact-info-card,.contact-map-card{border-radius:22px} .contact-map-card iframe{height:260px}} .alquiler-hero .hero__inner{min-height:600px} .alquiler-hero .glass-card{align-self:center} .alquiler-metrics{position:relative;z-index:3} .alquiler-service-grid .service-card--light{min-height:100%} .alquiler-service-grid .btn{width:fit-content;margin-top:4px} .alquiler-process-grid .card{min-height:220px} @media (max-width:1060px){.alquiler-hero .hero__inner{min-height:auto} .alquiler-service-grid .btn{width:100%} .alquiler-process-grid{grid-template-columns:repeat(2,minmax(0,1fr))}} @media (max-width:820px){.alquiler-process-grid{grid-template-columns:1fr} .alquiler-process-grid .card{min-height:auto}} .page-template-page-contacto .contact-side,body.page-id-contacto .contact-side{margin-top:172px} .split-layout--form>.contact-side{margin-top:172px} .form-note{display:none !important} .page-template-page-alquiler .entry-content:empty,.page-template-page-alquiler-general .entry-content:empty{display:none !important} .alquiler-hero{margin-top:0} .alquiler-hero .hero__content h1{color:#fff !important} .alquiler-hero .copy-stack,.alquiler-hero .copy-stack p{color:rgba(255,255,255,.82) !important} @media (max-width:1060px){.page-template-page-contacto .contact-side,body.page-id-contacto .contact-side,.split-layout--form>.contact-side{margin-top:0}} .nav-dropdown{position:relative;display:flex;align-items:center} .nav-dropdown__trigger{display:inline-flex !important;align-items:center;gap:6px} .nav-dropdown__chevron{font-size:13px;line-height:1;transform:translateY(-1px);opacity:.75} .nav-dropdown__menu{position:absolute;top:calc(100% + 14px);left:50%;min-width:210px;transform:translate(-50%,10px);padding:10px;border-radius:18px;background:#fff;border:1px solid rgba(23,59,108,.10);box-shadow:0 18px 44px rgba(12,34,64,.14);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,transform .2s ease,visibility .2s ease;z-index:80} .nav-dropdown__menu::before{content:"";position:absolute;left:0;right:0;top:-16px;height:16px} .nav-dropdown:hover .nav-dropdown__menu,.nav-dropdown:focus-within .nav-dropdown__menu{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%,0)} .nav-dropdown__menu a{display:flex;align-items:center;min-height:42px;padding:10px 12px !important;border-radius:12px;color:var(--text);font-size:14px;font-weight:600} .nav-dropdown__menu a:hover{background:rgba(46,134,255,.08);color:var(--blue-800)} .nav-dropdown.is-active>.nav-dropdown__trigger,.nav-dropdown__trigger.is-active{color:var(--blue-800);font-weight:800} @media (max-width:820px){.nav-dropdown{display:grid} .nav-dropdown__trigger{justify-content:space-between;width:100%} .nav-dropdown__menu{position:static;min-width:0;transform:none;opacity:1;visibility:visible;pointer-events:auto;box-shadow:none;border:0;background:rgba(46,134,255,.06);margin:0 8px 8px;padding:6px} .nav-dropdown:hover .nav-dropdown__menu,.nav-dropdown:focus-within .nav-dropdown__menu{transform:none}} .hero,.hero h1,.hero h2,.hero h3,.hero p,.hero .copy-stack,.hero .copy-stack p,.hero .hero__copy,.hero .hero__content p,.hero .glass-card p,.hero .glass-card li,.hero .light-list li,.hero .contact-badges span{color:rgba(255,255,255,.86) !important} .hero h1,.hero .hero__content h1{color:#fff !important} .hero .glass-card h3{color:#fff !important} .hero .eyebrow{color:#fff !important} .hero--home .hero__inner--home{grid-template-columns:minmax(0,1fr) 610px;align-items:end;padding-top:54px;padding-bottom:138px} .hero--home .hero__visual{min-height:570px;align-self:end;align-items:flex-end;justify-content:center} .hero--home .hero__printer{max-height:650px;width:auto;transform:translateY(74px) scale(1.08);transform-origin:bottom center;filter:drop-shadow(0 34px 58px rgba(0,0,0,.24))} .hero--home .hero__visual::before{width:760px;height:430px;right:-115px;bottom:-10px;opacity:1;filter:blur(20px)} .hero--home .hero__visual::after{width:880px;height:170px;right:-180px;bottom:-4px;opacity:1} .hero-marquee--logos{min-height:138px} .hero-marquee--logos .client-logo-track{min-height:138px;gap:32px;animation-duration:42s} .hero-marquee--logos .client-logo-item{width:268px;height:102px;padding:16px 26px;border-radius:24px;background:linear-gradient(135deg,rgba(255,255,255,.13),rgba(255,255,255,.045))} .hero-marquee--logos .client-logo-item img{max-height:72px;max-width:100%;opacity:1;image-rendering:auto;filter:drop-shadow(0 12px 24px rgba(0,0,0,.18))} .section-clients .client-logo-track{gap:34px;animation-duration:44s} .section-clients .client-logo-item{width:280px;height:124px;padding:20px 30px;border-radius:26px} .section-clients .client-logo-item img{max-height:82px;opacity:1;image-rendering:auto;filter:drop-shadow(0 12px 24px rgba(0,0,0,.18))} .client-name-track span{color:rgba(255,255,255,.86);font-weight:650} @media (max-width:1200px){.hero--home .hero__inner--home{grid-template-columns:minmax(0,1fr) 520px} .hero--home .hero__printer{max-height:575px;transform:translateY(62px) scale(1.05)} .hero--home .hero__visual{min-height:500px} .hero-marquee--logos .client-logo-item{width:236px;height:94px} .hero-marquee--logos .client-logo-item img{max-height:64px}} @media (max-width:1060px){.hero--home .hero__inner--home{grid-template-columns:1fr;align-items:center;padding-bottom:138px} .hero--home .hero__visual{min-height:430px} .hero--home .hero__printer{max-height:500px;transform:translateY(46px) scale(1.02)} .section-clients .client-logo-item{width:238px;height:104px} .section-clients .client-logo-item img{max-height:68px}} @media (max-width:820px){.hero--home .hero__inner--home{padding-bottom:116px} .hero--home .hero__visual{min-height:340px} .hero--home .hero__printer{max-height:390px;transform:translateY(34px) scale(1.02)} .hero-marquee--logos{min-height:108px} .hero-marquee--logos .client-logo-track{min-height:108px;gap:18px} .hero-marquee--logos .client-logo-item{width:190px;height:78px;padding:12px 18px} .hero-marquee--logos .client-logo-item img{max-height:50px} .section-clients .client-logo-item{width:190px;height:88px;padding:14px 20px} .section-clients .client-logo-item img{max-height:54px}} .hero--home h1,.hero--home .hero__content h1{font-size:clamp(36px,4.05vw,54px) !important;line-height:1.07 !important;letter-spacing:-.04em !important;font-weight:680 !important;max-width:700px} .hero--home .hero__copy,.hero--home .hero__content p{line-height:1.72 !important;max-width:680px} .hero--home .hero__inner--home{padding-bottom:164px !important} .hero--home .hero__visual{min-height:540px !important} .hero--home .hero__printer{max-height:610px !important;transform:translateY(38px) scale(1.04) !important} .hero--home .hero__visual::before{bottom:24px !important} .hero--home .hero__visual::after{bottom:30px !important} .hero-marquee--logos{min-height:128px !important} .hero-marquee--logos .client-logo-track{min-height:128px !important} @media (max-width:1200px){.hero--home h1,.hero--home .hero__content h1{font-size:clamp(34px,4vw,50px) !important} .hero--home .hero__printer{max-height:540px !important;transform:translateY(30px) scale(1.02) !important}} @media (max-width:1060px){.hero--home .hero__inner--home{padding-bottom:148px !important} .hero--home .hero__visual{min-height:410px !important} .hero--home .hero__printer{max-height:470px !important;transform:translateY(26px) scale(1) !important}} @media (max-width:820px){.hero--home h1,.hero--home .hero__content h1{font-size:clamp(32px,9vw,40px) !important;line-height:1.08 !important} .hero--home .hero__inner--home{padding-bottom:124px !important} .hero--home .hero__copy,.hero--home .hero__content p{line-height:1.65 !important} .hero--home .hero__visual{min-height:320px !important} .hero--home .hero__printer{max-height:360px !important;transform:translateY(20px) scale(1) !important}}:root{--blue-800:#173b6c;--blue-500:#2e86ff;--red:#e63946;--yellow:#f4b400;--bg:#e8edf3;--text:#2d3748} .eyebrow::before,.eyebrow-light::before{background:var(--red) !important;box-shadow:0 0 0 4px rgba(230,57,70,.16) !important} .feature-pill span,.list-check li::before,.light-list li::before,.bullet-list--check div::before{background:rgba(230,57,70,.14) !important;color:var(--red) !important} .number-tag,.icon-tag{color:var(--red) !important;background:rgba(230,57,70,.10) !important} .category-chip,.tmx-product-card__cat,.status-panel__label{color:var(--red) !important;background:rgba(230,57,70,.09) !important} .btn-primary,a.btn-primary,button.btn-primary,.header-cta.btn-primary,.woocommerce .button,.woocommerce button.button,.woocommerce input.button,.woocommerce a.button,.woocommerce .checkout-button,.woocommerce button[name="woocommerce_checkout_place_order"],.woocommerce .single_add_to_cart_button{background:linear-gradient(135deg,#173b6c 0%,#2e86ff 72%,#e63946 145%) !important;color:#fff !important;box-shadow:0 14px 30px rgba(46,134,255,.20),0 8px 18px rgba(230,57,70,.08) !important} .btn-primary:hover,a.btn-primary:hover,button.btn-primary:hover,.header-cta.btn-primary:hover{background:linear-gradient(135deg,#173b6c 0%,#2e86ff 58%,#e63946 130%) !important} .nav a::after,.nav a.is-active::after,.nav a.tecnimax-nav__link.is-active::after{background:var(--red) !important} .nav a.is-active,.nav a.tecnimax-nav__link.is-active,.nav-dropdown.is-active>.nav-dropdown__trigger,.nav-dropdown__trigger.is-active{color:#173b6c !important} .hero--home .feature-grid{margin-top:30px !important;margin-bottom:34px !important;max-width:680px !important} .hero--home .feature-pill{padding:15px 18px !important;min-height:56px !important;border-radius:18px !important;background:rgba(255,255,255,.09) !important;border-color:rgba(255,255,255,.14) !important} .hero--home .hero__content{padding-bottom:18px !important} .hero--home .hero__inner--home{padding-bottom:178px !important} .hero-marquee--logos{box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 -24px 70px rgba(46,134,255,.10),0 -12px 36px rgba(230,57,70,.07) !important} .hero-marquee--logos .client-logo-item,.section-clients .client-logo-item{border-color:rgba(255,255,255,.12) !important} @media (max-width:1060px){.hero--home .feature-grid{margin-bottom:26px !important} .hero--home .hero__inner--home{padding-bottom:158px !important}} @media (max-width:820px){.hero--home .feature-grid{margin-bottom:22px !important} .hero--home .hero__inner--home{padding-bottom:130px !important}} .metric-cards{padding:0 !important;background:transparent !important;border:0 !important;box-shadow:none !important;border-radius:0 !important;gap:20px !important} .metric-card{background:#fff !important;border:1px solid var(--line) !important;border-radius:22px !important;box-shadow:0 14px 34px rgba(12,34,64,.08) !important;padding:22px 24px !important} .pull-up-metrics .metric-card{min-height:110px;display:grid;align-content:center} @media (max-width:820px){.metric-cards{gap:14px !important} .metric-card{border-radius:18px !important;padding:18px !important}} .eyebrow::before,.eyebrow-light::before{background:var(--yellow) !important;box-shadow:0 0 0 4px rgba(244,180,0,.14) !important} .feature-pill span,.list-check li::before,.light-list li::before,.bullet-list--check div::before{background:rgba(244,180,0,.18) !important;color:var(--yellow) !important} .number-tag,.icon-tag{color:var(--blue-800) !important;background:rgba(46,134,255,.10) !important} .category-chip,.tmx-product-card__cat,.status-panel__label{color:var(--blue-800) !important;background:rgba(46,134,255,.10) !important} .nav a::after,.nav a.is-active::after,.nav a.tecnimax-nav__link.is-active::after{background:var(--yellow) !important} .nav a.is-active,.nav a.tecnimax-nav__link.is-active,.nav-dropdown.is-active>.nav-dropdown__trigger,.nav-dropdown__trigger.is-active{color:var(--blue-800) !important} .btn-primary,a.btn-primary,button.btn-primary,.header-cta.btn-primary,.form-card .btn-primary,.cta-banner .btn-primary,.woocommerce .button,.woocommerce button.button,.woocommerce input.button,.woocommerce a.button,.woocommerce .checkout-button,.woocommerce button[name="woocommerce_checkout_place_order"],.woocommerce .single_add_to_cart_button,.tmx-add-cart{background:#e63946 !important;color:#fff !important;border-color:#e63946 !important;box-shadow:0 14px 30px rgba(230,57,70,.22) !important} .btn-primary:hover,a.btn-primary:hover,button.btn-primary:hover,.header-cta.btn-primary:hover,.form-card .btn-primary:hover,.cta-banner .btn-primary:hover,.woocommerce .button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover,.woocommerce a.button:hover,.woocommerce .checkout-button:hover,.woocommerce button[name="woocommerce_checkout_place_order"]:hover,.woocommerce .single_add_to_cart_button:hover,.tmx-add-cart:hover{background:#d92f3b !important;border-color:#d92f3b !important;color:#fff !important} .btn-outline,a.btn-outline,.tmx-detail-btn{background:#fff !important;color:var(--blue-800) !important;border-color:rgba(23,59,108,.16) !important} .hero .btn-outline--light,.hero a.btn-outline--light{background:#fff !important;color:var(--blue-950) !important;border-color:rgba(255,255,255,.20) !important} .hero>.container .hero__content h1,.hero>.container .hero__content h2,.hero>.container .hero__content p,.hero>.container .hero__content .copy-stack,.hero>.container .hero__content .copy-stack p,.hero>.container .hero__content .hero__copy{color:#fff !important} .hero .hero__content .copy-stack p,.hero .hero__content p{color:rgba(255,255,255,.86) !important} .hero .info-card,.hero .form-card--light,.hero .service-card--light,.hero .generic-card,.hero .card{color:var(--text) !important} .hero .info-card h3,.hero .form-card--light h3,.hero .service-card--light h3,.hero .generic-card h3,.hero .card h3{color:var(--blue-950) !important} .hero .info-card p,.hero .form-card--light p,.hero .service-card--light p,.hero .generic-card p,.hero .card p{color:var(--muted) !important} .hero .glass-card,.hero .glass-card h3,.hero .glass-card p,.hero .glass-card li,.hero .glass-card span,.hero .service-card,.hero .service-card h3,.hero .service-card p,.hero .service-card li{color:rgba(255,255,255,.88) !important} .hero .glass-card h3,.hero .service-card h3{color:#fff !important} .hero .contact-badges span,.hero .metric-inline span,.hero .metric-inline strong{color:rgba(255,255,255,.86) !important} .hero .metric-inline strong{color:#fff !important} .hero--home .hero__printer{max-height:650px !important;transform:translateY(34px) scale(1.07) !important} .hero--home .hero__visual{min-height:560px !important} @media (max-width:1200px){.hero--home .hero__printer{max-height:575px !important;transform:translateY(28px) scale(1.05) !important} .hero--home .hero__visual{min-height:500px !important}} @media (max-width:1060px){.hero--home .hero__printer{max-height:500px !important;transform:translateY(24px) scale(1.03) !important} .hero--home .hero__visual{min-height:430px !important}} @media (max-width:820px){.hero--home .hero__printer{max-height:385px !important;transform:translateY(18px) scale(1.02) !important} .hero--home .hero__visual{min-height:330px !important}} .hero--home .hero__inner--home{padding-bottom:72px !important;align-items:center !important} .hero--home .hero__visual{display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:center !important;gap:22px !important;min-height:620px !important;padding-top:12px;padding-bottom:0} .hero--home .hero__printer{max-height:610px !important;transform:translateY(0) scale(1.05) !important;margin-bottom:0 !important} .hero-visual-marquee{position:relative !important;left:auto !important;right:auto !important;bottom:auto !important;z-index:5 !important;width:min(620px,100%) !important;min-height:72px !important;overflow:hidden !important;background:transparent !important;border:0 !important;box-shadow:none !important;backdrop-filter:none !important;margin-top:-4px !important} .hero-visual-marquee .hero-marquee__viewport{width:100% !important;max-width:none !important;margin:0 !important;padding:0 !important;overflow:hidden !important} .hero-visual-marquee .hero-marquee__viewport::before,.hero-visual-marquee .hero-marquee__viewport::after{width:74px !important} .hero-visual-marquee .hero-marquee__viewport::before{background:linear-gradient(90deg,rgba(9,30,57,1),rgba(9,30,57,0)) !important} .hero-visual-marquee .hero-marquee__viewport::after{background:linear-gradient(270deg,rgba(9,30,57,1),rgba(9,30,57,0)) !important} .hero-visual-marquee .client-logo-track{min-height:72px !important;gap:34px !important;padding-left:0 !important;animation-duration:34s !important} .hero-visual-marquee .client-logo-item{width:150px !important;height:58px !important;padding:0 !important;border:0 !important;border-radius:0 !important;background:transparent !important;box-shadow:none !important} .hero-visual-marquee .client-logo-item img{max-height:46px !important;max-width:148px !important;opacity:.98 !important;filter:drop-shadow(0 8px 16px rgba(0,0,0,.18)) !important} .hero--home>.hero-marquee{display:none !important} .hero--home .hero__visual::before{bottom:72px !important} .hero--home .hero__visual::after{bottom:76px !important} @media (max-width:1200px){.hero--home .hero__inner--home{grid-template-columns:minmax(0,1fr) 540px !important} .hero--home .hero__visual{min-height:560px !important} .hero--home .hero__printer{max-height:540px !important;transform:translateY(0) scale(1.03) !important} .hero-visual-marquee{width:min(540px,100%) !important}} @media (max-width:1060px){.hero--home .hero__inner--home{grid-template-columns:1fr !important;padding-bottom:64px !important} .hero--home .hero__visual{min-height:auto !important;margin-top:16px} .hero--home .hero__printer{max-height:460px !important} .hero-visual-marquee{width:min(620px,100%) !important}} @media (max-width:820px){.hero--home .hero__inner--home{padding-bottom:52px !important} .hero--home .hero__printer{max-height:340px !important;transform:translateY(0) scale(1) !important} .hero-visual-marquee{width:100% !important;min-height:60px !important} .hero-visual-marquee .client-logo-track{min-height:60px !important;gap:24px !important} .hero-visual-marquee .client-logo-item{width:124px !important;height:48px !important} .hero-visual-marquee .client-logo-item img{max-height:36px !important;max-width:122px !important}} .hero--home .hero__inner--home{width:min(1320px,calc(100% - 64px)) !important;max-width:none !important;grid-template-columns:minmax(520px,0.92fr) minmax(620px,1.08fr) !important;gap:44px !important;padding-top:42px !important;padding-bottom:62px !important;align-items:center !important} .hero--home .hero__content{max-width:760px !important;padding-bottom:0 !important} .hero--home h1,.hero--home .hero__content h1{max-width:760px !important;font-size:clamp(38px,4vw,56px) !important;line-height:1.05 !important} .hero--home .hero__copy,.hero--home .hero__content p{max-width:720px !important;line-height:1.68 !important} .hero--home .feature-grid{max-width:760px !important;grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:14px !important;margin-top:28px !important;margin-bottom:0 !important} .hero--home .feature-pill{min-height:58px !important;padding:14px 18px !important} .hero--home .hero__visual{width:100% !important;min-height:610px !important;gap:14px !important;justify-content:center !important;align-items:center !important} .hero--home .hero__printer{max-height:620px !important;transform:translateY(0) scale(1.02) !important} .hero-visual-marquee{width:min(760px,100%) !important;min-height:64px !important;margin-top:-2px !important;background:transparent !important;border:0 !important;box-shadow:none !important;backdrop-filter:none !important;isolation:isolate} .hero-visual-marquee .hero-marquee__viewport{background:transparent !important;box-shadow:none !important;border:0 !important} .hero-visual-marquee .hero-marquee__viewport::before,.hero-visual-marquee .hero-marquee__viewport::after{width:86px !important;background:none !important;backdrop-filter:none !important} .hero-visual-marquee .hero-marquee__viewport::before{background:linear-gradient(90deg,rgba(19,58,105,.98),rgba(19,58,105,0)) !important} .hero-visual-marquee .hero-marquee__viewport::after{background:linear-gradient(270deg,rgba(19,58,105,.98),rgba(19,58,105,0)) !important} .hero-visual-marquee .client-logo-track{min-height:64px !important;gap:42px !important;padding-left:0 !important;background:transparent !important} .hero-visual-marquee .client-logo-item{width:168px !important;height:54px !important;padding:0 !important;background:transparent !important;border:0 !important;box-shadow:none !important;border-radius:0 !important} .hero-visual-marquee .client-logo-item img{max-height:44px !important;max-width:168px !important;opacity:.95 !important;filter:drop-shadow(0 8px 16px rgba(0,0,0,.18)) !important} .hero--home .hero__visual::before{width:820px !important;height:470px !important;right:-120px !important;bottom:78px !important} .hero--home .hero__visual::after{width:900px !important;right:-170px !important;bottom:82px !important} @media (max-width:1280px){.hero--home .hero__inner--home{width:min(1180px,calc(100% - 48px)) !important;grid-template-columns:minmax(460px,.95fr) minmax(520px,1.05fr) !important;gap:36px !important} .hero--home h1,.hero--home .hero__content h1{font-size:clamp(36px,4vw,52px) !important} .hero--home .hero__printer{max-height:570px !important} .hero-visual-marquee{width:min(650px,100%) !important}} @media (max-width:1060px){.hero--home .hero__inner--home{width:min(var(--max),calc(100% - 40px)) !important;grid-template-columns:1fr !important;gap:26px !important;padding-bottom:56px !important} .hero--home .hero__content{max-width:820px !important} .hero--home .hero__visual{min-height:auto !important} .hero--home .hero__printer{max-height:440px !important} .hero-visual-marquee{width:min(720px,100%) !important} .hero-visual-marquee .hero-marquee__viewport::before{background:linear-gradient(90deg,rgba(13,44,82,.98),rgba(13,44,82,0)) !important} .hero-visual-marquee .hero-marquee__viewport::after{background:linear-gradient(270deg,rgba(13,44,82,.98),rgba(13,44,82,0)) !important}} @media (max-width:820px){.hero--home .hero__inner--home{width:min(var(--max),calc(100% - 28px)) !important;padding-top:40px !important;padding-bottom:44px !important} .hero--home h1,.hero--home .hero__content h1{font-size:clamp(32px,9vw,40px) !important} .hero--home .feature-grid{grid-template-columns:1fr !important} .hero--home .hero__printer{max-height:330px !important} .hero-visual-marquee{width:100% !important;min-height:54px !important} .hero-visual-marquee .client-logo-track{min-height:54px !important;gap:28px !important} .hero-visual-marquee .client-logo-item{width:132px !important;height:46px !important} .hero-visual-marquee .client-logo-item img{max-height:34px !important;max-width:132px !important}} .hero-visual-marquee,.hero-visual-marquee *,.hero-visual-marquee .hero-marquee__viewport,.hero-visual-marquee .client-logo-track{background:transparent !important;box-shadow:none !important;border:0 !important;backdrop-filter:none !important} .hero-visual-marquee .hero-marquee__viewport::before,.hero-visual-marquee .hero-marquee__viewport::after{display:none !important;content:none !important;background:transparent !important} .hero-visual-marquee{width:min(980px,118%) !important;max-width:none !important;min-height:88px !important;margin-top:2px !important;overflow:hidden !important;transform:translateX(-1%) !important} .hero-visual-marquee .client-logo-track{min-height:88px !important;gap:58px !important;padding-left:0 !important;animation-duration:38s !important} .hero-visual-marquee .client-logo-item{width:230px !important;height:78px !important;padding:0 !important;background:transparent !important;border:0 !important;box-shadow:none !important;border-radius:0 !important;display:flex !important;align-items:center !important;justify-content:center !important} .hero-visual-marquee .client-logo-item img{max-width:230px !important;max-height:68px !important;width:auto !important;height:auto !important;opacity:1 !important;image-rendering:auto !important;filter:drop-shadow(0 8px 18px rgba(0,0,0,.16)) !important} .hero--home .hero__visual{min-height:630px !important;gap:10px !important} .hero--home .hero__printer{max-height:625px !important;transform:translateY(0) scale(1.03) !important} @media (min-width:1281px){.hero--home .hero__inner--home{width:min(1400px,calc(100% - 64px)) !important;grid-template-columns:minmax(540px,.9fr) minmax(700px,1.1fr) !important;gap:48px !important} .hero-visual-marquee{width:min(1060px,122%) !important}} @media (max-width:1280px){.hero-visual-marquee{width:min(860px,116%) !important} .hero-visual-marquee .client-logo-track{gap:48px !important} .hero-visual-marquee .client-logo-item{width:205px !important;height:72px !important} .hero-visual-marquee .client-logo-item img{max-width:205px !important;max-height:60px !important}} @media (max-width:1060px){.hero-visual-marquee{width:min(760px,100%) !important;transform:none !important} .hero-visual-marquee .client-logo-track{gap:38px !important} .hero-visual-marquee .client-logo-item{width:180px !important;height:62px !important} .hero-visual-marquee .client-logo-item img{max-width:180px !important;max-height:52px !important}} @media (max-width:820px){.hero--home .hero__visual{min-height:auto !important} .hero-visual-marquee{width:100% !important;min-height:58px !important} .hero-visual-marquee .client-logo-track{min-height:58px !important;gap:28px !important} .hero-visual-marquee .client-logo-item{width:138px !important;height:48px !important} .hero-visual-marquee .client-logo-item img{max-width:138px !important;max-height:38px !important}} .hero-visual-marquee{width:100% !important;max-width:620px !important;transform:none !important;margin-left:auto !important;margin-right:auto !important;overflow:hidden !important} .hero-visual-marquee .client-logo-track{gap:42px !important} .hero-visual-marquee .client-logo-item{width:190px !important;height:68px !important} .hero-visual-marquee .client-logo-item img{max-width:190px !important;max-height:58px !important} @media (min-width:1281px){.hero-visual-marquee{max-width:650px !important}} @media (max-width:1280px){.hero-visual-marquee{max-width:560px !important}} @media (max-width:1060px){.hero-visual-marquee{max-width:680px !important}} @media (max-width:820px){.hero-visual-marquee{max-width:100% !important} .hero-visual-marquee .client-logo-item{width:138px !important;height:48px !important} .hero-visual-marquee .client-logo-item img{max-width:138px !important;max-height:38px !important}} .btn,button,input,textarea,select,.field,.header-cta,.brand-mark,.eyebrow,.eyebrow-light,.feature-pill,.metric-card,.card,.generic-card,.info-card,.glass-card,.service-card,.service-card--light,.form-card,.form-banner,.cta-banner,.status-panel,.history-highlight,.icon-tag,.number-tag,.category-chip,.tmx-product-card,.tmx-product-card__image,.tmx-product-card__cat,.tmx-product-card__meta span,.tmx-product-card__actions a,.tmx-add-cart,.tmx-detail-btn,.shop-filter-card,.shop-result-note,.empty-state,.empty-state__icon,.tmx-category-pill,.tmx-blog-card,.tmx-blog-card__image,.contact-info-card,.contact-map-card,.contact-map-card iframe,.client-logo-item,.client-name-track span,.nav-dropdown__menu,.nav-dropdown__menu a,.woocommerce .button,.woocommerce button.button,.woocommerce input.button,.woocommerce a.button,.woocommerce table.shop_table,.woocommerce table.shop_table img,.woocommerce .woocommerce-message,.woocommerce .woocommerce-info,.woocommerce .woocommerce-error,.woocommerce .quantity .qty,.woocommerce input.input-text,.woocommerce textarea,.woocommerce select,.woocommerce .select2-container .select2-selection--single,.cart_totals,.tmx-single-product__gallery,.tmx-single-product__summary,.tmx-product-support,.tmx-woo-shortcode-card{border-radius:5px !important} .eyebrow::before,.eyebrow-light::before,.feature-pill span,.list-check li::before,.light-list li::before,.bullet-list--check div::before,.woocommerce a.remove{border-radius:999px !important} .btn,button.btn,.btn-primary,.btn-outline,.header-cta,.woocommerce .button,.woocommerce button.button,.woocommerce input.button,.woocommerce a.button,.tmx-add-cart,.tmx-detail-btn{border-radius:5px !important} .site-header .header-cta,.site-header .header-cta.btn-primary,.header-cta.btn-primary{min-width:210px !important;min-height:48px !important;padding:13px 34px !important;background:#2e86ff !important;border-color:#2e86ff !important;color:#fff !important;border-radius:5px !important;text-transform:uppercase !important;letter-spacing:.075em !important;font-weight:500 !important;font-size:12px !important;box-shadow:0 14px 32px rgba(46,134,255,.22) !important} .site-header .header-cta:hover,.site-header .header-cta.btn-primary:hover,.header-cta.btn-primary:hover{background:#173b6c !important;border-color:#173b6c !important;color:#fff !important} @media (max-width:820px){.site-header .header-cta,.site-header .header-cta.btn-primary,.header-cta.btn-primary{min-width:100% !important;width:100% !important}} .hero--home .feature-grid .feature-pill,.hero .feature-grid .feature-pill,.feature-grid .feature-pill{border-radius:5px !important} .hero--home .feature-grid .feature-pill span,.hero .feature-grid .feature-pill span,.feature-grid .feature-pill span{border-radius:5px !important} .hero [class*="pill"],.hero [class*="card"],.hero [class*="tag"]{border-radius:5px !important} .hero .eyebrow::before,.hero .eyebrow-light::before{border-radius:999px !important} .about-photo-card{align-self:center;overflow:hidden;border-radius:5px !important;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.06);box-shadow:0 28px 70px rgba(0,0,0,.20)} .about-photo-card img{width:100%;min-height:420px;height:100%;object-fit:cover;object-position:center;display:block;border-radius:5px !important} @media (max-width:1060px){.about-photo-card img{min-height:360px}} @media (max-width:820px){.about-photo-card img{min-height:260px}} .page-template-page-alquiler-de-impresoras .hero,.page-template-page-alquiler-de-laptops .hero,body[class*="alquiler-impresoras"] .hero,body[class*="alquiler-laptops"] .hero{overflow:visible !important} .page-template-page-alquiler-de-impresoras .hero__inner,.page-template-page-alquiler-de-laptops .hero__inner,body[class*="alquiler-impresoras"] .hero__inner,body[class*="alquiler-laptops"] .hero__inner{min-height:620px !important;padding-bottom:110px !important} .page-template-page-alquiler-de-impresoras .pull-up-metrics,.page-template-page-alquiler-de-laptops .pull-up-metrics,body[class*="alquiler-impresoras"] .pull-up-metrics,body[class*="alquiler-laptops"] .pull-up-metrics{margin-top:0 !important;padding-top:48px !important;position:relative !important;z-index:5 !important} .hero-product-visual{align-self:center;justify-self:center;width:100%;min-height:480px;display:flex;align-items:center;justify-content:center;background:transparent !important;border:0 !important;box-shadow:none !important;padding:0 !important;border-radius:0 !important} .hero-product-visual img{width:auto;max-width:100%;max-height:560px;object-fit:contain;filter:drop-shadow(0 34px 58px rgba(0,0,0,.26));border:0 !important;background:transparent !important;border-radius:0 !important} .hero-product-visual--printer img{max-height:585px;transform:translateY(24px) scale(1.05)} .laptop-visual-only{width:min(520px,100%);aspect-ratio:1.45/1;position:relative;filter:drop-shadow(0 34px 58px rgba(0,0,0,.26))} .laptop-visual-only::before{content:"";position:absolute;left:8%;right:8%;top:5%;height:68%;border-radius:5px;background:linear-gradient(135deg,rgba(255,255,255,.16),rgba(255,255,255,.05)),linear-gradient(135deg,#1b2536,#0d1524);border:1px solid rgba(255,255,255,.20)} .laptop-visual-only::after{content:"";position:absolute;left:0;right:0;bottom:13%;height:13%;border-radius:5px;background:linear-gradient(180deg,#dbe3ec,#aeb9c7);transform:perspective(500px) rotateX(18deg)} @media (max-width:1060px){.page-template-page-alquiler-de-impresoras .hero__inner,.page-template-page-alquiler-de-laptops .hero__inner,body[class*="alquiler-impresoras"] .hero__inner,body[class*="alquiler-laptops"] .hero__inner{min-height:auto !important;padding-bottom:72px !important} .hero-product-visual{min-height:360px} .hero-product-visual--printer img{max-height:430px;transform:translateY(0) scale(1)} .laptop-visual-only{width:min(430px,100%)}} @media (max-width:820px){.page-template-page-alquiler-de-impresoras .hero__inner,.page-template-page-alquiler-de-laptops .hero__inner,body[class*="alquiler-impresoras"] .hero__inner,body[class*="alquiler-laptops"] .hero__inner{padding-bottom:54px !important} .page-template-page-alquiler-de-impresoras .pull-up-metrics,.page-template-page-alquiler-de-laptops .pull-up-metrics,body[class*="alquiler-impresoras"] .pull-up-metrics,body[class*="alquiler-laptops"] .pull-up-metrics{padding-top:34px !important} .hero-product-visual{min-height:280px} .hero-product-visual--printer img{max-height:320px}} .tmx-product-card__actions{display:grid !important;grid-template-columns:1fr 1fr !important;align-items:stretch !important;gap:8px !important} .tmx-product-card__actions .button,.tmx-product-card__actions .tmx-add-cart,.tmx-product-card__actions .tmx-detail-btn,.tmx-product-card__actions a{width:100% !important;min-height:44px !important;height:44px !important;display:flex !important;align-items:center !important;justify-content:center !important;padding:0 12px !important;line-height:1.1 !important;box-sizing:border-box !important;white-space:nowrap !important;font-size:13px !important} @media (max-width:420px){.tmx-product-card__actions{grid-template-columns:1fr !important} .tmx-product-card__actions .button,.tmx-product-card__actions .tmx-add-cart,.tmx-product-card__actions .tmx-detail-btn,.tmx-product-card__actions a{height:44px !important}} .tmx-product-page .product-detail{background:linear-gradient(180deg,#fff 0%,#f5f8fc 100%)} .tmx-single-product--refined{grid-template-columns:minmax(420px,.95fr) minmax(420px,.78fr);gap:34px;align-items:start} .tmx-single-product--refined .tmx-single-product__gallery,.tmx-single-product--refined .tmx-single-product__summary{border-radius:5px !important} .tmx-single-product--refined .tmx-single-product__gallery{padding:28px;background:#fff} .tmx-single-product--refined .tmx-single-product__gallery img{width:100%;max-height:620px;object-fit:contain;background:#f5f5f7;border-radius:5px !important} .tmx-single-product--refined .tmx-single-product__summary{padding:30px} .tmx-single-product--refined .tmx-single-product__summary h1{margin:18px 0 18px;color:var(--blue-950);font-size:clamp(30px,3vw,42px);line-height:1.08;letter-spacing:-.035em;font-weight:650} .tmx-product-info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0 0 20px} .tmx-info-mini{padding:12px;border:1px solid var(--line);background:#f7f9fc;border-radius:5px} .tmx-info-mini span,.tmx-detail-label{display:block;margin-bottom:6px;color:var(--muted);font-size:11px;font-weight:650;line-height:1;letter-spacing:.06em;text-transform:uppercase} .tmx-info-mini strong{display:block;color:var(--blue-950);font-size:13px;font-weight:600;line-height:1.35} .tmx-info-mini a{color:var(--blue-800)} .tmx-detail-section{padding:17px 0;border-top:1px solid rgba(23,59,108,.10)} .tmx-detail-section:first-of-type{border-top:0;padding-top:0} .tmx-single-product--refined .tmx-single-price{margin:0;color:var(--blue-800);font-size:26px;line-height:1.1;font-weight:650} .tmx-single-product--refined .tmx-single-excerpt{margin:0;color:var(--text);font-size:15px;line-height:1.65;font-weight:400} .tmx-single-product--refined .tmx-single-excerpt p{margin:0} .tmx-single-product--refined .tmx-single-cart{margin:0} .tmx-single-product--refined .tmx-single-cart form.cart{display:grid !important;grid-template-columns:140px minmax(180px,1fr);gap:10px !important;align-items:stretch;margin:0 !important} .tmx-single-product--refined .quantity{margin:0 !important} .tmx-single-product--refined .quantity input{width:100% !important;height:48px !important;min-height:48px !important;border-radius:5px !important;text-align:left;font-weight:600} .tmx-single-product--refined .single_add_to_cart_button{width:100% !important;height:48px !important;min-height:48px !important;border-radius:5px !important;font-weight:650 !important} .tmx-single-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:4px} .tmx-single-actions .btn{width:100%;height:46px;min-height:46px;border-radius:5px !important;font-weight:650} .tmx-product-support{margin-top:18px;padding:18px;border-radius:5px !important;background:#f3f6fa;border:1px solid rgba(23,59,108,.10)} .tmx-product-support h3{margin:0 0 8px;color:var(--blue-950);font-size:18px;font-weight:650} .tmx-product-support p{margin:0 0 12px;color:var(--muted);font-size:14px;line-height:1.55} .tmx-support-actions{display:flex;gap:10px;flex-wrap:wrap} .tmx-support-actions a{display:inline-flex;align-items:center;min-height:34px;padding:8px 10px;border-radius:5px;background:#fff;border:1px solid var(--line);color:var(--blue-800);font-size:13px;font-weight:650} @media (max-width:1060px){.tmx-single-product--refined{grid-template-columns:1fr} .tmx-single-product--refined .tmx-single-product__gallery img{max-height:520px}} @media (max-width:620px){.tmx-product-info-grid,.tmx-single-actions,.tmx-single-product--refined .tmx-single-cart form.cart{grid-template-columns:1fr} .tmx-single-product--refined .tmx-single-product__summary{padding:20px} .tmx-single-product--refined .tmx-single-product__gallery{padding:16px}} .hero-product-visual--laptop img{width:auto;max-width:100%;max-height:540px;object-fit:contain;filter:drop-shadow(0 30px 52px rgba(0,0,0,.24))} @media (max-width:820px){.hero-product-visual--laptop img{max-height:340px}} .product-detail--balanced{background:linear-gradient(180deg,#fff 0%,#f5f8fc 100%) !important;padding-top:78px !important} .tmx-single-product--balanced{display:grid !important;grid-template-columns:minmax(520px,1fr) minmax(460px,.84fr) !important;gap:32px !important;align-items:stretch !important} .tmx-single-product--balanced .tmx-single-product__gallery,.tmx-single-product--balanced .tmx-single-product__summary{min-height:640px !important;height:100% !important;border-radius:5px !important;background:#fff !important;border:1px solid var(--line) !important;box-shadow:0 24px 60px rgba(12,34,64,.08) !important} .tmx-single-product--balanced .tmx-single-product__gallery{display:flex !important;align-items:center !important;justify-content:center !important;padding:28px !important} .tmx-single-product--balanced .tmx-single-product__gallery img{width:100% !important;height:100% !important;max-height:584px !important;object-fit:contain !important;background:#f5f5f7 !important;border-radius:5px !important} .tmx-single-product--balanced .tmx-single-product__summary{display:flex !important;flex-direction:column !important;padding:32px !important;overflow:visible !important} .tmx-single-product--balanced .tmx-single-product__summary h1{margin:18px 0 16px !important;color:var(--blue-950) !important;font-size:clamp(28px,2.35vw,40px) !important;line-height:1.08 !important;letter-spacing:-.035em !important;font-weight:650 !important} .tmx-single-product--balanced .tmx-detail-section{padding:15px 0 !important;border-top:1px solid rgba(23,59,108,.10) !important} .tmx-single-product--balanced .tmx-price-block{border-top:0 !important;padding-top:0 !important} .tmx-single-product--balanced .tmx-detail-label,.tmx-single-product--balanced .tmx-info-mini span{display:block !important;margin-bottom:7px !important;color:var(--muted) !important;font-size:11px !important;font-weight:650 !important;letter-spacing:.06em !important;text-transform:uppercase !important} .tmx-single-product--balanced .tmx-single-price{color:var(--blue-800) !important;font-size:25px !important;line-height:1.1 !important;font-weight:650 !important} .tmx-single-product--balanced .tmx-product-info-grid{display:grid !important;grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:10px !important;margin:0 0 4px !important} .tmx-single-product--balanced .tmx-info-mini{padding:12px !important;border:1px solid var(--line) !important;background:#f7f9fc !important;border-radius:5px !important} .tmx-single-product--balanced .tmx-info-mini strong{display:block !important;color:var(--blue-950) !important;font-size:13px !important;line-height:1.35 !important;font-weight:600 !important} .tmx-single-product--balanced .tmx-single-excerpt,.tmx-single-product--balanced .tmx-single-excerpt p{color:var(--text) !important;font-size:14.5px !important;line-height:1.62 !important;font-weight:400 !important;margin:0 !important} .tmx-single-product--balanced .tmx-cart-section{margin-top:auto !important} .tmx-single-product--balanced .tmx-single-cart form.cart{display:grid !important;grid-template-columns:1fr 1fr !important;gap:10px !important;align-items:stretch !important;margin:0 !important} .tmx-single-product--balanced .quantity{margin:0 !important;width:100% !important} .tmx-single-product--balanced .quantity input,.tmx-single-product--balanced .single_add_to_cart_button{width:100% !important;min-width:0 !important;height:48px !important;min-height:48px !important;display:flex !important;align-items:center !important;justify-content:center !important;border-radius:5px !important;box-sizing:border-box !important} .tmx-single-product--balanced .quantity input{text-align:left !important;padding:0 14px !important;font-weight:600 !important} .tmx-single-product--balanced .single_add_to_cart_button{padding:0 16px !important;font-size:13px !important;font-weight:650 !important;white-space:nowrap !important} .tmx-single-product--balanced .tmx-single-actions{display:grid !important;grid-template-columns:1fr 1fr !important;gap:10px !important;margin-top:12px !important} .tmx-single-product--balanced .tmx-single-actions .btn{width:100% !important;height:46px !important;min-height:46px !important;border-radius:5px !important;font-size:13px !important;font-weight:650 !important} .tmx-product-lower{display:grid !important;grid-template-columns:1fr 1fr !important;gap:24px !important;margin-top:24px !important} .tmx-product-lower .tmx-product-support,.tmx-product-extra{padding:22px !important;border-radius:5px !important;background:#fff !important;border:1px solid var(--line) !important;box-shadow:0 18px 44px rgba(12,34,64,.06) !important} .tmx-product-lower h3{margin:0 0 8px !important;color:var(--blue-950) !important;font-size:18px !important;font-weight:650 !important} .tmx-product-lower p{margin:0 0 14px !important;color:var(--muted) !important;font-size:14px !important;line-height:1.58 !important} .tmx-support-actions{display:flex !important;flex-wrap:wrap !important;gap:10px !important} .tmx-support-actions a{display:inline-flex !important;align-items:center !important;min-height:36px !important;padding:8px 10px !important;border-radius:5px !important;background:#f7f9fc !important;border:1px solid var(--line) !important;color:var(--blue-800) !important;font-size:13px !important;font-weight:650 !important} .grecaptcha-badge{visibility:hidden !important;opacity:0 !important;pointer-events:none !important} @media (max-width:1180px){.tmx-single-product--balanced{grid-template-columns:1fr !important} .tmx-single-product--balanced .tmx-single-product__gallery,.tmx-single-product--balanced .tmx-single-product__summary{min-height:auto !important} .tmx-single-product--balanced .tmx-single-product__gallery img{max-height:520px !important}} @media (max-width:720px){.product-detail--balanced{padding-top:48px !important} .tmx-single-product--balanced{gap:18px !important} .tmx-single-product--balanced .tmx-single-product__gallery,.tmx-single-product--balanced .tmx-single-product__summary{padding:18px !important} .tmx-single-product--balanced .tmx-product-info-grid,.tmx-single-product--balanced .tmx-single-cart form.cart,.tmx-single-product--balanced .tmx-single-actions,.tmx-product-lower{grid-template-columns:1fr !important}} .tmx-single-product--balanced .tmx-detail-section{border-top:0 !important} .tmx-single-product--balanced .tmx-detail-section:not(.tmx-price-block){padding-top:13px !important;padding-bottom:13px !important} .tmx-product-lower{align-items:stretch !important} .tmx-product-lower .tmx-product-support,.tmx-product-lower .tmx-product-extra{display:flex !important;flex-direction:column !important;height:100% !important;min-height:160px !important;margin-top:0 !important} .tmx-product-lower .tmx-support-actions{margin-top:auto !important} .tmx-woo-notices{position:relative;z-index:4} .tmx-cart-toast{position:fixed;right:22px;bottom:22px;z-index:99999;max-width:min(360px,calc(100vw - 32px));padding:14px 18px;border-radius:5px;background:#0b2a4d;color:#fff;box-shadow:0 18px 44px rgba(12,34,64,.22);font-size:14px;font-weight:650;line-height:1.35;opacity:0;transform:translateY(14px);pointer-events:none;transition:opacity .22s ease,transform .22s ease} .tmx-cart-toast.is-visible{opacity:1;transform:translateY(0)} @media (max-width:720px){.tmx-product-lower .tmx-product-support,.tmx-product-lower .tmx-product-extra{min-height:auto !important} .tmx-cart-toast{right:16px;bottom:16px;left:16px;max-width:none}} .tmx-cart-link{position:relative !important;overflow:visible !important} .tmx-cart-badge{position:absolute;top:-9px;right:-9px;min-width:22px;height:22px;padding:0 6px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#e63946;color:#fff;border:2px solid #fff;box-shadow:0 8px 18px rgba(230,57,70,.30);font-size:11px;font-weight:800;line-height:1} .header-cta .tmx-cart-badge{top:-8px;right:-8px} @media (max-width:720px){.tmx-cart-badge{top:-8px;right:-8px}} .nav-dropdown__trigger{gap:8px !important} .nav-dropdown__chevron{width:10px !important;height:10px !important;display:inline-block !important;flex:0 0 10px !important;font-size:0 !important;line-height:0 !important;border-right:2px solid currentColor !important;border-bottom:2px solid currentColor !important;transform:rotate(45deg) translateY(-2px) !important;opacity:.82 !important;transition:transform .18s ease,opacity .18s ease !important} .nav-dropdown:hover .nav-dropdown__chevron,.nav-dropdown:focus-within .nav-dropdown__chevron{transform:rotate(-135deg) translateY(-1px) !important;opacity:1 !important} .hero--home .eyebrow{position:relative !important;gap:9px !important;font-weight:300 !important;letter-spacing:.07em !important} .hero--home .eyebrow::before,.hero--home .eyebrow::after{content:"" !important;width:8px !important;height:8px !important;display:inline-block !important;flex:0 0 8px !important;border-radius:999px !important;background:var(--yellow) !important;box-shadow:0 0 0 4px rgba(244,180,0,.14) !important} .hero--home .hero__actions{align-items:center !important} .hero--home .hero__actions .btn{width:160px !important;min-width:160px !important;max-width:160px !important} .btn-primary:not(.header-cta),a.btn-primary:not(.header-cta),button.btn-primary:not(.header-cta),.form-card .btn-primary,.cta-banner .btn-primary,.tmx-add-cart,.woocommerce .button,.woocommerce button.button,.woocommerce input.button,.woocommerce a.button,.woocommerce .checkout-button,.woocommerce button[name="woocommerce_checkout_place_order"],.woocommerce .single_add_to_cart_button{background:transparent !important;color:var(--red) !important;border:1px solid var(--red) !important;box-shadow:none !important} .hero .btn-primary:not(.header-cta),.hero a.btn-primary:not(.header-cta),.form-card--dark .btn-primary,.cta-banner .btn-primary{color:#fff !important} .btn-primary:not(.header-cta):hover,a.btn-primary:not(.header-cta):hover,button.btn-primary:not(.header-cta):hover,.form-card .btn-primary:hover,.cta-banner .btn-primary:hover,.tmx-add-cart:hover,.woocommerce .button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover,.woocommerce a.button:hover,.woocommerce .checkout-button:hover,.woocommerce button[name="woocommerce_checkout_place_order"]:hover,.woocommerce .single_add_to_cart_button:hover{background:var(--red) !important;border-color:var(--red) !important;color:#fff !important;box-shadow:0 14px 30px rgba(230,57,70,.18) !important} .site-header .header-cta,.site-header .header-cta.btn-primary,.header-cta.btn-primary{background:#2e86ff !important;border-color:#2e86ff !important;color:#fff !important;box-shadow:0 14px 32px rgba(46,134,255,.22) !important} .site-header .header-cta:hover,.site-header .header-cta.btn-primary:hover,.header-cta.btn-primary:hover{background:#173b6c !important;border-color:#173b6c !important;color:#fff !important} .hero--home{overflow:visible !important} .hero--home .hero__inner--home{padding-bottom:118px !important} .hero--home .feature-grid{position:absolute !important;left:50% !important;bottom:-52px !important;transform:translateX(-50%) !important;width:min(var(--max),calc(100vw - 48px)) !important;max-width:min(var(--max),calc(100vw - 48px)) !important;display:grid !important;grid-template-columns:repeat(4,minmax(0,1fr)) !important;gap:16px !important;margin:0 !important;z-index:12 !important} .hero--home .feature-pill{min-height:104px !important;height:100% !important;padding:20px 18px !important;align-items:center !important;background:#fff !important;border:1px solid rgba(23,59,108,.08) !important;color:var(--blue-950) !important;box-shadow:0 20px 46px rgba(12,34,64,.13) !important;font-size:14px !important;font-weight:350 !important;line-height:1.42 !important} .hero--home .feature-pill span{width:26px !important;height:26px !important;flex:0 0 26px !important;border-radius:5px !important;background:rgba(244,180,0,.16) !important;color:#b78300 !important;font-weight:700 !important} #soluciones{padding-top:118px !important} @media (max-width:1060px){.hero--home .hero__inner--home{padding-bottom:124px !important} .hero--home .feature-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;bottom:-84px !important;width:min(760px,calc(100vw - 40px)) !important;max-width:min(760px,calc(100vw - 40px)) !important} .hero--home .feature-pill{min-height:78px !important} #soluciones{padding-top:140px !important}} @media (max-width:820px){.hero--home .hero__actions .btn{width:100% !important;min-width:0 !important;max-width:none !important} .hero--home .hero__inner--home{padding-bottom:44px !important} .hero--home .feature-grid{position:relative !important;left:auto !important;bottom:auto !important;transform:none !important;width:100% !important;max-width:100% !important;grid-template-columns:1fr !important;margin-top:28px !important} .hero--home .feature-pill{min-height:66px !important} #soluciones{padding-top:58px !important}} .eyebrow,.eyebrow-light{position:relative !important;display:inline-flex !important;align-items:center !important;gap:9px !important;font-weight:300 !important} .eyebrow::before,.eyebrow-light::before,.eyebrow::after,.eyebrow-light::after{content:"" !important;width:8px !important;height:8px !important;display:inline-block !important;flex:0 0 8px !important;border-radius:999px !important;background:var(--yellow) !important;box-shadow:0 0 0 4px rgba(244,180,0,.14) !important}:root{--font-primary:"Gilroy","Poppins",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-body:"Poppins",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font:var(--font-body)} html,body,p,a,li,span,div,button,input,textarea,select,.woocommerce,.woocommerce-page{font-family:var(--font-body) !important} body,p,li,.hero__copy,.section-head p,.card p,.service-card--light p,.generic-card p,.info-card p,.faq-list p,.tmx-product-card__meta,.tmx-product-card__price,.tmx-single-excerpt,.woocommerce table.shop_table td{font-weight:400 !important} h1,h2,h3,h4,h5,h6,.hero h1,.section h1,.section-head h2,.card h3,.service-card--light h3,.glass-card h3,.status-panel h3,.history-highlight h3,.cta-banner h2,.form-banner h2,.quote-box h2,.info-card h3,.tmx-product-card__title,.tmx-single-product__summary h1,.tmx-blog-card h2,.tmx-entry-content h2,.tmx-entry-content h3{font-family:var(--font-primary) !important;font-weight:500 !important} strong,b,.card-link,.nav-dropdown__menu a,.tmx-product-card__cat,.tmx-detail-btn,.tmx-add-cart,.woocommerce .button,.woocommerce button.button,.woocommerce input.button,.woocommerce a.button,.woocommerce .checkout-button,.woocommerce button[name="woocommerce_checkout_place_order"],.woocommerce .single_add_to_cart_button,.btn{font-weight:600 !important} .nav,.nav a,.tecnimax-nav__link,.nav-dropdown__trigger{font-family:var(--font-body) !important;font-weight:400 !important} .nav a.is-active,.nav a.tecnimax-nav__link.is-active,.nav-dropdown.is-active>.nav-dropdown__trigger,.nav-dropdown__trigger.is-active{font-weight:500 !important} .eyebrow,.eyebrow-light{font-family:var(--font-body) !important;font-weight:300 !important} .hero--home .feature-grid{bottom:-50px !important;gap:16px !important} .hero--home .feature-pill{display:flex !important;align-items:center !important;justify-content:flex-start !important;min-height:104px !important;padding:24px 26px !important;background:#fff !important;color:var(--blue-950) !important;border:1px solid rgba(23,59,108,.08) !important;box-shadow:0 20px 46px rgba(12,34,64,.13) !important;font-family:var(--font-body) !important;font-size:15.5px !important;line-height:1.38 !important;font-weight:400 !important;letter-spacing:-.005em !important} .hero--home .feature-pill span,.hero .feature-grid .feature-pill span,.feature-grid .feature-pill span{display:none !important} @media (max-width:1060px){.hero--home .feature-grid{bottom:-84px !important} .hero--home .feature-pill{min-height:82px !important;padding:22px 24px !important;font-size:15px !important}} @media (max-width:820px){.hero--home .feature-grid{bottom:auto !important} .hero--home .feature-pill{min-height:68px !important;padding:20px 22px !important;font-size:15px !important}} .hero--home .feature-grid{position:relative;z-index:8;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;max-width:none;margin-top:34px} .hero--home .feature-pill{display:flex;align-items:center;justify-content:flex-start;gap:14px;min-height:108px;padding:22px 24px;background:#fff;border:1px solid rgba(23,59,108,.10);box-shadow:0 20px 40px rgba(12,34,64,.10);color:var(--blue-800);text-align:left} .hero--home .feature-pill__icon{width:42px;height:42px;flex:0 0 42px;display:grid;place-items:center;border-radius:12px;background:rgba(23,59,108,.08);color:var(--blue-800)} .hero--home .feature-pill__icon svg{width:22px;height:22px;stroke:currentColor} .hero--home .feature-pill__text{display:block;color:var(--blue-800);font-family:'Poppins',sans-serif;font-size:17px;line-height:1.35;font-weight:400;letter-spacing:-.01em} .hero--home .feature-pill span:not(.feature-pill__icon):not(.feature-pill__text){display:none} .solutions-grid{align-items:stretch} .solutions-grid>*{height:100%} .card--solution{position:relative;display:flex;flex-direction:column;align-items:flex-start;min-height:100%;padding:28px 22px 22px;border:1px solid rgba(23,59,108,.10);box-shadow:0 18px 34px rgba(12,34,64,.06);background:#fff} .card--solution__accent{width:112px;height:4px;border-radius:999px;background:linear-gradient(90deg,#173B6C,#2E86FF);margin-bottom:22px} .card--solution__icon{width:58px;height:58px;display:grid;place-items:center;border-radius:14px;background:rgba(23,59,108,.08);color:var(--blue-800);margin-bottom:18px} .card--solution__icon svg{width:28px;height:28px;stroke:currentColor} .card--solution h3{width:100%;color:var(--blue-800);font-family:'Gilroy','Poppins',sans-serif;font-size:29px;line-height:1.08;font-weight:600;letter-spacing:-.03em;margin:0 0 14px} .card--solution p{width:100%;color:#4D6485;font-family:'Poppins',sans-serif;font-size:16px;line-height:1.6;font-weight:400;margin:0 0 22px} .card--solution .btn-solution{margin-top:auto;min-width:100%;justify-content:center;font-size:14px;font-weight:600;color:var(--blue-800);border:1px solid rgba(23,59,108,.18);background:#fff} .card--solution .btn-solution:hover{background:var(--blue-800);color:#fff;border-color:var(--blue-800)} .card--solution .card-link{display:none !important} #soluciones .section-head.center .eyebrow-light{padding:10px 16px;border-color:rgba(23,59,108,.14);box-shadow:0 10px 22px rgba(12,34,64,.06)} #soluciones .section-head.center h2{color:var(--blue-800);font-family:'Gilroy','Poppins',sans-serif;font-weight:600} #soluciones .section-head.center p{color:#4D6485;font-family:'Poppins',sans-serif;font-weight:400} @media (max-width:1080px){.hero--home .feature-grid,.solutions-grid{grid-template-columns:repeat(2,minmax(0,1fr))}} @media (max-width:767px){.hero--home .feature-grid,.solutions-grid{grid-template-columns:1fr} .hero--home .feature-pill{min-height:88px;padding:18px 18px} .hero--home .feature-pill__text{font-size:16px} .card--solution{padding:22px 18px 18px} .card--solution h3{font-size:24px} .card--solution p{font-size:15px}} .hero--home .feature-pill span.feature-pill__icon{display:grid !important;place-items:center !important;width:46px !important;height:46px !important;min-width:46px !important;flex:0 0 46px !important;border-radius:12px !important;background:rgba(23,59,108,.08) !important;color:#173B6C !important;box-shadow:none !important} .hero--home .feature-pill span.feature-pill__icon svg{display:block !important;width:23px !important;height:23px !important;color:#173B6C !important;stroke:currentColor !important} .hero--home .feature-pill span.feature-pill__text{display:block !important;width:auto !important;height:auto !important;min-width:0 !important;flex:1 1 auto !important;border-radius:0 !important;background:transparent !important;box-shadow:none !important;color:#173B6C !important;font-family:'Poppins',sans-serif !important;font-size:16.5px !important;line-height:1.35 !important;font-weight:400 !important;letter-spacing:-.01em !important;text-align:left !important} .hero--home .feature-pill{overflow:visible !important} .solutions-grid .card--solution{align-items:center !important;text-align:center !important;padding:30px 22px 24px !important;overflow:hidden !important} .solutions-grid .card--solution__icon{order:1 !important;width:70px !important;height:70px !important;display:grid !important;place-items:center !important;margin:0 auto 16px !important;border-radius:0 !important;background:transparent !important;color:#173B6C !important;box-shadow:none !important} .solutions-grid .card--solution__icon svg{display:block !important;width:44px !important;height:44px !important;color:#173B6C !important;stroke:#173B6C !important} .solutions-grid .card--solution__icon svg *{stroke:#173B6C !important;stroke-width:1.3 !important} .solutions-grid .card--solution h3{order:2 !important;color:#173B6C !important;font-size:22px !important;line-height:1.18 !important;font-weight:600 !important;margin:0 0 12px !important;text-align:center !important} .solutions-grid .card--solution__accent{order:3 !important;width:58px !important;height:3px !important;margin:0 auto 18px !important;border-radius:999px !important;background:#173B6C !important} .solutions-grid .card--solution p{order:4 !important;color:#4D6485 !important;font-size:14.8px !important;line-height:1.58 !important;font-weight:400 !important;text-align:center !important;margin:0 0 24px !important} .solutions-grid .card--solution .btn-solution{order:5 !important;width:100% !important;max-width:190px !important;min-width:0 !important;margin-left:auto !important;margin-right:auto !important} @media (max-width:767px){.hero--home .feature-pill span.feature-pill__text{font-size:15.5px !important} .solutions-grid .card--solution__icon{width:64px !important;height:64px !important} .solutions-grid .card--solution__icon svg{width:40px !important;height:40px !important}} .card--solution,.card--solution h3,.card--solution p,.card--solution .card--solution__icon,.card--solution .card--solution__icon svg,.card--solution .card--solution__accent,.card--solution .btn-solution{transition:background .25s ease,color .25s ease,border-color .25s ease,box-shadow .25s ease,transform .25s ease,opacity .25s ease} .card--solution:hover,.card--solution:focus-within{background:var(--blue-800);border-color:var(--blue-800);box-shadow:0 22px 42px rgba(12,34,64,.18)} .card--solution:hover .card--solution__accent,.card--solution:focus-within .card--solution__accent{background:rgba(255,255,255,.92)} .card--solution:hover .card--solution__icon,.card--solution:focus-within .card--solution__icon{background:rgba(255,255,255,.14);color:#fff} .card--solution:hover h3,.card--solution:focus-within h3,.card--solution:hover p,.card--solution:focus-within p{color:#fff} .card--solution:hover .btn-solution,.card--solution:focus-within .btn-solution{background:#fff;color:var(--blue-800);border-color:#fff} .card--solution:hover .btn-solution:hover,.card--solution:focus-within .btn-solution:hover{background:transparent;color:#fff;border-color:rgba(255,255,255,.88)} .mini-status-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-top:22px} .mini-status-card{display:flex;align-items:center;gap:14px;padding:18px 18px;background:#fff;border:1px solid rgba(23,59,108,.10);box-shadow:0 14px 28px rgba(12,34,64,.07);border-radius:5px} .mini-status-card__icon{width:46px;height:46px;flex:0 0 46px;display:grid;place-items:center;border-radius:12px;background:rgba(23,59,108,.08);color:var(--blue-800)} .mini-status-card__icon svg{width:24px;height:24px;stroke:currentColor} .mini-status-card__body{display:grid;gap:4px} .mini-status-card__body strong{color:var(--blue-950);font-family:'Gilroy','Poppins',sans-serif;font-size:18px;line-height:1.1;font-weight:600} .mini-status-card__body span{color:#5f7594;font-family:'Poppins',sans-serif;font-size:14px;line-height:1.3;font-weight:400} .split-layout--about-home{grid-template-columns:460px minmax(0,1fr);align-items:center} .split-layout--about-home .about-photo-card{max-width:460px;width:100%;background:#fff;border:1px solid rgba(23,59,108,.10);box-shadow:0 20px 42px rgba(12,34,64,.08)} .split-layout--about-home .about-photo-card img{min-height:520px} .about-mini-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:22px} .about-mini-card{display:flex;align-items:center;gap:14px;min-height:90px;padding:18px 18px;background:#fff;border:1px solid rgba(23,59,108,.10);box-shadow:0 14px 28px rgba(12,34,64,.07);border-radius:5px} .about-mini-card__icon{width:42px;height:42px;flex:0 0 42px;display:grid;place-items:center;border-radius:12px;background:rgba(244,180,0,.14);color:var(--blue-800)} .about-mini-card__icon svg{width:22px;height:22px;stroke:currentColor} .about-mini-card strong{color:var(--blue-950);font-family:'Poppins',sans-serif;font-size:16px;line-height:1.35;font-weight:500} @media (max-width:1180px){.mini-status-grid{grid-template-columns:repeat(2,minmax(0,1fr))} .split-layout--about-home{grid-template-columns:1fr} .split-layout--about-home .about-photo-card{max-width:none} .split-layout--about-home .about-photo-card img{min-height:380px}} @media (max-width:767px){.mini-status-grid,.about-mini-grid{grid-template-columns:1fr} .mini-status-card,.about-mini-card{padding:16px} .split-layout--about-home .about-photo-card img{min-height:260px}} .card--solution:hover,.card--solution:focus-within,.mini-status-card:hover,.mini-status-card:focus-within,.about-mini-card:hover,.about-mini-card:focus-within{background:var(--blue-800) !important;border-color:var(--blue-800) !important;box-shadow:0 22px 42px rgba(12,34,64,.18)} .card--solution:hover h3,.card--solution:focus-within h3,.card--solution:hover p,.card--solution:focus-within p,.card--solution:hover .card--solution__icon,.card--solution:focus-within .card--solution__icon,.card--solution:hover .card--solution__icon *,.card--solution:focus-within .card--solution__icon *,.card--solution:hover .btn-solution,.card--solution:focus-within .btn-solution,.mini-status-card:hover *,.mini-status-card:focus-within *,.about-mini-card:hover *,.about-mini-card:focus-within *{color:#fff !important} .card--solution:hover .card--solution__accent,.card--solution:focus-within .card--solution__accent{background:#fff !important} .card--solution:hover .card--solution__icon,.card--solution:focus-within .card--solution__icon,.mini-status-card:hover .mini-status-card__icon,.mini-status-card:focus-within .mini-status-card__icon,.about-mini-card:hover .about-mini-card__icon,.about-mini-card:focus-within .about-mini-card__icon{background:rgba(255,255,255,.14) !important} .card--solution:hover svg,.card--solution:focus-within svg,.card--solution:hover svg *,.card--solution:focus-within svg *,.mini-status-card:hover svg,.mini-status-card:focus-within svg,.mini-status-card:hover svg *,.mini-status-card:focus-within svg *,.about-mini-card:hover svg,.about-mini-card:focus-within svg,.about-mini-card:hover svg *,.about-mini-card:focus-within svg *{stroke:currentColor !important} .card--solution:hover .btn-solution,.card--solution:focus-within .btn-solution{width:100%;background:transparent !important;border-color:rgba(255,255,255,.85) !important;color:#fff !important} .card--solution:hover .btn-solution:hover,.card--solution:focus-within .btn-solution:hover{background:rgba(255,255,255,.12) !important;border-color:#fff !important;color:#fff !important} .about-photo-card img,.split-layout--about-home .about-photo-card img{width:100%;height:auto !important;min-height:0 !important;max-height:none !important;object-fit:contain !important;object-position:center !important;display:block;background:#fff} .split-layout--about-home .about-photo-card{display:flex;align-items:center;justify-content:center;background:#fff} .split-layout--about-home .hero__actions{width:100%} .split-layout--about-home .hero__actions .btn,#nosotros .hero__actions .btn{width:100%;max-width:none} #nosotros .split-layout--about-home{align-items:stretch !important} #nosotros .split-layout--about-home>.reveal-up:not(.about-photo-card){display:flex;flex-direction:column;justify-content:center} #nosotros .split-layout--about-home .about-photo-card{align-self:stretch !important;height:100% !important;min-height:100% !important;max-width:none !important;display:flex !important;align-items:stretch !important;justify-content:stretch !important;overflow:hidden !important;background:#fff} #nosotros .split-layout--about-home .about-photo-card img{width:100% !important;height:100% !important;min-height:100% !important;max-height:none !important;object-fit:cover !important;object-position:center center !important;display:block !important} @media (max-width:1180px){#nosotros .split-layout--about-home .about-photo-card{min-height:360px !important} #nosotros .split-layout--about-home .about-photo-card img{min-height:360px !important}} @media (max-width:767px){#nosotros .split-layout--about-home .about-photo-card{min-height:260px !important} #nosotros .split-layout--about-home .about-photo-card img{min-height:260px !important}} @media (min-width:1181px){#nosotros>.container{width:min(1480px,calc(100% - 48px)) !important;max-width:none !important} #nosotros .split-layout--about-home{grid-template-columns:minmax(640px,1.08fr) minmax(560px,.92fr) !important;gap:36px !important;align-items:stretch !important} #nosotros .split-layout--about-home .about-photo-card{width:100% !important;max-width:none !important;min-width:0 !important;align-self:stretch !important;display:flex !important;align-items:center !important;justify-content:center !important;overflow:hidden !important;background:#fff !important} #nosotros .split-layout--about-home .about-photo-card img{width:100% !important;height:100% !important;min-height:100% !important;object-fit:contain !important;object-position:center center !important;background:#fff !important}} @media (min-width:1500px){#nosotros>.container{width:min(1540px,calc(100% - 56px)) !important} #nosotros .split-layout--about-home{grid-template-columns:minmax(720px,1.05fr) minmax(600px,.95fr) !important;gap:38px !important}} @media (min-width:1061px) and (max-width:1180px){#nosotros>.container{width:calc(100% - 32px) !important;max-width:none !important} #nosotros .split-layout--about-home{grid-template-columns:minmax(52%,1fr) minmax(0,.92fr) !important;gap:26px !important} #nosotros .split-layout--about-home .about-photo-card img{object-fit:contain !important;object-position:center center !important}} .hero--home .feature-pill{gap:16px !important} .hero--home .feature-pill span.feature-pill__icon{width:32px !important;height:32px !important;min-width:32px !important;flex:0 0 32px !important;border-radius:0 !important;background:transparent !important;padding:0 !important} .hero--home .feature-pill span.feature-pill__icon svg{width:28px !important;height:28px !important} .card--solution:hover .card--solution__icon,.card--solution:focus-within .card--solution__icon,.card--solution:hover .card--solution__icon *,.card--solution:focus-within .card--solution__icon *{background:transparent !important;box-shadow:none !important} .card--solution:hover .card--solution__icon,.card--solution:focus-within .card--solution__icon{color:#fff !important} .mini-status-card,.mini-status-card__icon,.mini-status-card__icon svg,.mini-status-card__icon *,.mini-status-card__body strong,.mini-status-card__body span,.about-mini-card,.about-mini-card__icon,.about-mini-card__icon svg,.about-mini-card__icon *,.about-mini-card strong{transition:background .25s ease,color .25s ease,border-color .25s ease,box-shadow .25s ease,transform .25s ease} .mini-status-card:hover,.mini-status-card:focus-within,.about-mini-card:hover,.about-mini-card:focus-within{background:var(--blue-800);border-color:var(--blue-800);box-shadow:0 20px 40px rgba(12,34,64,.18)} .mini-status-card:hover .mini-status-card__icon,.mini-status-card:focus-within .mini-status-card__icon,.about-mini-card:hover .about-mini-card__icon,.about-mini-card:focus-within .about-mini-card__icon{background:transparent !important;box-shadow:none !important;color:#fff !important} .mini-status-card:hover .mini-status-card__icon *,.mini-status-card:focus-within .mini-status-card__icon *,.about-mini-card:hover .about-mini-card__icon *,.about-mini-card:focus-within .about-mini-card__icon *{color:#fff !important;stroke:currentColor !important} .mini-status-card:hover .mini-status-card__body strong,.mini-status-card:focus-within .mini-status-card__body strong,.mini-status-card:hover .mini-status-card__body span,.mini-status-card:focus-within .mini-status-card__body span,.about-mini-card:hover strong,.about-mini-card:focus-within strong{color:#fff !important} #por-que-alquilar.section-why{background:#fff !important;border-top:1px solid rgba(23,59,108,.06);border-bottom:1px solid rgba(23,59,108,.06)} #sectores.section-sectors{background:linear-gradient(180deg,#eef4fa 0%,#f8fbff 100%) !important;border-top:1px solid rgba(23,59,108,.07);border-bottom:1px solid rgba(23,59,108,.07)} #por-que-alquilar .section-head h2,#sectores .section-head h2{color:var(--blue-950);font-family:'Gilroy','Poppins',sans-serif;font-weight:600} .rent-benefits-grid,.sector-grid{align-items:stretch;gap:20px} .rent-benefits-grid>*,.sector-grid>*{height:100%} .rent-benefit-card,.sector-card{position:relative;min-height:255px;display:flex;flex-direction:column;align-items:flex-start;padding:28px 24px 24px;background:#fff;border:1px solid rgba(23,59,108,.10);box-shadow:0 14px 30px rgba(12,34,64,.055);border-radius:5px;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease,background .25s ease,color .25s ease} .rent-benefit-card::before,.sector-card::before{content:"";position:absolute;left:24px;top:0;width:86px;height:4px;background:linear-gradient(90deg,var(--blue-800),#2E86FF);border-radius:0 0 999px 999px;transition:background .25s ease,width .25s ease} .rent-benefit-card:hover,.rent-benefit-card:focus-within,.sector-card:hover,.sector-card:focus-within{transform:translateY(-5px);background:var(--blue-800);border-color:var(--blue-800);box-shadow:0 24px 46px rgba(12,34,64,.18)} .rent-benefit-card:hover::before,.rent-benefit-card:focus-within::before,.sector-card:hover::before,.sector-card:focus-within::before{width:calc(100% - 48px);background:rgba(255,255,255,.9)} .rent-benefit-card__icon,.sector-card__icon{width:54px;height:54px;display:grid;place-items:center;border-radius:14px;background:rgba(23,59,108,.08);color:var(--blue-800);margin-bottom:22px;transition:background .25s ease,color .25s ease,box-shadow .25s ease} .rent-benefit-card__icon svg,.sector-card__icon svg{width:28px;height:28px;display:block;stroke:currentColor} .rent-benefit-card__number{position:absolute;top:24px;right:22px;display:inline-flex;align-items:center;justify-content:center;min-width:42px;height:28px;padding:0 10px;border-radius:999px;background:rgba(23,59,108,.06);color:var(--blue-800);font-size:12px;line-height:1;font-weight:600;letter-spacing:.04em;transition:background .25s ease,color .25s ease} .rent-benefit-card h3,.sector-card h3{margin:0 0 12px;color:var(--blue-950);font-family:'Gilroy','Poppins',sans-serif;font-size:21px;line-height:1.16;letter-spacing:-.025em;font-weight:600;transition:color .25s ease} .rent-benefit-card p,.sector-card p{margin:0;color:#4D6485;font-family:'Poppins',sans-serif;font-size:15.5px;line-height:1.58;font-weight:400;transition:color .25s ease} .rent-benefit-card:hover .rent-benefit-card__icon,.rent-benefit-card:focus-within .rent-benefit-card__icon,.sector-card:hover .sector-card__icon,.sector-card:focus-within .sector-card__icon{background:transparent !important;color:#fff !important;box-shadow:none !important} .rent-benefit-card:hover .rent-benefit-card__number,.rent-benefit-card:focus-within .rent-benefit-card__number{background:rgba(255,255,255,.14);color:#fff} .rent-benefit-card:hover h3,.rent-benefit-card:focus-within h3,.rent-benefit-card:hover p,.rent-benefit-card:focus-within p,.sector-card:hover h3,.sector-card:focus-within h3,.sector-card:hover p,.sector-card:focus-within p{color:#fff !important} .rent-benefit-card:hover svg,.rent-benefit-card:focus-within svg,.sector-card:hover svg,.sector-card:focus-within svg{color:#fff !important;stroke:currentColor !important} @media (max-width:1080px){.rent-benefits-grid,.sector-grid{grid-template-columns:repeat(2,minmax(0,1fr))} .rent-benefit-card,.sector-card{min-height:230px}} @media (max-width:820px){.rent-benefits-grid,.sector-grid{grid-template-columns:1fr} .rent-benefit-card,.sector-card{min-height:auto;padding:24px 20px 22px} .rent-benefit-card::before,.sector-card::before{left:20px} .rent-benefit-card:hover::before,.rent-benefit-card:focus-within::before,.sector-card:hover::before,.sector-card:focus-within::before{width:calc(100% - 40px)}} .section-clients .client-logo-item{background:transparent !important;border:0 !important;box-shadow:none !important;border-radius:0 !important;padding:0 34px !important;width:260px !important;height:112px !important} .section-clients .client-logo-item img{filter:drop-shadow(0 10px 22px rgba(0,0,0,.18)) !important} .section-clients .client-name-track{gap:0 !important} .section-clients .client-name-track span{position:relative;display:inline-flex;align-items:center;padding:0 24px !important;background:transparent !important;border:0 !important;border-radius:0 !important;box-shadow:none !important;color:rgba(255,255,255,.86) !important;font-size:14px !important;line-height:1.4 !important;font-weight:500 !important} .section-clients .client-name-track span::after{content:"";position:absolute;right:0;top:50%;width:2px;height:18px;border-radius:999px;background:var(--yellow);transform:translateY(-50%);opacity:.95} @media (max-width:820px){.section-clients .client-logo-item{width:210px !important;height:88px !important;padding:0 22px !important} .section-clients .client-name-track span{padding:0 18px !important;font-size:13px !important}} #nosotros .split-layout--about-home .about-photo-card{background:transparent !important;border:0 !important;box-shadow:0 18px 40px rgba(12,34,64,.08) !important;overflow:hidden !important} #nosotros .split-layout--about-home .about-photo-card img{width:100% !important;height:100% !important;min-height:100% !important;object-fit:cover !important;object-position:center bottom !important;background:transparent !important} .card--solution__icon,.mini-status-card__icon,.about-mini-card__icon,.rent-benefit-card__icon,.sector-card__icon,.icon-tag,.number-tag{background:transparent !important;box-shadow:none !important;border:0 !important;border-radius:0 !important} .card--solution__icon{width:76px !important;height:76px !important;margin-bottom:18px !important} .card--solution__icon svg{width:38px !important;height:38px !important} .mini-status-card__icon,.about-mini-card__icon{width:44px !important;height:44px !important;flex:0 0 44px !important} .mini-status-card__icon svg,.about-mini-card__icon svg{width:29px !important;height:29px !important} .rent-benefit-card__icon,.sector-card__icon{width:60px !important;height:60px !important;margin-bottom:20px !important} .rent-benefit-card__icon svg,.sector-card__icon svg{width:34px !important;height:34px !important} .mini-status-card:hover,.mini-status-card:focus-within,.about-mini-card:hover,.about-mini-card:focus-within,.rent-benefit-card:hover,.rent-benefit-card:focus-within,.sector-card:hover,.sector-card:focus-within{background:#fff !important;border-color:rgba(23,59,108,.10) !important;box-shadow:0 16px 32px rgba(12,34,64,.08) !important;transform:translateY(-2px) !important} .mini-status-card:hover .mini-status-card__icon,.mini-status-card:focus-within .mini-status-card__icon,.about-mini-card:hover .about-mini-card__icon,.about-mini-card:focus-within .about-mini-card__icon,.rent-benefit-card:hover .rent-benefit-card__icon,.rent-benefit-card:focus-within .rent-benefit-card__icon,.sector-card:hover .sector-card__icon,.sector-card:focus-within .sector-card__icon{background:transparent !important;color:var(--blue-800) !important;box-shadow:none !important} .mini-status-card:hover .mini-status-card__icon *,.mini-status-card:focus-within .mini-status-card__icon *,.about-mini-card:hover .about-mini-card__icon *,.about-mini-card:focus-within .about-mini-card__icon *,.rent-benefit-card:hover .rent-benefit-card__icon *,.rent-benefit-card:focus-within .rent-benefit-card__icon *,.sector-card:hover .sector-card__icon *,.sector-card:focus-within .sector-card__icon *{color:var(--blue-800) !important;stroke:currentColor !important} .mini-status-card:hover .mini-status-card__body strong,.mini-status-card:focus-within .mini-status-card__body strong,.about-mini-card:hover strong,.about-mini-card:focus-within strong,.rent-benefit-card:hover h3,.rent-benefit-card:focus-within h3,.sector-card:hover h3,.sector-card:focus-within h3{color:var(--blue-950) !important} .mini-status-card:hover .mini-status-card__body span,.mini-status-card:focus-within .mini-status-card__body span,.rent-benefit-card:hover p,.rent-benefit-card:focus-within p,.sector-card:hover p,.sector-card:focus-within p{color:#4D6485 !important} .rent-benefit-card:hover::before,.rent-benefit-card:focus-within::before,.sector-card:hover::before,.sector-card:focus-within::before{width:86px !important;background:linear-gradient(90deg,var(--blue-800),#2E86FF) !important} .rent-benefit-card:hover .rent-benefit-card__number,.rent-benefit-card:focus-within .rent-benefit-card__number{background:rgba(23,59,108,.06) !important;color:var(--blue-800) !important} .solutions-grid .card--solution:hover,.solutions-grid .card--solution:focus-within{background:var(--blue-800) !important;border-color:var(--blue-800) !important;box-shadow:0 22px 42px rgba(12,34,64,.18) !important;transform:translateY(-4px) !important} .solutions-grid .card--solution:hover h3,.solutions-grid .card--solution:focus-within h3,.solutions-grid .card--solution:hover p,.solutions-grid .card--solution:focus-within p,.solutions-grid .card--solution:hover .card--solution__icon,.solutions-grid .card--solution:focus-within .card--solution__icon,.solutions-grid .card--solution:hover .card--solution__icon *,.solutions-grid .card--solution:focus-within .card--solution__icon *{color:#fff !important;stroke:currentColor !important} .solutions-grid .card--solution:hover .card--solution__icon,.solutions-grid .card--solution:focus-within .card--solution__icon{background:transparent !important;box-shadow:none !important} .solutions-grid .card--solution:hover .card--solution__accent,.solutions-grid .card--solution:focus-within .card--solution__accent{background:#fff !important} .solutions-grid .card--solution:hover .btn-solution,.solutions-grid .card--solution:focus-within .btn-solution{background:transparent !important;border-color:rgba(255,255,255,.86) !important;color:#fff !important} .hero .btn-primary:not(.header-cta),.hero a.btn-primary:not(.header-cta),.hero button.btn-primary:not(.header-cta),.cta-banner .btn-primary,.cta-banner a.btn-primary,.cta-banner button.btn-primary,.form-banner .btn-primary,.form-banner a.btn-primary,.form-banner button.btn-primary,.form-card--dark .btn-primary,.form-card--dark button.btn-primary,.glass-card .btn-primary,.service-card .btn-primary,.site-footer .btn-primary,.site-footer a.btn-primary,.footer .btn-primary,.section-dark .btn-primary,.dark-section .btn-primary,.section-clients .btn-primary,.client-section .btn-primary,[class*="--dark"] .btn-primary:not(.header-cta){color:#fff !important} .hero .btn-primary:not(.header-cta):hover,.cta-banner .btn-primary:hover,.form-banner .btn-primary:hover,.form-card--dark .btn-primary:hover,.glass-card .btn-primary:hover,.service-card .btn-primary:hover,.site-footer .btn-primary:hover,.footer .btn-primary:hover,.section-dark .btn-primary:hover,.dark-section .btn-primary:hover,.section-clients .btn-primary:hover,.client-section .btn-primary:hover,[class*="--dark"] .btn-primary:not(.header-cta):hover{color:#fff !important} .hero .btn-outline:not(.btn-solution):not(.tmx-cart-link),.hero a.btn-outline:not(.btn-solution):not(.tmx-cart-link),.cta-banner .btn-outline:not(.btn-solution):not(.tmx-cart-link),.cta-banner a.btn-outline:not(.btn-solution):not(.tmx-cart-link),.form-banner .btn-outline:not(.btn-solution):not(.tmx-cart-link),.form-banner a.btn-outline:not(.btn-solution):not(.tmx-cart-link),.form-card--dark .btn-outline:not(.btn-solution):not(.tmx-cart-link),.glass-card .btn-outline:not(.btn-solution):not(.tmx-cart-link),.service-card .btn-outline:not(.btn-solution):not(.tmx-cart-link),.site-footer .btn-outline:not(.btn-solution):not(.tmx-cart-link),.footer .btn-outline:not(.btn-solution):not(.tmx-cart-link),.section-dark .btn-outline:not(.btn-solution):not(.tmx-cart-link),.dark-section .btn-outline:not(.btn-solution):not(.tmx-cart-link),.section-clients .btn-outline:not(.btn-solution):not(.tmx-cart-link),.client-section .btn-outline:not(.btn-solution):not(.tmx-cart-link),[class*="--dark"] .btn-outline:not(.btn-solution):not(.tmx-cart-link){background:transparent !important;color:#fff !important;border-color:rgba(255,255,255,.88) !important;box-shadow:none !important} .hero .btn-outline:not(.btn-solution):not(.tmx-cart-link):hover,.cta-banner .btn-outline:not(.btn-solution):not(.tmx-cart-link):hover,.form-banner .btn-outline:not(.btn-solution):not(.tmx-cart-link):hover,.form-card--dark .btn-outline:not(.btn-solution):not(.tmx-cart-link):hover,.glass-card .btn-outline:not(.btn-solution):not(.tmx-cart-link):hover,.service-card .btn-outline:not(.btn-solution):not(.tmx-cart-link):hover,.site-footer .btn-outline:not(.btn-solution):not(.tmx-cart-link):hover,.footer .btn-outline:not(.btn-solution):not(.tmx-cart-link):hover,.section-dark .btn-outline:not(.btn-solution):not(.tmx-cart-link):hover,.dark-section .btn-outline:not(.btn-solution):not(.tmx-cart-link):hover,.section-clients .btn-outline:not(.btn-solution):not(.tmx-cart-link):hover,.client-section .btn-outline:not(.btn-solution):not(.tmx-cart-link):hover,[class*="--dark"] .btn-outline:not(.btn-solution):not(.tmx-cart-link):hover{background:#fff !important;color:var(--blue-800) !important;border-color:#fff !important} .btn.btn-primary:not(.header-cta),a.btn.btn-primary:not(.header-cta),button.btn.btn-primary:not(.header-cta),.btn.btn-outline,a.btn.btn-outline,button.btn.btn-outline,.header-cta.btn-primary{position:relative;overflow:hidden;isolation:isolate} .btn.btn-primary:not(.header-cta)::before,a.btn.btn-primary:not(.header-cta)::before,button.btn.btn-primary:not(.header-cta)::before,.btn.btn-outline::before,a.btn.btn-outline::before,button.btn.btn-outline::before,.header-cta.btn-primary::before{content:"";position:absolute;inset:0;border:1px solid currentColor;border-radius:inherit;pointer-events:none;transform:scaleX(0);transform-origin:left center;opacity:0;transition:transform .38s cubic-bezier(.22,1,.36,1),opacity .18s ease;z-index:1} .btn.btn-primary:not(.header-cta):hover::before,a.btn.btn-primary:not(.header-cta):hover::before,button.btn.btn-primary:not(.header-cta):hover::before,.btn.btn-primary:not(.header-cta):focus-visible::before,.btn.btn-outline:hover::before,a.btn.btn-outline:hover::before,button.btn.btn-outline:hover::before,.btn.btn-outline:focus-visible::before,.header-cta.btn-primary:hover::before,.header-cta.btn-primary:focus-visible::before{transform:scaleX(1);opacity:1} .btn.btn-primary:not(.header-cta):hover,a.btn.btn-primary:not(.header-cta):hover,button.btn.btn-primary:not(.header-cta):hover,.btn.btn-outline:hover,a.btn.btn-outline:hover,button.btn.btn-outline:hover,.header-cta.btn-primary:hover{border-color:transparent !important} .btn.btn-primary:not(.header-cta)>*,a.btn.btn-primary:not(.header-cta)>*,button.btn.btn-primary:not(.header-cta)>*,.btn.btn-outline>*,a.btn.btn-outline>*,button.btn.btn-outline>*,.header-cta.btn-primary>*{position:relative;z-index:2} .home-shop-showcase{background:linear-gradient(180deg,#f7faff 0%,#fff 100%)} .home-shop-showcase__head{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:30px} .home-shop-showcase__head .section-head{max-width:720px} .home-shop-showcase__head .btn{flex:0 0 auto} .home-shop-showcase__layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:26px;align-items:start} .home-shop-products-panel,.home-shop-categories{background:#fff;border:1px solid rgba(23,59,108,.10);border-radius:5px;box-shadow:0 18px 42px rgba(12,34,64,.07)} .home-shop-products-panel{padding:24px;min-height:560px} .home-shop-products-panel__head{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-bottom:18px;margin-bottom:22px;border-bottom:1px solid rgba(23,59,108,.08)} .home-shop-products-panel__head span,.home-shop-categories__head span{display:block;color:#607794;font-family:'Poppins',sans-serif;font-size:12px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;margin-bottom:6px} .home-shop-products-panel__head h3{margin:0;color:var(--blue-950);font-family:'Gilroy','Poppins',sans-serif;font-size:28px;line-height:1.05;font-weight:600;letter-spacing:-.03em} .home-shop-products-panel__link{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:10px 16px;border:1px solid rgba(239,51,64,.90);border-radius:5px;color:#EF3340;font-family:'Poppins',sans-serif;font-size:13px;font-weight:600;white-space:nowrap;transition:background .22s ease,color .22s ease,border-color .22s ease,transform .22s ease} .home-shop-products-panel__link:hover{background:#EF3340;color:#fff;border-color:#EF3340;transform:translateY(-1px)} .home-shop-products-grid{position:relative;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;min-height:420px;transition:opacity .2s ease} .home-shop-showcase.is-loading .home-shop-products-grid{opacity:.45;pointer-events:none} .home-shop-showcase.is-loading .home-shop-products-grid::after{content:"Cargando productos...";position:absolute;inset:0;display:grid;place-items:center;color:var(--blue-800);font-family:'Poppins',sans-serif;font-size:14px;font-weight:600} .home-shop-product-card{display:flex;flex-direction:column;min-height:100%;overflow:hidden;background:#fff;border:1px solid rgba(23,59,108,.10);border-radius:5px;box-shadow:0 12px 26px rgba(12,34,64,.045);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease} .home-shop-product-card:hover{transform:translateY(-3px);border-color:rgba(23,59,108,.20);box-shadow:0 20px 38px rgba(12,34,64,.10)} .home-shop-product-card__image{display:flex;align-items:center;justify-content:center;height:178px;padding:18px;background:linear-gradient(180deg,#f8fbff,#fff);border-bottom:1px solid rgba(23,59,108,.08)} .home-shop-product-card__image img{width:100%;height:100%;object-fit:contain;display:block} .home-shop-product-card__body{display:flex;flex-direction:column;flex:1 1 auto;padding:18px} .home-shop-product-card__cat{width:fit-content;margin-bottom:10px;color:var(--blue-800);font-family:'Poppins',sans-serif;font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase} .home-shop-product-card h3{margin:0 0 10px;color:var(--blue-950);font-family:'Gilroy','Poppins',sans-serif;font-size:18px;line-height:1.18;font-weight:600;letter-spacing:-.02em} .home-shop-product-card h3 a{color:inherit} .home-shop-product-card__meta{display:flex;flex-wrap:wrap;gap:8px 12px;margin-bottom:12px;color:#607794;font-family:'Poppins',sans-serif;font-size:12px;line-height:1.35;font-weight:400} .home-shop-product-card__price{margin-top:auto;color:var(--blue-800);font-family:'Poppins',sans-serif;font-size:16px;font-weight:600} .home-shop-product-card__price del{color:#889ab0;font-size:13px;margin-right:5px} .home-shop-product-card__price ins{text-decoration:none} .home-shop-product-card__actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:16px} .home-shop-product-card__detail,.home-shop-product-card__cart,.home-shop-product-card__actions .button{min-height:40px;display:inline-flex !important;align-items:center;justify-content:center;padding:10px 12px !important;border-radius:5px !important;font-family:'Poppins',sans-serif !important;font-size:12.5px !important;font-weight:600 !important;line-height:1 !important;text-align:center;box-shadow:none !important} .home-shop-product-card__detail{color:var(--blue-800);background:#fff;border:1px solid rgba(23,59,108,.18)} .home-shop-product-card__cart,.home-shop-product-card__actions .button{color:#EF3340 !important;background:#fff !important;border:1px solid #EF3340 !important} .home-shop-product-card__detail:hover{color:#fff;background:var(--blue-800);border-color:var(--blue-800)} .home-shop-product-card__cart:hover,.home-shop-product-card__actions .button:hover{color:#fff !important;background:#EF3340 !important;border-color:#EF3340 !important} .home-shop-categories{position:sticky;top:calc(var(--header-h) + 24px);padding:22px} .home-shop-categories__head{margin-bottom:18px} .home-shop-categories__head strong{display:block;color:var(--blue-950);font-family:'Gilroy','Poppins',sans-serif;font-size:24px;line-height:1.1;font-weight:600;letter-spacing:-.02em} .home-shop-categories__list{display:grid;gap:10px} .home-shop-category{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:68px;padding:15px 16px;background:#fff;border:1px solid rgba(23,59,108,.10);border-radius:5px;color:var(--blue-950);transition:background .22s ease,color .22s ease,border-color .22s ease,transform .22s ease,box-shadow .22s ease} .home-shop-category:hover,.home-shop-category.is-active{background:var(--blue-800);border-color:var(--blue-800);color:#fff;transform:translateY(-1px);box-shadow:0 14px 28px rgba(12,34,64,.14)} .home-shop-category__name{color:inherit;font-family:'Poppins',sans-serif;font-size:15px;line-height:1.25;font-weight:600} .home-shop-category__count{flex:0 0 auto;color:#607794;font-family:'Poppins',sans-serif;font-size:12px;line-height:1;font-weight:500;white-space:nowrap} .home-shop-category:hover .home-shop-category__count,.home-shop-category.is-active .home-shop-category__count{color:rgba(255,255,255,.78)} .home-shop-category.is-active .home-shop-category__count::after{content:"";display:inline-block;width:7px;height:7px;margin-left:8px;border-radius:999px;background:var(--yellow);vertical-align:middle} .home-shop-empty{grid-column:1 / -1;min-height:260px;display:grid;place-items:center;align-content:center;gap:8px;padding:28px;border:1px dashed rgba(23,59,108,.18);border-radius:5px;color:var(--blue-800);text-align:center} .home-shop-empty strong{font-size:18px;color:var(--blue-950)} .home-shop-empty span{color:#607794;font-size:14px} @media (max-width:1180px){.home-shop-showcase__layout{grid-template-columns:1fr} .home-shop-categories{position:relative;top:auto;order:-1} .home-shop-categories__list{grid-template-columns:repeat(2,minmax(0,1fr))}} @media (max-width:820px){.home-shop-showcase__head,.home-shop-products-panel__head{align-items:flex-start;flex-direction:column} .home-shop-showcase__head .btn,.home-shop-products-panel__link{width:100%} .home-shop-products-grid,.home-shop-categories__list{grid-template-columns:1fr} .home-shop-products-panel,.home-shop-categories{padding:18px} .home-shop-product-card__actions{grid-template-columns:1fr}} .home-shop-showcase__layout--compact{grid-template-columns:minmax(0,1fr) 380px !important;gap:34px !important;align-items:start !important} .home-shop-main{min-width:0} .home-shop-main .section-head{max-width:760px;margin-bottom:24px} .home-shop-main .section-head h2{max-width:780px} .home-shop-main__toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin:0 0 16px} .home-shop-main__label{display:block;color:#607794;font-family:'Poppins',sans-serif;font-size:11px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;margin-bottom:5px} .home-shop-main__toolbar h3{margin:0;color:var(--blue-950);font-family:'Gilroy','Poppins',sans-serif;font-size:24px;line-height:1.05;font-weight:600;letter-spacing:-.03em} .home-shop-main__actions{display:flex;align-items:center;gap:10px;flex:0 0 auto} .home-shop-main__actions .btn,.home-shop-main__actions .home-shop-products-panel__link{min-height:40px;padding:10px 16px} .home-shop-products-grid--compact{grid-template-columns:repeat(4,minmax(0,1fr)) !important;gap:12px !important;min-height:0 !important} .home-shop-products-grid--compact .home-shop-product-card{min-height:0;box-shadow:0 12px 24px rgba(12,34,64,.045)} .home-shop-products-grid--compact .home-shop-product-card__image{height:112px;padding:12px} .home-shop-products-grid--compact .home-shop-product-card__body{padding:12px} .home-shop-products-grid--compact .home-shop-product-card__cat{margin-bottom:7px;font-size:9.5px;line-height:1.2} .home-shop-products-grid--compact .home-shop-product-card h3{min-height:34px;margin-bottom:8px;font-size:14px;line-height:1.2;letter-spacing:-.015em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden} .home-shop-products-grid--compact .home-shop-product-card__meta{gap:6px;margin-bottom:8px;font-size:11px;line-height:1.25} .home-shop-products-grid--compact .home-shop-product-card__meta span:nth-child(n+2){display:none} .home-shop-products-grid--compact .home-shop-product-card__price{font-size:13.5px;line-height:1.25} .home-shop-products-grid--compact .home-shop-product-card__price del{display:block;margin:0 0 2px;font-size:11px} .home-shop-products-grid--compact .home-shop-product-card__actions{grid-template-columns:1fr 1fr;gap:6px;margin-top:10px} .home-shop-products-grid--compact .home-shop-product-card__detail,.home-shop-products-grid--compact .home-shop-product-card__cart,.home-shop-products-grid--compact .home-shop-product-card__actions .button{min-height:34px;padding:8px 8px !important;font-size:11px !important} .home-shop-categories--compact{padding:22px} .home-shop-categories--compact .home-shop-category{min-height:74px;padding:17px 18px} .home-shop-categories--compact .home-shop-category__name{font-size:16px} .home-shop-categories--compact .home-shop-category__count{font-size:12px} @media (max-width:1240px){.home-shop-showcase__layout--compact{grid-template-columns:1fr !important} .home-shop-categories--compact{position:relative;top:auto;order:-1} .home-shop-products-grid--compact{grid-template-columns:repeat(4,minmax(0,1fr)) !important}} @media (max-width:980px){.home-shop-products-grid--compact{grid-template-columns:repeat(2,minmax(0,1fr)) !important} .home-shop-main__toolbar{align-items:flex-start;flex-direction:column} .home-shop-main__actions{width:100%} .home-shop-main__actions .btn,.home-shop-main__actions .home-shop-products-panel__link{flex:1 1 0}} @media (max-width:640px){.home-shop-products-grid--compact,.home-shop-categories__list{grid-template-columns:1fr !important} .home-shop-main__actions{flex-direction:column} .home-shop-main__actions .btn,.home-shop-main__actions .home-shop-products-panel__link{width:100%}} .home-shop-showcase--discovery{background:linear-gradient(180deg,#f6f9fd 0%,#eef4fb 100%) !important;overflow:hidden} .home-shop-showcase--discovery .container{max-width:1180px} .home-shop-discovery{display:grid;gap:24px} .home-shop-discovery__intro{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:32px;align-items:end} .home-shop-discovery__intro .section-head{max-width:720px;margin:0} .home-shop-discovery__intro .section-head h2{max-width:720px;color:var(--blue-950);font-family:'Gilroy','Poppins',sans-serif;font-size:clamp(32px,3.2vw,46px);line-height:1.05;font-weight:600;letter-spacing:-.04em} .home-shop-discovery__intro .section-head p{max-width:760px;color:#4d6485;font-family:'Poppins',sans-serif;font-size:17px;line-height:1.65;font-weight:400} .home-shop-discovery__actions{display:flex;flex-direction:column;align-items:stretch;gap:12px;min-width:220px} .home-shop-discovery__actions .btn{width:100%} .home-shop-discovery__category-link{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:11px 16px;border:1px solid rgba(23,59,108,.16);background:rgba(255,255,255,.78);color:var(--blue-800);border-radius:5px;font-size:13px;font-weight:600;transition:background .25s ease,color .25s ease,border-color .25s ease,transform .25s ease} .home-shop-discovery__category-link:hover{background:var(--blue-800);color:#fff;border-color:var(--blue-800);transform:translateY(-1px)} .home-shop-discovery__categories{padding:18px 18px;border:1px solid rgba(23,59,108,.10);background:rgba(255,255,255,.62);box-shadow:0 18px 36px rgba(12,34,64,.05);border-radius:5px} .home-shop-discovery__label,.home-shop-main__label{display:block;color:#5c7190;font-family:'Poppins',sans-serif;font-size:12px;line-height:1.2;font-weight:500;letter-spacing:.08em;text-transform:uppercase;margin-bottom:10px} .home-shop-tags{display:flex;flex-wrap:wrap;gap:10px} .home-shop-tag{display:inline-flex;align-items:center;gap:9px;min-height:40px;padding:9px 13px;border:1px solid rgba(23,59,108,.14);background:#fff;color:var(--blue-800);border-radius:999px;font-family:'Poppins',sans-serif;font-size:14px;font-weight:500;box-shadow:none;transition:background .25s ease,color .25s ease,border-color .25s ease,transform .25s ease} .home-shop-tag::before{content:"";width:7px;height:7px;border-radius:999px;background:var(--yellow);flex:0 0 7px} .home-shop-tag small{display:inline-grid;place-items:center;min-width:22px;height:22px;padding:0 7px;border-radius:999px;background:rgba(23,59,108,.08);color:var(--blue-800);font-size:11px;font-weight:600} .home-shop-tag:hover,.home-shop-tag.is-active{background:var(--blue-800);color:#fff;border-color:var(--blue-800);transform:translateY(-1px)} .home-shop-tag:hover small,.home-shop-tag.is-active small{background:rgba(255,255,255,.16);color:#fff} .home-shop-tag--empty{border-radius:5px} .home-shop-discovery__featured{padding:22px;border:1px solid rgba(23,59,108,.10);background:rgba(255,255,255,.72);box-shadow:0 20px 44px rgba(12,34,64,.06);border-radius:5px} .home-shop-discovery__featured-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:18px} .home-shop-discovery__featured-head h3{margin:0;color:var(--blue-950);font-family:'Gilroy','Poppins',sans-serif;font-size:28px;line-height:1.1;font-weight:600;letter-spacing:-.03em} .home-shop-discovery__featured-head p{max-width:360px;margin:0;color:#5a7090;font-size:14px;line-height:1.45;font-weight:400;text-align:right} .home-shop-showcase--discovery .home-shop-products-grid,.home-shop-products-grid--discovery{display:grid !important;grid-template-columns:repeat(4,minmax(0,1fr)) !important;gap:14px !important} .home-shop-products-grid--discovery .home-shop-product-card,.home-shop-product-card--recommendation{display:grid !important;grid-template-rows:auto 1fr !important;min-height:0 !important;background:#fff !important;border:1px solid rgba(23,59,108,.10) !important;border-radius:5px !important;overflow:hidden !important;box-shadow:0 12px 26px rgba(12,34,64,.06) !important;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease !important} .home-shop-products-grid--discovery .home-shop-product-card:hover,.home-shop-product-card--recommendation:hover{transform:translateY(-3px) !important;border-color:rgba(23,59,108,.20) !important;box-shadow:0 18px 34px rgba(12,34,64,.10) !important} .home-shop-products-grid--discovery .home-shop-product-card__image,.home-shop-product-card--recommendation .home-shop-product-card__image{height:118px !important;padding:12px !important;background:linear-gradient(180deg,#f7faff,#edf3fa) !important;border:0 !important;display:grid !important;place-items:center !important} .home-shop-products-grid--discovery .home-shop-product-card__image img,.home-shop-product-card--recommendation .home-shop-product-card__image img{width:100% !important;height:100% !important;object-fit:contain !important;display:block !important} .home-shop-products-grid--discovery .home-shop-product-card__body,.home-shop-product-card--recommendation .home-shop-product-card__body{padding:14px !important;display:flex !important;flex-direction:column !important;gap:8px !important} .home-shop-products-grid--discovery .home-shop-product-card__cat,.home-shop-product-card--recommendation .home-shop-product-card__cat{display:inline-flex !important;width:fit-content !important;padding:0 !important;border:0 !important;background:transparent !important;color:#667b99 !important;font-size:11px !important;line-height:1.2 !important;font-weight:500 !important;letter-spacing:.04em !important;text-transform:uppercase !important} .home-shop-products-grid--discovery .home-shop-product-card h3,.home-shop-product-card--recommendation h3{margin:0 !important;min-height:42px !important;color:var(--blue-950) !important;font-family:'Poppins',sans-serif !important;font-size:14px !important;line-height:1.25 !important;font-weight:600 !important;letter-spacing:-.01em !important} .home-shop-products-grid--discovery .home-shop-product-card h3 a,.home-shop-product-card--recommendation h3 a{color:inherit !important} .home-shop-products-grid--discovery .home-shop-product-card__meta,.home-shop-product-card--recommendation .home-shop-product-card__meta{display:flex !important;margin:0 !important;padding:0 !important;gap:0 !important;color:#5a7090 !important;font-size:12px !important;font-weight:400 !important} .home-shop-products-grid--discovery .home-shop-product-card__detail,.home-shop-product-card--recommendation .home-shop-product-card__detail{margin-top:auto !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;min-height:36px !important;padding:8px 10px !important;border:1px solid rgba(23,59,108,.16) !important;background:#fff !important;color:var(--blue-800) !important;border-radius:5px !important;font-size:12px !important;font-weight:600 !important;transition:background .25s ease,color .25s ease,border-color .25s ease !important} .home-shop-products-grid--discovery .home-shop-product-card__detail:hover,.home-shop-product-card--recommendation .home-shop-product-card__detail:hover{background:var(--blue-800) !important;color:#fff !important;border-color:var(--blue-800) !important} .home-shop-showcase--discovery.is-loading .home-shop-products-grid{opacity:.45;pointer-events:none} .home-shop-showcase--discovery.is-loading .home-shop-products-grid::after{display:none !important} .home-shop-showcase--discovery .home-shop-empty{grid-column:1 / -1;min-height:140px;display:grid;place-items:center;text-align:center;background:#fff;border:1px dashed rgba(23,59,108,.20);border-radius:5px;color:var(--blue-800)} @media (max-width:1120px){.home-shop-discovery__intro{grid-template-columns:1fr;align-items:start} .home-shop-discovery__actions{flex-direction:row;min-width:0} .home-shop-discovery__actions .btn,.home-shop-discovery__category-link{width:auto} .home-shop-showcase--discovery .home-shop-products-grid,.home-shop-products-grid--discovery{grid-template-columns:repeat(2,minmax(0,1fr)) !important}} @media (max-width:767px){.home-shop-discovery__intro .section-head h2{font-size:32px} .home-shop-discovery__actions{flex-direction:column} .home-shop-discovery__actions .btn,.home-shop-discovery__category-link{width:100%} .home-shop-discovery__categories,.home-shop-discovery__featured{padding:16px} .home-shop-discovery__featured-head{display:grid;gap:10px} .home-shop-discovery__featured-head p{text-align:left;max-width:none} .home-shop-showcase--discovery .home-shop-products-grid,.home-shop-products-grid--discovery{grid-template-columns:1fr !important}} .home-shop-showcase--discovery .home-shop-discovery__featured-head{display:none !important} .home-shop-showcase--discovery .home-shop-discovery__featured{padding:18px !important} .home-shop-showcase--discovery .home-shop-products-grid,.home-shop-products-grid--discovery{align-items:stretch !important;min-height:0 !important} .home-shop-showcase--discovery .home-shop-product-card,.home-shop-products-grid--discovery .home-shop-product-card,.home-shop-product-card--recommendation{display:flex !important;flex-direction:column !important;height:100% !important;min-height:315px !important;position:relative !important;overflow:hidden !important} .home-shop-showcase--discovery .home-shop-product-card__image,.home-shop-products-grid--discovery .home-shop-product-card__image,.home-shop-product-card--recommendation .home-shop-product-card__image{position:relative !important;z-index:1 !important;flex:0 0 138px !important;width:100% !important;height:138px !important;min-height:138px !important;max-height:138px !important;margin:0 !important;padding:12px !important;display:flex !important;align-items:center !important;justify-content:center !important;background:linear-gradient(180deg,#f7faff,#edf3fa) !important;border-bottom:1px solid rgba(23,59,108,.08) !important;transform:none !important} .home-shop-showcase--discovery .home-shop-product-card__image img,.home-shop-products-grid--discovery .home-shop-product-card__image img,.home-shop-product-card--recommendation .home-shop-product-card__image img{width:100% !important;height:100% !important;max-width:100% !important;max-height:100% !important;object-fit:contain !important;object-position:center !important;display:block !important;transform:none !important} .home-shop-showcase--discovery .home-shop-product-card__body,.home-shop-products-grid--discovery .home-shop-product-card__body,.home-shop-product-card--recommendation .home-shop-product-card__body{position:relative !important;z-index:2 !important;inset:auto !important;top:auto !important;right:auto !important;bottom:auto !important;left:auto !important;transform:none !important;margin:0 !important;flex:1 1 auto !important;display:flex !important;flex-direction:column !important;padding:14px !important;background:#fff !important} .home-shop-showcase--discovery .home-shop-product-card__cat,.home-shop-products-grid--discovery .home-shop-product-card__cat,.home-shop-product-card--recommendation .home-shop-product-card__cat{margin:0 0 8px !important;position:static !important;transform:none !important} .home-shop-showcase--discovery .home-shop-product-card h3,.home-shop-products-grid--discovery .home-shop-product-card h3,.home-shop-product-card--recommendation h3{position:static !important;transform:none !important;margin:0 0 8px !important;min-height:42px !important;display:-webkit-box !important;-webkit-line-clamp:2 !important;-webkit-box-orient:vertical !important;overflow:hidden !important} .home-shop-showcase--discovery .home-shop-product-card__meta,.home-shop-products-grid--discovery .home-shop-product-card__meta,.home-shop-product-card--recommendation .home-shop-product-card__meta{margin:0 0 10px !important;position:static !important;transform:none !important} .home-shop-showcase--discovery .home-shop-product-card__detail,.home-shop-products-grid--discovery .home-shop-product-card__detail,.home-shop-product-card--recommendation .home-shop-product-card__detail{margin-top:auto !important} @media (max-width:1120px){.home-shop-showcase--discovery .home-shop-product-card,.home-shop-products-grid--discovery .home-shop-product-card,.home-shop-product-card--recommendation{min-height:300px !important}} .home-shop-tag small{display:none !important} .home-shop-tag{gap:8px !important;padding-right:14px !important} .btn.btn-primary:not(.header-cta)::before,a.btn.btn-primary:not(.header-cta)::before,button.btn.btn-primary:not(.header-cta)::before,.btn.btn-outline::before,a.btn.btn-outline::before,button.btn.btn-outline::before,.header-cta.btn-primary::before{content:none !important;display:none !important} .btn.btn-primary:not(.header-cta),a.btn.btn-primary:not(.header-cta),button.btn.btn-primary:not(.header-cta),.tmx-add-cart,.woocommerce .button,.woocommerce button.button,.woocommerce input.button,.woocommerce a.button,.woocommerce .checkout-button,.woocommerce button[name="woocommerce_checkout_place_order"],.woocommerce .single_add_to_cart_button{--tmx-btn-fill:var(--red);background-color:transparent !important;background-image:linear-gradient(90deg,var(--tmx-btn-fill),var(--tmx-btn-fill)) !important;background-repeat:no-repeat !important;background-position:left center !important;background-size:0% 100% !important;transition:background-size .46s cubic-bezier(.22,1,.36,1),color .22s ease,border-color .22s ease,box-shadow .22s ease,transform .22s ease !important} .btn.btn-primary:not(.header-cta):hover,a.btn.btn-primary:not(.header-cta):hover,button.btn.btn-primary:not(.header-cta):hover,.tmx-add-cart:hover,.woocommerce .button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover,.woocommerce a.button:hover,.woocommerce .checkout-button:hover,.woocommerce button[name="woocommerce_checkout_place_order"]:hover,.woocommerce .single_add_to_cart_button:hover{background-color:transparent !important;background-image:linear-gradient(90deg,var(--tmx-btn-fill),var(--tmx-btn-fill)) !important;background-size:100% 100% !important;border-color:var(--red) !important;color:#fff !important} .btn.btn-outline:not(.btn-solution),a.btn.btn-outline:not(.btn-solution),button.btn.btn-outline:not(.btn-solution){--tmx-btn-fill:var(--blue-800);background-color:transparent !important;background-image:linear-gradient(90deg,var(--tmx-btn-fill),var(--tmx-btn-fill)) !important;background-repeat:no-repeat !important;background-position:left center !important;background-size:0% 100% !important;transition:background-size .46s cubic-bezier(.22,1,.36,1),color .22s ease,border-color .22s ease,box-shadow .22s ease,transform .22s ease !important} .btn.btn-outline:not(.btn-solution):hover,a.btn.btn-outline:not(.btn-solution):hover,button.btn.btn-outline:not(.btn-solution):hover{background-color:transparent !important;background-image:linear-gradient(90deg,var(--tmx-btn-fill),var(--tmx-btn-fill)) !important;background-size:100% 100% !important;border-color:var(--tmx-btn-fill) !important;color:#fff !important} .hero .btn-outline:not(.btn-solution):not(.tmx-cart-link),.hero a.btn-outline:not(.btn-solution):not(.tmx-cart-link),.cta-banner .btn-outline:not(.btn-solution):not(.tmx-cart-link),.cta-banner a.btn-outline:not(.btn-solution):not(.tmx-cart-link),.form-banner .btn-outline:not(.btn-solution):not(.tmx-cart-link),.form-banner a.btn-outline:not(.btn-solution):not(.tmx-cart-link),.form-card--dark .btn-outline:not(.btn-solution):not(.tmx-cart-link),.glass-card .btn-outline:not(.btn-solution):not(.tmx-cart-link),.service-card .btn-outline:not(.btn-solution):not(.tmx-cart-link),.site-footer .btn-outline:not(.btn-solution):not(.tmx-cart-link),.footer .btn-outline:not(.btn-solution):not(.tmx-cart-link),.section-dark .btn-outline:not(.btn-solution):not(.tmx-cart-link),.dark-section .btn-outline:not(.btn-solution):not(.tmx-cart-link),.section-clients .btn-outline:not(.btn-solution):not(.tmx-cart-link),.client-section .btn-outline:not(.btn-solution):not(.tmx-cart-link),[class*="--dark"] .btn-outline:not(.btn-solution):not(.tmx-cart-link){--tmx-btn-fill:#fff;color:#fff !important;border-color:rgba(255,255,255,.88) !important} .hero .btn-outline:not(.btn-solution):not(.tmx-cart-link):hover,.hero a.btn-outline:not(.btn-solution):not(.tmx-cart-link):hover,.cta-banner .btn-outline:not(.btn-solution):not(.tmx-cart-link):hover,.form-banner .btn-outline:not(.btn-solution):not(.tmx-cart-link):hover,.form-card--dark .btn-outline:not(.btn-solution):not(.tmx-cart-link):hover,.glass-card .btn-outline:not(.btn-solution):not(.tmx-cart-link):hover,.service-card .btn-outline:not(.btn-solution):not(.tmx-cart-link):hover,.site-footer .btn-outline:not(.btn-solution):not(.tmx-cart-link):hover,.footer .btn-outline:not(.btn-solution):not(.tmx-cart-link):hover,.section-dark .btn-outline:not(.btn-solution):not(.tmx-cart-link):hover,.dark-section .btn-outline:not(.btn-solution):not(.tmx-cart-link):hover,.section-clients .btn-outline:not(.btn-solution):not(.tmx-cart-link):hover,.client-section .btn-outline:not(.btn-solution):not(.tmx-cart-link):hover,[class*="--dark"] .btn-outline:not(.btn-solution):not(.tmx-cart-link):hover{border-color:#fff !important;color:var(--blue-800) !important} .btn.btn-primary:not(.header-cta),a.btn.btn-primary:not(.header-cta),button.btn.btn-primary:not(.header-cta),.tmx-add-cart,.woocommerce .button,.woocommerce button.button,.woocommerce input.button,.woocommerce a.button,.woocommerce .checkout-button,.woocommerce button[name="woocommerce_checkout_place_order"],.woocommerce .single_add_to_cart_button,.btn.btn-outline:not(.btn-solution),a.btn.btn-outline:not(.btn-solution),button.btn.btn-outline:not(.btn-solution){background-position:left center !important;background-size:0% 100% !important;transition:background-size .92s cubic-bezier(.42,0,.18,1) !important,color .28s ease !important,border-color .28s ease !important,box-shadow .28s ease !important,transform .28s ease !important} .btn.btn-primary:not(.header-cta):hover,a.btn.btn-primary:not(.header-cta):hover,button.btn.btn-primary:not(.header-cta):hover,.tmx-add-cart:hover,.woocommerce .button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover,.woocommerce a.button:hover,.woocommerce .checkout-button:hover,.woocommerce button[name="woocommerce_checkout_place_order"]:hover,.woocommerce .single_add_to_cart_button:hover,.btn.btn-outline:not(.btn-solution):hover,a.btn.btn-outline:not(.btn-solution):hover,button.btn.btn-outline:not(.btn-solution):hover{background-size:100% 100% !important} @media (prefers-reduced-motion:reduce){.btn.btn-primary:not(.header-cta),a.btn.btn-primary:not(.header-cta),button.btn.btn-primary:not(.header-cta),.btn.btn-outline:not(.btn-solution),a.btn.btn-outline:not(.btn-solution),button.btn.btn-outline:not(.btn-solution){transition:none !important}} .home-shop-tag{gap:0 !important} .home-shop-tag::before,.home-shop-category__count,.home-shop-category.is-active .home-shop-category__count::after{display:none !important;content:none !important} .hero--about-page .hero__inner--about-page{grid-template-columns:minmax(0,1fr) minmax(420px,520px);align-items:stretch !important;gap:64px} .hero--about-page .hero__content{display:flex;flex-direction:column;justify-content:center} .hero--about-page .about-photo-card{align-self:stretch !important;display:flex;width:100%;min-height:100%;margin:0;background:transparent} .hero--about-page .about-photo-card img{width:100%;height:100% !important;min-height:0 !important;object-fit:cover !important;object-position:center center !important} .hero--about-page .metric-inline{display:none !important} @media (max-width:1060px){.hero--about-page .hero__inner--about-page{grid-template-columns:1fr;gap:32px} .hero--about-page .about-photo-card{min-height:360px} .hero--about-page .about-photo-card img{min-height:360px !important}} @media (max-width:820px){.hero--about-page .about-photo-card,.hero--about-page .about-photo-card img{min-height:260px !important}} #proceso-atencion.about-process-section{background:#fff !important;border-top:1px solid rgba(23,59,108,.06);border-bottom:1px solid rgba(23,59,108,.06)} #equipo.about-team-section{background:linear-gradient(180deg,#eef4fa 0%,#f8fbff 100%) !important;border-top:1px solid rgba(23,59,108,.07);border-bottom:1px solid rgba(23,59,108,.07)} #proceso-atencion .section-head h2,#equipo .section-head h2{color:var(--blue-950);font-family:'Gilroy','Poppins',sans-serif;font-weight:600} .about-process-grid,.about-team-grid{align-items:stretch;gap:20px} .about-process-grid>*,.about-team-grid>*{height:100%} .about-process-card,.about-team-card{border-radius:5px !important} .about-process-card{min-height:285px} .about-team-card{min-height:255px} .about-team-card h4{margin:0 0 12px;color:var(--blue-800);font-family:'Poppins',sans-serif;font-size:13px;line-height:1.25;font-weight:600} .about-team-card:hover h4,.about-team-card:focus-within h4{color:var(--blue-800) !important} #equipo .sector-card__icon,#proceso-atencion .rent-benefit-card__icon{background:transparent !important;border:0 !important;box-shadow:none !important;color:var(--blue-800) !important} #equipo .sector-card__icon svg,#proceso-atencion .rent-benefit-card__icon svg{width:34px !important;height:34px !important} #equipo .sector-card:hover,#equipo .sector-card:focus-within,#proceso-atencion .rent-benefit-card:hover,#proceso-atencion .rent-benefit-card:focus-within{background:#fff !important;border-color:rgba(23,59,108,.10) !important;box-shadow:0 16px 32px rgba(12,34,64,.08) !important;transform:translateY(-2px) !important} #equipo .sector-card:hover .sector-card__icon,#equipo .sector-card:focus-within .sector-card__icon,#proceso-atencion .rent-benefit-card:hover .rent-benefit-card__icon,#proceso-atencion .rent-benefit-card:focus-within .rent-benefit-card__icon{color:var(--blue-800) !important;background:transparent !important} #equipo .sector-card:hover h3,#equipo .sector-card:focus-within h3,#proceso-atencion .rent-benefit-card:hover h3,#proceso-atencion .rent-benefit-card:focus-within h3{color:var(--blue-950) !important} #equipo .sector-card:hover p,#equipo .sector-card:focus-within p,#proceso-atencion .rent-benefit-card:hover p,#proceso-atencion .rent-benefit-card:focus-within p{color:#4D6485 !important} #proceso-atencion .rent-benefit-card:hover .rent-benefit-card__number,#proceso-atencion .rent-benefit-card:focus-within .rent-benefit-card__number{background:rgba(23,59,108,.06) !important;color:var(--blue-800) !important} #equipo .sector-card:hover::before,#equipo .sector-card:focus-within::before,#proceso-atencion .rent-benefit-card:hover::before,#proceso-atencion .rent-benefit-card:focus-within::before{width:86px !important;background:linear-gradient(90deg,var(--blue-800),#2E86FF) !important} @media (max-width:1180px){.about-process-grid{grid-template-columns:repeat(2,minmax(0,1fr))}} @media (max-width:820px){.about-process-grid,.about-team-grid{grid-template-columns:1fr} .about-process-card,.about-team-card{min-height:auto}} #valores .about-mvv-carousel{max-width:980px;margin:34px auto 28px;position:relative} #valores .about-mvv-carousel__top{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px} #valores .about-mvv-carousel__counter{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:8px 12px;border:1px solid rgba(23,59,108,.12);background:#fff;color:var(--blue-800);border-radius:5px;font-family:'Poppins',sans-serif;font-size:12px;line-height:1;font-weight:600;letter-spacing:.08em} #valores .about-mvv-carousel__controls{display:flex;align-items:center;gap:10px} #valores .about-mvv-carousel__arrow{width:42px;height:42px;display:grid;place-items:center;border-radius:5px;border:1px solid rgba(23,59,108,.16);background:#fff;color:var(--blue-800);font-size:30px;line-height:1;font-weight:300;cursor:pointer;transition:background .25s ease,color .25s ease,border-color .25s ease,transform .25s ease,box-shadow .25s ease} #valores .about-mvv-carousel__arrow:hover,#valores .about-mvv-carousel__arrow:focus-visible{background:var(--blue-800);border-color:var(--blue-800);color:#fff;transform:translateY(-1px);box-shadow:0 14px 28px rgba(12,34,64,.14)} #valores .about-mvv-carousel__viewport{overflow:hidden;border-radius:5px} #valores .about-mvv-carousel__track{display:flex;width:100%;transform:translateX(0);transition:transform .45s cubic-bezier(.22,.61,.36,1)} #valores .about-mvv-card{flex:0 0 100%;min-height:300px;display:grid;grid-template-columns:130px minmax(0,1fr);gap:28px;align-items:center;padding:38px 42px;background:#fff;border:1px solid rgba(23,59,108,.10);border-radius:5px;box-shadow:0 18px 38px rgba(12,34,64,.08)} #valores .about-mvv-card__number{width:96px;height:96px;display:grid;place-items:center;border-radius:5px;background:rgba(23,59,108,.06);color:var(--blue-800);font-family:'Gilroy','Poppins',sans-serif;font-size:34px;line-height:1;font-weight:600;letter-spacing:-.04em} #valores .about-mvv-card h3{margin:0 0 10px;color:var(--blue-950);font-family:'Gilroy','Poppins',sans-serif;font-size:clamp(30px,3vw,46px);line-height:1;font-weight:600;letter-spacing:-.04em} #valores .about-mvv-card h4{margin:0 0 18px;color:var(--blue-800);font-family:'Poppins',sans-serif;font-size:17px;line-height:1.35;font-weight:600} #valores .about-mvv-card p{max-width:660px;margin:0;color:#4D6485;font-family:'Poppins',sans-serif;font-size:17px;line-height:1.65;font-weight:400} #valores .about-mvv-carousel__dots{display:flex;justify-content:center;align-items:center;gap:9px;margin-top:16px} #valores .about-mvv-carousel__dots button{width:10px;height:10px;padding:0;border:0;border-radius:999px;background:rgba(23,59,108,.20);cursor:pointer;transition:width .25s ease,background .25s ease} #valores .about-mvv-carousel__dots button.is-active{width:30px;background:var(--blue-800)} #valores .grid-gap-sm.top-space-sm{margin-top:28px !important} @media (max-width:820px){#valores .about-mvv-carousel{margin-top:26px} #valores .about-mvv-card{grid-template-columns:1fr;gap:18px;min-height:auto;padding:26px 22px} #valores .about-mvv-card__number{width:64px;height:64px;font-size:22px} #valores .about-mvv-card h3{font-size:32px} #valores .about-mvv-card p{font-size:15.5px}} .about-why-section{position:relative;overflow:hidden;background:linear-gradient(180deg,#fff 0%,rgba(232,237,243,.42) 100%);border-top:1px solid rgba(23,59,108,.07)} .about-why-section::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 0%,rgba(46,134,255,.10),transparent 34rem);pointer-events:none} .about-why-section .container{position:relative;z-index:1} .about-why-section .section-head{margin-bottom:38px} .about-why-section .section-head h2{max-width:760px;margin-inline:auto;color:var(--blue-950);font-weight:600} .about-why-section .section-head p{max-width:720px;color:#516986;font-weight:400} .about-why-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;max-width:1180px;margin:0 auto} .about-why-card{position:relative;min-height:256px;display:flex;flex-direction:column;padding:28px 26px 26px;overflow:hidden;background:rgba(255,255,255,.94);border:1px solid rgba(23,59,108,.10);border-radius:5px;box-shadow:0 18px 36px rgba(12,34,64,.065);transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease,background .25s ease} .about-why-card::before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,var(--blue-800),#2E86FF);opacity:.92} .about-why-card::after{content:"";position:absolute;right:-34px;bottom:-34px;width:118px;height:118px;border-radius:999px;background:rgba(23,59,108,.04);pointer-events:none} .about-why-card:hover,.about-why-card:focus-within{transform:translateY(-4px);border-color:rgba(23,59,108,.20);box-shadow:0 24px 48px rgba(12,34,64,.10);background:#fff} .about-why-card__top{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:24px} .about-why-card__icon{width:48px;height:48px;display:grid;place-items:center;color:var(--blue-800);background:transparent !important;box-shadow:none !important} .about-why-card__icon svg{width:38px;height:38px;display:block;stroke:currentColor} .about-why-card__number{display:inline-flex;align-items:center;justify-content:center;min-width:42px;height:32px;padding:0 10px;border:1px solid rgba(23,59,108,.12);border-radius:999px;color:var(--blue-800);background:rgba(23,59,108,.035);font-family:'Poppins',sans-serif;font-size:12px;line-height:1;font-weight:600;letter-spacing:.05em} .about-why-card h3{position:relative;z-index:1;margin:0 0 12px;color:var(--blue-950);font-family:'Gilroy','Poppins',sans-serif;font-size:23px;line-height:1.14;font-weight:600;letter-spacing:-.025em} .about-why-card p{position:relative;z-index:1;margin:0;color:#4D6485;font-family:'Poppins',sans-serif;font-size:15.5px;line-height:1.62;font-weight:400} @media (max-width:1060px){.about-why-grid{grid-template-columns:repeat(2,minmax(0,1fr))}} @media (max-width:720px){.about-why-grid{grid-template-columns:1fr} .about-why-card{min-height:auto;padding:24px 20px 22px} .about-why-card__top{margin-bottom:18px} .about-why-card h3{font-size:21px} .about-why-card p{font-size:15px}} .page-template-page-contacto #cotizacion .split-layout--form,body.page-template-page-contacto #cotizacion .split-layout--form,#cotizacion .split-layout--form{grid-template-columns:repeat(2,minmax(0,1fr));gap:36px;align-items:stretch} .contact-quote-head{max-width:640px;margin-bottom:28px} .page-template-page-contacto .contact-quote-form,.contact-quote-form{display:grid;gap:18px;padding:28px;border-radius:5px;border:1px solid rgba(23,59,108,.10);background:#fff;box-shadow:0 18px 38px rgba(12,34,64,.07)} .contact-form-stack{display:grid;gap:14px} .contact-field-group{display:grid;gap:8px;margin:0} .contact-field-group>span{display:block;color:var(--blue-800);font-family:'Poppins',sans-serif;font-size:11px;line-height:1.2;font-weight:600;letter-spacing:.08em;text-transform:uppercase} .contact-quote-form .field{min-height:52px;border-radius:5px;border-color:rgba(23,59,108,.14);color:var(--blue-950);font-family:'Poppins',sans-serif;font-size:14px;font-weight:400;background:#fff} .contact-quote-form .field:focus{border-color:var(--blue-800);box-shadow:0 0 0 4px rgba(23,59,108,.08)} .contact-quote-form select.field{appearance:auto;color:#607794} .contact-quote-form .btn{width:100%;min-height:52px;margin-top:2px} .page-template-page-contacto .contact-side--map-only,body.page-template-page-contacto .contact-side--map-only,.split-layout--form>.contact-side--map-only{display:flex;align-self:stretch;margin-top:0} .page-template-page-contacto .contact-info-card,body.page-template-page-contacto .contact-info-card{display:none !important} .contact-map-card--large{width:100%;height:100%;flex:1 1 auto;overflow:hidden;border-radius:5px;border:1px solid rgba(23,59,108,.10);background:#fff;box-shadow:0 18px 38px rgba(12,34,64,.07)} .contact-map-card--large iframe{width:100%;height:100%;min-height:100%;display:block;border:0} @media (max-width:1060px){.page-template-page-contacto #cotizacion .split-layout--form,body.page-template-page-contacto #cotizacion .split-layout--form,#cotizacion .split-layout--form{grid-template-columns:1fr} .page-template-page-contacto .contact-side--map-only,body.page-template-page-contacto .contact-side--map-only,.split-layout--form>.contact-side--map-only{margin-top:0} .contact-map-card--large iframe{min-height:420px}} @media (max-width:720px){.contact-quote-form{padding:20px} .contact-map-card--large iframe{min-height:320px}} .page-template-page-contacto #canales.contact-channels-section,body.page-template-page-contacto #canales.contact-channels-section,#canales.contact-channels-section{background:#fff;border-top:1px solid rgba(23,59,108,.07);border-bottom:1px solid rgba(23,59,108,.07)} .contact-channel-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;align-items:stretch} .contact-channel-card{position:relative;display:flex;align-items:flex-start;gap:18px;min-height:205px;padding:26px 24px;background:#fff;border:1px solid rgba(23,59,108,.10);border-radius:5px;box-shadow:0 16px 34px rgba(12,34,64,.07);color:var(--blue-800);overflow:hidden;transition:background .28s ease,color .28s ease,border-color .28s ease,box-shadow .28s ease,transform .28s ease} .contact-channel-card:hover,.contact-channel-card:focus-within{background:var(--blue-800);border-color:var(--blue-800);color:#fff;box-shadow:0 22px 44px rgba(12,34,64,.18);transform:translateY(-2px)} .contact-channel-card__icon{width:44px;height:44px;flex:0 0 44px;display:grid;place-items:center;color:var(--blue-800);background:transparent !important;border-radius:0 !important;box-shadow:none !important;transition:color .28s ease,transform .28s ease} .contact-channel-card__icon svg{width:34px;height:34px;stroke:currentColor} .contact-channel-card:hover .contact-channel-card__icon,.contact-channel-card:focus-within .contact-channel-card__icon{color:#fff !important;transform:scale(1.04)} .contact-channel-card__body{display:grid;align-content:start;gap:10px;min-width:0} .contact-channel-card__body h3{margin:0;color:var(--blue-950);font-family:'Gilroy','Poppins',sans-serif;font-size:21px;line-height:1.18;font-weight:600;letter-spacing:-.02em;transition:color .28s ease} .contact-channel-card__body p{margin:0;color:#536985;font-family:'Poppins',sans-serif;font-size:15px;line-height:1.55;font-weight:400;transition:color .28s ease} .contact-channel-card__link{display:inline-flex;align-items:center;gap:8px;width:max-content;margin-top:12px;color:var(--blue-800);font-family:'Poppins',sans-serif;font-size:13px;line-height:1;font-weight:600;transition:color .28s ease,transform .28s ease} .contact-channel-card__link::after{content:"→";transition:transform .25s ease} .contact-channel-card__link:hover::after{transform:translateX(4px)} .contact-channel-card:hover h3,.contact-channel-card:focus-within h3,.contact-channel-card:hover p,.contact-channel-card:focus-within p,.contact-channel-card:hover .contact-channel-card__link,.contact-channel-card:focus-within .contact-channel-card__link{color:#fff !important} @media (max-width:1060px){.contact-channel-grid{grid-template-columns:1fr} .contact-channel-card{min-height:auto}} @media (max-width:640px){.contact-channel-card{padding:22px 18px;gap:14px} .contact-channel-card__icon{width:38px;height:38px;flex-basis:38px} .contact-channel-card__icon svg{width:30px;height:30px}} #proceso.contact-process-section{background:linear-gradient(180deg,#eef4fa 0%,#f8fbff 100%) !important;border-top:1px solid rgba(23,59,108,.07);border-bottom:1px solid rgba(23,59,108,.07)} #proceso.contact-process-section .section-head p{max-width:680px;color:#516986;font-weight:400} .contact-process-grid{position:relative;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;align-items:stretch;max-width:1180px;margin:0 auto} .contact-process-grid::before{content:"";position:absolute;left:42px;right:42px;top:54px;height:1px;background:linear-gradient(90deg,rgba(244,180,0,.20),rgba(23,59,108,.18),rgba(244,180,0,.20));pointer-events:none} .contact-process-card{position:relative;z-index:1;min-height:252px;display:flex;flex-direction:column;padding:28px 24px 26px;overflow:hidden;background:#fff;border:1px solid rgba(23,59,108,.10);border-radius:5px;box-shadow:0 18px 36px rgba(12,34,64,.065);transition:transform .26s ease,border-color .26s ease,box-shadow .26s ease,background .26s ease} .contact-process-card::before{content:"";position:absolute;left:0;top:0;width:92px;height:4px;background:linear-gradient(90deg,var(--blue-800),#2E86FF);transition:width .32s ease} .contact-process-card::after{content:"";position:absolute;right:-34px;bottom:-34px;width:118px;height:118px;border-radius:999px;background:rgba(23,59,108,.04);pointer-events:none} .contact-process-card:hover,.contact-process-card:focus-within{transform:translateY(-4px);border-color:rgba(23,59,108,.20);box-shadow:0 24px 48px rgba(12,34,64,.10);background:#fff} .contact-process-card:hover::before,.contact-process-card:focus-within::before{width:100%} .contact-process-card__top{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:30px} .contact-process-card__number{display:inline-flex;align-items:center;justify-content:center;min-width:44px;height:32px;padding:0 12px;border:1px solid rgba(23,59,108,.12);border-radius:999px;color:var(--blue-800);background:rgba(23,59,108,.045);font-family:'Poppins',sans-serif;font-size:12px;line-height:1;font-weight:700;letter-spacing:.05em;transition:background .25s ease,color .25s ease,border-color .25s ease} .contact-process-card:hover .contact-process-card__number,.contact-process-card:focus-within .contact-process-card__number{background:var(--blue-800);border-color:var(--blue-800);color:#fff} .contact-process-card__icon{width:52px;height:52px;flex:0 0 52px;display:grid;place-items:center;color:var(--blue-800);background:transparent !important;box-shadow:none !important} .contact-process-card__icon svg{width:40px;height:40px;display:block;stroke:currentColor} .contact-process-card h3{position:relative;z-index:1;margin:0 0 14px;color:var(--blue-950);font-family:'Gilroy','Poppins',sans-serif;font-size:22px;line-height:1.14;font-weight:600;letter-spacing:-.025em} .contact-process-card p{position:relative;z-index:1;margin:0;color:#4D6485;font-family:'Poppins',sans-serif;font-size:15px;line-height:1.62;font-weight:400} @media (max-width:1180px){.contact-process-grid{grid-template-columns:repeat(2,minmax(0,1fr))} .contact-process-grid::before{display:none}} @media (max-width:720px){.contact-process-grid{grid-template-columns:1fr} .contact-process-card{min-height:auto;padding:24px 20px} .contact-process-card__top{margin-bottom:22px} .contact-process-card h3{font-size:20px}} .tmx-store-page{background:#fff} .tmx-store-subnav{position:sticky;top:var(--header-h,82px);z-index:42;width:100%;background:#0b0f0d;border-top:1px solid rgba(255,255,255,.04);border-bottom:1px solid rgba(255,255,255,.08);box-shadow:0 18px 34px rgba(6,25,47,.12)} .admin-bar .tmx-store-subnav{top:calc(var(--header-h,82px) + 32px)} .tmx-store-subnav__inner{width:min(1126px,calc(100% - 48px));min-height:58px;margin:0 auto;display:flex;align-items:center;gap:16px;color:#fff} .tmx-store-subnav__menu,.tmx-store-subnav__link{min-height:58px;display:inline-flex;align-items:center;gap:10px;color:#fff;font-family:'Poppins',sans-serif;font-size:14px;line-height:1;font-weight:400;white-space:nowrap;opacity:.94;transition:color .22s ease,opacity .22s ease,background .22s ease} .tmx-store-subnav__menu:hover,.tmx-store-subnav__link:hover,.tmx-store-subnav__menu.is-active,.tmx-store-subnav__link.is-active{color:#fff;opacity:1} .tmx-store-subnav__menu.is-active,.tmx-store-subnav__link.is-active{font-weight:600} .tmx-store-subnav__hamb{width:22px;height:18px;display:grid;align-content:space-between;flex:0 0 22px} .tmx-store-subnav__hamb span{display:block;height:2px;border-radius:999px;background:#fff} .tmx-store-subnav__scroll{min-width:0;flex:1;display:flex;align-items:center;gap:0;overflow-x:auto;overflow-y:hidden;scrollbar-width:none} .tmx-store-subnav__scroll::-webkit-scrollbar{display:none} .tmx-store-subnav__link{position:relative;padding:0 18px} .tmx-store-subnav__link + .tmx-store-subnav__link::before{content:"";position:absolute;left:0;top:50%;width:1px;height:18px;background:rgba(244,180,0,.72);transform:translateY(-50%)} .tmx-store-subnav__icon{width:18px;height:18px;display:grid;place-items:center;color:#f4b400;flex:0 0 18px} .tmx-store-subnav__icon svg{width:18px;height:18px;display:block} .tmx-store-subnav__link.is-active .tmx-store-subnav__icon,.tmx-store-subnav__link:hover .tmx-store-subnav__icon{color:#fff} .tmx-store-catalog{padding:34px 0 72px;background:#fff} .tmx-store-container{width:min(1126px,calc(100% - 48px));margin:0 auto} .tmx-store-breadcrumb{display:flex;align-items:center;gap:12px;margin:2px 0 32px;color:#7c8da5;font-family:'Poppins',sans-serif;font-size:14px;font-weight:400} .tmx-store-breadcrumb a{color:#5b6f8a} .tmx-store-breadcrumb a:hover,.tmx-store-breadcrumb strong{color:var(--blue-800);font-weight:500} .tmx-store-controlbar{min-height:52px;display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:34px;padding:0 0 14px;border-bottom:1px solid rgba(23,59,108,.12)} .tmx-store-controlbar__count{color:#53687f;font-family:'Poppins',sans-serif;font-size:14px;font-weight:400} .tmx-store-controlbar__right{display:flex;align-items:center;gap:24px} .tmx-store-view-icons{display:flex;align-items:center;gap:10px} .tmx-store-view-icons span{width:18px;height:18px;display:block;opacity:.45;background:linear-gradient(currentColor 0 0) left top/7px 7px no-repeat,linear-gradient(currentColor 0 0) right top/7px 7px no-repeat,linear-gradient(currentColor 0 0) left bottom/7px 7px no-repeat,linear-gradient(currentColor 0 0) right bottom/7px 7px no-repeat;color:#06192f} .tmx-store-view-icons span:nth-child(1){opacity:.25;transform:scale(.92)} .tmx-store-view-icons span:nth-child(3){width:24px;background:linear-gradient(currentColor 0 0) 0 3px/22px 2px no-repeat,linear-gradient(currentColor 0 0) 0 8px/22px 2px no-repeat,linear-gradient(currentColor 0 0) 0 13px/22px 2px no-repeat;opacity:.32} .tmx-store-view-icons span.is-active{opacity:1} .tmx-store-sort-form label{display:flex;align-items:center;gap:12px;color:#53687f;font-family:'Poppins',sans-serif;font-size:14px;font-weight:400} .tmx-store-sort-form select{min-width:190px;min-height:42px;padding:0 38px 0 14px;border:1px solid rgba(23,59,108,.14);border-radius:5px;background:#fff;color:var(--blue-800);font-family:'Poppins',sans-serif;font-size:14px;font-weight:500} .tmx-store-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px} .tmx-store-product-card{position:relative;display:flex;flex-direction:column;min-height:100%;background:#fff;border:1px solid rgba(23,59,108,.14);border-radius:0;overflow:hidden;box-shadow:none;transition:border-color .25s ease,box-shadow .25s ease,transform .25s ease} .tmx-store-product-card:hover{transform:translateY(-4px);border-color:rgba(23,59,108,.24);box-shadow:0 24px 48px rgba(12,34,64,.10)} .tmx-store-product-card__image{position:relative;min-height:310px;display:grid;place-items:center;padding:32px 28px 24px;background:#fff} .tmx-store-product-card__image img{width:100%;height:250px;object-fit:contain;display:block;transition:transform .32s ease} .tmx-store-product-card:hover .tmx-store-product-card__image img{transform:scale(1.035)} .tmx-store-product-card__badge{position:absolute;left:18px;top:18px;z-index:2;padding:7px 10px;background:#ef3340;color:#fff;border-radius:5px;font-size:11px;line-height:1;font-weight:700;text-transform:uppercase;letter-spacing:.04em} .tmx-store-product-card__body{display:flex;flex-direction:column;flex:1;padding:0 28px 28px} .tmx-store-product-card__topline{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px} .tmx-store-product-card__cat,.tmx-store-product-card__stock{color:#61748f;font-family:'Poppins',sans-serif;font-size:11px;line-height:1;font-weight:600;text-transform:uppercase;letter-spacing:.055em} .tmx-store-product-card__stock{color:#173B6C;text-transform:none;letter-spacing:0;font-size:12px;font-weight:500} .tmx-store-product-card__rating{margin-bottom:12px;color:#f4b400;font-size:15px;letter-spacing:.08em;line-height:1} .tmx-store-product-card__title{margin:0 0 14px;color:#06192f;font-family:'Poppins',sans-serif;font-size:18px;line-height:1.35;font-weight:600;letter-spacing:-.02em} .tmx-store-product-card__title a{color:inherit} .tmx-store-product-card__title a:hover{color:var(--blue-800)} .tmx-store-product-card__price{margin-top:auto;color:#06192f;font-family:'Poppins',sans-serif;font-size:17px;font-weight:500;line-height:1.35} .tmx-store-product-card__price del{color:#6f7f91;font-size:15px;font-weight:400;margin-right:8px} .tmx-store-product-card__price ins{color:#ef3340;text-decoration:none;font-weight:600} .tmx-store-product-card__price small{margin-left:4px;color:#61748f;font-size:12px;font-weight:400} .tmx-store-product-card__actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:22px} .woocommerce .tmx-store-product-card__actions .button,.woocommerce .tmx-store-product-card__actions .tmx-store-add-cart,.woocommerce .tmx-store-product-card__actions .tmx-store-detail-btn,.tmx-store-product-card__actions .button,.tmx-store-product-card__actions .tmx-store-add-cart,.tmx-store-product-card__actions .tmx-store-detail-btn{position:relative !important;isolation:isolate;min-height:42px !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;overflow:hidden;padding:10px 12px !important;border-radius:5px !important;border:1px solid rgba(23,59,108,.18) !important;background:transparent !important;box-shadow:none !important;color:var(--blue-800) !important;font-family:'Poppins',sans-serif !important;font-size:12px !important;line-height:1.1 !important;font-weight:700 !important;text-align:center !important;transform:none !important;transition:color .42s ease,border-color .42s ease,transform .22s ease !important} .woocommerce .tmx-store-product-card__actions .button::before,.woocommerce .tmx-store-product-card__actions .tmx-store-add-cart::before,.woocommerce .tmx-store-product-card__actions .tmx-store-detail-btn::before,.tmx-store-product-card__actions .button::before,.tmx-store-product-card__actions .tmx-store-add-cart::before,.tmx-store-product-card__actions .tmx-store-detail-btn::before{content:"";position:absolute;inset:0;z-index:-1;background:var(--blue-800);transform:scaleX(0);transform-origin:left center;transition:transform .55s cubic-bezier(.22,1,.36,1)} .woocommerce .tmx-store-product-card__actions .button:hover,.woocommerce .tmx-store-product-card__actions .tmx-store-add-cart:hover,.woocommerce .tmx-store-product-card__actions .tmx-store-detail-btn:hover,.tmx-store-product-card__actions .button:hover,.tmx-store-product-card__actions .tmx-store-add-cart:hover,.tmx-store-product-card__actions .tmx-store-detail-btn:hover{color:#fff !important;border-color:var(--blue-800) !important;transform:translateY(-1px) !important} .woocommerce .tmx-store-product-card__actions .button:hover::before,.woocommerce .tmx-store-product-card__actions .tmx-store-add-cart:hover::before,.woocommerce .tmx-store-product-card__actions .tmx-store-detail-btn:hover::before,.tmx-store-product-card__actions .button:hover::before,.tmx-store-product-card__actions .tmx-store-add-cart:hover::before,.tmx-store-product-card__actions .tmx-store-detail-btn:hover::before{transform:scaleX(1)} .woocommerce .tmx-store-product-card__actions .tmx-store-add-cart,.tmx-store-product-card__actions .tmx-store-add-cart{border-color:#ef3340 !important;color:#ef3340 !important} .woocommerce .tmx-store-product-card__actions .tmx-store-add-cart::before,.tmx-store-product-card__actions .tmx-store-add-cart::before{background:#ef3340} .woocommerce .tmx-store-product-card__actions .tmx-store-add-cart:hover,.tmx-store-product-card__actions .tmx-store-add-cart:hover{border-color:#ef3340 !important;color:#fff !important} .tmx-store-page .tmx-pagination{margin-top:42px} .tmx-store-page .empty-state{border-radius:5px} @media (max-width:1060px){.tmx-store-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))} .tmx-store-subnav__inner,.tmx-store-container{width:min(100% - 32px,1126px)} .admin-bar .tmx-store-subnav{top:calc(var(--header-h,82px) + 46px)}} @media (max-width:782px){.admin-bar .tmx-store-subnav{top:calc(var(--header-h,82px) + 46px)}} @media (max-width:760px){.tmx-store-subnav{top:var(--header-h,72px)} .tmx-store-subnav__inner{width:100%;padding-left:16px} .tmx-store-subnav__menu span:last-child{display:none} .tmx-store-subnav__link{padding:0 14px;font-size:13px} .tmx-store-catalog{padding:24px 0 54px} .tmx-store-container{width:calc(100% - 28px)} .tmx-store-breadcrumb{margin-bottom:18px;font-size:13px} .tmx-store-controlbar{align-items:flex-start;flex-direction:column;margin-bottom:22px} .tmx-store-controlbar__right{width:100%;justify-content:space-between;gap:14px} .tmx-store-sort-form{flex:1} .tmx-store-sort-form label{justify-content:flex-end} .tmx-store-sort-form label span{display:none} .tmx-store-sort-form select{width:100%;min-width:0} .tmx-store-product-grid{grid-template-columns:1fr;gap:18px} .tmx-store-product-card__image{min-height:250px} .tmx-store-product-card__image img{height:200px} .tmx-store-product-card__body{padding:0 20px 22px} .tmx-store-product-card__actions{grid-template-columns:1fr}} .tmx-store-subnav__hamb{display:none !important} .tmx-store-subnav .tmx-store-subnav__menu,.tmx-store-subnav .tmx-store-subnav__link,.tmx-store-subnav .tmx-store-subnav__menu span,.tmx-store-subnav .tmx-store-subnav__link span:not(.tmx-store-subnav__icon){color:rgba(255,255,255,.92) !important;opacity:1 !important} .tmx-store-subnav .tmx-store-subnav__menu:hover,.tmx-store-subnav .tmx-store-subnav__link:hover,.tmx-store-subnav .tmx-store-subnav__menu.is-active,.tmx-store-subnav .tmx-store-subnav__link.is-active,.tmx-store-subnav .tmx-store-subnav__menu:hover span,.tmx-store-subnav .tmx-store-subnav__link:hover span:not(.tmx-store-subnav__icon),.tmx-store-subnav .tmx-store-subnav__menu.is-active span,.tmx-store-subnav .tmx-store-subnav__link.is-active span:not(.tmx-store-subnav__icon){color:#fff !important;opacity:1 !important} .tmx-store-subnav .tmx-store-subnav__icon{color:#f4b400 !important} .tmx-store-subnav .tmx-store-subnav__link:hover .tmx-store-subnav__icon,.tmx-store-subnav .tmx-store-subnav__link.is-active .tmx-store-subnav__icon{color:#f4b400 !important} .tmx-store-product-card__price small{display:none !important} .tmx-store-subnav{top:var(--header-h,76px) !important} .admin-bar .tmx-store-subnav{top:var(--header-h,76px) !important} @media (max-width:820px){.tmx-store-subnav,.admin-bar .tmx-store-subnav{top:var(--header-h,68px) !important}} .tmx-product-page--modern .tmx-product-modern-section{padding-top:40px;padding-bottom:56px} .tmx-crumbs{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-bottom:30px;color:#5e7393;font-family:'Poppins',sans-serif;font-size:14px} .tmx-crumbs a{color:#5e7393;text-decoration:none} .tmx-crumbs span:last-child{color:#ff7f1e} .tmx-product-modern{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(360px,.95fr);gap:54px;align-items:start} .tmx-product-modern__gallery{display:grid;grid-template-columns:minmax(0,1fr) 112px;gap:20px} .tmx-gallery-main{min-height:560px;border:1px solid rgba(18,40,77,.12);background:#fff;border-radius:10px;padding:28px;display:grid;place-items:center} .tmx-gallery-main img{width:100%;height:100%;max-height:500px;object-fit:contain} .tmx-gallery-thumbs{display:flex;flex-direction:column;gap:20px} .tmx-gallery-thumb{width:100%;border:1px solid rgba(18,40,77,.12);background:#fff;border-radius:10px;padding:10px;min-height:110px;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease} .tmx-gallery-thumb img{width:100%;height:88px;object-fit:contain} .tmx-gallery-thumb:hover,.tmx-gallery-thumb.is-active{border-color:rgba(42,120,243,.45);box-shadow:0 12px 24px rgba(18,40,77,.10);transform:translateY(-1px)} .tmx-product-modern__summary h1{margin:0 0 14px;font-family:'Gilroy','Poppins',sans-serif;font-size:clamp(34px,3vw,54px);line-height:1.08;font-weight:600;color:#071d38} .tmx-product-modern__rating{margin-bottom:20px} .tmx-product-modern__rating .woocommerce-review-link{color:#5e7393;text-decoration:none;margin-left:8px} .tmx-product-modern__price{margin-bottom:22px;font-family:'Gilroy','Poppins',sans-serif;font-size:38px;line-height:1;font-weight:600;color:#071d38} .tmx-product-modern__price del{color:#8c9ab0;margin-right:10px;font-size:32px} .tmx-product-modern__price ins{text-decoration:none} .tmx-product-modern__excerpt,.tmx-product-modern__excerpt p{color:#475d7b;font-family:'Poppins',sans-serif;font-size:18px;line-height:1.6} .tmx-product-modern__excerpt{margin-bottom:24px} .tmx-product-modern__meta{display:grid;gap:14px;margin-bottom:30px;color:#475d7b;font-family:'Poppins',sans-serif;font-size:16px;line-height:1.5} .tmx-product-modern__meta strong{color:#071d38;font-weight:600} .tmx-product-modern__meta a{color:#5e7393;text-decoration:none} .tmx-product-modern__cart .quantity{margin-right:16px !important} .tmx-product-modern__cart .quantity .qty{min-width:90px;height:50px;border:1px solid rgba(18,40,77,.15);border-radius:8px;text-align:center;font-size:18px} .tmx-product-modern__cart .single_add_to_cart_button,.tmx-product-modern__cart .button.alt{height:50px;padding:0 28px !important;border-radius:8px !important;background:#ff9918 !important;border:1px solid #ff9918 !important;color:#071d38 !important;font-family:'Gilroy','Poppins',sans-serif !important;font-size:18px !important;font-weight:600 !important;letter-spacing:.08em;text-transform:uppercase;box-shadow:none !important} .tmx-product-modern__cart .single_add_to_cart_button:hover,.tmx-product-modern__cart .button.alt:hover{filter:brightness(.98)} .tmx-product-modern-tabs{margin-top:56px} .tmx-product-modern-tabs .woocommerce-tabs .tabs{margin:0 0 28px !important;padding:0 !important;display:flex;gap:24px;flex-wrap:wrap;list-style:none;border:0 !important} .tmx-product-modern-tabs .woocommerce-tabs .tabs::before,.tmx-product-modern-tabs .woocommerce-tabs .tabs::after,.tmx-product-modern-tabs .woocommerce-tabs ul.tabs::before,.tmx-product-modern-tabs .woocommerce-tabs ul.tabs::after{display:none !important} .tmx-product-modern-tabs .woocommerce-tabs .tabs li,.tmx-product-modern-tabs .woocommerce-tabs ul.tabs li{margin:0 !important;padding:0 !important;border:0 !important;background:transparent !important;border-radius:0 !important} .tmx-product-modern-tabs .woocommerce-tabs .tabs li::before,.tmx-product-modern-tabs .woocommerce-tabs .tabs li::after,.tmx-product-modern-tabs .woocommerce-tabs ul.tabs li::before,.tmx-product-modern-tabs .woocommerce-tabs ul.tabs li::after{display:none !important} .tmx-product-modern-tabs .woocommerce-tabs .tabs li a,.tmx-product-modern-tabs .woocommerce-tabs ul.tabs li a{display:inline-flex;align-items:center;justify-content:center;min-height:58px;padding:0 34px !important;border:1px solid rgba(18,40,77,.12);border-radius:0;background:#fff;color:#071d38 !important;font-family:'Gilroy','Poppins',sans-serif;font-size:20px;font-weight:600 !important;text-transform:uppercase} .tmx-product-modern-tabs .woocommerce-tabs .tabs li.active a,.tmx-product-modern-tabs .woocommerce-tabs ul.tabs li.active a{background:#ff9918;border-color:#ff9918;color:#fff !important} .tmx-product-modern-tabs .woocommerce-Tabs-panel{padding-top:8px;color:#475d7b;font-family:'Poppins',sans-serif;font-size:17px;line-height:1.7} .tmx-product-modern-tabs .shop_attributes{border-collapse:collapse;width:100%} .tmx-product-modern-tabs .shop_attributes th,.tmx-product-modern-tabs .shop_attributes td{padding:12px 16px;border:1px solid rgba(18,40,77,.08)} .tmx-product-modern-related{margin-top:50px} .tmx-product-modern-related>h2,.tmx-product-modern-related .related>h2{margin:0 0 26px;font-family:'Gilroy','Poppins',sans-serif;font-size:28px;color:#071d38} @media (max-width:1100px){.tmx-product-modern{grid-template-columns:1fr;gap:36px} .tmx-gallery-main{min-height:460px}} @media (max-width:767px){.tmx-product-page--modern .tmx-product-modern-section{padding-top:26px} .tmx-product-modern__gallery{grid-template-columns:1fr} .tmx-gallery-thumbs{flex-direction:row;overflow:auto;padding-bottom:4px} .tmx-gallery-thumb{min-width:94px;min-height:94px} .tmx-gallery-main{min-height:320px;padding:18px} .tmx-product-modern__summary h1{font-size:clamp(28px,8vw,40px)} .tmx-product-modern__price{font-size:30px} .tmx-product-modern-tabs .woocommerce-tabs .tabs li a,.tmx-product-modern-tabs .woocommerce-tabs ul.tabs li a{min-height:50px;padding:0 20px !important;font-size:16px}} .tmx-product-page--modern{background:#f4f7fb} .tmx-product-page--modern .tmx-product-modern-section{padding-top:28px !important;padding-bottom:48px !important} .tmx-product-page--modern .tmx-product-modern-section>.container{max-width:1180px !important} .tmx-product-page--modern .tmx-crumbs{margin-bottom:22px !important;font-size:13.5px !important} .tmx-product-page--modern .tmx-product-modern{grid-template-columns:minmax(0,1.02fr) minmax(360px,.88fr) !important;gap:34px !important;align-items:start !important} .tmx-product-page--modern .tmx-product-modern__gallery{display:grid !important;grid-template-columns:minmax(0,1fr) 76px !important;gap:14px !important;align-items:start !important} .tmx-product-page--modern .tmx-gallery-main{min-height:0 !important;height:500px !important;padding:24px !important;border-radius:8px !important;background:#fff !important;border:1px solid rgba(18,40,77,.12) !important;box-shadow:0 16px 36px rgba(12,34,64,.06) !important} .tmx-product-page--modern .tmx-gallery-main img{width:100% !important;height:100% !important;max-height:430px !important;object-fit:contain !important} .tmx-product-page--modern .tmx-gallery-thumbs{gap:12px !important} .tmx-product-page--modern .tmx-gallery-thumb{min-height:76px !important;height:76px !important;padding:7px !important;border-radius:7px !important;background:#fff !important} .tmx-product-page--modern .tmx-gallery-thumb img{height:60px !important;object-fit:contain !important} .tmx-product-page--modern .tmx-product-modern__summary{padding:6px 0 0 !important} .tmx-product-page--modern .tmx-product-modern__summary h1{margin:0 0 14px !important;max-width:540px !important;font-size:clamp(30px,2.45vw,42px) !important;line-height:1.1 !important;letter-spacing:-.035em !important;font-weight:600 !important;color:#071d38 !important} .tmx-product-page--modern .tmx-product-modern__rating{margin:0 0 12px !important;min-height:0 !important} .tmx-product-page--modern .tmx-product-modern__rating:empty{display:none !important} .tmx-product-page--modern .tmx-product-modern__price{display:flex !important;align-items:baseline !important;gap:8px !important;margin:0 0 18px !important;font-family:'Gilroy','Poppins',sans-serif !important;font-size:30px !important;line-height:1.1 !important;font-weight:600 !important;color:#071d38 !important} .tmx-product-page--modern .tmx-product-modern__price del{font-size:20px !important;color:#7c8da6 !important;opacity:1 !important} .tmx-product-page--modern .tmx-product-modern__price ins{text-decoration:none !important} .tmx-product-page--modern .tmx-product-modern__price small,.tmx-product-page--modern .tmx-product-modern__price .woocommerce-Price-taxLabel,.tmx-product-page--modern .tmx-product-modern__price .tax_label{font-size:16px !important;font-weight:500 !important;color:#445b7a !important} .tmx-product-page--modern .tmx-product-modern__excerpt{margin:0 0 18px !important;padding:16px 18px !important;border-radius:8px !important;background:#fff !important;border:1px solid rgba(18,40,77,.10) !important} .tmx-product-page--modern .tmx-product-modern__excerpt,.tmx-product-page--modern .tmx-product-modern__excerpt p{font-size:15.5px !important;line-height:1.55 !important;font-weight:500 !important;color:#425a7a !important} .tmx-product-page--modern .tmx-product-modern__excerpt p:last-child{margin-bottom:0 !important} .tmx-product-page--modern .tmx-product-modern__meta{display:grid !important;grid-template-columns:1fr 1fr !important;gap:10px !important;margin:0 0 20px !important;font-size:14px !important;line-height:1.35 !important} .tmx-product-page--modern .tmx-product-modern__meta div{padding:12px 14px !important;border-radius:8px !important;background:#fff !important;border:1px solid rgba(18,40,77,.10) !important;color:#4d6382 !important} .tmx-product-page--modern .tmx-product-modern__meta div:nth-child(odd):last-child{grid-column:1 / -1 !important} .tmx-product-page--modern .tmx-product-modern__meta strong{display:block !important;margin-bottom:3px !important;font-size:12px !important;letter-spacing:.05em !important;text-transform:uppercase !important;color:#071d38 !important} .tmx-product-page--modern .tmx-product-modern__cart{margin-top:12px !important} .tmx-product-page--modern .tmx-product-modern__cart form.cart{display:grid !important;grid-template-columns:112px minmax(190px,1fr) !important;gap:12px !important;align-items:center !important;max-width:420px !important} .tmx-product-page--modern .tmx-product-modern__cart form.cart::before,.tmx-product-page--modern .tmx-product-modern__cart form.cart::after{display:none !important;content:none !important} .tmx-product-page--modern .tmx-product-modern__cart .quantity{width:112px !important;margin:0 !important;float:none !important} .tmx-product-page--modern .tmx-product-modern__cart .quantity .qty{width:112px !important;min-width:112px !important;height:48px !important;padding:0 10px !important;border-radius:8px !important;border:1px solid rgba(18,40,77,.16) !important;background:#fff !important;text-align:center !important;font-size:16px !important;font-weight:600 !important;color:#071d38 !important} .tmx-product-page--modern .tmx-product-modern__cart .single_add_to_cart_button,.tmx-product-page--modern .tmx-product-modern__cart .button.alt{width:100% !important;height:48px !important;min-height:48px !important;padding:0 20px !important;border-radius:8px !important;background:#ef3340 !important;border:1px solid #ef3340 !important;color:#fff !important;font-family:'Poppins',sans-serif !important;font-size:13px !important;font-weight:700 !important;letter-spacing:.04em !important;text-transform:uppercase !important;box-shadow:none !important} .tmx-product-page--modern .tmx-product-modern__cart .single_add_to_cart_button:hover,.tmx-product-page--modern .tmx-product-modern__cart .button.alt:hover{background:#c91f2b !important;border-color:#c91f2b !important;color:#fff !important} .tmx-product-page--modern .tmx-product-modern-tabs{margin-top:44px !important;padding-top:0 !important} .tmx-product-page--modern .tmx-product-modern-tabs .woocommerce-tabs{background:#fff !important;border:1px solid rgba(18,40,77,.10) !important;border-radius:8px !important;padding:22px !important;box-shadow:0 16px 36px rgba(12,34,64,.05) !important} .tmx-product-page--modern .tmx-product-modern-tabs .woocommerce-tabs .tabs,.tmx-product-page--modern .tmx-product-modern-tabs .woocommerce-tabs ul.tabs{gap:10px !important;margin:0 0 18px !important;border-bottom:1px solid rgba(18,40,77,.08) !important;padding-bottom:14px !important} .tmx-product-page--modern .tmx-product-modern-tabs .woocommerce-tabs .tabs li a,.tmx-product-page--modern .tmx-product-modern-tabs .woocommerce-tabs ul.tabs li a{min-height:42px !important;padding:0 18px !important;border-radius:8px !important;border:1px solid rgba(18,40,77,.12) !important;font-family:'Poppins',sans-serif !important;font-size:13px !important;font-weight:700 !important;letter-spacing:.04em !important;text-transform:uppercase !important} .tmx-product-page--modern .tmx-product-modern-tabs .woocommerce-tabs .tabs li.active a,.tmx-product-page--modern .tmx-product-modern-tabs .woocommerce-tabs ul.tabs li.active a{background:#173B6C !important;border-color:#173B6C !important;color:#fff !important} .tmx-product-page--modern .tmx-product-modern-tabs .woocommerce-Tabs-panel{padding:0 !important;font-size:15px !important;line-height:1.65 !important} .tmx-product-page--modern .tmx-product-modern-related{margin-top:42px !important} @media (max-width:1180px){.tmx-product-page--modern .tmx-product-modern{grid-template-columns:1fr !important} .tmx-product-page--modern .tmx-product-modern__gallery{max-width:760px !important}} @media (max-width:767px){.tmx-product-page--modern .tmx-product-modern-section>.container{padding-left:18px !important;padding-right:18px !important} .tmx-product-page--modern .tmx-product-modern__gallery{grid-template-columns:1fr !important} .tmx-product-page--modern .tmx-gallery-main{height:360px !important;padding:18px !important} .tmx-product-page--modern .tmx-gallery-thumbs{flex-direction:row !important;overflow:auto !important} .tmx-product-page--modern .tmx-gallery-thumb{width:76px !important;min-width:76px !important} .tmx-product-page--modern .tmx-product-modern__summary h1{font-size:30px !important} .tmx-product-page--modern .tmx-product-modern__meta{grid-template-columns:1fr !important} .tmx-product-page--modern .tmx-product-modern__cart form.cart{grid-template-columns:1fr !important;max-width:none !important} .tmx-product-page--modern .tmx-product-modern__cart .quantity,.tmx-product-page--modern .tmx-product-modern__cart .quantity .qty{width:100% !important;min-width:100% !important}} .tmx-product-page--modern{background:#fff !important} .tmx-product-page--modern .tmx-product-modern-section{padding-top:34px !important;padding-bottom:54px !important} .tmx-product-page--modern .tmx-product-modern-section>.container{max-width:1400px !important} .tmx-product-page--modern .tmx-crumbs{margin-bottom:34px !important;color:#687b98 !important;font-size:15px !important} .tmx-product-page--modern .tmx-crumbs a{color:#687b98 !important} .tmx-product-page--modern .tmx-product-modern{grid-template-columns:minmax(0,1.1fr) minmax(420px,.9fr) !important;gap:56px !important;align-items:start !important} .tmx-product-page--modern .tmx-product-modern__gallery{grid-template-columns:minmax(0,1fr) 110px !important;gap:18px !important} .tmx-product-page--modern .tmx-gallery-main{height:560px !important;min-height:560px !important;padding:32px !important;background:#fff !important;border:1px solid rgba(18,40,77,.12) !important;border-radius:8px !important;box-shadow:none !important} .tmx-product-page--modern .tmx-gallery-main img{max-height:490px !important} .tmx-product-page--modern .tmx-gallery-thumbs{gap:20px !important} .tmx-product-page--modern .tmx-gallery-thumb{height:110px !important;min-height:110px !important;padding:10px !important;border-radius:8px !important;box-shadow:none !important} .tmx-product-page--modern .tmx-gallery-thumb img{height:88px !important} .tmx-product-page--modern .tmx-product-modern__summary{padding-top:4px !important} .tmx-product-page--modern .tmx-product-modern__summary h1{margin:0 0 18px !important;max-width:620px !important;font-family:'Gilroy','Poppins',sans-serif !important;font-size:clamp(40px,3.4vw,58px) !important;line-height:1.05 !important;letter-spacing:-.04em !important;color:#071d38 !important} .tmx-product-page--modern .tmx-product-modern__rating{margin:0 0 18px !important} .tmx-product-page--modern .tmx-product-modern__rating .star-rating{margin-right:10px !important} .tmx-product-page--modern .tmx-product-modern__rating .woocommerce-review-link{color:#6a778e !important;font-size:15px !important;text-decoration:none !important} .tmx-product-page--modern .tmx-product-modern__price{gap:10px !important;margin:0 0 22px !important;font-size:40px !important;line-height:1.1 !important;color:#071d38 !important} .tmx-product-page--modern .tmx-product-modern__price del{font-size:28px !important;color:#7f8ba0 !important} .tmx-product-page--modern .tmx-product-modern__price small,.tmx-product-page--modern .tmx-product-modern__price .woocommerce-Price-taxLabel,.tmx-product-page--modern .tmx-product-modern__price .tax_label{font-size:18px !important;font-weight:600 !important;color:#071d38 !important} .tmx-product-page--modern .tmx-product-modern__excerpt{margin:0 0 26px !important;padding:0 !important;background:transparent !important;border:0 !important;border-radius:0 !important} .tmx-product-page--modern .tmx-product-modern__excerpt,.tmx-product-page--modern .tmx-product-modern__excerpt p{color:#47586f !important;font-size:17px !important;line-height:1.75 !important;font-weight:400 !important} .tmx-product-page--modern .tmx-product-modern__meta{display:block !important;margin:0 0 28px !important;color:#47586f !important;font-size:17px !important;line-height:1.7 !important} .tmx-product-page--modern .tmx-product-modern__meta div{display:block !important;padding:0 !important;margin:0 0 12px !important;border:0 !important;background:transparent !important;border-radius:0 !important;color:#47586f !important} .tmx-product-page--modern .tmx-product-modern__meta strong{display:inline !important;margin:0 !important;font-size:17px !important;text-transform:none !important;letter-spacing:0 !important;color:#071d38 !important} .tmx-product-page--modern .tmx-product-modern__meta a{color:#687b98 !important} .tmx-product-page--modern .tmx-product-modern__cart{margin-top:8px !important} .tmx-product-page--modern .tmx-product-modern__cart form.cart{display:flex !important;align-items:center !important;gap:20px !important;max-width:none !important} .tmx-product-page--modern .tmx-product-modern__cart .quantity{width:112px !important} .tmx-product-page--modern .tmx-product-modern__cart .quantity .qty{width:112px !important;min-width:112px !important;height:50px !important;border-radius:6px !important;border:1px solid rgba(18,40,77,.12) !important;background:#fff !important;font-size:18px !important;font-weight:500 !important} .tmx-product-page--modern .tmx-product-modern__cart .single_add_to_cart_button,.tmx-product-page--modern .tmx-product-modern__cart .button.alt{width:auto !important;min-width:190px !important;height:50px !important;padding:0 28px !important;background:#ff9918 !important;border:1px solid #ff9918 !important;color:#071d38 !important;border-radius:6px !important;font-family:'Gilroy','Poppins',sans-serif !important;font-size:18px !important;font-weight:600 !important;letter-spacing:.06em !important;box-shadow:none !important} .tmx-product-page--modern .tmx-product-modern-tabs{margin-top:56px !important} .tmx-product-page--modern .tmx-product-modern-tabs .woocommerce-tabs{background:transparent !important;border:0 !important;border-radius:0 !important;padding:0 !important;box-shadow:none !important} .tmx-product-page--modern .tmx-product-modern-tabs .woocommerce-tabs .tabs,.tmx-product-page--modern .tmx-product-modern-tabs .woocommerce-tabs ul.tabs{gap:14px !important;margin:0 0 30px !important;padding:0 !important;border:0 !important} .tmx-product-page--modern .tmx-product-modern-tabs .woocommerce-tabs .tabs li a,.tmx-product-page--modern .tmx-product-modern-tabs .woocommerce-tabs ul.tabs li a{min-height:56px !important;padding:0 34px !important;background:#fff !important;border:1px solid rgba(18,40,77,.12) !important;border-radius:0 !important;color:#071d38 !important;font-family:'Gilroy','Poppins',sans-serif !important;font-size:18px !important;font-weight:600 !important} .tmx-product-page--modern .tmx-product-modern-tabs .woocommerce-tabs .tabs li.active a,.tmx-product-page--modern .tmx-product-modern-tabs .woocommerce-tabs ul.tabs li.active a{background:#ff9918 !important;border-color:#ff9918 !important;color:#fff !important} .tmx-product-page--modern .tmx-product-modern-tabs .woocommerce-Tabs-panel{padding:0 !important;color:#47586f !important;font-size:16px !important;line-height:1.8 !important} .tmx-product-page--modern .tmx-product-modern-related{margin-top:56px !important} @media (max-width:1180px){.tmx-product-page--modern .tmx-product-modern{grid-template-columns:1fr !important;gap:36px !important} .tmx-product-page--modern .tmx-product-modern__summary h1{max-width:none !important}} @media (max-width:767px){.tmx-product-page--modern .tmx-product-modern-section>.container{padding-left:18px !important;padding-right:18px !important} .tmx-product-page--modern .tmx-crumbs{margin-bottom:24px !important} .tmx-product-page--modern .tmx-product-modern__gallery{grid-template-columns:1fr !important} .tmx-product-page--modern .tmx-gallery-main{height:360px !important;min-height:360px !important;padding:18px !important} .tmx-product-page--modern .tmx-gallery-thumbs{flex-direction:row !important;gap:12px !important;overflow:auto !important} .tmx-product-page--modern .tmx-gallery-thumb{width:82px !important;min-width:82px !important;height:82px !important;min-height:82px !important} .tmx-product-page--modern .tmx-gallery-thumb img{height:60px !important} .tmx-product-page--modern .tmx-product-modern__summary h1{font-size:34px !important} .tmx-product-page--modern .tmx-product-modern__price{font-size:30px !important} .tmx-product-page--modern .tmx-product-modern__cart form.cart{display:grid !important;grid-template-columns:1fr !important} .tmx-product-page--modern .tmx-product-modern__cart .quantity,.tmx-product-page--modern .tmx-product-modern__cart .quantity .qty,.tmx-product-page--modern .tmx-product-modern__cart .single_add_to_cart_button{width:100% !important;min-width:100% !important} .tmx-product-page--modern .tmx-product-modern-tabs .woocommerce-tabs .tabs li a,.tmx-product-page--modern .tmx-product-modern-tabs .woocommerce-tabs ul.tabs li a{min-height:48px !important;padding:0 20px !important;font-size:15px !important}} .tmx-product-page--modern{--tmx-product-blue:#06192f;--tmx-product-muted:#5b6f8e;--tmx-product-line:#dbe3ee;--tmx-product-soft:#f8fafc;--tmx-product-accent:#F4B400;background:#fff !important} .tmx-product-page--modern .tmx-woo-notices{max-width:1380px !important;margin:18px auto 0 !important;padding:0 24px !important} .tmx-product-page--modern .tmx-product-modern-section{padding:34px 0 58px !important;background:#fff !important} .tmx-product-page--modern .tmx-product-modern-section>.container{max-width:1380px !important;width:min(1380px,calc(100% - 64px)) !important;padding-left:0 !important;padding-right:0 !important} .tmx-product-page--modern .tmx-crumbs{display:flex !important;align-items:center !important;gap:12px !important;margin:0 0 30px !important;color:var(--tmx-product-muted) !important;font-family:'Poppins',sans-serif !important;font-size:14px !important;line-height:1.4 !important;font-weight:400 !important} .tmx-product-page--modern .tmx-crumbs a{color:var(--tmx-product-muted) !important;text-decoration:none !important} .tmx-product-page--modern .tmx-crumbs span:nth-child(2){color:#9aa7b8 !important} .tmx-product-page--modern .tmx-crumbs span:last-child{color:#f58b12 !important} .tmx-product-page--modern .tmx-product-modern{display:grid !important;grid-template-columns:minmax(600px,650px) 128px minmax(440px,1fr) !important;column-gap:34px !important;row-gap:0 !important;align-items:start !important} .tmx-product-page--modern .tmx-product-modern__gallery{display:contents !important} .tmx-product-page--modern .tmx-gallery-main{grid-column:1 !important;width:100% !important;height:560px !important;min-height:560px !important;padding:34px !important;display:grid !important;place-items:center !important;background:#fff !important;border:1px solid var(--tmx-product-line) !important;border-radius:6px !important;box-shadow:none !important;overflow:hidden !important} .tmx-product-page--modern .tmx-gallery-main img{display:block !important;width:100% !important;height:100% !important;max-width:100% !important;max-height:492px !important;object-fit:contain !important;object-position:center !important} .tmx-product-page--modern .tmx-gallery-thumbs{grid-column:2 !important;display:flex !important;flex-direction:column !important;gap:20px !important;width:128px !important} .tmx-product-page--modern .tmx-gallery-thumb{width:128px !important;height:112px !important;min-width:128px !important;min-height:112px !important;padding:10px !important;display:grid !important;place-items:center !important;border:1px solid var(--tmx-product-line) !important;border-radius:6px !important;background:#fff !important;box-shadow:none !important;cursor:pointer !important;transform:none !important;transition:border-color .2s ease,box-shadow .2s ease !important} .tmx-product-page--modern .tmx-gallery-thumb:hover,.tmx-product-page--modern .tmx-gallery-thumb.is-active{border-color:#2E86FF !important;box-shadow:0 0 0 1px rgba(46,134,255,.18) !important} .tmx-product-page--modern .tmx-gallery-thumb img{width:100% !important;height:88px !important;object-fit:contain !important;object-position:center !important} .tmx-product-page--modern .tmx-product-modern__summary{grid-column:3 !important;padding:24px 0 0 0 !important;max-width:600px !important} .tmx-product-page--modern .tmx-product-modern__summary h1{margin:0 0 18px !important;max-width:600px !important;color:var(--tmx-product-blue) !important;font-family:'Gilroy','Poppins',sans-serif !important;font-size:clamp(32px,2.35vw,42px) !important;line-height:1.18 !important;letter-spacing:-.035em !important;font-weight:600 !important} .tmx-product-page--modern .tmx-product-modern__rating{display:flex !important;align-items:center !important;min-height:0 !important;margin:0 0 22px !important;color:var(--tmx-product-accent) !important;font-family:'Poppins',sans-serif !important;font-size:14px !important} .tmx-product-page--modern .tmx-product-modern__rating:empty{display:none !important;margin:0 !important} .tmx-product-page--modern .tmx-product-modern__rating .star-rating{float:none !important;margin:0 10px 0 0 !important;color:var(--tmx-product-accent) !important} .tmx-product-page--modern .tmx-product-modern__rating .star-rating::before,.tmx-product-page--modern .tmx-product-modern__rating .star-rating span::before{color:var(--tmx-product-accent) !important} .tmx-product-page--modern .tmx-product-modern__rating .woocommerce-review-link{color:#6c7c91 !important;font-size:14px !important;font-weight:400 !important;text-decoration:none !important} .tmx-product-page--modern .tmx-product-modern__price{display:flex !important;align-items:baseline !important;flex-wrap:wrap !important;gap:9px !important;margin:0 0 20px !important;color:var(--tmx-product-blue) !important;font-family:'Gilroy','Poppins',sans-serif !important;font-size:31px !important;line-height:1.15 !important;font-weight:600 !important;letter-spacing:-.02em !important} .tmx-product-page--modern .tmx-product-modern__price .amount,.tmx-product-page--modern .tmx-product-modern__price bdi{color:var(--tmx-product-blue) !important;font-weight:600 !important} .tmx-product-page--modern .tmx-product-modern__price del{font-size:22px !important;color:#7f8ca2 !important;opacity:1 !important;font-weight:400 !important;margin:0 !important} .tmx-product-page--modern .tmx-product-modern__price ins{text-decoration:none !important} .tmx-product-page--modern .tmx-product-modern__price small,.tmx-product-page--modern .tmx-product-modern__price .tax_label,.tmx-product-page--modern .tmx-product-modern__price .woocommerce-Price-taxLabel{font-family:'Poppins',sans-serif !important;font-size:18px !important;line-height:1.2 !important;font-weight:500 !important;color:var(--tmx-product-blue) !important;letter-spacing:0 !important} .tmx-product-page--modern .tmx-product-modern__excerpt{margin:0 0 26px !important;padding:0 !important;background:transparent !important;border:0 !important;border-radius:0 !important;color:#53647b !important} .tmx-product-page--modern .tmx-product-modern__excerpt,.tmx-product-page--modern .tmx-product-modern__excerpt p{font-family:'Poppins',sans-serif !important;font-size:16px !important;line-height:1.72 !important;font-weight:400 !important;color:#53647b !important} .tmx-product-page--modern .tmx-product-modern__excerpt p:last-child{margin-bottom:0 !important} .tmx-product-page--modern .tmx-product-modern__meta{display:block !important;margin:0 0 28px !important;padding:0 !important;font-family:'Poppins',sans-serif !important;font-size:16px !important;line-height:1.45 !important;color:#53647b !important} .tmx-product-page--modern .tmx-product-modern__meta div{display:block !important;margin:0 0 15px !important;padding:0 !important;background:transparent !important;border:0 !important;border-radius:0 !important;color:#53647b !important} .tmx-product-page--modern .tmx-product-modern__meta strong{display:inline !important;margin:0 !important;color:var(--tmx-product-blue) !important;font-family:'Poppins',sans-serif !important;font-size:16px !important;font-weight:700 !important;letter-spacing:0 !important;text-transform:none !important} .tmx-product-page--modern .tmx-product-modern__meta a{color:#52709a !important;text-decoration:none !important;font-weight:500 !important} .tmx-product-page--modern .tmx-product-modern__cart{margin:0 0 22px !important} .tmx-product-page--modern .tmx-product-modern__cart form.cart{display:flex !important;align-items:center !important;gap:20px !important;max-width:100% !important;margin:0 !important;padding:0 !important} .tmx-product-page--modern .tmx-product-modern__cart form.cart::before,.tmx-product-page--modern .tmx-product-modern__cart form.cart::after{display:none !important;content:none !important} .tmx-product-page--modern .tmx-product-modern__cart .quantity{width:146px !important;height:56px !important;display:grid !important;grid-template-columns:40px 1fr 40px !important;align-items:center !important;margin:0 !important;float:none !important;border:1px solid var(--tmx-product-line) !important;border-radius:6px !important;background:#fff !important;overflow:hidden !important} .tmx-product-page--modern .tmx-product-modern__cart .quantity .qty{width:100% !important;min-width:0 !important;height:54px !important;margin:0 !important;padding:0 !important;border:0 !important;border-radius:0 !important;background:transparent !important;color:var(--tmx-product-blue) !important;text-align:center !important;font-family:'Poppins',sans-serif !important;font-size:18px !important;font-weight:500 !important;appearance:textfield !important;-moz-appearance:textfield !important} .tmx-product-page--modern .tmx-product-modern__cart .quantity .qty::-webkit-outer-spin-button,.tmx-product-page--modern .tmx-product-modern__cart .quantity .qty::-webkit-inner-spin-button{-webkit-appearance:none !important;margin:0 !important} .tmx-product-page--modern .tmx-qty-btn{width:40px !important;height:54px !important;display:grid !important;place-items:center !important;padding:0 !important;border:0 !important;background:transparent !important;color:#46566c !important;font-family:'Poppins',sans-serif !important;font-size:20px !important;font-weight:400 !important;cursor:pointer !important;line-height:1 !important} .tmx-product-page--modern .tmx-qty-btn:hover{color:var(--tmx-product-blue) !important} .tmx-product-page--modern .tmx-product-modern__cart .single_add_to_cart_button,.tmx-product-page--modern .tmx-product-modern__cart .button.alt{width:300px !important;min-width:300px !important;height:56px !important;min-height:56px !important;margin:0 !important;padding:0 28px !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;border:1px solid var(--tmx-product-accent) !important;border-radius:6px !important;background:var(--tmx-product-accent) !important;color:var(--tmx-product-blue) !important;font-family:'Gilroy','Poppins',sans-serif !important;font-size:18px !important;line-height:1 !important;font-weight:600 !important;letter-spacing:.025em !important;text-transform:uppercase !important;box-shadow:none !important;transition:filter .2s ease,transform .2s ease !important} .tmx-product-page--modern .tmx-product-modern__cart .single_add_to_cart_button::before,.tmx-product-page--modern .tmx-product-modern__cart .button.alt::before{content:"" !important;width:19px !important;height:19px !important;margin-right:10px !important;background:currentColor !important;mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="black" d="M7 18a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm10 0a2 2 0 1 0 .001 4A2 2 0 0 0 17 18ZM5.3 5l.44 2H21l-2 7.5a2 2 0 0 1-1.93 1.5H8.1a2 2 0 0 1-1.96-1.58L3.6 3H1V1h4.2l.1.45L5.3 5Zm.88 4 .95 4.58H17.1L18.3 9H6.18Z"/></svg>') center/contain no-repeat !important} .tmx-product-page--modern .tmx-product-modern__cart .single_add_to_cart_button:hover,.tmx-product-page--modern .tmx-product-modern__cart .button.alt:hover{filter:brightness(.96) !important;transform:translateY(-1px) !important} .tmx-product-page--modern .tmx-product-modern__benefits{display:flex !important;align-items:center !important;flex-wrap:wrap !important;gap:30px !important;margin-top:8px !important;padding-top:20px !important;border-top:1px solid var(--tmx-product-line) !important;color:#43556d !important;font-family:'Poppins',sans-serif !important;font-size:14.5px !important;line-height:1.3 !important;font-weight:500 !important} .tmx-product-page--modern .tmx-product-modern__benefits div{display:inline-flex !important;align-items:center !important;gap:8px !important;white-space:nowrap !important} .tmx-product-page--modern .tmx-product-modern__benefits span{width:22px !important;height:22px !important;display:grid !important;place-items:center !important;color:var(--tmx-product-blue) !important;background:transparent !important} .tmx-product-page--modern .tmx-product-modern__benefits svg{width:22px !important;height:22px !important;stroke:currentColor !important} .tmx-product-page--modern .tmx-product-modern-tabs{margin-top:74px !important;padding:0 !important} .tmx-product-page--modern .tmx-product-modern-tabs .woocommerce-tabs{margin:0 !important;padding:0 !important;background:transparent !important;border:0 !important;border-radius:0 !important;box-shadow:none !important} .tmx-product-page--modern .tmx-product-modern-tabs .woocommerce-tabs .tabs,.tmx-product-page--modern .tmx-product-modern-tabs .woocommerce-tabs ul.tabs{display:flex !important;align-items:flex-end !important;gap:12px !important;margin:0 0 26px !important;padding:0 0 0 !important;list-style:none !important;border-bottom:1px solid var(--tmx-product-line) !important;flex-wrap:wrap !important} .tmx-product-page--modern .tmx-product-modern-tabs .woocommerce-tabs .tabs::before,.tmx-product-page--modern .tmx-product-modern-tabs .woocommerce-tabs .tabs::after,.tmx-product-page--modern .tmx-product-modern-tabs .woocommerce-tabs ul.tabs::before,.tmx-product-page--modern .tmx-product-modern-tabs .woocommerce-tabs ul.tabs::after{display:none !important;content:none !important} .tmx-product-page--modern .tmx-product-modern-tabs .woocommerce-tabs .tabs li,.tmx-product-page--modern .tmx-product-modern-tabs .woocommerce-tabs ul.tabs li{margin:0 !important;padding:0 !important;border:0 !important;background:transparent !important;border-radius:0 !important} .tmx-product-page--modern .tmx-product-modern-tabs .woocommerce-tabs .tabs li::before,.tmx-product-page--modern .tmx-product-modern-tabs .woocommerce-tabs .tabs li::after,.tmx-product-page--modern .tmx-product-modern-tabs .woocommerce-tabs ul.tabs li::before,.tmx-product-page--modern .tmx-product-modern-tabs .woocommerce-tabs ul.tabs li::after{display:none !important;content:none !important} .tmx-product-page--modern .tmx-product-modern-tabs .woocommerce-tabs .tabs li a,.tmx-product-page--modern .tmx-product-modern-tabs .woocommerce-tabs ul.tabs li a{min-height:56px !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;padding:0 34px !important;border:1px solid var(--tmx-product-line) !important;border-bottom:0 !important;border-radius:0 !important;background:#fff !important;color:var(--tmx-product-blue) !important;font-family:'Gilroy','Poppins',sans-serif !important;font-size:16px !important;line-height:1 !important;font-weight:600 !important;letter-spacing:.01em !important;text-transform:uppercase !important;text-decoration:none !important} .tmx-product-page--modern .tmx-product-modern-tabs .woocommerce-tabs .tabs li.active a,.tmx-product-page--modern .tmx-product-modern-tabs .woocommerce-tabs ul.tabs li.active a{background:var(--tmx-product-accent) !important;border-color:var(--tmx-product-accent) !important;color:#fff !important} .tmx-product-page--modern .tmx-product-modern-tabs .woocommerce-Tabs-panel{margin:0 !important;padding:0 0 8px !important;background:transparent !important;color:#59687c !important;font-family:'Poppins',sans-serif !important;font-size:16px !important;line-height:1.8 !important;font-weight:400 !important;max-width:960px !important} .tmx-product-page--modern .tmx-product-modern-tabs .woocommerce-Tabs-panel h2:first-child{display:none !important} .tmx-product-page--modern .tmx-product-modern-tabs .woocommerce-Tabs-panel p{color:#59687c !important;font-size:16px !important;line-height:1.8 !important} .tmx-product-page--modern .tmx-product-modern-related{margin-top:64px !important} @media (max-width:1280px){.tmx-product-page--modern .tmx-product-modern-section>.container{width:min(1180px,calc(100% - 48px)) !important} .tmx-product-page--modern .tmx-product-modern{grid-template-columns:minmax(480px,1fr) 108px minmax(390px,.9fr) !important;column-gap:24px !important} .tmx-product-page--modern .tmx-gallery-main{height:520px !important;min-height:520px !important} .tmx-product-page--modern .tmx-gallery-thumbs,.tmx-product-page--modern .tmx-gallery-thumb{width:108px !important;min-width:108px !important} .tmx-product-page--modern .tmx-product-modern__summary h1{font-size:clamp(30px,2.25vw,38px) !important} .tmx-product-page--modern .tmx-product-modern__cart .single_add_to_cart_button,.tmx-product-page--modern .tmx-product-modern__cart .button.alt{width:260px !important;min-width:260px !important}} @media (max-width:1080px){.tmx-product-page--modern .tmx-product-modern{grid-template-columns:minmax(0,1fr) 108px !important;row-gap:34px !important} .tmx-product-page--modern .tmx-product-modern__summary{grid-column:1 / -1 !important;max-width:none !important;padding-top:0 !important} .tmx-product-page--modern .tmx-product-modern__summary h1{max-width:none !important}} @media (max-width:767px){.tmx-product-page--modern .tmx-product-modern-section{padding-top:24px !important} .tmx-product-page--modern .tmx-product-modern-section>.container{width:calc(100% - 36px) !important} .tmx-product-page--modern .tmx-crumbs{margin-bottom:20px !important;font-size:13px !important} .tmx-product-page--modern .tmx-product-modern{display:block !important} .tmx-product-page--modern .tmx-product-modern__gallery{display:block !important} .tmx-product-page--modern .tmx-gallery-main{height:360px !important;min-height:360px !important;padding:18px !important;margin-bottom:14px !important} .tmx-product-page--modern .tmx-gallery-main img{max-height:320px !important} .tmx-product-page--modern .tmx-gallery-thumbs{width:100% !important;flex-direction:row !important;gap:12px !important;overflow:auto !important;margin-bottom:26px !important} .tmx-product-page--modern .tmx-gallery-thumb{width:84px !important;min-width:84px !important;height:84px !important;min-height:84px !important;padding:8px !important} .tmx-product-page--modern .tmx-gallery-thumb img{height:64px !important} .tmx-product-page--modern .tmx-product-modern__summary{max-width:none !important} .tmx-product-page--modern .tmx-product-modern__summary h1{font-size:30px !important} .tmx-product-page--modern .tmx-product-modern__price{font-size:27px !important} .tmx-product-page--modern .tmx-product-modern__cart form.cart{display:grid !important;grid-template-columns:1fr !important;gap:12px !important} .tmx-product-page--modern .tmx-product-modern__cart .quantity,.tmx-product-page--modern .tmx-product-modern__cart .single_add_to_cart_button,.tmx-product-page--modern .tmx-product-modern__cart .button.alt{width:100% !important;min-width:100% !important} .tmx-product-page--modern .tmx-product-modern__benefits{gap:14px !important} .tmx-product-page--modern .tmx-product-modern-tabs{margin-top:42px !important} .tmx-product-page--modern .tmx-product-modern-tabs .woocommerce-tabs .tabs,.tmx-product-page--modern .tmx-product-modern-tabs .woocommerce-tabs ul.tabs{gap:8px !important} .tmx-product-page--modern .tmx-product-modern-tabs .woocommerce-tabs .tabs li a,.tmx-product-page--modern .tmx-product-modern-tabs .woocommerce-tabs ul.tabs li a{min-height:46px !important;padding:0 16px !important;font-size:13px !important}} .tmx-product-page--modern{background:#f6f8fb !important} .tmx-product-page--modern .tmx-product-modern-section{padding-top:26px !important;padding-bottom:44px !important} .tmx-product-page--modern .tmx-product-modern-section>.container{max-width:1320px !important} .tmx-product-page--modern .tmx-crumbs{color:#6a7890 !important;font-size:15px !important} .tmx-product-page--modern .tmx-crumbs a{color:#6a7890 !important} .tmx-product-page--modern .tmx-crumbs span:last-child{color:#ef3340 !important} .tmx-product-page--modern .tmx-product-modern{grid-template-columns:minmax(0,1.02fr) minmax(400px,.88fr) !important;gap:54px !important} .tmx-product-page--modern .tmx-product-modern__gallery{grid-template-columns:minmax(0,1fr) 128px !important;gap:18px !important} .tmx-product-page--modern .tmx-gallery-main{min-height:560px !important;height:560px !important;padding:0 !important;overflow:hidden !important;background:#fff !important;border:1px solid rgba(23,59,108,.12) !important;border-radius:10px !important} .tmx-product-page--modern .tmx-gallery-main img{width:100% !important;height:100% !important;max-height:none !important;object-fit:contain !important;display:block !important} .tmx-product-page--modern .tmx-gallery-thumbs{gap:14px !important} .tmx-product-page--modern .tmx-gallery-thumb{height:112px !important;min-height:112px !important;padding:10px !important;border-radius:8px !important;border:1px solid rgba(23,59,108,.12) !important;background:#fff !important} .tmx-product-page--modern .tmx-gallery-thumb.is-active{border-color:#2f6fda !important;box-shadow:0 0 0 1px rgba(47,111,218,.18) !important} .tmx-product-page--modern .tmx-gallery-thumb img{width:100% !important;height:100% !important;object-fit:contain !important} .tmx-product-page--modern .tmx-product-modern__summary h1{margin:0 0 18px !important;max-width:580px !important;font-size:clamp(36px,3.1vw,48px) !important;line-height:1.08 !important;letter-spacing:-.035em !important;font-weight:500 !important;color:#071d38 !important} .tmx-product-page--modern .tmx-product-modern__rating{margin:0 0 12px !important} .tmx-product-page--modern .tmx-product-modern__price{margin:0 0 18px !important;font-size:30px !important;font-weight:600 !important;color:#071d38 !important} .tmx-product-page--modern .tmx-product-modern__price del{font-size:21px !important;color:#8693a8 !important} .tmx-product-page--modern .tmx-product-modern__price small,.tmx-product-page--modern .tmx-product-modern__price .woocommerce-Price-taxLabel,.tmx-product-page--modern .tmx-product-modern__price .tax_label{font-size:17px !important;font-weight:500 !important;color:#071d38 !important} .tmx-product-page--modern .tmx-product-modern__excerpt,.tmx-product-page--modern .tmx-product-modern__excerpt p{font-size:16px !important;line-height:1.7 !important;font-weight:400 !important;color:#485a74 !important} .tmx-product-page--modern .tmx-product-modern__meta{margin:0 0 24px !important;font-size:16px !important} .tmx-product-page--modern .tmx-product-modern__meta div{margin:0 0 10px !important;color:#4d5f78 !important} .tmx-product-page--modern .tmx-product-modern__meta strong{font-size:16px !important;font-weight:600 !important;color:#071d38 !important} .tmx-product-page--modern .tmx-product-modern__cart form.cart{gap:14px !important} .tmx-product-page--modern .tmx-product-modern__cart .quantity{width:146px !important;min-width:146px !important;border:1px solid rgba(23,59,108,.14) !important;border-radius:8px !important;background:#fff !important} .tmx-product-page--modern .tmx-product-modern__cart .quantity .qty{width:100% !important;min-width:0 !important;border:0 !important;font-size:18px !important;font-weight:500 !important;color:#071d38 !important} .tmx-product-page--modern .tmx-qty-btn{color:#173b6c !important} .tmx-product-page--modern .tmx-product-modern__cart .single_add_to_cart_button,.tmx-product-page--modern .tmx-product-modern__cart .button.alt{min-width:298px !important;height:54px !important;padding:0 26px !important;background:#173b6c !important;border:1px solid #173b6c !important;color:#fff !important;border-radius:8px !important;font-size:16px !important;font-weight:600 !important;letter-spacing:.03em !important;text-transform:uppercase !important} .tmx-product-page--modern .tmx-product-modern__cart .single_add_to_cart_button:hover,.tmx-product-page--modern .tmx-product-modern__cart .button.alt:hover{background:#ef3340 !important;border-color:#ef3340 !important;color:#fff !important} .tmx-product-page--modern .tmx-product-modern__benefits{margin-top:22px !important;padding-top:18px !important;border-top:1px solid rgba(23,59,108,.12) !important;gap:14px 24px !important} .tmx-product-page--modern .tmx-product-modern__benefits div{font-size:15px !important;font-weight:500 !important;color:#173b6c !important} .tmx-product-page--modern .tmx-product-modern__benefits span{color:#173b6c !important} .tmx-product-page--modern .tmx-product-modern-tabs{margin-top:46px !important} .tmx-product-page--modern .tmx-product-modern-tabs .woocommerce-tabs .tabs,.tmx-product-page--modern .tmx-product-modern-tabs .woocommerce-tabs ul.tabs{gap:0 !important;margin:0 0 22px !important} .tmx-product-page--modern .tmx-product-modern-tabs .woocommerce-tabs .tabs li,.tmx-product-page--modern .tmx-product-modern-tabs .woocommerce-tabs ul.tabs li{margin:0 !important} .tmx-product-page--modern .tmx-product-modern-tabs .woocommerce-tabs .tabs li a,.tmx-product-page--modern .tmx-product-modern-tabs .woocommerce-tabs ul.tabs li a{min-height:56px !important;padding:0 28px !important;background:#fff !important;border:1px solid #ef3340 !important;border-radius:8px !important;color:#ef3340 !important;font-size:16px !important;font-weight:600 !important} .tmx-product-page--modern .tmx-product-modern-tabs .woocommerce-tabs .tabs li.active a,.tmx-product-page--modern .tmx-product-modern-tabs .woocommerce-tabs ul.tabs li.active a{background:#173b6c !important;border-color:#173b6c !important;color:#fff !important} .tmx-product-page--modern .tmx-product-modern-tabs .woocommerce-Tabs-panel{padding:0 !important;color:#4d5f78 !important;font-size:16px !important;line-height:1.8 !important} .tmx-product-page--modern .tmx-inline-additional-info{margin-top:22px !important} .tmx-product-page--modern .tmx-inline-additional-info h2,.tmx-product-page--modern .woocommerce-Tabs-panel>h2:first-child{display:none !important} .tmx-product-page--modern .tmx-inline-additional-info .shop_attributes{border-collapse:separate !important;border-spacing:0 !important;width:100% !important;margin-top:8px !important;border:1px solid rgba(23,59,108,.12) !important;border-radius:10px !important;overflow:hidden !important} .tmx-product-page--modern .tmx-inline-additional-info .shop_attributes th,.tmx-product-page--modern .tmx-inline-additional-info .shop_attributes td{padding:14px 16px !important;border-bottom:1px solid rgba(23,59,108,.08) !important;font-size:15px !important} .tmx-product-page--modern .tmx-inline-additional-info .shop_attributes th{width:230px !important;background:#f8fbff !important;color:#173b6c !important;font-weight:600 !important} .tmx-product-page--modern .tmx-inline-additional-info .shop_attributes td{color:#4d5f78 !important;font-weight:400 !important} .tmx-product-page--modern .tmx-inline-additional-info .shop_attributes tr:last-child th,.tmx-product-page--modern .tmx-inline-additional-info .shop_attributes tr:last-child td{border-bottom:0 !important} .tmx-store-product-card__image{padding:0 !important} .tmx-store-product-card__image img{width:100% !important;height:100% !important;max-height:310px !important;object-fit:contain !important} @media (max-width:1180px){.tmx-product-page--modern .tmx-product-modern{grid-template-columns:1fr !important;gap:34px !important} .tmx-product-page--modern .tmx-product-modern__summary h1{max-width:none !important}} @media (max-width:767px){.tmx-product-page--modern .tmx-gallery-main{min-height:380px !important;height:380px !important} .tmx-product-page--modern .tmx-product-modern__summary h1{font-size:32px !important} .tmx-product-page--modern .tmx-product-modern__cart .single_add_to_cart_button,.tmx-product-page--modern .tmx-product-modern__cart .button.alt,.tmx-product-page--modern .tmx-product-modern__cart .quantity{min-width:100% !important;width:100% !important}} .tmx-product-page--modern .tmx-product-modern-section>.container{max-width:1320px !important} .tmx-product-page--modern .tmx-product-modern{grid-template-columns:minmax(0,720px) minmax(0,520px) !important;justify-content:center !important;gap:56px !important} .tmx-product-page--modern .tmx-product-modern__gallery{grid-template-columns:minmax(0,572px) 128px !important;gap:20px !important;width:100% !important} .tmx-product-page--modern .tmx-gallery-main{width:100% !important;height:560px !important;min-height:560px !important;padding:0 !important;overflow:hidden !important;display:block !important;background:#fff !important;border:1px solid rgba(23,59,108,.14) !important;border-radius:10px !important} .tmx-product-page--modern .tmx-gallery-main img{width:100% !important;height:100% !important;max-width:none !important;max-height:none !important;display:block !important;object-fit:cover !important;object-position:center center !important} .tmx-product-page--modern .tmx-product-modern__summary h1{max-width:520px !important;font-size:clamp(30px,2.35vw,42px) !important;line-height:1.12 !important;font-weight:500 !important;letter-spacing:-.025em !important;color:#071d38 !important} .tmx-product-page--modern .tmx-product-modern__price{font-size:28px !important;font-weight:600 !important;color:#071d38 !important} .tmx-product-page--modern .tmx-product-modern__price small,.tmx-product-page--modern .tmx-product-modern__price .woocommerce-Price-taxLabel,.tmx-product-page--modern .tmx-product-modern__price .tax_label{font-size:15px !important;font-weight:500 !important;color:#173b6c !important} .tmx-product-page--modern .tmx-product-modern__excerpt,.tmx-product-page--modern .tmx-product-modern__excerpt p,.tmx-product-page--modern .tmx-product-modern__meta,.tmx-product-page--modern .tmx-product-modern__meta div{font-size:15px !important;line-height:1.65 !important;font-weight:400 !important} .tmx-product-page--modern .tmx-product-modern__meta strong{font-size:15px !important;font-weight:600 !important} .tmx-product-page--modern .tmx-product-modern__cart .single_add_to_cart_button,.tmx-product-page--modern .tmx-product-modern__cart .button.alt{background:transparent !important;border:1px solid #ef3340 !important;color:#ef3340 !important;box-shadow:none !important} .tmx-product-page--modern .tmx-product-modern__cart .single_add_to_cart_button:hover,.tmx-product-page--modern .tmx-product-modern__cart .button.alt:hover{background:#ef3340 !important;border-color:#ef3340 !important;color:#fff !important} .tmx-product-page--modern .tmx-product-modern-tabs .woocommerce-tabs .tabs,.tmx-product-page--modern .tmx-product-modern-tabs .woocommerce-tabs ul.tabs{display:flex !important} .tmx-product-page--modern .tmx-product-modern-tabs .woocommerce-tabs .tabs li:not(.description_tab),.tmx-product-page--modern .tmx-product-modern-tabs .woocommerce-tabs ul.tabs li:not(.description_tab){display:none !important} .tmx-product-page--modern .tmx-product-modern-tabs .woocommerce-tabs .tabs li.description_tab a,.tmx-product-page--modern .tmx-product-modern-tabs .woocommerce-tabs ul.tabs li.description_tab a{background:#173b6c !important;border-color:#173b6c !important;color:#fff !important;font-size:15px !important;font-weight:600 !important;border-radius:8px !important} .tmx-product-page--modern .tmx-single-description-content>:not(.tmx-inline-additional-info){display:none !important} .tmx-product-page--modern .tmx-inline-additional-info--only{margin-top:0 !important} .tmx-product-page--modern .tmx-inline-additional-info--only h2,.tmx-product-page--modern .tmx-inline-additional-info--only .shop_attributes + p{display:none !important} .tmx-product-page--modern .tmx-inline-additional-info--only .shop_attributes{margin-top:0 !important;background:#fff !important} @media (max-width:1180px){.tmx-product-page--modern .tmx-product-modern{grid-template-columns:1fr !important} .tmx-product-page--modern .tmx-product-modern__gallery{grid-template-columns:minmax(0,1fr) 118px !important}} @media (max-width:767px){.tmx-product-page--modern .tmx-product-modern__gallery{grid-template-columns:1fr !important} .tmx-product-page--modern .tmx-gallery-main{height:380px !important;min-height:380px !important} .tmx-product-page--modern .tmx-gallery-main img{object-fit:cover !important}} .tmx-product-page--modern .tmx-product-modern-section>.container{max-width:1420px !important} .tmx-product-page--modern .tmx-product-modern{grid-template-columns:minmax(0,820px) minmax(0,500px) !important;gap:54px !important;justify-content:center !important} .tmx-product-page--modern .tmx-product-modern__gallery{grid-template-columns:minmax(0,680px) 120px !important;gap:20px !important} .tmx-product-page--modern .tmx-gallery-main{width:100% !important;height:560px !important;min-height:560px !important;padding:0 !important;overflow:hidden !important;display:grid !important;place-items:center !important;background:#fff !important} .tmx-product-page--modern .tmx-gallery-main img{width:100% !important;height:100% !important;max-width:none !important;max-height:none !important;object-fit:cover !important;object-position:center center !important} .tmx-product-page--modern .tmx-gallery-thumb{box-sizing:border-box !important;width:120px !important;height:112px !important;min-height:112px !important;padding:0 !important;overflow:hidden !important;display:grid !important;place-items:center !important;background:#fff !important} .tmx-product-page--modern .tmx-gallery-thumb img{width:100% !important;height:100% !important;max-width:100% !important;max-height:100% !important;object-fit:cover !important;object-position:center center !important;display:block !important} .tmx-product-page--modern .tmx-product-modern-tabs .woocommerce-tabs,.tmx-product-page--modern .tmx-product-modern-tabs .woocommerce-tabs .tabs,.tmx-product-page--modern .tmx-product-modern-tabs .woocommerce-tabs ul.tabs{border:0 !important;border-bottom:0 !important;box-shadow:none !important} .tmx-product-page--modern .tmx-product-modern-tabs .woocommerce-tabs .tabs::before,.tmx-product-page--modern .tmx-product-modern-tabs .woocommerce-tabs .tabs::after,.tmx-product-page--modern .tmx-product-modern-tabs .woocommerce-tabs ul.tabs::before,.tmx-product-page--modern .tmx-product-modern-tabs .woocommerce-tabs ul.tabs::after{display:none !important;border:0 !important;content:none !important} .tmx-product-page--modern .tmx-product-modern-tabs .woocommerce-tabs .tabs,.tmx-product-page--modern .tmx-product-modern-tabs .woocommerce-tabs ul.tabs{margin-bottom:18px !important;padding-bottom:0 !important} @media (max-width:1180px){.tmx-product-page--modern .tmx-product-modern{grid-template-columns:1fr !important} .tmx-product-page--modern .tmx-product-modern__gallery{grid-template-columns:minmax(0,1fr) 112px !important} .tmx-product-page--modern .tmx-gallery-thumb{width:112px !important}} @media (max-width:767px){.tmx-product-page--modern .tmx-product-modern__gallery{grid-template-columns:1fr !important} .tmx-product-page--modern .tmx-gallery-main{height:380px !important;min-height:380px !important} .tmx-product-page--modern .tmx-gallery-thumbs{display:flex !important;flex-direction:row !important} .tmx-product-page--modern .tmx-gallery-thumb{width:86px !important;min-width:86px !important;height:86px !important;min-height:86px !important}} body.single-product .tmx-product-page--modern{background:#fff !important} body.single-product .tmx-product-page--modern .tmx-product-modern-section{padding-top:24px !important} body.single-product .tmx-product-page--modern .tmx-product-modern-section>.container{max-width:1500px !important;width:calc(100% - 48px) !important} body.single-product .tmx-product-page--modern .tmx-product-modern{display:grid !important;grid-template-columns:minmax(720px,1fr) minmax(430px,520px) !important;column-gap:54px !important;align-items:start !important;justify-content:center !important} body.single-product .tmx-product-page--modern .tmx-product-modern__gallery{width:100% !important;max-width:none !important;min-width:0 !important;justify-self:stretch !important;display:grid !important;grid-template-columns:minmax(0,1fr) 118px !important;gap:18px !important;align-items:start !important} body.single-product .tmx-product-page--modern .tmx-gallery-main{width:100% !important;height:560px !important;min-height:560px !important;padding:0 !important;overflow:hidden !important;display:flex !important;align-items:center !important;justify-content:center !important;background:#fff !important;border:1px solid rgba(23,59,108,.14) !important;border-radius:10px !important;box-shadow:none !important} body.single-product .tmx-product-page--modern .tmx-gallery-main img{width:100% !important;height:100% !important;max-width:none !important;max-height:none !important;display:block !important;object-fit:contain !important;object-position:center center !important;margin:0 !important;padding:0 !important} body.single-product .tmx-product-page--modern .tmx-gallery-thumbs{width:118px !important;display:flex !important;flex-direction:column !important;gap:14px !important;align-items:stretch !important} body.single-product .tmx-product-page--modern .tmx-gallery-thumb{width:118px !important;min-width:118px !important;height:108px !important;min-height:108px !important;max-height:108px !important;padding:0 !important;overflow:hidden !important;display:flex !important;align-items:center !important;justify-content:center !important;border:1px solid rgba(23,59,108,.14) !important;border-radius:8px !important;background:#fff !important;box-shadow:none !important} body.single-product .tmx-product-page--modern .tmx-gallery-thumb.is-active{border-color:#2e86ff !important;box-shadow:0 0 0 1px rgba(46,134,255,.28) !important} body.single-product .tmx-product-page--modern .tmx-gallery-thumb img{width:100% !important;height:100% !important;max-width:100% !important;max-height:100% !important;display:block !important;object-fit:contain !important;object-position:center center !important;padding:0 !important;margin:0 !important} body.single-product .tmx-product-page--modern .tmx-product-modern__summary{max-width:520px !important;padding-top:18px !important} body.single-product .tmx-product-page--modern .tmx-product-modern__summary h1{max-width:520px !important;margin:0 0 18px !important;font-size:clamp(30px,2.35vw,40px) !important;line-height:1.12 !important;letter-spacing:-.025em !important;font-weight:500 !important;color:#071d38 !important} body.single-product .tmx-product-page--modern .tmx-product-modern__price{font-size:28px !important;line-height:1.15 !important;font-weight:600 !important;color:#071d38 !important} body.single-product .tmx-product-page--modern .tmx-product-modern__excerpt,body.single-product .tmx-product-page--modern .tmx-product-modern__excerpt p,body.single-product .tmx-product-page--modern .tmx-product-modern__meta,body.single-product .tmx-product-page--modern .tmx-product-modern__meta div{font-size:15px !important;line-height:1.65 !important;font-weight:400 !important;color:#435671 !important} body.single-product .tmx-product-page--modern .tmx-product-modern__meta strong{font-size:15px !important;font-weight:600 !important;color:#071d38 !important} body.single-product .tmx-product-page--modern .tmx-product-modern__cart .single_add_to_cart_button,body.single-product .tmx-product-page--modern .tmx-product-modern__cart .button.alt{background:transparent !important;border:1px solid #ef3340 !important;color:#ef3340 !important;font-weight:600 !important} body.single-product .tmx-product-page--modern .tmx-product-modern__cart .single_add_to_cart_button:hover,body.single-product .tmx-product-page--modern .tmx-product-modern__cart .button.alt:hover{background:#ef3340 !important;border-color:#ef3340 !important;color:#fff !important} body.single-product .tmx-product-page--modern .tmx-product-modern__benefits div,body.single-product .tmx-product-page--modern .tmx-product-modern__benefits span{color:#173b6c !important;font-weight:500 !important} body.single-product .tmx-product-page--modern .tmx-product-modern-tabs{margin-top:58px !important} body.single-product .tmx-product-page--modern .tmx-product-modern-tabs .woocommerce-tabs{border:0 !important;box-shadow:none !important;background:transparent !important;padding:0 !important} body.single-product .tmx-product-page--modern .tmx-product-modern-tabs .woocommerce-tabs .tabs,body.single-product .tmx-product-page--modern .tmx-product-modern-tabs .woocommerce-tabs ul.tabs{border:0 !important;border-bottom:0 !important;box-shadow:none !important;margin:0 0 20px !important;padding:0 !important;gap:0 !important} body.single-product .tmx-product-page--modern .tmx-product-modern-tabs .woocommerce-tabs .tabs:before,body.single-product .tmx-product-page--modern .tmx-product-modern-tabs .woocommerce-tabs .tabs:after,body.single-product .tmx-product-page--modern .tmx-product-modern-tabs .woocommerce-tabs .tabs::before,body.single-product .tmx-product-page--modern .tmx-product-modern-tabs .woocommerce-tabs .tabs::after,body.single-product .tmx-product-page--modern .tmx-product-modern-tabs .woocommerce-tabs ul.tabs:before,body.single-product .tmx-product-page--modern .tmx-product-modern-tabs .woocommerce-tabs ul.tabs:after,body.single-product .tmx-product-page--modern .tmx-product-modern-tabs .woocommerce-tabs ul.tabs::before,body.single-product .tmx-product-page--modern .tmx-product-modern-tabs .woocommerce-tabs ul.tabs::after{display:none !important;content:none !important;border:0 !important} body.single-product .tmx-product-page--modern .tmx-product-modern-tabs .woocommerce-tabs .tabs li a,body.single-product .tmx-product-page--modern .tmx-product-modern-tabs .woocommerce-tabs ul.tabs li a{min-height:54px !important;padding:0 30px !important;background:#173b6c !important;border:1px solid #173b6c !important;color:#fff !important;border-radius:8px !important;font-size:15px !important;font-weight:600 !important} body.single-product .tmx-product-page--modern .tmx-product-modern-tabs .woocommerce-Tabs-panel{border:0 !important;box-shadow:none !important;padding:0 !important} body.single-product .tmx-product-page--modern .tmx-inline-additional-info .shop_attributes{max-width:780px !important;border:1px solid rgba(23,59,108,.12) !important;border-radius:8px !important;overflow:hidden !important;background:#fff !important} body.single-product .tmx-product-page--modern .tmx-inline-additional-info .shop_attributes th{width:210px !important;background:#f8fbff !important;color:#173b6c !important;font-size:15px !important;font-weight:600 !important} body.single-product .tmx-product-page--modern .tmx-inline-additional-info .shop_attributes td{color:#435671 !important;font-size:15px !important;font-weight:400 !important} @media (max-width:1360px){body.single-product .tmx-product-page--modern .tmx-product-modern{grid-template-columns:minmax(620px,1fr) minmax(390px,500px) !important;column-gap:42px !important}} @media (max-width:1180px){body.single-product .tmx-product-page--modern .tmx-product-modern{grid-template-columns:1fr !important} body.single-product .tmx-product-page--modern .tmx-product-modern__summary{max-width:none !important}} @media (max-width:767px){body.single-product .tmx-product-page--modern .tmx-product-modern-section>.container{width:calc(100% - 32px) !important} body.single-product .tmx-product-page--modern .tmx-product-modern__gallery{grid-template-columns:1fr !important} body.single-product .tmx-product-page--modern .tmx-gallery-main{height:390px !important;min-height:390px !important} body.single-product .tmx-product-page--modern .tmx-gallery-thumbs{width:100% !important;flex-direction:row !important;overflow:auto !important} body.single-product .tmx-product-page--modern .tmx-gallery-thumb{width:86px !important;min-width:86px !important;height:86px !important;min-height:86px !important}} .tmx-product-page--modern .tmx-product-modern-section>.container{max-width:1340px !important;width:min(1340px,calc(100% - 72px)) !important} .tmx-product-page--modern .tmx-product-modern{grid-template-columns:minmax(660px,720px) 116px minmax(380px,500px) !important;column-gap:26px !important} .tmx-product-page--modern .tmx-gallery-main{height:570px !important;min-height:570px !important;padding:0 !important} .tmx-product-page--modern .tmx-gallery-main img{width:100% !important;height:100% !important;max-width:none !important;max-height:none !important;object-fit:contain !important} .tmx-product-page--modern .tmx-gallery-thumbs{gap:16px !important;width:116px !important} .tmx-product-page--modern .tmx-gallery-thumb{width:116px !important;min-width:116px !important;height:102px !important;min-height:102px !important;padding:0 !important;overflow:hidden !important} .tmx-product-page--modern .tmx-gallery-thumb img{width:100% !important;height:100% !important;max-width:none !important;max-height:none !important;object-fit:contain !important} .tmx-product-page--modern .tmx-product-modern__summary{max-width:500px !important;padding:20px 26px 0 0 !important} .tmx-product-page--modern .tmx-product-modern__summary h1{max-width:500px !important} @media (max-width:1400px){.tmx-product-page--modern .tmx-product-modern-section>.container{width:min(1300px,calc(100% - 64px)) !important} .tmx-product-page--modern .tmx-product-modern{grid-template-columns:minmax(600px,1fr) 108px minmax(360px,470px) !important}} @media (max-width:1180px){.tmx-product-page--modern .tmx-product-modern{grid-template-columns:1fr !important} .tmx-product-page--modern .tmx-product-modern__summary{max-width:none !important;padding-right:0 !important}} body.single-product .tmx-product-page--modern .tmx-product-modern-section>.container{max-width:1520px !important;width:min(1520px,calc(100% - 90px)) !important;padding-left:0 !important;padding-right:0 !important} body.single-product .tmx-product-page--modern .tmx-product-modern{display:grid !important;grid-template-columns:780px 124px 500px !important;column-gap:34px !important;justify-content:start !important;align-items:start !important} body.single-product .tmx-product-page--modern .tmx-product-modern__gallery{display:contents !important} body.single-product .tmx-product-page--modern .tmx-gallery-main{grid-column:1 !important;width:780px !important;max-width:780px !important;height:610px !important;min-height:610px !important;padding:0 !important;margin:0 !important;overflow:hidden !important;display:block !important;background:#fff !important;border:1px solid rgba(23,59,108,.14) !important;border-radius:10px !important;box-shadow:none !important} body.single-product .tmx-product-page--modern .tmx-gallery-main img,body.single-product .tmx-product-page--modern .tmx-gallery-main picture,body.single-product .tmx-product-page--modern .tmx-gallery-main picture img{width:100% !important;height:100% !important;min-width:100% !important;min-height:100% !important;max-width:none !important;max-height:none !important;padding:0 !important;margin:0 !important;border:0 !important;display:block !important;object-fit:cover !important;object-position:center center !important} body.single-product .tmx-product-page--modern .tmx-gallery-thumbs{grid-column:2 !important;width:124px !important;min-width:124px !important;max-width:124px !important;display:flex !important;flex-direction:column !important;gap:14px !important;margin:0 !important;padding:0 !important} body.single-product .tmx-product-page--modern .tmx-gallery-thumb{width:124px !important;min-width:124px !important;max-width:124px !important;height:112px !important;min-height:112px !important;max-height:112px !important;padding:0 !important;margin:0 !important;overflow:hidden !important;display:block !important;background:#fff !important;border:1px solid rgba(23,59,108,.14) !important;border-radius:8px !important;box-shadow:none !important} body.single-product .tmx-product-page--modern .tmx-gallery-thumb.is-active{border-color:#2E86FF !important;box-shadow:0 0 0 1px rgba(46,134,255,.30) !important} body.single-product .tmx-product-page--modern .tmx-gallery-thumb img,body.single-product .tmx-product-page--modern .tmx-gallery-thumb picture,body.single-product .tmx-product-page--modern .tmx-gallery-thumb picture img{width:100% !important;height:100% !important;min-width:100% !important;min-height:100% !important;max-width:none !important;max-height:none !important;padding:0 !important;margin:0 !important;border:0 !important;display:block !important;object-fit:cover !important;object-position:center center !important} body.single-product .tmx-product-page--modern .tmx-product-modern__summary{grid-column:3 !important;width:500px !important;max-width:500px !important;min-width:0 !important;padding:16px 42px 0 0 !important;margin:0 !important;justify-self:start !important} body.single-product .tmx-product-page--modern .tmx-product-modern__summary h1{max-width:500px !important;font-size:clamp(30px,2.15vw,38px) !important;line-height:1.14 !important;font-weight:500 !important;letter-spacing:-.025em !important} body.single-product .tmx-product-page--modern .tmx-product-modern__price{font-size:27px !important;font-weight:600 !important} body.single-product .tmx-product-page--modern .tmx-product-modern__cart form.cart{display:flex !important;flex-wrap:nowrap !important;gap:14px !important;max-width:100% !important} body.single-product .tmx-product-page--modern .tmx-product-modern__cart .single_add_to_cart_button,body.single-product .tmx-product-page--modern .tmx-product-modern__cart .button.alt{min-width:280px !important;width:280px !important} @media (max-width:1560px){body.single-product .tmx-product-page--modern .tmx-product-modern-section>.container{width:calc(100% - 56px) !important} body.single-product .tmx-product-page--modern .tmx-product-modern{grid-template-columns:minmax(680px,1fr) 112px minmax(400px,480px) !important;column-gap:28px !important} body.single-product .tmx-product-page--modern .tmx-gallery-main{width:100% !important;max-width:none !important;height:590px !important;min-height:590px !important} body.single-product .tmx-product-page--modern .tmx-gallery-thumbs,body.single-product .tmx-product-page--modern .tmx-gallery-thumb{width:112px !important;min-width:112px !important;max-width:112px !important} body.single-product .tmx-product-page--modern .tmx-gallery-thumb{height:104px !important;min-height:104px !important} body.single-product .tmx-product-page--modern .tmx-product-modern__summary{width:auto !important;max-width:480px !important;padding-right:36px !important}} @media (max-width:1280px){body.single-product .tmx-product-page--modern .tmx-product-modern{grid-template-columns:minmax(560px,1fr) 100px minmax(340px,420px) !important;column-gap:24px !important} body.single-product .tmx-product-page--modern .tmx-gallery-main{height:520px !important;min-height:520px !important} body.single-product .tmx-product-page--modern .tmx-gallery-thumbs,body.single-product .tmx-product-page--modern .tmx-gallery-thumb{width:100px !important;min-width:100px !important;max-width:100px !important} body.single-product .tmx-product-page--modern .tmx-product-modern__summary{max-width:420px !important;padding-right:24px !important}} @media (max-width:1180px){body.single-product .tmx-product-page--modern .tmx-product-modern{grid-template-columns:1fr !important} body.single-product .tmx-product-page--modern .tmx-product-modern__gallery{display:grid !important;grid-template-columns:minmax(0,1fr) 106px !important;gap:16px !important} body.single-product .tmx-product-page--modern .tmx-gallery-main,body.single-product .tmx-product-page--modern .tmx-gallery-thumbs,body.single-product .tmx-product-page--modern .tmx-product-modern__summary{grid-column:auto !important} body.single-product .tmx-product-page--modern .tmx-product-modern__summary{width:auto !important;max-width:none !important;padding-right:0 !important}} body.single-product .tmx-product-page--modern .tmx-product-modern-section>.container{max-width:1460px !important;width:min(1460px,calc(100% - 76px)) !important} body.single-product .tmx-product-page--modern .tmx-product-modern{grid-template-columns:minmax(680px,760px) 118px minmax(390px,500px) !important;column-gap:30px !important;justify-content:center !important} body.single-product .tmx-product-page--modern .tmx-gallery-main{width:100% !important;max-width:none !important;height:auto !important;min-height:0 !important;aspect-ratio:1 / 1 !important;padding:0 !important;overflow:hidden !important;display:grid !important;place-items:center !important;background:#fff !important} body.single-product .tmx-product-page--modern .tmx-gallery-main>img,body.single-product .tmx-product-page--modern .tmx-gallery-main img,body.single-product .tmx-product-page--modern .tmx-gallery-main picture,body.single-product .tmx-product-page--modern .tmx-gallery-main picture>img{width:100% !important;height:100% !important;min-width:0 !important;min-height:0 !important;max-width:100% !important;max-height:100% !important;padding:0 !important;margin:0 !important;display:block !important;object-fit:contain !important;object-position:center center !important} body.single-product .tmx-product-page--modern .tmx-gallery-thumbs{width:118px !important;min-width:118px !important;max-width:118px !important} body.single-product .tmx-product-page--modern .tmx-gallery-thumb{width:118px !important;min-width:118px !important;max-width:118px !important;height:auto !important;min-height:0 !important;max-height:none !important;aspect-ratio:1 / 1 !important;padding:0 !important;overflow:hidden !important;display:grid !important;place-items:center !important} body.single-product .tmx-product-page--modern .tmx-gallery-thumb>img,body.single-product .tmx-product-page--modern .tmx-gallery-thumb img,body.single-product .tmx-product-page--modern .tmx-gallery-thumb picture,body.single-product .tmx-product-page--modern .tmx-gallery-thumb picture>img{width:100% !important;height:100% !important;min-width:0 !important;min-height:0 !important;max-width:100% !important;max-height:100% !important;padding:0 !important;margin:0 !important;display:block !important;object-fit:contain !important;object-position:center center !important} body.single-product .tmx-product-page--modern .tmx-product-modern__summary{padding:20px 28px 0 0 !important;max-width:500px !important} @media (max-width:1560px){body.single-product .tmx-product-page--modern .tmx-product-modern{grid-template-columns:minmax(620px,700px) 112px minmax(370px,470px) !important;column-gap:26px !important} body.single-product .tmx-product-page--modern .tmx-gallery-thumbs,body.single-product .tmx-product-page--modern .tmx-gallery-thumb{width:112px !important;min-width:112px !important;max-width:112px !important}} @media (max-width:1280px){body.single-product .tmx-product-page--modern .tmx-product-modern{grid-template-columns:minmax(520px,1fr) 98px minmax(340px,410px) !important} body.single-product .tmx-product-page--modern .tmx-gallery-thumbs,body.single-product .tmx-product-page--modern .tmx-gallery-thumb{width:98px !important;min-width:98px !important;max-width:98px !important}} @media (max-width:1180px){body.single-product .tmx-product-page--modern .tmx-product-modern{grid-template-columns:1fr !important;justify-content:stretch !important} body.single-product .tmx-product-page--modern .tmx-product-modern__gallery{display:grid !important;grid-template-columns:minmax(0,1fr) 98px !important;gap:14px !important}} @media (max-width:767px){body.single-product .tmx-product-page--modern .tmx-product-modern-section>.container{width:calc(100% - 32px) !important} body.single-product .tmx-product-page--modern .tmx-product-modern__gallery{grid-template-columns:1fr !important} body.single-product .tmx-product-page--modern .tmx-gallery-thumbs{width:100% !important;max-width:100% !important;flex-direction:row !important;overflow:auto !important} body.single-product .tmx-product-page--modern .tmx-gallery-thumb{width:88px !important;min-width:88px !important;max-width:88px !important}} body.single-product .tmx-product-page--modern .tmx-product-modern__benefits{display:grid !important;grid-template-columns:repeat(3,minmax(0,1fr)) !important;gap:14px !important;align-items:stretch !important;border-top:1px solid rgba(23,59,108,.12) !important} body.single-product .tmx-product-page--modern .tmx-product-modern__benefits>div{display:flex !important;align-items:center !important;gap:10px !important;min-height:56px !important;padding:12px 14px !important;background:#f8fbff !important;border:1px solid rgba(23,59,108,.10) !important;border-radius:10px !important;white-space:nowrap !important;box-shadow:0 8px 20px rgba(8,29,58,.04) !important} body.single-product .tmx-product-page--modern .tmx-product-modern__benefits>div svg,body.single-product .tmx-product-page--modern .tmx-product-modern__benefits>div i{flex:0 0 auto !important;width:18px !important;height:18px !important;color:#173b6c !important} body.single-product .tmx-product-page--modern .tmx-product-modern__benefits>div span,body.single-product .tmx-product-page--modern .tmx-product-modern__benefits>div{font-size:15px !important;line-height:1.25 !important;font-weight:600 !important;color:#173b6c !important} @media (max-width:900px){body.single-product .tmx-product-page--modern .tmx-product-modern__benefits{grid-template-columns:1fr !important} body.single-product .tmx-product-page--modern .tmx-product-modern__benefits>div{white-space:normal !important}} .header-cta .btn,.header-cta .btn-primary,.header-cta .tmx-cart-link{box-shadow:none !important} .header-cta .tmx-cart-link{display:inline-flex !important;align-items:center !important;justify-content:center !important;gap:8px !important} .header-cta .tmx-cart-link .tmx-cart-badge{position:static !important;top:auto !important;right:auto !important;transform:none !important;margin:0 !important;min-width:20px !important;height:20px !important;padding:0 6px !important;box-shadow:none !important;border:2px solid #fff !important;font-size:11px !important;line-height:1 !important} .tmx-cart-badge{box-shadow:none !important} body.single-product .tmx-product-page--modern .tmx-product-modern__benefits{display:flex !important;flex-wrap:nowrap !important;align-items:center !important;justify-content:flex-start !important;gap:20px !important;width:100% !important;margin-top:22px !important;padding-top:18px !important;border-top:1px solid rgba(23,59,108,.12) !important} body.single-product .tmx-product-page--modern .tmx-product-modern__benefits>div{display:inline-flex !important;align-items:center !important;justify-content:flex-start !important;gap:7px !important;width:auto !important;min-width:0 !important;min-height:0 !important;padding:0 !important;background:transparent !important;border:0 !important;border-radius:0 !important;box-shadow:none !important;white-space:nowrap !important;overflow:visible !important;text-overflow:clip !important;color:#173b6c !important;font-size:14px !important;line-height:1.2 !important;font-weight:500 !important} body.single-product .tmx-product-page--modern .tmx-product-modern__benefits>div span{flex:0 0 auto !important;width:18px !important;height:18px !important;display:inline-grid !important;place-items:center !important;margin:0 !important;padding:0 !important;color:#173b6c !important;background:transparent !important;border:0 !important;box-shadow:none !important} body.single-product .tmx-product-page--modern .tmx-product-modern__benefits>div svg{width:18px !important;height:18px !important;display:block !important;color:#173b6c !important} @media (max-width:1180px){body.single-product .tmx-product-page--modern .tmx-product-modern__benefits{flex-wrap:wrap !important;gap:12px 18px !important}} @media (max-width:767px){body.single-product .tmx-product-page--modern .tmx-product-modern__benefits{display:grid !important;grid-template-columns:1fr !important;gap:10px !important} body.single-product .tmx-product-page--modern .tmx-product-modern__benefits>div{white-space:normal !important}} body.single-product .tmx-product-page--modern .tmx-product-modern__benefits{display:grid !important;grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:12px 14px !important;align-items:stretch !important} body.single-product .tmx-product-page--modern .tmx-product-modern__benefits>div{min-width:0 !important;white-space:normal !important;display:flex !important;align-items:center !important;justify-content:flex-start !important;gap:8px !important;line-height:1.25 !important} body.single-product .tmx-product-page--modern .tmx-product-modern__benefits>div:nth-child(3){grid-column:1 / -1 !important} body.single-product .tmx-product-page--modern .tmx-product-modern__benefits>div span{white-space:normal !important} body.single-product .tmx-product-page--modern .tmx-gallery-main{height:530px !important;min-height:530px !important} body.single-product .tmx-product-page--modern .tmx-gallery-main>img,body.single-product .tmx-product-page--modern .tmx-gallery-main img,body.single-product .tmx-product-page--modern .tmx-gallery-main picture,body.single-product .tmx-product-page--modern .tmx-gallery-main picture>img{width:90% !important;height:90% !important;max-width:90% !important;max-height:90% !important;object-fit:contain !important;margin:auto !important} @media (max-width:900px){body.single-product .tmx-product-page--modern .tmx-product-modern__benefits{grid-template-columns:1fr !important} body.single-product .tmx-product-page--modern .tmx-product-modern__benefits>div:nth-child(3){grid-column:auto !important}} html body .site-header .header-cta.btn,html body .site-header .header-cta.btn-primary,html body .site-header a.header-cta.btn.btn-primary,html body .header-cta.btn,html body .header-cta.btn-primary{box-shadow:none !important;filter:none !important} html body .site-header .header-cta.btn:hover,html body .site-header .header-cta.btn-primary:hover,html body .site-header a.header-cta.btn.btn-primary:hover,html body .header-cta.btn:hover,html body .header-cta.btn-primary:hover{box-shadow:none !important;filter:none !important} html body .site-header .header-cta.btn::before,html body .site-header .header-cta.btn-primary::before,html body .header-cta.btn::before,html body .header-cta.btn-primary::before{box-shadow:none !important} html body .site-header .header-cta .tmx-cart-badge,html body .site-header .header-cta.btn .tmx-cart-badge,html body .site-header .tmx-cart-badge{position:static !important;transform:none !important;margin-left:8px !important;box-shadow:none !important;vertical-align:middle !important} body.single-product .tmx-product-page--modern .tmx-gallery-main{height:510px !important;min-height:510px !important;padding:0 !important;display:flex !important;align-items:center !important;justify-content:center !important;overflow:hidden !important} body.single-product .tmx-product-page--modern .tmx-gallery-main>img,body.single-product .tmx-product-page--modern .tmx-gallery-main img,body.single-product .tmx-product-page--modern .tmx-gallery-main picture,body.single-product .tmx-product-page--modern .tmx-gallery-main picture>img{width:100% !important;height:100% !important;max-width:100% !important;max-height:100% !important;margin:0 !important;padding:0 !important;object-fit:contain !important;object-position:center !important;display:block !important} body.single-product .tmx-product-page--modern .tmx-gallery-thumb,body.single-product .tmx-product-page--modern .tmx-gallery-thumb.is-active{padding:0 !important;overflow:hidden !important} body.single-product .tmx-product-page--modern .tmx-gallery-thumb>img,body.single-product .tmx-product-page--modern .tmx-gallery-thumb img,body.single-product .tmx-product-page--modern .tmx-gallery-thumb picture,body.single-product .tmx-product-page--modern .tmx-gallery-thumb picture>img{width:100% !important;height:100% !important;max-width:100% !important;max-height:100% !important;margin:0 !important;padding:0 !important;object-fit:contain !important;object-position:center !important;display:block !important} body.single-product .tmx-product-page--modern .tmx-product-modern__price,body.single-product .tmx-product-page--modern .tmx-product-modern__price *{text-transform:none !important} body.single-product .tmx-product-page--modern .tmx-product-modern__price{font-weight:600 !important} body.single-product .tmx-product-page--modern .tmx-product-modern__price::after{content:none !important} @media (max-width:767px){body.single-product .tmx-product-page--modern .tmx-gallery-main{height:360px !important;min-height:360px !important}} .site-header .header-cta,.site-header .header-cta.btn,.site-header .header-cta.btn-primary,body .site-header .header-cta.tmx-cart-link{box-shadow:none !important;filter:none !important} .site-header .header-cta .tmx-cart-badge,.site-header .header-cta.tmx-cart-link .tmx-cart-badge{display:none !important} body.single-product .tmx-woo-notices{max-width:1180px !important;margin:18px auto 0 !important;padding:0 24px !important} body.single-product .tmx-woo-notices .button,body.single-product .woocommerce-message .button,body.single-product .woocommerce-message a.button,body.single-product .woocommerce-message a.wc-forward{display:none !important} body.single-product .woocommerce .woocommerce-message,body.single-product .woocommerce-message{display:flex !important;align-items:center !important;gap:12px !important;min-height:56px !important;margin:0 !important;padding:14px 18px 14px 50px !important;border:1px solid rgba(23,59,108,.12) !important;border-left:4px solid #173b6c !important;border-radius:10px !important;background:#ffffff !important;box-shadow:none !important;color:#173b6c !important;font-family:'Poppins',sans-serif !important;font-size:14px !important;font-weight:500 !important;line-height:1.4 !important} body.single-product .woocommerce-message::before,body.single-product .woocommerce .woocommerce-message::before{top:50% !important;left:18px !important;transform:translateY(-50%) !important;color:#173b6c !important} body.single-product .tmx-product-page--modern .tmx-gallery-main{padding:0 !important;background:#f4f4f5 !important;overflow:hidden !important} body.single-product .tmx-product-page--modern .tmx-gallery-main>img,body.single-product .tmx-product-page--modern .tmx-gallery-main img,body.single-product .tmx-product-page--modern .tmx-gallery-main picture,body.single-product .tmx-product-page--modern .tmx-gallery-main picture>img{display:block !important;width:100% !important;height:100% !important;max-width:100% !important;max-height:100% !important;margin:0 !important;padding:0 !important;object-fit:contain !important;object-position:center center !important;background:#f4f4f5 !important} body.single-product .tmx-product-page--modern .tmx-gallery-thumb{padding:0 !important;background:#f4f4f5 !important;overflow:hidden !important} body.single-product .tmx-product-page--modern .tmx-gallery-thumb img{width:100% !important;height:100% !important;max-width:100% !important;max-height:100% !important;margin:0 !important;padding:0 !important;object-fit:contain !important;object-position:center center !important;background:#f4f4f5 !important} body.single-product .tmx-product-page--modern .tmx-product-modern__price,body.single-product .tmx-product-page--modern .tmx-product-modern__price *{text-transform:none !important} body.single-product .tmx-product-page--modern .tmx-product-modern__price::after{content:"" !important} body.single-product .tmx-product-page--modern .tmx-product-modern__benefits{display:grid !important;grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:10px 20px !important;align-items:center !important} body.single-product .tmx-product-page--modern .tmx-product-modern__benefits>div{min-width:0 !important;white-space:normal !important;background:transparent !important;border:0 !important;box-shadow:none !important;padding:0 !important} body.single-product .tmx-product-page--modern .tmx-product-modern__benefits>div:nth-child(3){grid-column:1 / -1 !important} body.single-product .tmx-woo-notices,body.single-product .woocommerce-notices-wrapper,body.single-product .woocommerce-message,body.single-product .woocommerce-info,body.single-product .woocommerce-error{display:none !important;visibility:hidden !important;height:0 !important;min-height:0 !important;margin:0 !important;padding:0 !important;border:0 !important;overflow:hidden !important} body.single-product .tmx-product-page--modern .tmx-product-modern-section>.container{max-width:1500px !important;width:min(1500px,calc(100% - 48px)) !important} body.single-product .tmx-product-page--modern .tmx-product-modern{display:grid !important;grid-template-columns:minmax(0,1fr) minmax(0,1fr) !important;gap:44px !important;align-items:start !important} body.single-product .tmx-product-page--modern .tmx-product-modern__gallery{display:grid !important;grid-template-columns:minmax(0,1fr) 116px !important;gap:16px !important;grid-column:auto !important;width:100% !important;min-width:0 !important} body.single-product .tmx-product-page--modern .tmx-gallery-main{grid-column:auto !important;width:100% !important;min-width:0 !important;height:560px !important;min-height:560px !important;padding:0 !important;display:flex !important;align-items:center !important;justify-content:center !important;background:#fff !important;overflow:hidden !important} body.single-product .tmx-product-page--modern .tmx-gallery-main>img,body.single-product .tmx-product-page--modern .tmx-gallery-main img,body.single-product .tmx-product-page--modern .tmx-gallery-main picture,body.single-product .tmx-product-page--modern .tmx-gallery-main picture>img{display:block !important;width:100% !important;height:100% !important;max-width:100% !important;max-height:100% !important;object-fit:contain !important;object-position:center !important;margin:0 auto !important;padding:0 !important} body.single-product .tmx-product-page--modern .tmx-gallery-thumbs{grid-column:auto !important;display:flex !important;flex-direction:column !important;gap:14px !important;width:116px !important;min-width:116px !important} body.single-product .tmx-product-page--modern .tmx-gallery-thumb{width:116px !important;min-width:116px !important;height:104px !important;min-height:104px !important;padding:0 !important;overflow:hidden !important} body.single-product .tmx-product-page--modern .tmx-gallery-thumb img,body.single-product .tmx-product-page--modern .tmx-gallery-thumb picture,body.single-product .tmx-product-page--modern .tmx-gallery-thumb picture img{width:100% !important;height:100% !important;max-width:100% !important;max-height:100% !important;object-fit:contain !important;object-position:center !important;padding:0 !important;margin:0 !important} body.single-product .tmx-product-page--modern .tmx-product-modern__summary{grid-column:auto !important;width:100% !important;max-width:560px !important;justify-self:start !important;padding:20px 0 0 0 !important} body.single-product .tmx-product-page--modern .tmx-product-modern__summary h1{max-width:540px !important;font-size:clamp(32px,2.5vw,42px) !important;font-weight:500 !important} @media (max-width:1180px){body.single-product .tmx-product-page--modern .tmx-product-modern{grid-template-columns:1fr !important} body.single-product .tmx-product-page--modern .tmx-product-modern__summary{max-width:none !important}} @media (max-width:767px){body.single-product .tmx-product-page--modern .tmx-product-modern-section>.container{width:min(100% - 32px,100%) !important} body.single-product .tmx-product-page--modern .tmx-product-modern__gallery{grid-template-columns:1fr !important} body.single-product .tmx-product-page--modern .tmx-gallery-thumbs{width:100% !important;min-width:0 !important;flex-direction:row !important;overflow:auto !important}} body.single-product .tmx-product-page--modern .tmx-product-modern-tabs,body.single-product .tmx-product-page--modern .tmx-product-modern-tabs .woocommerce-tabs,body.single-product .tmx-product-page--modern .tmx-product-modern-tabs .woocommerce-Tabs-panel,body.single-product .tmx-product-page--modern .tmx-single-description-content,body.single-product .tmx-product-page--modern .tmx-inline-additional-info,body.single-product .tmx-product-page--modern .tmx-inline-additional-info--only{width:100% !important;max-width:none !important} body.single-product .tmx-product-page--modern .tmx-product-modern-tabs .woocommerce-Tabs-panel{display:block !important} body.single-product .tmx-product-page--modern .tmx-inline-additional-info .shop_attributes{width:100% !important;max-width:none !important;table-layout:fixed !important} body.single-product .tmx-product-page--modern .tmx-inline-additional-info .shop_attributes th{width:210px !important} body.single-product .tmx-product-page--modern .tmx-inline-additional-info .shop_attributes td{width:auto !important} body.single-product .tmx-product-page--modern .tmx-product-modern__benefits{display:grid !important;grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:12px !important;width:100% !important;margin-top:24px !important;padding:14px !important;border:1px solid rgba(23,59,108,.12) !important;border-radius:18px !important;background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%) !important;box-shadow:0 14px 34px rgba(12,34,64,.06) !important} body.single-product .tmx-product-page--modern .tmx-product-modern__benefits>.tmx-product-modern__benefit{display:flex !important;align-items:center !important;justify-content:flex-start !important;gap:12px !important;min-width:0 !important;min-height:78px !important;padding:13px 14px !important;border:1px solid rgba(23,59,108,.10) !important;border-radius:14px !important;background:#fff !important;box-shadow:0 8px 22px rgba(12,34,64,.045) !important;color:#173b6c !important;white-space:normal !important;overflow:visible !important} body.single-product .tmx-product-page--modern .tmx-product-modern__benefits>.tmx-product-modern__benefit:nth-child(3){grid-column:1 / -1 !important} body.single-product .tmx-product-page--modern .tmx-product-modern__benefit-icon{flex:0 0 42px !important;width:42px !important;height:42px !important;display:grid !important;place-items:center !important;margin:0 !important;padding:0 !important;border:1px solid rgba(23,59,108,.10) !important;border-radius:13px !important;background:#f2f7ff !important;color:#173b6c !important;box-shadow:none !important} body.single-product .tmx-product-page--modern .tmx-product-modern__benefit-icon svg{width:24px !important;height:24px !important;display:block !important;color:#173b6c !important;stroke:currentColor !important} body.single-product .tmx-product-page--modern .tmx-product-modern__benefit-copy{display:block !important;min-width:0 !important;width:auto !important;height:auto !important;margin:0 !important;padding:0 !important;background:transparent !important;border:0 !important;box-shadow:none !important;color:#173b6c !important} body.single-product .tmx-product-page--modern .tmx-product-modern__benefit-copy strong{display:block !important;margin:0 !important;color:#071d38 !important;font-family:'Gilroy','Poppins',sans-serif !important;font-size:14.5px !important;line-height:1.18 !important;font-weight:600 !important;letter-spacing:-.01em !important} body.single-product .tmx-product-page--modern .tmx-product-modern__benefit-copy small{display:block !important;margin-top:4px !important;color:#5e6f86 !important;font-family:'Poppins',sans-serif !important;font-size:12.5px !important;line-height:1.35 !important;font-weight:400 !important} @media (max-width:900px){body.single-product .tmx-product-page--modern .tmx-product-modern__benefits{grid-template-columns:1fr !important} body.single-product .tmx-product-page--modern .tmx-product-modern__benefits>.tmx-product-modern__benefit:nth-child(3){grid-column:auto !important}} body.single-product .tmx-product-modern-related .tmx-product-card__image,.woocommerce .related.products .tmx-product-card__image,.woocommerce-page .related.products .tmx-product-card__image{height:255px !important;min-height:255px !important;max-height:255px !important;aspect-ratio:auto !important;padding:18px !important;display:flex !important;align-items:center !important;justify-content:center !important;overflow:hidden !important;background:#f7f8fb !important} body.single-product .tmx-product-modern-related .tmx-product-card__image img,.woocommerce .related.products .tmx-product-card__image img,.woocommerce-page .related.products .tmx-product-card__image img,body.single-product .tmx-product-modern-related .tmx-product-image,.woocommerce .related.products .tmx-product-image,.woocommerce-page .related.products .tmx-product-image{width:100% !important;height:100% !important;max-width:100% !important;max-height:100% !important;object-fit:contain !important;object-position:center center !important;display:block !important;transform:none !important} .tmx-store-product-card__image,.home-shop-product-card--recommendation .home-shop-product-card__image,.home-shop-products-grid--discovery .home-shop-product-card__image{display:flex !important;align-items:center !important;justify-content:center !important;overflow:hidden !important;background:#f7f8fb !important} .tmx-store-product-card__image{height:310px !important;min-height:310px !important;padding:22px !important} .home-shop-product-card--recommendation .home-shop-product-card__image,.home-shop-products-grid--discovery .home-shop-product-card__image{height:230px !important;min-height:230px !important;max-height:230px !important;padding:14px !important} .tmx-store-product-card__image img,.tmx-store-product-card__image .tmx-product-image,.home-shop-product-card--recommendation .home-shop-product-card__image img,.home-shop-product-card--recommendation .home-shop-product-card__image .tmx-product-image,.home-shop-products-grid--discovery .home-shop-product-card__image img,.home-shop-products-grid--discovery .home-shop-product-card__image .tmx-product-image{width:100% !important;height:100% !important;max-width:100% !important;max-height:100% !important;object-fit:contain !important;object-position:center center !important;display:block !important;transform:none !important} .tmx-store-product-card:hover .tmx-store-product-card__image img,.home-shop-product-card--recommendation:hover .home-shop-product-card__image img,.home-shop-products-grid--discovery .home-shop-product-card:hover .home-shop-product-card__image img,body.single-product .tmx-product-modern-related .tmx-product-card:hover .tmx-product-card__image img{transform:none !important} .tmx-product-card__image,body.single-product .tmx-product-modern-related .tmx-product-card__image,.woocommerce .related.products .tmx-product-card__image,.woocommerce-page .related.products .tmx-product-card__image,.tmx-store-product-card__image,.home-shop-product-card__image,.home-shop-product-card--recommendation .home-shop-product-card__image,.home-shop-products-grid--discovery .home-shop-product-card__image,.home-shop-showcase--discovery .home-shop-product-card__image{padding:0 !important;overflow:hidden !important;display:flex !important;align-items:center !important;justify-content:center !important;background:#f7f8fb !important} .tmx-product-card__image img,.tmx-product-card__image .tmx-product-image,body.single-product .tmx-product-modern-related .tmx-product-card__image img,.woocommerce .related.products .tmx-product-card__image img,.woocommerce-page .related.products .tmx-product-card__image img,.tmx-store-product-card__image img,.tmx-store-product-card__image .tmx-product-image,.home-shop-product-card__image img,.home-shop-product-card__image .tmx-product-image,.home-shop-product-card--recommendation .home-shop-product-card__image img,.home-shop-product-card--recommendation .home-shop-product-card__image .tmx-product-image,.home-shop-products-grid--discovery .home-shop-product-card__image img,.home-shop-products-grid--discovery .home-shop-product-card__image .tmx-product-image,.home-shop-showcase--discovery .home-shop-product-card__image img,.home-shop-showcase--discovery .home-shop-product-card__image .tmx-product-image{width:100% !important;height:100% !important;max-width:100% !important;max-height:100% !important;object-fit:contain !important;object-position:center center !important;display:block !important;margin:0 !important;padding:0 !important;transform:none !important} body.single-product .tmx-product-modern-related .tmx-product-card__image,.woocommerce .related.products .tmx-product-card__image,.woocommerce-page .related.products .tmx-product-card__image{height:255px !important;min-height:255px !important;max-height:255px !important;aspect-ratio:auto !important} .tmx-store-product-card__image{height:310px !important;min-height:310px !important} .home-shop-product-card--recommendation .home-shop-product-card__image,.home-shop-products-grid--discovery .home-shop-product-card__image{height:230px !important;min-height:230px !important;max-height:230px !important} body.single-product .tmx-product-page--modern .tmx-product-modern__benefits{display:grid !important;grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr)) !important;gap:10px !important;width:100% !important;max-width:100% !important;margin-top:24px !important;padding:12px !important;border:1px solid rgba(23,59,108,.12) !important;border-radius:18px !important;background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%) !important;box-shadow:0 14px 34px rgba(12,34,64,.06) !important;overflow:visible !important} body.single-product .tmx-product-page--modern .tmx-product-modern__benefits>.tmx-product-modern__benefit,body.single-product .tmx-product-page--modern .tmx-product-modern__benefits>div.tmx-product-modern__benefit{grid-column:auto !important;display:flex !important;align-items:center !important;justify-content:flex-start !important;gap:11px !important;width:100% !important;min-width:0 !important;max-width:100% !important;min-height:0 !important;height:auto !important;padding:12px 13px !important;border:1px solid rgba(23,59,108,.10) !important;border-radius:14px !important;background:#fff !important;box-shadow:0 8px 22px rgba(12,34,64,.045) !important;color:#173b6c !important;white-space:normal !important;overflow:visible !important} body.single-product .tmx-product-page--modern .tmx-product-modern__benefits>.tmx-product-modern__benefit:nth-child(3),body.single-product .tmx-product-page--modern .tmx-product-modern__benefits>div.tmx-product-modern__benefit:nth-child(3){grid-column:auto !important} body.single-product .tmx-product-page--modern .tmx-product-modern__benefit-icon{flex:0 0 38px !important;width:38px !important;height:38px !important;min-width:38px !important;min-height:38px !important;display:grid !important;place-items:center !important;margin:0 !important;padding:0 !important;border:1px solid rgba(23,59,108,.10) !important;border-radius:12px !important;background:#f2f7ff !important;color:#173b6c !important;box-shadow:none !important} body.single-product .tmx-product-page--modern .tmx-product-modern__benefit-icon svg{width:22px !important;height:22px !important;display:block !important;color:#173b6c !important;stroke:currentColor !important} body.single-product .tmx-product-page--modern .tmx-product-modern__benefit-copy,body.single-product .tmx-product-page--modern .tmx-product-modern__benefits span.tmx-product-modern__benefit-copy{display:block !important;flex:1 1 auto !important;min-width:0 !important;width:auto !important;height:auto !important;min-height:0 !important;max-height:none !important;margin:0 !important;padding:0 !important;background:transparent !important;border:0 !important;box-shadow:none !important;color:#173b6c !important;overflow:visible !important;white-space:normal !important} body.single-product .tmx-product-page--modern .tmx-product-modern__benefit-copy strong{display:block !important;margin:0 !important;color:#071d38 !important;font-family:'Gilroy','Poppins',sans-serif !important;font-size:14px !important;line-height:1.18 !important;font-weight:600 !important;letter-spacing:-.01em !important;white-space:normal !important;overflow-wrap:break-word !important} body.single-product .tmx-product-page--modern .tmx-product-modern__benefit-copy small{display:block !important;margin-top:4px !important;color:#5e6f86 !important;font-family:'Poppins',sans-serif !important;font-size:12.2px !important;line-height:1.32 !important;font-weight:400 !important;white-space:normal !important;overflow-wrap:break-word !important} @media (max-width:767px){body.single-product .tmx-product-page--modern .tmx-product-modern__benefits{grid-template-columns:1fr !important;padding:10px !important} body.single-product .tmx-product-page--modern .tmx-product-modern__benefits>.tmx-product-modern__benefit{padding:12px !important}} .tmx-product-card__image,body.single-product .tmx-product-modern-related .tmx-product-card__image,.woocommerce .related.products .tmx-product-card__image,.woocommerce-page .related.products .tmx-product-card__image,.tmx-store-product-card__image,.home-shop-product-card__image,.home-shop-product-card--recommendation .home-shop-product-card__image,.home-shop-products-grid--discovery .home-shop-product-card__image,.home-shop-showcase--discovery .home-shop-product-card__image{width:100% !important;height:auto !important;min-height:0 !important;max-height:none !important;aspect-ratio:1 / 1 !important;padding:0 !important;overflow:hidden !important;display:flex !important;align-items:center !important;justify-content:center !important;background:#f7f8fb !important} .tmx-product-card__image img,.tmx-product-card__image .tmx-product-image,body.single-product .tmx-product-modern-related .tmx-product-card__image img,.woocommerce .related.products .tmx-product-card__image img,.woocommerce-page .related.products .tmx-product-card__image img,.tmx-store-product-card__image img,.tmx-store-product-card__image .tmx-product-image,.home-shop-product-card__image img,.home-shop-product-card__image .tmx-product-image,.home-shop-product-card--recommendation .home-shop-product-card__image img,.home-shop-product-card--recommendation .home-shop-product-card__image .tmx-product-image,.home-shop-products-grid--discovery .home-shop-product-card__image img,.home-shop-products-grid--discovery .home-shop-product-card__image .tmx-product-image,.home-shop-showcase--discovery .home-shop-product-card__image img,.home-shop-showcase--discovery .home-shop-product-card__image .tmx-product-image{width:100% !important;height:100% !important;max-width:100% !important;max-height:100% !important;object-fit:contain !important;object-position:center center !important;display:block !important;margin:0 !important;padding:0 !important} .tmx-product-card__actions,.tmx-store-product-card__actions{display:grid !important;grid-template-columns:1fr !important;gap:0 !important;width:100% !important} .tmx-detail-btn,.tmx-store-detail-btn{display:none !important} .tmx-product-card__actions .tmx-add-cart,.tmx-store-product-card__actions .tmx-store-add-cart,.tmx-product-card__actions .button,.tmx-store-product-card__actions .button{width:100% !important;min-width:100% !important;justify-content:center !important;text-align:center !important} body.single-product .tmx-product-page--modern .tmx-product-modern__excerpt{display:none !important} .tmx-store-product-grid,.woocommerce ul.products,body.single-product .tmx-product-modern-related ul.products,.woocommerce .related.products ul.products{display:grid !important;grid-template-columns:repeat(4,minmax(0,1fr)) !important;gap:20px !important} .woocommerce ul.products::before,.woocommerce ul.products::after,body.single-product .tmx-product-modern-related ul.products::before,body.single-product .tmx-product-modern-related ul.products::after{content:none !important;display:none !important} .woocommerce ul.products li.product,.tmx-store-product-card,.tmx-product-card{width:100% !important;float:none !important;margin:0 !important;display:flex !important;flex-direction:column !important;min-height:100% !important;background:#fff !important;border:1px solid rgba(23,59,108,.14) !important;border-radius:5px !important;overflow:hidden !important;box-shadow:none !important;transition:border-color .25s ease,box-shadow .25s ease,transform .25s ease !important} .woocommerce ul.products li.product:hover,.tmx-store-product-card:hover,.tmx-product-card:hover{transform:translateY(-3px) !important;border-color:rgba(23,59,108,.24) !important;box-shadow:0 18px 38px rgba(12,34,64,.08) !important} .tmx-store-product-card__image,.tmx-product-card__image,.woocommerce ul.products li.product a.woocommerce-LoopProduct-link,body.single-product .tmx-product-modern-related .tmx-product-card__image,.woocommerce .related.products .tmx-product-card__image,.woocommerce-page .related.products .tmx-product-card__image,.home-shop-product-card__image,.home-shop-product-card--recommendation .home-shop-product-card__image,.home-shop-products-grid--discovery .home-shop-product-card__image,.home-shop-showcase--discovery .home-shop-product-card__image{width:100% !important;height:auto !important;min-height:0 !important;max-height:none !important;aspect-ratio:1 / 1 !important;padding:0 !important;margin:0 !important;overflow:hidden !important;display:flex !important;align-items:center !important;justify-content:center !important;background:#f4f4f6 !important;border-radius:0 !important;box-shadow:none !important} .tmx-store-product-card__image img,.tmx-store-product-card__image .tmx-product-image,.tmx-product-card__image img,.tmx-product-card__image .tmx-product-image,.woocommerce ul.products li.product img,body.single-product .tmx-product-modern-related .tmx-product-card__image img,.woocommerce .related.products .tmx-product-card__image img,.woocommerce-page .related.products .tmx-product-card__image img,.home-shop-product-card__image img,.home-shop-product-card__image .tmx-product-image,.home-shop-product-card--recommendation .home-shop-product-card__image img,.home-shop-product-card--recommendation .home-shop-product-card__image .tmx-product-image,.home-shop-products-grid--discovery .home-shop-product-card__image img,.home-shop-products-grid--discovery .home-shop-product-card__image .tmx-product-image,.home-shop-showcase--discovery .home-shop-product-card__image img,.home-shop-showcase--discovery .home-shop-product-card__image .tmx-product-image{width:100% !important;height:100% !important;min-width:100% !important;min-height:100% !important;max-width:none !important;max-height:none !important;object-fit:cover !important;object-position:center center !important;display:block !important;margin:0 !important;padding:0 !important;transform:none !important;transition:none !important} .tmx-store-product-card:hover .tmx-store-product-card__image img,.tmx-product-card:hover .tmx-product-card__image img,.home-shop-product-card:hover .home-shop-product-card__image img{transform:none !important} .tmx-store-product-card__body,.tmx-product-card__body{display:flex !important;flex-direction:column !important;flex:1 !important;padding:18px 28px 28px !important;background:#fff !important} .tmx-store-product-card__topline,.tmx-product-card__meta{display:flex !important;align-items:center !important;justify-content:space-between !important;gap:12px !important;margin:0 0 12px !important} .tmx-store-product-card__cat,.tmx-product-card__cat{display:inline-flex !important;width:auto !important;margin:0 !important;padding:0 !important;background:transparent !important;border:0 !important;border-radius:0 !important;color:#61748f !important;font-family:'Poppins',sans-serif !important;font-size:11px !important;line-height:1 !important;font-weight:700 !important;text-transform:uppercase !important;letter-spacing:.055em !important} .tmx-store-product-card__stock,.tmx-product-card__meta span{color:#173B6C !important;background:transparent !important;border:0 !important;padding:0 !important;border-radius:0 !important;font-family:'Poppins',sans-serif !important;font-size:12px !important;line-height:1 !important;font-weight:500 !important;text-transform:none !important;letter-spacing:0 !important} .tmx-product-card__meta span:first-child:not(:last-child){display:none !important} .tmx-store-product-card__title,.tmx-product-card__title{margin:0 0 16px !important;color:#06192f !important;font-family:'Poppins',sans-serif !important;font-size:18px !important;line-height:1.35 !important;font-weight:600 !important;letter-spacing:-.02em !important} .tmx-store-product-card__title a,.tmx-product-card__title a{color:inherit !important;text-decoration:none !important} .tmx-store-product-card__price,.tmx-product-card__price{margin-top:auto !important;color:#06192f !important;font-family:'Poppins',sans-serif !important;font-size:19px !important;line-height:1.35 !important;font-weight:600 !important} .tmx-store-product-card__price del,.tmx-product-card__price del{color:#6f7f91 !important;font-size:15px !important;font-weight:400 !important;margin-right:8px !important} .tmx-store-product-card__price ins,.tmx-product-card__price ins{color:#ef3340 !important;text-decoration:none !important;font-weight:600 !important} .tmx-store-product-card__actions,.tmx-product-card__actions{display:grid !important;grid-template-columns:1fr !important;gap:0 !important;width:100% !important;margin-top:22px !important} .tmx-detail-btn,.tmx-store-detail-btn{display:none !important} .woocommerce .tmx-store-product-card__actions .button,.woocommerce .tmx-store-product-card__actions .tmx-store-add-cart,.woocommerce .tmx-product-card__actions .button,.woocommerce .tmx-product-card__actions .tmx-add-cart,.tmx-store-product-card__actions .button,.tmx-store-product-card__actions .tmx-store-add-cart,.tmx-product-card__actions .button,.tmx-product-card__actions .tmx-add-cart{width:100% !important;min-width:100% !important;min-height:42px !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;padding:10px 14px !important;border-radius:5px !important;border:1px solid #ef3340 !important;background:transparent !important;box-shadow:none !important;color:#ef3340 !important;font-family:'Poppins',sans-serif !important;font-size:12px !important;line-height:1.1 !important;font-weight:700 !important;text-align:center !important;transform:none !important;transition:background-color .25s ease,color .25s ease,transform .2s ease !important} .woocommerce .tmx-store-product-card__actions .button::before,.woocommerce .tmx-store-product-card__actions .tmx-store-add-cart::before,.woocommerce .tmx-product-card__actions .button::before,.woocommerce .tmx-product-card__actions .tmx-add-cart::before,.tmx-store-product-card__actions .button::before,.tmx-store-product-card__actions .tmx-store-add-cart::before,.tmx-product-card__actions .button::before,.tmx-product-card__actions .tmx-add-cart::before{content:none !important;display:none !important} .woocommerce .tmx-store-product-card__actions .button:hover,.woocommerce .tmx-store-product-card__actions .tmx-store-add-cart:hover,.woocommerce .tmx-product-card__actions .button:hover,.woocommerce .tmx-product-card__actions .tmx-add-cart:hover,.tmx-store-product-card__actions .button:hover,.tmx-store-product-card__actions .tmx-store-add-cart:hover,.tmx-product-card__actions .button:hover,.tmx-product-card__actions .tmx-add-cart:hover{background:#ef3340 !important;color:#fff !important;border-color:#ef3340 !important;transform:translateY(-1px) !important} @media (max-width:1180px){.tmx-store-product-grid,.woocommerce ul.products,body.single-product .tmx-product-modern-related ul.products,.woocommerce .related.products ul.products{grid-template-columns:repeat(3,minmax(0,1fr)) !important}} @media (max-width:860px){.tmx-store-product-grid,.woocommerce ul.products,body.single-product .tmx-product-modern-related ul.products,.woocommerce .related.products ul.products{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:16px !important} .tmx-store-product-card__body,.tmx-product-card__body{padding:16px 18px 22px !important}} @media (max-width:560px){.tmx-store-product-grid,.woocommerce ul.products,body.single-product .tmx-product-modern-related ul.products,.woocommerce .related.products ul.products{grid-template-columns:1fr !important}} .site-header{position:sticky;top:0;z-index:900;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border-bottom:1px solid rgba(23,59,108,.08)} .site-header__inner{min-height:var(--header-h);display:flex;align-items:center;justify-content:space-between;gap:20px} .brand{display:inline-flex;align-items:center} .brand__logo{height:38px;width:auto;display:block} .site-header .nav{display:flex;align-items:center;gap:28px;color:#4f6480;font-family:var(--font-body);font-size:14px;font-weight:500} .site-header .nav .tecnimax-nav__link,.site-header .nav>a{position:relative;display:inline-flex;align-items:center;gap:6px;padding:8px 0;color:#4f6480;transition:color .2s ease} .site-header .nav .tecnimax-nav__link::after,.site-header .nav>a::after{content:"";position:absolute;left:0;bottom:0;width:0;height:2px;border-radius:999px;background:var(--yellow);transition:width .25s ease} .site-header .nav .tecnimax-nav__link:hover,.site-header .nav>a:hover{color:var(--blue-800)} .site-header .nav .tecnimax-nav__link:hover::after,.site-header .nav>a:hover::after{width:100%} .site-header .nav .is-active,.site-header .nav .tecnimax-nav__link.is-active{color:var(--blue-800);font-weight:700} .site-header .nav .is-active::after,.site-header .nav .tecnimax-nav__link.is-active::after{width:100%} .nav-dropdown{position:relative;display:inline-flex} .nav-dropdown__chevron{font-size:15px;line-height:1;transition:transform .25s ease} .nav-dropdown:hover .nav-dropdown__chevron,.nav-dropdown:focus-within .nav-dropdown__chevron{transform:rotate(180deg)} .nav-dropdown__menu{position:absolute;top:calc(100% + 12px);left:50%;transform:translateX(-50%) translateY(-8px);min-width:200px;display:grid;gap:4px;padding:10px;border-radius:16px;background:#fff;border:1px solid rgba(23,59,108,.10);box-shadow:var(--shadow-soft);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,transform .2s ease,visibility .2s ease;z-index:20} .nav-dropdown:hover .nav-dropdown__menu,.nav-dropdown:focus-within .nav-dropdown__menu{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(0)} .nav-dropdown__menu a{padding:10px 12px;border-radius:10px;color:#4f6480;font-size:14px;font-weight:600;transition:background .2s ease,color .2s ease} .nav-dropdown__menu a:hover{background:rgba(46,134,255,.08);color:var(--blue-800)} .site-header .header-cta{white-space:nowrap} .menu-toggle{display:none;width:44px;height:44px;border-radius:12px;border:1px solid rgba(23,59,108,.14);background:#fff;align-items:center;justify-content:center;flex-direction:column;gap:5px;cursor:pointer;position:relative;z-index:960} .menu-toggle span{width:20px;height:2px;border-radius:999px;background:var(--blue-800);transition:transform .25s ease,opacity .2s ease} .menu-toggle.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)} .menu-toggle.is-open span:nth-child(2){opacity:0} .menu-toggle.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)} .site-header--shop{--header-h:60px} .site-header--shop .brand__logo{height:30px} .site-header--shop .site-header__inner{min-height:60px} .site-header--shop .nav{gap:22px;font-size:13px} .shop-navbar{border-top:1px solid rgba(23,59,108,.06);background:linear-gradient(180deg,#ffffff 0%,#f6f9fd 100%)} .shop-navbar__inner{width:min(1126px,calc(100% - 48px));margin:0 auto;min-height:64px;display:flex;align-items:center;gap:18px;padding:12px 0} .shop-search{flex:1 1 auto;display:flex;align-items:center;gap:0;background:#fff;border:1px solid rgba(23,59,108,.14);border-radius:999px;padding:4px 4px 4px 16px;box-shadow:0 8px 22px rgba(12,34,64,.05);transition:border-color .2s ease,box-shadow .2s ease} .shop-search:focus-within{border-color:rgba(46,134,255,.45);box-shadow:0 10px 26px rgba(46,134,255,.14)} .shop-search__icon{display:inline-flex;color:#8496ad;flex:0 0 auto} .shop-search__input{flex:1 1 auto;min-width:0;border:0;outline:0;background:transparent;padding:12px 12px;color:var(--blue-950);font-family:var(--font-body);font-size:15px} .shop-search__input::placeholder{color:#93a2b6} .shop-search__submit{flex:0 0 auto;border:0;cursor:pointer;border-radius:999px;padding:11px 24px;background:var(--blue-500);color:#fff;font-family:var(--font-body);font-size:14px;font-weight:700;transition:transform .2s ease,background .2s ease} .shop-search__submit:hover{background:#1f6fe0;transform:translateY(-1px)} .shop-navbar__actions{display:flex;align-items:center;gap:12px;flex:0 0 auto} .shop-cart{position:relative;display:inline-flex;align-items:center;gap:10px;padding:10px 18px;border-radius:999px;background:#fff;border:1px solid rgba(23,59,108,.14);color:var(--blue-800);font-family:var(--font-body);font-size:14px;font-weight:700;box-shadow:0 8px 22px rgba(12,34,64,.05);transition:transform .2s ease,border-color .2s ease,color .2s ease} .shop-cart:hover{transform:translateY(-1px);border-color:rgba(46,134,255,.35);color:var(--blue-950)} .shop-cart__icon{display:inline-flex} .shop-cart .shop-cart__badge{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:#EF1A2A;color:#fff;font-size:12px;font-weight:800;line-height:1} .shop-cart .shop-cart__badge.is-empty{background:#c3ccda} @media (max-width:820px){:root{--header-h:66px} .site-header--shop{--header-h:60px} .site-header .header-cta{display:none !important} .menu-toggle{display:inline-flex !important} .site-header .nav{position:absolute !important;top:calc(100% + 10px) !important;left:12px !important;right:12px !important;width:auto !important;z-index:200 !important;display:grid !important;grid-template-columns:1fr !important;align-content:start !important;gap:10px !important;margin:0 !important;padding:16px !important;max-height:calc(100vh - 120px) !important;overflow-y:auto !important;-webkit-overflow-scrolling:touch !important;border-radius:20px !important;background:linear-gradient(180deg,#ffffff 0%,#f6f9fd 100%) !important;border:1px solid rgba(23,59,108,.10) !important;box-shadow:0 24px 60px rgba(12,34,64,.18) !important;opacity:0 !important;visibility:hidden !important;transform:translateY(-10px) !important;pointer-events:none !important;transition:opacity .22s ease,transform .22s ease,visibility .22s ease !important} .site-header .nav.is-open{opacity:1 !important;visibility:visible !important;transform:translateY(0) !important;pointer-events:auto !important} .site-header .nav::before{content:"Menú";display:block;margin:2px 2px 2px;color:#6b7b91;font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase} .site-header .nav .tecnimax-nav__link,.site-header .nav>a,.site-header .nav .nav-dropdown__trigger{width:100% !important;min-height:52px !important;display:flex !important;align-items:center !important;justify-content:space-between !important;gap:12px !important;padding:0 16px !important;border-radius:14px !important;background:#ffffff !important;border:1px solid rgba(23,59,108,.10) !important;box-shadow:0 6px 16px rgba(12,34,64,.05) !important;color:#173B6C !important;font-size:15px !important;font-weight:650 !important} .site-header .nav .tecnimax-nav__link::after,.site-header .nav>a::after{display:none !important} .site-header .nav .tecnimax-nav__link:hover,.site-header .nav>a:hover{background:#f1f6ff !important;border-color:rgba(46,134,255,.20) !important} .site-header .nav .is-active,.site-header .nav .tecnimax-nav__link.is-active{background:#eef5ff !important;border-color:rgba(46,134,255,.24) !important} .site-header .nav .nav-dropdown{position:static !important;width:100% !important;display:grid !important;gap:8px !important} .site-header .nav .nav-dropdown__chevron{transform:rotate(180deg) !important} .site-header .nav .nav-dropdown__menu{position:static !important;transform:none !important;opacity:1 !important;visibility:visible !important;pointer-events:auto !important;display:grid !important;gap:6px !important;min-width:0 !important;margin:0 !important;padding:8px !important;border-radius:14px !important;background:#edf4ff !important;box-shadow:none !important} .site-header .nav .nav-dropdown__menu a{min-height:46px !important;display:flex !important;align-items:center !important;background:#fff !important;border:1px solid rgba(23,59,108,.06) !important;border-radius:10px !important;box-shadow:none !important;color:#4f6480 !important;font-size:14px !important;font-weight:600 !important} .shop-navbar__inner{min-height:auto;gap:10px;padding:10px 0 12px;flex-wrap:nowrap} .shop-search{flex:1 1 auto;padding-left:12px} .shop-search__input{font-size:14px;padding:10px 8px} .shop-search__submit{padding:10px 16px} .shop-cart{padding:10px;gap:0} .shop-cart .shop-cart__label{display:none}} @media (max-width:520px){.shop-search__submit{padding:10px 0;width:44px;font-size:0} .shop-search__submit::after{content:"→";font-size:18px}} html body .site-header .shop-cart .shop-cart__badge{position:static !important;transform:none !important;margin-left:0 !important;box-shadow:none !important;background:#EF1A2A !important;color:#fff !important} html body .site-header .shop-cart .shop-cart__badge.is-empty{background:#c3ccda !important} @media (max-width:820px){html body .site-header .shop-cart .shop-cart__badge{position:absolute !important;top:-4px !important;right:-4px !important;margin-left:0 !important;box-shadow:0 2px 6px rgba(239,26,42,.4) !important}} @media (max-width:820px){html body.tmx-mobile-menu-open{overflow:hidden !important;touch-action:none !important} html body.tmx-mobile-menu-open::before{content:"";position:fixed;top:var(--header-h);left:0;right:0;bottom:0;z-index:880;background:rgba(8,20,36,.58);backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);pointer-events:none} html body .site-header{z-index:1000 !important} html body .site-header .site-header__inner{position:relative !important} html body .site-header .menu-toggle{display:inline-flex !important;border-radius:5px !important;z-index:1010 !important} html body .site-header .header-cta{display:none !important} html body .site-header .nav{position:absolute !important;top:calc(100% + 8px) !important;left:8px !important;right:8px !important;width:auto !important;height:calc(100dvh - var(--header-h) - 24px) !important;max-height:none !important;z-index:1005 !important;display:grid !important;grid-template-columns:1fr !important;align-content:start !important;gap:0 !important;margin:0 !important;padding:16px !important;overflow-y:auto !important;-webkit-overflow-scrolling:touch !important;border-radius:5px !important;background:#ffffff !important;border:1px solid rgba(23,59,108,.10) !important;box-shadow:0 24px 70px rgba(4,16,34,.28) !important;opacity:0 !important;visibility:hidden !important;transform:translateY(-8px) !important;pointer-events:none !important;transition:opacity .22s ease,transform .22s ease,visibility .22s ease !important} html body .site-header .nav.is-open{opacity:1 !important;visibility:visible !important;transform:translateY(0) !important;pointer-events:auto !important} html body .site-header .nav::before{content:"Men\00fa";display:block;padding:0 4px 12px !important;margin:0 !important;color:#72839a !important;font-size:12px !important;font-weight:800 !important;line-height:1 !important;letter-spacing:.12em !important;text-transform:uppercase !important} html body .site-header .nav .tecnimax-nav__link,html body .site-header .nav>a,html body .site-header .nav .nav-dropdown__trigger{width:100% !important;min-height:50px !important;display:flex !important;align-items:center !important;justify-content:space-between !important;gap:12px !important;padding:0 12px !important;border-radius:5px !important;background:transparent !important;border:0 !important;border-bottom:1px solid rgba(23,59,108,.08) !important;box-shadow:none !important;color:#173B6C !important;font-size:15px !important;font-weight:650 !important} html body .site-header .nav .tecnimax-nav__link::after,html body .site-header .nav>a::after{display:none !important} html body .site-header .nav .tecnimax-nav__link:hover,html body .site-header .nav>a:hover,html body .site-header .nav .nav-dropdown__trigger:hover{background:#f1f6ff !important;color:#0A3976 !important} html body .site-header .nav .is-active,html body .site-header .nav .tecnimax-nav__link.is-active{background:#edf4ff !important;color:#0A3976 !important;border-color:rgba(46,134,255,.22) !important} html body .site-header .nav .nav-dropdown{position:static !important;width:100% !important;display:grid !important;gap:8px !important} html body .site-header .nav .nav-dropdown__chevron{transform:rotate(180deg) !important} html body .site-header .nav .nav-dropdown__menu{position:static !important;transform:none !important;opacity:1 !important;visibility:visible !important;pointer-events:auto !important;display:grid !important;gap:6px !important;min-width:0 !important;margin:0 0 8px !important;padding:8px !important;border-radius:5px !important;background:#f3f6fb !important;border:1px solid rgba(23,59,108,.08) !important;box-shadow:none !important} html body .site-header .nav .nav-dropdown__menu a{min-height:44px !important;display:flex !important;align-items:center !important;padding:0 12px !important;background:#fff !important;border:1px solid rgba(23,59,108,.06) !important;border-radius:5px !important;box-shadow:none !important;color:#4f6480 !important;font-size:14px !important;font-weight:600 !important}} @supports not (height:100dvh){@media (max-width:820px){html body .site-header .nav{height:calc(100vh - var(--header-h) - 24px) !important}}} @media (max-width:820px){html body .site-header .nav{height:auto !important;min-height:0 !important;max-height:calc(100dvh - var(--header-h) - 24px) !important;border-radius:5px !important} html body .site-header .nav .nav-dropdown{gap:0 !important} html body .site-header .nav .nav-dropdown__chevron{width:28px !important;height:28px !important;flex:0 0 28px !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;border-radius:5px !important;background:#f3f7ff !important;border:1px solid rgba(23,59,108,.12) !important;color:#173B6C !important;line-height:0 !important;transform:none !important;transition:transform .2s ease,background .2s ease !important} html body .site-header .nav .nav-dropdown__chevron svg{width:13px !important;height:13px !important;display:block !important;stroke:currentColor !important} html body .site-header .nav .nav-dropdown.is-mobile-open .nav-dropdown__chevron{transform:rotate(180deg) !important;background:#eaf2ff !important} html body .site-header .nav .nav-dropdown__menu,html body .site-header .nav .nav-dropdown:hover .nav-dropdown__menu,html body .site-header .nav .nav-dropdown:focus-within .nav-dropdown__menu{display:none !important;margin:8px 0 10px !important;border-radius:5px !important} html body .site-header .nav .nav-dropdown.is-mobile-open .nav-dropdown__menu,html body .site-header .nav .nav-dropdown.is-mobile-open:hover .nav-dropdown__menu,html body .site-header .nav .nav-dropdown.is-mobile-open:focus-within .nav-dropdown__menu{display:grid !important} html body .site-header .nav .nav-dropdown__menu::before{display:none !important}} @supports not (height:100dvh){@media (max-width:820px){html body .site-header .nav{max-height:calc(100vh - var(--header-h) - 24px) !important}}} @media (min-width:821px){html body .site-header .nav .nav-dropdown__trigger{gap:6px !important} html body .site-header .nav .nav-dropdown__chevron{width:14px !important;height:14px !important;flex:0 0 14px !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;border:0 !important;border-right:0 !important;border-bottom:0 !important;background:transparent !important;box-shadow:none !important;color:currentColor !important;font-size:0 !important;line-height:0 !important;opacity:.78 !important;transform:none !important;transition:transform .2s ease,opacity .2s ease !important} html body .site-header .nav .nav-dropdown__chevron::before,html body .site-header .nav .nav-dropdown__chevron::after{content:none !important;display:none !important} html body .site-header .nav .nav-dropdown__chevron svg{width:14px !important;height:14px !important;display:block !important;stroke:currentColor !important} html body .site-header .nav .nav-dropdown:hover .nav-dropdown__chevron,html body .site-header .nav .nav-dropdown:focus-within .nav-dropdown__chevron{transform:rotate(180deg) !important;opacity:1 !important}} html body .site-header .shop-search{border-radius:5px !important;padding:4px 4px 4px 16px !important} html body .site-header .shop-search__submit{border-radius:5px !important} html body .site-header .shop-search__input{border-radius:5px !important} html body .site-header .shop-cart,html body .site-header a.shop-cart,html body .site-header .shop-cart.tmx-cart-link{width:auto !important;min-width:0 !important;height:auto !important;min-height:0 !important;padding:6px !important;gap:0 !important;border:0 !important;border-radius:5px !important;background:transparent !important;box-shadow:none !important;color:var(--blue-800) !important;transform:none !important} html body .site-header .shop-cart:hover,html body .site-header a.shop-cart:hover,html body .site-header .shop-cart.tmx-cart-link:hover{background:rgba(46,134,255,.08) !important;border:0 !important;box-shadow:none !important;color:var(--blue-950) !important;transform:none !important} html body .site-header .shop-cart__icon{display:inline-flex !important;align-items:center !important;justify-content:center !important;line-height:0 !important} html body .site-header .shop-cart__icon svg{width:24px !important;height:24px !important} html body .site-header .shop-cart__label,html body .site-header .shop-cart .shop-cart__badge,html body .site-header .shop-cart .tmx-cart-badge{display:none !important} @media (max-width:820px){html body .site-header .shop-search{border-radius:5px !important} html body .site-header .shop-search__submit{border-radius:5px !important} html body .site-header .shop-cart,html body .site-header a.shop-cart{padding:6px !important;border-radius:5px !important}} @media (max-width:520px){html body .site-header .shop-search__submit{width:44px !important;border-radius:5px !important}} body.woocommerce-cart{background:linear-gradient(180deg,#ffffff 0%,#f5f8fc 42%,#ffffff 100%) !important} body.woocommerce-cart .shop-navbar{border-top:1px solid rgba(23,59,108,.06) !important;border-bottom:1px solid rgba(23,59,108,.08) !important;background:#fff !important} body.woocommerce-cart .shop-navbar__inner,body.tmx-shop-body .shop-navbar__inner{width:min(1280px,calc(100% - 72px)) !important;min-height:72px !important} body.woocommerce-cart .shop-search,body.tmx-shop-body .shop-search{border-radius:5px !important;padding:4px 4px 4px 18px !important;box-shadow:0 10px 26px rgba(12,34,64,.055) !important} body.woocommerce-cart .shop-search__submit,body.woocommerce-cart .shop-search__input,body.tmx-shop-body .shop-search__submit,body.tmx-shop-body .shop-search__input{border-radius:5px !important} body.woocommerce-cart .shop-search__submit,body.tmx-shop-body .shop-search__submit{min-width:128px !important;min-height:44px !important} body.woocommerce-cart .shop-cart,body.tmx-shop-body .shop-cart{border-radius:5px !important} .tmx-cart-page-shell{background:linear-gradient(180deg,#ffffff 0%,#f5f8fc 48%,#ffffff 100%)} .tmx-cart-page{padding:58px 0 76px !important} .tmx-cart-page__container{width:min(1280px,calc(100% - 72px)) !important;margin-inline:auto} .tmx-cart-hero{margin:0 0 30px} .tmx-cart-hero h1{margin:0;color:var(--blue-950);font-family:var(--font-primary);font-size:clamp(38px,4vw,58px);line-height:1.02;letter-spacing:-.045em;font-weight:700} .tmx-cart-breadcrumb{display:flex;align-items:center;gap:12px;margin-top:14px;color:#62748d;font-size:15px;font-weight:500} .tmx-cart-breadcrumb a{color:#0b63f6;font-weight:700} .tmx-cart-layout{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:28px;align-items:start} .tmx-cart-main{display:grid;gap:26px} .tmx-cart-card,.tmx-cart-summary .cart_totals,.tmx-cart-benefits,.tmx-cart-summary__trust,.tmx-cart-empty-state{background:#fff !important;border:1px solid rgba(23,59,108,.12) !important;border-radius:18px !important;box-shadow:0 20px 55px rgba(12,34,64,.075) !important} .tmx-cart-card{padding:20px 22px 24px !important;margin:0 !important} .tmx-cart-table{width:100%} .tmx-cart-table__head{display:grid;grid-template-columns:minmax(330px,1fr) 130px 160px 130px;gap:24px;align-items:center;min-height:54px;padding:0 18px;border-bottom:1px solid rgba(23,59,108,.12);color:#526781;font-size:12px;font-weight:750;text-transform:uppercase;letter-spacing:.045em} .tmx-cart-table__body{display:grid} .tmx-cart-item{display:grid;grid-template-columns:minmax(330px,1fr) 130px 160px 130px;gap:24px;align-items:center;padding:26px 18px;border-bottom:1px solid rgba(23,59,108,.09)} .tmx-cart-item:last-child{border-bottom:0} .tmx-cart-item__product{display:grid;grid-template-columns:36px 96px minmax(0,1fr);gap:18px;align-items:center;min-width:0} .tmx-cart-item__remove{display:flex;align-items:center;justify-content:center} .woocommerce .tmx-cart-item__remove a.remove,.tmx-cart-item__remove a.remove{width:30px !important;height:30px !important;border-radius:999px !important;display:grid !important;place-items:center !important;background:#fff1f2 !important;color:#ff3045 !important;font-size:22px !important;font-weight:500 !important;line-height:1 !important;text-decoration:none !important;transition:background .2s ease,color .2s ease,transform .2s ease !important} .woocommerce .tmx-cart-item__remove a.remove:hover,.tmx-cart-item__remove a.remove:hover{background:#ff3045 !important;color:#fff !important;transform:scale(1.03)} .tmx-cart-item__thumb{width:96px;height:86px;display:grid;place-items:center;border-radius:10px;overflow:hidden;background:#f4f7fb;border:1px solid rgba(23,59,108,.06)} .tmx-cart-item__thumb a,.tmx-cart-item__thumb img{width:100%;height:100%} .woocommerce .tmx-cart-item__thumb img,.tmx-cart-item__thumb img{width:100% !important;height:100% !important;object-fit:contain !important;padding:0 !important;border-radius:0 !important;background:transparent !important} .tmx-cart-item__info{min-width:0} .tmx-cart-item__name{margin:0;color:var(--blue-950);font-size:16px;line-height:1.25;font-weight:750;letter-spacing:-.012em} .tmx-cart-item__name a{color:inherit} .tmx-cart-item__sku{display:block;margin-top:7px;color:#60718a;font-size:13px;font-weight:500} .tmx-cart-item__price,.tmx-cart-item__subtotal{color:#0056d8;font-size:16px;font-weight:800;white-space:nowrap} .tmx-cart-item__price .amount,.tmx-cart-item__subtotal .amount{color:inherit !important;font-weight:inherit !important} .tmx-qty-control{display:inline-grid;grid-template-columns:44px 54px 44px;min-height:44px;border:1px solid rgba(23,59,108,.14);border-radius:8px;overflow:hidden;background:#fff} .tmx-qty-control__btn{border:0;background:#fff;color:#173B6C;font-size:20px;font-weight:500;cursor:pointer;transition:background .2s ease,color .2s ease} .tmx-qty-control__btn:hover{background:#eff5ff;color:#0b63f6} .tmx-qty-control .quantity{margin:0 !important;display:block !important} .tmx-qty-control input.qty{width:54px !important;height:44px !important;min-height:44px !important;border:0 !important;border-left:1px solid rgba(23,59,108,.10) !important;border-right:1px solid rgba(23,59,108,.10) !important;border-radius:0 !important;padding:0 !important;background:#fff !important;color:var(--blue-950) !important;text-align:center !important;font-size:15px !important;font-weight:600 !important;box-shadow:none !important;appearance:textfield} .tmx-qty-control input.qty::-webkit-outer-spin-button,.tmx-qty-control input.qty::-webkit-inner-spin-button{margin:0;appearance:none} .tmx-cart-actions{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:22px 0 0;border-top:1px solid rgba(23,59,108,.09)} .tmx-cart-empty,.woocommerce .tmx-cart-update,.tmx-cart-update{min-height:46px !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;gap:10px !important;padding:0 22px !important;border-radius:5px !important;font-size:14px !important;font-weight:750 !important;line-height:1 !important;cursor:pointer !important;box-shadow:none !important} .tmx-cart-empty{background:#fff !important;border:1px solid #ff3045 !important;color:#ff3045 !important} .tmx-cart-empty:hover{background:#fff1f2 !important} .woocommerce .tmx-cart-update,.tmx-cart-update{background:#fff !important;border:1px solid #0b63f6 !important;color:#0056d8 !important} .woocommerce .tmx-cart-update:hover,.tmx-cart-update:hover{background:#f0f6ff !important;transform:none !important} .tmx-cart-summary{position:sticky;top:calc(var(--header-h) + 28px);display:grid;gap:18px} .tmx-cart-summary .cart_totals{width:100% !important;max-width:none !important;margin:0 !important;padding:24px !important} .tmx-cart-summary .cart_totals h2{margin:0 0 18px !important;color:var(--blue-950) !important;font-size:24px !important;line-height:1.15 !important;letter-spacing:-.025em !important;font-weight:800 !important} .tmx-cart-totals-box{border:1px solid rgba(23,59,108,.12);border-radius:8px;overflow:hidden;background:#fff} .tmx-cart-total-row{min-height:54px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:0 16px;border-bottom:1px solid rgba(23,59,108,.08);color:var(--blue-950);font-size:14px} .tmx-cart-total-row:last-child{border-bottom:0} .tmx-cart-total-row span{font-weight:650} .tmx-cart-total-row strong,.tmx-cart-total-row .amount{color:var(--blue-950) !important;font-weight:750 !important} .tmx-cart-total-row--grand{min-height:64px;background:linear-gradient(180deg,#f9fbfe,#f2f6fb)} .tmx-cart-total-row--grand span{font-size:16px;font-weight:800} .tmx-cart-total-row--grand strong,.tmx-cart-total-row--grand .amount{color:#0056d8 !important;font-size:24px !important;font-weight:850 !important} .tmx-cart-checkout{margin-top:20px !important;padding:0 !important} .woocommerce .tmx-cart-checkout a.checkout-button,.tmx-cart-checkout a.checkout-button{width:100% !important;min-height:58px !important;display:flex !important;align-items:center !important;justify-content:center !important;border-radius:5px !important;background:linear-gradient(135deg,#0056d8,#0b63f6) !important;color:#fff !important;font-size:16px !important;font-weight:800 !important;box-shadow:0 14px 30px rgba(11,99,246,.18) !important} .woocommerce .tmx-cart-checkout a.checkout-button::after,.tmx-cart-checkout a.checkout-button::after{content:'→';margin-left:14px;font-size:20px;line-height:1} .tmx-cart-benefits{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;padding:28px 24px !important} .tmx-cart-benefits article{min-width:0;display:grid;justify-items:center;text-align:center;gap:8px;padding:8px 20px;border-right:1px solid rgba(23,59,108,.10)} .tmx-cart-benefits article:last-child{border-right:0} .tmx-cart-benefits span,.tmx-cart-summary__trust span{display:grid;place-items:center;width:48px;height:48px;border-radius:50%;background:#eff5ff;color:#0056d8} .tmx-cart-benefits svg,.tmx-cart-summary__trust svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.3;stroke-linecap:round;stroke-linejoin:round} .tmx-cart-benefits strong{color:var(--blue-950);font-size:15px;line-height:1.25;font-weight:800} .tmx-cart-benefits small{color:#60718a;font-size:13px;line-height:1.35;font-weight:500} .tmx-cart-summary__trust{padding:6px 24px 22px !important;box-shadow:none !important;border-top:0 !important} .tmx-cart-summary__trust div{display:grid;grid-template-columns:46px 1fr;gap:14px;align-items:center;padding:16px 0;border-top:1px solid rgba(23,59,108,.10)} .tmx-cart-summary__trust p{margin:0;display:grid;gap:2px} .tmx-cart-summary__trust strong{color:var(--blue-950);font-size:14px;line-height:1.25;font-weight:800} .tmx-cart-summary__trust small{color:#60718a;font-size:12px;line-height:1.3;font-weight:500} .woocommerce-cart .woocommerce-notices-wrapper{width:min(1280px,calc(100% - 72px));margin:18px auto 0} .woocommerce-cart .woocommerce-message,.woocommerce-cart .woocommerce-info,.woocommerce-cart .woocommerce-error{border:1px solid rgba(23,59,108,.12) !important;border-radius:10px !important;background:#fff !important;color:var(--blue-950) !important;box-shadow:0 12px 30px rgba(12,34,64,.06) !important} .tmx-cart-empty-state{max-width:620px;margin:0 auto;padding:56px 36px !important;text-align:center} .tmx-cart-empty-state__icon{width:64px;height:64px;display:grid;place-items:center;margin:0 auto 18px;border-radius:50%;background:#eff5ff;font-size:28px} .tmx-cart-empty-state h1{margin:0;color:var(--blue-950);font-family:var(--font-primary);font-size:clamp(30px,4vw,44px);letter-spacing:-.035em;line-height:1.1} .tmx-cart-empty-state p{margin:12px auto 24px;color:#60718a;max-width:420px} .woocommerce .tmx-cart-empty-state__button{min-height:50px !important;border-radius:5px !important;padding:0 24px !important;background:#0b63f6 !important;color:#fff !important;font-weight:800 !important} @media (max-width:1120px){.tmx-cart-layout{grid-template-columns:1fr} .tmx-cart-summary{position:static} .tmx-cart-summary__trust{display:none}} @media (max-width:880px){body.woocommerce-cart .shop-navbar__inner,body.tmx-shop-body .shop-navbar__inner,.tmx-cart-page__container,.woocommerce-cart .woocommerce-notices-wrapper{width:min(100% - 32px,1280px) !important} .tmx-cart-page{padding:40px 0 60px !important} .tmx-cart-table__head{display:none} .tmx-cart-card{padding:14px !important;border-radius:14px !important} .tmx-cart-item{grid-template-columns:1fr;gap:18px;padding:20px 4px} .tmx-cart-item__product{grid-template-columns:30px 82px minmax(0,1fr);gap:12px} .tmx-cart-item__thumb{width:82px;height:76px} .tmx-cart-item__price,.tmx-cart-item__subtotal,.tmx-cart-item__quantity{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-left:42px} .tmx-cart-item__price::before{content:'Precio';color:#60718a;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.04em} .tmx-cart-item__quantity::before{content:'Cantidad';color:#60718a;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.04em} .tmx-cart-item__subtotal::before{content:'Subtotal';color:#60718a;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.04em} .tmx-cart-actions{display:grid;grid-template-columns:1fr} .tmx-cart-empty,.woocommerce .tmx-cart-update,.tmx-cart-update{width:100% !important} .tmx-cart-benefits{grid-template-columns:repeat(2,minmax(0,1fr));padding:18px !important} .tmx-cart-benefits article:nth-child(2n){border-right:0} .tmx-cart-benefits article:nth-child(n+3){border-top:1px solid rgba(23,59,108,.10)}} @media (max-width:620px){body.woocommerce-cart .shop-navbar__inner,body.tmx-shop-body .shop-navbar__inner{display:grid !important;grid-template-columns:1fr auto !important;gap:10px !important;padding:10px 0 !important} body.woocommerce-cart .shop-search__submit,body.tmx-shop-body .shop-search__submit{min-width:44px !important;width:44px !important;padding:0 !important;font-size:0 !important;position:relative} body.woocommerce-cart .shop-search__submit::before,body.tmx-shop-body .shop-search__submit::before{content:'⌕';font-size:18px} .tmx-cart-benefits{grid-template-columns:1fr} .tmx-cart-benefits article,.tmx-cart-benefits article:nth-child(2n){border-right:0;border-top:1px solid rgba(23,59,108,.10)} .tmx-cart-benefits article:first-child{border-top:0} .tmx-cart-hero h1{font-size:34px}} body.admin-bar .site-header{top:32px !important} @media (max-width:782px){body.admin-bar .site-header{top:46px !important}} body.woocommerce-cart,body.page-template-default.woocommerce-cart{background:linear-gradient(180deg,#ffffff 0%,#f5f9ff 44%,#ffffff 100%) !important} body.woocommerce-cart .site-header{background:#fff !important;border-bottom:1px solid rgba(23,59,108,.08) !important;box-shadow:none !important} body.woocommerce-cart .site-header__inner{width:min(1280px,calc(100% - 72px)) !important;min-height:78px !important} body.woocommerce-cart .brand__logo{height:40px !important} body.woocommerce-cart .shop-navbar{display:block !important;width:100% !important;border-top:0 !important;border-bottom:1px solid rgba(23,59,108,.10) !important;background:#ffffff !important;position:relative !important;z-index:20 !important} body.woocommerce-cart .shop-navbar__inner{width:min(1280px,calc(100% - 72px)) !important;min-height:86px !important;padding:16px 0 18px !important} body.woocommerce-cart .shop-search{border-radius:5px !important;min-height:58px !important;padding:4px 4px 4px 20px !important;border:1px solid rgba(23,59,108,.14) !important;background:#fff !important;box-shadow:0 12px 28px rgba(12,34,64,.055) !important} body.woocommerce-cart .shop-search__input{min-height:48px !important;padding:0 14px !important;border-radius:5px !important;font-size:15px !important} body.woocommerce-cart .shop-search__submit{min-width:132px !important;min-height:50px !important;border-radius:5px !important;background:#0b63f6 !important;font-size:15px !important;font-weight:800 !important;box-shadow:0 12px 28px rgba(11,99,246,.18) !important} body.woocommerce-cart .tmx-cart-page-shell,body.woocommerce-cart .tmx-cart-page{background:linear-gradient(180deg,#ffffff 0%,#f5f9ff 48%,#ffffff 100%) !important} body.woocommerce-cart .tmx-cart-page{padding:54px 0 78px !important} body.woocommerce-cart .tmx-cart-page__container{width:min(1280px,calc(100% - 72px)) !important;margin:0 auto !important} body.woocommerce-cart .tmx-cart-hero{margin:0 0 30px !important} body.woocommerce-cart .tmx-cart-hero h1{max-width:820px !important;margin:0 !important;color:#081d38 !important;font-size:clamp(42px,4.4vw,60px) !important;line-height:1.02 !important;letter-spacing:-.055em !important;font-weight:800 !important} body.woocommerce-cart .tmx-cart-breadcrumb{margin-top:16px !important;gap:12px !important;font-size:15px !important;color:#5e718d !important} body.woocommerce-cart .tmx-cart-breadcrumb a{color:#0b63f6 !important} body.woocommerce-cart .tmx-cart-layout{display:grid !important;grid-template-columns:minmax(0,1fr) 390px !important;gap:28px !important;align-items:start !important} body.woocommerce-cart .tmx-cart-main{display:grid !important;gap:26px !important} body.woocommerce-cart .tmx-cart-card,body.woocommerce-cart .tmx-cart-summary .cart_totals,body.woocommerce-cart .tmx-cart-benefits,body.woocommerce-cart .tmx-cart-summary__trust,body.woocommerce-cart .tmx-cart-empty-state{border:1px solid rgba(23,59,108,.12) !important;border-radius:18px !important;background:#fff !important;box-shadow:0 22px 60px rgba(12,34,64,.08) !important} body.woocommerce-cart .tmx-cart-card{padding:22px 22px 24px !important} body.woocommerce-cart .tmx-cart-table__head,body.woocommerce-cart .tmx-cart-item{grid-template-columns:minmax(300px,1fr) 130px 160px 130px !important;gap:24px !important} body.woocommerce-cart .tmx-cart-table__head{min-height:58px !important;padding:0 18px !important;border-bottom:1px solid rgba(23,59,108,.12) !important;color:#4e6380 !important;font-size:12px !important;font-weight:800 !important} body.woocommerce-cart .tmx-cart-item{padding:26px 18px !important;border-bottom:1px solid rgba(23,59,108,.10) !important} body.woocommerce-cart .tmx-cart-item:last-child{border-bottom:0 !important} body.woocommerce-cart .tmx-cart-item__product{grid-template-columns:34px 96px minmax(0,1fr) !important;gap:18px !important} body.woocommerce-cart .tmx-cart-item__thumb{width:96px !important;height:86px !important;border-radius:10px !important;background:#f3f6fb !important;border:1px solid rgba(23,59,108,.06) !important} body.woocommerce-cart .tmx-cart-item__name{color:#081d38 !important;font-size:16px !important;line-height:1.25 !important;font-weight:800 !important} body.woocommerce-cart .tmx-cart-item__sku{color:#5e718d !important;font-size:13px !important} body.woocommerce-cart .tmx-cart-item__price,body.woocommerce-cart .tmx-cart-item__subtotal,body.woocommerce-cart .tmx-cart-item__price .amount,body.woocommerce-cart .tmx-cart-item__subtotal .amount{color:#0058e6 !important;font-size:16px !important;font-weight:850 !important} body.woocommerce-cart .tmx-qty-control{grid-template-columns:44px 54px 44px !important;min-height:44px !important;border-radius:8px !important;border:1px solid rgba(23,59,108,.16) !important;background:#fff !important} body.woocommerce-cart .tmx-qty-control__btn{color:#173B6C !important;font-weight:700 !important} body.woocommerce-cart .tmx-cart-actions{padding-top:22px !important;border-top:1px solid rgba(23,59,108,.10) !important} body.woocommerce-cart .tmx-cart-empty,body.woocommerce-cart .woocommerce .tmx-cart-update,body.woocommerce-cart .tmx-cart-update{min-height:48px !important;min-width:172px !important;border-radius:5px !important;font-weight:800 !important} body.woocommerce-cart .tmx-cart-empty{border-color:#ff3045 !important;color:#ff3045 !important} body.woocommerce-cart .tmx-cart-update{border-color:#0b63f6 !important;color:#0058e6 !important} body.woocommerce-cart .tmx-cart-summary{position:sticky !important;top:calc(var(--header-h) + 122px) !important;display:grid !important;gap:18px !important} body.admin-bar.woocommerce-cart .tmx-cart-summary{top:calc(var(--header-h) + 154px) !important} body.woocommerce-cart .tmx-cart-summary .cart_totals{padding:26px 24px 24px !important} body.woocommerce-cart .tmx-cart-summary .cart_totals h2{margin:0 0 18px !important;color:#081d38 !important;font-size:25px !important;line-height:1.12 !important;letter-spacing:-.035em !important;font-weight:850 !important} body.woocommerce-cart .tmx-cart-totals-box{border:1px solid rgba(23,59,108,.12) !important;border-radius:8px !important;overflow:hidden !important;background:#fff !important} body.woocommerce-cart .tmx-cart-total-row{min-height:56px !important;padding:0 16px !important;display:flex !important;align-items:center !important;justify-content:space-between !important;gap:18px !important;border-bottom:1px solid rgba(23,59,108,.08) !important;color:#081d38 !important;font-size:14px !important} body.woocommerce-cart .tmx-cart-total-row span{font-weight:750 !important} body.woocommerce-cart .tmx-cart-total-row strong,body.woocommerce-cart .tmx-cart-total-row .amount{color:#081d38 !important;font-weight:800 !important} body.woocommerce-cart .tmx-cart-total-row--grand{min-height:66px !important;background:linear-gradient(180deg,#f9fbfe,#f2f6fb) !important} body.woocommerce-cart .tmx-cart-total-row--grand span{font-size:16px !important;font-weight:850 !important} body.woocommerce-cart .tmx-cart-total-row--grand strong,body.woocommerce-cart .tmx-cart-total-row--grand .amount{color:#0058e6 !important;font-size:25px !important;font-weight:900 !important} body.woocommerce-cart .tmx-quote-form{margin-top:18px !important;display:grid !important;gap:12px !important} body.woocommerce-cart .tmx-quote-form h3{margin:0 !important;color:#081d38 !important;font-size:18px !important;line-height:1.2 !important;letter-spacing:-.02em !important;font-weight:850 !important} body.woocommerce-cart .tmx-quote-form p{margin:0 0 2px !important;color:#60718a !important;font-size:13px !important;line-height:1.35 !important} body.woocommerce-cart .tmx-quote-form label{display:grid !important;gap:6px !important;margin:0 !important} body.woocommerce-cart .tmx-quote-form label span{color:#173B6C !important;font-size:12px !important;line-height:1 !important;font-weight:800 !important;text-transform:uppercase !important;letter-spacing:.04em !important} body.woocommerce-cart .tmx-quote-form input{width:100% !important;min-height:46px !important;border:1px solid rgba(23,59,108,.14) !important;border-radius:5px !important;background:#fff !important;color:#081d38 !important;padding:0 13px !important;font-size:14px !important;font-family:var(--font-body) !important;box-shadow:none !important;outline:0 !important} body.woocommerce-cart .tmx-quote-form input:focus{border-color:rgba(11,99,246,.55) !important;box-shadow:0 0 0 3px rgba(11,99,246,.10) !important} body.woocommerce-cart .tmx-quote-form__error{min-height:18px !important;color:#ff3045 !important;font-size:12px !important;font-weight:700 !important} body.woocommerce-cart .tmx-cart-checkout,body.woocommerce-cart .tmx-cart-quote-actions{margin-top:16px !important;padding:0 !important} body.woocommerce-cart .tmx-whatsapp-quote-button{width:100% !important;min-height:58px !important;display:flex !important;align-items:center !important;justify-content:center !important;gap:14px !important;border:0 !important;border-radius:5px !important;background:linear-gradient(135deg,#0056d8,#0b63f6) !important;color:#fff !important;font-family:var(--font-body) !important;font-size:16px !important;font-weight:850 !important;cursor:pointer !important;box-shadow:0 16px 34px rgba(11,99,246,.22) !important;transition:transform .2s ease,box-shadow .2s ease !important} body.woocommerce-cart .tmx-whatsapp-quote-button:hover{transform:translateY(-1px) !important;box-shadow:0 18px 38px rgba(11,99,246,.27) !important} body.woocommerce-cart .tmx-cart-benefits{display:grid !important;grid-template-columns:repeat(4,minmax(0,1fr)) !important;gap:0 !important;padding:28px 24px !important} body.woocommerce-cart .tmx-cart-benefits article{padding:8px 22px !important;text-align:center !important;justify-items:center !important;border-right:1px solid rgba(23,59,108,.10) !important} body.woocommerce-cart .tmx-cart-benefits article:last-child{border-right:0 !important} body.woocommerce-cart .tmx-cart-benefits span,body.woocommerce-cart .tmx-cart-summary__trust span{width:50px !important;height:50px !important;border-radius:50% !important;background:#eff5ff !important;color:#0058e6 !important} body.woocommerce-cart .tmx-cart-benefits strong{color:#081d38 !important;font-size:15px !important;font-weight:850 !important} body.woocommerce-cart .tmx-cart-benefits small,body.woocommerce-cart .tmx-cart-summary__trust small{color:#60718a !important} body.woocommerce-cart .tmx-cart-summary__trust{padding:6px 24px 22px !important;box-shadow:none !important} @media (max-width:1120px){body.woocommerce-cart .tmx-cart-layout{grid-template-columns:1fr !important} body.woocommerce-cart .tmx-cart-summary{position:static !important} body.woocommerce-cart .tmx-cart-summary__trust{display:grid !important}} @media (max-width:880px){body.woocommerce-cart .site-header__inner,body.woocommerce-cart .shop-navbar__inner,body.woocommerce-cart .tmx-cart-page__container,body.woocommerce-cart .woocommerce-notices-wrapper{width:min(100% - 32px,1280px) !important} body.woocommerce-cart .tmx-cart-page{padding:42px 0 62px !important} body.woocommerce-cart .tmx-cart-card{padding:16px !important} body.woocommerce-cart .tmx-cart-table__head{display:none !important} body.woocommerce-cart .tmx-cart-item{grid-template-columns:1fr !important;gap:18px !important;padding:20px 4px !important} body.woocommerce-cart .tmx-cart-item__product{grid-template-columns:30px 82px minmax(0,1fr) !important;gap:12px !important} body.woocommerce-cart .tmx-cart-item__thumb{width:82px !important;height:76px !important} body.woocommerce-cart .tmx-cart-item__price,body.woocommerce-cart .tmx-cart-item__subtotal,body.woocommerce-cart .tmx-cart-item__quantity{display:flex !important;justify-content:space-between !important;align-items:center !important;padding-left:42px !important} body.woocommerce-cart .tmx-cart-actions{display:grid !important;grid-template-columns:1fr !important} body.woocommerce-cart .tmx-cart-empty,body.woocommerce-cart .tmx-cart-update{width:100% !important} body.woocommerce-cart .tmx-cart-benefits{grid-template-columns:repeat(2,minmax(0,1fr)) !important;padding:18px !important} body.woocommerce-cart .tmx-cart-benefits article:nth-child(2n){border-right:0 !important} body.woocommerce-cart .tmx-cart-benefits article:nth-child(n+3){border-top:1px solid rgba(23,59,108,.10) !important}} @media (max-width:620px){body.woocommerce-cart .shop-navbar__inner{display:grid !important;grid-template-columns:1fr auto !important;gap:10px !important;min-height:auto !important;padding:10px 0 12px !important} body.woocommerce-cart .shop-search{min-height:50px !important;padding-left:12px !important} body.woocommerce-cart .shop-search__submit{min-width:44px !important;width:44px !important;min-height:42px !important;padding:0 !important;font-size:0 !important;position:relative !important} body.woocommerce-cart .shop-search__submit::before{content:'⌕' !important;font-size:18px !important} body.woocommerce-cart .tmx-cart-benefits{grid-template-columns:1fr !important} body.woocommerce-cart .tmx-cart-benefits article,body.woocommerce-cart .tmx-cart-benefits article:nth-child(2n){border-right:0 !important;border-top:1px solid rgba(23,59,108,.10) !important} body.woocommerce-cart .tmx-cart-benefits article:first-child{border-top:0 !important} body.woocommerce-cart .tmx-cart-hero h1{font-size:34px !important}} body.woocommerce-cart,body.woocommerce-cart .tmx-cart-page,body.woocommerce-cart .tmx-cart-page *{font-family:var(--font-body) !important} body.woocommerce-cart .site-header>.shop-navbar,body.woocommerce-cart .site-header + .shop-navbar{display:none !important} body.woocommerce-cart .tmx-cart-page{padding:26px 0 76px !important;background:linear-gradient(180deg,#ffffff 0%,#f5f8fc 48%,#ffffff 100%) !important} body.woocommerce-cart .tmx-cart-page__container{width:min(1260px,calc(100% - 72px)) !important} body.woocommerce-cart .tmx-cart-search-row{width:100% !important;margin:0 0 42px !important} body.woocommerce-cart .tmx-cart-search{width:100% !important;min-height:56px !important;display:flex !important;align-items:center !important;gap:10px !important;padding:4px 4px 4px 22px !important;border:1px solid rgba(23,59,108,.14) !important;border-radius:5px !important;background:#fff !important;box-shadow:0 12px 30px rgba(12,34,64,.055) !important} body.woocommerce-cart .tmx-cart-search .shop-search__icon{color:#6c7f99 !important;flex:0 0 auto !important} body.woocommerce-cart .tmx-cart-search .shop-search__input{min-height:48px !important;flex:1 1 auto !important;border:0 !important;outline:0 !important;background:transparent !important;color:#173B6C !important;font-family:var(--font-body) !important;font-size:15px !important;font-weight:400 !important;box-shadow:none !important} body.woocommerce-cart .tmx-cart-search .shop-search__submit{min-width:128px !important;min-height:48px !important;border-radius:5px !important;border:1px solid #2e86ff !important;background:#2e86ff !important;color:#fff !important;font-family:var(--font-body) !important;font-size:14px !important;font-weight:600 !important;letter-spacing:0 !important;box-shadow:none !important} body.woocommerce-cart .tmx-cart-hero{margin:0 0 28px !important} body.woocommerce-cart .tmx-cart-hero h1{margin:0 !important;color:var(--blue-950) !important;font-family:var(--font-primary) !important;font-size:clamp(32px,3vw,42px) !important;line-height:1.08 !important;letter-spacing:-.035em !important;font-weight:500 !important} body.woocommerce-cart .tmx-cart-breadcrumb{margin-top:12px !important;display:flex !important;align-items:center !important;gap:10px !important;font-family:var(--font-body) !important;font-size:14px !important;line-height:1.4 !important;font-weight:400 !important;color:#5f7594 !important} body.woocommerce-cart .tmx-cart-breadcrumb a{color:#2e86ff !important;font-weight:500 !important} body.woocommerce-cart .tmx-cart-layout{grid-template-columns:minmax(0,1fr) 390px !important;gap:26px !important} body.woocommerce-cart .tmx-cart-card,body.woocommerce-cart .tmx-cart-summary .cart_totals,body.woocommerce-cart .tmx-cart-benefits,body.woocommerce-cart .tmx-cart-summary__trust,body.woocommerce-cart .tmx-cart-empty-state{border-radius:12px !important;border:1px solid rgba(23,59,108,.11) !important;background:#fff !important;box-shadow:0 18px 42px rgba(12,34,64,.075) !important} body.woocommerce-cart .tmx-cart-card{padding:24px 24px 22px !important} body.woocommerce-cart .tmx-cart-table__head,body.woocommerce-cart .tmx-cart-item{grid-template-columns:minmax(320px,1fr) 128px 160px 128px !important;gap:22px !important} body.woocommerce-cart .tmx-cart-table__head{min-height:52px !important;padding:0 14px !important;border-bottom:1px solid rgba(23,59,108,.10) !important;color:#4D6485 !important;font-size:12px !important;font-weight:600 !important;letter-spacing:.02em !important} body.woocommerce-cart .tmx-cart-item{padding:26px 14px !important;border-bottom:1px solid rgba(23,59,108,.09) !important} body.woocommerce-cart .tmx-cart-item__product{grid-template-columns:34px 96px minmax(0,1fr) !important;gap:18px !important} body.woocommerce-cart .tmx-cart-item__thumb{width:96px !important;height:86px !important;border-radius:8px !important;background:#f4f7fb !important;border:1px solid rgba(23,59,108,.06) !important;overflow:hidden !important} body.woocommerce-cart .tmx-cart-item__thumb img{width:100% !important;height:100% !important;object-fit:contain !important;object-position:center !important} body.woocommerce-cart .tmx-cart-item__name,body.woocommerce-cart .tmx-cart-item__name a{color:var(--blue-950) !important;font-family:var(--font-body) !important;font-size:15px !important;line-height:1.28 !important;font-weight:500 !important;letter-spacing:0 !important} body.woocommerce-cart .tmx-cart-item__sku{margin-top:6px !important;color:#5f7594 !important;font-size:13px !important;font-weight:400 !important} body.woocommerce-cart .tmx-cart-item__price,body.woocommerce-cart .tmx-cart-item__subtotal,body.woocommerce-cart .tmx-cart-item__price .amount,body.woocommerce-cart .tmx-cart-item__subtotal .amount{color:#0058e6 !important;font-size:15px !important;line-height:1.4 !important;font-weight:600 !important} body.woocommerce-cart .tmx-qty-control{grid-template-columns:42px 54px 42px !important;min-height:42px !important;border-radius:5px !important;border:1px solid rgba(23,59,108,.14) !important;background:#fff !important} body.woocommerce-cart .tmx-qty-control input.qty{font-size:14px !important;font-weight:500 !important;color:var(--blue-950) !important} body.woocommerce-cart .tmx-qty-control__btn{color:#173B6C !important;font-size:16px !important;font-weight:500 !important} body.woocommerce-cart .tmx-cart-actions{padding-top:20px !important;border-top:1px solid rgba(23,59,108,.09) !important} body.woocommerce-cart .tmx-cart-empty,body.woocommerce-cart .woocommerce .tmx-cart-update,body.woocommerce-cart .tmx-cart-update{min-height:46px !important;min-width:170px !important;border-radius:5px !important;font-family:var(--font-body) !important;font-size:14px !important;font-weight:600 !important;letter-spacing:0 !important} body.woocommerce-cart .tmx-cart-summary{top:124px !important;gap:16px !important} body.admin-bar.woocommerce-cart .tmx-cart-summary{top:156px !important} body.woocommerce-cart .tmx-cart-summary .cart_totals{padding:24px 22px 22px !important} body.woocommerce-cart .tmx-cart-summary .cart_totals h2,body.woocommerce-cart .tmx-quote-form h3{color:var(--blue-950) !important;font-family:var(--font-primary) !important;line-height:1.16 !important;letter-spacing:-.02em !important;font-weight:500 !important} body.woocommerce-cart .tmx-cart-summary .cart_totals h2{margin:0 0 16px !important;font-size:24px !important} body.woocommerce-cart .tmx-cart-totals-box{border-radius:5px !important;border:1px solid rgba(23,59,108,.12) !important} body.woocommerce-cart .tmx-cart-total-row{min-height:52px !important;padding:0 16px !important;color:var(--blue-950) !important;font-family:var(--font-body) !important;font-size:14px !important;line-height:1.35 !important} body.woocommerce-cart .tmx-cart-total-row span,body.woocommerce-cart .tmx-cart-total-row strong,body.woocommerce-cart .tmx-cart-total-row .amount,body.woocommerce-cart .tmx-cart-total-row--grand span,body.woocommerce-cart .tmx-cart-total-row--grand strong,body.woocommerce-cart .tmx-cart-total-row--grand .amount{font-family:var(--font-body) !important;font-size:14px !important;line-height:1.35 !important;font-weight:500 !important} body.woocommerce-cart .tmx-cart-total-row strong,body.woocommerce-cart .tmx-cart-total-row .amount{color:var(--blue-950) !important} body.woocommerce-cart .tmx-cart-total-row--grand{min-height:58px !important;background:#f4f7fb !important} body.woocommerce-cart .tmx-cart-total-row--grand strong,body.woocommerce-cart .tmx-cart-total-row--grand .amount{color:#0058e6 !important;font-weight:600 !important} body.woocommerce-cart .tmx-quote-form{margin-top:18px !important;gap:11px !important} body.woocommerce-cart .tmx-quote-form h3{margin:0 !important;font-size:18px !important} body.woocommerce-cart .tmx-quote-form p{color:#5f7594 !important;font-size:13px !important;font-weight:400 !important;line-height:1.45 !important} body.woocommerce-cart .tmx-quote-form label span{color:#173B6C !important;font-size:11px !important;font-weight:600 !important;letter-spacing:.04em !important} body.woocommerce-cart .tmx-quote-form input{min-height:44px !important;font-family:var(--font-body) !important;font-size:13.5px !important;font-weight:400 !important;border-radius:5px !important} body.woocommerce-cart .tmx-whatsapp-quote-button{min-height:54px !important;border-radius:5px !important;background:#0b63f6 !important;font-family:var(--font-body) !important;font-size:15px !important;font-weight:600 !important;letter-spacing:0 !important;box-shadow:0 14px 30px rgba(11,99,246,.18) !important} body.woocommerce-cart .tmx-whatsapp-quote-button:disabled,body.woocommerce-cart .tmx-whatsapp-quote-button.is-loading{cursor:wait !important;opacity:.78 !important;transform:none !important} body.woocommerce-cart .tmx-cart-benefits{grid-template-columns:repeat(4,minmax(0,1fr)) !important;padding:26px 22px !important} body.woocommerce-cart .tmx-cart-benefits article{padding:6px 20px !important} body.woocommerce-cart .tmx-cart-benefits span,body.woocommerce-cart .tmx-cart-summary__trust span{width:46px !important;height:46px !important;background:#eff5ff !important;color:#2e86ff !important} body.woocommerce-cart .tmx-cart-benefits strong,body.woocommerce-cart .tmx-cart-summary__trust strong{color:var(--blue-950) !important;font-family:var(--font-body) !important;font-size:14px !important;line-height:1.25 !important;font-weight:500 !important} body.woocommerce-cart .tmx-cart-benefits small,body.woocommerce-cart .tmx-cart-summary__trust small{color:#5f7594 !important;font-size:13px !important;line-height:1.35 !important;font-weight:400 !important} @media (max-width:1120px){body.woocommerce-cart .tmx-cart-layout{grid-template-columns:1fr !important}} @media (max-width:880px){body.woocommerce-cart .tmx-cart-page__container,body.woocommerce-cart .site-header__inner{width:min(100% - 32px,1260px) !important} body.woocommerce-cart .tmx-cart-page{padding:18px 0 58px !important} body.woocommerce-cart .tmx-cart-search-row{margin-bottom:28px !important} body.woocommerce-cart .tmx-cart-card{padding:16px !important} body.woocommerce-cart .tmx-cart-item__product{grid-template-columns:30px 82px minmax(0,1fr) !important} body.woocommerce-cart .tmx-cart-hero h1{font-size:32px !important} body.woocommerce-cart .tmx-cart-benefits{grid-template-columns:repeat(2,minmax(0,1fr)) !important}} @media (max-width:620px){body.woocommerce-cart .tmx-cart-search{min-height:50px !important;padding:4px 4px 4px 14px !important} body.woocommerce-cart .tmx-cart-search .shop-search__submit{min-width:82px !important;min-height:42px !important;font-size:13px !important} body.woocommerce-cart .tmx-cart-benefits{grid-template-columns:1fr !important}} body.woocommerce-cart .tmx-cart-page__container{width:min(1320px,calc(100% - 72px)) !important} body.woocommerce-cart .tmx-cart-layout{grid-template-columns:minmax(0,1fr) 368px !important;gap:40px !important;align-items:start !important} @media (max-width:1180px){body.woocommerce-cart .tmx-cart-layout{grid-template-columns:minmax(0,1fr) 340px !important;gap:30px !important}} body.woocommerce-cart .tmx-cart-layout{align-items:start !important} @media (max-width:1080px){body.woocommerce-cart .tmx-cart-page{padding:22px 0 58px !important} body.woocommerce-cart .tmx-cart-page__container{width:min(100% - 40px,920px) !important} body.woocommerce-cart .tmx-cart-layout{grid-template-columns:1fr !important;gap:22px !important} body.woocommerce-cart .tmx-cart-summary{width:100% !important;max-width:100% !important} body.woocommerce-cart .tmx-cart-summary .cart_totals{width:100% !important;max-width:100% !important} body.woocommerce-cart .tmx-cart-benefits{margin-top:0 !important}} @media (max-width:760px){body.woocommerce-cart .tmx-cart-page{padding:16px 0 46px !important} body.woocommerce-cart .tmx-cart-page__container{width:calc(100% - 24px) !important} body.woocommerce-cart .tmx-cart-search-row{margin:0 0 24px !important} body.woocommerce-cart .tmx-cart-search{min-height:auto !important;display:grid !important;grid-template-columns:28px 1fr !important;gap:8px !important;padding:10px !important} body.woocommerce-cart .tmx-cart-search .shop-search__input{min-width:0 !important;width:100% !important;min-height:42px !important;font-size:14px !important} body.woocommerce-cart .tmx-cart-search .shop-search__submit{grid-column:1 / -1 !important;width:100% !important;min-width:0 !important;min-height:44px !important} body.woocommerce-cart .tmx-cart-hero{margin-bottom:20px !important} body.woocommerce-cart .tmx-cart-hero h1{font-size:28px !important;line-height:1.12 !important;letter-spacing:-.02em !important} body.woocommerce-cart .tmx-cart-breadcrumb{font-size:13px !important;flex-wrap:wrap !important} body.woocommerce-cart .tmx-cart-card{padding:16px !important;border-radius:10px !important} body.woocommerce-cart .tmx-cart-table__head{display:none !important} body.woocommerce-cart .tmx-cart-item{display:grid !important;grid-template-columns:1fr !important;gap:14px !important;padding:0 0 18px !important;border-bottom:1px solid rgba(23,59,108,.10) !important} body.woocommerce-cart .tmx-cart-item + .tmx-cart-item{padding-top:18px !important} body.woocommerce-cart .tmx-cart-item__product{display:grid !important;grid-template-columns:34px 82px minmax(0,1fr) !important;gap:12px !important;align-items:center !important} body.woocommerce-cart .tmx-cart-item__thumb{width:82px !important;height:76px !important} body.woocommerce-cart .tmx-cart-item__name,body.woocommerce-cart .tmx-cart-item__name a{font-size:14px !important;line-height:1.28 !important} body.woocommerce-cart .tmx-cart-item__sku{font-size:12px !important} body.woocommerce-cart .tmx-cart-item__price,body.woocommerce-cart .tmx-cart-item__quantity,body.woocommerce-cart .tmx-cart-item__subtotal{width:100% !important;display:grid !important;grid-template-columns:96px minmax(0,1fr) !important;align-items:center !important;gap:12px !important} body.woocommerce-cart .tmx-cart-item__price::before{content:"Precio" !important;color:#4D6485 !important;font-size:11px !important;font-weight:600 !important;text-transform:uppercase !important;letter-spacing:.02em !important} body.woocommerce-cart .tmx-cart-item__quantity::before{content:"Cantidad" !important;color:#4D6485 !important;font-size:11px !important;font-weight:600 !important;text-transform:uppercase !important;letter-spacing:.02em !important} body.woocommerce-cart .tmx-cart-item__subtotal::before{content:"Subtotal" !important;color:#4D6485 !important;font-size:11px !important;font-weight:600 !important;text-transform:uppercase !important;letter-spacing:.02em !important} body.woocommerce-cart .tmx-qty-control{width:142px !important;max-width:100% !important;grid-template-columns:42px 58px 42px !important} body.woocommerce-cart .tmx-cart-actions{display:grid !important;grid-template-columns:1fr !important;gap:12px !important;padding-top:16px !important} body.woocommerce-cart .tmx-cart-empty,body.woocommerce-cart .tmx-cart-update,body.woocommerce-cart .woocommerce .tmx-cart-update{width:100% !important;min-width:0 !important;justify-content:center !important} body.woocommerce-cart .tmx-cart-summary .cart_totals{padding:18px !important;border-radius:10px !important} body.woocommerce-cart .tmx-cart-summary .cart_totals h2{font-size:22px !important;line-height:1.18 !important;margin-bottom:14px !important} body.woocommerce-cart .cart_totals table th,body.woocommerce-cart .cart_totals table td{padding:14px !important;font-size:14px !important} body.woocommerce-cart .cart_totals .order-total th,body.woocommerce-cart .cart_totals .order-total td,body.woocommerce-cart .cart_totals .order-total .amount{font-size:16px !important;line-height:1.3 !important} body.woocommerce-cart .tmx-quote-form{margin-top:16px !important} body.woocommerce-cart .tmx-quote-form h3{font-size:17px !important} body.woocommerce-cart .tmx-quote-form input{min-height:46px !important;font-size:14px !important} body.woocommerce-cart .tmx-whatsapp-quote-button{width:100% !important;min-height:48px !important} body.woocommerce-cart .tmx-cart-benefits{grid-template-columns:1fr 1fr !important;gap:0 !important;padding:14px !important;border-radius:10px !important} body.woocommerce-cart .tmx-cart-benefit{padding:16px 10px !important;min-height:auto !important} body.woocommerce-cart .tmx-cart-benefit:nth-child(2n){border-right:0 !important} body.woocommerce-cart .tmx-cart-benefit:nth-child(n+3){border-top:1px solid rgba(23,59,108,.10) !important} body.woocommerce-cart .tmx-cart-benefit h3{font-size:13px !important;line-height:1.25 !important} body.woocommerce-cart .tmx-cart-benefit p{font-size:12px !important;line-height:1.35 !important} body.woocommerce-cart .tmx-cart-summary__trust{padding:16px !important;border-radius:10px !important}} @media (max-width:480px){body.woocommerce-cart .tmx-cart-page__container{width:calc(100% - 18px) !important} body.woocommerce-cart .tmx-cart-card{padding:14px !important} body.woocommerce-cart .tmx-cart-item__product{grid-template-columns:30px 74px minmax(0,1fr) !important;gap:10px !important} body.woocommerce-cart .tmx-cart-item__thumb{width:74px !important;height:70px !important} body.woocommerce-cart .tmx-cart-item__price,body.woocommerce-cart .tmx-cart-item__quantity,body.woocommerce-cart .tmx-cart-item__subtotal{grid-template-columns:78px minmax(0,1fr) !important;gap:8px !important} body.woocommerce-cart .tmx-qty-control{width:132px !important;grid-template-columns:38px 56px 38px !important;min-height:40px !important} body.woocommerce-cart .tmx-cart-benefits{grid-template-columns:1fr !important} body.woocommerce-cart .tmx-cart-benefit{border-right:0 !important;border-top:1px solid rgba(23,59,108,.10) !important} body.woocommerce-cart .tmx-cart-benefit:first-child{border-top:0 !important}} @media (max-width:820px){html,body{width:100% !important;max-width:100% !important;overflow-x:hidden !important} body.home main,body.home .hero--home,.hero--home{width:100% !important;max-width:100vw !important;min-width:0 !important;overflow:hidden !important} body.home .site-header .site-header__inner{width:calc(100% - 28px) !important;max-width:none !important;min-width:0 !important;margin-left:auto !important;margin-right:auto !important} .hero--home .container,.hero--home .hero__inner,.hero--home .hero__inner--home{width:100% !important;max-width:100% !important;min-width:0 !important;margin-left:0 !important;margin-right:0 !important;box-sizing:border-box !important} .hero--home .hero__inner--home{display:grid !important;grid-template-columns:minmax(0,1fr) !important;gap:22px !important;padding:32px 14px 34px !important;min-height:auto !important;align-items:start !important} .hero--home .hero__content{width:100% !important;max-width:100% !important;min-width:0 !important;padding:0 !important} .hero--home .eyebrow{max-width:100% !important;white-space:normal !important;font-size:10.5px !important;line-height:1.35 !important;padding:7px 10px !important} .hero--home h1,.hero--home .hero__content h1{width:100% !important;max-width:100% !important;margin-top:16px !important;font-size:clamp(28px,8.4vw,34px) !important;line-height:1.1 !important;letter-spacing:-.025em !important;overflow-wrap:break-word !important} .hero--home .hero__copy,.hero--home .hero__content p{width:100% !important;max-width:100% !important;margin-top:16px !important;font-size:14.5px !important;line-height:1.58 !important;overflow-wrap:break-word !important} .hero--home .hero__actions{width:100% !important;display:grid !important;grid-template-columns:1fr !important;gap:10px !important;margin-top:22px !important} .hero--home .hero__actions .btn,.hero--home .btn{width:100% !important;min-width:0 !important;max-width:100% !important;min-height:42px !important;box-sizing:border-box !important;padding-left:12px !important;padding-right:12px !important;font-size:12.5px !important;line-height:1.2 !important;white-space:normal !important} .hero--home .feature-grid{position:static !important;left:auto !important;right:auto !important;bottom:auto !important;transform:none !important;width:100% !important;max-width:100% !important;min-width:0 !important;display:grid !important;grid-template-columns:minmax(0,1fr) !important;gap:10px !important;margin:22px 0 0 !important} .hero--home .feature-pill{width:100% !important;max-width:100% !important;min-width:0 !important;min-height:52px !important;padding:12px 14px !important;gap:12px !important;box-sizing:border-box !important;border-radius:5px !important;overflow:hidden !important} .hero--home .feature-pill span.feature-pill__icon{width:24px !important;height:24px !important;min-width:24px !important;flex:0 0 24px !important} .hero--home .feature-pill span.feature-pill__icon svg{width:20px !important;height:20px !important} .hero--home .feature-pill span.feature-pill__text{min-width:0 !important;font-size:13px !important;line-height:1.32 !important;overflow-wrap:break-word !important} .hero--home .hero__visual{width:100% !important;max-width:100% !important;min-width:0 !important;min-height:auto !important;margin:0 !important;padding:0 !important;gap:0 !important;overflow:hidden !important} .hero--home .hero__visual::before,.hero--home .hero__visual::after,.hero--home .hero__glow{display:none !important;content:none !important} .hero--home .hero__printer{display:block !important;width:min(100%,310px) !important;max-width:100% !important;height:auto !important;max-height:none !important;margin:8px auto 0 !important;transform:none !important} .hero-visual-marquee{display:none !important} #soluciones{padding-top:54px !important} body.home .section>.container,body.home section:not(.hero--home)>.container{width:calc(100% - 28px) !important;max-width:100% !important;min-width:0 !important;box-sizing:border-box !important} body.home .grid,body.home .grid-2,body.home .grid-3,body.home .grid-4,body.home .solutions-grid,body.home .rent-benefits-grid,body.home .about-mini-grid,body.home .mini-status-grid{grid-template-columns:minmax(0,1fr) !important;width:100% !important;max-width:100% !important;min-width:0 !important} body.home img,body.home svg,body.home video{max-width:100% !important}} @media (max-width:390px){.hero--home .hero__inner--home{padding-left:10px !important;padding-right:10px !important} .hero--home h1,.hero--home .hero__content h1{font-size:29px !important} .hero--home .hero__copy,.hero--home .hero__content p{font-size:14px !important}} @media (max-width:820px){.site-header--shop .site-header__inner{width:calc(100% - 24px) !important;min-height:68px !important;padding:10px 0 !important} .site-header--shop .brand{min-width:0 !important;flex:1 1 auto !important} .site-header--shop .brand__logo{max-width:140px !important;width:auto !important;height:auto !important;max-height:34px !important} .shop-navbar{overflow:hidden !important} .shop-navbar__inner{width:calc(100% - 24px) !important;min-width:0 !important;display:grid !important;grid-template-columns:minmax(0,1fr) auto !important;align-items:center !important;gap:10px !important;padding:10px 0 12px !important} .shop-search{min-width:0 !important;width:100% !important;display:grid !important;grid-template-columns:18px minmax(0,1fr) 46px !important;align-items:center !important;gap:8px !important;padding:4px 4px 4px 12px !important;border-radius:5px !important} .shop-search__icon{justify-self:center !important} .shop-search__input{min-width:0 !important;width:100% !important;padding:10px 2px !important;font-size:14px !important} .shop-search__submit{width:46px !important;min-width:46px !important;height:42px !important;padding:0 !important;border-radius:5px !important;font-size:0 !important;display:grid !important;place-items:center !important;overflow:hidden !important} .shop-search__submit::after{content:"→" !important;font-size:18px !important;line-height:1 !important} .shop-navbar__actions{min-width:0 !important;flex:0 0 auto !important;gap:0 !important} .shop-cart{width:42px !important;height:42px !important;min-width:42px !important;padding:0 !important;border-radius:5px !important;display:grid !important;place-items:center !important;box-shadow:none !important} .shop-cart__icon svg{width:22px !important;height:22px !important} .tmx-store-subnav{overflow:hidden !important} .tmx-store-subnav__inner{width:100% !important;min-width:0 !important;box-sizing:border-box !important;padding:0 12px !important;min-height:52px !important;gap:10px !important} .tmx-store-subnav__scroll{min-width:0 !important;width:100% !important;overflow-x:auto !important;overflow-y:hidden !important;-webkit-overflow-scrolling:touch !important} .tmx-store-subnav__menu,.tmx-store-subnav__link{min-height:52px !important} .tmx-store-subnav__link{padding:0 12px !important;font-size:12px !important;gap:8px !important} .tmx-store-subnav__link + .tmx-store-subnav__link::before{height:14px !important} .tmx-store-breadcrumb,.tmx-store-container,.tmx-store-controlbar,.tmx-store-product-grid{min-width:0 !important}} @media (max-width:480px){.site-header--shop .site-header__inner,.shop-navbar__inner,.tmx-store-container{width:calc(100% - 18px) !important} .tmx-store-subnav__inner{padding:0 8px !important} .tmx-store-subnav__link{padding:0 10px !important;font-size:11px !important} .tmx-store-subnav__icon,.tmx-store-subnav__icon svg{width:16px !important;height:16px !important}} @media (max-width:820px){html body.admin-bar .site-header{top:46px !important} html body:not(.admin-bar) .site-header{top:0 !important} html body .site-header{position:sticky !important;z-index:900 !important} html body .site-header__inner{min-height:66px !important} html body .site-header .brand__logo{max-height:38px !important;width:auto !important} html body .hero,html body .hero-section,html body .alquiler-hero,html body .rental-hero,html body .page-hero,html body .tmx-hero,html body .tmx-rental-hero,html body .front-hero{padding-top:max(28px,env(safe-area-inset-top)) !important;margin-top:0 !important} html body .hero .eyebrow,html body .hero-section .eyebrow,html body .alquiler-hero .eyebrow,html body .rental-hero .eyebrow,html body .page-hero .eyebrow,html body .tmx-hero .eyebrow,html body .tmx-rental-hero .eyebrow,html body .front-hero .eyebrow{margin-top:0 !important} html body .site-header .nav{top:calc(100% + 8px) !important;max-height:calc(100vh - 130px) !important} html body.admin-bar .site-header .nav{max-height:calc(100vh - 176px) !important} html body .site-header,html body .site-header--shop{--header-h:66px !important}} @media (max-width:600px){html body.admin-bar .site-header{top:46px !important} html body.admin-bar{padding-top:0 !important}} @media (max-width:820px){html body:not(.admin-bar) #wpadminbar{display:none !important}} @media (max-width:820px){html body .shop-search__submit,html body .tmx-cart-search .shop-search__submit{font-size:0 !important;line-height:0 !important;position:relative !important} html body .shop-search__submit::after,html body .tmx-cart-search .shop-search__submit::after{content:none !important;display:none !important} html body .shop-search__submit::before,html body .tmx-cart-search .shop-search__submit::before{content:"" !important;display:block !important;width:18px !important;height:18px !important;margin:0 auto !important;background-repeat:no-repeat !important;background-position:center !important;background-size:18px 18px !important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E") !important}} @media (max-width:820px){html body .site-header,html body.admin-bar .site-header,html body .site-header--shop,html body.admin-bar .site-header--shop{top:0 !important;margin-top:0 !important;padding-top:0 !important} html body .site-header__inner,html body .site-header--shop .site-header__inner{min-height:64px !important;padding-top:0 !important;padding-bottom:0 !important;align-items:center !important} html body .site-header .brand,html body .site-header--shop .brand{display:flex !important;align-items:center !important;margin:0 !important;padding:0 !important} html body .site-header .brand__logo,html body .site-header--shop .brand__logo{display:block !important;margin:0 !important} html body .shop-navbar{margin-top:0 !important} html body .shop-navbar__inner{padding-top:8px !important;padding-bottom:10px !important}} @media (max-width:600px){html body.admin-bar{padding-top:0 !important} html body.admin-bar #wpadminbar{position:absolute !important}} @media (max-width:820px){html body .shop-search__submit,html body .tmx-cart-search .shop-search__submit{display:flex !important;align-items:center !important;justify-content:center !important;line-height:1 !important;padding:0 !important} html body .shop-search__submit::before,html body .tmx-cart-search .shop-search__submit::before{margin:0 !important;position:static !important;transform:none !important;flex:0 0 auto !important;align-self:center !important}} .hero--about-page .hero__inner--about-page{grid-template-columns:minmax(0,.88fr) minmax(520px,680px) !important;gap:48px !important;align-items:center !important} .hero--about-page .about-photo-card{width:100% !important;max-width:680px !important;justify-self:end !important;align-self:center !important;min-height:0 !important;aspect-ratio:1 / 1.06 !important;background:#fff !important} .hero--about-page .about-photo-card img{width:100% !important;height:100% !important;min-height:0 !important;object-fit:contain !important;object-position:center center !important;background:#fff !important} @media (max-width:1180px){.hero--about-page .hero__inner--about-page{grid-template-columns:minmax(0,1fr) minmax(460px,580px) !important;gap:36px !important} .hero--about-page .about-photo-card{max-width:580px !important}} @media (max-width:1060px){.hero--about-page .hero__inner--about-page{grid-template-columns:1fr !important} .hero--about-page .about-photo-card{justify-self:center !important;width:min(100%,680px) !important;max-width:680px !important;aspect-ratio:1 / .92 !important}} @media (max-width:620px){.hero--about-page .about-photo-card{width:100% !important;aspect-ratio:1 / 1.04 !important}} .hero--about-page .hero__inner--about-page{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:48px !important;align-items:center !important} .hero--about-page .hero__content{max-width:none !important} .hero--about-page .about-photo-card{width:100% !important;max-width:none !important;justify-self:stretch !important;align-self:center !important;margin:0 !important;padding:0 !important;aspect-ratio:auto !important;background:transparent !important;overflow:hidden !important;border-radius:5px !important} .hero--about-page .about-photo-card img{width:100% !important;height:auto !important;min-height:0 !important;max-height:none !important;display:block !important;object-fit:contain !important;object-position:center center !important;padding:0 !important;margin:0 !important;border-radius:5px !important;background:transparent !important} @media (max-width:1060px){.hero--about-page .hero__inner--about-page{grid-template-columns:1fr !important;gap:32px !important} .hero--about-page .about-photo-card{width:100% !important;max-width:none !important} .hero--about-page .about-photo-card img{width:100% !important;height:auto !important;min-height:0 !important}} .hero--about-page .hero__inner--about-page{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:48px !important;align-items:stretch !important} .hero--about-page .hero__content{height:100% !important;min-height:100% !important;justify-content:center !important} .hero--about-page .about-photo-card{width:100% !important;height:100% !important;min-height:100% !important;max-width:none !important;align-self:stretch !important;justify-self:stretch !important;display:flex !important;margin:0 !important;padding:0 !important;overflow:hidden !important;border-radius:5px !important;background:transparent !important} .hero--about-page .about-photo-card img{width:100% !important;height:100% !important;min-height:100% !important;display:block !important;object-fit:cover !important;object-position:center center !important;margin:0 !important;padding:0 !important;border-radius:5px !important;background:transparent !important} @media (max-width:1060px){.hero--about-page .hero__inner--about-page{grid-template-columns:1fr !important;align-items:start !important;gap:32px !important} .hero--about-page .about-photo-card{height:auto !important;min-height:0 !important} .hero--about-page .about-photo-card img{height:auto !important;min-height:0 !important;object-fit:contain !important}} .hero--about-page>.container,.hero--about-page .container,.hero--about-page .hero__inner--about-page{width:min(1480px,calc(100% - 64px)) !important;max-width:1480px !important} .hero--about-page .hero__inner--about-page{grid-template-columns:minmax(0,1fr) minmax(0,1fr) !important;gap:44px !important;align-items:center !important} .hero--about-page .hero__content{max-width:none !important;width:100% !important} .hero--about-page .about-photo-card{width:100% !important;max-width:none !important;height:auto !important;min-height:0 !important;align-self:center !important;justify-self:stretch !important;display:block !important;padding:0 !important;margin:0 !important;overflow:hidden !important;border-radius:5px !important;background:transparent !important} .hero--about-page .about-photo-card img{width:100% !important;height:auto !important;min-height:0 !important;max-height:none !important;display:block !important;object-fit:contain !important;object-position:center center !important;padding:0 !important;margin:0 !important;border-radius:5px !important;background:transparent !important} @media (min-width:1440px){.hero--about-page>.container,.hero--about-page .container,.hero--about-page .hero__inner--about-page{width:min(1520px,calc(100% - 48px)) !important;max-width:1520px !important}} @media (max-width:1280px){.hero--about-page>.container,.hero--about-page .container,.hero--about-page .hero__inner--about-page{width:min(1200px,calc(100% - 44px)) !important} .hero--about-page .hero__inner--about-page{gap:36px !important}} @media (max-width:1060px){.hero--about-page>.container,.hero--about-page .container,.hero--about-page .hero__inner--about-page{width:calc(100% - 28px) !important} .hero--about-page .hero__inner--about-page{grid-template-columns:1fr !important;gap:30px !important} .hero--about-page .about-photo-card img{width:100% !important;height:auto !important}} .woocommerce a.added_to_cart,.woocommerce a.added_to_cart.wc-forward,.woocommerce ul.products li.product a.added_to_cart,.woocommerce ul.products li.product a.added_to_cart.wc-forward,.tmx-store-product-card a.added_to_cart,.tmx-store-product-card a.added_to_cart.wc-forward,.tmx-store-product-card__actions a.added_to_cart,.tmx-store-product-card__actions a.added_to_cart.wc-forward,.tmx-product-card a.added_to_cart,.tmx-product-card a.added_to_cart.wc-forward,.related.products a.added_to_cart,.related.products a.added_to_cart.wc-forward,.recommended-products a.added_to_cart,.recommended-products a.added_to_cart.wc-forward{display:none !important;visibility:hidden !important;opacity:0 !important;width:0 !important;height:0 !important;min-width:0 !important;min-height:0 !important;padding:0 !important;margin:0 !important;overflow:hidden !important} .home-shop-products-grid--discovery .home-shop-product-card__image,.home-shop-product-card--recommendation .home-shop-product-card__image{height:230px !important;min-height:230px !important;max-height:230px !important;padding:0 !important;background:#fff !important;overflow:hidden !important} .home-shop-products-grid--discovery .home-shop-product-card__image img,.home-shop-products-grid--discovery .home-shop-product-card__image .tmx-product-image,.home-shop-product-card--recommendation .home-shop-product-card__image img,.home-shop-product-card--recommendation .home-shop-product-card__image .tmx-product-image{width:100% !important;height:100% !important;max-height:100% !important;object-fit:cover !important;object-position:center center !important;display:block !important} @media (max-width:980px){.home-shop-products-grid--discovery .home-shop-product-card__image,.home-shop-product-card--recommendation .home-shop-product-card__image{height:200px !important;min-height:200px !important;max-height:200px !important}} @media (max-width:640px){.home-shop-products-grid--discovery .home-shop-product-card__image,.home-shop-product-card--recommendation .home-shop-product-card__image{height:180px !important;min-height:180px !important;max-height:180px !important}} .hero--home .hero__content{margin-bottom:28px} @media (max-width:820px){.hero--home .hero__content{margin-bottom:0}} body[class*="alquiler-impresoras"] .pull-up-metrics,body[class*="alquiler-laptops"] .pull-up-metrics{margin-top:-62px !important;padding-top:0 !important;position:relative !important;z-index:20 !important} body[class*="alquiler-impresoras"] .pull-up-metrics .metric-cards,body[class*="alquiler-laptops"] .pull-up-metrics .metric-cards{background:transparent !important;border:0 !important;box-shadow:none !important;padding:0 !important;gap:16px !important} body[class*="alquiler-impresoras"] .pull-up-metrics .metric-card,body[class*="alquiler-laptops"] .pull-up-metrics .metric-card{background:#fff !important;border:1px solid rgba(23,59,108,.08) !important;border-radius:18px !important;box-shadow:0 20px 46px rgba(12,34,64,.13) !important;padding:24px 26px !important;min-height:104px !important;display:flex !important;flex-direction:row !important;align-items:center !important;justify-content:flex-start !important;gap:16px !important} body[class*="alquiler-impresoras"] .pull-up-metrics .metric-card__ic,body[class*="alquiler-laptops"] .pull-up-metrics .metric-card__ic{flex:0 0 auto !important;width:26px !important;height:26px !important;color:#2E86FF !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;margin:0 !important;background:none !important} body[class*="alquiler-impresoras"] .pull-up-metrics .metric-card__ic svg,body[class*="alquiler-laptops"] .pull-up-metrics .metric-card__ic svg{width:26px !important;height:26px !important} body[class*="alquiler-impresoras"] .pull-up-metrics .metric-card__text,body[class*="alquiler-laptops"] .pull-up-metrics .metric-card__text{color:var(--blue-950) !important;font-size:15.5px !important;font-weight:500 !important;line-height:1.38 !important;letter-spacing:-.005em !important;margin:0 !important} @media (max-width:820px){body[class*="alquiler-impresoras"] .pull-up-metrics,body[class*="alquiler-laptops"] .pull-up-metrics{margin-top:-32px !important}}:where( .f-card__ic,.card--solution__icon,.tmx-exp__ic,.rent-benefit-card__icon,.sector-card__icon,.tmx-service-icon,.tmx-mvv__icon,.tmx-dif-icon,.tmx-timeline-icon,.tmx-team-icon,.tmx-vs-bad-icon,.tmx-vs-good-icon,.tmx-gstep-icon,.contact-channel-card__icon,.contact-process-card__icon,.empty-state__icon,.tmx-cta__ic,.tmx-action-icon,.shop-cart-btn,.tmx-widget-search button ) svg{fill:none;stroke:currentColor;stroke-width:1.3 !important;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke} .empty-state__icon svg{width:27px;height:27px;display:block} .tmx-action-icon{width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 18px} .tmx-action-icon svg{width:18px;height:18px;display:block} @media (max-width:620px){body.woocommerce-cart .shop-search__submit::before,body.tmx-shop-body .shop-search__submit::before{content:'' !important;width:18px;height:18px;display:inline-block;background:currentColor;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.3' stroke-linecap='round'%3E%3Ccircle cx='11' cy='11' r='6.5'/%3E%3Cpath d='m16 16 4.5 4.5'/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.3' stroke-linecap='round'%3E%3Ccircle cx='11' cy='11' r='6.5'/%3E%3Cpath d='m16 16 4.5 4.5'/%3E%3C/svg%3E") center/contain no-repeat}}:root{--tmx-line-grad:linear-gradient(90deg,var(--blue-800) 0%,var(--blue-500) 100%);--tmx-card-radius:6px;--tmx-card-border:1px solid rgba(23,59,108,.10);--tmx-card-shadow:0 14px 30px rgba(12,34,64,.055);--tmx-card-shadow-hover:0 24px 48px rgba(12,34,64,.12);--font-display:"Sora","Gilroy","Poppins",system-ui,sans-serif;--tmx-gutter:24px;--tmx-max:1500px} .container,.floating-features-wrapper,.split-layout--about-home-fix,.tmx-hero-grid{width:min(var(--tmx-max),calc(100% - (var(--tmx-gutter) * 2))) !important;margin-inline:auto !important;padding-left:0 !important;padding-right:0 !important} .floating-features-wrapper{max-width:none !important} .grid,.solutions-grid,.sector-grid,.rent-benefits-grid,.floating-features,.about-mini-grid,.mini-status-grid{gap:20px !important} h1,h2,h3,.section-head h2,.tmx-hero-content h1,.card h3,.card--solution h3,.rent-benefit-card h3,.sector-card h3,.f-card__title,.footer h3{font-family:var(--font-display) !important;letter-spacing:-0.025em;font-weight:600} body{-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility} .eyebrow-mkt .dot,.eyebrow::before,.eyebrow-light::before,.hero-eyebrow::before,.tmx-ty__eyebrow::before,.tmx-ty__eyebrow .dot{display:none !important} .eyebrow-mkt,.eyebrow,.eyebrow-light,.hero-eyebrow,.tmx-ty__eyebrow{font-family:var(--font-display) !important;font-weight:500 !important;font-size:0.72rem !important;letter-spacing:0.22em !important;text-transform:uppercase !important;gap:0 !important;padding:7px 16px !important;border-radius:3px !important;line-height:1;color:var(--blue-500) !important;background:rgba(46,134,255,.06) !important;border:1px solid rgba(46,134,255,.22) !important;backdrop-filter:none !important;box-shadow:none !important;animation:none !important} .eyebrow-mkt.light,.eyebrow-light{color:var(--blue-500) !important;background:rgba(46,134,255,.06) !important;border:1px solid rgba(46,134,255,.22) !important} .tmx-hero-content .eyebrow-mkt,.form-banner .eyebrow-mkt,.tmx-cta .eyebrow-mkt,.glass-card-premium .eyebrow,.tmx-hero-minimal .eyebrow-mkt,.hero .eyebrow{color:#ffffff !important;background:rgba(255,255,255,.10) !important;border:1px solid rgba(255,255,255,.28) !important} .eyebrow-mkt:hover,.eyebrow:hover,.eyebrow-light:hover{transform:none !important;box-shadow:none !important} .card,.card--solution,.f-card,.sector-card,.rent-benefit-card,.mini-status-card,.about-mini-card,.metric-card,.service-card--light,.info-card,.tmx-product-card,.tmx-blog-card,.about-why-card,.about-mvv-card,.contact-process-card,.contact-channel-card,.stat-card,.scard,.pill-card{position:relative !important;border-radius:var(--tmx-card-radius) !important;border:var(--tmx-card-border) !important;background:#fff !important;box-shadow:var(--tmx-card-shadow) !important;overflow:hidden;transition:transform .28s cubic-bezier(.25,.8,.25,1),box-shadow .28s ease,border-color .28s ease !important} .card::before,.card--solution::before,.f-card::before,.mini-status-card::before,.about-mini-card::before,.metric-card::before,.service-card--light::before,.info-card::before,.about-why-card::before,.about-mvv-card::before,.contact-process-card::before,.contact-channel-card::before,.stat-card::before,.scard::before,.pill-card::before{content:"";position:absolute;left:22px;top:0;width:84px;height:4px;background:var(--tmx-line-grad);border-radius:0 0 999px 999px;opacity:1;transition:width .3s ease,background .3s ease;z-index:3} .card:hover::before,.card--solution:hover::before,.f-card:hover::before,.mini-status-card:hover::before,.about-mini-card:hover::before,.metric-card:hover::before,.service-card--light:hover::before,.info-card:hover::before,.about-why-card:hover::before,.about-mvv-card:hover::before,.contact-process-card:hover::before,.contact-channel-card:hover::before,.stat-card:hover::before,.scard:hover::before,.pill-card:hover::before{width:calc(100% - 44px)} .card:hover,.card--solution:hover,.f-card:hover,.mini-status-card:hover,.about-mini-card:hover,.metric-card:hover,.service-card--light:hover,.info-card:hover,.tmx-product-card:hover,.tmx-blog-card:hover,.about-why-card:hover,.about-mvv-card:hover,.contact-process-card:hover,.contact-channel-card:hover,.stat-card:hover,.scard:hover,.pill-card:hover{transform:translateY(-6px);box-shadow:var(--tmx-card-shadow-hover) !important;border-color:rgba(46,134,255,.28) !important} .rent-benefit-card::before,.sector-card::before{left:22px !important;width:84px !important;background:var(--tmx-line-grad) !important} .rent-benefit-card:hover,.rent-benefit-card:focus-within,.sector-card:hover,.sector-card:focus-within{background:#fff !important;border-color:rgba(46,134,255,.28) !important;transform:translateY(-6px) !important;box-shadow:var(--tmx-card-shadow-hover) !important} .rent-benefit-card:hover::before,.rent-benefit-card:focus-within::before,.sector-card:hover::before,.sector-card:focus-within::before{width:calc(100% - 44px) !important;background:var(--tmx-line-grad) !important} .rent-benefit-card:hover h3,.sector-card:hover h3{color:var(--blue-800) !important} .rent-benefit-card:hover p,.sector-card:hover p{color:var(--muted) !important} .card--solution__accent{display:none !important} .card--solution{padding-top:30px !important} main svg [stroke],.section svg [stroke],.section-head svg [stroke],[class*="hero"] svg [stroke],[class*="card"] svg [stroke],[class*="icon"] svg [stroke],.footer svg [stroke]{stroke-width:1.3 !important;stroke-linecap:round !important;stroke-linejoin:round !important} .card--solution__icon,.rent-benefit-card__icon,.sector-card__icon,.mini-status-card__icon,.about-mini-card__icon,.about-why-card__icon,.contact-process-card__icon,.contact-channel-card__icon,.metric-card__ic,.stat-card__icon{background:rgba(46,134,255,.08) !important;color:var(--blue-500) !important;border-radius:10px !important;box-shadow:none !important} .about-why-section .about-why-grid{gap:0 !important;border-top:1px solid rgba(23,59,108,.10);border-radius:14px;overflow:hidden} .about-why-section .about-why-card{min-height:0 !important;background:transparent !important;border:0 !important;border-right:1px solid rgba(23,59,108,.10) !important;border-bottom:1px solid rgba(23,59,108,.10) !important;border-radius:0 !important;box-shadow:none !important;padding:30px 30px !important;transition:background .3s ease !important} .about-why-section .about-why-card::before,.about-why-section .about-why-card::after{display:none !important} .about-why-section .about-why-card:hover,.about-why-section .about-why-card:focus-within{transform:none !important;box-shadow:none !important;background:rgba(46,134,255,.035) !important} .about-why-section .about-why-card:nth-child(3n){border-right:0 !important} .about-why-section .about-why-card:nth-last-child(-n+3){border-bottom:0 !important} .about-why-section .about-why-card__icon{width:46px !important;height:46px !important;border-radius:12px !important;background:rgba(46,134,255,.09) !important;color:var(--blue-500) !important} .about-why-section .about-why-card__icon svg{width:26px !important;height:26px !important} .about-why-section .about-why-card__number{background:transparent !important;border:0 !important;color:rgba(46,134,255,.55) !important;font-size:13px !important;min-width:0 !important;padding:0 !important} .about-why-section .about-why-card h3{font-size:19px !important;margin-bottom:8px !important} .about-why-section .about-why-card p{font-size:14.5px !important;line-height:1.6 !important} @media (max-width:1060px){.about-why-section .about-why-card:nth-child(3n){border-right:1px solid rgba(23,59,108,.10) !important} .about-why-section .about-why-card:nth-child(2n){border-right:0 !important} .about-why-section .about-why-card:nth-last-child(-n+3){border-bottom:1px solid rgba(23,59,108,.10) !important} .about-why-section .about-why-card:nth-last-child(-n+2){border-bottom:0 !important}} @media (max-width:640px){.about-why-section .about-why-card{border-right:0 !important} .about-why-section .about-why-card:nth-child(2n){border-right:0 !important}} html body .site-header{position:sticky !important;top:0 !important;z-index:1000 !important} html body .site-header .site-header__inner{min-height:var(--header-h) !important} html body .site-header a.header-cta.header-cta--wa,html body .site-header .header-cta.header-cta--wa{position:relative !important;overflow:hidden !important;z-index:1 !important;min-width:0 !important;width:auto !important;height:auto !important;min-height:0 !important;padding:16px 32px !important;gap:8px !important;border:1px solid rgba(46,134,255,.6) !important;border-radius:8px !important;background:transparent !important;box-shadow:none !important;color:#2E86FF !important;font-family:'Poppins',sans-serif !important;font-weight:600 !important;font-size:15px !important;line-height:1 !important;text-decoration:none !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;transition:color .6s cubic-bezier(.4,0,.2,1),border-color .6s cubic-bezier(.4,0,.2,1),box-shadow .6s cubic-bezier(.4,0,.2,1),transform .6s cubic-bezier(.4,0,.2,1) !important} html body .site-header .header-cta.header-cta--wa::before{content:"" !important;position:absolute !important;top:0;left:0;width:100%;height:100%;background:#2E86FF !important;transform:scaleX(0);transform-origin:left;transition:transform .6s cubic-bezier(.4,0,.2,1) !important;z-index:-1 !important} html body .site-header .header-cta.header-cta--wa svg{width:18px !important;height:18px !important;flex:0 0 18px !important;fill:currentColor !important;color:inherit !important} html body .site-header .header-cta.header-cta--wa:hover{color:#ffffff !important;border-color:#2E86FF !important;box-shadow:0 10px 25px rgba(46,134,255,.3) !important;transform:translateY(-3px)} html body .site-header .header-cta.header-cta--wa:hover::before{transform:scaleX(1)} .site-header .header-cta.header-cta--wa .header-cta__label,.site-header .header-cta.header-cta--wa span{position:static !important;width:auto !important;height:auto !important;padding:0 !important;margin:0 !important;overflow:visible !important;clip:auto !important;white-space:nowrap !important;border:0 !important;color:inherit !important;font:inherit !important;letter-spacing:.01em}:root{--tmx-canvas:#f8fafc} html,body{background:var(--tmx-canvas) !important} .section,.section-soft,.section-nosotros-fix,#por-que-alquilar.section-why,#sectores.section-sectors,.home-shop-showcase{background:var(--tmx-canvas) !important;border-top:0 !important;border-bottom:0 !important} .section,.section-nosotros-fix{padding-top:64px !important;padding-bottom:64px !important} #soluciones.section{padding-top:44px !important} .floating-features-wrapper{margin-bottom:24px !important} #nosotros.section.tmx-exp{padding-top:48px !important;padding-bottom:48px !important} .split-layout--about-home-fix{display:grid !important;grid-template-columns:minmax(0,460px) minmax(0,1fr);gap:52px;align-items:stretch} .section-nosotros-fix .about-photo-card{align-self:stretch !important;background:#fff !important;border:1px solid rgba(23,59,108,.10) !important;box-shadow:0 24px 50px rgba(12,34,64,.10) !important;border-radius:6px !important;overflow:hidden;min-width:0} .section-nosotros-fix .about-photo-card img{width:100% !important;height:100% !important;min-height:100% !important;max-height:none !important;object-fit:cover !important;object-position:center !important} .section-nosotros-fix .split-layout--about-home-fix>div{min-width:0;display:flex;flex-direction:column;justify-content:center} .section-nosotros-fix .about-mini-grid{width:100%;margin-top:24px} .section-nosotros-fix .hero__actions{width:100%;margin-top:28px !important} .section-nosotros-fix .hero__actions .btn{width:100% !important;max-width:none !important} @media (max-width:960px){.split-layout--about-home-fix{grid-template-columns:1fr !important;gap:32px} .section-nosotros-fix .about-photo-card img{min-height:340px !important}} .section.tmx-cta{position:relative;padding-top:70px !important;padding-bottom:70px !important;background:linear-gradient(180deg,var(--tmx-canvas) 0%,var(--tmx-canvas) 50%,#06192f 50%,#06192f 100%) !important} .tmx-cta__card{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,420px);gap:56px;align-items:center;padding:52px;border-radius:14px;border:1px solid rgba(255,255,255,.08);background:radial-gradient(circle at 22% 18%,rgba(46,134,255,.18) 0%,transparent 55%),linear-gradient(180deg,#041225 0%,#071c34 60%,#0a2140 100%);box-shadow:0 50px 100px rgba(3,10,22,.55)} .tmx-cta__copy{min-width:0;color:#fff} .tmx-cta__copy h2{color:#fff !important;font-family:var(--font-display) !important;font-size:clamp(28px,3vw,40px);line-height:1.12;letter-spacing:-.03em;margin:16px 0 0} .tmx-cta__copy>p{color:rgba(255,255,255,.76);font-size:16.5px;line-height:1.7;margin:16px 0 0;max-width:520px} .tmx-cta__list{list-style:none;margin:24px 0 0;padding:0;display:grid;gap:13px} .tmx-cta__list li{display:flex;align-items:center;gap:12px;color:rgba(255,255,255,.9);font-size:15px} .tmx-cta__ic{width:30px;height:30px;flex:0 0 30px;display:grid;place-items:center;border-radius:8px;background:rgba(46,134,255,.16);color:#7fb2ff} .tmx-cta__ic svg{width:17px;height:17px} .tmx-cta__actions{margin-top:26px} .tmx-cta__phone{display:inline-flex;align-items:center;gap:12px;padding:13px 22px;border:1px solid rgba(255,255,255,.28);border-radius:6px;color:#fff;font-weight:500;font-size:15px;transition:background .22s ease,border-color .22s ease,transform .22s ease} .tmx-cta__phone:hover{background:rgba(46,134,255,.16);border-color:rgba(46,134,255,.5);transform:translateY(-2px)} .tmx-cta__phone .tmx-cta__ic{background:transparent;color:#7fb2ff} .tmx-cta__form{display:grid;gap:13px;padding:28px;border-radius:10px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.12)} .tmx-cta__field-label{color:#fff;font-family:var(--font-display);font-weight:500;font-size:15px;letter-spacing:.01em;margin-bottom:2px} .tmx-cta__form .field{border-radius:7px !important;min-height:48px} .tmx-cta__submit{margin-top:6px;width:100%;min-height:50px;background:#2E86FF !important;color:#fff !important;border:none !important;border-radius:7px !important;font-weight:600 !important} .tmx-cta__submit:hover{background:#1f6fe0 !important} .footer{position:relative;background:#06192f !important;padding:56px 0 34px !important} .footer-grid{grid-template-columns:1.5fr 1fr 1fr 1fr !important;gap:40px !important;padding-bottom:8px} .footer-brand .brand__logo{height:40px;width:auto} .footer-brand p{max-width:340px;line-height:1.7} .footer h3{font-size:13px !important;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.9) !important} .footer ul{gap:12px !important} .footer-legal{margin-top:40px;padding-top:24px;border-top:1px solid rgba(255,255,255,.12);display:flex;align-items:center;justify-content:space-between;gap:18px 28px;flex-wrap:wrap} .footer-legal__links{display:flex !important;align-items:center;flex-wrap:wrap;gap:0 !important;list-style:none;margin:0 !important;padding:0 !important} .footer-legal__links li{display:inline-flex !important;align-items:center;margin:0 !important} .footer-legal__links li:not(:last-child)::after{content:"";width:4px;height:4px;border-radius:1px;background:rgba(255,255,255,.30);margin:0 18px} .footer-legal__links a{color:rgba(255,255,255,.72) !important;font-size:13.5px;font-weight:400;transition:color .2s ease} .footer-legal__links a:hover{color:#fff !important} .footer-libro{display:inline-flex;flex-direction:column;align-items:center;gap:8px;padding:0;border:0;border-radius:0;color:rgba(255,255,255,.85) !important;font-size:12.5px;font-weight:500;text-align:center;line-height:1.25;transition:transform .22s ease,color .22s ease} .footer-libro:hover{background:transparent;border-color:transparent;transform:translateY(-2px);color:#fff !important} .footer-libro svg{width:44px;height:44px;flex:0 0 44px} .footer-libro:hover svg{color:#2E86FF} .footer-copyright{margin-top:24px;padding-top:22px;border-top:1px solid rgba(255,255,255,.10);text-align:center;color:rgba(255,255,255,.58);font-size:12.5px;letter-spacing:.04em} @media (max-width:960px){.tmx-cta__card{grid-template-columns:1fr;gap:36px;padding:36px} .footer-grid{grid-template-columns:1.3fr 1fr 1fr !important} .tmx-exp__inner,.tmx-history__inner{grid-template-columns:1fr !important;gap:34px !important} .tmx-exp__media{height:auto !important;aspect-ratio:16 / 10 !important} .tmx-mvv__grid,.tmx-team__grid{grid-template-columns:repeat(2,1fr) !important} .tmx-process__steps{grid-template-columns:1fr !important} .tmx-process__steps::before{display:none !important}} @media (max-width:820px){.footer-grid{grid-template-columns:1fr !important;gap:30px !important} .footer-legal{flex-direction:column;align-items:flex-start} .tmx-cta__card{padding:26px} .tmx-exp__grid,.tmx-mvv__grid,.tmx-team__grid,.tmx-values{grid-template-columns:1fr !important} .card:hover,.card--solution:hover,.f-card:hover,.rent-benefit-card:hover,.sector-card:hover{transform:none}} .tmx-exp__inner{display:grid;grid-template-columns:0.8fr 1.2fr;gap:48px;align-items:stretch} .tmx-exp__media{margin:0;border-radius:8px;overflow:hidden;aspect-ratio:auto;height:100%;box-shadow:0 30px 60px rgba(12,34,64,.14);border:1px solid rgba(23,59,108,.08)} .tmx-exp__media img{width:100%;height:100%;object-fit:cover;display:block} .tmx-exp__body{min-width:0;display:flex;flex-direction:column;justify-content:center} .tmx-exp__body .eyebrow-mkt{align-self:flex-start;width:auto;max-width:max-content} .tmx-exp__body h2{margin:14px 0 0;font-size:clamp(24px,2.5vw,31px);line-height:1.14;letter-spacing:-.03em;color:var(--blue-950)} .tmx-exp__body>p{margin:12px 0 0;color:var(--muted);font-size:15.5px;line-height:1.55;max-width:560px} .tmx-exp__grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:20px} .tmx-exp__item{display:flex;align-items:center;gap:12px;padding:12px 14px;background:#fff;border:1px solid rgba(23,59,108,.10);border-radius:8px;box-shadow:0 10px 24px rgba(12,34,64,.05)} .tmx-exp__item strong{color:var(--blue-950);font-size:14.5px;font-weight:500;line-height:1.35} .tmx-exp__ic{width:38px;height:38px;flex:0 0 38px;display:grid;place-items:center;border-radius:10px;background:rgba(46,134,255,.09);color:var(--blue-500)} .tmx-exp__ic svg{width:20px;height:20px} .tmx-exp__cta{position:relative;overflow:hidden;z-index:1;display:flex;width:100%;align-items:center;justify-content:center;gap:10px;margin-top:18px;padding:14px 28px;border-radius:8px;background:#2E86FF;color:#fff;font-family:var(--font-display);font-weight:600;font-size:15px;letter-spacing:.01em;box-shadow:0 12px 26px rgba(46,134,255,.30);transition:box-shadow .45s cubic-bezier(.4,0,.2,1),transform .45s cubic-bezier(.4,0,.2,1)} .tmx-exp__cta::before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#173B6C 0%,#1f6fe0 100%);transform:scaleX(0);transform-origin:left;transition:transform .5s cubic-bezier(.4,0,.2,1);z-index:-1} .tmx-exp__cta:hover{transform:translateY(-3px);box-shadow:0 18px 36px rgba(46,134,255,.42)} .tmx-exp__cta:hover::before{transform:scaleX(1)} .tmx-exp__cta svg{width:18px;height:18px;transition:transform .3s ease} .tmx-exp__cta:hover svg{transform:translateX(4px)} #nosotros.tmx-exp>.tmx-exp__inner{width:min(1500px,calc(100% - 48px)) !important;max-width:1500px !important;margin-inline:auto !important;padding-left:0 !important;padding-right:0 !important} .tmx-history__inner{display:grid;grid-template-columns:0.82fr 1.18fr;gap:52px;align-items:stretch} .tmx-history__panel{position:relative;overflow:hidden;height:100%;display:flex;flex-direction:column;justify-content:center;padding:48px 40px;border-radius:16px;color:#fff;background:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px) 0 0 / 28px 28px,linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px) 0 0 / 28px 28px,radial-gradient(circle at 22% 12%,rgba(46,134,255,.30) 0%,transparent 55%),linear-gradient(160deg,#041225 0%,#0c2f5a 55%,#173B6C 100%);border:1px solid rgba(255,255,255,.08);box-shadow:0 44px 84px rgba(3,10,22,.45)} .tmx-history__body{align-self:center} .tmx-history__panel::before{content:"";position:absolute;right:-60px;top:-60px;width:220px;height:220px;border-radius:50%;background:radial-gradient(circle,rgba(46,134,255,.35),transparent 70%);filter:blur(10px);pointer-events:none} .tmx-history__panel::after{content:"";position:absolute;right:-70px;bottom:-70px;width:280px;height:280px;border-radius:50%;background:conic-gradient(from 210deg,rgba(46,134,255,0) 0deg,rgba(46,134,255,.55) 120deg,rgba(143,192,255,.15) 220deg,rgba(46,134,255,0) 360deg);-webkit-mask:radial-gradient(farthest-side,transparent calc(100% - 3px),#000 calc(100% - 2px));mask:radial-gradient(farthest-side,transparent calc(100% - 3px),#000 calc(100% - 2px));opacity:.75;pointer-events:none;animation:tmxRingSpin 22s linear infinite} @keyframes tmxRingSpin{to{transform:rotate(360deg)}} @media (prefers-reduced-motion:reduce){.tmx-history__panel::after{animation:none}} .tmx-history__panel-eyebrow{position:relative;font-family:var(--font-display);font-size:.72rem;font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:#7fb2ff} .tmx-history__figure{position:relative;display:flex;align-items:baseline;gap:12px;margin-top:16px} .tmx-history__figure strong{font-family:var(--font-display);font-size:92px;line-height:.85;font-weight:600;color:#fff;letter-spacing:-.04em;text-shadow:0 0 40px rgba(46,134,255,.35)} .tmx-history__figure strong span{color:#2E86FF;text-shadow:0 0 26px rgba(46,134,255,.6)} .tmx-history__figure em{font-style:normal;font-size:22px;color:rgba(255,255,255,.72)} .tmx-history__panel-text{position:relative;margin:10px 0 0;max-width:300px;color:rgba(255,255,255,.82);font-size:15.5px;line-height:1.5} .tmx-history__stats{position:relative;margin-top:30px;padding-top:26px;border-top:1px solid rgba(255,255,255,.14);display:grid;grid-template-columns:repeat(3,1fr);gap:16px} .tmx-history__stat strong{display:block;font-family:var(--font-display);font-size:24px;font-weight:600;color:#fff} .tmx-history__stat span{display:block;margin-top:4px;font-size:12px;line-height:1.35;color:rgba(255,255,255,.62)} .tmx-history__body h2{margin:16px 0 0;font-size:clamp(26px,2.8vw,36px);line-height:1.16;letter-spacing:-.03em;color:var(--blue-950)} .tmx-history__body .copy-stack{margin-top:20px;display:grid;gap:16px} .tmx-history__body .copy-stack p{color:var(--muted);font-size:16px;line-height:1.8} .tmx-hero-premium--about .tmx-hero-content{max-width:600px;padding-right:12px} .tmx-hero-premium--about .tmx-hero-content h1{font-size:clamp(30px,3.4vw,46px);line-height:1.12;letter-spacing:-.03em;margin-bottom:22px} .tmx-hero-premium--about .tmx-hero-content h1 span{display:inline;color:#2E86FF} .tmx-hero-premium--about .tmx-hero-content p{margin:0 0 16px;line-height:1.75;color:rgba(255,255,255,.8);max-width:none !important} .tmx-hero-premium--about .tmx-hero-content p + p{margin-top:4px} .tmx-hero-premium--about .tmx-hero-actions{margin-top:32px} .tmx-hero-premium--about .tmx-about-cta{width:100%;justify-content:center;text-align:center} .tmx-hero-premium--about .tmx-hero-grid{align-items:stretch !important} .tmx-about-hero__media{margin:0;border-radius:16px;overflow:hidden;aspect-ratio:auto !important;height:100%;min-height:100%;box-shadow:0 40px 80px rgba(3,10,22,.4)} .tmx-about-hero__media img{width:100%;height:100%;object-fit:cover;object-position:50% 28%;display:block} @media (max-width:1060px){.tmx-about-hero__media{height:auto !important;aspect-ratio:16 / 11 !important}} .tmx-mvv__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:8px} .tmx-mvv__card{position:relative;overflow:hidden;padding:34px 28px 28px;background:#fff;border:1px solid rgba(23,59,108,.10);border-radius:10px;box-shadow:0 16px 36px rgba(12,34,64,.06);transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease} .tmx-mvv__card::before{content:"";position:absolute;top:0;left:28px;width:84px;height:4px;background:var(--tmx-line-grad);border-radius:0 0 999px 999px;transition:width .3s ease} .tmx-mvv__card:hover{transform:translateY(-6px);box-shadow:0 26px 50px rgba(12,34,64,.12);border-color:rgba(46,134,255,.28)} .tmx-mvv__card:hover::before{width:calc(100% - 56px)} .tmx-mvv__num{position:absolute;top:24px;right:24px;width:40px;height:40px;display:grid;place-items:center;border-radius:7px;font-family:var(--font-display);font-size:15px;font-weight:600;line-height:1;color:#fff;background:linear-gradient(135deg,var(--blue-800),var(--blue-500));box-shadow:0 8px 18px rgba(46,134,255,.32)} .tmx-mvv__ic{width:54px;height:54px;display:grid;place-items:center;border-radius:12px;background:rgba(46,134,255,.09);color:var(--blue-500);margin-bottom:18px} .tmx-mvv__ic svg{width:26px;height:26px} .tmx-mvv__card h3{margin:0;font-size:20px;color:var(--blue-950);font-weight:600} .tmx-mvv__card h4{margin:6px 0 0;font-size:14px;font-weight:500;color:var(--blue-500)} .tmx-mvv__card p{margin:14px 0 0;color:var(--muted);font-size:15px;line-height:1.7} .tmx-values{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:22px} .tmx-value{padding:20px 22px;background:#fff;border:1px solid rgba(23,59,108,.10);border-left:3px solid var(--blue-500);border-radius:0 8px 8px 0;transition:transform .2s ease,box-shadow .2s ease} .tmx-value:hover{transform:translateY(-3px);box-shadow:0 16px 32px rgba(12,34,64,.08)} .tmx-value strong{display:block;color:var(--blue-950);font-size:15.5px;font-weight:600;margin-bottom:6px} .tmx-value span{color:var(--muted);font-size:14px;line-height:1.6} #clientes.section-clients{position:relative;background:linear-gradient(180deg,rgba(4,15,30,.90),rgba(6,25,47,.94)),url("../images/hero-bg.webp") center / cover no-repeat !important;border:0 !important} #clientes.section-clients .section-head h2{color:#fff !important} #clientes.section-clients .section-head p{color:rgba(255,255,255,.78) !important} #clientes.section-clients .eyebrow-mkt{color:#cfe1ff !important;background:rgba(255,255,255,.06) !important;border-color:rgba(255,255,255,.2) !important} .tmx-clients__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:8px} .tmx-client{display:flex;flex-direction:column;align-items:center;gap:12px;padding:26px 18px 18px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.12);border-radius:10px;backdrop-filter:blur(4px);transition:transform .26s ease,background .26s ease,border-color .26s ease} .tmx-client__logo{height:54px;display:grid;place-items:center;width:100%} .tmx-client__logo img{max-height:54px;max-width:140px;width:auto;object-fit:contain;filter:brightness(0) invert(1) opacity(.78);transition:filter .3s ease,transform .3s ease} .tmx-client__name{font-size:12.5px;color:rgba(255,255,255,.72);text-align:center;line-height:1.3} .tmx-client:hover{transform:translateY(-5px);background:rgba(46,134,255,.14);border-color:rgba(46,134,255,.45)} .tmx-client:hover .tmx-client__logo img{filter:brightness(0) invert(1) opacity(1);transform:scale(1.05)} .tmx-client:hover .tmx-client__name{color:#fff} .tmx-process__steps{list-style:none;margin:12px 0 0;padding:0;display:grid;grid-template-columns:repeat(5,1fr);gap:18px;position:relative} .tmx-process__steps::before{content:"";position:absolute;top:0;left:12%;right:12%;height:2px;background:linear-gradient(90deg,rgba(46,134,255,.15),var(--blue-500),rgba(46,134,255,.15));z-index:0} .tmx-process__step{position:relative;z-index:1;padding:34px 18px 22px;background:#fff;border:1px solid rgba(23,59,108,.10);border-radius:10px;box-shadow:0 14px 30px rgba(12,34,64,.055);text-align:center;transition:transform .26s ease,box-shadow .26s ease,border-color .26s ease} .tmx-process__step:hover{transform:translateY(-6px);box-shadow:0 24px 46px rgba(12,34,64,.12);border-color:rgba(46,134,255,.28)} .tmx-process__node{position:absolute;top:-17px;left:50%;transform:translateX(-50%);z-index:2;width:34px;height:34px;display:grid;place-items:center;border-radius:6px;background:linear-gradient(135deg,var(--blue-800),var(--blue-500));color:#fff;font-size:13px;font-weight:600;box-shadow:0 6px 16px rgba(46,134,255,.3)} .tmx-process__ic{width:46px;height:46px;display:grid;place-items:center;margin:6px auto 14px;border-radius:12px;background:rgba(46,134,255,.09);color:var(--blue-500)} .tmx-process__ic svg{width:24px;height:24px} .tmx-process__step h3{margin:0;font-size:16px;color:var(--blue-950);font-weight:600;line-height:1.25} .tmx-process__step p{margin:10px 0 0;color:var(--muted);font-size:13.5px;line-height:1.6} .tmx-team__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:8px} .tmx-team__card{position:relative;overflow:hidden;padding:30px 24px 24px;background:#fff;border:1px solid rgba(23,59,108,.10);border-radius:var(--tmx-card-radius);box-shadow:var(--tmx-card-shadow);text-align:left;transition:transform .28s cubic-bezier(.25,.8,.25,1),box-shadow .28s ease,border-color .28s ease} .tmx-team__card::before{content:"";position:absolute;top:0;left:22px;width:84px;height:4px;background:var(--tmx-line-grad);border-radius:0 0 999px 999px;transition:width .3s ease} .tmx-team__card:hover{transform:translateY(-6px);box-shadow:var(--tmx-card-shadow-hover);border-color:rgba(46,134,255,.28)} .tmx-team__card:hover::before{width:calc(100% - 44px)} .tmx-team__ic{width:54px;height:54px;display:grid;place-items:center;margin:4px 0 18px;border-radius:12px;background:rgba(46,134,255,.09);color:var(--blue-500)} .tmx-team__ic svg{width:28px;height:28px} .tmx-team__card h3{margin:0;font-size:18px;color:var(--blue-950);font-weight:600} .tmx-team__card h4{margin:6px 0 0;font-size:13px;font-weight:500;color:var(--blue-500)} .tmx-team__card p{margin:12px 0 0;color:var(--muted);font-size:14px;line-height:1.65} html{scroll-behavior:smooth} section[id],[id="historia"]{scroll-margin-top:96px} @media (max-width:900px){.tmx-clients__grid{grid-template-columns:repeat(3,1fr)}} @media (max-width:560px){.tmx-clients__grid{grid-template-columns:repeat(2,1fr)}} @media (max-width:960px){.tmx-history__inner{grid-template-columns:1fr !important;gap:30px} .tmx-history__panel{padding:34px 28px} .tmx-history__figure strong{font-size:72px}}:root{--yellow:#2E86FF;--tmx-product-accent:#2E86FF} .list-check li::before,.light-list li::before,.bullet-list--check div::before,.feature-pill span,.about-mvv-card__number{background:rgba(46,134,255,.14) !important;color:var(--blue-500) !important} .tmx-store-product-card__rating,.tmx-store-subnav .tmx-store-subnav__icon,.tmx-store-subnav .tmx-store-subnav__link:hover .tmx-store-subnav__icon,.tmx-store-subnav .tmx-store-subnav__link.is-active .tmx-store-subnav__icon{color:var(--blue-500) !important} .icon-tag{background:linear-gradient(135deg,rgba(46,134,255,.14),rgba(23,59,108,.12)) !important;color:var(--blue-800) !important} .placeholder-photo{background:linear-gradient(180deg,rgba(255,255,255,.16),rgba(255,255,255,.05)),radial-gradient(circle at 50% 25%,rgba(255,255,255,.32),transparent 90px),linear-gradient(135deg,rgba(46,134,255,.28),rgba(23,59,108,.12)) !important} .glass-card-premium{position:relative;overflow:hidden;border-radius:14px !important} .glass-card-premium::before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--tmx-line-grad)} .glass-card-premium .list-check li::before{background:rgba(46,134,255,.22) !important;color:#7fb2ff !important} .alquiler-metrics .metric-card strong,.pull-up-metrics .metric-card strong{color:var(--blue-500) !important;font-family:var(--font-display) !important} .alquiler-service-grid .service-card--light .icon-tag{width:52px;height:52px;border-radius:12px !important;font-family:var(--font-display);font-weight:600} .alquiler-service-grid .btn-mkt--outline{border-radius:8px !important;border-color:rgba(46,134,255,.4) !important} .alquiler-service-grid .btn-mkt--outline:hover{background:rgba(46,134,255,.08) !important} .number-tag{font-family:var(--font-display) !important;background:rgba(46,134,255,.10) !important;color:var(--blue-800) !important} .store-sidebar,.store-sidebar *{font-weight:300 !important} .store-sidebar .filter-check-list input[type="checkbox"]:checked::after{font-weight:700 !important} .tmx-glass-tag{display:inline-flex;align-items:center;width:fit-content;padding:7px 14px;border-radius:3px;font-family:var(--font-display);font-weight:500;font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;color:#cfe1ff;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.2)} .tmx-hero-premium--rent{padding-bottom:0 !important} .tmx-statband-wrap{margin-top:-80px !important;padding-top:0 !important;padding-bottom:0 !important;position:relative;z-index:20} .tmx-statband{position:relative;display:grid;grid-template-columns:repeat(3,1fr);background:#fff;border:1px solid rgba(23,59,108,.10);border-radius:14px;box-shadow:0 26px 60px rgba(12,34,64,.14);overflow:hidden} .tmx-statband::before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--tmx-line-grad)} .tmx-statband__item{display:flex;align-items:center;gap:16px;padding:26px 28px;border-right:1px solid rgba(23,59,108,.08)} .tmx-statband__item:last-child{border-right:0} .tmx-statband__ic{width:46px;height:46px;flex:0 0 46px;display:grid;place-items:center;border-radius:12px;background:rgba(46,134,255,.09);color:var(--blue-500)} .tmx-statband__ic svg{width:24px;height:24px} .tmx-statband__item strong{display:block;font-family:var(--font-display);font-size:22px;color:var(--blue-950);line-height:1} .tmx-statband__item span{display:block;margin-top:5px;color:var(--muted);font-size:13.5px;line-height:1.4} .pull-up-metrics{margin-top:-80px !important;padding-top:0 !important;padding-bottom:0 !important;position:relative;z-index:20} .pull-up-metrics .metric-cards{box-shadow:0 26px 60px rgba(12,34,64,.14) !important;border-radius:14px !important} .tmx-steps{position:relative} .tmx-steps::before{content:"";position:absolute;top:50px;left:16%;right:16%;height:2px;background:linear-gradient(90deg,rgba(46,134,255,.15),var(--blue-500),rgba(46,134,255,.15));z-index:0} .tmx-steps .card{text-align:center;z-index:1} .tmx-steps .card::before{display:none !important} .tmx-steps .card .number-tag{margin:0 auto 16px;width:52px;height:52px;border-radius:8px;font-size:16px;background:linear-gradient(135deg,var(--blue-800),var(--blue-500)) !important;color:#fff !important;box-shadow:0 8px 20px rgba(46,134,255,.3);display:grid;place-items:center} @media (max-width:900px){.tmx-statband{grid-template-columns:1fr} .tmx-statband__item{border-right:0;border-bottom:1px solid rgba(23,59,108,.08)} .tmx-statband__item:last-child{border-bottom:0} .tmx-statband-wrap,.pull-up-metrics{margin-top:-50px !important} .tmx-hero-premium--rent{padding-bottom:0 !important} .tmx-steps::before{display:none}} .tmx-hero-minimal{justify-content:center !important;padding:132px 0 120px 0 !important} .tmx-hero-minimal::before{background:rgba(6,20,38,.55) !important} .tmx-hero-minimal .tmx-hero-wrapper{width:92vw !important;max-width:1040px !important} .tmx-hero-minimal .hero-title-thin{font-weight:300 !important;font-size:clamp(30px,6.6vw,82px) !important;letter-spacing:clamp(1px,.3vw,4px) !important;color:rgba(255,255,255,.88) !important;white-space:nowrap !important;margin:0 !important;line-height:1 !important;text-shadow:0 10px 30px rgba(0,0,0,.4) !important} .tmx-hero-minimal .hero-printer-img,.tmx-hero-minimal .hero-laptop-img{width:100% !important;height:auto !important;display:block !important;margin-top:-24px !important;position:relative;z-index:3} @media (max-width:640px){.tmx-hero-minimal{padding:104px 0 76px 0 !important} .tmx-hero-minimal .hero-title-thin{white-space:normal !important;font-size:30px !important} .tmx-hero-minimal .hero-printer-img,.tmx-hero-minimal .hero-laptop-img{margin-top:-6px !important}} .tmx-hero-minimal .hero-title-thin{width:100% !important;display:block !important;margin:0 !important;line-height:1 !important;white-space:normal !important} .tmx-hero-minimal .hero-title-thin svg{display:block;width:100%;height:auto;overflow:visible} .tmx-hero-minimal .hero-title-thin text{fill:rgba(255,255,255,.90);font-family:'Gilroy','Poppins',sans-serif;font-weight:300;font-size:72px;text-transform:uppercase} .list-check li::before,.light-list li::before,.glass-card-premium .list-check li::before,.bullet-list--check div::before{content:"✓" !important;width:24px !important;height:24px !important;flex:0 0 24px !important;display:grid !important;place-items:center !important;border-radius:8px !important;background:linear-gradient(140deg,#2E86FF 0%,#173B6C 100%) !important;color:#ffffff !important;font-size:12px !important;font-weight:800 !important;line-height:1 !important;box-shadow:0 6px 14px rgba(46,134,255,.35),0 0 0 4px rgba(46,134,255,.10),inset 0 1px 0 rgba(255,255,255,.35) !important;margin-top:1px;transition:transform .25s ease,box-shadow .25s ease} .list-check li:hover::before,.light-list li:hover::before{transform:translateY(-1px) scale(1.04);box-shadow:0 10px 20px rgba(46,134,255,.45),0 0 0 4px rgba(46,134,255,.14),inset 0 1px 0 rgba(255,255,255,.4) !important} .glass-card-premium .list-check li::before{box-shadow:0 6px 14px rgba(0,0,0,.35),0 0 0 4px rgba(46,134,255,.18),inset 0 1px 0 rgba(255,255,255,.4) !important} .tmx-hero-minimal--bg{position:relative !important;display:grid !important;place-items:center !important;min-height:clamp(440px,60vh,660px) !important;padding:120px 0 96px 0 !important;overflow:hidden !important;background:radial-gradient(circle at 50% 40%,rgba(46,134,255,.16) 0%,transparent 60%),#0d2c52 !important} .tmx-hero-minimal--bg .tmx-hero-bgimg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:0;pointer-events:none} .tmx-hero-minimal--bg::before{content:"" !important;position:absolute !important;inset:0 !important;z-index:1 !important;background:linear-gradient(180deg,rgba(6,20,38,.55) 0%,rgba(6,20,38,.30) 42%,rgba(6,20,38,.72) 100%) !important} .tmx-hero-minimal--bg .tmx-hero-wrapper{position:relative;z-index:2;width:92vw;max-width:1040px;margin:0 auto;text-align:center} .tmx-hero-minimal--bg .hero-title-thin{width:100%;margin:0} .tmx-hero-minimal--bg .hero-title-thin text{fill:#ffffff} @media (max-width:640px){.tmx-hero-minimal--bg{min-height:60vh !important;padding:96px 0 72px 0 !important}} .tmx-hero-rentpage{position:relative;overflow:hidden;background:#091e38;background:radial-gradient(circle at 50% 50%,rgba(46,134,255,0.1) 0%,transparent 60%),linear-gradient(180deg,#020813 0%,#051224 50%,#091e38 100%)} .tmx-hero-rentpage .tmx-hero-aligner{position:relative;z-index:2;display:flex;align-items:center;padding:140px 0 150px 0} .tmx-hero-rentpage .tmx-hero-grid{width:min(1180px,calc(100% - 48px));margin-inline:auto;display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center} .tmx-hero-rentpage .tmx-hero-content{max-width:560px} .tmx-hero-rentpage .tmx-hero-content h1{font-family:'Gilroy','Poppins',sans-serif;font-size:clamp(34px,4vw,52px);line-height:1.08;letter-spacing:-.03em;font-weight:700;color:#fff;margin:18px 0 0} .tmx-hero-rentpage .tmx-hero-content h1 span{color:#2E86FF} .tmx-hero-rentpage .tmx-hero-content p{color:rgba(255,255,255,.82);font-size:16.5px;line-height:1.7;margin:20px 0 0;max-width:520px} .tmx-hero-rentpage .tmx-hero-actions{margin-top:32px;display:flex;flex-wrap:wrap;gap:14px} .tmx-hero-rentpage .btn-hero-primary{position:relative;overflow:hidden;z-index:1;display:inline-flex;align-items:center;justify-content:center;padding:16px 32px;border-radius:8px;border:1px solid rgba(46,134,255,.6);background:transparent;color:#fff;font-weight:600;text-decoration:none;transition:color .6s cubic-bezier(.4,0,.2,1),border-color .6s,box-shadow .6s,transform .6s} .tmx-hero-rentpage .btn-hero-primary::before{content:"";position:absolute;inset:0;background:#2E86FF;transform:scaleX(0);transform-origin:left;transition:transform .6s cubic-bezier(.4,0,.2,1);z-index:-1} .tmx-hero-rentpage .btn-hero-primary:hover{border-color:#2E86FF;transform:translateY(-3px);box-shadow:0 10px 25px rgba(46,134,255,.35)} .tmx-hero-rentpage .btn-hero-primary:hover::before{transform:scaleX(1)} .tmx-hero-rentpage .tmx-hero-visual{display:flex;align-items:center;justify-content:center} .tmx-hero-rentpage .tmx-hero-product{height:clamp(280px,30vw,400px);width:auto;max-width:100%;object-fit:contain;filter:drop-shadow(0 40px 70px rgba(0,0,0,.55));animation:floatDevice 6s ease-in-out infinite} @keyframes floatDevice{0%{transform:translateY(0)} 50%{transform:translateY(-14px)} 100%{transform:translateY(0)}} @media (prefers-reduced-motion:reduce){.tmx-hero-rentpage .tmx-hero-product{animation:none}} @media (max-width:960px){.tmx-hero-rentpage .tmx-hero-aligner{padding:112px 0 72px 0} .tmx-hero-rentpage .tmx-hero-grid{grid-template-columns:1fr;text-align:center;gap:34px} .tmx-hero-rentpage .tmx-hero-content{max-width:none} .tmx-hero-rentpage .tmx-hero-content p{margin-inline:auto} .tmx-hero-rentpage .tmx-hero-actions{justify-content:center} .tmx-hero-rentpage .tmx-hero-visual{order:-1} .tmx-hero-rentpage .tmx-hero-product{max-width:380px;margin:0 auto}} .tmx-innerhero{position:relative;overflow:hidden;color:#fff;text-align:center;padding:140px 0 84px;background:radial-gradient(circle at 50% 40%,rgba(46,134,255,.12) 0%,transparent 60%),linear-gradient(180deg,#020813 0%,#051224 50%,#091e38 100%)} .tmx-innerhero__inner{width:min(900px,calc(100% - 48px));margin-inline:auto;position:relative;z-index:2} .tmx-innerhero .eyebrow-mkt{margin:0 auto 18px !important;color:#fff !important;background:rgba(255,255,255,.08) !important;border:1px solid rgba(255,255,255,.22) !important} .tmx-innerhero h1{font-family:var(--font-primary);font-weight:700;letter-spacing:-.03em;line-height:1.08;font-size:clamp(32px,4.5vw,52px);color:#fff;margin:0} .tmx-innerhero h1 span{color:#2E86FF} .tmx-innerhero>.tmx-innerhero__inner>p:not(.tmx-innerhero__404){color:rgba(255,255,255,.8);font-size:17px;line-height:1.7;margin:18px auto 0;max-width:640px} .tmx-innerhero__actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-top:34px} .tmx-innerhero__404{font-family:var(--font-primary);font-weight:800;letter-spacing:-.04em;line-height:.9;font-size:clamp(96px,20vw,210px) !important;margin:0 0 6px !important;max-width:none !important;background:linear-gradient(120deg,#ffffff 0%,#2E86FF 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 0 60px rgba(46,134,255,.25)} .tmx-btn-fill{position:relative;overflow:hidden;z-index:1;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 28px;border-radius:8px;border:1px solid rgba(46,134,255,.6);background:transparent;color:#fff;font-weight:600;font-size:15px;text-decoration:none;transition:color .5s cubic-bezier(.4,0,.2,1),border-color .5s,box-shadow .5s,transform .5s} .tmx-btn-fill::before{content:"";position:absolute;inset:0;background:#2E86FF;transform:scaleX(0);transform-origin:left;transition:transform .5s cubic-bezier(.4,0,.2,1);z-index:-1} .tmx-btn-fill:hover{color:#fff;border-color:#2E86FF;transform:translateY(-2px);box-shadow:0 10px 24px rgba(46,134,255,.32)} .tmx-btn-fill:hover::before{transform:scaleX(1)} .tmx-btn-fill--solid{background:#2E86FF} .tmx-btn-fill--solid::before{background:#1f6fe0} .tmx-btn-fill--dark{color:var(--blue-950);border-color:rgba(23,59,108,.3)} .tmx-btn-fill--dark:hover{color:#fff} .tmx-innerpage-body{background:var(--bg,#F4F7FB);padding:64px 0 84px} .tmx-doc{width:min(880px,calc(100% - 48px));margin:0 auto} .tmx-doc__card{background:#fff;border:1px solid var(--line,rgba(23,59,108,.12));border-radius:16px;box-shadow:var(--shadow-soft,0 14px 34px rgba(12,34,64,.08));padding:clamp(28px,5vw,56px)} .tmx-doc__meta{margin:0 0 22px;font-size:13px;color:var(--muted,#5B6B80)} .tmx-doc__card h2{color:var(--blue-950,#06192f);font-family:var(--font-primary);font-size:21px;margin:32px 0 12px} .tmx-doc__card h2:first-child{margin-top:0} .tmx-doc__card h3{color:var(--blue-800,#173B6C);font-family:var(--font-primary);font-size:17px;margin:22px 0 8px} .tmx-doc__card p{color:var(--muted,#5B6B80);line-height:1.75;font-size:15.5px;margin:0 0 14px} .tmx-doc__card ul{list-style:none;padding:0;margin:12px 0 18px} .tmx-doc__card ul li{position:relative;padding-left:26px;margin-bottom:10px;color:var(--muted,#5B6B80);line-height:1.7;font-size:15.5px} .tmx-doc__card ul li::before{content:"";position:absolute;left:0;top:7px;width:12px;height:12px;border-radius:4px;background:linear-gradient(140deg,#2E86FF,#173B6C)} .tmx-doc__card a{color:#2E86FF;font-weight:600} .tmx-doc__note{margin-top:24px;padding:16px 18px;border-radius:12px;background:rgba(46,134,255,.06);border:1px solid rgba(46,134,255,.18);color:var(--blue-800);font-size:14px} .tmx-libro-card{width:min(720px,calc(100% - 48px));margin:0 auto;text-align:center;background:#fff;border:1px solid var(--line,rgba(23,59,108,.12));border-radius:18px;box-shadow:var(--shadow-soft,0 14px 34px rgba(12,34,64,.08));padding:clamp(30px,5vw,52px)} .tmx-libro-card__ic{width:76px;height:76px;margin:0 auto 20px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(140deg,#2E86FF,#173B6C);color:#fff;box-shadow:0 16px 30px rgba(46,134,255,.35)} .tmx-libro-card__ic svg{width:40px;height:40px} .tmx-libro-card h2{color:var(--blue-950);font-family:var(--font-primary);font-size:24px;margin:0 0 12px} .tmx-libro-card p{color:var(--muted);line-height:1.7;font-size:15.5px;margin:0 0 12px} .tmx-bloggrid{width:min(1180px,calc(100% - 48px));margin:0 auto;display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:26px} .tmx-postcard{background:#fff;border:1px solid var(--line,rgba(23,59,108,.12));border-radius:16px;overflow:hidden;box-shadow:var(--shadow-soft,0 14px 34px rgba(12,34,64,.08));display:flex;flex-direction:column;transition:transform .35s ease,box-shadow .35s ease} .tmx-postcard:hover{transform:translateY(-6px);box-shadow:var(--shadow,0 24px 60px rgba(12,34,64,.12))} .tmx-postcard__thumb{aspect-ratio:16/10;overflow:hidden;background:#eef3f9;display:block} .tmx-postcard__thumb img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease} .tmx-postcard:hover .tmx-postcard__thumb img{transform:scale(1.05)} .tmx-postcard__body{padding:22px;display:flex;flex-direction:column;gap:10px;flex:1} .tmx-postcard__date{font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:#2E86FF;font-weight:600} .tmx-postcard__body h3{color:var(--blue-950,#06192f);font-size:18px;line-height:1.3;margin:0;font-family:var(--font-primary)} .tmx-postcard__body p{color:var(--muted,#5B6B80);font-size:14.5px;line-height:1.6;margin:0} .tmx-postcard__more{margin-top:auto;color:#2E86FF;font-weight:600;font-size:14px;text-decoration:none;align-self:flex-start} .tmx-empty{text-align:center;color:var(--muted)} .tmx-single{width:min(820px,calc(100% - 48px));margin:0 auto} .tmx-single__thumb{border-radius:16px;overflow:hidden;margin-bottom:30px;box-shadow:var(--shadow-soft)} .tmx-single__thumb img{width:100%;height:auto;display:block} .tmx-single__content{color:var(--text,#253044)} .tmx-single__content p{line-height:1.8;font-size:16.5px;color:var(--text,#253044);margin:0 0 18px} .tmx-single__content h2{color:var(--blue-950);font-family:var(--font-primary);margin:30px 0 12px} .tmx-single__content img{max-width:100%;height:auto;border-radius:12px} @media (max-width:640px){.tmx-innerhero{padding:112px 0 64px}}:root{--max:1500px;--tmx-max:1500px;--tmx-section-space:84px;--tmx-gutter:24px} .container,.site-header__inner,.footer-grid,.footer>.container,.tmx-hero-grid,.tmx-hero-marquee-wrapper,.floating-features-wrapper,.store-container,.tmx-bloggrid{max-width:1500px !important;width:min(1500px,calc(100% - 48px)) !important;margin-left:auto !important;margin-right:auto !important} .section,.section-soft,.tmx-exp,.section-why,.section-sectors,.home-shop-showcase,.tmx-cta,.tmx-history,.tmx-mvv,.tmx-steps-tech{padding-top:var(--tmx-section-space) !important;padding-bottom:var(--tmx-section-space) !important} .tmx-home-post-date::before,.tmx-home-post-date::after{content:none !important;display:none !important} body.page-template-page-nosotros .tmx-hero-grid,body.page-template-page-nosotros-php .tmx-hero-grid{grid-template-columns:minmax(0,1.02fr) minmax(0,1.18fr) !important;gap:32px !important} body.page-template-page-nosotros .tmx-hero-content,body.page-template-page-nosotros-php .tmx-hero-content{max-width:680px !important;padding-right:20px !important} body.page-template-page-nosotros .tmx-hero-content p,body.page-template-page-nosotros-php .tmx-hero-content p{max-width:620px !important} body.page-template-page-nosotros .tmx-hero-media,body.page-template-page-nosotros-php .tmx-hero-media{justify-self:stretch !important;width:100% !important} body.page-template-page-nosotros .tmx-hero-media img,body.page-template-page-nosotros-php .tmx-hero-media img{object-position:center 28% !important} body.page-template-page-alquiler .tmx-hero-aligner,body.page-template-page-alquiler-php .tmx-hero-aligner,body.page-template-page-alquiler-general .tmx-hero-aligner,body.page-template-page-alquiler-general-php .tmx-hero-aligner{padding-top:62px !important;padding-bottom:22px !important} @media (max-width:1060px){body.page-template-page-nosotros .tmx-hero-grid,body.page-template-page-nosotros-php .tmx-hero-grid{grid-template-columns:1fr !important;gap:0 !important} body.page-template-page-nosotros .tmx-hero-content,body.page-template-page-nosotros-php .tmx-hero-content{max-width:none !important;padding-right:0 !important}} @media (max-width:820px){:root{--tmx-gutter:20px;--tmx-section-space:64px} .container,.site-header__inner,.footer-grid,.footer>.container,.tmx-hero-grid,.tmx-hero-marquee-wrapper,.floating-features-wrapper,.store-container,.tmx-bloggrid{width:min(1500px,calc(100% - 40px)) !important}}:where( .f-card__ic,.card--solution__icon,.tmx-exp__ic,.rent-benefit-card__icon,.sector-card__icon,.tmx-service-icon,.tmx-mvv__icon,.tmx-dif-icon,.tmx-timeline-icon,.tmx-team-icon,.tmx-vs-bad-icon,.tmx-vs-good-icon,.tmx-vs-center,.tmx-gstep-icon,.contact-channel-card__icon,.contact-process-card__icon,.empty-state__icon,.tmx-cta__ic,.tmx-action-icon,.shop-cart-btn,.tmx-widget-search button,.view-toggles button,.solutions-grid .card--solution__icon,.pull-up-metrics .metric-card__ic ) svg:not(.tmx-brand-icon),:where( .f-card__ic,.card--solution__icon,.tmx-exp__ic,.rent-benefit-card__icon,.sector-card__icon,.tmx-service-icon,.tmx-mvv__icon,.tmx-dif-icon,.tmx-timeline-icon,.tmx-team-icon,.tmx-vs-bad-icon,.tmx-vs-good-icon,.tmx-vs-center,.tmx-gstep-icon,.contact-channel-card__icon,.contact-process-card__icon,.empty-state__icon,.tmx-cta__ic,.tmx-action-icon,.shop-cart-btn,.tmx-widget-search button,.view-toggles button,.solutions-grid .card--solution__icon,.pull-up-metrics .metric-card__ic ) svg:not(.tmx-brand-icon) *{fill:none !important;stroke:currentColor !important;stroke-width:1.3 !important;stroke-linecap:round !important;stroke-linejoin:round !important;vector-effect:non-scaling-stroke} body.page-template-page-nosotros .tmx-hero-grid,body.page-template-page-nosotros-php .tmx-hero-grid{width:100% !important;max-width:none !important;margin:0 !important;grid-template-columns:minmax(0,1fr) minmax(0,1fr) !important;gap:0 !important} body.page-template-page-nosotros .tmx-hero-content,body.page-template-page-nosotros-php .tmx-hero-content{max-width:none !important;padding:84px 58px 84px max(24px,calc((100vw - 1500px)/2)) !important} body.page-template-page-nosotros .tmx-hero-content h1,body.page-template-page-nosotros-php .tmx-hero-content h1{max-width:690px !important} body.page-template-page-nosotros .tmx-hero-content p,body.page-template-page-nosotros-php .tmx-hero-content p{max-width:650px !important} body.page-template-page-nosotros .tmx-hero-media,body.page-template-page-nosotros-php .tmx-hero-media{width:100% !important;height:100% !important;min-height:540px;justify-self:stretch !important} body.page-template-page-nosotros .tmx-hero-media img,body.page-template-page-nosotros-php .tmx-hero-media img{position:absolute !important;inset:0 !important;width:100% !important;height:100% !important;object-fit:cover !important;object-position:center 18% !important;border-radius:0 !important} @media (max-width:1060px){body.page-template-page-nosotros .tmx-hero-grid,body.page-template-page-nosotros-php .tmx-hero-grid{grid-template-columns:1fr !important} body.page-template-page-nosotros .tmx-hero-content,body.page-template-page-nosotros-php .tmx-hero-content{padding:58px 24px 42px !important} body.page-template-page-nosotros .tmx-hero-media,body.page-template-page-nosotros-php .tmx-hero-media{min-height:420px !important} body.page-template-page-nosotros .tmx-hero-media img,body.page-template-page-nosotros-php .tmx-hero-media img{position:absolute !important;object-position:center 14% !important}}:root{--tmx-icon-stroke:1.3;--tmx-eyebrow-accent:#2E86FF;--tmx-eyebrow-rgb:46,134,255}:where( .card--solution__icon,.rent-benefit-card__icon,.sector-card__icon,.tmx-exp__ic,.tmx-service-icon,.tmx-mvv__icon,.tmx-dif-icon,.tmx-timeline-icon,.tmx-team-icon,.tmx-vs-bad-icon,.tmx-vs-good-icon,.tmx-vs-center,.tmx-sol-icon,.contact-channel-card__icon,.contact-process-card__icon,.tmx-product-modern__benefit-icon,.shop-search__icon,.tmx-action-icon,.ic ){display:grid !important;place-items:center !important;line-height:0 !important}:where(.tmx-cta__ic,.footer-libro svg + span){vertical-align:middle}:where( .card--solution__icon,.rent-benefit-card__icon,.sector-card__icon,.tmx-exp__ic,.tmx-service-icon,.tmx-mvv__icon,.tmx-dif-icon,.tmx-timeline-icon,.tmx-team-icon,.tmx-vs-bad-icon,.tmx-vs-good-icon,.tmx-vs-center,.tmx-sol-icon,.contact-channel-card__icon,.contact-process-card__icon,.tmx-product-modern__benefit-icon,.shop-search__icon,.tmx-action-icon,.tmx-cta__ic,.ic )>svg,:where(.icon){display:block !important;margin:auto !important;flex:none !important;overflow:visible !important;transform-origin:50% 50% !important;shape-rendering:geometricPrecision}:where( .card--solution__icon,.rent-benefit-card__icon,.sector-card__icon,.tmx-exp__ic,.tmx-service-icon,.tmx-mvv__icon,.tmx-dif-icon,.tmx-timeline-icon,.tmx-team-icon,.tmx-vs-bad-icon,.tmx-vs-good-icon,.tmx-vs-center,.tmx-sol-icon,.contact-channel-card__icon,.contact-process-card__icon,.tmx-product-modern__benefit-icon,.shop-search__icon,.tmx-action-icon,.tmx-cta__ic,.footer-libro,.ic ) svg *{stroke-width:var(--tmx-icon-stroke) !important;stroke-linecap:round !important;stroke-linejoin:round !important;vector-effect:non-scaling-stroke}:where(.tmx-exp__ic,.tmx-dif-icon,.tmx-timeline-icon,.tmx-team-icon,.tmx-vs-bad-icon,.tmx-vs-good-icon,.tmx-sol-icon,.tmx-action-icon) svg{fill:none !important;stroke:currentColor !important} .tmx-cta__ic{display:inline-grid !important;place-items:center !important;line-height:0 !important} .tmx-cta__ic svg{width:1em !important;height:1em !important} #soluciones,.tmx-mvv,#valores,.tmx-service-showcase{--tmx-eyebrow-accent:#2E86FF;--tmx-eyebrow-rgb:46,134,255} #nosotros,#historia,.tmx-history,.tmx-exp{--tmx-eyebrow-accent:#6D5DFB;--tmx-eyebrow-rgb:109,93,251} #por-que-alquilar,#por-que-tecnimax,.section-why,.tmx-diferenciales-premium{--tmx-eyebrow-accent:#14B8A6;--tmx-eyebrow-rgb:20,184,166} #tienda,.home-shop-showcase{--tmx-eyebrow-accent:#F59E0B;--tmx-eyebrow-rgb:245,158,11} #sectores{--tmx-eyebrow-accent:#06B6D4;--tmx-eyebrow-rgb:6,182,212} #blog-home,.blog-home{--tmx-eyebrow-accent:#8B5CF6;--tmx-eyebrow-rgb:139,92,246} #contacto,.tmx-cta,.contact-form-section{--tmx-eyebrow-accent:#3B82F6;--tmx-eyebrow-rgb:59,130,246} #clientes,.section-clients{--tmx-eyebrow-accent:#0EA5E9;--tmx-eyebrow-rgb:14,165,233} #proceso-atencion,.tmx-process{--tmx-eyebrow-accent:#10B981;--tmx-eyebrow-rgb:16,185,129} #equipo,.tmx-team{--tmx-eyebrow-accent:#6366F1;--tmx-eyebrow-rgb:99,102,241}:where(.eyebrow-mkt,.eyebrow,.eyebrow-light){position:relative !important;display:inline-flex !important;align-items:center !important;gap:9px !important;min-height:32px !important;padding:7px 14px 7px 17px !important;margin-bottom:20px !important;border-radius:999px !important;border:1px solid rgba(var(--tmx-eyebrow-rgb),.24) !important;background:linear-gradient(90deg,rgba(var(--tmx-eyebrow-rgb),.13),rgba(var(--tmx-eyebrow-rgb),.045)) !important;color:var(--tmx-eyebrow-accent) !important;font-size:11px !important;font-weight:700 !important;line-height:1 !important;letter-spacing:.17em !important;text-transform:uppercase !important;box-shadow:inset 0 1px 0 rgba(255,255,255,.55),0 6px 18px rgba(15,23,42,.045) !important;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}:where(.eyebrow-mkt,.eyebrow,.eyebrow-light)::before{content:"" !important;width:3px !important;height:13px !important;border-radius:4px !important;background:var(--tmx-eyebrow-accent) !important;box-shadow:0 0 0 3px rgba(var(--tmx-eyebrow-rgb),.09) !important;flex:0 0 3px !important}:where(.eyebrow-mkt,.eyebrow,.eyebrow-light) .dot{width:4px !important;height:4px !important;background:var(--tmx-eyebrow-accent) !important;box-shadow:none !important;animation:none !important;opacity:.72 !important}:where(.tmx-hero-premium,.tmx-cta,.hero,.hero-dark):where(.eyebrow-mkt,.eyebrow,.eyebrow-light){color:#fff !important;border-color:rgba(var(--tmx-eyebrow-rgb),.38) !important;background:linear-gradient(90deg,rgba(var(--tmx-eyebrow-rgb),.26),rgba(255,255,255,.055)) !important;box-shadow:inset 0 1px 0 rgba(255,255,255,.11),0 8px 24px rgba(0,0,0,.10) !important}:where(.section,.tmx-history,.tmx-mvv,.tmx-process,.tmx-team,.tmx-cta):where(.eyebrow-mkt,.eyebrow,.eyebrow-light) +:where(h1,h2,h3){margin-top:0 !important} @media (max-width:760px){:where(.eyebrow-mkt,.eyebrow,.eyebrow-light){min-height:30px !important;padding:6px 12px 6px 14px !important;font-size:10px !important;letter-spacing:.14em !important}} #servicios,#solucion,.tmx-sol-section{--tmx-eyebrow-accent:#2563EB;--tmx-eyebrow-rgb:37,99,235} #beneficios,.stats{--tmx-eyebrow-accent:#0F9F8F;--tmx-eyebrow-rgb:15,159,143} #proceso,.proceso,.tmx-steps-tech{--tmx-eyebrow-accent:#7C5CE7;--tmx-eyebrow-rgb:124,92,231} #planes{--tmx-eyebrow-accent:#D97706;--tmx-eyebrow-rgb:217,119,6} #cotizar,#cotizacion,.cta-final{--tmx-eyebrow-accent:#2E86FF;--tmx-eyebrow-rgb:46,134,255} #canales{--tmx-eyebrow-accent:#0891B2;--tmx-eyebrow-rgb:8,145,178} #faq,.faq{--tmx-eyebrow-accent:#64748B;--tmx-eyebrow-rgb:100,116,139} .problema{--tmx-eyebrow-accent:#E06A5F;--tmx-eyebrow-rgb:224,106,95} .sectores,.tmx-steps-tech-sectors{--tmx-eyebrow-accent:#0EA5E9;--tmx-eyebrow-rgb:14,165,233}:root{--tmx-hero-height:620px;--tmx-hero-top:70px;--tmx-hero-bottom:42px}:where(.eyebrow-mkt,.eyebrow,.eyebrow-light)::before{content:none !important;display:none !important}:where(.eyebrow-mkt,.eyebrow,.eyebrow-light) .dot{display:none !important}:where(.eyebrow-mkt,.eyebrow,.eyebrow-light){gap:0 !important;padding:7px 15px !important} @media (min-width:1061px){.tmx-hero-premium{height:var(--tmx-hero-height) !important;min-height:var(--tmx-hero-height) !important;max-height:var(--tmx-hero-height) !important} .tmx-hero-premium>.tmx-hero-aligner{flex:1 1 auto !important;min-height:0 !important;height:auto !important;padding:var(--tmx-hero-top) 0 var(--tmx-hero-bottom) !important;align-items:flex-start !important} .tmx-hero-premium>.tmx-hero-aligner>.tmx-hero-grid{height:100% !important;min-height:0 !important;align-items:start !important} .tmx-hero-premium .tmx-hero-content{justify-content:flex-start !important;padding-top:0 !important;padding-bottom:0 !important} .tmx-hero-premium .tmx-hero-content>:where(.eyebrow-mkt,.eyebrow,.eyebrow-light){margin-top:0 !important} body.home .tmx-hero-premium>.tmx-hero-aligner,body.page-template-front-page .tmx-hero-premium>.tmx-hero-aligner,body.page-template-front-page-php .tmx-hero-premium>.tmx-hero-aligner{flex:1 1 0 !important;padding:var(--tmx-hero-top) 0 10px !important} body.home .tmx-hero-marquee-wrapper,body.page-template-front-page .tmx-hero-marquee-wrapper,body.page-template-front-page-php .tmx-hero-marquee-wrapper{flex:0 0 138px !important;height:138px !important;padding:12px 0 22px !important;margin-top:0 !important} body.home .tmx-hero-img,body.page-template-front-page .tmx-hero-img,body.page-template-front-page-php .tmx-hero-img{max-height:355px !important;align-self:center !important} body.page-template-page-nosotros .tmx-hero-grid,body.page-template-page-nosotros-php .tmx-hero-grid{height:100% !important;align-items:stretch !important} body.page-template-page-nosotros .tmx-hero-content,body.page-template-page-nosotros-php .tmx-hero-content{justify-content:flex-start !important;padding:var(--tmx-hero-top) 54px var(--tmx-hero-bottom) max(24px,calc((100vw - 1500px)/2)) !important} body.page-template-page-nosotros .tmx-hero-media,body.page-template-page-nosotros-php .tmx-hero-media{min-height:0 !important;height:var(--tmx-hero-height) !important} body.page-template-page-nosotros .tmx-hero-media img,body.page-template-page-nosotros-php .tmx-hero-media img{object-position:center 14% !important}:where( body.page-template-page-alquiler,body.page-template-page-alquiler-php,body.page-template-page-alquiler-general,body.page-template-page-alquiler-general-php,body.page-template-page-alquiler-impresoras,body.page-template-page-alquiler-impresoras-php,body.page-template-page-alquiler-laptops,body.page-template-page-alquiler-laptops-php ) .tmx-hero-product,:where( body.page-template-page-alquiler,body.page-template-page-alquiler-php,body.page-template-page-alquiler-general,body.page-template-page-alquiler-general-php ) .tmx-hero-img{max-height:330px !important;object-fit:contain !important}:where(body.blog,body.page-template-page-contacto,body.page-template-page-contacto-php) .tmx-hero-premium .glass-card-premium{padding:28px 28px !important}:where(body.blog,body.page-template-page-contacto,body.page-template-page-contacto-php) .tmx-hero-premium .tmx-hero-grid{gap:46px !important} .tmx-innerhero{height:var(--tmx-hero-height) !important;min-height:var(--tmx-hero-height) !important;max-height:var(--tmx-hero-height) !important;padding:var(--tmx-hero-top) 0 var(--tmx-hero-bottom) !important;display:flex !important;align-items:flex-start !important} .tmx-innerhero__inner{width:min(1500px,calc(100% - 48px)) !important;padding:0 !important;margin-inline:auto !important} body.page-template-page-alquiler-impresoras-multifuncionales .hero,body.page-template-page-alquiler-impresoras-multifuncionales-php .hero{height:var(--tmx-hero-height) !important;min-height:var(--tmx-hero-height) !important;max-height:var(--tmx-hero-height) !important;display:flex !important;flex-direction:column !important} body.page-template-page-alquiler-impresoras-multifuncionales .hero-grid,body.page-template-page-alquiler-impresoras-multifuncionales-php .hero-grid{flex:1 1 auto !important;min-height:0 !important;padding:var(--tmx-hero-top) 0 18px !important;align-items:flex-start !important} body.page-template-page-alquiler-impresoras-multifuncionales .hero-clients,body.page-template-page-alquiler-impresoras-multifuncionales-php .hero-clients{flex:0 0 112px !important;min-height:0 !important;padding-top:10px !important;padding-bottom:18px !important}} @media (max-width:1060px){.tmx-hero-premium,.tmx-innerhero,body.page-template-page-alquiler-impresoras-multifuncionales .hero,body.page-template-page-alquiler-impresoras-multifuncionales-php .hero{height:auto !important;min-height:0 !important;max-height:none !important} .tmx-hero-premium>.tmx-hero-aligner,.tmx-innerhero{padding:56px 0 46px !important}} .front-page-heading-accent{color:#2E86FF;font:inherit;font-weight:inherit} .section-head>h2,.tmx-exp__body>h2{text-wrap:balance} .section-head>p,.tmx-exp__body>p{text-wrap:pretty} @media (min-width:1061px){:where( body.home,body.page-template-front-page,body.page-template-front-page-php,body.page-template-page-alquiler,body.page-template-page-alquiler-php,body.page-template-page-alquiler-general,body.page-template-page-alquiler-general-php,body.page-template-page-alquiler-impresoras,body.page-template-page-alquiler-impresoras-php,body.page-template-page-alquiler-laptops,body.page-template-page-alquiler-laptops-php,body.blog,body.page-template-page-contacto,body.page-template-page-contacto-php ) .tmx-hero-premium .tmx-hero-grid{width:min(1500px,calc(100% - 48px)) !important;max-width:1500px !important;margin-inline:auto !important;grid-template-columns:minmax(0,1.22fr) minmax(360px,.78fr) !important;gap:clamp(42px,4vw,76px) !important;align-items:center !important}:where( body.home,body.page-template-front-page,body.page-template-front-page-php,body.page-template-page-alquiler,body.page-template-page-alquiler-php,body.page-template-page-alquiler-general,body.page-template-page-alquiler-general-php,body.page-template-page-alquiler-impresoras,body.page-template-page-alquiler-impresoras-php,body.page-template-page-alquiler-laptops,body.page-template-page-alquiler-laptops-php,body.blog,body.page-template-page-contacto,body.page-template-page-contacto-php ) .tmx-hero-premium .tmx-hero-content{width:100% !important;max-width:820px !important;min-width:0 !important}:where( body.home,body.page-template-front-page,body.page-template-front-page-php,body.page-template-page-alquiler,body.page-template-page-alquiler-php,body.page-template-page-alquiler-general,body.page-template-page-alquiler-general-php,body.page-template-page-alquiler-impresoras,body.page-template-page-alquiler-impresoras-php,body.page-template-page-alquiler-laptops,body.page-template-page-alquiler-laptops-php,body.blog,body.page-template-page-contacto,body.page-template-page-contacto-php ) .tmx-hero-premium .tmx-hero-content p{max-width:680px !important}:where( body.home,body.page-template-front-page,body.page-template-front-page-php,body.page-template-page-alquiler,body.page-template-page-alquiler-php,body.page-template-page-alquiler-general,body.page-template-page-alquiler-general-php,body.page-template-page-alquiler-impresoras,body.page-template-page-alquiler-impresoras-php,body.page-template-page-alquiler-laptops,body.page-template-page-alquiler-laptops-php ) .tmx-hero-premium .tmx-hero-visual{width:100% !important;min-width:0 !important;display:flex !important;align-items:center !important;justify-content:flex-end !important;overflow:visible !important} body.home .tmx-hero-img,body.page-template-front-page .tmx-hero-img,body.page-template-front-page-php .tmx-hero-img{width:min(100%,560px) !important;max-width:560px !important;max-height:360px !important;object-fit:contain !important;object-position:center !important;justify-self:end !important}:where( body.page-template-page-alquiler,body.page-template-page-alquiler-php,body.page-template-page-alquiler-general,body.page-template-page-alquiler-general-php ) .tmx-hero-img,:where( body.page-template-page-alquiler-impresoras,body.page-template-page-alquiler-impresoras-php,body.page-template-page-alquiler-laptops,body.page-template-page-alquiler-laptops-php ) .tmx-hero-product{width:min(100%,560px) !important;max-width:560px !important;max-height:365px !important;object-fit:contain !important;object-position:center !important;margin-left:auto !important;margin-right:0 !important} body.page-template-page-nosotros .tmx-hero-premium>.tmx-hero-aligner,body.page-template-page-nosotros-php .tmx-hero-premium>.tmx-hero-aligner{padding:0 !important;height:100% !important} body.page-template-page-nosotros .tmx-hero-grid,body.page-template-page-nosotros-php .tmx-hero-grid{width:100% !important;max-width:none !important;height:var(--tmx-hero-height) !important;margin:0 !important;grid-template-columns:50% 50% !important;gap:0 !important;align-items:stretch !important} body.page-template-page-nosotros .tmx-hero-content,body.page-template-page-nosotros-php .tmx-hero-content{width:100% !important;max-width:none !important;justify-content:flex-start !important;padding:var(--tmx-hero-top) clamp(48px,4vw,72px) var(--tmx-hero-bottom) max(24px,calc((100vw - 1500px)/2)) !important} body.page-template-page-nosotros .tmx-hero-content p,body.page-template-page-nosotros-php .tmx-hero-content p{max-width:660px !important} body.page-template-page-nosotros .tmx-hero-media,body.page-template-page-nosotros-php .tmx-hero-media{position:relative !important;width:100% !important;height:var(--tmx-hero-height) !important;min-height:var(--tmx-hero-height) !important;overflow:hidden !important;align-self:stretch !important} body.page-template-page-nosotros .tmx-hero-media img,body.page-template-page-nosotros-php .tmx-hero-media img{position:absolute !important;inset:0 !important;width:100% !important;height:100% !important;max-width:none !important;object-fit:cover !important;object-position:50% 0% !important;border-radius:0 !important} body.page-template-page-alquiler-impresoras-multifuncionales .hero-grid,body.page-template-page-alquiler-impresoras-multifuncionales-php .hero-grid{grid-template-columns:minmax(0,1.22fr) minmax(360px,.78fr) !important;gap:clamp(42px,4vw,76px) !important} body.page-template-page-alquiler-impresoras-multifuncionales .hero-copy,body.page-template-page-alquiler-impresoras-multifuncionales-php .hero-copy{max-width:820px !important} body.page-template-page-alquiler-impresoras-multifuncionales .hero-copy p,body.page-template-page-alquiler-impresoras-multifuncionales-php .hero-copy p{max-width:680px !important}}:root{--tmx-fixed-header-h:80px} html{scroll-padding-top:calc(var(--tmx-fixed-header-h) + 24px)} body{padding-top:var(--tmx-fixed-header-h) !important} .site-header{position:fixed !important;top:0 !important;left:0 !important;right:0 !important;width:100% !important;z-index:1000 !important;background:rgba(255,255,255,.96) !important;backdrop-filter:blur(16px) saturate(1.12) !important;-webkit-backdrop-filter:blur(16px) saturate(1.12) !important;border-bottom:1px solid rgba(23,59,108,.08) !important;transform:translateZ(0);transition:box-shadow .22s ease,background-color .22s ease !important} .site-header.is-scrolled{background:rgba(255,255,255,.985) !important;box-shadow:0 10px 30px rgba(12,34,64,.09) !important} .site-header__inner{min-height:var(--tmx-fixed-header-h) !important} .admin-bar .site-header{top:32px !important} .shop-navbar{position:sticky !important;top:var(--tmx-fixed-header-h) !important;z-index:900 !important} .admin-bar .shop-navbar{top:calc(var(--tmx-fixed-header-h) + 32px) !important} [id]{scroll-margin-top:calc(var(--tmx-fixed-header-h) + 24px)}:where(a,button,input,select,textarea,[tabindex]):focus-visible{outline:2px solid #2E86FF !important;outline-offset:3px !important} @media (min-width:1061px){:where( body.page-template-page-alquiler,body.page-template-page-alquiler-php,body.page-template-page-alquiler-general,body.page-template-page-alquiler-general-php,body.page-template-page-alquiler-impresoras,body.page-template-page-alquiler-impresoras-php,body.page-template-page-alquiler-laptops,body.page-template-page-alquiler-laptops-php ) .tmx-hero-premium>.tmx-hero-aligner{height:100% !important}:where( body.page-template-page-alquiler,body.page-template-page-alquiler-php,body.page-template-page-alquiler-general,body.page-template-page-alquiler-general-php,body.page-template-page-alquiler-impresoras,body.page-template-page-alquiler-impresoras-php,body.page-template-page-alquiler-laptops,body.page-template-page-alquiler-laptops-php ) .tmx-hero-premium .tmx-hero-grid{height:100% !important;grid-template-columns:minmax(0,1.12fr) minmax(500px,.88fr) !important;gap:clamp(24px,2.8vw,48px) !important;align-items:stretch !important}:where( body.page-template-page-alquiler,body.page-template-page-alquiler-php,body.page-template-page-alquiler-general,body.page-template-page-alquiler-general-php,body.page-template-page-alquiler-impresoras,body.page-template-page-alquiler-impresoras-php,body.page-template-page-alquiler-laptops,body.page-template-page-alquiler-laptops-php ) .tmx-hero-premium .tmx-hero-content{align-self:start !important;max-width:790px !important}:where( body.page-template-page-alquiler,body.page-template-page-alquiler-php,body.page-template-page-alquiler-general,body.page-template-page-alquiler-general-php,body.page-template-page-alquiler-impresoras,body.page-template-page-alquiler-impresoras-php,body.page-template-page-alquiler-laptops,body.page-template-page-alquiler-laptops-php ) .tmx-hero-premium .tmx-hero-content p{max-width:730px !important;margin-bottom:12px !important;line-height:1.62 !important}:where( body.page-template-page-alquiler,body.page-template-page-alquiler-php,body.page-template-page-alquiler-general,body.page-template-page-alquiler-general-php,body.page-template-page-alquiler-impresoras,body.page-template-page-alquiler-impresoras-php,body.page-template-page-alquiler-laptops,body.page-template-page-alquiler-laptops-php ) .tmx-hero-premium .tmx-hero-actions{margin-top:22px !important}:where( body.page-template-page-alquiler,body.page-template-page-alquiler-php,body.page-template-page-alquiler-general,body.page-template-page-alquiler-general-php,body.page-template-page-alquiler-impresoras,body.page-template-page-alquiler-impresoras-php,body.page-template-page-alquiler-laptops,body.page-template-page-alquiler-laptops-php ) .tmx-hero-premium .tmx-hero-visual{position:relative !important;align-self:stretch !important;height:100% !important;min-height:0 !important;display:block !important;overflow:visible !important}:where( body.page-template-page-alquiler,body.page-template-page-alquiler-php,body.page-template-page-alquiler-general,body.page-template-page-alquiler-general-php ) .tmx-hero-premium .tmx-hero-img{position:absolute !important;right:-34px !important;bottom:-4px !important;width:min(125%,710px) !important;max-width:710px !important;height:auto !important;max-height:500px !important;object-fit:contain !important;object-position:right bottom !important;margin:0 !important}:where( body.page-template-page-alquiler-impresoras,body.page-template-page-alquiler-impresoras-php,body.page-template-page-alquiler-laptops,body.page-template-page-alquiler-laptops-php ) .tmx-hero-premium .tmx-hero-product{position:absolute !important;right:-28px !important;bottom:-6px !important;width:min(118%,680px) !important;max-width:680px !important;height:auto !important;max-height:505px !important;object-fit:contain !important;object-position:right bottom !important;margin:0 !important} body.page-template-page-nosotros .tmx-hero-content,body.page-template-page-nosotros-php .tmx-hero-content{padding-right:clamp(54px,5vw,92px) !important} body.page-template-page-nosotros .tmx-hero-content p,body.page-template-page-nosotros-php .tmx-hero-content p{max-width:700px !important;line-height:1.62 !important;margin-bottom:12px !important} body.page-template-page-nosotros .tmx-hero-media img,body.page-template-page-nosotros-php .tmx-hero-media img{object-position:50% 0% !important}} @media (max-width:820px){:root{--tmx-fixed-header-h:68px} .admin-bar .site-header{top:46px !important} .admin-bar .shop-navbar{top:calc(var(--tmx-fixed-header-h) + 46px) !important} .shop-navbar{top:var(--tmx-fixed-header-h) !important}} @media (prefers-reduced-motion:reduce){html{scroll-behavior:auto !important} .site-header{transition:none !important}} @media (min-width:783px) and (max-width:820px){.admin-bar .site-header{top:32px !important} .admin-bar .shop-navbar{top:calc(var(--tmx-fixed-header-h) + 32px) !important}}:root{--tmx-fixed-header-h:72px;--header-h:72px} html{scroll-padding-top:calc(var(--tmx-fixed-header-h) + 20px) !important} html body{padding-top:0 !important} html body .site-header,html body .site-header--shop{position:sticky !important;top:0 !important;left:auto !important;right:auto !important;width:100% !important;height:auto !important;min-height:0 !important;margin:0 !important;padding:0 !important;z-index:10000 !important;transform:none !important;visibility:visible !important;opacity:1 !important;background:rgba(255,255,255,.985) !important;border-bottom:1px solid rgba(23,59,108,.08) !important;box-shadow:none !important;backdrop-filter:blur(14px) saturate(1.08) !important;-webkit-backdrop-filter:blur(14px) saturate(1.08) !important;transition:box-shadow .2s ease,background-color .2s ease !important} html body .site-header.is-scrolled,html body .site-header--shop.is-scrolled{transform:none !important;visibility:visible !important;opacity:1 !important;box-shadow:0 8px 24px rgba(12,34,64,.08) !important} html body .site-header__inner,html body .site-header--shop .site-header__inner{min-height:var(--tmx-fixed-header-h) !important;height:var(--tmx-fixed-header-h) !important;padding-top:0 !important;padding-bottom:0 !important;margin-top:0 !important;margin-bottom:0 !important;align-items:center !important} html body .site-header .brand__logo,html body .site-header--shop .brand__logo{display:block !important;max-height:36px !important;height:36px !important;width:auto !important} html body .site-header .header-cta,html body .site-header .header-cta.header-cta--wa{min-height:40px !important;height:40px !important;padding:9px 18px !important;border-radius:7px !important;align-items:center !important} html body .shop-header-actions,html body .shop-cart-btn{align-items:center !important} html body .shop-cart-btn{width:40px !important;height:40px !important} html body .shop-navbar{position:sticky !important;top:var(--tmx-fixed-header-h) !important;margin-top:0 !important;z-index:9990 !important} html body.admin-bar .site-header,html body.admin-bar .site-header--shop{top:32px !important} html body.admin-bar .shop-navbar{top:calc(var(--tmx-fixed-header-h) + 32px) !important} html body [id]{scroll-margin-top:calc(var(--tmx-fixed-header-h) + 20px) !important} .tmx-blog-card-home{padding:0 !important;overflow:hidden !important} .tmx-blog-card-home__media{display:block;width:100%;aspect-ratio:16/9;overflow:hidden;background:linear-gradient(135deg,#eef4fb,#e5edf7);border-bottom:1px solid rgba(23,59,108,.07)} .tmx-blog-card-home__media img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .45s cubic-bezier(.22,.61,.36,1)} .tmx-blog-card-home:hover .tmx-blog-card-home__media img{transform:scale(1.035)} .tmx-blog-card-home__body{display:flex;flex-direction:column;flex:1;padding:26px 26px 28px} @media (max-width:820px){:root{--tmx-fixed-header-h:64px;--header-h:64px} html body .site-header,html body .site-header--shop{position:sticky !important;top:0 !important} html body.admin-bar .site-header,html body.admin-bar .site-header--shop{top:46px !important} html body .site-header__inner,html body .site-header--shop .site-header__inner{min-height:64px !important;height:64px !important} html body .site-header .brand__logo,html body .site-header--shop .brand__logo{height:34px !important;max-height:34px !important} html body .site-header .nav{top:calc(100% + 8px) !important} html body .shop-navbar{top:64px !important} html body.admin-bar .shop-navbar{top:110px !important} .tmx-blog-card-home__body{padding:22px !important}} @media (min-width:783px) and (max-width:820px){html body.admin-bar .site-header,html body.admin-bar .site-header--shop{top:32px !important} html body.admin-bar .shop-navbar{top:96px !important}}:root{--tmx-fixed-header-h:72px;--header-h:72px} html{scroll-padding-top:calc(var(--tmx-fixed-header-h) + 22px) !important} html body{padding-top:0 !important} html body .site-header,html body .site-header--shop{position:fixed !important;inset:auto 0 auto 0 !important;top:0 !important;width:100% !important;z-index:100000 !important;margin:0 !important;padding:0 !important;transform:none !important;translate:none !important;visibility:visible !important;opacity:1 !important;pointer-events:auto !important;background:rgba(255,255,255,.985) !important;border-bottom:1px solid rgba(23,59,108,.08) !important;box-shadow:0 5px 18px rgba(12,34,64,.035) !important;backdrop-filter:blur(14px) saturate(1.08) !important;-webkit-backdrop-filter:blur(14px) saturate(1.08) !important;transition:box-shadow .2s ease,background-color .2s ease !important} html body .site-header.is-scrolled,html body .site-header--shop.is-scrolled{top:0 !important;transform:none !important;translate:none !important;visibility:visible !important;opacity:1 !important;box-shadow:0 10px 28px rgba(12,34,64,.09) !important} html body .site-header__inner,html body .site-header--shop .site-header__inner{min-height:var(--tmx-fixed-header-h) !important;height:var(--tmx-fixed-header-h) !important;padding-block:0 !important;margin-block:0 !important;align-items:center !important} .site-header-spacer{display:block !important;width:100% !important;height:var(--tmx-fixed-header-h) !important;min-height:var(--tmx-fixed-header-h) !important;margin:0 !important;padding:0 !important;border:0 !important;pointer-events:none !important} html body.admin-bar .site-header,html body.admin-bar .site-header--shop,html body.admin-bar .site-header.is-scrolled,html body.admin-bar .site-header--shop.is-scrolled{top:32px !important} html body .shop-navbar{position:sticky !important;top:var(--tmx-fixed-header-h) !important;z-index:99990 !important} html body.admin-bar .shop-navbar{top:calc(var(--tmx-fixed-header-h) + 32px) !important} html body [id]{scroll-margin-top:calc(var(--tmx-fixed-header-h) + 22px) !important} .tmx-claims-hero{min-height:620px !important;height:620px !important} .tmx-claims-hero .tmx-hero-aligner{height:100% !important;min-height:0 !important;padding:0 !important} .tmx-claims-hero .tmx-hero-grid{width:min(1500px,calc(100% - 56px)) !important;height:100% !important;grid-template-columns:minmax(0,1.12fr) minmax(430px,.88fr) !important;align-items:center !important;gap:clamp(56px,5vw,94px) !important} .tmx-claims-hero .tmx-hero-content{max-width:810px !important} .tmx-claims-hero .tmx-hero-content p{max-width:690px !important;margin-bottom:22px !important} .tmx-claims-hero__meta{display:flex;align-items:center;gap:10px 22px;flex-wrap:wrap;color:rgba(255,255,255,.66);font-size:13px;letter-spacing:.02em} .tmx-claims-hero__meta span{display:inline-flex;align-items:center;gap:8px} .tmx-claims-hero__meta span + span::before{content:"";width:4px;height:4px;border-radius:50%;background:#2E86FF} .tmx-claims-hero__visual{display:flex;justify-content:flex-end;align-items:center} .tmx-claims-bookmark{width:min(100%,500px);min-height:300px;padding:44px;display:flex;align-items:center;gap:28px;border-radius:22px;border:1px solid rgba(255,255,255,.14);background:linear-gradient(145deg,rgba(255,255,255,.09),rgba(255,255,255,.035));box-shadow:0 30px 70px rgba(0,0,0,.22);backdrop-filter:blur(16px)} .tmx-claims-bookmark svg{width:86px;height:86px;flex:0 0 86px;color:#75ADFF} .tmx-claims-bookmark small{display:block;margin-bottom:10px;color:#75ADFF;text-transform:uppercase;letter-spacing:.14em;font-weight:600;font-size:11px} .tmx-claims-bookmark strong{display:block;color:#fff;font-family:var(--font-display,var(--font-primary));font-size:24px;line-height:1.2;margin-bottom:12px} .tmx-claims-bookmark p{margin:0 !important;color:rgba(255,255,255,.68) !important;font-size:14.5px !important;line-height:1.65 !important} .tmx-claims-body{padding:84px 0 96px;background:#F6F8FB} .tmx-claims-shell{max-width:1240px !important;background:#fff;border:1px solid rgba(23,59,108,.08);border-radius:22px;padding:clamp(34px,4.4vw,68px) !important;box-shadow:0 24px 70px rgba(12,34,64,.065)} .tmx-claims-company{display:flex;align-items:center;gap:24px;padding-bottom:32px;border-bottom:1px solid #DEE5ED;margin-bottom:36px} .tmx-claims-company__icon{width:62px;height:62px;flex:0 0 62px;display:grid;place-items:center;color:#173B6C} .tmx-claims-company__icon svg{width:52px;height:52px;display:block} .tmx-claims-kicker{display:block;color:#2E86FF;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.13em;margin-bottom:7px} .tmx-claims-company h2{margin:0 0 7px;color:#173B6C;font-size:24px;letter-spacing:-.02em} .tmx-claims-company p{margin:0;color:#536579;line-height:1.65;font-size:14px} .tmx-claims-alert{border-radius:10px;padding:15px 18px;margin:0 0 28px;font-size:14px;line-height:1.5} .tmx-claims-alert--success{background:#ECF9F3;border:1px solid #BFE9D5;color:#176342} .tmx-claims-alert--error{background:#FFF1F1;border:1px solid #F2C7C7;color:#9A2A2A} .tmx-claims-form{display:grid;gap:34px} .tmx-claims-section{min-width:0;margin:0;padding:0 0 34px;border:0;border-bottom:1px solid #DEE5ED} .tmx-claims-section legend{width:100%;padding:0 0 14px;margin:0 0 26px;border-bottom:1px solid #DEE5ED;color:#173B6C;font-family:var(--font-display,var(--font-primary));font-size:20px;font-weight:700;letter-spacing:-.02em} .tmx-claims-grid{display:grid;gap:20px} .tmx-claims-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))} .tmx-claims-docrow{display:grid;grid-template-columns:minmax(140px,.78fr) minmax(180px,1fr);gap:12px} .tmx-claims-field{display:grid;gap:9px;margin-bottom:20px} .tmx-claims-field>span,.tmx-claims-choice-label{color:#243244;font-size:12px;font-weight:600;letter-spacing:.045em;text-transform:uppercase} .tmx-claims-field b,.tmx-claims-choice-label b{color:#2E86FF} .tmx-claims-field input,.tmx-claims-field select,.tmx-claims-field textarea{width:100%;min-width:0;border:1px solid #DCE3EB;background:#fff;color:#1B2B40;border-radius:12px;padding:14px 16px;min-height:52px;font:inherit;font-size:14px;outline:none;box-shadow:0 3px 12px rgba(12,34,64,.018);transition:border-color .2s ease,box-shadow .2s ease,background .2s ease} .tmx-claims-field textarea{resize:vertical;min-height:120px;line-height:1.65} .tmx-claims-field input::placeholder,.tmx-claims-field textarea::placeholder{color:#94A1B1} .tmx-claims-field input:focus,.tmx-claims-field select:focus,.tmx-claims-field textarea:focus{border-color:#73ABFA;box-shadow:0 0 0 4px rgba(46,134,255,.09)} .tmx-claims-choice-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:20px} .tmx-claims-choice-label{min-width:145px} .tmx-claims-pill{position:relative;cursor:pointer} .tmx-claims-pill input{position:absolute;opacity:0;pointer-events:none} .tmx-claims-pill span{min-height:42px;padding:0 18px;display:inline-flex;align-items:center;gap:9px;border:1px solid #DCE3EB;border-radius:999px;color:#44566C;background:#fff;font-size:14px;transition:.2s ease} .tmx-claims-pill span::before{content:"";width:12px;height:12px;border-radius:50%;border:1px solid #8493A4;box-shadow:inset 0 0 0 3px #fff} .tmx-claims-pill input:checked + span{border-color:#72AAF8;background:#F2F7FF;color:#173B6C} .tmx-claims-pill input:checked + span::before{background:#2E86FF;border-color:#2E86FF} .tmx-claims-check{display:inline-flex;align-items:flex-start;gap:10px;color:#435267;font-size:14px;line-height:1.5;cursor:pointer} .tmx-claims-check input{appearance:none;width:18px;height:18px;flex:0 0 18px;margin-top:1px;border:1px solid #C7D1DD;border-radius:5px;background:#fff;display:grid;place-content:center} .tmx-claims-check input::before{content:"";width:9px;height:5px;border-left:1.6px solid #fff;border-bottom:1.6px solid #fff;transform:rotate(-45deg) scale(0);transform-origin:center} .tmx-claims-check input:checked{background:#2E86FF;border-color:#2E86FF} .tmx-claims-check input:checked::before{transform:rotate(-45deg) scale(1)} .tmx-claims-check a{color:#1F70DB;text-decoration:underline;text-underline-offset:2px} .tmx-claims-consent{display:grid;justify-items:center;gap:28px;padding:4px 0 10px} .tmx-claims-submit{min-width:210px;min-height:50px;border:0;border-radius:8px;background:#2E86FF;color:#fff;padding:13px 26px;font:inherit;font-weight:600;cursor:pointer;box-shadow:0 12px 28px rgba(46,134,255,.22);transition:transform .2s ease,background .2s ease,box-shadow .2s ease} .tmx-claims-submit:hover{background:#1F70DB;transform:translateY(-1px);box-shadow:0 15px 30px rgba(46,134,255,.28)} .tmx-claims-notes{display:grid;gap:0;margin-top:6px;color:#667487;font-size:13px;line-height:1.65} .tmx-claims-notes p{margin:0;padding:13px 0;border-bottom:1px solid #E7ECF2} .tmx-claims-notes p:last-child{border-bottom:0} .tmx-claims-notes strong{color:#173B6C} .footer.footer--vitara-inspired{background:#06192F !important;padding:70px 0 28px !important} .footer-premium-grid{display:grid;grid-template-columns:minmax(280px,1.35fr) minmax(170px,.72fr) minmax(210px,.88fr) minmax(230px,.9fr);gap:clamp(34px,4vw,72px);align-items:start} .footer-premium-brand .brand{margin-bottom:20px} .footer-premium-brand .brand__logo{height:42px !important;width:auto !important} .footer-premium-brand>p{max-width:390px;color:rgba(255,255,255,.65);font-size:14px;line-height:1.75;margin:0 0 22px} .footer-contact-list{display:grid;gap:9px} .footer-contact-list a,.footer-contact-list span{color:rgba(255,255,255,.72) !important;font-size:13.5px;width:max-content;max-width:100%} .footer-contact-list a:hover{color:#fff !important} .footer-premium-col{display:grid;gap:12px;align-content:start} .footer-premium-grid h3{margin:0 0 8px !important;color:rgba(255,255,255,.94) !important;font-size:12px !important;letter-spacing:.12em !important;text-transform:uppercase !important} .footer-premium-col a{color:rgba(255,255,255,.68) !important;font-size:13.5px;line-height:1.45;transition:color .2s ease,transform .2s ease} .footer-premium-col a:hover{color:#fff !important;transform:translateX(2px)} .footer-premium-book{display:grid;align-content:start;justify-items:start} .footer-premium-book a{display:block;width:min(100%,245px);padding:14px 16px;border-radius:10px;background:#fff;border:1px solid rgba(255,255,255,.13);box-shadow:0 14px 30px rgba(0,0,0,.16);transition:transform .2s ease,box-shadow .2s ease} .footer-premium-book a:hover{transform:translateY(-2px);box-shadow:0 18px 34px rgba(0,0,0,.22)} .footer-premium-book img{display:block;width:100%;height:auto;object-fit:contain} .footer-premium-book p{margin:12px 0 0;color:rgba(255,255,255,.58);font-size:12.5px;line-height:1.55} .footer-premium-bottom{margin-top:52px !important;padding-top:24px !important;border-top:1px solid rgba(255,255,255,.16);display:flex;justify-content:space-between;gap:16px 32px;flex-wrap:wrap;color:rgba(255,255,255,.48);font-size:11.8px;line-height:1.55} .footer-premium-bottom p{margin:0} .footer-premium-bottom strong{color:rgba(255,255,255,.64);font-weight:500} @media (max-width:1060px){.tmx-claims-hero{height:auto !important;min-height:0 !important} .tmx-claims-hero .tmx-hero-aligner{padding:76px 0 !important} .tmx-claims-hero .tmx-hero-grid{grid-template-columns:1fr !important;height:auto !important;gap:34px !important} .tmx-claims-hero__visual{justify-content:flex-start} .tmx-claims-bookmark{width:100%;min-height:0} .footer-premium-grid{grid-template-columns:1.2fr 1fr 1fr} .footer-premium-book{grid-column:2/4}} @media (max-width:820px){:root{--tmx-fixed-header-h:64px;--header-h:64px} html body.admin-bar .site-header,html body.admin-bar .site-header--shop,html body.admin-bar .site-header.is-scrolled,html body.admin-bar .site-header--shop.is-scrolled{top:46px !important} html body.admin-bar .shop-navbar{top:calc(64px + 46px) !important} .site-header-spacer{height:64px !important;min-height:64px !important} .tmx-claims-body{padding:54px 0 64px} .tmx-claims-shell{width:min(100% - 28px,1240px) !important;padding:28px 22px !important;border-radius:16px} .tmx-claims-grid--2,.tmx-claims-docrow{grid-template-columns:1fr;gap:0} .tmx-claims-company{align-items:flex-start} .tmx-claims-company__icon{width:48px;height:48px;flex-basis:48px} .tmx-claims-company__icon svg{width:42px;height:42px} .tmx-claims-choice-label{width:100%;min-width:0} .tmx-claims-consent{justify-items:stretch} .tmx-claims-submit{width:100%} .footer-premium-grid{grid-template-columns:1fr 1fr;gap:34px 28px} .footer-premium-brand,.footer-premium-book{grid-column:1/-1} .footer-premium-bottom{margin-top:38px !important}} @media (min-width:783px) and (max-width:820px){html body.admin-bar .site-header,html body.admin-bar .site-header--shop,html body.admin-bar .site-header.is-scrolled,html body.admin-bar .site-header--shop.is-scrolled{top:32px !important} html body.admin-bar .shop-navbar{top:calc(64px + 32px) !important}} @media (max-width:560px){.tmx-claims-hero .tmx-hero-aligner{padding:58px 0 !important} .tmx-claims-hero .tmx-hero-grid{width:min(100% - 28px,1500px) !important} .tmx-claims-bookmark{padding:26px;gap:18px;align-items:flex-start} .tmx-claims-bookmark svg{width:54px;height:54px;flex-basis:54px} .tmx-claims-bookmark strong{font-size:20px} .footer-premium-grid{grid-template-columns:1fr} .footer-premium-brand,.footer-premium-book{grid-column:auto}} .footer-premium-book a{background:rgba(255,255,255,.035) !important;border-color:rgba(255,255,255,.13) !important} .footer-premium-book img{opacity:.96} .tmx-claims-page--simple .tmx-claims-titlebar{min-height:210px;display:flex;align-items:center;background:linear-gradient(135deg,#07182d 0%,#0b2b52 58%,#0e3b70 100%);border-bottom:1px solid rgba(255,255,255,.07)} .tmx-claims-titlebar__inner{width:min(1500px,calc(100% - 56px)) !important;margin-inline:auto} .tmx-claims-titlebar h1{margin:0;color:#fff;font-family:var(--font-display,var(--font-primary));font-size:clamp(40px,4vw,64px);line-height:1.02;letter-spacing:-.045em;font-weight:750} .tmx-claims-page--simple .tmx-claims-body{padding-top:54px !important} .tmx-claims-provider{display:grid;grid-template-columns:minmax(180px,.9fr) minmax(130px,.45fr) minmax(320px,1.65fr);gap:18px;padding:0 0 28px;border-bottom:1px solid #DEE5ED} .tmx-claims-provider>div{min-width:0} .tmx-claims-provider span{display:block;margin-bottom:6px;color:#718198;font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.11em} .tmx-claims-provider strong{display:block;color:#173B6C;font-size:14px;line-height:1.55;font-weight:650} .tmx-blog-card-home__media img{object-position:center top !important} @media (max-width:820px){.tmx-claims-page--simple .tmx-claims-titlebar{min-height:160px} .tmx-claims-titlebar__inner{width:min(100% - 32px,1500px) !important} .tmx-claims-titlebar h1{font-size:clamp(34px,10vw,48px)} .tmx-claims-page--simple .tmx-claims-body{padding-top:36px !important} .tmx-claims-provider{grid-template-columns:1fr;gap:14px;padding-bottom:24px}} .tmx-claims-page--simple .tmx-claims-titlebar{position:relative;isolation:isolate;overflow:hidden;background:#091e38 !important;background:radial-gradient(circle at 50% 50%,rgba(46,134,255,.10) 0%,transparent 60%),linear-gradient(180deg,#020813 0%,#051224 50%,#091e38 100%) !important} .tmx-claims-page--simple .tmx-claims-titlebar::before{content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:72px 72px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.55),transparent 92%)} .tmx-claims-page--simple .tmx-claims-titlebar::after{content:"";position:absolute;width:520px;height:520px;right:-160px;top:-280px;z-index:-1;pointer-events:none;border-radius:50%;background:radial-gradient(circle,rgba(46,134,255,.18) 0%,rgba(46,134,255,.055) 42%,transparent 72%)} .blog-home-grid .tmx-blog-card-home__media{position:relative;aspect-ratio:16/9} .blog-home-grid .tmx-blog-card-home__media img{position:absolute !important;inset:0 !important;width:100% !important;height:100% !important;object-fit:cover !important;object-position:50% 0% !important;transform-origin:50% 0% !important} .blog-home-grid .tmx-blog-card-home:hover .tmx-blog-card-home__media img{transform:scale(1.025) translateZ(0) !important;transform-origin:50% 0% !important}:root{--tmx-rail:1500px;--tmx-gutter:clamp(20px,2.9vw,56px);--tmx-frame:calc(100% - (var(--tmx-gutter) * 2))} .container,.tmx-innerhero__inner,.tmx-claims-titlebar__inner,.tmx-claims-shell,.footer-premium-inner,.site-header__inner{width:min(var(--tmx-rail),var(--tmx-frame)) !important;max-width:var(--tmx-rail) !important;margin-inline:auto !important} @media (min-width:821px) and (max-width:1060px){:root{--tmx-hero-top:clamp(44px,5.2vw,58px);--tmx-hero-bottom:clamp(30px,3.4vw,40px)} .tmx-hero-premium{height:clamp(530px,58vw,600px) !important;min-height:clamp(530px,58vw,600px) !important;max-height:none !important} .tmx-hero-premium>.tmx-hero-aligner{height:100% !important;min-height:0 !important;padding:var(--tmx-hero-top) 0 var(--tmx-hero-bottom) !important;align-items:stretch !important} .tmx-hero-premium .tmx-hero-grid{width:min(var(--tmx-rail),var(--tmx-frame)) !important;max-width:var(--tmx-rail) !important;margin-inline:auto !important;display:grid !important;grid-template-columns:minmax(0,1.14fr) minmax(300px,.86fr) !important;gap:clamp(22px,3vw,34px) !important;align-items:center !important;text-align:left !important} .tmx-hero-premium .tmx-hero-content{width:100% !important;max-width:none !important;min-width:0 !important;align-items:flex-start !important;text-align:left !important;padding:0 !important} .tmx-hero-premium .tmx-hero-content h1{font-size:clamp(34px,4.4vw,46px) !important;text-align:left !important} .tmx-hero-premium .tmx-hero-content p{max-width:620px !important;margin-left:0 !important;margin-right:0 !important;font-size:clamp(14px,1.65vw,16px) !important;line-height:1.58 !important;text-align:left !important} .tmx-hero-premium .tmx-hero-actions{justify-content:flex-start !important;flex-direction:row !important;align-items:center !important} .tmx-hero-premium .tmx-hero-actions:where(.btn,.btn-mkt,.btn-hero-primary){width:auto !important} .tmx-hero-premium .tmx-hero-visual{display:flex !important;min-width:0 !important;width:100% !important;height:100% !important;margin:0 !important;align-items:center !important;justify-content:flex-end !important} .tmx-hero-premium .tmx-hero-img,.tmx-hero-premium .tmx-hero-product{width:min(100%,430px) !important;max-width:430px !important;max-height:430px !important;margin:0 0 0 auto !important;object-fit:contain !important}:where( body.page-template-page-alquiler,body.page-template-page-alquiler-php,body.page-template-page-alquiler-general,body.page-template-page-alquiler-general-php,body.page-template-page-alquiler-impresoras,body.page-template-page-alquiler-impresoras-php,body.page-template-page-alquiler-laptops,body.page-template-page-alquiler-laptops-php ) .tmx-hero-premium .tmx-hero-visual{position:relative !important;align-self:stretch !important}:where( body.page-template-page-alquiler,body.page-template-page-alquiler-php,body.page-template-page-alquiler-general,body.page-template-page-alquiler-general-php ) .tmx-hero-premium .tmx-hero-img,:where( body.page-template-page-alquiler-impresoras,body.page-template-page-alquiler-impresoras-php,body.page-template-page-alquiler-laptops,body.page-template-page-alquiler-laptops-php ) .tmx-hero-premium .tmx-hero-product{position:absolute !important;right:-12px !important;bottom:-2px !important;width:min(112%,470px) !important;max-width:470px !important;max-height:455px !important;object-position:right bottom !important} body.page-template-page-nosotros .tmx-hero-premium>.tmx-hero-aligner,body.page-template-page-nosotros-php .tmx-hero-premium>.tmx-hero-aligner{padding:0 !important} body.page-template-page-nosotros .tmx-hero-grid,body.page-template-page-nosotros-php .tmx-hero-grid{width:100% !important;max-width:none !important;height:100% !important;grid-template-columns:50% 50% !important;gap:0 !important;align-items:stretch !important} body.page-template-page-nosotros .tmx-hero-content,body.page-template-page-nosotros-php .tmx-hero-content{padding:var(--tmx-hero-top) clamp(30px,4vw,48px) var(--tmx-hero-bottom) var(--tmx-gutter) !important;justify-content:flex-start !important} body.page-template-page-nosotros .tmx-hero-media,body.page-template-page-nosotros-php .tmx-hero-media{position:relative !important;display:block !important;width:100% !important;height:100% !important;min-height:0 !important;margin:0 !important;overflow:hidden !important} body.page-template-page-nosotros .tmx-hero-media img,body.page-template-page-nosotros-php .tmx-hero-media img{position:absolute !important;inset:0 !important;width:100% !important;height:100% !important;max-width:none !important;object-fit:cover !important;object-position:50% 0% !important;border-radius:0 !important} body.home .tmx-hero-premium,body.page-template-front-page .tmx-hero-premium,body.page-template-front-page-php .tmx-hero-premium{height:600px !important;min-height:600px !important} body.home .tmx-hero-premium>.tmx-hero-aligner,body.page-template-front-page .tmx-hero-premium>.tmx-hero-aligner,body.page-template-front-page-php .tmx-hero-premium>.tmx-hero-aligner{height:auto !important;min-height:0 !important;padding:46px 0 8px !important} body.home .tmx-hero-marquee-wrapper,body.page-template-front-page .tmx-hero-marquee-wrapper,body.page-template-front-page-php .tmx-hero-marquee-wrapper{flex:0 0 124px !important;height:124px !important;margin-top:0 !important;padding:8px 0 18px !important} body.page-template-page-alquiler-impresoras-multifuncionales .hero,body.page-template-page-alquiler-impresoras-multifuncionales-php .hero{height:clamp(530px,58vw,600px) !important;min-height:clamp(530px,58vw,600px) !important} body.page-template-page-alquiler-impresoras-multifuncionales .hero-grid,body.page-template-page-alquiler-impresoras-multifuncionales-php .hero-grid{display:grid !important;grid-template-columns:minmax(0,1.14fr) minmax(300px,.86fr) !important;gap:clamp(22px,3vw,34px) !important;align-items:center !important} .split-layout--about{grid-template-columns:minmax(300px,38%) minmax(0,1fr) !important} .split-layout--history{grid-template-columns:minmax(280px,36%) minmax(0,1fr) !important} .split-layout--cta{grid-template-columns:minmax(0,1fr) minmax(300px,36%) !important} .split-layout--form{grid-template-columns:minmax(0,1fr) minmax(290px,34%) !important} .split-layout--about,.split-layout--history,.split-layout--cta,.split-layout--form{gap:clamp(26px,3.6vw,40px) !important;align-items:center !important} .tmx-history__layout,.tmx-vs-layout{flex-direction:row !important} .stats-split{grid-template-columns:1fr 1fr !important}} @media (max-width:820px){:root{--tmx-gutter:16px} .container,.tmx-innerhero__inner,.tmx-claims-titlebar__inner,.tmx-claims-shell,.footer-premium-inner,.site-header__inner{width:min(var(--tmx-rail),calc(100% - 32px)) !important}}:root{--tmx-surface-white:#FFFFFF;--tmx-surface-ice:#F4F8FD;--tmx-surface-blue:#EDF5FF;--tmx-surface-slate:#F2F5F9;--tmx-surface-cyan:#EFF9FC;--tmx-surface-deep:#071D38;--tmx-section-line:rgba(23,59,108,.075)} main>section.section,main>section.tmx-history,main>section.tmx-mvv,main>section.tmx-diferenciales-premium,main>section.tmx-process,main>section.tmx-team,main>section.tmx-tech-section,main>section.tmx-steps-tech,main>section.tmx-planes-premium,main>section.tmx-sol-section,main>section.contact-channels-section,main>section.contact-process-section{position:relative;border-top:1px solid var(--tmx-section-line);border-bottom:1px solid rgba(255,255,255,.7);background-image:none !important} body.home #soluciones,body.page-template-front-page #soluciones{background:var(--tmx-surface-white) !important} body.home #nosotros,body.page-template-front-page #nosotros{background:linear-gradient(180deg,#F1F6FC 0%,#F7FAFD 100%) !important} body.home #por-que-alquilar,body.page-template-front-page #por-que-alquilar{background:linear-gradient(135deg,#EDF5FF 0%,#F6FAFF 72%) !important} body.home #tienda,body.page-template-front-page #tienda{background:linear-gradient(180deg,#F6FAFC 0%,#EEF7FA 100%) !important} body.home #sectores,body.page-template-front-page #sectores{background:linear-gradient(145deg,#F0F5FB 0%,#F8FAFD 100%) !important} body.home #blog-home,body.page-template-front-page #blog-home{background:linear-gradient(180deg,#FFFFFF 0%,#F5F8FC 100%) !important} body.page-template-page-nosotros #historia{background:linear-gradient(145deg,#F4F8FD,#FFFFFF) !important} body.page-template-page-nosotros #valores{background:linear-gradient(180deg,#EDF5FF,#F7FAFE) !important} body.page-template-page-nosotros #por-que-tecnimax{background:linear-gradient(150deg,#F2F6FA,#EAF3FC) !important} body.page-template-page-nosotros #clientes{background:#FFFFFF !important} body.page-template-page-nosotros #proceso-atencion{background:linear-gradient(180deg,#EEF8FB,#F7FBFC) !important} body.page-template-page-nosotros #equipo{background:linear-gradient(180deg,#F4F7FB,#FFFFFF) !important}:where(body.page-template-page-alquiler,body.page-template-page-alquiler-general) #servicios{background:linear-gradient(180deg,#F4F8FD,#FFFFFF) !important}:where(body.page-template-page-alquiler,body.page-template-page-alquiler-general) #beneficios{background:linear-gradient(135deg,#EDF5FF,#F8FBFF) !important}:where(body.page-template-page-alquiler,body.page-template-page-alquiler-general) #proceso{background:linear-gradient(180deg,#F1F6FA,#F8FAFC) !important} body.page-template-page-alquiler-impresoras .tmx-tech-section,body.page-template-page-alquiler-laptops .tmx-tech-section{background:linear-gradient(145deg,#FFFFFF,#F3F8FE) !important} body.page-template-page-alquiler-impresoras .tmx-steps-tech,body.page-template-page-alquiler-laptops .tmx-sol-section{background:linear-gradient(180deg,#EDF5FF,#F7FAFE) !important} body.page-template-page-alquiler-impresoras .tmx-planes-premium,body.page-template-page-alquiler-laptops .tmx-planes-premium{background:linear-gradient(145deg,#F2F6FA,#FFFFFF) !important} body.page-template-page-alquiler-impresoras .tmx-steps-tech-sectors{background:linear-gradient(180deg,#EEF9FC,#F8FCFD) !important} body.page-template-page-contacto #cotizacion{background:linear-gradient(145deg,#FFFFFF,#F4F8FD) !important} body.page-template-page-contacto #canales{background:linear-gradient(180deg,#EDF5FF,#F7FAFE) !important} body.page-template-page-contacto #proceso{background:linear-gradient(145deg,#F2F6FA,#FFFFFF) !important} body.page-template-page-contacto #faq{background:linear-gradient(180deg,#EEF8FB,#F8FCFD) !important} body.blog main>.section,body.home.blog main>.section{background:linear-gradient(180deg,#F6F9FC,#FFFFFF) !important} .tmx-innerpage-body{background:linear-gradient(180deg,#F3F7FC 0%,#FAFCFE 100%) !important} .store-container.store-layout{background:linear-gradient(180deg,#FFFFFF,#F6F9FC) !important} body.page-template-page-tienda main>.section{background:linear-gradient(180deg,#EDF5FF,#F8FBFF) !important} body.page-template-page-alquiler-impresoras-multifuncionales main>section:nth-of-type(2){background:#F5F8FC !important} body.page-template-page-alquiler-impresoras-multifuncionales main>section:nth-of-type(3){background:#FFFFFF !important} body.page-template-page-alquiler-impresoras-multifuncionales .stats{background:linear-gradient(135deg,#EDF5FF,#F7FAFE) !important} body.page-template-page-alquiler-impresoras-multifuncionales .sectores{background:linear-gradient(180deg,#F2F6FA,#FFFFFF) !important} body.page-template-page-alquiler-impresoras-multifuncionales .proceso{background:linear-gradient(180deg,#EEF9FC,#F8FCFD) !important} body.page-template-page-alquiler-impresoras-multifuncionales .faq{background:linear-gradient(180deg,#F4F8FD,#FFFFFF) !important}:where(.section,.tmx-history,.tmx-mvv,.tmx-process,.tmx-team):where(.card,.service-card--light,.generic-card,.info-card){box-shadow:0 16px 38px rgba(12,34,64,.065);border-color:rgba(23,59,108,.095)} .tmx-claims-body{padding:72px 0 100px !important;background:radial-gradient(circle at 8% 12%,rgba(46,134,255,.09),transparent 28%),radial-gradient(circle at 92% 88%,rgba(23,59,108,.07),transparent 30%),linear-gradient(180deg,#EEF4FB 0%,#F8FAFD 52%,#EEF5FC 100%) !important} .tmx-claims-shell{max-width:1320px !important;padding:0 !important;overflow:hidden;border-radius:30px !important;border:1px solid rgba(23,59,108,.11) !important;background:#fff !important;box-shadow:0 32px 90px rgba(7,29,56,.10) !important} .tmx-claims-form{counter-reset:claims-step;gap:0 !important} .tmx-claims-provider{display:grid;grid-template-columns:.9fr .55fr 1.55fr;gap:0;padding:30px 38px;background:linear-gradient(125deg,#071D38 0%,#0B2D58 58%,#123E75 100%);color:#fff;border:0 !important;margin:0 !important} .tmx-claims-provider>div{min-width:0;padding:3px 26px;border-right:1px solid rgba(255,255,255,.14)} .tmx-claims-provider>div:first-child{padding-left:0} .tmx-claims-provider>div:last-child{border-right:0;padding-right:0} .tmx-claims-provider span{display:block;margin-bottom:7px;color:#83B9FF;font-size:10px;font-weight:700;letter-spacing:.13em;text-transform:uppercase} .tmx-claims-provider strong{display:block;color:#fff;font-size:13.5px;line-height:1.55;font-weight:600} .tmx-claims-alert{margin:28px 38px 0 !important} .tmx-claims-section{counter-increment:claims-step;position:relative;margin:0 !important;padding:42px 46px 38px !important;border:0 !important} .tmx-claims-section:nth-of-type(1){background:linear-gradient(180deg,#FFFFFF 0%,#F8FAFD 100%)} .tmx-claims-section:nth-of-type(2){background:linear-gradient(145deg,#EDF5FF 0%,#F8FBFF 72%);border-top:1px solid rgba(23,59,108,.08) !important} .tmx-claims-section legend{float:left;display:flex;align-items:center;gap:14px;width:100%;margin:0 0 30px !important;padding:0 0 18px !important;border-bottom:1px solid rgba(23,59,108,.11) !important;color:#071D38 !important;font-size:21px !important} .tmx-claims-section legend::before{content:"0" counter(claims-step);display:grid;place-items:center;width:40px;height:40px;flex:0 0 40px;border-radius:13px;background:linear-gradient(145deg,#173B6C,#2E86FF);color:#fff;box-shadow:0 9px 20px rgba(46,134,255,.20);font-size:11px;font-weight:800;letter-spacing:.06em} .tmx-claims-section legend + *{clear:both} .tmx-claims-field>span,.tmx-claims-choice-label{color:#233A57 !important;font-weight:700 !important} .tmx-claims-field input,.tmx-claims-field select,.tmx-claims-field textarea{border-radius:14px !important;border:1px solid #D7E1ED !important;background:rgba(255,255,255,.94) !important;box-shadow:0 4px 16px rgba(7,29,56,.025) !important} .tmx-claims-field input:hover,.tmx-claims-field select:hover,.tmx-claims-field textarea:hover{border-color:#B8CCE3 !important} .tmx-claims-field input:focus,.tmx-claims-field select:focus,.tmx-claims-field textarea:focus{border-color:#2E86FF !important;box-shadow:0 0 0 4px rgba(46,134,255,.10),0 8px 22px rgba(7,29,56,.04) !important} .tmx-claims-pill span{min-height:44px !important;border-radius:12px !important;border-color:#CEDBE9 !important;padding-inline:17px !important;font-weight:600} .tmx-claims-pill input:checked + span{color:#0A3567 !important;background:#E8F2FF !important;border-color:#72AAF8 !important;box-shadow:0 6px 16px rgba(46,134,255,.09)} .tmx-claims-consent{justify-items:stretch !important;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:30px !important;padding:32px 46px !important;background:#071D38} .tmx-claims-consent .tmx-claims-check{color:rgba(255,255,255,.78) !important} .tmx-claims-consent .tmx-claims-check a{color:#8AC0FF !important} .tmx-claims-submit{min-width:220px !important;min-height:52px !important;border-radius:999px !important;background:linear-gradient(135deg,#2E86FF,#176EDB) !important;box-shadow:0 14px 30px rgba(0,0,0,.18) !important;font-weight:700 !important} .tmx-claims-submit:hover{background:linear-gradient(135deg,#4294FF,#1B76E6) !important;transform:translateY(-2px) !important} .tmx-claims-notes{margin:0 !important;padding:30px 46px 34px;background:#F4F7FB;color:#60718A !important} .tmx-claims-notes p{border-color:rgba(23,59,108,.08) !important} @media (max-width:820px){.tmx-claims-provider{grid-template-columns:1fr;padding:24px 22px} .tmx-claims-provider>div{padding:14px 0;border-right:0;border-bottom:1px solid rgba(255,255,255,.12)} .tmx-claims-provider>div:first-child{padding-top:0} .tmx-claims-provider>div:last-child{border-bottom:0;padding-bottom:0} .tmx-claims-section{padding:32px 22px 28px !important} .tmx-claims-section legend{font-size:18px !important;align-items:flex-start} .tmx-claims-grid--2,.tmx-claims-docrow{grid-template-columns:1fr !important} .tmx-claims-consent{grid-template-columns:1fr;padding:28px 22px !important} .tmx-claims-submit{width:100%} .tmx-claims-notes{padding:24px 22px 28px}}:root{--tmx-chapter-white:#FFFFFF;--tmx-chapter-blue:#E5F0FF;--tmx-chapter-cyan:#E5F7F8;--tmx-chapter-indigo:#ECEEFF;--tmx-chapter-steel:#EDF2F7;--tmx-chapter-deep:#0A2343;--tmx-chapter-line-blue:rgba(46,134,255,.22);--tmx-chapter-line-cyan:rgba(16,132,151,.20);--tmx-chapter-line-indigo:rgba(82,91,196,.18)} main>section:not(.tmx-hero-premium):not(.tmx-innerhero):not(.hero):not(.tmx-claims-titlebar):not(.tmx-cta):not(.cta-final){background-image:none !important;border-top:1px solid rgba(23,59,108,.11) !important;border-bottom:1px solid rgba(255,255,255,.78) !important} body.home #soluciones,body.page-template-front-page #soluciones,body.page-template-front-page-php #soluciones{background:var(--tmx-chapter-white) !important;box-shadow:inset 0 3px 0 rgba(46,134,255,.16)} body.home #nosotros,body.page-template-front-page #nosotros,body.page-template-front-page-php #nosotros{background:linear-gradient(135deg,#E4F0FF 0%,#EDF5FF 52%,#E7F7FB 100%) !important;box-shadow:inset 0 3px 0 var(--tmx-chapter-line-blue)} body.home #por-que-alquilar,body.page-template-front-page #por-que-alquilar,body.page-template-front-page-php #por-que-alquilar{background:linear-gradient(135deg,#E4F7F7 0%,#EEF9FA 55%,#E8F3FF 100%) !important;box-shadow:inset 0 3px 0 var(--tmx-chapter-line-cyan)} body.home #tienda,body.page-template-front-page #tienda,body.page-template-front-page-php #tienda{background:linear-gradient(135deg,#ECEEFF 0%,#F3F4FF 58%,#EAF2FF 100%) !important;box-shadow:inset 0 3px 0 var(--tmx-chapter-line-indigo)} body.home #sectores,body.page-template-front-page #sectores,body.page-template-front-page-php #sectores{background:linear-gradient(135deg,#EAF0F6 0%,#F4F7FA 56%,#E6F0FA 100%) !important;box-shadow:inset 0 3px 0 rgba(42,75,112,.16)} body.home #blog-home,body.page-template-front-page #blog-home,body.page-template-front-page-php #blog-home{background:linear-gradient(145deg,#FFFFFF 0%,#F5F9FF 54%,#EAF3FF 100%) !important;box-shadow:inset 0 3px 0 rgba(46,134,255,.13)} body.page-template-page-nosotros #historia{background:linear-gradient(135deg,#FFFFFF 0%,#EDF5FF 100%) !important;box-shadow:inset 0 3px 0 var(--tmx-chapter-line-blue)} body.page-template-page-nosotros #valores{background:linear-gradient(135deg,#E4F1FF 0%,#EAF7FA 100%) !important;box-shadow:inset 0 3px 0 var(--tmx-chapter-line-cyan)} body.page-template-page-nosotros #por-que-tecnimax{background:linear-gradient(135deg,#ECEEFF 0%,#F5F5FF 100%) !important;box-shadow:inset 0 3px 0 var(--tmx-chapter-line-indigo)} body.page-template-page-nosotros #clientes{background:#FFFFFF !important;box-shadow:inset 0 3px 0 rgba(46,134,255,.12)} body.page-template-page-nosotros #proceso-atencion{background:linear-gradient(135deg,#E3F6F7 0%,#EDF9FA 100%) !important;box-shadow:inset 0 3px 0 var(--tmx-chapter-line-cyan)} body.page-template-page-nosotros #equipo{background:linear-gradient(135deg,#E9EFF6 0%,#F5F7FA 100%) !important;box-shadow:inset 0 3px 0 rgba(42,75,112,.16)}:where(body.page-template-page-alquiler,body.page-template-page-alquiler-general) #servicios{background:linear-gradient(135deg,#FFFFFF 0%,#EAF3FF 100%) !important;box-shadow:inset 0 3px 0 var(--tmx-chapter-line-blue)}:where(body.page-template-page-alquiler,body.page-template-page-alquiler-general) #beneficios{background:linear-gradient(135deg,#E4F6F7 0%,#ECF9FA 100%) !important;box-shadow:inset 0 3px 0 var(--tmx-chapter-line-cyan)}:where(body.page-template-page-alquiler,body.page-template-page-alquiler-general) #proceso{background:linear-gradient(135deg,#ECEEFF 0%,#F4F5FF 100%) !important;box-shadow:inset 0 3px 0 var(--tmx-chapter-line-indigo)} body.page-template-page-alquiler-impresoras .tmx-tech-section,body.page-template-page-alquiler-laptops .tmx-tech-section{background:linear-gradient(135deg,#FFFFFF 0%,#EAF3FF 100%) !important;box-shadow:inset 0 3px 0 var(--tmx-chapter-line-blue)} body.page-template-page-alquiler-impresoras .tmx-steps-tech,body.page-template-page-alquiler-laptops .tmx-sol-section{background:linear-gradient(135deg,#E3F6F7 0%,#EDF9FA 100%) !important;box-shadow:inset 0 3px 0 var(--tmx-chapter-line-cyan)} body.page-template-page-alquiler-impresoras .tmx-planes-premium,body.page-template-page-alquiler-laptops .tmx-planes-premium{background:linear-gradient(135deg,#ECEEFF 0%,#F5F5FF 100%) !important;box-shadow:inset 0 3px 0 var(--tmx-chapter-line-indigo)} body.page-template-page-alquiler-impresoras .tmx-steps-tech-sectors{background:linear-gradient(135deg,#E8EEF5 0%,#F3F6F9 100%) !important;box-shadow:inset 0 3px 0 rgba(42,75,112,.16)} body.page-template-page-contacto #cotizacion{background:linear-gradient(135deg,#FFFFFF 0%,#EAF3FF 100%) !important;box-shadow:inset 0 3px 0 var(--tmx-chapter-line-blue)} body.page-template-page-contacto #canales{background:linear-gradient(135deg,#E3F6F7 0%,#EDF9FA 100%) !important;box-shadow:inset 0 3px 0 var(--tmx-chapter-line-cyan)} body.page-template-page-contacto #proceso{background:linear-gradient(135deg,#ECEEFF 0%,#F5F5FF 100%) !important;box-shadow:inset 0 3px 0 var(--tmx-chapter-line-indigo)} body.page-template-page-contacto #faq{background:linear-gradient(135deg,#E9EFF6 0%,#F5F7FA 100%) !important;box-shadow:inset 0 3px 0 rgba(42,75,112,.16)} body.page-template-page-alquiler-impresoras-multifuncionales main>section:nth-of-type(2){background:linear-gradient(135deg,#FFFFFF,#EAF3FF) !important} body.page-template-page-alquiler-impresoras-multifuncionales main>section:nth-of-type(3){background:linear-gradient(135deg,#E3F6F7,#EDF9FA) !important} body.page-template-page-alquiler-impresoras-multifuncionales .stats{background:linear-gradient(135deg,#ECEEFF,#F5F5FF) !important} body.page-template-page-alquiler-impresoras-multifuncionales .sectores{background:linear-gradient(135deg,#E9EFF6,#F5F7FA) !important} body.page-template-page-alquiler-impresoras-multifuncionales .proceso{background:linear-gradient(135deg,#E3F6F7,#EDF9FA) !important} body.page-template-page-alquiler-impresoras-multifuncionales .faq{background:linear-gradient(135deg,#FFFFFF,#EAF3FF) !important} .tmx-innerpage-body{background:linear-gradient(145deg,#E7F0FA 0%,#F7FAFD 52%,#EAF4FF 100%) !important} .store-container.store-layout{background:linear-gradient(145deg,#FFFFFF 0%,#EAF3FF 100%) !important} body.page-template-page-tienda main>.section{background:linear-gradient(135deg,#E5F0FF,#EDF7FB) !important} body.blog main>.section,body.home.blog main>.section{background:linear-gradient(145deg,#FFFFFF,#EAF3FF) !important} @media (min-width:1061px){:root{--tmx-hero-height:620px} .tmx-hero-premium>.tmx-hero-aligner{padding:0 !important;display:flex !important;align-items:center !important;justify-content:center !important} .tmx-hero-premium>.tmx-hero-aligner>.tmx-hero-grid{height:auto !important;min-height:0 !important;align-items:center !important} .tmx-hero-premium .tmx-hero-content{align-self:center !important;justify-content:center !important;padding-top:0 !important;padding-bottom:0 !important} .tmx-hero-premium .tmx-hero-visual{align-self:center !important} body.home .tmx-hero-premium>.tmx-hero-aligner,body.page-template-front-page .tmx-hero-premium>.tmx-hero-aligner,body.page-template-front-page-php .tmx-hero-premium>.tmx-hero-aligner{flex:1 1 0 !important;padding:0 !important;align-items:center !important} body.home .tmx-hero-premium>.tmx-hero-aligner>.tmx-hero-grid,body.page-template-front-page .tmx-hero-premium>.tmx-hero-aligner>.tmx-hero-grid,body.page-template-front-page-php .tmx-hero-premium>.tmx-hero-aligner>.tmx-hero-grid{align-items:center !important} body.home .tmx-hero-marquee-wrapper,body.page-template-front-page .tmx-hero-marquee-wrapper,body.page-template-front-page-php .tmx-hero-marquee-wrapper{flex:0 0 138px !important;height:138px !important;margin:0 !important;padding:12px 0 22px !important} body.page-template-page-nosotros .tmx-hero-premium>.tmx-hero-aligner,body.page-template-page-nosotros-php .tmx-hero-premium>.tmx-hero-aligner{align-items:stretch !important} body.page-template-page-nosotros .tmx-hero-grid,body.page-template-page-nosotros-php .tmx-hero-grid{height:620px !important;align-items:stretch !important} body.page-template-page-nosotros .tmx-hero-content,body.page-template-page-nosotros-php .tmx-hero-content{height:100% !important;justify-content:center !important;padding:0 54px 0 max(24px,calc((100vw - 1500px)/2)) !important} body.page-template-page-nosotros .tmx-hero-media,body.page-template-page-nosotros-php .tmx-hero-media{height:620px !important;align-self:stretch !important}:where( body.page-template-page-alquiler,body.page-template-page-alquiler-php,body.page-template-page-alquiler-general,body.page-template-page-alquiler-general-php,body.page-template-page-alquiler-impresoras,body.page-template-page-alquiler-impresoras-php,body.page-template-page-alquiler-laptops,body.page-template-page-alquiler-laptops-php ) .tmx-hero-grid{align-items:center !important}:where(body.blog,body.page-template-page-contacto,body.page-template-page-contacto-php) .tmx-hero-premium .tmx-hero-grid{align-items:center !important} .tmx-innerhero{padding:0 !important;display:flex !important;align-items:center !important;justify-content:center !important} .tmx-innerhero__inner{align-self:center !important} body.page-template-page-alquiler-impresoras-multifuncionales .hero-grid,body.page-template-page-alquiler-impresoras-multifuncionales-php .hero-grid{flex:1 1 0 !important;padding-top:0 !important;padding-bottom:0 !important;align-items:center !important}}:root{--tmx-surface-white:#FFFFFF;--tmx-surface-blue:#E8F1FB;--tmx-surface-blue-strong:#DCE9F6;--tmx-surface-neutral:#F3F5F7;--tmx-surface-navy:#0B2545;--tmx-surface-navy-2:#0A1F3C} main>section:not(.tmx-hero-premium):not(.tmx-innerhero):not(.hero):not(.tmx-claims-titlebar):not(.tmx-cta):not(.cta-final){border-top:0 !important;border-bottom:0 !important;box-shadow:none !important} body.home #soluciones,body.page-template-front-page #soluciones,body.page-template-front-page-php #soluciones{background:var(--tmx-surface-white) !important;box-shadow:none !important} body.home #nosotros,body.page-template-front-page #nosotros,body.page-template-front-page-php #nosotros{background:var(--tmx-surface-blue) !important;box-shadow:none !important} body.home #por-que-alquilar,body.page-template-front-page #por-que-alquilar,body.page-template-front-page-php #por-que-alquilar{background:var(--tmx-surface-navy) !important;box-shadow:none !important} body.home #tienda,body.page-template-front-page #tienda,body.page-template-front-page-php #tienda{background:var(--tmx-surface-white) !important;box-shadow:none !important} body.home #sectores,body.page-template-front-page #sectores,body.page-template-front-page-php #sectores{background:var(--tmx-surface-blue-strong) !important;box-shadow:none !important} body.home #blog-home,body.page-template-front-page #blog-home,body.page-template-front-page-php #blog-home{background:var(--tmx-surface-neutral) !important;box-shadow:none !important} body.page-template-page-nosotros #historia{background:var(--tmx-surface-white) !important;box-shadow:none !important} body.page-template-page-nosotros #valores{background:var(--tmx-surface-blue-strong) !important;box-shadow:none !important} body.page-template-page-nosotros #por-que-tecnimax{background:var(--tmx-surface-navy) !important;box-shadow:none !important} body.page-template-page-nosotros #clientes{background:#FFFFFF !important;box-shadow:none !important;border:0 !important} body.page-template-page-nosotros #clientes .tmx-client,body.page-template-page-nosotros #clientes .tmx-client__logo{background:#FFFFFF !important} body.page-template-page-nosotros #clientes img{opacity:1 !important;filter:none !important} body.page-template-page-nosotros #proceso-atencion{background:var(--tmx-surface-blue) !important;box-shadow:none !important} body.page-template-page-nosotros #equipo{background:var(--tmx-surface-neutral) !important;box-shadow:none !important}:where(body.page-template-page-alquiler,body.page-template-page-alquiler-general) #servicios{background:var(--tmx-surface-white) !important;box-shadow:none !important}:where(body.page-template-page-alquiler,body.page-template-page-alquiler-general) #beneficios{background:var(--tmx-surface-navy) !important;box-shadow:none !important}:where(body.page-template-page-alquiler,body.page-template-page-alquiler-general) #proceso{background:var(--tmx-surface-blue-strong) !important;box-shadow:none !important} body.page-template-page-alquiler-impresoras .tmx-tech-section,body.page-template-page-alquiler-laptops .tmx-tech-section{background:var(--tmx-surface-white) !important;box-shadow:none !important} body.page-template-page-alquiler-impresoras .tmx-steps-tech,body.page-template-page-alquiler-laptops .tmx-sol-section{background:var(--tmx-surface-blue-strong) !important;box-shadow:none !important} body.page-template-page-alquiler-impresoras .tmx-planes-premium,body.page-template-page-alquiler-laptops .tmx-planes-premium{background:var(--tmx-surface-white) !important;box-shadow:none !important} body.page-template-page-alquiler-impresoras .tmx-steps-tech-sectors{background:var(--tmx-surface-neutral) !important;box-shadow:none !important} body.page-template-page-contacto #cotizacion{background:var(--tmx-surface-white) !important;box-shadow:none !important} body.page-template-page-contacto #canales{background:var(--tmx-surface-navy) !important;box-shadow:none !important} body.page-template-page-contacto #proceso{background:var(--tmx-surface-blue-strong) !important;box-shadow:none !important} body.page-template-page-contacto #faq{background:var(--tmx-surface-neutral) !important;box-shadow:none !important} body.page-template-page-alquiler-impresoras-multifuncionales main>section:nth-of-type(2){background:var(--tmx-surface-white) !important;box-shadow:none !important} body.page-template-page-alquiler-impresoras-multifuncionales main>section:nth-of-type(3){background:var(--tmx-surface-blue-strong) !important;box-shadow:none !important} body.page-template-page-alquiler-impresoras-multifuncionales .stats{background:var(--tmx-surface-navy) !important;box-shadow:none !important} body.page-template-page-alquiler-impresoras-multifuncionales .sectores{background:var(--tmx-surface-white) !important;box-shadow:none !important} body.page-template-page-alquiler-impresoras-multifuncionales .proceso{background:var(--tmx-surface-blue-strong) !important;box-shadow:none !important} body.page-template-page-alquiler-impresoras-multifuncionales .faq{background:var(--tmx-surface-neutral) !important;box-shadow:none !important} .tmx-innerpage-body{background:var(--tmx-surface-neutral) !important} .store-container.store-layout{background:var(--tmx-surface-white) !important} body.page-template-page-tienda main>.section{background:var(--tmx-surface-blue) !important;box-shadow:none !important} body.blog main>.section,body.home.blog main>.section{background:var(--tmx-surface-white) !important;box-shadow:none !important}:where( body.home #por-que-alquilar,body.page-template-front-page #por-que-alquilar,body.page-template-front-page-php #por-que-alquilar,body.page-template-page-nosotros #por-que-tecnimax,body.page-template-page-alquiler #beneficios,body.page-template-page-alquiler-general #beneficios,body.page-template-page-contacto #canales,body.page-template-page-alquiler-impresoras-multifuncionales .stats )>.container>.section-head>h2,:where( body.home #por-que-alquilar,body.page-template-front-page #por-que-alquilar,body.page-template-front-page-php #por-que-alquilar,body.page-template-page-nosotros #por-que-tecnimax,body.page-template-page-alquiler #beneficios,body.page-template-page-alquiler-general #beneficios,body.page-template-page-contacto #canales ) .section-head>h2{color:#FFFFFF !important}:where( body.home #por-que-alquilar,body.page-template-front-page #por-que-alquilar,body.page-template-front-page-php #por-que-alquilar,body.page-template-page-nosotros #por-que-tecnimax,body.page-template-page-alquiler #beneficios,body.page-template-page-alquiler-general #beneficios,body.page-template-page-contacto #canales ) .section-head>p{color:rgba(255,255,255,.76) !important}:where( body.home #por-que-alquilar,body.page-template-front-page #por-que-alquilar,body.page-template-front-page-php #por-que-alquilar,body.page-template-page-nosotros #por-que-tecnimax,body.page-template-page-alquiler #beneficios,body.page-template-page-alquiler-general #beneficios,body.page-template-page-contacto #canales ) .section-head .eyebrow-mkt{color:#8EC2FF !important;border-color:rgba(142,194,255,.30) !important;background:rgba(46,134,255,.10) !important} body.page-template-page-nosotros #por-que-tecnimax .section-head>h2{color:#FFFFFF !important} body.page-template-page-nosotros #por-que-tecnimax .section-head>p{color:rgba(255,255,255,.76) !important} body.page-template-front-page #por-que-alquilar .rent-benefit-card,body.page-template-front-page-php #por-que-alquilar .rent-benefit-card,body.home #por-que-alquilar .rent-benefit-card,body.page-template-page-nosotros #por-que-tecnimax .tmx-dif-item,body.page-template-page-alquiler #beneficios .card,body.page-template-page-alquiler-general #beneficios .card,body.page-template-page-contacto #canales .contact-channel-card{background:#FFFFFF !important;color:#0A1F3C !important} body.page-template-page-nosotros #clientes.section-clients,body.page-template-page-nosotros-php #clientes.section-clients{position:relative !important;isolation:isolate;background:linear-gradient(180deg,rgba(4,15,30,.90),rgba(6,25,47,.94)),url("../images/hero-bg.webp") center 42% / cover no-repeat !important;border:0 !important;box-shadow:none !important;overflow:hidden} body.page-template-page-nosotros #clientes.section-clients::before,body.page-template-page-nosotros-php #clientes.section-clients::before{content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;background:radial-gradient(circle at 18% 18%,rgba(46,134,255,.16),transparent 38%),linear-gradient(90deg,rgba(2,12,25,.12),rgba(2,12,25,.02));backdrop-filter:blur(1.2px)} body.page-template-page-nosotros #clientes .section-head h2,body.page-template-page-nosotros-php #clientes .section-head h2{color:#fff !important} body.page-template-page-nosotros #clientes .section-head p,body.page-template-page-nosotros-php #clientes .section-head p{color:rgba(255,255,255,.82) !important} body.page-template-page-nosotros #clientes .eyebrow-mkt,body.page-template-page-nosotros-php #clientes .eyebrow-mkt{color:#d9e9ff !important;background:rgba(255,255,255,.07) !important;border-color:rgba(255,255,255,.20) !important} body.page-template-page-nosotros #clientes .tmx-client,body.page-template-page-nosotros-php #clientes .tmx-client{background:rgba(255,255,255,.075) !important;border:1px solid rgba(255,255,255,.14) !important;backdrop-filter:blur(7px);-webkit-backdrop-filter:blur(7px);box-shadow:0 14px 34px rgba(0,0,0,.10)} body.page-template-page-nosotros #clientes .tmx-client__logo,body.page-template-page-nosotros-php #clientes .tmx-client__logo{background:transparent !important} body.page-template-page-nosotros #clientes .tmx-client__logo img,body.page-template-page-nosotros-php #clientes .tmx-client__logo img{opacity:1 !important;filter:brightness(0) invert(1) opacity(.84) !important} body.page-template-page-nosotros #clientes .tmx-client__name,body.page-template-page-nosotros-php #clientes .tmx-client__name{color:rgba(255,255,255,.78) !important} body.page-template-page-nosotros #clientes .tmx-client:hover,body.page-template-page-nosotros-php #clientes .tmx-client:hover{background:rgba(46,134,255,.16) !important;border-color:rgba(117,176,255,.42) !important} body.page-template-page-nosotros #clientes .tmx-client:hover .tmx-client__logo img,body.page-template-page-nosotros-php #clientes .tmx-client:hover .tmx-client__logo img{filter:brightness(0) invert(1) opacity(1) !important} body.page-template-page-nosotros #clientes .tmx-client:hover .tmx-client__name,body.page-template-page-nosotros-php #clientes .tmx-client:hover .tmx-client__name{color:#fff !important} body.home .tmx-hero-marquee-wrapper,body.page-template-front-page .tmx-hero-marquee-wrapper,body.page-template-front-page-php .tmx-hero-marquee-wrapper{width:min(1500px,calc(100% - 48px)) !important;max-width:1500px !important;margin-left:auto !important;margin-right:auto !important;padding-left:0 !important;padding-right:0 !important;box-sizing:border-box !important} body.home .tmx-hero-marquee-wrapper .tmx-marquee-title-container,body.page-template-front-page .tmx-hero-marquee-wrapper .tmx-marquee-title-container,body.page-template-front-page-php .tmx-hero-marquee-wrapper .tmx-marquee-title-container,body.home .tmx-hero-marquee-wrapper .tmx-marquee-viewport,body.page-template-front-page .tmx-hero-marquee-wrapper .tmx-marquee-viewport,body.page-template-front-page-php .tmx-hero-marquee-wrapper .tmx-marquee-viewport{width:100% !important;max-width:none !important;margin-left:0 !important;margin-right:0 !important} body.home .tmx-marquee-viewport::before,body.home .tmx-marquee-viewport::after,body.page-template-front-page .tmx-marquee-viewport::before,body.page-template-front-page .tmx-marquee-viewport::after,body.page-template-front-page-php .tmx-marquee-viewport::before,body.page-template-front-page-php .tmx-marquee-viewport::after{width:clamp(42px,4vw,72px) !important} @media (max-width:820px){body.home .tmx-hero-marquee-wrapper,body.page-template-front-page .tmx-hero-marquee-wrapper,body.page-template-front-page-php .tmx-hero-marquee-wrapper{width:calc(100% - 32px) !important}} body.page-template-page-nosotros #valores,body.page-template-page-nosotros-php #valores{background:var(--tmx-surface-navy) !important;box-shadow:none !important} body.page-template-page-nosotros #por-que-tecnimax,body.page-template-page-nosotros-php #por-que-tecnimax{background:var(--tmx-surface-blue-strong) !important;box-shadow:none !important} body.page-template-page-nosotros #valores .section-head>h2,body.page-template-page-nosotros-php #valores .section-head>h2{color:#fff !important} body.page-template-page-nosotros #valores .section-head>p,body.page-template-page-nosotros-php #valores .section-head>p{color:rgba(255,255,255,.78) !important} body.page-template-page-nosotros #valores .section-head .eyebrow-mkt,body.page-template-page-nosotros-php #valores .section-head .eyebrow-mkt{color:#A9D1FF !important;background:rgba(46,134,255,.12) !important;border-color:rgba(142,194,255,.28) !important} body.page-template-page-nosotros #valores .tmx-mvv__card,body.page-template-page-nosotros-php #valores .tmx-mvv__card{background:#fff !important;border:1px solid rgba(255,255,255,.12);box-shadow:0 18px 44px rgba(0,0,0,.16)} body.page-template-page-nosotros #por-que-tecnimax .section-head>h2,body.page-template-page-nosotros-php #por-que-tecnimax .section-head>h2{color:#0A1F3C !important} body.page-template-page-nosotros #por-que-tecnimax .section-head>p,body.page-template-page-nosotros-php #por-que-tecnimax .section-head>p{color:#52657B !important} body.page-template-page-nosotros #por-que-tecnimax .section-head .eyebrow-mkt,body.page-template-page-nosotros-php #por-que-tecnimax .section-head .eyebrow-mkt{color:#176FD1 !important;background:rgba(46,134,255,.09) !important;border-color:rgba(46,134,255,.22) !important} body.page-template-page-nosotros #por-que-tecnimax .tmx-dif-container,body.page-template-page-nosotros-php #por-que-tecnimax .tmx-dif-container{background:#fff !important;border-color:rgba(23,59,108,.12) !important;box-shadow:0 18px 48px rgba(23,59,108,.09) !important;overflow:hidden} body.page-template-page-nosotros #por-que-tecnimax .tmx-dif-item,body.page-template-page-nosotros-php #por-que-tecnimax .tmx-dif-item{background:#fff !important;color:#0A1F3C !important;border-color:#DCE7F3 !important;transform:none} body.page-template-page-nosotros #por-que-tecnimax .tmx-dif-icon,body.page-template-page-nosotros-php #por-que-tecnimax .tmx-dif-icon{color:#176FD1 !important} body.page-template-page-nosotros #por-que-tecnimax .tmx-dif-title,body.page-template-page-nosotros-php #por-que-tecnimax .tmx-dif-title{color:#0A1F3C !important} body.page-template-page-nosotros #por-que-tecnimax .tmx-dif-text,body.page-template-page-nosotros-php #por-que-tecnimax .tmx-dif-text{color:#607187 !important} body.page-template-page-nosotros #por-que-tecnimax .tmx-dif-item:hover,body.page-template-page-nosotros-php #por-que-tecnimax .tmx-dif-item:hover{background:linear-gradient(145deg,#173B6C 0%,#0B2A50 100%) !important;border-color:#173B6C !important;transform:translateY(-7px) !important;box-shadow:0 22px 44px rgba(7,29,56,.22) !important;z-index:2} body.page-template-page-nosotros #por-que-tecnimax .tmx-dif-item:hover .tmx-dif-icon,body.page-template-page-nosotros-php #por-que-tecnimax .tmx-dif-item:hover .tmx-dif-icon{color:#78B7FF !important;transform:translateY(-3px) scale(1.04) !important} body.page-template-page-nosotros #por-que-tecnimax .tmx-dif-item:hover .tmx-dif-title,body.page-template-page-nosotros-php #por-que-tecnimax .tmx-dif-item:hover .tmx-dif-title{color:#fff !important} body.page-template-page-nosotros #por-que-tecnimax .tmx-dif-item:hover .tmx-dif-text,body.page-template-page-nosotros-php #por-que-tecnimax .tmx-dif-item:hover .tmx-dif-text{color:rgba(239,247,255,.88) !important} body.page-template-page-nosotros #por-que-tecnimax .tmx-dif-icon,body.page-template-page-nosotros-php #por-que-tecnimax .tmx-dif-icon{width:52px;height:52px;display:grid;place-items:center} body.page-template-page-nosotros #por-que-tecnimax .tmx-dif-icon svg,body.page-template-page-nosotros-php #por-que-tecnimax .tmx-dif-icon svg{width:52px !important;height:52px !important;display:block;margin:0 auto;overflow:visible;transform-origin:50% 50%} @media (min-width:1061px){:root{--tmx-hero-height:620px;--tmx-hero-trust-height:138px} .tmx-hero-premium{height:var(--tmx-hero-height) !important;min-height:var(--tmx-hero-height) !important;max-height:var(--tmx-hero-height) !important;display:flex !important;flex-direction:column !important} body .tmx-hero-premium>.tmx-hero-aligner{flex:1 1 0 !important;width:100% !important;height:auto !important;min-height:0 !important;padding-top:0 !important;padding-bottom:0 !important;display:flex !important;align-items:stretch !important;justify-content:center !important} body .tmx-hero-premium>.tmx-hero-aligner>.tmx-hero-grid{height:100% !important;min-height:0 !important;align-items:stretch !important} body .tmx-hero-premium .tmx-hero-content{align-self:center !important;height:auto !important;min-height:0 !important;justify-content:flex-start !important;padding-top:0 !important;padding-bottom:0 !important;margin-top:0 !important;margin-bottom:0 !important} body .tmx-hero-premium .tmx-hero-content>:first-child{margin-top:0 !important} body .tmx-hero-premium .tmx-hero-content>:last-child{margin-bottom:0 !important} body.home .tmx-hero-premium>.tmx-hero-aligner,body.page-template-front-page .tmx-hero-premium>.tmx-hero-aligner,body.page-template-front-page-php .tmx-hero-premium>.tmx-hero-aligner{flex:1 1 0 !important;min-height:0 !important;padding:0 !important} body.home .tmx-hero-marquee-wrapper,body.page-template-front-page .tmx-hero-marquee-wrapper,body.page-template-front-page-php .tmx-hero-marquee-wrapper{flex:0 0 var(--tmx-hero-trust-height) !important;height:var(--tmx-hero-trust-height) !important;min-height:var(--tmx-hero-trust-height) !important;margin-top:0 !important} body.page-template-page-nosotros .tmx-hero-premium>.tmx-hero-aligner,body.page-template-page-nosotros-php .tmx-hero-premium>.tmx-hero-aligner{height:100% !important;flex:0 0 100% !important;padding:0 !important} body.page-template-page-nosotros .tmx-hero-grid,body.page-template-page-nosotros-php .tmx-hero-grid{height:100% !important;align-items:stretch !important} body.page-template-page-nosotros .tmx-hero-content,body.page-template-page-nosotros-php .tmx-hero-content{align-self:center !important;height:auto !important;padding-top:0 !important;padding-bottom:0 !important;padding-left:max(24px,calc((100vw - 1500px)/2)) !important;padding-right:54px !important} body.page-template-page-nosotros .tmx-hero-media,body.page-template-page-nosotros-php .tmx-hero-media{align-self:stretch !important;height:100% !important}:where( body.page-template-page-alquiler,body.page-template-page-alquiler-php,body.page-template-page-alquiler-general,body.page-template-page-alquiler-general-php,body.page-template-page-alquiler-impresoras,body.page-template-page-alquiler-impresoras-php,body.page-template-page-alquiler-laptops,body.page-template-page-alquiler-laptops-php ) .tmx-hero-premium .tmx-hero-content{align-self:center !important;justify-content:flex-start !important}:where(body.blog,body.page-template-page-contacto,body.page-template-page-contacto-php) .tmx-hero-premium .tmx-hero-content{align-self:center !important;justify-content:flex-start !important} body .tmx-innerhero{height:var(--tmx-hero-height) !important;min-height:var(--tmx-hero-height) !important;max-height:var(--tmx-hero-height) !important;padding-top:0 !important;padding-bottom:0 !important;display:flex !important;align-items:center !important;justify-content:center !important} body .tmx-innerhero__inner{align-self:center !important;margin-top:0 !important;margin-bottom:0 !important} body .tmx-innerhero__inner>:first-child{margin-top:0 !important} body .tmx-innerhero__inner>:last-child{margin-bottom:0 !important} body.page-template-page-alquiler-impresoras-multifuncionales .hero,body.page-template-page-alquiler-impresoras-multifuncionales-php .hero{height:var(--tmx-hero-height) !important;min-height:var(--tmx-hero-height) !important;max-height:var(--tmx-hero-height) !important;display:flex !important;flex-direction:column !important} body.page-template-page-alquiler-impresoras-multifuncionales .hero-grid,body.page-template-page-alquiler-impresoras-multifuncionales-php .hero-grid{flex:1 1 0 !important;min-height:0 !important;padding-top:0 !important;padding-bottom:0 !important;align-items:stretch !important} body.page-template-page-alquiler-impresoras-multifuncionales .hero-grid>:first-child,body.page-template-page-alquiler-impresoras-multifuncionales-php .hero-grid>:first-child{align-self:center !important;margin-top:0 !important;margin-bottom:0 !important} body.page-template-page-alquiler-impresoras-multifuncionales .hero-grid>.form-slot,body.page-template-page-alquiler-impresoras-multifuncionales-php .hero-grid>.form-slot{align-self:center !important}} @media (min-width:821px) and (max-width:1060px){body .tmx-hero-premium>.tmx-hero-aligner{padding-top:0 !important;padding-bottom:0 !important;align-items:stretch !important} body .tmx-hero-premium>.tmx-hero-aligner>.tmx-hero-grid{height:100% !important;align-items:stretch !important} body .tmx-hero-premium .tmx-hero-content{align-self:center !important;justify-content:flex-start !important;padding-top:0 !important;padding-bottom:0 !important} body.page-template-page-nosotros .tmx-hero-content,body.page-template-page-nosotros-php .tmx-hero-content{align-self:center !important;padding-top:0 !important;padding-bottom:0 !important} body.page-template-page-alquiler-impresoras-multifuncionales .hero-grid>:first-child,body.page-template-page-alquiler-impresoras-multifuncionales-php .hero-grid>:first-child{align-self:center !important}} @media (max-width:820px){body .tmx-hero-premium>.tmx-hero-aligner,body .tmx-innerhero{padding-top:44px !important;padding-bottom:44px !important}} @media (min-width:821px){body .tmx-hero-premium--rent .tmx-hero-grid{align-items:center !important} body .tmx-hero-premium--rent .tmx-hero-content{align-self:center !important} body .tmx-hero-premium--rent .tmx-hero-visual{align-self:center !important;height:var(--tmx-rental-copy-height,auto) !important;min-height:var(--tmx-rental-copy-height,0px) !important;max-height:var(--tmx-rental-copy-height,none) !important;display:flex !important;align-items:center !important;justify-content:flex-end !important;overflow:visible !important;margin-top:0 !important;margin-bottom:0 !important} body .tmx-hero-premium--rent .tmx-hero-img,body .tmx-hero-premium--rent .tmx-hero-product{display:block !important;width:100% !important;height:100% !important;max-width:100% !important;max-height:none !important;object-fit:contain !important;object-position:center center !important;margin:0 !important}} @media (max-width:820px){body .tmx-hero-premium--rent .tmx-hero-visual{height:auto !important;min-height:0 !important;max-height:none !important} body .tmx-hero-premium--rent .tmx-hero-img,body .tmx-hero-premium--rent .tmx-hero-product{width:min(100%,720px) !important;height:auto !important;max-height:none !important}} @media (min-width:1061px){html body .site-header .site-header__inner,html body .site-header--shop .site-header__inner{display:grid !important;grid-template-columns:240px minmax(0,1fr) 240px !important;gap:24px !important;width:min(1500px,calc(100% - 48px)) !important;max-width:1500px !important;margin-inline:auto !important} html body .site-header .brand,html body .site-header--shop .brand{justify-self:start !important} html body .site-header .nav,html body .site-header--shop .nav{justify-self:center !important;margin:0 !important} html body .site-header .header-cta,html body .site-header .shop-header-actions,html body .site-header--shop .shop-header-actions{justify-self:end !important} html body .site-header .menu-toggle,html body .site-header--shop .menu-toggle{display:none !important}} .tmx-blog-index{background:linear-gradient(180deg,#f5f8fd 0%,#ffffff 58%,#eef5ff 100%) !important} .tmx-blog-filterbar{margin-bottom:30px;padding:22px;display:grid;grid-template-columns:minmax(210px,.72fr) minmax(0,2.3fr);gap:24px;align-items:end;background:#fff;border:1px solid rgba(23,59,108,.10);border-radius:20px;box-shadow:0 18px 48px rgba(17,47,87,.07)} .tmx-blog-filterbar__intro{display:flex;flex-direction:column;gap:6px;padding:2px 4px 5px} .tmx-blog-filterbar__eyebrow{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:#2E86FF;font-weight:800} .tmx-blog-filterbar__intro strong{font-size:19px;line-height:1.25;color:#06192f} .tmx-blog-filters{display:grid;grid-template-columns:minmax(210px,1.25fr) minmax(170px,.85fr) minmax(170px,.85fr) auto;gap:12px;align-items:end} .tmx-blog-filter{display:flex;flex-direction:column;gap:7px;min-width:0} .tmx-blog-filter>span{font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#6d7f96} .tmx-blog-filter input,.tmx-blog-filter select{width:100%;height:44px;border:1px solid rgba(23,59,108,.13);border-radius:10px;background:#f8fbff;color:#173b6c;padding:0 13px;font:600 13px/1 'Poppins',sans-serif;outline:none} .tmx-blog-filter input:focus,.tmx-blog-filter select:focus{border-color:#2E86FF;box-shadow:0 0 0 3px rgba(46,134,255,.10);background:#fff} .tmx-blog-filter__control{position:relative} .tmx-blog-filter__control svg{position:absolute;left:13px;top:50%;transform:translateY(-50%);width:17px;height:17px;fill:none;stroke:#6f8299;stroke-width:1.3;stroke-linecap:round;stroke-linejoin:round;pointer-events:none} .tmx-blog-filter__control input{padding-left:40px} .tmx-blog-filter-actions{display:flex;align-items:center;gap:10px;min-height:44px} .tmx-blog-filter-submit{height:44px;padding:0 20px;border:0;border-radius:10px;background:#173B6C;color:#fff;font-weight:800;cursor:pointer;transition:.25s ease} .tmx-blog-filter-submit:hover{background:#2E86FF;transform:translateY(-1px)} .tmx-blog-filter-actions a{font-size:12px;font-weight:700;color:#5f7188;text-decoration:none} .tmx-blog-results-meta{margin:0 0 16px;color:#687b92;font-size:13px} .tmx-blog-results-meta strong{color:#173B6C} .tmx-store-page{padding-top:0 !important;background:#edf4fd !important} .tmx-store-intro{position:relative;overflow:hidden;background:linear-gradient(118deg,#061426 0%,#0b2749 58%,#0f3f78 100%);color:#fff} .tmx-store-intro::before{content:"";position:absolute;inset:-40% auto auto 58%;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,rgba(46,134,255,.34),rgba(46,134,255,0) 68%);pointer-events:none} .tmx-store-intro__inner{position:relative;z-index:1;min-height:260px;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(440px,.8fr);gap:56px;align-items:center;padding-block:44px} .tmx-store-intro__copy{max-width:720px} .tmx-store-intro__eyebrow{display:inline-block;margin-bottom:12px;font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:#8ec0ff} .tmx-store-intro h1{margin:0 0 14px;font:700 clamp(34px,3.1vw,48px)/1.08 'Gilroy','Poppins',sans-serif;letter-spacing:-.035em;color:#fff} .tmx-store-intro h1 span{color:#4b9cff} .tmx-store-intro p{margin:0;max-width:680px;color:rgba(235,244,255,.78);font-size:15px;line-height:1.7} .tmx-store-intro__benefits{display:grid;gap:10px} .tmx-store-intro__benefits>div{display:flex;align-items:center;gap:13px;padding:13px 15px;border:1px solid rgba(255,255,255,.13);border-radius:13px;background:rgba(255,255,255,.07);backdrop-filter:blur(8px)} .tmx-store-intro__benefits svg{width:24px;height:24px;flex:0 0 24px;fill:none;stroke:#65aaff;stroke-width:1.3;stroke-linecap:round;stroke-linejoin:round} .tmx-store-intro__benefits span{display:flex;flex-direction:column;gap:2px} .tmx-store-intro__benefits strong{font-size:13px;color:#fff} .tmx-store-intro__benefits small{font-size:11px;color:rgba(225,237,252,.68)} .tmx-hz-cats{margin-bottom:0 !important;border-bottom:1px solid rgba(23,59,108,.10) !important;box-shadow:0 10px 30px rgba(12,34,64,.04) !important} .tmx-store-page .store-layout{margin-top:34px !important;margin-bottom:0 !important;padding:28px !important;border-radius:24px !important;background:linear-gradient(145deg,#ffffff 0%,#f4f8fe 100%) !important;box-shadow:0 24px 70px rgba(17,47,87,.08) !important;border:1px solid rgba(23,59,108,.08) !important} .tmx-store-page .store-sidebar{background:linear-gradient(180deg,#f0f6ff 0%,#ffffff 100%) !important;border:1px solid rgba(46,134,255,.12) !important;box-shadow:none !important} .tmx-store-page .store-toolbar{background:#eaf3ff !important;border:1px solid rgba(46,134,255,.12) !important} .tmx-store-page .tmx-product-card{border-color:rgba(23,59,108,.10) !important;box-shadow:0 10px 30px rgba(17,47,87,.055) !important} .tmx-store-page .tmx-product-card:hover{border-color:rgba(46,134,255,.28) !important;box-shadow:0 18px 42px rgba(17,47,87,.11) !important} @media (max-width:1060px){.tmx-blog-filterbar{grid-template-columns:1fr;align-items:stretch} .tmx-blog-filters{grid-template-columns:repeat(2,minmax(0,1fr))} .tmx-store-intro__inner{grid-template-columns:1fr;gap:26px} .tmx-store-intro__benefits{grid-template-columns:repeat(3,minmax(0,1fr))}} @media (max-width:820px){.tmx-blog-filterbar{padding:18px;border-radius:16px} .tmx-blog-filters{grid-template-columns:1fr} .tmx-blog-filter-actions{justify-content:space-between} .tmx-store-intro__inner{min-height:0;padding-block:34px} .tmx-store-intro__benefits{grid-template-columns:1fr} .tmx-store-page .store-layout{padding:18px !important;border-radius:18px !important} html body .site-header .site-header__inner,html body .site-header--shop .site-header__inner{display:flex !important;width:min(1500px,calc(100% - 32px)) !important} .tmx-shop-wa{display:none !important}} .tmx-store-intro{display:none !important} .tmx-store-page{background:#f6f8fc !important;padding-top:0 !important} .tmx-store-page .tmx-hz-cats{position:relative;margin:0 0 34px !important;background:radial-gradient(circle at 78% -40%,rgba(46,134,255,.28),transparent 42%),linear-gradient(112deg,#061426 0%,#0a2443 58%,#103d70 100%) !important;border:0 !important;box-shadow:0 18px 42px rgba(3,17,33,.14) !important;overflow:hidden} .tmx-store-page .tmx-hz-cats::after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(90deg,rgba(255,255,255,.025),transparent 32%,rgba(82,158,255,.04))} .tmx-store-page .tmx-hz-cats-inner{position:relative;z-index:1;min-height:92px;padding:19px 0 !important;gap:11px !important} .tmx-store-page .tmx-hz-cat-link{min-height:46px;padding:11px 19px !important;color:rgba(235,244,255,.78) !important;background:rgba(255,255,255,.065) !important;border:1px solid rgba(255,255,255,.13) !important;border-radius:12px !important;box-shadow:none !important;backdrop-filter:blur(8px);font-weight:650 !important;transform:none !important} .tmx-store-page .tmx-hz-cat-link svg{width:19px !important;height:19px !important;stroke:#8dc1ff !important} .tmx-store-page .tmx-hz-cat-link:hover{color:#fff !important;background:rgba(46,134,255,.18) !important;border-color:rgba(105,174,255,.52) !important;box-shadow:0 8px 22px rgba(0,0,0,.14) !important} .tmx-store-page .tmx-hz-cat-link.is-active{color:#061426 !important;background:#fff !important;border-color:#fff !important;box-shadow:0 10px 28px rgba(0,0,0,.19) !important} .tmx-store-page .tmx-hz-cat-link.is-active svg{stroke:#2E86FF !important} .tmx-store-page .store-layout{margin-top:0 !important;padding:0 !important;background:transparent !important;border:0 !important;border-radius:0 !important;box-shadow:none !important} .tmx-store-page .store-sidebar{background:#fff !important;border:1px solid rgba(23,59,108,.10) !important;box-shadow:0 12px 32px rgba(17,47,87,.055) !important} .tmx-store-page .store-toolbar{background:#fff !important;border:1px solid rgba(23,59,108,.10) !important;box-shadow:0 8px 24px rgba(17,47,87,.045) !important} .tmx-blog-filterbar--simple{grid-template-columns:minmax(220px,.72fr) minmax(0,2.4fr) !important;align-items:center !important;padding:18px 20px !important;gap:24px !important} .tmx-blog-filterbar__controls{min-width:0;display:flex;align-items:center;justify-content:flex-end;gap:12px;flex-wrap:wrap} .tmx-blog-month-filter{display:flex;align-items:center;min-height:44px;padding:0 5px 0 13px;border:1px solid rgba(23,59,108,.12);border-radius:12px;background:#f7faff} .tmx-blog-month-filter label{display:flex;align-items:center;gap:7px;padding-right:7px;color:#5e718a;font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap} .tmx-blog-month-filter label svg{width:16px;height:16px;fill:none;stroke:#2E86FF;stroke-width:1.3;stroke-linecap:round;stroke-linejoin:round} .tmx-blog-month-filter select{height:34px;max-width:190px;padding:0 28px 0 8px;border:0;border-left:1px solid rgba(23,59,108,.09);background:transparent;color:#173B6C;font:700 12px/1 'Poppins',sans-serif;outline:none;cursor:pointer} .tmx-blog-sort{min-height:44px;display:inline-flex;align-items:center;gap:4px;padding:4px;border:1px solid rgba(23,59,108,.12);border-radius:12px;background:#f7faff} .tmx-blog-sort__label{padding:0 7px 0 8px;color:#6b7d93;font-size:10px;font-weight:800;letter-spacing:.06em;text-transform:uppercase} .tmx-blog-sort a{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 11px;border-radius:8px;color:#66798f;font-size:11px;font-weight:750;text-decoration:none;transition:background .2s ease,color .2s ease,box-shadow .2s ease} .tmx-blog-sort a:hover{color:#173B6C;background:#e8f1ff} .tmx-blog-sort a.is-active{color:#fff;background:#173B6C;box-shadow:0 5px 14px rgba(23,59,108,.18)} .tmx-blog-filter-clear{display:inline-flex;align-items:center;min-height:36px;padding:0 5px;color:#66798f;font-size:11px;font-weight:700;text-decoration:none} .tmx-blog-filter-clear:hover{color:#2E86FF} @media (max-width:1060px){.tmx-blog-filterbar--simple{grid-template-columns:1fr !important;align-items:stretch !important} .tmx-blog-filterbar__controls{justify-content:flex-start}} @media (max-width:820px){.tmx-store-page .tmx-hz-cats-inner{min-height:78px;padding:15px 0 !important} .tmx-store-page .tmx-hz-cat-link{min-height:42px;padding:9px 15px !important;border-radius:10px !important} .tmx-blog-filterbar__controls{display:grid;grid-template-columns:1fr} .tmx-blog-month-filter,.tmx-blog-sort{width:100%} .tmx-blog-month-filter select{max-width:none;flex:1} .tmx-blog-sort{overflow-x:auto;justify-content:flex-start} .tmx-blog-sort__label{position:sticky;left:0;background:#f7faff;z-index:1} .tmx-blog-filter-clear{justify-content:flex-start}} body.page-template-page-alquiler-impresoras .tmx-steps-tech,body.page-template-page-alquiler-impresoras-php .tmx-steps-tech,body.page-template-page-alquiler-laptops .tmx-sol-section,body.page-template-page-alquiler-laptops-php .tmx-sol-section{background:var(--tmx-surface-navy,#0B2545) !important;box-shadow:none !important} body.page-template-page-alquiler-impresoras .tmx-steps-tech .section-head h2,body.page-template-page-alquiler-impresoras-php .tmx-steps-tech .section-head h2,body.page-template-page-alquiler-laptops .tmx-sol-section .section-head h2,body.page-template-page-alquiler-laptops-php .tmx-sol-section .section-head h2{color:#FFFFFF !important} body.page-template-page-alquiler-impresoras .tmx-steps-tech .section-head p,body.page-template-page-alquiler-impresoras-php .tmx-steps-tech .section-head p,body.page-template-page-alquiler-laptops .tmx-sol-section .section-head p,body.page-template-page-alquiler-laptops-php .tmx-sol-section .section-head p{color:rgba(232,242,255,.76) !important} body.page-template-page-alquiler-impresoras .tmx-steps-tech .eyebrow-mkt,body.page-template-page-alquiler-impresoras-php .tmx-steps-tech .eyebrow-mkt,body.page-template-page-alquiler-laptops .tmx-sol-section .eyebrow-mkt,body.page-template-page-alquiler-laptops-php .tmx-sol-section .eyebrow-mkt{color:#8EC2FF !important;border-color:rgba(142,194,255,.30) !important;background:rgba(46,134,255,.10) !important} body.page-template-page-alquiler-impresoras .tmx-steps-tech .tmx-gstep,body.page-template-page-alquiler-impresoras-php .tmx-steps-tech .tmx-gstep,body.page-template-page-alquiler-laptops .tmx-sol-section .tmx-sol-card,body.page-template-page-alquiler-laptops-php .tmx-sol-section .tmx-sol-card{background:#FFFFFF !important;border-color:rgba(255,255,255,.20) !important;box-shadow:0 18px 42px rgba(2,12,25,.18) !important} .tmx-store-page .tmx-hz-cats{background:#061426 !important;border:0 !important;box-shadow:0 14px 34px rgba(3,17,33,.16) !important} .tmx-store-page .tmx-hz-cats::after{display:none !important} .tmx-store-page .tmx-hz-cat-link{color:rgba(238,246,255,.84) !important;background:#0A2443 !important;border-color:rgba(142,194,255,.18) !important;box-shadow:none !important;backdrop-filter:none !important} .tmx-store-page .tmx-hz-cat-link svg{stroke:#8EC2FF !important} .tmx-store-page .tmx-hz-cat-link:hover{color:#FFFFFF !important;background:#103D70 !important;border-color:rgba(142,194,255,.48) !important;box-shadow:0 8px 22px rgba(0,0,0,.16) !important} .tmx-store-page .tmx-hz-cat-link.is-active{color:#FFFFFF !important;background:#173B6C !important;border-color:#2E86FF !important;box-shadow:inset 0 0 0 1px rgba(46,134,255,.20),0 8px 22px rgba(0,0,0,.16) !important} .tmx-store-page .tmx-hz-cat-link.is-active svg{stroke:#A9D1FF !important} .footer.footer--vitara-inspired .footer-premium-grid{grid-template-columns:minmax(430px,1.55fr) minmax(180px,.62fr) minmax(220px,.74fr) !important;gap:clamp(44px,5vw,96px) !important} .footer.footer--vitara-inspired .footer-contact-list{display:flex !important;align-items:center !important;flex-wrap:nowrap !important;gap:0 !important;white-space:nowrap} .footer.footer--vitara-inspired .footer-contact-list>*{display:inline-flex;align-items:center;width:auto !important;max-width:none !important;margin:0 !important} .footer.footer--vitara-inspired .footer-contact-list>*:not(:last-child)::after{content:"·";margin:0 12px;color:rgba(255,255,255,.28)} .footer.footer--vitara-inspired .footer-premium-brand>p{max-width:520px} @media (max-width:1180px){.footer.footer--vitara-inspired .footer-premium-grid{grid-template-columns:1.25fr .72fr .9fr !important;gap:34px !important} .footer.footer--vitara-inspired .footer-contact-list{flex-wrap:wrap !important;row-gap:8px !important;white-space:normal}} @media (max-width:820px){.footer.footer--vitara-inspired .footer-premium-grid{grid-template-columns:1fr 1fr !important} .footer.footer--vitara-inspired .footer-premium-brand{grid-column:1/-1 !important} .footer.footer--vitara-inspired .footer-contact-list{display:flex !important;flex-wrap:wrap !important}} @media (max-width:560px){.footer.footer--vitara-inspired .footer-premium-grid{grid-template-columns:1fr !important} .footer.footer--vitara-inspired .footer-premium-brand{grid-column:auto !important} .footer.footer--vitara-inspired .footer-contact-list{display:grid !important;gap:8px !important} .footer.footer--vitara-inspired .footer-contact-list>*:not(:last-child)::after{display:none}} .footer.footer--v27{background:#06192F !important;color:#fff !important;padding:54px 0 0 !important} .footer--v27 .footer-v27__grid{width:min(1500px,calc(100% - 48px)) !important;margin-inline:auto !important;display:grid !important;grid-template-columns:minmax(390px,1.45fr) minmax(170px,.66fr) minmax(220px,.82fr) minmax(260px,.95fr) !important;gap:clamp(42px,4.4vw,82px) !important;align-items:start !important;padding:0 0 50px !important} .footer--v27 .footer-v27__brand{min-width:0} .footer--v27 .footer-v27__logo{display:inline-flex !important;align-items:center !important;margin:0 0 18px !important} .footer--v27 .footer-v27__logo .brand__logo{height:48px !important;width:auto !important;max-width:220px !important;object-fit:contain !important} .footer--v27 .footer-v27__description{max-width:430px !important;margin:0 0 24px !important;color:rgba(255,255,255,.70) !important;font-size:13.5px !important;line-height:1.65 !important} .footer--v27 .footer-v27__contact{display:flex !important;align-items:center !important;flex-wrap:wrap !important;gap:10px 20px !important} .footer--v27 .footer-v27__contact>a,.footer--v27 .footer-v27__contact>span{display:inline-flex !important;align-items:center !important;gap:8px !important;width:auto !important;max-width:100% !important;margin:0 !important;color:rgba(255,255,255,.86) !important;font-size:13px !important;line-height:1.35 !important;white-space:nowrap} .footer--v27 .footer-v27__contact svg{width:15px !important;height:15px !important;flex:0 0 15px !important;fill:none !important;stroke:#9bc9ff !important;stroke-width:1.3 !important;stroke-linecap:round !important;stroke-linejoin:round !important} .footer--v27 .footer-v27__contact a{transition:color .2s ease !important} .footer--v27 .footer-v27__contact a:hover{color:#fff !important} .footer--v27 .footer-v27__column,.footer--v27 .footer-v27__claims{display:grid !important;align-content:start !important;justify-items:start !important} .footer--v27 .footer-v27__column{gap:12px !important} .footer--v27 .footer-v27__column h3,.footer--v27 .footer-v27__claims h3{margin:0 0 7px !important;color:#fff !important;font-size:13px !important;line-height:1.25 !important;font-weight:800 !important;letter-spacing:.035em !important;text-transform:uppercase !important} .footer--v27 .footer-v27__column a{color:rgba(255,255,255,.82) !important;font-size:13.5px !important;line-height:1.45 !important;text-decoration:none !important;transition:color .2s ease,transform .2s ease !important} .footer--v27 .footer-v27__column a:hover{color:#fff !important;transform:translateX(3px) !important} .footer--v27 .footer-v27__claims a{display:flex !important;align-items:center !important;justify-content:flex-start !important;width:100% !important;min-height:108px !important;padding:12px 0 !important;border:0 !important;background:transparent !important;box-shadow:none !important;border-radius:0 !important;transition:transform .2s ease,opacity .2s ease !important} .footer--v27 .footer-v27__claims a:hover{transform:translateY(-2px) !important;opacity:.92 !important} .footer--v27 .footer-v27__claims img{display:block !important;width:min(100%,260px) !important;height:auto !important;max-height:96px !important;object-fit:contain !important;object-position:left center !important;opacity:1 !important;filter:none !important} .footer--v27 .footer-v27__rule{width:100% !important;height:1px !important;background:rgba(255,255,255,.11) !important} .footer--v27 .footer-v27__bottom{width:min(1500px,calc(100% - 48px)) !important;margin-inline:auto !important;padding:18px 0 20px !important;display:grid !important;gap:5px !important;color:rgba(255,255,255,.48) !important;font-size:11.5px !important;line-height:1.5 !important} .footer--v27 .footer-v27__bottom p{margin:0 !important} .footer--v27 .footer-v27__bottom p:last-child{color:rgba(255,255,255,.66) !important} @media (max-width:1180px){.footer--v27 .footer-v27__grid{grid-template-columns:minmax(330px,1.3fr) .72fr .9fr !important;gap:36px !important} .footer--v27 .footer-v27__claims{grid-column:2/4 !important} .footer--v27 .footer-v27__claims a{min-height:82px !important} .footer--v27 .footer-v27__claims img{max-height:82px !important}} @media (max-width:820px){.footer.footer--v27{padding-top:44px !important} .footer--v27 .footer-v27__grid{width:min(100% - 32px,1500px) !important;grid-template-columns:1fr 1fr !important;gap:34px 28px !important;padding-bottom:38px !important} .footer--v27 .footer-v27__brand,.footer--v27 .footer-v27__claims{grid-column:1/-1 !important} .footer--v27 .footer-v27__description{max-width:560px !important} .footer--v27 .footer-v27__claims a{min-height:0 !important;padding-top:8px !important} .footer--v27 .footer-v27__claims img{width:min(260px,70vw) !important;max-height:none !important} .footer--v27 .footer-v27__bottom{width:min(100% - 32px,1500px) !important}} @media (max-width:560px){.footer--v27 .footer-v27__grid{grid-template-columns:1fr !important;gap:30px !important} .footer--v27 .footer-v27__brand,.footer--v27 .footer-v27__claims{grid-column:auto !important} .footer--v27 .footer-v27__contact{display:grid !important;justify-items:start !important;gap:10px !important} .footer--v27 .footer-v27__contact>a,.footer--v27 .footer-v27__contact>span{white-space:normal !important} .footer--v27 .footer-v27__logo .brand__logo{height:44px !important}} body.page-template-page-libro-de-reclamaciones .tmx-claims-page--simple{background:#fff} body.page-template-page-libro-de-reclamaciones .tmx-claims-titlebar{min-height:176px !important;display:grid !important;place-items:center !important;background:linear-gradient(180deg,#EFF6FF 0%,#FFFFFF 100%) !important;border-bottom:1px solid #DDE8F4 !important;box-shadow:none !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-titlebar::before,body.page-template-page-libro-de-reclamaciones .tmx-claims-titlebar::after{content:none !important;display:none !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-titlebar__inner{display:flex !important;align-items:center !important;justify-content:center !important;min-height:176px !important;padding:30px 0 !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-titlebar h1{margin:0 !important;color:#173B6C !important;font-size:clamp(34px,3.2vw,50px) !important;line-height:1.05 !important;font-weight:750 !important;letter-spacing:-.035em !important;text-transform:uppercase;text-align:center} body.page-template-page-libro-de-reclamaciones .tmx-claims-body{padding:64px 0 96px !important;background:#FFFFFF !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-shell{width:min(calc(100% - 40px),1120px) !important;max-width:1120px !important;margin-inline:auto !important;padding:0 !important;overflow:visible !important;border:0 !important;border-radius:0 !important;background:transparent !important;box-shadow:none !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-alert{margin:0 0 28px !important;border-radius:12px !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-form--reference{display:block !important;counter-reset:none !important;gap:0 !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-provider--reference{display:flex !important;align-items:flex-start !important;gap:24px !important;grid-template-columns:none !important;padding:0 0 28px !important;margin:0 0 28px !important;border:0 !important;border-bottom:1px solid #D9E1E9 !important;background:transparent !important;color:#173B6C !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-provider--reference>div{padding:0 !important;border:0 !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-provider__book{flex:0 0 52px;width:52px;height:52px;display:grid;place-items:center;margin-top:2px} body.page-template-page-libro-de-reclamaciones .tmx-claims-provider__book svg{width:48px;height:48px;display:block;stroke:#1E4E80;stroke-width:1.35;stroke-linecap:round;stroke-linejoin:round} body.page-template-page-libro-de-reclamaciones .tmx-claims-provider__copy{min-width:0;display:grid;gap:6px} body.page-template-page-libro-de-reclamaciones .tmx-claims-provider__copy strong{color:#173B6C !important;font-size:18px !important;line-height:1.25 !important;font-weight:800 !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-provider__copy span{display:block !important;margin:0 !important;color:#6E7D8E !important;font-size:13px !important;line-height:1.55 !important;font-weight:500 !important;letter-spacing:0 !important;text-transform:none !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-section{counter-increment:none !important;margin:0 0 26px !important;padding:0 !important;border:0 !important;background:transparent !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-section:nth-of-type(2){border-top:0 !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-section legend{float:none !important;display:block !important;width:100% !important;margin:0 0 24px !important;padding:0 0 12px !important;border-bottom:1px solid #D9E1E9 !important;color:#173B6C !important;font-size:20px !important;line-height:1.25 !important;font-weight:800 !important;letter-spacing:-.015em !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-section legend::before{content:none !important;display:none !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-section legend + *{clear:none !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-grid{gap:20px !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-grid--2{grid-template-columns:repeat(2,minmax(0,1fr)) !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-docrow{grid-template-columns:minmax(150px,.62fr) minmax(210px,1fr) !important;gap:12px !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-field{gap:8px !important;margin-bottom:18px !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-field>span,body.page-template-page-libro-de-reclamaciones .tmx-claims-choice-label{color:#607188 !important;font-size:12px !important;line-height:1.3 !important;font-weight:700 !important;letter-spacing:.025em !important;text-transform:uppercase !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-field b,body.page-template-page-libro-de-reclamaciones .tmx-claims-choice-label b{color:#2E86FF !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-field input,body.page-template-page-libro-de-reclamaciones .tmx-claims-field select,body.page-template-page-libro-de-reclamaciones .tmx-claims-field textarea{width:100% !important;min-height:50px !important;border:1px solid #D8E0E8 !important;border-radius:14px !important;background:#fff !important;color:#173B6C !important;box-shadow:none !important;font-size:15px !important;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-field textarea{min-height:128px !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-field input::placeholder,body.page-template-page-libro-de-reclamaciones .tmx-claims-field textarea::placeholder{color:#A9B5C1 !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-field input:hover,body.page-template-page-libro-de-reclamaciones .tmx-claims-field select:hover,body.page-template-page-libro-de-reclamaciones .tmx-claims-field textarea:hover{border-color:#B9C9DA !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-field input:focus,body.page-template-page-libro-de-reclamaciones .tmx-claims-field select:focus,body.page-template-page-libro-de-reclamaciones .tmx-claims-field textarea:focus{border-color:#2E86FF !important;background:#FBFDFF !important;box-shadow:0 0 0 3px rgba(46,134,255,.10) !important;outline:0 !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-choice-row{display:flex !important;align-items:center !important;gap:12px !important;flex-wrap:wrap !important;margin-bottom:16px !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-choice-label{min-width:132px !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-pill span{min-height:42px !important;display:flex !important;align-items:center !important;gap:9px !important;padding:0 18px !important;border:1px solid #D6DFE8 !important;border-radius:999px !important;background:#fff !important;color:#435A74 !important;box-shadow:none !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-pill input:checked + span{color:#174E83 !important;border-color:#66A4EB !important;background:#EEF6FF !important;box-shadow:0 0 0 2px rgba(46,134,255,.06) !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-pill span::before{width:13px !important;height:13px !important;border-width:1px !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-check{color:#55708D !important;font-size:13px !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-consent{display:grid !important;grid-template-columns:1fr !important;justify-items:center !important;gap:22px !important;margin-top:8px !important;padding:28px 0 12px !important;background:transparent !important;border-top:1px solid #E0E6EC !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-consent .tmx-claims-check{color:#536A84 !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-consent .tmx-claims-check a{color:#1F70DB !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-submit{min-width:210px !important;min-height:50px !important;padding:0 30px !important;border:1px solid #173B6C !important;border-radius:10px !important;background:#173B6C !important;color:#fff !important;box-shadow:none !important;font-weight:800 !important;letter-spacing:.03em !important;text-transform:uppercase !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-submit:hover{border-color:#2E86FF !important;background:#2E86FF !important;box-shadow:0 12px 24px rgba(46,134,255,.18) !important;transform:translateY(-1px) !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-notes{margin:34px 0 0 !important;padding:24px 0 0 !important;background:transparent !important;color:#69798C !important;border-top:1px solid #DDE4EB !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-notes p{margin:0 !important;padding:10px 0 !important;border-bottom:1px solid #E8EDF2 !important;font-size:12.5px !important;line-height:1.6 !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-notes strong{color:#173B6C !important} @media (max-width:820px){body.page-template-page-libro-de-reclamaciones .tmx-claims-titlebar,body.page-template-page-libro-de-reclamaciones .tmx-claims-titlebar__inner{min-height:136px !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-titlebar h1{font-size:clamp(30px,9vw,40px) !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-body{padding:40px 0 64px !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-shell{width:min(calc(100% - 28px),1120px) !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-provider--reference{gap:16px !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-provider__book{flex-basis:44px;width:44px;height:44px} body.page-template-page-libro-de-reclamaciones .tmx-claims-provider__book svg{width:42px;height:42px} body.page-template-page-libro-de-reclamaciones .tmx-claims-grid--2,body.page-template-page-libro-de-reclamaciones .tmx-claims-docrow{grid-template-columns:1fr !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-section legend{font-size:18px !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-choice-label{width:100% !important;min-width:0 !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-consent{justify-items:stretch !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-submit{width:100% !important}} body.page-template-page-libro-de-reclamaciones .tmx-claims-page--simple{background:#fff !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-titlebar{min-height:148px !important;display:flex !important;align-items:flex-end !important;justify-content:center !important;background:#fff !important;border:0 !important;box-shadow:none !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-titlebar__inner{width:min(calc(100% - 40px),1120px) !important;min-height:148px !important;padding:54px 0 22px !important;display:flex !important;align-items:flex-end !important;justify-content:center !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-titlebar h1{width:100% !important;margin:0 !important;color:#173B6C !important;font-size:clamp(34px,2.55vw,44px) !important;line-height:1.08 !important;font-weight:800 !important;letter-spacing:-.025em !important;text-transform:uppercase !important;text-align:center !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-body{padding:22px 0 88px !important;background:#fff !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-shell{width:min(calc(100% - 40px),1120px) !important;max-width:1120px !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-form--reference{padding:0 !important;border:0 !important;border-radius:0 !important;background:#fff !important;box-shadow:none !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-provider--reference{gap:22px !important;padding:18px 0 28px !important;margin:0 0 30px !important;border-bottom:1px solid #D8DEE7 !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-provider__book{width:50px !important;height:50px !important;flex-basis:50px !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-provider__book svg{width:46px !important;height:46px !important;stroke:#204F7E !important;stroke-width:1.3 !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-provider__copy{gap:5px !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-provider__copy strong{color:#173B6C !important;font-size:18px !important;font-weight:800 !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-provider__copy span{color:#6B7788 !important;font-size:13.5px !important;line-height:1.5 !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-section{margin:0 0 30px !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-section legend{margin:0 0 24px !important;padding:0 0 11px !important;color:#174A78 !important;border-bottom:1px solid #D8DEE7 !important;font-size:19px !important;font-weight:800 !important;letter-spacing:-.012em !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-grid{gap:20px !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-field{gap:8px !important;margin-bottom:18px !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-field>span,body.page-template-page-libro-de-reclamaciones .tmx-claims-choice-label{color:#56657A !important;font-size:12px !important;font-weight:700 !important;letter-spacing:.03em !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-field input,body.page-template-page-libro-de-reclamaciones .tmx-claims-field select,body.page-template-page-libro-de-reclamaciones .tmx-claims-field textarea{min-height:50px !important;padding:0 15px !important;border:1px solid #D7DDE5 !important;border-radius:13px !important;background:#fff !important;color:#173B6C !important;box-shadow:0 1px 2px rgba(15,42,68,.02) !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-field textarea{min-height:128px !important;padding:14px 15px !important;resize:vertical !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-field input:hover,body.page-template-page-libro-de-reclamaciones .tmx-claims-field select:hover,body.page-template-page-libro-de-reclamaciones .tmx-claims-field textarea:hover{border-color:#B9C5D2 !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-field input:focus,body.page-template-page-libro-de-reclamaciones .tmx-claims-field select:focus,body.page-template-page-libro-de-reclamaciones .tmx-claims-field textarea:focus{border-color:#2E86FF !important;background:#fff !important;box-shadow:0 0 0 3px rgba(46,134,255,.09) !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-choice-row{gap:10px !important;margin-bottom:18px !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-choice-label{min-width:126px !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-pill span{min-height:41px !important;padding:0 18px !important;border:1px solid #D7DDE5 !important;border-radius:999px !important;background:#fff !important;color:#3E5873 !important;box-shadow:none !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-pill span:hover{border-color:#9CB9D7 !important;background:#FAFCFF !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-pill input:checked + span{color:#164D7D !important;border-color:#4D9BEF !important;background:#EEF6FF !important;box-shadow:none !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-consent{margin-top:4px !important;padding:28px 0 8px !important;border-top:1px solid #DCE2E9 !important;background:#fff !important;gap:20px !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-submit{min-width:190px !important;min-height:48px !important;padding:0 30px !important;border:1px solid #174A78 !important;border-radius:10px !important;background:#174A78 !important;box-shadow:none !important;font-size:13px !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-submit:hover{border-color:#226CB2 !important;background:#226CB2 !important;box-shadow:0 9px 18px rgba(23,74,120,.14) !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-notes{margin-top:32px !important;padding-top:18px !important;border-top:1px solid #DCE2E9 !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-notes p{padding:8px 0 !important;border-bottom:1px solid #EDF0F3 !important;color:#667487 !important} @media (max-width:820px){body.page-template-page-libro-de-reclamaciones .tmx-claims-titlebar,body.page-template-page-libro-de-reclamaciones .tmx-claims-titlebar__inner{min-height:118px !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-titlebar__inner{padding:36px 0 16px !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-titlebar h1{font-size:clamp(28px,8.2vw,38px) !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-body{padding:18px 0 64px !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-provider--reference{padding-top:12px !important}} body.page-template-page-libro-de-reclamaciones .tmx-claims-titlebar{min-height:126px !important;background:#fff !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-titlebar__inner{min-height:126px !important;padding:40px 0 14px !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-titlebar h1{font-size:clamp(30px,2.2vw,38px) !important;line-height:1.06 !important;color:#0E4778 !important;letter-spacing:-.02em !important;text-align:center !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-body{padding:10px 0 80px !important;background:#fff !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-shell{width:min(calc(100% - 48px),1100px) !important;max-width:1100px !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-provider--reference{gap:18px !important;padding:14px 0 24px !important;margin:0 0 26px !important;border-bottom:1px solid #D9D9D4 !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-provider__book{width:46px !important;height:46px !important;flex-basis:46px !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-provider__book svg{width:42px !important;height:42px !important;stroke:#0E4778 !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-provider__copy strong{font-size:17px !important;color:#0E4778 !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-provider__copy span{font-size:12.5px !important;line-height:1.45 !important;color:#6A7580 !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-section{margin:0 0 26px !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-section legend{margin:0 0 20px !important;padding:0 0 9px !important;border-bottom:1px solid #D9D9D4 !important;color:#0D4778 !important;font-size:17px !important;line-height:1.25 !important;font-weight:800 !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-grid{gap:16px 20px !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-field{gap:7px !important;margin-bottom:15px !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-field>span,body.page-template-page-libro-de-reclamaciones .tmx-claims-choice-label{color:#6B7581 !important;font-size:10.5px !important;line-height:1.25 !important;font-weight:700 !important;letter-spacing:.025em !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-field input,body.page-template-page-libro-de-reclamaciones .tmx-claims-field select,body.page-template-page-libro-de-reclamaciones .tmx-claims-field textarea{min-height:48px !important;padding:0 14px !important;border:1px solid #D8D8D2 !important;border-radius:12px !important;background:#fff !important;color:#173B6C !important;font-size:13px !important;box-shadow:none !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-field textarea{min-height:112px !important;padding:13px 14px !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-docrow{grid-template-columns:minmax(120px,.55fr) minmax(190px,1fr) !important;gap:10px !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-choice-row{gap:9px !important;margin-bottom:15px !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-choice-label{min-width:110px !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-pill span{min-height:35px !important;padding:0 15px !important;gap:8px !important;border:1px solid #D8D8D2 !important;border-radius:999px !important;color:#31506D !important;font-size:12px !important;background:#fff !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-pill input:checked + span{color:#0E5C76 !important;border-color:#42B7C4 !important;background:#ECFAFB !important;box-shadow:none !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-pill span::before{width:11px !important;height:11px !important;border-width:1px !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-check{color:#607285 !important;font-size:11.5px !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-consent{margin-top:0 !important;padding:20px 0 10px !important;border-top:0 !important;background:#fff !important;gap:18px !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-submit{min-width:340px !important;min-height:44px !important;padding:0 32px !important;border:1px solid #1468C8 !important;border-radius:10px !important;background:#1468C8 !important;color:#fff !important;box-shadow:none !important;font-size:12px !important;font-weight:800 !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-submit:hover,body.page-template-page-libro-de-reclamaciones .tmx-claims-submit:focus-visible{border-color:#0E55AA !important;background:#0E55AA !important;box-shadow:0 8px 18px rgba(20,104,200,.18) !important;transform:translateY(-1px) !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-notes{margin:28px 0 0 !important;padding:18px 24px !important;border:0 !important;border-radius:16px !important;background:#F2F1EB !important;color:#5D6670 !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-notes p{margin:0 !important;padding:8px 0 !important;border-bottom:1px solid #DAD9D2 !important;font-size:11.5px !important;line-height:1.55 !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-notes p:last-child{border-bottom:0 !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-notes strong{color:#0E4778 !important} @media (max-width:820px){body.page-template-page-libro-de-reclamaciones .tmx-claims-titlebar,body.page-template-page-libro-de-reclamaciones .tmx-claims-titlebar__inner{min-height:106px !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-titlebar__inner{padding:30px 0 12px !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-titlebar h1{font-size:clamp(26px,7.5vw,34px) !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-body{padding:8px 0 56px !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-shell{width:min(calc(100% - 28px),1100px) !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-submit{min-width:0 !important;width:100% !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-notes{padding:16px 18px !important}}:root{--tmx-block-space:84px} main>section.section,main>.section,.tmx-innerpage-body,body.page-template-page-alquiler-impresoras-multifuncionales main>:is(.problema,.stats,.sectores,.proceso,.faq,.cta-final),.woocommerce main>section.section,.woocommerce main>.tmx-cart-benefits{padding-top:var(--tmx-block-space) !important;padding-bottom:var(--tmx-block-space) !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-body,body.page-libro-de-reclamaciones .tmx-claims-body{padding-top:var(--tmx-block-space) !important;padding-bottom:var(--tmx-block-space) !important} #soluciones.section,#historia.section,#valores.section,#por-que-tecnimax.section,#clientes.section,#cotizacion.section,#canales.section,#proceso.section,#faq.section,#blog.section,#tienda.section,#sectores.section,#contacto.section,#cotizar.section{padding-top:var(--tmx-block-space) !important;padding-bottom:var(--tmx-block-space) !important} main>section.section>:first-child,.tmx-innerpage-body>:first-child,body.page-template-page-alquiler-impresoras-multifuncionales main>:is(.problema,.stats,.sectores,.proceso,.faq,.cta-final)>:first-child{margin-top:0 !important} main>section.section>:last-child,.tmx-innerpage-body>:last-child,body.page-template-page-alquiler-impresoras-multifuncionales main>:is(.problema,.stats,.sectores,.proceso,.faq,.cta-final)>:last-child{margin-bottom:0 !important} @media (min-width:821px) and (max-width:1180px){:root{--tmx-block-space:68px}} @media (max-width:820px){:root{--tmx-block-space:52px} main>section.section,main>.section,.tmx-innerpage-body,body.page-template-page-alquiler-impresoras-multifuncionales main>:is(.problema,.stats,.sectores,.proceso,.faq,.cta-final),body.page-template-page-libro-de-reclamaciones .tmx-claims-body,body.page-libro-de-reclamaciones .tmx-claims-body{padding-top:var(--tmx-block-space) !important;padding-bottom:var(--tmx-block-space) !important}} body.page-template-page-nosotros .tmx-dif-icon .tmx-support-shield-icon,body.page-template-page-nosotros-php .tmx-dif-icon .tmx-support-shield-icon{display:block !important;width:52px !important;height:52px !important;margin:0 auto !important;overflow:visible !important;transform:none !important;transform-origin:50% 50% !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-submit,body.page-libro-de-reclamaciones .tmx-claims-submit{position:relative !important;isolation:isolate !important;overflow:hidden !important;color:#ffffff !important;border:1px solid #2E86FF !important;background:#071B34 !important;box-shadow:none !important;transition:color .28s ease,border-color .28s ease,box-shadow .28s ease,transform .28s ease !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-submit::before,body.page-libro-de-reclamaciones .tmx-claims-submit::before{content:"" !important;position:absolute !important;inset:0 !important;z-index:-1 !important;background:#2E86FF !important;transform:scaleX(0) !important;transform-origin:left center !important;transition:transform .34s cubic-bezier(.22,.61,.36,1) !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-submit:hover,body.page-template-page-libro-de-reclamaciones .tmx-claims-submit:focus-visible,body.page-libro-de-reclamaciones .tmx-claims-submit:hover,body.page-libro-de-reclamaciones .tmx-claims-submit:focus-visible{color:#ffffff !important;border-color:#2E86FF !important;background:#071B34 !important;box-shadow:0 10px 24px rgba(46,134,255,.22) !important;transform:translateY(-1px) !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-submit:hover::before,body.page-template-page-libro-de-reclamaciones .tmx-claims-submit:focus-visible::before,body.page-libro-de-reclamaciones .tmx-claims-submit:hover::before,body.page-libro-de-reclamaciones .tmx-claims-submit:focus-visible::before{transform:scaleX(1) !important} @media (prefers-reduced-motion:reduce){body.page-template-page-libro-de-reclamaciones .tmx-claims-submit::before,body.page-libro-de-reclamaciones .tmx-claims-submit::before{transition:none !important}} @media (min-width:1061px){body.home .tmx-hero-premium,body.page-template-front-page .tmx-hero-premium,body.page-template-front-page-php .tmx-hero-premium{padding-bottom:96px !important;box-sizing:border-box !important} body.home .floating-features-wrapper,body.page-template-front-page .floating-features-wrapper,body.page-template-front-page-php .floating-features-wrapper{width:min(1500px,calc(100% - 48px)) !important;max-width:1500px !important;margin:-44px auto 0 !important;position:relative !important;z-index:35 !important} body.home #soluciones,body.page-template-front-page #soluciones,body.page-template-front-page-php #soluciones{padding-top:128px !important}} body.home .floating-features,body.page-template-front-page .floating-features,body.page-template-front-page-php .floating-features{display:grid !important;grid-template-columns:repeat(4,minmax(0,1fr)) !important;gap:16px !important;width:100% !important} body.home .f-card,body.page-template-front-page .f-card,body.page-template-front-page-php .f-card{min-height:88px !important;padding:18px 20px !important;display:flex !important;align-items:center !important;gap:14px !important;position:relative !important;overflow:hidden !important;border-radius:16px !important;background:#fff !important;border:1px solid rgba(23,59,108,.10) !important;box-shadow:0 18px 42px rgba(4,20,40,.13) !important;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease !important} body.home .f-card::before,body.page-template-front-page .f-card::before,body.page-template-front-page-php .f-card::before{content:"" !important;position:absolute !important;left:0 !important;top:0 !important;width:100% !important;height:3px !important;background:linear-gradient(90deg,#173B6C,#2E86FF) !important;opacity:0 !important;transition:opacity .25s ease !important} body.home .f-card:hover,body.page-template-front-page .f-card:hover,body.page-template-front-page-php .f-card:hover{transform:translateY(-5px) !important;border-color:rgba(46,134,255,.28) !important;box-shadow:0 24px 48px rgba(4,20,40,.16) !important} body.home .f-card:hover::before,body.page-template-front-page .f-card:hover::before,body.page-template-front-page-php .f-card:hover::before{opacity:1 !important} body.home .f-card__ic,body.page-template-front-page .f-card__ic,body.page-template-front-page-php .f-card__ic{width:50px !important;height:50px !important;flex:0 0 50px !important;display:grid !important;place-items:center !important;border-radius:14px !important;color:#2E86FF !important;background:#EEF5FF !important} body.home .f-card__ic svg,body.page-template-front-page .f-card__ic svg,body.page-template-front-page-php .f-card__ic svg{width:26px !important;height:26px !important;display:block !important;fill:none !important;stroke:currentColor !important;stroke-width:1.3 !important;stroke-linecap:round !important;stroke-linejoin:round !important} body.home .f-card__title,body.page-template-front-page .f-card__title,body.page-template-front-page-php .f-card__title{margin:0 !important;color:#071B34 !important;font-family:'Gilroy','Poppins',sans-serif !important;font-size:16px !important;line-height:1.25 !important;font-weight:700 !important;letter-spacing:-.01em !important} @media (min-width:821px) and (max-width:1060px){body.home .floating-features-wrapper,body.page-template-front-page .floating-features-wrapper,body.page-template-front-page-php .floating-features-wrapper{width:calc(100% - 40px) !important;margin:28px auto 0 !important} body.home .floating-features,body.page-template-front-page .floating-features,body.page-template-front-page-php .floating-features{grid-template-columns:repeat(2,minmax(0,1fr)) !important}} @media (max-width:820px){body.home .floating-features-wrapper,body.page-template-front-page .floating-features-wrapper,body.page-template-front-page-php .floating-features-wrapper{width:calc(100% - 32px) !important;margin:24px auto 0 !important} body.home .floating-features,body.page-template-front-page .floating-features,body.page-template-front-page-php .floating-features{grid-template-columns:1fr !important} body.home #soluciones,body.page-template-front-page #soluciones,body.page-template-front-page-php #soluciones{padding-top:var(--tmx-block-space) !important}} body.page-template-page-libro-de-reclamaciones .tmx-claims-submit,body.page-template-page-libro-de-reclamaciones-php .tmx-claims-submit,body.page-libro-de-reclamaciones .tmx-claims-submit{position:relative !important;overflow:hidden !important;isolation:isolate !important;z-index:1 !important;min-width:0 !important;min-height:0 !important;padding:16px 32px !important;border-radius:8px !important;border:1px solid rgba(46,134,255,.6) !important;background:transparent !important;color:#173B6C !important;box-shadow:none !important;font-family:'Poppins',sans-serif !important;font-size:15px !important;line-height:1.2 !important;font-weight:600 !important;transition:color .6s cubic-bezier(.4,0,.2,1),border-color .6s cubic-bezier(.4,0,.2,1),box-shadow .6s cubic-bezier(.4,0,.2,1),transform .6s cubic-bezier(.4,0,.2,1) !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-submit::before,body.page-template-page-libro-de-reclamaciones-php .tmx-claims-submit::before,body.page-libro-de-reclamaciones .tmx-claims-submit::before{content:"" !important;position:absolute !important;inset:0 !important;z-index:-1 !important;background:#2E86FF !important;transform:scaleX(0) !important;transform-origin:left center !important;transition:transform .6s cubic-bezier(.4,0,.2,1) !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-submit:hover,body.page-template-page-libro-de-reclamaciones .tmx-claims-submit:focus-visible,body.page-template-page-libro-de-reclamaciones-php .tmx-claims-submit:hover,body.page-template-page-libro-de-reclamaciones-php .tmx-claims-submit:focus-visible,body.page-libro-de-reclamaciones .tmx-claims-submit:hover,body.page-libro-de-reclamaciones .tmx-claims-submit:focus-visible{color:#fff !important;border-color:#2E86FF !important;background:transparent !important;box-shadow:0 10px 25px rgba(46,134,255,.30) !important;transform:translateY(-3px) !important} body.page-template-page-libro-de-reclamaciones .tmx-claims-submit:hover::before,body.page-template-page-libro-de-reclamaciones .tmx-claims-submit:focus-visible::before,body.page-template-page-libro-de-reclamaciones-php .tmx-claims-submit:hover::before,body.page-template-page-libro-de-reclamaciones-php .tmx-claims-submit:focus-visible::before,body.page-libro-de-reclamaciones .tmx-claims-submit:hover::before,body.page-libro-de-reclamaciones .tmx-claims-submit:focus-visible::before{transform:scaleX(1) !important} @media (min-width:1061px){:root{--tmx-home-hero-height:760px;--tmx-home-carousel-height:108px;--tmx-home-carousel-bottom:58px} body.home .tmx-hero-premium,body.page-template-front-page .tmx-hero-premium,body.page-template-front-page-php .tmx-hero-premium{height:var(--tmx-home-hero-height) !important;min-height:var(--tmx-home-hero-height) !important;max-height:var(--tmx-home-hero-height) !important;padding:0 !important;box-sizing:border-box !important;position:relative !important;display:block !important;overflow:hidden !important} body.home .tmx-hero-premium>.tmx-hero-aligner,body.page-template-front-page .tmx-hero-premium>.tmx-hero-aligner,body.page-template-front-page-php .tmx-hero-premium>.tmx-hero-aligner{position:absolute !important;inset:0 !important;width:100% !important;height:100% !important;min-height:100% !important;padding:0 !important;margin:0 !important;display:flex !important;align-items:stretch !important} body.home .tmx-hero-premium>.tmx-hero-aligner>.tmx-hero-grid,body.page-template-front-page .tmx-hero-premium>.tmx-hero-aligner>.tmx-hero-grid,body.page-template-front-page-php .tmx-hero-premium>.tmx-hero-aligner>.tmx-hero-grid{height:100% !important;min-height:100% !important;align-items:center !important} body.home .tmx-hero-content,body.page-template-front-page .tmx-hero-content,body.page-template-front-page-php .tmx-hero-content{align-self:center !important;justify-content:flex-start !important;height:auto !important;min-height:0 !important;padding:0 !important;margin:0 !important} body.home .tmx-hero-marquee-wrapper,body.page-template-front-page .tmx-hero-marquee-wrapper,body.page-template-front-page-php .tmx-hero-marquee-wrapper{position:absolute !important;left:50% !important;bottom:var(--tmx-home-carousel-bottom) !important;transform:translateX(-50%) !important;width:min(1500px,calc(100% - 48px)) !important;max-width:1500px !important;height:var(--tmx-home-carousel-height) !important;min-height:var(--tmx-home-carousel-height) !important;margin:0 !important;z-index:12 !important} body.home .tmx-hero-img,body.page-template-front-page .tmx-hero-img,body.page-template-front-page-php .tmx-hero-img{align-self:center !important;max-height:430px !important;width:100% !important;object-fit:contain !important} body.home .floating-features-wrapper,body.page-template-front-page .floating-features-wrapper,body.page-template-front-page-php .floating-features-wrapper{width:min(1500px,calc(100% - 48px)) !important;max-width:1500px !important;margin:-44px auto 0 !important;position:relative !important;z-index:35 !important} body.home #soluciones,body.page-template-front-page #soluciones,body.page-template-front-page-php #soluciones{padding-top:84px !important}} body.home .f-card,body.page-template-front-page .f-card,body.page-template-front-page-php .f-card{min-height:88px !important;padding:17px 20px !important;border-width:1px !important} body.home .f-card::before,body.page-template-front-page .f-card::before,body.page-template-front-page-php .f-card::before{height:1px !important} body.home .f-card__ic,body.page-template-front-page .f-card__ic,body.page-template-front-page-php .f-card__ic{width:48px !important;height:48px !important;flex-basis:48px !important;border:1px solid rgba(46,134,255,.10) !important;background:#F4F8FE !important} body.home .f-card__ic svg,body.page-template-front-page .f-card__ic svg,body.page-template-front-page-php .f-card__ic svg{width:25px !important;height:25px !important;stroke-width:1.1 !important;vector-effect:non-scaling-stroke !important} body.home .f-card__title,body.page-template-front-page .f-card__title,body.page-template-front-page-php .f-card__title{font-size:15px !important;line-height:1.35 !important;font-weight:500 !important;letter-spacing:0 !important} @media (min-width:821px) and (max-width:1060px){body.home .tmx-hero-premium,body.page-template-front-page .tmx-hero-premium,body.page-template-front-page-php .tmx-hero-premium{min-height:700px !important;height:auto !important;max-height:none !important} body.home .tmx-hero-content,body.page-template-front-page .tmx-hero-content,body.page-template-front-page-php .tmx-hero-content{padding-top:64px !important;padding-bottom:64px !important}} @media (min-width:1061px){body.home .tmx-hero-marquee-wrapper,body.page-template-front-page .tmx-hero-marquee-wrapper,body.page-template-front-page-php .tmx-hero-marquee-wrapper{--tmx-home-carousel-height:122px;height:var(--tmx-home-carousel-height) !important;min-height:var(--tmx-home-carousel-height) !important;padding:0 !important;box-sizing:border-box !important;display:flex !important;flex-direction:column !important;justify-content:flex-start !important} body.home .tmx-marquee-title-container,body.page-template-front-page .tmx-marquee-title-container,body.page-template-front-page-php .tmx-marquee-title-container{margin:0 0 30px !important;transform:translateY(-8px)} body.home .tmx-hero-marquee-title,body.page-template-front-page .tmx-hero-marquee-title,body.page-template-front-page-php .tmx-hero-marquee-title{line-height:1.35 !important} body.home .tmx-marquee-logo,body.page-template-front-page .tmx-marquee-logo,body.page-template-front-page-php .tmx-marquee-logo{height:42px !important;margin-right:84px !important} body.home .tmx-marquee-logo img,body.page-template-front-page .tmx-marquee-logo img,body.page-template-front-page-php .tmx-marquee-logo img{width:auto !important;height:auto !important;max-height:42px !important;max-width:190px !important}} @media (min-width:821px) and (max-width:1060px){body.home .tmx-marquee-title-container,body.page-template-front-page .tmx-marquee-title-container,body.page-template-front-page-php .tmx-marquee-title-container{margin-bottom:24px !important} body.home .tmx-marquee-logo,body.page-template-front-page .tmx-marquee-logo,body.page-template-front-page-php .tmx-marquee-logo{height:38px !important;margin-right:64px !important} body.home .tmx-marquee-logo img,body.page-template-front-page .tmx-marquee-logo img,body.page-template-front-page-php .tmx-marquee-logo img{max-height:38px !important}} @media (min-width:1061px){body.home .tmx-hero-grid,body.page-template-front-page .tmx-hero-grid,body.page-template-front-page-php .tmx-hero-grid{align-items:center !important} body.home .tmx-hero-media-home,body.page-template-front-page .tmx-hero-media-home,body.page-template-front-page-php .tmx-hero-media-home{min-width:0;width:100%;height:var(--tmx-home-copy-height,auto);display:flex;align-items:center;justify-content:flex-end;overflow:visible} body.home .tmx-hero-img--home,body.page-template-front-page .tmx-hero-img--home,body.page-template-front-page-php .tmx-hero-img--home{width:auto !important;max-width:100% !important;height:100% !important;max-height:none !important;min-height:0 !important;object-fit:contain !important;object-position:right center !important;margin:0 0 0 auto !important;display:block !important} body.page-template-page-nosotros .tmx-history__media,body.page-template-page-nosotros-php .tmx-history__media{overflow:hidden} body.page-template-page-nosotros .tmx-history__media>img,body.page-template-page-nosotros-php .tmx-history__media>img{width:100% !important;height:100% !important;min-height:100% !important;object-fit:cover !important;object-position:center 28% !important;display:block !important}} @media (max-width:1060px){body.home .tmx-hero-media-home,body.page-template-front-page .tmx-hero-media-home,body.page-template-front-page-php .tmx-hero-media-home{display:flex;justify-content:center;width:100%} body.home .tmx-hero-img--home,body.page-template-front-page .tmx-hero-img--home,body.page-template-front-page-php .tmx-hero-img--home{width:min(100%,640px) !important;height:auto !important;min-height:0 !important;object-fit:contain !important;object-position:center !important;margin:0 auto !important}} @media (min-width:1061px){:root{--tmx-home-hero-height:860px;--tmx-home-carousel-height:122px;--tmx-home-carousel-bottom:58px;--tmx-home-content-zone:calc(var(--tmx-home-hero-height) - var(--tmx-home-carousel-height) - var(--tmx-home-carousel-bottom));--tmx-home-visual-height:640px} body.home .tmx-hero-premium,body.page-template-front-page .tmx-hero-premium,body.page-template-front-page-php .tmx-hero-premium{height:var(--tmx-home-hero-height) !important;min-height:var(--tmx-home-hero-height) !important;max-height:var(--tmx-home-hero-height) !important} body.home .tmx-hero-premium>.tmx-hero-aligner,body.page-template-front-page .tmx-hero-premium>.tmx-hero-aligner,body.page-template-front-page-php .tmx-hero-premium>.tmx-hero-aligner{height:var(--tmx-home-content-zone) !important;min-height:var(--tmx-home-content-zone) !important;max-height:var(--tmx-home-content-zone) !important;inset:0 0 auto 0 !important} body.home .tmx-hero-premium>.tmx-hero-aligner>.tmx-hero-grid,body.page-template-front-page .tmx-hero-premium>.tmx-hero-aligner>.tmx-hero-grid,body.page-template-front-page-php .tmx-hero-premium>.tmx-hero-aligner>.tmx-hero-grid{height:100% !important;min-height:100% !important;max-height:100% !important;grid-template-columns:minmax(0,47%) minmax(0,53%) !important;gap:38px !important;align-items:center !important} body.home .tmx-hero-content,body.page-template-front-page .tmx-hero-content,body.page-template-front-page-php .tmx-hero-content{align-self:center !important;margin:0 !important;padding:0 !important} body.home .tmx-hero-media-home,body.page-template-front-page .tmx-hero-media-home,body.page-template-front-page-php .tmx-hero-media-home{width:100% !important;height:var(--tmx-home-visual-height) !important;min-height:var(--tmx-home-visual-height) !important;max-height:var(--tmx-home-visual-height) !important;display:flex !important;align-items:center !important;justify-content:flex-end !important;overflow:visible !important;align-self:center !important} body.home .tmx-hero-img--home,body.page-template-front-page .tmx-hero-img--home,body.page-template-front-page-php .tmx-hero-img--home{width:auto !important;height:100% !important;min-height:100% !important;max-height:100% !important;max-width:min(100%,720px) !important;object-fit:contain !important;object-position:right center !important;margin:0 0 0 auto !important;display:block !important} body.home .tmx-hero-marquee-wrapper,body.page-template-front-page .tmx-hero-marquee-wrapper,body.page-template-front-page-php .tmx-hero-marquee-wrapper{height:var(--tmx-home-carousel-height) !important;min-height:var(--tmx-home-carousel-height) !important;bottom:var(--tmx-home-carousel-bottom) !important}} @media (min-width:821px) and (max-width:1060px){body.home .tmx-hero-img--home,body.page-template-front-page .tmx-hero-img--home,body.page-template-front-page-php .tmx-hero-img--home{width:min(100%,700px) !important;max-height:560px !important}}:root{--tmx-rail:1500px;--tmx-page-gutter:clamp(24px,4vw,72px);--tmx-gutter:var(--tmx-page-gutter);--tmx-frame:calc(100% - (var(--tmx-page-gutter) * 2))} .container,.site-header__inner,.footer-premium-inner,.footer-premium__inner,.tmx-innerhero__inner,.tmx-claims-titlebar__inner,.tmx-claims-shell,.store-container,.store-container.store-layout,.shop-wide-container,.tmx-store-container,.tmx-cart-page__container,.woocommerce .tmx-product-page--modern .tmx-product-modern-section>.container,body.single-product .tmx-product-page--modern .tmx-product-modern-section>.container,body.home .tmx-home-float-cards,body.page-template-front-page .tmx-home-float-cards,body.page-template-front-page-php .tmx-home-float-cards,body.home .tmx-hero-marquee-wrapper,body.page-template-front-page .tmx-hero-marquee-wrapper,body.page-template-front-page-php .tmx-hero-marquee-wrapper{width:min(var(--tmx-rail),var(--tmx-frame)) !important;max-width:var(--tmx-rail) !important;margin-left:auto !important;margin-right:auto !important} body:not(.page-template-page-nosotros):not(.page-template-page-nosotros-php) .tmx-hero-premium .tmx-hero-grid{width:min(var(--tmx-rail),var(--tmx-frame)) !important;max-width:var(--tmx-rail) !important;margin-inline:auto !important} body.page-template-page-nosotros .tmx-hero-premium .tmx-hero-grid,body.page-template-page-nosotros-php .tmx-hero-premium .tmx-hero-grid{width:100% !important;max-width:none !important;margin:0 !important} body.page-template-page-nosotros .tmx-hero-content,body.page-template-page-nosotros-php .tmx-hero-content{padding-left:max(var(--tmx-page-gutter),calc((100vw - var(--tmx-rail))/2)) !important} @media (min-width:1061px) and (max-width:1599px){.tmx-hero-premium .tmx-hero-grid{gap:clamp(28px,3vw,44px) !important} .tmx-hero-premium .tmx-hero-content h1{font-size:clamp(42px,4.1vw,64px) !important} .tmx-hero-premium .tmx-hero-content p{font-size:clamp(15px,1.25vw,17px) !important} .grid-2,.grid-3,.grid-4,.grid-5,.split-layout--about,.split-layout--history,.split-layout--cta,.split-layout--form{column-gap:clamp(28px,3.2vw,48px) !important}} @media (min-width:821px) and (max-width:1060px){:root{--tmx-page-gutter:clamp(30px,4vw,42px);--tmx-gutter:var(--tmx-page-gutter)}} @media (max-width:820px){:root{--tmx-page-gutter:clamp(18px,5vw,24px);--tmx-gutter:var(--tmx-page-gutter)} .container,.site-header__inner,.footer-premium-inner,.footer-premium__inner,.tmx-innerhero__inner,.tmx-claims-titlebar__inner,.tmx-claims-shell,.store-container,.shop-wide-container,.tmx-store-container,.tmx-cart-page__container,body.home .tmx-home-float-cards,body.page-template-front-page .tmx-home-float-cards,body.page-template-front-page-php .tmx-home-float-cards,body.home .tmx-hero-marquee-wrapper,body.page-template-front-page .tmx-hero-marquee-wrapper,body.page-template-front-page-php .tmx-hero-marquee-wrapper{width:calc(100% - (var(--tmx-page-gutter) * 2)) !important}} .home-shop-products-grid--discovery .home-shop-product-card__image,.home-shop-product-card--recommendation .home-shop-product-card__image{height:260px !important;min-height:260px !important;max-height:260px !important;padding:8px 10px 2px !important;background:linear-gradient(180deg,#ffffff 0%,#f7faff 100%) !important;overflow:hidden !important;display:grid !important;place-items:center !important} .home-shop-products-grid--discovery .home-shop-product-card__image img,.home-shop-products-grid--discovery .home-shop-product-card__image .tmx-product-image,.home-shop-product-card--recommendation .home-shop-product-card__image img,.home-shop-product-card--recommendation .home-shop-product-card__image .tmx-product-image{width:100% !important;height:100% !important;max-width:100% !important;max-height:100% !important;object-fit:contain !important;object-position:center 36% !important;transform:translateY(-5px) scale(1.10) !important;transform-origin:center 40% !important;transition:transform .35s ease !important} .home-shop-products-grid--discovery .home-shop-product-card:hover .home-shop-product-card__image img,.home-shop-product-card--recommendation:hover .home-shop-product-card__image img{transform:translateY(-7px) scale(1.13) !important} @media (min-width:1061px){body.page-template-page-alquiler .tmx-hero-content,body.page-template-page-alquiler-php .tmx-hero-content,body.page-template-page-alquiler-general .tmx-hero-content,body.page-template-page-alquiler-general-php .tmx-hero-content,body.page-template-page-alquiler-impresoras .tmx-hero-content,body.page-template-page-alquiler-impresoras-php .tmx-hero-content,body.page-template-page-alquiler-laptops .tmx-hero-content,body.page-template-page-alquiler-laptops-php .tmx-hero-content{max-width:650px !important} body.page-template-page-alquiler .tmx-hero-content p,body.page-template-page-alquiler-php .tmx-hero-content p,body.page-template-page-alquiler-general .tmx-hero-content p,body.page-template-page-alquiler-general-php .tmx-hero-content p,body.page-template-page-alquiler-impresoras .tmx-hero-content p,body.page-template-page-alquiler-impresoras-php .tmx-hero-content p,body.page-template-page-alquiler-laptops .tmx-hero-content p,body.page-template-page-alquiler-laptops-php .tmx-hero-content p{max-width:620px !important;margin-bottom:16px !important;line-height:1.6 !important}} @media (max-width:980px){.home-shop-products-grid--discovery .home-shop-product-card__image,.home-shop-product-card--recommendation .home-shop-product-card__image{height:225px !important;min-height:225px !important;max-height:225px !important} .home-shop-products-grid--discovery .home-shop-product-card__image img,.home-shop-product-card--recommendation .home-shop-product-card__image img{transform:translateY(-4px) scale(1.08) !important}} @media (max-width:640px){.home-shop-products-grid--discovery .home-shop-product-card__image,.home-shop-product-card--recommendation .home-shop-product-card__image{height:205px !important;min-height:205px !important;max-height:205px !important}} body.page-template-page-contacto #proceso.contact-process-section,body.page-template-page-contacto-php #proceso.contact-process-section{background:var(--tmx-surface-navy,#071D38) !important;box-shadow:none !important;border:0 !important} body.page-template-page-contacto #proceso .section-head h2,body.page-template-page-contacto-php #proceso .section-head h2{color:#fff !important} body.page-template-page-contacto #proceso .section-head p,body.page-template-page-contacto-php #proceso .section-head p{color:rgba(255,255,255,.74) !important} body.page-template-page-contacto #proceso .section-head .eyebrow-mkt,body.page-template-page-contacto-php #proceso .section-head .eyebrow-mkt{color:#A9D2FF !important;border-color:rgba(142,194,255,.30) !important;background:rgba(46,134,255,.10) !important} body.page-template-page-contacto #proceso .contact-process-grid::before,body.page-template-page-contacto-php #proceso .contact-process-grid::before{background:linear-gradient(90deg,rgba(46,134,255,.06),rgba(142,194,255,.28),rgba(46,134,255,.06)) !important} body.page-template-page-contacto #proceso .contact-process-card,body.page-template-page-contacto-php #proceso .contact-process-card{background:#fff !important;border-color:rgba(255,255,255,.16) !important} body.page-template-page-contacto #proceso .contact-process-card__top,body.page-template-page-contacto-php #proceso .contact-process-card__top{justify-content:flex-start !important;margin-bottom:28px !important} body.page-template-page-contacto #proceso .contact-process-card__number,body.page-template-page-contacto-php #proceso .contact-process-card__number{min-width:48px !important;height:34px !important;background:#EEF5FF !important;border-color:rgba(46,134,255,.20) !important;color:#176FDB !important} body.page-template-page-contacto #proceso .contact-process-card:hover .contact-process-card__number,body.page-template-page-contacto #proceso .contact-process-card:focus-within .contact-process-card__number,body.page-template-page-contacto-php #proceso .contact-process-card:hover .contact-process-card__number,body.page-template-page-contacto-php #proceso .contact-process-card:focus-within .contact-process-card__number{background:#2E86FF !important;border-color:#2E86FF !important;color:#fff !important} body.page-template-page-contacto .contact-badge-item__icon,body.page-template-page-contacto-php .contact-badge-item__icon{background:rgba(46,134,255,.08) !important;border:1px solid rgba(142,194,255,.16) !important;border-radius:9px !important} body.woocommerce-cart .tmx-cart-page.section{padding-top:0 !important} .tmx-cart-store-band{width:100%;background:#06192F;color:#fff;border-bottom:1px solid rgba(142,194,255,.14);box-shadow:0 12px 28px rgba(6,25,47,.12)} .tmx-cart-store-band__inner{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:24px} .tmx-cart-store-band__brand,.tmx-cart-store-band__trail,.tmx-cart-store-band__trail a,.tmx-cart-store-band__trail span{display:flex;align-items:center} .tmx-cart-store-band__brand{gap:10px;color:#fff !important;text-decoration:none !important;font-size:15px;font-weight:650} .tmx-cart-store-band__brand svg{width:22px;height:22px;fill:none;stroke:#8EC2FF;stroke-width:1.15;stroke-linecap:round;stroke-linejoin:round} .tmx-cart-store-band__trail{gap:10px;font-size:13px;font-weight:600} .tmx-cart-store-band__trail .is-current{min-height:36px;padding:0 16px;border-radius:999px;background:#2E86FF;color:#fff;box-shadow:0 8px 20px rgba(46,134,255,.22)} .tmx-cart-store-band__trail a{min-height:36px;padding:0 16px;border:1px solid rgba(255,255,255,.18);border-radius:999px;color:rgba(255,255,255,.88) !important;text-decoration:none !important;transition:background .2s ease,color .2s ease,border-color .2s ease} .tmx-cart-store-band__trail a:hover{background:rgba(255,255,255,.08);border-color:rgba(142,194,255,.35);color:#fff !important} body.woocommerce-cart .tmx-cart-page__container{padding-top:42px} .tmx-cart-store-band--empty{margin-bottom:0} .tmx-empty-cart-wrapper{max-width:1500px;width:min(var(--tmx-page-max,1500px),calc(100% - (2 * var(--tmx-page-gutter,24px))));margin-inline:auto;min-height:420px} .woocommerce .tmx-empty-cart-button,.tmx-empty-cart-button{margin-inline:auto !important;background:#2E86FF !important;border-color:#2E86FF !important;color:#fff !important;box-shadow:0 12px 28px rgba(46,134,255,.20) !important} .woocommerce .tmx-empty-cart-button::before,.tmx-empty-cart-button::before{background:#173B6C !important} @media (max-width:820px){.tmx-cart-store-band__inner{min-height:64px;gap:12px} .tmx-cart-store-band__brand span{font-size:13px} .tmx-cart-store-band__trail a{display:none} body.woocommerce-cart .tmx-cart-page__container{padding-top:30px}} body.page-template-page-contacto .contact-badge-item__icon,body.page-template-page-contacto-php .contact-badge-item__icon{width:38px !important;height:38px !important;flex-basis:38px !important;display:grid !important;place-items:center !important} body.page-template-page-contacto .contact-badge-item__icon svg,body.page-template-page-contacto-php .contact-badge-item__icon svg{width:27px !important;height:27px !important;stroke-width:1.08 !important;transform:none !important} body.woocommerce-cart .shop-navbar,body.woocommerce-cart .tmx-cart-search-row,body.woocommerce-cart .tmx-cart-search,body.woocommerce-cart .tmx-cart-benefits{display:none !important} body.woocommerce-cart .tmx-cart-store-band{background:#06192F !important;border-top:0 !important;border-bottom:1px solid rgba(255,255,255,.10) !important} body.woocommerce-cart .tmx-cart-page__container{background:transparent !important} body.woocommerce-cart .tmx-cart-main{min-width:0 !important} body.woocommerce-cart .tmx-cart-summary__trust{margin-top:18px !important} body.woocommerce-cart .tmx-cart-hero{margin-top:0 !important} body.woocommerce-cart .tmx-empty-cart-wrapper{display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:center !important;text-align:center !important} body.woocommerce-cart .tmx-empty-cart-button{display:inline-flex !important;align-items:center !important;justify-content:center !important;margin-inline:auto !important;background:#2E86FF !important;border-color:#2E86FF !important;color:#fff !important} body.tmx-cart-forced-template .woocommerce-notices-wrapper:empty,body.tmx-cart-forced-template .woocommerce-info.cart-empty,body.tmx-cart-forced-template .woocommerce-message.cart-empty,body.tmx-cart-forced-template .return-to-shop{text-align:center !important} body.tmx-cart-forced-template .tmx-empty-cart-wrapper{width:min(var(--page-max,1500px),calc(100% - (2 * var(--page-gutter,32px)))) !important;margin-inline:auto !important;min-height:360px !important;padding:72px 24px !important;display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:center !important;text-align:center !important} body.tmx-cart-forced-template .tmx-empty-cart-button,body.tmx-cart-forced-template .woocommerce .return-to-shop a.button,body.tmx-cart-forced-template .woocommerce a.wc-backward{margin-inline:auto !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;float:none !important;background:#2E86FF !important;border-color:#2E86FF !important;color:#fff !important;border-radius:8px !important;min-height:50px !important;padding:0 28px !important;box-shadow:0 12px 28px rgba(46,134,255,.22) !important} body.tmx-cart-forced-template .tmx-empty-cart-button:hover,body.tmx-cart-forced-template .woocommerce .return-to-shop a.button:hover,body.tmx-cart-forced-template .woocommerce a.wc-backward:hover{background:#176fef !important;border-color:#176fef !important;color:#fff !important} body.woocommerce-cart a.restore-item,body.tmx-cart-forced-template a.restore-item,.woocommerce-notices-wrapper a.restore-item{display:none !important} body.tmx-cart-forced-template .tmx-empty-cart-button,body.woocommerce-cart .tmx-empty-cart-button{position:relative !important;isolation:isolate !important;overflow:hidden !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;float:none !important;margin-inline:auto !important;min-width:190px !important;min-height:50px !important;padding:0 28px !important;border:1px solid rgba(46,134,255,.72) !important;border-radius:8px !important;background:transparent !important;color:#173B6C !important;font-weight:700 !important;text-decoration:none !important;box-shadow:none !important;transform:translateY(0) !important;transition:color .28s ease,border-color .28s ease,transform .28s ease,box-shadow .28s ease !important;z-index:1 !important} body.tmx-cart-forced-template .tmx-empty-cart-button::before,body.woocommerce-cart .tmx-empty-cart-button::before{content:"" !important;position:absolute !important;inset:0 !important;width:100% !important;height:100% !important;background:#2E86FF !important;transform:scaleX(0) !important;transform-origin:left center !important;transition:transform .6s cubic-bezier(.4,0,.2,1) !important;z-index:-1 !important} body.tmx-cart-forced-template .tmx-empty-cart-button:hover,body.tmx-cart-forced-template .tmx-empty-cart-button:focus-visible,body.woocommerce-cart .tmx-empty-cart-button:hover,body.woocommerce-cart .tmx-empty-cart-button:focus-visible{color:#fff !important;border-color:#2E86FF !important;box-shadow:0 10px 25px rgba(46,134,255,.30) !important;transform:translateY(-3px) !important} body.tmx-cart-forced-template .tmx-empty-cart-button:hover::before,body.tmx-cart-forced-template .tmx-empty-cart-button:focus-visible::before,body.woocommerce-cart .tmx-empty-cart-button:hover::before,body.woocommerce-cart .tmx-empty-cart-button:focus-visible::before{transform:scaleX(1) !important} body.tmx-cart-forced-template .tmx-empty-cart-button:active,body.woocommerce-cart .tmx-empty-cart-button:active{transform:translateY(0) !important} @media (prefers-reduced-motion:reduce){body.tmx-cart-forced-template .tmx-empty-cart-button,body.tmx-cart-forced-template .tmx-empty-cart-button::before,body.woocommerce-cart .tmx-empty-cart-button,body.woocommerce-cart .tmx-empty-cart-button::before{transition:none !important}} body.page-template-page-contacto .contact-badge-item--whatsapp,body.page-template-page-contacto-php .contact-badge-item--whatsapp{color:inherit !important;text-decoration:none !important;cursor:pointer} body.page-template-page-contacto .contact-badge-item__icon--whatsapp,body.page-template-page-contacto-php .contact-badge-item__icon--whatsapp{background:rgba(37,211,102,.10) !important;border-color:rgba(37,211,102,.28) !important;color:#25D366 !important} body.page-template-page-contacto .contact-badge-item__icon--whatsapp svg,body.page-template-page-contacto-php .contact-badge-item__icon--whatsapp svg{width:25px !important;height:25px !important;display:block !important;fill:currentColor !important;stroke:none !important;transform:none !important} body.page-template-page-contacto .contact-badge-item--whatsapp:hover .contact-badge-item__icon--whatsapp,body.page-template-page-contacto-php .contact-badge-item--whatsapp:hover .contact-badge-item__icon--whatsapp,body.page-template-page-contacto .contact-badge-item--whatsapp:focus-visible .contact-badge-item__icon--whatsapp,body.page-template-page-contacto-php .contact-badge-item--whatsapp:focus-visible .contact-badge-item__icon--whatsapp{background:#25D366 !important;color:#fff !important;border-color:#25D366 !important} body.page-template-page-contacto .contact-badge-item--whatsapp:focus-visible,body.page-template-page-contacto-php .contact-badge-item--whatsapp:focus-visible{outline:2px solid rgba(46,134,255,.8);outline-offset:3px;border-radius:10px} body.tmx-cart-forced-template .tmx-cart-empty-direct,body.woocommerce-cart .tmx-cart-empty-direct{width:100%;background:#fff} body.tmx-cart-forced-template .tmx-cart-empty-direct__inner,body.woocommerce-cart .tmx-cart-empty-direct__inner{width:min(var(--page-max,1500px),calc(100% - (2 * var(--page-gutter,32px))));min-height:300px;margin-inline:auto;padding:72px 24px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px;text-align:center} body.tmx-cart-forced-template .tmx-cart-empty-direct__message,body.woocommerce-cart .tmx-cart-empty-direct__message{margin:0 !important;color:#0B1F3A !important;font-size:clamp(18px,1.25vw,21px) !important;font-weight:500 !important;line-height:1.45 !important} body.tmx-cart-forced-template .tmx-cart-empty-direct__button,body.woocommerce-cart .tmx-cart-empty-direct__button{position:relative !important;isolation:isolate !important;overflow:hidden !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;min-width:210px !important;min-height:52px !important;margin:0 auto !important;padding:0 30px !important;border:1.5px solid #2E86FF !important;border-radius:8px !important;background:#0B1F3A !important;color:#fff !important;font-size:14px !important;font-weight:700 !important;letter-spacing:.01em !important;text-decoration:none !important;box-shadow:0 10px 24px rgba(46,134,255,.12) !important;transform:translateY(0) !important;transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease !important;z-index:1 !important} body.tmx-cart-forced-template .tmx-cart-empty-direct__button::before,body.woocommerce-cart .tmx-cart-empty-direct__button::before{content:"";position:absolute;inset:0;background:#2E86FF;transform:scaleX(0);transform-origin:left center;transition:transform .55s cubic-bezier(.22,1,.36,1);z-index:-1} body.tmx-cart-forced-template .tmx-cart-empty-direct__button:hover::before,body.tmx-cart-forced-template .tmx-cart-empty-direct__button:focus-visible::before,body.woocommerce-cart .tmx-cart-empty-direct__button:hover::before,body.woocommerce-cart .tmx-cart-empty-direct__button:focus-visible::before{transform:scaleX(1)} body.tmx-cart-forced-template .tmx-cart-empty-direct__button:hover,body.tmx-cart-forced-template .tmx-cart-empty-direct__button:focus-visible,body.woocommerce-cart .tmx-cart-empty-direct__button:hover,body.woocommerce-cart .tmx-cart-empty-direct__button:focus-visible{color:#fff !important;border-color:#2E86FF !important;transform:translateY(-3px) !important;box-shadow:0 14px 30px rgba(46,134,255,.28) !important} body.tmx-cart-forced-template .wp-block-woocommerce-empty-cart-block,body.tmx-cart-forced-template .wc-block-cart__empty-cart__title,body.tmx-cart-forced-template .return-to-shop,body.tmx-cart-forced-template a.wc-backward{display:none !important} @media (max-width:700px){body.tmx-cart-forced-template .tmx-cart-empty-direct__inner,body.woocommerce-cart .tmx-cart-empty-direct__inner{min-height:260px;padding:56px 20px}}:root{--tmx-section-rhythm:84px} main>section.section:not(.tmx-hero-premium),main>section.tmx-innerpage-body,main>section.tmx-claims-body,main>section.store-container.store-layout,main>section.tmx-product-modern-section,body.page-template-page-alquiler-impresoras-multifuncionales main>.problema,body.page-template-page-alquiler-impresoras-multifuncionales main>.stats,body.page-template-page-alquiler-impresoras-multifuncionales main>.sectores,body.page-template-page-alquiler-impresoras-multifuncionales main>.proceso,body.page-template-page-alquiler-impresoras-multifuncionales main>.faq,body.page-template-page-alquiler-impresoras-multifuncionales main>.cta-final{padding-top:var(--tmx-section-rhythm) !important;padding-bottom:var(--tmx-section-rhythm) !important;box-sizing:border-box !important} main>#soluciones.section,main>#nosotros.section,main>#por-que-alquilar.section,main>#tienda.section,main>#sectores.section,main>#blog-home.section,main>#contacto.section,main>#historia.section,main>#valores.section,main>#por-que-tecnimax.section,main>#clientes.section,main>#proceso-atencion.section,main>#equipo.section,main>#servicios.section,main>#beneficios.section,main>#proceso.section,main>#solucion.section,main>#planes.section,main>#cotizar.section,main>#cotizacion.section,main>#faq.section,main>#blog.section,main>#producto.section{padding-top:var(--tmx-section-rhythm) !important;padding-bottom:var(--tmx-section-rhythm) !important} main>section.section:not(.tmx-hero-premium)>:first-child,main>section.tmx-innerpage-body>:first-child,main>section.tmx-claims-body>:first-child,main>section.store-container.store-layout>:first-child,body.page-template-page-alquiler-impresoras-multifuncionales main>:is(.problema,.stats,.sectores,.proceso,.faq,.cta-final)>:first-child{margin-top:0 !important} main>section.section:not(.tmx-hero-premium)>:last-child,main>section.tmx-innerpage-body>:last-child,main>section.tmx-claims-body>:last-child,main>section.store-container.store-layout>:last-child,body.page-template-page-alquiler-impresoras-multifuncionales main>:is(.problema,.stats,.sectores,.proceso,.faq,.cta-final)>:last-child{margin-bottom:0 !important} main>section.section:not(.tmx-hero-premium)>.container>:first-child,main>section.section:not(.tmx-hero-premium)>.store-container>:first-child,main>section.tmx-innerpage-body>.container>:first-child,main>section.tmx-claims-body>.tmx-claims-shell>:first-child{margin-top:0 !important} main>section.section:not(.tmx-hero-premium)>.container>:last-child,main>section.section:not(.tmx-hero-premium)>.store-container>:last-child,main>section.tmx-innerpage-body>.container>:last-child,main>section.tmx-claims-body>.tmx-claims-shell>:last-child{margin-bottom:0 !important} body.home .floating-features-wrapper,body.page-template-front-page .floating-features-wrapper,body.page-template-front-page-php .floating-features-wrapper{margin-bottom:0 !important} body.home #soluciones,body.page-template-front-page #soluciones,body.page-template-front-page-php #soluciones{padding-top:var(--tmx-section-rhythm) !important;padding-bottom:var(--tmx-section-rhythm) !important} body.home #soluciones>.container>.section-head:first-child,body.page-template-front-page #soluciones>.container>.section-head:first-child,body.page-template-front-page-php #soluciones>.container>.section-head:first-child{margin-top:0 !important} body.page-template-page-tienda main>section.store-container.store-layout{padding-top:var(--tmx-section-rhythm) !important;padding-bottom:var(--tmx-section-rhythm) !important} body.tmx-cart-forced-template .tmx-cart-empty-direct__inner,body.woocommerce-cart .tmx-cart-empty-direct__inner{padding-top:var(--tmx-section-rhythm) !important;padding-bottom:var(--tmx-section-rhythm) !important} @media (min-width:821px) and (max-width:1180px){:root{--tmx-section-rhythm:68px}} @media (max-width:820px){:root{--tmx-section-rhythm:52px}} body.page-template-page-contacto .contact-badge-item--gmail,body.page-template-page-contacto-php .contact-badge-item--gmail,body.page-template-page-contacto .contact-badge-item--maps,body.page-template-page-contacto-php .contact-badge-item--maps{text-decoration:none;cursor:pointer;transition:transform .22s ease,border-color .22s ease,background .22s ease,box-shadow .22s ease} body.page-template-page-contacto .contact-badge-item__icon--gmail,body.page-template-page-contacto-php .contact-badge-item__icon--gmail,body.page-template-page-contacto .contact-badge-item__icon--maps,body.page-template-page-contacto-php .contact-badge-item__icon--maps{width:34px;height:34px;flex:0 0 34px;display:grid;place-items:center;background:rgba(255,255,255,.96);border:1px solid rgba(255,255,255,.2);border-radius:9px;overflow:hidden} body.page-template-page-contacto .contact-badge-item__icon--gmail svg,body.page-template-page-contacto-php .contact-badge-item__icon--gmail svg,body.page-template-page-contacto .contact-badge-item__icon--maps svg,body.page-template-page-contacto-php .contact-badge-item__icon--maps svg{width:23px;height:23px;display:block;fill:initial;stroke:none;transform:none} body.page-template-page-contacto .contact-badge-item--gmail:hover,body.page-template-page-contacto-php .contact-badge-item--gmail:hover,body.page-template-page-contacto .contact-badge-item--gmail:focus-visible,body.page-template-page-contacto-php .contact-badge-item--gmail:focus-visible{background:rgba(234,67,53,.14);border-color:rgba(234,67,53,.48);transform:translateY(-2px);box-shadow:0 10px 24px rgba(0,0,0,.12)} body.page-template-page-contacto .contact-badge-item--maps:hover,body.page-template-page-contacto-php .contact-badge-item--maps:hover,body.page-template-page-contacto .contact-badge-item--maps:focus-visible,body.page-template-page-contacto-php .contact-badge-item--maps:focus-visible{background:rgba(66,133,244,.14);border-color:rgba(66,133,244,.5);transform:translateY(-2px);box-shadow:0 10px 24px rgba(0,0,0,.12)} body.page-template-page-contacto .contact-badge-item--gmail:focus-visible,body.page-template-page-contacto-php .contact-badge-item--gmail:focus-visible,body.page-template-page-contacto .contact-badge-item--maps:focus-visible,body.page-template-page-contacto-php .contact-badge-item--maps:focus-visible{outline:2px solid #2E86FF;outline-offset:3px} body.tmx-cart-forced-template .tmx-cart-store-band--empty,body.woocommerce-cart .tmx-cart-store-band--empty{width:100% !important;margin:0 !important;background:#06192F !important;border-top:0 !important;border-bottom:1px solid rgba(142,194,255,.16) !important;box-shadow:0 10px 24px rgba(6,25,47,.10) !important} body.tmx-cart-forced-template .tmx-cart-store-band--empty + .tmx-cart-empty-direct,body.woocommerce-cart .tmx-cart-store-band--empty + .tmx-cart-empty-direct{margin-top:0 !important}:root{--tmx-commerce-band-top:var(--tmx-fixed-header-h,80px)} body.page-template-page-tienda .tmx-store-page{padding-top:0 !important} body.page-template-page-tienda .tmx-hz-cats{position:sticky !important;top:var(--tmx-commerce-band-top) !important;z-index:995 !important;margin-top:0 !important;margin-bottom:40px !important;box-shadow:0 8px 22px rgba(6,25,47,.12) !important} body.tmx-cart-forced-template .tmx-cart-store-band,body.woocommerce-cart .tmx-cart-store-band{position:sticky !important;top:var(--tmx-commerce-band-top) !important;z-index:995 !important;margin-top:0 !important} body.page-template-page-tienda .site-header-spacer,body.tmx-cart-forced-template .site-header-spacer,body.woocommerce-cart .site-header-spacer{height:0 !important;min-height:0 !important;margin:0 !important;padding:0 !important} body.tmx-cart-forced-template .tmx-cart-empty-direct,body.woocommerce-cart .tmx-cart-empty-direct{width:100% !important;background:#fff !important;display:flex !important;align-items:center !important;justify-content:center !important;min-height:clamp(440px,56vh,680px) !important;margin:0 !important} body.tmx-cart-forced-template .tmx-cart-empty-direct__inner,body.woocommerce-cart .tmx-cart-empty-direct__inner{width:min(100%,720px) !important;min-height:0 !important;margin:0 auto !important;padding:var(--tmx-section-rhythm,84px) 24px !important;display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:center !important;text-align:center !important;gap:24px !important} body.tmx-cart-forced-template .tmx-cart-empty-direct__message,body.woocommerce-cart .tmx-cart-empty-direct__message{margin:0 !important;text-align:center !important} body.admin-bar.page-template-page-tienda .tmx-hz-cats,body.admin-bar.tmx-cart-forced-template .tmx-cart-store-band,body.admin-bar.woocommerce-cart .tmx-cart-store-band{top:calc(var(--tmx-commerce-band-top) + 32px) !important} @media (max-width:782px){:root{--tmx-commerce-band-top:64px} body.admin-bar.page-template-page-tienda .tmx-hz-cats,body.admin-bar.tmx-cart-forced-template .tmx-cart-store-band,body.admin-bar.woocommerce-cart .tmx-cart-store-band{top:calc(var(--tmx-commerce-band-top) + 46px) !important} body.tmx-cart-forced-template .tmx-cart-empty-direct,body.woocommerce-cart .tmx-cart-empty-direct{min-height:clamp(380px,52vh,560px) !important}}:root{--tmx-commerce-band-top:var(--tmx-fixed-header-h,72px);--tmx-commerce-content-gap:64px} body.tecnimax-page-tienda,body.page-template-page-tienda,body.page-template-page-tienda-php{overflow-x:clip !important} .tmx-store-page>.tmx-hz-cats{position:-webkit-sticky !important;position:sticky !important;top:var(--tmx-commerce-band-top) !important;z-index:1005 !important;margin-top:0 !important;margin-bottom:40px !important;background:#06192F !important;box-shadow:0 10px 26px rgba(6,25,47,.16) !important;isolation:isolate} .tmx-cart-page-shell>.tmx-cart-store-band,.tmx-cart-page>.tmx-cart-store-band{position:-webkit-sticky !important;position:sticky !important;top:var(--tmx-commerce-band-top) !important;z-index:1005 !important;margin-top:0 !important} body.tmx-cart-forced-template .tmx-cart-page__container,body.woocommerce-cart .tmx-cart-page__container{padding-top:var(--tmx-commerce-content-gap) !important} body.tmx-cart-forced-template .tmx-cart-hero,body.woocommerce-cart .tmx-cart-hero{margin-top:0 !important} body.admin-bar .tmx-store-page>.tmx-hz-cats,body.admin-bar .tmx-cart-page-shell>.tmx-cart-store-band,body.admin-bar .tmx-cart-page>.tmx-cart-store-band{top:calc(var(--tmx-commerce-band-top) + 32px) !important} @media (max-width:782px){:root{--tmx-commerce-band-top:var(--tmx-fixed-header-h,64px);--tmx-commerce-content-gap:44px} body.admin-bar .tmx-store-page>.tmx-hz-cats,body.admin-bar .tmx-cart-page-shell>.tmx-cart-store-band,body.admin-bar .tmx-cart-page>.tmx-cart-store-band{top:calc(var(--tmx-commerce-band-top) + 46px) !important}}:root{--tmx-commerce-band-h:78px;--tmx-commerce-sidebar-gap:20px;--tmx-commerce-content-gap:84px} body.tmx-cart-forced-template .tmx-cart-page__container,body.woocommerce-cart .tmx-cart-page__container{padding-top:var(--tmx-commerce-content-gap) !important} .tmx-store-page .store-sidebar{position:-webkit-sticky !important;position:sticky !important;top:calc(var(--tmx-commerce-band-top) + var(--tmx-commerce-band-h) + var(--tmx-commerce-sidebar-gap)) !important;align-self:start !important;max-height:calc(100vh - var(--tmx-commerce-band-top) - var(--tmx-commerce-band-h) - (var(--tmx-commerce-sidebar-gap) * 2)) !important;overflow-y:auto !important;overscroll-behavior:contain;scrollbar-width:thin;z-index:35 !important} .tmx-store-page .store-sidebar::-webkit-scrollbar{width:6px} .tmx-store-page .store-sidebar::-webkit-scrollbar-thumb{background:rgba(46,134,255,.28);border-radius:999px} body.admin-bar .tmx-store-page .store-sidebar{top:calc(var(--tmx-commerce-band-top) + 32px + var(--tmx-commerce-band-h) + var(--tmx-commerce-sidebar-gap)) !important;max-height:calc(100vh - var(--tmx-commerce-band-top) - 32px - var(--tmx-commerce-band-h) - (var(--tmx-commerce-sidebar-gap) * 2)) !important} @media (max-width:980px){.tmx-store-page .store-sidebar,body.admin-bar .tmx-store-page .store-sidebar{position:static !important;top:auto !important;max-height:none !important;overflow:visible !important}} @media (max-width:782px){:root{--tmx-commerce-band-h:72px;--tmx-commerce-content-gap:56px}} body.page-template-page-thank-you,body.page-template-page-thank-you-php{background:#f4f7fb} .tmx-thanks-hero{position:relative;isolation:isolate;min-height:620px;display:flex;align-items:center;overflow:hidden;background:radial-gradient(900px 520px at 76% 24%,rgba(46,134,255,.24),transparent 68%),radial-gradient(620px 420px at 10% 90%,rgba(77,187,255,.10),transparent 70%),linear-gradient(135deg,#020813 0%,#061426 48%,#091e38 100%);color:#fff} .tmx-thanks-hero__glow{position:absolute;inset:0;z-index:-1;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.028) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.028) 1px,transparent 1px);background-size:64px 64px;-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 38%,#000 100%);mask-image:linear-gradient(90deg,transparent 0,#000 38%,#000 100%)} .tmx-thanks-hero__grid{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(390px,.88fr);align-items:center;gap:clamp(56px,6vw,104px);padding-block:84px} .tmx-thanks-hero__copy{max-width:760px} .tmx-thanks-hero__eyebrow{color:#fff !important;border-color:rgba(255,255,255,.26) !important;background:rgba(255,255,255,.07) !important;box-shadow:none !important} .tmx-thanks-hero__copy h1{margin:20px 0 22px;color:#fff;font-family:var(--font-primary,'Gilroy','Poppins',sans-serif);font-size:clamp(46px,5vw,76px);line-height:.98;letter-spacing:-.052em;max-width:700px} .tmx-thanks-hero__copy>p{margin:0;max-width:680px;color:#d8e5f4;font-size:clamp(16px,1.25vw,19px);line-height:1.72} .tmx-thanks-hero__copy>p strong{color:#fff;font-weight:650} .tmx-thanks-hero__actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:34px} .tmx-thanks-btn{position:relative;isolation:isolate;min-height:50px;padding:13px 22px !important;border-radius:8px !important;font-size:14px !important;font-weight:600 !important;display:inline-flex !important;align-items:center;justify-content:center;gap:10px;overflow:hidden;transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease,color .28s ease !important} .tmx-thanks-btn--primary{background:#25D366 !important;color:#fff !important;border:1px solid #25D366 !important} .tmx-thanks-btn--primary:hover{background:#20bd5a !important;border-color:#20bd5a !important;transform:translateY(-2px);box-shadow:0 12px 28px rgba(37,211,102,.18)} .tmx-thanks-btn--primary svg{width:19px;height:19px;fill:currentColor} .tmx-thanks-btn--ghost{background:transparent !important;color:#fff !important;border:1px solid rgba(143,192,255,.46) !important} .tmx-thanks-btn--ghost::before{content:"";position:absolute;z-index:-1;inset:0;background:#2E86FF;transform:scaleX(0);transform-origin:left center;transition:transform .32s cubic-bezier(.2,.7,.2,1)} .tmx-thanks-btn--ghost:hover::before{transform:scaleX(1)} .tmx-thanks-btn--ghost:hover{color:#fff !important;border-color:#2E86FF !important;transform:translateY(-2px);box-shadow:0 12px 28px rgba(46,134,255,.24)} .tmx-thanks-panel{position:relative;overflow:hidden;padding:30px;border-radius:24px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);box-shadow:0 28px 80px rgba(0,0,0,.26);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)} .tmx-thanks-panel::before{content:"";position:absolute;width:210px;height:210px;border-radius:50%;right:-90px;top:-100px;background:rgba(46,134,255,.16);filter:blur(8px);pointer-events:none} .tmx-thanks-panel__status{display:flex;align-items:center;gap:16px;padding-bottom:24px;margin-bottom:8px;border-bottom:1px solid rgba(255,255,255,.12)} .tmx-thanks-panel__check{flex:0 0 58px;width:58px;height:58px;display:grid;place-items:center;border-radius:16px;color:#8fc0ff;background:rgba(46,134,255,.14);border:1px solid rgba(143,192,255,.32)} .tmx-thanks-panel__check svg{width:28px;height:28px;display:block} .tmx-thanks-panel__status div{display:grid;gap:5px} .tmx-thanks-panel__status span{color:#8fc0ff;text-transform:uppercase;letter-spacing:.14em;font-size:10px;font-weight:650} .tmx-thanks-panel__status strong{color:#fff;font-size:18px;font-weight:600} .tmx-thanks-panel__steps{display:grid} .tmx-thanks-panel__step{display:grid;grid-template-columns:48px 1fr;align-items:center;min-height:74px;gap:16px;border-bottom:1px solid rgba(255,255,255,.10)} .tmx-thanks-panel__step:last-child{border-bottom:0} .tmx-thanks-panel__step>span{color:#62a8ff;font-size:12px;font-weight:650;letter-spacing:.08em} .tmx-thanks-panel__step p{margin:0;color:#eef5ff;font-size:15px;line-height:1.45} body .tmx-innerhero{min-height:620px !important;display:flex !important;align-items:center !important;padding:0 !important;background:radial-gradient(820px 460px at 78% 18%,rgba(46,134,255,.22),transparent 68%),linear-gradient(135deg,#020813 0%,#061426 50%,#091e38 100%) !important;color:#fff !important} body .tmx-innerhero__inner{width:min(var(--tmx-page-max,1500px),calc(100% - (2 * var(--tmx-page-gutter,clamp(24px,4vw,72px))))) !important;max-width:none !important;margin-inline:auto !important;padding-block:84px !important;text-align:left !important} body .tmx-innerhero .eyebrow-mkt{color:#fff !important;background:rgba(255,255,255,.07) !important;border-color:rgba(255,255,255,.22) !important;box-shadow:none !important} body .tmx-innerhero .eyebrow-mkt .dot{display:none !important} body .tmx-innerhero h1{max-width:920px;margin:20px 0 18px !important;color:#fff !important;font-size:clamp(46px,5vw,76px) !important;line-height:1 !important;letter-spacing:-.05em !important} body .tmx-innerhero h1 span{color:#62a8ff !important} body .tmx-innerhero>.tmx-innerhero__inner>p:not(.tmx-innerhero__404){max-width:720px !important;margin:0 !important;color:#cfdef0 !important;font-size:17px !important;line-height:1.7 !important} body .tmx-innerhero__actions{justify-content:flex-start !important} body .tmx-innerpage-body{background:#edf3fa !important;padding-block:84px !important} body .tmx-doc{width:min(1040px,calc(100% - (2 * var(--tmx-page-gutter,clamp(24px,4vw,72px))))) !important;margin-inline:auto !important} body .tmx-doc__card{position:relative;padding:clamp(34px,4vw,58px) !important;border-radius:22px !important;background:#fff !important;border:1px solid rgba(23,59,108,.10) !important;box-shadow:0 24px 60px rgba(7,29,56,.08) !important} body .tmx-doc__card::before{content:"";position:absolute;top:0;left:clamp(34px,4vw,58px);right:clamp(34px,4vw,58px);height:3px;border-radius:0 0 999px 999px;background:linear-gradient(90deg,#2E86FF,#71B8FF 55%,rgba(113,184,255,0))} body .tmx-doc__meta{display:inline-flex;margin:0 0 26px !important;padding:7px 11px;border-radius:999px;color:#173B6C !important;background:#eef5ff;border:1px solid rgba(46,134,255,.14)} body .tmx-doc__card h2{margin-top:38px !important;font-size:clamp(21px,2vw,26px) !important;letter-spacing:-.025em} body .tmx-doc__card h2:first-of-type{margin-top:30px !important} body .tmx-doc__card p,body .tmx-doc__card li{font-size:16px !important;line-height:1.78 !important} body .tmx-doc__card ul li::before{width:7px !important;height:7px !important;top:10px !important;border-radius:50% !important;background:#2E86FF !important} body .tmx-doc__note{margin-top:30px !important;padding:18px 20px !important;border-radius:14px !important;background:#eef5ff !important;border:1px solid rgba(46,134,255,.16) !important;color:#173B6C !important} body.single-post .tmx-innerpage-body,body.search .tmx-innerpage-body,body.archive .tmx-innerpage-body{background:#f4f7fb !important} body.single-post .tmx-single{width:min(980px,calc(100% - (2 * var(--tmx-page-gutter,clamp(24px,4vw,72px))))) !important} body.single-post .tmx-single__thumb{margin-bottom:34px !important;border-radius:22px !important;box-shadow:0 24px 56px rgba(7,29,56,.12) !important} body.single-post .tmx-single__content{padding:clamp(30px,4vw,54px);background:#fff;border:1px solid rgba(23,59,108,.10);border-radius:22px;box-shadow:0 20px 50px rgba(7,29,56,.07)} body .tmx-bloggrid{width:min(var(--tmx-page-max,1500px),calc(100% - (2 * var(--tmx-page-gutter,clamp(24px,4vw,72px))))) !important;gap:24px !important} body .tmx-postcard{border-radius:22px !important;border-color:rgba(23,59,108,.10) !important;box-shadow:0 14px 34px rgba(7,29,56,.07) !important} body .tmx-postcard__thumb{aspect-ratio:16/9 !important} body .tmx-postcard__body{padding:24px !important} body.error404 .tmx-innerhero__404{margin:0 0 10px !important;color:rgba(98,168,255,.22) !important;font-size:clamp(84px,11vw,160px) !important;line-height:.8 !important;letter-spacing:-.07em;font-weight:700} body.error404 .tmx-innerhero h1{margin-top:0 !important} @media (max-width:1060px){.tmx-thanks-hero__grid{grid-template-columns:minmax(0,1.05fr) minmax(330px,.95fr);gap:42px;padding-block:68px} .tmx-thanks-hero__copy h1{font-size:clamp(42px,5.4vw,60px)} body .tmx-innerhero__inner{padding-block:68px !important} body .tmx-innerpage-body{padding-block:68px !important}} @media (max-width:820px){.tmx-thanks-hero{min-height:auto} .tmx-thanks-hero__grid{grid-template-columns:1fr;gap:36px;padding-block:52px} .tmx-thanks-panel{padding:24px} .tmx-thanks-hero__actions{display:grid;grid-template-columns:1fr} .tmx-thanks-btn{width:100%} body .tmx-innerhero{min-height:auto !important} body .tmx-innerhero__inner{padding-block:52px !important} body .tmx-innerpage-body{padding-block:52px !important} body .tmx-doc__card{padding:28px 22px !important;border-radius:18px !important} body .tmx-doc__card::before{left:22px;right:22px}} body.page-template-page-thank-you,body.page-template-page-thank-you-php,body.tmx-route-thank-you{background:#06192F !important} body.page-template-page-thank-you .site-main,body.page-template-page-thank-you-php .site-main{background:#06192F !important} .tmx-thanks-page{min-height:calc(100vh - var(--tmx-header-height,72px));display:flex;flex-direction:column;background:#06192F} .tmx-thanks-hero{flex:1 0 auto;min-height:max(700px,calc(100vh - var(--tmx-header-height,72px)));display:flex;align-items:center;position:relative;overflow:hidden;isolation:isolate;color:#fff;background:radial-gradient(760px 520px at 78% 28%,rgba(46,134,255,.24),transparent 66%),radial-gradient(540px 400px at 9% 88%,rgba(33,184,255,.11),transparent 70%),linear-gradient(135deg,#020813 0%,#06192F 48%,#0A2749 100%) !important} .tmx-thanks-hero::after{content:"";position:absolute;inset:auto 0 0;height:1px;background:rgba(255,255,255,.08);pointer-events:none} .tmx-thanks-hero__glow{opacity:.72;background-image:linear-gradient(rgba(255,255,255,.022) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.022) 1px,transparent 1px) !important;background-size:72px 72px !important} .tmx-thanks-hero__grid{grid-template-columns:minmax(0,1.08fr) minmax(410px,.92fr) !important;gap:clamp(52px,5.4vw,96px) !important;width:min(var(--tmx-page-max,1500px),calc(100% - (2 * var(--tmx-page-gutter,clamp(24px,4vw,72px))))) !important;padding-block:84px !important} .tmx-thanks-hero__copy{max-width:760px !important} .tmx-thanks-hero__eyebrow{color:#fff !important;background:rgba(255,255,255,.08) !important;border:1px solid rgba(255,255,255,.24) !important} .tmx-thanks-hero__copy h1{color:#fff !important;text-wrap:balance;text-shadow:0 2px 18px rgba(0,0,0,.16)} .tmx-thanks-hero__copy>p{color:#D8E7F8 !important;max-width:690px !important} .tmx-thanks-panel{padding:0 !important;background:#F8FBFF !important;border:1px solid rgba(255,255,255,.50) !important;border-radius:24px !important;box-shadow:0 34px 90px rgba(0,0,0,.30) !important;backdrop-filter:none !important;-webkit-backdrop-filter:none !important} .tmx-thanks-panel::before{width:240px !important;height:240px !important;right:-110px !important;top:-120px !important;background:rgba(46,134,255,.10) !important} .tmx-thanks-panel__status{margin:0 !important;padding:28px 30px !important;gap:17px !important;background:linear-gradient(135deg,#0B2B50 0%,#123F72 100%) !important;border-bottom:0 !important} .tmx-thanks-panel__check{width:60px !important;height:60px !important;flex-basis:60px !important;border-radius:18px !important;color:#fff !important;background:#2E86FF !important;border:1px solid rgba(255,255,255,.28) !important;box-shadow:0 12px 30px rgba(46,134,255,.25)} .tmx-thanks-panel__status span{color:#9FCBFF !important} .tmx-thanks-panel__status strong{color:#fff !important;font-size:19px !important} .tmx-thanks-panel__steps{padding:10px 30px 18px;background:#F8FBFF} .tmx-thanks-panel__step{grid-template-columns:54px 1fr !important;min-height:84px !important;border-bottom:1px solid #E3EBF5 !important} .tmx-thanks-panel__step>span{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;color:#2E86FF !important;background:#EAF3FF;border:1px solid #D4E7FF;font-size:11px !important;font-weight:700 !important} .tmx-thanks-panel__step p{color:#173B6C !important;font-size:15.5px !important;font-weight:550} .tmx-thanks-btn--ghost{border-color:rgba(126,187,255,.54) !important} @media (max-width:1060px){.tmx-thanks-hero{min-height:max(660px,calc(100vh - var(--tmx-header-height,72px)))} .tmx-thanks-hero__grid{grid-template-columns:minmax(0,1fr) minmax(350px,.9fr) !important;gap:38px !important;padding-block:68px !important}} @media (max-width:820px){.tmx-thanks-page{min-height:auto} .tmx-thanks-hero{min-height:calc(100vh - var(--tmx-header-height,64px)) !important;align-items:flex-start} .tmx-thanks-hero__grid{grid-template-columns:1fr !important;gap:32px !important;padding-block:52px !important} .tmx-thanks-panel__status{padding:24px !important} .tmx-thanks-panel__steps{padding:8px 24px 14px !important}} body.home .tmx-hero-premium--home-photo,body.page-template-front-page .tmx-hero-premium--home-photo,body.page-template-front-page-php .tmx-hero-premium--home-photo{background-image:linear-gradient(90deg,rgba(2,8,19,.98) 0%,rgba(4,22,42,.95) 32%,rgba(6,25,47,.82) 48%,rgba(6,25,47,.48) 64%,rgba(2,8,19,.12) 84%,rgba(2,8,19,.08) 100%),var(--tmx-home-hero-photo) !important;background-repeat:no-repeat !important;background-size:cover !important;background-position:center center,center 54% !important;isolation:isolate} body.home .tmx-hero-premium--home-photo::after,body.page-template-front-page .tmx-hero-premium--home-photo::after,body.page-template-front-page-php .tmx-hero-premium--home-photo::after{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;background:radial-gradient(circle at 74% 40%,rgba(46,134,255,.12),transparent 35%),linear-gradient(180deg,rgba(2,8,19,.04) 0%,rgba(2,8,19,.18) 100%)} body.home .tmx-hero-premium--home-photo>*,body.page-template-front-page .tmx-hero-premium--home-photo>*,body.page-template-front-page-php .tmx-hero-premium--home-photo>*{position:relative;z-index:2} body.home .tmx-hero-media-home--background,body.page-template-front-page .tmx-hero-media-home--background,body.page-template-front-page-php .tmx-hero-media-home--background{min-height:1px !important;height:100% !important;background:none !important;pointer-events:none} body.blog .tmx-blog-hero-visual{display:flex !important;align-items:center !important;justify-content:flex-end !important;min-width:0} body.blog .tmx-blog-hero-image{display:block;width:min(100%,580px);height:clamp(380px,29vw,460px);object-fit:cover;object-position:center center;border-radius:22px;border:1px solid rgba(255,255,255,.16);box-shadow:0 26px 60px rgba(0,0,0,.28)} @media (min-width:821px) and (max-width:1060px){body.blog .tmx-blog-hero-image{height:330px;border-radius:18px} body.home .tmx-hero-premium--home-photo,body.page-template-front-page .tmx-hero-premium--home-photo,body.page-template-front-page-php .tmx-hero-premium--home-photo{background-position:center center,60% 52% !important}} @media (max-width:820px){body.home .tmx-hero-premium--home-photo,body.page-template-front-page .tmx-hero-premium--home-photo,body.page-template-front-page-php .tmx-hero-premium--home-photo{background-image:linear-gradient(180deg,rgba(2,8,19,.94) 0%,rgba(6,25,47,.88) 54%,rgba(2,8,19,.76) 100%),var(--tmx-home-hero-photo-mobile,var(--tmx-home-hero-photo)) !important;background-position:center center,66% center !important} body.blog .tmx-blog-hero-visual{justify-content:center !important;width:100%} body.blog .tmx-blog-hero-image{width:100%;height:clamp(300px,78vw,420px);border-radius:16px}} body.blog .tmx-blog-hero-image{border-radius:8px !important} @media (min-width:1061px){body.home .tmx-hero-marquee-wrapper,body.page-template-front-page .tmx-hero-marquee-wrapper,body.page-template-front-page-php .tmx-hero-marquee-wrapper{left:max( var(--tmx-page-gutter,clamp(24px,4vw,72px)),calc((100vw - var(--tmx-page-max,1500px)) / 2) ) !important;transform:none !important;width:min( 750px,calc((100vw - (2 * var(--tmx-page-gutter,clamp(24px,4vw,72px)))) / 2) ) !important;max-width:750px !important;right:auto !important} body.home .tmx-hero-marquee-wrapper .tmx-marquee-title-container,body.page-template-front-page .tmx-hero-marquee-wrapper .tmx-marquee-title-container,body.page-template-front-page-php .tmx-hero-marquee-wrapper .tmx-marquee-title-container{width:100% !important;text-align:left !important} body.home .tmx-hero-marquee-wrapper .tmx-marquee-viewport,body.page-template-front-page .tmx-hero-marquee-wrapper .tmx-marquee-viewport,body.page-template-front-page-php .tmx-hero-marquee-wrapper .tmx-marquee-viewport{width:100% !important}} @media (min-width:821px) and (max-width:1060px){body.blog .tmx-blog-hero-image{border-radius:7px !important}} @media (max-width:820px){body.blog .tmx-blog-hero-image{border-radius:6px !important}}:root{--tmx-home-block-space:84px} body.home main>:is( #soluciones,#nosotros,#por-que-alquilar,#tienda,#sectores,#blog-home,#contacto ).section,body.page-template-front-page main>:is( #soluciones,#nosotros,#por-que-alquilar,#tienda,#sectores,#blog-home,#contacto ).section,body.page-template-front-page-php main>:is( #soluciones,#nosotros,#por-que-alquilar,#tienda,#sectores,#blog-home,#contacto ).section{padding-top:var(--tmx-home-block-space) !important;padding-bottom:var(--tmx-home-block-space) !important;box-sizing:border-box !important} body.home main>:is(#soluciones,#nosotros,#por-que-alquilar,#tienda,#sectores,#blog-home,#contacto)>.container,body.page-template-front-page main>:is(#soluciones,#nosotros,#por-que-alquilar,#tienda,#sectores,#blog-home,#contacto)>.container,body.page-template-front-page-php main>:is(#soluciones,#nosotros,#por-que-alquilar,#tienda,#sectores,#blog-home,#contacto)>.container{margin-top:0 !important;margin-bottom:0 !important} body.home main>:is(#soluciones,#nosotros,#por-que-alquilar,#tienda,#sectores,#blog-home,#contacto)>.container>:first-child,body.page-template-front-page main>:is(#soluciones,#nosotros,#por-que-alquilar,#tienda,#sectores,#blog-home,#contacto)>.container>:first-child,body.page-template-front-page-php main>:is(#soluciones,#nosotros,#por-que-alquilar,#tienda,#sectores,#blog-home,#contacto)>.container>:first-child{margin-top:0 !important} body.home main>:is(#soluciones,#nosotros,#por-que-alquilar,#tienda,#sectores,#blog-home,#contacto)>.container>:last-child,body.page-template-front-page main>:is(#soluciones,#nosotros,#por-que-alquilar,#tienda,#sectores,#blog-home,#contacto)>.container>:last-child,body.page-template-front-page-php main>:is(#soluciones,#nosotros,#por-que-alquilar,#tienda,#sectores,#blog-home,#contacto)>.container>:last-child{margin-bottom:0 !important} body.home #nosotros .tmx-exp__body,body.page-template-front-page #nosotros .tmx-exp__body,body.page-template-front-page-php #nosotros .tmx-exp__body{justify-content:flex-start !important} body.home #nosotros .tmx-exp__body>.eyebrow-mkt:first-child,body.page-template-front-page #nosotros .tmx-exp__body>.eyebrow-mkt:first-child,body.page-template-front-page-php #nosotros .tmx-exp__body>.eyebrow-mkt:first-child{margin-top:0 !important} body.home #nosotros .tmx-exp__cta:last-child,body.page-template-front-page #nosotros .tmx-exp__cta:last-child,body.page-template-front-page-php #nosotros .tmx-exp__cta:last-child{margin-bottom:0 !important} body.home:is(#soluciones,#por-que-alquilar,#sectores,#blog-home) .section-head:first-child,body.page-template-front-page:is(#soluciones,#por-que-alquilar,#sectores,#blog-home) .section-head:first-child,body.page-template-front-page-php:is(#soluciones,#por-que-alquilar,#sectores,#blog-home) .section-head:first-child,body.home #tienda .home-shop-discovery__intro:first-child,body.page-template-front-page #tienda .home-shop-discovery__intro:first-child,body.page-template-front-page-php #tienda .home-shop-discovery__intro:first-child{margin-top:0 !important} body.home:is(#soluciones .solutions-grid,#por-que-alquilar .rent-benefits-grid,#sectores .sector-grid,#blog-home .blog-home-grid),body.page-template-front-page:is(#soluciones .solutions-grid,#por-que-alquilar .rent-benefits-grid,#sectores .sector-grid,#blog-home .blog-home-grid),body.page-template-front-page-php:is(#soluciones .solutions-grid,#por-que-alquilar .rent-benefits-grid,#sectores .sector-grid,#blog-home .blog-home-grid),body.home #tienda .home-shop-discovery__featured:last-child,body.page-template-front-page #tienda .home-shop-discovery__featured:last-child,body.page-template-front-page-php #tienda .home-shop-discovery__featured:last-child,body.home #contacto .tmx-cta__card:last-child,body.page-template-front-page #contacto .tmx-cta__card:last-child,body.page-template-front-page-php #contacto .tmx-cta__card:last-child{margin-bottom:0 !important} body.home .floating-features-wrapper,body.page-template-front-page .floating-features-wrapper,body.page-template-front-page-php .floating-features-wrapper{margin-bottom:0 !important} body.home #soluciones,body.page-template-front-page #soluciones,body.page-template-front-page-php #soluciones{padding-top:var(--tmx-home-block-space) !important;padding-bottom:var(--tmx-home-block-space) !important} body.home #soluciones .section-head>.eyebrow-mkt:first-child,body.page-template-front-page #soluciones .section-head>.eyebrow-mkt:first-child,body.page-template-front-page-php #soluciones .section-head>.eyebrow-mkt:first-child{margin-top:0 !important} body.home #contacto,body.page-template-front-page #contacto,body.page-template-front-page-php #contacto{padding-block:var(--tmx-home-block-space) !important} @media (min-width:821px) and (max-width:1180px){:root{--tmx-home-block-space:68px}} @media (max-width:820px){:root{--tmx-home-block-space:52px} body.home #soluciones,body.page-template-front-page #soluciones,body.page-template-front-page-php #soluciones{padding-top:var(--tmx-home-block-space) !important;padding-bottom:var(--tmx-home-block-space) !important}}:root{--tmx-global-block-space:84px} body:not(.home):not(.page-template-front-page):not(.page-template-front-page-php) main>section.section:not(.tmx-hero-premium),main>section.tmx-innerpage-body,main>section.tmx-claims-body,main>section.tmx-blog-index,main>section.store-container.store-layout,main>section.tmx-product-modern-section{padding-top:var(--tmx-global-block-space) !important;padding-bottom:var(--tmx-global-block-space) !important;box-sizing:border-box !important} body:not(.home) main>:is( #historia,#valores,#por-que-tecnimax,#clientes,#proceso-atencion,#equipo,#servicios,#beneficios,#proceso,#solucion,#planes,#cotizar,#cotizacion,#faq,#blog,#producto ).section{padding-top:var(--tmx-global-block-space) !important;padding-bottom:var(--tmx-global-block-space) !important} body:not(.home) main>section.section:not(.tmx-hero-premium)>:is(.container,.store-container),main>section.tmx-innerpage-body>.container,main>section.tmx-blog-index>.container,main>section.tmx-claims-body>.tmx-claims-shell{margin-top:0 !important;margin-bottom:0 !important} body:not(.home) main>section.section:not(.tmx-hero-premium)>:is(.container,.store-container)>:first-child,main>section.tmx-innerpage-body>.container>:first-child,main>section.tmx-blog-index>.container>:first-child,main>section.tmx-claims-body>.tmx-claims-shell>:first-child{margin-top:0 !important} body:not(.home) main>section.section:not(.tmx-hero-premium)>:is(.container,.store-container)>:last-child,main>section.tmx-innerpage-body>.container>:last-child,main>section.tmx-blog-index>.container>:last-child,main>section.tmx-claims-body>.tmx-claims-shell>:last-child{margin-bottom:0 !important} body:not(.home) main>section.section:not(.tmx-hero-premium) .section-head:first-child,body:not(.home) main>section.section:not(.tmx-hero-premium) .section-head.center:first-child,main>section.tmx-blog-index .section-head:first-child{margin-top:0 !important} body.page-template-page-nosotros main>:is(#historia,#valores,#por-que-tecnimax,#clientes,#proceso-atencion,#equipo) .tmx-history__content,body.page-template-page-nosotros-php main>:is(#historia,#valores,#por-que-tecnimax,#clientes,#proceso-atencion,#equipo) .tmx-history__content{align-self:start !important} body.page-template-page-tienda .tmx-store-page>.store-layout,body.page-template-page-tienda-php .tmx-store-page>.store-layout,body.tmx-shop-route .tmx-store-page>.store-layout{margin-top:0 !important;margin-bottom:0 !important;padding-top:var(--tmx-global-block-space) !important;padding-bottom:var(--tmx-global-block-space) !important} .tmx-innerpage-body{padding-top:var(--tmx-global-block-space) !important;padding-bottom:var(--tmx-global-block-space) !important} .tmx-claims-page .tmx-claims-body{padding-top:var(--tmx-global-block-space) !important;padding-bottom:var(--tmx-global-block-space) !important} body.page-template-page-alquiler-impresoras-multifuncionales main>:is( .problema,.solucion,.stats,.sectores,.proceso,.faq,.cta-final ){padding-top:var(--tmx-global-block-space) !important;padding-bottom:var(--tmx-global-block-space) !important;box-sizing:border-box !important} body.page-template-page-alquiler-impresoras-multifuncionales main>:is( .problema,.solucion,.stats,.sectores,.proceso,.faq,.cta-final )>.wrap{margin-top:0 !important;margin-bottom:0 !important} body.page-template-page-alquiler-impresoras-multifuncionales main>:is( .problema,.solucion,.stats,.sectores,.proceso,.faq,.cta-final )>.wrap>:first-child{margin-top:0 !important} body.page-template-page-alquiler-impresoras-multifuncionales main>:is( .problema,.solucion,.stats,.sectores,.proceso,.faq,.cta-final )>.wrap>:last-child{margin-bottom:0 !important} body.home,body.page-template-front-page,body.page-template-front-page-php{--tmx-home-block-space:var(--tmx-global-block-space)} @media (min-width:821px) and (max-width:1180px){:root{--tmx-global-block-space:68px}} @media (max-width:820px){:root{--tmx-global-block-space:52px}} @media (min-width:1061px){body.page-template-page-nosotros #historia .tmx-history__layout,body.page-template-page-nosotros-php #historia .tmx-history__layout{display:grid !important;grid-template-columns:minmax(0,44%) minmax(0,56%) !important;gap:clamp(42px,3.4vw,56px) !important;align-items:stretch !important} body.page-template-page-nosotros #historia .tmx-history__media,body.page-template-page-nosotros-php #historia .tmx-history__media{position:relative !important;width:100% !important;max-width:none !important;min-width:0 !important;min-height:0 !important;height:auto !important;align-self:stretch !important;overflow:hidden !important;border-radius:10px !important} body.page-template-page-nosotros #historia .tmx-history__media>img,body.page-template-page-nosotros-php #historia .tmx-history__media>img{position:absolute !important;inset:0 !important;width:100% !important;height:100% !important;min-height:0 !important;object-fit:cover !important;object-position:center 38% !important;display:block !important;border-radius:inherit !important} body.page-template-page-nosotros #historia .tmx-history__text,body.page-template-page-nosotros-php #historia .tmx-history__text{width:100% !important;min-width:0 !important;align-self:start !important;justify-content:flex-start !important} body.page-template-page-nosotros #historia .tmx-history__text-inner,body.page-template-page-nosotros-php #historia .tmx-history__text-inner{padding-right:0 !important} body.page-template-page-nosotros #historia .tmx-history__text-inner>.eyebrow-mkt:first-child,body.page-template-page-nosotros-php #historia .tmx-history__text-inner>.eyebrow-mkt:first-child{margin-top:0 !important} body.page-template-page-nosotros #historia .tmx-history__text-inner>:last-child,body.page-template-page-nosotros-php #historia .tmx-history__text-inner>:last-child{margin-bottom:0 !important} body.home #nosotros .tmx-exp__inner,body.page-template-front-page #nosotros .tmx-exp__inner,body.page-template-front-page-php #nosotros .tmx-exp__inner{display:grid !important;grid-template-columns:minmax(0,.80fr) minmax(0,1.20fr) !important;gap:clamp(40px,3vw,52px) !important;align-items:stretch !important} body.home #nosotros .tmx-exp__media,body.page-template-front-page #nosotros .tmx-exp__media,body.page-template-front-page-php #nosotros .tmx-exp__media{position:relative !important;height:auto !important;min-height:0 !important;align-self:stretch !important;overflow:hidden !important} body.home #nosotros .tmx-exp__media>img,body.page-template-front-page #nosotros .tmx-exp__media>img,body.page-template-front-page-php #nosotros .tmx-exp__media>img{position:absolute !important;inset:0 !important;width:100% !important;height:100% !important;object-fit:cover !important;object-position:center center !important} body.home #nosotros .tmx-exp__body,body.page-template-front-page #nosotros .tmx-exp__body,body.page-template-front-page-php #nosotros .tmx-exp__body{min-height:100% !important;justify-content:flex-start !important;align-self:stretch !important} body.home #nosotros .tmx-exp__grid,body.page-template-front-page #nosotros .tmx-exp__grid,body.page-template-front-page-php #nosotros .tmx-exp__grid{margin-top:20px !important} body.home #nosotros .tmx-exp__cta,body.page-template-front-page #nosotros .tmx-exp__cta,body.page-template-front-page-php #nosotros .tmx-exp__cta{margin-top:auto !important;margin-bottom:0 !important}} @media (max-width:1060px){body.page-template-page-nosotros #historia .tmx-history__media,body.page-template-page-nosotros-php #historia .tmx-history__media,body.home #nosotros .tmx-exp__media,body.page-template-front-page #nosotros .tmx-exp__media,body.page-template-front-page-php #nosotros .tmx-exp__media{position:relative !important} body.page-template-page-nosotros #historia .tmx-history__media>img,body.page-template-page-nosotros-php #historia .tmx-history__media>img,body.home #nosotros .tmx-exp__media>img,body.page-template-front-page #nosotros .tmx-exp__media>img,body.page-template-front-page-php #nosotros .tmx-exp__media>img{position:relative !important;inset:auto !important;width:100% !important;height:auto !important}} @media (min-width:1061px){body.home .tmx-hero-marquee-wrapper,body.page-template-front-page .tmx-hero-marquee-wrapper,body.page-template-front-page-php .tmx-hero-marquee-wrapper{left:50% !important;right:auto !important;transform:translateX(-50%) !important;width:min(var(--tmx-rail,1500px),var(--tmx-frame,calc(100% - (2 * var(--tmx-page-gutter,clamp(24px,4vw,72px)))))) !important;max-width:var(--tmx-rail,1500px) !important} body.home .tmx-hero-marquee-wrapper .tmx-marquee-title-container,body.page-template-front-page .tmx-hero-marquee-wrapper .tmx-marquee-title-container,body.page-template-front-page-php .tmx-hero-marquee-wrapper .tmx-marquee-title-container{width:100% !important;text-align:center !important}} body.home .tmx-marquee-viewport::before,body.home .tmx-marquee-viewport::after,body.page-template-front-page .tmx-marquee-viewport::before,body.page-template-front-page .tmx-marquee-viewport::after,body.page-template-front-page-php .tmx-marquee-viewport::before,body.page-template-front-page-php .tmx-marquee-viewport::after{content:none !important;display:none !important;background:none !important} body.home .tmx-hero-premium--home-photo::after,body.page-template-front-page .tmx-hero-premium--home-photo::after,body.page-template-front-page-php .tmx-hero-premium--home-photo::after{background:radial-gradient(circle at 74% 40%,rgba(46,134,255,.11),transparent 35%),linear-gradient(180deg,rgba(2,8,19,.02) 0%,rgba(2,8,19,.06) 52%,rgba(2,8,19,.30) 76%,rgba(2,8,19,.58) 100%) !important} @media (max-width:820px){body.home .tmx-hero-premium--home-photo::after,body.page-template-front-page .tmx-hero-premium--home-photo::after,body.page-template-front-page-php .tmx-hero-premium--home-photo::after{background:linear-gradient(180deg,rgba(2,8,19,.06) 0%,rgba(2,8,19,.16) 56%,rgba(2,8,19,.54) 100%) !important}} body.home .tmx-hero-premium--home-photo::after,body.page-template-front-page .tmx-hero-premium--home-photo::after,body.page-template-front-page-php .tmx-hero-premium--home-photo::after{background:radial-gradient(circle at 74% 40%,rgba(46,134,255,.10),transparent 35%),linear-gradient(180deg,rgba(2,8,19,.02) 0%,rgba(2,8,19,.07) 48%,rgba(2,8,19,.20) 66%,rgba(2,8,19,.44) 80%,rgba(2,8,19,.72) 100%) !important} @media (max-width:820px){body.home .tmx-hero-premium--home-photo::after,body.page-template-front-page .tmx-hero-premium--home-photo::after,body.page-template-front-page-php .tmx-hero-premium--home-photo::after{background:linear-gradient(180deg,rgba(2,8,19,.07) 0%,rgba(2,8,19,.19) 52%,rgba(2,8,19,.62) 82%,rgba(2,8,19,.75) 100%) !important}} body.home .tmx-hero-premium--home-photo::after,body.page-template-front-page .tmx-hero-premium--home-photo::after,body.page-template-front-page-php .tmx-hero-premium--home-photo::after{background:radial-gradient(circle at 74% 38%,rgba(46,134,255,.08),transparent 34%),linear-gradient(180deg,rgba(2,8,19,.03) 0%,rgba(2,8,19,.08) 42%,rgba(2,8,19,.22) 58%,rgba(2,8,19,.48) 72%,rgba(2,8,19,.76) 86%,rgba(2,8,19,.92) 100%) !important} @media (max-width:820px){body.home .tmx-hero-premium--home-photo::after,body.page-template-front-page .tmx-hero-premium--home-photo::after,body.page-template-front-page-php .tmx-hero-premium--home-photo::after{background:linear-gradient(180deg,rgba(2,8,19,.08) 0%,rgba(2,8,19,.20) 46%,rgba(2,8,19,.52) 70%,rgba(2,8,19,.80) 88%,rgba(2,8,19,.92) 100%) !important}} \n\n body.home .tmx-hero-premium .reveal-up,body.page-template-front-page .tmx-hero-premium .reveal-up,body.page-template-front-page-php .tmx-hero-premium .reveal-up{opacity:1 !important;transform:none !important;transition:none !important} @media (min-width:821px) and (max-width:1060px){:root{--tmx-responsive-gap:32px;--tmx-responsive-section:68px} body .tmx-hero-premium .tmx-hero-grid{gap:32px !important} body .tmx-hero-premium .tmx-hero-content h1{font-size:clamp(40px,5.1vw,52px) !important;line-height:1.04 !important} body .tmx-hero-premium .tmx-hero-content p{font-size:15.5px !important;line-height:1.65 !important} .grid-4,.rent-benefits-grid,.sector-grid,.tmx-dif-grid,.tmx-team__grid,.tmx-planes-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important} .grid-3,.tmx-blog-grid,.blog-home-grid,.tmx-gstep-grid,.tmx-sol-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important} .tmx-cta__card{padding:32px !important}} @media (max-width:820px){:root{--tmx-mobile-space:52px;--tmx-mobile-gap:22px} html,body{max-width:100%;overflow-x:hidden !important} main,section,.container,.store-container,.tmx-hero-grid,.tmx-hero-content,.tmx-hero-visual{min-width:0 !important} .container,.store-container,.tmx-hero-grid,.tmx-innerhero__inner,.footer-premium__inner,.footer-premium-inner{width:calc(100% - 40px) !important;max-width:none !important;margin-inline:auto !important} main>section.section:not(.tmx-hero-premium),main>section.tmx-blog-index,main>section.tmx-innerpage-body,main>section.tmx-claims-body{padding-top:var(--tmx-mobile-space) !important;padding-bottom:var(--tmx-mobile-space) !important} .section-head{margin-bottom:26px !important;max-width:100% !important} .section-head h2{font-size:clamp(27px,7.5vw,34px) !important;line-height:1.12 !important;letter-spacing:-.03em !important} .section-head p{font-size:15px !important;line-height:1.65 !important;margin-top:12px !important} .eyebrow-mkt{font-size:10px !important;letter-spacing:.16em !important;padding:7px 10px !important} body .tmx-hero-premium{height:auto !important;min-height:0 !important;overflow:hidden !important} body .tmx-hero-premium>.tmx-hero-aligner{height:auto !important;min-height:0 !important;padding:40px 0 48px !important} body .tmx-hero-premium .tmx-hero-grid{display:grid !important;grid-template-columns:1fr !important;gap:30px !important;align-items:start !important} body .tmx-hero-premium .tmx-hero-content{padding:0 !important;max-width:100% !important;align-self:start !important} body .tmx-hero-premium .tmx-hero-content h1{margin-top:16px !important;font-size:clamp(34px,10vw,44px) !important;line-height:1.02 !important;letter-spacing:-.035em !important;overflow-wrap:normal !important;word-break:normal !important;hyphens:none !important} body .tmx-hero-premium .tmx-hero-content p{margin-top:16px !important;margin-bottom:0 !important;max-width:100% !important;font-size:15px !important;line-height:1.67 !important} body .tmx-hero-premium .tmx-hero-actions{margin-top:24px !important;gap:12px !important} body .tmx-hero-premium .tmx-hero-actions a,body .tmx-hero-premium .tmx-hero-actions button{min-height:48px !important} body .tmx-hero-premium .tmx-hero-visual{width:100% !important;min-height:0 !important;height:auto !important;margin:0 !important;justify-content:center !important} body .tmx-hero-premium .tmx-hero-visual img,body .tmx-hero-premium .tmx-hero-product,body .tmx-hero-premium .tmx-hero-img{width:100% !important;max-width:520px !important;max-height:310px !important;object-fit:contain !important;object-position:center !important;margin-inline:auto !important} body.home .tmx-hero-premium--home-photo>.tmx-hero-aligner,body.page-template-front-page .tmx-hero-premium--home-photo>.tmx-hero-aligner,body.page-template-front-page-php .tmx-hero-premium--home-photo>.tmx-hero-aligner{padding-top:42px !important;padding-bottom:178px !important} body.home .tmx-hero-premium--home-photo .tmx-hero-grid,body.page-template-front-page .tmx-hero-premium--home-photo .tmx-hero-grid,body.page-template-front-page-php .tmx-hero-premium--home-photo .tmx-hero-grid{gap:0 !important} body.home .tmx-hero-media-home--background,body.page-template-front-page .tmx-hero-media-home--background,body.page-template-front-page-php .tmx-hero-media-home--background{display:none !important} body.home .tmx-hero-marquee-wrapper,body.page-template-front-page .tmx-hero-marquee-wrapper,body.page-template-front-page-php .tmx-hero-marquee-wrapper{width:calc(100% - 40px) !important;left:20px !important;right:20px !important;transform:none !important;bottom:26px !important;padding:0 !important} body.home .tmx-hero-marquee-title,body.page-template-front-page .tmx-hero-marquee-title,body.page-template-front-page-php .tmx-hero-marquee-title{font-size:9px !important;line-height:1.4 !important;letter-spacing:.14em !important} body.home .tmx-marquee-logo img,body.page-template-front-page .tmx-marquee-logo img,body.page-template-front-page-php .tmx-marquee-logo img{max-height:34px !important;width:auto !important} .floating-features-wrapper{width:calc(100% - 40px) !important;margin-inline:auto !important} .floating-features{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:12px !important} .f-card{min-height:144px !important;padding:18px 15px !important;border-radius:8px !important} .f-card__ic{width:38px !important;height:38px !important} .f-card__title{font-size:14px !important;line-height:1.25 !important} .f-card__text{font-size:12.5px !important;line-height:1.48 !important} body.home #soluciones,body.page-template-front-page #soluciones,body.page-template-front-page-php #soluciones{padding-top:var(--tmx-mobile-space) !important} body.home #nosotros .tmx-exp__inner,body.page-template-front-page #nosotros .tmx-exp__inner,body.page-template-front-page-php #nosotros .tmx-exp__inner{display:grid !important;grid-template-columns:1fr !important;gap:28px !important} body.home #nosotros .tmx-exp__media,body.page-template-front-page #nosotros .tmx-exp__media,body.page-template-front-page-php #nosotros .tmx-exp__media{order:1 !important;aspect-ratio:4/3 !important;overflow:hidden !important;border-radius:8px !important} body.home #nosotros .tmx-exp__media img,body.page-template-front-page #nosotros .tmx-exp__media img,body.page-template-front-page-php #nosotros .tmx-exp__media img{width:100% !important;height:100% !important;object-fit:cover !important;object-position:center 34% !important} body.home #nosotros .tmx-exp__body,body.page-template-front-page #nosotros .tmx-exp__body,body.page-template-front-page-php #nosotros .tmx-exp__body{order:2 !important} body.home #nosotros .tmx-exp__grid,body.page-template-front-page #nosotros .tmx-exp__grid,body.page-template-front-page-php #nosotros .tmx-exp__grid{grid-template-columns:1fr !important;gap:10px !important;margin-top:20px !important} body.home #nosotros .tmx-exp__cta,body.page-template-front-page #nosotros .tmx-exp__cta,body.page-template-front-page-php #nosotros .tmx-exp__cta{width:100% !important;min-height:50px !important;margin-top:14px !important} .solutions-grid,.rent-benefits-grid,.sector-grid,.blog-home-grid,.grid-2,.grid-3,.grid-4,.grid-5{grid-template-columns:1fr !important;gap:14px !important} .card,.card--solution,.rent-benefit-card,.sector-card{padding:20px !important} body.page-template-page-nosotros .tmx-hero-content,body.page-template-page-nosotros-php .tmx-hero-content{padding-left:0 !important} body.page-template-page-nosotros .tmx-hero-media,body.page-template-page-nosotros-php .tmx-hero-media{min-height:300px !important;max-height:360px !important;overflow:hidden !important} body.page-template-page-nosotros .tmx-hero-media img,body.page-template-page-nosotros-php .tmx-hero-media img{width:100% !important;height:100% !important;max-height:none !important;object-fit:cover !important;object-position:center top !important} body.page-template-page-nosotros #historia .tmx-history__layout,body.page-template-page-nosotros-php #historia .tmx-history__layout{display:grid !important;grid-template-columns:1fr !important;gap:28px !important} body.page-template-page-nosotros #historia .tmx-history__media,body.page-template-page-nosotros-php #historia .tmx-history__media{aspect-ratio:4/3 !important;overflow:hidden !important;border-radius:8px !important} body.page-template-page-nosotros #historia .tmx-history__media img,body.page-template-page-nosotros-php #historia .tmx-history__media img{width:100% !important;height:100% !important;object-fit:cover !important;object-position:center 36% !important} .tmx-mvv__grid,.tmx-dif-grid,.tmx-team__grid{grid-template-columns:1fr !important;gap:14px !important} .tmx-clients__grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:12px !important} .tmx-timeline{display:grid !important;grid-template-columns:1fr !important;gap:12px !important} .tmx-timeline::before{display:none !important} body .tmx-hero-premium--rent .tmx-hero-grid{grid-template-columns:1fr !important;gap:26px !important} body .tmx-hero-premium--rent .tmx-hero-visual{order:2 !important;padding-top:0 !important} body .tmx-hero-premium--rent .tmx-hero-img,body .tmx-hero-premium--rent .tmx-hero-product{max-height:300px !important;object-position:center !important} .alquiler-service-grid,.tmx-gstep-grid,.tmx-sol-grid,.tmx-planes-grid{grid-template-columns:1fr !important;gap:14px !important} .tmx-vs-layout{display:grid !important;grid-template-columns:1fr !important;gap:14px !important} .tmx-vs-center{order:2 !important;margin:2px auto !important} .tmx-vs-good{order:3 !important} .tmx-plan-card{min-height:0 !important} .tmx-plan-img-wrap{height:220px !important} .tmx-cta__card{grid-template-columns:1fr !important;gap:22px !important;padding:26px 22px !important;border-radius:10px !important} .tmx-cta__actions{justify-content:flex-start !important} body.page-template-page-contacto .tmx-hero-grid,body.page-template-page-contacto-php .tmx-hero-grid{grid-template-columns:1fr !important;gap:28px !important} body.page-template-page-contacto .glass-card-premium,body.page-template-page-contacto-php .glass-card-premium{padding:22px !important;border-radius:10px !important} .contact-badges-premium{grid-template-columns:1fr !important;gap:10px !important} .split-layout--form{grid-template-columns:1fr !important;gap:26px !important} .contact-process-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:12px !important} .contact-process-card{min-height:150px !important;padding:20px 16px !important} .contact-map-card{min-height:300px !important} body.blog .tmx-hero-grid{grid-template-columns:1fr !important;gap:26px !important} .tmx-blog-hero-visual{height:auto !important;min-height:0 !important} .tmx-blog-hero-image{width:100% !important;max-height:300px !important;object-fit:cover !important;border-radius:6px !important} .tmx-blog-filterbar{padding:16px !important;border-radius:10px !important;gap:16px !important} .tmx-blog-filterbar__controls{display:grid !important;grid-template-columns:1fr !important;gap:10px !important;width:100% !important} .tmx-blog-sort{display:grid !important;grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:8px !important} .tmx-blog-grid{grid-template-columns:1fr !important;gap:16px !important} .tmx-hz-cats{overflow:hidden !important} .tmx-hz-cats-inner{display:flex !important;overflow-x:auto !important;overscroll-behavior-inline:contain !important;scrollbar-width:none !important;gap:8px !important;padding-block:10px !important} .tmx-hz-cats-inner::-webkit-scrollbar{display:none !important} .tmx-hz-cat-link{flex:0 0 auto !important;white-space:nowrap !important} .store-layout{display:grid !important;grid-template-columns:1fr !important;gap:20px !important;padding:20px !important;border-radius:10px !important} .store-sidebar{position:static !important;max-height:none !important;border-radius:10px !important} .store-toolbar{display:grid !important;grid-template-columns:1fr !important;gap:12px !important;padding:14px !important} .toolbar-right{justify-content:space-between !important;gap:10px !important} .tmx-store-product-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:12px !important} .tmx-product-card{min-width:0 !important;border-radius:9px !important} .tmx-product-card__body{padding:14px !important} .tmx-product-card__title{font-size:14px !important;line-height:1.35 !important} .tmx-product-card__actions .button{width:100% !important;min-height:44px !important;font-size:12px !important} .footer-premium__grid{grid-template-columns:1fr !important;gap:30px !important} main>section:not(:first-child){content-visibility:auto;contain-intrinsic-size:auto 680px}} @media (max-width:480px){.container,.store-container,.tmx-hero-grid,.tmx-innerhero__inner,.footer-premium__inner,.footer-premium-inner{width:calc(100% - 32px) !important} body.home .tmx-hero-marquee-wrapper,body.page-template-front-page .tmx-hero-marquee-wrapper,body.page-template-front-page-php .tmx-hero-marquee-wrapper{width:calc(100% - 32px) !important;left:16px !important;right:16px !important} .floating-features-wrapper{width:calc(100% - 32px) !important} .floating-features{grid-template-columns:1fr 1fr !important;gap:10px !important} .f-card{min-height:138px !important;padding:16px 12px !important} .contact-process-grid{grid-template-columns:1fr !important} .tmx-store-product-grid{grid-template-columns:1fr !important}}

/* ========================================================================
   v92 · HEADER RESPONSIVE — logo intacto + WhatsApp compacto
   Solo <= 820px. No altera escritorio.
   ======================================================================== */
@media (max-width:820px){
  html body .site-header .site-header__inner,
  html body .site-header--shop .site-header__inner{
    width:calc(100% - 28px) !important;
    min-height:64px !important;
    gap:8px !important;
    justify-content:flex-start !important;
    flex-wrap:nowrap !important;
  }

  html body .site-header .brand,
  html body .site-header--shop .brand{
    flex:0 1 178px !important;
    min-width:128px !important;
    max-width:178px !important;
    height:auto !important;
    overflow:visible !important;
  }

  html body .site-header .brand__logo,
  html body .site-header--shop .brand__logo{
    display:block !important;
    width:100% !important;
    height:auto !important;
    max-width:178px !important;
    max-height:none !important;
    aspect-ratio:625 / 157 !important;
    object-fit:contain !important;
    object-position:left center !important;
    flex:none !important;
  }

  html body .site-header .nav,
  html body .site-header--shop .nav{
    display:none !important;
  }

  html body .site-header .header-cta,
  html body .site-header .header-cta.header-cta--wa,
  html body .site-header a.header-cta.header-cta--wa,
  html body .site-header--shop .header-cta,
  html body .site-header--shop .header-cta.header-cta--wa,
  html body .site-header .tmx-shop-wa{
    display:inline-flex !important;
    flex:0 0 auto !important;
    width:auto !important;
    min-width:0 !important;
    min-height:40px !important;
    height:40px !important;
    padding:0 12px !important;
    border-radius:7px !important;
    font-size:11.5px !important;
    line-height:1 !important;
    letter-spacing:.01em !important;
    white-space:nowrap !important;
    margin-left:auto !important;
  }

  html body .site-header .header-cta__label,
  html body .site-header--shop .header-cta__label{
    font-size:inherit !important;
    line-height:1 !important;
  }

  html body .site-header .menu-toggle,
  html body .site-header--shop .menu-toggle{
    display:inline-flex !important;
    flex:0 0 40px !important;
    width:40px !important;
    height:40px !important;
    min-width:40px !important;
    min-height:40px !important;
    border-radius:8px !important;
    margin:0 !important;
  }

  html body .site-header .shop-header-actions,
  html body .site-header--shop .shop-header-actions{
    flex:0 0 auto !important;
    margin-left:auto !important;
    gap:6px !important;
    min-width:0 !important;
  }

  html body .site-header .shop-cart-btn,
  html body .site-header--shop .shop-cart-btn{
    flex:0 0 40px !important;
    width:40px !important;
    height:40px !important;
    min-width:40px !important;
    border-radius:8px !important;
  }
}

@media (max-width:480px){
  html body .site-header .site-header__inner,
  html body .site-header--shop .site-header__inner{
    width:calc(100% - 22px) !important;
    gap:6px !important;
  }
  html body .site-header .brand,
  html body .site-header--shop .brand{
    flex-basis:150px !important;
    min-width:118px !important;
    max-width:150px !important;
  }
  html body .site-header .brand__logo,
  html body .site-header--shop .brand__logo{
    max-width:150px !important;
  }
  html body .site-header .header-cta,
  html body .site-header .header-cta.header-cta--wa,
  html body .site-header a.header-cta.header-cta--wa,
  html body .site-header .tmx-shop-wa{
    height:38px !important;
    min-height:38px !important;
    padding-inline:9px !important;
    font-size:10.5px !important;
  }
  html body .site-header .menu-toggle,
  html body .site-header .shop-cart-btn{
    width:38px !important;
    min-width:38px !important;
    height:38px !important;
    min-height:38px !important;
    flex-basis:38px !important;
  }
}

@media (max-width:370px){
  html body .site-header .brand,
  html body .site-header--shop .brand{
    flex-basis:132px !important;
    min-width:108px !important;
    max-width:132px !important;
  }
  html body .site-header .brand__logo,
  html body .site-header--shop .brand__logo{max-width:132px !important;}
  html body .site-header .header-cta,
  html body .site-header .header-cta.header-cta--wa,
  html body .site-header a.header-cta.header-cta--wa,
  html body .site-header .tmx-shop-wa{
    padding-inline:7px !important;
    font-size:9.5px !important;
  }
}

/* ========================================================================
   v93 · SISTEMA GLOBAL DE RITMO, ALINEACION Y ALTERNANCIA
   Reglas visuales compartidas por TODAS las vistas:
   1) mismo espacio superior e inferior en cada bloque;
   2) columnas y cards alineadas sobre una misma reticula vertical;
   3) ninguna pareja de secciones consecutivas usa el mismo fondo;
   4) en responsive se conserva el ritmo sin forzar alturas artificiales.
   ======================================================================== */
:root{
  --tmx-global-block-space:96px;
  --tmx-home-block-space:96px;
  --tmx-section-head-gap:42px;
  --tmx-section-grid-gap:20px;
}

/* ---------- 1. Ritmo exterior unico para todas las vistas -------------- */
body.home main > :is(#soluciones,#nosotros,#por-que-alquilar,#tienda,#sectores,#blog-home,#contacto).section,
body.page-template-front-page main > :is(#soluciones,#nosotros,#por-que-alquilar,#tienda,#sectores,#blog-home,#contacto).section,
body.page-template-front-page-php main > :is(#soluciones,#nosotros,#por-que-alquilar,#tienda,#sectores,#blog-home,#contacto).section,
body:not(.home):not(.page-template-front-page):not(.page-template-front-page-php) main > section.section:not(.tmx-hero-premium),
main > section.tmx-innerpage-body,
main > section.tmx-claims-body,
main > section.tmx-blog-index,
main > section.tmx-product-modern-section,
body.woocommerce-cart .tmx-cart-page.section{
  padding-top:var(--tmx-global-block-space) !important;
  padding-bottom:var(--tmx-global-block-space) !important;
  box-sizing:border-box !important;
}

/* Tienda: el catalogo completo funciona como un bloque editorial. */
body.page-template-page-tienda .tmx-store-page > .store-layout,
body.page-template-page-tienda-php .tmx-store-page > .store-layout,
body.tmx-shop-route .tmx-store-page > .store-layout{
  margin-top:0 !important;
  margin-bottom:0 !important;
  padding-top:var(--tmx-global-block-space) !important;
  padding-bottom:var(--tmx-global-block-space) !important;
}

/* Ningun margen del primer/ultimo hijo debe falsear el padding de seccion. */
main > section.section:not(.tmx-hero-premium) > .container > :first-child,
main > section.tmx-innerpage-body > .container > :first-child,
main > section.tmx-blog-index > .container > :first-child,
main > section.tmx-product-modern-section > .container > :first-child{
  margin-top:0 !important;
}
main > section.section:not(.tmx-hero-premium) > .container > :last-child,
main > section.tmx-innerpage-body > .container > :last-child,
main > section.tmx-blog-index > .container > :last-child,
main > section.tmx-product-modern-section > .container > :last-child{
  margin-bottom:0 !important;
}

/* Cabeceras de seccion: una distancia consistente antes del contenido. */
main .section-head{
  margin-top:0 !important;
  margin-bottom:var(--tmx-section-head-gap) !important;
}
main .section-head > :first-child{margin-top:0 !important;}
main .section-head > :last-child{margin-bottom:0 !important;}

/* ---------- 2. Alternancia clara de fondos ----------------------------- */
/* La alternancia de superficies ya esta definida por vista en el mapa global
   de colorimetria (Home, Nosotros, Alquiler, Impresoras/Laptops, Contacto,
   Blog, Tienda y documentales). Se conserva aqui sin reemplazar los fondos
   especiales de CTA que conectan visualmente con el footer. */

/* ---------- 3. Reticulas de cards con alturas/alineacion comunes ------- */
@media (min-width:821px){
  :is(
    .solutions-grid,.rent-benefits-grid,.sector-grid,.blog-home-grid,
    .tmx-mvv__grid,.tmx-dif-grid,.tmx-team__grid,.alquiler-service-grid,
    .tmx-gstep-grid,.tmx-sol-grid,.tmx-planes-grid,.contact-process-grid,
    .tmx-blog-grid,.tmx-store-product-grid
  ){
    align-items:stretch !important;
  }

  :is(
    .solutions-grid,.rent-benefits-grid,.sector-grid,.blog-home-grid,
    .tmx-mvv__grid,.tmx-dif-grid,.tmx-team__grid,.alquiler-service-grid,
    .tmx-gstep-grid,.tmx-sol-grid,.tmx-planes-grid,.contact-process-grid,
    .tmx-blog-grid,.tmx-store-product-grid
  ) > *{
    height:100% !important;
    min-height:0 !important;
  }

  /* Cards con CTA: contenido flexible y accion pegada a la misma linea baja. */
  .card--solution,
  .tmx-service-card-premium,
  .tmx-gstep,
  .tmx-sol-card,
  .contact-process-card{
    display:flex !important;
    flex-direction:column !important;
    align-items:stretch !important;
    height:100% !important;
  }
  .card--solution > p,
  .tmx-service-card-premium > p,
  .tmx-gstep-content > p,
  .tmx-sol-card > p,
  .contact-process-card > p{
    flex:1 1 auto !important;
  }
  .card--solution > :is(a,button):last-child,
  .tmx-service-card-premium > :is(a,button):last-child{
    margin-top:auto !important;
  }

  /* Identidad / diferenciales / beneficios: misma linea de icono, titulo y copy. */
  .tmx-mvv__card,
  .tmx-dif-item,
  .rent-benefit-card,
  .sector-card{
    height:100% !important;
  }
  .tmx-mvv__card{
    display:grid !important;
    grid-template-rows:auto auto auto 1fr !important;
    align-content:start !important;
  }
  .tmx-dif-item,
  .rent-benefit-card,
  .sector-card{
    display:flex !important;
    flex-direction:column !important;
    align-items:stretch !important;
  }
  .tmx-dif-item > p,
  .rent-benefit-card > p,
  .sector-card > p{
    flex:1 1 auto !important;
  }

  /* Planes: foto, titulo, subtitulo y descripcion comienzan en la misma linea. */
  .tmx-plan-item{
    display:grid !important;
    grid-template-rows:auto minmax(30px,auto) minmax(24px,auto) 1fr !important;
    align-content:start !important;
    height:100% !important;
  }
  .tmx-plan-img-wrap{
    align-self:start !important;
  }
  .tmx-plan-title,
  .tmx-plan-subtitle,
  .tmx-plan-text{
    align-self:start !important;
  }

  /* Blog: imagenes y cuerpos iguales; enlaces cierran todas las cards abajo. */
  .tmx-blog-card,
  .tmx-blog-card-home{
    display:flex !important;
    flex-direction:column !important;
    height:100% !important;
  }
  .tmx-blog-card__body,
  .tmx-blog-card-home__body{
    display:flex !important;
    flex-direction:column !important;
    flex:1 1 auto !important;
  }
  .tmx-blog-card__body > :is(.card-link,a):last-child,
  .tmx-blog-card-home__body > :is(.card-link,a):last-child{
    margin-top:auto !important;
  }

  /* Tienda: titulos/precio/acciones de producto comparten lineas. */
  .tmx-product-card{
    display:flex !important;
    flex-direction:column !important;
    height:100% !important;
  }
  .tmx-product-card__body{
    display:flex !important;
    flex-direction:column !important;
    flex:1 1 auto !important;
  }
  .tmx-product-card__title{
    min-height:2.7em !important;
  }
  .tmx-product-card__actions{
    margin-top:auto !important;
  }
}

/* ---------- 4. Columnas imagen/texto: mismo borde superior e inferior --- */
@media (min-width:1061px){
  body.home #nosotros .tmx-exp__inner,
  body.page-template-front-page #nosotros .tmx-exp__inner,
  body.page-template-front-page-php #nosotros .tmx-exp__inner,
  body.page-template-page-nosotros #historia .tmx-history__layout,
  body.page-template-page-nosotros-php #historia .tmx-history__layout,
  .split-layout--form,
  .tmx-vs-layout{
    align-items:stretch !important;
  }

  /* Contacto: formulario y mapa empiezan/terminan exactamente juntos. */
  .split-layout--form > .contact-quote-form,
  .split-layout--form > .contact-side{
    height:100% !important;
    min-height:0 !important;
    align-self:stretch !important;
  }
  .split-layout--form .contact-side,
  .split-layout--form .contact-map-card,
  .split-layout--form .contact-map-card iframe{
    height:100% !important;
    min-height:100% !important;
  }

  /* Comparativas de alquiler: ambas cards ocupan exactamente el mismo alto. */
  .tmx-vs-layout > .tmx-vs-bad,
  .tmx-vs-layout > .tmx-vs-good{
    height:100% !important;
    align-self:stretch !important;
  }
  .tmx-vs-layout > .tmx-vs-center{
    align-self:center !important;
  }
}

/* ---------- 5. Alineacion de equipos/proceso/CTA ----------------------- */
.contact-process-grid .contact-process-card__top{
  min-height:34px !important;
}
.contact-process-grid .contact-process-card h3{
  min-height:2.55em !important;
}

.tmx-gstep-grid .tmx-gstep-icon,
.tmx-sol-grid .tmx-sol-icon{
  flex:0 0 auto !important;
}
.tmx-gstep-grid .tmx-gstep-content,
.tmx-sol-grid .tmx-sol-card{
  min-width:0 !important;
}

/* Footer: todas las columnas nacen de la misma linea. */
.footer-premium__grid,
.footer-premium-grid,
.footer-grid{
  align-items:start !important;
}

/* ---------- 6. Responsive: mismo principio, sin alturas forzadas -------- */
@media (min-width:821px) and (max-width:1180px){
  :root{
    --tmx-global-block-space:82px;
    --tmx-home-block-space:82px;
    --tmx-section-head-gap:38px;
  }
}

@media (max-width:820px){
  :root{
    --tmx-global-block-space:66px;
    --tmx-home-block-space:66px;
    --tmx-section-head-gap:32px;
  }

  main .section-head{
    margin-bottom:var(--tmx-section-head-gap) !important;
  }

  /* Una vez apilados, cada bloque recupera altura natural. */
  :is(
    .card--solution,.rent-benefit-card,.sector-card,.tmx-mvv__card,
    .tmx-dif-item,.tmx-team-card,.tmx-team__card,.tmx-service-card-premium,
    .tmx-gstep,.tmx-sol-card,.tmx-plan-item,.contact-process-card,
    .tmx-blog-card,.tmx-blog-card-home,.tmx-product-card
  ){
    height:auto !important;
    min-height:0 !important;
  }
  .contact-process-grid .contact-process-card h3{
    min-height:0 !important;
  }
  .tmx-product-card__title{
    min-height:0 !important;
  }
}

@media (max-width:480px){
  :root{
    --tmx-global-block-space:58px;
    --tmx-home-block-space:58px;
    --tmx-section-head-gap:28px;
  }
}
