﻿body {
    padding-top: 135px;
}

/*GALERÍA*/

.galeria-ford a {
    background-image: url(/Assets/img/banner-servicio-full.jpg);
    background-size: cover;
    background-position-x: right;
    background-repeat: no-repeat;
    display: inline-flex;
    height: calc(100% - 10px);
    width: calc(100% - 10px);
    margin: 5px;
    border-radius: 16px;
}

.galeria-ford {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 600px;
}

.gal-ford-left {
    width: 25%;
}

.gal-ford-left .gal-item{
    border-top-left-radius: 40px;
}

.gal-ford-right {
    width: 75%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.gal-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.gal-top-left {
    width: 35%;
    display: flex;
    flex-direction: column;
}

.gal-top-right {
    width: 65%;
}

.gal-bottom {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}

.gal-bottom .gal-item:first-child{
    width: calc(65% - 10px);
}

.gal-bottom .gal-item:last-child{
    width: calc(35% - 10px);
    border-bottom-right-radius: 40px;
}


.gal-item a {
    object-fit: cover;
    width: 100%;
    margin: 0;
    overflow: hidden;
    transition: .4s all linear;
    height: 100%;
}

.gal-item {
    overflow: hidden;
    border-radius: 15px;
    margin: 5px;
    height: 100%;
    height: calc(100% - 10px);
}

.gal-item:hover a{
    transform: scale(1.2);
}


/*header vehículo*/

.header-interior {
    /*height: 55px;*/
    width: 100%;
    position: fixed;
    left: 0;
    top: 80px;
    background: rgb(0,25,78);
    background: linear-gradient(90deg, rgba(0,25,78,1) 46%, rgba(0,82,185,1) 52%);
    z-index: 9;
}

.header-interior .container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    height: 55px;
}

.name-model {
    width: 35%;
    color: #fff;
    background-color: #00095B;
    height: 55px;
    display: flex;
    align-items: center;
}

.btn-cta {
    width: 65%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    height: 55px;
    background-color: #0457BB;
    align-items: center;
}

.btn-cta a {
    color: #fff;
    display: flex;
    align-items: center;
    margin-left: 15px;
}

.header-interior a {
    color: #fff;
}

.header-interior a i{
    margin-right: 10px;
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 4px;
    font-size: 12px;
}

/*LINKS*/

.interior-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.interior-links div:nth-last-child(2) {
    border-bottom-right-radius: 40px;
}

.interior-links div {
    flex: 1 1 0;
    padding: 50px 20px;
    text-align: center;
}

.interior-links div a{
    color: #00095B;
}

/*BANNER PROMO*/

.promos-modelo {
    position: relative;
}

.promos-modelo img {
    border-top-right-radius: 40px;
}

.link-promo p {
    background: #F0F0F0;
    display: inline-flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    padding: 0 20px;
    border-bottom-right-radius: 24px;
    border-top: 1px solid #c1c1c1;
}

.link-promo p i {
    margin-right: 10px;
}

.link-promo p a{
    margin-left: 10px;
    color: #066FEF;
    text-decoration: underline;
}


/**/
.specs-ford {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 50px 0;
}

.auto-specs{
    width: 50%;
}

.img-specs{
    position: relative;
}

#specs-01 {
    top: 29%;
    left: 58%;
}

#specs-02 {
    top: 42%;
    left: 71%;
}

#specs-03 {
    top: 29%;
    left: 42%;
}

.btn-spec {
    position: absolute;
}

    .btn-spec .icon-ic-add {
        background-color: rgba(255, 255, 255, 0.7);
        border-radius: 30px;
        padding: 4px;
        cursor: pointer;
        border: 2px solid #575757;
    }

.btn-spec span {
    position: absolute;
    left: 50%;
    bottom: 32px;
    min-width: 170px;
    padding: 5px 10px 5px 45px;
    display: none;
    border-radius: 8px;
    min-height: 40px;
    justify-content: flex-start;
    align-items: center;
    font-size: 13px;
    background-color: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(10px);
    opacity: 0;
    box-shadow: 4px 1px 4px rgb(0 0 0 / 20%);
    z-index: 1;
    transform: translate(-50%, 0);
    line-height: 16px;
}

