.title_hibrdos {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    padding: 5% 0 2% 0;
}

.custom-slider-home {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    height: 700px;
    display: none;
}

.custom-slide-home {
    position: relative;
    display: none;
    width: 100%;
    height: 100%;
}

.custom-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Ajustar al 100% de la altura del contenedor */
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.custom-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Esto asegura que la imagen cubra el área sin deformarse */
    object-position: center;
    user-select: none; 
    pointer-events: none;
}

.custom-content {
    position: relative;
    z-index: 2;
    color: white;
    padding: 20px;
    text-align: center;
    top: 120px;
    left: 8%;
    color: #fff !important;
}
.custom-content-00 {
    position: relative;
    z-index: 2;
    color: white;
    padding: 20px;
    text-align: center;
    top: 30%;
    left: 7%;
    color: #fff !important;
}
.custom-content-down {
    position: relative;
    z-index: 2;
    color: white;
    padding: 20px;
    text-align: center;
    top: 30%;
    left: 7%;
    color: #fff !important;
}
.custom-content-cx60 {
    position: relative;
    z-index: 2;
    color: white;
    padding: 20px;
    text-align: center;
    top: 120px;
    left: 52%;
    color: #fff !important;
}
.custom-content-center {
    position: relative;
    z-index: 2;
    max-width: 635px;
    padding: 20px;
    text-align: justify;
    top: 72%;
    left: 24%;
    transform: translate(-50%, -50%);
    color: #fff !important;
}
.custom-content-center-bottom {
    position: relative;
    z-index: 2;
    padding: 20px;
    text-align: justify;
    top: 98%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff !important;
}
.custom-content-right {
    position: relative;
    z-index: 2;
    padding: 20px;
    text-align: justify;
    top: 57%;
    left: 33%;
    transform: translate(-50%, -50%);
    color: #fff !important;
}

#prev-button-slide-home,
#next-button-slide-home {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    font-size: 24px;
    z-index: 3;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease, background-color 0.3s ease;

}

#prev-button-slide-home {
    left: 7%;
}

#next-button-slide-home {
    right: 7%;
}

#prev-button-slide-home::before,
#next-button-slide-home::before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    border-width: 9px;
    border-style: solid;
    border-color: #8b8b8b;
    transform: rotate(45deg);
    cursor: pointer;
}

#prev-button-slide-home::before {
    border-right: none;
    border-top: none;
    transform: rotate(45deg);
}

#next-button-slide-home::before {
    border-left: none;
    border-bottom: none;
    transform: rotate(45deg);
}

#prev-button-slide-home:hover::before,
#next-button-slide-home:hover::before {
    border-color: #fff;
    /* Color del borde en hover */
}


/* Mostrar el primer slide */
.custom-slider-home:first-child {
    display: block;
}


.title-hero {
    font-size: 43px;
    margin-bottom: 3% !important;
}

.subtitle-hero {
    color: #fff !important;
    font-size: 19px;
    margin-bottom: 5%;
}

.subtitle-hero-white {
    font-size: 20px;
    color: #fff!important;
    margin-top: 4%;
    text-transform: uppercase;
}


.image-slideh-none {
    display: none;
}

.title-hero-black {
    font-size: 70px;
    color: #484847;
    font-weight: 500;
    letter-spacing: 9px;
    margin: 0;
}
.title-hero-white {
    font-size: 45px;
    color: #fff;
    font-weight: 100;
    margin: 0;
}
.title-hero-white-borde {
    font-size: 51px;
    color: #fff;
    font-weight: 100;
    margin: 0;
    border: solid 1px #fff;
    padding: 28px 35px;
}

.title-hero-white-right {
    font-size: 72px;
    color: #fff;
    font-weight: 100;
    letter-spacing: 14px;
    margin: 0;
    line-height: 70px;
}


.inspirar{
    border-bottom: solid 3px #fff;
}

.subtitle-hero-black {
    font-size: 26px;
    color: #3c3c3c!important;
    font-weight: 100;
    letter-spacing: 5px;
    margin: 0!important;
    padding-top: 4%;
    line-height: 32px!important;
}
.subtitle-hero-black-cx60 {
    font-size: 26px;
    color: #6e6e6e;
    font-weight: 100;
    letter-spacing: 7.7px;
    margin: 0 !important;
    padding-top: 2%;
    font-weight: 500;
}

.italic-subtitle {
    letter-spacing: 3.5px;
    font-weight: 100;
    font-style: italic;
    text-transform: uppercase;
    font-size: 21px;
}

