/* CSS Unificado para la página de Reforma a la Justicia - MJD */

/* =========================================
   WEB PART 1: Imagen Principal y Texto 
   ========================================= */
.wp1-container { font-family: 'Work Sans', sans-serif; max-width: 1200px; margin: 0 auto; padding: 20px; }
.wp1-title { color: #0059b3; text-align: center; font-size: 32px; font-weight: bold; margin-bottom: 20px; text-transform: uppercase; }
.wp1-image { width: 100%; max-width: 1000px; display: block; margin: 0 auto 20px auto; }
.wp1-text { color: #333; line-height: 1.6; text-align: justify; font-size: 16px; margin-bottom: 15px; }

/* =========================================
   WEB PART 2: Sección de Videos 
   ========================================= */
.wp2-container { background-color: #f4f4f4; padding: 40px 20px; font-family: 'Work Sans', sans-serif; }
.wp2-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; max-width: 1200px; margin: 0 auto; }
.wp2-item { flex: 1; min-width: 280px; max-width: 350px; }
.wp2-video-wrapper { position: relative; width: 100%; padding-bottom: 56.25%; background-color: #ccc; margin-bottom: 15px; overflow: hidden; border-radius: 4px; }
.wp2-video-wrapper img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
.wp2-play-btn { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 60px; height: 60px; background-color: rgba(0,0,0,0.5); border-radius: 50%; display: flex; justify-content: center; align-items: center; cursor: pointer; border: 2px solid white; transition: background-color 0.3s; }
.wp2-play-btn:hover { background-color: rgba(0,0,0,0.7); }
.wp2-play-btn::after { content: ''; width: 0; height: 0; border-style: solid; border-width: 12px 0 12px 20px; border-color: transparent transparent transparent white; margin-left: 5px; }
.wp2-item-title { color: #0059b3; font-weight: bold; font-size: 16px; line-height: 1.4; }

/* =========================================
   WEB PART 3: Pestañas (Tabs) y Cards 
   ========================================= */
.wp3-container { font-family: 'Work Sans', sans-serif; max-width: 1000px; margin: 40px auto; padding: 20px; }
.wp3-tabs { display: flex; border-bottom: 1px solid #ddd; margin-bottom: 0; }
.wp3-tab { padding: 15px 30px; font-weight: bold; color: #0059b3; background-color: #e9ecef; cursor: pointer; border-radius: 8px 8px 0 0; margin-right: 5px; border: 1px solid #ddd; border-bottom: none; font-size: 16px; }
.wp3-tab.active { background-color: #fff; border-top: 3px solid #0059b3; margin-bottom: -1px; padding-top: 13px; }
.wp3-content-area { border: 1px solid #ddd; padding: 30px; border-top: none; background-color: #fff; border-radius: 0 8px 8px 8px; }
.wp3-content { display: none; }
.wp3-content.active { display: block; }
.wp3-card { display: flex; border: 1px solid #e0e0e0; border-radius: 12px; margin-bottom: 20px; overflow: hidden; background-color: #fff; }
.wp3-card-img { width: 250px; background-color: #e0e0e0; flex-shrink: 0; }
.wp3-card-body { padding: 30px; flex-grow: 1; }
.wp3-card-title { color: #0059b3; font-weight: bold; font-size: 18px; margin: 0 0 15px 0; }
.wp3-card-divider { border-top: 1px solid #eee; margin: 15px 0; }
.wp3-card-desc { color: #333; font-size: 15px; line-height: 1.5; margin: 0; }

@media (max-width: 768px) {
  .wp3-card { flex-direction: column; }
  .wp3-card-img { width: 100%; height: 200px; }
  .wp3-tab { padding: 10px 15px; font-size: 14px; }
}