.btn-spec span.active{
    opacity: 1;
    display: inline-flex;
}

.btn-spec span i{
    background-color: transparent !important;
    margin-right: 10px;
    color: #066FEF;
    border: none !important;
    font-size: 26px;
}

.btn-spec span:after{
   font-family: 'icomoon' !important;
    font-size: 26px;
    color: #066FEF;
    position: absolute;
    left: 10px;
}

.btn-spec#specs-03 span:after{
    content: "\e944";
}

.btn-spec#specs-02 span:after{
    content: "\e93a";
}

.btn-spec#specs-01 span:after{
    content: "\e93e";
}

.btn-spec#icon-ic-carbono span:after{
    content: "\e92d";
}

.btn-spec#icon-ic-carga span:after{
    content: "\e92e";
}

.btn-spec#icon-ic-carga-vans span:after{
    content: "\e92f";
    color: #00095b;
}

.btn-spec#icon-ic-combustible span:after{
    content: "\e930";
}

.btn-spec#icon-ic-comodidad span:after{
    content: "\e931";
}

.btn-spec#icon-ic-confort span:after{
    content: "\e932";
}

.btn-spec#icon-ic-copilot span:after{
    content: "\e933";
    color: #00095b;
}

.btn-spec#icon-ic-desempenio span:after{
    content: "\e934";
    color: #00095b;
}

.btn-spec#icon-ic-disenio span:after{
    content: "\e935";
}

.btn-spec#icon-ic-emisiones span:after{
    content: "\e936";
}

.btn-spec#icon-ic-energia span:after{
    content: "\e937";
    color: #00095b;
}

.btn-spec#icon-ic-garantia span:after{
    content: "\e938";
}

.btn-spec#icon-ic-maniobrabilidad span:after{
    content: "\e939";
}

.btn-spec#icon-ic-motor span:after{
    content: "\e93a";
}

.btn-spec#icon-ic-off-road span:after{
    content: "\e93b";
    color: #00095b;
}

.btn-spec#icon-ic-sasquatch span:after{
    content: "\e93c";
}

.btn-spec#icon-ic-seggarantizada span:after{
    content: "\e93d";
}

.btn-spec#icon-ic-seguridad-auto span:after{
    content: "\e93e";
}

.btn-spec#icon-ic-seguridad-camion span:after{
    content: "\e93f";
}

.btn-spec#icon-ic-seguridadmus span:after{
    content: "\e940";
}

.btn-spec#icon-ic-suspension span:after{
    content: "\e941";
}

.btn-spec#icon-ic-tecnologia span:after{
    content: "\e942";
}

.btn-spec#icon-ic-trail span:after{
    content: "\e943";
}

.btn-spec#icon-ic-transmision span:after{
    content: "\e944";
}



.div-bg-gray {
    background: #F0F0F0;
    width: 120%;
    height: 80%;
    position: absolute;
    top: -50px;
    right: 0;
    z-index: -1;
}

.txt-specs {
    width: 50%;
    padding: 0 10% 0 0;
    position: relative;
}

.txt-specs h3{
    font-size: 42px;
    color: #0F0F0F;
    font-family: 'FordAntennaWGL-Bold';
    line-height: 42px;
    margin-bottom: 12px;

}

.txt-specs h3 span {
    color: #575757;
    font-size: 24px;
    font-family: 'FordAntennaWGL-Regular';
}

.txt-specs p {
    color: #0F0F0F;
    font-size: 15px;
    font-family: 'FordAntennaWGL-Light';
}

.txt-specs p span{
    font-family: 'FordAntennaWGL-Bold';
}

.auto-specs h3{
    font-size: 42px;
}

.auto-specs h3 span{
    font-size: 24px;
}

