.cuerpo {
    background-color: #69B3E7;
}

.mod-scroll-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 90vh;
    text-align: center;
    padding: 40px 20px;
}

.mod-scroll-container-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 90vh;
    text-align: center;
    padding: 115px 20px;
}

.hero-logo {
    width: 100%;
    max-width: 600px;
    height: auto;
    margin-bottom: 40px;
}

.mod-scroll-icon {
    width: 48px;
    height: 48px;
    border: 2px solid white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mod-arrow-wrapper {
    animation: mod-bounce 1.5s infinite;
}

.mod-arrow-down {
    width: 12px;
    height: 12px;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    transform: rotate(45deg);
    box-sizing: border-box;
}

@keyframes mod-bounce {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(6px);
    }
}

.comarca-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0px;
    max-width: 1000px;
    width: 800px;
    margin-bottom: 50px;
}

.comarca-buttons-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0px;
    max-width: 1000px;
    width: 960px;
    margin-bottom: 50px;
}

.comarca-button {
    background-color: transparent;
    border: 1px solid white;
    color: white;
    padding: 10px 18px;
    text-transform: uppercase;
    font-family: 'PT Serif', serif;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.comarca-button:hover {
    background-color: rgba(255, 255, 255, 0.15);
}

@media (max-width:900px) {
    .comarca-buttons {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 10px -50px;
        width: 100%;
    }
    .comarca-buttons-2 {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 10px -50px;
        width: 100%;
    }
}

 :root {
    --c-dark: #000000;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    /* 👈 Añadido */
}

* {
    box-sizing: border-box;
    /* 👈 Añadido */
}

.fondo-general {
    background-color: #f2eeed;
    padding: 0;
    width: 100%;
    margin-top: 0;
    border-top: 0 solid #004d71;
}

.contenedor-central {
    max-width: 100%;
    margin: auto;
    padding: 0;
}

.boton-articulo {
    display: inline-block;
    background-color: white;
    color: #06235a;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    border-radius: 18px;
    font-weight: bold;
    transition: all 0.3s ease;
    margin-top: 20px;
    font-family: "Bebas Neue", sans-serif;
    font-size: 24px;
}

.boton-articulo:hover {
    background-color: #06235a;
    color: white;
}


/* =======================
   TOPBAR (sin fondo sólido)
   ======================= */

.topbar-futbol {
    position: fixed;
    z-index: 100;
    width: 100%;
    margin-top: 0px !important;
    /* sin fondo: solo una capa transparente + blur */
    background: transparent;
    backdrop-filter: blur(10px);
    /* línea y sombra muy suaves */
    border-bottom: 1px solid rgba(59, 130, 246, .12);
    box-shadow: 0 10px 30px rgba(2, 6, 23, .10), 0 1px 0 rgba(255, 255, 255, .35) inset;
}


/* Contenedor centrado */

.tabs-futbol {
    display: flex;
    justify-content: center;
    /* ✅ centrados */
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    width: min(1200px, 92vw);
    margin: 0 auto;
    flex-wrap: wrap;
}


/* =======================
   BOTONES AZULES MODERNOS
   ======================= */

.tab-futbol {
    appearance: none;
    cursor: pointer;
    /* pill */
    padding: 10px 18px;
    border-radius: 999px;
    /* estilo “glass” */
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(59, 130, 246, .20);
    color: rgba(15, 23, 42, .92);
    font-weight: 700;
    letter-spacing: .2px;
    box-shadow: 0 10px 25px rgba(2, 6, 23, .10), 0 1px 0 rgba(255, 255, 255, .25) inset;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease, color .18s ease;
}

.tab-futbol:hover {
    transform: translateY(-1px);
    border-color: rgba(9, 35, 78, 0.4);
    background: rgba(59, 130, 246, .08);
    box-shadow: 0 14px 35px rgba(2, 6, 23, .14), 0 1px 0 rgba(255, 255, 255, .30) inset;
}


/* Activo: degradado azul + glow sutil */

.tab-futbol[aria-selected="true"] {
    color: #fff;
    border-color: rgba(59, 130, 246, .08);
    background: #0b506b;
    box-shadow: 0 18px 42px rgba(37, 99, 235, .35), 0 1px 0 rgba(255, 255, 255, .25) inset;
}


/* Accesibilidad (teclado) */

.tab-futbol:focus-visible {
    outline: none;
    box-shadow: 0 0 0 4px rgba(59, 130, 246, .28), 0 18px 42px rgba(37, 99, 235, .25);
}


/* Mostrar solo el pane activo */

.tabpane-futbol {
    display: none;
}

.tabpane-futbol.active {
    display: block;
}


/* Mobile */

@media (max-width: 480px) {
    .tabs-futbol {
        gap: 10px;
        padding: 12px 12px;
    }
    .tab-futbol {
        padding: 9px 14px;
        font-size: 14px;
    }
}


/* Foro */

.foro-wrapper {
    width: 100%;
    height: 500px;
    display: flex;
}

.foro-bloque-imagen {
    width: 50%;
    position: relative;
    overflow: hidden;
}

.foro-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    /* debajo del overlay */
}


