*,::after,::before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:Poppins,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,sans-serif;font-size:1rem;font-weight:400;line-height:1.6;color:#1e293b;background-color:#fff;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;color:#0f172a}h1{font-size:2.25rem}@media (min-width:1024px){h1{font-size:3rem}}h2{font-size:1.875rem}@media (min-width:1024px){h2{font-size:2.25rem}}h3{font-size:1.25rem}@media (min-width:1024px){h3{font-size:1.5rem}}p{margin-bottom:1rem;color:#64748b}a{color:inherit;text-decoration:none;transition:color 150ms ease}img{max-width:100%;height:auto;display:block}ol,ul{list-style:none}button{font-family:inherit;cursor:pointer;border:none;background:0 0}::selection{background-color:#f97316;color:#fff}:focus-visible{outline:2px solid #f97316;outline-offset:2px}section[id]{scroll-margin-top:80px}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;font-family:Poppins,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,sans-serif;font-size:.875rem;font-weight:600;text-align:center;border-radius:9999px;transition:all .3s ease;cursor:pointer;border:2px solid transparent;white-space:nowrap}.btn i{font-size:1.125rem}.btn--primary{background-color:#f97316;color:#fff}.btn--primary:hover{background-color:#ea580c;transform:translateY(-2px);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1)}.btn--secondary{background-color:#f97316;color:#fff;padding:1rem 2rem;font-size:1rem}.btn--secondary:hover{background-color:#ea580c;transform:translateY(-2px);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1)}.btn--outline{background-color:transparent;color:#1e293b;border:2px solid #1e293b}.btn--outline:hover{background-color:#1e293b;color:#fff}.btn--outline-light{background-color:transparent;color:#fff;border:2px solid #fff}.btn--outline-light:hover{background-color:#fff;color:#1a365d}.btn--whatsapp{background-color:#25d366;color:#fff;padding:1rem 2rem;font-size:1rem}.btn--whatsapp:hover{background-color:rgb(29.3911290323,167.6088709677,81.0241935484);transform:translateY(-2px);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1)}.feature-card{display:flex;gap:1rem;padding:1.5rem;background-color:#fff;border-radius:1rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)}.feature-card__icon{flex-shrink:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1a365d 0,#3b82f6 100%);border-radius:.75rem}.feature-card__icon i{font-size:1.5rem;color:#fff}.feature-card__content{flex:1}.feature-card__title{font-size:1.125rem;font-weight:700;margin-bottom:.5rem;color:#0f172a}.feature-card__text{font-size:.875rem;color:#64748b;margin-bottom:0;line-height:1.5}.case-card{display:grid;grid-template-columns:1fr;border-radius:1.5rem;overflow:hidden}@media (min-width:768px){.case-card{grid-template-columns:1fr 1fr}}.case-card--red{background:linear-gradient(135deg,#dc2626 0,rgb(178.25,28.75,28.75) 100%)}.case-card--red .case-card__label{color:#fee2e2}.case-card--red .case-card__text,.case-card--red .case-card__title{color:#fff}.case-card--blue{background:linear-gradient(135deg,#1e40af 0,rgb(22.5365853659,48.0780487805,131.4634146341) 100%)}.case-card--blue .case-card__label{color:#dbeafe}.case-card--blue .case-card__text,.case-card--blue .case-card__title{color:#fff}.case-card__content{padding:2rem;display:flex;flex-direction:column;justify-content:center}.case-card__label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem}.case-card__title{font-size:1.5rem;font-weight:700;margin-bottom:1rem}@media (min-width:1024px){.case-card__title{font-size:1.875rem}}.case-card__text{font-size:.875rem;line-height:1.6;margin-bottom:1.5rem;opacity:.9}.case-card__image{position:relative;min-height:250px}@media (min-width:768px){.case-card__image{min-height:300px}}.case-card__image img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero__images{position:relative;width:100%;max-width:720px;height:360px;margin-left:auto}.hero__images .hero__img img{display:block;width:100%;height:100%;object-fit:cover;overflow:hidden;border-radius:1rem}.hero__images .hero__img--main{width:100%;height:100%;border-radius:1rem}.hero__images .hero__img--thumb{position:absolute;width:28%;aspect-ratio:1/1;bottom:-50px;left:-50px;border-radius:.75rem;overflow:hidden;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);transform:translateY(0)}@media (max-width:768px){.hero__images{height:auto;display:block;top:30px}.hero__images .hero__img--main{height:50vw;padding-left:30px}.hero__images .hero__img--thumb{left:0;bottom:-50px}}.header{position:fixed;top:0;left:0;right:0;z-index:1000;background-color:#1a365d;height:70px;transition:all .3s ease}@media (min-width:1024px){.header{height:80px}}.header.scrolled{background-color:rgba(15,39,68,.98);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1)}@media (min-width:1024px){.header.scrolled{height:70px}}.header .container{display:flex;align-items:center;justify-content:space-between;height:100%}.header__logo{display:flex;align-items:center}.header__logo img{height:35px;width:auto;border-radius:.25rem}@media (min-width:1024px){.header__logo img{height:40px}}.header__menu-toggle{display:flex;align-items:center;justify-content:center;width:44px;height:44px;color:#fff;font-size:1.5rem}@media (min-width:1024px){.header__menu-toggle{display:none}}.header__nav{position:fixed;top:70px;left:0;right:0;background-color:#0f2744;padding:1.5rem;transform:translateX(100%);opacity:0;visibility:hidden;transition:all .3s ease}.header__nav.active{transform:translateX(0);opacity:1;visibility:visible}@media (min-width:1024px){.header__nav{position:static;background-color:transparent;padding:0;transform:none;opacity:1;visibility:visible}}.header__nav-list{display:flex;flex-direction:column;gap:1rem}@media (min-width:1024px){.header__nav-list{flex-direction:row;gap:2rem}}.header__nav-link{color:#fff;font-size:1rem;font-weight:500;padding:.5rem 0;position:relative}.header__nav-link::after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background-color:#f97316;transition:width .3s ease}.header__nav-link:hover::after{width:100%}.header__cta{display:none}@media (min-width:1024px){.header__cta{display:inline-flex}}.footer{background-color:#1a365d;padding:3rem 0 1.5rem}.footer__content{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width:768px){.footer__content{grid-template-columns:1fr 2fr auto;align-items:start}}.footer__brand{text-align:center}@media (min-width:768px){.footer__brand{text-align:left}}.footer__logo{height:40px;width:auto;margin-bottom:1rem;border-radius:.25rem;display:inline-block}.footer__copyright{font-size:.875rem;color:#94a3b8;margin-bottom:0}.footer__links{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media (min-width:768px){.footer__links{grid-template-columns:repeat(3,1fr)}}.footer__column{text-align:center}@media (min-width:768px){.footer__column{text-align:left}}.footer__heading{font-size:1rem;font-weight:600;color:#fff;margin-bottom:1rem}.footer__list{display:flex;flex-direction:column;gap:.5rem}.footer__list a{font-size:.875rem;color:#94a3b8;transition:color 150ms ease}.footer__list a:hover{color:#f97316}.footer__social{display:flex;justify-content:center;gap:1rem}@media (min-width:768px){.footer__social{justify-content:flex-end}}.footer__social a{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background-color:rgba(255,255,255,.1);border-radius:9999px;color:#fff;font-size:1.25rem;transition:all 150ms ease}.footer__social a:hover{background-color:#f97316;transform:translateY(-2px)}.hero{padding:calc(70px + 3rem) 0 4rem;background:linear-gradient(135deg,#f8fafc 0,#fff 100%)}@media (min-width:1024px){.hero{padding:calc(80px + 4rem) 0 5rem}}.hero__content{display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:center}@media (min-width:1024px){.hero__content{grid-template-columns:1fr 1fr}}.hero__text{text-align:center}@media (min-width:1024px){.hero__text{text-align:left}}.hero__subtitle{display:inline-block;font-size:.875rem;font-weight:600;color:#f97316;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem}.hero__title{font-size:1.875rem;font-weight:800;color:#1a365d;margin-bottom:1.5rem;line-height:1.1}@media (min-width:1024px){.hero__title{font-size:3rem}}.hero__description{font-size:1rem;color:#64748b;margin-bottom:2rem;max-width:500px}@media (min-width:1024px){.hero__description{font-size:1.125rem}}@media (max-width:1023px){.hero__description{margin-left:auto;margin-right:auto}}.hero__slider{order:-1}@media (min-width:1024px){.hero__slider{order:1}}.about{padding:4rem 0;background-color:#fff}@media (min-width:1024px){.about{padding:6rem 0}}.about__content{display:grid;grid-template-columns:1fr;gap:3rem}@media (min-width:1024px){.about__content{grid-template-columns:1fr 1fr;align-items:center}}.about__text{text-align:center}@media (min-width:1024px){.about__text{text-align:left}}.about__subtitle{display:inline-block;font-size:.875rem;font-weight:600;color:#f97316;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem}.about__title{font-size:1.5rem;font-weight:700;color:#1a365d;margin-bottom:1.5rem}@media (min-width:1024px){.about__title{font-size:2.25rem}}.about__description{font-size:1rem;color:#64748b;margin-bottom:2rem;line-height:1.7}.about__features{display:flex;flex-direction:column;gap:1.5rem}.cases{padding:4rem 0;background:linear-gradient(180deg,#1a365d 0,#0f2744 100%)}@media (min-width:1024px){.cases{padding:6rem 0}}.cases__header{text-align:center;max-width:700px;margin:0 auto 3rem}.cases__subtitle{display:inline-block;font-size:.875rem;font-weight:600;color:#f97316;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem}.cases__title{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:1rem}@media (min-width:1024px){.cases__title{font-size:2.25rem}}.cases__description{font-size:1rem;color:#cbd5e1;margin-bottom:0}.cases__grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width:1024px){.cases__grid{grid-template-columns:repeat(2,1fr)}}.contact{padding:4rem 0;background:linear-gradient(135deg,#f8fafc 0,#fff 100%)}@media (min-width:1024px){.contact{padding:6rem 0}}.contact__content{text-align:center;max-width:600px;margin:0 auto}.contact__title{font-size:1.5rem;font-weight:700;color:#1a365d;margin-bottom:1rem}@media (min-width:1024px){.contact__title{font-size:2.25rem}}.contact__description{font-size:1rem;color:#64748b;margin-bottom:2rem}.contact__buttons{display:flex;flex-direction:column;gap:1rem;align-items:center}@media (min-width:768px){.contact__buttons{flex-direction:row;justify-content:center}}.supply{padding:4rem 0;background:linear-gradient(135deg,#f97316 0,#ea580c 100%)}@media (min-width:1024px){.supply{padding:5rem 0}}.supply__content{text-align:center}.supply__title{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:1rem}@media (min-width:1024px){.supply__title{font-size:1.875rem}}.supply__description{font-size:1rem;color:rgba(255,255,255,.9);margin-bottom:2rem;max-width:500px;margin-left:auto;margin-right:auto}.supply .btn--primary{background-color:#fff;color:#f97316}.supply .btn--primary:hover{background-color:#f1f5f9}body.menu-open{overflow:hidden}@media (min-width:1024px){body.menu-open{overflow:auto}}@media (max-width:767px){.hero__title{font-size:1.5rem}.about__title,.cases__title,.contact__title{font-size:1.25rem}.case-card__title{font-size:1.25rem}.feature-card{flex-direction:column;text-align:center}.feature-card__icon{margin:0 auto}.case-card__image{order:-1}.case-card__content{padding:1.5rem;text-align:center}}@media (min-width:768px) and (max-width:1023px){.hero__content{max-width:600px;margin:0 auto}.about__content{max-width:700px;margin:0 auto}}@media (min-width:1280px){.container{max-width:1280px}.hero__title{font-size:3.5rem}}@media print{.btn,.footer,.header{display:none!important}body{font-size:12pt;color:#000}.about,.cases,.contact,.hero,.supply{padding:20pt 0;page-break-inside:avoid}}@media (prefers-reduced-motion:reduce){*,::after,::before{animation-duration:0s!important;animation-iteration-count:1!important;transition-duration:0s!important;scroll-behavior:auto!important}}@media (prefers-contrast:high){.btn{border:2px solid currentColor}.header__nav-link::after{height:3px}}@media (max-width:768px){.btn{width:100%}}