@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
.lgimg {
    width: 100px;
}
.table--dark {
    background-color: black;
    color: white;
}
    .table--dark td {
        padding: 10px;
        font-size: 14px;
    }
.contbtnEnv{
    text-align:center;
}
    .contbtnEnv a {
        background: black;
        color: white;
    }
.imgclose {
    width: 70px;
    position: absolute;
    z-index: 4;
    right: 90px;
    margin-top: -90px;
    cursor: pointer;
}
body {
    font-size: 16px;
    color: #000;
    padding-bottom: 50px;
}

a, a:hover{
    text-decoration: none;
}

.container{
    max-width: 1440px;
}

.crm-home.third-size a{
    width: 33.3%;
}
/*TITULOS*/
h3 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 600;
}

h4 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 5px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

h5{
    font-size: 15px;
}

/**/
.contenedor1 .form-check {
    margin: 0 auto 20px;
}

.contSelMantenimiento {
    margin-top: 15px;
    margin-left: -25px;
}

.fechaDato .form-control {
    border: 1px solid #686D71;
    border-radius: 0;
    height: 50px;
    color: #686D71;
    padding: 5px 20px;
    border-right: none;
}

.menu-autos{
    position: relative;
}

.btn-modelos {
    position: relative;
    padding-right: 5px;
    margin-right: 0 !important;
    color: #fff;
    margin: 0 10px;
    font-size: 15px;
    cursor: pointer;
}

.btn-modelos:after{
    content: '\F282';
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 5px;
    transition: all 0.3s linear;
}

.btn-modelos.open:after{
    transform: rotate(180deg);
}

.list-menu-autos {
    display: none;
    position: absolute;
    top: 37px;
    left: 0;
    background-color: rgba(37, 39, 40, 0.7);
    color: #fff;
    list-style: none;
    padding: 0 10px;
    margin: 0;
    width: 150px;
}

.list-menu-autos.open {
    display: block;
}

.list-menu-autos a{
        margin: 10px 0 !important;
    display: block;
}

.optMenu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
/*BANNERS*/
.banner-home {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.banner-item {
    position: relative;
    width: 32%;
    overflow: hidden;
}

.banner-item img {
    transition: transform .5s; 
}

.banner-item:hover img {
    transform: scale(1.2);
}

.banner-item:hover .back-banner {
    background-color: rgba(0, 0, 0, 0.50);
}

.info-banner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    padding: 25px;
}

.info-banner .btn{
    color: #fff;
    border: 1px solid #fff;
    height: 50px;
    border-radius: 0;
    width: 250px;
    transition: all .3s ease-in; 
    padding: 10px;
}

.info-banner .btn:hover {
    color: #252728;
    background-color: #fff;
}

.info-banner p{
    color: #fff;
}

.back-banner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.65);
    transition: all .3s ease-in-out
}

.form-select {
    border: 1px solid #686D71;
    border-radius: 0;
    height: 50px;
    color: #686D71;
    padding: 5px 20px;
}

.form-select:focus{
    box-shadow: none;
    border: 1px solid #686D71;
}

.form-check {
    margin: 20px auto;
}

.btn-cot {
    display: block;
    width: 100%;
    text-align: center;
}

.btn-cot .btn{
    height: 50px;
    width: 200px;
    border: 1px solid #000;
    border-radius: 0;
    transition: all .3s ease-in;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.btn-cot .btn:hover{
    color: #fff;
    background-color: #000;
}

.btn-bb {
    height: 50px;
    min-width: 200px;
    border: 1px solid #000;
    border-radius: 0;
    transition: all .3s ease-in;
    padding: 10px;
}

.btn-bb:hover {
    color: #fff;
    background-color: #000;
}

.disclaimer-txt {
    color: #000;
    text-decoration: none;
    font-weight: 600;
    text-decoration: underline !important;
}

.form-check-input {
    border-radius: 0 !important;
    border: 1px solid #252728;
}

.form-check-input:focus{
    box-shadow: none;
}

/*.form-space .form {
    width: 24%;
}*/

.form.form.third-size {
    width: 32%;
}

.form{
    margin-bottom: 20px;

}

.form.form.mid-size {
    width: 49%;
}

.form.form.full-size {
    width: 100%;
}

.form.third-size {
    width: 32%;
}

/*ANIMACIÓN INPUT*/
.form {
    position: relative;
    height: 50px;
}

.form__input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    border: 1px solid #686D71;
    border-radius: 0;
    font-family: inherit;
    font-size: inherit;
    color: #252728;
    outline: none;
    padding: 1.25rem;
    background: none;
    /* Change border when input focus*/
}

