Descripción
.sandman-container {
font-family: -apple-system, BlinkMacSystemFont, ‘Segoe UI’, Roboto, sans-serif;
max-width: 100%;
margin: 0;
padding: 0;
color: #1d1d1f;
line-height: 1.6;
}
.sandman-container * {
box-sizing: border-box;
}
/* Hero Section */
.hero-section {
display: flex;
align-items: center;
gap: 40px;
padding: 40px 20px;
max-width: 1200px;
margin: 0 auto;
}
.hero-text {
flex: 1;
min-width: 300px;
}
.hero-text h1 {
font-size: 3rem;
font-weight: 700;
margin-bottom: 10px;
background: linear-gradient(135deg, #8B4513, #2c1810);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.hero-subtitle {
font-size: 1.2rem;
color: #6e6e73;
margin-bottom: 20px;
}
.di2-badge {
background: linear-gradient(135deg, #8B4513, #2c1810);
color: white;
padding: 10px 20px;
border-radius: 20px;
font-weight: 600;
display: inline-block;
margin-bottom: 20px;
}
.price {
font-size: 2rem;
font-weight: 700;
color: #1d1d1f;
margin-bottom: 20px;
}
.hero-image {
flex: 1;
text-align: center;
}
.hero-image img {
max-width: 100%;
height: auto;
filter: drop-shadow(0 15px 50px rgba(139, 69, 19, 0.15));
}
/* Video Section */
.video-section {
padding: 60px 20px;
background: white;
}
.video-content {
max-width: 1200px;
margin: 0 auto;
display: grid;
grid-template-columns: 1fr;
gap: 40px;
}
@media (min-width: 1024px) {
.video-content {
grid-template-columns: 1fr 1fr;
align-items: start;
}
}
.video-container h3 {
font-size: 1.8rem;
font-weight: 600;
margin-bottom: 15px;
color: #1d1d1f;
text-align: center;
}
.video-subtitle {
color: #6e6e73;
font-size: 1.1rem;
margin-bottom: 25px;
text-align: center;
}
.video-player {
width: 100%;
height: auto;
border-radius: 12px;
filter: drop-shadow(0 20px 60px rgba(0,0,0,0.12));
}
.precision-column h3 {
font-size: 1.8rem;
font-weight: 600;
margin-bottom: 30px;
color: #1d1d1f;
text-align: center;
}
.precision-items {
display: flex;
flex-direction: column;
gap: 25px;
}
.precision-item {
background: white;
border-radius: 16px;
overflow: hidden;
box-shadow: 0 4px 20px rgba(0,0,0,0.08);
transition: transform 0.3s ease;
}
.precision-item:hover {
transform: translateY(-5px);
}
.precision-image {
width: 100%;
height: 180px;
object-fit: contain;
background: #ffffff;
}
.precision-text {
padding: 20px;
text-align: center;
}
.precision-text h4 {
font-size: 1.1rem;
font-weight: 600;
margin-bottom: 8px;
color: #1d1d1f;
}
.precision-text p {
color: #6e6e73;
font-size: 0.9rem;
}
/* Detail Gallery */
.detail-gallery {
padding: 60px 20px;
background: #f8f9fa;
}
.section-title {
font-size: 2.5rem;
font-weight: 700;
text-align: center;
margin-bottom: 50px;
color: #1d1d1f;
}
.detail-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 30px;
max-width: 1200px;
margin: 0 auto;
}
.detail-item {
background: white;
border-radius: 16px;
overflow: hidden;
box-shadow: 0 4px 20px rgba(0,0,0,0.08);
transition: transform 0.3s ease;
}
.detail-item:hover {
transform: translateY(-8px);
}
.detail-image {
width: 100%;
height: 250px;
object-fit: contain;
background: #ffffff;
}
.detail-text {
padding: 20px;
text-align: center;
}
.detail-text h4 {
font-size: 1.2rem;
font-weight: 600;
margin-bottom: 8px;
color: #1d1d1f;
}
.detail-text p {
color: #6e6e73;
font-size: 0.95rem;
}
/* Features Grid */
.features-section {
padding: 60px 20px;
background: white;
}
.features-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 40px;
max-width: 1000px;
margin: 0 auto;
}
.feature-card {
text-align: center;
}
.feature-icon {
width: 60px;
height: 60px;
background: linear-gradient(135deg, #8B4513, #2c1810);
border-radius: 15px;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 20px;
font-size: 1.5rem;
box-shadow: 0 8px 25px rgba(139, 69, 19, 0.3);
}
.feature-card h3 {
font-size: 1.3rem;
font-weight: 600;
margin-bottom: 10px;
color: #1d1d1f;
}
.feature-card p {
color: #6e6e73;
font-size: 1rem;
}
/* Di2 Section */
.di2-section {
padding: 60px 20px;
background: #f5f5f7;
text-align: center;
}
.di2-logo-container {
background: white;
border-radius: 20px;
padding: 40px;
margin-bottom: 40px;
box-shadow: 0 8px 30px rgba(0,0,0,0.06);
}
.di2-logo {
max-width: 600px;
width: 100%;
height: auto;
}
.di2-intro {
font-size: 1.3rem;
color: #6e6e73;
max-width: 600px;
margin: 0 auto 40px;
}
.benefits-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 30px;
max-width: 1000px;
margin: 0 auto 40px;
text-align: left;
}
.benefit h4 {
font-size: 1.2rem;
font-weight: 600;
margin-bottom: 8px;
color: #1d1d1f;
}
.benefit p {
color: #6e6e73;
font-size: 0.95rem;
line-height: 1.5;
}
.di2-highlight {
background: linear-gradient(135deg, #1d1d1f, #2c1810);
color: white;
padding: 40px;
border-radius: 16px;
margin-top: 40px;
}
.di2-highlight h3 {
font-size: 1.8rem;
font-weight: 600;
margin-bottom: 15px;
}
.di2-highlight p {
font-size: 1.2rem;
opacity: 0.9;
}
/* Specifications */
.specs-section {
padding: 60px 20px;
background: #f5f5f7;
}
.specs-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 40px;
max-width: 1000px;
margin: 0 auto;
}
.spec-category h4 {
font-size: 1.2rem;
font-weight: 600;
margin-bottom: 20px;
color: #1d1d1f;
border-bottom: 2px solid #8B4513;
padding-bottom: 5px;
}
.spec-item {
display: flex;
justify-content: space-between;
padding: 8px 0;
border-bottom: 1px solid #e0e0e0;
}
.spec-item:last-child {
border-bottom: none;
}
.spec-label {
color: #6e6e73;
font-weight: 500;
}
.spec-value {
color: #1d1d1f;
font-weight: 600;
}
/* Geometry Section */
.geometry-section {
padding: 60px 20px;
background: white;
}
.geometry-diagram {
text-align: center;
margin-bottom: 40px;
}
.geometry-image {
max-width: 800px;
width: 100%;
height: auto;
border-radius: 12px;
filter: drop-shadow(0 10px 30px rgba(0,0,0,0.1));
}
.geometry-table-wrapper {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
background: #f8f9fa;
border-radius: 16px;
padding: 30px;
box-shadow: 0 4px 20px rgba(0,0,0,0.1);
margin: 30px auto;
max-width: 100%;
}
.geometry-table {
width: 100%;
min-width: 700px;
border-collapse: collapse;
font-size: 0.9rem;
background: white;
border-radius: 8px;
overflow: hidden;
display: table;
}
.geometry-table th {
background: #1d1d1f;
color: white;
padding: 12px 8px;
text-align: center;
font-weight: 600;
font-size: 0.85rem;
}
.geometry-table th.size-col {
background: #8B4513;
}
.geometry-table td {
padding: 10px 8px;
text-align: center;
border-bottom: 1px solid #e0e0e0;
}
.geometry-table td:first-child {
text-align: left;
font-weight: 500;
color: #6e6e73;
}
.height-row {
background: #f0f8ff;
font-weight: 600;
}
.height-row td {
color: #1d1d1f;
}
/* Size Guide */
.size-section {
padding: 60px 20px;
background: white;
text-align: center;
}
.size-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
gap: 20px;
max-width: 600px;
margin: 0 auto;
}
.size-option {
background: #f5f5f7;
padding: 20px;
border-radius: 12px;
border: 2px solid transparent;
transition: all 0.3s ease;
}
.size-option:hover {
background: #e8e8ed;
}
.size-label {
font-size: 1.5rem;
font-weight: 700;
display: block;
margin-bottom: 5px;
color: #1d1d1f;
}
.size-range {
font-size: 0.9rem;
color: #6e6e73;
}
/* Responsive */
@media (max-width: 768px) {
.hero-section {
flex-direction: column;
text-align: center;
}
.hero-text h1 {
font-size: 2.5rem;
}
.section-title {
font-size: 2rem;
}
.detail-grid,
.features-grid,
.specs-grid {
grid-template-columns: 1fr;
}
.geometry-table {
font-size: 0.8rem;
}
.geometry-table th,
.geometry-table td {
padding: 6px 4px;
}
.geometry-table-wrapper {
padding: 20px;
}
.precision-image {
height: 150px;
}
.detail-image {
height: 200px;
}
}
Sandman 8
Carbono. Precisión. Aventura. Gravel.

