Tour de Francia 2025, conozca la información detallada de las 21 etapas y sus perfiles

Section

*Seleccione alguna de las etapas y conozca toda la información de cada una, su recorrido y perfiles.
.iframe-container {
width: 100%;
overflow: hidden;
}

.iframe-container iframe {
width: 100%;
border: none;
}

window.addEventListener('message', function(event) {
const iframe = document.querySelector('iframe');
if (event.data.height) {
iframe.style.height = (event.data.height + 50) + 'px'; // se suma 50px
}
});

.organizador{
display: flex;
height: 75px;
}
.linea-parrafo2{
border-bottom: 1.8px solid #000;
width: 400px;
justify-content: center;
margin: 0;
}

.rombo1 {
position: absolute;
margin-bottom: 0px;
width: 9px;
height: 9px;
background: #000;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}

Documento sin título

.caja-todo-gif{
width: 100%;
display: flex;
justify-content: center;
margin: 10px 0;
}
.linea-sep{
transform: translateX(171px);
margin-top: 99px;
position: absolute;
height: 2px;
width: 400px;
background: #f29100;
}
.linea-sep2{
transform: translateX(-171px);
margin-top: 99px;
position: absolute;
height: 2px;
width: 130px;
background: #f29100;
}
.caja-gif img{
-webkit-box-shadow: 3px 4px 21px -3px rgba(104,86,62,0.29);
-moz-box-shadow: 3px 4px 21px -3px rgba(104,86,62,0.29);
box-shadow: 3px 4px 21px -3px rgba(104,86,62,0.29);
max-width: 730px;
max-height: 70px;
width: 100%;
z-index: 1;
}
@media (max-width: 768px){
.linea-sep{
transform: translateX(148px);
margin-top: 99px;
position: absolute;
height: 2px;
width: 97px;
margin-right: 0;
background: #f29100;
}
.linea-sep2{
transform: translateX(-148px);
margin-top: 99px;
position: absolute;
height: 2px;
width: 97px;
margin-left: 0;
background: #f29100;
}
.caja-gif img{
max-width: 220px;
max-height: 70px;
}
}

Medio
Escrito por