.talleres-container{max-width:1600px;margin:0 auto;padding:1rem 2rem;font-family:Arial,sans-serif;color:#333}.talleres-titulo{text-align:center;font-size:2rem;font-weight:700;color:#53107F;margin-bottom:2rem}.talleres-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(290px,1fr));grid-gap:2rem;gap:2rem}.taller-card{background:white;border-radius:10px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.1);transition:transform .2s ease;cursor:pointer}.taller-card:hover{transform:scale(1.02)}.taller-imagen{width:100%;height:500px;object-fit:cover;display:block}.taller-imagen-placeholder{width:100%;height:200px;background:#f3f3f3;display:flex;justify-content:center;align-items:center;color:#d13693;font-weight:700;font-size:1.2rem}.taller-info{padding:1rem}.taller-info h2{font-size:1.1rem;font-weight:700;color:#53107F;margin-bottom:.5rem}.taller-fecha-hora{font-size:.9rem;color:#666;margin-bottom:.3rem}.taller-facilitador{font-size:.9rem;font-weight:700;color:#444;margin-bottom:.5rem}details summary{cursor:pointer;font-size:.9rem;color:#53107F;font-weight:700;margin-top:1rem}details[open] summary{margin-bottom:.5rem}.taller-descripcion{font-size:.95rem;color:#444;margin-top:.5rem;line-height:1.4}@media (max-width:480px){.talleres-container{padding:1rem}.taller-info h2{font-size:1rem}.taller-descripcion,.taller-facilitador,.taller-fecha-hora{font-size:.85rem}}