.Iconos-cx-50 {
    position: absolute;
    width: 100%;
    top: 77%;
    z-index: 10;
    left: 59%;
}
.Iconos-rigth {
    position: absolute;
    width: 100%;
    top: 67%;
    z-index: 10;
    left: 10%;
}
.Iconos-rigth-mobile {
    display: none;
    position: absolute;
    width: 100%;
    top: 76%;
    
}
.Iconos-rigth-mobile img {

    position: absolute;
    top: 150%;
    z-index: 10;
    left: 50%;
    transform: translate(-50%, -50%)  
}

.Iconos-cx-50 img {
    width: 36%;
    user-select: none; 
    pointer-events: none;
}
.Iconos-rigth img {
    width: 40%;
    user-select: none; 
    pointer-events: none;
}

a {
    text-decoration: none;
}

/* ANIMACION DE LOS BOTONES */

.boton_home-hero{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    background: #000;
    /* Fondo negro inicial */
    color: #fff;
    /* Texto blanco */
    padding: 13px;
    border-radius: 5px;
    border: none;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    /* Evita que el contenido salga del botón */
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
    margin-top: 5%;
    width: 33%;
    height: 7%;
}

/* Texto inicial en el fondo negro */
.boton_home-hero::before {
    content: "CONOCE MÁS";
    /* Texto inicial */
    position: absolute;
    top: 50%;
    /* Centrado verticalmente */
    left: 0;
    right: 0;
    transform: translateY(-50%);
    /* Ajuste perfecto de centrado */
    color: #fff;
    /* Texto blanco */
    text-align: center;
    z-index: 1;
    /* Por encima del fondo */
    transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
    /* Animación suave */
}

/* Texto que aparece en el hover */
.boton_home-hero::after {
    content: "CONOCE MÁS";
    /* Texto que aparece en el hover */
    position: absolute;
    top: -100%;
    /* Fuera del área del botón */
    left: 0;
    right: 0;
    color: #fff;
    /* Texto blanco */
    text-align: center;
    transform: translateY(0);
    /* Sin ajuste inicial */
    opacity: 0;
    /* Invisible inicialmente */
    z-index: 1;
    /* Por encima del fondo */
    transition: top 0.2s ease-in-out, opacity 0.2s ease-in-out;
    /* Animación suave */
}

/* Estilo en hover */
.boton_home-hero:hover {
    background-color: #910a2d;
    /* Cambia a fondo rojo */
}

.boton_home-hero:hover::before {
    transform: translateY(100%);
    /* El texto inicial baja */
    opacity: 0;
    /* Se desvanece */
}

.boton_home-hero:hover::after {
    top: 50%;
    /* Se mueve al centro del botón */
    opacity: 1;
    /* Aparece */
    transform: translateY(-50%);
    /* Centrado perfecto */
}
/* ANIMACION DE LOS BOTONES BLANCO */

.boton_home-hero-Wt{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    background: #fff;
    /* Fondo negro inicial */
    color: #000;
    /* Texto blanco */
    padding: 13px;
    border-radius: 4px;
    border: none;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    /* Evita que el contenido salga del botón */
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
    margin-top: 5%;
    width: 40%;
    height: 6%;
}

/* Texto inicial en el fondo negro */
.boton_home-hero-Wt::before {
    content: "CONOCE MÁS";
    /* Texto inicial */
    position: absolute;
    top: 50%;
    /* Centrado verticalmente */
    left: 0;
    right: 0;
    transform: translateY(-50%);
    /* Ajuste perfecto de centrado */
    color: #000;
    /* Texto blanco */
    text-align: center;
    z-index: 1;
    /* Por encima del fondo */
    transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
    /* Animación suave */
}

/* Texto que aparece en el hover */
.boton_home-hero-Wt::after {
    content: "CONOCE MÁS";
    /* Texto que aparece en el hover */
    position: absolute;
    top: -100%;
    /* Fuera del área del botón */
    left: 0;
    right: 0;
    color: #fff;
    /* Texto blanco */
    text-align: center;
    transform: translateY(0);
    /* Sin ajuste inicial */
    opacity: 0;
    /* Invisible inicialmente */
    z-index: 1;
    /* Por encima del fondo */
    transition: top 0.2s ease-in-out, opacity 0.2s ease-in-out;
    /* Animación suave */
}

/* Estilo en hover */
.boton_home-hero-Wt:hover {
    background-color: #910a2d;
    /* Cambia a fondo rojo */
}

.boton_home-hero-Wt:hover::before {
    transform: translateY(100%);
    /* El texto inicial baja */
    opacity: 0;
    /* Se desvanece */
}

.boton_home-hero-Wt:hover::after {
    top: 50%;
    /* Se mueve al centro del botón */
    opacity: 1;
    /* Aparece */
    transform: translateY(-50%);
    /* Centrado perfecto */
}