.auto-specs p {
    color: #575757;
    font-size: 24px;
    font-family: 'FordAntennaWGL-Light';
    line-height: 20px;
}



/*colores*/

.bg-colores {
    position: absolute;
    /*right: -10px;*/
    right: -69px;
    top: -30px;
    /*width: 450px;*/
    width: 490px;
}

.bg-colores-2 {
    background: rgb(242, 242, 242);
    background: linear-gradient(90deg, rgba(242, 242, 242, 1) 35%, rgba(241, 247, 250, 1) 41%);
}

.colores {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
    /*align-items: flex-end;*/
    align-items: center;
}

.contImgColores {
    position: relative;
    /*width: 40%;*/
    width: 45%;
}

.infoColores {
    width: 30%;
    padding: 20px;
    background-color: #F0F0F0;
    border-top-right-radius: 24px;
}

.content-color {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.icoColor {
    color: #0F0F0F;
    background-color: #fff;
    height: 65px;
    display: inline-flex;
    align-items: center;
    padding: 0 7px;
    border-radius: 30px;
    margin-bottom: 10px;
    cursor: pointer;
    border: 3px solid #fff;
    transition: all 0.3s linear;
}

.icoColor span{
    height: 50px;
    width: 50px;
    border-radius: 30px;
    margin-right: 15px;
}

.icoColor.icoSelec{
    border: 3px solid #00095B;
    position: relative;
}

.icoColor.icoSelec:after{
        content: "\e90b";
    font-family: 'icomoon' !important;
    color: #066FEF;
    position: absolute;
    right: 20px;
    font-size: 20px;
}

    .icoColor.icoSelec2 {
        border: 3px solid #00095B;
        position: relative;
    }

        .icoColor.icoSelec2:after {
            content: "\e90b";
            font-family: 'icomoon' !important;
            color: #066FEF;
            position: absolute;
            right: 20px;
            font-size: 20px;
        }

.txtColor {
    font-size: 22px;
    color: #0f0f0f;
    margin-bottom: 20px;
    font-family: 'FordAntennaWGL-Bold';
    display: flex;
}

/*FONOS COLORES*/

.icoColor#azul span {
    background-color: #5a6a98;
}

.icoColor#blanco-p span{
    background-color: #d3d3d3;
}

.icoColor#negro span{
    background-color: #000;
}

.icoColor#rojo span{
    background-color: #d4323e;
}

.icoColor#blanco span{
    background-color: #eaebec;
}

.colores {
    position: relative;
}

.content-img .ncolor {
    position: absolute;
    margin: 0 auto;
    top: 50px;
    left: 0;
    right: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    text-align: center;
}

.content-img .ncolor img {
    position: inherit;
    opacity: 1;
    width: 100%;
}

.content-img .ncolor.imgSelec {
    opacity: 1;
}

.content-img .ncolor.hidden-car {
    position: inherit;
    opacity: 0;
}

.NomColor {
    display: none;
}

.btn-cta-movil {
    display: none;
}

.txt-specs a{
    display: none;
}

/*SLIDER HL*/
.slider-horizontal {
    position: relative;
}

.slide-hl {
    display: grid;
    grid-template-columns: 43% 1fr;
    height: calc(100vh - 135px);
}
.slide-hl:nth-child(even) {
    align-content: flex-end;
}

.slide-hl-rigth {
    grid-template-columns: 1fr 43%;
    color: red !important;
}

.slider-txt-hl {
    color: #fff;
    padding: 6% 8%;
}
.slider-txt-hl h3 {
    font-size: clamp(1rem, 3vw, 3rem)
}

.slider-txt-hl p {
    font-size: clamp(1rem, 2vw, 1.5rem);
}

.slider-txt-hl p span {
    font-family: 'FordAntennaWGL-Bold';
}

.slider-txt-hl p{
    font-family: 'FordAntennaWGL-Light';
}

.slider-img-hl {
    aspect-ratio: 1.67 / 1;
    overflow: hidden;
    order: 2;
}

.slider-highlights .slide-hl:first-child .slider-img-hl {
    order: 0 !important;
}

