@import"https://fonts.googleapis.com/css2?family=Montserrat&display=swap";.App{width:100%;overflow-x:hidden}.navbar{background-color:var(--blue-logo);padding:.1rem 2rem;border-bottom:2px solid #ffffff}a{color:#fff}.navbar .nav-links a{color:#fff;text-decoration:none;font-size:.72rem;font-weight:300;font-family:Montserrat,sans-serif}.navbar .nav-links a:hover{color:var(--red-hover)}.container{display:flex;justify-content:space-between;align-items:center}.logo img{height:30px;width:auto;display:flex}.nav-links{display:flex;width:100%;justify-content:space-between}.left-links,.right-links{display:flex;gap:1.5rem}.left-links{justify-content:flex-start}.right-links{justify-content:flex-end;flex-grow:1}.language-dropdown{position:relative;display:inline-flex;font-family:Montserrat,sans-serif}.language-dropdown button{all:unset;display:inline-flex;align-items:center;justify-content:center;background-color:transparent;color:#fff;border:1px solid #ffffff;border-radius:3px;cursor:pointer;font-size:.6rem;padding:.5rem}.language-dropdown button:hover{background-color:var(--red-hover);border-color:var(--red-hover)}.language-dropdown-content{display:none;position:absolute;background-color:#e0e0e0d8;box-shadow:0 4px 8px #0003;border-radius:4px;top:100%;right:0;z-index:999}.language-dropdown-content button{color:#000;padding:.7rem .5rem;width:auto;text-align:left;border:none;background-color:transparent;cursor:pointer;font-size:.6rem}.language-dropdown-content button:hover{background-color:#dd9191}.language-dropdown:hover .language-dropdown-content{display:block}.services-slider-container{width:600px;overflow:hidden;margin:30px auto;border-radius:0;background:#fff;padding:20px;box-sizing:border-box;display:flex;flex-wrap:wrap}.services-slider-wrapper{justify-content:center;width:100%}.services-slider-title{font-size:28px;font-weight:500;color:var(--blue-logo);text-align:center;margin-left:30px;margin-bottom:20px}.services-cards-wrapper{display:flex;transition:transform .5s ease-in-out}.services-cards-wrapper.services-fade{animation:services-fadeIn .5s ease-in-out}@keyframes services-fadeIn{0%{opacity:.3}to{opacity:1}}.services-card{width:500px;height:280px;background-color:#fd000000;margin-left:15px;margin-right:15px;border-radius:0;font-size:13px;padding:30px;box-shadow:0 6px 15px #0000001a;color:#696969;box-sizing:border-box;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.services-card-title{font-size:30px;font-weight:400;color:var(--blue-logo);margin-bottom:10px}.services-card:last-child{margin-right:0}.services-card:hover{transform:scale(1.05);box-shadow:0 10px 25px #00000026;cursor:pointer}.services-card.first-visible{background-color:#ecececc4;color:#000}.services-card-svg-link{margin-top:0;display:inline-block}.services-card-svg{width:15%;transition:transform .3s ease}.services-card-svg:hover{transform:scale(1.2);cursor:pointer}.services-buttons{margin-top:20px;display:flex;gap:20px}.services-prev-button,.services-next-button{background-color:#fff;border:none;color:#868686;font-size:24px;font-weight:700;width:48px;height:48px;border-radius:0;cursor:pointer;transition:background-color .3s ease;display:flex;justify-content:center;align-items:center}.services-next-button{background-color:var(--blue-logo);color:#fff}.services-next-button:disabled{background-color:#ccc;color:#fff}.services-next-button:not(:disabled):hover{background-color:#c4c4c47c}.services-prev-button:disabled,.services-next-button:disabled{cursor:not-allowed;background-color:#ccc}.services-prev-button:not(:disabled):hover,.services-next-button:not(:disabled):hover{background-color:#a5a5a567}.contact-section{font-family:Montserrat,sans-serif;background-color:#f8fafc;padding:80px 20px;display:flex;justify-content:center}.contact-container{max-width:600px;width:100%;text-align:center;background-color:#fff;padding:40px 50px;border-radius:16px;box-shadow:0 8px 24px #0000001a}.contact-title{font-size:2rem;color:var(--blue-logo);font-weight:600;margin-bottom:10px}.contact-subtitle{color:#475569;font-size:1rem;margin-bottom:30px;line-height:1.5}.contact-form{display:flex;flex-direction:column;gap:15px}.contact-form input,.contact-form textarea{padding:12px 16px;border:1px solid #d1d5db;border-radius:8px;font-size:.95rem;transition:border-color .2s ease}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:var(--blue-logo)}.contact-button{margin-top:20px;padding:25px 50px;width:70%;background-color:var(--blue-logo);color:#fff;font-weight:600;font-size:1rem;border:none;border-radius:8px;cursor:pointer;transition:background-color .3s ease;align-self:center}.contact-button:hover{background-color:#0f172a}@media (max-width: 600px){.contact-container{padding:30px 20px}.contact-title{font-size:1.6rem}}.our-process-section{width:100%;background-color:#fff;overflow:hidden;padding:0}.our-process-container{width:100%;max-width:100%;padding:0;position:relative}.our-process-track{display:flex;gap:1.5rem;height:350px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:0 1.5rem}.our-process-card{flex:0 0 100%;height:300px;scroll-snap-align:center;transition:transform .3s ease}@media (min-width: 768px){.our-process-card{flex:0 0 100%}}.our-process-card-inner{border-radius:1.25rem;overflow:hidden;background-color:#fff;box-shadow:0 8px 24px #0000001a;display:flex;flex-direction:column;height:100%}.our-process-content{padding:1.5rem;flex:1;display:flex;flex-direction:column}.our-process-content h3{font-size:1.25rem;font-weight:600;margin-bottom:.25rem;color:#111827}.our-process-content .subtitle{font-size:.9rem;color:#6b7280;margin-bottom:.75rem}.our-process-content p{color:#374151;font-size:.95rem;flex-grow:1}.our-process-control{position:absolute;top:50%;transform:translateY(-50%);background-color:#fff;color:#1e293b;border:none;padding:.5rem .75rem;border-radius:50%;box-shadow:0 2px 8px #00000026;cursor:pointer;transition:background-color .2s ease;z-index:10}.our-process-control:hover{background-color:#f3f4f6}.our-process-control.prev{left:.75rem}.our-process-control.next{right:.75rem}.our-process-dots{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);display:flex;gap:.5rem}.our-process-dot{width:10px;height:10px;background-color:#cbd5e1;border-radius:50%;border:none;cursor:pointer;transition:background-color .3s ease}.our-process-dot:hover,.our-process-dot:focus{background-color:#1e293b}.our-process-track::-webkit-scrollbar{display:none}.our-process-track{-ms-overflow-style:none;scrollbar-width:none}.headerContainer{text-align:center;margin-bottom:2rem}.our-process-title{display:flex;justify-content:center;font-size:2rem;font-weight:700;color:var(--blue-logo);margin-bottom:.5rem}.our-process-subtitle{display:flex;justify-content:center;font-size:1rem;color:#6b7280}.hero{height:50rem;background:url(https://i.imgur.com/j0Oo3Qc.png);background-repeat:no-repeat;background-position:center;background-size:60%;display:flex;font-family:Montserrat,sans-serif;align-items:flex-start;justify-content:left;text-align:left;color:var(--blue-logo);padding:2rem}.hero-content{max-width:700px}.hero h1{font-size:3rem;margin-bottom:1rem}.hero p{font-size:1.25rem;margin-bottom:2rem}.btn{background-color:var(--blue-logo);color:#fff;padding:.75rem 2rem;border-radius:5px;font-weight:700;transition:background-color .3s ease}.btn:hover{background-color:var(--blue-hover)}.request-quote-section{font-family:Montserrat,sans-serif;background-color:#f8fafc;padding:80px 20px;display:flex;justify-content:center}.request-quote-container{max-width:600px;width:100%;text-align:center;background-color:#fff;padding:40px 50px;border-radius:16px;box-shadow:0 8px 24px #0000001a}.request-quote-title{font-size:2rem;color:var(--blue-logo);font-weight:600;margin-bottom:10px}.request-quote-subtitle{color:#475569;font-size:1rem;margin-bottom:30px;line-height:1.5}.request-quote-form{display:flex;flex-direction:column;gap:15px}.request-quote-form input,.request-quote-form textarea{padding:12px 16px;border:1px solid #d1d5db;border-radius:8px;font-size:.95rem;transition:border-color .2s ease}.request-quote-form input:focus,.request-quote-form textarea:focus{outline:none;border-color:var(--blue-logo)}.request-quote-button{margin-top:20px;padding:25px 50px;width:70%;background-color:var(--blue-logo);color:#fff;font-weight:600;font-size:1rem;border:none;border-radius:8px;cursor:pointer;transition:background-color .3s ease;align-self:center}.request-quote-button:hover{background-color:#0f172a}@media (max-width: 600px){.request-quote-container{padding:30px 20px}.request-quote-title{font-size:1.6rem}}.pymes-section{font-family:Montserrat,sans-serif;width:100%;margin-top:90px;padding:0}.pymes-container{display:flex;width:100%;height:350px}.pymes-image{flex:1;height:100%;background-image:url(https://i.imgur.com/xaadM7I.png);background-size:cover;background-position:center;background-repeat:no-repeat}.pymes-text{flex:1;padding:40px;display:flex;flex-direction:column;justify-content:center;color:var(--grey-text);text-align:left}.pymes-title{color:var(--blue-logo);font-size:2rem;margin-bottom:15px;font-weight:600}.pymes-body{font-size:1rem;margin-bottom:50px;line-height:1.5}.pymes-buttons{display:flex;gap:15px}.pymes-button{padding:15px 80px;background-color:#fff;color:var(--blue-logo);border:none;font-family:Montserrat,sans-serif;font-size:.8rem;font-weight:600;border-radius:0;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;width:120px;box-sizing:border-box;transition:width .3s ease,background-color .3s ease}.pymes-button:hover{background-color:#e2e8f0;width:230px}@media (max-width: 900px){.pymes-container{flex-direction:column;height:auto}.pymes-image,.pymes-text{flex:none;height:250px;width:100%}.pymes-text{height:auto;padding:25px}}.calculate-savings-section{font-family:Montserrat,sans-serif;background-color:#f8fafc;padding:80px 20px;display:flex;justify-content:center}.calculate-savings-container{max-width:600px;width:100%;text-align:center;background-color:#fff;padding:40px 50px;border-radius:16px;box-shadow:0 8px 24px #0000001a}.calculate-savings-title{font-size:2rem;color:var(--blue-logo);font-weight:600;margin-bottom:10px}.calculate-savings-subtitle{color:#475569;font-size:1rem;margin-bottom:30px;line-height:1.5}.calculate-savings-form{display:flex;flex-direction:column;gap:15px}.calculate-savings-form input{padding:12px 16px;border:1px solid #d1d5db;border-radius:8px;font-size:.95rem;transition:border-color .2s ease}.calculate-savings-form input:focus{outline:none;border-color:var(--blue-logo)}.calculate-savings-button{margin-top:20px;padding:25px 50px;width:70%;background-color:var(--blue-logo);color:#fff;font-weight:600;font-size:1rem;border:none;border-radius:8px;cursor:pointer;transition:background-color .3s ease;align-self:center}.calculate-savings-button:hover{background-color:#0f172a}@media (max-width: 600px){.calculate-savings-container{padding:30px 20px}.calculate-savings-title{font-size:1.6rem}}.large-section{font-family:Montserrat,sans-serif;width:100%;margin-top:90px;padding:0;background-color:#f8fafc}.large-container{display:flex;width:100%;height:350px;flex-direction:row-reverse}.large-image{flex:1;height:100%;background-image:url(https://i.imgur.com/w0FmGAO.jpeg);background-size:cover;background-position:center;background-repeat:no-repeat}.large-text{flex:1;padding:40px;display:flex;flex-direction:column;justify-content:center;color:var(--grey-text);text-align:left}.large-title{color:var(--blue-logo);font-size:2rem;margin-bottom:15px;font-weight:600}.large-subtitle{font-size:1rem;color:#475569;margin-bottom:15px}.large-body{font-size:1rem;margin-bottom:50px;line-height:1.5}.large-button{padding:15px 80px;font-size:.8rem;font-weight:600;width:120px;transition:width .3s ease,background-color .3s ease}.large-button{padding:15px 100px;background-color:#fff;color:var(--blue-logo);border:none;font-family:Montserrat,sans-serif;font-size:.8rem;font-weight:600;border-radius:0;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;width:120px;box-sizing:border-box;transition:width .3s ease,background-color .3s ease}.large-button:hover{width:250px;background-color:#e2e8f0}@media (max-width: 900px){.large-container{flex-direction:column;height:auto}.large-image,.large-text{flex:none;height:250px;width:100%}.large-text{height:auto;padding:25px}}.schedule-strategic-section{font-family:Montserrat,sans-serif;background-color:#f8fafc;padding:80px 20px;display:flex;justify-content:center}.schedule-strategic-container{max-width:600px;width:100%;text-align:center;background-color:#fff;padding:40px 50px;border-radius:16px;box-shadow:0 8px 24px #0000001a}.schedule-strategic-title{font-size:2rem;color:var(--blue-logo);font-weight:600;margin-bottom:10px}.schedule-strategic-subtitle{color:#475569;font-size:1rem;margin-bottom:30px;line-height:1.5}.schedule-strategic-form{display:flex;flex-direction:column;gap:15px}.schedule-strategic-form input{padding:12px 16px;border:1px solid #d1d5db;border-radius:8px;font-size:.95rem;transition:border-color .2s ease}.schedule-strategic-form input:focus{outline:none;border-color:var(--blue-logo)}.schedule-strategic-button{margin-top:20px;padding:25px 50px;width:70%;background-color:var(--blue-logo);color:#fff;font-weight:600;font-size:1rem;border:none;border-radius:8px;cursor:pointer;transition:background-color .3s ease;align-self:center}.schedule-strategic-button:hover{background-color:#0f172a}@media (max-width: 600px){.schedule-strategic-container{padding:30px 20px}.schedule-strategic-title{font-size:1.6rem}}.public-sector-section{font-family:Montserrat,sans-serif;width:100%;margin-top:90px;padding:0}.public-sector-container{display:flex;width:100%;height:350px}.public-sector-image{flex:1;height:100%;background-image:url(https://i.imgur.com/AFWcvQW.jpeg);background-size:cover;background-position:center;background-repeat:no-repeat}.public-sector-text{flex:1;padding:40px;display:flex;flex-direction:column;justify-content:center;color:var(--grey-text);text-align:left}.public-sector-title{color:var(--blue-logo);font-size:2rem;margin-bottom:15px;font-weight:600}.public-sector-subtitle{font-size:1rem;margin-bottom:20px;color:#475569}.public-sector-body{font-size:1rem;margin-bottom:50px;line-height:1.5}.public-sector-buttons{display:flex;gap:15px}.public-sector-button{padding:15px 120px;background-color:#fff;color:var(--blue-logo);border:none;font-family:Montserrat,sans-serif;font-size:.8rem;font-weight:600;border-radius:0;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;width:120px;box-sizing:border-box;transition:width .3s ease,background-color .3s ease}.public-sector-button:hover{background-color:#e2e8f0;width:300px}@media (max-width: 900px){.public-sector-container{flex-direction:column;height:auto}.public-sector-image,.public-sector-text{flex:none;height:250px;width:100%}.public-sector-text{height:auto;padding:25px}}.request-tender-section{font-family:Montserrat,sans-serif;background-color:#f8fafc;padding:80px 20px;display:flex;justify-content:center}.request-tender-container{max-width:600px;width:100%;text-align:center;background-color:#fff;padding:40px 50px;border-radius:16px;box-shadow:0 8px 24px #0000001a}.request-tender-title{font-size:2rem;color:var(--blue-logo);font-weight:600;margin-bottom:10px}.request-tender-subtitle{color:#475569;font-size:1rem;margin-bottom:30px;line-height:1.5}.request-tender-form{display:flex;flex-direction:column;gap:15px}.request-tender-form input{padding:12px 16px;border:1px solid #d1d5db;border-radius:8px;font-size:.95rem;transition:border-color .2s ease}.request-tender-form input:focus{outline:none;border-color:var(--blue-logo)}.request-tender-button{margin-top:20px;padding:25px 50px;width:70%;background-color:var(--blue-logo);color:#fff;font-weight:600;font-size:1rem;border:none;border-radius:8px;cursor:pointer;transition:background-color .3s ease;align-self:center}.request-tender-button:hover{background-color:#0f172a}@media (max-width: 600px){.request-tender-container{padding:30px 20px}.request-tender-title{font-size:1.6rem}}.aboutus-section{margin-top:100px;font-family:Montserrat,sans-serif;background-color:#f8fafc;color:var(--grey-text)}.aboutus-hero{background-image:url(https://images.unsplash.com/photo-1600880292203-757bb62b4baf?auto=format&fit=crop&w=1500&q=80);background-size:cover;background-position:center;position:relative;height:400px;display:flex;align-items:center;justify-content:center}.aboutus-overlay{background:#0f172a80;color:#fff;text-align:center;padding:20px;border-radius:12px}.aboutus-title{font-size:2.5rem;font-weight:600;margin-bottom:10px}.aboutus-subtitle{font-size:1.2rem;font-weight:400;color:#e2e8f0}.aboutus-content{max-width:900px;margin:60px auto;text-align:center;padding:0 20px}.aboutus-body{font-size:1rem;line-height:1.7;color:#475569}.aboutus-extra{background-color:#fff;padding:60px 20px;text-align:center}.aboutus-extra h2{color:var(--blue-logo);margin-bottom:10px}.aboutus-mission{max-width:800px;margin:0 auto 60px}.aboutus-values{max-width:1000px;margin:0 auto}.aboutus-values-grid{display:flex;justify-content:center;gap:40px;flex-wrap:wrap;margin-top:30px}.value-card{background-color:#f1f5f9;border-radius:12px;padding:30px;width:260px;box-shadow:0 4px 10px #0000000d;transition:transform .3s ease}.value-card:hover{transform:translateY(-5px)}.value-card img{width:50px;margin-bottom:15px}.value-card h3{color:var(--blue-logo);font-size:1.1rem;margin-bottom:10px}.value-card p{font-size:.95rem;color:#475569}@media (max-width: 768px){.aboutus-values-grid{flex-direction:column;align-items:center}.aboutus-hero{height:300px}.aboutus-title{font-size:2rem}}.trends-observatory-section{max-width:800px;margin:0 auto;text-align:center;font-family:Arial,sans-serif}.linkedin-button{display:inline-flex;align-items:center;gap:8px;background-color:#0077b5;color:#fff;padding:8px 16px;border-radius:25px;font-weight:700;text-decoration:none;margin-bottom:20px}.slider-container{position:relative;overflow:hidden;border-radius:15px}.slider-track{display:flex;transition:transform .5s ease-in-out}.slider-item{min-width:100%;display:flex;flex-direction:column;align-items:center;padding:20px;box-sizing:border-box}.post-image{width:100%;max-height:300px;object-fit:cover;border-radius:10px}.post-content{padding:16px;text-align:center}.post-title{margin:8px 0}.post-description{margin:8px 0;font-size:.95rem}.post-link{display:inline-block;padding:6px 12px;border-radius:20px;background-color:#0077b5;color:#fff;text-decoration:none}.slider-btn{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffb3;border:none;font-size:2rem;padding:0 12px;border-radius:50%;cursor:pointer;-webkit-user-select:none;user-select:none}.slider-btn.prev{left:10px}.slider-btn.next{right:10px}.footer{background-color:#f8f9fa;padding:40px 20px;text-align:center;border-top:1px solid #e0e0e0}.footer-title{font-size:1.2rem;font-weight:600;margin-bottom:20px;color:#333}.footer-note{font-size:.95rem;color:#555;max-width:600px;margin:0 auto;line-height:1.5}:root{--red-logo: #e50012;--blue-logo: #1c246d;--brown-logo: #6d561c;--green-logo: #1be500;--red-hover: #e7cece;--blue-hover: #1c246d94;--grey-text: #464646}body{margin:0;font-family:Montserrat,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}body{margin:0;font-family:Montserrat,sans-serif;background-color:#fff;color:#333}a{text-decoration:none;color:inherit}.logo{font-weight:700;font-size:1.5rem;color:#102286}.nav-links{list-style:none;display:flex;gap:1.5rem}.nav-links li a{color:#333;font-weight:500}.nav-links li a:hover{color:#8a0000}.services{padding:4rem 2rem;background-color:#fff;text-align:center}.services h2{font-size:2rem;margin-bottom:2rem;color:#007d8a}.service-list{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem}.service-card{background-color:#f9f9f9;padding:2rem;border-radius:8px;width:300px;box-shadow:0 4px 6px #0000000d}.service-card h3{color:#007d8a;margin-bottom:.75rem}.footer{background-color:#858585;color:#fff;text-align:center;padding:1.5rem;margin-top:2rem}