.form__input:hover {
    border-color: #686D71;
}

.form__input:focus {
    border-color: #686D71;
}

.form__input:focus + .form__label {
    border-color: #686D71;
    z-index: 2;
}

.form__label {
    position: absolute;
    left: 1rem;
    top: 0.8rem;
    padding: 0 0.5rem;
    color: #686D71;
    cursor: text;
    transition: top 200ms ease-in, left 200ms ease-in, font-size 200ms ease-in;
    background-color: #fff;
    /*z-index: -1;*/
}

/* 
1. When the input is in the focus state
reduce the size of the label and move upwards 

2. Keep label state when content is in input field 
*/
.form__input:focus ~ .form__label,
.form__input:not(:placeholder-shown).form__input:not(:focus) ~ .form__label {
    top: -0.5rem;
    font-size: 0.8rem;
    left: 0.8rem;
}

.table tbody td {
    font-size: 14px !important;
}


/*TITULOS*/
.form-space {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

/*FONDOS*/

.bg-gray {
    background-color: #F3F3F3 !important;
}

.bg-black {
    background-color: #000 !important;
}

.bg-black2 {
    background-color: #000 !important;
}

.sub-form font{
    font-weight: normal;
}
/*GAMA DE AUTOS*/
.gama-autos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.item-autos{
    width: 23%;
    margin: 0 1% 20px;
}

.info-auto p {
    text-align: center;
}

.info-auto p span{
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 1px;
}

.txt-link {
    font-weight: 600;
    color: #252728;
    margin: 0 auto 10px;
    display: inline-block;
    text-align: center;
    width: 100%;
    text-decoration: underline;
}

.card-auto {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin: 10px;
}

.card-auto a{
    color: #252728;
}

.info-card-auto{
    padding: 10px 15px;
}

.info-card-auto h4{
    text-align: left;
}

.info-card-auto span{
    font-size: 22px;
    /*letter-spacing: 1px;*/
}

/*CONTADOR*/

.slider-home .owl-dots {
    counter-reset: slides-num;
    position: absolute;
    bottom: 27px;
    right: 50px;
    color: #fff;
}

.slider-home .owl-dots:after {
    content: counter(slides-num);
    /* get total number of items - more info on http://www.sitepoint.com/a-little-known-way-to-replace-some-scripts-with-css-counters/ */
    display: inline-block;
    font-size: 20px;
    /*font-weight: 700;*/
    vertical-align: middle;
    padding-left: 9px;
}

.slider-home .owl-dot {
    display: inline-block;
    counter-increment: slides-num;
    /* Increment counter */
    margin-right: 5px;
}

.slider-home .owl-dot span {
    display: none !important;
}

.slider-home .owl-dot.active:before {
    content: counter(slides-num) " / ";
    /* Use the same counter to get current item. */
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 0;
}

.slider-home .owl-nav [class*=owl-] {
    position: absolute;
    bottom: 10px;
    background-color: transparent !important;
}

.slider-home .owl-nav [class*=owl-] i{
    font-size: 30px;
}

.slider-home .owl-next {
    right: 5px;
}

.slider-home .owl-prev {
    right: 80px;
}

/*AVISOS DE PRIVACIDAD*/
.cendiv {
    margin: 0 auto;
    width: 90%;
    padding: 21px;
    margin-top: 10%;
    text-align: center;
}

.backLoadP, .backLoadP2 {
    display: none;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    background-color: transparent;
    background-color: rgba(0,0,0,0.76);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000,endColorstr=#CC000000);
    color: white;
    font-size: 18px;
    overflow-x: hidden;
    overflow-y: auto;
}

/*FOOTER*/

footer{
    color: #fff;
}

.head-footer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px solid #686D71;
    margin-bottom: 20px;
    align-items: center;
}

