.series_section { margin-bottom: 40px; }
.series_section_title { font-size: 20px; font-weight: 700; color: #042C49; border-bottom: 3px solid #042C49; padding-bottom: 8px; margin-bottom: 20px; }
.serie_card { border-radius: 10px; overflow: hidden; box-shadow: 0 2px 10px rgba(0,0,0,.1); transition: transform .2s, box-shadow .2s; margin-bottom: 20px; background: #fff; }
.serie_card:hover { transform: translateY(-3px); box-shadow: 0 6px 20px rgba(0,0,0,.15); }
.serie_card img { width: 100%; height: 160px; object-fit: cover; }
.serie_card_body { padding: 14px 16px; }
.serie_card_nombre { font-size: 15px; font-weight: 700; color: #042C49; margin-bottom: 5px; }
.serie_card_desc { font-size: 12px; color: #666; margin-bottom: 8px; line-height: 1.4; }
.serie_card_meta { font-size: 11px; color: #aaa; }
.serie_card_btn { display: block; background: #042C49; color: #fff; text-align: center; padding: 8px; border-radius: 0 0 10px 10px; font-size: 13px; text-decoration: none; }
.serie_card_btn:hover { background: #063d6b; color: #fff; text-decoration: none; }
