@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;500;700&family=Poppins:wght@600;700&display=swap");html{scroll-behavior:smooth}:root{--brand-dark:#0b1d46;--brand-blue:#2563eb;--brand-green:#16a34a;--brand-red:#dc2626;--brand-light:#f9fafb;--foreground:#ffffff}main{flex:1}*,main{padding:0}*{margin:0;box-sizing:border-box}h1,h2,h3,h4,h5,h6{font-family:Poppins,sans-serif;font-weight:600;color:var(--brand-light)}a,div,li,p,span{font-weight:400}a,body,div,li,p,span{font-family:Lato,sans-serif;color:var(--foreground)}body{background-color:var(--brand-dark);line-height:1.6;min-height:100vh;padding-top:80px}body,html{display:flex;flex-direction:column}body,html{height:100%;margin:0;padding:0;max-width:100%;overflow-x:hidden;user-select:none;-webkit-user-select:none;-ms-user-select:none}.vanta-bg{width:100%;min-height:100vh;position:absolute;display:flex;align-items:center;justify-content:center;overflow:hidden;z-index:0}.vanta-bg>.hero-content{position:relative;z-index:1;text-align:center}.vanta-bg>.quienes-somos{position:relative;z-index:1;max-width:1000px;margin:0 auto;padding:4rem 1.5rem;text-align:left}.vanta-bg canvas{position:absolute!important;top:0;left:0}.navbar{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background-color:#0d133d;position:fixed;top:0;left:0;width:100%;z-index:9999}.navbar ul{display:flex;list-style:none;gap:1.5rem}.navbar ul li{position:relative}.navbar ul li a{color:#fff;text-decoration:none;font-weight:500}.navbar ul li a:hover{color:#3b82f6}.navbar ul li ul{display:none;position:absolute;top:100%;right:0;background:#0d133d;border-radius:6px;min-width:200px;box-shadow:0 4px 10px rgba(0,0,0,.5);flex-direction:column;padding:.5rem 0;z-index:999}.navbar ul li:hover ul{display:flex}.navbar ul li ul li a{display:block;padding:.6rem 1rem;color:#fff}.navbar ul li ul li a:hover{background:#1a2159}.hamburger{display:none;flex-direction:column;cursor:pointer;gap:5px}.hamburger span{width:25px;height:3px;background:#fff;border-radius:3px;transition:all .3s ease}@media (max-width:768px){.navbar ul{display:none;flex-direction:column;background:#0d133d;position:absolute;top:60px;right:0;width:200px;padding:1rem;border-radius:0 0 6px 6px}.hamburger,.navbar ul.active{display:flex}}.hero{position:relative;width:100%;height:100vh;overflow:hidden}.hero>div{position:absolute;inset:0}.hero-content{position:relative;z-index:1;text-align:center;color:white;padding:1rem}.hero-content h1{font-size:2.5rem;font-weight:700;margin-bottom:1rem}@media (min-width:768px){.hero-content h1{font-size:3.5rem}}.hero-content p{font-size:1.125rem;margin-bottom:1.5rem}.hero-content a.btn{color:white;border-radius:.5rem;background:#5262a3;box-shadow:6px 6px 12px #46538b,-6px -6px 12px #5e71bb;padding:.7em 1.7em;font-weight:600;text-decoration:none;transition:all .3s}.hero-content a.btn:hover{background-color:#3047a2;box-shadow:inset 4px 4px 12px #46538b,inset -4px -4px 12px #5e71bb}.hero-content img,.hero-logo{max-width:90%;height:auto}.hero-title{font-size:2rem;text-align:center}.hero-subtitle{font-size:1rem;text-align:center}@media (max-width:768px){.hero-title{font-size:1.5rem}.hero-subtitle{font-size:.9rem}}.quienes-somos{max-width:100%;margin:0 auto;padding:20px;top:2rem;line-height:1.7;overflow-x:hidden;box-sizing:border-box;text-align:center}.quienes-somos h1{font-size:2.5rem;text-align:center;margin-bottom:2.5rem}.quienes-somos h2{font-size:1.5rem;margin-top:2rem;margin-bottom:.75rem;color:var(--brand-light)}.quienes-somos p{margin-bottom:1.25rem;color:var(--foreground)}.quienes-somos h2,.quienes-somos p{word-wrap:break-word;overflow-wrap:break-word}.quienes-somos ul{list-style-type:disc;margin-left:1.5rem;margin-bottom:2rem}.quienes-somos li{margin-bottom:.5rem}.quienes-somos .socios-title{font-size:1.8rem;margin-top:3rem;margin-bottom:2rem;text-align:center}.quienes-somos .logo img{display:block;margin:0 auto 2rem;max-width:1000px;width:80%;height:auto}.socios-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.socio-card img{max-width:120px;width:100px;height:100px;object-fit:cover;border-radius:50%;margin:0 auto 1rem;overflow:hidden}.bio-paragraph{margin-bottom:1rem;line-height:1.5;color:#d1d5db;text-align:justify}@media (max-width:1024px){.hero-title{font-size:1.5rem}.hero-subtitle{font-size:.9rem}.socios-grid{grid-template-columns:1fr}.quienes-somos .logo{max-width:4000px;margin-bottom:3rem}}.socio-card{background:#141f4a;border:1px solid #5262a3;border-radius:12px;padding:1.5rem;text-align:center;transition:transform .2s ease,box-shadow .2s ease;flex:1 1 100%;max-width:100%}.socio-card:hover{transform:translateY(-5px);box-shadow:0 4px 12px rgba(0,0,0,.5)}.socio-avatar{width:120px;height:120px;border-radius:50%;object-fit:cover;margin-bottom:1rem;border:3px solid var(--brand-green)}.socio-card h3{font-size:1.25rem;margin-bottom:.5rem;color:var(--brand-light)}.socio-card .rol{font-weight:700;color:var(--brand-green);margin-bottom:1rem}.grid{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.services{padding:4rem 2rem;text-align:center;background:#0b1330}.services h2{font-size:2rem;margin-bottom:2.5rem;color:#ffffff}.service-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;max-width:1100px;margin:0 auto}.service-card{border-radius:5px;background:#141f4a;box-shadow:10px 10px 60px #111a3f,-10px -10px 60px #172455;padding:2rem;text-align:left;transition:transform .3s ease,background .3s ease;height:100%;display:flex;flex-direction:column;justify-content:space-between}.service-card:hover{transform:translateY(-6px);background:#1b2a6d}.service-card h3{color:#4f9cf9;font-size:1.3rem;margin-bottom:1rem}.service-card p{color:#d1d5db;margin-bottom:1.2rem;line-height:1.6;flex-grow:1}.service-card a{align-self:flex-start;color:#ffffff;background:#4f9cf9;padding:.6rem 1.2rem;border-radius:6px;text-decoration:none;font-weight:700;transition:background .3s ease}.service-card a:hover{background:#2563eb}.service-detail{max-width:900px;margin:0 auto;padding:4rem 2rem;line-height:1.8;background:#0b1330;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.4)}.service-detail h1{font-size:2rem;color:#4f9cf9;margin-bottom:1.5rem}.service-detail p{color:#e5e7eb;font-size:1.1rem}.modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.7);display:flex;justify-content:center;align-items:center;z-index:2000}.modal-content{background:#0b1330;padding:2rem;border-radius:16px;max-width:600px;width:90%;color:#fff;box-shadow:0 8px 24px rgba(0,0,0,.5);position:relative;animation:fadeIn .3s ease}.modal-content h2{font-size:1.8rem;margin-bottom:1rem;color:#4f9cf9}.modal-content p{line-height:1.6;color:#e5e7eb}.modal-close{position:absolute;top:12px;right:12px;background:none;border:none;font-size:1.5rem;color:#fff;cursor:pointer}.modal-description{max-height:60vh;overflow-y:auto;padding-right:8px;line-height:1.6}.modal-description::-webkit-scrollbar{width:6px}.modal-description::-webkit-scrollbar-thumb{background:#4b5563;border-radius:9999px}.modal-description::-webkit-scrollbar-thumb:hover{background:#9ca3af}@keyframes fadeIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.btn-service{display:inline-block;color:white;border-radius:.5rem;background:#5262a3;font-weight:700;padding:.7rem 1.7rem;text-decoration:none;border:none;cursor:pointer;transition:background .3s ease,transform .2s ease;margin-top:1rem}.btn-service:hover{background-color:#3047a2;box-shadow:inset 4px 4px 12px #46538b,inset -4px -4px 12px #5e71bb;transform:scale(1.05)}.diferenciales .grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.diferencial-card{background:#141f4a;padding:2rem;border-radius:1rem;box-shadow:0 4px 10px rgba(0,0,0,.3);transition:all .3s ease;text-align:left}.diferencial-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px rgba(0,0,0,.5);background:#1b2b6b}.diferencial-card h3{font-size:1.3rem;font-weight:700;color:#ffffff;margin-bottom:.8rem}.diferencial-card p{font-size:1rem;color:#d1d5db;line-height:1.6}.section{padding:4rem 0;background:#0a0e2a;box-shadow:0 8px 16px rgba(0,0,0,.3)}.section-title{text-align:center;font-size:2rem;font-weight:700;color:#60a5fa;margin-bottom:3rem}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.cta{background:#0b1330;padding:4rem 2rem;text-align:center}.cta h2{font-size:1.8rem;color:#ffffff}.contact-short{width:100%;padding:4rem 2rem;background:#141f4a;text-align:center;box-shadow:inset 0 2px 6px rgba(0,0,0,.4)}.contact-short h3{font-size:2rem;margin-bottom:1rem;color:#4f9cf9}.contact-short p{color:#d1d5db;margin-bottom:2rem;max-width:800px;margin-left:auto;margin-right:auto}.contact-short .buttons{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.contact-short .buttons a{display:inline-block;padding:.8rem 1.6rem;border-radius:6px;font-weight:700;text-decoration:none;color:#fff;transition:transform .2s ease,background .3s ease}.contact-short .buttons a:hover{transform:scale(1.05)}.btn-whatsapp{background:#25d366}.btn-email{background:#4f9cf9}.btn-form{background:#e63946}.footer{background:#0b1330;padding:3rem 2rem 1rem;margin-top:auto;color:#d1d5db}.footer-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.footer h4{margin-bottom:1rem;color:#ffffff}.footer-col ul{list-style:none}.footer-col ul li{margin-bottom:.8rem}.footer-col ul li a{color:#d1d5db;text-decoration:none;transition:color .3s ease}.footer-col ul li a:hover{color:#4f9cf9}.footer-bottom{text-align:center;margin-top:2rem;font-size:.9rem;border-top:1px solid #222;padding-top:1rem}.footer-bottom a{color:#4f9cf9;margin-left:.5rem;text-decoration:none}.footer-bottom a:hover{text-decoration:underline}.legal-page{max-width:900px;margin:0 auto;padding:8rem 2rem 4rem;line-height:1.8;background:#0b1330;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.4)}.legal-page h1{font-size:2rem;color:#4f9cf9;margin-bottom:2rem;text-align:center}.legal-page h2{font-size:1.5rem;margin-top:2rem;margin-bottom:1rem;color:#ffffff}.legal-page li,.legal-page p{color:#e5e7eb;margin-bottom:1rem}@media (max-width:768px){.legal-page{padding:6rem 1.5rem 3rem}}