.item-gal-hz img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.slide-hl:nth-child(odd).slide-hl-left .slider-img-hl img {
    border-bottom-right-radius: 40px;
}
.slide-hl:nth-child(even).slide-hl-left .slider-img-hl img {
    border-top-right-radius: 40px;
}
.slide-hl:nth-child(odd).slide-hl-rigth .slider-img-hl img {
    border-bottom-left-radius: 40px;
}
.slide-hl:nth-child(even).slide-hl-rigth .slider-img-hl img {
    border-top-left-radius: 40px;
}


.down-scroll {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 2;
    color: #fff;
    font-size: 40px;
    padding: 0;
    transition: all 0.3s linear;
    cursor: pointer;
}

.down-scroll:hover{
    opacity: 1;
}

.txt-scroll {
    position: absolute;
    bottom: 25px;
    right: 90px;
    display: inline-flex;
    z-index: 2;
    color: #fff;
    font-size: 20px;
    padding: 0;
    transition: all 0.3s linear;
    align-items: center;
}

.txt-scroll i{
    margin-left: 10px;
}

/*VERSIONES*/

.slider-versiones .item {
    padding: 10px;
    border-radius: 60px;
}

.item-version {
    box-shadow: 3px 3px 12px 0px rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    padding: 15px 20px;
    background-color: #fff;
}

.item-version img{
    margin-bottom: 10px;
}

.info-versiones h4 {
    font-family: 'FordAntennaWGL-Bold';
    margin: 0;
}

/*.info-versiones span {
    color: #00095B;
    font-size: 22px;
    font-family: 'FordAntennaWGL-Bold';
}*/

.precio-version small {
    color: #575757;
    font-family: 'FordAntennaWGL-Light';
}


.list-versiones {
    color: #0F0F0F;
    font-size: 15px;
    padding-left: 16px;
    margin-top: 10px;
    font-family: 'FordAntennaWGL-Light';
    height: 155px;
    overflow: hidden;
}

.list-versiones li::marker {
    color: #9A9A9A;
}

.list-versiones.show{
    height: auto;
}
/*
.btn-versiones{
    text-align: center;
}*/

.btn-versiones .btn{
    display: inline-flex;
    justify-content: center; 
    align-items: center;
    font-size: 15px;
    width: 100%;
}

.verMenosV{
    display: none;
}

.mostrar-versiones.show .verMenosV {
    display: inline-flex;
}

.verMasV{
    display: inline-flex;
}

.mostrar-versiones.show .verMasV {
    display: none;
}

.mostrar-versiones small {
    align-items: center;
    color: rgba(0, 147, 240, 1);
    padding: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    cursor: pointer;
}

.mostrar-versiones small i{
    margin-right: 10px;
    font-size: 20px;
}

.slider-versiones .owl-stage,
.slider-highlights .owl-stage {
    padding-left: 0 !important;
}

.slider-versiones.owl-theme .owl-nav [class*=owl-],
.slider-highlights.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    top: 40%;
    width: 50px;
    height: 50px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #066FEF;
}

.slider-versiones.owl-theme .owl-nav [class*=owl-] i,
.slider-highlights.owl-theme .owl-nav [class*=owl-] i{
    font-size: 25px;
}

.slider-versiones.owl-theme .owl-prev {
    left: -55px;
    background-color: #575757 !important;
}

.slider-highlights.owl-theme .owl-prev {
    left: 25px;
}

.slider-versiones.owl-theme .owl-next {
    right: -55px;
}

.slider-highlights.owl-theme .owl-next {
    right: 25px;
}

.selector-versiones {
    background: #00095B;
    border-radius: 16px;
    width: auto;
    margin: 0 auto 50px;
    display: inline-flex;
    align-items: center;
    color: #fff;
    padding: 15px 30px;
    flex-wrap: wrap;
}

.selector-versiones .form-check {
    margin-bottom: 0;
}

.versiones-content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 1300px;
    margin: 0 auto;
}

