.site-header{position:fixed}.hero-home{min-height:96dvh;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-home>img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#000000b3,#0006);z-index:1}.hero-container{position:relative;z-index:2;max-width:800px;padding:5rem 2rem;text-align:center}.hero-badge{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem .85rem;border-radius:999px;background:#ffffff26;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);font-size:.8rem;font-weight:500;color:#fff;margin-bottom:1.5rem}.hero-badge svg{color:#24db67}.hero-home h1{font-size:3rem;font-weight:800;color:#fff;line-height:1.1;margin-bottom:1.25rem;letter-spacing:-.02em}.hero-home .gradient-text{background:linear-gradient(135deg,#3396ff,#33daff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-home p{font-size:1.1rem;color:#ffffffd9;max-width:550px;margin:0 auto 1.75rem;line-height:1.6}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-primary{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1.5rem;background:#007bff;color:#fff;font-weight:600;font-size:.9rem;border-radius:50px;text-decoration:none;transition:all .3s ease}.btn-primary:hover{background:#0056b3;color:#fff;transform:translateY(-2px);box-shadow:0 8px 24px #007bff66}.btn-secondary{display:inline-flex;align-items:center;padding:.5rem 1.5rem;background:#ffffff1a;backdrop-filter:blur(10px);color:#fff;font-weight:600;font-size:.9rem;border:1px solid rgba(255,255,255,.3);border-radius:50px;text-decoration:none;transition:all .3s ease}.btn-secondary:hover{background:#ffffff40;border-color:#fff9;color:#fff}.scroll-down-btn{position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%);display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#ffffff1a;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);color:#fff;cursor:pointer;transition:all .3s ease;animation:bounce 2s infinite;z-index:10}.scroll-down-btn:hover{background:#fff3;border-color:#fff6;transform:translate(-50%) scale(1.1);animation:none}@keyframes bounce{0%,20%,50%,80%,to{transform:translate(-50%) translateY(0)}40%{transform:translate(-50%) translateY(-10px)}60%{transform:translate(-50%) translateY(-5px)}}html{scroll-behavior:smooth}.stats-section{padding:2.5rem 0;background:linear-gradient(135deg,#0a325c,#082545)}.stats-section .container{max-width:1200px;margin:0 auto;padding:0 2rem}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.stat-item{text-align:center;padding:1rem}.stat-number{font-size:2.25rem;font-weight:800;color:#fff;line-height:1;margin-bottom:.35rem}.stat-label{font-size:.875rem;color:#ffffffb3;font-weight:500}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.section-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:2rem;gap:1.5rem}.header-text h2{font-size:1.75rem;font-weight:700;color:#19191a;margin-bottom:.35rem}.header-text p{font-size:.95rem;color:#727279;margin:0}.see-all-link{display:inline-flex;align-items:center;gap:.5rem;color:#007bff;font-weight:600;text-decoration:none;white-space:nowrap;transition:all .2s ease}.see-all-link:hover{gap:.75rem;color:#0063cc}.posts-section{padding:3.5rem 0;background:#f4f4f6}.careers-section{padding:3.5rem 0;background:#fff}.instructivos-section{padding:3.5rem 0;background:#f4f4f6}@media(max-width:768px){.hero-home h1{font-size:2.25rem}.hero-home p{font-size:1rem}.hero-buttons{flex-direction:column;align-items:center}.stats-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}.stat-number{font-size:1.85rem}.section-header{flex-direction:column;align-items:flex-start;gap:1rem}}@media(max-width:480px){.hero-home{min-height:100vh}.header-text h2{font-size:1.3rem}.header-text p{font-size:.8rem}.hero-container{padding:2rem 1.5rem}.hero-home h1{font-size:1.85rem}.stats-grid{grid-template-columns:1fr}}.posts-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.post-card{background:#fff;border-radius:16px;overflow:hidden;text-decoration:none;transition:all .3s ease;border:1px solid hsl(240,11%,92%)}.post-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0000001a}.post-image{aspect-ratio:16/10;overflow:hidden}.post-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.post-card:hover .post-image img{transform:scale(1.05)}.post-content{padding:1.25rem}.post-date{font-size:.7rem;color:#007bff;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.post-content h3{font-size:1rem;font-weight:700;color:#252527;margin:.4rem 0;line-height:1.4}.post-content p{font-size:.85rem;color:#6f6f76;line-height:1.5;margin:0;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media(max-width:768px){.posts-grid{grid-template-columns:1fr}}.careers-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.career-card{background:#f9f9fa;border-radius:18px;padding:1.5rem;text-decoration:none;transition:all .3s ease;border:1px solid hsl(240,11%,92%);display:flex;flex-direction:column}.career-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #00000014;border-color:#007bff33}.career-badge{display:inline-block;padding:.3rem .7rem;background:#e0efff;color:#006fe6;font-size:.65rem;font-weight:700;border-radius:6px;text-transform:uppercase;letter-spacing:.3px;width:fit-content;margin-bottom:.75rem}.career-card h3{font-size:1.1rem;font-weight:700;color:#252527;margin-bottom:.5rem;line-height:1.3}.career-card>p{font-size:.85rem;color:#6f6f76;line-height:1.5;margin:0 0 1rem;flex:1;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.career-meta{display:flex;flex-wrap:wrap;gap:.85rem;margin-bottom:1rem}.meta-item{display:flex;align-items:center;gap:.35rem;font-size:.75rem;color:#7c7c83}.meta-item svg{color:#007bff}.career-action{display:flex;align-items:center;gap:.5rem;font-size:.85rem;font-weight:600;color:#007bff;margin-top:auto}.career-card:hover .career-action{gap:.75rem}.career-action svg{transition:transform .2s ease}.career-card:hover .career-action svg{transform:translate(4px)}@media(max-width:768px){.careers-grid{grid-template-columns:1fr}}.cta-section{padding:3.5rem 0;background:#fff}.cta-card{position:relative;background:linear-gradient(135deg,#0a325c,#082545);border-radius:24px;padding:3rem 2.5rem;overflow:hidden}.cta-decorative{position:absolute;top:-100px;right:-100px;width:300px;height:300px;background:#004a99;border-radius:50%;opacity:.15;filter:blur(80px);pointer-events:none}.cta-content{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:2.5rem}.cta-text h2{font-size:1.85rem;font-weight:800;color:#fff;margin-bottom:.75rem;line-height:1.2}.cta-text p{font-size:1rem;color:#fffc;line-height:1.6;margin:0}.cta-buttons{display:flex;gap:1rem;flex-shrink:0}.btn-whatsapp{display:inline-flex;align-items:center;gap:.65rem;padding:.75rem 1.5rem;background:#20c55d;color:#fff;font-weight:600;font-size:.9rem;border-radius:50px;text-decoration:none;transition:all .3s ease}.btn-whatsapp:hover{background:#1ba74e;transform:translateY(-2px);box-shadow:0 8px 24px #20c55d4d;color:#fff}.btn-outline{display:inline-flex;align-items:center;padding:.75rem 1.5rem;background:transparent;color:#fff;font-weight:600;font-size:.9rem;border:1px solid rgba(255,255,255,.3);border-radius:50px;text-decoration:none;transition:all .3s ease}.btn-outline:hover{background:#ffffff1a;border-color:#fff9;color:#fff}.instructivos-card{background:linear-gradient(135deg,#ebf4ff,#e5effa);border-radius:20px;padding:2.5rem;border:1px solid hsl(211,100%,88%);display:flex;align-items:center;justify-content:space-between;gap:2rem}.instructivos-content{display:flex;align-items:center;gap:1.5rem;flex:1}.instructivos-icon{width:64px;height:64px;background:#fff;border-radius:16px;display:flex;align-items:center;justify-content:center;color:#007bff;flex-shrink:0}.instructivos-text h3{font-size:1.35rem;font-weight:700;color:#252527;margin-bottom:.5rem}.instructivos-text p{font-size:.95rem;color:#636369;line-height:1.6;margin:0}.instructivos-btn{display:inline-flex;align-items:center;gap:.65rem;padding:.75rem 1.75rem;background:#fff;color:#007bff;font-weight:600;font-size:.9rem;border-radius:50px;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 12px #0000000d;flex-shrink:0}.instructivos-btn:hover{background:#007bff;color:#fff;transform:translateY(-2px);box-shadow:0 8px 20px #0000001f}@media(max-width:768px){.cta-card{padding:2rem}.cta-content{flex-direction:column;align-items:flex-start;gap:1.5rem}.cta-text h2{font-size:1.2rem}.cta-text p{font-size:.8rem}.cta-buttons{flex-direction:column;width:100%}.btn-whatsapp,.btn-outline{width:100%;justify-content:center}.btn-whatsapp,.btn-outline,.btn-contact{font-size:.8rem}.instructivos-card{flex-direction:column;padding:2rem}.instructivos-content{flex-direction:column;text-align:center}.instructivos-icon{width:56px;height:56px}.instructivos-text h3{font-size:1.2rem}.instructivos-text p{font-size:.8rem}.instructivos-btn{width:100%;justify-content:center;font-size:.8rem}}
