﻿body{
    padding-top: 128px;
}

.optMenu {
    top: 128px;
}

.menuCollpase {
    top: 80px;
}

/*MENU INTERIOR WEB*/

/*@media (min-width: 992px) and (max-width: 1459px) {
    .itemSpecs .nav-link {
        padding: 0 8px !important;
        margin: 0 !important;
    }
}

@media (min-width: 992px) and (max-width: 1068px) {
    .itemSpecs .nav-link {
        padding: 0 4px !important;
    }
}*/

.menuModelos {
    height: 48px;
    color: #fff;
    background-color: #3A3A3A;
    display: flex;
    justify-content: space-between;
    padding: 0 25px;
    align-items: center;
    flex-wrap: wrap;
    position: fixed;
    width: 100%;
    top: 110px;
    /* z-index: 100;*/
    z-index: 10;
}

.nameModelo span{
    color: #fff;
    font-family: 'AvenirNext-Bold';
    font-size: 20px;
}

.menuModelos .nav-tabs2 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.itemSpecs .nav-link {
    height: 40px;
    padding: 0 15px;
    margin: 0 10px;
}

.itemSpecs a.nav-link {
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-link::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 0;
    border-bottom: 3px solid #FF2C0B;
    bottom: -4px;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform .3s ease-in;
    transition: transform .1s ease-in;
    border-radius: 30px;
}

.nav-link.active::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.itemSpecs {
    position: relative;
}

.nameSection {
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.btnMenuMovil i {
    margin-left: 20px;
    font-size: 16px;
    margin-top: 3px;
    transition: all 0.4s ease-in;
    cursor: pointer;
}

.btnMenuMovil.active i {
    transform: rotate(-180deg);
}

.btnMenuMovil {
    display: none;
}
/*MENU INTERIOR WEB FIN*/
/*GALERIA*/
/*.container.contenedorModelos {
    max-width: 1200px;
}*/

.galModel {
    display: flex;
    flex-wrap: wrap;
    padding: 50px 0;
    justify-content: flex-start;
}

.galModel a{
    width: 30%;
    margin: 20px 1.5%;
}

.galModel a img{
    width: 100%;
}

/*GALERIA FIN*/

/*SEGURIDAD*/

.infoSeguridad {
    max-width: 990px;
    margin: 0 auto;
    padding: 0 25px 25px;
}

.infoSeguridad p{
    text-align: justify;
    font-size: 16px;
}

.bannerSeg img{
    width: 100%;
}

.sliderVer img{
    padding: 0 20px;
}

/*h5 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 800;
    font-family: 'AvenirNext-Regular';
}*/

.datosModel {
    margin-bottom: 50px;
}

.datosModel h5{
    color: #fff;
    font-family: 'Rajdhani-Medium';
    font-size: 24px;
}

.datosModel h5 font{
    font-family: 'Rajdhani-SemiBold';
}

.datosModel span {
    line-height: 25px;
    color: #A3A3A3;
    font-size: 16px;
    border-bottom: 1px solid #A3A3A3;
    padding-bottom: 10px;
}

.specsList span {
    display: block;
    font-family: 'AvenirNext-Bold';
    font-size: 14px;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}



.specsList ul {
    padding-left: 0;
}

.specsList ul li{
    font-size: 15px;
    color: #ffff;
    list-style: none;
    margin-bottom: 10px;
    display: flex;
    align-items: baseline;
}

.specsList ul li i{
    color: #FF2C0B;
    margin-right: 10px;
    font-size: 18px;
}

/*.sliderVer .owl-stage{
    padding-left: 0 !important;
}*/

/*SEGURIDAD FIN*/



/*colores*/

.colores {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    max-width: 1250px;
    margin: 0 auto;
    padding-bottom: 50px;
}

.coloresAuto {
   /* background-image: url(/assets/img/backColores.jpg);*/
    background-repeat: no-repeat;
    background-position: 50% 90%;
}

.contImgColores {
    position: relative;
    width: 100%;
}

.contImgColores2 {
    position: relative;
    width: 70%;
    margin: 0 auto;
}

.infoColores {
    width: 100%;
}

.infoColores font{
    display: block;
    color: #3A3A3A;
    font-size: 16px;
    text-align: center;
}

.content-color a {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;
    width: 37px;
    height: 37px;
    background-repeat: no-repeat;
    background-size: contain;
    border: 2px solid #fff;
    border-radius: 100%;
    position: relative;
}

.content-color a.icoSelec,
.content-color a.icoSelec2{
    border: 2px solid #000;
}

.colores .content-color {
    text-align: center;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    max-width: 450px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}


.colores {
    position: relative;
}

.content-img .ncolor,
.content-img .ncolor2 {
    position: absolute;
    margin: 0 auto;
    top: 0;
    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 .ncolor2 img {
        position: inherit;
        opacity: 1;
        width: 100%;
    }

    .content-img .ncolor.imgSelec,
    .content-img .ncolor2.imgSelec {
        opacity: 1;
    }

    .content-img .ncolor.hidden-car,
    .content-img .ncolor2.hidden-car {
        position: inherit;
        opacity: 0;
    }

.imgIntr img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.content-color a.icoColor2 img {
    width: 100%;
}

.content-color a.icoColor2 {
    display: inline-flex;
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer;
    width: 42px;
    height: 42px;
    background-repeat: no-repeat;
    background-size: contain;
    border: 2px solid #fff;
    border-radius: 100%;
    position: relative;
    justify-content: center;
    align-items: center;
}

.versionColor {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: #E5E5E5;
    max-width: 390px;
    margin: 0 auto;
    height: 60px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.versionColor a{
    width: 25%;
    margin: 0;
    text-align: center;
    line-height: 16px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    position: relative;
}

.versionColor a span {
    font-size: 12px;
    display: block;
}

.versionColor a::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 0;
    border-bottom: 3px solid #000;
    bottom: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform .3s ease-in;
    transition: transform .1s ease-in;
    border-radius: 30px;
}

.versionColor a.active::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

/*FONOS COLORES*/

.icoColor#plata {
    background-color: #d3d3d3;
}

.icoColor#rojo {
    background-color: #c3272e;
}

