


        @import url('https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100..900;1,100..900&display=swap');
             @import url('https://fonts.googleapis.com/css2?family=Pontano+Sans:wght@300..700&display=swap');
   
:root{

--color: #e8e0d5;
--color-texto: #797979;
--cols: 1rem 0 auto 0 1rem;

}



@media (min-width: 45rem) {
:root{
  --cols: 1.5rem 2rem auto 2rem 1.5rem;
}
}



@media (min-width: 60rem) {
:root{
  --cols: 1fr 5rem minmax(0, 52rem) 5rem 1fr;
}
}


/* --------------------------------

Parcheo Cabecera

-------------------------------- */

.main-header.inside .main-nav-container {
    background-color: #fff;
}



.main-header .breadcrumbs {
    height: 44px;
    background: url(https://e00-especiales-marca.uecdn.es/eurocopa/images/femenina/2025/fondo-menu.jpg) repeat 50%;
    position: relative;
    z-index: 1;
}

.main {
    background: none !important;
    padding-bottom: 0px;
}

.main:first-of-type {
    padding-top: 0px;
}

.main-header.inside~.main:first-of-type>.tab-title.visible .container-header {
    width: 990px;
    border-bottom: solid 1px #141d25;
    position: absolute;
    left: -900000px;
}

.seo-links-container {
    display: none;
}

.seo-links-container .list-seo-links a {
    display: inline-block;
}

.main .tab-title {
    margin-bottom: 0px;
    height: 0px;
    width: 100%;
}

.row-layout .container {
    padding: 0px 0;
}

.container {
    width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.breadcrumbs .tab-breadcrumb-list li.active a {
    background-color: transparent;
}

.content-ad .ad-item-si,
.content-ad .ad-item-sd {
    display: none;
}



/*colores cabecera marca cms*/


.main-header .main-tab>a.highlight.active {
     background: url(https://e00-especiales-marca.uecdn.es/eurocopa/images/femenina/2025/fondo-menu.jpg) repeat 50%;
    color: #fff;
}



.ue-l-common-page__inner .ue-c-section-title {
   
    padding: 0px 0;
}


.main-header.fixed-down .tab-title .tab-title-text {
    color: #fff;
    padding-left: 81px;
    font-weight: 700;
}
.tab-news .aside-tools {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    background-color: transparent;
    width: 132px;
    height: 41px;
}

@media (min-width: 46.25em) {
    .marca-theme-v3 .ue-c-section-title {
        border-bottom: none;
    }
}


.main-header.inside.fixed-down .tab-news .icon-facebook {
    border: 1px solid #fff;
}
.main-header.inside.fixed-down .tab-news .icon-facebook svg {
    fill: #fff;
}
.main-header.inside.fixed-down .tab-news .icon-twitter {
    border: 1px solid #fff;
}

.main-header.inside.fixed-down .tab-news .icon-twitter svg {
    fill: #fff;
}
.main-header.inside.fixed-down .tab-news .icon-twitter svg>path {
    fill: #fff;
}
.main-header.inside.fixed-down .tab-news .icon-email {
    border: 1px solid #fff;
}

.main-header.inside.fixed-down .tab-news .icon-email svg {
    fill: #fff;
}
.main-header.inside.fixed-down .tab-news .icon-email svg>path {
    fill: #fff;
}
/* --------------------------------

Estilos generales

-------------------------------- */

* {box-sizing: border-box; margin: 0; padding: 0;}
img {max-width: 100%;}
html {min-height: 100%;}
body { min-height: 100%; padding: 0;   overflow-x: hidden;}
ol, ul { list-style: none; font-size: inherit; margin-bottom: 0px; overflow: inherit;}
.content-items .content-item { padding: 0px !important; }
.marca-theme-v2 .ue-l-common-page__inner {  padding: 0rem 0rem;}
.marca-theme-v2 .ue-c-section-title { color: #fff; font-size: 0rem; line-height: 0rem; text-indent: -9999999px;}
.marca-theme-v3 .ue-l-common-page__inner {  padding: 0rem 0rem;}
.marca-theme-v3 .ue-c-section-title { color: #fff; font-size: 0rem; line-height: 0rem; text-indent: -9999999px;}
.site-footer {  margin: 0px 0 0;}

.especial-eurocopa {
    display: grid
;
    grid-template-columns: var(--cols);
    grid-template-rows: 1fr auto;
    scroll-padding-top: 90px;
    background-color: #fff;
}



 .volver-arriba {  width: 65px; height: 65px;  background: url(https://e00-especiales-marca.uecdn.es/eurocopa/images/femenina/2025/subir.jpg) no-repeat center top;  bottom: 20px;  display: none;  text-indent: -9999px;  overflow: hidden;   padding: 5px 15px; position: fixed;  right: 20px;  border-radius: 35px;  transition: all 0.2s linear 0s;  z-index: 10;} 




.cabecera {
    grid-column: 1 / -1;
    position: relative;
    color: #fff;
}

   .cabecera__titulo {
    background: url(https://e00-especiales-marca.uecdn.es/eurocopa/images/femenina/2025/especial/cabecera.jpg) center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 91vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cabecera:after {
    background: rgba(0, 0, 0, 0) linear-gradient(180deg, transparent 0, #fff) repeat scroll 0 0;
    content: "";
    height: 10%;
    left: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
}
 .articulo {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: var(--cols);
   
}

.articulo>* {
    grid-column: 3 / -3;
}

.especial-eurocopa h2 {
    font: 80px / 1 'Bitter', serif;
    font-weight: 700;
    font-optical-sizing: auto;
    color: #3f2864;
    margin-top: 15px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-style: normal;
}

.especial-eurocopa h2.titulo__interior {
    font-size: clamp(2rem, -2.174rem + 17.39vw, 5rem);
    margin-top: 54px;}
.especial-eurocopa h2.titulo__interior2 {
    font-size: clamp(2rem, -2.174rem + 17.39vw, 5rem);

    text-align: center;
}

.autor {
    margin: 20px auto 20px auto;
    display: grid
;
    grid-template-columns: 70px 1fr;
    grid-gap: 10px;
}

.autor .imagen-autor {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    border-radius: 50%;
    opacity: 1;
    background-color: #3b2257;
    border: 3px solid #3b2257;
}

.autor .firma-autor {
    margin-top: 0px;
    padding-top: 0px;
 font-family: "Pontano Sans", sans-serif;
  font-optical-sizing: auto;
    line-height: 125%;
    text-align: left;
    font-size: 16px;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.autor em {
    color: #000;
    font-weight: 700;
}


.especial-eurocopa p {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 20px;
    color: #000;
    line-height: 26px;
    text-align: left;
     font-family: "Pontano Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}



.especial-eurocopa p a{

    color: #3b2257;
    text-decoration: underline;
    font-weight: bold;

}

.especial-eurocopa p a:hover{

    color: #3b2257;
    text-decoration: none;
    font-weight: normal;

}

.especial-eurocopa p.lt {
    border-left: 2px solid #3f2864;
    padding: 20px;
}



.cubrereproductor {
    position: relative;
    z-index: 1;
}

.especial-eurocopa .imagen-cuerpotexto__fuera {
    grid-column: 2 / -2;
    margin: 30px 0;
}

.especial-eurocopa .imagen-cuerpotexto__fuera img {
    width: 100%;
}

p.firma {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6em;
    text-align: center;
    margin-bottom: 3em;
    margin-top: 3em;
    color: #000;
}

p.firma span {
    font-weight: 500;
    color: #000;
}




 hr.hr--logo {
  border-top: solid #3f285e 1px;
  margin: 100px 0;
}
hr.hr--logo:after {
  content: url( 'https://e00-especiales-marca.uecdn.es/eurocopa/images/femenina/2025/especial/trofeo-mini.png' );
  /* Controls the position of the logo */
  left: 50%;
  position: absolute;
  transform: translateY(-50%) translateX(-50%);
  /* Controls the whitespace around the symbol */
  padding: 20px;
  background: #fff;
}

hr {

    border-top: 2px dashed #3f2864;
    grid-column: 2 / -2;
}
.selecciones-clasificadas {
    grid-column: 2 / -2;
    padding-right: 0rem;
    padding-left: 0rem;
}
.parrilla {
    display: grid
;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px 40px;
}

.parrilla .grupo {
    text-align: center;
}

.grupo h3  {
    grid-column: 2 / -2 !important;
    font-size: 3em;
    line-height: 1;
    font-weight: 800;
    margin-top: 2rem;
    margin-bottom: 2rem;
    text-align: center;
    font-family: 'Bitter', serif;
    color: #3f2864;
    border-bottom: 1px solid #3f2864;
    padding-bottom: 9px;
    text-decoration: none;
}



.grupo .bloque {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
}
.grupo .bloque .pais {
    width: 100%;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 50%);
    background-color: #402862;
    display: flex;
    flex-direction: column;
    border-radius: 30px 20px;
    justify-content: center;
    padding-bottom: 9px;
    line-height: 15px;
}
.grupo .bloque .pais p {
    margin-top: 0;
    margin-bottom: 0px;
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    text-align: center;
    font-family: "Pontano Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
.grupo .bloque .pais img {
    width: 100%;
    height: auto;
}
.especial-eurocopa h4 {
    font: 67px / 1 'Bitter', serif;
    font-weight: 600;
    font-optical-sizing: auto;
    text-align: center;
    color: #3b2259;
    margin: 30px 0px 10px 0px;
    text-transform: uppercase;
    grid-column: 3 / -3;
}


.especial-eurocopa h5 {
    font: 25px / 1 'Bitter', serif;
    font-weight: 400;
    text-align: center;
     color: #3b2259;
    margin: 10px 0px 0px 0px;
    text-transform: uppercase;
    grid-column: 3 / -3;
}


.imagencalendario {margin-top: 3em;}


.bloque__estrellas {
    grid-column: 1 / -1;
    margin: 0px 50px;
}


.bloque-estrellasequipos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    margin-bottom: 1em;
    margin-top: 1em;
}


.bloque__estrellas p.grupo {
   font-weight: 600;
    font-family: 'Bitter', serif;
    font-size: 19px;
    color: #cc9966 !important;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    margin: 1em 0em 0em 0em;
}








.especial-eurocopa .estrella p {
 margin-top: 0;
    margin-bottom: 20px;
    font-weight: 300;
    font-family: 'Bitter', serif;
    font-size: 18px;
    color: #000;
    line-height: 22px;
    text-align: left;
    padding: 10px;
}


.especial-eurocopa .estrella p.equipo {
   font-weight: 500;
    font-family: "Pontano Sans", sans-serif;
    font-size: 19px;
    color: #cc9966 !important;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0px;
    padding: 2px;
}


.estrella-card {
    display: flex
;
    background: white;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.estrella-card-left {
    flex-direction: row-reverse;
    border-right: 10px solid #402864;
}
.estrella-contenedor-imagen {
    width: 50%;
}
.estrella-imagen {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    transition: transform 0.5s ease;
}
.estrella-contenido {
    flex: 1;
    padding: 35px;
    display: flex
;
    flex-direction: column;
    justify-content: center;
}
h5.estrella-nombre {
    font-size: 2.2rem;
    font-weight: 800;
    color: #402864;
    margin-bottom: 5px;
    text-align: left;
}
.estrella-detalles {
    display: flex
;
    justify-content: space-between;
    margin: 15px 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    font-family: "Pontano Sans", sans-serif;
}
.estrella-equipo {
    font-weight: 600;
    color: #402864;
}
.estrella-edad {
    color: #666;
}
p.estrella-texto {
    font-size: 1rem;
    line-height: 1.4rem;
    color: #444;
}
.estrella-card-right {
    flex-direction: row;
    border-left: 10px solid #402864;
}


.bloque__sedes {
    grid-column: 1 / -1;
    margin-bottom: 0px;
}




.carruselfotos {grid-column: 1 / -1 !important; background-color: transparent; margin-top: 0em;}

.carruselfotos img {

  display: block;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}




.equipos-grid {
    display: grid
;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    gap: 20px;
    grid-column: 1 / -1 !important;
    padding-right: 1rem;
    padding-left: 1rem;
    padding-bottom: 1rem;
}


.equipo-bloque {
    background-color: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: var(--card-shadow);
    transition: transform 0.3s ease, opacity 0.3s ease;
    border: 1px solid rgba(232, 62, 140, 0.1);
}


.etapa-numero-contenedor {
     background: linear-gradient(270deg, #201531, #61407f);
    color: white;
    padding: 10px 15px;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
   font-family: "Pontano Sans", sans-serif;
}
.equipo-image {
    overflow: hidden;
    position: relative;
}
.equipo-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.equipo-info {
    padding: 20px;
}

h4.equipo-nombre {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
    line-height: 1.2rem;
    text-transform: uppercase;
    text-align: center;
    margin: 0px;
}
h4.equipo-nombre span {
    font-weight: 500;
    line-height: 30px;
    color: #322147;
}
.detalles-etapas {
    display: flex
;
    justify-content: space-between;
    margin-bottom: 12px;
    font-size: 0.85rem;
    color: #fff;
    background-color: #2d1d40;
    padding: 8px 12px;
    border-radius: 6px;
    font-weight: 500;
    font-family: "Pontano Sans", sans-serif;
}
.etapa-fecha, .etapa-desnivel {
    display: flex
;
    align-items: center;
}
p.equipo-texto {
    font-size: 1rem;
    color: #000;
    margin-bottom: 15px;
}



p.leyenda {
    font-weight: 600;
    font-family: "Pontano Sans", sans-serif;
    font-size: 16px;
    color: #3b2259 !important;
    line-height: 16px;
    text-align: right;
    text-transform: uppercase;
    margin: 1em 0em 0em 0em;
}

.zoomable-image {
            width: 100%;
            height: auto;
            display: block;
            cursor: none;
            transition: transform 0.3s ease;
        }

        .zoom-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.9);
            z-index: 1000;
            display: none;
            justify-content: center;
            align-items: center;
            z-index: 20000;
        }

  

        .zoomed-image {
            max-width: 100%;
            max-height: 100%;
            object-fit: contain;
            transition: transform 0.3s ease;
            transform-origin: center center;
        }

        .close-button {
            position: fixed;
            top: 20px;
            right: 20px;
            background: rgba(255, 255, 255, 0.95);
            border: 2px solid rgba(255, 255, 255, 0.8);
            border-radius: 50%;
            width: 50px;
            height: 50px;
            font-size: 24px;
            font-weight: bold;
            cursor: pointer;
            z-index: 1001;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
            transition: all 0.2s ease;
            touch-action: manipulation;
            user-select: none;
        }

        .close-button:active {
            background: rgba(255, 255, 255, 1);
            transform: scale(0.95);
        }

        .zoom-controls {
            position: fixed;
            bottom: 30px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 15px;
            z-index: 1001;
            padding: 10px;
            background: rgba(0, 0, 0, 0.5);
            border-radius: 25px;
        }

        .zoom-btn {
            background: rgba(255, 255, 255, 0.95);
            border: 2px solid rgba(255, 255, 255, 0.8);
            border-radius: 50%;
            width: 55px;
            height: 55px;
            font-size: 24px;
            font-weight: bold;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
            transition: all 0.2s ease;
            touch-action: manipulation;
            user-select: none;
        }

        .zoom-btn:active {
            background: rgba(255, 255, 255, 1);
            transform: scale(0.95);
        }

  
        @media screen and (max-height: 600px) {
            .zoom-controls {
                bottom: 15px;
            }
        }

     
        @media screen and (max-width: 360px) {
            .zoom-btn {
                width: 50px;
                height: 50px;
                font-size: 20px;
            }
            
            .zoom-controls {
                gap: 10px;
            }
        }

/* --------------------------------

Estilos para mvil

-------------------------------- */

  @media screen and (max-width: 768px) {

    .zoomable-image {
          
            cursor: pointer ;

          
        }



     /* --------------------------------

Imgenes movil: 


-------------------------------- */

   .cabecera__titulo {
    background: url(https://e00-especiales-marca.uecdn.es/eurocopa/images/femenina/2025/especial/cabecera-movil.jpg) center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 93vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bloque__estrellas p.grupo {

    margin: 1em 0em 1em 0em;
}

.super-menu-header+.main .tab-title-text {
display: none;
}

.tabs-content {
    display: none;
}
.super-menu-header~.main .kicker, .super-menu-header~.main .tab-title-text {
     display: none;
}

hr.hr--logo {
    border-top: solid #402862 1px;
    margin: 50px 0;
}
.bloque__estrellas {
    grid-column: 1 / -1;
    margin: 0px;
}

.especial-eurocopa h2.titulo__interior  {margin-top: 0px;}
.especial-eurocopa h2 {
    font: 60px / 1 'Bitter', serif;
margin-top: 0px;}

.especial-eurocopa p {

    font-size: 18px;

}

    .estrella-card-left, .estrella-card-right {
        flex-direction: column;
        height: auto;
        border: none;
    }
    .estrella-card-left {
        border-top: 10px solid #3c255d;
    }
.estrella-contenedor-imagen {
        width: 100%;
    }


    .estrella-contenido {
        padding: 25px;
    }


    h4.estrella-nombre {
        font-size: 1.8rem;
    }

.estrella-card-right {
        border-top: 10px solid #3c255d;
    }



.bloque-estrellasequipos {
    display: grid
;
    grid-template-columns: 1fr;
    grid-gap: 20px;
    margin-bottom: 1em;
    margin-top: 1em;
    margin: 0px;
    padding: 0px 10px;
    margin-bottom: 2em;
    
}


.equipos-grid {
        grid-template-columns: 1fr;
    }




.parrilla {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 20px 40px;
    }

 

    .news-item p {padding: 0px 0px;}





.content-items .content-item .multimedia-item {float: none; height: auto; margin-right:0px; max-height: inherit; max-width: 100%;
    overflow: hidden;}



.tabs-content .tab-breadcrumb-list li {background: #005db9;}
.tabs-content .tab-breadcrumb-list li a { color: #ffffff;}



.content-items .content-item .multimedia-item {float: none; height: auto; margin-right:0px; max-height: inherit; max-width: 100%;
    overflow: hidden;}


    .radio.super-menu-header+.radio.main h1.tab-title-text.min, .radio+.radio.main h1.tab-title-text.min {
        position: absolute;
    left: -9000000px;
}

p.leyenda {

    margin: 1em 0em 1em 0em;
}

 

}


    



