.sidebar {width: 30%;margin-left: auto;padding: 1.5rem 0;}.sidebar h3 {color: #133d70;font-size: 1.5rem;font-weight: bold;text-align: center;margin-bottom: 2rem;}.sidebar .noticias {width: 100%;display: flex;flex-direction: column;gap: 1.5rem;}.noticia-med {width: 100%;display: flex;gap: 1rem;margin-bottom: 1.5rem;}.noticia-med .imagen {width: 120px;min-width: 120px; height: 90px;border-radius: 8px;overflow: hidden;}.noticia-med .imagen img {width: 100%;height: 100%;object-fit: cover;}.noticia-med .contenido {flex: 1;min-width: 0; }.noticia-med .categoria {display: block;color: #133d70;font-size: 0.75rem;font-weight: 600;text-transform: uppercase;margin-bottom: 0.25rem;}.noticia-med .titulo {margin: 0;}.noticia-med .titulo a {color: #333;text-decoration: none;font-size: 0.9rem;line-height: 1.4;display: block;word-wrap: break-word;text-align: left;}.noticia-med .titulo a:hover {color: #133d70;}.noticia-med .fecha {display: block;font-size: 0.8125rem;color: #666;margin-top: 0.5rem;}@media (max-width: 1000px) {.sidebar {width: 90%;margin: 0 auto;padding: 1rem;}.noticia-med {flex-direction: row; }.noticia-med .imagen {width: 100px; height: 80px;}.noticia-med .titulo a {font-size: 0.85rem; }}