
.sitioWebLineaTiempo {
    /*margin-top: 95px;*/
    margin: 0;
    z-index: 0;
}

body,html {
            margin: 0;
            padding: 0;
            font-family: "Oswald", sans-serif;
            font-style: normal;
        }

        .row {
            --bs-gutter-x: 0rem;
        }

        .bg-image {
            background-size: cover;
            background-position: center;
            height: 100%;
        }

        .floating-image {
            width: 40%;
            position: absolute;
            top: 150%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

        .fuente p strong {
            display: block;
            font-family: 'Oswald';
        }

        .fuente p {
            font-family: 'Montserrat';
        }

        /* Estilos de la primera sección */
        .first-section {
            position: relative;
            height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            transition: background-image 0.5s ease;
        }

        .background-image {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image: url('../img/lineaTiempo/background.png');
            background-size: cover;
            transition: background-image 0.5s ease;
            /* Transición suave */
        }

        .content {
            z-index: 1;
            text-align: center;
        }

        #mayuscula {
            text-transform: uppercase;
            text-align: right;
        }

        h1 {
            font-size: 3.5rem;
            line-height: 1.2;
            margin-bottom: 20px;
        }

        .highlight {
            color: #FF0000;
        }

        .motorcycle-images div {
            display: flex;
            justify-content: center;
            margin-top: 150px;
            margin-bottom: 20px;
            align-items: center;
        }

        #moto7 {
            width: 155px;
            height: 155px;
        }

        .motorcycle:not(.normal) {
            width: 110px;
            height: 100px;
            margin: 0 35px 0 0;
            filter: grayscale(1);
            opacity: 0.5;
            transition: opacity 0.3s ease;
        }

        .motorcycle:hover {
            filter: none;
            opacity: 1;
        }

        .normal {
            opacity: unset;
        }

        .active {
            opacity: 1;
        }

        .start-btn {
            text-decoration: none;
            color: #fff;
            font-size: 1.2rem;
            display: flex;
            align-items: center;
        }

        .start-btn span {
            margin-right: 5px;
        }

        .start-btn img {
            width: 20px;
            height: 20px;
            vertical-align: middle;
        }

        #centrotext {
            text-align: center;
        }

        #centroimg {
            display: flex;
            justify-content: center;
            align-items: center;
        }

        #comenzar {
            margin-top: 10px;
        }

        .letra-roja {
            color: #E30613;
        }

        /* Estilos de la imagen de la moto */
        .center-image {
            width: 80%;
            position: absolute;
            top: 150px;
            left: 0%;
            transform: translateX(-50%);
            transition: opacity 0.5s ease;
        }

        /* Estilos de los controles */
        .control-container {
            position: absolute;
            top: 50%;
            right: 10px;
            transform: translateY(-50%);
            display: flex;
            flex-direction: column;
            align-items: flex-end;
        }

        .control {
            width: 12px;
            height: 12px;
            background-color: #555555;
            border-radius: 50%;
            cursor: pointer;
            margin-bottom: 10px;
        }

        .control.active {
            background-color: #D31717;
        }

        .control-image-container {
            width: 75%;
            text-align: right;
            margin-right: -5px;
        }

        .control-image-container img {
            width: 60px;
            opacity: 0.5;
            transition: opacity 0.3s ease;
            margin-bottom: 10px;
        }

        .control:hover .control-image-container img {
            opacity: 1;
        }

        .textoparrafo {
            font-family: "Montserrat", sans-serif;
             font-size: 1.4rem;
            font-weight: 500;
            line-height: 1.8;
        }

        #control {
            margin-bottom: 2rem;
        }

        .motocentro {
            width: 30%;
            position: absolute;
            z-index: 99;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            margin: auto;
        }

        /* Estilos para la segunda sección */
        #seccion2 {
            width: 100%;
            height: 100vh;
            position: relative;
            z-index: 0;
            overflow-x: hidden;
        }

        #seccion3 {
            width: 100%;
            height: 100vh;
            position: relative;
            z-index: 0;
            overflow-x: hidden;
        }

        #seccion4 {
            width: 100%;
            height: 100vh;
            position: relative;
            z-index: 0;
            overflow-x: hidden;
        }

        #fazer2 {
            width: 100%;
            height: 100vh;
            position: relative;
            z-index: 0;
            overflow-x: hidden;
        }

        #seccion5 {
            width: 100%;
            height: 100vh;
            position: relative;
            z-index: 0;
            overflow-x: hidden;
        }

        #seccion6 {
            width: 100%;
            height: 100vh;
            position: relative;
            z-index: 0;
            overflow-x: hidden;
        }

        #seccion8 {
            width: 100%;
            height: 100vh;
            position: relative;
            z-index: 0;
            overflow-x: hidden;
        }

        #seccion9 {
            width: 100%;
            height: 100vh;
            position: relative;
            z-index: 0;
            overflow-x: hidden;
        }

        .verinfo:hover {
            background-color: #ED1744;
        }

        .verinfo img {
            vertical-align: middle;
            margin-left: 10px;
        }

        .flechas {
            display: flex;
            align-items: center;
            position: fixed;
            bottom: 30px;
            right: 50px;
            z-index: 99;
        }

        .flechas a {
            margin-right: 10px;
        }

        .terminos {
             font-size: 1.2rem;
            font-family: "Montserrat", sans-serif;
            color: #fff;
            text-decoration: underline;
        }

        .flechas img {
            bottom: 20px;
            right: 21px;
            position: fixed;
        }

        .colores-container {
            width: 330px;
            font-size: 1.4rem;
            font-family: "Montserrat", sans-serif;
            color: #fff;
            position: absolute;
            bottom: 25px;
        }

        .colores-container img {
            width: 25px;
            margin-right: 5px;
            margin-left: 15px;
            margin-bottom: -5px;
        }

        .especificaciones {
            padding-top: 20%;
        }

        .relative {
            position: relative;
        }

        .descripcion-especificaciones {
            display: none;
        }

        .especificaciones.activo div {
            background-color: green;
            height: 100%;
            width: 100%;
            position: absolute;
            top: 0;
        }

        .descripcion-especificaciones.fuente {
            font-family: "Montserrat", sans-serif;
            font-size: 1.2rem;
            line-height: 1;
        }

        .tituloizq {
            color: #FF0000;
            /* Color rojo */
            text-decoration: none;
            font-size: 4.6rem;
            font-weight: bold;
            margin-bottom: 50px;
            line-height: 1.2;
            cursor: pointer;
        }

        .tituloizq.active span {
            padding-left: 65px;
        }

        .tituloizq:hover,
        .tituloizq.active {
            color: #1b1b1b;
        }

        .active.tituloizq:before {
            content: url('../img/lineaTiempo/arrow-left.svg');
            padding-right: 15px;
            transition: all .3s;
        }

        .imagenderecha {
            width: 100%;
            height: 100vh;
            object-fit: cover;
            z-index: 0;
            position: relative;
        }

        .imgmoto24 {
            width: 100%;
        }

        .margen-textomoto {
            height: 100vh;
            display: block;
            align-items: center;
            padding: 5% 13% 5% 4%;
        }

        .seccion1,
        .moto1,
        .moto2,
        .moto3,
        .moto4,
        .moto5,
        .moto6,
        .moto7 {
            cursor: pointer;
        }

        .tituloizq span {
            display: block;
        }

        .containerFinal {
            position: relative;
            height: 100vh;
            max-width: 80%;
        }

        a.terminos {
            position: absolute;
            bottom: 30px;
            right: 0;
            font-size: 16px;
        }

        .swiper-pagination-bullet-active {
            border: 1px solid white;
        }

        @media (min-width: 1370px) {
            a.terminos {
                font-size: 20px;
            }

            .colores-container {
                width: 340px;
                font-size: 1.7rem;
                font-family: "Montserrat", sans-serif;
                color: #fff;
                position: absolute;
                bottom: 25px;
            }

            .verinfo {
                font-size: 1.5rem;
            }
        }

        @media (max-width: 1024px) {

            /* Estilos específicos para pantallas de hasta 1024px */
            .motorcycle:last-child {
                margin-top: 30px;
                margin-right: 0;
            }
        }

        /*Responsive ajustes*/
        @media (max-width: 900px) {

            body,
            html {
                overflow: visible;
            }

            .menu-motos {
                display: none;
            }

            h1 {
                font-size: 2.5rem;
            }

            #mayuscula {
                text-align: center;
            }

            .menu-motos {
                display: none !important;
            }

            .motorcycle-images div::-webkit-scrollbar {
                background: #474747;
                width: 0px;
                height: 2px;
            }

            .motorcycle-images div::-webkit-scrollbar-thumb {
                background: #878787;
                border-radius: 50px;
            }

            #seccion2,
            #seccion3,
            #seccion4,
            #fazer2,
            #seccion5,
            #seccion6 {
                height:auto;

            }

            body .contenidoderecha {
                height: 100%;
            }

            .tituloizq span {
                display: inline;
            }

            .tituloizq.active span {
                padding-left: 0;
            }

            .especificaciones {
                padding-top: 2%;
            }

            body #titulo2024 {
                font-size: 1.4rem;
                text-align: center;
                margin-top: 30px;
            }

            body .marcas {
                width: 90%;
                margin: 60px auto 0;
                bottom: inherit;
                padding: 0;
            }

            body .swiper.swiper-moto2024.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
                margin-top: 40px;
                max-width: 100%;
            }

            body .contenedorprecio {
                position: absolute;
                margin: 0;
                bottom: 225px;
                max-width: 132px;
                left: 30px;
            }

            body .textoprecio {
                font-size: 1rem;
            }

            body .precio {
                font-size: 1.8rem;
            }

            .colores-container {
                right: 30px;
                left: initial;
                width: 146px;
                text-align: right;
                bottom: 275px;
                height: fit-content;
            }

            body .swiper-pagination-bullets.swiper-pagination-horizontal {
                top: 0px;
                padding-left: 25px;
            }

            .colores-container>span {
                font-size: 20px;
                padding-right: 5px;
                display: none;
            }

            a.terminos {
                left: 0;
                right: 0;
                margin: auto;
                width: fit-content;
                bottom: 50px;
            }

            .bg-moto24 img {
                display: none;
            }

            #seccion7 {
                background: url('../img/lineaTiempo/bg-responsive.jpg') 0 0 no-repeat;
                background-size: cover;
            }

            #seccion7 .swiper-moto2024:before {
                content: url('../img/lineaTiempo/bg-2024.png');
                position: absolute;
                left: 0;
                right: 0;
                margin: auto;
                width: fit-content;
            }

            body .swiper-slide.swiper-slide-active {
                justify-content: left;
                margin-left: 25px;
            }

            .imgmoto24 {
                width: 60%;
                min-width: auto;
                max-width: 340px;
            }

            .containerFinal {
                max-width: 100%;
                height: 800px;
            }

            .imagenderecha {
                height: 530px;
            }

            .margen-textomoto {
                overflow-y: auto;
                padding: 10px;
                margin: 10px 0;
                width: 98%;
            }

            .margen-textomoto::-webkit-scrollbar {
                background: #D9D9D9;
                width: 5px;
                padding-right: 30px;
            }

            .margen-textomoto::-webkit-scrollbar-thumb {
                background: black;
                border-radius: 50px;
                padding-right: 30px;
            }

            .motocentro {
                position: relative;
                width: 75%;
                margin-bottom: -135px;
            }

            .tituloizq {
                display: flex;
                color: #FF0000;
                text-decoration: none;
                font-size: 1.8rem;
                font-weight: bold;
                margin-bottom: 10px;
                line-height: 1.2;
                cursor: pointer;
                position: relative;
                z-index: 999;
                padding-left: 10px;
            }

            .descripcion-especificaciones {
                padding-left: 10px;
            }

            .fuente p {
                margin-bottom: 10px;
            }

            .active.tituloizq:before {
                margin-top: -8px;
            }

            a.verinfo {
                left: 0;
                right: 0;
                margin: auto;
                width: fit-content;
                bottom: 125px;
                transition: all .3s;
                font-size: 100%;
            }

            .verinfo:hover {
                background-color: #ED1744;
            }

            .verinfo img {
                vertical-align: middle;
                margin-left: 10px;
            }

            .textoparrafo {
                font-family: "Montserrat", sans-serif;
                 font-size: 1.6rem;
                font-weight: 500;
                line-height: 1.4;
                padding: 5px 10px 5px;
            }

            .textoparrafo p {
                margin-bottom: 12px;
                font-size: 1em;
            }

            .motorcycle-images div {
                align-items: center;
                column-gap: 15px;
                width: 350px;
                margin-top: 15px;
                margin-bottom: 20px;
                overflow-x: scroll;
                justify-content: flex-start;
                
            }
        }

        @media (max-width: 768px) {
            .descripcion-especificaciones.fuente {
                font-size: 1.4rem;
                line-height: 1.618em;
                padding: 0 30px;
            }
            .first-section {
                height: 80vh;
                margin-top: 80px;
            }
            a.terminos {
                left: 0;
                right: 0;
                margin: auto;
                width: fit-content;
                bottom: -10px;
                position: relative;
                display: -webkit-box;
            }
            body .marcas {
                position: relative;
                margin: 0 auto;
                width: 100%;
            }
            .imgmoto24 {
                width: 100%;
            }
            body .swiper-pagination-bullets.swiper-pagination-horizontal {
                padding: 0;
            }
            .colores-container {
                right: 0;
                left: initial;
                width: 100%;
                text-align: right;
                bottom: 41px;
                height: fit-content;
                position: relative;
                margin: 0 auto;
            }
        
            a.verinfo {
                position: relative;
                bottom: 0;
                width: 100%;
                display: block;
                text-align: center;
                font-size: 1.5em;
            }
            .margen-textomoto {
                height: auto;
                max-height: auto;
            }
            .textoparrafo {
                font-size: 1.3em;
                line-height: 1.618em;
                padding: 25px;
            }
            .tituloizq {
                font-size: 2.8rem;
                padding-left: 25px;
            }
            .imagenderecha {
                height: 280px;
            }

            .containerFinal {
                max-width: 100%;
                height: 100vh;
            }
            #seccion7 {
                height: auto !important;
            }
            .containerFinal {
                height: auto;
            }
        
        }
        span.swiper-pagination-bullet {
            padding: 15px;
            opacity: 1;
        }

        .swiper-slide.swiper-slide-active {
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .swiper-pagination-bullet:nth-child(1) {
            background-color: #000000;
        }

        .swiper-pagination-bullet:nth-child(2) {
            background-color: #8C8C8C;
        }

        .swiper-pagination-bullet:nth-child(3) {
            background-color: #666BC7;
        }

        .swiper-pagination-bullets.swiper-pagination-horizontal {
            bottom: 2px;
        }

        #seccion7 {
            width: 100%;
            height: 100vh;
            position: relative;
            overflow: hidden;
            background: #1b1b1b;
           
        }

        .bg-moto24 img {
            width: 100%;
            height: 100vh;
            object-fit: cover;
            position: absolute;
            left: 50%;
            transition: all 2s;
        }

        .bg-moto24 img.active {
            left: 0;
        }

        .contenidoderecha {
            overflow: hidden;
            height: 100vh;
        }

        #titulo2024 {
            font-size: 2.7rem;
            font-weight: bold;
            line-height: 1.2;
            margin-top: 40px;
            margin-bottom: 20px;
            position: relative;
            color: #fff;
            text-transform: uppercase;
            text-align: right;
        }

        h4#titulo2024 span {
            display: block;
        }

        .verinfo {
            position: absolute;
            font-family: "Montserrat", sans-serif;
            color: #fff;
            font-size: 2rem;
            padding: 10px 20px;
            border: 1px solid white;
            border-radius: 30px;
            transition: all .3s;
            text-decoration: none;
            bottom: 360px;
            z-index: 2;
        }

        .contenedorprecio {
            width: 220px;
            position: absolute;
            bottom: 120px;
            left: 0;
            display:none;
        }

        .textoprecio {
            position: relative;
            z-index: 99999;
            margin-left: -2%;
            font-size: 2.6rem;
            line-height: 0;
            color: #fff;
            font-weight: lighter;
        }

        .derecha {
            text-align: right;
        }

        .precio {
            position: relative;
            z-index: 99999;
            line-height: 1;
            margin-left: -2%;
            color: #fff;
            font-size: 4rem;
            font-weight: bolder;
        }

        .menu-motos {
            position: fixed;
            z-index: 9;
            top: 20%;
            bottom: 20%;
            height: fit-content;
            overflow: hidden;
            width: fit-content;
            right: 0;
            float: right;
        }

        .listaMoto img.mini {
            filter: grayscale(1);
            opacity: 0.5;
            width: 55px;
            transition: all 1s;
            margin-right: -10px;
        }

        .listaMoto.active img.mini {
            filter: none;
            opacity: 1;
            width: inherit;
            width: 65px;
            margin-right: 0;
        }

        .listaMoto {
            text-align: right;
            padding-left: 15px;
            position: relative;
            margin: 20px 0;
        }

        .circle {
            background: #555555;
            width: 10px;
            height: 10px;
            display: block;
            border-radius: 100%;
            position: absolute;
            top: 0;
            bottom: 0;
            margin: auto;
            left: 0;
            z-index: 99999;
            cursor: pointer;
            transition: all .3s;
        }

        .active .circle,
        .circle:hover {
            background: #D31717;
        }

        .flechas-slider {
            position: absolute;
            bottom: 0;
            display: flex;
            column-gap: 1px;
        }

        .flechas-slider img {
            background: #555555;
            padding: 10px;
            display: inline-block;
            transition: all .3s;
            cursor: pointer;
        }

        .flechas-slider img.activeF {
            background: #D31717;
        }

        .flechas-slider img.activeF:hover {
            background: #555555;
        }

        .inactive {
            opacity: 0.5;
            pointer-events: none;
        }

        .marcas {
            position: absolute;
            width: 50%;
            left: 0;
            right: 0;
            margin: auto;
            bottom: 20px;
            padding-left: 20px;
        }

        .swiper-moto2024 {
            max-width: 34%;
            margin: 8% auto;
            height: fit-content;
        }

        .flechas2024:after {
            color: white;
            font-size: 25px;
            margin-top: -20px;
        }

        .volver {
            font-family: "Montserrat", sans-serif;
            color: #fff;
             font-size: 1.2rem;
            text-decoration: none;
        }

        .flechas a {
            margin-right: -35px;
            margin-bottom: -26px;
            text-decoration: none;
            cursor: pointer;
        }

        span#bloque {
            display: block;
        }