.list-links,
.list-redes {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.list-links li a{
    color: #fff;
    text-decoration: none;
    margin-right: 15px;
}

.list-redes li a {
    color: #fff;
    font-size: 25px;
    margin-left: 15px;
}

.tels-footer {
    list-style: none;
    padding: 0;
    color: #fff;
}

.tels-footer a{
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    font-size: 15px;
}

.tels-footer a i {
    background-color: #fff;
    border-radius: 30px;
    font-size: 18px;
    color: #000;
    height: 30px;
    width: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.btn-collapse {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-flex;
    pointer-events: none;
}

.list-horarios{
    list-style: none;
    padding: 0;
}


.list-horarios li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 15px;
}

.body-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #686D71;
}

.item-footer {
    width: 20%;
    margin-bottom: 20px;
}

.item-footer p{
    font-size: 15px;
}

.btn-ub {
    color: #fff;
    font-size: 15px;
    text-decoration: underline;
}

.fin-footer p {
    font-size: 15px;
    text-align: center;
    padding: 5px 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.div-line {
    width: 1px;
    background-color: #fff;
    display: inline-flex;
    height: 20px;
    margin: 0 10px;
}

.fin-footer p a{
    font-size: 15px;
    color: #fff;
}

.logo-xs {
    width: 200px;
    margin: 10px 0;
}

.logos-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

/*menu movil*/
.ham {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: transform 400ms;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 50px;
}

.hamRotate.active {
    transform: rotate(45deg);
}

.hamRotate180.active {
    transform: rotate(180deg);
}

.menu-button:hover .line {
    stroke: #fff;
}

.line {
    fill: none;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    stroke: #fff;
    stroke-width: 5.5;
    stroke-linecap: round;
}

.ham1 .top {
    stroke-dasharray: 40 139;
}

.ham1 .bottom {
    stroke-dasharray: 40 180;
}

.ham1.active .top {
    stroke-dashoffset: -98px;
}

.ham1.active .bottom {
    stroke-dashoffset: -138px;
}

.menu-button {
    display: none;
}

/*HEADER*/

header{
    z-index: 100;
    position: relative;
}

.logos-header{
    display: flex;
    align-items: center;
}

.header-menu {
    background-color: rgba(37, 39, 40, 0.7);
    position: fixed;
    width: 100%;
    transition: top 0.3s ease;
    top: 30px;
    left: 0;
}

.header-menu .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    height: 50px;
}

.optMenu a{
    color: #fff;
    margin: 0 10px;
    font-size: 15px;
}

.header-top {
    background-color: #000;
}

.header-top .container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 30px;
}

.header-top a{
    color: #fff;
    font-size: 14px;
}

.header-top a span{
    font-weight: 600;
}

.optMenu a:last-child{
    margin-right: 0;
}

.tels-header {
    padding: 20px 0 0 0;
    list-style: none;
    border-top: 1px solid #686D71;
    display: none;
}

.tels-header a{
    margin-bottom: 20px !important;
    display: flex;
    flex-wrap: wrap;
}

.tels-header a span {
    display: block;
    font-weight: 400;
    width: 100%;
}

/*CRM*/