/* ANIMACION DE LOS BOTONES AGENDA TU TEST DRIVE*/

.boton_test-hero {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    background: #000;
    /* Fondo negro inicial */
    color: #fff;
    /* Texto blanco */
    padding: 13px;
    border-radius: 5px;
    border: none;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    /* Evita que el contenido salga del botón */
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
    margin-top: 5%;
    width: 50%;
    height: 7%;
}

/* Texto inicial en el fondo negro */
.boton_test-hero::before {
    content: "AGENDA TU TEST DRIVE";
    /* Texto inicial */
    position: absolute;
    top: 50%;
    /* Centrado verticalmente */
    left: 0;
    right: 0;
    transform: translateY(-50%);
    /* Ajuste perfecto de centrado */
    color: #fff;
    /* Texto blanco */
    text-align: center;
    z-index: 1;
    /* Por encima del fondo */
    transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
    /* Animación suave */
}

/* Texto que aparece en el hover */
.boton_test-hero::after {
    content: "AGENDA TU TEST DRIVE";
    /* Texto que aparece en el hover */
    position: absolute;
    top: -100%;
    /* Fuera del área del botón */
    left: 0;
    right: 0;
    color: #fff;
    /* Texto blanco */
    text-align: center;
    transform: translateY(0);
    /* Sin ajuste inicial */
    opacity: 0;
    /* Invisible inicialmente */
    z-index: 1;
    /* Por encima del fondo */
    transition: top 0.2s ease-in-out, opacity 0.2s ease-in-out;
    /* Animación suave */
}

/* Estilo en hover */
.boton_test-hero:hover {
    background-color: #910a2d;
    /* Cambia a fondo rojo */
}

.boton_test-hero:hover::before {
    transform: translateY(100%);
    /* El texto inicial baja */
    opacity: 0;
    /* Se desvanece */
}

.boton_test-hero:hover::after {
    top: 50%;
    /* Se mueve al centro del botón */
    opacity: 1;
    /* Aparece */
    transform: translateY(-50%);
    /* Centrado perfecto */
}
/* ANIMACION DE LOS BOTONES lado derecho */

.boton_hibrido-hero-right {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    background: #000;
    /* Fondo negro inicial */
    color: #fff;
    /* Texto blanco */
    padding: 13px;
    border-radius: 5px;
    border: none;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    /* Evita que el contenido salga del botón */
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
    margin-top: 5%;
    width: 50%;
    height: 7%;
}

/* Texto inicial en el fondo negro */
.boton_hibrido-hero-right::before {
    content: "CONOCE MÁS";
    /* Texto inicial */
    position: absolute;
    top: 50%;
    /* Centrado verticalmente */
    left: 0;
    right: 0;
    transform: translateY(-50%);
    /* Ajuste perfecto de centrado */
    color: #fff;
    /* Texto blanco */
    text-align: center;
    z-index: 1;
    /* Por encima del fondo */
    transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
    /* Animación suave */
}

/* Texto que aparece en el hover conoce mas */
.boton_hibrido-hero-right::after {
    content: "CONOCE MÁS";
    /* Texto que aparece en el hover */
    position: absolute;
    top: -100%;
    /* Fuera del área del botón */
    left: 0;
    right: 0;
    color: #fff;
    /* Texto blanco */
    text-align: center;
    transform: translateY(0);
    /* Sin ajuste inicial */
    opacity: 0;
    /* Invisible inicialmente */
    z-index: 1;
    /* Por encima del fondo */
    transition: top 0.2s ease-in-out, opacity 0.2s ease-in-out;
    /* Animación suave */
}

/* Estilo en hover */
.boton_hibrido-hero-right:hover {
    background-color: #910a2d;
    /* Cambia a fondo rojo */
}

.boton_hibrido-hero-right:hover::before {
    transform: translateY(100%);
    /* El texto inicial baja */
    opacity: 0;
    /* Se desvanece */
}

.boton_hibrido-hero-right:hover::after {
    top: 50%;
    /* Se mueve al centro del botón */
    opacity: 1;
    /* Aparece */
    transform: translateY(-50%);
    /* Centrado perfecto */
}

.legal-iconos{
    width: 40%;
    font-size: 12px;
    text-align: justify;
    color: #fff!important;
    margin: 0!important;
    line-height: normal!important;
}
.legal-iconos-mobile{
    position: absolute;
    width: 90%;
    font-size: 9px;
    text-align: justify;
    color: #fff;
    z-index: 10;
    top: 97%;
    left: 50%;
    transform: translate(-50%, 254%);
}

