@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@100;200;300;400;500;600;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Chakra+Petch:wght@300;400;500;600;700&display=swap');


:root{

--color: #fff8e1;
--color-texto: #797979;
--primary-color: #cc0000;
--secondary-color: #fff;
--light-pink: #fffbf0;
--dark-pink: #ff8f00;
--text-color: #4a4a4a;
--accent-color: #ffc107;

--cols: 1rem 0 auto 0 1rem;

--card-shadow: 0 4px 6px rgba(232, 62, 140, 0.15);


}



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



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


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

Parcheo Cabecera

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

.main-header.inside .main-nav-container { background-color: #ffffff;}
.main-header .breadcrumbs {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;}

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

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;}
strong { font-weight: 600;}
.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;}
.site-footer {  margin: 0px 0 0;}

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

.especial-vuelta .cabecera-entrevista{
position: relative;
grid-column: 1 / -1 !important;
height: 91vh;
background-color: white;
overflow: hidden;
}

.especial-vuelta .articulo{
grid-column: 1 / -1;
display: grid;
grid-template-columns: var(--cols);
background-color: #fff;
}

.especial-vuelta .articulo > * { grid-column: 3 / -3;}
.especial-vuelta .articulo{  padding-bottom: 0em;}
.volver-arriba {  width: 65px; height: 65px;  background: url(https://e00-especiales-marca.uecdn.es/entrevistas/images/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;}

@-webkit-keyframes flashing {
0% {
opacity: 1;
}
100% {
opacity: 0.1;
}
}
@keyframes flashing {
0% {
opacity: 1;
}
100% {
opacity: 0.1;
}
}

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

Estilos Cabecera Especial con titulo

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

.cb-slideshow,
.cb-slideshow:after { 
width: 100%;
height: 100%;
height:95vh;
display:flex;
z-index: 0; 
}
.cb-slideshow:after { 
content: '';
background: transparent url(https://e00-especiales-marca.uecdn.es/entrevistas/images/pattern.png) repeat top left; 
}

.especial-vuelta .cabecera-entrevista .cb-slideshow ul li {margin-right: 0px !important;}
.especial-vuelta .cabecera-entrevista .cb-slideshow li {margin-right: 0px !important;}
.cb-slideshow li span { 
width: 100%;
height: 100%;
position: absolute;
top: 0px;
left: 0px;
color: transparent;
background-size: cover;
background-position: 50% 50%;
background-repeat: none;
opacity: 0;
z-index: 0;
animation: imageAnimation 36s linear infinite 0s; 
}
.cb-slideshow li div { 
z-index: 1000;
position: absolute;
bottom: 30px;
left: 0px;
width: 100%;
text-align: center;
opacity: 0;
color: #fff;
animation: titleAnimation 36s linear infinite 0s; 
}
.cb-slideshow li div h3 { 
font-family: 'Barlow Semi Condensed', sans-serif;
   font-weight: 800;
font-size: 240px;
padding: 0;
line-height: 200px; 
text-transform: uppercase;
color: #ffffff;
text-shadow: #000 1px 0 10px;
}
.cb-slideshow li:nth-child(1) span { 
    background-image: url(https://e00-especiales-marca.uecdn.es/ciclismo/images/vuelta-espana/2025/apertura/01.jpg);
}
.cb-slideshow li:nth-child(2) span { 
    background-image: url(https://e00-especiales-marca.uecdn.es/ciclismo/images/vuelta-espana/2025/apertura/02.jpg);
    animation-delay: 6s; 
}
.cb-slideshow li:nth-child(3) span { 
    background-image: url(https://e00-especiales-marca.uecdn.es/ciclismo/images/vuelta-espana/2025/apertura/03.jpg);
    animation-delay: 12s; 
}
.cb-slideshow li:nth-child(4) span { 
    background-image: url(https://e00-especiales-marca.uecdn.es/ciclismo/images/vuelta-espana/2025/apertura/04.jpg);
    animation-delay: 18s; 
}
.cb-slideshow li:nth-child(5) span { 
    background-image: url(https://e00-especiales-marca.uecdn.es/ciclismo/images/vuelta-espana/2025/apertura/05.jpg);
    animation-delay: 24s; 
}
.cb-slideshow li:nth-child(6) span { 
    background-image: url(https://e00-especiales-marca.uecdn.es/ciclismo/images/vuelta-espana/2025/apertura/06.jpg);
    animation-delay: 30s; 
}

.cb-slideshow li:nth-child(2) div { 

    animation-delay: 6s; 
}
.cb-slideshow li:nth-child(3) div { 
 
    animation-delay: 12s;
}
.cb-slideshow li:nth-child(4) div { 
    animation-delay: 18s; 
}
.cb-slideshow li:nth-child(5) div { 
    animation-delay: 24s; 
}
.cb-slideshow li:nth-child(6) div { 
    animation-delay: 30s; 
}



/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation { 
0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
}
8% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -webkit-animation-timing-function: ease-out;
}
17% {
    opacity: 1;
    -webkit-transform: scale(1.1);
}
25% {
    opacity: 0;
    -webkit-transform: scale(1.1);
}
100% { opacity: 0 }
}
@-moz-keyframes imageAnimation { 
0% {
    opacity: 0;
    -moz-animation-timing-function: ease-in;
}
8% {
    opacity: 1;
    -moz-transform: scale(1.05);
    -moz-animation-timing-function: ease-out;
}
17% {
    opacity: 1;
    -moz-transform: scale(1.1);
}
25% {
    opacity: 0;
    -moz-transform: scale(1.1);
}
100% { opacity: 0 }
}
@-o-keyframes imageAnimation { 
0% {
    opacity: 0;
    -o-animation-timing-function: ease-in;
}
8% {
    opacity: 1;
    -o-transform: scale(1.05);
    -o-animation-timing-function: ease-out;
}
17% {
    opacity: 1;
    -o-transform: scale(1.1);
}
25% {
    opacity: 0;
    -o-transform: scale(1.1);
}
100% { opacity: 0 }
}
@-ms-keyframes imageAnimation { 
0% {
    opacity: 0;
    -ms-animation-timing-function: ease-in;
}
8% {
    opacity: 1;
    -ms-transform: scale(1.05);
    -ms-animation-timing-function: ease-out;
}
17% {
    opacity: 1;
    -ms-transform: scale(1.1);
}
25% {
    opacity: 0;
    -ms-transform: scale(1.1);
}
100% { opacity: 0 }
}
@keyframes imageAnimation { 
0% {
    opacity: 0;
    animation-timing-function: ease-in;
}
8% {
    opacity: 1;
    transform: scale(1.05);
    animation-timing-function: ease-out;
}
17% {
    opacity: 1;
    transform: scale(1.1);
}
25% {
    opacity: 0;
    transform: scale(1.1);
}
100% { opacity: 0 }
}
/* Animation for the title */
@-webkit-keyframes titleAnimation { 
0% {
    opacity: 0;
    -webkit-transform: translateY(200px);
}
8% {
    opacity: 1;
    -webkit-transform: translateY(0px);
}
17% {
    opacity: 1;
    -webkit-transform: scale(1);
}
19% { opacity: 0 }
25% {
    opacity: 0;
    -webkit-transform: scale(10);
}
100% { opacity: 0 }
}
@-moz-keyframes titleAnimation { 
0% {
    opacity: 0;
    -moz-transform: translateY(200px);
}
8% {
    opacity: 1;
    -moz-transform: translateY(0px);
}
17% {
    opacity: 1;
    -moz-transform: scale(1);
}
19% { opacity: 0 }
25% {
    opacity: 0;
    -moz-transform: scale(10);
}
100% { opacity: 0 }
}
@-o-keyframes titleAnimation { 
0% {
    opacity: 0;
    -o-transform: translateY(200px);
}
8% {
    opacity: 1;
    -o-transform: translateY(0px);
}
17% {
    opacity: 1;
    -o-transform: scale(1);
}
19% { opacity: 0 }
25% {
    opacity: 0;
    -o-transform: scale(10);
}
100% { opacity: 0 }
}
@-ms-keyframes titleAnimation { 
0% {
    opacity: 0;
    -ms-transform: translateY(200px);
}
8% {
    opacity: 1;
    -ms-transform: translateY(0px);
}
17% {
    opacity: 1;
    -ms-transform: scale(1);
}
19% { opacity: 0 }
25% {
    opacity: 0;
    -webkit-transform: scale(10);
}
100% { opacity: 0 }
}
@keyframes titleAnimation { 
0% {
    opacity: 0;
    transform: translateY(200px);
}
8% {
    opacity: 1;
    transform: translateY(0px);
}
17% {
    opacity: 1;
    transform: scale(1);
}
19% { opacity: 0 }
25% {
    opacity: 0;
    transform: scale(10);
}
100% { opacity: 0 }
}
/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span{
opacity: 1;
}
@media screen and (max-width: 1140px) { 
.cb-slideshow li div h3 { font-size: 100px }
}
@media screen and (max-width: 600px) { 
.cb-slideshow li div h3 { font-size: 92px }
}

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

Estilos contenido. 

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


.color { background-color: var(--primary-color) !important;}
.color2 { background-color: var(--dark-pink) !important;}

.especial-vuelta .color h2 {
grid-column: 3 / -3 !important;
font: 50px/1 'Barlow Semi Condensed', sans-serif;
font-weight: 800;
text-align: center;
color: #fff;
margin-top: 0px;
margin-top: 50px;
margin-bottom: 50px;
text-transform: uppercase;
}

.especial-vuelta h4 {
font: 25px/1 'Barlow Semi Condensed', sans-serif;
font-weight: 700;
text-align: left;
color: #fff;
margin: 1em 0em;
text-transform: uppercase;
}
.especial-vuelta p.lt {
margin-top: 20px;
}

.especial-vuelta p.lt::first-letter {
color: var(--secondary-color);
font-size: 8rem;
line-height: 0.75;
float: left;
padding-right: 1rem;
padding-bottom: 0rem;
font-family: 'Barlow Semi Condensed', sans-serif;
font-weight: 800;
}

.especial-vuelta p {
    margin-top: 0;
    margin-bottom: 20px;
    margin-top: 20px;
    font-weight: 300;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 19px;
    color: var(--secondary-color);
    line-height: 26px;
    text-align: left;
}
.especial-vuelta p.entradilla {
margin-top: 0;
margin-bottom: 20px;
font-weight: 300;
font-family: 'Barlow Semi Condensed', sans-serif;
font-size: 25px;
color: #fff;
line-height: 26px;
text-transform: uppercase;
text-align: center;
}


.especial-vuelta .color p { 
color: #fff;
}
.especial-vuelta .color2 p { 
color: #fff;
}

.especial-vuelta p.fichaesp { text-align:left; }

.especial-vuelta p.fichaesp2 { text-align:center;     font-weight: 500;}



.multimedia-item .full-video img {
margin: 0 auto;
width: 100%;
}

.autor { text-align: center;  margin: 3.6em auto 0em auto;}
.imagen-autor {
display: inline-block;
margin: 0 auto;
text-align: center;
border-radius: 50%;
opacity: 1;
border: 5px solid var(--dark-pink);
background-color: white;
}
.firma-autor {
margin-top: 0px;
padding-top: 0px;
font-family: Barlow Semi Condensed, sans-serif;
line-height: 125%;
text-align: center;
font-size: 16px;
}
.autor em {
color: #fff;
}


.texto-parallax p {

font-size: 6vw;
line-height: 1;
font-weight: 300;
font-style: italic;
opacity: 0.85;
margin-bottom: 1rem;
text-align: center;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: flex;
align-items: center;
justify-content: center;
font-family: Barlow Semi Condensed, sans-serif;
height: 100vh;
color: #ffffff;
padding: 0px 2em;
 background-color: rgba(0, 0, 0, 0.5);
text-shadow: #000 1px 0 10px;
margin-top: 0px;
}



.especial-vuelta .imagenhorizontal {
grid-column: 1 / -1;
margin-bottom: 0px;
}

.especial-vuelta .imagenhorizontal2 {
grid-column: 1 / -1;
margin-bottom: 0px;
}
.especial-vuelta .imagenhorizontal2 img {
display: block;
width: 100%;
max-width: 2000px;
margin: 0 auto;
}

.especial-vuelta .imagenhorizontal img {
display: block;
width: 100%;
max-width: 2000px;
margin: 0 auto;
}

.especial-vuelta .imagen-cuerpotexto {
margin: 1rem 0;
text-align: center;
}

.especial-vuelta .imagen-cuerpotexto-izq {
margin-left: -15em;
shape-outside: unset;
float: left;
margin-right: 1em;
    max-width: 40em;
}

.especial-vuelta .imagen-cuerpotexto-der {
margin-right: -15em;
shape-outside: unset;
float: right;
margin-left: 1em;
    max-width: 40em;
}

.especial-vuelta .imagen-cuerpotexto-izq img, .especial-vuelta .imagen-cuerpotexto-der img {display: block;}


.especial-vuelta .audio-radio {
grid-column: 2 / -2;
border-top: 1px solid;
border-bottom: 1px solid;
border-color: #ccc;
margin: 1em 0em;
padding: 1em 0em;
 
}
.especial-vuelta blockquote {
margin: 0;
box-sizing: border-box;


color: #000000;
padding: 0.625rem;
font-size: 3rem;
line-height: 3.5rem;
letter-spacing: 0;
text-align: inherit;
padding: 0.3125rem 0;
}

.especial-vuelta blockquote p {
position: relative;
margin: 0;
font-style: italic;
color: #3e5363;
padding-left: 4.125rem;
 font-family: 'Barlow Semi Condensed', sans-serif;
font-weight: 700;
    font-style: italic;
      font-size: 3rem;
line-height: 3.5rem;
letter-spacing: 0;
}
.especial-vuelta blockquote p:before {
content: "";
position: absolute;
left: 0;
background: url(https://e00-marca.uecdn.es/assets/article/marca/v0/images/images/quote-c53c433e3a64140b916fa3dbdd6cf76f.svg) no-repeat 50%;
background-size: contain;
width: 50px;
height: 50px;
}
.especial-vuelta blockquote p:after {
content: "\201D";
}
.especial-vuelta .blockquote-author {
display: block;
text-align: right;
text-transform: inherit;
margin-top: 0.9375rem;
font-family: 'Barlow Semi Condensed', sans-serif;
font-weight: 700;
font-style: normal;
color: #000;
font-size: .8125rem;
line-height: 1.125rem;
letter-spacing: 0;
}

.especial-vuelta audio {margin: 0 auto;
text-align: center;
width: 100%;}



.especial-vuelta 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: #222;
}

.especial-vuelta p.firma span {
font-weight: 500;
}





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

Imágenes: 

Parallax (3000x1676 - modelodesktop)
Cuerpo Noticia (1200x700)
Fijas de entrevista: 4114x4053

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



.parallax1 {
/* The image used */
background-image: url('https://e00-especiales-marca.uecdn.es/ciclismo/images/vuelta-espana/2025/parallax/01.jpg');

/* Full height */
min-height: 100vh; 

/* Create the parallax scrolling effect */
background-attachment: fixed;
background-position: top center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
 
}


.parallax2 {
/* The image used */
background-image: url('https://e00-especiales-marca.uecdn.es/ciclismo/images/vuelta-espana/2025/parallax/02.jpg');

/* Full height */
min-height: 100vh; 

/* Create the parallax scrolling effect */
background-attachment: fixed;
background-position: top center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
 
}

.parallax3 {
/* The image used */
background-image: url('https://e00-especiales-marca.uecdn.es/ciclismo/images/vuelta-espana/2025/parallax/03.jpg');

/* Full height */
min-height: 100vh; 

/* Create the parallax scrolling effect */
background-attachment: fixed;
background-position: top center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
 
}


.parallax4 {
/* The image used */
background-image: url('https://e00-especiales-marca.uecdn.es/ciclismo/images/vuelta-espana/2025/parallax/04.jpg');

/* Full height */
min-height: 100vh; 

/* Create the parallax scrolling effect */
background-attachment: fixed;
background-position: top center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
 
}

.parallax5 {
/* The image used */
background-image: url('https://e00-especiales-marca.uecdn.es/ciclismo/images/vuelta-espana/2025/parallax/05.jpg');

/* Full height */
min-height: 100vh; 

/* Create the parallax scrolling effect */
background-attachment: fixed;
background-position: top center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
 
}

.parallax6 {
/* The image used */
background-image: url('https://e00-especiales-marca.uecdn.es/ciclismo/images/vuelta-espana/2025/parallax/06.jpg');

/* Full height */
min-height: 100vh; 

/* Create the parallax scrolling effect */
background-attachment: fixed;
background-position: top center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
 
}

.parallax7 {
/* The image used */
background-image: url('https://e00-especiales-marca.uecdn.es/ciclismo/images/vuelta-espana/2025/parallax/07.jpg');

/* Full height */
min-height: 100vh; 

/* Create the parallax scrolling effect */
background-attachment: fixed;
background-position: top center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
 
}


.parallax8 {
    /* The image used */
    background-image: url('https://e00-especiales-marca.uecdn.es/ciclismo/images/vuelta-espana/2025/parallax/08.jpg');
    
    /* Full height */
    min-height: 100vh; 
    
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
     
    }


    .parallax9 {
    /* The image used */
    background-image: url('https://e00-especiales-marca.uecdn.es/ciclismo/images/vuelta-espana/2025/parallax/09.jpg');
    
    /* Full height */
    min-height: 100vh; 
    
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
     
    }


    .parallax10 {
    /* The image used */
    background-image: url('https://e00-especiales-marca.uecdn.es/ciclismo/images/vuelta-espana/2025/parallax/10.jpg');
    
    /* Full height */
    min-height: 100vh; 
    
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
     
    }

div.sticky-entrevista {
position: -webkit-sticky;
position: sticky;
top: 0;
height: 100vh;
background-image: url(https://e00-especiales-marca.uecdn.es/entrevistas/images/fondo-final.jpg);
background-position: center center;
z-index: -1; 
  grid-column: 1 / -1 !important;
}

.cuerpo-sticky-entrevista {z-index: 1; background-color: rgba(255, 255, 255, .9); padding: 1em;}
.fincuerpo-sticky-entrevista { height:100vh }



.cubrereproductor {margin-bottom: 1em;}



.especial-vuelta h3 {
font: 65px/1 'Barlow Semi Condensed', sans-serif;
font-weight: 800;
text-align: center;
color: #000000;
margin: 30px 0px 30px 0px;
text-transform: uppercase;
}

.especial-vuelta .color h3 {
font: 65px/1 'Barlow Semi Condensed', sans-serif;
font-weight: 800;
text-align: center;
color: #ffffff;
margin: 5px 0px 10px 0px;
text-transform: uppercase;
}

.especial-vuelta .color2 h3 {
font: 40px/1 'Barlow Semi Condensed', sans-serif;
font-weight: 800;
text-align: center;
color: #fff;

text-transform: uppercase;

}
.especial-vuelta .equipostour {
grid-column: 1 / -1;
padding-right: 1rem;
padding-left: 1rem;
}

.especial-vuelta .etapastour {
grid-column: 1 / -1;
padding-right: 1rem;
padding-left: 1rem;
}
.especial-vuelta .abecedario {
grid-column: 1 / -1;
padding-right: 1rem;
padding-left: 1rem;
}

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

.especial-vuelta .bloque2 {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
grid-gap: 10px;
margin-bottom: 1em;
}

.especial-vuelta .bloque-abecedario {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
grid-gap: 10px;
margin-bottom: 1em;
}

.especial-vuelta .bloque-curiosidades {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-gap: 10px;
margin-bottom: 1em;
}

.especial-vuelta .bloque-curiosidades2 {
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: 10px;
margin-bottom: 1em;
}

.especial-vuelta .bloque-curiosidades .item p {color: #000 !important;}

.especial-vuelta .bloque-curiosidades2 .item p {color: #fff !important;}

.especial-vuelta .bloque-etapas {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-gap: 20px;
margin-bottom: 1em;
}
img.caras {width: 50%; margin-top: 0em; border-radius: 50%;
opacity: 1;
border: 5px solid var(--dark-pink);
background-color: white; }



    .bloque-abecedario .item {background: #ffffff;   padding: 10px; text-align: center; border:1px solid #000;}
       .bloque-curiosidades .item {background: #ffffff;   padding: 10px; text-align: center; border:1px solid #000;}


       .bloque-abecedario .item p {color: #000 !important;
    text-align: center;
    font-size: 17px;
    line-height: 24px;}
       .bloque-abecedario .item p strong {font-family: 'Barlow Semi Condensed', sans-serif !important;}

   .bloque-abecedario .item p span {
background-color: var(--primary-color);
color: var(--secondary-color);
padding: 10px 20px;
font-weight: 700;
line-height: 50px;
}


   .bloque-curiosidades .item p span {
background-color: var(--primary-color);
color: var(--secondary-color);
padding: 10px 20px;
font-weight: 700;
display: block;
width: 100%;
margin-bottom: 10px;
}

       .item {background: var(--primary-color);   padding: 10px; text-align: center;}

    
     img.malliots {width: 50%; margin-top: -8em; border-radius: 50%;
opacity: 1;
border: 5px solid var(--secondary-color);
background-color: white; }

img.malliots2 {width: 30%; float:left; }



    .especial-vuelta .item h4 {text-align: center; color: var(--secondary-color); margin: 0.4em 0em}
      .especial-vuelta .bloque-etapas .item h4 {font: 30px/1 'Barlow Semi Condensed', sans-serif;
font-weight: 500;}
.especial-vuelta .bloque-etapas .item p {font: 23px/1 'Barlow Semi Condensed', sans-serif;
font-weight: 500; text-align: center;}


    .equipo-vuelta {position: relative; display: inline-block;}

    .equipo-vuelta p { color: #fff;}
   
.especial-vuelta .leyendaequipo p { color: #ccc;}


article {position: relative;}

.imagenhorizontal2 {
grid-column: 2 / -2;
margin-top: 0px;
position: sticky;
top: 0px;
height: 100vh;
}

.imagenn { 
 height: 100vh;
        background-position: center 50px;
        grid-column: 1 / -1 !important;
        background-size: cover;
        background-repeat: no-repeat;
        position: absolute;
        top: 0;
    transition: all 1s ease;
    width: 100%}



.imagenn {
  opacity: 0;
  transition: all 0.5s ease;
}
.imagenn.active {
  opacity: 1;
}

.prueba {

    background-image: url(https://e00-especiales-marca.uecdn.es/ciclismo/images/giro-italia/2024/favoritos/00.jpg);
   
opacity: 1 !important;

    }

.image--1 { background-image: url(https://e00-especiales-marca.uecdn.es/ciclismo/images/giro-italia/2024/favoritos/01.jpg); }

.image--2 { background-image: url(https://e00-especiales-marca.uecdn.es/ciclismo/images/giro-italia/2024/favoritos/02.jpg); }

.image--3 { background-image: url(https://e00-especiales-marca.uecdn.es/ciclismo/images/giro-italia/2024/favoritos/03.jpg); }

.image--4 { background-image: url(https://e00-especiales-marca.uecdn.es/ciclismo/images/giro-italia/2024/favoritos/04.jpg); }

.image--5 { background-image: url(https://e00-especiales-marca.uecdn.es/ciclismo/images/giro-italia/2024/favoritos/05.jpg); }

.image--6 { background-image: url(https://e00-especiales-marca.uecdn.es/ciclismo/images/giro-italia/2024/favoritos/06.jpg); }

.image--7 { background-image: url(https://e00-especiales-marca.uecdn.es/ciclismo/images/giro-italia/2024/favoritos/07.jpg); }

.image--8 { background-image: url(https://e00-especiales-marca.uecdn.es/ciclismo/images/giro-italia/2024/favoritos/08.jpg); }











.threshold {
  position: sticky;
  width: 100%;
  height:1px;
  background-color: transparent;
  z-index: 9999999999;
}
.threshold--top {
  top: 50%;
}

.contenido__sedes { width: 335px !important; }

   .contenido__sedes h4 {font-family: 'Barlow Semi Condensed', sans-serif;
font-size: 42px;
font-weight: 800;
color: #000000;

overflow: hidden;
margin: 0px;
text-align: left;
padding: 20px 20px 0px 20px;}

 .contenido__sedes p {
font-weight: 300;
font-family: 'Barlow Semi Condensed', sans-serif;
font-size: 20px;
color: #000000 !important;
line-height: 26px;
margin: 10px 0px 10px 0px;
text-align: left;
padding: 1em;
}

.contenido__sedes p.ficha {
font-weight: 300;
font-family: 'Barlow Semi Condensed', sans-serif;
font-size: 20px;
color: #000000;
line-height: 26px;
margin: 20px 20px 0px 20px;
text-align: left;
padding: 0em;
}

.contenido__sedes { display: grid; grid-template-columns: repeat(1, 1fr); grid-column: 2 / -2 !important; z-index: 1;background-color: rgba(255, 255, 255, .9);  }



.finficha {height:100vh}


.cabecera-favoritos { background-color:var(--secondary-color) }

.bandera {width: 24px; margin-right: 5px}



.especial-vuelta .maparecorrido {
grid-column: 1 / -1;
margin-bottom: 0px;
}


.especial-vuelta .articulo .articulo__grande {
grid-column: 2 / -2;
padding-right: 2rem;
padding-left: 2rem;
}

.especial-vuelta .articulo .articulo__grande2 {
grid-column: 1 / -1;
padding-right: 2rem;
padding-left: 2rem;
}

.especial-vuelta .articulo .articulo__grande .bloque__texto-con-imagen {
display: grid;
grid-template-columns: 1fr;
grid-gap: 0px;
padding-bottom: 3rem;
}

.especial-vuelta .articulo .articulo__grande2 .bloque__texto-con-imagen {
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: 20px;
padding-bottom: 3rem;
}



.texto-centrado {
justify-content: center;
display: flex;
flex-direction: column;
padding: 0 4rem;
}

.especial-vuelta .articulo .articulo__grande .bloque__rivalidad {
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: 20px;
}

.especial-vuelta .articulo .articulo__grande .bloque__rivalidad .item1 {
grid-column: span 1;
}

.especial-vuelta .articulo .articulo__grande .bloque__rivalidad .item2 {
grid-column: span 1;
}

.especial-vuelta  .articulo .articulo__grande .bloque__rivalidad .item3 {
grid-column: span 2;
}


.especial-vuelta .articulo .articulo__grande .bloque__rivalidad .item4 {
grid-column: span 1;
}


.especial-vuelta .articulo .articulo__grande .bloque__rivalidad .item5 {
grid-column: span 1;
}

.especial-vuelta  .articulo .articulo__grande .bloque__rivalidad .item6{
grid-column: span 2;
}


.especial-vuelta .articulo .articulo__grande .bloque__rivalidad .item7 {
grid-column: span 1;
}


.especial-vuelta .articulo .articulo__grande .bloque__rivalidad .item8 {
grid-column: span 1;
}

.especial-vuelta  .articulo .articulo__grande .bloque__rivalidad .item9 {
grid-column: span 2;
}


.especial-vuelta .articulo .articulo__grande .bloque__rivalidad .item10{
grid-column: span 1;
}



.especial-vuelta .articulo .articulo__grande .bloque__rivalidad .item11{
grid-column: span 1;
}

.especial-vuelta  .articulo .articulo__grande .bloque__rivalidad .item12 {
grid-column: span 2;
}



.especial-vuelta .articulo .articulo__grande .bloque__rivalidad .item13 {  grid-column: span 1;}



.especial-vuelta .articulo .articulo__grande .bloque__rivalidad .item14 {grid-column: span 1;}

.especial-vuelta  .articulo .articulo__grande .bloque__rivalidad .item15 {
grid-column: span 2;
}


.especial-vuelta .articulo .articulo__grande .bloque__rivalidad .item16 {  grid-column: span 1;}



.especial-vuelta .articulo .articulo__grande .bloque__rivalidad .item17 {grid-column: span 1;}

.especial-vuelta  .articulo .articulo__grande .bloque__rivalidad .item18 { grid-column: span 2;}

.especial-vuelta .articulo .articulo__grande .bloque__rivalidad .item19 {  grid-column: span 1;}



.especial-vuelta .articulo .articulo__grande .bloque__rivalidad .item20 {grid-column: span 1;}

.especial-vuelta  .articulo .articulo__grande .bloque__rivalidad .item21 { grid-column: span 2;}

.especial-vuelta .articulo .articulo__grande .bloque__rivalidad .item22 {  grid-column: span 1;}



.especial-vuelta .articulo .articulo__grande .bloque__rivalidad .item23 {grid-column: span 1;}

.especial-vuelta  .articulo .articulo__grande .bloque__rivalidad .item24 { grid-column: span 2;}

/* tabla palmarés */

.table {
margin: 0 0 40px 0;
width: 100%;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
display: table;
 font-weight: 300;
font-family: 'Barlow Semi Condensed', sans-serif;
font-size: 20px;
}

@media screen and (max-width: 580px) {
.table {
  display: block;
}
}

.row {
display: table-row;
background: #f6f6f6;
}

.row:nth-of-type(odd) {
background: #e9e9e9;
}

.row.header {
font-weight: 600;
color: var(--secondary-color);
background: var(--primary-color);
text-transform: uppercase;
font-size: 17px;
}

.row.green {
background: #27ae60;
}

.row.blue {
background: #2980b9;
}

@media screen and (max-width: 580px) {
.row {
  padding: 14px 0 7px;
  display: block;
}

.row.header {
  padding: 0;
  height: 6px;
}

.row.header .cell {
  display: none;
}

.row .cell {
  margin-bottom: 10px;
}

.row .cell:before {
  margin-bottom: 3px;
  content: attr(data-title);
  min-width: 98px;
  font-size: 10px;
  line-height: 10px;
  font-weight: bold;
  text-transform: uppercase;
  color: #969696;
  display: block;
}
}

.cell {
padding: 6px 12px;
display: table-cell;
}

@media screen and (max-width: 580px) {
.cell {
  padding: 2px 16px;
  display: block;
}
}


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;
}
p.firma span {
font-weight: 500;
}







































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

Estilos para móvil

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

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

ol, ul { 
overflow: hidden;
}


.especial-vuelta p.fichaesp2 {
margin-bottom: 0px;
}



.contenido__sedes {
width: 100% !important;margin-bottom: 1em;
}
.especial-vuelta .articulo .articulo__grande2 {
grid-column: 1 / -1;
padding-right: 1rem;
padding-left: 1rem;
}

.item {
background: var(--primary-color);
padding: 5px;
text-align: center;
}
.texto-centrado {
justify-content: center;
display: flex;
flex-direction: column;
padding: 30px;
}

.especial-vuelta .articulo .articulo__grande {
grid-column: 1 / -1;
padding-right: 1rem;
padding-left: 1rem;
}

.especial-vuelta .articulo .articulo__grande .bloque__rivalidad {
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: 5px;
}

.cb-slideshow li:nth-child(1) span { 
    background-image: url(https://e00-especiales-marca.uecdn.es/ciclismo/images/vuelta-espana/2025/apertura/01-m.jpg);
    background-position: 60% 50%;
}
.cb-slideshow li:nth-child(2) span { 
    background-image: url(https://e00-especiales-marca.uecdn.es/ciclismo/images/vuelta-espana/2025/apertura/02-m.jpg);
    animation-delay: 6s; 
    background-position: 24% 50%;
}
.cb-slideshow li:nth-child(3) span { 
    background-image: url(https://e00-especiales-marca.uecdn.es/ciclismo/images/vuelta-espana/2025/apertura/03-m.jpg);
    animation-delay: 12s; 
    background-position: 52% 50%;
}
.cb-slideshow li:nth-child(4) span { 
    background-image: url(https://e00-especiales-marca.uecdn.es/ciclismo/images/vuelta-espana/2025/apertura/04-m.jpg);
    animation-delay: 18s; 
    background-position: 28% 50%;
}
.cb-slideshow li:nth-child(5) span { 
    background-image: url(https://e00-especiales-marca.uecdn.es/ciclismo/images/vuelta-espana/2025/apertura/05-m.jpg);
    animation-delay: 24s; 
}
.cb-slideshow li:nth-child(6) span { 
    background-image: url(https://e00-especiales-marca.uecdn.es/ciclismo/images/vuelta-espana/2025/apertura/06-m.jpg);
    animation-delay: 30s; 
      background-position: 60% 50%;
}



.especial-vuelta .color h2 {  font: 50px/1 'Barlow Semi Condensed', sans-serif; font-weight: 800;}
.especial-vuelta h3 {
font: 40px/1 'Barlow Semi Condensed', sans-serif;
font-weight: 800;
text-align: center;
color: #000000;
margin: 30px 0px 30px 0px;
text-transform: uppercase;
}

.especial-vuelta .color h3 {
font: 50px/1 'Barlow Semi Condensed', sans-serif;
font-weight: 800;
text-align: center;
color: #fff;
margin: 30px 0px 30px 0px;
text-transform: uppercase;
}


.especial-vuelta .bloque {
display: grid;
grid-template-columns: 1fr;
grid-gap: 10px;
}


.especial-vuelta .bloque2 {
display: grid;
grid-template-columns: 1fr;
grid-gap: 10px;

}

.especial-vuelta .bloque-abecedario {
display: grid;
grid-template-columns: 1fr;
grid-gap: 10px;

}

.especial-vuelta .bloque-curiosidades {
display: grid;
grid-template-columns: 1fr;
grid-gap: 10px;

}

.especial-vuelta .bloque-curiosidades2 {
display: grid;
grid-template-columns: 1fr;
grid-gap: 10px;

}

.especial-vuelta .bloque-etapas {
display: grid;
grid-template-columns: 1fr;
grid-gap: 20px;
margin-bottom: 1em;
}
.especial-vuelta .articulo .articulo__grande .bloque__texto-con-imagen {
display: grid;
grid-template-columns: 1fr ;
padding-bottom: 1rem;
}

.especial-vuelta .articulo .articulo__grande2 .bloque__texto-con-imagen {
display: grid;
grid-template-columns: 1fr ;
grid-gap: 20px;
padding-bottom: 1rem;
}


.especial-vuelta .cabecera-entrevista .cb-slideshow ul li {margin-right: 0px !important;}
.especial-vuelta .cabecera-entrevista .cb-slideshow li {margin-right: 0px !important; }
.content-items .content-item .multimedia-item {float: none; height: auto; margin-right:0px; max-height: inherit; max-width: 100%;
overflow: hidden;}

.especial-vuelta {  margin-top: 0em;}


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


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

.tabs-content .tab-breadcrumb-list li {background: #03060d;}
.tabs-content .tab-breadcrumb-list li a { color: #ffffff;}
.tabs-content { background-color: #0a0d12; display: none;}


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



.cubrereproductor {margin-bottom: 20px;}
.especial-vuelta blockquote p {font-size: 2rem;   line-height: 2.5rem;}

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

Imágenes movil: 


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


.parallax1 {
/* The image used */
background-image: url('https://e00-especiales-marca.uecdn.es/ciclismo/images/vuelta-espana/2025/parallax/01.jpg');

/* Full height */
height: 100vh; 

/* Create the parallax scrolling effect */
background-attachment: scroll;
background-position: top center;
background-repeat: no-repeat;
background-size: cover;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
}

.parallax2 {
/* The image used */
background-image: url('https://e00-especiales-marca.uecdn.es/ciclismo/images/vuelta-espana/2025/parallax/02.jpg');

/* Full height */
height: 100vh; 

/* Create the parallax scrolling effect */
background-attachment: scroll;
background-position: top center;
background-repeat: no-repeat;
background-size: cover;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
}

.parallax3 {
/* The image used */
background-image: url('https://e00-especiales-marca.uecdn.es/ciclismo/images/vuelta-espana/2025/parallax/03.jpg');

/* Full height */
height: 100vh; 

/* Create the parallax scrolling effect */
background-attachment: scroll;
background-position: top center;
background-repeat: no-repeat;
background-size: cover;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
}


.parallax4 {
/* The image used */
background-image: url('https://e00-especiales-marca.uecdn.es//ciclismo/images/vuelta-espana/2025/parallax/04.jpg');

/* Full height */
height: 100vh; 

/* Create the parallax scrolling effect */
background-attachment: scroll;
background-position: top center;
background-repeat: no-repeat;
background-size: cover;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
}



.parallax5 {
/* The image used */
background-image: url('https://e00-especiales-marca.uecdn.es/ciclismo/images/vuelta-espana/2025/parallax/05.jpg');

/* Full height */
height: 100vh; 

/* Create the parallax scrolling effect */
background-attachment: scroll;
background-position: top center;
background-repeat: no-repeat;
background-size: cover;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
}
.parallax6 {
/* The image used */
background-image: url('https://e00-especiales-marca.uecdn.es/ciclismo/images/vuelta-espana/2025/parallax/06.jpg');

/* Full height */
height: 100vh; 

/* Create the parallax scrolling effect */
background-attachment: scroll;
background-position: top center;
background-repeat: no-repeat;
background-size: cover;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
}

.parallax7 {
/* The image used */
background-image: url('https://e00-especiales-marca.uecdn.es/ciclismo/images/vuelta-espana/2025/parallax/07.jpg');

/* Full height */
height: 100vh; 

/* Create the parallax scrolling effect */
background-attachment: scroll;
background-position: top center;
background-repeat: no-repeat;
background-size: cover;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
}


.parallax8 {
    /* The image used */
    background-image: url('https://e00-especiales-marca.uecdn.es/ciclismo/images/vuelta-espana/2025/parallax/08.jpg');
    
    /* Full height */
    height: 100vh; 
    
    /* Create the parallax scrolling effect */
    background-attachment: scroll;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    }


    .parallax9 {
    /* The image used */
    background-image: url('https://e00-especiales-marca.uecdn.es/ciclismo/images/vuelta-espana/2025/parallax/09.jpg');
    
    /* Full height */
    height: 100vh; 
    
    /* Create the parallax scrolling effect */
    background-attachment: scroll;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    }

    .parallax10 {
    /* The image used */
    background-image: url('https://e00-especiales-marca.uecdn.es/ciclismo/images/vuelta-espana/2025/parallax/10.jpg');
    
    /* Full height */
    height: 100vh; 
    
    /* Create the parallax scrolling effect */
    background-attachment: scroll;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    }








.texto-parallax p {
font-size: 14vw;
line-height: 1;
font-weight: 300;
font-style: italic;
opacity: 0.85;
margin-bottom: 1rem;
text-align: center;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: flex;
align-items: center;
justify-content: center;
font-family: Barlow Semi Condensed, sans-serif;
height: 100vh;
color: #ffffff;
padding: 0px 0.5em;
background-color: rgba(0, 0, 0, 0.5);
text-shadow: #000 1px 0 10px;
}


div.sticky-entrevista {

background-image: url(https://e00-especiales-marca.uecdn.es/entrevistas/images/ejemplo1.jpg);

}


}


.bloque-anecdotas h4 { color: #000;}
.bloque-anecdotas p { color: #000;}


/* codigo youtuve responsive */

.youtube-responsive {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
padding-top: 30px;
position: relative;
}

.youtube-responsive iframe,
.youtube-responsive object,
.youtube-responsive embed {
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}


a.enlaces {color: #000;
    text-decoration: underline;
    font-weight: 500;
}

a.enlaces:hover {
text-decoration: underline; font-weight: 500; opacity: 0.6;}


a.enlaces-color {color: var(--secondary-color);
text-decoration: underline;}

a.enlaces-color:hover {
text-decoration: underline; font-weight: bold;}

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

.marca-theme-v2 .ue-c-section-title {
    border-bottom: none;}



/* estilos cabecera seccion */

.cabecera-seccion {
    margin: 60px 0 30px 0;
    text-align: center;
    position: relative;
    grid-column: 2 / -2 !important;
  }
  
  .cabecera-seccion::after {
    content: '';
    display: block;
    width: 100px;
    height: 3px;
    background-color: var(--primary-color);
    margin: 15px auto;
  }


  h3.seccion-titulo {
    font-size: 2.2rem;
    color: #000;
    margin-bottom: 5px;
    line-height: 2.2rem;
  text-transform: uppercase;
  }
  
  p.seccion-subtitulo {
    font-size: 1.1rem;
    color: var(--text-color);
    margin-bottom: 20px;
    text-align: center;
}

  @media (max-width: 768px) {

    .seccion-titulo {
      font-size: 2.2rem;
    }
  }



/* estilos filtros */



  .filtros {
    background-color: white;
    padding: 15px;
    border-radius: 12px;
    margin-bottom: 20px;
  }

  .filtros h4 {
    color: #ccc;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 20px 0;
}

  .filtro-opciones {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-top: 10px;
  }
  
  .filtro-boton {
    background-color: var(--primary-color);
    border: 0px;
    padding: 8px 15px;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    color: var(--secondary-color);
    font-weight: 500;
  }
  
  .filtro-boton:hover, .filtro-boton.active {
    background-color: #000;
    color: var(--secondary-color);
    border-color: var(--secondary-color);
  }

  @media (max-width: 576px) {

    .filtro-opciones {
      flex-direction: column;
      align-items: stretch;
    }
    
    .filtro-boton {
      margin-bottom: 5px;
    }
 
  }

  
    
  .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: var(--primary-color);
    border-radius: 0px 0px 12px 12px;
    overflow: hidden;
    /* box-shadow: var(--card-shadow); */
    /* transition: transform 0.3s ease, opacity 0.3s ease; */
    border: 0px;
  }
  
  .equipo-bloque:hover {
    transform: translateY(-5px);
    /*box-shadow: 0 8px 15px rgba(232, 62, 140, 0.2);*/
  }
  
  .equipo-image {

    overflow: hidden;
    position: relative;
    background-color: #fff;
    padding: 15px 0;
  }
  
  .equipo-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
  }
  
  
  .maillot-contenedor {
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
    margin: auto;
    width: 135px;
    height: 135px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border: 3px solid var(--primary-color);
    padding: 12px;
    z-index: 2;
  }
  
  .maillot-img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  
  .equipo-info {
    padding: 20px;
  }
  
  h4.equipo-nombre {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--secondary-color);
    min-height: 40px;
    line-height: 1.2rem;
    text-transform: uppercase;
    text-align: center;
    margin: 0px;
  }

  h4.equipo-nombre span {
  font-weight: 300;
  line-height: 30px;
  text-transform: lowercase;
}
  
  p.equipo-texto {
    font-size: 1.1rem;
    color: #fff;
    margin-bottom: 15px;
  }
  
  .counter {
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 20px;
    color: #000;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
  }

  /* RESPONSIVE */
  @media (max-width: 768px) {
    .equipos-grid {
      grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    }
    
    
    .seccion-titulo {
      font-size: 1.8rem;
    }
  }
  
  @media (max-width: 576px) {
    .equipos-grid {
      grid-template-columns: 1fr;
    }
    
    .filtro-opciones {
      flex-direction: column;
      align-items: stretch;
    }
    
    .filtro-boton {
      margin-bottom: 5px;
    }
    
    .equipo-image {
      /*height: 180px;*/
    }
    
    .maillot-contenedor {
      width: 100px;
      height: 100px;
    }
  }


  /* SECCIÓN DE ETAPAS */
  .etapa-numero-contenedor {
    background-color: var(--primary-color);
    color: #fff;
    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: 'Barlow Semi Condensed', sans-serif;
  }
  
  .detalles-etapas {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    font-size: 0.85rem;
    color: #000;
    background-color: #fffbf0;
    padding: 8px 12px;
    border-radius: 6px;
    font-weight: 500;
    font-family: 'Barlow Semi Condensed', sans-serif;
    background-color: var(--secondary-color);
  }
  
  .etapa-fecha, .etapa-desnivel {
    display: flex;
    align-items: center;
  }
  
  .etapa-desnivel:before {
    content: "Desnivel: ";
    font-weight: 600;
    margin-right: 3px;
  }


    /* SECCIÓN DE CICLISTAS */
    .cyclists-section {
        background-color: #f0f0f0;
        padding: 50px 0;
        margin: 30px 0;
      }
      
      .section-header {
        text-align: center;
        margin-bottom: 40px;
      }
      
      .section-title {
        font-size: 2.5rem;
        font-weight: 800;
        color: #222;
        text-transform: uppercase;
        margin-bottom: 10px;
      }
      
      .section-title::after {
        content: '';
        display: block;
        width: 80px;
        height: 4px;
        background-color: var(--primary-color);
        margin: 15px auto;
      }
      
      .section-subtitle {
        font-size: 1.2rem;
        color: #555;
        max-width: 700px;
        margin: 0 auto;
      }
      
      /* Tarjetas de ciclistas con diseño alternado */
      .ciclistas-contenedor {
        display: flex;
        flex-direction: column;
        gap: 30px;
        grid-column: 2 / -2 !important;
        margin-bottom: 30px;
      }
      
      /* Tarjeta base */
      .ciclista-card {
        display: flex;
        background: white;
        /*height: 400px;*/
        box-shadow: 0 10px 20px rgba(0,0,0,0.1);
        overflow: hidden;
      }
      
      /* Tarjeta con foto a la izquierda */
      .ciclista-card-left {
        flex-direction: row;
        border-left: 10px solid var(--primary-color);
      }
      
      /* Tarjeta con foto a la derecha */
      .ciclista-card-right {
        flex-direction: row-reverse;
        border-right: 10px solid var(--primary-color);
      }
      
      /* Contenedor de imagen */
      .ciclista-contenidor-imagen {
        flex: 0 0 300px;
        position: relative;
        overflow: hidden;
      }
      
      /* Imagen */
      .ciclista-imagen {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center top;
        transition: transform 0.5s ease;
      }
      
      .ciclista-card:hover .ciclista-imagen {
        transform: scale(1.05);
      }
      
      /* Especialidad */
      .ciclista-especialidad {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background: rgba(0,0,0,0.7);
        color: white;
        padding: 8px 0;
        text-align: center;
        font-size: 0.9rem;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
      }
      
      /* Contenido */
      .ciclista-contenido {
        flex: 1;
        padding: 35px;
        display: flex;
        flex-direction: column;
        justify-content: center;
      }
      
      h4.ciclista-nombre {
        font-size: 2.2rem;
        font-weight: 800;
        color: #222;
        margin-bottom: 5px;
      }
      
      .ciclista-detalles {
        display: flex;
        justify-content: space-between;
        margin: 15px 0;
        padding-bottom: 15px;
        border-bottom: 1px solid #eee;
        font-family: 'Barlow Semi Condensed', sans-serif;
      }
      
      .ciclista-equipo {
        font-weight: 600;
        color: #666;
      }
      
      .ciclista-card-right .ciclista-equipo {
        color: #666;
      }
      
      .ciclista-edad {
        color: #666;
      }
      
      p.ciclista-texto {
        font-size: 1rem;
        line-height: 1.4rem;
        color: #444;
        
      }

      .ciclista-contenedor-imagen {
    width: 50%;
}
      
      /* Media queries */
      @media (max-width: 768px) {
        .ciclista-card-left, .ciclista-card-right {
          flex-direction: column;
          height: auto;
          border: none;
        }
        
        .ciclista-card-left {
          border-top: 10px solid var(--primary-color);
        }
        
        .ciclista-card-right {
          border-top: 10px solid var(--primary-color);
        }
        
        .ciclista-contenidor-imagen {
          flex: 0 0 250px;
        }
        
        h4.ciclista-nombre {
          font-size: 1.8rem;
        }
        
        .ciclista-contenido {
          padding: 25px;
        }
        .ciclista-contenedor-imagen {
    width: 100%;
}
      }

      .ue-l-common-page {
        display: none;
    }
  
    .cubrereproductor {
      width: 100%;
      height: 100%;
      margin-bottom: 50px;
      position: relative;
      z-index: 1;
  }
  
  a.enlaces-descarga {
    border-radius: 20px;
    background-color: #cc0000;
    color: #fff;
    padding: 10px 20px;
    font-size: 15px;
    text-transform: uppercase;
}

a.enlaces-descarga:hover { opacity: 0.7;}


.especial-vuelta .abecedario {
        grid-column: 1 / -1;
        padding-right: 1rem;
        padding-left: 1rem;
    }


    .bloque-abecedario .item p span.abecedario__letra {
        background-color: var(--primary-color);
    color: var(--secondary-color);
    padding: 10px 20px;
    font-weight: 700;
    line-height: 50px;
    font-size: 50px;
    display: block;
    }

        .bloque-abecedario .item p span.abecedario__tituloLetra {
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    background: none;
    line-height: 20px;
    font-size: 20px;
    text-align: center;
    display: block;
    }


       .especial-vuelta .bloque-abecedario {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
        grid-gap: 10px;
        margin-bottom: 1em;
    }

     .bloque-abecedario .item {
        background: #ffffff;
        padding: 10px;
        text-align: center;
        border: 1px solid #000
    }


        @media screen and (max-width: 768px) {
    .especial-vuelta .bloque-abecedario {
        display: grid
;
        grid-template-columns: 1fr;
        grid-gap: 10px;
    }
}


.equipo-texto a.enlaces {
    color: var(--primary-color);
}