Estreno en Eurobike 2025
Estrenado en la principal feria de ciclismo de Europa
Tu navegador no soporta la etiqueta de vídeo.
Precisión en cada detalle
Geometría Gravel
Manillar flare de 12°. Diseñado para caminos de gravel infinitos y comodidad.
Perfección electrónica
Cero fricción de cables. Respuesta instantánea. El futuro del cambio está aquí.
Precisión en cada detalle
Perfección electrónica
Cero fricción de cables. Respuesta instantánea. El futuro del cambio está aquí.
Ventaja aerodinámica
Perfil de carbono de 40 mm. Donde la aerodinámica se encuentra con el rendimiento de aventura.
Listo para la aventura
Almacenamiento integrado en el cuadro. Todo tiene su lugar en largos viajes.
Construido para la excelencia
Cuadro de carbono de 9,4 kg
Construcción en fibra de carbono Toray T800. Rendimiento ligero sin compromisos.
Optimizado para gravel
Geometría perfeccionada para la aventura. Comodidad que dura del amanecer al anochecer.
Listo para la aventura
Almacenamiento integrado. Todo tiene su lugar en largos recorridos.

Precisión electrónica
Shimano 105 Di2 elimina los compromisos del cambio mecánico. Cada cambio es instantáneo, preciso y sin esfuerzo, sin importar el clima, la fatiga o el terreno.
Respuesta instantánea
Las señales electrónicas viajan más rápido que la tensión de los cables. Cada cambio ocurre en milisegundos, justo cuando lo necesitas.
Perfecto bajo carga
A diferencia de los cables que pueden atascarse bajo potencia, Di2 cambia sin fallos al subir o esprintar a máxima intensidad.
Resistente a la intemperie
La electrónica sellada rinde igual en lluvia, nieve o polvo. Sin estiramiento de cable, corrosión ni pérdida de rendimiento.
Libre de mantenimiento
Configúralo una vez, cámbialo siempre. Sin ajustes, sin reemplazo de cables ni mantenimiento. Solo rendimiento puro.
Carga por Micro USB
Capacidad de carga simple con Micro USB. Una pulsación rápida en cualquier botón muestra el estado de la batería al instante.
Control inteligente por app
Asignación de botones, modos de cambio, velocidad de cambio múltiple y nuevo conmutador “Front Shift Next” vía app.
Autonomía 1000 km • Carga 2 h • Precisión de por vida
La tecnología que define la excelencia ciclista moderna.
Especificaciones técnicas
Cuadro y horquilla
Transmisión
Ruedas y frenos
Ancho x largo del manillar
Geometría y detalles de tallas

