.elementor-835 .elementor-element.elementor-element-f557e17{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-835 .elementor-element.elementor-element-61850ca{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-835 .elementor-element.elementor-element-0a3c10b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-835 .elementor-element.elementor-element-272b82f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}body.elementor-page-835:not(.elementor-motion-effects-element-type-background), body.elementor-page-835 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#050807;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-835 .elementor-element.elementor-element-0a3c10b{--width:30%;}.elementor-835 .elementor-element.elementor-element-272b82f{--width:70%;}}/* Start custom CSS for shortcode, class: .elementor-element-a743621 *//* Importación de fuentes Tech */
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700&family=Rajdhani:wght@500;700&display=swap');

/* Contenedor Principal (Fondo Negro y Espaciado) */
.stadium-tech-wrapper {
    background: #050807;
    padding: 0px 0;
    overflow: hidden;
    position: relative;
    border-radius: 12px;
    margin: 20px 0;
    font-family: 'Rajdhani', sans-serif;
}

/* Animación de Escaneo Láser */
@keyframes tech-scan {
    0% { top: -100%; }
    100% { top: 200%; }
}

/* Contenedor de Scroll Horizontal */
.stadium-tech-container {
    display: flex;
    gap: 25px;
    overflow-x: auto;
    padding: 30px 60px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
}

.stadium-tech-container::-webkit-scrollbar { 
    display: none; /* Chrome/Safari */
}

/* La Card Individual */
.tech-card {
    flex: 0 0 300px;
    background: linear-gradient(145deg, #0a0f0d 0%, #020404 100%);
    border: 1px solid rgba(163, 230, 53, 0.1);
    position: relative;
    clip-path: polygon(0 0, 92% 0, 100% 8%, 100% 100%, 8% 100%, 0 92%);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    scroll-snap-align: center;
    cursor: pointer;
}

.tech-card:hover {
    border-color: #a3e635;
    box-shadow: 0 0 30px rgba(163, 230, 53, 0.2);
    transform: translateY(-8px);
}

/* Línea de escaneo láser (Pseudoelemento) */
.tech-card::after {
    content: "";
    position: absolute;
    left: 0; 
    top: 0; 
    width: 100%; 
    height: 3px;
    background: linear-gradient(90deg, transparent, #a3e635, transparent);
    animation: tech-scan 3s linear infinite;
    opacity: 0.4;
    z-index: 2;
}

/* Cabecera de la Card */
.tech-header {
    padding: 12px 15px;
    border-bottom: 1px solid rgba(163, 230, 53, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(163, 230, 53, 0.03);
}

.tech-match-id {
    font-family: monospace;
    color: rgba(163, 230, 53, 0.5);
    font-size: 10px;
    letter-spacing: 2px;
}

.tech-date-tag {
    font-family: "Orbitron", sans-serif;
    color: #a3e635;
    font-size: 11px;
    font-weight: 700;
}

/* Cuerpo de la Card (Con rejilla de puntos tech) */
.tech-body {
    padding: 25px 15px;
    background-image: radial-gradient(rgba(163, 230, 53, 0.05) 1px, transparent 1px);
    background-size: 15px 15px;
    position: relative;
}

.team-tech-row {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

/* Marco circular para logos/banderas */
.badge-tech-frame {
    width: 45px;
    height: 45px;
    background: #000;
    border: 1px solid rgba(163, 230, 53, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
    border-radius: 50%;
    box-shadow: inset 0 0 10px rgba(163, 230, 53, 0.1);
    flex-shrink: 0;
}

.badge-tech-frame img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.team-tech-name {
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 140px;
}

/* Línea divisoria */
.tech-divider {
    height: 1px;
    background: linear-gradient(90deg, #a3e635 0%, transparent 100%);
    margin: 15px 0;
    opacity: 0.2;
}

/* Caja de Tiempo/Hora */
.time-box {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    text-align: right;
    background: rgba(0,0,0,0.4);
    padding: 5px;
    border-radius: 4px;
}

.time-val-tech {
    font-family: "Orbitron", sans-serif;
    color: #a3e635;
    font-size: 16px;
    font-weight: 700;
    text-shadow: 0 0 10px rgba(163, 230, 53, 0.5);
}

/* Pie de la Card */
.tech-footer {
    padding: 12px 15px;
    background: rgba(0,0,0,0.4);
    display: flex;
    align-items: center;
    gap: 10px;
}

.tech-venue {
    font-size: 10px;
    color: rgba(255,255,255,0.5);
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Botones de Navegación */
.tech-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.9);
    border: 1px solid #a3e635;
    color: #a3e635;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s;
    font-family: "Orbitron";
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.tech-nav-btn:hover { 
    background: #a3e635; 
    color: #000; 
    box-shadow: 0 0 20px #a3e635; 
}

.tech-nav-btn.left { left: 15px; border-radius: 0 5px 5px 0; }
.tech-nav-btn.right { right: 15px; border-radius: 5px 0 0 5px; }

/* Responsive */
@media (max-width: 768px) {
    .stadium-tech-container { padding: 20px; }
    .tech-card { flex: 0 0 260px; }
    .tech-nav-btn { display: none; } /* Ocultar flechas en móvil para usar swipe */
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-4f1d8a7 *//* --- Contenedor General --- */
.wc-grid-wrapper {
    padding: 40px 10px;
    font-family: 'Rajdhani', sans-serif;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}

/* --- El Slider Horizontal --- */
.wc-grid-slider {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory; /* Efecto slide magnético */
    scrollbar-width: none; /* Ocultar scroll Firefox */
    -ms-overflow-style: none;
    padding-bottom: 20px;
}

.wc-grid-slider::-webkit-scrollbar { display: none; } /* Ocultar scroll Chrome */

/* --- Cada Slide (Columna de 3 Cards) --- */
.wc-grid-slide {
    flex: 0 0 100%; /* Cada slide ocupa todo el ancho */
    scroll-snap-align: center;
    display: grid;
    grid-template-rows: repeat(3, 1fr); /* 3 filas verticales */
    gap: 15px;
    padding: 0 20px;
    box-sizing: border-box;
    position: relative;
}

/* ID del slide en la esquina */
.wc-slide-id {
    position: absolute;
    top: -25px;
    right: 30px;
    font-family: monospace;
    color: rgba(163, 230, 53, 0.4);
    font-size: 9px;
    letter-spacing: 1px;
}

/* --- Estilo de la Card de Grupo --- */
.tech-group-card {
    background: #050505;
    border: 1px solid rgba(163, 230, 53, 0.15);
    clip-path: polygon(0 0, 95% 0, 100% 10%, 100% 100%, 5% 100%, 0 90%);
    transition: all 0.3s ease;
    position: relative;
}

.tech-group-card:hover {
    border-color: #a3e635;
    box-shadow: 0 0 15px rgba(163, 230, 53, 0.1);
    transform: scale(1.01);
}

/* Cabecera compacta */
.group-card-header {
    padding: 8px 15px;
    background: rgba(163, 230, 53, 0.03);
    border-bottom: 1px solid rgba(163, 230, 53, 0.1);
    overflow: hidden;
    position: relative;
}

.group-title {
    font-family: 'Orbitron', sans-serif;
    color: #a3e635;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Línea de escaneo láser sutil en la cabecera */
.scan-line {
    position: absolute;
    bottom: 0;
    left: -100%;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, #a3e635, transparent);
    animation: tech-swipe 4s infinite;
}

@keyframes tech-swipe {
    0% { left: -100%; }
    50%, 100% { left: 100%; }
}

/* Cuerpo de la Card (Lista de equipos) */
.group-card-body {
    padding: 10px 15px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.group-team-row {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(255,255,255,0.02);
    padding: 4px 8px;
    border-radius: 2px;
}

.group-team-row img {
    width: 20px;
    height: 15px;
    object-fit: contain;
    filter: drop-shadow(0 0 2px rgba(0,0,0,0.5));
}

.team-name {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    flex: 1; /* Ocupa el espacio central */
}

.team-status {
    font-family: monospace;
    color: #a3e635;
    font-size: 9px;
    opacity: 0.7;
}

/* --- Paginación sutil (Puntos) --- */
.wc-grid-pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 10px;
}

.wc-grid-pagination span {
    width: 6px;
    height: 6px;
    background: rgba(163, 230, 53, 0.2);
    border-radius: 50%;
    transition: background 0.3s;
}

.wc-grid-pagination span.active {
    background: #a3e635;
    box-shadow: 0 0 5px #a3e635;
}

.grid-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(163, 230, 53, 0.1);
    border: 1px solid #a3e635;
    color: #a3e635;
    width: 35px;
    height: 60px;
    cursor: pointer;
    z-index: 100;
    font-family: 'Orbitron';
    transition: all 0.3s;
}

.grid-nav-btn:hover {
    background: #a3e635;
    color: #000;
    box-shadow: 0 0 15px #a3e635;
}

.grid-nav-btn.prev { left: 5px; clip-path: polygon(100% 0, 0 50%, 100% 100%); }
.grid-nav-btn.next { right: 5px; clip-path: polygon(0 0, 100% 50%, 0 100%); }

/* Asegurar que el slider no rebote fuera de su sitio */
.wc-grid-slider {
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

/* --- Responsive (Móvil) --- */
@media (max-width: 600px) {
    .wc-grid-slide {
        padding: 0 10px;
    }
    .team-name { font-size: 12px; }
}/* End custom CSS */