.BlogPost-module__REmMGG__container{background-color:#f5f5f5;min-height:100vh;padding:2rem}.BlogPost-module__REmMGG__main{max-width:1200px;margin:0 auto;padding:0 1rem}.BlogPost-module__REmMGG__article{background:#fff;border-radius:15px;max-width:800px;margin:0 auto;overflow:hidden;box-shadow:0 4px 6px #0000001a}.BlogPost-module__REmMGG__heroImage{width:100%;height:400px;position:relative;overflow:hidden}.BlogPost-module__REmMGG__heroImage img{object-fit:cover;object-position:center;width:100%!important;height:100%!important}.BlogPost-module__REmMGG__meta{color:#666;border-bottom:1px solid #eee;gap:1rem;padding:1.5rem 2rem;font-size:.875rem;display:flex}.BlogPost-module__REmMGG__category{color:var(--primary-color);font-weight:500}.BlogPost-module__REmMGG__article h1{color:var(--primary-color);margin:0;padding:2rem;font-size:max(1.8rem,min(4vw,2.5rem));line-height:1.3}.BlogPost-module__REmMGG__content{padding:0 2rem 2rem}.BlogPost-module__REmMGG__content h2{color:var(--primary-color);margin:2rem 0 1rem;font-size:1.5rem}.BlogPost-module__REmMGG__content p{color:#444;margin-bottom:1.5rem;font-size:1.1rem;line-height:1.8}.BlogPost-module__REmMGG__content ul{margin:0 0 1.5rem;padding:0;list-style:none}.BlogPost-module__REmMGG__content ul li{color:#444;margin-bottom:.8rem;padding-left:1.5rem;line-height:1.6;position:relative}.BlogPost-module__REmMGG__content ul li:before{content:"•";color:var(--primary-color);font-weight:700;position:absolute;left:.5rem}.BlogPost-module__REmMGG__inlineImageContainer{justify-content:center;align-items:center;width:100%;max-width:800px;margin:2rem auto;display:flex}.BlogPost-module__REmMGG__inlineImageContainer img{max-width:100%;height:auto;margin:0 auto}.BlogPost-module__REmMGG__blogImage{object-fit:contain;max-width:100%;margin:0 auto;display:block;height:auto!important}.BlogPost-module__REmMGG__tableContainer{background:#fff;border-radius:8px;width:100%;margin:2rem 0;overflow-x:auto;box-shadow:0 2px 8px #0000001a}.BlogPost-module__REmMGG__table{border-collapse:collapse;width:100%;min-width:600px;font-size:.95rem}.BlogPost-module__REmMGG__table th,.BlogPost-module__REmMGG__table td{text-align:left;vertical-align:top;border-bottom:1px solid #e2e8f0;padding:12px 16px}.BlogPost-module__REmMGG__table th{background-color:var(--primary-color);color:#fff;text-transform:uppercase;letter-spacing:.5px;font-size:.9rem;font-weight:600}.BlogPost-module__REmMGG__table th:first-child{border-top-left-radius:8px}.BlogPost-module__REmMGG__table th:last-child{border-top-right-radius:8px}.BlogPost-module__REmMGG__table tr:hover{background-color:#f8fafc}.BlogPost-module__REmMGG__table tr:last-child td{border-bottom:none}.BlogPost-module__REmMGG__table td{color:#374151;line-height:1.5}.BlogPost-module__REmMGG__caption{color:#6b7280;text-align:left;margin-top:.5rem;font-size:.875rem;font-style:italic}.BlogPost-module__REmMGG__relatedSection{padding:0 2rem 2rem}.BlogPost-module__REmMGG__relatedTitle{color:var(--primary-color);margin:2rem 0 1rem;font-size:1.4rem}.BlogPost-module__REmMGG__relatedGrid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;display:grid}.BlogPost-module__REmMGG__relatedCard{color:inherit;background:#f8f9fa;border:1px solid #eee;border-radius:12px;padding:1rem 1.25rem;text-decoration:none;transition:all .2s}.BlogPost-module__REmMGG__relatedCard:hover{border-color:#0070f359;transform:translateY(-2px);box-shadow:0 10px 20px #00000014}.BlogPost-module__REmMGG__relatedCard h3{color:var(--primary-color);margin:0;font-size:1.05rem}.BlogPost-module__REmMGG__relatedCard p{color:#666;margin:.5rem 0 0;font-size:.95rem;line-height:1.5}.BlogPost-module__REmMGG__relatedImageCard{color:inherit;background:#fff;border:1px solid #f0f0f0;border-radius:16px;flex-direction:column;text-decoration:none;transition:all .3s;display:flex;overflow:hidden;box-shadow:0 5px 20px #00000014}.BlogPost-module__REmMGG__relatedImageCard:hover{transform:translateY(-6px);box-shadow:0 15px 40px #00000026}.BlogPost-module__REmMGG__relatedImageContainer{width:100%;height:160px;position:relative;overflow:hidden}.BlogPost-module__REmMGG__relatedImageContainer img{transition:transform .3s}.BlogPost-module__REmMGG__relatedImageCard:hover .BlogPost-module__REmMGG__relatedImageContainer img{transform:scale(1.05)}.BlogPost-module__REmMGG__relatedContent{flex-direction:column;flex-grow:1;padding:1.25rem;display:flex}.BlogPost-module__REmMGG__relatedContent h3{color:#0070f3;margin:0 0 .5rem;font-size:1rem;font-weight:700}.BlogPost-module__REmMGG__relatedContent p{color:#666;flex-grow:1;margin:0 0 .75rem;font-size:.875rem;line-height:1.5}.BlogPost-module__REmMGG__relatedViewMore{color:#ff6b35;align-items:center;gap:.5rem;font-size:.85rem;font-weight:600;transition:color .3s;display:flex}.BlogPost-module__REmMGG__relatedImageCard:hover .BlogPost-module__REmMGG__relatedViewMore{color:#0070f3}@media (max-width:768px){.BlogPost-module__REmMGG__container{padding:1rem}.BlogPost-module__REmMGG__heroImage{height:300px}.BlogPost-module__REmMGG__article h1{padding:1.5rem;font-size:1.8rem}.BlogPost-module__REmMGG__meta{flex-wrap:wrap;padding:1rem 1.5rem}.BlogPost-module__REmMGG__content,.BlogPost-module__REmMGG__relatedSection{padding:0 1.5rem 1.5rem}.BlogPost-module__REmMGG__tableContainer{box-shadow:none;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;border-radius:0;margin:1.5rem -1.5rem}.BlogPost-module__REmMGG__table{min-width:500px;font-size:.85rem}.BlogPost-module__REmMGG__table th,.BlogPost-module__REmMGG__table td{padding:8px 12px;font-size:.8rem}.BlogPost-module__REmMGG__table th{z-index:10;font-size:.75rem;position:sticky;top:0}.BlogPost-module__REmMGG__tableContainer:after{content:"← Desliza para ver más →";text-align:center;color:#9ca3af;background:#f9fafb;border-top:1px solid #e5e7eb;padding:8px;font-size:.75rem;display:block}}@media (max-width:480px){.BlogPost-module__REmMGG__tableContainer{margin:1rem -1rem}.BlogPost-module__REmMGG__table{min-width:450px;font-size:.8rem}.BlogPost-module__REmMGG__table th,.BlogPost-module__REmMGG__table td{padding:6px 8px;font-size:.75rem}.BlogPost-module__REmMGG__table th{font-size:.7rem}}