.icoColor#negro {
    background-color: #000;
}

.icoColor#blanco {
    background-color: #fff;
}

.icoColor#gris {
    background-color: #474747;
}

.icoColor#azul {
    background-color: #283287;
}

.icoColor#azul2 {
    background-color: #243ca8;
}

.icoColor#orange {
    background-color: #d58b40;
}

/*ESPECIFICACIONES SAAG*/

.bannerSpecs{
    position:relative;
    /*margin-top: 48px;*/
}

.bannerSpecs img{
    width: 100%;
    display: block;
}

img#logoM {
    height: 35px;
    object-fit: contain;
    margin-bottom: 14px;
}

.bannerSpecs .txtSpecs {
    position: absolute;
    right: 9%;
    top: 50%;
    text-align: center;
    width: auto;
    /*width: 320px;*/
    padding: 20px;
    line-height: 20px;
    transform: translate(0, -50%);
}

.txtSpecs h1 {
    color: #fff;
    font-family: 'AvenirNext-Bold';
    font-size: 65px;
}

.txtSpecs span {
    display: block;
    color: #fff;
    font-size: 36px;
    font-family: 'Rajdhani-Medium';
    margin: 25px 0;
}

.btn-auto {
    font-size: 18px !important;
    height: 45px !important;
    background-color: #FF2C0B;
    width: 225px;
    border-radius: 4px;
    font-family: 'Rajdhani-Medium';
    color: #fff;
}

.btn-auto:hover{
    background-color: #FF2C0B;
    color: #fff;
}

.infoSec{
    padding-bottom: 50px;
}

.infoSec h5 {
    text-align: center;
    color: #A9A9A9;
    font-weight: normal;
    font-size: 26px;
}

    .infoSec p {
        width: 60%;
        margin: 0 auto;
        font-size: 18px;
        text-align: center;
        text-wrap: balance;
        margin-top: 25px;
    }

.divGray {
    display: block;
    width: 275px;
    margin: 0 auto;
    height: 1px;
    background-color: #D2D2D2;
    margin-top: 25px;
}


.itemSec{
    display: none;
}

