.predicas-seccion{padding:80px 0;background:#F5F1EB;}.predicas-seccion .container{max-width:1200px;margin:0 auto;padding:0 20px;}.predicas-header{text-align:center;margin-bottom:50px;}.predicas-header .predicas-icono-wrap{width:64px;height:64px;background:linear-gradient(135deg,#2D4A6F,#3D6288);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 18px;box-shadow:0 6px 20px rgba(20,26,34,0.2);}.predicas-header .predicas-icono-wrap i{font-size:1.6rem;color:#A8D8EA;}.predicas-header h2{font-size:2rem;font-weight:800;color:#2D4A6F;margin:0 0 10px;font-family:'Nunito',sans-serif;}.predicas-header p{color:#6e675e;font-size:1rem;max-width:500px;margin:0 auto;font-family:'Nunito',sans-serif;}.predicas-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:40px;}.predica-card{background:#ffffff;border-radius:16px;overflow:hidden;border:1px solid #e2dbd0;cursor:pointer;transition:transform 0.25s ease,box-shadow 0.25s ease;display:flex;flex-direction:column;}.predica-card:hover{transform:translateY(-6px);box-shadow:0 16px 40px rgba(13,58,107,0.15);}.predica-thumb{position:relative;aspect-ratio:16/9;overflow:hidden;background:#2D4A6F;}.predica-thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:transform 0.35s ease;}.predica-card:hover .predica-thumb img{transform:scale(1.04);}.predica-thumb-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#2D4A6F,#3D6288);display:flex;align-items:center;justify-content:center;position:absolute;top:0;left:0;}.predica-thumb-placeholder .predica-play-ico i{font-size:3rem;color:rgba(185,229,251,0.4);}.predica-play-overlay{position:absolute;inset:0;background:rgba(13,58,107,0.45);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity 0.25s ease;}.predica-card:hover .predica-play-overlay{opacity:1;}.predica-play-btn{width:56px;height:56px;border-radius:50%;background:rgba(249,224,118,0.9);display:flex;align-items:center;justify-content:center;transition:transform 0.2s ease;}.predica-card:hover .predica-play-btn{transform:scale(1.1);}.predica-play-btn i{font-size:1.2rem;color:#2D4A6F;margin-left:3px;}.predica-yt-badge{position:absolute;bottom:10px;right:10px;background:rgba(0,0,0,0.65);color:#ffffff;font-size:0.7rem;font-weight:700;padding:3px 8px;border-radius:6px;font-family:'Nunito',sans-serif;letter-spacing:0.3px;}.predica-yt-badge i{color:#ff4444;margin-right:3px;}.predica-body{padding:16px 18px 18px;border-top:3px solid #F9E076;flex:1;display:flex;flex-direction:column;gap:6px;}.predica-body h3{font-size:0.95rem;font-weight:800;color:#2D4A6F;margin:0;line-height:1.4;font-family:'Nunito',sans-serif;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}.predica-body p{font-size:0.82rem;color:#6e675e;margin:0;line-height:1.5;font-family:'Nunito',sans-serif;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;flex:1;}.predica-predicador{font-size:0.82rem;color:#3D6288;font-weight:700;font-family:'Nunito',sans-serif;display:flex;align-items:center;gap:5px;}.predica-predicador i{color:#F9E076;background:#2D4A6F;padding:3px 5px;border-radius:4px;font-size:0.72rem;}font-size:0.78rem;color:#3D6288;font-weight:700;font-family:'Nunito',sans-serif;margin-top:auto;}.predica-fecha i{margin-right:4px;}.predica-loading,.predica-empty{grid-column:1 / -1;text-align:center;padding:40px;color:#6e675e;font-family:'Nunito',sans-serif;font-size:0.95rem;}.predica-loading i{color:#3D6288;margin-right:8px;}.predicas-cta{text-align:center;margin-top:10px;}.predicas-btn-todas{display:inline-flex;align-items:center;gap:10px;background:linear-gradient(135deg,#2D4A6F,#3D6288);color:#A8D8EA;padding:14px 36px;border-radius:50px;font-size:0.95rem;font-weight:800;font-family:'Nunito',sans-serif;text-decoration:none;transition:transform 0.2s ease,box-shadow 0.2s ease;box-shadow:0 6px 20px rgba(20,26,34,0.2);}.predicas-btn-todas:hover{transform:translateY(-3px);box-shadow:0 10px 28px rgba(13,58,107,0.35);color:#F9E076;}.predicas-btn-todas i{font-size:1.1rem;}@media (max-width:900px){.predicas-grid{grid-template-columns:repeat(2,1fr);gap:18px;}}@media (max-width:580px){.predicas-seccion{padding:50px 0;}.predicas-grid{grid-template-columns:1fr;gap:16px;}.predicas-header h2{font-size:1.5rem;}.predicas-btn-todas{width:100%;justify-content:center;padding:14px 20px;}}