/* Overlay Play */

.foro-overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 77, 113, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    border: 0;
    cursor: pointer;
}

.foro-play-icon {
    width: 80px;
    height: 80px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.foro-play-triangle {
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 25px solid #004d71;
    margin-left: 5px;
}

.foro-bloque-texto {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #ffffff;
    text-align: left;
    padding: 10px 100px 10px 50px;
}

.foro-bloque-texto h1 {
    margin: 0 0 10px;
    font-size: 32px;
    line-height: 1.2;
    color: #004d71;
}

.foro-bloque-texto p {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
}


/* Patrocinadores */

.patrocinadores {
    padding-top: 50px;
    padding: 50px 15% 0px 15%;
    text-align: center;
}

.patrocinadores h2 {
    font-size: 32px;
    color: #004d71;
    margin-bottom: 30px;
}

.patrocinadores-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
}

.patrocinadores-logos img {
    width: 140px;
    height: 140px;
    object-fit: cover;
    border-radius: 8px;
}

.patrocinadores-logos a img {
    transition: transform 0.3s ease;
}

.patrocinadores-logos a:hover img {
    transform: scale(1.3);
}


/* --- IMPULSORES (HEADER) --- */

.colaboradores {
    text-align: center;
    /* súbelo más arriba */
    margin-top: -60px;
    /* espacio interno (arriba/abajo) */
    padding: 10px 15% 40px 15%;
}

.colaboradores h2 {
    font-size: 32px;
    color: white;
    margin: 0 0 20px 0;
    font-weight: 700;
}


/* logos en fila, centrados */

.colaboradores-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 18px;
}

.colaboradores-logos-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 18px;
}


/* todos los logos cuadrados iguales */

.colaboradores-logos img {
    width: 130px;
    height: 130px;
    object-fit: contain;
    /* evita recortes */
    border-radius: 8px;
    margin-top: 20px;
}

.colaboradores-logos-2 img {
    width: 130px;
    height: 130px;
    object-fit: contain;
    /* evita recortes */
    border-radius: 8px;
    margin-top: 20px;
}


/* Diputación (mantener tamaño "grande" actual) */

.colaboradores-logos img.logo-dipu {
    width: 380px;
    height: auto;
    object-fit: contain;
    border-radius: 0;
    margin-top: -70px;
    margin-bottom: -40px;
}

.colaboradores-logos-2 img.logo-dipu {
    width: 380px;
    height: auto;
    object-fit: contain;
    border-radius: 0;
    margin-top: -70px;
    margin-bottom: -40px;
}


/* responsive */

@media (max-width: 768px) {
    .colaboradores {
        margin-top: -40px;
        padding: 10px 6% 30px 6%;
    }
    .colaboradores-logos img {
        width: 75px;
        height: 75px;
    }
    .colaboradores-logos img.logo-dipu {
        width: 220px;
    }
}


/* Separador */

.separador {
    border: none;
    height: 1px;
    background-color: #d0d0d0;
    margin: 60px auto;
    width: 80%;
}


/* Galería de empresarios */

.galeria-empresarios {
    padding: 0% 20% 5% 20%;
    text-align: center;
}

.galeria-empresarios h2 {
    font-size: 32px;
    color: #004d71;
    margin-bottom: 40px;
}

.galeria-listado {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 60px;
}

