@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_zd041_1{background:var(--primary-blue);color:var(--white);padding:60px 0 20px}._container_zd041_7{max-width:1200px;margin:0 auto;padding:0 20px}._footerContent_zd041_13{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:3rem}._footerSection_zd041_20 h3{margin-bottom:.5rem}._footerSection_zd041_20{display:flex;flex-direction:column}._logo_zd041_27{display:flex;flex-direction:column;align-items:flex-start;width:8rem;height:4.5rem;margin-top:-10px;margin-left:-20px}._logoFondoAzul_zd041_36{width:100%;height:100%;object-fit:cover}._logoText_zd041_42{font-size:2.5rem;font-weight:700;color:var(--white);line-height:1}._logoSubtext_zd041_49{font-size:1.3rem;color:var(--primary-red);font-weight:500}._description_zd041_56{line-height:1.6;margin-bottom:1.5rem;opacity:.9}._socialLinks_zd041_62{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:1rem}._socialLink_zd041_62{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_zd041_62:hover{background:var(--primary-red);transform:translateY(-2px)}._sectionTitle_zd041_88{font-size:1.3rem;font-weight:700;color:var(--white)}._linksList_zd041_94{list-style:none;padding:0}._linksList_zd041_94 li{margin-bottom:.8rem}._contEnlaces_zd041_102{display:flex;flex-direction:row;justify-content:space-around}._footerLink_zd041_107{color:var(--white);text-decoration:none;opacity:.9;transition:all .3s ease}._footerLink_zd041_107:hover{opacity:1;color:var(--primary-red)}._contactInfo_zd041_119{min-width:300px;display:flex;flex-direction:column;gap:1rem}._contactItem_zd041_126{display:flex;justify-content:start;align-items:center;gap:.5rem}._contactIcon_zd041_133{color:var(--primary-red);font-size:1.2rem}._footerBottom_zd041_138{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_zd041_148{display:flex;gap:2rem}@media (max-width: 768px){._footerContent_zd041_13{grid-template-columns:1fr;gap:2rem}._footerBottom_zd041_138{flex-direction:column;text-align:center}._footerBottomLinks_zd041_148{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}}._contactForm_7cc0i_1{background:var(--white);padding:2.5rem;border-radius:15px;box-shadow:0 5px 15px #0000001a}._formTitle_7cc0i_8{font-size:1.5rem;font-weight:700;color:var(--primary-blue);margin-bottom:2rem}._formRow_7cc0i_15{display:grid;grid-template-columns:1fr 1fr;gap:1rem}._formGroup_7cc0i_21{display:flex;flex-direction:column;margin-bottom:1.5rem}._formLabel_7cc0i_27{font-weight:500;color:var(--dark-gray);margin-bottom:.5rem}._formInput_7cc0i_33,._formTextarea_7cc0i_34,._formSelect_7cc0i_35{padding:12px 15px;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:border-color .3s ease;font-family:inherit}._formInput_7cc0i_33:focus,._formTextarea_7cc0i_34:focus,._formSelect_7cc0i_35:focus{outline:none;border-color:var(--primary-blue)}._formTextarea_7cc0i_34{resize:vertical;min-height:120px}._formMessage_7cc0i_56{padding:1rem;border-radius:8px;margin-bottom:1.5rem;font-weight:500}._formMessageSuccess_7cc0i_63{background:#48bb781a;color:#2f855a;border:1px solid #48bb78}._formMessageError_7cc0i_69{background:#f565651a;color:#c53030;border:1px solid #f56565}._submitButton_7cc0i_75{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_7cc0i_75:hover{background:#ff0b07;transform:translateY(-2px)}._submitIcon_7cc0i_97{font-size:1rem}@media (max-width: 768px){._contactForm_7cc0i_1{padding:1.2rem;width:100%}._formRow_7cc0i_15{grid-template-columns:1fr;gap:0}}._hero_eod03_1{background-color:var(--primary-blue);color:var(--white);min-height:80vh;display:flex;align-items:center}._container_eod03_9{width:100%;margin:0 auto}._content_eod03_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_eod03_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_eod03_41{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2}._highlight_eod03_48{color:var(--primary-red);text-shadow:2px 2px 4px rgba(0,0,0,.168)}._subtitle_eod03_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_eod03_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_eod03_66:hover{background:var(--light-gray);color:var(--primary-blue);transform:translateY(-2px);box-shadow:0 5px 15px #0003}._contentFoto_eod03_86{width:100%;height:100vh;display:flex}._contentFoto_eod03_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_eod03_102{width:100%;height:100%;object-fit:cover}._features_eod03_107{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:3rem;padding:0 1rem}._feature_eod03_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_eod03_107:hover{background:var(--primary-red)}._featureIcon_eod03_127{font-size:3rem;margin-bottom:1rem;color:var(--white)}._feature_eod03_107 h3{font-size:1.3rem;margin-bottom:.5rem}._feature_eod03_107 p{opacity:.9}@media (max-width: 768px){._title_eod03_41{font-size:2.5rem}._contentInfo_eod03_25{width:90%}._subtitle_eod03_53{font-size:1.3rem}._container_eod03_9{display:flex;flex-direction:column}._content_eod03_14{flex-direction:column}._contImg_eod03_159{min-width:0;min-height:0;width:100%}._features_eod03_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_13vlu_1{min-height:100vh;overflow:hidden}._services_13vlu_2{padding:80px 0;background:linear-gradient(to top,var(--primary-blue),transparent)}._container_13vlu_7{margin:0 auto;padding:20px 20px 50px;width:90%}._header_13vlu_13{text-align:center;margin-bottom:4rem}._title_13vlu_18{font-size:2.5rem;font-weight:700;color:var(--primary-blue);margin-bottom:1rem}._subtitle_13vlu_25{font-size:1.1rem;color:var(--dark-gray);max-width:600px;margin:0 auto;line-height:1.6}._servicesGrid_13vlu_33{display:flex;flex-direction:row;flex-wrap:wrap;gap:2rem}._serviceCard_13vlu_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;cursor:pointer}._serviceCard_13vlu_40:hover{border-color:var(--primary-red);box-shadow:0 10px 30px #1f5aa81a}._serviceIcon_13vlu_57{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_13vlu_73{font-size:1.3rem;font-weight:700;color:var(--primary-blue);margin-bottom:1rem}._serviceDescription_13vlu_80{color:var(--dark-gray);line-height:1.6}@media (max-width: 768px){._title_13vlu_18{font-size:2rem}._servicesGrid_13vlu_33{flex-direction:column!important;flex-wrap:nowrap}}._App_9fsr7_1{min-height:100vh;overflow:hidden}._logistics_9fsr7_2{padding:100px 0;background:linear-gradient(to bottom,var(--primary-blue) 0%,#102f57);color:var(--white);position:relative;overflow:hidden}._logistics_9fsr7_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_9fsr7_22{max-width:1200px;margin:0 auto;padding:0 20px;position:relative;z-index:1}._header_9fsr7_30{text-align:center;margin-bottom:4rem}._badge_9fsr7_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_9fsr7_49{font-size:1.1rem}._title_9fsr7_53{font-size:3rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2}._highlight_9fsr7_60{color:var(--primary-red);text-shadow:0 0 20px rgba(238,64,62,.3)}._subtitle_9fsr7_65{font-size:1.3rem;opacity:.9;max-width:700px;margin:0 auto;line-height:1.6}._content_9fsr7_73{margin-bottom:4rem}._mainFeature_9fsr7_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_9fsr7_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_9fsr7_102{flex:1}._featureTitle_9fsr7_106{font-size:2rem;font-weight:700;margin-bottom:1rem;color:var(--white)}._featureDescription_9fsr7_113{font-size:1.1rem;line-height:1.6;opacity:.9;margin-bottom:1.5rem}._deliveryPromise_9fsr7_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_9fsr7_131{color:var(--primary-red);font-size:1.2rem}._promiseText_9fsr7_136{font-weight:600;color:var(--white)}._featuresGrid_9fsr7_141{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:3rem}._featureCard_9fsr7_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_9fsr7_148:hover{background:var(--primary-red);transform:translateY(-5px)}._cardIcon_9fsr7_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}._featureCard_9fsr7_148:hover ._cardIcon_9fsr7_163{color:var(--primary-blue)}._cardTitle_9fsr7_181{font-size:1.3rem;font-weight:700;margin-bottom:.8rem;color:var(--white)}._cardDescription_9fsr7_188{opacity:.9;line-height:1.5}._benefitsSection_9fsr7_193{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_9fsr7_202{font-size:1.8rem;font-weight:700;text-align:center;margin-bottom:2rem;color:var(--white)}._benefitsGrid_9fsr7_210{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem}._benefitItem_9fsr7_216{display:flex;align-items:center;gap:1rem;padding:.8rem;background:#ffffff0d;border-radius:10px;transition:all .3s ease}._benefitItem_9fsr7_216:hover{background:#ffffff1a;transform:translate(5px)}._checkIcon_9fsr7_231{color:var(--primary-red);font-size:1.2rem;min-width:20px}._ctaSection_9fsr7_237{text-align:center;background:#ee403e1a;border-radius:20px;padding:3rem;border:2px solid var(--primary-red)}._ctaContent_9fsr7_245{max-width:600px;margin:0 auto}._ctaTitle_9fsr7_250{font-size:2rem;font-weight:700;margin-bottom:1rem;color:var(--white)}._ctaDescription_9fsr7_257{font-size:1.1rem;opacity:.9;margin-bottom:2rem;line-height:1.6}._ctaButton_9fsr7_264{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_9fsr7_264:hover{background:#ff0b07;transform:translateY(-2px);box-shadow:0 8px 25px #ee403e66}._ctaIcon_9fsr7_288{font-size:1.2rem}@media (max-width: 768px){._title_9fsr7_53{font-size:2.2rem}._subtitle_9fsr7_65{font-size:1.1rem}._mainFeature_9fsr7_77{flex-direction:column;text-align:center;padding:2rem}._featureIcon_9fsr7_89{min-width:100px;height:100px;font-size:3rem}._featureTitle_9fsr7_106{font-size:1.5rem}._featuresGrid_9fsr7_141,._benefitsGrid_9fsr7_210{grid-template-columns:1fr}._ctaSection_9fsr7_237{padding:2rem}._ctaTitle_9fsr7_250{font-size:1.5rem}._ctaButton_9fsr7_264{width:100%;justify-content:center}}._card_1056h_1{background:var(--white);border-radius:15px;box-shadow:0 5px 15px #0000001a;transition:all .3s ease;height:100%;display:flex;flex-direction:column;max-width:380px}._card_1056h_1:hover{box-shadow:0 10px 30px #00000026}._imageContainer_1056h_17{height:450px;display:grid;place-content:center;background:var(--light-gray)}._image_1056h_17{width:100%;height:100%;object-fit:contain;transition:transform .3s ease}._noImage_1056h_31{width:100%;height:100%;object-fit:contain}._card_1056h_1:hover ._image_1056h_17{transform:scale(1.3)}._content_1056h_40{padding:1.5rem;flex:1;display:flex;flex-direction:column}._name_1056h_47{font-size:1.3rem;font-weight:700;color:var(--primary-blue);margin-bottom:.5rem}._subName_1056h_54{font-size:.9rem;color:var(--primary-red);font-weight:600;margin-bottom:1rem}._description_1056h_61{color:var(--dark-gray);line-height:1.6;margin-bottom:1rem;flex:1}._presentation_1056h_68{font-size:.9rem;color:var(--dark-gray);margin-bottom:1.5rem;padding:.5rem;background:var(--light-gray);border-radius:8px}._downloadButton_1056h_77{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_1056h_77:hover{background:#d63384;transform:translateY(-2px)}._downloadIcon_1056h_98{font-size:1rem}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Arial,sans-serif;line-height:1.6;color:#333}._App_ioec2_1{min-height:100vh;overflow:hidden}:root{--primary-blue: #1f5aa8;--primary-red: #ee403e;--white: #ffffff;--light-gray: #f8f9fa;--dark-gray: #333333}._productsPage_ioec2_2{padding:100px 0 80px;background:var(--light-gray);min-height:100vh}._container_ioec2_8{max-width:1200px;margin:0 auto;padding:0 20px}._header_ioec2_14{text-align:center;margin-bottom:3rem}._title_ioec2_19{font-size:2.5rem;font-weight:700;color:var(--primary-blue);margin-bottom:1rem}._subtitle_ioec2_26{font-size:1.1rem;color:var(--dark-gray);max-width:600px;margin:0 auto;line-height:1.6}._filters_ioec2_34{display:flex;gap:2rem;margin-bottom:2rem;background:var(--white);padding:2rem;border-radius:15px;box-shadow:0 5px 15px #0000001a}._searchContainer_ioec2_44{width:40%;position:relative}._searchIcon_ioec2_49{position:absolute;left:15px;top:50%;transform:translateY(-50%);color:var(--primary-blue);font-size:1.1rem}._searchInput_ioec2_58{width:100%;padding:12px 15px 12px 45px;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:border-color .3s ease}._searchInput_ioec2_58:focus{outline:none;border-color:var(--primary-blue)}._dropdownContainer_ioec2_72{position:relative;flex:1}._dropdownToggle_ioec2_77{width:100%;height:100%;padding:10px;background:#fff;cursor:pointer;border:2px solid #e0e0e0;border-radius:8px}._dropdownToggle_ioec2_77:focus{outline:none;border-color:var(--primary-blue)}._filterIcon_ioec2_91{position:absolute;top:50%;left:20px;transform:translateY(-50%)}._dropdownMenu_ioec2_97{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_ioec2_109{padding:10px;cursor:pointer}._dropdownItem_ioec2_109:hover,._subItem_ioec2_115:hover{background-color:#f0f0f0}._subItem_ioec2_115{padding:10px 10px 10px 30px;font-size:.9rem;color:#444}._resultsInfo_ioec2_125{margin-bottom:2rem;color:var(--dark-gray);font-weight:500}._categoryBadge_ioec2_131{background:var(--primary-red);color:var(--white);padding:.2rem .8rem;border-radius:15px;font-size:.9rem;margin-left:.5rem}._productsGrid_ioec2_140{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:3rem}._noResults_ioec2_147{text-align:center;padding:4rem 2rem;background:var(--white);border-radius:15px;box-shadow:0 5px 15px #0000001a}._noResults_ioec2_147 h3{color:var(--primary-blue);font-size:1.5rem;margin-bottom:1rem}._noResults_ioec2_147 p{color:var(--dark-gray)}._pagination_ioec2_164{display:flex;justify-content:center;align-items:center;gap:1rem;margin:2rem 0 1rem}._pageButton_ioec2_172{display:grid;place-content:center;background:#1976d2;color:#fff;border:none;padding:.6rem 1.2rem;border-radius:6px;font-size:1rem;cursor:pointer;transition:background .2s,transform .2s;box-shadow:0 2px 8px #1976d214}._pageButton_ioec2_172:disabled{background:#bdbdbd;color:#fff;cursor:not-allowed;opacity:.7}._pageButton_ioec2_172:not(:disabled):hover{background:#1565c0;transform:scale(1.05)}._pageInfo_ioec2_198{font-size:1.1rem;color:#1976d2;font-weight:500;background:#e3f2fd;padding:.4rem 1rem;border-radius:6px;box-shadow:0 1px 4px #1976d20d}._pageNumbers_ioec2_207{display:flex;gap:.5rem}._pageNumber_ioec2_207{background:#e3f2fd;color:#1976d2;border:none;padding:.4rem .9rem;border-radius:6px;font-size:1rem;cursor:pointer;transition:background .2s,color .2s,transform .2s;font-weight:500}._pageNumber_ioec2_207:hover:not(._active_ioec2_224){background:#bbdefb;color:#1565c0;transform:scale(1.08)}._pageNumber_ioec2_207._active_ioec2_224{background:var(--primary-red);color:#fff;font-weight:700;transform:scale(1.12);box-shadow:0 2px 8px #1976d21f}@media (max-width: 768px){._title_ioec2_19{font-size:2rem}._filters_ioec2_34{flex-direction:column;gap:1rem}._searchContainer_ioec2_44{width:100%}._productsGrid_ioec2_140{grid-template-columns:1fr}._pagination_ioec2_164{gap:.5rem}._pageButton_ioec2_172{padding:.6rem .8rem}}._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}}._aboutPage_1iecs_1{padding:100px 0 80px;background:var(--light-gray);min-height:100vh}._container_1iecs_7{max-width:1200px;margin:0 auto;padding:0 20px}._hero_1iecs_13{text-align:center;margin-bottom:5rem}._title_1iecs_18{font-size:2.5rem;font-weight:700;color:var(--primary-blue);margin-bottom:1rem}._subtitle_1iecs_25{font-size:1.1rem;color:var(--dark-gray);max-width:600px;margin:0 auto;line-height:1.6}._introduction_1iecs_33{margin-bottom:5rem;background:var(--white);border-radius:20px;padding:3rem;box-shadow:0 5px 15px #0000001a}._introContent_1iecs_41{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}._sectionTitle_1iecs_48{font-size:2rem;font-weight:700;color:var(--primary-blue);margin-bottom:1.5rem;text-align:center}._introDescription_1iecs_56{color:var(--dark-gray);line-height:1.7;margin-bottom:1.5rem;font-size:1rem}._introImage_1iecs_63{display:flex;justify-content:center;align-items:center}._companyImage_1iecs_69{width:100%;max-width:500px;height:auto;border-radius:15px;box-shadow:0 10px 30px #0000001a}._mvv_1iecs_77{margin-bottom:5rem}._mvvGrid_1iecs_81{display:flex;flex-direction:column;align-items:center;justify-content:start;gap:2rem;margin-top:2rem}._mvvCard_1iecs_90{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_1iecs_90:hover{transform:translateY(-5px)}._mvvIcon_1iecs_104{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_1iecs_119{font-size:1.5rem;font-weight:700;color:var(--primary-blue);margin-bottom:1rem}._mvvDescription_1iecs_126{color:var(--dark-gray);line-height:1.6;text-align:justify}._valuesList_1iecs_132{text-align:left}._valueItem_1iecs_136{margin-bottom:1rem;color:var(--dark-gray);line-height:1.6}._valueItem_1iecs_136 strong{color:var(--primary-blue)}._timelineSection_1iecs_146{margin-bottom:5rem}._sectionSubtitle_1iecs_150{text-align:center;color:var(--dark-gray);font-size:1.1rem;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}@media (max-width: 768px){._title_1iecs_18{font-size:2rem}._introContent_1iecs_41{grid-template-columns:1fr;gap:2rem}._mvvGrid_1iecs_81{grid-template-columns:1fr}._introduction_1iecs_33{padding:2rem}}._contactPage_5sqcx_1{padding:100px 0 80px;background:var(--light-gray);min-height:100vh}._container_5sqcx_7{max-width:1200px;margin:0 auto;padding:0 20px}._header_5sqcx_13{text-align:center;margin-bottom:3rem}._title_5sqcx_18{font-size:2.5rem;font-weight:700;color:var(--primary-blue);margin-bottom:1rem}._subtitle_5sqcx_25{font-size:1.1rem;color:var(--dark-gray);max-width:600px;margin:0 auto;line-height:1.6}._contactInfoSection_5sqcx_33{margin-bottom:3rem}._contactInfoGrid_5sqcx_37{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}._contactInfoCard_5sqcx_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_5sqcx_43:hover{box-shadow:0 10px 30px #1f5aa826}._contactInfoIcon_5sqcx_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_5sqcx_70{font-size:1.2rem;font-weight:700;color:var(--primary-blue);margin-bottom:.5rem}._contactInfoText_5sqcx_77{color:var(--dark-gray);font-size:1rem}._contactContent_5sqcx_82{display:grid;grid-template-columns:1fr 1.5fr;gap:3rem;max-width:1200px}._contactInfo_5sqcx_33{background:var(--white);padding:2.5rem;border-radius:15px;box-shadow:0 5px 15px #0000001a}._infoTitle_5sqcx_96{font-size:1.5rem;font-weight:700;color:var(--primary-blue);margin-bottom:2rem}._infoItem_5sqcx_103{display:flex;align-items:flex-start;gap:1rem;margin-bottom:2rem}._infoIcon_5sqcx_110{font-size:1.5rem;color:var(--primary-red);margin-top:.2rem}._infoItem_5sqcx_103 h4{font-weight:700;color:var(--primary-blue);margin-bottom:.5rem}._infoItem_5sqcx_103 p{color:var(--dark-gray);line-height:1.5}._mapContainer_5sqcx_127{margin-top:2rem;border-radius:10px;overflow:hidden}@media (max-width: 768px){._container_5sqcx_7{display:flex;flex-direction:column;align-items:center}._title_5sqcx_18{font-size:2rem}._contactContent_5sqcx_82{display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative}._contactInfo_5sqcx_33{padding:1.4rem;width:100%}}@media (max-width: 480px){._title_5sqcx_18{font-size:1.5rem}._contactContent_5sqcx_82{justify-items:center;position:relative}}._whatsappButton_lhgy2_1{display:flex;align-items:center;justify-content:center;background-color:#25d366;color:#fff;font-weight:700;text-decoration:none;border-radius:8px}._floating_lhgy2_12{position:fixed;bottom:20px;right:20px;border-radius:50%;width:56px;height:56px;font-size:28px;box-shadow:0 4px 10px #0003}._default_lhgy2_23{padding:12px 20px;font-size:16px;gap:8px}
