@view-transition{navigation: auto;}::view-transition-old(root){animation:slide-out 1s forwards}::view-transition-new(root){animation:slide-in 1s forwards}@keyframes slide-out{0%{transform:translateY(0)}to{transform:translateY(100%)}}@keyframes slide-in{0%{transform:translateY(-100%)}to{transform:translateY(0)}}._navbar_14jfq_1{background:var(--white);box-shadow:0 2px 10px #0000001a;position:fixed;top:0;left:0;right:0;z-index:1000}._container_14jfq_11{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center;height:70px}._logo_14jfq_21{min-width:80px;width:6vw;height:100%;text-decoration:none;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden}._logo_14jfq_21 img{width:90%;height:90%;object-fit:contain;pointer-events:none}._logoText_14jfq_40{font-size:2rem;font-weight:700;color:var(--primary-blue);line-height:1}._logoSubtext_14jfq_47{font-size:.8rem;color:var(--primary-red);font-weight:500}._navLinks_14jfq_53{display:flex;gap:2rem;list-style:none;align-items:center}._navLink_14jfq_53{text-decoration:none;color:var(--dark-gray);font-weight:500;transition:color .3s ease;position:relative}._navLink_14jfq_53:hover{color:var(--primary-blue)}._navLink_14jfq_53:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:var(--primary-red);transition:width .3s ease}._navLink_14jfq_53:hover:after{width:100%}._loginButton_14jfq_87{background:var(--primary-blue);color:var(--white);padding:8px 16px;border-radius:50px;text-decoration:none;font-weight:500;display:flex;align-items:center;gap:8px;transition:all .3s ease}._loginButton_14jfq_87:hover{background:#1a4c8f;transform:translateY(-2px)}._loginIcon_14jfq_105{font-size:1.2rem}._hamburger_14jfq_109{display:none;background:none;border:none;font-size:1.5rem;color:var(--primary-blue);cursor:pointer}@media (max-width: 768px){._navLinks_14jfq_53{position:fixed;top:70px;left:0;right:0;background:var(--white);flex-direction:column;padding:2rem;box-shadow:0 2px 10px #0000001a;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease}._navLinks_14jfq_53._active_14jfq_134{transform:translateY(0);opacity:1;visibility:visible}._hamburger_14jfq_109{display:block}}._footer_o22b4_1{background:var(--primary-blue);color:var(--white);padding:60px 0 20px}._container_o22b4_7{max-width:1200px;margin:0 auto;padding:0 20px}._footerContent_o22b4_14{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:3rem}._footerSection_o22b4_21 h3{margin-bottom:1.5rem}._footerSection_o22b4_21{display:flex;flex-direction:column}._logo_o22b4_29{display:flex;flex-direction:column;align-items:flex-start;width:8rem;height:4.5rem;margin-top:-10px;margin-left:-20px}._logoFondoAzul_o22b4_39{width:100%;height:100%;object-fit:cover}._logoText_o22b4_45{font-size:2.5rem;font-weight:700;color:var(--white);line-height:1}._logoSubtext_o22b4_52{font-size:1.3rem;color:var(--primary-red);font-weight:500}._description_o22b4_59{line-height:1.6;margin-bottom:1.5rem;opacity:.9}._socialLinks_o22b4_65{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:1rem}._socialLink_o22b4_65{display:flex;align-items:center;justify-content:center;width:50px;height:50px;background:#ffffff1a;border-radius:50%;color:var(--white);text-decoration:none;transition:all .3s ease}._socialLink_o22b4_65:hover{background:var(--primary-red);transform:translateY(-2px)}._sectionTitle_o22b4_91{font-size:1.3rem;font-weight:700;color:var(--white);margin-bottom:1.5rem}._linksList_o22b4_98{list-style:none;padding:0}._linksList_o22b4_98 li{margin-bottom:.8rem}._contEnlaces_o22b4_106{display:flex;flex-direction:row;justify-content:space-around}._footerLink_o22b4_111{color:var(--white);text-decoration:none;opacity:.9;transition:all .3s ease}._footerLink_o22b4_111:hover{opacity:1;color:var(--primary-red)}._contactInfo_o22b4_123{min-width:300px;display:flex;flex-direction:column;gap:1rem}._contactItem_o22b4_130{display:flex;justify-content:start;align-items:center;gap:.5rem}._contactIcon_o22b4_137{color:var(--primary-red);font-size:1.2rem}._footerBottom_o22b4_142{border-top:1px solid rgba(255,255,255,.2);padding-top:2rem;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:1rem}._footerBottomLinks_o22b4_152{display:flex;gap:2rem}@media (max-width: 768px){._footerContent_o22b4_14{grid-template-columns:1fr;gap:2rem}._footerBottom_o22b4_142{flex-direction:column;text-align:center}._footerBottomLinks_o22b4_152{gap:1rem}}.App{min-height:100vh;overflow:hidden}._contact_gydsf_1{padding:80px 0;background:var(--light-blue)}._container_gydsf_6{max-width:1200px;margin:0 auto}._header_gydsf_11{text-align:center;margin-bottom:4rem}._title_gydsf_16{font-size:2.5rem;font-weight:700;color:var(--primary-blue);margin-bottom:1rem}._subtitle_gydsf_23{font-size:1.1rem;color:var(--dark-gray);max-width:600px;margin:0 auto;line-height:1.6}._contactContent_gydsf_31{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}._contactInfo_gydsf_38{background:var(--white);padding:2.5rem;border-radius:15px;box-shadow:0 5px 15px #0000001a}._infoTitle_gydsf_45{font-size:1.5rem;font-weight:700;color:var(--primary-blue);margin-bottom:2rem}._infoItem_gydsf_52{display:flex;align-items:flex-start;gap:1rem;margin-bottom:2rem}._infoIcon_gydsf_59{font-size:1.5rem;color:var(--primary-red);margin-top:.2rem}._infoItem_gydsf_52 h4{font-weight:700;color:var(--primary-blue);margin-bottom:.5rem}._infoItem_gydsf_52 p{color:var(--dark-gray);line-height:1.5}._contactForm_gydsf_76{background:var(--white);padding:2.5rem;border-radius:15px;box-shadow:0 5px 15px #0000001a}._formRow_gydsf_83{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem}._formGroup_gydsf_90{display:flex;flex-direction:column}._formInput_gydsf_95,._formTextarea_gydsf_96{padding:12px 15px;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:border-color .3s ease;font-family:inherit}._formInput_gydsf_95:focus,._formTextarea_gydsf_96:focus{outline:none;border-color:var(--primary-blue)}._formTextarea_gydsf_96{resize:vertical;min-height:120px}._submitButton_gydsf_116{background:var(--primary-red);color:var(--white);border:none;padding:15px 30px;border-radius:8px;font-size:1.1rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;transition:all .3s ease;margin-top:50px}._submitButton_gydsf_116:hover{background:#ff0b07;transform:translateY(-2px)}._submitIcon_gydsf_139{font-size:1rem}@media (max-width: 768px){._title_gydsf_16{font-size:2rem}._contactContent_gydsf_31{grid-template-columns:1fr;gap:2rem}._formRow_gydsf_83{grid-template-columns:1fr}}._hero_1d7eg_1{background-color:var(--primary-blue);color:var(--white);min-height:80vh;display:flex;align-items:center}._container_1d7eg_9{width:100%;margin:0 auto}._content_1d7eg_14{display:flex;justify-content:space-around;text-align:center;flex-wrap:wrap;margin-bottom:4rem;position:relative;height:100vh;gap:50px;overflow:hidden}._contentInfo_1d7eg_25{height:100%;width:60%;display:flex;flex-direction:column;align-items:center;justify-content:end;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#000;padding:10px 0;z-index:2}._title_1d7eg_41{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2}._highlight_1d7eg_48{color:var(--primary-red);text-shadow:2px 2px 4px rgba(0,0,0,.168)}._subtitle_1d7eg_53{font-size:2rem;max-width:600px;opacity:.9;text-align:justify;margin-bottom:25rem;align-self:flex-start;position:absolute;top:15%;color:#3f5370;font-weight:700}._ctaButton_1d7eg_66{background:var(--primary-red);color:var(--white);border:none;padding:15px 30px;font-size:1.1rem;font-weight:700;border-radius:50px;cursor:pointer;transition:all .3s ease;justify-self:end}._ctaButton_1d7eg_66:hover{background:var(--light-gray);color:var(--primary-blue);transform:translateY(-2px);box-shadow:0 5px 15px #0003}._contentFoto_1d7eg_86{width:100%;height:100vh;display:flex}._contentFoto_1d7eg_86:after{content:"";position:absolute;bottom:0;left:0;right:0;height:40%;background:linear-gradient(to top,var(--primary-blue),transparent);pointer-events:none;z-index:1}._fotoInicio_1d7eg_102{width:100%;height:100%;object-fit:cover}._features_1d7eg_107{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:3rem}._feature_1d7eg_107{text-align:center;padding:2rem;background:#ffffff1a;border-radius:15px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease-in-out}._feature_1d7eg_107:hover{background:var(--primary-red)}._featureIcon_1d7eg_126{font-size:3rem;margin-bottom:1rem;color:var(--white)}._feature_1d7eg_107 h3{font-size:1.3rem;margin-bottom:.5rem}._feature_1d7eg_107 p{opacity:.9}@media (max-width: 768px){._title_1d7eg_41{font-size:2.5rem}._contentInfo_1d7eg_25{width:90%}._subtitle_1d7eg_53{font-size:1.3rem}._container_1d7eg_9{display:flex;flex-direction:column}._content_1d7eg_14{flex-direction:column}._contImg_1d7eg_158{min-width:0;min-height:0;width:100%}._features_1d7eg_107{grid-template-columns:1fr;width:90%;align-self:center}}._products_jzh7d_1{padding:80px 0;background:linear-gradient(to bottom,var(--primary-blue),transparent);min-height:60vh;display:grid;place-content:center}._products_jzh7d_1 h1{font-size:2rem;color:#fff}._container_jzh7d_13{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;flex-direction:column;align-items:center;gap:30px}._header_jzh7d_23{text-align:center;margin-bottom:4rem}._title_jzh7d_28{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:1rem}._subtitle_jzh7d_35{font-size:1.1rem;color:#fff;max-width:600px;margin:0 auto;line-height:1.6}._contProductos_jzh7d_43{position:relative;display:flex;flex-direction:row;align-items:center;flex-wrap:wrap;justify-content:space-around;max-height:800px;overflow:hidden;z-index:1;border-radius:20px}._contProductos_jzh7d_43:after{content:"";position:absolute;bottom:0;left:0;right:0;height:100px;background:linear-gradient(to top,#ffffffe6,#fff0);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);display:flex;justify-content:center;align-items:center}._categorySection_jzh7d_73{margin-bottom:4rem;width:500px;height:300px}._categoryHeader_jzh7d_79{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:1rem;margin-bottom:2rem;padding:1.5rem;background:var(--white);border-radius:15px;box-shadow:0 2px 10px #0000000d}._categoryIcon_jzh7d_93{font-size:2.5rem;color:var(--primary-red);background:#ee403e1a;padding:1rem;border-radius:50%;display:flex;align-items:center;justify-content:center}._categoryTitle_jzh7d_104{font-size:1.8rem;font-weight:700;color:var(--primary-blue);margin-bottom:.5rem;text-align:center}._ctaButton_jzh7d_112{background:var(--primary-red);color:var(--white);border:none;padding:15px 30px;font-size:1.1rem;font-weight:700;border-radius:50px;cursor:pointer;transition:all .3s ease;text-decoration:none}._ctaButton_jzh7d_112:hover{background:var(--light-gray);color:var(--primary-blue);transform:translateY(-2px);box-shadow:0 5px 15px #0003}@media (max-width: 768px){._title_jzh7d_28{font-size:2rem}._contProductos_jzh7d_43{max-height:1600px}._categorySection_jzh7d_73{width:90%;height:450px}._categoryHeader_jzh7d_79{flex-direction:column;text-align:center}._productsGrid_jzh7d_147{grid-template-columns:1fr}}._App_192bv_1{min-height:100vh;overflow:hidden}._services_192bv_2{padding:80px 0;background:linear-gradient(to top,var(--primary-blue),transparent)}._container_192bv_7{margin:0 auto;padding:20px 20px 50px;width:90%}._header_192bv_13{text-align:center;margin-bottom:4rem}._title_192bv_18{font-size:2.5rem;font-weight:700;color:var(--primary-blue);margin-bottom:1rem}._subtitle_192bv_25{font-size:1.1rem;color:var(--dark-gray);max-width:600px;margin:0 auto;line-height:1.6}._servicesGrid_192bv_33{display:flex;flex-direction:row;flex-wrap:wrap;gap:2rem}._serviceCard_192bv_40{flex:1;min-width:300px;background:var(--light-gray);padding:2.5rem 2rem;border-radius:15px;text-align:center;transition:all .3s ease;border:2px solid transparent}._serviceCard_192bv_40:hover{border-color:var(--primary-red);box-shadow:0 10px 30px #1f5aa81a}._serviceIcon_192bv_56{font-size:3rem;color:var(--primary-red);margin-bottom:1.5rem;background:var(--white);width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-left:auto;margin-right:auto;box-shadow:0 5px 15px #0000001a}._serviceTitle_192bv_72{font-size:1.3rem;font-weight:700;color:var(--primary-blue);margin-bottom:1rem}._serviceDescription_192bv_79{color:var(--dark-gray);line-height:1.6}@media (max-width: 768px){._title_192bv_18{font-size:2rem}._servicesGrid_192bv_33{flex-direction:column!important;flex-wrap:nowrap}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Arial,sans-serif;line-height:1.6;color:#333}._App_szzxz_1{min-height:100vh;overflow:hidden}:root{--primary-blue: #1f5aa8;--primary-red: #ee403e;--white: #ffffff;--light-gray: #f8f9fa;--dark-gray: #333333}._logistics_szzxz_2{padding:100px 0;background:linear-gradient(to bottom,var(--primary-blue) 0%,#102f57);color:var(--white);position:relative;overflow:hidden}._logistics_szzxz_2:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");pointer-events:none}._container_szzxz_22{max-width:1200px;margin:0 auto;padding:0 20px;position:relative;z-index:1}._header_szzxz_30{text-align:center;margin-bottom:4rem}._badge_szzxz_35{display:inline-flex;align-items:center;gap:.5rem;background:#ee403e33;color:var(--white);padding:.5rem 1.5rem;border-radius:50px;font-size:.9rem;font-weight:700;margin-bottom:1.5rem;border:2px solid var(--primary-red)}._badgeIcon_szzxz_49{font-size:1.1rem}._title_szzxz_53{font-size:3rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2}._highlight_szzxz_60{color:var(--primary-red);text-shadow:0 0 20px rgba(238,64,62,.3)}._subtitle_szzxz_65{font-size:1.3rem;opacity:.9;max-width:700px;margin:0 auto;line-height:1.6}._content_szzxz_73{margin-bottom:4rem}._mainFeature_szzxz_77{background:#ffffff1a;border-radius:20px;padding:3rem;margin-bottom:3rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);display:flex;align-items:center;gap:2rem}._featureIcon_szzxz_89{font-size:4rem;color:var(--primary-red);background:#ffffff26;padding:1.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;min-width:120px;height:120px}._featureContent_szzxz_102{flex:1}._featureTitle_szzxz_106{font-size:2rem;font-weight:700;margin-bottom:1rem;color:var(--white)}._featureDescription_szzxz_113{font-size:1.1rem;line-height:1.6;opacity:.9;margin-bottom:1.5rem}._deliveryPromise_szzxz_120{display:flex;align-items:center;gap:.8rem;background:#ee403e33;padding:.8rem 1.5rem;border-radius:50px;border:1px solid var(--primary-red);width:fit-content}._promiseIcon_szzxz_131{color:var(--primary-red);font-size:1.2rem}._promiseText_szzxz_136{font-weight:600;color:var(--white)}._featuresGrid_szzxz_141{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:3rem}._featureCard_szzxz_148{background:#ffffff1a;border-radius:15px;padding:2rem;text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);transition:all .3s ease}._featureCard_szzxz_148:hover{background:#ffffff26;transform:translateY(-5px)}._cardIcon_szzxz_163{font-size:2.5rem;color:var(--primary-red);margin-bottom:1rem;background:#ffffff1a;width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-left:auto;margin-right:auto}._cardTitle_szzxz_178{font-size:1.3rem;font-weight:700;margin-bottom:.8rem;color:var(--white)}._cardDescription_szzxz_185{opacity:.9;line-height:1.5}._benefitsSection_szzxz_190{background:#ffffff0d;border-radius:20px;padding:3rem;margin-bottom:3rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}._benefitsTitle_szzxz_199{font-size:1.8rem;font-weight:700;text-align:center;margin-bottom:2rem;color:var(--white)}._benefitsGrid_szzxz_207{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem}._benefitItem_szzxz_213{display:flex;align-items:center;gap:1rem;padding:.8rem;background:#ffffff0d;border-radius:10px;transition:all .3s ease}._benefitItem_szzxz_213:hover{background:#ffffff1a;transform:translate(5px)}._checkIcon_szzxz_228{color:var(--primary-red);font-size:1.2rem;min-width:20px}._ctaSection_szzxz_234{text-align:center;background:#ee403e1a;border-radius:20px;padding:3rem;border:2px solid var(--primary-red)}._ctaContent_szzxz_242{max-width:600px;margin:0 auto}._ctaTitle_szzxz_247{font-size:2rem;font-weight:700;margin-bottom:1rem;color:var(--white)}._ctaDescription_szzxz_254{font-size:1.1rem;opacity:.9;margin-bottom:2rem;line-height:1.6}._ctaButton_szzxz_261{background:var(--primary-red);color:var(--white);border:none;padding:1rem 2rem;font-size:1.1rem;font-weight:700;border-radius:50px;cursor:pointer;display:inline-flex;align-items:center;gap:.8rem;transition:all .3s ease;box-shadow:0 5px 20px #ee403e4d;text-decoration:none;transition:all .3s ease-in-out}._ctaButton_szzxz_261:hover{background:#ff0b07;transform:translateY(-2px);box-shadow:0 8px 25px #ee403e66}._ctaIcon_szzxz_285{font-size:1.2rem}@media (max-width: 768px){._title_szzxz_53{font-size:2.2rem}._subtitle_szzxz_65{font-size:1.1rem}._mainFeature_szzxz_77{flex-direction:column;text-align:center;padding:2rem}._featureIcon_szzxz_89{min-width:100px;height:100px;font-size:3rem}._featureTitle_szzxz_106{font-size:1.5rem}._featuresGrid_szzxz_141,._benefitsGrid_szzxz_207{grid-template-columns:1fr}._ctaSection_szzxz_234{padding:2rem}._ctaTitle_szzxz_247{font-size:1.5rem}._ctaButton_szzxz_261{width:100%;justify-content:center}}._card_1iiz2_1{background:var(--white);border-radius:15px;box-shadow:0 5px 15px #0000001a;overflow:hidden;transition:all .3s ease;height:100%;display:flex;flex-direction:column;max-width:380px}._card_1iiz2_1:hover{box-shadow:0 10px 30px #00000026}._imageContainer_1iiz2_17{height:200px;overflow:hidden;background:var(--light-gray)}._image_1iiz2_17{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}._card_1iiz2_1:hover ._image_1iiz2_17{transform:scale(1.05)}._content_1iiz2_34{padding:1.5rem;flex:1;display:flex;flex-direction:column}._name_1iiz2_41{font-size:1.3rem;font-weight:700;color:var(--primary-blue);margin-bottom:.5rem}._subName_1iiz2_48{font-size:.9rem;color:var(--primary-red);font-weight:600;margin-bottom:1rem}._description_1iiz2_55{color:var(--dark-gray);line-height:1.6;margin-bottom:1rem;flex:1}._presentation_1iiz2_62{font-size:.9rem;color:var(--dark-gray);margin-bottom:1.5rem;padding:.5rem;background:var(--light-gray);border-radius:8px}._downloadButton_1iiz2_71{background:var(--primary-red);color:var(--white);border:none;padding:12px 20px;border-radius:8px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .3s ease;margin-top:auto}._downloadButton_1iiz2_71:hover{background:#d63384;transform:translateY(-2px)}._downloadIcon_1iiz2_92{font-size:1rem}._productsPage_1o2ww_1{padding:100px 0 80px;background:var(--light-gray);min-height:100vh}._container_1o2ww_7{max-width:1200px;margin:0 auto;padding:0 20px}._header_1o2ww_13{text-align:center;margin-bottom:3rem}._title_1o2ww_18{font-size:2.5rem;font-weight:700;color:var(--primary-blue);margin-bottom:1rem}._subtitle_1o2ww_25{font-size:1.1rem;color:var(--dark-gray);max-width:600px;margin:0 auto;line-height:1.6}._filters_1o2ww_33{display:flex;gap:2rem;margin-bottom:2rem;background:var(--white);padding:2rem;border-radius:15px;box-shadow:0 5px 15px #0000001a}._searchContainer_1o2ww_43{width:40%;position:relative}._searchIcon_1o2ww_48{position:absolute;left:15px;top:50%;transform:translateY(-50%);color:var(--primary-blue);font-size:1.1rem}._searchInput_1o2ww_57{width:100%;padding:12px 15px 12px 45px;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:border-color .3s ease}._searchInput_1o2ww_57:focus{outline:none;border-color:var(--primary-blue)}._dropdownContainer_1o2ww_71{position:relative;flex:1}._dropdownToggle_1o2ww_76{width:100%;height:100%;padding:10px;background:#fff;cursor:pointer;border:2px solid #e0e0e0;border-radius:8px}._dropdownToggle_1o2ww_76:focus{outline:none;border-color:var(--primary-blue)}._filterIcon_1o2ww_90{position:absolute;top:50%;left:20px;transform:translateY(-50%)}._dropdownMenu_1o2ww_96{position:absolute;top:110%;width:100%;background:#fff;border:1px solid #ccc;z-index:10;border-radius:6px;max-height:300px;overflow-y:auto}._dropdownItem_1o2ww_108{padding:10px;cursor:pointer}._dropdownItem_1o2ww_108:hover,._subItem_1o2ww_114:hover{background-color:#f0f0f0}._subItem_1o2ww_114{padding:10px 10px 10px 30px;font-size:.9rem;color:#444}._resultsInfo_1o2ww_124{margin-bottom:2rem;color:var(--dark-gray);font-weight:500}._categoryBadge_1o2ww_130{background:var(--primary-red);color:var(--white);padding:.2rem .8rem;border-radius:15px;font-size:.9rem;margin-left:.5rem}._productsGrid_1o2ww_139{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:3rem}._noResults_1o2ww_146{text-align:center;padding:4rem 2rem;background:var(--white);border-radius:15px;box-shadow:0 5px 15px #0000001a}._noResults_1o2ww_146 h3{color:var(--primary-blue);font-size:1.5rem;margin-bottom:1rem}._noResults_1o2ww_146 p{color:var(--dark-gray)}@media (max-width: 768px){._title_1o2ww_18{font-size:2rem}._filters_1o2ww_33{flex-direction:column;gap:1rem}._searchContainer_1o2ww_43{width:100%}._productsGrid_1o2ww_139{grid-template-columns:1fr}}._servicesPage_1f8gq_1{padding:100px 0 80px;background:var(--light-gray);min-height:100vh}._container_1f8gq_7{max-width:1200px;margin:0 auto;padding:0 20px}._header_1f8gq_13{text-align:center;margin-bottom:4rem}._title_1f8gq_18{font-size:2.5rem;font-weight:700;color:var(--primary-blue);margin-bottom:1rem}._subtitle_1f8gq_25{font-size:1.1rem;color:var(--dark-gray);max-width:600px;margin:0 auto;line-height:1.6}._serviceDetail_1f8gq_33{margin-bottom:5rem;background:var(--white);border-radius:20px;padding:3rem;box-shadow:0 5px 15px #0000001a}._serviceDetailContent_1f8gq_41{display:flex;flex-direction:row;gap:3rem;align-items:center}._serviceDetailText_1f8gq_47{flex:1}._serviceDetailHeader_1f8gq_50{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}._serviceDetailIcon_1f8gq_57{font-size:2.5rem;color:var(--primary-red);background:#ee403e1a;padding:1rem;border-radius:50%;display:flex;align-items:center;justify-content:center}._serviceDetailTitle_1f8gq_68{font-size:2rem;font-weight:700;color:var(--primary-blue)}._serviceDetailDescription_1f8gq_74{font-size:1.1rem;color:var(--dark-gray);line-height:1.7;margin-bottom:2rem}._serviceDetailFeatures_1f8gq_81{margin-top:2rem}._featuresTitle_1f8gq_85{font-size:1.3rem;font-weight:700;color:var(--primary-blue);margin-bottom:1rem}._featuresGrid_1f8gq_92{display:grid;gap:.8rem}._featureItem_1f8gq_97{display:flex;align-items:center;gap:.8rem;color:var(--dark-gray);font-size:1rem}._featureIcon_1f8gq_105{color:var(--primary-red);font-weight:700;font-size:1.1rem}._serviceDetailImage_1f8gq_111{flex:1;display:flex;justify-content:center;align-items:center}._serviceImage_1f8gq_118{width:100%;max-width:500px;height:auto;border-radius:15px;box-shadow:0 10px 30px #0000001a}@media (max-width: 768px){._title_1f8gq_18{font-size:2rem}._servicesGrid_1f8gq_131{grid-template-columns:1fr}._serviceDetail_1f8gq_33{padding:2rem}._serviceDetailContent_1f8gq_41{flex-direction:column!important;gap:2rem}._serviceDetailHeader_1f8gq_50{flex-direction:column;text-align:center}._serviceDetailTitle_1f8gq_68{font-size:1.5rem}}._timeline_1apu9_1{position:relative;max-width:800px;margin:0 auto}._timeline_1apu9_1:before{content:"";position:absolute;left:50%;top:0;bottom:0;width:3px;background:var(--primary-blue);transform:translate(-50%)}._timelineItem_1apu9_18{position:relative;margin-bottom:3rem;width:50%}._timelineItem_1apu9_18:nth-child(odd){left:0;padding-right:2rem}._timelineItem_1apu9_18:nth-child(2n){left:50%;padding-left:2rem}._timelineContent_1apu9_34{background:var(--white);padding:2rem;border-radius:15px;box-shadow:0 5px 15px #0000001a;position:relative}._timelineItem_1apu9_18:nth-child(odd) ._timelineContent_1apu9_34:after{content:"";position:absolute;right:-10px;top:50%;transform:translateY(-50%);width:0;height:0;border-left:10px solid var(--white);border-top:10px solid transparent;border-bottom:10px solid transparent}._timelineItem_1apu9_18:nth-child(2n) ._timelineContent_1apu9_34:after{content:"";position:absolute;left:-10px;top:50%;transform:translateY(-50%);width:0;height:0;border-right:10px solid var(--white);border-top:10px solid transparent;border-bottom:10px solid transparent}._timelineYear_1apu9_68{font-size:1.5rem;font-weight:700;color:var(--primary-red);margin-bottom:.5rem}._timelineTitle_1apu9_75{font-size:1.3rem;font-weight:700;color:var(--primary-blue);margin-bottom:1rem}._timelineDescription_1apu9_82{color:var(--dark-gray);line-height:1.6}._timelineDot_1apu9_87{position:absolute;width:20px;height:20px;background:var(--primary-red);border:4px solid var(--white);border-radius:50%;top:50%;transform:translateY(-50%);box-shadow:0 2px 10px #0003}._timelineItem_1apu9_18:nth-child(odd) ._timelineDot_1apu9_87{right:-10px}._timelineItem_1apu9_18:nth-child(2n) ._timelineDot_1apu9_87{left:-10px}@media (max-width: 768px){._timeline_1apu9_1:before{left:20px}._timelineItem_1apu9_18{width:100%;left:0!important;padding-left:3rem!important;padding-right:0!important}._timelineContent_1apu9_34:after{display:none}._timelineDot_1apu9_87{left:10px!important;right:auto!important}}._memberCard_rtdmv_1{background:var(--white);border-radius:15px;padding:2rem;text-align:center;box-shadow:0 5px 15px #0000001a;transition:all .3s ease;height:100%}._memberCard_rtdmv_1:hover{box-shadow:0 10px 30px #1f5aa826}._memberImage_rtdmv_15{width:120px;height:120px;margin:0 auto 1.5rem;border-radius:50%;overflow:hidden;border:4px solid var(--primary-blue)}._memberImage_rtdmv_15 img{width:100%;height:100%;object-fit:cover}._memberName_rtdmv_30{font-size:1.3rem;font-weight:700;color:var(--primary-blue);margin-bottom:.5rem}._memberPosition_rtdmv_37{font-size:1rem;color:var(--primary-red);font-weight:600;margin-bottom:1rem}._memberDescription_rtdmv_44{color:var(--dark-gray);line-height:1.6;margin-bottom:1.5rem}._memberContact_rtdmv_50{display:flex;justify-content:center;gap:1rem}._contactLink_rtdmv_56{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:var(--light-gray);border-radius:50%;color:var(--primary-blue);text-decoration:none;transition:all .3s ease}._contactLink_rtdmv_56:hover{background:var(--primary-blue);color:var(--white);transform:translateY(-2px)}._aboutPage_1byxi_1{padding:100px 0 80px;background:var(--light-gray);min-height:100vh}._container_1byxi_7{max-width:1200px;margin:0 auto;padding:0 20px}._hero_1byxi_13{text-align:center;margin-bottom:5rem}._title_1byxi_18{font-size:2.5rem;font-weight:700;color:var(--primary-blue);margin-bottom:1rem}._subtitle_1byxi_25{font-size:1.1rem;color:var(--dark-gray);max-width:600px;margin:0 auto;line-height:1.6}._introduction_1byxi_33{margin-bottom:5rem;background:var(--white);border-radius:20px;padding:3rem;box-shadow:0 5px 15px #0000001a}._introContent_1byxi_41{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}._sectionTitle_1byxi_48{font-size:2rem;font-weight:700;color:var(--primary-blue);margin-bottom:1.5rem;text-align:center}._introDescription_1byxi_56{color:var(--dark-gray);line-height:1.7;margin-bottom:1.5rem;font-size:1rem}._introImage_1byxi_63{display:flex;justify-content:center;align-items:center}._companyImage_1byxi_69{width:100%;max-width:500px;height:auto;border-radius:15px;box-shadow:0 10px 30px #0000001a}._mvv_1byxi_77{margin-bottom:5rem}._mvvGrid_1byxi_82{display:flex;flex-direction:column;align-items:center;justify-content:start;gap:2rem;margin-top:2rem}._mvvCard_1byxi_91{background:var(--white);padding:2.5rem;border-radius:15px;text-align:center;box-shadow:0 5px 15px #0000001a;transition:transform .3s ease;max-width:1000px}._mvvCard_1byxi_91:hover{transform:translateY(-5px)}._mvvIcon_1byxi_105{font-size:3rem;color:var(--primary-red);margin-bottom:1.5rem;background:#ee403e1a;width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-left:auto;margin-right:auto}._mvvTitle_1byxi_120{font-size:1.5rem;font-weight:700;color:var(--primary-blue);margin-bottom:1rem}._mvvDescription_1byxi_127{color:var(--dark-gray);line-height:1.6;text-align:justify}._valuesList_1byxi_133{text-align:left}._valueItem_1byxi_137{margin-bottom:1rem;color:var(--dark-gray);line-height:1.6}._valueItem_1byxi_137 strong{color:var(--primary-blue)}._timelineSection_1byxi_147{margin-bottom:5rem}._sectionSubtitle_1byxi_151{text-align:center;color:var(--dark-gray);font-size:1.1rem;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}._teamSection_1byxi_161{margin-bottom:3rem}._teamGrid_1byxi_165{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem}@media (max-width: 768px){._title_1byxi_18{font-size:2rem}._introContent_1byxi_41{grid-template-columns:1fr;gap:2rem}._mvvGrid_1byxi_82,._teamGrid_1byxi_165{grid-template-columns:1fr}._introduction_1byxi_33{padding:2rem}}._contactPage_1b4oa_1{padding:100px 0 80px;background:var(--light-gray);min-height:100vh}._container_1b4oa_7{max-width:1200px;margin:0 auto;padding:0 20px}._header_1b4oa_13{text-align:center;margin-bottom:3rem}._title_1b4oa_18{font-size:2.5rem;font-weight:700;color:var(--primary-blue);margin-bottom:1rem}._subtitle_1b4oa_25{font-size:1.1rem;color:var(--dark-gray);max-width:600px;margin:0 auto;line-height:1.6}._contactInfoSection_1b4oa_33{margin-bottom:3rem}._contactInfoGrid_1b4oa_37{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}._contactInfoCard_1b4oa_43{background:var(--white);padding:2rem;border-radius:15px;box-shadow:0 5px 15px #0000001a;display:flex;align-items:center;gap:1.5rem;transition:all .3s ease}._contactInfoCard_1b4oa_43:hover{box-shadow:0 10px 30px #1f5aa826}._contactInfoIcon_1b4oa_58{font-size:2rem;color:var(--primary-red);background:#ee403e1a;width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center}._contactInfoTitle_1b4oa_70{font-size:1.2rem;font-weight:700;color:var(--primary-blue);margin-bottom:.5rem}._contactInfoText_1b4oa_77{color:var(--dark-gray);font-size:1rem}._contactContent_1b4oa_82{display:grid;grid-template-columns:1fr 1.5fr;gap:3rem}._contactInfo_1b4oa_33{background:var(--white);padding:2.5rem;border-radius:15px;box-shadow:0 5px 15px #0000001a}._infoTitle_1b4oa_95{font-size:1.5rem;font-weight:700;color:var(--primary-blue);margin-bottom:2rem}._infoItem_1b4oa_102{display:flex;align-items:flex-start;gap:1rem;margin-bottom:2rem}._infoIcon_1b4oa_109{font-size:1.5rem;color:var(--primary-red);margin-top:.2rem}._infoItem_1b4oa_102 h4{font-weight:700;color:var(--primary-blue);margin-bottom:.5rem}._infoItem_1b4oa_102 p{color:var(--dark-gray);line-height:1.5}._mapContainer_1b4oa_126{margin-top:2rem;border-radius:10px;overflow:hidden}._contactForm_1b4oa_132{background:var(--white);padding:2.5rem;border-radius:15px;box-shadow:0 5px 15px #0000001a}._formTitle_1b4oa_139{font-size:1.5rem;font-weight:700;color:var(--primary-blue);margin-bottom:2rem}._formRow_1b4oa_146{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}._formGroup_1b4oa_153{display:flex;flex-direction:column;margin-bottom:1.5rem}._formLabel_1b4oa_159{font-weight:500;color:var(--dark-gray);margin-bottom:.5rem}._formInput_1b4oa_165,._formTextarea_1b4oa_166,._formSelect_1b4oa_167{padding:12px 15px;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:border-color .3s ease;font-family:inherit}._formInput_1b4oa_165:focus,._formTextarea_1b4oa_166:focus,._formSelect_1b4oa_167:focus{outline:none;border-color:var(--primary-blue)}._formTextarea_1b4oa_166{resize:vertical;min-height:120px}._formMessage_1b4oa_188{padding:1rem;border-radius:8px;margin-bottom:1.5rem;font-weight:500}._formMessageSuccess_1b4oa_195{background:#48bb781a;color:#2f855a;border:1px solid #48bb78}._formMessageError_1b4oa_201{background:#f565651a;color:#c53030;border:1px solid #f56565}._submitButton_1b4oa_207{background:var(--primary-red);color:var(--white);border:none;padding:15px 30px;border-radius:8px;font-size:1.1rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;transition:all .3s ease}._submitButton_1b4oa_207:hover{background:#ff0b07;transform:translateY(-2px)}._submitIcon_1b4oa_229{font-size:1rem}@media (max-width: 768px){._title_1b4oa_18{font-size:2rem}._contactContent_1b4oa_82{grid-template-columns:1fr;gap:2rem}._formRow_1b4oa_146{grid-template-columns:1fr;gap:0}}