.mostrar-versiones {
    display: inline-flex;
    margin-right: 10px;
}

.verMenosV.show {
    display: inline-flex; /* Mostrar cuando tenga la clase .show */
}

.selector-versiones span {
    margin-right: 10px;
}
/*responsivo*/

@media (max-width: 1400px){

    .slider-versiones.owl-theme .owl-prev {
        left: -20px;
    }

    .slider-versiones .owl-stage {
        padding-left: 35px !important;
    }

    .slider-versiones.owl-theme .owl-next {
        right: 0;
    }

    /*COLORES*/
    .contImgColores {
        width: 45%;
    }

    .fancybox__caption {
        max-width: 50% !important;
    }

} 

@media (max-width: 1200px) {
    .div-bg-gray {
        height: 110%;
    }

    .contImgColores {
        /*width: 65%;*/
        margin-right: 5%;
    }

    .bg-colores {
        top: -95px;
        width: 400px;
    }

    .content-img .ncolor {
        top: 15px;
    }

    .slider-versiones.owl-theme .owl-next {
        right: 50px;
    }

}


@media (max-width: 991px) {
    .slide-hl {
        display: flex;
        flex-direction: column;
    }
    .slide-hl:nth-child(even) {
        align-content: flex-start;
    }
    .slide-hl-rigth .slider-img-hl {
        margin-top: auto;
    }
    .slide-hl .slider-img-hl img {
        border-radius: 0px !important;
    }

    .slide-hl.slide-hl-left .slider-img-hl img {
        border-bottom-right-radius: 40px !important;
    }
    .slide-hl.slide-hl-rigth .slider-img-hl img {
        border-top-left-radius: 40px !important;
    }

    .slider-txt-hl h3 {
        font-size: clamp(1.5rem, 1.5vw, 3rem)
    }

    .slider-txt-hl p {
        font-size: clamp(1.1rem, 1.3vw, 1.5rem);
    }
    .infoColores {
        width: 40%;
    }

    .contImgColores {
        width: 55%;
        margin-right: 5%;
    }

    .galeria-ford {
        height: 450px;
    }

    .txt-specs {
        padding: 0 20px 0 0;
    }

    .auto-specs h3 {
        font-size: 25px;
    }

}

