@font-face{font-family:poppins;src:url(../media/poppins_600-s.p.0d448n.fvmed0.woff2)format("woff2");font-display:swap;font-weight:600;font-style:normal}@font-face{font-family:poppins;src:url(../media/poppins_700-s.p.13h03y-mqd3q8.woff2)format("woff2");font-display:swap;font-weight:700;font-style:normal}@font-face{font-family:poppins;src:url(../media/poppins_800-s.p.13a9n1.9rocei.woff2)format("woff2");font-display:swap;font-weight:800;font-style:normal}@font-face{font-family:poppins Fallback;src:local(Arial);ascent-override:90.85%;descent-override:30.28%;line-gap-override:8.65%;size-adjust:115.57%}.poppins_ec816440-module__zb1J_a__className{font-family:poppins,poppins Fallback,sans-serif}.poppins_ec816440-module__zb1J_a__variable{--font-heading:"poppins", "poppins Fallback", sans-serif}
@font-face{font-family:outfit;src:url(../media/outfit_300-s.p.11mz2va-rc6bq.woff2)format("woff2");font-display:swap;font-weight:300;font-style:normal}@font-face{font-family:outfit;src:url(../media/outfit_400-s.p.11mz2va-rc6bq.woff2)format("woff2");font-display:swap;font-weight:400;font-style:normal}@font-face{font-family:outfit;src:url(../media/outfit_600-s.p.11mz2va-rc6bq.woff2)format("woff2");font-display:swap;font-weight:600;font-style:normal}@font-face{font-family:outfit Fallback;src:local(Arial);ascent-override:100.84%;descent-override:26.22%;line-gap-override:0.0%;size-adjust:99.17%}.outfit_376effc8-module__ZuybQq__className{font-family:outfit,outfit Fallback,sans-serif}.outfit_376effc8-module__ZuybQq__variable{--font-body:"outfit", "outfit Fallback", sans-serif}
:root{--primary:#f49600;--secondary:#5f5e5e;--bg-light:#f2f4f6;--bg-dark:#1f2123;--text-dark:#1a1a1a;--text-light:#f9f9f9;--text-muted:#848484;--font-heading:"Poppins", sans-serif;--font-body:"Outfit", sans-serif;--transition:all .3s cubic-bezier(.4, 0, .2, 1);--border-radius:12px}*{box-sizing:border-box;scroll-behavior:smooth;margin:0;padding:0}body{font-family:var(--font-body);background-color:var(--bg-light);color:var(--text-dark);overscroll-behavior-y:none;-webkit-user-select:none;user-select:none;line-height:1.6;overflow-x:hidden}input,textarea,select{-webkit-user-select:auto;user-select:auto}section{width:100%}h1,h2,h3,h4,.font-heading{font-family:var(--font-heading);text-transform:uppercase}a{color:inherit;transition:var(--transition);text-decoration:none}ul{list-style:none}img{-webkit-user-drag:none;max-width:100%;height:auto;display:block}.text-primary{color:var(--primary)}.bg-primary{background-color:var(--primary)}.bg-dark{background-color:var(--bg-dark)}.text-light{color:var(--text-light)}.text-center{text-align:center}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 1.5rem}.grids-2{grid-template-columns:1fr;gap:4rem;display:grid}@media (min-width:768px){.grids-2{grid-template-columns:1fr 1fr;align-items:center}}.btn-cta,.btn-outline,.btn-submit{font-family:var(--font-heading);text-transform:uppercase;border-radius:var(--border-radius);transition:var(--transition);cursor:pointer;border:none;justify-content:center;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:700;display:inline-flex}.btn-cta{color:var(--bg-dark);box-shadow:0 4px 14px #f496004d}.btn-cta:hover,.btn-submit:hover{filter:brightness(1.1);transform:translateY(-2px);box-shadow:0 6px 20px #f4960066}.btn-outline{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--text-light);background-color:#ffffff1a;border:1px solid #fff3}.btn-outline:hover{background-color:#fff3;transform:translateY(-2px)}.section-top-title{color:var(--primary);text-transform:uppercase;letter-spacing:.2em;margin-bottom:.5rem;font-size:.875rem;font-weight:700;display:block}.section-title{color:var(--text-dark);margin-bottom:1.5rem;font-size:clamp(2rem,5vw,3rem);font-weight:900;line-height:1.1}.bg-dark .section-title{color:var(--text-light)}.dot-nav{z-index:1000;pointer-events:auto;width:22px;display:none;position:fixed;top:50%;right:2rem;transform:translateY(-50%)}@media (min-width:1024px){.dot-nav{display:block}}.dot-nav ul{z-index:2;flex-direction:column;gap:1.5rem;margin:0;padding:0;list-style:none;display:flex;position:relative}.dot-nav li{justify-content:center;align-items:center;width:20px;height:20px;display:flex}.dot-nav .dot{cursor:pointer;background-color:#fff6;border:2px solid #0000;border-radius:50%;width:10px;height:10px;transition:all .3s;display:block;position:relative}.dot-nav.light-mode .dot{background-color:#5f5e5e99}.dot-nav .dot:hover{background-color:#fffc;transform:scale(1.3)}.dot-nav.light-mode .dot:hover{background-color:#5f5e5e}.dot-indicator{border:2px solid var(--primary);pointer-events:none;z-index:1;box-sizing:border-box;border-radius:50%;width:22px;height:22px;transition:transform .4s cubic-bezier(.34,1.56,.64,1);position:absolute;top:0;left:0}#main-header{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#f2f4f6b3;border-bottom:1px solid #0000000d;width:100%;height:80px;transition:transform .5s ease-out;position:fixed;top:0;left:0;transform:translateY(-100%)}#main-header.visible{transform:translateY(0)}#main-header .container{justify-content:space-between;align-items:center;height:100%;display:flex}.logo-container{align-items:center;width:150px;height:50px;display:flex}.nav-links{gap:2rem;display:none}.nav-links a{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.05em;color:var(--secondary);font-size:.875rem;font-weight:600}.nav-links a:hover{color:var(--primary)}@media (min-width:768px){.nav-links{display:flex}}.hero-section{flex-direction:column;justify-content:center;align-items:center;min-height:100svh;padding-top:80px;display:flex;position:relative;overflow:hidden}.hero-background{background-image:linear-gradient(to bottom, #1f2123b3, #1f212366, var(--bg-dark)), url(/hero-bg.webp);z-index:0;background-position:50%;background-size:cover;position:absolute;inset:0}.hero-content{z-index:10;text-align:center;max-width:900px;position:relative}.hero-logo-wrapper{justify-content:center;align-items:center;width:350px;height:auto;margin:0 auto 2rem;transition:all .1s linear;display:flex}.pas-logo{filter:drop-shadow(0 10px 15px #0006);width:100%;height:auto}.logo-animating{z-index:1001;position:fixed!important}.hero-title{color:#fff;letter-spacing:-.02em;margin-bottom:1.5rem;font-size:clamp(2rem,6vw,3.5rem);font-weight:900;line-height:1.1}.hero-subtitle{color:#ffffffe6;max-width:700px;margin:0 auto 2.5rem;font-size:clamp(1.1rem,2vw,1.3rem);font-weight:300}.hero-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.scroll-indicator{color:var(--primary);opacity:.8;z-index:5;cursor:pointer;flex-direction:column;align-items:center;animation:2s ease-in-out infinite bounce;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.scroll-indicator svg{width:2.5rem;height:2.5rem}.scroll-indicator svg:nth-child(2){opacity:.5;margin-top:-25px}@keyframes bounce{0%,to{transform:translate(-50%)}50%{transform:translate(-50%,15px)}}@media (max-width:480px){.hero-section{padding-top:60px}.hero-logo-wrapper{width:180px;margin-bottom:1rem}.hero-title{margin-bottom:.75rem;font-size:1.75rem}.hero-subtitle{margin-bottom:1.5rem;font-size:.95rem}.hero-buttons{gap:.75rem}.btn-cta,.btn-outline{padding:.75rem 1.25rem;font-size:.875rem}.scroll-indicator{bottom:.75rem}}.fade-left{opacity:0;transition:opacity .8s ease-out,transform .8s ease-out;transform:translate(-30px)}.fade-left.visible{opacity:1;transform:translate(0)}.fade-up{opacity:0;transition:opacity .8s ease-out,transform .8s ease-out;transform:translateY(30px)}.fade-up.visible{opacity:1;transform:translateY(0)}.delay-100{transition-delay:.1s}.delay-200{transition-delay:.2s}.delay-300{transition-delay:.3s}.delay-400{transition-delay:.4s}.about-section{background-color:var(--bg-light);background-image:url(/white-background.webp);background-position:50%;background-size:cover;flex-direction:column;justify-content:center;min-height:100vh;padding:6rem 0;display:flex}.about-image{position:relative}.image-accent{filter:blur(40px);background-color:#f4960033;border-radius:50%;width:8rem;height:8rem;position:absolute;top:-2.5rem;left:-2.5rem}.about-main-img{z-index:2;border-left:8px solid var(--primary);border-radius:1rem;width:100%;position:relative;box-shadow:0 25px 50px -12px #00000040}.about-logo-overlay{z-index:4;filter:drop-shadow(0 10px 15px #00000080);width:50%;max-width:250px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.experience-badge{background-color:var(--primary);z-index:3;border-radius:1rem;flex-direction:column;padding:1.5rem;display:flex;position:absolute;bottom:-1.5rem;right:-1.5rem;box-shadow:0 10px 25px #f4960066}.experience-badge .number{color:var(--bg-dark);font-family:var(--font-heading);font-size:2.5rem;font-weight:900;line-height:1}.experience-badge .text{color:var(--bg-dark);text-transform:uppercase;letter-spacing:.1em;font-size:.75rem;font-weight:700}.about-content p{color:var(--secondary);margin-bottom:1rem;font-size:1.125rem}.about-slogan{font-family:var(--font-heading);text-transform:uppercase;color:var(--text-light);letter-spacing:.03em;margin-bottom:1.5rem;font-size:clamp(1.4rem,3vw,2rem);font-weight:800}.features-grid{grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:2.5rem;display:grid}.feature-item{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.05em;color:var(--bg-dark);align-items:center;gap:.75rem;font-size:.875rem;font-weight:700;display:flex}.services-section{flex-direction:column;justify-content:center;min-height:100vh;padding:3rem 0;display:flex;position:relative}@media (min-width:768px){.services-section{padding-top:6rem}}.services-header{flex-direction:column;gap:1rem;margin-bottom:2rem;display:flex}@media (min-width:768px){.services-header{flex-direction:row;justify-content:space-between;align-items:flex-end}}.services-desc{color:var(--text-muted);max-width:500px;font-size:1.125rem}.services-grid{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}@media (min-width:768px){.services-grid .service-card{width:calc(50% - 1rem)}}@media (min-width:1024px){.services-grid .service-card{width:calc(33.3333% - 1.3333rem)}}.service-card{border-radius:var(--border-radius);width:100%;transition:var(--transition);cursor:pointer;z-index:1;text-align:center;background-color:#ffffff08;border:1px solid #ffffff0d;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;min-height:220px;padding:1.75rem 1.5rem;display:flex;position:relative;overflow:hidden}.service-card .service-svg-icon{width:85px;height:85px;color:var(--primary);margin-bottom:1rem;font-size:2.5rem;transition:transform .4s,color .4s,fill .4s,stroke .4s;display:block}.service-card .service-svg-icon *{transition:fill .4s,stroke .4s}.service-card h3{color:var(--text-light);text-transform:uppercase;letter-spacing:.05em;margin-bottom:0;font-size:1.1rem;font-weight:800;transition:transform .4s,color .4s}.service-card h3 .text-hover,.service-card:hover h3 .text-default{display:none}.service-card:hover h3 .text-hover{display:inline}.service-hover-content{opacity:.75;transition:opacity .4s}.service-card p{color:var(--text-muted);margin:0;font-size:.85rem;font-weight:500;line-height:1.4}.service-card:hover,.service-card.active{background-color:var(--primary)}.service-card:hover .service-svg-icon,.service-card:hover h3,.service-card.active .service-svg-icon,.service-card.active h3{color:var(--bg-dark)}.service-card:hover .service-svg-icon [style*="fill:#f49600"],.service-card:hover .service-svg-icon [fill=\#f49600],.service-card:hover .service-svg-icon [fill=\#E20613],.service-card:hover .service-svg-icon .st0,.service-card:hover .service-svg-icon [style*="fill:#E20613"],.service-card.active .service-svg-icon [style*="fill:#f49600"],.service-card.active .service-svg-icon [fill=\#f49600],.service-card.active .service-svg-icon [fill=\#E20613],.service-card.active .service-svg-icon .st0,.service-card.active .service-svg-icon [style*="fill:#E20613"]{fill:var(--bg-dark)!important}.service-card:hover .service-svg-icon [style*="stroke:#f49600"],.service-card:hover .service-svg-icon [stroke=\#f49600],.service-card.active .service-svg-icon [style*="stroke:#f49600"],.service-card.active .service-svg-icon [stroke=\#f49600]{stroke:var(--bg-dark)!important}.service-card:hover .service-svg-icon [style*="fill:#575756"],.service-card:hover .service-svg-icon [fill=\#575756],.service-card:hover .service-svg-icon .st2,.service-card:hover .service-svg-icon .st3,.service-card.active .service-svg-icon [style*="fill:#575756"],.service-card.active .service-svg-icon [fill=\#575756],.service-card.active .service-svg-icon .st2,.service-card.active .service-svg-icon .st3{fill:#fff!important}.service-card:hover .service-hover-content,.service-card.active .service-hover-content{opacity:1}.service-card:hover p,.service-card.active p{color:var(--bg-dark)}.portfolio-section{flex-direction:column;justify-content:center;min-height:100vh;padding:6rem 0;display:flex;overflow-x:hidden}.portfolio-carousel-container{margin-top:3rem;padding-bottom:5rem;position:relative}.carousel-track-container{width:100%;overflow:hidden}.carousel-nav{z-index:10;justify-content:center;align-items:center;gap:1.5rem;display:flex;position:absolute;bottom:0;left:0;right:0}.carousel-btn{border:2px solid var(--primary);width:3rem;height:3rem;color:var(--primary);cursor:pointer;background-color:#0000;border-radius:50%;justify-content:center;align-items:center;padding:0;transition:all .4s;display:flex}.carousel-btn:hover{background-color:var(--primary);color:var(--bg-dark);transform:scale(1.1)}.portfolio-item{aspect-ratio:9/16;border-radius:var(--border-radius);cursor:pointer;flex:none;width:78%;margin-right:1rem;position:relative;overflow:hidden}@media (min-width:640px){.portfolio-item{width:calc(50% - .75rem)}}@media (min-width:768px){.portfolio-section{padding:4rem 0}.portfolio-carousel-container{margin-top:1.5rem}.portfolio-item{width:calc(25% - .75rem);height:58vh;max-height:580px;aspect-ratio:unset}}.portfolio-item img{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.4,0,.2,1)}.portfolio-item:hover img{transform:scale(1.1)}.portfolio-item .overlay{opacity:0;background-color:#f49600d9;justify-content:center;align-items:center;transition:opacity .4s;display:flex;position:absolute;inset:0}.portfolio-item:hover .overlay{opacity:1}.portfolio-item .overlay span{color:var(--bg-dark);font-family:var(--font-heading);text-transform:uppercase;letter-spacing:-.02em;text-align:center;padding:1rem;font-size:1.2rem;font-weight:800;transition:transform .4s;transform:translateY(20px)}.portfolio-item:hover .overlay span{transform:translateY(0)}.contact-section{background-color:#fff;background-image:url(/white-background.webp);background-position:50%;background-size:cover;flex-direction:column;justify-content:center;min-height:100vh;padding:6rem 0;display:flex}.contact-desc{color:var(--secondary);margin-bottom:2.5rem;font-size:1.125rem}.contact-details{flex-direction:column;gap:1.5rem;display:flex}.contact-item{text-align:left;cursor:pointer;background:0 0;border:none;border-radius:.75rem;align-items:center;gap:1rem;width:100%;margin:-.5rem;padding:.5rem;transition:background-color .2s;display:flex}.contact-item:hover{background-color:#f496000f}.contact-item-text{flex:1;min-width:0}.copy-indicator{color:var(--secondary);opacity:.5;flex-shrink:0;align-items:center;transition:opacity .2s,color .2s;display:flex}.contact-item:hover .copy-indicator{opacity:1;color:var(--primary)}.copy-indicator.copied{opacity:1;color:#22c55e}.icon-bubble{background-color:#f496001a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:3rem;height:3rem;display:flex}.contact-item .label{text-transform:uppercase;color:var(--secondary);font-size:.75rem;font-weight:700;display:block}.contact-item .value{color:var(--bg-dark);font-weight:700}.contact-form-container{background-color:var(--bg-light);border:1px solid #0000000d;border-radius:1.5rem;padding:2.5rem;box-shadow:0 20px 40px #0000000d}.whatsapp-form .form-group{margin-bottom:1.5rem}.whatsapp-form label{font-family:var(--font-heading);text-transform:uppercase;color:var(--secondary);margin-bottom:.5rem;font-size:.875rem;font-weight:700;display:block}.whatsapp-form input,.whatsapp-form select,.whatsapp-form textarea{width:100%;font-family:var(--font-body);color:var(--bg-dark);transition:var(--transition);background-color:#fff;border:1px solid #e1e1e1;border-radius:.75rem;padding:1rem;font-size:1rem}.whatsapp-form textarea{resize:none}.whatsapp-form input:focus,.whatsapp-form select:focus,.whatsapp-form textarea:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #f4960033}.char-counter{text-align:right;color:var(--secondary);margin-top:.4rem;padding-right:.5rem;font-size:.75rem;display:block}.whatsapp-form .btn-submit{width:100%;margin-top:1rem}.faq-footer-section{background-color:var(--bg-light);flex-direction:column;justify-content:space-between;min-height:100vh;display:flex}.faq-section{background-color:#0000;padding:6rem 0 3rem}.faq-list{flex-direction:column;gap:1rem;max-width:800px;margin-top:3rem;margin-left:auto;margin-right:auto;display:flex}.faq-item{border-radius:var(--border-radius);background:#fff;border:1px solid #00000014;overflow:hidden}.faq-question{cursor:pointer;width:100%;font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.03em;color:var(--text-dark);text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 1.5rem;font-size:.95rem;font-weight:700;display:flex}.faq-question:hover{color:var(--primary)}.faq-icon{width:1.25rem;height:1.25rem;color:var(--primary);flex-shrink:0;transition:transform .3s}.faq-item.open .faq-icon{transform:rotate(45deg)}.faq-answer{max-height:0;padding:0 1.5rem;transition:max-height .4s,padding .4s;overflow:hidden}.faq-item.open .faq-answer{max-height:500px;padding:0 1.5rem 1.25rem}.faq-answer p{color:var(--secondary);font-size:1rem;line-height:1.7}.footer{padding:4rem 0 2rem}.footer-logo{justify-content:center;margin-bottom:2rem;display:flex}.footer-pas-img{height:60px}.copyright{color:var(--text-muted);margin-bottom:1.25rem;font-size:.875rem}.powered-by-link{color:var(--text-muted);font-size:.78rem;font-family:var(--font-body), sans-serif;letter-spacing:.04em;border:1px solid #f4960059;border-radius:999px;align-items:center;gap:.4rem;margin-bottom:2rem;padding:.45rem 1.1rem;text-decoration:none;transition:border-color .25s,color .25s,background .25s,transform .2s;display:inline-flex}.powered-by-link:hover{border-color:var(--primary);color:var(--primary);background:#f4960012;transform:translateY(-2px)}.powered-by-arrow{font-size:.85rem;transition:transform .2s}.powered-by-link:hover .powered-by-arrow{transform:translate(2px,-2px)}.image-modal{z-index:10000;opacity:0;visibility:hidden;background-color:#000000e6;width:100vw;height:100vh;transition:opacity .3s,visibility .3s;position:fixed;top:0;left:0}.image-modal.show{opacity:1;visibility:visible}.modal-content-wrapper{box-sizing:border-box;touch-action:none;justify-content:center;align-items:center;width:100%;height:100%;padding:20px;display:flex;position:absolute;top:0;left:0;overflow:hidden}#modal-image{object-fit:contain;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;max-width:100%;max-height:100%;margin:auto}#modal-image.zoomed{cursor:grab}.close-modal{color:#fff;cursor:pointer;z-index:10001;background:0 0;border:none;font-size:45px;font-weight:300;line-height:1;transition:color .3s;position:fixed;top:15px;right:25px}.close-modal:hover{color:var(--primary)}#scroll-wrapper{overscroll-behavior-y:none;height:100vh;overflow:hidden auto}@media (min-width:768px){#scroll-wrapper{overflow:hidden}.faq-footer-section{background-color:var(--bg-dark);min-height:unset;flex-direction:column;justify-content:flex-start;gap:0;height:100vh;overflow:hidden}.faq-section{background-color:var(--bg-light);flex-direction:column;flex:auto;justify-content:center;padding:6rem 0 3rem;display:flex}.faq-list{gap:.6rem;margin-top:1.5rem}.faq-question{padding:.9rem 1.25rem;font-size:.85rem}.faq-item.open .faq-answer{max-height:200px;padding:0 1.25rem 1rem}.faq-answer p{font-size:.9rem;line-height:1.6}.footer{flex-shrink:0;padding:1.75rem 0 2.5rem}.footer-logo{margin-bottom:.75rem}.footer-pas-img{height:44px}.copyright{margin-bottom:.75rem}.powered-by-link{margin-bottom:1rem}}