.empresario-card {
    flex: 1 1 220px;
    min-width: 200px;
    max-width: 240px;
    text-align: center;
}

.empresario-card a {
    display: block;
    width: 160px;
    height: 160px;
    margin: 0 auto 15px auto;
    overflow: hidden;
    border-radius: 8px;
}

.empresario-card a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.empresario-card:hover a img {
    transform: scale(1.2);
}

.nombre {
    margin: 0;
    color: #004d71;
    font-size: 18px;
    font-weight: bold;
}

.empresa {
    margin: 0;
    font-size: 16px;
    color: #555;
}

.descripcion {
    font-size: 14px;
    color: #666;
    margin-top: 6px;
}


/* Responsive */

@media (max-width: 768px) {
    .foro-wrapper {
        flex-direction: column;
        height: auto;
    }
    .foro-bloque-imagen,
    .foro-bloque-texto {
        width: 100%;
        height: auto;
    }
    .foro-bloque-imagen {
        height: 300px;
    }
    .foro-bloque-texto {
        padding: 50px;
    }
}

.modemp-wrapper {
    max-width: 100%;
    margin: 0 auto;
    padding: 40px 0;
    background-color: #ffffff;
    color: #2c2c2c;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.modemp-wrapper h2 {
    text-align: center;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 40px;
    letter-spacing: 0.5px;
    color: #004d71;
}

.modemp-columns {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0 auto;
    width: 60%;
}

.modemp-columns>div {
    flex: 1 1 300px;
    min-width: 300px;
    text-align: justify;
    line-height: 1.7;
    font-size: 16px;
}

@media (max-width: 768px) {
    .modemp-columns {
        width: 85%;
    }
}