@media (max-width: 768px) {

    .menuautosfina {
        width: 100%;
    }

    .fancybox__caption {
        max-width: 90% !important;
    }

    /*.slider-highlights .slide-hl:nth-child(2n) .slider-img-hl {
        order: 2;
    }*/

    .slider-img-hl {
        order: unset;
    }

        .slider-img-hl:first-child {
            order: unset;
        }

    .slide-hl-rigth .slider-img-hl {
        margin-top: 0;
    }
    .btn-spec span {
        min-width: 150px;
    }

    .btn-spec i {
        font-size: 12px;
    }

    .auto-specs {
        width: 100%;
    }

    .auto-specs h3 {
        font-size: 35px;
    }

    .txt-specs {
        padding: 0;
        width: 100%;
        background: #F0F0F0;
    }

    .div-bg-gray {
        height: 150%;
        width: calc(100% + 40px);
        top: -63px;
        right: unset;
        left: -20px;
        border-top-left-radius: 40px;
    }


    .bg-colores-2 {
        background: #F1F7FA;
    }

    .infoColores {
        width: 100%;
        order: 2;
    }

    .icoColor font{
        display: none;
    }

    .content-color {
        flex-direction: row;
    }

    .icoColor {
        height: 60px;
        padding: 0;
        margin-bottom: 0;
        justify-content: center;
        width: 60px;
        margin: 0 10px 10px;
    }


    .icoColor span {
        height: 45px;
        width: 45px;
        margin-right: 0;
    }

    .icoColor.icoSelec:after {
        right: unset;
        font-size: 30px;
        opacity: 0.5;
        left: 50%;
        transform: translate(-50%, 0);
        color: #fff;
    }

        .icoColor.icoSelec2:after {
            right: unset;
            font-size: 30px;
            /*opacity: 0.5;*/
            left: 50%;
            transform: translate(-50%, 0);
            color: #066FEF;
        }


    .contImgColores {
        width: 100%;
        margin-right: 0;
    }

    .bg-colores {
        top: 0;
        width: 55%;
        padding-top: 5%;
        right: 3%;
    }

    .content-img .ncolor {
        top: 25%;
    }

    .NomColor{
        display: flex;
        margin-left:10px;
    }

    .txtColor {
        font-size: 16px;
    }

    .bg-colores {
        /*width: 85%;*/
        width: 75%;
    }

    .selector-versiones .form-check {
        width: auto;
    }

    /*GALERÍA*/

    .gal-ford-left {
        width: 100%;
        height: 250px;
    }

    .gal-ford-right {
        width: 100%;    }

    .gal-top-left {
        width: 100%;
        flex-direction: row;
        height: 150px;
    }

    .gal-top-left .gal-item {
        width: 50%;
    }

    .gal-top-right {
        width: 100%;
        height: 120px;
    }

    .gal-bottom .gal-item:first-child,
    .gal-bottom .gal-item:last-child {
        width: 100%;
        height: 150px;
    }

    .galeria-ford {
        height: auto;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .btn-cta{
        display: none;
    }

    .btn-cta-movil {
        width: 50%;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        height: 55px;
        background-color: #0457BB;
        align-items: center;
    }

    .name-model {
        width: 50%;
    }

    .menu-movil-cta i {
        color: #fff;
        font-size: 22px;
        margin-left: 15px;
        cursor: pointer;
    }

    .submenu-cta {
        position: absolute;
        top: 55px;
        width: 100%;
        left: 0;
        /*padding: 10px 20px;*/
        padding: 18px 20px;
        display: none;
        flex-wrap: wrap;
        flex-direction: column;
        background-color: #fff;
        z-index: 9;
        transition: all .3s ease-in-out;
    }

    .submenu-cta.open {
        display: flex;
    }

    .submenu-cta.open a:last-child {
            border-bottom: none; 
        }

    .submenu-cta a {
        color: #0F0F0F;
        justify-content: space-between;
        display: flex;
        border-bottom: 1px solid #0F0F0F;
        width: 100%;
        padding: 10px 0;
    }

    .submenu-cta a i{
        font-size: 21px;
        padding: 0;
    }

    .txt-specs a {
        display: inline-flex;
        justify-content: center;
        align-items: center;
    }

    .down-scroll {
        bottom: 0;
    }

    .txt-scroll {
        bottom: unset;
        right: 30px;
        top: 10px;
    }

    .slide-hl {
        height: auto;
    }

    .slider-versiones .owl-stage {
        padding-left: 0 !important;
    }


    .slider-versiones.owl-theme .owl-next {
        right: 0;
    }

}

/*versiones*/

/*.autoVersiones {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 1250px;
    margin: 0 auto;
    padding: 50px 20px;
}*/

.autoVersiones {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 50px 20px;
    align-content: center;
    flex-direction: column-reverse;
    background-image: url(/assets/img/autos-nuevos/versiones/bg-vers_mask-web.png);
    background-repeat: no-repeat;
    background-position-x: 0;
    background-position-y: 190px;
}

.carruselVersiones {
    width: calc(100% - 425px) !important;
    /*padding-right: 20px;*/
    /* border-right: 1px solid #d3d3d3;*/
}



.itemVersiones {
    width: 100% !important;
    margin: 0 auto;
}
    /*.itemVersiones {
    width: calc(100% - 425px) !important;
    padding-right: 20px;
    border-right: 1px solid #d3d3d3;
}*/
    .itemVersiones .item .btn {
        width: 100% !important;
        margin: 5px auto;
        font-size: 14px;
    }

    /*.itemVersiones .item span {
        color: #2D96CD;
        font-size: 13px;
        line-height: 15px;
        display: block;
        height: 35px;
        padding-top: 7px;
        margin-bottom: 18px
    }*/

    .itemVersiones .item font {
        color: #2d96cd;
        font-size: 16px;
        margin-bottom: 10px;
        display: block;
        text-transform: uppercase;
    }


.precio-version {
    color: #0F0F0F;
    font-size: 20px;
    line-height: 15px;
    display: block;
    padding-top: 7px;
    margin-bottom: 5px;
    font-family: 'FordAntennaWGL-Bold';
}

.btnoes .btnGray {
    background-color: #828282;
    border: none;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.verMasBtn button {
    width: 100%;
    color: #2d96cd;
    background-color: transparent;
    border: none;
    height: 40px;
    position: relative;
}

    .verMasBtn button:hover,
    .verMasBtn button:focus {
        color: #2d96cd !important;
        background-color: transparent;
        border: none;
        box-shadow: none !important;
        outline: none;
    }

.verMas:after {
    content: "\e916";
    font-family: 'icomoon' !important;
    font-size: 8px;
    position: absolute;
    right: 27%;
    top: 15px;
}

.verMenos:after {
    content: "\e919";
    font-family: 'icomoon' !important;
    font-size: 8px;
    position: absolute;
    right: 23%;
    top: 16px;
}

.owl-theme.itemVersiones .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
}

.owl-theme.itemVersiones .owl-dots .owl-dot.active span,
.owl-theme.itemVersiones .owl-dots .owl-dot:hover span {
    background: #2d96cd;
}


.selected {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
    background-color: #0d6efd !important;
}

.hiddenCarru {
    display: none;
}

.form-check-input:checked {
    background-color: #ffffff;
    border-color: #0d6efd;
}

#Catalogos {
    scroll-margin-top: 100px; /* Ajusta el valor según la altura que necesites */
}