.crm-home {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #252728;
    height: 50px;
    z-index: 99;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.crm-home a{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 25%;
    border-right: 1px solid #686D71;
}

.crm-home a:last-child{
    border-right: none;
}

.crm-home a i{
    /*background-color: #fff;*/
    border-radius: 30px;
    font-size: 25px;
    color: #fff;
    height: 30px;
    width: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

/***** --- iconos whatsapp --- *****/
.icon-whatsapp {
    position: fixed;
    z-index: 19;
    left: 10px;
    bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 65px;
    background: #25D366;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

    .icon-whatsapp i {
        color: #fff;
        font-size: 20px;
    }

    .icon-whatsapp .ico-close {
        display: none;
    }

    .icon-whatsapp.active .ico-close {
        display: block;
    }

    .icon-whatsapp.active .ico-open {
        display: none;
    }

    .ico-open img{
        width: 35px;
    }

    .ico-close img {
        width: 25px;
    }

/* iconos whatsapp body */
.icon-whatsapp-body {
    position: fixed;
    z-index: 51;
    bottom: 200px;
    /* right: 10px;*/
    left: 10px;
    width: 150px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .icon-whatsapp-body .wrap {
        position: relative;
    }

        .icon-whatsapp-body .wrap ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

            .icon-whatsapp-body .wrap ul li {
                margin-bottom: 0;
            }

        .icon-whatsapp-body .wrap a {
            font-family: var(--bs-font-sans-serif);
            display: flex;
            align-items: center;
            justify-content: flex-start;
            color: #fff;
            text-decoration: none;
            background-color: #25D366;
            margin-bottom: 5px;
            border-radius: 30px;
            height: 40px;
            padding: 0 15px;
            font-size: 15px;
        }

        .icon-whatsapp-body .wrap .name {
            font-size: 14px;
            text-align: center;
        }


        .icon-whatsapp-body .wrap a img {
            width: 20px;
            margin-right: 10px;
        }

    .icon-whatsapp-body.active {
        bottom: 125px;
        opacity: 1;
        visibility: visible;
    }


/*MODELOS*/

.modelos-item#GWM-SONG-PLUS {
    background-image: url(/assets/img/autos/modelos-banners/song-plus-dmi_banner-web.jpg);
}

.modelos-item#GWM-SEAL-EV {
    background-image: url(/assets/img/autos/modelos-banners/seal-ev_banner-web.jpg);
}

.modelos-item#GWM-HAN-EV {
    background-image: url(/assets/img/autos/modelos-banners/han-ev_banner-web.jpg);
}

.modelos-item#GWM-TANG-EV {
    background-image: url(/assets/img/autos/modelos-banners/tang-ev_banner-web.jpg);
}

.modelos-item#GWM-DOLPHIN-EV {
    background-image: url(/assets/img/autos/modelos-banners/dolphin-ev_banner-web.jpg);
}

.modelos-item#GWM-YUAN-PLUS {
    background-image: url(/assets/img/autos/modelos-banners/yuan-plus_banner-web.jpg);
}