.mod-parallax-container-la-safor {
    background-image: url("https://maquetas.prensaiberica.es/especiales-hub-lmv/mas-que-empresas/la-safor.png");
    min-height: 300px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    margin: 0px 0px 0px 0px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mod-parallax-container-horta {
    background-image: url("https://maquetas.prensaiberica.es/especiales-hub-lmv/mas-que-empresas/torrent.png");
    min-height: 300px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    margin: 0px 0px 0px 0px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mod-parallax-container-alzira {
    background-image: url("https://maquetas.prensaiberica.es/especiales-hub-lmv/mas-que-empresas/alzira.jpg");
    min-height: 300px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    margin: 0px 0px 0px 0px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mod-parallax-container-camp-turia {
    background-image: url("https://maquetas.prensaiberica.es/especiales-hub-lmv/mas-que-empresas/camp-turia.jpg");
    min-height: 300px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    margin: 0px 0px 0px 0px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mod-parallax-container-requena {
    background-image: url("https://maquetas.prensaiberica.es/especiales-hub-lmv/mas-que-empresas/requena.jpg");
    min-height: 300px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    margin: 0px 0px 0px 0px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mod-parallax-container-la-serrania {
    background-image: url("https://maquetas.prensaiberica.es/especiales-hub-lmv/mas-que-empresas/la-serrania.jpg");
    min-height: 300px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    margin: 0px 0px 0px 0px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mod-parallax-container-la-marina {
    background-image: url("https://maquetas.prensaiberica.es/especiales-hub-lmv/mas-que-empresas/lamarina.jpg");
    min-height: 300px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    margin: 0px 0px 0px 0px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mod-parallax-container-la-costera {
    background-image: url("https://maquetas.prensaiberica.es/especiales-hub-lmv/mas-que-empresas/lacostera.jpg");
    min-height: 300px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    margin: 0px 0px 0px 0px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mod-parallax-container-morvedre {
    background-image: url("https://maquetas.prensaiberica.es/especiales-hub-lmv/mas-que-empresas/morvedre.jpg");
    min-height: 300px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    margin: 0px 0px 0px 0px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mod-parallax-container-horta-nord {
    background-image: url("https://maquetas.prensaiberica.es/especiales-hub-lmv/mas-que-empresas/horta-nord.jpg");
    min-height: 300px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    margin: 0px 0px 0px 0px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mod-parallax-container-vall-albaida {
    background-image: url("https://maquetas.prensaiberica.es/especiales-hub-lmv/mas-que-empresas/vall-albaida.jpg");
    min-height: 300px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    margin: 0px 0px 0px 0px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mod-parallax-container-la-safor-2 {
    background-image: url("https://maquetas.prensaiberica.es/especiales-hub-lmv/mas-que-empresas/la-safor.png");
    min-height: 300px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    margin: 0px 0px 0px 0px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mod-parallax-container-horta-2 {
    background-image: url("https://maquetas.prensaiberica.es/especiales-hub-lmv/mas-que-empresas/torrent.png");
    min-height: 300px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    margin: 0px 0px 0px 0px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mod-parallax-container-alzira-2 {
    background-image: url("https://maquetas.prensaiberica.es/especiales-hub-lmv/mas-que-empresas/alzira.jpg");
    min-height: 300px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    margin: 0px 0px 0px 0px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mod-parallax-container-camp-turia-2 {
    background-image: url("https://maquetas.prensaiberica.es/especiales-hub-lmv/mas-que-empresas/camp-turia.jpg");
    min-height: 300px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    margin: 0px 0px 0px 0px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mod-parallax-container-requena-2 {
    background-image: url("https://maquetas.prensaiberica.es/especiales-hub-lmv/mas-que-empresas/requena.jpg");
    min-height: 300px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    margin: 0px 0px 0px 0px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mod-parallax-container-la-serrania-2 {
    background-image: url("https://maquetas.prensaiberica.es/especiales-hub-lmv/mas-que-empresas/la-serrania.jpg");
    min-height: 300px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    margin: 0px 0px 0px 0px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mod-parallax-container-la-marina-2 {
    background-image: url("https://maquetas.prensaiberica.es/especiales-hub-lmv/mas-que-empresas/lamarina.jpg");
    min-height: 300px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    margin: 0px 0px 0px 0px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mod-parallax-container-la-costera-2 {
    background-image: url("https://maquetas.prensaiberica.es/especiales-hub-lmv/mas-que-empresas/lacostera.jpg");
    min-height: 300px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    margin: 0px 0px 0px 0px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mod-parallax-container-morvedre-2 {
    background-image: url("https://maquetas.prensaiberica.es/especiales-hub-lmv/mas-que-empresas/morvedre.jpg");
    min-height: 300px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    margin: 0px 0px 0px 0px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mod-parallax-container-horta-nord-2 {
    background-image: url("https://maquetas.prensaiberica.es/especiales-hub-lmv/mas-que-empresas/horta-nord.jpg");
    min-height: 300px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    margin: 0px 0px 0px 0px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mod-parallax-container-vall-albaida-2 {
    background-image: url("https://maquetas.prensaiberica.es/especiales-hub-lmv/mas-que-empresas/vall-albaida.jpg");
    min-height: 300px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    margin: 0px 0px 0px 0px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mod-parallax-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Tramado negro con opacidad */
    z-index: 1;
}

.mod-parallax-text {
    position: relative;
    z-index: 2;
    color: white;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 3em;
    text-align: center;
}

@media (max-width: 768px) {
    .mod-parallax-container {
        background-attachment: scroll;
    }
    .mod-parallax-container-horta {
        background-attachment: scroll;
    }
    .mod-parallax-container-alzira {
        background-attachment: scroll;
    }
    .mod-parallax-container-camp-turia {
        background-attachment: scroll;
    }
    .mod-parallax-container-requena {
        background-attachment: scroll;
    }
    .patrocinadores-logos {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }
    .patrocinadores-logos img {
        width: 80px;
        height: 80px;
        object-fit: cover;
        border-radius: 8px;
    }
    .empresario-card {
        flex: 32 41 120px;
        width: 130px !important;
        height: 240px !important;
        text-align: center;
        min-width: 130px !important;
    }
    .empresario-card img {
        border-radius: 8px;
        width: 120px !important;
        height: 120px !important;
        object-fit: cover;
        margin-bottom: 4px;
    }
    .galeria-listado {
        gap: 0px
    }
    .galeria-empresarios {
        padding: 0px 0% 50px 0% !important;
        text-align: center;
    }
    .empresa {
        margin: 0;
        font-size: 9px;
        color: #555;
    }
    .nombre {
        margin: 0;
        color: #004d71;
        font-size: 12px;
        font-weight: bold;
    }
}