@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap');:root{--primary-blue:#0f0697;--secondary-blue:#58c0db;--neutral-gray:#98999b;--gradient-institucional:linear-gradient(135deg,#1f53ff 0,#37b7e9 100%);--gradient-hover:linear-gradient(135deg,#37b7e9 0,#1f53ff 100%);--white:#fff;--bg-base:#f8f9fa;--text-dark:#1a1a1a;--font-primary:'Inter',-apple-system,BlinkMacSystemFont,sans-serif;--font-secondary:'Segoe UI',-apple-system,BlinkMacSystemFont,Roboto,'Helvetica Neue',Arial,sans-serif;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:2rem;--text-4xl:3rem;--font-regular:400;--font-medium:500;--font-semibold:600;--font-bold:700;--leading-normal:1.5;--leading-tight:1.25;--space-xs:.25rem;--space-sm:.5rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2rem;--space-2xl:2.5rem;--space-3xl:3rem;--space-4xl:5rem;--margin-lateral:10%;--shadow-institucional:0 4px 12px rgba(31,83,255,0.2);--shadow-hover:0 8px 20px rgba(31,83,255,0.3);--radius-sm:8px;--radius-md:12px;--radius-lg:20px;--radius-full:50%;--transition-fast:.3s ease;--transition-smooth:.8s ease;--btn-padding-x:28px;--btn-padding-y:14px;--breakpoint-xl:1280px;--breakpoint-md:768px;--breakpoint-sm:767px}body{font-family:var(--font-primary);font-size:var(--text-base);font-weight:var(--font-regular);line-height:var(--leading-normal);color:var(--neutral-gray);background-color:var(--bg-base)}h1{font-family:var(--font-primary);font-weight:var(--font-bold);font-size:var(--text-3xl);line-height:var(--leading-normal);color:var(--primary-blue)}h2{font-family:var(--font-primary);font-weight:var(--font-medium);font-size:var(--text-2xl);line-height:var(--leading-normal);color:var(--primary-blue)}h3,h4,h5,h6{font-family:var(--font-primary);font-weight:var(--font-medium);color:var(--primary-blue)}p{font-family:var(--font-primary);font-size:var(--text-base);font-weight:var(--font-regular);line-height:var(--leading-normal);color:var(--neutral-gray)}@media(min-width:768px){h1{font-size:var(--text-4xl)}h2{font-size:var(--text-3xl)}p{font-size:var(--text-lg)}}.btn,.btn-primary,.btn-get-started{display:inline-flex;align-items:center;justify-content:center;padding:var(--btn-padding-y) var(--btn-padding-x);font-family:var(--font-primary);font-size:var(--text-base);font-weight:var(--font-semibold);line-height:1;text-decoration:none;border:0;border-radius:var(--radius-md);background:var(--gradient-institucional);color:var(--white);box-shadow:var(--shadow-institucional);transition:all var(--transition-fast);cursor:pointer}.btn:hover,.btn-primary:hover,.btn-get-started:hover{background:var(--gradient-hover);transform:scale(1.02);box-shadow:var(--shadow-hover);color:var(--white)}.btn:active,.btn-primary:active,.btn-get-started:active{opacity:.9}section{padding:var(--space-3xl) var(--margin-lateral);display:flex;flex-direction:column;align-items:center}@media(min-width:768px){section{padding:var(--space-4xl) var(--margin-lateral)}}.container-responsive{width:100%;max-width:1400px;margin:0 auto}@media(max-width:767px){.grid-responsive{display:grid;grid-template-columns:1fr;gap:var(--space-xl);padding:0 24px}}@media(min-width:768px) and (max-width:1279px){.grid-responsive{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-xl);justify-items:center}}@media(min-width:1280px){.grid-responsive{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-2xl);justify-items:center}}.card,.benefit-card,.blog-card,.nosotros-card{background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-institucional);padding:var(--space-2xl);text-align:center;display:flex;flex-direction:column;align-items:center;transition:all var(--transition-fast)}.card:hover,.benefit-card:hover,.blog-card:hover,.nosotros-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-hover)}*:focus-visible{outline:3px solid var(--secondary-blue);outline-offset:2px}.text-center{text-align:center}.text-primary{color:var(--primary-blue)}.text-secondary{color:var(--secondary-blue)}.text-muted{color:var(--neutral-gray)}.bg-white{background-color:var(--white)}.bg-light{background-color:var(--bg-base)}#hero{background:url('/static/img/hero-background.jpg') center center / cover no-repeat fixed;position:relative;padding:80px 0;min-height:100vh;display:flex;align-items:center;transition:opacity .8s ease}#hero::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(15,6,151,0.35);pointer-events:none}#hero .container{position:relative;z-index:2;padding-left:10%;padding-right:10%}@media(min-width:768px){#hero{background-attachment:fixed}}#about .nosotros-card{position:relative;background:url('/static/img/fondos/mision-fondo.jpg') center / cover no-repeat;padding:40px !important;transition:transform .3s ease,box-shadow .3s ease}#about .nosotros-card::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(255,255,255,0.92);border-radius:12px;z-index:0}#about .nosotros-card>*{position:relative;z-index:1}#about .nosotros-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px rgba(31,83,255,0.3)}.beneficios-section{background:url('/static/img/fondos/beneficios-fondo.jpg') center / cover no-repeat fixed;filter:brightness(0.95);padding:80px 0;position:relative;transition:opacity .8s ease}.beneficios-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(255,255,255,0.15);pointer-events:none}.beneficios-section .container{position:relative;z-index:2;padding-left:10%;padding-right:10%}.beneficios-section .benefit-card{background:rgba(255,255,255,0.95) !important;backdrop-filter:blur(10px);box-shadow:0 4px 12px rgba(31,83,255,0.2);transition:all .3s ease}.beneficios-section .benefit-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px rgba(31,83,255,0.3)}#blog{background:url('/static/img/fondos/recursos-fondo.jpg') center / cover no-repeat;background-attachment:fixed;padding:80px 0;position:relative;transition:opacity .8s ease}#blog::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(255,255,255,0.9);pointer-events:none}#blog .container{position:relative;z-index:2;padding-left:10%;padding-right:10%}#blog .blog-card{background:rgba(255,255,255,0.95) !important;backdrop-filter:blur(5px);box-shadow:0 4px 12px rgba(31,83,255,0.2);transition:all .3s ease}#blog .blog-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px rgba(31,83,255,0.3)}#productos{background:url('/static/img/fondos/catalogo-fondo.jpg') center / cover no-repeat;filter:brightness(1.05);padding:80px 0;position:relative;transition:opacity .8s ease}#productos::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(255,255,255,0.88);pointer-events:none}#productos .container{position:relative;z-index:2;padding-left:10%;padding-right:10%}#contact{background:url('/static/img/fondos/catalogo-fondo.jpg') center / cover no-repeat;filter:brightness(1.05);padding:80px 0;position:relative;transition:opacity .8s ease}#contact::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(255,255,255,0.85);pointer-events:none}#contact .container{position:relative;z-index:2;padding-left:10%;padding-right:10%}#contact .contact-form-container,#contact .info-card{backdrop-filter:blur(3px);background:rgba(255,255,255,0.98) !important;box-shadow:0 4px 12px rgba(31,83,255,0.2)}section{padding:80px 0;display:flex;flex-direction:column;align-items:center}section .container{width:100%;max-width:1400px;margin:0 auto;padding-left:10%;padding-right:10%}.benefit-icon,.blog-icon,.mission-icon,.vision-icon{padding:40px;display:flex;align-items:center;justify-content:center;margin:0 auto}section{transition:opacity .8s ease,transform .8s ease}.card,.benefit-card,.blog-card,.nosotros-card,.product-card,.info-card,.contact-form-container{box-shadow:0 4px 12px rgba(31,83,255,0.2);transition:all .3s ease}.card:hover,.benefit-card:hover,.blog-card:hover,.product-card:hover{box-shadow:0 8px 20px rgba(31,83,255,0.3);transform:translateY(-5px)}.navbar-brand{padding:0;margin:0}.navbar-brand img,.logo{min-height:72px;height:auto;padding:12px}#hero .navbar-brand img,.beneficios-section .navbar-brand img,#blog .navbar-brand img{filter:drop-shadow(0 2px 4px rgba(0,0,0,0.3))}.footer-logo-bottom{min-height:60px;height:auto;margin-bottom:20px}@media(min-width:1280px){.row.g-4>[class*="col-lg-4"]{flex:0 0 33.333333%;max-width:33.333333%}section .container{padding-left:10%;padding-right:10%}}@media(min-width:768px) and (max-width:1279px){.row.g-4>[class*="col-md-6"]{flex:0 0 50%;max-width:50%}section{padding:60px 0}section .container{padding-left:8%;padding-right:8%}}@media(max-width:767px){section{padding:48px 0}section .container{padding-left:5%;padding-right:5%}.row.g-4>[class*="col-"]{flex:0 0 100%;max-width:100%}#hero,.beneficios-section,#blog,#productos,#contact{background-size:cover;background-position:center;background-attachment:scroll}.benefit-icon,.blog-icon,.mission-icon,.vision-icon{padding:30px}.navbar-brand img,.logo{min-height:60px}}#hero .row,.beneficios-section .row,#blog .row,#productos .row,#contact .row{display:flex;align-items:center}.section-title,.text-center h2,.text-center h3{text-align:center;margin-bottom:2rem}#hero,.beneficios-section,#blog,#productos,#contact,#about .nosotros-card{background-size:cover;background-position:center;background-repeat:no-repeat}img{max-width:100%;height:auto;object-fit:contain}#hero h1,#hero h2,#hero .btn-get-started,#hero .btn-contact{text-shadow:0 2px 4px rgba(0,0,0,0.1)}.beneficios-section h2,.beneficios-section h4{color:#0f0697;font-weight:700}#blog h2,#blog h5,#productos h2,#contact h2{color:#0f0697;font-weight:700}.beneficios-section p,#blog p,#productos p,#contact p{color:#1a1a1a;font-weight:500}@media(prefers-reduced-motion:no-preference){section{animation:fadeIn .8s ease-in}@keyframes fadeIn{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}}.benefit-card,.blog-card,.nosotros-card,.product-card{display:flex;flex-direction:column;height:100%;justify-content:space-between}.icon-badge{width:120px;height:120px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;border-radius:50%;background:linear-gradient(135deg,#1f53ff 0,#37b7e9 100%)}.icon-badge i{font-size:3rem;color:white}.row.g-4{display:flex;flex-wrap:wrap;margin-right:-12px;margin-left:-12px}.row.g-4>[class*="col-"]{padding-right:12px;padding-left:12px;margin-bottom:24px}:root{--primary-color:navy;--secondary-color:#00cfff;--accent-color:#00cfff;--dark-color:navy;--light-color:#fff;--gray-color:#6e7277;--light-blue:#e8f4ff;--success-color:#28a745;--light-bg-color:#e6f0fa;--heading-dark:#004080;--heading-gray:#333}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:'Segoe UI',sans-serif;color:#444;background-color:#fff}h1,h2,h3,h4,h5,h6{font-family:'Segoe UI',sans-serif;color:var(--primary-color)}a{color:var(--primary-color);text-decoration:none;transition:all .3s ease}a:hover{color:var(--secondary-color);text-decoration:none}section{padding:60px 0;overflow:hidden;position:relative;scroll-margin-top:80px}.section-bg{background-color:var(--light-color)}.section-title{text-align:center;padding-bottom:30px}.section-title h2{font-size:32px;font-weight:600;margin-bottom:15px;position:relative}.title-underline{height:3px;width:50px;background-color:var(--secondary-color);margin:0 auto 20px}#header{transition:all .5s;z-index:997;background-color:#fff}.logo-container{display:flex;align-items:center;max-width:100%;height:80px;overflow:visible;margin-left:-35px;padding-left:0}.logo{height:80px;width:auto;display:block}.iso-logo-small{height:32px;margin-left:10px;object-fit:contain;display:block}.navbar-light .navbar-nav .nav-link{color:var(--dark-color);font-weight:500;padding:10px 15px;margin:0 5px;position:relative;transition:all .3s ease}.navbar-light .navbar-nav .nav-link:hover,.navbar-light .navbar-nav .nav-link.active{color:#58c0db !important}.navbar-light .navbar-nav .nav-link.active{background-color:rgba(88,192,219,0.1) !important;border-radius:5px}.navbar-light .navbar-nav .nav-link:before{content:"";position:absolute;width:0;height:2px;bottom:5px;left:15px;background-color:#58c0db;transition:all .3s ease-in-out}.navbar-light .navbar-nav .nav-link:hover:before,.navbar-light .navbar-nav .nav-link.active:before{width:calc(100% - 30px)}#hero{width:100%;height:100vh;background-color:#fff;padding-top:80px}#hero h1{font-size:48px;font-weight:700;line-height:1.2;margin-bottom:20px}#hero h2{color:var(--gray-color);font-size:24px;font-weight:400;margin-bottom:30px}.btn-get-started{font-weight:500;font-size:16px;letter-spacing:1px;display:inline-block;padding:10px 30px;border-radius:30px;color:#fff;background:var(--primary-color);text-decoration:none;transition:.5s}.btn-get-started:hover{background:var(--secondary-color);color:#fff;text-decoration:none}.btn-contact{font-weight:500;font-size:16px;letter-spacing:1px;display:inline-block;padding:10px 30px;border-radius:30px;border:2px solid var(--primary-color);color:var(--primary-color);text-decoration:none;transition:.5s}.btn-contact:hover{background:var(--primary-color);color:#fff;text-decoration:none}.hero-img{text-align:center}.hero-icon-container{display:flex;justify-content:space-around;align-items:center;height:300px;padding:20px;border-radius:10px;background-color:var(--light-blue);box-shadow:0 5px 15px rgba(0,0,0,0.1)}.hero-icon-container i{color:var(--primary-color);padding:30px;border-radius:50%;background:rgba(255,255,255,0.7);box-shadow:0 0 15px rgba(0,0,0,0.1);transition:all .3s ease}.hero-icon-container i:hover{transform:scale(1.1);background:#fff;color:var(--secondary-color)}.hero-img-container{display:flex;justify-content:center;align-items:flex-start;min-height:350px;padding:10px;padding-top:190px;overflow:visible}.hero-img-container img{max-width:43%;max-height:43%;object-fit:contain;border-radius:5px;transition:transform .3s ease}.hero-img-container img:hover{transform:scale(1.02)}.single-frame-container{background:#fff;border:3px solid #e8ecef;border-radius:12px;padding:15px;box-shadow:0 8px 25px rgba(0,0,0,0.15);transition:all .3s ease;position:relative;overflow:visible;display:flex;align-items:center;justify-content:center;min-height:350px}.single-frame-container:hover{transform:translateY(-5px);box-shadow:0 12px 35px rgba(0,0,0,0.2);border-color:navy}.single-frame-container::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#000080 0,#00cfff 100%);border-radius:8px 8px 0 0}.single-frame-container img{border-radius:8px;max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;display:block}.about .content h3{font-weight:600;font-size:26px}.presentacion-section{background-color:var(--light-blue);border-radius:10px;box-shadow:0 5px 15px rgba(0,0,0,0.05);transition:all .3s ease}.presentacion-section:hover{box-shadow:0 8px 25px rgba(0,0,0,0.1)}.presentacion-section h3{font-size:2.5rem;font-weight:bold;color:var(--primary-color);margin-bottom:1.5rem}.presentacion-section p{font-size:1.1rem;line-height:1.6;max-width:800px;margin:0 auto}.nosotros-card{border-left:4px solid var(--primary-color);transition:all .3s ease}.nosotros-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px rgba(0,0,0,0.1) !important}.nosotros-card h3{position:relative;padding-bottom:10px}.nosotros-card h3:after{content:'';position:absolute;bottom:0;left:0;width:40px;height:2px;background-color:var(--secondary-color)}.why-choose-us{background-color:var(--light-color);border-left:4px solid var(--primary-color);box-shadow:0 5px 15px rgba(0,0,0,0.05);transition:all .3s ease}.why-choose-us:hover{box-shadow:0 8px 25px rgba(0,0,0,0.1)}.why-choose-us ul li{position:relative;padding-left:10px;margin-bottom:12px;font-size:1.05rem;transition:all .3s ease}.why-choose-us ul li:hover{transform:translateX(5px)}.why-choose-us ul li i{margin-right:10px;color:var(--primary-color)}.innovation-section{padding:30px 0;border-top:1px solid #eee;margin-top:30px;background-color:var(--light-color);border-radius:10px;padding:30px;box-shadow:0 5px 15px rgba(0,0,0,0.05);transition:all .3s ease}.innovation-section:hover{box-shadow:0 8px 25px rgba(0,0,0,0.1)}.innovation-section h3{color:var(--primary-color);margin-bottom:20px;font-weight:600;position:relative;display:inline-block;font-size:2rem}.innovation-section h3:after{content:'';position:absolute;width:50%;height:2px;background-color:var(--secondary-color);bottom:-10px;left:25%}.innovation-section p{color:var(--gray-color);max-width:800px;margin:0 auto;font-size:1.05rem;line-height:1.6}.about-box{text-align:center;padding:30px 20px;border-radius:8px;background:#fff;box-shadow:0 0 15px rgba(0,0,0,0.1);transition:all .3s ease}.about-box:hover{transform:translateY(-10px);box-shadow:0 5px 25px rgba(0,0,0,0.15)}.about-box i{font-size:36px;margin-bottom:15px;color:var(--secondary-color)}.about-box h4{font-size:20px;font-weight:600;margin-bottom:10px}.service-box{text-align:center;padding:30px 20px;border-radius:8px;background:#fff;height:100%;box-shadow:0 0 15px rgba(0,0,0,0.1);transition:all .3s ease}.service-box:hover{transform:translateY(-10px);box-shadow:0 5px 25px rgba(0,0,0,0.15)}.service-box .icon{margin-bottom:20px}.service-box .icon i{font-size:36px;color:var(--secondary-color);transition:all .3s ease}.service-box:hover .icon i{color:var(--primary-color)}.service-box h4{font-weight:600;margin-bottom:15px;font-size:18px}.service-box p{font-size:14px;color:var(--gray-color)}.project-box{border-radius:8px;overflow:hidden;background:#fff;height:100%;box-shadow:0 0 15px rgba(0,0,0,0.1);transition:all .3s ease}.project-box:hover{transform:translateY(-10px);box-shadow:0 5px 25px rgba(0,0,0,0.15)}.project-img{text-align:center;background-color:var(--light-blue);padding:20px;height:200px;display:flex;align-items:center;justify-content:center;overflow:hidden}.project-img img{max-width:100%;max-height:100%;object-fit:contain;border-radius:5px;transition:transform .3s ease}.project-img img:hover{transform:scale(1.05)}.project-icon i{color:var(--primary-color)}.project-info{padding:20px}.project-info h4{font-weight:600;font-size:18px;margin-bottom:10px}.project-info p{color:var(--gray-color);font-size:14px}.list-group-item{transition:all .3s ease;border-left:3px solid transparent}.list-group-item:hover{background-color:var(--light-blue);border-left:3px solid var(--primary-color)}.badge.bg-primary{background-color:var(--primary-color) !important}.badge i{font-size:.7rem}.proyectos-detalle{background-color:var(--light-blue);padding:60px 0}.proyecto-categoria{background-color:white;border-radius:10px;padding:25px;box-shadow:0 5px 15px rgba(0,0,0,0.05);transition:all .3s ease}.proyecto-categoria:hover{box-shadow:0 8px 25px rgba(0,0,0,0.1);transform:translateY(-5px)}.categoria-titulo{color:var(--primary-color);font-weight:600;font-size:1.4rem;margin-bottom:20px;padding-bottom:10px;border-bottom:2px solid var(--light-blue)}.proyecto-lista{list-style:none;padding-left:0}.proyecto-lista li{padding:8px 0;border-bottom:1px dashed #eee;transition:all .3s ease}.proyecto-lista li:last-child{border-bottom:0}.proyecto-lista li:hover{padding-left:5px;color:var(--primary-color)}.proyecto-imagen{transition:all .5s ease}.proyecto-imagen:hover{transform:translateY(-5px);box-shadow:0 12px 30px rgba(0,0,0,0.15)}.proyecto-imagen img{transition:transform .5s ease}.proyecto-imagen:hover img{transform:scale(1.02)}.btn-whatsapp{background-color:var(--accent-color);color:white;border:0;padding:12px 30px;border-radius:50px;font-weight:500;transition:all .3s ease}.btn-whatsapp:hover{background-color:var(--secondary-color);color:white;transform:scale(1.05)}@media(max-width:768px){.proyecto-categoria{padding:20px;margin-bottom:20px}.categoria-titulo{font-size:1.2rem}.proyecto-lista li{font-size:.9rem}.hero-img-container{height:auto;min-height:200px;margin-top:20px}.hero-img-container img{max-height:200px}}.certification{background-color:#fff}.iso-cert-img{max-width:250px;transition:transform .5s ease}.iso-cert-img:hover{transform:scale(1.05)}.certification-content h3{font-weight:600;margin-bottom:20px;position:relative;padding-bottom:15px}.certification-content h3:after{content:'';position:absolute;bottom:0;left:0;width:50px;height:3px;background-color:var(--secondary-color)}.certification-list{list-style:none;padding:0;margin:20px 0}.certification-list li{padding:8px 0;display:flex;align-items:flex-start}.certification-list li i{color:var(--secondary-color);margin-right:10px;margin-top:5px}@media(max-width:991px){.certification .col-lg-5{margin-bottom:30px}}.bg-light-blue{background-color:var(--light-bg-color)}.heading-main{font-size:2rem;line-height:1.3;font-weight:bold;color:var(--heading-dark);word-wrap:break-word !important;white-space:normal !important;overflow:visible !important;max-width:100%;text-overflow:initial}.heading-section{font-size:1.4rem;color:var(--heading-dark)}.heading-sub{font-size:1.4rem;color:var(--heading-gray)}.text-standard{font-size:1.05rem}.featured-image-container,.excelencia-img-container,.calidad-img-container{width:100%;height:350px;background-color:#f7f7f7;border-radius:8px;overflow:hidden;box-shadow:0 5px 15px rgba(0,0,0,0.1);display:flex;align-items:center;justify-content:center}.excelencia-img-container img,.calidad-img-container img,.featured-image{max-width:100%;max-height:100%;object-fit:contain;border-radius:8px;transition:transform .3s ease}.excelencia-img-container img:hover,.calidad-img-container img:hover,.featured-image:hover{transform:scale(1.03)}.map-container iframe{width:100%;height:300px;border:0;border-radius:8px}.bg-primary-dark{background:var(--primary-color) !important;color:white !important}.contact .contact-info{background:transparent;padding:0;border-radius:0;box-shadow:none}.contact .info-item{display:flex;align-items:flex-start;margin-bottom:20px}.contact .info-item i{font-size:20px;color:var(--primary-color);margin-right:15px;margin-top:5px}.contact .info-item h4{font-size:18px;font-weight:600;margin-bottom:5px}.contact .info-card,.contact .contact-direct-info,.contact .contact-form-container{transition:all .3s ease;border-left:4px solid var(--primary-color)}.contact .info-card:hover,.contact .contact-direct-info:hover,.contact .contact-form-container:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,0.1) !important}.contact .map-container{position:relative;overflow:hidden;border-radius:8px;box-shadow:0 5px 15px rgba(0,0,0,0.1)}.contact .map-container iframe{width:100%;height:300px;border:0}.contact .social-links a{display:inline-block;margin-right:10px;color:var(--primary-color);text-decoration:none;transition:all .3s ease}.contact .social-links a:hover{transform:translateY(-3px)}.contact .social-links a.instagram:hover{color:#e1306c}.contact .social-links a.facebook:hover{color:#4267b2}.contact .social-links a.whatsapp:hover{color:#25d366}.btn-success{background-color:#25d366;border-color:#25d366}.contact .info-item p{margin-bottom:0;color:var(--gray-color)}.contact .social-links{display:flex;gap:15px}.contact .social-links a{display:flex;justify-content:center;align-items:center;width:40px;height:40px;border-radius:50%;color:#fff;background:var(--primary-color);transition:all .3s ease}.contact .social-links a:hover{background:var(--secondary-color);transform:scale(1.1)}.contact .contact-form{background:#fff;padding:30px;border-radius:8px;box-shadow:0 0 15px rgba(0,0,0,0.1)}.contact .form-group{margin-bottom:20px}.contact .form-control{padding:12px 15px;border-radius:5px;border:1px solid #ddd;font-size:14px}.contact .form-control:focus{border-color:var(--secondary-color);box-shadow:none}.contact button[type="submit"]{background:var(--primary-color);border:0;padding:12px 30px;color:#fff;border-radius:30px;font-weight:500;transition:all .3s ease}.contact button[type="submit"]:hover{background:var(--secondary-color);transform:scale(1.05)}.distributor-program{background:linear-gradient(135deg,rgba(15,6,151,0.95) 0,rgba(26,26,77,0.95) 100%) !important;position:relative;overflow:hidden;border-radius:12px !important}.distributor-program::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 20% 50%,rgba(88,192,219,0.1) 0,transparent 50%),radial-gradient(circle at 80% 50%,rgba(88,192,219,0.1) 0,transparent 50%);pointer-events:none;z-index:0}.distributor-program *{position:relative;z-index:1}.distributor-program h3,.distributor-program p,.distributor-program ul,.distributor-program li{color:white !important}.distributor-program h3 i{color:#58c0db !important}.distributor-program .list-unstyled li{margin-bottom:12px}.distributor-program .list-unstyled li i{color:#58c0db !important;margin-right:10px}#footer{background:#0f0697;color:#fff;padding:60px 0 30px;font-size:14px;width:100%;clear:both;position:relative;margin-top:30px;box-shadow:0 -5px 15px rgba(0,0,0,0.1);font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}#footer::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 20% 50%,rgba(88,192,219,0.1) 0,transparent 50%),radial-gradient(circle at 80% 50%,rgba(88,192,219,0.1) 0,transparent 50%);pointer-events:none;z-index:0}#footer .container{position:relative;z-index:1}#footer *,#footer p,#footer a,#footer h4,#footer li{-webkit-font-smoothing:antialiased !important;-moz-osx-font-smoothing:grayscale !important;text-rendering:optimizeLegibility !important}#footer .footer-info{display:flex;flex-direction:column;align-items:flex-start}#footer .footer-logo{height:45px;margin-bottom:25px}#footer .footer-info p{font-size:15px;line-height:1.7;color:#52b6ea}#footer .footer-info i{color:var(--secondary-color)}#footer .footer-links{margin-bottom:30px;text-align:center}#footer .footer-links h4{font-size:18px;font-weight:700;margin-bottom:20px;color:#58c0db;text-transform:uppercase;letter-spacing:.5px;position:relative;padding-bottom:10px}#footer .footer-links h4::after{content:'';position:absolute;left:50%;transform:translateX(-50%);bottom:0;width:40px;height:2px;background:var(--secondary-color)}#footer .footer-links ul{list-style:none;padding:0;margin:0}#footer .footer-links ul li{padding:8px 0;display:flex;align-items:center;justify-content:center}#footer .footer-links ul li:first-child{padding-top:0}#footer .footer-links ul i{margin-right:10px;color:var(--secondary-color);font-size:12px;transition:transform .3s ease}#footer .footer-links ul li:hover i{transform:translateX(3px)}#footer .footer-links ul a{color:#fff;transition:all .3s ease;display:inline-block;line-height:1.5;font-size:14.5px}#footer .footer-links ul a:hover{color:var(--secondary-color);padding-left:5px}#footer .social-links{display:flex;gap:12px;margin-top:5px;justify-content:center}#footer .social-links a{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:rgba(88,192,219,0.15);color:#fff;transition:all .3s ease;margin-right:0;padding:0;line-height:1}#footer .social-links a:hover{background:var(--secondary-color);transform:translateY(-3px);box-shadow:0 5px 15px rgba(88,192,219,0.4)}#footer .social-links a svg{width:20px;height:20px;display:block;margin:0 auto;fill:currentColor}#footer .social-links a.facebook{background:#1877f2}#footer .social-links a.instagram{background:linear-gradient(45deg,#f09433 0,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%)}#footer .social-links a.whatsapp{background:#25d366}#footer .social-links a.facebook:hover,#footer .social-links a.instagram:hover,#footer .social-links a.whatsapp:hover{background:var(--secondary-color)}#footer .copyright{text-align:center;padding-top:35px;margin-top:45px;border-top:1px solid rgba(88,192,219,0.3);font-size:15px;font-weight:500;letter-spacing:.5px;color:#52b6ea}#footer .footer-logo-bottom{height:70px;margin-bottom:20px;display:block;margin-left:auto;margin-right:auto}#footer .copyright p{margin-bottom:12px}#footer .copyright a{color:#58c0db;text-decoration:none;transition:all .3s ease;font-size:14px}#footer .copyright a:hover{color:#fff;text-decoration:underline}.alert-float{position:fixed;top:20px;right:20px;z-index:9999;padding:15px 20px;border-radius:8px;color:#fff;font-weight:500;box-shadow:0 5px 15px rgba(0,0,0,0.2);opacity:0;transform:translateY(-20px);transition:all .3s ease}.alert-float.show{opacity:1;transform:translateY(0)}.alert-float.success{background-color:#28a745}.alert-float.error{background-color:#dc3545}.whatsapp-float{position:fixed;bottom:20px;right:20px;background-color:var(--secondary-color);color:white;border-radius:50%;width:60px;height:60px;display:flex;justify-content:center;align-items:center;box-shadow:0 4px 10px rgba(0,0,0,0.3);z-index:999;transition:all .3s ease;text-decoration:none}.whatsapp-float i{font-size:30px}.whatsapp-float:hover{transform:scale(1.1);color:white}@media(max-width:991px){#hero{height:auto;padding:100px 0 40px}#hero h1{font-size:32px;text-align:center}#hero h2{font-size:20px;text-align:center}#hero .d-flex{justify-content:center;gap:10px}#hero .col-lg-6{text-align:center}.hero-icon-container{margin-top:40px;height:200px}.hero-img-container{margin-top:40px;height:250px}section{padding:40px 0}.project-img{height:180px}}@media(max-width:768px){.navbar-light .navbar-nav .nav-link:before{display:none}.service-box,.project-box,.about-box{margin-bottom:20px}.contact .contact-info{margin-bottom:30px}.project-img{height:160px}.about-box,.service-box,.project-box{margin-bottom:25px}.hero-img img{max-width:80%;margin:0 auto;display:block}.contact .contact-form,.contact .contact-info{padding:20px}#footer .footer-links{margin-bottom:20px}.why-choose-us{padding:15px;margin-bottom:20px}.why-choose-us h3{font-size:20px}.why-choose-us ul li{font-size:14px}.presentacion-section{padding:15px}.presentacion-section h3{font-size:1.8rem;margin-bottom:15px}.presentacion-section p{font-size:1rem}.nosotros-card{margin-bottom:15px}.nosotros-card h3{font-size:1.2rem}.nosotros-card p{font-size:.95rem}.innovation-section{padding:20px;margin-top:20px}.innovation-section h3{font-size:1.8rem}.innovation-section p{font-size:1rem;padding:0 10px}.excelencia-img-container,.calidad-img-container{margin-top:15px;max-height:250px}}@media(max-width:575px){#hero{padding:80px 0 30px;text-align:center}#hero h1{font-size:26px;text-align:center}#hero h2{font-size:16px;text-align:center}#hero .d-flex{flex-direction:column;align-items:center;width:100%;padding:0 20px}#hero .col-lg-6{text-align:center}.section-title h2{font-size:24px}.btn-get-started,.btn-contact{padding:12px 40px;font-size:14px;margin-bottom:10px;width:100%;max-width:320px;text-align:center}.project-img{height:140px}.hero-icon-container i{font-size:24px;padding:20px}.hero-img-container{height:auto;min-height:180px}.about-box i,.service-box .icon i{font-size:28px}section{padding:30px 0}.about-box h4,.service-box h4,.project-info h4{font-size:16px}.contact .form-control{padding:10px}.iso-cert-img{max-width:200px}.contact iframe{height:250px !important}.presentacion-section{padding:12px}.presentacion-section h3{font-size:1.5rem;margin-bottom:10px}.presentacion-section p{font-size:.9rem}.nosotros-card{padding:15px !important;margin-bottom:12px}.nosotros-card h3{font-size:1.1rem;margin-bottom:8px}.nosotros-card p{font-size:.85rem;line-height:1.4}.why-choose-us{padding:12px;margin-bottom:15px}.why-choose-us h3{font-size:18px;margin-bottom:12px}.why-choose-us ul li{font-size:13px;margin-bottom:8px}.innovation-section{padding:15px;margin-top:15px}.innovation-section h3{font-size:18px;margin-bottom:15px}.innovation-section h3:after{bottom:-8px}.innovation-section p{font-size:13px;line-height:1.5}.excelencia-img-container,.calidad-img-container{max-height:200px;margin-top:10px}.proyecto-categoria{padding:15px;margin-bottom:15px}.categoria-titulo{font-size:1.1rem;margin-bottom:15px;padding-bottom:8px}.proyecto-lista li{font-size:.85rem;padding:6px 0}.btn-whatsapp{padding:10px 20px;font-size:.9rem}.list-group-item{padding:8px 12px;font-size:13px}}.search-container{margin-bottom:2rem}.search-container .input-group{box-shadow:0 4px 15px rgba(0,123,255,0.1);border-radius:50px;overflow:hidden}.search-container .form-control{border:2px solid #e9ecef;border-right:0;padding:15px 25px;font-size:16px;border-radius:50px 0 0 50px}.search-container .form-control:focus{border-color:#007bff;box-shadow:none}.search-container .input-group-text{background-color:#007bff;color:white;border:2px solid #007bff;border-left:0;padding:15px 25px;border-radius:0 50px 50px 0}.product-catalog-detailed{margin-top:2rem}.category-section{margin-bottom:3rem}.category-title{color:#2c3e50;font-weight:600;border-bottom:3px solid #007bff;padding-bottom:10px;margin-bottom:25px}.product-detail-item{margin-bottom:20px;transition:transform .3s ease}.product-detail-item:hover{transform:translateY(-5px)}.product-detail-card{height:100%;transition:all .3s ease;border:1px solid #e9ecef}.product-detail-card:hover{box-shadow:0 8px 25px rgba(0,123,255,0.1);border-color:#007bff}.product-image-placeholder{height:180px;background-color:#f8f9fa;border-radius:8px;display:flex;align-items:center;justify-content:center;overflow:hidden;border:2px dashed #dee2e6}.product-image{width:100%;height:100%;object-fit:cover;border-radius:8px}.product-detail-card h5{font-weight:600;color:#2c3e50;margin-bottom:8px;font-size:1.1rem}.product-detail-card .text-muted{font-size:.9rem;line-height:1.4}.product-detail-card .btn-outline-primary{font-size:.85rem;padding:6px 15px;border-radius:20px;transition:all .3s ease}.product-detail-card .btn-outline-primary:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,123,255,0.3)}@media(max-width:768px){.product-image-placeholder{height:150px}.category-title{font-size:1.3rem}.product-detail-card h5{font-size:1rem}.search-container .form-control{padding:12px 20px;font-size:14px}.search-container .input-group-text{padding:12px 20px}}@media(max-width:575px){.product-image-placeholder{height:120px}.category-title{font-size:1.1rem;margin-bottom:20px}.product-detail-card h5{font-size:.9rem}.product-detail-card .text-muted{font-size:.8rem}.search-container .form-control{padding:10px 15px;font-size:13px}.search-container .input-group-text{padding:10px 15px}}.btn-primary,.btn-info,.btn-success,.btn-lg,.btn-primary.btn-lg,.btn-info.btn-lg,.btn-success.btn-lg{border-radius:50px !important}:root{--estp-azul-oscuro:#0f0697;--estp-azul-claro:#58c0db;--estp-gris-oscuro:#98999b;--estp-azul-hover:#45a3d5;--estp-azul-gradiente-inicio:#0f0697;--estp-azul-gradiente-fin:#58c0db;--estp-blanco:#fff;--estp-gris-claro:#f8f9fa;--estp-gris-medio:#e9ecef;--estp-texto-oscuro:#1a1a1a;--estp-texto-medio:#495057;--estp-texto-claro:#6c757d}body{font-family:'Segoe UI',-apple-system,BlinkMacSystemFont,Roboto,'Helvetica Neue',Arial,sans-serif !important}h1,h2,h3,h4,h5,h6{font-family:'Segoe UI',-apple-system,BlinkMacSystemFont,sans-serif !important;font-weight:600 !important}.section-title h2,.product-title,.heading-main,.heading-sub,.heading-section{font-family:'Segoe UI',-apple-system,BlinkMacSystemFont,sans-serif !important;font-weight:600 !important}.lead,.nav-link,.btn:not(.fa):not(.fas):not(.far):not(.fab),strong,b,.product-code{font-family:'Segoe UI',-apple-system,BlinkMacSystemFont,sans-serif !important;font-weight:600 !important}p:not(.fa):not(.fas):not(.far):not(.fab),span:not(.fa):not(.fas):not(.far):not(.fab),div:not(.fa):not(.fas):not(.far):not(.fab),a:not(.fa):not(.fas):not(.far):not(.fab),li:not(.fa):not(.fas):not(.far):not(.fab),label,input,textarea,select{font-family:'Segoe UI',-apple-system,BlinkMacSystemFont,sans-serif !important;font-weight:400 !important}.fa,.fas,.far,.fab,.fal,.fad,i.fa,i.fas,i.far,i.fab,i.fal,i.fad,[class^="fa-"],[class*=" fa-"]{font-family:'Font Awesome 6 Free','Font Awesome 6 Brands','FontAwesome' !important}.nav-link:hover,.nav-link.active{background-color:rgba(15,6,151,0.1) !important}.navbar-brand{background-color:transparent !important}.btn-primary,.btn-get-started,.product-quote-btn{background:var(--estp-azul-oscuro) !important;border-color:var(--estp-azul-oscuro) !important;color:var(--estp-blanco) !important;font-weight:600 !important;transition:all .3s ease !important}.btn-primary:hover,.btn-get-started:hover,.product-quote-btn:hover{background:var(--estp-azul-claro) !important;border-color:var(--estp-azul-claro) !important;transform:translateY(-2px);box-shadow:0 8px 20px rgba(88,192,219,0.4) !important}.btn-outline-primary,.filter-btn{border:2px solid var(--estp-azul-oscuro) !important;color:var(--estp-azul-oscuro) !important;background:transparent !important}.btn-outline-primary:hover,.filter-btn:hover,.filter-btn.active{background:var(--estp-azul-oscuro) !important;color:var(--estp-blanco) !important;border-color:var(--estp-azul-oscuro) !important;box-shadow:0 4px 15px rgba(15,6,151,0.25) !important}.benefit-icon i,.blog-icon i,.text-primary,i.text-primary,.fa-primary{color:var(--estp-azul-oscuro) !important}a{color:var(--estp-azul-oscuro)}a:hover{color:var(--estp-azul-claro)}.section-title h2,.products-section-title h2,h2.text-primary{color:var(--estp-azul-oscuro) !important}.title-underline,.title-divider{background:linear-gradient(135deg,var(--estp-azul-oscuro) 0,var(--estp-azul-claro) 100%) !important}.product-card:hover{border-color:var(--estp-azul-oscuro) !important;box-shadow:0 8px 30px rgba(15,6,151,0.15) !important}.product-title i{color:var(--estp-azul-oscuro) !important}.product-code{background:rgba(15,6,151,0.08) !important;border:1px solid rgba(15,6,151,0.15) !important;color:var(--estp-azul-oscuro) !important}.product-code i{color:var(--estp-azul-oscuro) !important}.image-counter-overlay .badge{background:var(--estp-azul-oscuro) !important}.form-control:focus,.search-input:focus{border-color:var(--estp-azul-oscuro) !important;box-shadow:0 0 0 3px rgba(15,6,151,0.15) !important}.search-container .input-group-text{background:var(--estp-azul-oscuro) !important}#footer,.footer-section{background:linear-gradient(135deg,rgba(15,6,151,0.95) 0,rgba(26,26,77,0.95) 100%) !important;position:relative !important;overflow:hidden !important}#footer::before,.footer-section::before{content:'' !important;position:absolute !important;top:0 !important;left:0 !important;right:0 !important;bottom:0 !important;background-image:radial-gradient(circle at 20% 50%,rgba(88,192,219,0.1) 0,transparent 50%),radial-gradient(circle at 80% 50%,rgba(88,192,219,0.1) 0,transparent 50%) !important;pointer-events:none !important;z-index:0 !important}.distributor-program{background:linear-gradient(135deg,rgba(15,6,151,0.95) 0,rgba(26,26,77,0.95) 100%) !important;position:relative !important;overflow:hidden !important}.distributor-program::before{content:'' !important;position:absolute !important;top:0 !important;left:0 !important;right:0 !important;bottom:0 !important;background-image:radial-gradient(circle at 20% 50%,rgba(88,192,219,0.1) 0,transparent 50%),radial-gradient(circle at 80% 50%,rgba(88,192,219,0.1) 0,transparent 50%) !important;pointer-events:none !important;z-index:0 !important}.distributor-program .btn-primary i,.distributor-program .btn-primary .fas{color:#0f0697 !important}.distributor-program .btn-primary:hover i,.distributor-program .btn-primary:hover .fas{color:#fff !important}.fa-check-circle,i.fa-check-circle,.fas.fa-check-circle,.distributor-benefits li i.fa-check,ul li i.fa-check,ul li i.fa-check-circle{color:#58c0db !important;opacity:1 !important}.certification-list li i,.certification-list i.fa-check-circle,.certification i.fa-check-circle{color:#0f0697 !important;opacity:1 !important}@media(min-width:769px){.distributor-program .btn-primary{color:#0f0697 !important;font-weight:600 !important}.distributor-program .btn-primary:hover{color:#fff !important}}#hero{background:linear-gradient(135deg,rgba(15,6,151,0.05) 0,rgba(82,182,234,0.05) 100%)}.bg-light{background-color:rgba(82,182,234,0.03) !important}.product-card,.benefit-card,.blog-card,.filter-btn,.btn,a{transition:all .3s cubic-bezier(0.4,0,0.2,1) !important}.bg-primary,.btn-primary,.badge-primary{color:var(--estp-blanco) !important}.presentacion-section,.why-choose-us{position:relative;background:linear-gradient(135deg,rgba(82,182,234,0.03) 0,rgba(15,6,151,0.03) 100%)}hr,.border-primary{border-color:var(--estp-azul-oscuro) !important}.badge-primary{background-color:var(--estp-azul-oscuro) !important}.badge-info{background-color:var(--estp-azul-claro) !important}.badge-secondary{background-color:var(--estp-gris-oscuro) !important}i.fas,i.fa,i.far,i.fab,.fas,.fa,.far,.fab{color:var(--estp-azul-oscuro) !important}.benefit-icon i,.benefit-card i{color:var(--estp-azul-oscuro) !important}.section-title i,h2 i,h3 i{color:var(--estp-azul-oscuro) !important}.nav-link i,.navbar i{color:var(--estp-azul-oscuro) !important}.btn i,.btn-primary i,.btn-get-started i,.btn-contact i{color:var(--estp-blanco) !important}.fa-fire,.fa-bolt,.fa-cog,.fa-microchip,.fa-wrench,.fa-tools{color:var(--estp-azul-claro) !important}.fa-industry,.fa-certificate,.fa-award,.fa-medal,.fa-shield-alt,.fa-shipping-fast,.fa-handshake,.fa-headset,.fa-user-cog,.fa-building,.fa-home,.fa-box,.fa-phone{color:var(--estp-azul-oscuro) !important}.blog-icon i,.blog-card i{color:var(--estp-azul-oscuro) !important}.process-step i,.capability-icon i{color:var(--estp-azul-oscuro) !important}.fa-whatsapp{color:#25d366 !important}.fa-facebook{color:#1877f2 !important}.fa-instagram{color:#e4405f !important}.fa-linkedin{color:#0a66c2 !important}#footer i,.footer-section i{color:var(--estp-blanco) !important}#footer h4,.footer-links h4,.footer-top h4,.footer__title{color:#52b6ea !important}.whatsapp-float{background-color:#25d366 !important;box-shadow:0 4px 15px rgba(37,211,102,0.4) !important}.whatsapp-float:hover{background-color:#128c7e !important;transform:scale(1.1) !important}.shadow,.card,.product-card{box-shadow:0 4px 15px rgba(15,6,151,0.08) !important}.shadow-lg{box-shadow:0 8px 30px rgba(15,6,151,0.12) !important}.benefit-card:hover,.blog-card:hover,.info-card:hover{transform:translateY(-5px);box-shadow:0 12px 35px rgba(15,6,151,0.15) !important;border-color:var(--estp-azul-claro) !important}@media(max-width:768px){.btn-primary,.filter-btn.active,.product-quote-btn{background:var(--estp-azul-oscuro) !important}.btn-primary:active,.filter-btn:active{background:var(--estp-azul-claro) !important}}.alert-success,.text-success{color:#28a745 !important}.alert-info,.text-info{color:var(--estp-azul-claro) !important;background-color:rgba(82,182,234,0.1) !important}.alert-warning{background-color:#fff3cd !important;border-color:#ffc107 !important}.alert-danger{background-color:#f8d7da !important;border-color:#dc3545 !important}.spinner-border,.spinner-border-sm{border-color:var(--estp-azul-claro) !important;border-right-color:transparent !important}.text-primary .spinner-border{border-color:var(--estp-azul-oscuro) !important;border-right-color:transparent !important}.hero-img-container::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(15,6,151,0.05) 0,rgba(82,182,234,0.05) 100%);z-index:0;pointer-events:none}.bg-dark{background-color:var(--estp-azul-oscuro) !important}.text-dark{color:var(--estp-texto-oscuro) !important}.text-muted{color:var(--estp-texto-claro) !important}@media print{.btn-primary,.bg-primary,.text-primary{background-color:#333 !important;color:#000 !important}}#hero{position:relative;width:100%;min-height:auto;display:flex;align-items:center;justify-content:center;padding-top:80px;padding-bottom:40px;background:url('/static/img/hero-background.jpg') center center / cover no-repeat;overflow:hidden}#hero::before,#hero::after{content:none !important;display:none !important}#hero .hero-overlay{position:absolute !important;top:0 !important;left:0 !important;right:0 !important;bottom:0 !important;width:100% !important;height:100% !important;background:linear-gradient(135deg,rgba(15,6,151,0.45) 0,rgba(26,26,77,0.55) 100%) !important;z-index:1 !important;pointer-events:none !important}#hero .container{position:relative;z-index:2}#hero .row{justify-content:center;align-items:center}#hero .col-lg-6{flex:0 0 100%;max-width:100%;text-align:center}#hero .hero-img,#hero .hero-img-container{display:none !important}#hero h1{font-size:3.5rem !important;font-weight:800 !important;color:white !important;margin-bottom:1.5rem !important;line-height:1.2 !important;text-shadow:0 4px 20px rgba(0,0,0,0.3)}#hero h2{font-size:1.4rem !important;font-weight:400 !important;color:rgba(255,255,255,0.95) !important;margin-bottom:2.5rem !important;line-height:1.6 !important;max-width:800px;margin-left:auto;margin-right:auto}#hero .d-flex{justify-content:center;gap:1rem;flex-wrap:wrap}#hero .btn-get-started,#hero a.btn-get-started{background:#58c0db !important;background-image:none !important;color:white !important;border:2px solid #58c0db !important;padding:14px 40px !important;font-size:1.1rem !important;font-weight:600 !important;border-radius:50px !important;box-shadow:0 4px 15px rgba(88,192,219,0.3) !important;transition:all .35s cubic-bezier(0.4,0,0.2,1) !important;text-decoration:none !important;width:320px !important;min-width:320px !important;max-width:320px !important;flex-basis:320px !important;flex-shrink:0 !important;text-align:center !important}#hero .btn-get-started:hover,#hero a.btn-get-started:hover{background:#58c0db !important;background-image:none !important;transform:translateY(-4px) scale(1.02) !important;box-shadow:0 8px 25px rgba(88,192,219,0.4) !important}#hero .btn-contact,#hero a.btn-contact{background:transparent !important;background-image:none !important;color:white !important;border:2px solid white !important;padding:14px 40px !important;font-size:1.1rem !important;font-weight:600 !important;border-radius:50px !important;box-shadow:0 4px 15px rgba(255,255,255,0.2) !important;transition:all .35s cubic-bezier(0.4,0,0.2,1) !important;text-decoration:none !important;width:320px !important;min-width:320px !important;max-width:320px !important;flex-basis:320px !important;flex-shrink:0 !important;text-align:center !important}#hero .btn-contact:hover,#hero a.btn-contact:hover{background:white !important;background-image:none !important;color:#0f0697 !important;border:2px solid white !important;transform:translateY(-3px) !important;box-shadow:0 12px 35px rgba(255,255,255,0.3) !important}#hero .btn-get-started i,#hero a.btn-get-started i,#hero .btn-contact i,#hero a.btn-contact i{display:inline-block;transition:all .35s cubic-bezier(0.68,-0.55,0.265,1.55) !important}#hero .btn-contact i,#hero a.btn-contact i{color:rgba(255,255,255,0.95) !important}#hero .btn-contact:hover i,#hero a.btn-contact:hover i{color:#0f0697 !important}#hero .btn-get-started:hover i,#hero a.btn-get-started:hover i,#hero .btn-contact:hover i,#hero a.btn-contact:hover i{transform:translateX(3px) scale(1.1) !important}.hero-particle{position:absolute;background:rgba(88,192,219,0.2);border-radius:50%;z-index:1;animation:float 20s infinite ease-in-out}.hero-particle-1{width:300px;height:300px;top:10%;left:5%;animation-delay:0s}.hero-particle-2{width:200px;height:200px;bottom:15%;right:10%;animation-delay:5s}.hero-particle-3{width:150px;height:150px;top:60%;left:80%;animation-delay:10s}@keyframes float{0%,100%{transform:translate(0,0) scale(1);opacity:.3}50%{transform:translate(30px,-30px) scale(1.1);opacity:.5}}.hero-badge{position:absolute;bottom:40px;left:50%;transform:translateX(-50%);background:rgba(255,255,255,0.15);backdrop-filter:blur(10px);padding:12px 30px;border-radius:50px;border:2px solid rgba(255,255,255,0.3);z-index:3;display:flex;align-items:center;gap:12px}.hero-badge i{color:#58c0db;font-size:1.5rem}.hero-badge span{color:white;font-weight:600;font-size:.95rem}@media(max-width:991.98px){#hero{min-height:auto;padding-top:70px;padding-bottom:30px}#hero h1{font-size:2.5rem !important}#hero h2{font-size:1.2rem !important}.btn-get-started,.btn-contact{padding:12px 30px !important;font-size:1rem !important}}@media(max-width:767.98px){#hero{min-height:auto;padding-top:80px;padding-bottom:40px}#hero h1{font-size:2rem !important;margin-bottom:1rem !important;text-shadow:0 4px 20px rgba(0,0,0,0.7),0 2px 4px rgba(0,0,0,0.5) !important;line-height:1.25 !important;font-weight:800 !important}#hero h2{font-size:1.1rem !important;margin-bottom:2rem !important;text-shadow:0 3px 15px rgba(0,0,0,0.6),0 1px 3px rgba(0,0,0,0.4) !important;line-height:1.6 !important}#hero .btn-get-started,#hero .btn-contact,#hero a.btn-get-started,#hero a.btn-contact{padding:12px 24px !important;font-size:.9rem !important;width:100% !important;min-width:0 !important;max-width:100% !important;flex-basis:auto !important;flex-shrink:1 !important;display:flex !important;align-items:center !important;justify-content:center !important;text-align:center !important;box-sizing:border-box !important;margin:0 !important}#hero .btn-get-started i,#hero .btn-contact i{margin-right:8px !important;margin-left:0 !important;flex-shrink:0 !important}#hero .hero-buttons-container,#hero .d-flex{flex-direction:column !important;gap:.8rem !important;width:100% !important}.hero-particle{display:none}.hero-badge{display:none}}@media(max-width:575.98px){#hero{min-height:auto;padding-top:70px;padding-bottom:35px}#hero h1{font-size:1.75rem !important;margin-bottom:.9rem !important;text-shadow:0 4px 20px rgba(0,0,0,0.7),0 2px 4px rgba(0,0,0,0.5) !important;line-height:1.25 !important;font-weight:800 !important}#hero h2{font-size:1rem !important;margin-bottom:1.8rem !important;text-shadow:0 3px 15px rgba(0,0,0,0.6),0 1px 3px rgba(0,0,0,0.4) !important;line-height:1.6 !important}#hero .btn-get-started,#hero .btn-contact,#hero a.btn-get-started,#hero a.btn-contact{padding:12px 24px !important;font-size:.9rem !important;width:100% !important;min-width:0 !important;max-width:100% !important;flex-basis:auto !important;flex-shrink:1 !important;display:flex !important;align-items:center !important;justify-content:center !important;text-align:center !important;box-sizing:border-box !important;margin:0 !important}#hero .btn-get-started i,#hero .btn-contact i{margin-right:8px !important;margin-left:0 !important;flex-shrink:0 !important}}@keyframes fadeInUp{from{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}#hero h1{animation:fadeInUp .8s ease-out}#hero h2{animation:fadeInUp .8s ease-out .2s both}#hero .d-flex{animation:fadeInUp .8s ease-out .4s both}.scroll-indicator{position:absolute;bottom:30px;left:50%;transform:translateX(-50%);z-index:3;animation:bounce 2s infinite}.scroll-indicator i{color:white;font-size:2rem;opacity:.7}@keyframes bounce{0%,20%,50%,80%,100%{transform:translateX(-50%) translateY(0)}40%{transform:translateX(-50%) translateY(-10px)}60%{transform:translateX(-50%) translateY(-5px)}}@media(max-width:991.98px){#hero::before{background-position:center center;background-size:cover;opacity:.25}}@media(max-width:767.98px){#hero::before{background-position:center center;background-size:cover;opacity:.3}}@media(max-width:575.98px){#hero::before{background-position:center center;background-size:100% auto;opacity:.25}}#featuredProductsCarousel .carousel-control-prev i,#featuredProductsCarousel .carousel-control-next i{color:white !important;font-size:20px !important}#featuredProductsCarousel{position:relative;padding:40px 0;height:580px}#featuredProductsCarousel .carousel-inner{padding:20px 0;height:530px}#featuredProductsCarousel .carousel-item{height:530px}#featuredProductsCarousel .carousel-item .container{height:100%}#featuredProductsCarousel .carousel-item .row{height:100%;align-items:center}.featured-product-card{border:2px solid #f0f0f0;transition:all .3s ease;max-height:480px;display:flex;align-items:center}.featured-product-card .row{width:100%}.featured-product-card:hover{border-color:#0f0697;transform:translateY(-5px)}.featured-product-card img{max-height:330px !important;width:auto !important;object-fit:contain !important;margin:0 auto}#featuredProductsCarousel .carousel-control-prev,#featuredProductsCarousel .carousel-control-next{position:absolute !important;width:50px !important;height:50px !important;background-color:#0f0697 !important;border-radius:50% !important;top:290px !important;margin-top:0 !important;opacity:.8 !important;transition:opacity .3s ease,background-color .3s ease !important;z-index:10 !important}#featuredProductsCarousel .carousel-control-prev{left:-25px !important}#featuredProductsCarousel .carousel-control-next{right:-25px !important}#featuredProductsCarousel .carousel-control-prev:hover,#featuredProductsCarousel .carousel-control-next:hover{opacity:1;background-color:#58c0db}#featuredProductsCarousel .carousel-indicators{position:relative;margin-top:30px;margin-bottom:0}#featuredProductsCarousel .carousel-indicators button{width:12px;height:12px;border-radius:50%;background-color:#d0d0d0;border:0;margin:0 5px;opacity:1;transition:all .3s ease}#featuredProductsCarousel .carousel-indicators button.active{background-color:#0f0697;transform:scale(1.2)}#featuredProductsCarousel .carousel-indicators button:hover{background-color:#58c0db}@media(max-width:768px){#featuredProductsCarousel{height:450px !important;padding:0 !important;margin:15px 0 !important;overflow:visible !important}#featuredProductsCarousel .carousel-inner{height:420px !important;overflow:visible !important}#featuredProductsCarousel .carousel-item{height:420px !important;padding:0 10px !important}#featuredProductsCarousel .carousel-item.active{display:flex !important;align-items:center !important}#featuredProductsCarousel .carousel-control-prev,#featuredProductsCarousel .carousel-control-next{position:absolute !important;width:40px !important;height:40px !important;top:200px !important;margin-top:0 !important;opacity:1 !important;z-index:100 !important;background-color:#0f0697 !important;border-radius:50% !important}#featuredProductsCarousel .carousel-control-prev{left:10px !important}#featuredProductsCarousel .carousel-control-next{right:10px !important}#featuredProductsCarousel .carousel-control-prev:hover,#featuredProductsCarousel .carousel-control-next:hover{opacity:1 !important;background-color:#58c0db !important}.featured-product-card{padding:12px !important;max-height:400px !important;height:100% !important;display:flex !important;flex-direction:column !important;justify-content:center !important;overflow:visible !important;margin:0 !important}.featured-product-card .row{height:100% !important;margin:0 !important;flex-direction:column !important;align-items:center !important}.featured-product-card .col-md-5{display:flex !important;align-items:center !important;justify-content:center !important;padding:5px !important;flex:0 0 50% !important;max-width:100% !important;width:100% !important;overflow:visible !important}.featured-product-card .col-md-7{display:flex !important;flex-direction:column !important;justify-content:center !important;align-items:center !important;padding:5px 8px !important;flex:0 0 50% !important;max-width:100% !important;width:100% !important}.featured-product-card img{max-height:170px !important;max-width:100% !important;width:auto !important;height:auto !important;object-fit:contain !important;margin:0 auto !important;display:block !important}.featured-product-card h3{font-size:.95rem !important;line-height:1.2 !important;margin-bottom:6px !important;text-align:center !important;font-weight:700 !important;overflow:hidden !important;text-overflow:ellipsis !important;display:-webkit-box !important;-webkit-line-clamp:2 !important;-webkit-box-orient:vertical !important;max-height:2.4em !important}.featured-product-card p{font-size:.75rem !important;line-height:1.25 !important;margin-bottom:3px !important;text-align:center !important;overflow:hidden !important;text-overflow:ellipsis !important;white-space:nowrap !important;max-width:100% !important}.featured-product-card .btn{font-size:.8rem !important;padding:6px 14px !important;margin-top:6px !important;width:auto !important;max-width:180px !important;margin-left:auto !important;margin-right:auto !important}#ver-resto-productos{margin-top:20px !important}#featuredProductsCarousel .carousel-indicators{display:none !important}}@media(max-width:576px){#featuredProductsCarousel{height:420px !important;padding:0 !important;margin:10px 0 !important}#featuredProductsCarousel .carousel-inner{height:390px !important}#featuredProductsCarousel .carousel-item{height:390px !important;padding:0 5px !important}#featuredProductsCarousel .carousel-control-prev,#featuredProductsCarousel .carousel-control-next{width:35px !important;height:35px !important;top:180px !important}#featuredProductsCarousel .carousel-control-prev{left:5px !important}#featuredProductsCarousel .carousel-control-next{right:5px !important}.featured-product-card{padding:10px !important;max-height:370px !important}.featured-product-card .col-md-5{flex:0 0 48% !important;padding:3px !important}.featured-product-card .col-md-7{flex:0 0 52% !important;padding:3px 8px !important}.featured-product-card img{max-height:150px !important}.featured-product-card h3{font-size:.9rem !important;line-height:1.2 !important;margin-bottom:5px !important}.featured-product-card p{font-size:.7rem !important;line-height:1.2 !important;margin-bottom:2px !important}.featured-product-card .btn{font-size:.75rem !important;padding:5px 12px !important;margin-top:5px !important}#ver-resto-productos{margin-top:15px !important;font-size:.9rem !important;padding:12px 30px !important}}#featuredProductsCarousel .carousel-item{transition:transform .6s ease-in-out}.productos-section .product-card,.catalog-grid .product-card,div.product-card{background:#fff !important;background-color:#fff !important;border:1px solid #e5e5e7 !important;border-radius:16px !important;overflow:hidden !important;transition:all .2s ease !important;box-shadow:0 1px 3px rgba(0,0,0,0.04) !important;position:relative !important}.productos-section .product-card:hover,.catalog-grid .product-card:hover,div.product-card:hover{transform:translateY(-2px) !important;box-shadow:0 4px 12px rgba(0,0,0,0.08) !important;border-color:#0f0697 !important}.product-card::before,.product-card::after{display:none !important}.product-card .product-image-container,div.product-image-container{background:#f5f5f7 !important;background-color:#f5f5f7 !important;position:relative !important;padding:24px !important;aspect-ratio:1 / 1;display:flex !important;align-items:center !important;justify-content:center !important}.product-image-container::before,.product-image-container::after{display:none !important}.product-image-container img{max-width:100% !important;max-height:100% !important;object-fit:contain !important;transition:transform .2s ease !important}.product-card:hover .product-image-container img{transform:scale(1.02) !important}.category-badge{position:absolute !important;top:12px !important;left:12px !important;background:rgba(255,255,255,0.95) !important;color:#0f0697 !important;padding:6px 12px !important;border-radius:8px !important;font-size:11px !important;font-weight:600 !important;letter-spacing:.3px !important;text-transform:uppercase !important;z-index:10 !important;backdrop-filter:blur(10px) !important;box-shadow:0 2px 8px rgba(0,0,0,0.08) !important;border:1px solid rgba(15,6,151,0.1) !important;display:flex !important;align-items:center !important;gap:6px !important}.category-badge i{font-size:12px !important;color:#0f0697 !important}.product-card .product-info,div.product-info{padding:20px !important;position:relative !important;z-index:1 !important;background:transparent !important}.product-card .product-title,.product-info .product-title,h5.product-title{color:#1d1d1f !important;font-size:16px !important;font-weight:600 !important;line-height:1.4 !important;margin-bottom:12px !important;letter-spacing:-.01em !important}.product-code{display:inline-flex !important;align-items:center !important;gap:6px !important;background:#f5f5f7 !important;color:#6e6e73 !important;padding:6px 12px !important;border-radius:8px !important;font-size:12px !important;font-weight:500 !important;margin-bottom:12px !important;border:none !important}.product-code i{font-size:12px !important;color:#6e6e73 !important}.product-description{color:#6e6e73 !important;font-size:14px !important;line-height:1.5 !important;margin-bottom:12px !important}.product-spec{color:#6e6e73 !important;font-size:13px !important;font-weight:500 !important;padding-top:12px !important;border-top:1px solid #e5e5e7 !important;display:flex !important;align-items:center !important;gap:6px !important}.product-spec i{font-size:13px !important;color:#6e6e73 !important}.catalog-grid{display:grid !important;grid-template-columns:repeat(auto-fill,minmax(280px,1fr)) !important;gap:20px !important;margin-bottom:40px !important}@media(max-width:768px){.catalog-grid{grid-template-columns:1fr !important;gap:16px !important}}.category-section,div.category-section{margin-bottom:48px !important;position:relative !important;background:transparent !important;background-color:transparent !important}.category-number,.category-geometric-circle,.category-accent-bar{display:none !important}.category-title{color:#1d1d1f !important;font-size:24px !important;font-weight:700 !important;letter-spacing:-.02em !important;margin-bottom:24px !important;display:flex !important;align-items:center !important;gap:12px !important}.category-title i{color:#0f0697 !important;font-size:28px !important}.productos-section .filters,.filters,div.filters{margin-bottom:32px !important;padding:0 !important;background:transparent !important;background-image:none !important;border-radius:0 !important;display:flex !important;flex-wrap:wrap !important;justify-content:center !important;gap:12px !important}.productos-section .filter-btn,.filters .filter-btn,button.filter-btn,.btn.filter-btn{background:#f5f5f7 !important;background-image:none !important;color:#1d1d1f !important;border:1px solid transparent !important;border-radius:12px !important;padding:10px 20px !important;font-size:14px !important;font-weight:500 !important;letter-spacing:-.01em !important;transition:all .2s ease !important;margin:0 !important;box-shadow:none !important}.productos-section .filter-btn i,.filters .filter-btn i,button.filter-btn i,.btn.filter-btn i{font-size:14px !important;margin-right:8px !important;opacity:1 !important;visibility:visible !important;transition:none !important;color:inherit !important}.productos-section .filter-btn:hover i,.filters .filter-btn:hover i,button.filter-btn:hover i,.btn.filter-btn:hover i{color:#fff !important}.productos-section .filter-btn:hover,.filters .filter-btn:hover,button.filter-btn:hover,.btn.filter-btn:hover,.filter-btn:not(.active):hover{background:#0f0697 !important;background-color:#0f0697 !important;background-image:none !important;color:#fff !important;transform:none !important;box-shadow:0 1px 4px rgba(15,6,151,0.15) !important}.productos-section .filter-btn.active,.filters .filter-btn.active,button.filter-btn.active,.btn.filter-btn.active{background:#0f0697 !important;background-image:none !important;color:#fff !important;border-color:#0f0697 !important;box-shadow:0 2px 8px rgba(15,6,151,0.2) !important}.productos-section .filter-btn.active i,.filters .filter-btn.active i,button.filter-btn.active i,.btn.filter-btn.active i{color:#fff !important}.search-container .input-group{box-shadow:0 2px 8px rgba(0,0,0,0.06) !important;border-radius:12px !important;overflow:hidden !important;background:#fff !important;border:1px solid #e5e5e7 !important}.search-container .form-control{border:none !important;padding:14px 20px !important;font-size:15px !important;color:#1d1d1f !important;background:#fff !important;border-radius:12px 0 0 12px !important}.search-container .form-control::placeholder{color:#86868b !important}.search-container .form-control:focus{border:none !important;box-shadow:none !important;outline:none !important}.search-container .input-group-text{background:#58c0db !important;border:none !important;color:#fff !important;padding:0 20px !important;border-radius:0 12px 12px 0 !important}.search-container .input-group-text i{font-size:16px !important}.productos-section #toggle-products-btn,#toggle-products-btn,button#toggle-products-btn.btn{background:#0f0697 !important;background-image:none !important;border:none !important;border-radius:12px !important;padding:14px 32px !important;font-size:16px !important;font-weight:600 !important;letter-spacing:-.01em !important;color:#fff !important;transition:all .2s ease !important;box-shadow:0 2px 8px rgba(15,6,151,0.2) !important}.productos-section #toggle-products-btn::before,.productos-section #toggle-products-btn::after,#toggle-products-btn::before,#toggle-products-btn::after,button#toggle-products-btn::before,button#toggle-products-btn::after{display:none !important;content:none !important}.productos-section #toggle-products-btn:hover,#toggle-products-btn:hover,button#toggle-products-btn.btn:hover{background:#0f0697 !important;background-color:#0f0697 !important;background-image:none !important;transform:translateY(-1px) !important;box-shadow:0 4px 12px rgba(15,6,151,0.3) !important;opacity:.9 !important}.productos-section #toggle-products-btn i,#toggle-products-btn i,button#toggle-products-btn i{margin-right:8px !important;transition:none !important;color:#fff !important}.section-title{background:transparent !important;padding:0 !important;border-radius:0 !important;margin-bottom:48px !important}.section-title h2{color:#1d1d1f !important;font-size:32px !important;font-weight:700 !important;letter-spacing:-.02em !important;margin-bottom:8px !important}.section-title .lead{color:#6e6e73 !important;font-size:17px !important;font-weight:400 !important;letter-spacing:-.01em !important}.pagination{gap:8px !important}.pagination .page-item .page-link{background:#f5f5f7 !important;border:1px solid transparent !important;border-radius:8px !important;color:#1d1d1f !important;padding:8px 14px !important;font-size:14px !important;font-weight:500 !important;transition:all .2s ease !important;margin:0 !important;box-shadow:none !important}.pagination .page-item .page-link:hover{background:#e8e8ed !important;border-color:transparent !important;color:#0f0697 !important;transform:none !important;box-shadow:none !important}.pagination .page-item.active .page-link{background:#0f0697 !important;border-color:#0f0697 !important;color:#fff !important;box-shadow:0 2px 8px rgba(15,6,151,0.2) !important}.pagination .page-item.disabled .page-link{background:#f5f5f7 !important;border-color:transparent !important;color:#d2d2d7 !important;opacity:.6 !important}#pagination-info{background:#f5f5f7 !important;padding:8px 16px !important;border-radius:8px !important;font-size:13px !important;font-weight:500 !important;color:#6e6e73 !important}.no-results,.text-center.py-5{background:transparent !important;border-radius:0 !important;padding:60px 20px !important}.no-results i{font-size:48px !important;color:#d2d2d7 !important;margin-bottom:16px !important}.no-results h4{color:#1d1d1f !important;font-size:20px !important;font-weight:600 !important;margin-bottom:8px !important}.no-results p{color:#6e6e73 !important;font-size:15px !important}@keyframes fadeIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.product-card{animation:fadeIn .3s ease forwards !important}.product-card:nth-child(1){animation-delay:0s !important}.product-card:nth-child(2){animation-delay:.05s !important}.product-card:nth-child(3){animation-delay:.1s !important}.product-card:nth-child(4){animation-delay:.15s !important}.product-card:nth-child(5){animation-delay:0s !important}.product-card:nth-child(6){animation-delay:.05s !important}@media(max-width:768px){.section-title h2{font-size:28px !important}.section-title .lead{font-size:16px !important}.category-title{font-size:22px !important}.filter-btn{font-size:13px !important;padding:8px 16px !important}.product-title{font-size:15px !important}#toggle-products-btn{padding:12px 24px !important;font-size:15px !important}}.filter-btn:focus,.page-link:focus,.form-control:focus,#toggle-products-btn:focus{outline:2px solid #0f0697 !important;outline-offset:2px !important}.product-quote-btn{background:#0f0697 !important;border:none !important;color:#fff !important;font-weight:600 !important;padding:12px 20px !important;border-radius:10px !important;transition:all .2s ease !important;text-decoration:none !important;font-size:14px !important;letter-spacing:-.01em !important;box-shadow:0 2px 8px rgba(15,6,151,0.2) !important}.product-quote-btn::before,.product-quote-btn::after{display:none !important}.product-quote-btn:hover{background:#0d0582 !important;transform:translateY(-1px) !important;box-shadow:0 4px 12px rgba(15,6,151,0.3) !important}.product-quote-btn i{font-size:14px !important;margin-right:8px !important}.spinner-border{width:32px !important;height:32px !important;border-width:3px !important;border-color:#0f0697 !important;border-right-color:transparent !important}.productos-section::before,.productos-section::after,section#productos::before,section#productos::after{display:none !important}.productos-section,section#productos{background:#fff !important;background-color:#fff !important}#products-content,#product-catalog,.product-catalog-detailed{background:transparent !important;background-color:transparent !important}.productos-estrella-section{background:linear-gradient(135deg,rgba(15,6,151,0.95) 0,rgba(26,26,77,0.95) 100%);position:relative;overflow:hidden}.productos-estrella-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 20% 50%,rgba(88,192,219,0.1) 0,transparent 50%),radial-gradient(circle at 80% 50%,rgba(88,192,219,0.1) 0,transparent 50%);pointer-events:none;z-index:0}.productos-estrella-section .container{position:relative;z-index:1}.productos-estrella-section .section-title{color:white}.productos-estrella-section .section-title i{color:#58c0db}.productos-estrella-section .lead{color:rgba(255,255,255,0.9)}.featured-categories{margin-bottom:3rem}.featured-filter-btn{margin:8px;padding:12px 28px;border-radius:50px;font-weight:600;border:2px solid rgba(255,255,255,0.3);color:white;background:transparent;transition:all .3s cubic-bezier(0.4,0,0.2,1)}.featured-filter-btn:hover{border-color:#58c0db;background:rgba(88,192,219,0.2);color:white;transform:translateY(-2px)}.featured-filter-btn.active{background:linear-gradient(135deg,#58c0db 0,#58c0db 100%);border-color:transparent;color:white;box-shadow:0 6px 25px rgba(88,192,219,0.4)}#featuredProductsCarousel{position:relative;z-index:10}#featuredProductsCarousel .carousel-inner{position:relative;z-index:10}#featuredProductsCarousel .carousel-item{position:relative;z-index:10}.featured-product-card{background:rgba(255,255,255,0.95);border-radius:20px;padding:2rem;transition:all .4s cubic-bezier(0.4,0,0.2,1);cursor:pointer;border:2px solid transparent;position:relative;overflow:hidden;z-index:10}.featured-product-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#0f0697 0,#58c0db 100%);transform:scaleX(0);transform-origin:left;transition:transform .4s cubic-bezier(0.4,0,0.2,1)}.featured-product-card:hover{transform:translateY(-10px);box-shadow:0 20px 60px rgba(0,0,0,0.3);border-color:#58c0db}.featured-product-card:hover::before{transform:scaleX(1)}.featured-product-image{width:100%;height:200px;object-fit:contain;margin-bottom:1.5rem;transition:transform .4s cubic-bezier(0.4,0,0.2,1)}.featured-product-card:hover .featured-product-image{transform:scale(1.1)}.featured-product-name{font-size:1.25rem;font-weight:700;color:#0f0697;margin-bottom:1rem}.featured-info-btn{background:#0f0697;color:white;border:0;padding:10px 30px;border-radius:50px;font-weight:600;transition:all .3s ease;width:100%}.featured-info-btn:hover{background:#58c0db;transform:translateY(-2px);box-shadow:0 6px 20px rgba(88,192,219,0.4)}#featuredProductModal .modal-content{border-radius:20px;border:0;overflow:hidden}#featuredProductModal .modal-header{background:linear-gradient(135deg,#0f0697 0,#1a1a4d 100%)}#featuredProductModal .btn-close{background:white;opacity:1;border-radius:50%;width:35px;height:35px;padding:0}#featuredProductModal .modal-body{padding:2.5rem}#modal-product-specs{background:rgba(15,6,151,0.05);padding:1.5rem;border-radius:12px;border-left:4px solid #58c0db}#modal-product-specs h5{color:#0f0697;font-weight:700;margin-bottom:1rem}#modal-product-specs ul{list-style:none;padding-left:0}#modal-product-specs ul li{padding:.5rem 0;color:#495057;position:relative;padding-left:25px}#modal-product-specs ul li::before{content:'•';position:absolute;left:0;color:#58c0db;font-size:1.5rem;line-height:1}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.featured-product-card{animation:fadeInUp .6s ease-out}@media(max-width:991.98px){.featured-product-image{height:180px}.featured-filter-btn{padding:10px 20px;font-size:.9rem}}@media(max-width:767.98px){.productos-estrella-section{padding:50px 0}.featured-product-image{height:150px}.featured-filter-btn{margin:6px;padding:8px 16px;font-size:.85rem}#featuredProductModal .modal-body{padding:1.5rem}}@media(max-width:575.98px){.featured-filter-btn{width:100%;margin:4px 0}.featured-product-card{padding:1.5rem}}.featured-empty-state{padding:3rem;text-align:center;color:rgba(255,255,255,0.7)}.featured-empty-state i{font-size:3rem;margin-bottom:1rem;color:#58c0db}.productos-estrella-section{padding-top:2rem !important}.productos-estrella-section .text-center.mb-5{margin-bottom:2rem !important}.filter-btn i{opacity:1 !important;visibility:visible !important;display:inline-block !important}.filters{gap:10px !important}.productos-section .filters,.productos-section .filter-btn,.productos-section .filter-btn:hover,.productos-section .filter-btn:active,.productos-section .filter-btn:focus,.productos-section .filter-btn.active,.productos-section .btn,.productos-section .btn:hover,.productos-section .btn:active,.productos-section .btn:focus,.productos-section button,.productos-section button:hover,.productos-section button:active,.productos-section button:focus,#productos .filters,#productos .filter-btn,#productos .filter-btn:hover,#productos .filter-btn:active,#productos .filter-btn:focus,#productos .filter-btn.active,#productos .btn,#productos .btn:hover,#productos .btn:active,#productos .btn:focus,#productos button,#productos button:hover,#productos button:active,#productos button:focus,.filters,.filters .filter-btn,.filters .filter-btn:hover,.filters .filter-btn:active,.filters .filter-btn:focus,.filters .filter-btn.active,button.filter-btn,button.filter-btn:hover,button.filter-btn:active,button.filter-btn:focus,button.filter-btn.active,.btn.filter-btn,.btn.filter-btn:hover,.btn.filter-btn:active,.btn.filter-btn:focus,.btn.filter-btn.active,.btn-outline-primary,.btn-outline-primary:hover,.btn-outline-primary:active,.btn-outline-primary:focus{background-image:none !important;background:none !important}.productos-section .filter-btn,#productos .filter-btn,button.filter-btn,.btn.filter-btn{background:#f5f5f7 !important;background-color:#f5f5f7 !important;background-image:none !important;color:#1d1d1f !important}.productos-section .filter-btn:hover,#productos .filter-btn:hover,button.filter-btn:hover,.btn.filter-btn:hover{background:#0f0697 !important;background-color:#0f0697 !important;background-image:none !important;color:#fff !important}.productos-section .filter-btn.active,#productos .filter-btn.active,button.filter-btn.active,.btn.filter-btn.active{background:#0f0697 !important;background-color:#0f0697 !important;background-image:none !important;color:#fff !important}.productos-section #toggle-products-btn,.productos-section #toggle-products-btn:hover,.productos-section #toggle-products-btn:active,.productos-section #toggle-products-btn:focus,#productos #toggle-products-btn,#productos #toggle-products-btn:hover,#productos #toggle-products-btn:active,#productos #toggle-products-btn:focus,#toggle-products-btn,#toggle-products-btn:hover,#toggle-products-btn:active,#toggle-products-btn:focus,button#toggle-products-btn,button#toggle-products-btn:hover,button#toggle-products-btn:active,button#toggle-products-btn:focus,button#toggle-products-btn.btn,button#toggle-products-btn.btn:hover,button#toggle-products-btn.btn:active,button#toggle-products-btn.btn:focus,.btn-primary,.btn-primary:hover,.btn-primary:active,.btn-primary:focus{background-image:none !important}#toggle-products-btn,button#toggle-products-btn,button#toggle-products-btn.btn{background:#0f0697 !important;background-color:#0f0697 !important;background-image:none !important;color:#fff !important}#toggle-products-btn:hover,button#toggle-products-btn:hover,button#toggle-products-btn.btn:hover{background:#0f0697 !important;background-color:#0f0697 !important;background-image:none !important;opacity:.9 !important;color:#fff !important}.productos-section .product-card,.productos-section .product-card:hover,.productos-section .product-card:active,.productos-section .product-card:focus,#productos .product-card,#productos .product-card:hover,#productos .product-card:active,#productos .product-card:focus,.catalog-grid .product-card,.catalog-grid .product-card:hover,.catalog-grid .product-card:active,.catalog-grid .product-card:focus,div.product-card,div.product-card:hover,div.product-card:active,div.product-card:focus,.product-image-container,.product-image-container:hover,.product-image-container:active,.product-image-container:focus{background-image:none !important}.productos-section .search-container .input-group-text,.productos-section .search-container .input-group-text:hover,#productos .search-container .input-group-text,#productos .search-container .input-group-text:hover,.search-container .input-group-text,.search-container .input-group-text:hover{background:#58c0db !important;background-color:#58c0db !important;background-image:none !important;color:#fff !important}.productos-section *::before,.productos-section *::after,#productos *::before,#productos *::after{background-image:none !important}.productos-section,#productos{background:#fff !important;background-color:#fff !important;background-image:none !important}.productos-section .filter-btn::before,.productos-section .filter-btn::after,.productos-section #toggle-products-btn::before,.productos-section #toggle-products-btn::after,#productos .filter-btn::before,#productos .filter-btn::after,#productos #toggle-products-btn::before,#productos #toggle-products-btn::after,.filter-btn::before,.filter-btn::after,#toggle-products-btn::before,#toggle-products-btn::after{display:none !important;content:none !important;background:none !important;background-image:none !important}.navbar{padding:.3rem 0 !important;box-shadow:0 2px 12px rgba(0,0,0,0.08) !important;background:#fff !important;transition:all .3s ease !important}.navbar.navbar-scrolled{padding:.1rem 0 !important;box-shadow:0 4px 20px rgba(0,0,0,0.12) !important}.navbar .container{display:flex !important;align-items:center !important;justify-content:space-between !important;max-width:1320px !important;margin:0 auto !important;padding:0 15px !important}.navbar-brand{display:flex !important;align-items:center !important;gap:15px !important;flex:0 0 auto !important;margin-right:0 !important;text-decoration:none !important}.logo-container{display:flex !important;align-items:center !important;gap:8px !important;height:80px !important}.logo-container .logo{height:80px !important;width:auto !important;transition:all .3s ease !important}.logo-container .iso-logo-small{height:32px !important;width:auto !important;transition:all .3s ease !important}.navbar-toggler{border:none !important;padding:4px 8px !important;border-radius:6px !important;transition:all .3s ease !important}.navbar-toggler:focus{box-shadow:0 0 0 2px rgba(0,123,255,0.25) !important}.navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvgxmlns='http://www.w3.org/2000/svg'viewBox='003030'%3e%3cpathstroke='rgba%2833,37,41,0.75%29'stroke-linecap='round'stroke-miterlimit='10'stroke-width='2'd='M47h22M415h22M423h22'/%3e%3c/svg%3e") !important}.navbar-collapse{flex-grow:1 !important;justify-content:flex-end !important}.navbar-nav{display:flex !important;align-items:center !important;margin:0 !important;padding:0 !important;list-style:none !important}.navbar-nav .nav-item{margin:0 !important;padding:0 !important}.navbar-nav .nav-link{display:flex !important;align-items:center !important;padding:8px 12px !important;margin:0 2px !important;font-weight:500 !important;font-size:.85rem !important;color:#333 !important;text-decoration:none !important;border-radius:4px !important;transition:all .3s cubic-bezier(0.4,0,0.2,1) !important;position:relative !important;overflow:hidden !important}.navbar-nav .nav-link:hover{color:var(--primary-color,#007bff) !important;background-color:rgba(0,123,255,0.08) !important;transform:translateY(-1px) !important}.navbar-nav .nav-link.active{color:var(--primary-color,#007bff) !important;background-color:rgba(0,123,255,0.12) !important;font-weight:600 !important}.navbar-nav .nav-link i{margin-right:4px !important;font-size:.75rem !important;transition:all .3s ease !important}.navbar-nav .nav-link:hover i{transform:scale(1.1) !important}@media(max-width:991.98px){.navbar-collapse{margin-top:1rem !important;padding-top:1rem !important;border-top:1px solid rgba(0,0,0,0.1) !important}.navbar-nav{flex-direction:column !important;align-items:stretch !important;width:100% !important}.navbar-nav .nav-link{padding:8px 12px !important;margin:1px 0 !important;text-align:center !important;justify-content:center !important;font-size:.8rem !important}.logo-container{gap:10px !important}.logo-container .logo{height:70px !important}.logo-container .iso-logo-small{height:28px !important}}@media(max-width:575.98px){.navbar{padding:.6rem 0 !important}.navbar .container{padding:0 10px !important}.logo-container{gap:8px !important}.logo-container .logo{height:60px !important}.logo-container .iso-logo-small{height:24px !important}.navbar-nav .nav-link{font-size:.75rem !important;padding:6px 10px !important}}@media(prefers-reduced-motion:no-preference){.navbar-nav .nav-link::before{content:'' !important;position:absolute !important;top:0 !important;left:-100% !important;width:100% !important;height:100% !important;background:linear-gradient(90deg,transparent,rgba(255,255,255,0.2),transparent) !important;transition:left .5s !important}.navbar-nav .nav-link:hover::before{left:100% !important}}@media(prefers-contrast:high){.navbar-nav .nav-link{border:1px solid transparent !important}.navbar-nav .nav-link:hover,.navbar-nav .nav-link.active{border-color:currentColor !important}}.iso-float{position:fixed !important;bottom:90px !important;right:20px !important;background-color:#fff !important;border:none !important;border-radius:50% !important;width:60px !important;height:60px !important;display:flex !important;justify-content:center !important;align-items:center !important;box-shadow:0 4px 10px rgba(0,0,0,0.3) !important;z-index:999 !important;transition:all .3s ease !important;cursor:pointer !important;pointer-events:auto !important}.iso-float:hover{transform:scale(1.1) !important;box-shadow:0 6px 15px rgba(15,6,151,0.4) !important}.iso-float img{pointer-events:none;width:48px !important;height:48px !important;object-fit:contain !important;object-position:center center !important}@media(max-width:991px){.iso-float{width:60px !important;height:60px !important;bottom:90px !important;right:20px !important}}.whatsapp-float{width:60px !important;height:60px !important;bottom:20px !important;right:20px !important}.site-footer{background:linear-gradient(180deg,#0f1e6b 0,#14227d 100%);color:#c9d6ef;font-family:Inter,sans-serif}.footer__container{max-width:1200px;margin:0 auto;padding:64px 24px;display:grid;grid-template-columns:repeat(3,minmax(240px,1fr));gap:56px;align-items:start}@media(max-width:992px){.footer__container{grid-template-columns:repeat(2,1fr);gap:40px}}@media(max-width:640px){.footer__container{grid-template-columns:1fr;text-align:center}}.footer__title{color:#52b6ea !important;font-weight:700;font-size:20px;letter-spacing:.2px;margin:0 0 18px;white-space:nowrap;position:relative}.footer__title::after{content:"";position:absolute;left:0;bottom:-8px;width:56px;height:3px;background:#52b6ea;border-radius:2px}@media(max-width:640px){.footer__title::after{left:50%;transform:translateX(-50%)}}.footer__list{list-style:none;margin:0;padding:0;display:grid;gap:12px}.footer__list li{display:flex;align-items:center;gap:10px}.footer__list li::before{content:"›";color:#58c0db;font-size:18px;line-height:1}@media(max-width:640px){.footer__list li{justify-content:center}}.footer__list a{color:#c9d6ef;text-decoration:none;font-weight:500}.footer__list a:hover{color:#fff;text-decoration:underline;text-underline-offset:3px}.footer__social{display:grid;gap:14px}.footer__social a{display:flex;align-items:center;gap:10px;text-decoration:none;transition:all .3s ease}@media(max-width:640px){.footer__social a{justify-content:center}}.footer__social a[href*="facebook"] i{color:#1877f2 !important}.footer__social a[href*="facebook"] span{color:#c9d6ef}.footer__social a[href*="facebook"]:hover span{color:#fff}.footer__social a[href*="instagram"] i{color:#e4405f !important}.footer__social a[href*="instagram"] span{color:#c9d6ef}.footer__social a[href*="instagram"]:hover span{color:#fff}.footer__social a[href*="wa.me"] i{color:#25d366 !important}.footer__social a[href*="wa.me"] span{color:#c9d6ef}.footer__social a[href*="wa.me"]:hover span{color:#fff}.footer__social a[href*="linkedin"] i{color:#0a66c2 !important;background:#fff !important;border-radius:4px !important;padding:2px !important}.footer__social a[href*="linkedin"] span{color:#c9d6ef}.footer__social a[href*="linkedin"]:hover span{color:#fff}.footer__social span{font-weight:500;transition:color .3s ease}.footer__divider{height:1px;width:86%;margin:24px auto 8px;background:rgba(255,255,255,0.16);border-radius:1px}.footer__bottom{max-width:1200px;margin:0 auto;padding:18px 24px 36px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px}.footer__brand{display:flex;align-items:center;justify-content:center}.footer__brand img{height:66px}.footer__copy{color:#a8b5de;font-size:14px;text-align:center}.footer__copy a{color:#a8b5de;text-decoration:none;transition:color .3s ease}.footer__copy a:hover{color:#fff;text-decoration:underline}.site-footer a:focus-visible{outline:2px solid #58c0db;outline-offset:3px;border-radius:4px}.footer__list a:focus-visible{background:rgba(88,192,219,0.15);padding:4px 8px;margin:-4px -8px}.footer__social a:focus-visible{background:rgba(88,192,219,0.15);padding:6px;margin:-6px;border-radius:8px}.footer__copy a:focus-visible{background:rgba(88,192,219,0.15);padding:2px 6px;margin:-2px -6px}.site-footer a{-webkit-tap-highlight-color:transparent}.footer__title,.footer__list a,.footer__social a,.footer__copy,.footer__brand{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.site-footer h4,.site-footer .footer__title,#footer h4,footer h4,.footer-section h4,.footer__column h4{color:#52b6ea !important}.site-footer h4::after,.footer__title::after,#footer h4::after{background:#52b6ea !important}.container{max-width:1200px;margin:0 auto;padding-left:15px;padding-right:15px}section{padding:80px 0}section.py-5{padding:80px 0 !important}#hero .row{align-items:center;min-height:100vh}#hero .col-lg-6{display:flex;flex-direction:column;justify-content:center}.section-title{text-align:center;margin-bottom:60px}.section-title h2{font-size:2.5rem;margin-bottom:20px;font-weight:600}.section-title .lead{font-size:1.125rem;margin-bottom:30px}.title-underline{width:80px;height:4px;background:var(--primary-color,#007bff);margin:0 auto;border-radius:2px}.row.g-4>*{margin-bottom:1.5rem}.benefit-card,.blog-card,.nosotros-card,.info-card,.contact-form-container{height:100%;display:flex;flex-direction:column;justify-content:space-between}.benefit-icon,.blog-icon{margin-bottom:1.5rem !important}.benefit-icon i,.blog-icon i{font-size:3rem !important}.navbar{padding:1.5rem 0 !important;min-height:auto !important}.navbar-brand{padding:0 !important;margin-right:2rem !important;height:auto !important;overflow:visible !important}.logo-container{display:flex !important;align-items:center !important;gap:1rem !important;height:auto !important;overflow:visible !important;flex-shrink:0 !important}.logo-container .logo{height:60px !important;width:auto !important;max-width:none !important;object-fit:contain !important;object-position:center !important}.logo-container .iso-logo-small{height:35px !important;width:auto !important;max-width:none !important;object-fit:contain !important;object-position:center !important}.navbar-nav{gap:1rem}.nav-link{padding:.5rem 1rem !important;border-radius:6px;transition:all .3s ease}.nav-link:hover{background-color:rgba(0,123,255,0.1)}#header{background:white !important;box-shadow:0 2px 15px rgba(0,0,0,0.1) !important;z-index:997 !important;padding:0 !important;overflow:visible !important;height:auto !important;min-height:auto !important}.container{overflow:visible !important}.navbar-expand-lg .navbar-collapse{overflow:visible !important}.logo-container img{max-width:none !important;height:auto !important;clip:none !important;clip-path:none !important}.logo-container{margin-left:0 !important;padding-left:0 !important;max-width:none !important;width:auto !important}.navbar-toggler{border:none !important;padding:.25rem .5rem !important}.d-flex .btn+.btn{margin-left:1rem}.text-center .btn{margin:.5rem}.about .row{align-items:center;margin-bottom:3rem}.about .col-md-6{display:flex;flex-direction:column;justify-content:center}.filters{display:flex;justify-content:center;flex-wrap:wrap;gap:.75rem;margin-bottom:3rem !important}.filter-btn{min-width:180px;padding:.75rem 1.5rem;border-radius:25px;font-weight:500}.process-steps{padding:1rem 0}.process-step{margin-bottom:1.5rem !important;align-items:flex-start}.step-number{width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-weight:bold;font-size:1.1rem;flex-shrink:0}.capability-item{margin-bottom:2rem !important;align-items:flex-start}.capability-icon{width:60px;text-align:center;flex-shrink:0}.blog-card{border:0;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.blog-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,0.15) !important}.contact .row{justify-content:center;align-items:stretch}.contact .col-md-5,.contact .col-md-7{display:flex;flex-direction:column}.footer-links ul{list-style:none;padding:0}.footer-links li{margin-bottom:.75rem;display:flex;align-items:center}.footer-links i{margin-right:.5rem;width:16px;text-align:center}.form-control{padding:.75rem 1rem;border-radius:8px;border:2px solid #e9ecef;transition:all .3s ease}.form-control:focus{border-color:var(--primary-color,#007bff);box-shadow:0 0 0 .2rem rgba(0,123,255,0.25)}.distributor-program{border-radius:15px !important;padding:3rem !important}.distributor-benefits .row{align-items:flex-start}.distributor-benefits ul{margin:0;padding:0}@media(max-width:768px){section{padding:60px 0}.section-title h2{font-size:2rem}.filters{flex-direction:column;align-items:center}.filter-btn{min-width:200px;margin-bottom:.5rem}.d-flex .btn{margin:.25rem;flex:1;min-width:0}.hero-img-container{margin-top:2rem !important}.capability-item,.process-step{text-align:center;flex-direction:column;align-items:center}.capability-icon{margin-bottom:1rem;margin-right:0 !important}.step-number{margin-bottom:1rem;margin-right:0 !important}}@media(min-width:1400px){.container{max-width:1320px}section{padding:100px 0}.section-title h2{font-size:3rem}}.mb-4{margin-bottom:1.5rem !important}.mb-5{margin-bottom:3rem !important}.mt-5{margin-top:3rem !important}.lead{max-width:800px;margin-left:auto;margin-right:auto}.hero-img-container,.about img{display:flex;justify-content:center;align-items:center}.p-4{padding:2rem !important}.p-5{padding:3rem !important}#hero h1{font-size:3.375rem !important;font-weight:700 !important;line-height:1.2 !important;color:#fff !important;margin-bottom:1.5rem !important;letter-spacing:-.02em}#hero h2{font-size:1.625rem !important;font-weight:400 !important;line-height:1.5 !important;color:rgba(255,255,255,0.95) !important;margin-bottom:2rem !important}.section-title h2,section h2:not(#hero h2){font-size:2.25rem !important;font-weight:700 !important;line-height:1.3 !important;color:#0f0697 !important;margin-bottom:1.5rem !important;position:relative;padding-bottom:1rem}.section-title h2::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,#58c0db 0,#0f0697 100%);border-radius:2px}.benefit-card h4,.blog-card h3,.product-card h3,h3{font-size:1.5rem !important;font-weight:600 !important;line-height:1.4 !important;color:#1a2870 !important;margin-bottom:1rem !important}h4:not(.benefit-card h4){font-size:1.25rem !important;font-weight:600 !important;line-height:1.4 !important;color:#1a2870 !important;margin-bottom:.75rem !important}.lead,section>.container>p:first-of-type,.presentacion-section p:first-of-type{font-size:1.125rem !important;font-weight:500 !important;line-height:1.7 !important;color:#2c3e50 !important;margin-bottom:1.5rem !important}p,.text-muted{font-size:1rem !important;font-weight:400 !important;line-height:1.6 !important;color:#4a5568 !important;margin-bottom:1rem !important}.benefit-card p strong:first-child,.about p strong:first-child{font-weight:600 !important;color:#1a2870 !important}section{padding:5rem 0 !important}section h2{margin-bottom:1.5rem !important}section h3{margin-bottom:1rem !important;margin-top:1.5rem !important}section h4{margin-bottom:.75rem !important}p+p{margin-top:1rem}.highlight-text{background:linear-gradient(120deg,#58c0db20 0,#58c0db40 100%);padding:.25rem .75rem;border-left:4px solid #58c0db;font-weight:600;color:#0f0697 !important}.stat-number{font-size:3rem !important;font-weight:700 !important;color:#0f0697 !important;line-height:1 !important}.stat-label{font-size:.875rem !important;font-weight:600 !important;text-transform:uppercase;letter-spacing:.05em;color:#58c0db !important}ul li,ol li{font-size:1rem !important;line-height:1.8 !important;margin-bottom:.5rem;color:#4a5568 !important}ul li strong,ol li strong{font-weight:600 !important;color:#1a2870 !important}@media(max-width:991.98px){#hero h1{font-size:2.75rem !important}#hero h2{font-size:1.375rem !important}.section-title h2,section h2:not(#hero h2){font-size:2rem !important}.benefit-card h4,.blog-card h3,.product-card h3,h3{font-size:1.375rem !important}section{padding:4rem 0 !important}}@media(max-width:767.98px){#hero h1{font-size:2.25rem !important}#hero h2{font-size:1.125rem !important}.section-title h2,section h2:not(#hero h2){font-size:1.75rem !important}.benefit-card h4,.blog-card h3,.product-card h3,h3{font-size:1.25rem !important}h4:not(.benefit-card h4){font-size:1.125rem !important}.lead,section>.container>p:first-of-type{font-size:1rem !important}p,.text-muted{font-size:.9375rem !important}section{padding:3rem 0 !important}}@media(max-width:575.98px){#hero h1{font-size:1.875rem !important}#hero h2{font-size:1rem !important}.section-title h2,section h2:not(#hero h2){font-size:1.5rem !important}section{padding:2.5rem 0 !important}}.section-preheader{font-size:.875rem !important;font-weight:600 !important;text-transform:uppercase;letter-spacing:.1em;color:#58c0db !important;margin-bottom:.5rem;display:block}.text-lead-in{font-weight:600 !important;color:#0f0697 !important}.text-divider{width:60px;height:3px;background:linear-gradient(90deg,#58c0db 0,#0f0697 100%);margin:2rem auto;border-radius:2px}section h2,section h3,section h4{text-shadow:0 1px 3px rgba(255,255,255,0.8)}p{text-shadow:0 1px 2px rgba(255,255,255,0.5)}*,*::before,*::after{backdrop-filter:none !important;-webkit-backdrop-filter:none !important}html,body{-webkit-font-smoothing:antialiased !important;-moz-osx-font-smoothing:grayscale !important;text-rendering:optimizeLegibility !important}p,h1,h2,h3,h4,h5,h6,span,a,li,label,input,textarea,button{-webkit-font-smoothing:antialiased !important;-moz-osx-font-smoothing:grayscale !important;text-rendering:optimizeLegibility !important}.navbar,.navbar *,.navbar-collapse,.navbar-nav{backdrop-filter:none !important;-webkit-backdrop-filter:none !important;filter:none !important;transform:none !important;-webkit-transform:none !important;backface-visibility:visible !important;-webkit-backface-visibility:visible !important}#footer,#footer *,#footer::before,#footer::after{backdrop-filter:none !important;-webkit-backdrop-filter:none !important;filter:none !important;transform:none !important;-webkit-transform:none !important;backface-visibility:visible !important;-webkit-backface-visibility:visible !important}.glass-card,.info-card,.contact-form-container,.hero-badge,.category-badge,.image-code-overlay .badge,.image-counter-overlay .badge{backdrop-filter:none !important;-webkit-backdrop-filter:none !important}@media(max-width:991.98px){body,.navbar-collapse,.navbar-nav,#footer{backdrop-filter:none !important;-webkit-backdrop-filter:none !important;filter:none !important}*{text-shadow:none !important;filter:none !important}}.text-muted,p.text-muted,small.text-muted,.lead.text-muted{color:#2c3e50 !important}#hero .text-muted,#hero p.text-muted,#hero .lead.text-muted{color:rgba(255,255,255,0.95) !important}.site-footer .text-muted,.site-footer p.text-muted,footer .text-muted{color:rgba(255,255,255,0.9) !important}.productos-estrella-section .text-muted,.productos-estrella-section .lead.text-muted{color:#2c3e50 !important}.beneficios-section .text-muted,.beneficios-section .lead.text-muted{color:#2c3e50 !important}#about .text-muted,#about .lead.text-muted{color:#2c3e50 !important}.productos-section .text-muted,.productos-section .lead.text-muted{color:#2c3e50 !important}.fabricacion-section .text-muted,.fabricacion-section .lead.text-muted,.fabricacion-section small.text-muted{color:#2c3e50 !important}.blog-section .text-muted,.blog-section .lead.text-muted{color:#2c3e50 !important}.certification .text-muted,.certification .lead.text-muted{color:#2c3e50 !important}.contact .text-muted,.contact .lead.text-muted{color:#2c3e50 !important}.bg-white .text-muted,.card .text-muted,.benefit-card .text-muted,.benefit-item .text-muted,.blog-card .text-muted{color:#495057 !important}.lead.text-muted{font-weight:500 !important}.process-step small.text-muted{color:#2c3e50 !important}p.text-muted{line-height:1.6 !important}.blog-card:hover h5,.blog-card:hover .text-muted,.blog-card:hover p{color:white !important;position:relative;z-index:10}.blog-card:hover .blog-content{position:relative;z-index:10}.blog-card .blog-content,.blog-card .blog-icon{position:relative;z-index:10}.blog-card h5,.blog-card .text-muted,.blog-card p{transition:color .4s ease}.benefit-card:hover h4,.benefit-card:hover .text-muted,.benefit-card:hover p{color:white !important;position:relative;z-index:10}.benefit-card .icon-badge,.benefit-card h4,.benefit-card p{position:relative;z-index:10}.benefit-card h4,.benefit-card .text-muted,.benefit-card p{transition:color .4s ease}.benefit-card{position:relative;overflow:hidden}.benefit-card::after{content:'';position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;background:linear-gradient(135deg,#58c0db 0,#0f0697 100%);z-index:1;opacity:0;transition:opacity .4s ease;border-radius:inherit}.benefit-card:hover::after{opacity:1}:root{--primary-blue:#0f0697;--secondary-blue:#58c0db;--dark-blue:#1a2870;--light-blue:#e3f2fd;--text-primary:#2c3e50;--text-secondary:#4a5568;--text-muted:#718096;--success-green:#25d366;--warning-amber:#fbbf24}h1,.h1{background:linear-gradient(135deg,#0f0697 0,#1a2870 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:700 !important}#hero h1{background:none !important;-webkit-text-fill-color:#fff !important;color:#fff !important;text-shadow:0 2px 8px rgba(0,0,0,0.3)}#hero h2{color:rgba(255,255,255,0.95) !important;text-shadow:0 1px 4px rgba(0,0,0,0.2)}.section-title h2{color:var(--primary-blue) !important;font-weight:700 !important;position:relative}h3,.h3{color:var(--dark-blue) !important;font-weight:600 !important}h4,.h4{color:var(--dark-blue) !important;font-weight:600 !important}p{color:var(--text-secondary) !important;font-weight:400 !important}.lead{color:var(--text-primary) !important;font-weight:500 !important;font-size:1.125rem !important}.text-muted{color:var(--text-muted) !important}.stat-box{background:linear-gradient(135deg,var(--light-blue) 0,#fff 100%);border-left:4px solid var(--secondary-blue);padding:1.5rem;border-radius:8px;box-shadow:0 4px 12px rgba(88,192,219,0.2)}.stat-number{color:var(--primary-blue) !important;font-size:3.5rem !important;font-weight:700 !important;line-height:1;background:linear-gradient(135deg,#0f0697 0,#58c0db 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.stat-label{color:var(--secondary-blue) !important;font-weight:600 !important;text-transform:uppercase;font-size:.875rem;letter-spacing:.05em}.badge-primary{background:linear-gradient(135deg,var(--primary-blue) 0,var(--dark-blue) 100%) !important;color:white !important;padding:.5rem 1rem;font-weight:600;border-radius:20px}.badge-secondary{background:linear-gradient(135deg,var(--secondary-blue) 0,#4db8d8 100%) !important;color:white !important;padding:.5rem 1rem;font-weight:600;border-radius:20px}.btn-primary{background:linear-gradient(135deg,var(--secondary-blue) 0,#4db8d8 100%) !important;border:none !important;color:white !important;font-weight:600 !important;padding:.75rem 2rem !important;border-radius:30px !important}.btn-primary:hover{background:linear-gradient(135deg,#4db8d8 0,var(--secondary-blue) 100%) !important}.btn-outline-primary{background:transparent !important;border:2px solid var(--secondary-blue) !important;color:var(--primary-blue) !important;font-weight:600 !important;padding:.75rem 2rem !important;border-radius:30px !important;position:relative;overflow:hidden}.btn-outline-primary::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(135deg,rgba(88,192,219,0.1) 0,rgba(15,6,151,0.1) 100%);transition:left .4s ease}.btn-outline-primary:hover::before{left:0}.btn-outline-primary:hover{border-color:var(--primary-blue) !important;color:var(--primary-blue) !important}.benefit-card{background:linear-gradient(135deg,#fff 0,#fafbfc 100%) !important;border:1px solid rgba(88,192,219,0.2)}.benefit-card:hover{background:linear-gradient(135deg,#fff 0,var(--light-blue) 100%) !important}.benefit-icon i{background:linear-gradient(135deg,var(--primary-blue) 0,var(--dark-blue) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.benefit-card:hover .benefit-icon i{background:linear-gradient(135deg,var(--secondary-blue) 0,#4db8d8 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.blog-icon{color:var(--secondary-blue) !important;background:rgba(88,192,219,0.1);width:60px;height:60px;display:flex;align-items:center;justify-content:center;border-radius:50%;margin:0 auto 1rem}.certification-list li i,.distributor-benefits li i{color:var(--secondary-blue) !important;font-size:1.2rem;margin-right:.5rem}li:hover i{color:var(--primary-blue) !important}.bg-light-blue{background:linear-gradient(135deg,var(--light-blue) 0,#f0f7fb 100%) !important}.divider-gradient{height:3px;width:100px;background:linear-gradient(90deg,var(--secondary-blue) 0,var(--primary-blue) 100%);margin:2rem auto;border-radius:3px}a{color:var(--secondary-blue) !important;text-decoration:none;transition:all .3s ease;position:relative}a:hover{color:var(--primary-blue) !important}a::after{content:'';position:absolute;bottom:-2px;left:0;width:0;height:2px;background:linear-gradient(90deg,var(--secondary-blue) 0,var(--primary-blue) 100%);transition:width .3s ease}a:hover::after{width:100%}.btn a::after,.nav-link a::after,.navbar-brand a::after{display:none}.form-control{border:2px solid #e2e8f0 !important;border-radius:8px !important;padding:.75rem 1rem !important;transition:all .3s ease;color:var(--text-primary) !important}.form-control:focus{border-color:var(--secondary-blue) !important;box-shadow:0 0 0 3px rgba(88,192,219,0.1) !important}.form-control::placeholder{color:var(--text-muted) !important}section p,section h2,section h3,section h4{text-shadow:0 1px 3px rgba(255,255,255,0.8)}.benefit-card,.blog-card,.product-card,.info-card,.contact-form-container{background:rgba(255,255,255,0.98) !important;backdrop-filter:blur(10px)}.footer-col h4{color:var(--secondary-blue) !important;font-weight:600 !important;border-bottom:2px solid var(--secondary-blue);padding-bottom:.5rem;margin-bottom:1rem}.footer-col a{color:#cbd5e0 !important;transition:all .3s ease}.footer-col a:hover{color:var(--secondary-blue) !important;padding-left:5px}.footer-col a::after{display:none}@media(max-width:767.98px){.stat-number{font-size:2.5rem !important}h1,.h1{font-size:2rem !important}}section{padding:80px 0 !important}.container{padding-top:20px;padding-bottom:20px}.product-card{border:none !important;border-radius:16px !important;overflow:hidden !important;transition:all .4s cubic-bezier(0.4,0,0.2,1) !important;background:white !important;box-shadow:0 2px 12px rgba(0,0,0,0.08) !important;position:relative}.product-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#0f0697 0,#58c0db 100%);transform:scaleX(0);transform-origin:left;transition:transform .4s cubic-bezier(0.4,0,0.2,1)}.product-card:hover{transform:translateY(-8px) !important;box-shadow:0 12px 40px rgba(15,6,151,0.15) !important}.product-card:hover::before{transform:scaleX(1)}.product-card-body{padding:1.75rem !important}.product-card-title{font-size:1.1rem !important;font-weight:700 !important;margin-bottom:.75rem !important;color:#0f0697 !important;line-height:1.4 !important}.product-card-text{font-size:.95rem !important;color:#6c757d !important;margin-bottom:1rem !important;line-height:1.6 !important}.benefit-card{border:none !important;border-radius:20px !important;transition:all .4s cubic-bezier(0.4,0,0.2,1) !important;background:white !important;box-shadow:0 2px 16px rgba(0,0,0,0.06) !important;position:relative;overflow:hidden}.benefit-card::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(15,6,151,0.03) 0,rgba(88,192,219,0.03) 100%);opacity:0;transition:opacity .4s ease}.benefit-card:hover{transform:translateY(-12px) scale(1.02) !important;box-shadow:0 16px 48px rgba(15,6,151,0.2) !important}.benefit-card:hover::before{opacity:1}.benefit-icon{width:80px;height:80px;margin:0 auto 1.5rem;background:linear-gradient(135deg,#0f0697 0,#58c0db 100%);border-radius:20px;display:flex;align-items:center;justify-content:center;transition:all .4s cubic-bezier(0.4,0,0.2,1);position:relative}.benefit-card:hover .benefit-icon{transform:rotateY(360deg) scale(1.1)}.benefit-icon i{color:white !important;font-size:2rem !important}.btn{border-radius:50px !important;font-weight:600 !important;letter-spacing:.5px !important;padding:12px 32px !important;transition:all .3s cubic-bezier(0.4,0,0.2,1) !important;position:relative;overflow:hidden}.btn::before{content:'';position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:rgba(255,255,255,0.2);transform:translate(-50%,-50%);transition:width .6s,height .6s}.btn:hover::before{width:300px;height:300px}.btn-primary{background:linear-gradient(135deg,#0f0697 0,#1a1a4d 100%) !important;border:none !important;box-shadow:0 4px 15px rgba(15,6,151,0.3) !important}.btn-primary:hover{transform:translateY(-2px) !important;box-shadow:0 8px 25px rgba(15,6,151,0.4) !important}.btn-outline-primary{border:2px solid #0f0697 !important;color:#0f0697 !important;background:transparent !important}.btn-outline-primary:hover{background:#0f0697 !important;color:white !important;transform:translateY(-2px) !important;box-shadow:0 8px 25px rgba(15,6,151,0.3) !important}.filter-btn{padding:14px 28px !important;margin:8px !important;font-size:1rem !important;font-weight:600 !important;border-radius:50px !important;transition:all .3s cubic-bezier(0.4,0,0.2,1) !important;border:2px solid #e0e0e0 !important;color:#495057 !important;background:white !important}.filter-btn:hover{border-color:#58c0db !important;color:#58c0db !important;transform:translateY(-3px) !important;box-shadow:0 6px 20px rgba(88,192,219,0.25) !important}.filter-btn.active{background:linear-gradient(135deg,#0f0697 0,#58c0db 100%) !important;color:white !important;border-color:transparent !important;box-shadow:0 6px 25px rgba(15,6,151,0.35) !important}.filter-btn.active:hover{transform:translateY(-3px) scale(1.05) !important}.search-box{position:relative;max-width:600px;margin:0 auto 3rem}.search-box input{border-radius:50px !important;padding:16px 50px 16px 24px !important;border:2px solid #e0e0e0 !important;transition:all .3s ease !important;font-size:1rem !important}.search-box input:focus{border-color:#58c0db !important;box-shadow:0 0 0 4px rgba(88,192,219,0.15) !important;outline:none !important}.search-box i{position:absolute;right:20px;top:50%;transform:translateY(-50%);color:#0f0697;font-size:1.2rem;pointer-events:none}.section-title h2{position:relative}.section-title h2 i{background:linear-gradient(135deg,#0f0697 0,#58c0db 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.blog-card{border:none !important;border-radius:20px !important;overflow:hidden !important;transition:all .4s cubic-bezier(0.4,0,0.2,1) !important;box-shadow:0 2px 16px rgba(0,0,0,0.08) !important}.blog-card:hover{transform:translateY(-10px) !important;box-shadow:0 16px 48px rgba(15,6,151,0.15) !important}.blog-card-icon{position:relative;padding:2.5rem;background:linear-gradient(135deg,#0f0697 0,#1a1a4d 100%)}.blog-card-icon i{transition:transform .4s cubic-bezier(0.4,0,0.2,1)}.blog-card:hover .blog-card-icon i{transform:scale(1.15) rotate(5deg)}.form-control{border-radius:12px !important;border:2px solid #e0e0e0 !important;padding:14px 18px !important;transition:all .3s ease !important;font-size:1rem !important}.form-control:focus{border-color:#58c0db !important;box-shadow:0 0 0 4px rgba(88,192,219,0.15) !important;outline:none !important}.form-select{border-radius:12px !important;border:2px solid #e0e0e0 !important;padding:14px 18px !important;transition:all .3s ease !important}.form-select:focus{border-color:#58c0db !important;box-shadow:0 0 0 4px rgba(88,192,219,0.15) !important;outline:none !important}.navbar{transition:all .3s ease !important}.nav-link{position:relative;transition:all .3s ease !important}.nav-link::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:0;height:3px;background:linear-gradient(90deg,#0f0697 0,#58c0db 100%);transition:width .3s ease;border-radius:2px}.nav-link:hover::after{width:60%}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.animate-on-scroll{animation:fadeInUp .8s ease-out}.badge{border-radius:20px !important;padding:6px 16px !important;font-weight:600 !important;letter-spacing:.3px !important}.badge-primary{background:linear-gradient(135deg,#0f0697 0,#58c0db 100%) !important}.img-fluid{transition:transform .4s cubic-bezier(0.4,0,0.2,1) !important}.product-card:hover .img-fluid{transform:scale(1.05) !important}.whatsapp-float{position:fixed;bottom:20px;right:20px;width:65px;height:65px;background:linear-gradient(135deg,#25d366 0,#128c7e 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px rgba(37,211,102,0.4);z-index:1000;transition:all .3s cubic-bezier(0.4,0,0.2,1);animation:pulse-whatsapp 2s ease-in-out infinite}.whatsapp-float:hover{transform:scale(1.15) rotate(5deg);box-shadow:0 6px 30px rgba(37,211,102,0.6);animation:none}@keyframes pulse-whatsapp{0%,100%{box-shadow:0 4px 20px rgba(37,211,102,0.4)}50%{box-shadow:0 4px 20px rgba(37,211,102,0.6),0 0 0 15px rgba(37,211,102,0.1)}}::-webkit-scrollbar{width:0;display:none}*{scrollbar-width:none}*{-ms-overflow-style:none}*{scroll-behavior:smooth}a{text-decoration:none !important;transition:all .3s ease !important}#footer h4{position:relative;padding-bottom:12px;margin-bottom:20px}#footer h4::after{content:'';position:absolute;bottom:0;left:0;width:50px;height:3px;background:#58c0db;border-radius:2px}.footer-links a{transition:all .3s ease;display:inline-block}.footer-links a:hover{transform:translateX(5px);color:#58c0db !important}.glass-card{background:rgba(255,255,255,0.9) !important;backdrop-filter:blur(10px) !important;border:1px solid rgba(255,255,255,0.2) !important}@media(max-width:991.98px){section{padding:60px 0 !important}.benefit-icon{width:70px;height:70px}.benefit-icon i{font-size:1.75rem !important}}@media(max-width:767.98px){section{padding:50px 0 !important}.filter-btn{padding:12px 20px !important;font-size:.9rem !important;margin:6px !important}.benefit-icon{width:60px;height:60px}.benefit-icon i{font-size:1.5rem !important}.btn{padding:10px 24px !important}}@media(max-width:575.98px){.whatsapp-float{width:55px;height:55px;bottom:15px;right:15px}.filter-btn{width:100%;margin:4px 0 !important}}.loading{opacity:.6;pointer-events:none}@keyframes shimmer{0%{background-position:-1000px 0}100%{background-position:1000px 0}}.skeleton{animation:shimmer 2s infinite linear;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:1000px 100%}.clickable{cursor:pointer;user-select:none}.clickable:active{transform:scale(0.98)}[data-tooltip]{position:relative}[data-tooltip]::after{content:attr(data-tooltip);position:absolute;bottom:100%;left:50%;transform:translateX(-50%) translateY(-8px);background:#0f0697;color:white;padding:8px 12px;border-radius:6px;font-size:.85rem;white-space:nowrap;opacity:0;pointer-events:none;transition:all .3s ease}[data-tooltip]:hover::after{opacity:1;transform:translateX(-50%) translateY(-12px)}:focus-visible{outline:3px solid #58c0db;outline-offset:2px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.benefit-card{transition:all .4s cubic-bezier(0.4,0,0.2,1);position:relative;overflow:hidden}.benefit-card::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#58c0db 0,#0f0697 100%);transform:scaleX(0);transition:transform .4s ease}.benefit-card:hover::before{transform:scaleX(1)}.benefit-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px rgba(15,6,151,0.15) !important}.benefit-icon{position:relative;transition:all .4s ease}.benefit-card:hover .benefit-icon{transform:scale(1.15) rotate(5deg)}.benefit-icon i{transition:all .3s ease;display:inline-block}.benefit-card:hover .benefit-icon i{color:#58c0db !important;animation:iconPulse .6s ease}@keyframes iconPulse{0%,100%{transform:scale(1)}50%{transform:scale(1.1)}}.nav-link i{transition:all .3s ease;display:inline-block}.nav-link:hover i{transform:translateX(3px);color:#58c0db !important}.btn-get-started,.btn-primary{position:relative;overflow:hidden;transition:all .4s cubic-bezier(0.4,0,0.2,1);font-weight:600 !important;letter-spacing:.02em;box-shadow:0 4px 12px rgba(88,192,219,0.3)}.btn-get-started::before,.btn-primary::before{content:'';position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:rgba(255,255,255,0.3);transform:translate(-50%,-50%);transition:width .6s ease,height .6s ease}.btn-get-started:hover::before,.btn-primary:hover::before{width:300px;height:300px}.btn-get-started:hover,.btn-primary:hover{transform:translateY(-3px);box-shadow:0 8px 20px rgba(88,192,219,0.4)}.btn-get-started i,.btn-primary i{transition:transform .3s ease;display:inline-block}.btn-get-started:hover i,.btn-primary:hover i{transform:translateX(5px)}.btn-distribuidor,.btn-outline-light{position:relative;overflow:hidden;transition:all .4s ease;background:transparent !important;border:2px solid #fff !important}.btn-distribuidor::before,.btn-outline-light::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:rgba(255,255,255,0.2);transition:left .4s ease}.btn-distribuidor:hover::before,.btn-outline-light:hover::before{left:0}.btn-distribuidor:hover,.btn-outline-light:hover{background:rgba(255,255,255,0.1) !important;transform:translateY(-2px);box-shadow:0 8px 16px rgba(0,0,0,0.2)}.blog-card,.product-card{transition:all .4s cubic-bezier(0.4,0,0.2,1);border:1px solid rgba(88,192,219,0.1);position:relative;overflow:hidden}.blog-card::after,.product-card::after{content:'';position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;background:linear-gradient(135deg,#58c0db 0,#0f0697 100%);z-index:-1;opacity:0;transition:opacity .4s ease;border-radius:inherit}.blog-card:hover,.product-card:hover{transform:translateY(-6px) scale(1.02);box-shadow:0 16px 32px rgba(15,6,151,0.2) !important}.blog-card:hover::after,.product-card:hover::after{opacity:1}.blog-icon{transition:all .4s ease;display:inline-block}.blog-card:hover .blog-icon{animation:bounceIcon .6s ease;color:#58c0db !important}@keyframes bounceIcon{0%,100%{transform:translateY(0)}25%{transform:translateY(-8px)}50%{transform:translateY(-4px)}75%{transform:translateY(-6px)}}.section-title h2{position:relative;display:inline-block;padding-bottom:1.2rem}.section-title{position:relative}.section-title h2::before{content:'';position:absolute;top:-4px;left:-4px;right:-4px;bottom:-4px;background:linear-gradient(45deg,transparent 30%,rgba(88,192,219,0.1) 50%,transparent 70%);background-size:200% 200%;animation:titleShine 3s ease infinite;pointer-events:none;border-radius:8px}@keyframes titleShine{0%,100%{background-position:0 50%}50%{background-position:100% 50%}}.whatsapp-float,.iso-float{transition:all .4s cubic-bezier(0.4,0,0.2,1);animation:float 3s ease-in-out infinite}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}.whatsapp-float:hover,.iso-float:hover{transform:scale(1.15) translateY(-5px) !important;box-shadow:0 12px 24px rgba(37,211,102,0.4);animation:none}.whatsapp-float i{transition:transform .3s ease;display:inline-block}.whatsapp-float:hover i{animation:wiggle .5s ease}@keyframes wiggle{0%,100%{transform:rotate(0)}25%{transform:rotate(-10deg)}75%{transform:rotate(10deg)}}.blog-card img,.product-card img,.about img{transition:all .4s ease;filter:brightness(1) contrast(1)}.blog-card:hover img,.product-card:hover img{transform:scale(1.08);filter:brightness(1.1) contrast(1.05)}.certification-list li i,.distributor-benefits li i,ul li i{transition:all .3s ease;display:inline-block}li:hover i{transform:scale(1.2) translateX(3px);color:#58c0db !important}.form-control{transition:all .3s ease;border:2px solid #e0e0e0}.form-control:focus{border-color:#58c0db !important;box-shadow:0 0 0 .2rem rgba(88,192,219,0.25) !important;transform:translateY(-2px)}.carousel-control-prev,.carousel-control-next{transition:all .3s ease;opacity:.7}.carousel-control-prev:hover,.carousel-control-next:hover{opacity:1;transform:scale(1.1);background:rgba(88,192,219,0.2)}.badge{transition:all .3s ease;font-weight:600;letter-spacing:.03em}.badge:hover{transform:scale(1.1);box-shadow:0 4px 8px rgba(15,6,151,0.2)}.category-item{transition:all .4s cubic-bezier(0.4,0,0.2,1);position:relative;overflow:hidden}.category-item::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(88,192,219,0.2),transparent);transition:left .6s ease}.category-item:hover::before{left:100%}.category-item:hover{transform:translateY(-4px);box-shadow:0 10px 20px rgba(15,6,151,0.15)}.navbar{transition:all .4s ease}.navbar-toggler{transition:all .3s ease;border:2px solid transparent}.navbar-toggler:hover{border-color:#58c0db;background:rgba(88,192,219,0.1);transform:rotate(90deg)}.scroll-reveal{opacity:0;transform:translateY(30px);transition:all .6s ease}.scroll-reveal.active{opacity:1;transform:translateY(0)}.gradient-text{background:linear-gradient(135deg,#0f0697 0,#58c0db 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:700}.depth-shadow{box-shadow:0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24);transition:all .3s cubic-bezier(.25,.8,.25,1)}.depth-shadow:hover{box-shadow:0 14px 28px rgba(0,0,0,0.25),0 10px 10px rgba(0,0,0,0.22)}.shimmer{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}@keyframes shimmer{0%{background-position:-200% 0}100%{background-position:200% 0}}@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important}}@media(max-width:767.98px){.benefit-card:hover{transform:translateY(-4px)}.blog-card:hover,.product-card:hover{transform:translateY(-3px) scale(1.01)}}body{font-family:'Segoe UI',sans-serif;font-size:16px;line-height:1.6;color:#444}p,a,span,div,li,td,th,button,input,textarea,select,label{font-family:'Segoe UI',sans-serif}.text-small{font-size:.9rem !important}.text-medium{font-size:1rem !important}.text-large{font-size:1.1rem !important}.text-standard{font-size:1.05rem !important;line-height:1.6 !important}h1,h2,h3,h4,h5,h6{font-family:'Segoe UI',sans-serif;color:var(--primary-color);line-height:1.3;word-wrap:break-word;white-space:normal;overflow:visible}h1{font-size:2.5rem;font-weight:700}h2{font-size:2rem;font-weight:600}h3{font-size:1.5rem;font-weight:600}h4{font-size:1.25rem;font-weight:600}p{font-size:1rem;line-height:1.6;margin-bottom:1rem}.image-container{border-radius:8px;overflow:hidden;box-shadow:0 5px 15px rgba(0,0,0,0.1);transition:all .3s ease;margin-bottom:1.5rem}.image-container:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,0.15)}.image-container img{max-width:100%;height:auto;display:block;transition:transform .3s ease}.image-container img:hover{transform:scale(1.02)}.project-img{height:200px;display:flex;align-items:center;justify-content:center;background-color:var(--light-blue);padding:15px;border-radius:8px 8px 0 0;overflow:hidden}.project-img img{max-width:100%;max-height:170px;object-fit:contain;transition:transform .3s ease}.project-img img:hover{transform:scale(1.05)}.project-box{background-color:#fff;border-radius:8px;box-shadow:0 5px 15px rgba(0,0,0,0.1);transition:all .3s ease;height:100%;margin-bottom:30px}.project-box:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,0.15)}.project-info{padding:20px}.project-info h4{font-weight:600;font-size:18px;margin-bottom:10px;color:var(--primary-color)}.project-info p{color:var(--gray-color);font-size:14px}.section-padding{padding:60px 0}.card-padding{padding:25px}.standard-shadow{box-shadow:0 5px 15px rgba(0,0,0,0.1)}.standard-radius{border-radius:8px}.section-title-container{margin-bottom:2.5rem}.section-title-underline{width:50px;height:3px;background-color:var(--secondary-color);margin:15px auto}.featured-image-container{height:350px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:8px;box-shadow:0 5px 15px rgba(0,0,0,0.1)}.featured-image{max-width:100%;max-height:100%;object-fit:contain}.uniform-card{background-color:#fff;border-radius:8px;box-shadow:0 5px 15px rgba(0,0,0,0.1);padding:25px;height:100%;transition:all .3s ease}.uniform-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,0.15)}.btn-standard{background-color:var(--primary-color);color:#fff;border:0;padding:10px 25px;border-radius:50px;font-weight:500;transition:all .3s ease}.btn-standard:hover{background-color:var(--secondary-color);color:#fff;transform:scale(1.05)}.standard-list{list-style:none;padding-left:0;margin-bottom:1.5rem}.standard-list li{padding:8px 0;border-bottom:1px dashed #eee;transition:all .3s ease}.standard-list li:last-child{border-bottom:0}.standard-list li:hover{padding-left:5px;color:var(--primary-color)}.bg-primary{background-color:var(--primary-color) !important}.bg-secondary{background-color:var(--secondary-color) !important}.bg-light-blue{background-color:var(--light-blue) !important}.text-primary{color:var(--primary-color) !important}.text-secondary{color:var(--secondary-color) !important}.border-primary{border-color:var(--primary-color) !important}.border-secondary{border-color:var(--secondary-color) !important}.margin-bottom-sm{margin-bottom:1rem !important}.margin-bottom-md{margin-bottom:2rem !important}.margin-bottom-lg{margin-bottom:3rem !important}.margin-top-sm{margin-top:1rem !important}.margin-top-md{margin-top:2rem !important}.margin-top-lg{margin-top:3rem !important}.padding-sm{padding:1rem !important}.padding-md{padding:2rem !important}.padding-lg{padding:3rem !important}.hover-lift{transition:transform .3s ease,box-shadow .3s ease}.hover-lift:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,0.15)}.hover-scale{transition:transform .3s ease}.hover-scale:hover{transform:scale(1.03)}.icon-standard{font-size:1.5rem;color:var(--primary-color);margin-bottom:1rem;transition:transform .3s ease,color .3s ease}.icon-standard:hover{color:var(--secondary-color);transform:scale(1.1)}.proyecto-destacado{margin-bottom:30px}.proyecto-imagen-container{height:350px;border-radius:8px;overflow:hidden;margin-bottom:20px;box-shadow:0 5px 15px rgba(0,0,0,0.1);transition:all .3s ease;display:flex;align-items:center;justify-content:center;background-color:var(--light-blue)}.proyecto-imagen-container:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,0.15)}.proyecto-imagen-container img{max-width:100%;max-height:100%;object-fit:contain;transition:transform .3s ease}.proyecto-imagen-container img:hover{transform:scale(1.03)}.proyecto-destacado-info{padding:20px;background-color:#fff;border-radius:8px;box-shadow:0 5px 15px rgba(0,0,0,0.1);height:100%;transition:all .3s ease}.proyecto-destacado-info:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,0.15)}.proyecto-destacado-info h3{font-size:1.5rem;font-weight:600;color:var(--primary-color);margin-bottom:15px}.proyecto-destacado-info p{color:var(--gray-color);margin-bottom:15px}.otros-proyectos-container{background-color:#fff;border-radius:8px;padding:25px;box-shadow:0 5px 15px rgba(0,0,0,0.1);height:100%;transition:all .3s ease}.otros-proyectos-container:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,0.15)}.otros-proyectos-title{font-size:1.5rem;font-weight:600;color:var(--primary-color);margin-bottom:20px;padding-bottom:10px;border-bottom:2px solid var(--light-blue)}.otros-proyectos-img{height:350px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:8px;margin-bottom:20px;background-color:var(--light-blue)}.otros-proyectos-img img{max-width:100%;max-height:100%;object-fit:contain;transition:transform .3s ease}.otros-proyectos-img img:hover{transform:scale(1.03)}.contact-form-container{background-color:#fff;border-radius:8px;padding:30px;box-shadow:0 5px 15px rgba(0,0,0,0.1);transition:all .3s ease;border-left:4px solid var(--primary-color)}.contact-form-container:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,0.15)}.contact-info-container{background-color:#fff;border-radius:8px;padding:30px;box-shadow:0 5px 15px rgba(0,0,0,0.1);transition:all .3s ease;border-left:4px solid var(--primary-color);height:100%}.contact-info-container:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,0.15)}.contact-info-title{font-size:1.5rem;font-weight:600;color:var(--primary-color);margin-bottom:20px}.contact-info-item{display:flex;align-items:flex-start;margin-bottom:20px}.contact-info-item i{font-size:1.2rem;color:var(--primary-color);margin-right:15px;margin-top:5px}.contact-info-item-content h4{font-size:1.1rem;font-weight:600;margin-bottom:5px}.contact-info-item-content p{color:var(--gray-color);margin-bottom:0}.form-control-uniform{padding:12px 15px;border-radius:5px;border:1px solid #ddd;font-size:.9rem;transition:all .3s ease}.form-control-uniform:focus{border-color:var(--primary-color);box-shadow:none}.map-container-uniform{height:300px;border-radius:8px;overflow:hidden;box-shadow:0 5px 15px rgba(0,0,0,0.1);margin-top:30px}.btn-submit-uniform{background-color:var(--primary-color);color:#fff;border:0;padding:12px 30px;border-radius:50px;font-weight:500;transition:all .3s ease}.btn-submit-uniform:hover{background-color:var(--secondary-color);color:#fff;transform:scale(1.05)}.certification-container{background-color:#fff;border-radius:8px;padding:30px;box-shadow:0 5px 15px rgba(0,0,0,0.1);transition:all .3s ease;height:100%}.certification-container:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,0.15)}.certification-title{font-size:1.5rem;font-weight:600;color:var(--primary-color);margin-bottom:20px;padding-bottom:10px;border-bottom:2px solid var(--light-blue)}.iso-cert-container{height:350px;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-bottom:20px}.iso-cert-container img{max-width:250px;transition:transform .5s ease}.iso-cert-container img:hover{transform:scale(1.05)}.certification-list{list-style:none;padding:0;margin:20px 0}.certification-list li{padding:8px 0;display:flex;align-items:flex-start;transition:all .3s ease}.certification-list li i{color:var(--secondary-color);margin-right:10px;margin-top:5px}.certification-list li:hover{transform:translateX(5px);color:var(--primary-color)}.footer-uniform{background-color:navy;color:#fff;padding:60px 0 30px;box-shadow:0 -5px 15px rgba(0,0,0,0.1)}.footer-title{font-size:1.2rem;font-weight:600;margin-bottom:20px;color:#fff}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{padding:8px 0;display:flex;align-items:center;transition:all .3s ease}.footer-links li:hover{transform:translateX(5px)}.footer-links li i{margin-right:10px;color:var(--secondary-color);font-size:14px}.footer-links a{color:#ccc;transition:.3s;text-decoration:none}.footer-links a:hover{color:var(--secondary-color)}.footer-social a{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,0.1);color:#fff;margin-right:10px;transition:all .3s ease}.footer-social a:hover{background:var(--secondary-color);transform:scale(1.1)}.footer-logo{height:40px;margin-bottom:20px}.footer-copyright{text-align:center;padding-top:30px;margin-top:40px;border-top:1px solid rgba(255,255,255,0.2);font-size:15px;font-weight:500}@media(max-width:991px){.heading-main{font-size:1.8rem}.heading-sub,.heading-section{font-size:1.3rem}.proyecto-imagen-container,.otros-proyectos-img,.featured-image-container,.excelencia-img-container,.calidad-img-container{height:300px}.certification-container{margin-bottom:30px}}@media(max-width:767px){.heading-main{font-size:1.6rem}.heading-sub,.heading-section{font-size:1.2rem}.text-standard{font-size:1rem !important}.proyecto-imagen-container,.otros-proyectos-img,.featured-image-container,.excelencia-img-container,.calidad-img-container{height:250px}.section-padding{padding:40px 0}.card-padding{padding:20px}.proyecto-destacado-info,.contact-form-container,.contact-info-container{padding:20px}.contact-info-container{margin-bottom:30px}}@media(max-width:575px){.heading-main{font-size:1.4rem}.heading-sub,.heading-section{font-size:1.1rem}.text-standard{font-size:.95rem !important}.proyecto-imagen-container,.otros-proyectos-img,.featured-image-container,.excelencia-img-container,.calidad-img-container{height:200px}.section-padding{padding:30px 0}.card-padding,.proyecto-destacado-info,.contact-form-container,.contact-info-container{padding:15px}.contact-info-title,.otros-proyectos-title,.proyecto-destacado-info h3{font-size:1.2rem}.btn-standard,.btn-submit-uniform{padding:8px 20px;font-size:14px}.project-img{height:150px}}.skip-to-content{position:absolute;left:-9999px;z-index:999;padding:1rem 1.5rem;background:#2563eb;color:white;text-decoration:none;border-radius:0 0 8px 0;font-weight:600}.skip-to-content:focus{left:0;top:0}:root{--s1:8px;--s2:16px;--s3:24px;--s4:32px;--s5:48px}.hero h1{font-size:clamp(28px,4vw,42px);line-height:1.15;max-width:18ch}.hero p{max-width:60ch;opacity:.9}h2,.section-title{font-size:clamp(22px,3vw,30px)}body{font-family:'Poppins',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-size:16px;line-height:1.6;color:#111}.section{padding-block:var(--s5)}@media(max-width:768px){.section{padding-block:var(--s4)}}.btn{padding:.9rem 1.2rem;border-radius:12px;font-weight:600;transition:all .3s ease;border:0;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem}.btn--primary,.btn-primary{background:#2563eb;color:#fff}.btn--primary:hover,.btn-primary:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:0 4px 12px rgba(37,99,235,0.3);color:#fff}.btn--ghost{border:1px solid #e5e7eb;background:transparent;color:#111}.btn--ghost:hover{border-color:#2563eb;color:#2563eb;background:rgba(37,99,235,0.05)}*:focus-visible{outline:2px solid #2563eb;outline-offset:2px;border-radius:4px}button:focus-visible,a:focus-visible{outline:2px solid #2563eb;outline-offset:2px}img[loading="lazy"]{aspect-ratio:attr(width) / attr(height)}.product-image-container img,.featured-product-img,.product-card img{aspect-ratio:4/3;object-fit:contain}.star-slide img{aspect-ratio:4/3;object-fit:contain}#hero .btn-group{display:flex;gap:1rem;flex-wrap:wrap;margin-top:2rem}@media(max-width:576px){#hero .btn-group{flex-direction:column}#hero .btn{width:100%;justify-content:center}}.text-muted{color:#6b7280 !important}.bg-light{background-color:#f8f9fa !important}.bg-white{background-color:#fff !important}*{transition-timing-function:cubic-bezier(0.4,0,0.2,1)}@font-face{font-family:'Poppins';font-display:swap}.fas,.fab,.far,.fal,.fad,.fass,.fasr,.fasl{font-family:"Font Awesome 6 Free","Font Awesome 6 Brands","Font Awesome 6 Pro","FontAwesome" !important;font-weight:900 !important;display:inline-block !important;font-style:normal !important;font-variant:normal !important;text-rendering:auto !important;line-height:1 !important;-webkit-font-smoothing:antialiased !important;-moz-osx-font-smoothing:grayscale !important}.fa-industry::before{content:"\f275" !important}.fa-certificate::before{content:"\f0a3" !important}.fa-tools::before{content:"\f7d9" !important}.fa-shipping-fast::before{content:"\f48b" !important}.fa-handshake::before{content:"\f2b5" !important}.fa-headset::before{content:"\f590" !important}.fa-check-circle::before{content:"\f058" !important}.fa-search::before{content:"\f002" !important}.fa-fire::before{content:"\f06d" !important}.fa-microchip::before{content:"\f2db" !important}.fa-compass::before{content:"\f14e" !important}.fa-cog::before{content:"\f013" !important}.fa-info-circle::before{content:"\f05a" !important}.fa-barcode::before{content:"\f02a" !important}.fa-tag::before{content:"\f02b" !important}.fa-whatsapp::before{content:"\f232" !important}.fa-clock::before{content:"\f017" !important}.fa-shield-alt::before{content:"\f3ed" !important}.fa-clipboard-check::before{content:"\f46c" !important}.fa-target::before{content:"\f140" !important}.fa-eye::before{content:"\f06e" !important}.product-title i.fas.fa-cog{color:#000080 !important;font-size:14px !important;margin-right:8px !important;margin-top:2px !important}.product-description i.fas.fa-info-circle{color:#6c757d !important;font-size:14px !important;margin-right:8px !important;margin-top:2px !important}.product-code i.fas.fa-barcode{color:#000080 !important;font-size:13px !important;margin-right:8px !important}.product-spec i.fas.fa-tag{color:#6c757d !important;font-size:13px !important;margin-right:8px !important}.product-quote-btn i.fab.fa-whatsapp{color:#fff !important;font-size:14px !important;margin-right:8px !important}i[class*="fa-"]{display:inline-block !important;visibility:visible !important;opacity:1 !important}.navbar-toggler{border:none !important;padding:8px !important;background:rgba(0,0,128,0.1) !important;border-radius:8px !important}.navbar-toggler-icon{display:none !important;visibility:hidden !important;opacity:0 !important;background-image:none !important}.navbar-toggler::before,.navbar-toggler::after{display:none !important;content:none !important}.navbar-toggler:not(.collapsed)::before,.navbar-toggler:not(.collapsed)::after{display:none !important}.navbar-toggler i.fas.fa-compass,.navbar-toggler i.custom-nav-icon{color:#000080 !important;font-size:22px !important;display:block !important;visibility:visible !important;opacity:1 !important;position:relative !important;z-index:10 !important}.navbar-toggler:focus{box-shadow:0 0 0 .25rem rgba(0,0,128,0.25) !important}.navbar-toggler:hover i.fas.fa-compass,.navbar-toggler:hover i.custom-nav-icon{color:#1a5490 !important;transform:rotate(15deg);transition:all .3s ease}.icon-badge{position:relative;width:90px;height:90px;margin:0 auto 20px auto;display:flex;align-items:center;justify-content:center;border-radius:24px;background:linear-gradient(135deg,#0f0697 0,#58c0db 100%);flex-shrink:0;box-shadow:0 6px 18px rgba(15,6,151,0.25);transition:transform .3s ease}.icon-badge__img{width:42px;height:42px;display:block;line-height:1;color:#fff;object-fit:contain;filter:brightness(0) invert(1);z-index:10;transition:all .3s ease}.icon-badge i.icon-badge__img{font-size:42px;width:auto;height:auto;filter:none}.icon-badge__img::before{color:#fff}.icon-badge:hover{transform:scale(1.05);box-shadow:0 8px 24px rgba(31,83,255,0.35)}.benefit-card:hover .icon-badge,.blog-card:hover .icon-badge,.nosotros-card:hover .icon-badge{transform:scale(1.05);box-shadow:0 8px 24px rgba(31,83,255,0.35)}@media(min-width:768px) and (max-width:1279px){.icon-badge{width:80px;height:80px}.icon-badge__img{width:38px;height:38px}.icon-badge i.icon-badge__img{font-size:38px}}@media(max-width:767px){.icon-badge{width:72px;height:72px}.icon-badge__img{width:34px;height:34px}.icon-badge i.icon-badge__img{font-size:34px}}.icon-badge[role="img"]{outline:2px solid transparent;outline-offset:2px}.icon-badge[role="img"]:focus-visible{outline-color:#58c0db}.benefit-icon,.blog-icon,.mission-icon,.vision-icon{position:relative;width:90px;height:90px;margin:0 auto 20px auto;display:flex;align-items:center;justify-content:center;border-radius:24px;background:linear-gradient(135deg,#0f0697 0,#58c0db 100%);flex-shrink:0;box-shadow:0 6px 18px rgba(15,6,151,0.25);transition:transform .3s ease}.benefit-icon:hover,.blog-icon:hover,.mission-icon:hover,.vision-icon:hover{transform:scale(1.05);box-shadow:0 8px 24px rgba(31,83,255,0.35)}.benefit-icon i,.blog-icon i,.mission-icon i,.vision-icon i{font-size:42px;width:100%;height:100%;display:flex;align-items:center;justify-content:center;line-height:1;color:#fff !important;z-index:10;margin:0;padding:0;text-align:center}.benefit-icon i::before,.blog-icon i::before,.mission-icon i::before,.vision-icon i::before{color:#fff !important;display:inline-block;vertical-align:middle;margin:0;padding:0}@media(min-width:768px) and (max-width:1279px){.benefit-icon,.blog-icon,.mission-icon,.vision-icon{width:80px;height:80px}.benefit-icon i,.blog-icon i,.mission-icon i,.vision-icon i{font-size:38px}}@media(max-width:767px){.benefit-icon,.blog-icon,.mission-icon,.vision-icon{width:72px;height:72px}.benefit-icon i,.blog-icon i,.mission-icon i,.vision-icon i{font-size:34px}}.benefit-card,.blog-card,.nosotros-card{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;gap:12px;padding:40px 24px;min-height:320px}.blog-card h5,.blog-card p,.blog-content,.blog-content h5,.blog-content p{text-align:center !important}.why-grid,.benefits-grid,.resources-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:40px;justify-items:center}@media(min-width:1280px){.why-grid,.benefits-grid,.resources-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:768px) and (max-width:1279px){.why-grid,.benefits-grid,.resources-grid{grid-template-columns:repeat(2,1fr)}.benefit-card,.blog-card,.nosotros-card{min-height:300px;padding:32px 20px}}@media(max-width:767px){.why-grid,.benefits-grid,.resources-grid{grid-template-columns:1fr;gap:24px}.benefit-card,.blog-card,.nosotros-card{min-height:auto;padding:24px 16px}}.benefit-card{transition:all .4s cubic-bezier(0.4,0,0.2,1) !important;border:2px solid transparent !important;position:relative;overflow:hidden}.benefit-card::before{content:'';position:absolute;top:0;right:0;width:100px;height:100px;background:linear-gradient(135deg,rgba(15,6,151,0.03) 0,rgba(88,192,219,0.03) 100%);border-radius:0 8px 0 100%;transition:all .4s ease}.benefit-card:hover{transform:translateY(-10px) !important;border-color:#58c0db !important;box-shadow:0 15px 40px rgba(15,6,151,0.2) !important}.benefit-card:hover::before{width:150px;height:150px;background:linear-gradient(135deg,rgba(15,6,151,0.08) 0,rgba(88,192,219,0.08) 100%)}.benefit-icon{position:relative;width:80px;height:80px;margin:0 auto 1.5rem !important;display:flex !important;align-items:center;justify-content:center;border-radius:20px;background:linear-gradient(135deg,#0f0697 0,#58c0db 100%);flex-shrink:0;box-shadow:0 4px 15px rgba(15,6,151,0.3);transition:all .4s cubic-bezier(0.4,0,0.2,1)}.benefit-card:hover .benefit-icon{transform:rotateY(360deg) scale(1.1);box-shadow:0 8px 25px rgba(15,6,151,0.4)}.benefit-card .benefit-icon i{color:#fff !important;font-size:2.5rem !important;position:relative;z-index:10 !important;transition:all .3s ease;display:block !important;line-height:1 !important;width:auto !important;height:auto !important}.benefit-card .benefit-icon i::before{color:#fff !important}.benefit-card h4{color:#0f0697 !important;font-weight:700 !important;font-size:1.3rem !important;transition:color .3s ease}.benefit-card:hover h4{color:#58c0db !important}.benefit-card p{color:#6c757d !important;font-size:.95rem !important;line-height:1.6 !important}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.benefit-card{animation:fadeInUp .6s ease-out;animation-fill-mode:both}.benefit-card:nth-child(1){animation-delay:.1s}.benefit-card:nth-child(2){animation-delay:.2s}.benefit-card:nth-child(3){animation-delay:.3s}.benefit-card:nth-child(4){animation-delay:.4s}.benefit-card:nth-child(5){animation-delay:.5s}.benefit-card:nth-child(6){animation-delay:.6s}@keyframes pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.05)}}.benefit-icon{animation:pulse 2s ease-in-out infinite}.benefit-card:hover .benefit-icon{animation:none}.benefit-badge{position:absolute;top:15px;right:15px;background:linear-gradient(135deg,#0f0697 0,#58c0db 100%);color:white;padding:4px 12px;border-radius:20px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;opacity:0;transition:opacity .3s ease}.benefit-card:hover .benefit-badge{opacity:1}.beneficios-section{position:relative;background:linear-gradient(180deg,#f8f9fa 0,#fff 100%) !important}.beneficios-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 20% 50%,rgba(88,192,219,0.05) 0,transparent 50%),radial-gradient(circle at 80% 80%,rgba(15,6,151,0.05) 0,transparent 50%);pointer-events:none}.beneficios-section .container{position:relative;z-index:1}.beneficios-section .section-title{position:relative}@media(max-width:767.98px){.benefit-icon{width:70px;height:70px}.benefit-icon i{font-size:2.2rem !important}.benefit-card h4{font-size:1.2rem !important}.benefit-card p{font-size:.9rem !important}}@media(max-width:575.98px){.benefit-icon{width:65px;height:65px}.benefit-icon i{font-size:2rem !important}}.benefit-icon{position:relative;overflow:visible}.porque-estp .icon-badge__img,.porque-estp .icon-badge i,.porque-estp .why-icon img,.porque-estp .feature-icon img{filter:brightness(0) invert(1) drop-shadow(0 0 .5px #0f0697) drop-shadow(0 0 .5px #0f0697) !important;transition:all .2s ease-in-out}.porque-estp .icon-badge__img:hover,.porque-estp .icon-badge i:hover{filter:brightness(0) invert(1) drop-shadow(0 0 2px #0f0697) !important}.porque-estp .icon-badge i::before{color:inherit}.section-title h2 i{color:var(--primary-color,#007bff);font-size:.9em;margin-right:.5rem;opacity:.8;transition:all .3s ease}.section-title h2:hover i{opacity:1;transform:scale(1.1)}.mission-icon,.vision-icon{transition:all .3s ease}.mission-icon i,.vision-icon i{opacity:.8;transition:all .3s ease}.nosotros-card:hover .mission-icon i,.nosotros-card:hover .vision-icon i{opacity:1;transform:scale(1.1)}.btn i{font-size:.9em;margin-right:.4rem;opacity:1 !important;transition:all .3s ease}.btn:hover i{transform:translateX(2px)}.btn-get-started i{color:rgba(255,255,255,0.9)}.btn-contact i{color:rgba(0,123,255,0.9)}.section-title .fas.fa-award{color:#ffc107;text-shadow:0 1px 2px rgba(0,0,0,0.1)}.fa,.fas,.fab{font-weight:400;font-style:normal}.me-3{font-size:1em !important}.me-2{font-size:.9em !important}i.fa,i.fas,i.fab{transition:all .2s ease-in-out}.text-primary i,i.text-primary{color:var(--primary-color,#007bff) !important}.btn-primary i{color:#fff !important;opacity:1 !important}.fa-check-circle{color:#28a745 !important;opacity:.9}.contact-info i{margin-right:.5rem;opacity:.8;transition:opacity .3s ease}.contact-info:hover i{opacity:1}.footer-links i{font-size:.8em;margin-right:.3rem;opacity:.7}.social-links a i{font-size:1.1em;transition:all .3s ease}.social-links a:hover i{transform:scale(1.15)}@media(max-width:768px){.section-title h2 i{font-size:.8em}.btn i{font-size:.8em;margin-right:.3rem}.mission-icon i,.vision-icon i{font-size:1.5em !important}}img.standard-img{width:100% !important;max-width:600px !important;height:300px !important;object-fit:cover !important;border-radius:12px !important;display:block !important;margin:1rem auto !important;box-shadow:0 5px 15px rgba(0,0,0,0.1) !important;transition:transform .3s ease !important}img.standard-img:hover{transform:scale(1.02) !important}.img-standardized-container{width:100%;max-width:650px;height:340px;background-color:#f9f9f9;padding:20px;border-radius:16px;box-shadow:0 5px 15px rgba(0,0,0,0.1);margin:0 auto 1.5rem auto;display:flex;align-items:center;justify-content:center;overflow:hidden}.navbar-brand .logo,.logo{object-fit:contain !important;width:auto !important;height:80px !important;max-width:none !important;border-radius:0 !important}.logo-container{display:flex;align-items:center;max-width:100%;height:80px;overflow:visible;margin-left:-35px;padding-left:0}.iso-float{width:70px !important;height:70px !important;border-radius:50% !important;display:flex;align-items:center;justify-content:center;padding:10px !important;background:white !important}.iso-float img{width:100% !important;height:100% !important;object-fit:contain !important;border-radius:0 !important;max-width:100%;max-height:100%}#certification img,.certification img,.iso-cert-img{object-fit:contain !important;width:100% !important;height:auto !important;max-width:400px !important;border-radius:12px !important}.featured-product-img,.product-image,.carousel-item img{object-fit:contain !important;width:100% !important;height:auto !important;max-height:300px !important;border-radius:8px !important}.product-card img{object-fit:contain !important;width:100% !important;height:200px !important;border-radius:8px !important;padding:10px}.benefit-icon{width:80px !important;height:80px !important;border-radius:50% !important;display:flex;align-items:center;justify-content:center;margin:0 auto;background:linear-gradient(135deg,#0f0697 0,#1a2870 100%)}.benefit-icon i{font-size:2.5rem !important;color:#fff !important}.blog-icon{width:80px !important;height:80px !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;margin:0 auto 1.5rem !important;padding:0 !important;background:linear-gradient(135deg,#0f0697 0,#1a2870 100%) !important;position:relative;flex-shrink:0;overflow:visible !important}.blog-icon i{font-size:2.5rem !important;width:auto !important;height:auto !important;display:block !important;line-height:1 !important;color:#fff !important}.blog-card{padding-top:20px !important}.social-links a,.social-button{width:40px !important;height:40px !important;border-radius:50% !important;display:flex;align-items:center;justify-content:center}.about img,.presentacion-section img{object-fit:cover !important;width:100% !important;height:300px !important;border-radius:12px !important}.whatsapp-float{width:60px !important;height:60px !important;border-radius:50% !important;display:flex;align-items:center;justify-content:center}.whatsapp-float i{font-size:2rem !important}.blog-card img{object-fit:cover !important;width:100% !important;height:200px !important;border-radius:8px 8px 0 0 !important}@media(max-width:991.98px){.navbar-brand .logo,.logo{height:70px !important}.logo-container{height:70px}.iso-float{width:65px !important;height:65px !important}}@media(max-width:767.98px){.navbar-brand .logo,.logo{height:64px !important}.logo-container{height:65px}.iso-float{width:60px !important;height:60px !important}.benefit-icon,.blog-icon{width:70px !important;height:70px !important}.benefit-icon i,.blog-icon i{font-size:2.2rem !important}}@media(max-width:575.98px){.navbar-brand .logo,.logo{height:51px !important}.logo-container{height:60px}.iso-float{width:55px !important;height:55px !important}.whatsapp-float{width:55px !important;height:55px !important}.benefit-icon,.blog-icon{width:65px !important;height:65px !important}.benefit-icon i,.blog-icon i{font-size:2rem !important}}img{max-width:100%;height:auto}.product-card img,.blog-card img,.about img,.carousel-item img{height:auto}[style*="border-radius: 50%"] img,[class*="circle"] img{object-fit:contain !important;border-radius:0 !important}.navbar-brand .logo,.logo{height:80px !important;width:auto;display:block}.logo-container{display:flex;align-items:center;max-width:100%;height:80px;overflow:visible;margin-left:-35px;padding-left:0}#header .navbar{min-height:80px}#header{transition:all .5s;z-index:997;background-color:#fff}@media(max-width:991.98px){.navbar-brand .logo,.logo{height:70px !important}.logo-container{height:70px}}@media(max-width:767.98px){.navbar-brand .logo,.logo{height:64px !important}.logo-container{height:65px}}@media(max-width:575.98px){.navbar-brand .logo,.logo{height:51px !important}.logo-container{height:60px}}header .navbar .navbar-brand{display:flex !important;align-items:center !important;gap:15px !important}header .navbar .navbar-brand img.logo-iso,.navbar-brand img.logo-iso,img.logo-iso{height:80px !important;max-height:80px !important;min-height:80px !important;width:auto !important;object-fit:contain !important}@media(max-width:768px){header .navbar .navbar-brand img.logo-iso,.navbar-brand img.logo-iso,img.logo-iso{height:64px !important;max-height:64px !important;min-height:64px !important}}@media(max-width:576px){header .navbar .navbar-brand img.logo-iso,.navbar-brand img.logo-iso,img.logo-iso{height:51px !important;max-height:51px !important;min-height:51px !important}header .navbar .navbar-brand{gap:10px !important}}.btn:not(.whatsapp-btn):not(.btn-whatsapp):not(.btn-success):not(.btn-get-started):not(.btn-contact):not(.iso-btn):not(#whatsapp-float):not(#iso-float){background:#58c0db !important;background-image:none !important;border:none !important;border-radius:30px !important;color:#fff !important;transition:all .3s cubic-bezier(0.4,0,0.2,1) !important;box-shadow:0 2px 8px rgba(88,192,219,0.2) !important}.btn:not(.whatsapp-btn):not(.btn-whatsapp):not(.btn-success):not(.btn-get-started):not(.btn-contact):not(.iso-btn):not(#whatsapp-float):not(#iso-float):hover{background:#45a8c4 !important;background-image:none !important;transform:translateY(-4px) scale(1.02) !important;box-shadow:0 8px 25px rgba(88,192,219,0.4) !important}.btn:not(.whatsapp-btn):not(.btn-whatsapp):not(.btn-success):not(.btn-get-started):not(.btn-contact):not(.iso-btn):not(#whatsapp-float):not(#iso-float):active{transform:translateY(-2px) scale(0.98) !important;box-shadow:0 4px 12px rgba(88,192,219,0.3) !important}.btn-primary:not(.whatsapp-btn):not(.btn-whatsapp):not(.btn-success):not(.btn-get-started):not(.btn-contact):not(.iso-btn){background:#58c0db !important;background-image:none !important;border:none !important;border-radius:30px !important;color:#fff !important;transition:all .3s cubic-bezier(0.4,0,0.2,1) !important;box-shadow:0 2px 8px rgba(88,192,219,0.2) !important}.btn-primary:not(.whatsapp-btn):not(.btn-whatsapp):not(.btn-success):not(.btn-get-started):not(.btn-contact):not(.iso-btn):hover{background:#45a8c4 !important;background-image:none !important;transform:translateY(-4px) scale(1.02) !important;box-shadow:0 8px 25px rgba(88,192,219,0.4) !important}.btn-primary:not(.whatsapp-btn):not(.btn-whatsapp):not(.btn-success):not(.btn-get-started):not(.btn-contact):not(.iso-btn):active{transform:translateY(-2px) scale(0.98) !important;box-shadow:0 4px 12px rgba(88,192,219,0.3) !important}.btn-primary:not(.whatsapp-btn):not(.btn-whatsapp):not(.btn-success):not(.btn-get-started):not(.btn-contact):not(.iso-btn):focus{background:#45a8c4 !important;background-image:none !important;box-shadow:0 0 0 4px rgba(88,192,219,0.2) !important}.btn-lg:not(.whatsapp-btn):not(.btn-whatsapp):not(.btn-success):not(.btn-get-started):not(.btn-contact):not(.iso-btn){background:#58c0db !important;background-image:none !important;border-radius:35px !important;padding:14px 40px !important;transition:all .3s cubic-bezier(0.4,0,0.2,1) !important;box-shadow:0 3px 10px rgba(88,192,219,0.25) !important}.btn-lg:not(.whatsapp-btn):not(.btn-whatsapp):not(.btn-success):not(.btn-get-started):not(.btn-contact):not(.iso-btn):hover{background:#45a8c4 !important;background-image:none !important;transform:translateY(-5px) scale(1.03) !important;box-shadow:0 10px 30px rgba(88,192,219,0.45) !important}.btn-lg:not(.whatsapp-btn):not(.btn-whatsapp):not(.btn-success):not(.btn-get-started):not(.btn-contact):not(.iso-btn):active{transform:translateY(-2px) scale(0.99) !important;box-shadow:0 5px 15px rgba(88,192,219,0.35) !important}.btn-outline-primary:not(.whatsapp-btn):not(.iso-btn){background:transparent !important;background-image:none !important;border:2px solid #58c0db !important;border-radius:30px !important;color:#58c0db !important}.btn-outline-primary:not(.whatsapp-btn):not(.iso-btn):hover,.btn-outline-primary:not(.whatsapp-btn):not(.iso-btn).active{background:#58c0db !important;background-image:none !important;border-color:#58c0db !important;color:#fff !important}.filter-btn:not(.whatsapp-btn):not(.iso-btn){background:#f5f5f7 !important;background-image:none !important;border:2px solid #e5e5e7 !important;border-radius:25px !important;color:#1d1d1f !important;padding:10px 24px !important;transition:all .3s cubic-bezier(0.4,0,0.2,1) !important;box-shadow:0 1px 3px rgba(0,0,0,0.05) !important}.filter-btn:not(.whatsapp-btn):not(.iso-btn):hover{background:#e8f7fb !important;background-image:none !important;border-color:#58c0db !important;color:#0f0697 !important;transform:translateY(-2px) !important;box-shadow:0 4px 12px rgba(88,192,219,0.2) !important}.filter-btn.active:not(.whatsapp-btn):not(.iso-btn){background:#58c0db !important;background-image:none !important;border-color:#58c0db !important;color:#fff !important;transform:translateY(-2px) !important;box-shadow:0 4px 12px rgba(88,192,219,0.3) !important}button[type="submit"]:not(.whatsapp-btn):not(.iso-btn){background:#58c0db !important;background-image:none !important;border:none !important;border-radius:30px !important;color:#fff !important;padding:12px 30px !important;transition:all .3s cubic-bezier(0.4,0,0.2,1) !important;box-shadow:0 2px 8px rgba(88,192,219,0.2) !important}button[type="submit"]:not(.whatsapp-btn):not(.iso-btn):hover{background:#45a8c4 !important;background-image:none !important;transform:translateY(-3px) scale(1.03) !important;box-shadow:0 8px 25px rgba(88,192,219,0.4) !important}button[type="submit"]:not(.whatsapp-btn):not(.iso-btn):active{transform:translateY(-1px) scale(0.99) !important;box-shadow:0 4px 12px rgba(88,192,219,0.3) !important}.btn-contact:not(.whatsapp-btn):not(.iso-btn)::before,.btn-contact:not(.whatsapp-btn):not(.iso-btn)::after{display:none !important;content:none !important}#toggle-products-btn:not(.whatsapp-btn):not(.iso-btn){background:#58c0db !important;background-image:none !important;border:none !important;border-radius:35px !important;color:#fff !important}#toggle-products-btn:not(.whatsapp-btn):not(.iso-btn):hover{background:#45a8c4 !important;background-image:none !important}#ver-resto-productos:not(.whatsapp-btn):not(.iso-btn){background:#58c0db !important;background-image:none !important;border-radius:30px !important}.page-link:not(.whatsapp-btn):not(.iso-btn){border-radius:20px !important;color:#58c0db !important}.page-link:not(.whatsapp-btn):not(.iso-btn):hover{background:#58c0db !important;background-image:none !important;color:#fff !important}.page-item.active .page-link:not(.whatsapp-btn):not(.iso-btn){background:#58c0db !important;background-image:none !important;border-color:#58c0db !important}.category-btn:not(.whatsapp-btn):not(.iso-btn){background:transparent !important;background-image:none !important;border:2px solid #58c0db !important;border-radius:25px !important;color:#58c0db !important}.category-btn:not(.whatsapp-btn):not(.iso-btn):hover,.category-btn.active:not(.whatsapp-btn):not(.iso-btn){background:#58c0db !important;background-image:none !important;color:#fff !important}.btn:not(.whatsapp-btn):not(.iso-btn):not(.btn-success) i.fas,.btn:not(.whatsapp-btn):not(.iso-btn):not(.btn-success) i.fa,.btn:not(.whatsapp-btn):not(.iso-btn):not(.btn-success) i,.btn-primary:not(.whatsapp-btn):not(.iso-btn):not(.btn-success) i.fas,.btn-primary:not(.whatsapp-btn):not(.iso-btn):not(.btn-success) i.fa,.btn-primary:not(.whatsapp-btn):not(.iso-btn):not(.btn-success) i,.btn-lg:not(.whatsapp-btn):not(.iso-btn):not(.btn-success) i.fas,.btn-lg:not(.whatsapp-btn):not(.iso-btn):not(.btn-success) i.fa,.btn-lg:not(.whatsapp-btn):not(.iso-btn):not(.btn-success) i,.btn-get-started:not(.whatsapp-btn):not(.iso-btn):not(.btn-success) i.fas,.btn-get-started:not(.whatsapp-btn):not(.iso-btn):not(.btn-success) i.fa,.btn-get-started:not(.whatsapp-btn):not(.iso-btn):not(.btn-success) i,.btn-contact:not(.whatsapp-btn):not(.iso-btn):not(.btn-success) i.fas,.btn-contact:not(.whatsapp-btn):not(.iso-btn):not(.btn-success) i.fa,.btn-contact:not(.whatsapp-btn):not(.iso-btn):not(.btn-success) i,button[type="submit"]:not(.whatsapp-btn):not(.iso-btn):not(.btn-success) i.fas,button[type="submit"]:not(.whatsapp-btn):not(.iso-btn):not(.btn-success) i.fa,button[type="submit"]:not(.whatsapp-btn):not(.iso-btn):not(.btn-success) i{color:#fff !important;transition:transform .3s cubic-bezier(0.4,0,0.2,1) !important;display:inline-block !important;align-items:initial !important;justify-content:initial !important}.btn:not(.whatsapp-btn):not(.iso-btn):not(.btn-success):hover i.fas,.btn:not(.whatsapp-btn):not(.iso-btn):not(.btn-success):hover i.fa,.btn:not(.whatsapp-btn):not(.iso-btn):not(.btn-success):hover i,.btn-primary:not(.whatsapp-btn):not(.iso-btn):not(.btn-success):hover i.fas,.btn-primary:not(.whatsapp-btn):not(.iso-btn):not(.btn-success):hover i.fa,.btn-primary:not(.whatsapp-btn):not(.iso-btn):not(.btn-success):hover i,.btn-lg:not(.whatsapp-btn):not(.iso-btn):not(.btn-success):hover i.fas,.btn-lg:not(.whatsapp-btn):not(.iso-btn):not(.btn-success):hover i.fa,.btn-lg:not(.whatsapp-btn):not(.iso-btn):not(.btn-success):hover i,.btn-get-started:not(.whatsapp-btn):not(.iso-btn):not(.btn-success):hover i.fas,.btn-get-started:not(.whatsapp-btn):not(.iso-btn):not(.btn-success):hover i.fa,.btn-get-started:not(.whatsapp-btn):not(.iso-btn):not(.btn-success):hover i,.btn-contact:not(.whatsapp-btn):not(.iso-btn):not(.btn-success):hover i.fas,.btn-contact:not(.whatsapp-btn):not(.iso-btn):not(.btn-success):hover i.fa,.btn-contact:not(.whatsapp-btn):not(.iso-btn):not(.btn-success):hover i,button[type="submit"]:not(.whatsapp-btn):not(.iso-btn):not(.btn-success):hover i.fas,button[type="submit"]:not(.whatsapp-btn):not(.iso-btn):not(.btn-success):hover i.fa,button[type="submit"]:not(.whatsapp-btn):not(.iso-btn):not(.btn-success):hover i{color:#fff !important;transform:translateX(3px) scale(1.1) !important;animation:iconBounce .6s ease-in-out !important}@keyframes iconBounce{0%,100%{transform:translateX(3px) scale(1.1) !important}50%{transform:translateX(5px) scale(1.15) !important}}.btn:not(.whatsapp-btn):not(.iso-btn)::before,.btn-primary:not(.whatsapp-btn):not(.iso-btn)::before,.btn-lg:not(.whatsapp-btn):not(.iso-btn)::before{display:none !important}.btn-success{border-radius:50px !important;transition:all .3s ease !important}.btn-success:hover{transform:translateY(-2px) scale(1.02) !important;box-shadow:0 6px 20px rgba(37,211,102,0.4) !important}.btn,.btn-primary,.btn-secondary,.btn-get-started,.btn-contact,.btn-outline-primary,.product-quote-btn,.filter-btn,button{display:inline-flex !important;align-items:center !important;justify-content:center !important;line-height:1 !important;vertical-align:middle !important;text-align:center !important}.btn i,.btn-primary i,.btn-secondary i,.btn-get-started i,.btn-contact i,.btn-outline-primary i,.product-quote-btn i,.filter-btn i,button i{display:inline-flex !important;align-items:center !important;justify-content:center !important;line-height:1 !important;vertical-align:middle !important}.btn *,.btn-primary *,.btn-get-started *,button *{margin-top:0 !important;margin-bottom:0 !important}.btn i+*,.btn-primary i+*,.btn-get-started i+*{margin-left:.5rem !important}@media(min-width:992px){.navbar-toggler{display:none !important}}.btn-whatsapp,a.btn-whatsapp,.btn.btn-whatsapp,a.btn.btn-whatsapp{background-color:#25d366 !important;background-image:none !important;border-color:#25d366 !important;color:#fff !important;border-radius:50px !important}.btn-whatsapp:hover,a.btn-whatsapp:hover,.btn.btn-whatsapp:hover,a.btn.btn-whatsapp:hover{background-color:#128c7e !important;background-image:none !important;border-color:#128c7e !important;color:#fff !important;transform:translateY(-2px);box-shadow:0 8px 20px rgba(37,211,102,0.4) !important}.btn-whatsapp:focus,.btn-whatsapp:active,.btn-whatsapp:visited{background-color:#25d366 !important;background-image:none !important;border-color:#25d366 !important;color:#fff !important}.btn-success,a.btn-success,.btn.btn-success,a.btn.btn-success{background-color:#25d366 !important;background-image:none !important;border-color:#25d366 !important;color:#fff !important}.btn-success:hover,a.btn-success:hover,.btn.btn-success:hover,a.btn.btn-success:hover{background-color:#128c7e !important;background-image:none !important;border-color:#128c7e !important;color:#fff !important;transform:translateY(-2px);box-shadow:0 8px 20px rgba(37,211,102,0.4) !important}.btn-success:focus,.btn-success:active,.btn-success:visited{background-color:#25d366 !important;background-image:none !important;border-color:#25d366 !important;color:#fff !important}.btn-whatsapp i,.btn-success i,.btn-whatsapp .fa-whatsapp,.btn-success .fa-whatsapp,.btn-whatsapp .fa-brands,.btn-success .fa-brands{color:#fff !important}#footer .social-links,.social-links{display:flex !important;flex-direction:column !important;gap:12px !important;align-items:flex-start !important;padding-right:15px !important}#footer .social-links a,.social-links a{display:inline-flex !important;align-items:center !important;justify-content:center !important;width:45px !important;height:45px !important;min-width:45px !important;min-height:45px !important;max-width:45px !important;max-height:45px !important;border-radius:50% !important;transition:all .3s ease !important;border:none !important;aspect-ratio:1 / 1 !important;flex-shrink:0 !important}#footer .social-links a.facebook,.social-links a.facebook{background:#1877f2 !important;color:#fff !important}#footer .social-links a.facebook:hover,.social-links a.facebook:hover{background:#166fe5 !important;transform:scale(1.1) !important;box-shadow:0 4px 12px rgba(24,119,242,0.4) !important}#footer .social-links a.instagram,.social-links a.instagram{background:radial-gradient(circle at 30% 107%,#fdf497 0,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285aeb 90%) !important;color:#fff !important}#footer .social-links a.instagram:hover,.social-links a.instagram:hover{background:radial-gradient(circle at 30% 107%,#fce577 0,#fce577 5%,#fc4839 45%,#c6148f 60%,#1848db 90%) !important;transform:scale(1.1) !important;box-shadow:0 4px 12px rgba(214,36,159,0.4) !important}#footer .social-links a.whatsapp,.social-links a.whatsapp{background:#25d366 !important;color:#fff !important}#footer .social-links a.whatsapp:hover,.social-links a.whatsapp:hover{background:#20ba5a !important;transform:scale(1.1) !important;box-shadow:0 4px 12px rgba(37,211,102,0.4) !important}#footer .social-links a svg,.social-links a svg{width:24px !important;height:24px !important;fill:#fff !important}.social-links{display:flex !important;gap:15px !important;justify-content:flex-start !important;align-items:center !important;margin-top:1rem !important}.social-links a{display:flex !important;justify-content:center !important;align-items:center !important;width:40px !important;height:40px !important;border-radius:50% !important;color:#fff !important;background:var(--primary-color) !important;text-decoration:none !important;transition:all .3s ease !important;font-size:18px !important}.social-links a:hover{background:var(--secondary-color) !important;transform:scale(1.1) !important;color:#fff !important}.social-links a.facebook:hover{background:#4267b2 !important}.social-links a.instagram:hover{background:#e1306c !important}.social-links a.linkedin:hover{background:#0077b5 !important}.social-links a.whatsapp:hover{background:#25d366 !important}.social-links a i{display:inline-block !important;font-size:18px !important;line-height:1 !important;color:inherit !important;font-family:"Font Awesome 6 Brands","Font Awesome 6 Free" !important;font-weight:900 !important}.fab{font-family:"Font Awesome 6 Brands" !important;font-weight:400 !important}.fas{font-family:"Font Awesome 6 Free" !important;font-weight:900 !important}.contact .social-links{display:flex !important;gap:15px !important;justify-content:center !important;margin-top:1rem !important}.contact .social-links a{display:inline-flex !important;align-items:center !important;justify-content:center !important;width:45px !important;height:45px !important;border-radius:50% !important;color:#fff !important;background:var(--primary-color) !important;text-decoration:none !important;transition:all .3s ease !important;font-size:20px !important}.contact .social-links a:hover{transform:scale(1.15) !important;box-shadow:0 4px 8px rgba(0,0,0,0.2) !important}.btn.rounded-circle{width:40px !important;height:40px !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;border-radius:50% !important;padding:0 !important;font-size:16px !important}.btn.rounded-circle i{font-size:16px !important;line-height:1 !important}@media(max-width:767.98px){.social-links{justify-content:center !important}.social-links a{width:38px !important;height:38px !important;font-size:16px !important}.social-links a i{font-size:16px !important}}.footer-links .social-links a,.contact .social-links a,.social-links a{opacity:1 !important;visibility:visible !important;pointer-events:auto !important}.whatsapp-float{position:fixed !important;bottom:20px !important;right:20px !important;width:60px !important;height:60px !important;background-color:#25d366 !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:1000 !important;color:white !important;text-decoration:none !important;box-shadow:0 4px 12px rgba(0,0,0,0.15) !important;transition:all .3s ease !important}.whatsapp-float:hover{background-color:#128c7e !important;transform:scale(1.1) !important;color:white !important}.whatsapp-float i{font-size:28px !important;color:white !important;font-family:"Font Awesome 6 Brands" !important}.fa-brands{font-family:"Font Awesome 6 Brands" !important;font-weight:400 !important}.fa-solid{font-family:"Font Awesome 6 Free" !important;font-weight:900 !important}#footer .social-links,.footer-social,.social-links{display:flex !important;gap:15px !important;justify-content:flex-start !important;align-items:center !important;margin-top:1rem !important}#footer .social-links a,.footer-social a,.social-links a{display:flex !important;justify-content:center !important;align-items:center !important;width:40px !important;height:40px !important;border-radius:50% !important;color:#fff !important;background:var(--primary-color) !important;text-decoration:none !important;transition:all .3s ease !important;font-size:18px !important}#footer .social-links a i,.footer-social a i,.social-links a i,.whatsapp-float i{display:inline-block !important;font-size:18px !important;line-height:1 !important;color:inherit !important;opacity:1 !important;visibility:visible !important}.social-links,.social-links a,.social-links a i{display:flex !important;opacity:1 !important;visibility:visible !important}.social-media-section{padding:2rem 0}.social-media-section h4{font-weight:600;font-size:1.5rem}.social-icons{gap:1rem !important}.social-icon-link{display:inline-flex;align-items:center;justify-content:center;width:60px;height:60px;border-radius:50%;color:#fff;font-size:24px;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 12px rgba(0,0,0,0.1);position:relative;overflow:hidden}.social-icon-link svg{position:relative;z-index:2;transition:transform .3s ease}.social-icon-link:hover svg{transform:scale(1.1)}.social-icon-link::before{content:'';position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:rgba(255,255,255,0.2);transform:translate(-50%,-50%);transition:width .3s ease,height .3s ease}.social-icon-link:hover::before{width:100%;height:100%}.social-icon-link:hover{transform:translateY(-5px);box-shadow:0 8px 20px rgba(0,0,0,0.2)}.social-icon-link.facebook{background:linear-gradient(135deg,#1877f2 0,#0d5dbf 100%)}.social-icon-link.whatsapp{background:linear-gradient(135deg,#25d366 0,#1da851 100%)}.social-icon-link.linkedin{background:linear-gradient(135deg,#0077b5 0,#005885 100%)}.social-icon-link.instagram{background:linear-gradient(135deg,#f09433 0,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%)}@keyframes pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.05)}}.social-icon-link:hover i{animation:pulse .6s ease}@media(max-width:576px){.social-icon-link{width:50px;height:50px;font-size:20px}.social-media-section h4{font-size:1.25rem}}.social-links{display:flex !important;justify-content:center !important;align-items:center !important;gap:15px !important;margin-top:1.5rem !important;padding:10px !important}.social-links .btn{display:inline-flex !important;align-items:center !important;justify-content:center !important;width:45px !important;height:45px !important;border-radius:50% !important;border-width:2.5px !important;border-style:solid !important;background-color:transparent !important;transition:all .4s cubic-bezier(0.4,0,0.2,1) !important;text-decoration:none !important;opacity:1 !important;visibility:visible !important;box-shadow:0 2px 8px rgba(0,0,0,0.1) !important;position:relative !important;overflow:hidden !important}.social-links .btn[href*="facebook"]{border-color:#4267b2 !important;color:#4267b2 !important;background:linear-gradient(135deg,transparent 0,rgba(66,103,178,0.05) 100%) !important}.social-links .btn[href*="facebook"]:hover{background:linear-gradient(135deg,#4267b2 0,#365899 100%) !important;color:white !important;border-color:#365899 !important;transform:translateY(-2px) scale(1.08) !important;box-shadow:0 8px 20px rgba(66,103,178,0.3) !important}.social-links .btn[href*="facebook"]::before{content:'' !important;position:absolute !important;top:0 !important;left:-100% !important;width:100% !important;height:100% !important;background:linear-gradient(90deg,transparent,rgba(255,255,255,0.2),transparent) !important;transition:left .5s !important}.social-links .btn[href*="facebook"]:hover::before{left:100% !important}.social-links .btn[href*="instagram"]{border-color:#e1306c !important;color:#e1306c !important;background:linear-gradient(135deg,transparent 0,rgba(225,48,108,0.05) 100%) !important}.social-links .btn[href*="instagram"]:hover{background:linear-gradient(135deg,#f09433 0,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%) !important;color:white !important;border-color:#bc1888 !important;transform:translateY(-2px) scale(1.08) !important;box-shadow:0 8px 20px rgba(225,48,108,0.3) !important}.social-links .btn[href*="instagram"]::before{content:'' !important;position:absolute !important;top:0 !important;left:-100% !important;width:100% !important;height:100% !important;background:linear-gradient(90deg,transparent,rgba(255,255,255,0.2),transparent) !important;transition:left .5s !important}.social-links .btn[href*="instagram"]:hover::before{left:100% !important}.social-links .btn i{font-size:18px !important;line-height:1 !important;display:inline-block !important;opacity:1 !important;visibility:visible !important;z-index:2 !important;position:relative !important;transition:all .3s ease !important}.social-links .btn:hover i{transform:scale(1.1) !important}.social-links .fa-facebook-f::before{content:"\f39e" !important;font-family:"Font Awesome 6 Brands" !important;font-weight:400 !important}.social-links .fa-instagram::before{content:"\f16d" !important;font-family:"Font Awesome 6 Brands" !important;font-weight:400 !important}.social-links .small,.social-links p{font-size:.875rem !important;margin-bottom:10px !important;color:#6c757d !important;text-align:center !important}@media(max-width:576px){.social-links .btn{width:35px !important;height:35px !important}.social-links .btn i{font-size:14px !important}}.contact-form-container .social-links .btn{display:inline-flex !important}.social-links,.social-links .btn,.social-links .btn i{opacity:1 !important;visibility:visible !important;pointer-events:auto !important}.fa-instagram::before,.fa-brands.fa-instagram::before{content:"\f16d" !important;font-family:"Font Awesome 6 Brands" !important;font-weight:400 !important;display:inline-block !important;opacity:1 !important;visibility:visible !important}.whatsapp i,.whatsapp .fa-whatsapp,.whatsapp .fa-brands.fa-whatsapp{color:#25d366 !important;font-size:18px !important;line-height:1 !important;display:inline-block !important;font-family:"Font Awesome 6 Brands" !important;font-weight:400 !important}a.whatsapp{background-color:#25d366 !important;color:white !important}a.whatsapp:hover{background-color:#128c7e !important;color:white !important}.whatsapp-float{position:fixed !important;bottom:20px !important;right:20px !important;width:60px !important;height:60px !important;background-color:#25d366 !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:1000 !important;box-shadow:0 4px 12px rgba(37,211,102,0.3) !important;transition:all .3s ease !important;text-decoration:none !important}.whatsapp-float:hover{background-color:#128c7e !important;transform:scale(1.1) !important;box-shadow:0 6px 16px rgba(37,211,102,0.4) !important}.whatsapp-float i{color:white !important;font-size:28px !important;font-family:"Font Awesome 6 Brands" !important;font-weight:400 !important;display:inline-block !important}.whatsapp-float i::before{content:"\f232" !important;font-family:"Font Awesome 6 Brands" !important}.fa-whatsapp::before,.fa-brands.fa-whatsapp::before{content:"\f232" !important;font-family:"Font Awesome 6 Brands" !important;font-weight:400 !important;display:inline-block !important;opacity:1 !important;visibility:visible !important}.btn-success .fa-whatsapp,.btn-success .fa-brands.fa-whatsapp{color:white !important;font-size:16px !important}.social-links .whatsapp i,.footer-social .whatsapp i{color:white !important;font-size:18px !important;font-family:"Font Awesome 6 Brands" !important}.whatsapp,.whatsapp i,.whatsapp-float,.whatsapp-float i,[class*="whatsapp"] i{display:inline-flex !important;opacity:1 !important;visibility:visible !important}.whatsapp::after{content:"" !important}@supports not(font-family:"Font Awesome 6 Brands"){.fa-whatsapp::before{content:"📱" !important;font-family:system-ui,-apple-system,sans-serif !important}}body .whatsapp i.fa-brands.fa-whatsapp::before,body .whatsapp-float i.fa-brands.fa-whatsapp::before,body .social-links .whatsapp i.fa-brands.fa-whatsapp::before{content:"\f232" !important;font-family:"Font Awesome 6 Brands" !important;font-weight:400 !important;display:inline-block !important;opacity:1 !important;visibility:visible !important}#about{background:linear-gradient(135deg,rgba(255,255,255,1) 0,rgba(247,249,252,1) 100%);position:relative;overflow:hidden}#about::before{content:'';position:absolute;top:0;right:-200px;width:600px;height:600px;background:radial-gradient(circle,rgba(88,192,219,0.08) 0,transparent 70%);border-radius:50%;pointer-events:none}.presentacion-section{background:white !important;border-radius:24px !important;padding:3rem !important;box-shadow:0 10px 40px rgba(15,6,151,0.08) !important;position:relative;overflow:hidden}.presentacion-section::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#0f0697 0,#58c0db 100%)}.heading-main{font-size:2.5rem;font-weight:800;color:#0f0697;margin-bottom:3rem;position:relative;display:inline-block;padding-bottom:1rem}.heading-main::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:100px;height:4px;background:linear-gradient(90deg,#0f0697 0,#58c0db 100%);border-radius:2px}.heading-sub{font-size:2rem;font-weight:700;color:#0f0697;margin-bottom:2rem}.heading-section{font-size:1.75rem;font-weight:700;color:#0f0697;margin-bottom:1.5rem}.text-standard{font-size:1.1rem;line-height:1.8;color:#495057;text-align:justify}#about img{border-radius:20px !important;box-shadow:0 15px 50px rgba(15,6,151,0.15) !important;transition:all .4s cubic-bezier(0.4,0,0.2,1) !important;position:relative}#about img::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;border-radius:20px;background:linear-gradient(135deg,rgba(15,6,151,0.1) 0,transparent 100%);opacity:0;transition:opacity .4s ease}#about img:hover{transform:scale(1.03) translateY(-5px) !important;box-shadow:0 20px 60px rgba(15,6,151,0.25) !important}.nosotros-card{background:white !important;border-radius:20px !important;transition:all .4s cubic-bezier(0.4,0,0.2,1) !important;border:2px solid transparent !important;position:relative;overflow:hidden}.nosotros-card::before{content:'';position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(90deg,#0f0697 0,#58c0db 100%);transform:scaleX(0);transform-origin:left;transition:transform .4s cubic-bezier(0.4,0,0.2,1)}.nosotros-card:hover{transform:translateY(-10px) !important;box-shadow:0 20px 60px rgba(15,6,151,0.2) !important;border-color:rgba(88,192,219,0.3) !important}.nosotros-card:hover::before{transform:scaleX(1)}.mission-icon,.vision-icon{width:80px;height:80px;margin:0 auto 1.5rem;background:linear-gradient(135deg,#0f0697 0,#58c0db 100%);border-radius:20px;display:flex;align-items:center;justify-content:center;transition:all .4s cubic-bezier(0.4,0,0.2,1);position:relative}.nosotros-card:hover .mission-icon,.nosotros-card:hover .vision-icon{transform:rotateY(360deg) scale(1.1)}.mission-icon i,.vision-icon i{color:white !important;font-size:2.5rem !important;z-index:10 !important}.mission-icon i::before,.vision-icon i::before{color:white !important}.stats-number{font-size:3.5rem;font-weight:800;background:linear-gradient(135deg,#0f0697 0,#58c0db 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1;margin-bottom:.5rem}.stats-label{font-size:1rem;color:#6c757d;font-weight:600;text-transform:uppercase;letter-spacing:1px}.timeline-item{position:relative;padding-left:50px;margin-bottom:2rem}.timeline-item::before{content:'';position:absolute;left:15px;top:8px;width:3px;height:calc(100% + 20px);background:linear-gradient(180deg,#0f0697 0,#58c0db 100%)}.timeline-dot{position:absolute;left:0;top:0;width:30px;height:30px;background:linear-gradient(135deg,#0f0697 0,#58c0db 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 0 0 4px rgba(88,192,219,0.2)}.timeline-dot i{color:white;font-size:.875rem}.quote-box{background:linear-gradient(135deg,rgba(15,6,151,0.05) 0,rgba(88,192,219,0.05) 100%);border-left:4px solid #0f0697;padding:2rem;border-radius:12px;position:relative;margin:2rem 0}.quote-box::before{content:'"';position:absolute;top:-20px;left:20px;font-size:6rem;color:rgba(15,6,151,0.1);font-family:Georgia,serif;line-height:1}.quote-text{font-size:1.25rem;font-style:italic;color:#0f0697;margin-bottom:1rem}.achievement-badge{display:inline-block;padding:8px 20px;background:linear-gradient(135deg,#0f0697 0,#58c0db 100%);color:white;border-radius:50px;font-weight:600;font-size:.9rem;margin:5px;box-shadow:0 4px 15px rgba(15,6,151,0.3);transition:all .3s ease}.achievement-badge:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(15,6,151,0.4)}.achievement-badge i{margin-right:8px}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.presentacion-section{animation:fadeInUp .8s ease-out}.nosotros-card{animation:fadeInUp .8s ease-out}.nosotros-card:nth-child(1){animation-delay:.1s}.nosotros-card:nth-child(2){animation-delay:.2s}.decorative-circle{position:absolute;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle,rgba(88,192,219,0.1) 0,transparent 70%);pointer-events:none}.decorative-circle-1{top:10%;left:-150px}.decorative-circle-2{bottom:20%;right:-150px}@media(max-width:991.98px){.heading-main{font-size:2rem}.heading-sub{font-size:1.75rem}.presentacion-section{padding:2rem !important}.text-standard{font-size:1rem;text-align:left}}@media(max-width:767.98px){.heading-main{font-size:1.75rem}.heading-sub{font-size:1.5rem}.heading-section{font-size:1.5rem}.presentacion-section{padding:1.5rem !important;border-radius:16px !important}.nosotros-card{margin-bottom:1.5rem !important}.stats-number{font-size:2.5rem}}@media(max-width:575.98px){.heading-main{font-size:1.5rem}#about img{height:200px !important}.mission-icon,.vision-icon{width:60px;height:60px}.mission-icon i,.vision-icon i{font-size:2rem !important}}.reveal-on-scroll{opacity:0;transform:translateY(30px);transition:all .6s ease-out}.reveal-on-scroll.revealed{opacity:1;transform:translateY(0)}.nosotros-card{display:flex !important;flex-direction:column !important;height:100% !important}.mission-icon,.vision-icon{display:flex !important;justify-content:center !important;align-items:center !important;height:80px !important;margin-bottom:1.5rem !important;flex-shrink:0 !important}.mission-icon i,.vision-icon i{font-size:3rem !important}.nosotros-card h3{min-height:40px !important;display:flex !important;align-items:center !important;justify-content:center !important;flex-shrink:0 !important}.nosotros-card p{flex-grow:1 !important;overflow:visible !important;display:block !important;-webkit-line-clamp:unset !important;-webkit-box-orient:unset !important}.nosotros-card.h-100{height:100% !important}@media(max-width:767.98px){.nosotros-card{height:auto !important}}#contact-form .form-control,#contact-form input.form-control,#contact-form select.form-control,#contact-form textarea.form-control{padding:14px 18px !important;font-size:15px !important;border:2px solid #e0e4e8 !important;border-radius:12px !important;background-color:#f8f9fa !important;color:#495057 !important;transition:all .3s cubic-bezier(0.4,0,0.2,1) !important;height:auto !important;min-height:52px !important;line-height:1.5 !important;font-weight:400 !important}#contact-form textarea.form-control{min-height:120px !important;resize:vertical !important}#contact-form .form-control:focus,#contact-form input.form-control:focus,#contact-form select.form-control:focus,#contact-form textarea.form-control:focus{border-color:#58c0db !important;background-color:#fff !important;box-shadow:0 0 0 3px rgba(88,192,219,0.15) !important;outline:none !important}#contact-form .form-control::placeholder,#contact-form input.form-control::placeholder,#contact-form select.form-control::placeholder,#contact-form textarea.form-control::placeholder{color:#95a3b3 !important;opacity:1 !important;font-weight:400 !important}#contact-form select.form-control{appearance:none !important;-webkit-appearance:none !important;-moz-appearance:none !important;background-image:url("data:image/svg+xml,%3Csvgxmlns='http://www.w3.org/2000/svg'width='12'height='12'viewBox='001212'%3E%3Cpathfill='%2395a3b3'd='M69L14h10z'/%3E%3C/svg%3E") !important;background-repeat:no-repeat !important;background-position:right 14px center !important;background-size:12px !important;padding-right:40px !important;cursor:pointer !important}#contact-form select.form-control option[value=""]{color:#95a3b3 !important}#contact-form select.form-control option{color:#495057 !important;padding:10px !important}#contact-form .form-control:hover:not(:focus){border-color:#c5cdd5 !important}#contact-form .form-control:disabled{background-color:#e9ecef !important;opacity:.6 !important;cursor:not-allowed !important}#contact-form .form-group{margin-bottom:1rem !important}@media(max-width:767.98px){#contact-form .form-control,#contact-form input.form-control,#contact-form select.form-control,#contact-form textarea.form-control{font-size:16px !important;padding:12px 16px !important;min-height:48px !important}#contact-form textarea.form-control{min-height:110px !important}}@media(prefers-contrast:high){#contact-form .form-control{border-width:3px !important}#contact-form .form-control:focus{border-width:3px !important;box-shadow:0 0 0 4px rgba(88,192,219,0.25) !important}}#contact .row.g-4{display:flex !important;align-items:stretch !important}#contact .col-md-6{display:flex !important}#contact .info-card,#contact .contact-form-container{display:flex !important;flex-direction:column !important;height:100% !important;min-height:100% !important}#contact .info-card>*,#contact .contact-form-container>*{flex-shrink:0}.blog-card{transition:all .4s cubic-bezier(0.4,0,0.2,1) !important;border:2px solid transparent !important;position:relative;overflow:hidden}.blog-card::before{content:'';position:absolute;top:0;left:0;width:100%;height:5px;background:linear-gradient(90deg,#0f0697 0,#58c0db 100%);transform:scaleX(0);transform-origin:left;transition:transform .4s ease}.blog-card:hover::before{transform:scaleX(1)}.blog-card:hover{transform:translateY(-10px) !important;border-color:#58c0db !important;box-shadow:0 15px 40px rgba(15,6,151,0.2) !important}.blog-icon{position:relative;width:80px;height:80px;border-radius:20px;display:flex !important;align-items:center;justify-content:center;margin:0 auto 1.5rem !important;padding:0 !important;background:linear-gradient(135deg,#0f0697 0,#58c0db 100%);box-shadow:0 4px 15px rgba(15,6,151,0.3);transition:all .4s cubic-bezier(0.4,0,0.2,1)}.blog-icon i{font-size:2.5rem !important;width:auto !important;height:auto !important;display:block !important;line-height:1 !important;color:#fff !important;z-index:10 !important;transition:all .3s ease}.blog-icon i::before{color:white !important}.blog-card:hover .blog-icon{transform:rotateY(360deg) scale(1.1);box-shadow:0 8px 25px rgba(15,6,151,0.4)}.blog-content h5{color:#0f0697 !important;font-weight:700 !important;font-size:1.3rem !important;margin-bottom:1rem !important;transition:color .3s ease}.blog-card:hover .blog-content h5{color:#58c0db !important}.blog-content p{color:#6c757d !important;font-size:.95rem !important;line-height:1.6 !important}.blog-meta{display:flex;align-items:center;gap:15px;padding-top:15px;border-top:1px solid rgba(15,6,151,0.1);margin-top:15px}.blog-meta small{color:#98999b !important;font-size:.85rem !important}.blog-meta i{color:#58c0db !important}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.blog-card{animation:fadeInUp .6s ease-out;animation-fill-mode:both}.blog-card:nth-child(1){animation-delay:.1s}.blog-card:nth-child(2){animation-delay:.2s}.blog-card:nth-child(3){animation-delay:.3s}@keyframes pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.05)}}.blog-badge{position:absolute;top:15px;right:15px;background:linear-gradient(135deg,#e74c3c 0,#c0392b 100%);color:white;padding:4px 12px;border-radius:20px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;z-index:10}.blog-read-more{display:inline-flex;align-items:center;gap:8px;color:#0f0697 !important;font-weight:600;text-decoration:none;transition:all .3s ease;padding:8px 16px;border-radius:20px;background:rgba(15,6,151,0.05)}.blog-read-more:hover{background:rgba(15,6,151,0.1);gap:12px;color:#58c0db !important}.blog-read-more i{transition:transform .3s ease}.blog-read-more:hover i{transform:translateX(3px)}.blog-section{position:relative;background:linear-gradient(180deg,#fff 0,#f8f9fa 100%) !important}.blog-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 80% 20%,rgba(88,192,219,0.05) 0,transparent 50%),radial-gradient(circle at 20% 80%,rgba(15,6,151,0.05) 0,transparent 50%);pointer-events:none}.blog-section .container{position:relative;z-index:1}@media(max-width:768px){.blog-icon{width:70px;height:70px}.blog-icon i{font-size:2.2rem !important}.blog-content h5{font-size:1.2rem !important}.blog-content p{font-size:.9rem !important}}@media(max-width:575.98px){.blog-icon{width:65px;height:65px}.blog-icon i{font-size:2rem !important}}.blog-section .section-title h2{position:relative}.blog-content{transition:all .3s ease}.blog-card:hover .blog-content{transform:translateY(-5px)}.blog-category{display:inline-block;padding:4px 12px;background:linear-gradient(135deg,rgba(15,6,151,0.1) 0,rgba(88,192,219,0.1) 100%);color:#0f0697;border-radius:12px;font-size:12px;font-weight:600;margin-bottom:12px;text-transform:uppercase;letter-spacing:.5px}.blog-card .blog-icon,.blog-icon{width:96px !important;height:96px !important}.blog-card .blog-icon i,.blog-icon i{font-size:3rem !important}.personalizacion-box{background:linear-gradient(135deg,#0f0697 0,#1a0fb3 50%,#0f0697 100%);border-radius:20px !important;position:relative;overflow:hidden}.personalizacion-box::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(88,192,219,0.1) 0,transparent 70%);pointer-events:none}.personalizacion-box>*{position:relative;z-index:1}.personalizacion-box p,.personalizacion-box h5,.personalizacion-box h6,.personalizacion-box h4,.personalizacion-box small,.personalizacion-box .lead,.personalizacion-box .capability-item p,.personalizacion-box .capability-item h5,.personalizacion-box .process-step h6,.personalizacion-box .process-step small{text-shadow:none !important;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;filter:none !important;opacity:1 !important}.personalizacion-box h4,.personalizacion-box .h4,.personalizacion-box .custom-process h4{color:#fff !important;-webkit-text-fill-color:#fff !important}.personalizacion-box h5,.personalizacion-box .h5{color:#fff !important;-webkit-text-fill-color:#fff !important}.personalizacion-box h6,.personalizacion-box .h6{color:#fff !important;-webkit-text-fill-color:#fff !important}.personalizacion-box p,.personalizacion-box .lead,.personalizacion-box small{color:#fff !important;-webkit-text-fill-color:#fff !important}.personalizacion-box i,.personalizacion-box .fas,.personalizacion-box .fa,.personalizacion-box i.fas,.personalizacion-box i.fa{color:#a8d8ea !important}.capability-item h5{font-size:1.1rem !important;line-height:1.4 !important;margin-bottom:.5rem !important;word-wrap:break-word !important;overflow-wrap:break-word !important}.capability-item h5 i{font-size:1rem !important}@media(max-width:991px){.capability-item h5{font-size:1rem !important}}@media(max-width:767px){.capability-item h5{font-size:.95rem !important}}#about{position:relative;background:linear-gradient(135deg,#f8f9fa 0,#e9ecef 100%)}#about::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:url('/static/img/bg-blueprints.jpg');background-size:cover;background-position:center;background-repeat:no-repeat;opacity:.30;z-index:0;pointer-events:none;filter:brightness(1.15) contrast(1.12)}#about>*{position:relative;z-index:1}#productos{position:relative;background:linear-gradient(135deg,#fff 0,#f8f9fa 100%)}#productos::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:url('/static/img/bg-circuits.jpg');background-size:cover;background-position:center;background-repeat:no-repeat;opacity:.28;z-index:0;pointer-events:none;filter:brightness(1.18) contrast(1.14)}#productos>*{position:relative;z-index:1}#fabricacion{position:relative;background:linear-gradient(135deg,#f8f9fa 0,#fff 100%)}#fabricacion::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:url('/static/img/bg-components.jpg');background-size:cover;background-position:center;background-repeat:no-repeat;opacity:.35;z-index:0;pointer-events:none;filter:brightness(1.22) contrast(1.15)}#fabricacion>*{position:relative;z-index:1}#blog{position:relative;background:linear-gradient(135deg,#fff 0,#f0f4f8 100%)}#blog::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:url('/static/img/bg-pcb.jpg');background-size:cover;background-position:center;background-repeat:no-repeat;opacity:.30;z-index:0;pointer-events:none;filter:brightness(1.16) contrast(1.12)}#blog>*{position:relative;z-index:1}#beneficios{position:relative;background:linear-gradient(135deg,#f0f4f8 0,#e9ecef 100%)}#beneficios::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:url('/static/img/bg-lab.jpg');background-size:cover;background-position:center;background-repeat:no-repeat;opacity:.32;z-index:0;pointer-events:none;filter:brightness(1.18) contrast(1.14)}#beneficios>*{position:relative;z-index:1}@media(max-width:767.98px){#about::before,#productos::before,#fabricacion::before,#blog::before,#beneficios::before,#productos-estrella::before,.beneficios-section::before,#certification::before,#contact::before{opacity:.22}}@media(max-width:575.98px){#about::before,#productos::before,#fabricacion::before,#blog::before,#beneficios::before,#productos-estrella::before,.beneficios-section::before,#certification::before,#contact::before{opacity:.18}}#about h2,#productos h2,#fabricacion h2,#blog h2,#beneficios h2{position:relative;z-index:2}.benefit-card,.product-card,.blog-card{position:relative;z-index:2;background-color:rgba(255,255,255,0.95) !important;box-shadow:0 2px 8px rgba(0,0,0,0.08) !important}#productos-estrella{position:relative;background:linear-gradient(135deg,#fff 0,#f8f9fa 100%)}#productos-estrella::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:url('/static/img/bg-pcb.jpg');background-size:cover;background-position:center;background-repeat:no-repeat;opacity:.28;z-index:0;pointer-events:none;filter:brightness(1.20) contrast(1.12)}#productos-estrella>*{position:relative;z-index:1}.beneficios-section{position:relative;background:linear-gradient(135deg,#f0f4f8 0,#e9ecef 100%) !important}.beneficios-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:url('/static/img/bg-lab.jpg');background-size:cover;background-position:center;background-repeat:no-repeat;opacity:.32;z-index:0;pointer-events:none;filter:brightness(1.18) contrast(1.14)}.beneficios-section>*{position:relative;z-index:1}#certification{position:relative;background:linear-gradient(135deg,#f8f9fa 0,#e9ecef 100%) !important}#certification::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:url('/static/img/bg-blueprints.jpg');background-size:cover;background-position:center;background-repeat:no-repeat;opacity:.30;z-index:0;pointer-events:none;filter:brightness(1.15) contrast(1.12)}#certification>*{position:relative;z-index:1}#contact{position:relative;background:linear-gradient(135deg,#f8f9fa 0,#fff 100%) !important}#contact::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:url('/static/img/bg-circuits.jpg');background-size:cover;background-position:center;background-repeat:no-repeat;opacity:.26;z-index:0;pointer-events:none;filter:brightness(1.18) contrast(1.14)}#contact>*{position:relative;z-index:1}#about,#productos,#fabricacion,#blog,#beneficios,#productos-estrella,.beneficios-section,#certification,#contact{box-shadow:inset 0 0 100px rgba(0,0,0,0.02)}#featuredProductsCarousel .featured-product-card img{-webkit-user-drag:none;user-drag:none;-webkit-user-select:none;user-select:none}#featuredProductsCarousel .featured-product-card{-webkit-user-select:none;user-select:none}.star-carousel{overflow:hidden;touch-action:pan-y;position:relative}.star-track{display:flex;gap:16px;will-change:transform;transition:transform .35s ease-out}.star-slide{flex:0 0 100%;max-width:100%;position:relative;border:1px solid #e5e7eb;border-radius:16px;padding:24px;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,0.08)}.star-slide img{width:100%;aspect-ratio:4/3;object-fit:contain;display:block;border-radius:12px;margin-bottom:16px}.star-slide h3{font-size:clamp(18px,2.5vw,22px);color:#0f0697;margin-bottom:12px;font-weight:600}.star-slide p{color:#6b7280;font-size:14px;margin-bottom:8px}.star-ctrls{display:flex;justify-content:center;gap:12px;margin-top:24px}.star-ctrls button{padding:.9rem 1.2rem;border-radius:12px;font-weight:600;border:0;background:#2563eb;color:#fff;cursor:pointer;transition:all .3s ease;font-size:14px}.star-ctrls button:hover:not(:disabled){background:#1d4ed8;transform:translateY(-2px)}.star-ctrls button:disabled{opacity:.5;cursor:not-allowed}@media(min-width:900px){.star-slide{flex-basis:31%;max-width:31%}}@media(max-width:899px){.star-slide{flex-basis:100%;max-width:100%}}.star-track{-webkit-transform:translateZ(0);transform:translateZ(0)}.star-ctrls button:focus-visible{outline:2px solid #2563eb;outline-offset:2px}@media(max-width:768px){.productos-estrella-section.py-5{padding-top:25px !important;padding-bottom:25px !important}.productos-estrella-section{min-height:auto !important}.productos-estrella-section .section-title{margin-bottom:15px !important}.productos-estrella-section .text-center.mb-5{margin-bottom:15px !important}.productos-estrella-section h2{font-size:24px !important;margin-bottom:10px !important}.productos-estrella-section .lead{font-size:14px !important;margin-bottom:15px !important}.beneficios-section .row.text-center{text-align:center !important}.beneficios-section .section-title{text-align:center !important;width:100% !important}.beneficios-section .section-title h2{text-align:center !important;display:block !important;width:100% !important;padding:0 20px !important}.beneficios-section .section-title p{text-align:center !important;display:block !important;width:100% !important;padding:0 20px !important}.beneficios-section .col-12{text-align:center !important}.capacidades-section{padding:50px 20px !important}.capacidades-section h4,.capacidades-section p,.capacidades-section .lead{text-align:center !important;color:white !important;margin-bottom:20px !important}.capacidades-section .btn{display:block !important;margin:15px auto !important;width:90% !important;max-width:320px !important;font-size:16px !important;font-weight:700 !important;padding:16px 30px !important;border-radius:50px !important;text-align:center !important}.capacidades-section .btn-primary{background:#58c0db !important;border:none !important;color:white !important;box-shadow:0 6px 20px rgba(88,192,219,0.4) !important}.capacidades-section .btn-outline-light{background:transparent !important;border:3px solid white !important;color:white !important;box-shadow:0 4px 15px rgba(255,255,255,0.2) !important}.featured-product-card h3{font-size:18px !important;line-height:1.4 !important;text-align:center !important;color:#0f0697 !important;font-weight:700 !important;margin-bottom:15px !important;padding:0 15px !important;word-wrap:break-word !important;overflow-wrap:break-word !important;hyphens:auto !important}.featured-product-card p{font-size:13px !important;line-height:1.5 !important;text-align:center !important;color:#6c757d !important;margin-bottom:8px !important;padding:0 10px !important}.featured-product-card .row{align-items:center !important;justify-content:center !important}.featured-product-card .col-md-5,.featured-product-card .col-md-7{text-align:center !important;padding:15px !important}.featured-product-card img{max-height:250px !important;width:auto !important;margin:0 auto 20px !important;display:block !important}.distributor-program{text-align:center !important;padding:40px 25px !important;border-radius:20px !important}.distributor-program h3{text-align:center !important;font-size:22px !important;font-weight:700 !important;margin-bottom:20px !important;color:white !important}.distributor-program h3 i{display:block !important;margin:0 auto 10px !important;font-size:28px !important}.distributor-program>p{text-align:center !important;font-size:15px !important;line-height:1.6 !important;margin-bottom:25px !important;color:white !important;padding:0 10px !important}.distributor-benefits{text-align:center !important;margin-bottom:25px !important}.distributor-benefits .row{justify-content:center !important}.distributor-benefits .col-md-6{text-align:center !important;margin-bottom:12px !important}.distributor-benefits p{text-align:center !important;font-size:14px !important;line-height:1.5 !important;color:white !important;margin-bottom:10px !important}.distributor-benefits i{margin-right:8px !important;color:#58c0db !important;font-size:18px !important}.distributor-program .col-lg-4{text-align:center !important;margin-top:20px !important}.distributor-program .btn{display:block !important;margin:0 auto !important;width:90% !important;max-width:300px !important;padding:16px 30px !important;font-size:16px !important;font-weight:700 !important;border-radius:50px !important;background:white !important;color:#0f0697 !important;border:none !important;box-shadow:0 6px 20px rgba(255,255,255,0.3) !important}.whatsapp-float{z-index:999 !important;bottom:25px !important;right:25px !important}.featured-product-card,.product-card,.blog-card{margin-bottom:30px !important;padding-bottom:25px !important}.section-title h2{font-size:26px !important;font-weight:700 !important;text-align:center !important;margin-bottom:15px !important;padding:0 20px !important;line-height:1.3 !important}.section-title .lead{font-size:16px !important;text-align:center !important;padding:0 25px !important;line-height:1.6 !important}.capacidades-section h4{font-size:24px !important;font-weight:700 !important;text-shadow:0 2px 4px rgba(0,0,0,0.3) !important}.capacidades-section .lead{text-shadow:0 1px 3px rgba(0,0,0,0.2) !important}.row{margin-left:0 !important;margin-right:0 !important}[class*="col-"]{padding-left:15px !important;padding-right:15px !important}}@media(max-width:576px){.productos-estrella-section.py-5{padding-top:20px !important;padding-bottom:20px !important}.productos-estrella-section h2{font-size:22px !important;margin-bottom:8px !important}.productos-estrella-section .lead{font-size:13px !important;margin-bottom:12px !important}.featured-product-card h3{font-size:16px !important;padding:0 10px !important}.distributor-program h3{font-size:20px !important}.distributor-benefits p{font-size:13px !important}.capacidades-section h4{font-size:20px !important}.section-title h2{font-size:24px !important}}@media(max-width:768px){#footer{padding:40px 0 20px !important;margin-top:20px !important}#footer .footer-logo{height:35px !important;margin:0 auto 20px !important;display:block !important}#footer .footer-info{text-align:center !important;margin-bottom:30px !important;padding:0 20px !important}#footer .footer-info p{font-size:14px !important;line-height:1.6 !important;margin-bottom:15px !important;color:#fff !important}#footer .footer-links h4{text-align:center !important;font-size:18px !important;font-weight:700 !important;margin-bottom:15px !important;color:#58c0db !important}#footer .footer-links{text-align:center !important;margin-bottom:30px !important;padding:0 20px !important}#footer .footer-links ul{display:inline-block !important;text-align:left !important}#footer .footer-links ul li{padding:6px 0 !important;justify-content:flex-start !important}#footer .footer-links ul li a{font-size:14px !important;line-height:1.5 !important}#footer .footer-links ul i{color:#58c0db !important;font-size:12px !important;margin-right:8px !important}#footer .social-links{text-align:center !important;margin-top:20px !important;display:flex !important;justify-content:center !important;gap:12px !important}#footer .social-links a{width:42px !important;height:42px !important;background:rgba(88,192,219,0.2) !important;border-radius:50% !important;margin-right:0 !important;transition:all .3s ease !important}#footer .social-links a:hover{background:#58c0db !important;transform:translateY(-3px) !important;box-shadow:0 5px 15px rgba(88,192,219,0.4) !important}#footer .social-links a svg{width:20px !important;height:20px !important}#footer .copyright{padding-top:25px !important;margin-top:30px !important;border-top:1px solid rgba(88,192,219,0.3) !important;font-size:13px !important}#footer .copyright p{margin-bottom:10px !important;line-height:1.5 !important}#footer .copyright a{font-size:12px !important;color:#58c0db !important;text-decoration:none !important;transition:all .3s ease !important}#footer .copyright a:hover{color:#fff !important;text-decoration:underline !important}}@media(max-width:576px){#footer{padding:30px 0 15px !important}#footer .footer-logo{height:30px !important;margin-bottom:15px !important}#footer .footer-info p{font-size:13px !important;padding:0 10px !important}#footer .footer-links h4{font-size:16px !important;margin-bottom:12px !important}#footer .footer-links ul li a{font-size:13px !important}#footer .social-links a{width:38px !important;height:38px !important}#footer .copyright{padding-top:20px !important;margin-top:25px !important}#footer .copyright p{font-size:12px !important}#footer .copyright a{font-size:11px !important}}@media(max-width:768px){body{text-align:center !important}.productos-estrella-section .section-title{text-align:center !important}.productos-estrella-section h2,.productos-estrella-section p{text-align:center !important}.featured-product-card{text-align:center !important}.featured-product-card h3,.featured-product-card p{text-align:center !important}.featured-product-card .btn{margin:0 auto !important;display:inline-block !important}#ver-resto-productos{display:block !important;margin:30px auto 0 !important;text-align:center !important;max-width:320px !important}.beneficios-section{text-align:center !important}.beneficios-section .section-title,.beneficios-section h2,.beneficios-section .section-title p{text-align:center !important}.benefit-card{text-align:center !important;margin:0 auto 20px !important}.benefit-card h4,.benefit-card p{text-align:center !important}.blog-section{text-align:center !important}.blog-section .section-title,.blog-section h2,.blog-section h3,.blog-section p{text-align:center !important}.blog-card{text-align:center !important;margin:0 auto 20px !important}.blog-card h5,.blog-card p{text-align:center !important}.distributor-program{text-align:center !important}.distributor-program h3,.distributor-program p{text-align:center !important}.distributor-program .btn{display:inline-block !important;margin:20px auto 0 !important}.distributor-benefits{text-align:center !important}.distributor-benefits p{text-align:center !important}.certification{text-align:center !important}.certification .section-title,.certification h2,.certification p{text-align:center !important}.certification img{margin:0 auto !important;display:block !important}.contact{text-align:center !important}.contact .section-title,.contact h2{text-align:center !important}.contact .info-box{text-align:center !important;margin:0 auto 20px !important}.contact .info-box h4,.contact .info-box p{text-align:center !important}.contact form{text-align:left !important}.contact .btn{display:block !important;width:100% !important;margin:0 auto !important}footer{text-align:center !important}footer h4,footer p,footer a,footer .copyright{text-align:center !important}footer .col-lg-3,footer .col-lg-4{text-align:center !important;margin-bottom:30px !important}footer .social-links{justify-content:center !important;text-align:center !important}#productos{text-align:center !important}#productos .section-title,#productos h2,#productos p{text-align:center !important}.filter-buttons{text-align:center !important;justify-content:center !important}.filter-btn{margin:5px !important}.product-card{text-align:center !important;margin:0 auto 20px !important}.product-card h5,.product-card p{text-align:center !important}.nosotros-section,#nosotros{text-align:center !important}.text-standard,.heading-main,.heading-sub{text-align:center !important}.nosotros-section p,.nosotros-section h3,.nosotros-section h4{text-align:center !important}.capacidades-section{text-align:center !important}.capacidades-section h4,.capacidades-section p,.capacidades-section .lead{text-align:center !important}.blog-section h5,.blog-section p{text-align:center !important}.lead,.text-muted{text-align:center !important}}@media(max-width:576px){*{text-align:center !important}.container{padding-left:20px !important;padding-right:20px !important;text-align:center !important}h1,h2,h3,h4,h5,h6{text-align:center !important}section p,p{text-align:center !important}.btn{display:block !important;margin:10px auto !important;max-width:320px !important;width:100% !important;text-align:center !important}.filter-btn{display:inline-block !important;width:auto !important;margin:5px !important;text-align:center !important}.carousel-control-prev,.carousel-control-next{width:40px !important;height:40px !important}img{margin-left:auto !important;margin-right:auto !important;display:block !important}.row{text-align:center !important}[class*="col-"]{text-align:center !important}form{text-align:left !important}form .form-control{text-align:left !important}form button[type="submit"]{width:100% !important;text-align:center !important}}@media(max-width:768px){#hero .hero-img-container{text-align:center !important;display:flex !important;justify-content:center !important;align-items:center !important}#hero .hero-icon-container{text-align:center !important;display:flex !important;justify-content:center !important;align-items:center !important;flex-wrap:wrap !important}}@media(max-width:768px){.g-4>*{margin-bottom:20px !important}.row.g-4{justify-content:center !important}.row>[class*="col-"]{display:flex !important;justify-content:center !important}}@media(max-width:768px){body{font-size:16px !important;line-height:1.6 !important}h1{font-size:28px !important;line-height:1.3 !important;margin-bottom:20px !important}h2{font-size:24px !important;line-height:1.4 !important;margin-bottom:15px !important}h3{font-size:20px !important;line-height:1.4 !important;margin-bottom:12px !important}h4{font-size:18px !important;line-height:1.4 !important;margin-bottom:10px !important}p,.text-standard{font-size:15px !important;line-height:1.7 !important;margin-bottom:15px !important}.lead{font-size:17px !important;line-height:1.6 !important}section{padding:50px 0 !important}.container{padding-left:25px !important;padding-right:25px !important}.btn{padding:14px 30px !important;font-size:16px !important;font-weight:600 !important;border-radius:30px !important;min-height:48px !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;transition:all .3s ease !important;box-shadow:0 4px 10px rgba(0,0,0,0.1) !important}.btn:active{transform:scale(0.98) !important}.btn-primary{background:linear-gradient(135deg,#0f0697 0,#58c0db 100%) !important;border:none !important}.btn-primary:hover,.btn-primary:active{background:linear-gradient(135deg,#58c0db 0,#0f0697 100%) !important;box-shadow:0 6px 20px rgba(15,6,151,0.3) !important}#ver-resto-productos{margin-top:40px !important;padding:16px 40px !important;font-size:17px !important;box-shadow:0 6px 20px rgba(15,6,151,0.2) !important}.benefit-card,.blog-card,.product-card,.featured-product-card{border-radius:16px !important;padding:25px !important;margin-bottom:25px !important;box-shadow:0 8px 25px rgba(0,0,0,0.08) !important;transition:all .4s ease !important;background:white !important}.benefit-card:active,.blog-card:active,.product-card:active{transform:scale(0.98) !important;box-shadow:0 4px 15px rgba(0,0,0,0.12) !important}.benefit-icon{width:90px !important;height:90px !important;margin:0 auto 20px !important}.benefit-icon i{font-size:2.5rem !important}#hero{padding:100px 0 50px !important;min-height:auto !important}#hero h1{font-size:26px !important;font-weight:700 !important;margin-bottom:18px !important}#hero h2{font-size:16px !important;margin-bottom:25px !important;opacity:.9 !important}#hero .btn{margin:8px auto !important;width:90% !important;max-width:300px !important}.productos-estrella-section{padding:60px 0 !important;background:linear-gradient(180deg,#f8f9fa 0,#fff 100%) !important}.featured-product-card{border-radius:20px !important;overflow:hidden !important;background:white !important;box-shadow:0 10px 30px rgba(0,0,0,0.1) !important}.featured-product-card h3{font-size:20px !important;font-weight:700 !important;color:#0f0697 !important;margin-bottom:15px !important}.featured-product-card p{font-size:14px !important;line-height:1.6 !important;color:#6c757d !important}.featured-product-card .btn{margin-top:20px !important;width:auto !important;padding:12px 30px !important}.beneficios-section{padding:60px 0 !important}.beneficios-section .section-title{margin-bottom:40px !important}.benefit-card h4{font-size:18px !important;font-weight:700 !important;margin-top:10px !important;margin-bottom:12px !important}.benefit-card p{font-size:14px !important;line-height:1.6 !important}.nosotros-section{padding:60px 0 !important}.nosotros-section img{border-radius:16px !important;box-shadow:0 10px 30px rgba(0,0,0,0.15) !important;margin-bottom:25px !important}.heading-main{font-size:22px !important;font-weight:700 !important;margin-bottom:25px !important;color:#0f0697 !important}.heading-sub{font-size:20px !important;font-weight:700 !important;color:#0f0697 !important}#productos{padding:60px 0 !important}.filter-buttons{margin-bottom:35px !important;display:flex !important;flex-wrap:wrap !important;gap:10px !important;justify-content:center !important}.filter-btn{padding:10px 20px !important;font-size:14px !important;border-radius:25px !important;font-weight:600 !important;transition:all .3s ease !important;min-height:42px !important}.filter-btn.active{background:linear-gradient(135deg,#0f0697 0,#58c0db 100%) !important;color:white !important;transform:scale(1.05) !important}.product-card{border-radius:16px !important;padding:20px !important;margin-bottom:20px !important}.product-card h5{font-size:16px !important;font-weight:700 !important;margin-bottom:10px !important}.blog-section{padding:60px 0 !important}.blog-card{border-radius:16px !important;padding:25px !important}.blog-icon i{font-size:3rem !important;margin-bottom:15px !important}.blog-card h5{font-size:18px !important;font-weight:700 !important;margin-bottom:12px !important}.distributor-program{border-radius:20px !important;padding:35px 25px !important;margin-top:40px !important}.distributor-program h3{font-size:22px !important;font-weight:700 !important;margin-bottom:20px !important}.distributor-program p{font-size:15px !important;line-height:1.6 !important;margin-bottom:20px !important}.distributor-program .btn{width:90% !important;max-width:300px !important;margin-top:10px !important}.certification{padding:60px 0 !important}.certification img{max-width:280px !important;border-radius:16px !important;box-shadow:0 10px 30px rgba(0,0,0,0.15) !important;margin:0 auto 25px !important}.contact{padding:60px 0 !important}.contact .info-box{border-radius:16px !important;padding:25px !important;margin-bottom:20px !important;box-shadow:0 8px 25px rgba(0,0,0,0.08) !important;background:white !important}.contact .info-box i{font-size:1.8rem !important;margin-bottom:12px !important}.contact .info-box h4{font-size:18px !important;font-weight:700 !important;margin-bottom:10px !important}.contact .form-control{padding:14px 18px !important;font-size:16px !important;border-radius:12px !important;border:2px solid #e9ecef !important;transition:all .3s ease !important;min-height:48px !important}.contact .form-control:focus{border-color:#58c0db !important;box-shadow:0 0 0 3px rgba(88,192,219,0.1) !important}.contact textarea.form-control{min-height:120px !important}.contact button[type="submit"]{width:100% !important;padding:16px !important;font-size:17px !important;margin-top:15px !important}footer{padding:50px 0 30px !important}footer h4{font-size:18px !important;font-weight:700 !important;margin-bottom:20px !important}footer p,footer a{font-size:14px !important;line-height:1.8 !important}footer .social-links a{width:45px !important;height:45px !important;font-size:20px !important;margin:5px !important;border-radius:50% !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;transition:all .3s ease !important}*{-webkit-tap-highlight-color:rgba(0,0,0,0.1) !important}.section-title{animation:fadeInUp .6s ease-out !important}@keyframes fadeInUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}section:not(:last-child)::after{content:'';display:block;width:60px;height:4px;background:linear-gradient(90deg,#0f0697 0,#58c0db 100%);margin:40px auto 0;border-radius:2px;opacity:.3}.navbar{padding:12px 0 !important;box-shadow:0 2px 15px rgba(0,0,0,0.08) !important}.navbar-brand img{height:45px !important}.navbar-toggler{border:none !important;padding:8px 12px !important;font-size:24px !important}.navbar-toggler:focus{box-shadow:none !important}.navbar-nav .nav-link{padding:14px 20px !important;font-size:16px !important;font-weight:600 !important;border-bottom:1px solid #f0f0f0 !important}.navbar-nav .nav-link:last-child{border-bottom:none !important}.whatsapp-float{width:60px !important;height:60px !important;bottom:25px !important;right:25px !important;font-size:32px !important;box-shadow:0 8px 25px rgba(37,211,102,0.4) !important}.iso-float{width:65px !important;height:65px !important;bottom:95px !important;right:25px !important;box-shadow:0 8px 25px rgba(15,6,151,0.3) !important}}@media(max-width:576px){.container{padding-left:20px !important;padding-right:20px !important}h1{font-size:24px !important}h2{font-size:22px !important}.btn{font-size:15px !important;padding:12px 25px !important}.benefit-icon{width:80px !important;height:80px !important}.benefit-icon i{font-size:2rem !important}section{padding:40px 0 !important}}.benefit-icon,.blog-icon,.mission-icon,.vision-icon{width:80px !important;height:80px !important;border-radius:20px !important;display:flex !important;align-items:center !important;justify-content:center !important;margin:0 auto 1.5rem !important;padding:0 !important;background:linear-gradient(135deg,#0f0697 0,#58c0db 100%) !important;position:relative;flex-shrink:0;box-shadow:0 4px 15px rgba(15,6,151,0.3) !important;transition:all .4s cubic-bezier(0.4,0,0.2,1) !important}.benefit-icon:hover,.blog-icon:hover,.mission-icon:hover,.vision-icon:hover{transform:rotateY(360deg) scale(1.1) !important;box-shadow:0 8px 25px rgba(15,6,151,0.4) !important}.benefit-icon i,.blog-icon i,.mission-icon i,.vision-icon i{font-size:2.5rem !important;width:auto !important;height:auto !important;display:block !important;line-height:1 !important;color:#fff !important;z-index:10 !important}.benefit-icon i::before,.blog-icon i::before,.mission-icon i::before,.vision-icon i::before{color:#fff !important}.btn-primary,.btn-custom{background:linear-gradient(135deg,#58c0db 0,#52b6ea 100%) !important;border:none !important;color:white !important;transition:all .3s ease !important}.btn-primary:hover,.btn-custom:hover{background:linear-gradient(135deg,#52b6ea 0,#58c0db 100%) !important;transform:translateY(-2px);box-shadow:0 8px 20px rgba(88,192,219,0.4) !important}a{color:#58c0db !important;transition:color .3s ease !important}a:hover{color:#52b6ea !important}.border-primary{border-color:#58c0db !important}.text-primary{color:#58c0db !important}.bg-primary{background-color:#58c0db !important}.carousel-control-prev-icon,.carousel-control-next-icon{background-color:#58c0db;border-radius:50%;padding:15px}.carousel-indicators button{background-color:#58c0db !important}@media(min-width:768px){.benefit-icon,.blog-icon,.mission-icon,.vision-icon{width:80px !important;height:80px !important}.benefit-icon i,.blog-icon i,.mission-icon i,.vision-icon i{font-size:2.5rem !important}}@media(max-width:767.98px){.benefit-icon,.blog-icon,.mission-icon,.vision-icon{width:70px !important;height:70px !important}.benefit-icon i,.blog-icon i,.mission-icon i,.vision-icon i{font-size:2.2rem !important}}@media(max-width:575.98px){.benefit-icon,.blog-icon,.mission-icon,.vision-icon{width:65px !important;height:65px !important}.benefit-icon i,.blog-icon i,.mission-icon i,.vision-icon i{font-size:2rem !important}}@media(max-width:768px){h1,h2,h3,h4,h5,h6,.section-title,.hero-title{text-align:center !important}p,.card-text,.description,.text-content,.lead{text-align:justify !important;text-justify:inter-word !important;-webkit-hyphens:auto !important;hyphens:auto !important}}.card{border:1px solid rgba(88,192,219,0.2) !important;transition:all .3s ease !important}.card:hover{border-color:#58c0db !important;box-shadow:0 8px 25px rgba(88,192,219,0.2) !important;transform:translateY(-5px)}*{transition:all .3s ease}section{padding:80px 0}@media(max-width:768px){section{padding:60px 0}}body{font-family:'Poppins',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;line-height:1.6;color:#333}h1,h2,h3,h4,h5,h6{font-weight:600;margin-bottom:1.5rem}@media(max-width:768px){h2.section-title,.section-title{font-size:2rem !important;font-weight:700 !important;line-height:1.3 !important;margin-bottom:1.5rem !important;padding:0 15px;text-align:center !important;display:block !important}p.lead,.lead,.text-center p.lead,.row.text-center p.lead{font-size:1rem !important;line-height:1.6 !important;margin-bottom:2rem !important;padding:0 20px !important;font-weight:400 !important;text-align:justify !important;text-justify:inter-word !important;-webkit-hyphens:auto !important;hyphens:auto !important;display:block !important}.text-center.mb-5{margin-bottom:2.5rem !important}}@media(max-width:576px){h2.section-title,.section-title{font-size:1.75rem !important;font-weight:800 !important;line-height:1.2 !important;margin-bottom:1.25rem !important;text-align:center !important;display:block !important}p.lead,.lead,.text-center p.lead,.row.text-center p.lead{font-size:.95rem !important;line-height:1.5 !important;margin-bottom:2rem !important;padding:0 15px !important;text-align:justify !important;text-justify:inter-word !important;-webkit-hyphens:auto !important;hyphens:auto !important;display:block !important}}@media(max-width:768px){#productos-estrella.py-5{padding-top:20px !important;padding-bottom:20px !important}.productos-estrella-section h2.section-title{font-size:22px !important;margin-bottom:10px !important}.productos-estrella-section .lead{font-size:14px !important;margin-bottom:15px !important}#featuredProductsCarousel{min-height:380px !important;padding:15px 0 !important;touch-action:pan-x !important;pointer-events:auto !important;user-select:none !important;-webkit-user-select:none !important}#featuredProductsCarousel .carousel-inner{min-height:360px !important;touch-action:pan-x !important;pointer-events:auto !important}#featuredProductsCarousel .carousel-item{min-height:360px !important;touch-action:pan-x !important;pointer-events:auto !important}#featuredProductsCarousel .carousel-control-prev,#featuredProductsCarousel .carousel-control-next{width:60px !important;height:60px !important;background-color:rgba(15,6,151,0.95) !important;border-radius:50% !important;opacity:1 !important;z-index:1000 !important;top:50% !important;transform:translateY(-50%) !important;border:3px solid white !important;box-shadow:0 4px 10px rgba(0,0,0,0.3) !important;pointer-events:auto !important;cursor:pointer !important;transition:all .3s ease !important}#featuredProductsCarousel .carousel-control-prev:hover,#featuredProductsCarousel .carousel-control-prev:active,#featuredProductsCarousel .carousel-control-next:hover,#featuredProductsCarousel .carousel-control-next:active{background-color:#58c0db !important;transform:translateY(-50%) scale(1.1) !important}#featuredProductsCarousel .carousel-control-prev{left:10px !important}#featuredProductsCarousel .carousel-control-next{right:10px !important}#featuredProductsCarousel .carousel-control-prev i,#featuredProductsCarousel .carousel-control-next i{font-size:24px !important;color:white !important}#featuredProductsCarousel .featured-product-card{padding:20px 15px !important}#featuredProductsCarousel .featured-product-card .row{flex-direction:column !important}#featuredProductsCarousel .featured-product-card .col-md-5{flex:0 0 100% !important;max-width:100% !important;margin-bottom:20px !important;text-align:center !important}#featuredProductsCarousel .featured-product-card .col-md-7{flex:0 0 100% !important;max-width:100% !important;text-align:center !important}#featuredProductsCarousel .featured-product-card img{max-height:180px !important;width:auto !important;object-fit:contain !important}#featuredProductsCarousel .featured-product-card h3{font-size:1.1rem !important;line-height:1.3 !important;margin-bottom:15px !important}#featuredProductsCarousel .featured-product-card p{font-size:.9rem !important;margin-bottom:10px !important}#featuredProductsCarousel .featured-product-card .btn{font-size:.9rem !important;padding:10px 20px !important}}@media(max-width:576px){#productos-estrella.py-5{padding-top:15px !important;padding-bottom:15px !important}.productos-estrella-section h2.section-title{font-size:20px !important;margin-bottom:8px !important}.productos-estrella-section .lead{font-size:13px !important;margin-bottom:12px !important}#featuredProductsCarousel{min-height:340px !important}#featuredProductsCarousel .carousel-inner{min-height:320px !important}#featuredProductsCarousel .carousel-item{min-height:320px !important}#featuredProductsCarousel .carousel-control-prev,#featuredProductsCarousel .carousel-control-next{width:45px !important;height:45px !important}#featuredProductsCarousel .carousel-control-prev i,#featuredProductsCarousel .carousel-control-next i{font-size:20px !important}#featuredProductsCarousel .featured-product-card{padding:15px 10px !important}#featuredProductsCarousel .featured-product-card img{max-height:150px !important}#featuredProductsCarousel .featured-product-card h3{font-size:1rem !important}#featuredProductsCarousel .featured-product-card p{font-size:.85rem !important}#featuredProductsCarousel .featured-product-card .btn{font-size:.85rem !important;padding:8px 16px !important}}@media(max-width:375px){#productos-estrella.py-5{padding-top:12px !important;padding-bottom:12px !important}#featuredProductsCarousel{min-height:320px !important}#featuredProductsCarousel .carousel-inner{min-height:300px !important}#featuredProductsCarousel .carousel-item{min-height:300px !important}#featuredProductsCarousel .featured-product-card img{max-height:130px !important}#featuredProductsCarousel .featured-product-card h3{font-size:.95rem !important}#featuredProductsCarousel .featured-product-card p{font-size:.8rem !important}}section.porque-estp p#porque-estp-lead.lead.text-muted.text-center{text-align:center !important;text-justify:initial !important;-webkit-hyphens:none !important;hyphens:none !important}@media(max-width:768px){.porque-estp .row .col-12{display:flex !important;flex-direction:column !important;align-items:center !important}h1,h2,h3,h4,h5,h6,.section-title,h2.section-title,.porque-estp h2,.porque-estp .section-title,.porque-estp h2.section-title,section.porque-estp h2.section-title.text-center,.porque-estp .row .col-12 h2.section-title{text-align:center !important;display:block !important;width:100% !important;margin-left:auto !important;margin-right:auto !important;margin-bottom:1rem !important}#porque-estp-lead,p#porque-estp-lead.lead.text-muted,.porque-estp .row>.col-12>p.lead,.porque-estp p.lead,p.lead.text-muted,.lead{text-align:justify !important;text-justify:inter-word !important;-webkit-hyphens:auto !important;hyphens:auto !important;padding-left:20px !important;padding-right:20px !important;display:block !important;width:100% !important;margin-top:.5rem !important}section p,.card-text,.description{text-align:justify !important;text-justify:inter-word !important}.custom-process h4,.custom-process h4.text-center{text-align:center !important}.process-step h6,.process-steps h6{text-align:justify !important;text-justify:inter-word !important}.process-step small,.process-step small.text-muted,.process-steps small,.process-steps small.text-muted{text-align:justify !important;text-justify:inter-word !important;display:block !important;-webkit-hyphens:auto !important;hyphens:auto !important}.custom-capabilities p,.custom-capabilities p.text-muted,.capability-item p{text-align:justify !important;text-justify:inter-word !important}.custom-capabilities h5,.capability-item h5{text-align:center !important}.custom-benefits p,.custom-benefits p.text-muted,.benefit-item p{text-align:justify !important;text-justify:inter-word !important;padding-left:10px !important;padding-right:10px !important}.custom-benefits h5,.benefit-item h5{text-align:center !important}}@media(max-width:576px){#porque-estp-lead,p#porque-estp-lead.lead.text-muted,.porque-estp .row>.col-12>p.lead,.porque-estp p.lead,p.lead.text-muted{text-align:justify !important;padding-left:15px !important;padding-right:15px !important;display:block !important}}@media(max-width:768px){.distributor-program .row{display:block !important;flex-direction:column !important}.distributor-program .col-lg-8,.distributor-program .col-lg-4{width:100% !important;max-width:100% !important;flex:0 0 100% !important;display:block !important}.distributor-program .col-lg-8{text-align:center !important}.distributor-program h3{text-align:center !important;margin-bottom:30px !important;font-size:24px !important;display:block !important;width:100% !important}.distributor-program h3 i.fa-handshake{display:none !important}.distributor-benefits .row{flex-direction:column !important}.distributor-benefits .col-md-6{width:100% !important;max-width:100% !important;flex:0 0 100% !important}.distributor-benefits ul{padding-left:20px !important;margin-bottom:15px !important}.distributor-program .distributor-benefits li,.distributor-benefits ul li,.distributor-benefits .list-unstyled li,.distributor-benefits li{text-align:justify !important;margin-bottom:12px !important;font-size:16px !important;line-height:1.6 !important;display:block !important}.distributor-program .col-lg-4{margin-top:30px !important;text-align:center !important}.distributor-program .btn{width:90% !important;max-width:350px !important}}@media(min-width:769px){.nosotros-section .text-standard,.nosotros-section p.text-standard,.presentacion-section .text-standard,.presentacion-section p.text-standard,#about .text-standard,#about p.text-standard,.about .text-standard,.about p.text-standard{font-size:1.1rem !important;line-height:1.8 !important;margin-bottom:1rem !important}.blog-card h5,.blog-card p,.blog-card .blog-content,.blog-card .blog-content h5,.blog-card .blog-content p,.blog-content h5,.blog-content p{text-align:center !important}@media(min-width:992px){#blog .row.g-4>.col-lg-4:nth-child(3){margin-left:auto !important;margin-right:auto !important}}}@media(max-width:768px){.nosotros-section .text-standard,.nosotros-section p.text-standard,.presentacion-section .text-standard,.presentacion-section p.text-standard,#about .text-standard,#about p.text-standard,.about .text-standard,.about p.text-standard{font-size:1rem !important;line-height:1.7 !important;margin-bottom:1rem !important}}@media(max-width:575.98px){.hero-img-container{min-height:200px !important;padding-top:20px !important}.hero-img-container img{max-width:90% !important;max-height:90% !important}.single-frame-container{min-height:200px !important;padding:10px !important}.logo-container .logo{height:40px !important}.logo-container .iso-logo-small{height:25px !important}.section-title h2{font-size:1.8rem !important}.benefit-card{margin-bottom:1.5rem !important}.filters{flex-direction:column !important;gap:.5rem !important}.filter-btn{min-width:100% !important;margin-bottom:.5rem !important}.navbar{padding:.5rem 0 !important}}@media(min-width:576px) and (max-width:767.98px){.hero-img-container{min-height:250px !important;padding-top:40px !important}.hero-img-container img{max-width:75% !important;max-height:75% !important}.single-frame-container{min-height:250px !important;padding:12px !important}.logo-container .logo{height:45px !important}.logo-container .iso-logo-small{height:28px !important}.section-title h2{font-size:2rem !important}.filter-btn{min-width:45% !important;margin:.25rem !important}}@media(min-width:768px) and (max-width:991.98px){.hero-img-container{min-height:300px !important;padding-top:80px !important}.hero-img-container img{max-width:60% !important;max-height:60% !important}.single-frame-container{min-height:300px !important;padding:15px !important}.logo-container .logo{height:50px !important}.logo-container .iso-logo-small{height:30px !important}.section-title h2{font-size:2.2rem !important}.benefit-card{margin-bottom:2rem !important}.filter-btn{min-width:180px !important;margin:.5rem !important}}@media(min-width:992px) and (max-width:1199.98px){.hero-img-container{min-height:350px !important;padding-top:60px !important}.hero-img-container img{max-width:65% !important;max-height:80% !important}.single-frame-container{min-height:350px !important;padding:20px !important}.logo-container .logo{height:55px !important}.logo-container .iso-logo-small{height:32px !important}.section-title h2{font-size:2.4rem !important}}@media(min-width:1200px) and (max-width:1399.98px){.hero-img-container{min-height:400px !important;padding-top:80px !important}.hero-img-container img{max-width:70% !important;max-height:85% !important}.single-frame-container{min-height:400px !important;padding:25px !important}.section-title h2{font-size:2.5rem !important}}@media(min-width:1400px){.hero-img-container{min-height:450px !important;padding-top:100px !important}.hero-img-container img{max-width:75% !important;max-height:90% !important}.single-frame-container{min-height:450px !important;padding:30px !important}.section-title h2{font-size:2.8rem !important}.container{max-width:1320px !important}}@media(orientation:landscape) and (max-height:600px){.hero-img-container{min-height:180px !important;padding-top:20px !important}.hero-img-container img{max-width:35% !important;max-height:80% !important}.single-frame-container{min-height:180px !important}#hero{min-height:70vh !important}}@media(-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.hero-img-container img{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}.logo-container img{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}}@media(max-width:575.98px){.container{padding-left:10px !important;padding-right:10px !important}}@media(min-width:576px) and (max-width:767.98px){.container{padding-left:15px !important;padding-right:15px !important}}@media(max-width:991.98px){.navbar-nav{margin-top:1rem !important;text-align:center !important}.nav-link{padding:.75rem 1rem !important;margin:.25rem 0 !important}}@media(max-width:767.98px){.benefit-card,.blog-card,.nosotros-card{text-align:center !important;margin-bottom:1.5rem !important}.benefit-icon i,.blog-icon i{font-size:2.5rem !important}}@media(max-width:767.98px){.contact-form-container,.info-card{margin-bottom:2rem !important}.form-control{font-size:16px !important}}@media(max-width:575.98px){.btn{font-size:.9rem !important;padding:.6rem 1rem !important}.btn-lg{font-size:1rem !important;padding:.75rem 1.25rem !important}.d-flex .btn{flex:1 !important;margin:.25rem !important}}@media(max-width:575.98px){h1{font-size:1.8rem !important}h2{font-size:1.5rem !important}.lead{font-size:1rem !important}}@media(min-width:576px) and (max-width:767.98px){h1{font-size:2.2rem !important}h2{font-size:1.8rem !important}.lead{font-size:1.1rem !important}}@media(max-width:767.98px){.footer-links{text-align:center !important;margin-bottom:2rem !important}.social-links{justify-content:center !important}}@media(max-width:575.98px){section{padding:40px 0 !important}.mb-5{margin-bottom:2rem !important}.mt-5{margin-top:2rem !important}}@media(min-width:576px) and (max-width:767.98px){section{padding:50px 0 !important}}@media print{.hero-img-container img{max-width:50% !important;max-height:300px !important}.navbar,.whatsapp-float,.contact-form-container{display:none !important}}@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important}}body{line-height:1.7;color:#333;font-weight:400}section{padding:70px 0;margin-bottom:0}p,.text-standard{font-size:1rem;line-height:1.7;color:#444;font-weight:400;margin-bottom:1.2rem}h1,h2,h3,h4,h5,h6{margin-bottom:1.2rem;font-weight:500;line-height:1.3;letter-spacing:-.02em}.section-title{margin-bottom:2.5rem;text-align:center}.section-title h2{font-size:2.2rem;margin-bottom:.8rem;font-weight:500}.title-underline{height:2px;width:40px}.text-primary{color:#000080 !important}.bg-primary{background-color:#000080 !important}.container,.container-fluid{padding:0 20px}.row{margin-bottom:1.8rem}.nosotros-card,.service-box,.project-box,.info-card{padding:25px;margin-bottom:25px;border-radius:6px;box-shadow:0 4px 12px rgba(0,0,0,0.06);border:1px solid #f0f0f0;transition:all .3s ease}.btn,a,.service-box,.project-box,.nosotros-card,.info-card{transition:all .3s ease}.btn{padding:10px 24px;font-weight:500;letter-spacing:.5px;border-radius:4px;text-transform:uppercase;font-size:.85rem}img.standard-img{transition:all .3s ease;border-radius:6px}img.standard-img:hover{transform:translateY(-2px);box-shadow:0 6px 15px rgba(0,0,0,0.1)}.form-control{border-radius:4px;padding:10px 12px;border:1px solid #eaeaea;font-size:.95rem;transition:all .3s ease;background-color:#f9f9f9}.form-control:focus{border-color:navy;box-shadow:none;background-color:#fff}.icon-circle{width:45px;height:45px;display:flex;align-items:center;justify-content:center;border-radius:50%}.proyecto-lista li{margin-bottom:8px;padding:6px 0;border-bottom:1px solid #f0f0f0}.proyecto-lista li:last-child{border-bottom:0}.proyecto-lista li i{font-size:.9rem}.info-card{margin-bottom:15px;border-left:3px solid navy}.distribuidores-section{background-color:#f7f9fc;border-bottom:1px solid #eaeaea;border-top:1px solid #eaeaea}.distribuidores-section h3{font-size:1.8rem;color:navy;font-weight:500;position:relative;display:inline-block;padding-bottom:10px;margin-bottom:25px}.distribuidores-section h3:after{content:'';position:absolute;width:60px;height:2px;background-color:#00cfff;bottom:0;left:50%;transform:translateX(-50%)}.distribuidores-section .bg-white{transition:all .3s ease}.distribuidores-section .bg-white:hover{box-shadow:0 8px 25px rgba(0,0,0,0.08) !important;transform:translateY(-5px)}@media(max-width:768px){.section-title h2{font-size:1.8rem}p,.text-standard{font-size:.95rem}section{padding:50px 0}.distribuidores-section .me-5{margin-right:1rem !important;margin-bottom:1rem}.distribuidores-section img{max-width:150px !important}}.heading-main{font-size:2rem;line-height:1.3;font-weight:600;margin-bottom:1.5rem;color:var(--primary-color);word-wrap:break-word;white-space:normal;overflow:visible}.instalaciones-img-container{margin:1.5rem 0;text-align:center}.instalaciones-img-container img{max-width:100%;box-shadow:0 3px 10px rgba(0,0,0,0.2)}.distribuidores{margin-top:2rem;padding-top:1rem;border-top:1px solid rgba(0,0,128,0.1)}.distribuidores h4{color:var(--dark-color);font-size:1.2rem;font-weight:500}.distribuidores-logo,.distribuidores-productos{display:flex;align-items:center;margin-bottom:1rem}.distribuidores-productos img{border-radius:5px;box-shadow:0 2px 5px rgba(0,0,0,0.1)}.icon-circle{width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px}.info-card{transition:all .3s ease}.info-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,0.1) !important}.schedule-info{padding:10px 15px;background-color:#f8f9fa;border-radius:8px}.contact-details p{margin-bottom:.5rem}.map-container iframe{height:250px;box-shadow:0 2px 5px rgba(0,0,0,0.1)}html{scroll-behavior:smooth}section[id]{scroll-margin-top:100px}#hero,#productos-estrella,#beneficios,#about,#productos,#fabricacion,#blog,#certification,#contact{scroll-margin-top:100px}section[id]:target{animation:section-highlight 1.5s ease}@keyframes section-highlight{0%{background-color:rgba(88,192,219,0.08)}50%{background-color:rgba(88,192,219,0.04)}100%{background-color:transparent}}.nav-link{position:relative;transition:all .3s ease}.nav-link::after{content:'';position:absolute;bottom:0;left:50%;width:0;height:2px;background:#58c0db;transition:all .3s ease;transform:translateX(-50%)}.nav-link:hover::after,.nav-link.active::after{width:80%}.nav-link.active{color:#0f0697 !important;font-weight:700}@media(max-width:768px){section[id]{scroll-margin-top:80px}#hero,#productos-estrella,#beneficios,#about,#productos,#fabricacion,#blog,#certification,#contact{scroll-margin-top:80px}}body{font-size:16px;line-height:1.6;color:#444;background-color:#fff}.catalog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:25px;padding:20px 0}.product-card{background:#fff;border-radius:12px !important;border:1px solid #e9ecef;box-shadow:0 4px 15px rgba(0,0,0,0.08) !important;overflow:hidden;transition:all .3s cubic-bezier(0.4,0,0.2,1);height:auto;min-height:450px;display:flex;flex-direction:column;position:relative}.product-card:hover{transform:translateY(-5px) !important;box-shadow:0 8px 30px rgba(0,0,0,0.12) !important;border-color:var(--primary-color,#000080)}.product-image-container{height:240px !important;overflow:hidden;background:#f5f5f7;display:flex;align-items:center;justify-content:center;position:relative;padding:20px}.product-image-container img{max-width:100% !important;max-height:100% !important;width:auto !important;height:auto !important;object-fit:contain !important;transition:transform .4s cubic-bezier(0.4,0,0.2,1)}.product-card:hover .product-image-container img{transform:scale(1.05)}.product-info{padding:20px !important;flex-grow:1;display:flex;flex-direction:column;justify-content:space-between}.product-title{font-size:16px !important;font-weight:600 !important;color:#1a1a1a !important;margin-bottom:8px !important;line-height:1.4 !important;min-height:44px;display:flex !important;align-items:flex-start}.product-title i{margin-top:2px;margin-right:8px !important;flex-shrink:0;color:var(--primary-color,#000080) !important}.product-description{font-size:14px !important;color:#6c757d !important;margin-bottom:12px !important;line-height:1.5 !important;display:flex;align-items:flex-start;min-height:42px}.product-description i{margin-top:2px;margin-right:8px !important;flex-shrink:0;color:#6c757d !important}.product-code{font-size:13px !important;color:var(--primary-color,#000080) !important;font-weight:500 !important;margin-bottom:15px !important;padding:6px 12px;background:rgba(0,0,128,0.08);border-radius:20px;display:flex;align-items:center;border:1px solid rgba(0,0,128,0.15)}.product-code i{margin-right:8px !important;flex-shrink:0;color:var(--primary-color,#000080) !important}.product-spec{font-size:13px !important;color:#495057 !important;margin-bottom:15px !important;line-height:1.4 !important;font-style:italic;display:flex;align-items:center}.product-spec i{margin-right:8px !important;flex-shrink:0;color:#6c757d !important}.product-quote-btn{background:linear-gradient(135deg,var(--primary-color,#000080) 0,#1a5490 100%) !important;color:#fff !important;border:none !important;padding:10px 20px !important;border-radius:25px !important;font-size:14px !important;font-weight:500 !important;text-transform:uppercase;letter-spacing:.5px;transition:all .3s cubic-bezier(0.4,0,0.2,1);cursor:pointer;text-decoration:none !important;display:inline-flex;align-items:center;justify-content:center;gap:8px;margin-top:auto}.product-quote-btn:hover{background:linear-gradient(135deg,#00cfff 0,#09c 100%) !important;color:#fff !important;transform:scale(1.02);box-shadow:0 4px 15px rgba(0,207,255,0.3)}.image-code-overlay .badge{background:rgba(0,0,0,0.75) !important;color:#fff !important;font-size:11px !important;font-weight:500 !important;padding:4px 8px !important;border-radius:4px !important;backdrop-filter:blur(5px)}.image-counter-overlay .badge{background:var(--primary-color,#000080) !important;color:#fff !important;font-size:11px !important;font-weight:500 !important;padding:4px 8px !important;border-radius:12px !important}.product-image-carousel{border-radius:0 !important;box-shadow:none !important}.product-image-carousel .carousel-item img{border-radius:0 !important;width:100% !important;height:200px !important;object-fit:cover !important}@media(max-width:1200px){.catalog-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:20px}}@media(max-width:768px){.catalog-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:15px;padding:15px 0}.product-card{min-height:420px}.product-image-container{height:180px !important}.product-info{padding:15px !important}.product-title{font-size:15px !important}.product-description,.product-spec{font-size:13px !important}}@media(max-width:576px){.catalog-grid{grid-template-columns:1fr;gap:15px}.product-card{min-height:400px}.product-image-container{height:160px !important}}.product-placeholder{background:linear-gradient(135deg,#f8f9fa 0,#e9ecef 100%);height:200px;display:flex;align-items:center;justify-content:center;flex-direction:column;color:#6c757d;font-size:14px;text-align:center;padding:20px}.product-placeholder svg{width:60px;height:60px;margin-bottom:10px;opacity:.5}.category-buttons{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:30px;justify-content:center}.category-btn{background:#fff !important;color:var(--primary-color,#000080) !important;border:2px solid var(--primary-color,#000080) !important;padding:8px 20px !important;border-radius:25px !important;font-size:14px !important;font-weight:500 !important;text-transform:uppercase;letter-spacing:.5px;transition:all .3s cubic-bezier(0.4,0,0.2,1);cursor:pointer;text-decoration:none !important}.category-btn:hover,.category-btn.active{background:var(--primary-color,#000080) !important;color:#fff !important;transform:scale(1.02);box-shadow:0 4px 15px rgba(0,0,128,0.2)}.search-container{max-width:500px;margin:0 auto 30px;position:relative}.search-input{width:100% !important;padding:12px 50px 12px 20px !important;border:2px solid #e9ecef !important;border-radius:25px !important;font-size:16px !important;font-weight:400 !important;background:#fff;transition:all .3s cubic-bezier(0.4,0,0.2,1)}.search-input:focus{outline:none !important;border-color:var(--primary-color,#000080) !important;box-shadow:0 0 0 3px rgba(0,0,128,0.1) !important}.search-icon{position:absolute;right:15px;top:50%;transform:translateY(-50%);color:#6c757d;font-size:18px;pointer-events:none}.products-section-title{text-align:center;margin-bottom:40px}.products-section-title h2{font-size:2.5rem !important;font-weight:700 !important;color:var(--primary-color,#000080) !important;margin-bottom:15px}.products-section-title p{font-size:1.1rem !important;color:#6c757d !important;max-width:600px;margin:0 auto}.title-divider{width:80px;height:4px;background:linear-gradient(135deg,var(--primary-color,#000080) 0,#00cfff 100%);margin:20px auto;border-radius:2px}*{transition-duration:.3s !important;transition-timing-function:cubic-bezier(0.4,0,0.2,1) !important}.card,.btn,.form-control,.badge{border-radius:8px !important}.shadow,.shadow-sm{box-shadow:0 4px 15px rgba(0,0,0,0.08) !important}.shadow-lg{box-shadow:0 8px 30px rgba(0,0,0,0.12) !important}.hover-lift{transition:all .3s cubic-bezier(0.4,0,0.2,1) !important}.hover-lift:hover{transform:translateY(-5px) !important;box-shadow:0 8px 30px rgba(0,0,0,0.12) !important}.loading-shimmer{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}@keyframes shimmer{0%{background-position:-200% 0}100%{background-position:200% 0}}@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important;scroll-behavior:auto !important}}@media print{.product-card{break-inside:avoid;box-shadow:none !important;border:1px solid #ddd !important}.product-quote-btn{display:none !important}}p{text-align:justify !important;text-justify:inter-word !important}.card-body p,.card-text,.card p{text-align:justify !important;text-justify:inter-word !important}.about-text,.service-description,.feature-description,.capability-description,.benefit-description{text-align:justify !important;text-justify:inter-word !important}.content p,.description,.text-content{text-align:justify !important;text-justify:inter-word !important}#hero p,.hero-text p{text-align:justify !important;text-justify:inter-word !important}#hero h2{text-align:center !important}#services p,.service-item p,.service-box p{text-align:justify !important;text-justify:inter-word !important}#capacidades p,.capability-item p,.capability-box p{text-align:justify !important;text-justify:inter-word !important}#nosotros p,#about p,.about-content p{text-align:justify !important;text-justify:inter-word !important}#beneficios p,.benefit-item p,.benefit-card p{text-align:justify !important;text-justify:inter-word !important}#blog p,.blog-item p,.blog-card p{text-align:justify !important;text-justify:inter-word !important}#contacto p,#contact p,.contact-info p{text-align:justify !important;text-justify:inter-word !important}#productos-estrella p,.featured-product-card p{text-align:justify !important;text-justify:inter-word !important}#fabricacion p,.step-description{text-align:justify !important;text-justify:inter-word !important}.personalizacion-box .lead{text-align:center !important}.text-content li,.description li{text-align:justify !important;text-justify:inter-word !important}@media(max-width:768px){h1,h2,h3,h4,h5,h6,.section-title,.hero h1,.hero h2,#hero h1,#hero h2{text-align:center !important}p,.card-body p,.card-text,.card p,.description,.text-content,.service-description,.feature-description,.capability-description,.benefit-description,.about-text,.about-content p,.service-item p,.service-box p,.capability-item p,.capability-box p,.benefit-item p,.benefit-card p,.blog-item p,.blog-card p,.contact-info p,.featured-product-card p,.step-description,#hero p,#services p,#capacidades p,#nosotros p,#about p,#beneficios p,#blog p,#contacto p,#contact p,#productos-estrella p,#fabricacion p,.lead{text-align:justify !important;text-justify:inter-word !important;-webkit-hyphens:auto !important;hyphens:auto !important}.personalizacion-box .lead{text-align:center !important}.col-md-6 p,.col-md-7 p,.col-md-8 p,.col-lg-6 p,.col-lg-7 p,.col-lg-8 p,.container p,section p{text-align:justify !important;text-justify:inter-word !important}.row{justify-content:center !important}}@media(min-width:769px) and (max-width:1024px){p,.card-body p,.card-text,.description,.text-content{text-align:justify !important;text-justify:inter-word !important}}@media(min-width:1025px){p,.card-body p,.card-text,.description,.text-content{text-align:justify !important;text-justify:inter-word !important}}.section-title,.text-center h2,.text-center p,.text-center .lead,p.text-center,p.lead.text-center{text-align:center !important}@media(max-width:768px){.section-title,.text-center h2,.text-center p,.text-center .lead,p.text-center,p.lead.text-center{text-align:center !important}}.whatsapp-float,.iso-float,.mercadolibre-float{position:fixed !important;right:20px !important;width:60px !important;height:60px !important;border-radius:50% !important;display:flex !important;justify-content:center !important;align-items:center !important;box-shadow:0 4px 12px rgba(0,0,0,0.15) !important;z-index:999 !important;transition:all .3s cubic-bezier(0.4,0,0.2,1) !important;cursor:pointer !important;text-decoration:none !important;border:none !important;animation:none !important}.whatsapp-float{bottom:20px !important;background-color:#25d366 !important;color:#fff !important}.mercadolibre-float{bottom:100px !important;background-color:#ffe600 !important}.iso-float{bottom:180px !important;background-color:#fff !important}.whatsapp-float i{font-size:32px !important;color:#fff !important;line-height:1 !important;display:flex !important;align-items:center !important;justify-content:center !important}.mercadolibre-float img,.iso-float img{width:48px !important;height:48px !important;object-fit:contain !important;object-position:center center !important;pointer-events:none !important;flex-shrink:0 !important}.whatsapp-float:hover,.iso-float:hover,.mercadolibre-float:hover{transform:scale(1.1) !important;box-shadow:0 6px 20px rgba(0,0,0,0.25) !important;animation:none !important}.whatsapp-float:hover{background-color:#20ba5a !important}.mercadolibre-float:hover{background-color:#ffd700 !important;box-shadow:0 6px 20px rgba(255,230,0,0.4) !important}.iso-float:hover{box-shadow:0 6px 20px rgba(15,6,151,0.3) !important}.whatsapp-float:active,.iso-float:active,.mercadolibre-float:active{transform:scale(1.05) !important}@media(max-width:991px){.whatsapp-float,.iso-float,.mercadolibre-float{width:60px !important;height:60px !important}.whatsapp-float{bottom:20px !important;right:20px !important}.mercadolibre-float{bottom:100px !important;right:20px !important}.iso-float{bottom:180px !important;right:20px !important}}@media(max-width:575px){.whatsapp-float,.iso-float,.mercadolibre-float{width:55px !important;height:55px !important;right:15px !important}.whatsapp-float{bottom:15px !important}.mercadolibre-float{bottom:85px !important}.iso-float{bottom:155px !important}.whatsapp-float i{font-size:28px !important}.mercadolibre-float img,.iso-float img{width:40px !important;height:40px !important;object-position:center center !important}}.whatsapp-float:focus-visible,.iso-float:focus-visible,.mercadolibre-float:focus-visible{outline:3px solid #52b6ea !important;outline-offset:3px !important}.whatsapp-float{background:#25d366 !important;background-image:none !important}.whatsapp-float:hover{background:#20ba5a !important;background-image:none !important}
.product-image-carousel .carousel-indicators{display:none !important}.product-image-carousel .carousel-control-prev,.product-image-carousel .carousel-control-next{width:30px !important;height:30px !important;background:rgba(255,255,255,0.85) !important;border-radius:50% !important;top:50% !important;transform:translateY(-50%) !important;opacity:0.8 !important;padding:0 !important;transition:all .2s ease !important;box-shadow:0 1px 4px rgba(0,0,0,0.3) !important}.product-image-carousel .carousel-control-prev{left:6px !important}.product-image-carousel .carousel-control-next{right:6px !important}.product-image-carousel .carousel-control-prev:hover,.product-image-carousel .carousel-control-next:hover{opacity:1 !important;background:rgba(255,255,255,1) !important;transform:translateY(-50%) scale(1.08) !important;box-shadow:0 2px 8px rgba(0,0,0,0.35) !important}.product-image-carousel .carousel-control-prev-icon,.product-image-carousel .carousel-control-next-icon{background-color:transparent !important;background-image:none !important;border-radius:0 !important;padding:0 !important;width:14px !important;height:14px !important}.product-image-carousel .carousel-control-prev-icon svg,.product-image-carousel .carousel-control-next-icon svg{fill:#333 !important}.product-image-carousel .carousel-control-prev,.product-image-carousel .carousel-control-next{opacity:0 !important;transition:opacity .2s ease !important}.product-card:hover .carousel-control-prev,.product-card:hover .carousel-control-next{opacity:0.8 !important}.product-image-carousel .image-counter-overlay{opacity:0 !important;transition:opacity .2s ease !important}.product-card:hover .image-counter-overlay{opacity:1 !important}
