.noticia-card{background:white;border-radius:10px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.1);transition:transform .2s ease;max-width:100%;cursor:pointer}.noticia-card:hover{transform:scale(1.02)}.noticia-img-wrapper{position:relative}.noticia-img{width:100%;height:auto;display:block}.noticia-img-placeholder{height:200px;background-color:#f3f3f3;display:flex;align-items:center;justify-content:center;color:#d13693;font-weight:700;font-size:1.2rem;position:relative}.noticia-info{padding-bottom:1.2rem}.noticia-fecha{font-size:.85rem;color:#666;margin-bottom:.25rem}.noticia-titulo{font-size:1.1rem;font-weight:700;margin-bottom:.5rem}.noticia-descripcion{font-size:.9rem;color:#333}.noticia-leer-mas{display:inline-block;margin-top:1rem;color:#53107f;font-weight:700;font-size:.9rem;text-decoration:underline;cursor:pointer}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.6);z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem}.modal{background:white;padding:2rem;max-width:900px;width:100%;border-radius:8px;position:relative;max-height:90vh;overflow-y:auto}.modal-cerrar{position:absolute;top:.5rem;right:1rem;background:transparent;border:none;font-size:2rem;cursor:pointer;color:#53107f}.modal-img{display:block;margin:0 auto 1rem;width:100%;max-width:600px;height:auto;border-radius:8px}.modal-texto{font-size:1rem;color:#333;margin-top:1rem}@media (min-width:640px){.noticia-card{max-width:320px}.modal-img{width:60%;margin:0 auto 1rem}}@media (min-width:1024px){.modal{padding:3rem}.modal-img{max-height:400px;object-fit:cover}}.noticias-page{padding:2rem 1rem;max-width:1200px;margin:0 auto;text-align:center}.titulo-noticias{font-size:1.8rem;font-weight:700;color:#53107F;margin-bottom:.25rem;font-family:Arial,sans-serif}.subtitulo-noticias{font-size:1rem;color:#666;margin-bottom:2rem}.noticias-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2rem;gap:2rem;justify-items:center}@media (max-width:768px){.titulo-noticias{font-size:1.5rem}.subtitulo-noticias{font-size:.95rem;margin-bottom:1.5rem}.noticias-grid{grid-template-columns:1fr;gap:1.5rem}.noticias-page{padding:1.5rem 1rem}}