.page-noticias.main-content{min-height:100vh;background-color:#fff}.page-noticias .container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.page-noticias .hero-noticias{background-color:var(--primary);color:#fff;padding:4rem 0;text-align:center}.page-noticias .hero-noticias h1{font-size:clamp(2.5rem,6vw,3.5rem);font-weight:800;margin-bottom:1rem}.page-noticias .hero-noticias p{font-size:1.2rem;opacity:.9}.page-noticias .filters-bar{background:#fff;border-bottom:1px solid #e2e8f0;padding:1.5rem 0;position:sticky;top:0;z-index:10}.page-noticias .filters-flex{display:flex;justify-content:space-between;align-items:center;gap:2rem;flex-wrap:wrap}.page-noticias .search-wrapper{position:relative;display:flex;align-items:center}.page-noticias .search-wrapper .search-icon{position:absolute;left:1rem;color:var(--primary);pointer-events:none}.page-noticias .search-input{padding:.6rem 1rem .6rem 2.5rem;border:1px solid #e2e8f0;border-radius:.5rem;width:100%;max-width:300px;min-height:40px;box-sizing:border-box}.page-noticias .search-input:focus{outline:none;border-color:var(--primary)}.page-noticias .categories-wrapper{display:flex;gap:.5rem;flex-wrap:wrap}.page-noticias .btn-cat{padding:.5rem 1rem;border-radius:99px;border:1px solid #e2e8f0;background:transparent;color:#0f172a;-webkit-text-fill-color:#0f172a;cursor:pointer;font-size:.875rem;font-weight:600;transition:all .2s}.page-noticias .btn-cat.active{background:var(--primary);color:#fff;-webkit-text-fill-color:white;border-color:var(--primary)}.page-noticias .featured-news{padding:3rem 0;background-color:#f8fafc}.page-noticias .featured-card{display:grid;grid-template-columns:1fr 1fr;background:#fff;border-radius:1rem;overflow:hidden;border:1px solid #e2e8f0;text-decoration:none;color:inherit;transition:transform .3s ease}.page-noticias .featured-card:hover{box-shadow:0 10px 20px #0000000d}.page-noticias .featured-image{position:relative;min-height:350px}.page-noticias .featured-image img{width:100%;height:100%;object-fit:cover}.page-noticias .badge-destacada{position:absolute;top:1rem;left:1rem;background:var(--secondary);color:#fff;padding:.25rem .75rem;border-radius:99px;font-weight:700;font-size:.75rem}.page-noticias .featured-info{padding:3rem;display:flex;flex-direction:column;justify-content:center}.page-noticias .category-tag{color:var(--primary);font-weight:700;font-size:.875rem;text-transform:uppercase;margin-bottom:1rem}.page-noticias .featured-info h2{font-size:clamp(1.25rem,4.4vw,1.7rem);font-weight:800;margin-bottom:1rem;line-height:1.2}.page-noticias .featured-info p{color:#64748b;line-height:1.6;margin-bottom:2rem}.page-noticias .featured-footer{display:flex;justify-content:space-between;align-items:center}.page-noticias .read-more{font-weight:600;color:var(--primary)}.page-noticias .news-list{padding:4rem 0}.page-noticias .news-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem}.page-noticias .news-card{background:#fff;border-radius:1rem;border:1px solid #e2e8f0;overflow:hidden;text-decoration:none;color:inherit;transition:all .3s ease}.page-noticias .news-card:hover{border-color:var(--primary);box-shadow:0 10px 20px #0000000d}.page-noticias .card-image{position:relative;aspect-ratio:16 / 9}.page-noticias .card-image img{width:100%;height:100%;object-fit:cover}.page-noticias .card-category{position:absolute;top:1rem;left:1rem;background:#ffffffe6;color:var(--primary);padding:.2rem .6rem;border-radius:4px;font-size:.75rem;font-weight:700}.page-noticias .featured-image,.page-noticias .card-image{position:relative}.page-noticias .card-content{padding:1.5rem}.page-noticias .card-content h3{font-size:1.25rem;font-weight:700;margin-bottom:.75rem;line-height:1.4}.page-noticias .card-content p{font-size:.9rem;color:#64748b;margin-bottom:1.5rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.page-noticias .card-date{font-size:.75rem;color:#94a3b8}.page-noticias .pagination{display:flex;justify-content:center;gap:.5rem;margin-top:3rem}.page-noticias .pagination button{padding:.5rem 1rem;border:1px solid #e2e8f0;background:#fff;border-radius:.5rem;cursor:pointer;font-weight:600;transition:all .2s}.page-noticias .pagination button.active{background:var(--primary);color:#fff;border-color:var(--primary)}.page-noticias .section-disclaimer{padding:4rem 0}.page-noticias .disclaimer-content{text-align:center;color:#64748b}.page-noticias .disclaimer-content p{margin:0 0 .5rem;font-size:1.1rem}.page-noticias .disclaimer-content p:last-child{margin-bottom:0}@media(max-width:768px){.page-noticias .featured-card{grid-template-columns:1fr}.page-noticias .featured-image{min-height:250px}.page-noticias .hero-noticias h1{font-size:2.25rem}.page-noticias .filters-flex{flex-direction:column;align-items:stretch}}
