html,body{margin:0;padding:0}.blog-module__Ifg-YG__container{flex-direction:column;min-height:100vh;display:flex}.blog-module__Ifg-YG__header{-webkit-backdrop-filter:blur(12px);z-index:1000;background:rgba(15,42,68,.85);border-bottom:1px solid rgba(255,255,255,.1);justify-content:space-between;align-items:center;padding:1rem 5%;transition:all .3s;display:flex;position:-webkit-sticky;position:sticky;top:0}.blog-module__Ifg-YG__header h1{color:#f8fafc;letter-spacing:-.5px;margin:0;font-size:2rem;font-weight:700}.blog-module__Ifg-YG__header p{color:#cbd5e1;font-size:1.2rem;font-weight:500;text-decoration:none;transition:color .2s,transform .2s}.blog-module__Ifg-YG__search{border:none;border-radius:10px;outline:none;width:40%;padding:.5rem 1rem}.blog-module__Ifg-YG__main{background:linear-gradient(rgba(119,174,247,.494),#f8f9fa);flex:1;max-width:100%;margin:0 auto;padding:0 1.5rem 3rem}.blog-module__Ifg-YG__mainSlug{background-color:#fff;max-width:100%}.blog-module__Ifg-YG__articleSlug{flex:1;max-width:80%;margin:0 auto;padding:0 1.5rem 3rem}.blog-module__Ifg-YG__grid{grid-template-columns:repeat(3,1fr);gap:1.8rem;max-width:90%;margin:20px auto;display:grid}.blog-module__Ifg-YG__card{background:linear-gradient(rgba(119,174,247,.494),#f8f9fa);border-radius:16px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.18)}.blog-module__Ifg-YG__card:hover{background:#f8f9fa;border-color:#38bdf8;box-shadow:0 10px 25px rgba(0,0,0,.05)}.blog-module__Ifg-YG__image{object-fit:contain;border-radius:5px;width:100%;height:180px;margin-top:10px}.blog-module__Ifg-YG__content{flex-direction:column;flex:1;padding:1.2rem 1.3rem 1.5rem;display:flex}.blog-module__Ifg-YG__content h2{color:#555;text-align:center;margin-bottom:.4rem;font-size:1.15rem}.blog-module__Ifg-YG__meta{text-align:center;color:#6b7280;margin-bottom:.6rem;font-size:.8rem}.blog-module__Ifg-YG__excerpt{text-align:left;word-break:break-all;overflow-wrap:break-word;color:#555;margin:1rem 0;font-size:.95rem;line-height:1.4}.blog-module__Ifg-YG__actions{flex-wrap:wrap;gap:.6rem;margin-top:auto;display:flex}.blog-module__Ifg-YG__actions button{color:#fff;cursor:pointer;background-color:#5ccdfd;border:none;border-radius:6px;padding:.45rem .75rem;font-size:.8rem}.blog-module__Ifg-YG__actions button:hover{transition:all .2s;transform:scale(1.05)}.blog-module__Ifg-YG__readMore{color:#00f;margin-left:auto;font-size:.85rem;font-weight:600}.blog-module__Ifg-YG__footer{-webkit-backdrop-filter:blur(12px);color:#fff;opacity:.8;background:#0f2a44;border-top:3px double #5d91d6}.blog-module__Ifg-YG__blog-footer-columns{text-align:center;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:3rem;max-width:980px;margin:auto;display:grid}.blog-module__Ifg-YG__blog-footer-col h3{text-align:center;color:#fff;margin-bottom:1rem;font-size:1.5rem}.blog-module__Ifg-YG__blog-footer-col ul{text-align:center;list-style:none}.blog-module__Ifg-YG__blog-footer-col a{color:#fff;text-align:center;font-size:1.1rem}.blog-module__Ifg-YG__blog-footer-col p{color:#fff;font-size:1.1rem}.blog-module__Ifg-YG__blog-footer-bottom{text-align:center;opacity:.8;color:#fff;margin-top:2rem;margin-bottom:0;padding:5px;font-size:1rem}.blog-module__Ifg-YG__contact-social{z-index:900;flex-direction:column;gap:12px;display:flex;position:fixed;top:50%;right:10px;transform:translateY(-50%)}.blog-module__Ifg-YG__contact-social a{align-items:center;gap:10px;text-decoration:none;transition:transform .2s;display:flex}.blog-module__Ifg-YG__contact-social .blog-module__Ifg-YG__icon-circle{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:42px;min-width:42px;height:42px;font-size:20px;display:flex}.blog-module__Ifg-YG__whatsapp-float{color:#fff;z-index:9999;background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:30px;display:flex;position:fixed;bottom:16px;right:16px}.blog-module__Ifg-YG__icon-circle.blog-module__Ifg-YG__whatsapp{justify-content:center;align-items:center;display:flex}.blog-module__Ifg-YG__icon-circle.blog-module__Ifg-YG__whatsapp svg{display:block}.blog-module__Ifg-YG__whatsapp-float{animation:1.5s infinite blog-module__Ifg-YG__pulse}@keyframes blog-module__Ifg-YG__pulse{0%{transform:scale(1);box-shadow:0 0 rgba(37,211,102,.7)}70%{transform:scale(1.08);box-shadow:0 0 0 18px rgba(37,211,102,0)}to{transform:scale(1);box-shadow:0 0 rgba(37,211,102,0)}}.blog-module__Ifg-YG__contact-social .blog-module__Ifg-YG__instagram{background:#e1306c}.blog-module__Ifg-YG__contact-social .blog-module__Ifg-YG__facebook{background:#1877f2}.blog-module__Ifg-YG__contact-social .blog-module__Ifg-YG__tiktok{background:#000}.blog-module__Ifg-YG__contact-social .blog-module__Ifg-YG__linkedin{background:#0077b5}.blog-module__Ifg-YG__contact-social .blog-module__Ifg-YG__whatsapp{background:#25d366}@media (max-width:1024px){.blog-module__Ifg-YG__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;max-width:95%}.blog-module__Ifg-YG__articleSlug{max-width:90%}.blog-module__Ifg-YG__header h1{font-size:1.6rem}}@media (max-width:768px){.blog-module__Ifg-YG__header{text-align:center;flex-direction:column;gap:1rem;padding:1rem}.blog-module__Ifg-YG__header h1{font-size:1.4rem}.blog-module__Ifg-YG__header p{display:none}.blog-module__Ifg-YG__search{width:90%}.blog-module__Ifg-YG__grid{grid-template-columns:1fr;max-width:100%;padding:0 10px}.blog-module__Ifg-YG__card{border-radius:12px}.blog-module__Ifg-YG__image{height:200px}.blog-module__Ifg-YG__articleSlug{max-width:100%;padding:0 1rem 2rem}.blog-module__Ifg-YG__blog-footer-columns{grid-template-columns:1fr;gap:2rem;padding:2rem 1rem}.blog-module__Ifg-YG__contact-social{display:none}.blog-module__Ifg-YG__contact-social .blog-module__Ifg-YG__icon-circle{width:35px;min-width:35px;height:35px;font-size:16px}.blog-module__Ifg-YG__whatsapp-float{width:45px;height:45px;bottom:10px;right:10px}}@media (max-width:480px){.blog-module__Ifg-YG__header h1{font-size:1.2rem}.blog-module__Ifg-YG__header p{display:none}.blog-module__Ifg-YG__content h2{font-size:1.05rem}.blog-module__Ifg-YG__excerpt{font-size:.9rem;line-height:1.3}.blog-module__Ifg-YG__actions button{justify-content:center;width:100%;padding:.6rem}.blog-module__Ifg-YG__readMore{margin:10px auto 0}}