.modelos-item {
    position: relative;
    height: 100vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.modelos-button {
    position: absolute;
    bottom: 15%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 90%;
    display: flex;
    justify-content: center;
}

.modelos-button .btn {
    color: #fff;
    border: 1px solid #fff;
    height: 50px;
    border-radius: 0;
    width: 200px;
    transition: all .3s ease-in;
    margin: 0 15px;
    padding: 11px 0;
    font-weight: 600;
    letter-spacing: .5px;
}

.modelos-button .btn:hover {
    background-color: #fff;
    color: #252728;
}

.modelos-info {
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 10%;
    width: 90%;
}

.modelos-info h3 {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 10px;
}

.modelos-info p{
    font-size: 24px;
    color: #fff;
}


.back-modelos {
    background: linear-gradient(180deg, rgba(37, 39, 40, 0.12) 0%, rgba(37, 39, 40, 0.35) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*COTIZACIÓN*/

.cotizacion-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 150px;
    padding-bottom: 50px;
}

.img-auto-cot{
    width: 40%;
}

.form-cotizacion {
    width: 55%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sub-form {
    display: block;
    width: 100%;
    font-weight: 600;
    margin-bottom: 15px;
}

.form-cotizacion .form{
    width: 48%;
    margin-bottom: 20px;
}

/**/

.div-radios {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}

.div-radios .form-check{
    margin: 0 25px 0 0;
}

.div-radios .form-check:last-child{
    margin-right: 0;
}

.div-radios .form-check input{
    border-radius: 50% !important;
}

.form-check-input:checked {
    background-color: #252728;
    border-color: #252728;
}

.bg-typ {
    background-image: url(/assets/img/typ-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    height: 100vh;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.btn-typage .btn {
    color: #fff;
    border: 1px solid #fff;
    height: 50px;
    border-radius: 0;
    width: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
}

.btn-typage .btn:hover{
    background-color: #fff;
    color: #252728;
}

.view-360 {
    width: 55%;
}

/*.int-360 {
    background-image: url(/Assets/img/autos/interior/songdm-02-web.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.int-360.show{
    width: 100%;
    height: 100%;
}

.ext-360 {
    background-image: url(/Assets/img/autos/exterior/songdm-01-web.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.ext-360.show {
    width: 100%;
    height: 100%;
}*/

.config-info{
    width: 40%;
}
/*CONFIGURADOR*/

.contImgColores3.show,
.contImgColores2.show,
.contImgColores.show {
    display: block;
}

.contImgColores3,
.contImgColores2,
.contImgColores {
    display: none;
}


.contImgColores-Exterior.show,
.contImgColores-Rines.show,
.contImgColores-Interior.show {
    display: block;
}

.contImgColores-Exterior,
.contImgColores-Interior,
.contImgColores-Rines {
    display: none;
}

.content-configurador {
    padding: 100px 0 50px;
}

.contenedor-config {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.config-step-one ul {
    background-color: #F3F3F3;
}

.config-step-one ul li {
    width: 33.3%;
}

.config-step-one ul li .nav-link {
    text-align: center;
    width: 100%;
    height: 45px;
    color: black;
    font-size: 16px;
    font-weight: 600;
}

.config-step-one ul li .nav-link.active {
    color: #fff;
    background: #252728 !important;
}

.tab-pane h4 {
    margin: 25px 0;
    text-transform: capitalize;
}

.llantas-select {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.llanta-item {
    width: auto;
    text-align: center;
    cursor: pointer;
}

.llanta-item font {
    display: block;
    margin-bottom: 20px;
}

.precio-config p {
    font-size: 18px;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 0;
}

.precio-config span{
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 0.5px;
    display: block;
}

sup.zero-cent {
    color: #0d6efd;
    font-size: 25px;
    font-weight: 700;
}

span.leyenda {
    font-size: 16px;
}

sup {
    top: -0.1em !important;
}

.precio-config .btn {
    width: 100%;
    border: 1px solid #252728;
    height: 50px;
    border-radius: 0;
    margin-top: 20px;
}


.name-auto .form{
    margin: 30px 0;
}

.color-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.color-option,
.color-option-ext {
    width: 50px;
    height: 50px;
    display: inline-flex;
    border-radius: 50%;
    border: 1px solid #fff;
    margin: 10px 15px;
    cursor: pointer;
    transition: all .4s linear;
}

.color-option.active,
.color-option-ext.active{
    border: 2px solid #252728;
}

#dark-blue {
    background-color: #33446e;
}

#pink2 {
    background-color: #c7aab3;
}

#light-blue {
    background-color: #99b5cf;
}

#blanco{
    background-color: #fff;
}

#verde {
    background-color: #b4c050;
}

#pink {
    background-color: #caa6a3;
}

#negro {
    background-color: #000;
}

.cotizacion-content.config-cot {
    display: none;
    padding-top: 0;
}

.config-cot.show {
    display: flex;
}

.btn-back-config {
    color: #686D71;
    display: block;
    margin: 10px auto;
    text-decoration: underline;
}

.items-selected {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin: 20px 0;
}