.itemSec.showDiv {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.infoDivs {
    padding: 25px;
    border-top: none;
    margin-right: 1px;
}

.linksSec {
    display: flex;
    align-items: center;
}

.linksSec span {
    width: 50%;
    padding: 10px 0;
    font-size: 22px;
    cursor: pointer;
    display: block;
    border: none;
    color: #1A1A1A;
    text-align: center;
}

    .linksSec span.active {
        display: block;
        font-family: 'Rajdhani-Bold';
        border-bottom: 4px solid #FF2C0B;
        /*width: 33.3%;*/
        /*border-bottom: none !important;*/
        /*border: 1px solid #000;*/
    }

.txtSec{
    text-align: center;
    width: 50%;
    padding: 10px 20px;
}

.txtSec h3,
.txtSec2 h3{
    border-bottom: 1px solid #000:
}

.txtSec p,
.txtSec2 p{
    text-align: justify;
    font-size: 16px;
    margin: 0;
}

.divGray2 {
    display: block;
    width: 275px;
    margin: 0 auto;
    height: 1px;
    background-color: #D2D2D2;
    margin-top: 10px;
    margin-bottom: 30px;
}

.navsAuto {
    padding-bottom: 50px;
    padding-top: 25px;
}

.imgSec {
    width: 35%;
    padding: 15px;
}

.imgSec img{
    width: 100%;
}

.txtSec2 {
    text-align: center;
    width: 65%;
    padding: 15px;
}

.navsAuto2 {
    padding: 50px 25px 25px;
}


.sliderMovil{
    display: none;
}

.btnSpecsMovil{
    display: none;
}

.infoSeguridad h3 {
    font-family: 'Rajdhani-Medium';
    font-size: 36px;
}

/*.owl-theme.sliderVer .owl-nav [class*=owl-] {
    color: #000;
    position: absolute;
    top: 10%;
}

.owl-theme.sliderVer .owl-nav [class*=owl-]:hover {
    background-color: transparent;
}

.owl-theme.sliderVer .owl-nav [class*=owl-]:hover i{
    color: #000;
}*/

.owl-theme.sliderVer img{
    margin-bottom: 20px;
}

.sliderVersiones {
    padding: 0 50px 50px;
    max-width: 1200px;
    margin: 0 auto;
    display: none;
}

.infoSeguridad p{
    /*text-align:center;*/
}

.owl-theme.sliderVer .owl-nav .owl-prev {
    left: -50px;
}

.owl-theme.sliderVer .owl-nav .owl-next {
    right: -50px;
}

/*.owl-theme.sliderVer .owl-nav [class*=owl-] i {
    font-size: 25px;
    font-weight: 800;
}*/

/*.sliderVersiones .owl-nav > div {
    position: absolute !important;
    top: 15% !important;
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    background-color: #066FEF;
    color: white !important;
}
*/
.sliderVer.owl-theme .owl-nav [class*=owl-] i {
    font-size: 20px;
    color: #fff;
}

.sliderVer.owl-theme .owl-nav [class*=owl-]:hover i {
    color: #FF2C0B;
}

.sliderVer.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
}

.sliderVer.owl-theme .owl-dots .owl-dot.active span, .sliderVer.owl-theme .owl-dots .owl-dot:hover span {
    background: #FF2C0B;
    border: 1px solid #FF2C0B;
}

.sliderVer.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    top: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
}

.sliderVer.owl-theme .owl-nav [class*=owl-]:hover {
    border: 2px solid #FF2C0B;
}

.button-redes {
    color: #fff;
    font-family: 'Rajdhani-SemiBold';
    font-size: 16px;
    padding: 5px 20px;
    border: 2px solid #FF2C0B;
    margin: 10px 0;
    display: inline-block;
}

.button-redes:hover {
    color: #fff;
    background-color: #FF2C0B;
}

.ver-mas-btn {
    display: inline-flex;
    margin-top: 8px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    align-items: center;

}

.ver-mas-btn i{
    font-size: 18px;
    margin-left: 10px;
}

/*@media (max-width: 880px) {
    .sliderVersiones .owl-nav > div {
        top: 13% !important;
    }
}
@media (max-width: 769px) {
    .sliderVersiones .owl-nav > div {
        top: 19% !important;
    }
}
@media (max-width: 680px) {
    .sliderVersiones .owl-nav > div {
        top: 15% !important;
    }
}*/

