.page-title{color:#fff;font-size:4rem;font-weight:700;margin-bottom:1.5rem;text-shadow:2px 2px 8px rgba(0,0,0,.5);line-height:1.2;text-align:left;margin-left:-4rem}.page-subtitle{color:#fff;font-size:2rem;font-weight:100;text-shadow:2px 2px 6px rgba(0,0,0,.5);line-height:1.4;text-align:left;margin-left:-4rem}@media(min-width:1600px){.page-title,.page-subtitle{margin-left:clamp(2vw,6%,10vw)}}@media(max-width:768px){.page-title{text-align:center;font-size:3rem;margin-left:0}.page-subtitle{text-align:center;font-size:1.5rem;margin-left:0}}.subnav{background:#000;color:#fff;padding:.75rem 10rem;display:flex;justify-content:space-between;align-items:center;max-width:100%;position:relative;z-index:100}.subnav__contacto{display:flex;gap:2rem;align-items:center}.subnav__contacto-texto{margin:0;font-size:1rem;color:#fff}.subnav__contacto-texto strong{font-weight:700;color:#fff}.subnav__redes{display:flex;gap:1.5rem;align-items:center}.subnav__redes-link{color:#fff;text-decoration:none;display:flex;align-items:center;justify-content:center;transition:transform .3s,opacity .3s}.subnav__redes-link svg{width:24px;height:24px;transition:fill .3s;color:#713be7}.subnav__redes-link:hover{transform:scale(1.1);opacity:.8}.subnav__redes-link:hover svg{fill:#667eea}.header{background:transparent;position:sticky;top:20px;z-index:100;margin-top:1rem;padding:0 2rem}.nav{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;max-width:1350px;margin:0 auto;border-radius:50px;background:#fff;box-shadow:0 2px 10px #0000001a;min-height:80px}.logo{display:flex;align-items:center;height:70px;text-decoration:none;color:inherit}.logo-img{height:70px;width:auto;object-fit:contain}.logo h2{color:#713be7;margin:0}.nav-links{display:flex;list-style:none;gap:.8rem;margin:0;padding:0;flex:1;justify-content:center}.nav-links a{text-decoration:none;color:#713be7;font-weight:600;font-size:1.2rem;transition:all .3s;padding:.5rem 1rem;border-radius:25px;display:inline-block;border:2px solid transparent;background:transparent}.nav-links a:hover,.nav-links a.active{color:#713be7;border:2px solid #713be7;background:#fff}.nav-links li,.nav-item-dropdown{position:relative}.nav-item-dropdown:after{content:"";position:absolute;top:100%;left:0;right:0;height:5px;z-index:999}.nav-dropdown{position:absolute;top:calc(100% + 5px);left:0;background:#fff;border-radius:15px;box-shadow:0 4px 20px #00000026;list-style:none;padding:.5rem 0;max-width:300px;z-index:1000;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;pointer-events:none}@media(hover:hover)and (pointer:fine){.nav-item-dropdown:hover .nav-dropdown,.nav-item-dropdown:focus-within .nav-dropdown{pointer-events:auto;opacity:1;visibility:visible;transform:translateY(0)}}.nav-item-dropdown.show-dropdown .nav-dropdown{pointer-events:auto;opacity:1;visibility:visible;transform:translateY(0)}.nav-dropdown li{margin:0}.nav-dropdown a{display:block;padding:.75rem 1.5rem;color:#713be7;font-weight:600;font-size:.9rem;text-decoration:none;border-radius:0;border:none;background:transparent;transition:all .3s ease;white-space:nowrap}.nav-dropdown a:hover,.nav-dropdown a.active{background:#713be71a;color:#713be7;border:none;padding-left:1.75rem}.nav-button{background:#713be7;color:#fff;border:none;padding:.75rem 1.5rem;font-size:1rem;border-radius:50px;cursor:pointer;font-weight:600;transition:background .3s,transform .2s;white-space:nowrap;text-decoration:none}.nav-button-mobile-wrapper,.nav-button-mobile{display:none}.nav-button:hover{background:#5a2fc4;transform:translateY(-2px)}.hamburger-button{display:none;flex-direction:column;justify-content:space-around;width:30px;height:30px;background:transparent;border:none;cursor:pointer;padding:0;z-index:1001;position:relative}.hamburger-line{width:100%;height:3px;background:#713be7;border-radius:3px;transition:all .3s ease;transform-origin:center}.hamburger-line.active:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.hamburger-line.active:nth-child(2){opacity:0}.hamburger-line.active:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.hero{background:transparent;color:#fff;padding:10vw 1.5vw;text-align:left;position:relative;z-index:10;scroll-margin-top:120px;display:flex;align-items:center;min-height:100vh}.hero-content{max-width:clamp(500px,40vw,600px);margin-left:clamp(8vw,16%,20vw);margin-top:clamp(-60px,-3vw,-40px);position:relative;z-index:2}.hero-content h1{font-size:clamp(2.5rem,4vw,4.3rem);margin-bottom:1.5rem;color:#fff;line-height:1.2;font-weight:700}.hero-content h2{font-size:clamp(1.8rem,2.2vw,2.3rem);margin-bottom:3rem;color:#fff;text-align:center;font-weight:600;margin-right:clamp(0px,8vw,120px)}.hero-text{font-size:clamp(1rem,1.1vw,1.1rem);line-height:1.8;background:#713be7;color:#fff;padding:1.5rem;border-radius:50px;margin:0;max-width:clamp(300px,30vw,440px);text-align:center}.cta-button{background:#fff;color:#667eea;border:none;padding:15px 40px;font-size:1.1rem;border-radius:5px;cursor:pointer;font-weight:700;transition:transform .3s}.cta-button:hover{transform:scale(1.05)}.about{padding:80px 20px;background:#f8f9faf2;position:relative;z-index:1;scroll-margin-top:120px;margin-top:2rem}.about h2{text-align:center;font-size:2.5rem;margin-bottom:2rem;color:#333}.about p{max-width:800px;margin:0 auto 1.5rem;text-align:center;font-size:1.1rem;line-height:1.8;color:#666}.services{padding:80px 20px;background:#fffffff2;position:relative;z-index:1;scroll-margin-top:120px}.services h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#333}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.service-card{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 5px 15px #0000001a;transition:transform .3s}.service-card:hover{transform:translateY(-5px)}.service-card h3{color:#667eea;margin-bottom:1rem;font-size:1.5rem}.service-card p{color:#666;line-height:1.6}.contact{padding:80px 20px;background:#f8f9faf2;position:relative;z-index:1;scroll-margin-top:120px}.contact h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#333}.contact-form{max-width:600px;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem}.contact-form input,.contact-form textarea{padding:15px;border:1px solid #ddd;border-radius:5px;font-size:1rem;font-family:inherit;width:100%;box-sizing:border-box}.contact-form textarea{min-height:150px;resize:vertical}.contact-form button{background:#667eea;color:#fff;border:none;padding:15px;font-size:1.1rem;border-radius:5px;cursor:pointer;font-weight:700;transition:background .3s}.contact-form button:hover{background:#5568d3}.cotizar-seguro{padding:7rem 20px;background:#fff;position:relative;z-index:10;text-align:center}.cotizar-seguro-content{max-width:1200px;margin:0 auto}.cotizar-seguro-title{font-size:2.5rem;color:#713be7;margin-bottom:1.5rem;font-weight:700}.cotizar-seguro-text{font-size:1.3rem;color:#000;margin-bottom:3rem;font-weight:500}.text-violeta{color:#713be7;font-weight:700}.cotizar-buttons{display:flex;gap:2rem;justify-content:center;flex-wrap:wrap}.cotizar-link{text-decoration:none;display:inline-block}.soluciones-financieras{padding:0;background:transparent;position:relative;z-index:10;margin-bottom:0}.soluciones-container{max-width:1400px;margin:0 auto;position:relative;background:transparent;padding:0}.soluciones-title{color:#fff;font-size:3rem;font-weight:700;text-align:center;margin-bottom:2rem;padding-top:2rem;text-shadow:2px 2px 4px rgba(0,0,0,.3);position:relative;z-index:3}.soluciones-image-wrapper{position:relative;border-radius:0;overflow:hidden;filter:brightness(1.1) saturate(1.2) contrast(1.05);background:transparent;margin:0;padding:0}.soluciones-image-wrapper:before{display:none}.soluciones-image{width:80%;height:auto;display:block;border-radius:50px;margin:0 auto}.soluciones-image-mobile{display:none}.soluciones-overlay{position:absolute;inset:0;z-index:2;background:transparent}.soluciones-content{display:grid;grid-template-columns:1fr 1fr;gap:20rem;padding:2.8rem 0;height:100%;background:transparent}.soluciones-left,.soluciones-right{padding:0 2.5rem;border-radius:20px;text-align:center;background:transparent}.soluciones-right{margin-left:1rem}.soluciones-left{margin-left:4rem;padding-right:0;padding-left:10px}.soluciones-subtitle{color:#fff;font-size:2rem;font-weight:700;margin-bottom:2rem;text-align:center}.soluciones-list{list-style:none;padding:0;margin:0 0 2rem}.soluciones-list li{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;color:#fff;font-size:1.1rem}.soluciones-list li svg{color:#4fc3f7;flex-shrink:0}.soluciones-button{background:#713be7;color:#fff;border:none;padding:10px 30px;font-family:inherit;font-size:1.1rem;font-weight:600;border-radius:25px;cursor:pointer;transition:all .3s;display:inline-block;margin:0 auto;text-decoration:none;text-align:center;width:auto}.soluciones-button:hover{background:#5a2fc4;transform:translateY(-2px);box-shadow:0 4px 15px #713be766;color:#fff}.soluciones-buttons-container{position:absolute;bottom:3rem;left:50%;transform:translate(-50%);display:flex;justify-content:center;gap:0;flex-wrap:wrap;z-index:3;width:100%;padding:0 20px;box-sizing:border-box}.soluciones-mobile-button-wrapper{display:none}.productores-section{padding:80px 20px;background:transparent;position:relative;z-index:10;scroll-margin-top:120px}.productores-container{max-width:1400px;margin:0 auto;position:relative}.productores-image-wrapper{position:relative;border-radius:50px;overflow:hidden;filter:brightness(1.1) saturate(1.2) contrast(1.05);box-shadow:0 10px 40px #0003}.productores-image{width:100%;height:auto;display:block}.productores-overlay{position:absolute;inset:0;z-index:2;display:flex;align-items:center;justify-content:center}.productores-content{text-align:center;padding:4rem 2rem;max-width:900px}.productores-title{color:#fff;font-size:4rem;font-weight:700;margin-bottom:2rem;text-shadow:2px 2px 8px rgba(0,0,0,.5);line-height:1.2}.productores-subtitle{color:#fff;font-size:2.2rem;font-weight:600;text-shadow:2px 2px 6px rgba(0,0,0,.5);line-height:1.4}@media(max-width:768px){.productores-title{font-size:3rem;text-align:center;margin-left:0}.productores-subtitle{font-size:1.5rem;text-align:center;margin-left:0}}.director-section{padding:80px 20px;background:#f8f9fa;position:relative;z-index:10}.director-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:300px 1fr;gap:4rem;align-items:center}.director-image-wrapper{width:300px;height:450px;border-radius:150px;overflow:hidden;border:4px solid #713be7;box-shadow:0 10px 30px #713be74d;flex-shrink:0}.director-image{width:100%;height:100%;object-fit:cover;object-position:center top}.director-content{color:#000}.director-name{font-size:2.5rem;font-weight:700;color:#713be7;margin-bottom:.5rem}.director-title{font-size:1.1rem;color:#666;margin-bottom:1.5rem}.director-separator{width:80px;height:4px;background:linear-gradient(90deg,#713be7,#4fc3f7);margin-bottom:2rem;border-radius:2px}.director-text{font-size:1.1rem;line-height:1.8;color:#333}.director-text p{margin-bottom:1.5rem}.director-text strong{color:#713be7;font-weight:700}.cotizar-button{background:#fff;border:3px solid #713be7;border-radius:20px;padding:2.5rem 3rem;font-size:1.5rem;font-weight:700;color:#713be7;cursor:pointer;transition:all .3s;display:flex;flex-direction:column;align-items:center;gap:1rem;min-width:250px;box-shadow:0 4px 15px #713be733}.cotizar-button:hover{background:#713be7;color:#fff;transform:translateY(-5px);box-shadow:0 8px 25px #713be766}.cotizar-button svg{width:64px;height:64px}.cotizar-button span{font-size:1.3rem}.footer{background:#2d1b4e;color:#fff;padding:3rem 2rem 2rem;position:relative;z-index:10;margin-top:4rem}.footer-container{max-width:1400px;margin:0 auto}.footer-top{display:flex;flex-direction:column;align-items:center;gap:2rem;margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer-logo{display:flex;align-items:center;justify-content:center}.footer-logo-img{height:80px;width:auto;object-fit:contain;filter:brightness(0) invert(1)}.footer-social{display:flex;gap:1.5rem;align-items:center}.footer-social-link{color:#fff;text-decoration:none;display:flex;align-items:center;justify-content:center;transition:transform .3s,opacity .3s;width:40px;height:40px;border-radius:50%;background:#ffffff1a}.footer-social-link:hover{transform:scale(1.1);opacity:.8;background:#713be74d}.footer-social-link svg{width:20px;height:20px;transition:fill .3s}.footer-columns{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem;margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer-column{display:flex;flex-direction:column}.footer-column-title{font-size:1.2rem;font-weight:700;margin-bottom:1.5rem;color:#fff}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.8rem}.footer-links li{color:#fffc;font-size:.95rem;line-height:1.6}.footer-links a{color:#fffc;text-decoration:none;transition:color .3s}.footer-links a:hover{color:#713be7}.footer-links strong{color:#fff;font-weight:600}.footer-compliance{display:flex;justify-content:center;align-items:center;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer-compliance-logos{display:flex;gap:2rem;align-items:center;flex-wrap:wrap;justify-content:center}.footer-compliance-logo{height:80px;width:auto;object-fit:contain;opacity:1;background:#fafafa;padding:10px;border-radius:20px}.footer-bottom{display:flex;flex-direction:column;gap:1.5rem;text-align:center}.footer-copyright{color:#ffffffb3;font-size:.9rem}.footer-legal{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;font-size:.85rem}.footer-legal a{color:#ffffffb3;text-decoration:none;transition:color .3s}.footer-legal a:hover{color:#713be7}.footer-whatsapp{position:fixed;bottom:30px;right:30px;background:#25d366;color:#fff;width:60px;height:60px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;text-decoration:none;box-shadow:0 4px 15px #25d36666;transition:transform .3s,box-shadow .3s;z-index:1000;padding:8px}.footer-whatsapp:hover{transform:scale(1.1);box-shadow:0 6px 20px #25d36699}.footer-whatsapp svg{width:24px;height:24px}.footer-whatsapp span{font-size:.6rem;font-weight:600;line-height:1}.footer p{margin:0}@media(max-width:1600px){.hero{padding:8vw 1.5vw}.hero-content{margin-left:clamp(6vw,12%,16vw);margin-top:clamp(-85px,-5vw,-60px)}.soluciones-image-wrapper{display:flex;justify-content:center;align-items:center}.soluciones-image{transform:scale(.9);transform-origin:center}.soluciones-container{max-width:1200px}}@media(max-width:1400px){.hero{padding:7vw 1.5vw}.hero-content{margin-left:clamp(5vw,10%,12vw);margin-top:clamp(-100px,-6vw,-70px)}.hero-content h1{font-size:clamp(2.2rem,3.5vw,3.8rem)}.hero-content h2{font-size:clamp(1.6rem,2vw,2rem);margin-right:clamp(0px,6vw,80px)}}@media(max-width:1200px){.hero{padding:6vw 1.5vw}.hero-content{margin-left:clamp(4vw,8%,10vw);margin-top:clamp(-110px,-7vw,-80px)}.hero-content h1{font-size:clamp(2rem,3vw,3.5rem)}.hero-content h2{font-size:clamp(1.4rem,1.8vw,1.8rem);margin-right:clamp(0px,4vw,60px)}.cotizar-seguro{margin-top:clamp(20px,3vw,40px)}}@media(max-width:768px){.mobile-menu-overlay{position:fixed;inset:0;background:#00000080;z-index:999;animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.subnav{display:none}.hamburger-button{display:flex;flex-direction:column;justify-content:space-around;width:30px;height:30px}.header{padding:0 1rem;z-index:1000}.nav{position:relative;flex-wrap:wrap;padding:1rem;min-height:auto;justify-content:space-between;align-items:center;overflow:visible}.nav>.logo{flex-shrink:0;order:1;width:auto}.nav>.hamburger-button{flex-shrink:0;order:2;width:30px;height:30px;margin-left:auto}.logo,.logo-img{height:50px}.nav-links{display:flex;position:fixed;bottom:0;left:0;right:0;flex-direction:column;background:#fff;box-shadow:0 -4px 20px #00000026;border-radius:30px 30px 0 0;padding:0;margin:0;gap:0;width:100%;flex-basis:100%;order:3;max-height:80vh;opacity:0;overflow-y:auto;overflow-x:hidden;transform:translateY(100%);transition:transform .4s ease-in-out,opacity .3s ease-in-out,padding .4s ease-in-out;pointer-events:none;z-index:1000;justify-content:flex-start;align-items:stretch}.nav-links.mobile-open{opacity:1;padding:0 0 8rem;margin:0;pointer-events:auto;transform:translateY(0);transition:transform .4s ease-in-out,opacity .3s ease-in-out,padding .4s ease-in-out}.nav>.nav-button{order:4}.nav-links li{width:100%;padding:0}.nav-links li.nav-button-mobile-wrapper{border-bottom:none}.nav-links a{display:block;padding:1rem 1.5rem;width:100%;border-radius:0;border:none;border-bottom:1px solid rgba(113,59,231,.1);font-size:1rem;text-align:center}.nav-links a:hover{background:transparent;border:none;border-bottom:1px solid rgba(113,59,231,.1)}.nav-links a.active{background:#713be71a;border:none;border-bottom:1px solid rgba(113,59,231,.1)}.nav-item-dropdown{width:100%}.nav-dropdown{position:static;box-shadow:none;background:#713be70d;border-radius:0;margin-top:0;padding:0;max-width:100%;max-height:0;opacity:0;visibility:hidden;overflow:hidden;transform:translateY(0);pointer-events:none;transition:max-height .4s ease-in-out,opacity .3s ease-in-out,visibility .3s ease-in-out}.nav-item-dropdown.show-dropdown .nav-dropdown{max-height:800px;opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto;transition:max-height .4s ease-in-out,opacity .3s ease-in-out,visibility .3s ease-in-out}.nav-dropdown li{width:100%}.nav-dropdown a{padding:.75rem 2rem;font-size:.9rem;border-bottom:1px solid rgba(113,59,231,.1);text-align:center}.nav-dropdown a:hover,.nav-dropdown a.active{background:#713be726;padding-left:2.5rem}.nav-button{display:none}.nav-button-mobile-wrapper{display:flex;justify-content:center;padding:0 1.5rem;margin:0;margin-top:3rem}.nav-links a.nav-button-mobile{display:inline-block;width:auto;background:#713be7;color:#fff;border:none;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;border-radius:50px;cursor:pointer;text-align:center;transition:background .3s,transform .2s;white-space:nowrap;text-decoration:none;border-bottom:none}.nav-links a.nav-button-mobile:hover{background:#5a2fc4;transform:translateY(-2px);border-bottom:none}.hero{min-height:100vh;padding:280px 15px 40px;align-items:flex-start;background-image:url(/assets/fondocelular-CkHftTvi.webp);background-size:cover;background-position:center top;background-repeat:no-repeat;margin-top:-128px;position:relative}.hero:before{content:"";position:absolute;inset:0;background:#0006;z-index:1}.hero-content{margin:-100px auto 0;text-align:center;position:relative;z-index:2}.hero-content h1{font-size:3rem}.hero-content h2{font-size:1.5rem;margin-right:0}.hero-content p{font-size:1.2rem}.hero-text{margin:0 auto;width:90%;max-width:90%;background:#713be7cc}.cotizar-seguro{margin-top:30px;padding-top:40px}.services-grid{grid-template-columns:1fr}.footer{padding:2rem 1rem 1.5rem}.footer-top{gap:1.5rem;margin-bottom:2rem}.footer-logo-img{height:60px}.footer-social{gap:1rem}.footer-social-link{width:36px;height:36px}.footer-social-link svg{width:18px;height:18px}.footer-columns{grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}.footer-column{padding-right:0;border-right:none;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer-column:last-child{border-bottom:none;padding-bottom:0}.footer-column-title{font-size:1.1rem;margin-bottom:1rem}.footer-compliance-logos{gap:1.5rem}.footer-compliance-logo{height:70px;padding:8px}.footer-legal{flex-direction:column;gap:.8rem;font-size:.8rem}.footer-whatsapp{width:55px;height:55px;bottom:20px;right:20px}.footer-whatsapp svg{width:20px;height:20px}.footer-whatsapp span{font-size:.55rem}.director-section{padding:40px 20px}.director-container{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.director-content{display:contents}.director-name{order:1;font-size:2rem;margin-bottom:.5rem;text-align:center;width:100%}.director-title{order:2;font-size:1rem;margin-bottom:1.5rem;text-align:center;width:100%}.director-image-wrapper{order:3;width:250px;height:380px;border-radius:125px;margin:0 auto 1.5rem}.director-separator{order:4;margin:0 auto 1.5rem}.director-text{order:5;text-align:center;max-width:100%;margin:0 auto;padding:0 1.5rem;width:100%}.soluciones-financieras{padding:0;margin:0}.soluciones-container{padding:0;margin:0;max-width:100%}.soluciones-image-wrapper{position:relative;background:transparent;border-radius:0;box-shadow:none;filter:none;padding:0;margin:0;width:100%;overflow:hidden}.soluciones-image{border-radius:0;width:100%;margin:0;padding:0;display:block;max-width:none;object-fit:cover;transform:none}.soluciones-image-desktop{display:none}.soluciones-image-mobile{display:block}.soluciones-buttons-desktop{display:none}.soluciones-mobile-button-wrapper{display:flex;justify-content:center;padding:1.5rem 1rem}.soluciones-button-mobile{width:100%;max-width:300px;text-align:center}}.home-page{background-image:url(/assets/familiafondo-DUPAOnhW.webp);background-size:cover;background-position:center top;background-repeat:no-repeat;min-height:100vh;display:flex;align-items:center;justify-content:flex-start;padding:128px 20px 80px;position:relative;margin-top:-128px;text-align:left}.home-page:before{content:"";position:absolute;inset:0;background:#0006;z-index:1}.home-content{max-width:700px;margin-left:13%;padding:4rem 2rem;z-index:2;position:relative}.home-title{color:#fff;font-size:4rem;font-weight:700;margin-bottom:1.5rem;text-shadow:2px 2px 8px rgba(0,0,0,.5);line-height:1.2;text-align:left;margin-left:-4rem}.home-subtitle{color:#fff;font-size:2rem;font-weight:600;text-shadow:2px 2px 6px rgba(0,0,0,.5);line-height:1.4;text-align:left;margin-left:-4rem;margin-bottom:2rem}.home-text{font-size:1.1rem;line-height:1.8;background:#713be7;color:#fff;padding:24px;border-radius:50px;margin:0 0 0 2rem;max-width:600px;width:80%;text-align:center;font-weight:500;box-shadow:0 4px 15px #713be74d}@media(min-width:1600px){.home-title,.home-subtitle{margin-left:clamp(2vw,6%,10vw)}}@media(max-width:1660px){.home-text{margin-left:-4rem}}@media(max-width:768px){.home-page{padding:128px 20px 60px;background-image:url(/assets/fondocelular-CkHftTvi.webp);background-size:cover;background-position:center top}.home-content{margin:0 auto;text-align:center;padding:2rem 1rem}.home-title{font-size:3rem;margin-bottom:1rem;text-align:center;margin-left:0}.home-subtitle{font-size:1.5rem;text-align:center;margin-left:0;margin-bottom:1.5rem}.home-text{font-size:1.1rem;padding:1.5rem 2rem;max-width:100%;margin:0 auto}.soluciones-image{margin:0;width:100%}}.nos-resaldan-section{padding:7rem 0 2rem;background-color:#fff;overflow:hidden}.nos-resaldan-container{max-width:1400px;margin:0 auto;padding:0 2rem}.nos-resaldan-title{color:#713be7;font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:0;padding:0 2rem}.nos-resaldan-slider-wrapper{overflow:hidden;width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw}.nos-resaldan-slider-track{display:flex;gap:3rem;animation:scroll-continuous 50s linear infinite;width:max-content;padding-left:0}.nos-resaldan-slide{display:flex;align-items:center;justify-content:center;height:150px;padding:.25rem 1rem;flex-shrink:0;min-width:250px;width:250px;overflow:visible;position:relative}.nos-resaldan-image{width:100%;height:140px;object-fit:contain;object-position:center;filter:grayscale(100%);opacity:.7;transition:all .3s ease;transform:scale(1)}.nos-resaldan-image:hover{filter:grayscale(0%);opacity:1;transform:scale(1.3);z-index:10}@keyframes scroll-continuous{0%{transform:translate(0)}to{transform:translate(-33.333333%)}}@media(max-width:768px){.nos-resaldan-title{font-size:2rem;margin-bottom:2rem}.nos-resaldan-slider-track{gap:1rem}.nos-resaldan-slide{height:135px;padding:.2rem .5rem;min-width:230px;width:230px}.nos-resaldan-image{height:125px;transform:scale(1.05)}.nos-resaldan-image:hover{transform:scale(1.25)}}@media(max-width:640px){.nos-resaldan-section{padding:3rem 0}.nos-resaldan-container{padding:0 1rem}.nos-resaldan-title{font-size:1.75rem;margin-bottom:1.5rem;padding:0 1rem}.nos-resaldan-slider-track{gap:.75rem}.nos-resaldan-slide{height:115px;padding:.15rem .4rem;min-width:210px;width:210px}.nos-resaldan-image{height:170px;transform:scale(1.05)}.nos-resaldan-image:hover{transform:scale(1.2)}}.confian-en-nosotros-section{padding:0;padding-bottom:7rem;background-color:#fff;overflow:hidden}.confian-en-nosotros-container{max-width:1400px;margin:0 auto;padding:0 2rem}.confian-en-nosotros-title{color:#713be7;font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:0;padding:0 2rem}.confian-en-nosotros-slider-wrapper{overflow:hidden;width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw}.confian-en-nosotros-slider-track{display:flex;gap:3rem;animation:scroll-continuous-right 40s linear infinite;width:max-content;padding-left:0}.confian-en-nosotros-slide{display:flex;align-items:center;justify-content:center;height:150px;padding:.25rem 1rem;flex-shrink:0;min-width:250px;width:250px;overflow:visible;position:relative}.confian-en-nosotros-image{width:100%;height:140px;object-fit:contain;object-position:center;filter:grayscale(100%);opacity:.7;transition:all .3s ease;transform:scale(1)}.confian-en-nosotros-image:hover{filter:grayscale(0%);opacity:1;transform:scale(1.3);z-index:10}@keyframes scroll-continuous-right{0%{transform:translate(-33.333333%)}to{transform:translate(0)}}@media(max-width:768px){.confian-en-nosotros-title{font-size:2rem;margin-bottom:2rem}.confian-en-nosotros-slider-track{gap:1rem}.confian-en-nosotros-slide{height:135px;padding:.2rem .5rem;min-width:230px;width:230px}.confian-en-nosotros-image{height:125px;transform:scale(1.05)}.confian-en-nosotros-image:hover{transform:scale(1.25)}}@media(max-width:640px){.confian-en-nosotros-section{padding:3rem 0}.confian-en-nosotros-container{padding:0 1rem}.confian-en-nosotros-title{font-size:1.75rem;margin-bottom:1.5rem;padding:0 1rem}.confian-en-nosotros-slider-track{gap:.75rem}.confian-en-nosotros-slide{height:115px;padding:.15rem .4rem;min-width:210px;width:210px}.confian-en-nosotros-image{height:170px;transform:scale(1.05)}.confian-en-nosotros-image:hover{transform:scale(1.2)}}*{margin:0;padding:0;box-sizing:border-box;font-family:"Baloo Thambi 2",Arial,Helvetica,sans-serif}body{line-height:1.6;color:#333;background-color:#fff;background-image:none}body:not(.home-body){background-image:url(/assets/familiafondo-DUPAOnhW.webp);background-size:100vw;background-position:center top;background-attachment:scroll;background-repeat:no-repeat;min-height:100vh}@media(max-width:768px){body:not(.home-body){background-image:none}}.App{position:relative;z-index:10;min-height:100vh}html{scroll-behavior:smooth}.container{max-width:1200px;margin:0 auto;padding:0 20px}.productores-herramientas{background:#fff;padding:3rem 2rem;position:relative;z-index:10;margin-bottom:3rem}.productores-herramientas-container{max-width:1200px;margin:0 auto}.productores-herramientas-title{color:#713be7;font-size:2.2rem;font-weight:700;text-align:center;margin-bottom:1rem;line-height:1.2}.productores-herramientas-description{color:#000;font-size:1.1rem;text-align:center;max-width:800px;margin:0 auto 2.5rem;line-height:1.6}.productores-herramientas-description .text-violeta{color:#713be7;font-weight:600}.productores-herramientas-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-top:2rem}.productores-herramientas-card{background:#fff;border:2px solid #f0f0f0;border-radius:20px;padding:2rem;text-align:center;transition:all .3s ease;display:flex;flex-direction:column;align-items:center}.productores-herramientas-card:hover{border-color:#713be7;box-shadow:0 8px 24px #713be726;transform:translateY(-4px)}.productores-herramientas-icon{margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center;width:80px;height:80px;background:#713be71a;border-radius:50%;transition:all .3s ease}.productores-herramientas-card:hover .productores-herramientas-icon{background:#713be726;transform:scale(1.1)}.productores-herramientas-card-title{color:#333;font-size:1.25rem;font-weight:700;margin-bottom:.75rem;line-height:1.3}.productores-herramientas-card-text{color:#666;font-size:1rem;line-height:1.6;margin:0}@media(max-width:768px){.productores-herramientas{padding:2rem 1.5rem}.productores-herramientas-title{font-size:1.8rem}.productores-herramientas-description{font-size:1rem;margin-bottom:2rem}.productores-herramientas-cards{grid-template-columns:1fr;gap:1.5rem}.productores-herramientas-card{padding:1.5rem}}.productores-beneficios{position:relative;z-index:10}.productores-beneficios-hero{width:100%;min-height:300px;background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center;position:relative;margin-bottom:3rem}.productores-beneficios-hero:before{content:"";position:absolute;inset:0;background:#0006;z-index:1}.productores-beneficios-hero-title{color:#fff;font-size:2.5rem;font-weight:700;text-align:center;position:relative;z-index:10000;text-shadow:2px 2px 12px rgba(0,0,0,.8),0 0 20px rgba(0,0,0,.5);padding:0 2rem;filter:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.productores-beneficios-container{max-width:1100px;margin:0 auto;padding:3rem 2rem}.productores-beneficios-grid{display:grid;grid-template-columns:.4fr 1fr;grid-template-rows:1fr 1fr;gap:2rem;align-items:stretch;height:100%}.productores-beneficio-card{border-radius:20px;padding:2rem;display:flex;flex-direction:column;align-items:center;text-align:center;transition:transform .3s ease,box-shadow .3s ease;justify-content:center}.productores-beneficio-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #00000026}.productores-beneficio-card-tall{grid-row:1 / 3;min-height:100%}.productores-beneficio-card-tall .productores-beneficio-header{flex-direction:column;align-items:center;justify-content:center;gap:1.5rem}.productores-beneficio-card-tall .productores-beneficio-icon-inline{align-self:center}.productores-beneficio-card-tall .productores-beneficio-title{text-align:center}.productores-beneficio-card-wide{grid-column:2}.productores-beneficio-card-purple{background:#713be7;color:#fff}.productores-beneficio-card-white{background:#fff;border:2px solid #713be7;color:#333}.productores-beneficio-icon{margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center}.productores-beneficio-icon-img{width:80px;height:80px;object-fit:contain}.productores-beneficio-header{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:1rem;width:100%}.productores-beneficio-icon-inline{display:flex;align-items:center;justify-content:center;flex-shrink:0;align-self:center}.productores-beneficio-header .productores-beneficio-title{margin-bottom:0;align-self:center}.productores-beneficio-image{width:100%;max-width:300px;height:auto;margin-bottom:1.5rem;object-fit:contain}.productores-beneficio-title{font-size:1.5rem;font-weight:700;margin-bottom:.75rem;line-height:1.2}.productores-beneficio-card-purple .productores-beneficio-title{color:#fff}.productores-beneficio-card-white .productores-beneficio-title{color:#333}.productores-beneficio-text{font-size:1rem;line-height:1.6;margin:0}.productores-beneficio-card-purple .productores-beneficio-text{color:#fffffff2}.productores-beneficio-card-white .productores-beneficio-text{color:#666}.productores-beneficio-card-with-image{position:relative;overflow:hidden}.productores-beneficio-celular-image{position:absolute;bottom:0;right:5%;width:50%;height:auto;max-height:80%;object-fit:contain;object-position:right bottom;clip-path:inset(0 0 0 50%)}@media(max-width:968px){.productores-beneficios-grid{grid-template-columns:1fr;grid-template-rows:auto}.productores-beneficio-card-tall{grid-row:auto}.productores-beneficio-card-wide{grid-column:1}}@media(max-width:768px){.productores-beneficios-hero{min-height:250px}.productores-beneficios-hero-title{font-size:1.8rem}.productores-beneficios-container{padding:2rem 1.5rem;margin-bottom:3rem}.productores-beneficios-grid{gap:1.5rem}.productores-beneficio-card{padding:1.5rem}.productores-beneficio-title{font-size:1.3rem}.productores-beneficio-text{font-size:.95rem}.productores-beneficio-card{align-items:flex-start;text-align:left}.productores-beneficio-header{justify-content:flex-start}.productores-beneficio-icon-img{width:48px;height:48px}.productores-beneficio-card-tall .productores-beneficio-header{flex-direction:row;align-items:center;justify-content:flex-start;gap:1rem}.productores-beneficio-card-tall .productores-beneficio-icon-inline{align-self:center}.productores-beneficio-card-tall .productores-beneficio-title{text-align:left}.productores-beneficio-card-with-image{overflow:visible}.productores-beneficio-card-with-image .productores-beneficio-title,.productores-beneficio-card-with-image .productores-beneficio-text{position:relative;z-index:2;max-width:60%}.productores-beneficio-celular-image{position:absolute;bottom:0;right:0;width:45%;height:auto;max-height:70%;object-fit:contain;object-position:right bottom;z-index:1;clip-path:none}}.productores-formulario{position:relative;z-index:10;background:#f8f9fa;padding:3rem 2rem;margin-top:3rem}.productores-formulario-container{max-width:650px;margin:0 auto}.productores-formulario-header{text-align:center;margin-bottom:1.5rem}.productores-formulario-title{font-size:1.8rem;font-weight:700;color:#713be7;margin-bottom:.5rem;line-height:1.2}.productores-formulario-subtitle{font-size:.95rem;color:#666;line-height:1.6}.productores-formulario-form{background:#fff;border-radius:20px;padding:1.5rem;box-shadow:0 8px 24px #0000001a}.productores-formulario-field{margin-bottom:1rem}.productores-formulario-field label{display:block;font-size:.9rem;font-weight:600;color:#333;margin-bottom:.4rem}.productores-formulario-field input{width:100%;padding:.7rem .9rem;border:2px solid #e0e0e0;border-radius:10px;font-size:.9rem;font-family:"Baloo Thambi 2",Arial,Helvetica,sans-serif;color:#333;transition:all .3s ease;background:#fff}.productores-formulario-field input:focus{outline:none;border-color:#713be7;box-shadow:0 0 0 3px #713be71a}.productores-formulario-field input::placeholder{color:#999}.productores-formulario-submit{width:100%;padding:.75rem 2rem;background:#713be7;color:#fff;border:none;border-radius:10px;font-size:.95rem;font-weight:600;font-family:"Baloo Thambi 2",Arial,Helvetica,sans-serif;cursor:pointer;transition:all .3s ease;margin-top:.5rem}.productores-formulario-submit:hover{background:#5a2fc4;transform:translateY(-2px);box-shadow:0 6px 20px #713be74d}.productores-formulario-submit:active{transform:translateY(0)}.productores-formulario-submit:disabled{background:#a0a0a0;cursor:not-allowed;transform:none;box-shadow:none}.productores-formulario-success{margin-top:1rem;padding:1rem;background:#d4edda;color:#155724;border-radius:10px;text-align:center;font-weight:600;font-size:.9rem}.productores-formulario-error{margin-top:1rem;padding:1rem;background:#f8d7da;color:#721c24;border-radius:10px;text-align:center;font-weight:600;font-size:.9rem}@media(max-width:768px){.productores-formulario{padding:3rem 1.5rem}.productores-formulario-title{font-size:1.5rem}.productores-formulario-subtitle{font-size:.9rem}.productores-formulario-form{padding:1.25rem}.productores-formulario-header{margin-bottom:1.25rem}}@media(max-width:480px){.productores-formulario{padding:2rem 1rem}.productores-formulario-title{font-size:1.4rem}.productores-formulario-form{padding:1rem}}.productores-page{background-size:cover;background-position:center top;background-repeat:no-repeat;min-height:100vh;display:flex;align-items:center;justify-content:flex-start;padding:128px 20px 80px;position:relative;margin-top:-128px;text-align:left}.productores-page:before{content:"";position:absolute;inset:0;background:#0006;z-index:1}.productores-content{max-width:700px;margin-left:13%;padding:4rem 2rem;z-index:2}.productores-subtitle{font-weight:100}.productores-subtitle-violeta{color:#713be7}@media(max-width:768px){.productores-content{margin:0 auto;text-align:center}}.empresas-page{background-size:cover;background-position:center top;background-repeat:no-repeat;min-height:100vh;display:flex;align-items:center;justify-content:flex-start;padding:128px 20px 80px;position:relative;margin-top:-128px;text-align:left}.empresas-page:before{content:"";position:absolute;inset:0;background:#0006;z-index:1}.empresas-content{max-width:700px;margin-left:13%;padding:4rem 2rem;z-index:2}.empresas-financiamiento{background:#fff;padding:4rem 2rem;text-align:center}.empresas-financiamiento-title{color:#713be7;font-size:3rem;font-weight:700;margin:0;line-height:1.2}.empresas-prestamos{width:100%;min-height:350px;background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;display:flex;align-items:center;justify-content:center;max-width:1400px;margin:0 auto 3rem;border-radius:0}@media(min-width:1401px){.empresas-prestamos{border-radius:20px;overflow:hidden}}.empresas-prestamos-overlay{position:absolute;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1}.empresas-prestamos-content{text-align:center;position:relative;z-index:2;max-width:800px;padding:0 2rem}.empresas-prestamos-title{color:#fff;font-size:3.5rem;font-weight:700;text-align:center;text-shadow:2px 2px 12px rgba(0,0,0,.8);margin-bottom:1.5rem}.empresas-prestamos-text{color:#fff;font-size:1.3rem;font-weight:400;text-align:center;text-shadow:2px 2px 8px rgba(0,0,0,.8);line-height:1.6;margin:0 0 2rem}.empresas-prestamos-button{background:#fff;color:#713be7;border:2px solid #713be7;padding:1rem 1.7rem;font-size:1.1rem;font-weight:600;border-radius:10px;cursor:pointer;transition:all .3s ease;font-family:"Baloo Thambi 2",Arial,Helvetica,sans-serif;text-decoration:none;display:inline-block}.empresas-prestamos-button:hover{background:#713be7;color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px #713be74d}.empresas-tarjeta{background:#fff;padding:4rem 2rem;text-align:center}.empresas-tarjeta-title{color:#713be7;font-size:3rem;font-weight:700;margin:0 0 3rem;line-height:1.2}.empresas-tarjeta-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center}.empresas-tarjeta-content.imagen-derecha{grid-template-columns:1fr 1fr}.empresas-tarjeta-content.imagen-derecha .empresas-tarjeta-image-wrapper{order:2}.empresas-tarjeta-content.imagen-derecha .empresas-tarjeta-right{order:1}.empresas-tarjeta-image-wrapper{border-radius:15px}.empresas-tarjeta-image{width:100%;height:auto;border-radius:15px}.empresas-tarjeta-right{display:flex;flex-direction:column;justify-content:center}.empresas-tarjeta-text{color:#666;font-size:1.4rem;line-height:1.6;margin:0 0 1.5rem;text-align:center}.empresas-tarjeta-button{background:#fff;color:#713be7;border:2px solid #713be7;padding:1rem 1.7rem;font-size:1.1rem;font-weight:600;border-radius:10px;cursor:pointer;transition:all .3s ease;font-family:"Baloo Thambi 2",Arial,Helvetica,sans-serif;align-self:center;text-decoration:none;display:inline-block}.empresas-tarjeta-button:hover{background:#713be7;color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px #713be74d}@media(max-width:768px){.empresas-content{margin:0 auto;text-align:center}.empresas-financiamiento{padding:3rem 1.5rem}.empresas-financiamiento-title{font-size:2.2rem}.empresas-prestamos{min-height:400px}.empresas-prestamos-title{font-size:2.5rem;margin-bottom:1rem}.empresas-prestamos-text{font-size:1.1rem;margin-bottom:1.5rem}.empresas-prestamos-button{padding:.875rem 2rem;font-size:1rem}.empresas-tarjeta{padding:3rem 1.5rem}.empresas-tarjeta-title{font-size:2.2rem;margin-bottom:2rem}.empresas-tarjeta-content{grid-template-columns:1fr;gap:2rem}.empresas-tarjeta-content.imagen-derecha{grid-template-columns:1fr}.empresas-tarjeta-content.imagen-derecha .empresas-tarjeta-image-wrapper{order:1}.empresas-tarjeta-content.imagen-derecha .empresas-tarjeta-right{order:2}.empresas-tarjeta-right{text-align:center}.empresas-tarjeta-text{font-size:1.1rem;text-align:center}.empresas-tarjeta-button{padding:.875rem 2rem;font-size:1rem;align-self:center}}.mensaje-final{background:#fff;padding:4rem 2rem;text-align:center;border-top:1px solid #e8e8e8}.mensaje-final-content{max-width:1000px;margin:0 auto}.mensaje-final-title{color:#713be7;font-size:2.5rem;font-weight:700;margin:0 0 2rem;line-height:1.2;letter-spacing:-.5px}.mensaje-final-text{color:#555;font-size:1.25rem;line-height:1.9;margin:0 0 1.5rem;text-align:center;font-weight:400;max-width:850px;margin-left:auto;margin-right:auto}.mensaje-final-cta{color:#713be7;font-size:1.5rem;font-weight:600;margin:2.5rem 0 0;line-height:1.6;text-align:center}@media(max-width:768px){.mensaje-final{padding:3rem 1.5rem}.mensaje-final-title{font-size:2rem;margin-bottom:1.5rem;letter-spacing:-.5px}.mensaje-final-text{font-size:1.1rem;line-height:1.8;margin-bottom:1.2rem}.mensaje-final-cta{font-size:1.3rem;margin-top:2rem}}.personas-page{background-size:cover;background-position:center top;background-repeat:no-repeat;min-height:100vh;display:flex;align-items:center;justify-content:flex-start;padding:128px 20px 80px;position:relative;margin-top:-128px;text-align:left}.personas-page:before{content:"";position:absolute;inset:0;background:#0006;z-index:1}.personas-content{max-width:700px;margin-left:13%;padding:4rem 2rem;z-index:2;position:relative}.personas-prestamos-section{background:#fff;padding:4rem 2rem;text-align:center}.personas-prestamos-title{color:#713be7;font-size:3rem;font-weight:700;margin:0 0 3rem;line-height:1.2}.personas-prestamos-container{max-width:1200px;margin:0 auto 3rem;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:stretch}.personas-prestamo-card{background:#f8f8f8;padding:2.5rem 2rem;border-radius:15px;border:2px solid #e0e0e0;transition:all .3s ease;display:flex;flex-direction:column}.personas-prestamo-card:hover{border-color:#713be7;box-shadow:0 6px 20px #713be726;transform:translateY(-4px)}.personas-prestamo-card-title{color:#713be7;font-size:2rem;font-weight:700;margin:0 0 1.5rem;line-height:1.2}.personas-prestamo-card-text{color:#666;font-size:1.2rem;line-height:1.6;margin:0;flex-grow:1;text-align:left}.personas-prestamos-button{background:#fff;color:#713be7;border:2px solid #713be7;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;border-radius:10px;cursor:pointer;transition:all .3s ease;font-family:"Baloo Thambi 2",Arial,Helvetica,sans-serif;margin:0 auto;display:block;width:fit-content;text-decoration:none;text-align:center}.personas-prestamos-button:hover{background:#713be7;color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px #713be74d}@media(max-width:768px){.personas-content{margin:0 auto;text-align:center}.personas-prestamos-section{padding:3rem 1.5rem}.personas-prestamos-title{font-size:2.2rem;margin-bottom:2rem}.personas-prestamos-container{grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}.personas-prestamo-card{padding:2rem 1.5rem}.personas-prestamo-card-title{font-size:1.7rem;margin-bottom:1rem}.personas-prestamo-card-text{font-size:1.1rem;text-align:center}.personas-prestamos-button{padding:.875rem 2rem;font-size:1rem}}.pymes-page{background-size:cover;background-position:center top;background-repeat:no-repeat;min-height:100vh;display:flex;align-items:center;justify-content:flex-start;padding:128px 20px 80px;position:relative;margin-top:-128px;text-align:left}.pymes-page:before{content:"";position:absolute;inset:0;background:#0006;z-index:1}.pymes-content{max-width:700px;margin-left:13%;padding:4rem 2rem;z-index:2;position:relative}.pymes-plan-section{background:#fff;padding:3rem 2rem;position:relative;z-index:10}.pymes-plan-container{max-width:1200px;margin:0 auto}.pymes-plan-title{color:#713be7;font-size:2.2rem;font-weight:700;text-align:center;margin:0 0 2.5rem;line-height:1.2}.pymes-beneficios-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:2rem}.pymes-beneficio-card{background:#fff;border:2px solid #f0f0f0;border-radius:20px;padding:2rem;text-align:center;transition:all .3s ease;display:flex;flex-direction:column;align-items:center}.pymes-beneficio-card:hover{border-color:#713be7;box-shadow:0 8px 24px #713be726;transform:translateY(-4px)}.pymes-beneficio-icon{margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center;width:80px;height:80px;background:#713be71a;border-radius:50%;transition:all .3s ease}.pymes-beneficio-card:hover .pymes-beneficio-icon{background:#713be726;transform:scale(1.1)}.pymes-beneficio-icon svg{transition:all .3s ease}.pymes-beneficio-titulo{color:#333;font-size:1.25rem;font-weight:700;margin:0 0 .75rem;line-height:1.3}.pymes-beneficio-texto{color:#666;font-size:1rem;line-height:1.6;margin:0}.pymes-mas-info-button{display:block;background:#713be7;color:#fff;border:2px solid #713be7;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;border-radius:10px;cursor:pointer;transition:all .3s ease;font-family:"Baloo Thambi 2",Arial,Helvetica,sans-serif;text-decoration:none;margin:0 auto;text-align:center;width:fit-content}.pymes-mas-info-button:hover{background:#5a2fc4;border-color:#5a2fc4;transform:translateY(-2px);box-shadow:0 6px 20px #713be74d}.pymes-valor-agregado-section{background:#fff;padding:3rem 2rem;position:relative}.pymes-valor-agregado-container{max-width:950px;margin:0 auto}.pymes-valor-agregado-title{color:#713be7;font-size:2.2rem;font-weight:700;margin:0 0 2.5rem;line-height:1.2;text-align:center}.pymes-valor-agregado-grid{display:flex;flex-direction:column;gap:1.5rem}.pymes-valor-card{background:#fafafa;border-left:4px solid #713be7;border-radius:12px;padding:2rem 2.5rem;display:flex;align-items:flex-start;gap:1.5rem;transition:all .3s ease;position:relative;cursor:pointer}.pymes-valor-card:hover{background:#f5f0ff;transform:translate(8px);box-shadow:0 4px 16px #713be71a}.pymes-valor-icon-wrapper{flex-shrink:0;position:relative}.pymes-valor-icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:#713be7;border-radius:12px;position:relative;z-index:2;transition:all .3s ease}.pymes-valor-icon-glow{display:none}.pymes-valor-card:hover .pymes-valor-icon{background:#5a2fc4;transform:scale(1.05)}.pymes-valor-icon svg{color:#fff;transition:all .3s ease}.pymes-valor-content{flex:1}.pymes-valor-titulo{color:#713be7;font-size:1.3rem;font-weight:700;margin:0 0 .6rem;line-height:1.3;font-family:"Baloo Thambi 2",Arial,Helvetica,sans-serif}.pymes-valor-texto{color:#555;font-size:1rem;line-height:1.6;margin:0}@media(max-width:768px){.pymes-page{padding:128px 20px 60px}.pymes-content{margin-left:5%;padding:2rem 1rem}.pymes-plan-section{padding:2rem 1.5rem}.pymes-plan-title{font-size:1.8rem;margin-bottom:2rem}.pymes-beneficios-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}@media(max-width:600px){.pymes-beneficios-grid{grid-template-columns:1fr}}.pymes-beneficio-card{padding:1.5rem}.pymes-mas-info-button{padding:.875rem 2rem;font-size:1rem}.pymes-valor-agregado-section{padding:2.5rem 1.5rem}.pymes-valor-agregado-title{font-size:1.8rem;margin-bottom:2rem}.pymes-valor-card{padding:1.5rem;gap:1.2rem;flex-direction:column;align-items:flex-start}.pymes-valor-card:hover{transform:translate(4px)}.pymes-valor-icon{width:48px;height:48px}.pymes-valor-titulo{font-size:1.2rem;margin-bottom:.5rem}.pymes-valor-texto{font-size:.95rem}}.seguro-page{background-size:cover;background-position:center top;background-repeat:no-repeat;min-height:100vh;display:flex;align-items:center;justify-content:flex-start;padding:128px 20px 80px;position:relative;margin-top:-128px;text-align:left}.seguro-page:before{content:"";position:absolute;inset:0;background:#0006;z-index:1}.seguro-content{max-width:700px;margin-left:13%;padding:4rem 2rem;z-index:2;position:relative}.seguro-title{color:#fff;font-size:4rem;font-weight:700;margin-bottom:1.5rem;text-shadow:2px 2px 8px rgba(0,0,0,.5);line-height:1.2;text-align:left;margin-left:-4rem}.seguro-subtitle{color:#fff;font-size:2rem;font-weight:100;text-shadow:2px 2px 6px rgba(0,0,0,.5);line-height:1.4;text-align:left;margin-left:-4rem}@media(min-width:1600px){.seguro-title,.seguro-subtitle{margin-left:clamp(2vw,6%,10vw)}}.seguro-descripcion-section{background:#fff;padding:4rem 2rem;text-align:center}.seguro-descripcion-content{max-width:1000px;margin:0 auto}.seguro-descripcion-title{color:#713be7;font-size:3rem;font-weight:700;margin:0 0 3rem;line-height:1.2}.seguro-descripcion-text-wrapper{margin-bottom:3rem}.seguro-descripcion-text{color:#555;font-size:1.3rem;line-height:1.9;margin:0 0 1.5rem;text-align:center;font-weight:400}.seguro-descripcion-text:last-child{margin-bottom:0}.seguro-coberturas{margin:3rem 0;text-align:left}.seguro-coberturas-title{color:#713be7;font-size:2rem;font-weight:700;margin:0 0 1.5rem;text-align:center}.seguro-coberturas-subtitle{color:#666;font-size:1.1rem;line-height:1.6;margin:0 0 2rem;text-align:center;font-weight:400}.seguro-coberturas-list{list-style:none;padding:0;margin:0 0 3rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.2rem;text-align:left;max-width:1200px;margin-left:auto;margin-right:auto}.seguro-coberturas-list li{list-style:none;display:flex;align-items:flex-start;gap:1rem;color:#666;font-size:1.1rem;line-height:1.6}.seguro-coberturas-list li:before{content:none;display:none}.seguro-coberturas-list li svg{flex-shrink:0;margin-top:.2rem}.seguro-coberturas-list li span{flex:1}.seguro-beneficios{margin:3rem 0;text-align:left}.seguro-beneficios-title{color:#713be7;font-size:2rem;font-weight:700;margin:0 0 1.5rem;text-align:center}.seguro-beneficios-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.seguro-beneficios-list li{color:#666;font-size:1.1rem;line-height:1.6;padding-left:2rem;position:relative}.seguro-beneficios-list li:before{content:"✓";position:absolute;left:0;color:#713be7;font-weight:700;font-size:1.3rem}.seguro-button{background:#fff;color:#713be7;border:2px solid #713be7;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;border-radius:10px;cursor:pointer;transition:all .3s ease;font-family:"Baloo Thambi 2",Arial,Helvetica,sans-serif;margin:0 auto;display:block;width:fit-content;text-decoration:none;text-align:center}.seguro-button:hover{background:#713be7;color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px #713be74d}@media(max-width:768px){.seguro-page{padding:128px 20px 60px}.seguro-content{margin:0 auto;text-align:center;padding:2rem 1rem}.seguro-title{font-size:3rem;margin-bottom:1rem;text-align:center;margin-left:0}.seguro-subtitle{font-size:1.5rem;text-align:center;margin-left:0}.seguro-descripcion-section{padding:3rem 1.5rem}.seguro-descripcion-title{font-size:2.2rem;margin-bottom:1.5rem}.seguro-descripcion-text{font-size:1.1rem;margin-bottom:2rem}.seguro-coberturas-list{grid-template-columns:1fr;gap:1rem;margin-bottom:2rem}.seguro-coberturas{margin:2rem 0}.seguro-coberturas-title{font-size:1.7rem;margin-bottom:1rem}.seguro-coberturas-subtitle{font-size:1rem;margin-bottom:1.5rem}.seguro-coberturas-list{grid-template-columns:1fr;gap:1rem}.seguro-beneficios-title{font-size:1.7rem;margin-bottom:1rem}.seguro-beneficios-list{grid-template-columns:1fr;gap:.8rem}.seguro-button{padding:.875rem 2rem;font-size:1rem}}.acordeon{max-width:1000px;margin:3rem auto;padding:0 1rem}.acordeon-item{border:2px solid #e8e8e8;border-radius:16px;margin-bottom:1.25rem;overflow:hidden;background:#fff;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #0000000a}.acordeon-item:hover{border-color:#713be7;box-shadow:0 4px 16px #713be726;transform:translateY(-2px)}.acordeon-item-open{border-color:#713be7;box-shadow:0 6px 24px #713be733}.acordeon-titulo{width:100%;padding:1.75rem 2.5rem;background:#fff;border:none;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-size:1.3rem;font-weight:700;color:#333;transition:all .3s cubic-bezier(.4,0,.2,1);font-family:"Baloo Thambi 2",Arial,Helvetica,sans-serif;position:relative;gap:1.5rem}.acordeon-titulo:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:#713be7;transform:scaleY(0);transition:transform .3s cubic-bezier(.4,0,.2,1);transform-origin:top}.acordeon-titulo:hover{background:linear-gradient(90deg,#faf5ff,#fff);color:#713be7;padding-left:3rem}.acordeon-titulo:hover:before{transform:scaleY(1)}.acordeon-titulo.active{color:#713be7;background:linear-gradient(90deg,#f3ebff,#fff);padding-left:3rem}.acordeon-titulo.active:before{transform:scaleY(1)}.acordeon-titulo-text{flex:1;transition:transform .2s ease;color:#713be7}.acordeon-titulo:hover .acordeon-titulo-text{transform:translate(4px)}.acordeon-icon{transition:transform .4s cubic-bezier(.4,0,.2,1);color:#713be7;flex-shrink:0;filter:drop-shadow(0 2px 4px rgba(113,59,231,.2))}.acordeon-icon.rotated{transform:rotate(180deg)}.acordeon-contenido{max-height:0;overflow:hidden;background:#fff;transition:max-height .4s cubic-bezier(.4,0,.2,1),opacity .25s ease,padding .3s ease;opacity:0;padding:0 2.5rem}.acordeon-contenido-open{opacity:1;padding:0 2.5rem 2rem;transition:max-height .4s cubic-bezier(.4,0,.2,1),opacity .3s ease .1s,padding .3s ease}.acordeon-contenido-inner{padding-top:.5rem;color:#555;font-size:1.15rem;line-height:1.8;font-weight:400}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.acordeon-contenido p{margin:0;color:#555}@media(max-width:768px){.acordeon{margin:2rem auto;padding:0 .5rem}.acordeon-item{border-radius:12px;margin-bottom:1rem}.acordeon-titulo{padding:1.4rem 1.5rem;font-size:1.15rem;gap:1rem}.acordeon-titulo:hover,.acordeon-titulo.active{padding-left:2rem}.acordeon-titulo:before{width:3px}.acordeon-contenido{padding:0 1.5rem}.acordeon-contenido-open{padding:0 1.5rem 1.5rem}.acordeon-contenido-inner{font-size:1rem;line-height:1.7}.acordeon-icon{width:24px;height:24px}}@media(max-width:480px){.acordeon-titulo{padding:1.2rem;font-size:1.05rem}.acordeon-titulo:hover,.acordeon-titulo.active{padding-left:1.5rem}.acordeon-contenido{padding:0 1.2rem}.acordeon-contenido-open{padding:0 1.2rem 1.2rem}}.carrusel{max-width:1000px;margin:2rem auto;position:relative}.carrusel-container{position:relative;display:flex;align-items:center;gap:1rem}.carrusel-button{background:#fff;border:2px solid #713be7;border-radius:50%;width:50px;height:50px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;flex-shrink:0;color:#713be7}.carrusel-button:hover{background:#713be7;color:#fff;transform:scale(1.1)}.carrusel-button svg{width:24px;height:24px}.carrusel-slide{flex:1;background:#f8f8f8;border-radius:15px;padding:2.5rem;text-align:center;min-height:200px;display:flex;flex-direction:column;justify-content:center;border:2px solid #e0e0e0;transition:all .8s ease;animation:fadeIn .8s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.carrusel-slide:hover{border-color:#713be7;box-shadow:0 4px 15px #713be726}.carrusel-titulo{color:#713be7;font-size:1.8rem;font-weight:700;margin:0 0 1rem;line-height:1.3}.carrusel-descripcion{color:#666;font-size:1.1rem;line-height:1.7;margin:0}.carrusel-indicators{display:flex;justify-content:center;gap:.5rem;margin-top:1.5rem}.carrusel-indicator{width:12px;height:12px;border-radius:50%;border:2px solid #713be7;background:transparent;cursor:pointer;transition:all .3s ease;padding:0}.carrusel-indicator:hover{background:#713be74d}.carrusel-indicator.active{background:#713be7}@media(max-width:768px){.carrusel-container{flex-direction:column}.carrusel-button{width:40px;height:40px}.carrusel-slide{padding:2rem 1.5rem;min-height:180px}.carrusel-titulo{font-size:1.5rem}.carrusel-descripcion{font-size:1rem}}