| Medida | XS (490) | S (520) | M (550) | L (580) |
|---|---|---|---|---|
| Altura de cuerpo (Referencia) | 155–164 cm | 165–174 cm | 175–186 cm | 187–196 cm |
| A – Longitud de inserción del tubo de sillín | 180 mm | 220 mm | 250 mm | 270 mm |
| B – Reach | 374.1 mm | 377.5 mm | 386 mm | 397.1 mm |
| C – Longitud del tubo superior, horizontal | 535 mm | 550 mm | 575 mm | 595 mm |
| D – Stack | 542.6 mm | 563.4 mm | 598.6 mm | 627.1 mm |
| E – Distancia entre ejes | 1008.9 mm | 1014.5 mm | 1029.6 mm | 1049.8 mm |
| F – Longitud de las vainas | 430 mm | 430 mm | 430 mm | 430 mm |
| G – Centro delantero | 593.8 mm | 599.4 mm | 614.5 mm | 634.5 mm |
| H – Caída del eje de pedalier | 70 mm | 70 mm | 70 mm | 70 mm |
| I – Altura del eje de pedalier | 285 mm | 285 mm | 285 mm | 285 mm |
| J – Ángulo del tubo de sillín | 73.5° | 73° | 72.5° | 72.5° |
| K – Ángulo del tubo de dirección | 71° | 71.5° | 72° | 72° |
| L – Longitud del tubo de sillín | 490 mm | 520 mm | 550 mm | 580 mm |
| M – Longitud del tubo de dirección | 120 mm | 140 mm | 175 mm | 205 mm |
| Altura de paso (700C×50C) | 776.4 mm | 793.4 mm | 833.4 mm | 863.9 mm |
| Altura de paso (650B×2.1″) | 766.4 mm | 783.4 mm | 823.4 mm | 853.9 mm |
| N – Offset de la horquilla | 50 mm | 50 mm | 50 mm | 50 mm |
| O – Longitud total de la horquilla | 397 mm | 397 mm | 397 mm | 397 mm |
| P – Rake (Trail) | 69.3 mm | 66.1 mm | 62.7 mm | 62.7 mm |
Elige tu talla
Para obtener instrucciones detalladas sobre el montaje de la bicicleta, puedes ver el video de YouTube aquí:














Valoraciones
No hay valoraciones aún.