/*.sliderVersiones .owl-nav > div:hover {
    background-color: #066FEF !important;
}
.sliderVersiones .owl-nav > div:hover i {
    color: white !important;
}*/

.imgAuto{
    width: 100%;
}


.info-config {
    width: 48%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .info-config .form-group {
        width: 48%;
    }


.configurador-content h4 {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    width: 100%;
}

.configurador-content h4 font{
    width: 24px;
    height: 24px;
    border-radius: 30px;
    background-color: #000;
    color: #fff;
    font-size: 18px;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-group label {
    color: #3A3A3A;
    font-family: 'Rajdhani-SemiBold';
    font-size: 16px;
    margin-bottom: 10px;
}


.btn-config:hover {
    background-color: red;
    color: white;
}
.btn-config {
    border: 2px solid red;
    border-radius: 4px;
    height: 50px;
    width: 48%;
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: center;
    font-family: 'Rajdhani-SemiBold';
    font-size: 18px;
    transition: 0.3s all linear;
    background-color: white;
    color: red;
}

.info-auto-config{
    width: 48%;
}

.config-version h5 {
    color: #1A1A1A;
    font-size: 18px;
    font-family: 'Rajdhani-Bold';
    width: 100%;
}

.config-version span {
    width: calc(24% - 15px);
    height: 48px;
    background-color: #E8E8E8;
    color: #3A3A3A;
    font-size: 16px;
    border-radius: 4px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.config-version span.active{
    background-color: #FF2C0B;
    color: #fff;
}

.selector-colores {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.interior-config {
    width: 40%;
}

.infoColores2 {
    width: 55%;
}

.content-color a.icoColor2.icoSelec {
    border: 2px solid #000;
}

.color-interior a {
    display: inline-flex;
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer;
    width: 42px;
    height: 42px;
    background-repeat: no-repeat;
    background-size: contain;
    border: 2px solid #fff;
    border-radius: 100%;
    position: relative;
    justify-content: center;
    align-items: center;
}

.color-interior a.active{
    border: 2px solid #000;
}

.color-interior a img{
    width: 100%;
}

.color-interior {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.title-config {
    font-family: 'Rajdhani-Medium';
    font-size: 36px;
    text-align: left;
}

.subtitle-config {
    font-family: 'Rajdhani-Bold';
    font-size: 18px;
    margin-bottom: 0;
}

.interior-config h3,
.infoColores2 h3{
    font-size: 16px;
    font-family: 'Rajdhani-Regular';
    margin: 10px 0 20px;
}

.nameModelo {
    display: flex;
    align-items: center;
}

    .nameModelo .logoMod {
        /*width: 60px;*/
        margin-right: 5px;
        height: 16px;
        width: auto;
    }

.versiones-web {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    justify-content: center;
    margin-bottom: 50px;
}

.versiones-web .cardVersion{
    width: 30%;
    margin: 0 1.16%;
}

    .versiones-web.version-unica .cardVersion {
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 100%;
        max-width: 100%;
        gap: 40px;
    }
        .versiones-web.version-unica .cardVersion img {
            width: 30%;
            object-fit: contain;
        }

        .versiones-web.version-unica .cardVersion .datosModel {
            flex: 1;
        }

        .versiones-web.version-unica .cardVersion .specsList {
            flex: 1;
        }

        .versiones-web.version-unica .cardVersion .footerCard {
            align-self: center;
            margin-top: 0;
        }

@media (max-width: 1400px) {
    .bannerSpecs .txtSpecs {
        right: 6%;
    }



}


@media (max-width: 1200px) {
    .bannerSpecs .txtSpecs {
        right: 6%;
    }

    .txtSpecs h1 {
        font-size: 35px;
    }

    .txtSpecs span {
        font-size: 23px;
    }

    /*MENU SAAG*/

    .itemSpecs .nav-link {
        padding: 0 10px;
        margin: 0 5px;
    }

}

@media (min-width: 800px) and (max-width: 992px) {
    .txtSec p{
        color:black;
    }

    h3.pt-5.pb-3 {
        color: black;
    }

    p.detcaracteristicas {
        color: black;
    }
}


@media (max-width: 992px) {

    /*MENU MOVIL*/

    .config-version span {
        width: calc(30% - 15px);      
       
    }

    .btnMenuMovil {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .menuModelos .nav-tabs2 {
        width: 100%;
        position: absolute;
        flex-direction: column;
        top: 40px;
        background-color: #292d2f;
        margin: 0;
        left: unset;
        border-top: 1px solid #888;
        transition: right 0.5s linear;
        right: -100%;
    }

    .menuModelos .nav-tabs2.active{
        right: 0;
    }

    .itemSpecs .nav-link {
        padding: 0 10px;
        margin: 0 5px;
        text-align: center;
        width: 100%;
        height: 60px;
        font-size: 18px;
    }

    .itemSpecs {
        width: 100%;
    }

    .nav-link::after {
        content: none;
    }

    /*MENU MOEVIL*/

    /*especificaciones*/

    .txtSec {
        width: 100%;
       
    }
    .container.navsAuto2.contenedorModelos .txtSec {
        color: white;
    }

    div#desempenio-tab-pane .infoSec {
        color: white;
    }

    /*desempeño*/

    .txtSec2 {
        width: 50%;
    }

    .imgSec {
        width: 50%;
    }

    .banner-gris {
        height: 50px;
        width: 250px;
    }

        .banner-gris img {
            z-index: 9;
        }

    .linksSec span {
        width: 50%;
    }

    .interior-config {
        width: 100%;
        margin-bottom: 20px;
    }

    .infoColores2 {
        width: 100%;
    }

    .sliderVer .owl-stage{
        padding-left: 0 !important;
    }

}


@media (max-width: 768px) {
    .galModel a {
        width: 47%;
        margin: 10px 1.5%;
    }

    /*colores*/

    .content-img .ncolor img {
        width: 100%;
    }

    /*specs*/

    .bannerSpecs .txtSpecs {
        position: relative;
        width: 100%;
        right: unset;
        top: unset;
        border-radius: 0;
        padding: 10px 20px;
        background: linear-gradient(180deg, rgba(26, 26, 26, 0) 0%, rgba(26, 26, 26, 0.8) 100%);
        transform: unset;
        margin-bottom: 25px;
    }

    .infoSec p {
        width: 100%;
        font-size: 16px;
    }

    .infoSec h5 {
        font-size: 21px;
    }

    h3 {
        font-size: 25px;
    }

    /*especificaciones*/

    .txtSec p, .txtSec2 p {
        font-size: 15px;
    }

    .linksSec{
        display: none;
    }

    .linksSec.active {
        display: block;
        transition: all 0.5s linear;
        width: 100%;
        margin-top: 25px;
    }

    .navsAuto {
        display: flex;
        flex-wrap: wrap;
    }

    .btnSpecsMovil {
        width: 100%;
        border: 1px solid #000;
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 50px;
        padding: 0 25px;
    }

    .btnSpecsMovil i {
        margin-left: 20px;
        font-size: 16px;
        margin-top: 3px;
        transition: all 0.4s ease-in;
        cursor: pointer;
    }

    .btnSpecsMovil.active i {
        transform: rotate(-180deg);
    }

    .linksSec span {
        padding: 15px;
        width: 100%;
        text-align: center;
        border: none;
    }

    .linksSec span.active {
        border: none;
        color: #000;
        width: 100%;
    }

    .nameSection2 {
        color: #000;
        font-size: 18px;
        display: flex;
        align-items: center;
        cursor: pointer;
    }

    .infoDivs {
        border: none;
        margin-right: 0;
        width: 100%;
        padding: 25px 0;
    }

    /*desempeño*/

    .txtSec2 {
        width: 100%;
        order: 2;
    }

    .imgSec {
        width: 100%;
        margin-bottom: 25px;
    }

    .navsAuto2 .infoDivs {
        padding: 25px 0;
    }

    .itemSec.showDiv {
        padding: 0;
    }

    .line-gray img {
        max-width: 80% !important;
    }

    .info-auto-config {
        width: 100%;
    }

    .info-config {
        width: 100%;
    }

    .banner-gris::after{
        display: none;
    }


    .bannerSpecs {
        background-color: #000;
    }

        .bannerSpecs .banner-gris {
            position: relative;
            height: 80px;
            width: 100%;
            padding-left: 0;
            bottom: unset;
            left: unset;
        }

    .versiones-web{
        display: none;
    }

    .sliderVersiones{
        display: block;
    }


}

@media (max-width: 576px) {

    .config-version span {
        width: calc(48% - 15px);
    }

    /*.bannerSpecs .txtSpecs {
        top: 70px;
    }*/

    /*menu movil*/

    .nameSection {
        font-size: 16px;
    }

    .nameModelo span {
        font-size: 18px;
    }

    .menuModelos {
        padding: 0 15px;
    }

    /*galeria*/

    .galModel{
        display: none;
    }

    .sliderMovil{
        display: block;
        padding-bottom: 50px;
    }

    .sliderM.owl-theme .owl-dots {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, -5px);
        width: 100%;
    }

    .sliderM.owl-theme .owl-dots .owl-dot.active span, .sliderM.owl-theme .owl-dots .owl-dot:hover span{
        background: #00A0DC;
    }

    /*colores*/
    .content-color a {
        width: 30px;
        height: 30px;
    }

    .versionColor {
        width: 90%;
        font-size: 11.5px;
    }

    /*desempeño*/

    .txtSec2 {
        padding: 0;
    }

    .imgSec {
        padding: 0;
    }

    .info-config .form-group {
        width: 100%;
    }

    .btn-config{
        width: 100%;
    }

    .sliderVersiones {
        padding: 0 0 50px;
    }

    .btn-auto {
        width: 100%;
    }

    .bannerSpecs .txtSpecs{
        text-align: left;
    }

    img#logoM {
        width: auto;
    }
}

/* 360 */
.tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.tab {
    padding: 10px 20px;
    margin: 0 5px;
    background-color: #fff;
    cursor: pointer;
    border: none;
    border-bottom: 3px solid transparent;
    font-weight: bold;
    transition: all 0.2s;
}

    .tab.active {
        color: white;
        background-color: #296ed7;
        border-radius: 4px;
        border-bottom: 3px solid #296ed7;
    }

#visor360 {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 8px;
    background: white;
    overflow: hidden;
    scrollbar-width: none;
}
#visor360[src*=interior] {
    height: calc(100vh - 200px);
    max-height: 600px;
}
#visor360[src*=exterior] {
    aspect-ratio: 1.91 / 1;
    max-height: calc(100vh - 200px);
}

