@tailwind base;@tailwind components;@tailwind utilities;:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}html{scroll-behavior:smooth}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}#root{margin:0 auto;padding:0rem;text-align:center;width:100%;background:#f9fafb}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}.hero-section{background:linear-gradient(to right,#174324,#0f120f);color:#fff;padding:6rem 4rem;text-align:center;height:80vh;border-radius:0rem 0em 2rem 2rem;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-content{width:100%;margin:2rem auto;justify-content:center;align-items:start;display:flex;flex-direction:column;height:100%;z-index:1}.hero-title{font-size:5.2rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2;text-align:start}.hero-subtitle{font-size:1.25rem;color:#d1d5db;margin-bottom:2rem}.hero-button{background-color:#fff;color:#111827;font-weight:600;padding:.75rem 2rem;border-radius:.5rem;box-shadow:0 2px 10px #0000001a;transition:background-color .3s ease;text-decoration:none;width:fit-content}.hero-button:hover{background-color:#f3f4f6}.hero-bg-image{position:absolute;top:50%;right:0;transform:translateY(-50%);height:100%;max-height:600px;z-index:0;pointer-events:none;opacity:.6}.logo-hero-image{height:5rem}@media (max-width: 768px){.hero-section{background:linear-gradient(to right,#174324,#0f120f);color:#fff;padding:0;margin:0;text-align:center;min-height:100vh;border-radius:0rem 0em 2rem 2rem;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-title{font-size:2.5rem;text-align:justify}.hero-subtitle{font-size:1.2rem;text-align:center}.hero-content{align-items:center;justify-content:space-between;height:56%;margin:2rem}.hero-bg-image{position:absolute;top:50%;right:0;transform:translateY(-50%);height:100%;max-height:480px;z-index:-2;pointer-events:none;opacity:.2}}.custom-buttonAnimated{display:flex;justify-content:space-between;border-radius:5rem;font-weight:500;font-size:1rem;text-decoration:none;border:2px solid rgba(255,255,255,.26);background:#fff0;color:#fff9;overflow:hidden;cursor:pointer;transition:all .3s ease;position:relative;width:fit-content;padding:.6rem 4rem}.fancy-buttonAnimated .buttonAnimated-text{transform:translate(0);transition:transform 1s ease;white-space:nowrap}.fancy-buttonAnimated .arrow{margin-left:.5rem;transition:opacity 1s ease,transform 1s ease;transform:translate(-10px);opacity:0}.fancy-buttonAnimated:hover .buttonAnimated-text{transform:translate(50%);color:#fff}.fancy-buttonAnimated:hover .arrow{opacity:1;transform:translate(0)}.about-section{padding:5rem 1.5rem;background-color:#f9fafb}.about-header{text-align:center;margin-bottom:3rem}.about-title{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.about-subtitle{color:#6b7280;font-size:1rem}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;max-width:1152px;margin:0 auto;align-items:start}.about-left{display:flex;flex-direction:column;justify-content:space-between}.about-left blockquote{font-size:1.125rem;font-style:italic;color:#374151;margin-bottom:2rem}.about-graphic{width:100%;border-radius:1rem;object-fit:cover}.about-right{background-color:#e5e7eb;padding:2rem;border-radius:1rem;box-shadow:0 4px 12px #0000000d}.about-right h3{font-size:1rem;color:#047857;margin-bottom:1rem;font-weight:700;letter-spacing:1px}.about-right p{margin-bottom:1rem;color:#1f2937;line-height:1.6}.about-values{list-style:none;padding-left:0;margin-top:1rem}.about-values li{margin-bottom:.5rem;font-size:.95rem;color:#111827}@media (max-width: 820px){.about-grid{display:flex;flex-direction:column}.about-title{font-size:2rem;color:#213546}.about-section{padding:2rem 1.5rem}}.services-section{background:linear-gradient(180deg,#174324,#0f120f);padding:5rem 1.5rem;margin:1rem;border-radius:2rem}.services-header{text-align:center;margin-bottom:3rem}.services-title{font-size:2.5rem;font-weight:700;color:#fff}.services-grid{display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));max-width:1152px;margin:0 auto}.service-card{background-color:#ffffff1a;border-radius:1rem;padding:2rem;box-shadow:0 6px 16px #0000000d;transition:box-shadow .3s ease}.service-card:hover{box-shadow:0 8px 24px #00000014}.service-title{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#fff}.service-description{color:#ffffff80;font-size:1rem;line-height:1.6}.service-image{height:8rem;object-fit:contain;margin:1rem auto .5rem;display:block}.approach-section{padding:5rem 1.5rem;text-align:center;overflow:hidden;background-color:#0f172a}.approach-title{font-size:2rem;font-weight:600;margin-top:4rem;margin-bottom:3rem;color:#ffffffe6}.approach-slider-wrapper{overflow:hidden;width:100%;position:relative}.approach-slider{display:flex;gap:2rem;width:fit-content;animation:slideLeft 20s linear infinite}.approach-slider:hover{animation-play-state:paused}.approach-card{min-width:240px;background:linear-gradient(45deg,#17432400,#eaefea00);border:1px solid #f3f4f635;border-radius:1rem;box-shadow:0 4px 10px #0000000a;transition:transform .3s ease;display:flex;justify-content:center;align-items:center;padding:.2rem}.approach-card:hover{transform:translateY(0)}.approach-step{font-size:1rem;color:#fff;font-weight:600}@keyframes slideLeft{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (max-width: 820px){.approach-card{min-width:200px;background:linear-gradient(45deg,#17432400,#eaefea00);border:1px solid #f3f4f635;border-radius:1rem;box-shadow:0 4px 10px #0000000a;transition:transform .3s ease;display:flex;justify-content:center;align-items:center;padding:0rem}.approach-step{font-size:.8rem;color:#fff;font-weight:600}.approach-title{font-size:1.8rem}.services-title{font-size:2rem}.services-section{padding:2rem 1.5rem;margin:0rem}}.sectors-section{position:relative;padding:6rem 1.5rem;padding-bottom:0;text-align:center;overflow:hidden;height:75vh;z-index:1}.sectors-bg-image{position:absolute;top:85%;left:50%;width:600px;transform:translate(-50%,-50%);opacity:.9;z-index:0;pointer-events:none;object-fit:contain}.sectors-title,.sectors-subtitle,.sectors-tags{position:relative;z-index:2}.sectors-title{font-size:2.5rem;font-weight:700;margin-bottom:2rem;color:#0f120f}.sectors-subtitle{font-size:1rem;color:#1a1515ce;max-width:700px;margin:2rem auto}.sectors-tags{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin:0 auto;max-width:60%}.sector-tag{display:inline-block;padding:1rem 2rem;color:#fff;font-weight:600;border-radius:1rem;background-size:cover;background-position:center;background-blend-mode:multiply;background-color:#0006;text-shadow:0 1px 2px rgba(0,0,0,.5);width:6rem;height:1.5rem;opacity:.9;transition:transform .3s ease,opacity .3s ease;transform:scale(1)}.sector-tag:hover{opacity:1;transform:scale(1.05)}@media (max-width: 820px){.sectors-section{position:relative;padding:2rem 1.5rem;padding-bottom:0;text-align:center;overflow:hidden;height:90vh;z-index:1}.sectors-tags{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin:0 auto;max-width:80%}.sector-tag{display:inline-block;padding:1rem 2rem;color:#fff;font-weight:600;border-radius:1rem;background-size:cover;background-position:center;background-blend-mode:multiply;background-color:#0006;text-shadow:0 1px 2px rgba(0,0,0,.5);width:4rem;height:auto;opacity:.9;transition:transform .3s ease,opacity .3s ease;transform:scale(1)}.sectors-bg-image{position:absolute;top:85%;left:50%;width:600px;transform:translate(-50%,-50%);opacity:.8;z-index:0;pointer-events:none;object-fit:contain}.sectors-title{font-size:2rem}}.whyus-section{background:linear-gradient(180deg,#174324,#0f120f);padding:6rem 1.5rem 10rem;text-align:center;border-radius:2rem;margin:0rem 1rem;width:"100px"}.whyus-title{font-size:2.5rem;font-weight:700;margin-bottom:6rem;color:#fff}.whyus-grid{display:grid;grid-template-rows:repeat(2,auto);gap:2rem;max-width:100%;margin:0 auto;align-items:center;justify-items:center}.whyus-card{background-color:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:1rem;box-shadow:0 4px 12px #0000000a;transition:transform .3s ease;height:fit-content;width:20rem}.whyus-card:hover{transform:scale(1.03)}.whyus-reason{font-size:1rem;font-weight:500;color:#fff}.left-whyus{flex:1}.whyus-img{height:10rem}.two-sides-whyus{display:flex}@media (max-width: 820px){.two-sides-whyus{flex-direction:column;align-items:center}.left-whyus,.right-whyus{width:100%;text-align:center}.whyus-section{margin:0rem;padding:2rem 1.5rem;border-radius:0rem 0rem 2rem 2rem}.whyus-title{font-size:2rem;margin-bottom:2rem}}.contact-section{padding:5rem 1.5rem;color:#0f120f;text-align:center}.contact-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#0f120f}.contact-subtitle{font-size:1rem;color:#0f120fb4;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.contact-form{max-width:600px;margin:0 auto;display:grid;gap:1.5rem;padding:2rem;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:1rem;box-shadow:0 10px 30px #0000000a}.contact-input,.contact-textarea{background:#fff;border:1px solid #d1d5db;padding:.75rem 1rem;border-radius:.75rem;font-size:1rem;color:#111827;outline:none;transition:border-color .3s ease}.contact-input::placeholder,.contact-textarea::placeholder{color:#9ca3af}.contact-input:focus,.contact-textarea:focus{border-color:#10b981;box-shadow:0 0 0 3px #10b98133}.contact-textarea{height:150px;resize:vertical}.contact-button{background:linear-gradient(90deg,#10b981,#174324);color:#fff;padding:.75rem 1.5rem;border:none;border-radius:.75rem;font-weight:600;cursor:pointer;transition:background .3s ease,transform .2s ease}.contact-button:hover{background:linear-gradient(90deg,#059669,#10b981);transform:translateY(-2px)}.success-popup{background-color:#e6ffee;color:#2a7b4f;padding:.75rem 1.25rem;border-radius:8px;margin-bottom:1rem;text-align:center;font-weight:600;border:1px solid #b3e6cc;animation:fadeInOut 3s ease-in-out}@keyframes fadeInOut{0%{opacity:0}10%{opacity:1}90%{opacity:1}to{opacity:0}}.contact-button.disabled{background:#d1d5db;cursor:not-allowed;transform:none;box-shadow:none}.whatsapp-contact{margin-top:2rem;text-align:center}.whatsapp-link{display:inline-flex;align-items:center;gap:.75rem;text-decoration:none;color:#10b981;font-weight:600;transition:color .3s ease}.whatsapp-link:hover{color:#047857}.whatsapp-icon{width:24px;height:24px}@media (max-width: 820px){.contact-section{padding:2rem 1.5rem}}.footer{background:#0f120f;color:#fff;text-align:center;padding:1.5rem;font-size:.875rem;border-radius:2rem 2rem 0rem 0rem}.navbar{position:fixed;left:1rem;right:1rem;top:1rem;width:calc(100% - 2rem);background-color:#031c0fe9;z-index:1000;box-shadow:0 2px 4px #1078251a;border-radius:4rem;border-radius:2rem}.navbar-container{margin:0;padding:1.2rem 4rem;display:flex;justify-content:space-between;align-items:center}.navbar-logo{height:50px}.logo-image{height:100%;object-fit:contain}.navbar-links{display:flex;gap:1.5rem}.navbar-links a{color:#eee;text-decoration:none;font-size:1.2rem;transition:color .3s ease}.navbar-links a:hover{color:#fff}.navbar-toggle{display:none;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer}.navbar-toggle .bar{width:22px;height:2px;background-color:#fff;display:block}@media (max-width: 768px){.navbar-container{margin:0;padding:.6rem 2.8rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;background-color:#031c0ff7;border-radius:2rem}.navbar-logo{height:50px}.navbar-links{display:none;position:relative;background-color:#031c0ff7;flex-direction:column;width:100%;border-radius:2rem;padding:1rem 0rem;z-index:999}.navbar-links a:hover{background-color:#1ca3348a;border-radius:1rem}.navbar-links.open{display:flex}.navbar-container>nav:nth-of-type(1){order:1}.navbar-container>nav:nth-of-type(2){order:2}.navbar-links a{color:#eee;text-decoration:none;font-size:1rem;transition:color .3s ease;padding:.75rem 2rem}.navbar-toggle{display:flex}}.scroll-arrow-container{display:flex;flex-direction:column;align-items:center;gap:.1rem;position:absolute;bottom:2rem;left:50%;transform:translate(-50%);z-index:2;cursor:pointer;padding-bottom:0rem}.scroll-arrow{width:20px;height:20px;border-left:1px solid #ffffff;border-bottom:1px solid #ffffff;transform:rotate(-45deg);animation:bounceFade 1s infinite;opacity:1}.scroll-arrow1{width:20px;height:20px;border-left:1px solid rgb(54,203,233);border-bottom:1px solid rgba(54,203,233,1);transform:rotate(-45deg);animation:bounceFade 2s infinite;opacity:1}.scroll-arrow2{width:20px;height:20px;border-left:1px solid rgb(23,233,224);border-bottom:1px solid rgba(54,233,224,1);transform:rotate(-45deg);animation:bounceFade 2s infinite;opacity:1}.scroll-arrow:nth-child(2){animation-delay:.3s}.scroll-arrow:nth-child(3){animation-delay:.6s}@keyframes bounceFade{0%{transform:translateY(0) rotate(-45deg);opacity:0}25%{opacity:1}50%{transform:translateY(10px) rotate(-45deg);opacity:.7}to{transform:translateY(0) rotate(-45deg);opacity:0}}