/*GALERÍA EXTERIOR*/

.gallery-container {
    --image-count: 0; /* cantidad de imágenes */
    --top-space: 135px; /* el espacio que ocupa el header y la navegación*/
    --height: calc(100svh - var(--top-space)); /* alto de cada slide */
    --width: 100vw; /* ancho de cada slide */

    height: calc(var(--image-count) * var(--height));
    background-color: #00142E;
}

.sticky {
    height: var(--height);
    overflow: hidden;
    position: sticky;
    top: var(--top-space);
}

.gallery {
    width: calc(var(--image-count) * var(--width));
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
}

.item-gal-hz {
    height: var(--height);
    width: var(--width);
    position: relative;
    background-image: url(https://www.fronx.com.mx/assets/fronx-exterior-2.f54cc18c.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /* scroll-snap-align: start;*/
}

    /*.item-gal-hz {
    width: 150svh;
    height: 100%;
    position: relative;
    min-width: 1120px;
}*/

.txt-exterior {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 560px;
    z-index: 3;
    padding: 40px 80px;
}

.txt-exterior h3 {
    font-size: 32px;
    font-family: 'SuzukiPROBold';
    text-transform: uppercase;
    line-height: 120%;
    margin-bottom: 24px;
    color: #fff;
}

.txt-exterior p {
    color: #fff;
    font-size: 16px;
    font-family: 'Suzuki-Regular';
    white-space: normal;
}



@media (max-width: 1300px) {
    .content-slide-galeria {
        padding-left: 0;
    }
}

@media (max-width: 1200px) {

    .owl-theme.slider-galeria .owl-nav {
        right: 0;
    }
}

@media (max-width: 576px) {
    .selector-versiones {
        background: #00095B;
        border-radius: 16px;
        width: auto;
        margin: 0 auto 50px;
        display: inline-flex;
        align-items: flex-start;
        color: #fff;
        /* padding: 15px 30px;*/
        padding: 15px 23px;
        flex-wrap: wrap;
        align-content: flex-start;
        justify-content: space-between;
        flex-direction: column;
    }
    .form-check {       
        min-height: 1.9em !important;       
    }
    .salto {
        margin-top: 0.1rem !important;
    }
}


.salto {
    margin-top: 4rem;
}