@media (max-width: 970px) {
    #visor360[src*=interior] {
        max-height: 450px;
    }
    #visor360[src*=interior],
    #visor360[src*=exterior] {
        aspect-ratio: 1.75 / 1 !important;
    }
}

.banner-gris {
    position: absolute;
    background: #d9d9d9;
    height: 65px;
    width: 330px;
    display: flex;
    align-items: center;
    padding-left: 40px;
    bottom: 0;
    left: 0;
}

.banner-gris img{
    width: auto;
    height: 40px;
    margin: 0 auto;
}

    .banner-gris::after {
        content: "";
        position: absolute;
        right: -60px;
        top: 0;
        width: 120px;
        height: 100%;
        background: #d9d9d9;
        transform: skewX(-135deg);
        border-top-right-radius: 8px;
    }

.line-gray img {
    max-width: 700px;
    margin: 20px auto;
    display: block;
}

.contenedorModelos h3 {
    font-family: 'Rajdhani-Medium';
    font-size: 38px;
}

.versiones-back {
    background-color: #3A3A3A;
}


.encabezado-web {
    display: none;
}

.encabezado-mov {
    display: block;
}

/* Cuando la pantalla es de escritorio o tablet grande */
@media (min-width: 768px) {
    .encabezado-web {
        display: block;
    }

    .encabezado-mov {
        display: none;
    }
}

@media (max-width: 768px) {
    .encabezado-mov {
        display: block;
    }

    .encabezado-web {
        display: none;
    }
}

@media (min-width: 970px) {
    .encabezado-web {
        display: block;
    }
}