.Iconos-mobile{
    display: none;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 10;
    width: 100%;
    top: 87%;
}
.Iconos-mobile img{
    width: 94%;
}


@media screen and (max-width: 1122px) {
    .custom-slider-home {
        position: relative;
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        height: 500px;
        display: none;
    }

    .custom-content {
        top: 4%;
    }
    .custom-content-00 {
        top: 4%;
    }
    .custom-content-down {
        top: 4%;
    }
    .custom-content-cx60 {
        top: 4%;
    }
    .custom-content-center {
        top: 57%;
    }
    .custom-content-center-bottom {
        top: 57%;
    }
    
    .custom-content-right{
        top: 57%;
    }
    .legal-iconos-mobile{
        position: absolute;
        width: 90%;
        font-size: 10px;
        text-align: justify;
        color: #fff;
        z-index: 10;
        top: 26%;
        left: 50%;
        transform: translate(-50%, 224%);
        line-height: 1;
    }
    .subtitle-hero-white{
        font-size: 14px;
    }
}

@media screen and (max-width: 900px) {
    .custom-slider-home {
        position: relative;
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        height: 400px;
        display: none;
    }

    .container-hibridos {
        flex-direction: column;
    }

    .parent {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .boxLineOne .overlayAccesorios .textLineOne {
        width: 90%;
    }

    .boxLineOneLarge .overlayAccesoriosLarge .textLineOne {
        width: 90%;
    }

    .container-butt {
        flex-direction: column;
        gap: 20px;
    }

    .accordion-section {
        width: 90%;
    }

    .iframe-youtube-h {
        width: 100%;
        max-width: 100% !important;
    }

    .popup-content {
        max-width: 100% !important;
    }

    .close {
        top: -12%;
    }

    .title-hero-black {
        font-size: 40px;
    }
    .title-hero-white {
        font-size: 30px;
    }
    .title-hero-white-borde {
        font-size: 37px;
    }
    .title-hero-white-right {
        font-size: 37px;
        text-align: center;
        line-height: normal;
    }

    .subtitle-hero-black {
        font-size: 22px;
        letter-spacing: normal;
    }
    .italic-subtitle{
        letter-spacing: normal;
        font-size: 18px;
    }
    .subtitle-hero-black-cx60 {
        font-size: 12px;
    }

    .boton_test-hero{
        width: 70%;
    }
}

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

    .custom-slider-home {
        height: 700px;
    }

    .Iconos-cx-50 {
        display: none;
    }

    .boton_home-hero{
        width: 65%;
    }
    .boton_home-hero-Wt{
        width: 65%;
    }

    .image-slideh-none {
        display: flex;
    }

    .custom-content {
        max-width: 100%;
        padding: 20px;
        top: 60%;
        /* Posición inicial al 50% del contenedor */
        left: 50%;
        transform: translate(-50%, -50%)
    }
    .custom-content-00 {
        max-width: 100%;
        padding: 20px;
        top: 60%;
        /* Posición inicial al 50% del contenedor */
        left: 50%;
        transform: translate(-50%, -50%)
    }
    .custom-content-down {
        max-width: 100%;
        padding: 20px;
        top: 114%;
        /* Posición inicial al 50% del contenedor */
        left: 50%;
        transform: translate(-50%, -50%)
    }
    .custom-content-cx60 {
        max-width: 100%;
        padding: 20px;
        top: 60%;
        /* Posición inicial al 50% del contenedor */
        left: 50%;
        transform: translate(-50%, -50%)
    }
    .custom-content-center {
        max-width: 100%;
        padding: 20px;
        top: 53%;
        /* Posición inicial al 50% del contenedor */
        left: 50%;
        transform: translate(-50%, -50%)
    }
    .custom-content-center-bottom {
        max-width: 100%;
        padding: 20px;
        top: 100%;
        /* Posición inicial al 50% del contenedor */
        left: 50%;
        transform: translate(-50%, -50%)
    }
    .custom-content-right {
        max-width: 100%;
        padding: 20px;
        top: 60%;
        /* Posición inicial al 50% del contenedor */
        left: 50%;
        transform: translate(-50%, -50%)
    }

    .title-hero {
        font-size: 23px;
    }
    
    .boton_hibrido-hero-right{
        margin: auto;
        margin-top: 5%;
    }
    .Iconos-rigth{
        display: none;
    }

    .Iconos-rigth-mobile{
        display: block;
    }

    .title-hero-white-borde{
        font-size: 30px;
        text-align: center;
        padding: 13px 35px;
    }

    .Iconos-mobile{
       display: flex;
    }

    .title-hero-black{
        font-size: 30px;
    }
    .subtitle-hero-black{
        font-size: 15px;
    }
}
