<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Fusion Core 7</title>
	<atom:link href="https://fc7.es/feed/" rel="self" type="application/rss+xml" />
	<link>https://fc7.es</link>
	<description></description>
	<lastBuildDate>Sun, 23 Nov 2025 07:00:59 +0000</lastBuildDate>
	<language>es</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://fc7.es/wp-content/uploads/2025/08/cropped-cropped-image-150x150.png</url>
	<title>Fusion Core 7</title>
	<link>https://fc7.es</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Brindis con los amigos del pool.</title>
		<link>https://fc7.es/2025/11/23/1525/</link>
					<comments>https://fc7.es/2025/11/23/1525/#respond</comments>
		
		<dc:creator><![CDATA[jesusperez]]></dc:creator>
		<pubDate>Sun, 23 Nov 2025 05:37:00 +0000</pubDate>
				<category><![CDATA[Info]]></category>
		<guid isPermaLink="false">https://fc7.es/?p=1525</guid>

					<description><![CDATA[Brindis con los amigos del pool &#8211; Fusion Core 7 🥂 Brindis con los amigos del pool 🥂 Celebración – 22 noviembre 2025 Organiza: Fusion Core 7 Ver Galería de Imágenes Celebrando la amistad y el buen billar Un momento para compartir risas, historias y buenos momentos alrededor de la mesa de billar GALERÍA DE [&#8230;]]]></description>
										<content:encoded><![CDATA[
<!DOCTYPE html>
<html lang="es">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Brindis con los amigos del pool &#8211; Fusion Core 7</title>
    <style>
        /* Estilos generales */
        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            margin: 0;
            padding: 0;
            background-color: #f5f5f5;
            color: #333;
            line-height: 1.6;
        }
        
        .liga-container {
            max-width: 1000px;
            margin: 0 auto;
            padding: 20px;
        }
        
        /* Header */
        .header {
            background: linear-gradient(135deg, #2c3e50, #4a6491);
            color: white;
            padding: 40px 20px;
            text-align: center;
            border-radius: 10px;
            margin-bottom: 30px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
        }
        
        .header h1 {
            margin: 0;
            font-size: 2.8em;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
        }
        
        .header h2 {
            margin: 10px 0 0;
            font-weight: 400;
            font-size: 1.5em;
        }
        
        .header p {
            margin: 20px 0 0;
            font-size: 1.2em;
        }
        
        /* Botones */
        .btn {
            display: inline-block;
            background: #e74c3c;
            color: white;
            padding: 12px 25px;
            margin: 10px 5px;
            border-radius: 30px;
            text-decoration: none;
            font-weight: bold;
            transition: all 0.3s ease;
            box-shadow: 0 4px 6px rgba(0,0,0,0.1);
        }
        
        .btn:hover {
            background: #c0392b;
            transform: translateY(-2px);
            box-shadow: 0 6px 8px rgba(0,0,0,0.15);
        }
        
        /* Sección destacada */
        .destacado {
            background: white;
            padding: 20px;
            border-radius: 10px;
            box-shadow: 0 0 10px rgba(0,0,0,0.1);
            margin-bottom: 30px;
            text-align: center;
        }
        
        .destacado h3 {
            margin-top: 0;
            color: #d35400;
            font-size: 1.5em;
        }
        
        /* Sección galería */
        .galeria {
            padding: 30px;
            background: white;
            border-radius: 10px;
            box-shadow: 0 0 10px rgba(0,0,0,0.1);
            margin: 30px 0;
        }
        
        .section-title {
            text-align: center;
            color: #2c3e50;
            margin-bottom: 25px;
            font-size: 1.8em;
            position: relative;
            padding-bottom: 10px;
        }
        
        .section-title:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 3px;
            background: #e74c3c;
        }
        
        /* Grid de galería */
        .galeria-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
            gap: 20px;
            margin-top: 20px;
        }
        
        .galeria-item {
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
            transition: transform 0.3s ease;
            cursor: pointer;
        }
        
        .galeria-item:hover {
            transform: translateY(-5px);
        }
        
        .galeria-item img {
            width: 100%;
            height: 200px;
            object-fit: cover;
            display: block;
        }
        
        .galeria-caption {
            padding: 15px;
            background: white;
            text-align: center;
        }
        
        .multimedia-btn {
            display: inline-block;
            background: #3498db;
            color: white;
            padding: 12px 25px;
            margin: 10px 5px;
            border-radius: 30px;
            text-decoration: none;
            font-weight: bold;
            transition: all 0.3s ease;
            box-shadow: 0 4px 6px rgba(0,0,0,0.1);
        }
        
        .multimedia-btn:hover {
            background: #2980b9;
            transform: translateY(-2px);
            box-shadow: 0 6px 8px rgba(0,0,0,0.15);
        }
        
        /* Sección bases */
        .bases {
            padding: 30px;
            background: white;
            border-radius: 10px;
            box-shadow: 0 0 10px rgba(0,0,0,0.1);
            margin: 30px 0;
        }
        
        /* Modal para imagen ampliada */
        .modal {
            display: none;
            position: fixed;
            z-index: 1000;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0,0,0,0.9);
            animation: fadeIn 0.3s;
        }
        
        @keyframes fadeIn {
            from { opacity: 0; }
            to { opacity: 1; }
        }
        
        .modal-content {
            margin: auto;
            display: block;
            max-width: 90%;
            max-height: 90%;
            margin-top: 2%;
            border-radius: 8px;
            box-shadow: 0 4px 20px rgba(0,0,0,0.5);
        }
        
        .modal-caption {
            text-align: center;
            color: #fff;
            padding: 15px;
            font-size: 1.2em;
        }
        
        .close {
            position: absolute;
            top: 20px;
            right: 35px;
            color: #fff;
            font-size: 40px;
            font-weight: bold;
            cursor: pointer;
            transition: 0.3s;
        }
        
        .close:hover {
            color: #e74c3c;
        }
        
        .nav-btn {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(255,255,255,0.2);
            color: white;
            border: none;
            font-size: 24px;
            padding: 15px;
            cursor: pointer;
            border-radius: 50%;
            width: 50px;
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
        }
        
        .nav-btn:hover {
            background: rgba(255,255,255,0.4);
        }
        
        .prev {
            left: 20px;
        }
        
        .next {
            right: 20px;
        }
        
        /* Responsive */
        @media (max-width: 768px) {
            .header h1 {
                font-size: 2em;
            }
            
            .galeria-grid {
                grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
            }
            
            .modal-content {
                max-width: 95%;
                max-height: 80%;
            }
            
            .nav-btn {
                width: 40px;
                height: 40px;
                font-size: 18px;
            }
            
            .prev {
                left: 10px;
            }
            
            .next {
                right: 10px;
            }
            
            .close {
                top: 10px;
                right: 20px;
                font-size: 30px;
            }
        }
    </style>
</head>
<body>
    <div class="liga-container">
        <div class="header">
            <h1>🥂 Brindis con los amigos del pool 🥂</h1>
            <h2>Celebración – 22 noviembre 2025</h2>
            <p style="margin-top:20px; font-size:1.2em;">Organiza: Fusion Core 7</p>
            <div style="margin-top:30px;">
                <a href="#galeria" class="btn">Ver Galería de Imágenes</a><br>
                
            </div>
        </div>
        
        <div class="destacado">
            <h3 style="margin-top:0; color:#d35400; text-align: center;">Celebrando la amistad y el buen billar</h3>
            <p>Un momento para compartir risas, historias y buenos momentos alrededor de la mesa de billar</p>
        </div>
        
        <section id="galeria" class="galeria">
            <h2 class="section-title">GALERÍA DE IMÁGENES</h2>
            <p style="text-align:center; max-width:800px; margin:0 auto 20px;">
                Revive los mejores momentos del brindis con los amigos del pool. Haz clic en cualquier imagen para verla ampliada.
            </p>
            
            <div class="galeria-grid">
                <div class="galeria-item" onclick="openModal(0)">
                    <img decoding="async" src="https://fc7.es/wp-content/uploads/2025/11/WhatsApp-Image-2025-11-23-at-06.15.17-3.jpeg" alt="Celebración con amigos alrededor de la mesa de billar">
                    <div class="galeria-caption">Celebración con amigos</div>
                </div>
                <div class="galeria-item" onclick="openModal(1)">
                    <img decoding="async" src="https://fc7.es/wp-content/uploads/2025/11/WhatsApp-Image-2025-11-23-at-06.15.17-4.jpeg" alt="Momento especial del brindis">
                    <div class="galeria-caption">Momento especial del brindis</div>
                </div>
                <div class="galeria-item" onclick="openModal(2)">
                    <img decoding="async" src="https://fc7.es/wp-content/uploads/2025/11/WhatsApp-Image-2025-11-23-at-06.15.16.jpeg" alt="Ambiente festivo en el bar">
                    <div class="galeria-caption">Ambiente festivo en el bar</div>
                </div>
                <div class="galeria-item" onclick="openModal(3)">
                    <img decoding="async" src="https://fc7.es/wp-content/uploads/2025/11/WhatsApp-Image-2025-11-23-at-06.15.17.jpeg" alt="Risas y buen ambiente">
                    <div class="galeria-caption">Risas y buen ambiente</div>
                </div>
                <div class="galeria-item" onclick="openModal(4)">
                    <img decoding="async" src="https://fc7.es/wp-content/uploads/2025/11/WhatsApp-Image-2025-11-23-at-06.15.15.jpeg" alt="Grupo de amigos disfrutando">
                    <div class="galeria-caption">Grupo de amigos disfrutando</div>
                </div>
                <div class="galeria-item" onclick="openModal(5)">
                    <img decoding="async" src="https://fc7.es/wp-content/uploads/2025/11/WhatsApp-Image-2025-11-23-at-06.15.17-4.jpeg" alt="Detalles de la celebración">
                    <div class="galeria-caption">Detalles de la celebración</div>
                </div>
            </div>
            
            <div style="text-align:center; margin-top:30px;">
                <a href="https://fc7.es/galeria-brindis" class="multimedia-btn">📸 Ver Galería Completa</a><br>
                
                <a href="https://fc7.es/galeria-partidos" class="btn">Nuestra Comunidad</a>
            </div>
        </section>
        
        <section id="bases" class="bases">
            <h2 class="section-title">PRÓXIMO EVENTO</h2>
            <p style="max-width:800px; margin:20px auto; text-align:center; font-size:1.1em;">
                No te pierdas nuestro próximo encuentro: «Torneo de Navidad» el 15 de diciembre. Un evento especial con ambiente festivo, sorpresas y por supuesto, mucho billar.
            </p>
            <div style="text-align:center; margin-top:25px;">
                <a href="https://fc7.es/torneo-navidad#" class="btn">Más Información</a>
            </div>
        </section>
    </div>

    <!-- Modal para imagen ampliada -->
    <div id="imageModal" class="modal">
        <span class="close" onclick="closeModal()">&times;</span>
        <button class="nav-btn prev" onclick="changeImage(-1)">&#10094;</button>
        <button class="nav-btn next" onclick="changeImage(1)">&#10095;</button>
        <img class="modal-content" id="modalImage">
        <div class="modal-caption" id="modalCaption"></div>
    </div>

    <script>
        // Array con información de las imágenes usando tus URLs
        const galleryImages = [
            {
                src: "https://fc7.es/wp-content/uploads/2025/11/WhatsApp-Image-2025-11-23-at-06.15.17-3.jpeg",
                alt: "Celebración con amigos alrededor de la mesa de billar",
                caption: "Celebración con amigos alrededor de la mesa de billar"
            },
            {
                src: "https://fc7.es/wp-content/uploads/2025/11/WhatsApp-Image-2025-11-23-at-06.15.17-4.jpeg",
                alt: "Momento especial del brindis",
                caption: "Momento especial del brindis"
            },
            {
                src: "https://fc7.es/wp-content/uploads/2025/11/WhatsApp-Image-2025-11-23-at-06.15.16.jpeg",
                alt: "Ambiente festivo en el bar",
                caption: "Ambiente festivo en el bar"
            },
            {
                src: "https://fc7.es/wp-content/uploads/2025/11/WhatsApp-Image-2025-11-23-at-06.15.17.jpeg",
                alt: "Risas y buen ambiente",
                caption: "Risas y buen ambiente"
            },
            {
                src: "https://fc7.es/wp-content/uploads/2025/11/WhatsApp-Image-2025-11-23-at-06.15.15.jpeg",
                alt: "Grupo de amigos disfrutando",
                caption: "Grupo de amigos disfrutando"
            },
            {
                src: "https://fc7.es/wp-content/uploads/2025/11/WhatsApp-Image-2025-11-23-at-06.15.17-4.jpeg",
                alt: "Detalles de la celebración",
                caption: "Detalles de la celebración"
            }
        ];

        let currentImageIndex = 0;

        // Función para abrir el modal con la imagen seleccionada
        function openModal(index) {
            currentImageIndex = index;
            const modal = document.getElementById("imageModal");
            const modalImg = document.getElementById("modalImage");
            const captionText = document.getElementById("modalCaption");
            
            modal.style.display = "block";
            modalImg.src = galleryImages[currentImageIndex].src;
            modalImg.alt = galleryImages[currentImageIndex].alt;
            captionText.innerHTML = galleryImages[currentImageIndex].caption;
            
            // Prevenir el scroll del body cuando el modal está abierto
            document.body.style.overflow = "hidden";
        }

        // Función para cerrar el modal
        function closeModal() {
            document.getElementById("imageModal").style.display = "none";
            document.body.style.overflow = "auto";
        }

        // Función para cambiar de imagen en el modal
        function changeImage(direction) {
            currentImageIndex += direction;
            
            // Circular navigation
            if (currentImageIndex >= galleryImages.length) {
                currentImageIndex = 0;
            } else if (currentImageIndex < 0) {
                currentImageIndex = galleryImages.length - 1;
            }
            
            const modalImg = document.getElementById("modalImage");
            const captionText = document.getElementById("modalCaption");
            
            modalImg.src = galleryImages[currentImageIndex].src;
            modalImg.alt = galleryImages[currentImageIndex].alt;
            captionText.innerHTML = galleryImages[currentImageIndex].caption;
        }

        // Cerrar modal al hacer clic fuera de la imagen
        document.getElementById("imageModal").addEventListener("click", function(event) {
            if (event.target === this) {
                closeModal();
            }
        });

        // Navegación con teclado
        document.addEventListener("keydown", function(event) {
            const modal = document.getElementById("imageModal");
            if (modal.style.display === "block") {
                if (event.key === "Escape") {
                    closeModal();
                } else if (event.key === "ArrowLeft") {
                    changeImage(-1);
                } else if (event.key === "ArrowRight") {
                    changeImage(1);
                }
            }
        });
    </script>
</body>
</html>



<p></p>
]]></content:encoded>
					
					<wfw:commentRss>https://fc7.es/2025/11/23/1525/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Final de liga &#8211; 21 noviembre 2025</title>
		<link>https://fc7.es/2025/11/22/final-de-liga-21-noviembre-2025/</link>
					<comments>https://fc7.es/2025/11/22/final-de-liga-21-noviembre-2025/#respond</comments>
		
		<dc:creator><![CDATA[jesusperez]]></dc:creator>
		<pubDate>Sat, 22 Nov 2025 07:47:05 +0000</pubDate>
				<category><![CDATA[Partidos por fecha]]></category>
		<category><![CDATA[Landing]]></category>
		<category><![CDATA[Partidos]]></category>
		<category><![CDATA[Resultados]]></category>
		<guid isPermaLink="false">https://fc7.es/2025/11/22/enfrentamientos-y-resultados-21-noviembre-2025/</guid>

					<description><![CDATA[🎱 LA GRAN FINAL🎱 Jornada – 21 noviembre 2025 Organiza: Fusion Core 7 Ver Enfrentamientos y Resultados Consultar Bases Liga Billar Bola 8 &#8211; Bar Gerardo ENFRENTAMIENTOS DE LA JORNADA Juan Jose 0–5 Jesús 19:30h 🎬 Ver Galería Completa Ver Más Resultados Clasificación Calendario BASES Consultar Bases Completas]]></description>
										<content:encoded><![CDATA[<style>
    .liga-container { max-width:1000px; margin:0 auto; padding:20px; color:#333; line-height:1.6; }
    .header { text-align:center; padding:40px; background:#43953d; color:#fff; border-radius:10px; margin-bottom:30px; }
    .enfrentamientos { background:#f8f9fa; padding:30px; border-radius:10px; margin-bottom:30px; }
    .section-title { text-align:center; color:#43953d; margin-bottom:25px; padding-bottom:10px; border-bottom:2px solid #f5c542; }
    .partido { display:flex; justify-content:space-between; align-items:center; background:#fff; padding:12px 14px; margin:10px 0; border-radius:10px; box-shadow:0 1px 4px rgba(0,0,0,.08); }
    .jugador { flex:1; text-align:center; font-weight:600; min-width:0; }
    .jugador-wrap { display:inline-flex; align-items:center; gap:10px; line-height:1.1; }
    .jugador-nombre { font-size:0.98rem; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; max-width:240px; }
    .avatar { width:36px; height:36px; flex:0 0 36px; border-radius:50%; overflow:hidden; display:inline-flex; align-items:center; justify-content:center; }
    .avatar img { width:100%; height:100%; object-fit:cover; display:block; }
    .avatar--iniciales { background:#43953d; color:#fff; font-weight:700; font-size:13px; }
    .vs { padding:0 10px; font-weight:700; color:#43953d; font-size:1.05rem; }
    .marcador { padding:6px 10px; border-radius:10px; background:#eaf6ea; color:#2e7d32; font-weight:800; font-size:1.0rem; min-width:54px; text-align:center; }
    .marcador--local { }
    .marcador--visit { }
    .hora { background:#43953d; color:#fff; padding:6px 12px; border-radius:18px; font-weight:700; font-size:0.95rem; }
    .destacado { background:#fff9e6; padding:15px; border-left:4px solid #f5c542; margin:20px 0; border-radius:4px; }
    .btn { display:inline-block; padding:12px 25px; background:#f5c542; color:#000; text-decoration:none; font-weight:bold; border-radius:8px; margin:10px 5px; transition:all .3s ease; }
    .btn:hover { background:#e0b235; transform:translateY(-2px); }
    .info-boxes { display:flex; justify-content:center; gap:30px; flex-wrap:wrap; margin:30px 0; }
    .info-box { flex:1; min-width:200px; background:#fff; padding:20px; border-radius:10px; box-shadow:0 0 10px rgba(0,0,0,0.1); text-align:center; }</p>
<p>    /* Nuevos estilos para multimedia */
    .multimedia-link { 
        display: inline-flex; 
        align-items: center; 
        gap: 5px; 
        padding: 4px 8px; 
        background: #e3f2fd; 
        color: #1976d2; 
        text-decoration: none; 
        border-radius: 12px; 
        font-size: 0.8rem; 
        font-weight: 600; 
        margin-left: 8px; 
        transition: all 0.2s ease; 
    }
    .multimedia-link:hover { 
        background: #bbdefb; 
        transform: translateY(-1px); 
    }
    .partido-multimedia { 
        margin-top: 8px; 
        display: flex; 
        justify-content: center; 
        gap: 10px; 
        flex-wrap: wrap; 
    }
    .partido-info-row { 
        display: flex; 
        align-items: center; 
        justify-content: space-between; 
        width: 100%; 
    }
    .partido-main-info { 
        display: flex; 
        align-items: center; 
        gap: 15px; 
        flex: 1; 
    }</p>
<p>    /* Contadores visuales llamativos */
    .multimedia-stats { 
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        color: white;
        padding: 25px;
        border-radius: 15px;
        margin: 30px 0;
        text-align: center;
        box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    }
    .multimedia-stats h3 {
        color: white;
        margin-bottom: 20px;
        font-size: 1.4rem;
        text-shadow: 0 2px 4px rgba(0,0,0,0.3);
    }
    .stats-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 20px;
        margin-top: 15px;
    }
    .stat-item {
        background: rgba(255,255,255,0.15);
        padding: 20px;
        border-radius: 12px;
        backdrop-filter: blur(10px);
        border: 1px solid rgba(255,255,255,0.2);
        transition: transform 0.3s ease;
    }
    .stat-item:hover {
        transform: translateY(-5px);
        background: rgba(255,255,255,0.25);
    }
    .stat-icon {
        font-size: 2.5rem;
        margin-bottom: 10px;
        display: block;
    }
    .stat-number {
        font-size: 2rem;
        font-weight: 800;
        display: block;
        text-shadow: 0 2px 4px rgba(0,0,0,0.3);
    }
    .stat-label {
        font-size: 0.9rem;
        opacity: 0.9;
        margin-top: 5px;
        display: block;
    }
    .multimedia-cta {
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid rgba(255,255,255,0.3);
    }
    .multimedia-btn {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background: #f5c542;
        color: #000;
        padding: 12px 24px;
        border-radius: 25px;
        text-decoration: none;
        font-weight: 700;
        transition: all 0.3s ease;
        box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    }
    .multimedia-btn:hover {
        background: #e0b235;
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(0,0,0,0.3);
        color: #000;
    }</p>
<p>    @media (max-width:768px){ 
        .partido{flex-direction:column; text-align:center;} 
        .vs{margin:8px 0;} 
        .jugador-nombre{max-width:70vw;} 
        .partido-info-row { flex-direction: column; gap: 8px; }
        .partido-main-info { justify-content: center; }
        .stats-grid {
            grid-template-columns: 1fr;
            gap: 15px;
        }
        .stat-item {
            padding: 15px;
        }
    }
</style>
<div class="liga-container">
<div class="header">
<h1>🎱 LA GRAN FINAL🎱</h1>
<h2>Jornada – 21 noviembre 2025</h2>
<p style="margin-top:20px; font-size:1.2em;">Organiza: Fusion Core 7</p>
<div style="margin-top:30px;">
            <a href="#enfrentamientos" class="btn">Ver Enfrentamientos y Resultados</a><br />
            <a href="#bases" class="btn">Consultar Bases</a>
        </div>
</p></div>
<div class="destacado">
<h3 style="margin-top:0; color:#d35400; text-align: center;">Liga Billar Bola 8 &#8211; Bar Gerardo</h3>
</p></div>
<section id="enfrentamientos" class="enfrentamientos">
<h2 class="section-title">ENFRENTAMIENTOS DE LA JORNADA</h2>
<div class="partido">
<div class="partido-info-row">
<div class="partido-main-info">
<div class="jugador">
<div class="jugador-wrap">
                                <span class="avatar" aria-hidden="true"><img decoding="async" src="https://fc7.es/wp-content/uploads/2025/09/avatar2-150x150.png" alt="Juan Jose"></span>                                <span class="jugador-nombre">Juan Jose</span>
                            </div>
</p></div>
<div class="marcador">0–5</div>
<div class="jugador">
<div class="jugador-wrap">
                                <span class="avatar" aria-hidden="true"><img decoding="async" src="https://fc7.es/wp-content/uploads/2025/08/avatar5-150x150.png" alt="Jesús"></span>                                <span class="jugador-nombre">Jesús</span>
                            </div>
</p></div>
<div class="hora">19:30h</div>
</p></div>
</p></div>
</p></div>
<p>            <!-- SECCIÓN DE CONTADORES VISUALES LLAMATIVOS --></p>
<div style="text-align:center; margin-top:30px;">
                <a href="https://fc7.es/galeria-partido" class="multimedia-btn">🎬 Ver Galería Completa</a><br />
                <a href="https://fc7.es/partidos" class="btn">Ver Más Resultados</a><br />
                <a href="https://fc7.es/clasificacion" class="btn">Clasificación</a><br />
                <a href="https://fc7.es/calendario" class="btn">Calendario</a>
            </div>
</section>
<section id="bases" style="padding:30px; background:white; border-radius:10px; box-shadow:0 0 10px rgba(0,0,0,0.1); margin:30px 0;">
<h2 class="section-title">BASES</h2>
<p style="max-width:800px; margin:20px auto; text-align:center; font-size:1.1em;">
<div style="text-align:center; margin-top:25px;">
            <a href="https://fc7.es/bases-liga" class="btn">Consultar Bases Completas</a>
        </div>
</section>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://fc7.es/2025/11/22/final-de-liga-21-noviembre-2025/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>GRAN FINAL : Juan Jose vs Jesús – hoy viernes 21 noviembre 2025</title>
		<link>https://fc7.es/2025/11/21/enfrentamientos-de-hoy-21-noviembre-2025-2/</link>
					<comments>https://fc7.es/2025/11/21/enfrentamientos-de-hoy-21-noviembre-2025-2/#respond</comments>
		
		<dc:creator><![CDATA[jesusperez]]></dc:creator>
		<pubDate>Fri, 21 Nov 2025 14:40:32 +0000</pubDate>
				<category><![CDATA[Partidos de hoy]]></category>
		<category><![CDATA[Landing]]></category>
		<guid isPermaLink="false">https://fc7.es/2025/11/21/enfrentamientos-de-hoy-21-noviembre-2025-2/</guid>

					<description><![CDATA[Final de la Liga &#8211; Bar Gerardo 🎱 ¡LA GRAN FINAL! 🎱 Se acaba la liga Organiza: Bar Gerardo – Fusion Core 7 Ver Enfrentamientos de Hoy Consultar Bases EL ÚLTIMO ENFRENTAMIENTO DE LA LIGA &#8211; HOY Juan Jose VS Jesús 19:30h Ver Calendario Completo Modalidad Se juega a 5 PARTIDAS GANADAS Bola 8 &#8211; [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p><style>
    body { color:#333; line-height:1.6; }<br />
    .liga-container { max-width:1000px; margin:0 auto; padding:20px; }<br />
    .header { text-align:center; padding:40px; background:#43953d; color:#fff; border-radius:10px; margin-bottom:30px; }<br />
    .enfrentamientos { background:#f8f9fa; padding:30px; border-radius:10px; margin-bottom:30px; }<br />
    .partido { display:flex; justify-content:space-between; align-items:center; background:#fff; padding:15px; margin:15px 0; border-radius:8px; box-shadow:0 2px 5px rgba(0,0,0,0.1); }<br />
    .jugador { flex:1; text-align:center; font-weight:bold; }<br />
    .jugador-wrap { display:inline-flex; align-items:center; gap:12px; justify-content:center; }<br />
    .jugador-nombre { display:inline-block; }<br />
    .vs { padding:0 20px; font-weight:bold; color:#43953d; }<br />
    .hora { background:#43953d; color:#fff; padding:8px 15px; border-radius:20px; font-weight:bold; }<br />
    .avatar { width:44px; height:44px; border-radius:50%; background:#eaeaea; display:inline-flex; align-items:center; justify-content:center; font-weight:700; font-size:14px; }<br />
    .avatar img { width:100%; height:100%; border-radius:50%; object-fit:cover; display:block; }<br />
    .avatar--iniciales { background:#43953d; color:#fff; }<br />
    .info-boxes { display:flex; justify-content:center; gap:30px; flex-wrap:wrap; margin:30px 0; }<br />
    .info-box { flex:1; min-width:200px; background:#fff; padding:20px; border-radius:10px; box-shadow:0 0 10px rgba(0,0,0,0.1); text-align:center; }<br />
    .btn { display:inline-block; padding:12px 25px; background:#f5c542; color:#000; text-decoration:none; font-weight:bold; border-radius:8px; margin:10px 5px; transition:all .3s ease; }<br />
    .btn:hover { background:#e0b235; transform:translateY(-2px); }<br />
    .section-title { text-align:center; color:#43953d; margin-bottom:25px; padding-bottom:10px; border-bottom:2px solid #f5c542; }<br />
    .destacado { background:#fff9e6; padding:15px; border-left:4px solid #f5c542; margin:20px 0; border-radius:4px; }<br />
    @media (max-width:768px){ .partido{flex-direction:column; text-align:center;} .vs{margin:10px 0;} }</p>
<p>      .avatar{width:36px;height:36px;flex:0 0 36px;border-radius:50%;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;background:#eaeaea}<br />
      .avatar img{width:100%;height:100%;object-fit:cover;display:block}<br />
      .avatar--iniciales{background:#43953d;color:#fff;font-weight:700;font-size:13px}<br />
        </style></p>



<!DOCTYPE html>
<html lang="es">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Final de la Liga &#8211; Bar Gerardo</title>
    <style>
        /* Variables y reset */
        :root {
            --primary: #2c3e50;
            --secondary: #e74c3c;
            --accent: #f39c12;
            --light: #f8f9fa;
            --dark: #2c3e50;
            --success: #27ae60;
            --shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            --transition: all 0.3s ease;
        }
        
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }
        
        body {
            background: white;
            color: #333;
            line-height: 1.6;
        }
        
        /* Contenedor principal */
        .liga-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
        }
        
        /* Encabezado */
        .header {
            background: white;
            color: var(--primary);
            padding: 40px 30px;
            border-radius: 15px;
            text-align: center;
            margin-bottom: 30px;
            box-shadow: var(--shadow);
            position: relative;
            overflow: hidden;
            border: 1px solid #eaeaea;
        }
        
        .header::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 5px;
            background: linear-gradient(90deg, var(--accent), var(--secondary));
        }
        
        .header h1 {
            font-size: 2.5rem;
            margin-bottom: 10px;
            color: var(--primary);
        }
        
        .header h2 {
            font-size: 1.8rem;
            font-weight: 300;
            margin-bottom: 20px;
            color: var(--dark);
        }
        
        .header p {
            font-size: 1.2rem;
            margin: 20px 0;
            opacity: 0.9;
        }
        
        /* Botones */
        .btn {
            display: inline-block;
            background: var(--accent);
            color: white;
            padding: 12px 25px;
            border-radius: 50px;
            text-decoration: none;
            font-weight: 600;
            margin: 8px;
            transition: var(--transition);
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            border: none;
            cursor: pointer;
        }
        
        .btn:hover {
            background: var(--secondary);
            transform: translateY(-3px);
            box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
        }
        
        .btn-secondary {
            background: transparent;
            border: 2px solid var(--primary);
            color: var(--primary);
        }
        
        .btn-secondary:hover {
            background: var(--primary);
            color: white;
        }
        
        /* Sección destacada */
        .destacado {
            background: #fff9e6;
            border-left: 5px solid var(--accent);
            padding: 20px 25px;
            border-radius: 8px;
            margin-bottom: 30px;
            box-shadow: var(--shadow);
        }
        
        .destacado h3 {
            color: var(--accent);
            margin-bottom: 10px;
            font-size: 1.4rem;
        }
        
        /* Sección enfrentamientos */
        .enfrentamientos {
            background: white;
            padding: 30px;
            border-radius: 15px;
            margin-bottom: 30px;
            box-shadow: var(--shadow);
            border: 1px solid #eaeaea;
        }
        
        .section-title {
            text-align: center;
            color: var(--primary);
            margin-bottom: 30px;
            font-size: 1.8rem;
            position: relative;
            padding-bottom: 15px;
        }
        
        .section-title::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 100px;
            height: 3px;
            background: var(--accent);
        }
        
        .partido {
            display: flex;
            align-items: center;
            justify-content: space-between;
            background: #f8f9fa;
            padding: 25px;
            border-radius: 12px;
            margin: 20px 0;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
            transition: var(--transition);
        }
        
        .partido:hover {
            transform: translateY(-5px);
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
        }
        
        .jugador {
            flex: 1;
            text-align: center;
        }
        
        .jugador-wrap {
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        
        .avatar {
            display: inline-block;
            width: 80px;
            height: 80px;
            border-radius: 50%;
            overflow: hidden;
            margin-bottom: 10px;
            border: 3px solid var(--accent);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }
        
        .avatar img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .jugador-nombre {
            font-weight: 600;
            font-size: 1.2rem;
            color: var(--dark);
        }
        
        .vs {
            font-weight: bold;
            font-size: 1.5rem;
            color: var(--secondary);
            margin: 0 20px;
            padding: 10px 15px;
            background: white;
            border-radius: 50%;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        }
        
        .hora {
            background: var(--primary);
            color: white;
            padding: 10px 20px;
            border-radius: 50px;
            font-weight: bold;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        }
        
        /* Cajas de información */
        .info-boxes {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 20px;
            margin-bottom: 30px;
        }
        
        .info-box {
            background: white;
            padding: 25px;
            border-radius: 12px;
            text-align: center;
            box-shadow: var(--shadow);
            transition: var(--transition);
            border: 1px solid #eaeaea;
        }
        
        .info-box:hover {
            transform: translateY(-5px);
        }
        
        .info-box h3 {
            color: var(--primary);
            margin-bottom: 15px;
            font-size: 1.3rem;
            position: relative;
            padding-bottom: 10px;
        }
        
        .info-box h3::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 40px;
            height: 2px;
            background: var(--accent);
        }
        
        .info-box p {
            margin-bottom: 10px;
        }
        
        /* Sección bases */
        .bases {
            background: white;
            padding: 40px;
            border-radius: 15px;
            box-shadow: var(--shadow);
            margin: 30px 0;
            text-align: center;
            border: 1px solid #eaeaea;
        }
        
        /* Sección asistencia */
        .asistencia {
            background: white;
            color: var(--primary);
            padding: 40px;
            border-radius: 15px;
            text-align: center;
            box-shadow: var(--shadow);
            border: 1px solid #eaeaea;
        }
        
        .asistencia h2 {
            margin-bottom: 15px;
            font-size: 1.8rem;
        }
        
        /* Responsive */
        @media (max-width: 768px) {
            .header h1 {
                font-size: 2rem;
            }
            
            .header h2 {
                font-size: 1.5rem;
            }
            
            .partido {
                flex-direction: column;
                text-align: center;
            }
            
            .vs {
                margin: 15px 0;
                transform: rotate(90deg);
            }
            
            .hora {
                margin-top: 15px;
            }
            
            .info-boxes {
                grid-template-columns: 1fr;
            }
        }
    </style>
</head>
<body>
    <div class="liga-container">
        <div class="header">
            <h1>🎱 ¡LA GRAN FINAL! 🎱</h1>
            <h2>Se acaba la liga</h2>
            <p>Organiza: Bar Gerardo – Fusion Core 7</p>
            <div style="margin-top: 30px;">
                <a class="btn" href="#enfrentamientos">Ver Enfrentamientos de Hoy</a>
                <a class="btn btn-secondary" href="#bases">Consultar Bases</a>
            </div>
        </div>
        
      
        
        <section id="enfrentamientos" class="enfrentamientos">
            <h2 class="section-title">EL ÚLTIMO ENFRENTAMIENTO DE LA LIGA &#8211; HOY</h2>
            <div class="partido">
                <div class="jugador">
                    <div class="jugador-wrap">
                        <span class="avatar" aria-hidden="true">
                            <img decoding="async" src="https://fc7.es/wp-content/uploads/2025/09/avatar2-150x150.png" alt="Juan Jose">
                        </span>
                        <span class="jugador-nombre">Juan Jose</span>
                    </div>
                </div>
                <div class="vs">VS</div>
                <div class="jugador">
                    <div class="jugador-wrap">
                        <span class="avatar" aria-hidden="true">
                            <img decoding="async" src="https://fc7.es/wp-content/uploads/2025/08/avatar5-150x150.png" alt="Jesús">
                        </span>
                        <span class="jugador-nombre">Jesús</span>
                    </div>
                </div>
                <div class="hora">19:30h</div>
            </div>
            <div style="text-align: center; margin-top: 30px;">
                <a class="btn" href="https://fc7.es/partidos">Ver Calendario Completo</a>
            </div>
        </section>
        
        <div class="info-boxes">
           
            <div class="info-box">
                <h3>Modalidad</h3>
                <p>Se juega <strong>a 5 PARTIDAS GANADAS</strong></p>
                <p><strong>Bola 8 &#8211; anunciada</strong></p>
            </div>
            
        </div>
        
        <section id="bases" class="bases">
            <h2 class="section-title">BASES DE LA LIGA POOL 8</h2>
            <div style="text-align: center; margin-top: 25px;">
                <a class="btn" href="https://fc7.es/bases#">Consultar Bases Completas</a>
            </div>
        </section>
        
        <section class="asistencia">
            <h2>¿No puedes asistir?</h2>
            <p>Sigue la clasificación y los resultados en nuestra web</p>
            <div style="margin-top: 25px;">
                <a class="btn btn-secondary" href="https://fc7.es/jugadores">Ver Resultados</a>
                <a class="btn btn-secondary" href="https://fc7.es/tabla-posiciones">Clasificación</a>
            </div>
        </section>
    </div>
</body>
</html>



<p></p>
]]></content:encoded>
					
					<wfw:commentRss>https://fc7.es/2025/11/21/enfrentamientos-de-hoy-21-noviembre-2025-2/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Partido de hoy: Juan Jose vs Jesús</title>
		<link>https://fc7.es/2025/11/21/partido-de-hoy-juan-jose-vs-jesus/</link>
					<comments>https://fc7.es/2025/11/21/partido-de-hoy-juan-jose-vs-jesus/#respond</comments>
		
		<dc:creator><![CDATA[jesusperez]]></dc:creator>
		<pubDate>Fri, 21 Nov 2025 14:35:31 +0000</pubDate>
				<category><![CDATA[Partidos de hoy]]></category>
		<category><![CDATA[Jornada 18]]></category>
		<guid isPermaLink="false">https://fc7.es/2025/11/21/partido-de-hoy-juan-jose-vs-jesus/</guid>

					<description><![CDATA[Hoy se disputa el partido entre Juan Jose y Jesús. Jornada: 18Fecha: 21 noviembre 2025 Ver ficha del partido]]></description>
										<content:encoded><![CDATA[<p>Hoy se disputa el partido entre <strong>Juan Jose</strong> y <strong>Jesús</strong>.</p>
<p><strong>Jornada:</strong> 18<br /><strong>Fecha:</strong> 21 noviembre 2025</p>
<p><a href="https://fc7.es/partido/juan-jose-diaz-vs-jesus-perez/">Ver ficha del partido</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://fc7.es/2025/11/21/partido-de-hoy-juan-jose-vs-jesus/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Partido de hoy: Pepe Brito vs Rogelio (21:15)</title>
		<link>https://fc7.es/2025/11/06/partido-de-hoy-pepe-brito-vs-rogelio-2115/</link>
					<comments>https://fc7.es/2025/11/06/partido-de-hoy-pepe-brito-vs-rogelio-2115/#respond</comments>
		
		<dc:creator><![CDATA[]]></dc:creator>
		<pubDate>Thu, 06 Nov 2025 07:06:02 +0000</pubDate>
				<category><![CDATA[Partidos de hoy]]></category>
		<category><![CDATA[Jornada 16]]></category>
		<category><![CDATA[Ronda Vuelta]]></category>
		<guid isPermaLink="false">https://fc7.es/2025/11/06/partido-de-hoy-pepe-brito-vs-rogelio-2115/</guid>

					<description><![CDATA[Hoy se disputa el partido entre Pepe Brito y Rogelio. Hora: 21:15Jornada: 16Ronda: VueltaFecha: 6 noviembre 2025 Ver ficha del partido]]></description>
										<content:encoded><![CDATA[<p>Hoy se disputa el partido entre <strong>Pepe Brito</strong> y <strong>Rogelio</strong>.</p>
<p><strong>Hora:</strong> 21:15<br /><strong>Jornada:</strong> 16<br /><strong>Ronda:</strong> Vuelta<br /><strong>Fecha:</strong> 6 noviembre 2025</p>
<p><a href="https://fc7.es/partido/pepe-brito-vs-rogelio-reyes-jornada-14-ida/">Ver ficha del partido</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://fc7.es/2025/11/06/partido-de-hoy-pepe-brito-vs-rogelio-2115/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Partido de hoy: Rogelio vs Julio (20:00)</title>
		<link>https://fc7.es/2025/11/06/partido-de-hoy-rogelio-vs-julio-2000/</link>
					<comments>https://fc7.es/2025/11/06/partido-de-hoy-rogelio-vs-julio-2000/#respond</comments>
		
		<dc:creator><![CDATA[]]></dc:creator>
		<pubDate>Thu, 06 Nov 2025 07:06:02 +0000</pubDate>
				<category><![CDATA[Partidos de hoy]]></category>
		<category><![CDATA[Jornada 17]]></category>
		<category><![CDATA[Ronda Vuelta]]></category>
		<guid isPermaLink="false">https://fc7.es/2025/11/06/partido-de-hoy-rogelio-vs-julio-2000/</guid>

					<description><![CDATA[Hoy se disputa el partido entre Rogelio y Julio. Hora: 20:00Jornada: 17Ronda: VueltaFecha: 6 noviembre 2025 Ver ficha del partido]]></description>
										<content:encoded><![CDATA[<p>Hoy se disputa el partido entre <strong>Rogelio</strong> y <strong>Julio</strong>.</p>
<p><strong>Hora:</strong> 20:00<br /><strong>Jornada:</strong> 17<br /><strong>Ronda:</strong> Vuelta<br /><strong>Fecha:</strong> 6 noviembre 2025</p>
<p><a href="https://fc7.es/partido/rogelio-reyes-vs-julio-garcia-sanchez-jornada-23-ida/">Ver ficha del partido</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://fc7.es/2025/11/06/partido-de-hoy-rogelio-vs-julio-2000/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Partido de hoy: Pepe Brito vs Juan Simon (20:30)</title>
		<link>https://fc7.es/2025/11/04/partido-de-hoy-pepe-brito-vs-juan-simon-2030/</link>
					<comments>https://fc7.es/2025/11/04/partido-de-hoy-pepe-brito-vs-juan-simon-2030/#respond</comments>
		
		<dc:creator><![CDATA[]]></dc:creator>
		<pubDate>Tue, 04 Nov 2025 07:05:04 +0000</pubDate>
				<category><![CDATA[Partidos de hoy]]></category>
		<category><![CDATA[Jornada 18]]></category>
		<category><![CDATA[Ronda Vuelta]]></category>
		<guid isPermaLink="false">https://fc7.es/2025/11/04/partido-de-hoy-pepe-brito-vs-juan-simon-2030/</guid>

					<description><![CDATA[Hoy se disputa el partido entre Pepe Brito y Juan Simon. Hora: 20:30Jornada: 18Ronda: VueltaFecha: 4 noviembre 2025 Ver ficha del partido]]></description>
										<content:encoded><![CDATA[<p>Hoy se disputa el partido entre <strong>Pepe Brito</strong> y <strong>Juan Simon</strong>.</p>
<p><strong>Hora:</strong> 20:30<br /><strong>Jornada:</strong> 18<br /><strong>Ronda:</strong> Vuelta<br /><strong>Fecha:</strong> 4 noviembre 2025</p>
<p><a href="https://fc7.es/partido/pepe-brito-vs-juan-simon-jornada-8-ida/">Ver ficha del partido</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://fc7.es/2025/11/04/partido-de-hoy-pepe-brito-vs-juan-simon-2030/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Partido de hoy: Chano vs Cristian (20:00)</title>
		<link>https://fc7.es/2025/11/04/partido-de-hoy-chano-vs-cristian-2000/</link>
					<comments>https://fc7.es/2025/11/04/partido-de-hoy-chano-vs-cristian-2000/#respond</comments>
		
		<dc:creator><![CDATA[]]></dc:creator>
		<pubDate>Tue, 04 Nov 2025 07:05:04 +0000</pubDate>
				<category><![CDATA[Partidos de hoy]]></category>
		<category><![CDATA[Jornada 18]]></category>
		<category><![CDATA[Ronda Vuelta]]></category>
		<guid isPermaLink="false">https://fc7.es/2025/11/04/partido-de-hoy-chano-vs-cristian-2000/</guid>

					<description><![CDATA[Hoy se disputa el partido entre Chano y Cristian. Hora: 20:00Jornada: 18Ronda: VueltaFecha: 4 noviembre 2025 Ver ficha del partido]]></description>
										<content:encoded><![CDATA[<p>Hoy se disputa el partido entre <strong>Chano</strong> y <strong>Cristian</strong>.</p>
<p><strong>Hora:</strong> 20:00<br /><strong>Jornada:</strong> 18<br /><strong>Ronda:</strong> Vuelta<br /><strong>Fecha:</strong> 4 noviembre 2025</p>
<p><a href="https://fc7.es/partido/chano-delgado-oliva-vs-cristian-santana-jornada-15-ida/">Ver ficha del partido</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://fc7.es/2025/11/04/partido-de-hoy-chano-vs-cristian-2000/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Enfrentamientos y resultados – 30 octubre 2025</title>
		<link>https://fc7.es/2025/10/31/enfrentamientos-y-resultados-30-octubre-2025-2/</link>
					<comments>https://fc7.es/2025/10/31/enfrentamientos-y-resultados-30-octubre-2025-2/#respond</comments>
		
		<dc:creator><![CDATA[jesusperez]]></dc:creator>
		<pubDate>Fri, 31 Oct 2025 19:34:50 +0000</pubDate>
				<category><![CDATA[Partidos por fecha]]></category>
		<category><![CDATA[Landing]]></category>
		<category><![CDATA[Partidos]]></category>
		<category><![CDATA[Resultados]]></category>
		<guid isPermaLink="false">https://fc7.es/2025/10/31/enfrentamientos-y-resultados-30-octubre-2025-2/</guid>

					<description><![CDATA[🎱 ENFRENTAMIENTOS Y RESULTADOS 🎱 Jornada – 30 octubre 2025 Organiza: Fusion Core 7 Ver Enfrentamientos y Resultados Consultar Bases Liga Billar Bola 8 &#8211; Bar Gerardo ENFRENTAMIENTOS DE LA JORNADA Julio 1–2 Juan Jose 21:00h 🎥 1 Pepe Brito 2–0 Pitera 21:25h 🎥 1 🎬 Contenido Multimedia Disponible 📊 2 Partidos con contenido 📷 [&#8230;]]]></description>
										<content:encoded><![CDATA[<style>
    .liga-container { max-width:1000px; margin:0 auto; padding:20px; color:#333; line-height:1.6; }
    .header { text-align:center; padding:40px; background:#43953d; color:#fff; border-radius:10px; margin-bottom:30px; }
    .enfrentamientos { background:#f8f9fa; padding:30px; border-radius:10px; margin-bottom:30px; }
    .section-title { text-align:center; color:#43953d; margin-bottom:25px; padding-bottom:10px; border-bottom:2px solid #f5c542; }
    .partido { display:flex; justify-content:space-between; align-items:center; background:#fff; padding:12px 14px; margin:10px 0; border-radius:10px; box-shadow:0 1px 4px rgba(0,0,0,.08); }
    .jugador { flex:1; text-align:center; font-weight:600; min-width:0; }
    .jugador-wrap { display:inline-flex; align-items:center; gap:10px; line-height:1.1; }
    .jugador-nombre { font-size:0.98rem; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; max-width:240px; }
    .avatar { width:36px; height:36px; flex:0 0 36px; border-radius:50%; overflow:hidden; display:inline-flex; align-items:center; justify-content:center; }
    .avatar img { width:100%; height:100%; object-fit:cover; display:block; }
    .avatar--iniciales { background:#43953d; color:#fff; font-weight:700; font-size:13px; }
    .vs { padding:0 10px; font-weight:700; color:#43953d; font-size:1.05rem; }
    .marcador { padding:6px 10px; border-radius:10px; background:#eaf6ea; color:#2e7d32; font-weight:800; font-size:1.0rem; min-width:54px; text-align:center; }
    .marcador--local { }
    .marcador--visit { }
    .hora { background:#43953d; color:#fff; padding:6px 12px; border-radius:18px; font-weight:700; font-size:0.95rem; }
    .destacado { background:#fff9e6; padding:15px; border-left:4px solid #f5c542; margin:20px 0; border-radius:4px; }
    .btn { display:inline-block; padding:12px 25px; background:#f5c542; color:#000; text-decoration:none; font-weight:bold; border-radius:8px; margin:10px 5px; transition:all .3s ease; }
    .btn:hover { background:#e0b235; transform:translateY(-2px); }
    .info-boxes { display:flex; justify-content:center; gap:30px; flex-wrap:wrap; margin:30px 0; }
    .info-box { flex:1; min-width:200px; background:#fff; padding:20px; border-radius:10px; box-shadow:0 0 10px rgba(0,0,0,0.1); text-align:center; }</p>
<p>    /* Nuevos estilos para multimedia */
    .multimedia-link { 
        display: inline-flex; 
        align-items: center; 
        gap: 5px; 
        padding: 4px 8px; 
        background: #e3f2fd; 
        color: #1976d2; 
        text-decoration: none; 
        border-radius: 12px; 
        font-size: 0.8rem; 
        font-weight: 600; 
        margin-left: 8px; 
        transition: all 0.2s ease; 
    }
    .multimedia-link:hover { 
        background: #bbdefb; 
        transform: translateY(-1px); 
    }
    .partido-multimedia { 
        margin-top: 8px; 
        display: flex; 
        justify-content: center; 
        gap: 10px; 
        flex-wrap: wrap; 
    }
    .partido-info-row { 
        display: flex; 
        align-items: center; 
        justify-content: space-between; 
        width: 100%; 
    }
    .partido-main-info { 
        display: flex; 
        align-items: center; 
        gap: 15px; 
        flex: 1; 
    }</p>
<p>    /* Contadores visuales llamativos */
    .multimedia-stats { 
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        color: white;
        padding: 25px;
        border-radius: 15px;
        margin: 30px 0;
        text-align: center;
        box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    }
    .multimedia-stats h3 {
        color: white;
        margin-bottom: 20px;
        font-size: 1.4rem;
        text-shadow: 0 2px 4px rgba(0,0,0,0.3);
    }
    .stats-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 20px;
        margin-top: 15px;
    }
    .stat-item {
        background: rgba(255,255,255,0.15);
        padding: 20px;
        border-radius: 12px;
        backdrop-filter: blur(10px);
        border: 1px solid rgba(255,255,255,0.2);
        transition: transform 0.3s ease;
    }
    .stat-item:hover {
        transform: translateY(-5px);
        background: rgba(255,255,255,0.25);
    }
    .stat-icon {
        font-size: 2.5rem;
        margin-bottom: 10px;
        display: block;
    }
    .stat-number {
        font-size: 2rem;
        font-weight: 800;
        display: block;
        text-shadow: 0 2px 4px rgba(0,0,0,0.3);
    }
    .stat-label {
        font-size: 0.9rem;
        opacity: 0.9;
        margin-top: 5px;
        display: block;
    }
    .multimedia-cta {
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid rgba(255,255,255,0.3);
    }
    .multimedia-btn {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background: #f5c542;
        color: #000;
        padding: 12px 24px;
        border-radius: 25px;
        text-decoration: none;
        font-weight: 700;
        transition: all 0.3s ease;
        box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    }
    .multimedia-btn:hover {
        background: #e0b235;
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(0,0,0,0.3);
        color: #000;
    }</p>
<p>    @media (max-width:768px){ 
        .partido{flex-direction:column; text-align:center;} 
        .vs{margin:8px 0;} 
        .jugador-nombre{max-width:70vw;} 
        .partido-info-row { flex-direction: column; gap: 8px; }
        .partido-main-info { justify-content: center; }
        .stats-grid {
            grid-template-columns: 1fr;
            gap: 15px;
        }
        .stat-item {
            padding: 15px;
        }
    }
</style>
<div class="liga-container">
<div class="header">
<h1>🎱 ENFRENTAMIENTOS Y RESULTADOS 🎱</h1>
<h2>Jornada – 30 octubre 2025</h2>
<p style="margin-top:20px; font-size:1.2em;">Organiza: Fusion Core 7</p>
<div style="margin-top:30px;">
            <a href="#enfrentamientos" class="btn">Ver Enfrentamientos y Resultados</a><br />
            <a href="#bases" class="btn">Consultar Bases</a>
        </div>
</p></div>
<div class="destacado">
<h3 style="margin-top:0; color:#d35400; text-align: center;">Liga Billar Bola 8 &#8211; Bar Gerardo</h3>
</p></div>
<section id="enfrentamientos" class="enfrentamientos">
<h2 class="section-title">ENFRENTAMIENTOS DE LA JORNADA</h2>
<div class="partido">
<div class="partido-info-row">
<div class="partido-main-info">
<div class="jugador">
<div class="jugador-wrap">
                                <span class="avatar" aria-hidden="true"><img decoding="async" src="https://fc7.es/wp-content/uploads/2025/08/avatar10-150x150.png" alt="Julio"></span>                                <span class="jugador-nombre">Julio</span>
                            </div>
</p></div>
<div class="marcador">1–2</div>
<div class="jugador">
<div class="jugador-wrap">
                                <span class="avatar" aria-hidden="true"><img decoding="async" src="https://fc7.es/wp-content/uploads/2025/09/avatar2-150x150.png" alt="Juan Jose"></span>                                <span class="jugador-nombre">Juan Jose</span>
                            </div>
</p></div>
<div class="hora">21:00h</div>
</p></div>
<div class="partido-multimedia">
<p>                                                            <a href="https://fc7.es/multimedia-partido/?partido_id=952" 
                                   class="multimedia-link" 
                                   title="Ver videos del partido"><br />
                                    🎥 1                                </a>
                                                    </div>
</p></div>
</p></div>
<div class="partido">
<div class="partido-info-row">
<div class="partido-main-info">
<div class="jugador">
<div class="jugador-wrap">
                                <span class="avatar" aria-hidden="true"><img decoding="async" src="https://fc7.es/wp-content/uploads/2025/08/avatar6-150x150.png" alt="Pepe Brito"></span>                                <span class="jugador-nombre">Pepe Brito</span>
                            </div>
</p></div>
<div class="marcador">2–0</div>
<div class="jugador">
<div class="jugador-wrap">
                                <span class="avatar" aria-hidden="true"><img decoding="async" src="https://fc7.es/wp-content/uploads/2025/08/avatar8-150x150.png" alt="Pitera"></span>                                <span class="jugador-nombre">Pitera</span>
                            </div>
</p></div>
<div class="hora">21:25h</div>
</p></div>
<div class="partido-multimedia">
<p>                                                            <a href="https://fc7.es/multimedia-partido/?partido_id=911" 
                                   class="multimedia-link" 
                                   title="Ver videos del partido"><br />
                                    🎥 1                                </a>
                                                    </div>
</p></div>
</p></div>
<p>            <!-- SECCIÓN DE CONTADORES VISUALES LLAMATIVOS --></p>
<div class="multimedia-stats">
<h3>🎬 Contenido Multimedia Disponible</h3>
<div class="stats-grid">
<div class="stat-item">
                        <span class="stat-icon">📊</span><br />
                        <span class="stat-number">2</span><br />
                        <span class="stat-label">Partidos con contenido</span>
                    </div>
<div class="stat-item">
                        <span class="stat-icon">📷</span><br />
                        <span class="stat-number">0</span><br />
                        <span class="stat-label">Imágenes totales</span>
                    </div>
<div class="stat-item">
                        <span class="stat-icon">🎥</span><br />
                        <span class="stat-number">2</span><br />
                        <span class="stat-label">Videos disponibles</span>
                    </div>
</p></div>
</p></div>
<div style="text-align:center; margin-top:30px;">
                <a href="https://fc7.es/galeria-partido" class="multimedia-btn">🎬 Ver Galería Completa</a><br />
                <a href="https://fc7.es/partidos" class="btn">Ver Más Resultados</a><br />
                <a href="https://fc7.es/clasificacion" class="btn">Clasificación</a><br />
                <a href="https://fc7.es/calendario" class="btn">Calendario</a>
            </div>
</section>
<section id="bases" style="padding:30px; background:white; border-radius:10px; box-shadow:0 0 10px rgba(0,0,0,0.1); margin:30px 0;">
<h2 class="section-title">BASES</h2>
<p style="max-width:800px; margin:20px auto; text-align:center; font-size:1.1em;">
<div style="text-align:center; margin-top:25px;">
            <a href="https://fc7.es/bases-liga" class="btn">Consultar Bases Completas</a>
        </div>
</section>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://fc7.es/2025/10/31/enfrentamientos-y-resultados-30-octubre-2025-2/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Enfrentamientos de hoy – 30 octubre 2025</title>
		<link>https://fc7.es/2025/10/30/enfrentamientos-de-hoy-30-octubre-2025-2/</link>
					<comments>https://fc7.es/2025/10/30/enfrentamientos-de-hoy-30-octubre-2025-2/#respond</comments>
		
		<dc:creator><![CDATA[jesusperez]]></dc:creator>
		<pubDate>Thu, 30 Oct 2025 18:50:37 +0000</pubDate>
				<category><![CDATA[Partidos de hoy]]></category>
		<category><![CDATA[Landing]]></category>
		<guid isPermaLink="false">https://fc7.es/2025/10/30/enfrentamientos-de-hoy-30-octubre-2025-2/</guid>

					<description><![CDATA[🎱 ¡ÁNIMO ESTAMOS EN LA RECTA FINAL! 🎱 Ya queda poco para finalizar la liga. SUERTE A TODOS. Organiza: Bar Gerardo – Fusion Core 7 Ver Enfrentamientos de Hoy Consultar Bases ¡Atención participantes! Los partidos comenzarán puntualmente según el horario establecido. Por favor, presentarse al menos 15 minutos antes de su encuentro. PRIMEROS ENFRENTAMIENTOS &#8211; [&#8230;]]]></description>
										<content:encoded><![CDATA[<style>
    body { color:#333; line-height:1.6; }
    .liga-container { max-width:1000px; margin:0 auto; padding:20px; }
    .header { text-align:center; padding:40px; background:#43953d; color:#fff; border-radius:10px; margin-bottom:30px; }
    .enfrentamientos { background:#f8f9fa; padding:30px; border-radius:10px; margin-bottom:30px; }
    .partido { display:flex; justify-content:space-between; align-items:center; background:#fff; padding:15px; margin:15px 0; border-radius:8px; box-shadow:0 2px 5px rgba(0,0,0,0.1); }
    .jugador { flex:1; text-align:center; font-weight:bold; }
    .jugador-wrap { display:inline-flex; align-items:center; gap:12px; justify-content:center; }
    .jugador-nombre { display:inline-block; }
    .vs { padding:0 20px; font-weight:bold; color:#43953d; }
    .hora { background:#43953d; color:#fff; padding:8px 15px; border-radius:20px; font-weight:bold; }
    .avatar { width:44px; height:44px; border-radius:50%; background:#eaeaea; display:inline-flex; align-items:center; justify-content:center; font-weight:700; font-size:14px; }
    .avatar img { width:100%; height:100%; border-radius:50%; object-fit:cover; display:block; }
    .avatar--iniciales { background:#43953d; color:#fff; }
    .info-boxes { display:flex; justify-content:center; gap:30px; flex-wrap:wrap; margin:30px 0; }
    .info-box { flex:1; min-width:200px; background:#fff; padding:20px; border-radius:10px; box-shadow:0 0 10px rgba(0,0,0,0.1); text-align:center; }
    .btn { display:inline-block; padding:12px 25px; background:#f5c542; color:#000; text-decoration:none; font-weight:bold; border-radius:8px; margin:10px 5px; transition:all .3s ease; }
    .btn:hover { background:#e0b235; transform:translateY(-2px); }
    .section-title { text-align:center; color:#43953d; margin-bottom:25px; padding-bottom:10px; border-bottom:2px solid #f5c542; }
    .destacado { background:#fff9e6; padding:15px; border-left:4px solid #f5c542; margin:20px 0; border-radius:4px; }
    @media (max-width:768px){ .partido{flex-direction:column; text-align:center;} .vs{margin:10px 0;} }</p>
<p>      .avatar{width:36px;height:36px;flex:0 0 36px;border-radius:50%;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;background:#eaeaea}
      .avatar img{width:100%;height:100%;object-fit:cover;display:block}
      .avatar--iniciales{background:#43953d;color:#fff;font-weight:700;font-size:13px}
        </style>
<div class="liga-container">
<div class="header">
<h1>🎱 ¡ÁNIMO ESTAMOS EN LA RECTA FINAL! 🎱</h1>
<h2>Ya queda poco para finalizar la liga. SUERTE A TODOS.</h2>
<p style="margin-top:20px; font-size:1.2em;">Organiza: Bar Gerardo – Fusion Core 7</p>
<div style="margin-top:30px;">
            <a href="#enfrentamientos" class="btn">Ver Enfrentamientos de Hoy</a><br />
            <a href="#bases" class="btn">Consultar Bases</a>
        </div>
</p></div>
<div class="destacado">
<h3 style="margin-top:0; color:#d35400;">¡Atención participantes!</h3>
<p>Los partidos comenzarán puntualmente según el horario establecido. Por favor, presentarse al menos 15 minutos antes de su encuentro.</p>
</p></div>
<section id="enfrentamientos" class="enfrentamientos">
<h2 class="section-title">PRIMEROS ENFRENTAMIENTOS &#8211; HOY</h2>
<div class="partido">
<div class="jugador">
<div class="jugador-wrap">
                        <span class="avatar" aria-hidden="true"><img decoding="async" src="https://fc7.es/wp-content/uploads/2025/08/avatar10-150x150.png" alt="Julio"></span>                        <span class="jugador-nombre">Julio</span>
                    </div>
</p></div>
<div class="vs">VS</div>
<div class="jugador">
<div class="jugador-wrap">
                        <span class="avatar" aria-hidden="true"><img decoding="async" src="https://fc7.es/wp-content/uploads/2025/09/avatar2-150x150.png" alt="Juan Jose"></span>                        <span class="jugador-nombre">Juan Jose</span>
                    </div>
</p></div>
<div class="hora">21:00h</div>
</p></div>
<div class="partido">
<div class="jugador">
<div class="jugador-wrap">
                        <span class="avatar" aria-hidden="true"><img decoding="async" src="https://fc7.es/wp-content/uploads/2025/08/avatar9-150x150.png" alt="Juan Simon"></span>                        <span class="jugador-nombre">Juan Simon</span>
                    </div>
</p></div>
<div class="vs">VS</div>
<div class="jugador">
<div class="jugador-wrap">
                        <span class="avatar" aria-hidden="true"><img decoding="async" src="https://fc7.es/wp-content/uploads/2025/08/avatar6-150x150.png" alt="Pepe Brito"></span>                        <span class="jugador-nombre">Pepe Brito</span>
                    </div>
</p></div>
<div class="hora">21:00h</div>
</p></div>
<div class="partido">
<div class="jugador">
<div class="jugador-wrap">
                        <span class="avatar" aria-hidden="true"><img decoding="async" src="https://fc7.es/wp-content/uploads/2025/08/avatar1-150x150.png" alt="Rogelio"></span>                        <span class="jugador-nombre">Rogelio</span>
                    </div>
</p></div>
<div class="vs">VS</div>
<div class="jugador">
<div class="jugador-wrap">
                        <span class="avatar" aria-hidden="true"><img decoding="async" src="https://fc7.es/wp-content/uploads/2025/08/avatar7-150x150.png" alt="Chano"></span>                        <span class="jugador-nombre">Chano</span>
                    </div>
</p></div>
<div class="hora">21:20h</div>
</p></div>
<div class="partido">
<div class="jugador">
<div class="jugador-wrap">
                        <span class="avatar" aria-hidden="true"><img decoding="async" src="https://fc7.es/wp-content/uploads/2025/08/avatar7-150x150.png" alt="Chano"></span>                        <span class="jugador-nombre">Chano</span>
                    </div>
</p></div>
<div class="vs">VS</div>
<div class="jugador">
<div class="jugador-wrap">
                        <span class="avatar" aria-hidden="true"><img decoding="async" src="https://fc7.es/wp-content/uploads/2025/08/avatar6-150x150.png" alt="Pepe Brito"></span>                        <span class="jugador-nombre">Pepe Brito</span>
                    </div>
</p></div>
<div class="hora">21:40h</div>
</p></div>
<div style="text-align:center; margin-top:30px;">
                <a href="https://fc7.es/partidos" class="btn">Ver Calendario Completo</a>
            </div>
</section>
<div class="info-boxes">
<div class="info-box">
<h3>Formato</h3>
<p>Partidos de <strong>ida y vuelta</strong></p>
</p></div>
<div class="info-box">
<h3>Modalidad</h3>
<p>Se juega <strong>al mejor de 3</strong> juegos</p>
<p><strong>Bola 8 &#8211; anunciada</strong></p>
</p></div>
<div class="info-box">
<h3>Puntuación</h3>
<ul style="list-style:none; padding:0;">
<li>Ganador: <strong>3 pts</strong></li>
<li>Perdedor 2-1: <strong>1 pt</strong></li>
<li>Perdedor 2-0: <strong>0 pts</strong></li>
</ul></div>
</p></div>
<section id="bases" style="padding:30px; background:white; border-radius:10px; box-shadow:0 0 10px rgba(0,0,0,0.1); margin:30px 0;">
<h2 class="section-title">BASES DE LA LIGA POOL 8</h2>
<p style="max-width:800px; margin:20px auto; text-align:center; font-size:1.1em;">
<div style="text-align:center; margin-top:25px;">
            <a href="https://fc7.es/bases" class="btn">Consultar Bases Completas</a>
        </div>
</section>
<section style="padding:40px; background:#0b513e; color:white; text-align:center; border-radius:10px;">
<h2>¿No puedes asistir?</h2>
<p>Sigue la clasificación y los resultados en nuestra web</p>
<div style="margin-top:25px;">
            <a href="https://fc7.es/estadisticas" class="btn">Ver Resultados</a><br />
            <a href="https://fc7.es/tabla-posiciones" class="btn">Clasificación</a>
        </div>
</section>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://fc7.es/2025/10/30/enfrentamientos-de-hoy-30-octubre-2025-2/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