.item-opt {
    max-width: 33.3%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

    .item-opt span {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: red;
        margin-right: 10px;
        border: 2px solid #252728 !important;
        box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    }

span.llanta-img {
    background-color: transparent;
}



/*colores*/

.contImgColores,
.contImgColores2,
.contImgColores3{
    position: relative;
    width: 100%;
    padding-right: 20px;
}

.contImgColores-Exterior,
.contImgColores-Interior,
.contImgColores-Rines {
    position: relative;
    width: 100%;
    padding-right: 20px;
}

.content-color a {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;
    width: 45px;
    height: 45px;
    background-repeat: no-repeat;
    background-size: contain;
    border: 2px solid #c5c5c5;
    border-radius: 100%;
    position: relative;
}

.txtColor {
    color: #9fa9ad;
    font-size: 18px;
    margin-top: 10px;
    text-align: center;
}

.icoSelec, .icoSelec2 {
    border: 2px solid #252728 !important;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}

.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,
.content-img .ncolor2 img{
    position: inherit;
    opacity: 1;
    width: 100%;
}

.content-img .ncolor.imgSelec,
.content-img .ncolor2.imgSelec2{
    opacity: 1;
}

.content-img .ncolor.hidden-car,
.content-img .ncolor2.hidden-car{
    position: inherit;
    opacity: 0;
}

.NomColor, .NomColor2 {
    display: block;
    margin-bottom: 15px;
}

/*ERROR PAGS*/

.content-error-pg {
    background-image: url(/Assets/img/Error/404/404_web.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    position: relative;
}

.info-error-pg img{
    width: 200px;
}

.info-error-pg {
    width: 350px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(50%, -50%);
}

.info-error-pg p{
    color: #fff;
}

/*CONTACTO*/

.area-txt, .area-txt .form__input {
    height: 100px;
}

.sec-contacto {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 50px 0;
}

.mapa-div {
    width: 55%;
}

.mapa {
    height: 700px;
}

.info-contacto {
    width: 45%;
    padding: 0 50px;
}

.item-contacto .tels-footer a i {
    background-color: #4F9EDD;
    color: #fff;
}

.item-contacto .tels-footer a {
    color: #252728;
}

.item-contacto {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.item-contacto div:first-child{
    width: 30%;
}

.item-contacto div:last-child{
    width: 60%;
}

.btn-contact {
    color: #252728;
    font-size: 15px;
    text-decoration: underline;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 20px;
}

.link-tel {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    color: black;
}

.link-tel i {
    border-radius: 30px;
    font-size: 18px;
    height: 30px;
    width: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    background-color: #4F9EDD;
    color: #fff;
}

/*CITA DE SERVICIO*/

.img-auto-cc{
    width: 45%;
}

/*FINANCIAMIENTO MODELOS*/

.gama-div {
    padding-top: 125px;
    padding-bottom: 50px;
}

/*PROMOCIONES*/

.divPromos {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    /*padding: 50px 0 0;*/
}

.itemPromos {
    width: 31%;
    margin: 0 1.16% 20px;
}

.imgPromos img{
    width: 100%; 
    display: block;  
}

.selectOrder {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 30px;
}

.btnProcion {
    height: 50px;
    width: 200px;
    border: 1px solid #000;
    border-radius: 0;
    transition: all .3s ease-in;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.btnProcion:hover{
    background-color: #252728;
    color: #fff;
}

.infoMas {
    height: 30px;
    display: inline-flex;
    color: #252728;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.2px;
    position: relative;
    width: 250px;
}

.infoMas:before {
    content: "\e900";
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    position: absolute;
    right: 10px;
    top: -4px;
    color: #4F9EDD;
    font-size: 22px;
}

.infoMas.collapsed:before {
    content: "\e901";
}

.encabezado-item {
    font-size: 16px;
    font-weight: 700;
    margin: 10px 0 5px;;
}

.fecha-promo {
    color: #686D71;
    font-size: 14px;
}

.subt-promo{
    font-size:15px;
}

.txt-promo{
    font-size: 12px;
}
/*RESPONSIVO*/
@media (max-width: 1200px) {
    .item-footer {
        width: 23%;
    }

    /*CONTACTO*/
    .item-contacto div:last-child {
        width: 100%;
    }

    .item-contacto div:first-child {
        width: 100%;
    }

    .item-contacto .tels-footer{
        display: flex;
    }

    .item-contacto .tels-footer a{
        margin-right: 10px;
    }

}

@media (max-width: 991px){

    .list-menu-autos a {
        margin: 10px !important;
    }

    .imgclose {
        right: 40px;
        margin-top: -60px;
    }
    .header-top{
        display: none;
    }

    .header-menu {
        top: 0;
    }

    .menu-button {
        display: block;
    }

    .optMenu {
        position: fixed;
        top: 50px;
        bottom: 0;
        right: -100%;
        padding: 25px;
        margin: 0;
        z-index: 3;
        width: 100%;
        height: 100vh;/*calc(100vh - 50px);*/
        transform: translate3d(0,0,0);
        transition: right .4s ease-in-out .1s;
        background-color: #252728;
        display: flex;
        flex-direction: column;
        border-top: 1px solid #686D71;
    }

    .optMenu.open {
        right: 0;
    }

    .header-menu.back-movil {
        background-color: #252728;
        transition: all .4s ease-in-out .1s;
    }

    .optMenu a {
        margin: 0 10px 20px;
        font-size: 18px;
        font-weight: 600;
    }


    .btn-modelos {
        display: flex;
        align-items: center;
        margin: 0 10px 20px;
        font-size: 18px;
        font-weight: 600;
    }

    .list-menu-autos {
        position: relative;
        top: unset;
        left: unset;
        padding: 0;
        margin-bottom: 20px;
        width: 100%;
    }


    .tels-header {
        display: block;
    }

    /*BANNERS*/
    .banner-item {
        width: 49%;
        margin-bottom: 20px;
    }

    /*COTIZACION RAPIDA*/
    /*.form {
        width: 48%;
        margin-bottom: 15px;
    }*/

    /*GAMA AUTOS*/
    .item-autos {
        width: 31%;
    }

    /*FOOTER*/
    .item-footer {
        width: 30%;
    }

    /*CRM*/
    .crm-home a span {
        font-size: 14px;
    }

    /*CONFIGURADOR*/

    .config-info {
        width: 45%;
    }

    .view-360 {
        width: 50%;
    }

    /*CITA DE SERVICIO*/

    .form.form.third-size {
        width: 49%;
    }

    /*PROMOCIONES*/
    .itemPromos {
        width: 46%;
        margin: 0 2% 20px;
    }
}


@media (max-width: 768px){

    /*GAMA AUTOS*/
    .item-autos {
        width: 48%;
    }

    .info-banner .btn {
        width: 90%;
    }

    /*FOOTER*/
    .item-footer {
        width: 45%;
    }

    /*CRM*/
    .crm-home a span {
        display: none;
    }

    /*COTIZACION*/
    .img-auto-cot {
        width: 80%;
        margin: 0 auto 20px;
    }

    .form-cotizacion {
        width: 100%;
    }

    .cotizacion-content {
        padding-top: 100px;
    }

    /*CONFIGURADOR*/

    .config-info {
        width: 100%;
    }

    .view-360 {
        width: 100%;
        /*height: 300px;*/
        margin-bottom: 25px;
    }

    /*CONTACTO*/
    .mapa-div {
        width: 100%;
        margin-bottom: 20px;
    }

    .mapa{
        height: 300px;
    }

    .info-contacto {
        width: 100%;
        padding: 0 30px;
    }

    .item-contacto div:last-child {
        width: 70%;
    }

    /*CITA DE SERVICIO*/
    .img-auto-cc {
        width: 100%;
        margin-bottom: 25px;
    }

    /*FINANCIAMIENTO MODELOS*/

    .gama-div {
        padding-top: 100px;
    }

    /*PROMOCIONES*/
    .itemPromos {
        width: 100%;
        margin: 0 0 20px;
    }

    .selectOrder .form{
        margin-top: 20px;
    }

}


@media (max-width: 576px) {


    /*BANNERS*/
    .banner-item {
        width: 100%;
    }

    /*COTIZACION RAPIDA*/
    /*.form {
        width: 100%;
    }*/
    .form.mid-size,
    .form.third-size {
        width: 100% !important;
    }

    .btn-cot .btn {
        width: 100%;
    }

    /*GAMA AUTOS*/
    .item-autos {
        width: 100%;
        margin: 0 0 20px;
    }

    /*FOOTER*/
    .item-footer {
        width: 100%;
    }

    .btn-collapse {
        pointer-events: all;
        margin: 0;
        height: 30px;
        width: 100%;
    }

    .btn-collapse.collapsed::before {
        content: "\F282";
        font-family: bootstrap-icons !important;
        font-style: normal;
        font-weight: 400 !important;
        position: absolute;
        right: 5%;
    }

        .btn-collapse::before {
            content: "\F286";
            font-family: bootstrap-icons !important;
            font-style: normal;
            font-weight: 400 !important;
            position: absolute;
            right: 5%;
        }


    /**/
    .list-links {
        width: 100%;
        flex-direction: column;
    }

        .list-links li a {
            margin-bottom: 10px;
            display: inline-flex;
        }

    .list-redes li a {
        margin-left: 0;
        margin-right: 15px;
    }

    .fin-footer p {
        flex-direction: column;
    }

    .fin-footer p span {
        display: none;
    }

    .slider-home .owl-dots {
        position: absolute;
        bottom: 27px;
        right: unset;
        color: #fff;
        left: 50%;
        transform: translate(-50%, 0);
    }

    .slider-home .owl-nav .owl-prev {
        left: 40%;
        transform: translate(-50%, 0);
    }

    .slider-home .owl-nav .owl-next {
        right: 29%;
        transform: translate(-50%, 0);
    }

    .carousel-seminuevos .owl-stage {
        padding-left: 0 !important;
    }

    .item-footer:last-child .btn-collapse::before {
        content: none;
    }

    /*MODELOS*/

    .modelos-item#GWM-SONG-PLUS {
        background-image: url(/assets/img/autos/modelos-banners/song-plus-dmi_banner-mob.jpg);
    }

    .modelos-item#GWM-SEAL-EV {
        background-image: url(/assets/img/autos/modelos-banners/seal-ev_banner-mob.jpg);
    }

    .modelos-item#GWM-HAN-EV {
        background-image: url(/assets/img/autos/modelos-banners/han-ev_banner-mob.jpg);
    }

    .modelos-item#GWM-TANG-EV {
        background-image: url(/assets/img/autos/modelos-banners/tang-ev_banner-mob.jpg);
    }

    .modelos-item#GWM-DOLPHIN-EV {
        background-image: url(/assets/img/autos/modelos-banners/dolphin-ev_banner-mob.jpg);
    }

    .modelos-item#GWM-YUAN-PLUS {
        background-image: url(/assets/img/autos/modelos-banners/yuan-plus_banner-mob.jpg);
    }

    .modelos-button {
        flex-direction: column;
        bottom: 10%;
    }

    .modelos-button .btn {
        width: 100%;
        margin: 0 0 15px;
    }

    .modelos-info h3 {
        font-size: 32px;
    }

    .modelos-info {
        top: 15%;
    }


    /*COTIZACION*/
    .img-auto-cot {
        width: 100%;
        margin: 0 auto 20px;
    }

    .bg-typ {
        background-image: url(/assets/img/typmob-bg.jpg);
        background-position: center bottom;
    }

    /*CONTACTO*/
    .info-contacto {
        padding: 0;
    }

    .item-contacto div:last-child {
        width: 80%;
    }

}