

.container {
    max-width: 1440px;
}

.btn-cot-interior button {
    border-radius: 4px;
    border: 1px solid #fff;
    background-color: #3F4044;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    text-transform: uppercase;
}

.divBannerSeccion {
    padding-top: 2%;
    padding-left: 5%;
    padding-bottom: 2%;
    padding-right: 5%;
    background-color: #000;
    color: #fff;
}
.divBannerSeccion2 {
    padding-top: 2%;
    padding-left: 5%;
    padding-bottom: 2%;
    padding-right: 5%;
    background-color: #fff;
    color: #000;
    text-align: center;
}
.divBannerVideoSecc {
    padding: 0px;
    margin: 0px;
    border-width: 0px;
    border-color: transparent;
    border-style: solid;
    display: block;
    position: relative;
}
.divIconoSecc {
    padding: 0px 50px;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    bottom: initial;
    right: initial;
    transform: translate(-50%, -50%);
    color: #fff;
}
/*VIDEO MODAL*/
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
}

.modal-content {
    position: relative;
    /*background: #fff;
    padding: 1em;*/
    border-radius: 8px;
    max-width: 800px;
    width: 90%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

    .modal-content iframe {
        width: 100%;
        height: 450px;
        border: none;
    }
.close-btn1 {
    position: absolute;
    top: 8px;
    right: 12px;
    font-size: 20px;
    background: #B45F1A;
    color: white;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

/*CARACTERISTICAS*/
.txtAdicional1 div {
    display: flex;
    gap: 40px;
    flex-wrap: wrap; /* Opcional para manejar pantallas pequeñas */
    height: 100%;
}

.txtAdicional1 ul {
    flex: 1;
    padding-left: 20px;
    margin-bottom: 0;
    list-style: none;
    height: 90%;
}

    .txtAdicional1 ul li {
        position: relative;
        padding-left: 20px;
        margin-bottom: 10px;
        font-size: 12px!important;
        line-height: 1.5;
        color: #fff; /* Ajusta según tu diseño */
    }


        .txtAdicional1 ul li::before {
            content: "\2714";
            position: absolute;
            left: 0;
            color: #B45F1A !important;
            font-weight: bold;
        }


/*GALERÍA*/
.buttons-galeria {
    display: flex;
    flex-wrap: wrap;
    margin: 50px 0;
}

.buttons-gal-left {
    width: 50%;
}

    .buttons-gal-left .button-gal-item {
        width: calc(100% - 20px);
        height: 500px;
    }

.buttons-gal-right {
    width: 50%;
}

    .buttons-gal-right .button-gal-item {
        width: calc(100% - 20px);
        height: 330px;
    }

.buttons-gal-bottom {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

    .buttons-gal-bottom .button-gal-item {
        width: 100%;
        height: 250px;
    }

        .buttons-gal-bottom .button-gal-item.mid-size {
            width: calc(50% - 10px);
            margin: 0 5px;
        }


.button-gal-item {
    border-radius: 40px;
    margin: 10px;
}

.button-gal-item a {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    border-radius: 40px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-image: url(/assets/imgs/home/banner-home.jpg);
    /*background-size: 240%;*/
    transition: all linear 0.5s;
}

.button-gal-item a#img-gal-01 {
    background-image: url(/assets/img/autos-nuevos/galeria/thumbs/thumb-galeria-01.jpg);
}

    .button-gal-item a#img-gal-02 {
        background-image: url(/assets/img/autos-nuevos/galeria/thumbs/thumb-galeria-02.jpg);
    }

    .button-gal-item a#img-gal-03 {
        background-image: url(/assets/img/autos-nuevos/galeria/thumbs/thumb-galeria-03.jpg);
    }

    .button-gal-item a#img-gal-04 {
        background-image: url(/assets/img/autos-nuevos/galeria/thumbs/thumb-galeria-04.jpg);
    }

    .button-gal-item a#img-gal-05 {
        background-image: url(/assets/img/autos-nuevos/galeria/thumbs/thumb-galeria-05.jpg);
    }

    .button-gal-item a#img-gal-06 {
        background-image: url(/assets/img/autos-nuevos/galeria/thumbs/thumb-galeria-06.jpg);
    }

    .button-gal-item a#img-gal-07 {
        background-image: url(/assets/img/autos-nuevos/galeria/thumbs/thumb-galeria-07.jpg);
    }

    .button-gal-item a#img-gal-08 {
        background-image: url(/assets/img/autos-nuevos/galeria/thumbs/thumb-galeria-08.jpg);
    }

    .button-gal-item a:hover {
        background-size: 105%;
    }

.info-int-galeria h3 {
    font-family: 'LincolnMillerBanner-Roman-Roman';
    margin: 30px 50px;
    font-size: 1.25rem;
}

.modal-gal-interior .modal-body .btn-close{
    position: absolute;
    z-index: 9;
    right: 10px;
    top: 10px;
    filter: invert(1);
    background-color: rgba(255, 255, 255, 0.7);
    padding: 10px;
    opacity: 1;
    box-shadow: none !important;
}

.modal-gal-interior .modal-body .btn-close:focus {
    box-shadow: none !important;
}

.btn-modal-img {
    position: absolute;
    right: 10px;
    z-index: 9;
    bottom: 110px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.owl-theme.slider-int-galeria .owl-nav [class*=owl-] {
    position: absolute;
    right: 0;
    margin: 0;
    border-radius: 0;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.owl-theme.slider-int-galeria .owl-nav [class*=owl-]:hover{
    background-color: #fff;
}

.owl-theme.slider-int-galeria .owl-nav [class*=owl-]:hover i{
    color: #000;
}

.owl-theme.slider-int-galeria .owl-nav .owl-prev {
    top: calc(35% + 40px);
    background-color: rgba(0, 0, 0, 0.6);
}

.owl-theme.slider-int-galeria .owl-nav .owl-next {
    top: 35%;
    background-color: #E25137;
}

.owl-theme.slider-int-galeria .owl-dots{
    position: absolute;
    bottom: 90px;
    left: 50%;
    transform: translate(-50%, 0);
}

.owl-theme.slider-int-specs .owl-dots {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%, 0);
}

.owl-theme.slider-int-galeria .owl-dots .owl-dot.active span,
.owl-theme.slider-int-galeria .owl-dots .owl-dot:hover span,
.owl-theme.slider-int-specs .owl-dots .owl-dot.active span,
.owl-theme.slider-int-specs .owl-dots .owl-dot:hover span {
    background: #6D6D6D !important;
}

    .owl-theme.slider-int-galeria .owl-dots .owl-dot span,
    .owl-theme.slider-int-specs .owl-dots .owl-dot span {
        width: 13px !important;
        height: 13px !important;
        border: 1px solid #D9D9D966 !important;
        background: #D9D9D966 !important;
    }

.owl-theme.slider-int-specs .owl-nav [class*=owl-] {
    position: absolute;
    bottom: 5%;
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.25);
    margin: 0;
}

.owl-theme.slider-int-specs .owl-nav [class*=owl-]:hover{
    background-color: #fff;
}

.owl-theme.slider-int-specs .owl-nav [class*=owl-]:hover i{
    color: #000;
}

.owl-theme.slider-int-specs .owl-nav [class*=owl-] i{
    font-size: 23px;
    color: #fff;
}

.owl-theme.slider-int-specs .owl-nav .owl-next {
    right: 5%;
}

.owl-theme.slider-int-specs .owl-nav .owl-prev {
    left: 50px;
}


/*.trapecio_invertido {
    border-right: 50px solid transparent;
    border-top: 83px solid #495a67;
    width: 50px;
    height: 0px;
    margin-left: calc(50% + 0px);
    position: absolute;
    left: 0;
}

.trapecio_invertido2 {
    margin-left: -50px;
    border-left: 50px solid transparent;
    border-bottom: 84px solid #6b8397;
    width: 50px;
    height: 0px;
    position: absolute;
    left: 0;
}*/

.trapecio_invertido {
    border-right: 50px solid transparent;
    border-top: 0 solid #495a67;
    width: 50px;
    height: 0px;
    margin-left: calc(50% + 0px);
    position: absolute;
    left: 0;
}

.trapecio_invertido2 {
    margin-left: -50px;
    border-left: 50px solid transparent;
    border-bottom: 0 solid #6b8397;
    width: 50px;
    height: 0px;
    position: absolute;
    left: 0;
}

.title-banner-section2 h3 {
    margin-bottom: 0;
}

.title-banner-section h3,
.title-banner-section2 h3 {
    padding: 25px 50px;
    background: linear-gradient(90deg, #6B8397 0%, #495966 100%);
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 50%;
}

.title-banner-section {
    position: relative;
}

.title-banner-section2 {
    position: relative;
    margin-left: 150px;
}

.title-banner-section3 {
    position: relative;
    margin-left: 40%;
}

    .title-banner-section3 .trapecio_invertido2 {
        border-bottom: 84px solid #6b8397 !important;
    }

.title-banner-section3 h3 {
    padding: 25px 50px;
    background: linear-gradient(90deg, #6B8397 0%, #495966 100%);
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 100%;
}

.title-banner-section3 h3 span{
    font-weight: 600;
}

.back-left {
    position: absolute;
    left: 0;
    top: 0;
    width: 50% !important;
}

.back-right {
    position: absolute;
    right: 0;
    top: 0;
    width: 50% !important;
}

.info-slider-specs {
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 50px;
    transform: translate(0, -50%);
    width: 30%;
}

.info-slider-specs.right{
    right: 80px;
    left: unset;
}

.info-slider-specs.right h3,
.info-slider-specs.right p{
    color: #fff;
}


.info-slider-specs h3{
    font-size: 48px;
    font-weight: 600;
    line-height: 100%;
}

    .info-slider-specs p {
        font-size: 15px;
        text-align: justify;
    }

.bg-gray {
    background-color: #262626;
}

.bg-white2 {
    background-color: #F5F7FA;
}

.banners-interior {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.banner-item-sec{
    width: 30%;
}

.banner-item-sec img {
    border: 2px solid #fff;
    border-radius: 32px;
    margin-bottom: 20px;
}

.banner-item-sec h4{
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    min-height: 68px;
}

.banner-item-sec p{
    color: #fff;
    font-size: 16px;
}

.owl-theme .owl-nav {
    margin-top: 0 !important;
}

.card-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.img-ci {
    width: 48%;
}

.info-ci {
    width: 48%;
    position: relative;
}

.img-ci img {
    border-radius: 32px;
    border: 2px solid #fff;
}

    .info-ci h4 {
        font-size: 30px;
        font-weight: 600;
        margin-bottom: 50px;
    }

.info-float {
    background-color: #fff;
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0px 4px 18.1px 0px #00000040;
    position: absolute;
    left: -20%;
}

    .info-float p {
        margin: 0;
    }

    .info-float span {
        display: block;
        width: 30px;
        height: 50px;
        background-color: #424D56;
        position: absolute;
        left: calc(0% - 15px);
        top: 50%;
        transform: translate(0, -50%);
    }

.card-item.two {
    padding-top: 25px;
}

.card-item.two .info-ci h4 {
    text-align: right;
}

.card-item.two .info-float {
    right: -20%;
    left: unset;
}

.card-item.two .info-float span {
    right: calc(0% - 15px);
    left: unset;
}

.card-item ul {
    padding-left: 15px;
    margin: 15px 0 0 0;
}

.card-item ul::marker {
    color: #B45F1A;
}

.card-item ul a {
    color: #B45F1A;
    text-decoration: underline !important;
}

/*COTIZACION VEHÍCULO*/

.cotizacion-interior {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin: 50px 0;
}

.img-cot{
    width: 40%;
}

.form-iv {
    width: 50%;
}

/*BANNER INICIAL*/

.banner-interior{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.info-banner-interior {
    width: 50%;
    padding: 4%;
}

.info-banner-interior h4{
    font-size: 32px;
}

.info-banner-interior h3{
    color: #B45F1A;
    font-weight: 700;
    font-size: 48px;
}

.info-banner-interior p {
    font-size: 14px;
    text-align: justify;
}

.precio-auto {
    text-align: center;
    margin-top: 50px;
}

.precio-auto .precio{
    display: block;
    font-size: 56px;
    font-weight: 700;
}

.precio-auto .precio font{
    font-size: 32px;
    margin-left: 10px;
}

.precio-auto .precio2{
    font-size: 32px;
    color: #838383;
    font-weight: 400;
}

.precio-auto .precio2 font{
    font-weight: 500;
}

.img-banner-interior {
    width: 50%;
    background-image: url(/assets/img/autos-nuevos/banner/pleca.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: 65%;
    background-position-x: 200px;
    height: calc(100vh - 125px);
    position: relative;
}

.img-banner-interior img{
    width: 70%;
    position: absolute;
    bottom: 15%;
    left: 0;
}

    .img-banner-interior p {
        font-size: 30px;
        font-weight: 700;
        color: #B45F1A;
        letter-spacing: 3px;
        position: absolute;
        top: 15%;
        left: 4%;
    }

.img-banner-interior span{
    color: #fff;
    margin-left: 15px;
}


/*CRM FIXED*/

.crm-fixed.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
}

.crm-fixed {
    /*position: fixed;
    bottom: 0;*/
    width: 100%;
    /*left: 0;*/
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    border-top: 5px solid #B45F1A;
    border-bottom: 1px solid #B45F1A;
    background-color: #fff;
    height: 110px;
    transition: all 0.5s linear;
}

.crm-fixed-item {
    width: 25%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-right: 1px solid #C1C1C1;
}

    .crm-fixed-item:first-child {
        background-color: #B45F1A;
        height: 100%;
        text-align: left;
        color: #fff;
        flex-direction: column;
        padding: 0 4%;
        position: relative;
        border-right: none !important;
    }

    .crm-fixed-item:last-child {
        border-right: none !important;
    }

        .crm-fixed-item span {
            width: 100%;
            font-weight: 700;
            letter-spacing: 1px;
            font-size: 18px;
            line-height: 16px;
        }

    .crm-fixed-item font {
        width: 100%;
        font-size: 18px;
    }

    .crm-fixed-item img{
        margin-bottom: 5px;
        width: 35px;
    }

    .crm-fixed-item a{
        color: #000;
    }

.line-diag {
    width: 0;
    height: 0;
    border-top: 0 solid transparent; /* Se asignará con jQuery */
    border-left: 50px solid #b45f1a;
    position: absolute;
    right: -49px;
    top: 0;
}


.div-sliders {
    height: 80px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.div-sliders span {
    max-width: 1440px;
    height: 1px;
    width: 100%;
    background-color: #b45f1a;
    margin: 0 auto;
}

.color-txt{

}

/*BANNER PROMOS*/
.banner-promos-interior {
    height: 330px;
    background-image: url(/assets/imgs/banners/banner-promo-web.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* Imagen para tablets (entre 577px y 991px) */
@media (max-width: 991px) {
    .banner-promos-interior {
        background-image: url(/assets/imgs/banners/banner-promo-tab.jpg);
    }
}

/* Imagen para móviles (hasta 576px) */
@media (max-width: 576px) {
    .banner-promos-interior {
        background-image: url(/assets/imgs/banners/banner-promo-mov.jpg);
    }
}

    .banner-promos-interior p {
        color: #fff;
        font-size: 32px;
        line-height: 40px;
    }

    .banner-promos-interior p span {
        font-weight: 600;
    }

.banner-promos-interior i {
    color: #fff;
    font-size: 40px;
    margin-bottom: 15px;
}

.banner-promos-interior a {
    border-radius: 4px;
    border: 1px solid #fff;
    background-color: rgba(255, 255, 255, 0.3);
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    text-transform: uppercase;
}

.legales-interior .btn {
    border-radius: 0;
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #E6E6E6;
    color: #323232;
    font-size: 24px;
    border: none;
}

    .legales-interior .btn:focus {
        background-color: #E6E6E6;
        border: none;
    }

.legales-interior .card-body{
    border: none !important;
}

/*colores*/

.colores {
    position: relative;
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 20px;
}

    .colores h4 {
        font-size: 36px;
        text-align: center;
        font-weight: 600;
        margin: 0;
    }

.coloresAuto {
    background-image: url(/assets/img/autos-nuevos/colores/bg-colores-web.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}

.contImgColores {
    position: relative;
    width: 50%;
    margin: 0 auto;
}

.contImgColores2 {
    position: relative;

}

    .contImgColores2 img {
        width: 100% !important;
    }


.infoAuto h4 {
    /* font-size: 18px;*/
    font-family: 'Lincoln-antenna-medium';
    color: #3A3A3A;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    letter-spacing: -0.04em;
}

.content-color a { 
    display: inline-block;
    margin-left: 3%;
    margin-right: 3%;
    cursor: pointer;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: contain;
    /*border: 3px solid #e6e6e6;*/
    border-radius: 100%;
    position: relative;
}





.titColores {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    letter-spacing: -0.04em;
    color: #3A3A3A;
}

.colores .content-color {
    text-align: center;
    margin: 50px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
    background-color: #fff;
    box-shadow: 0px 4px 16.1px 0px #00000040;
    border-radius: 30px;
    position: relative;
    height: 70px;
}

.txtColor {
    font-size: 22px;
    color: #0f0f0f;
    text-transform: uppercase;
    text-align: left;
    width: 200px;
    margin: 0;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 0 30px;
}


.icoColor {
    border: 2px solid #e6e6e6;
    box-sizing: border-box;
}

    .icoColor.icoSelec {
        width: 35px;
        height: 35px;
        border: double 4px white;
        /*transition: all .4s ease;*/
    }

.icoColorFina.icoSelec {
    width: 35px;
    height: 35px;
    /*transition: all .4s ease;*/
}

.icoSelec2 {
    background-image: url(/Assets/img/Iconos_generales/palomita_negra.svg) !important;
    background-position: center;
    background-size: 14px 100px !important;
    /* border: 3px solid #2261A6 !important;*/
}

.colores {
    position: relative;
    padding-top: 30px;
}

.content-img .ncolor {
    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%;
        padding: 20px;
    }

    .content-img .ncolor.imgSelec {
        opacity: 1;
    }

    .content-img .ncolor.hidden-car {
        position: inherit;
        opacity: 0;
    }

.thumbs-colors {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0 30px;
}

/*FONOS COLORES*/
.icoColor#cereza {
    background-color: #BC011A;
}

.icoColor#plata {
    background-color: #d3d3d3;
}

.icoColor#vino {
    background-color: #3E2C33;
}

.icoColor#obsidiana {
    background-color: #212121;
}

.icoColor#marfil {
    background-color: #F8F8F7;
}

.icoColor#indigo {
    background-color: #485B75;
}


.placeholder {
    display: block;
}

.info-sec-interior {
    position: absolute;
    top: 125px;
    left: 0;
    width: 100%;
    padding: 0 75px;
}

.info-sec-interior h4 {
    color: #fff;
    font-size: 36px;
    font-weight: 600;
}

.info-sec-interior p,
.info-sec-interior ul{
    font-size: 18px;
    color: #fff;
}

.info-sec-interior a{
    border-radius: 4px;
    border: 1px solid #fff;
    background-color: rgba(255, 255, 255, 0.3);
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    text-transform: uppercase;
    margin-top: 100px;
}

.line-color {
    width: calc(100% - 200px);
    height: 1px;
    background-color: #000;
}

.color-txt {
    width: 50%;
    display: flex;
    align-items: center;
}

.btn-ci {
    border-radius: 4px;
    border: 1px solid #323232;
    background-color: rgba(255, 255, 255, 0.3);
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    text-transform: uppercase;
    color: #323232;
    margin-top: 15px;
}

.cards-interior{
    margin-bottom: 200px;
}

/*SECCION DISEÑO*/

.banner-specs{
   position: relative;
}

.float-banner-specs {
    background-color: #0000006B;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 500px;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.solomov {
    display:none;
}
    .float-banner-specs h2 {
        font-size: 42px;
        color: #fff;
        line-height: 42px;
        font-family: 'LincolnMillerBanner-Roman-Roman';
    }

    .float-banner-specs p {
        color: #fff;
        font-size: 24px;
        line-height: 26px;
    }

.btn-white {
    border-radius: 4px;
    border: 1px solid #fff;
    background-color: rgba(255, 255, 255, 0.3);
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    text-transform: uppercase;
    margin-top: 25px;
}

.info-banner-specs {
    background-image: url(/assets/img/autos-nuevos/disenio/pleca-orange.jpg);
    background-repeat: no-repeat;
    height: auto;
    padding: 15px;
    background-position: center center;
    background-size: cover;
}

.border-white {
    border: 1px solid #fff;
    width: 100%;
    height: 100%;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

    .border-white p {
        color: #fff;
        font-size: 18px;
        text-align: center;
        width: 100%;
        margin: 0 auto;
    }

.slider-disenio .item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.info-dis {
    width: 60%;
    background-color: #495966;
    padding: 20px;
}

.slider-border {
    border: 1px solid #fff;
    height: 100%;
    width: 100%;
    padding: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .slider-border ul li {
        color: #fff;
        font-size: .875rem;
    }

    .slider-border h3 {
        font-family: 'LincolnMillerBanner-Roman-Roman';
        color: #fff;
        margin-bottom: 20px;
        font-size: 32px;
    }

    .slider-border p {
        color: #fff;
        width: 100%;
        text-align: justify;
    }

.img-dis {
    width: 40%;
}

.owl-theme.slider-disenio .owl-nav [class*=owl-] {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    color: #A9A9A9;
    border: 1px solid #A9A9A9;
}

    .owl-theme.slider-disenio .owl-nav [class*=owl-] i {
        font-size: 30px;
    }

    .owl-theme.slider-disenio .owl-nav [class*=owl-]:hover {
        background-color: #D9D9D966;
        color: #A9A9A9;
    }

.owl-theme.slider-disenio .owl-nav {
    display: flex;
    justify-content: space-between;
    margin: 15px 0 0 !important;
}

.owl-theme.slider-disenio .owl-dots {
    position: absolute;
    bottom: 18px;
    left: 50%;
    transform: translate(-50%, 0);
}

.owl-theme.slider-disenio .owl-dots .owl-dot.active span, 
.owl-theme.slider-disenio .owl-dots .owl-dot:hover span {
    background: #6D6D6D !important;
}

.owl-theme.slider-disenio .owl-dots .owl-dot span {
    border: 1px solid #6D6D6D !important;
    background: background: #D9D9D966;
}

.item-disenio {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.slider-border .nav-tabs .nav-item.show .nav-link,
.slider-border .nav-tabs .nav-link.active {
    color: #B45F1A;
    border: none;
    border-bottom: 1px solid #B45F1A;
}

.slider-border .nav-tabs .nav-link:hover,
.slider-border .nav-tabs .nav-link {
    border: none;
    border-bottom: 1px solid #fff;
    font-size: 16px;
    color: #323232;
}

.slider-border .nav-tabs .nav-item {
    margin: 0 10px;
}

.slider-border .nav-tabs .nav-link.active:hover {
    border: none;
    border-bottom: 1px solid #B45F1A;
    color: #B45F1A;
}

.slider-border .nav-tabs {
    width: 100%;
    justify-content: center;
    background-color: #fff;
    height: 50px;
    margin-top: 15px;
}

.link-bottom {
    background-color: #323232;
    margin-bottom: 50px;

}

    .link-bottom .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 70px;
    }

    .link-bottom a {
        font-size: 24px;
        letter-spacing: 1px;
        display: flex;
        align-items: center;
    }

    .link-bottom a i{
        margin-left: 10px;
    }

.border-white.type-2 h3 {
    width: 100%;
    display: block;
    color: #fff;
    font-size: 20px;
}

.border-white.type-2 p {
    font-size: 18px;
    text-align: left;
    width: 100%;
}

/*tenologia*/

.tec-banners {
    background-color: #495966;
    padding: 20px;
    margin-bottom: 50px;
}

.tec-banners .container {
    border: 1px solid #fff;
    margin: 0;
}

.tec-banners h3 {
    font-family: 'LincolnMillerBanner-Roman-Roman';
    color: #fff;
    margin-bottom: 20px;
    font-size: 32px;
    text-align: center;
    margin-top: 35px;
}

.tec-banners .txt-tec{
    text-align: justify;
    color: #fff;
    width: 80%;
    margin: 0 auto;
}

.items-tec {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 50px;
}

.item-tec img{
    border-radius: 20px;
}

.item-tec-info h4 {
    font-weight: 600;
    font-size: 20px;
}

.item-tec {
    width: 16%;
    margin: 0 2%;
}

.item-tec-info {
    text-align: center;
    color: #fff;
    padding: 10px;
}

/*section{
    padding-right: 40px;
}*/
.bgAutosVersion {
    background-image: url(/assets/img/autos-nuevos/banner/bgAutosVersion.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    max-width:100%;
}

.autoVersiones h2 span {
    font-weight: 600;
}

.form-check-input:checked[type=checkbox] {
     --bs-form-check-bg-image: none; 
}


@media (max-width: 1600px) {
}

@media (max-width: 1400px) {
    .img-banner-interior
    /*SLIDERS INTERIOR*/
    .info-sec-interior p, .info-sec-interior ul {
        font-size: 16px;
    }

    .info-sec-interior a {
        margin-top: 50px;
    }

    .info-sec-interior {
        top: 80px;
    }

    /*TARJETAS INTERIOR*/

    .info-float {
        top: 75%;
    }

    /*DISEÑO*/

    .slider-border {
        padding: 25px 50px;
    }

    .border-white p {
        /*width: 75%;*/
    }
    .txtAdicional1 ul li {
        font-size: 10px !important;
    }

}

@media (max-width: 1200px) {

    /*CRM INTERIOR*/
    .crm-fixed-item:first-child {
        padding: 0 20px;
    }

    /*banner inicial*/

    .info-banner-interior h3 {
        font-size: 36px;
    }

    .info-banner-interior h4 {
        font-size: 28px;
    }

    .precio-auto .precio {
        font-size: 36px;
    }

    .precio-auto .precio2 {
        font-size: 24px;
    }

    .img-banner-interior {
        background-position-x: 0;
    }

    /*COLORES*/

    .content-color a {
        margin-left: 3%;
        margin-right: 3%;
    }

    /*SLIDER INTERIOR*/

    .info-sec-interior a {
        margin-top: 25px;
    }

    .title-banner-section2 h3 {
        width: 70%;
    }

    .title-banner-section2 .trapecio_invertido {
        margin-left: calc(70% + 0px);
    }

    .title-banner-section2 .trapecio_invertido2 {
        border-bottom: 82px solid #6b8397;
    }

    /*TARJETAS INTERIOR*/

    .info-float {
        top: 75%;
    }

    /*DISEÑO*/

    .link-bottom a {
        margin-right: 50px;
    }

    .slider-border {
        padding: 25px;
    }

        .slider-border p {
            width: 100%;
            font-size: 14px;
            line-height: 19px;
        }


    .slider-border h3 {
        font-size: 24px;
    }
    .txtAdicional1 ul li {
        font-size: 10px !important;
    }
}

@media (max-width: 991px) {

    /*BANNER INICIAL*/

    .info-banner-interior {
        width: 100%;
        order: 2;
    }

    .img-banner-interior {
        width: 100%;
        background-position-x: 250px;
        background-position-y: 75%;
    }

        .img-banner-interior p {
            top: 20%;
            left: 50%;
            transform: translate(-50%, 0);
            width: 100%;
            text-align: center;
        }

        .img-banner-interior img {
            width: 60%;
            bottom: 15%;
            left: 20%;
        }

    .info-sec-interior {
        top: 50px;
        padding: 0 50px;
    }

     /*COLORES*/

    .content-color a {
        margin-left: 1.5%;
        margin-right: 1.5%;
        width: 30px;
        height: 30px;
    }

    .contImgColores {
        width: 60%;
    }

    /*SLIDER INTERIOR*/

    .title-banner-section2 h3 {
        width: 80%;
    }

    .title-banner-section2 {
        margin-left: 100px;
    }

        .title-banner-section2 .trapecio_invertido {
            margin-left: calc(80% + 0px);
        }

        .title-banner-section2 .trapecio_invertido2 {
            border-bottom: 81px solid #6b8397;
        }

    .title-banner-section3 .trapecio_invertido2 {
        border-bottom: 111px solid #6b8397 !important;
    }

    /*TARJETA INTERIOR*/

    .card-item {
        align-items: flex-start;
    }
        .card-item.two {
            flex-direction: column-reverse;
        }

    .solomov {
        display:block;
        text-align: right;
        font-size: 24px;
        font-weight: 600;
        margin-right: 2%;
    }

    .info-ci h4 {
        font-size: 24px;
    }

    .info-float {
        top: 75%;
        padding: 25px 50px;
    }

    /*DISEÑO*/

    .link-bottom a {
        margin-right: 0;
    }

    .border-white p {
        width: 90%;
        font-size: 16px;
    }

    .border-white.type-2 p {
        font-size: 16px;
    }

    .float-banner-specs h2 {
        font-size: 32px;
        line-height: 32px;
    }

    .float-banner-specs p {
        font-size: 18px;
        line-height: 24px;
    }

    .float-banner-specs {
        width: 350px;
        padding: 40px;
    }

    /*tecnologia*/

    .item-tec {
        width: 30%;
        margin: 0 1.6%;
    }

    .slider-border .nav-tabs {
        height: auto;
    }

    body {
        padding-right: 0 !important;
    }
}

@media (max-width: 768px) {

    

    /*CRM INTERIOR*/

    .crm-fixed-item:first-child {
        width: 100%;
        flex-direction: row;
        justify-content: flex-start;
        height: 50px;
        margin: 0;
    }

    .crm-fixed-item span {
        width: auto;
    }

    .crm-fixed-item font {
        width: auto;
    }

    .crm-fixed-item .line-diag{
        display: none;
    }

    .crm-fixed {
        height: auto;
    }

    .crm-fixed-item {
        width: 33.3%;
        margin: 15px 0;
    }

        .crm-fixed-item img {
            width: 26px;
        }

    .card-item.two .info-float {
        right: 0%;
        left: 0;
    }
    .info-float{
        position:relative;
    }
    /*COLORES*/
    .color-txt {
        width: 100%;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .colores .content-color {
        height: auto;
        margin: 25px 0;
    }

    .txtColor {
        width: 100%;
        text-align: center;
        margin: 10px 0;
    }

    .line-color {
        width: 90%;
        margin: 0 auto 15px;
    }

    .thumbs-colors {
        justify-content: center;
        padding: 0 30px 25px;
        width: 100%;
    }

    .contImgColores {
        width: 100%;
    }

    .colores h4 {
        font-size: 24px;
    }

    /*GALERÍA*/
    .buttons-gal-left .button-gal-item {
        height: 300px;
    }

    .buttons-gal-right .button-gal-item {
        height: 198px;
    }

    .button-gal-item a {
        border-radius: 8px;
    }

    .info-int-galeria h3 {
        margin: 0px;
        font-size: 16px;
    }

    /*SLIDER INTERIOR*/

    .info-sec-interior {
        top: 50px;
        padding: 0 50px;
    }

        .info-sec-interior p, .info-sec-interior ul {
            font-size: 14px;
        }

        .info-sec-interior h4 {
            font-size: 28px;
        }

    .info-sec-interior {
        top: 60px;
        padding: 0 20px;
    }

    .title-banner-section2 h3 {
        width: 90%;
        font-size: 22px;
        padding: 25px;
    }

    .title-banner-section2 .trapecio_invertido {
        margin-left: calc(90% + 0px);
        border-top: 77px solid #495a67;
    }

    .title-banner-section2 {
        margin-left: 50px;
    }

        .title-banner-section2 .trapecio_invertido2 {
            border-bottom: 76px solid #6b8397;
        }

    .img-cot {
        width: 60%;
        margin: 0 auto 50px;
    }

    .cotizacion-interior {
        margin: 0 0 50px;
    }

    .form-iv {
        width: 100%;
    }

    .title-banner-section3 {
        margin-left: 25%;
    }

        .title-banner-section3 .trapecio_invertido2 {
            border-bottom: 108px solid #6b8397 !important;
        }


        /*TARJETA INTERIOR*/

    .img-ci {
        width: 90%;
        margin-left: 10%;
    }

    .info-ci {
        width: 100%;
    }

    .info-ci h4{
        margin-bottom: 25px;
        display: none;
    }

    .info-float {
        left: 0;
        margin-top: -30px;
        width: 90%;
    }

        .info-float span {
            width: 50px;
            height: 30px;
            left: 80%;
            top: 0;
            transform: translate(0, -50%);
        }

    .cards-interior {
        margin-bottom: auto;
    }

    /*DISEÑO*/
    .img-dis {
        width: 100%;
    }

    .info-dis {
        width: 100%;
        order: 2;
    }

    .slider-border p {
        width: 100%;
    }

    .slider-border h3 {
        font-size: 24px;
    }

    .border-white p {
        width: 95%;
        font-size: 15px;
    }

    .border-white.type-2 p {
        font-size: 15px;
    }

    .float-banner-specs {
        top: unset;
        height: 50%;
        width: 100%;
        bottom: 0;
        padding: 25px;
    }

    .tec-banners h3 {
        font-size: 24px;
    }

    .info-banner-specs {
        height: auto;
    }

    .link-bottom a {
        font-size: 20px;
    }

    .owl-theme.slider-disenio .owl-nav [class*=owl-]:hover {
        background-color: transparent;
    }
}

@media (max-width: 576px) {

    /*BANNER INICIAL*/

    /*.banner-promos-interior {
        height: 230px;
        background-image: url(/assets/img/autos-nuevos/banner-naranja-mov.png);        
    }*/

    .img-banner-interior {
        background-position-x: 160px;
        background-position-y: 75%;
        height: 500px;
    }

        .img-banner-interior img {
            width: 85%;
            bottom: 20%;
            left: 7.5%;
        }

        .img-banner-interior p {
            font-size: 16px;
        }

    .card-item.two .info-float {
        right: 0%;
    }

    /*GALERÍA*/

    .buttons-gal-left {
        width: 100%;
    }

        .buttons-gal-left .button-gal-item {
            height: 200px;
        }

    .buttons-gal-right {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

        .buttons-gal-right .button-gal-item {
            width: calc(50% - 20px);
            height: 200px;
        }

        .buttons-gal-right .button-gal-item:last-child {
            width: calc(100% - 20px);
            height: 200px;
        }

    .buttons-gal-bottom .button-gal-item {
        height: 200px;
    }


    /*SLIDER INTERIOR*/

    .title-banner-section2 h3 {
        width: 85%;
        font-size: 18px;
        padding: 25px 10px;
    }

    .title-banner-section2 .trapecio_invertido2 {
        border-bottom: 71px solid #6b8397;
        margin-left: -49px;
    }

    .title-banner-section2 .trapecio_invertido {
        margin-left: calc(85% + 0px);
        border-top: 71px solid #495a67;
    }

    .banner-promos-interior p {
        font-size: 24px;
        line-height: 35px;
    }

    .title-banner-section3 h3 {
        padding: 25px 0;
        font-size: 20px;
    }

    .title-banner-section3 .trapecio_invertido2 {
        border-bottom: 98px solid #6b8397 !important;
    }

    .info-sec-interior p, .info-sec-interior ul {
        font-size: 15px;
        text-align: justify;
    }

    .info-sec-interior {
        top: 80px;
    }

    /*TARJETA INTERIOR*/

    .btn-ci {
        width: 100%;
    }

    .info-float {
        padding: 25px;
    }

    .cards-interior {
        margin-bottom: auto;
    }

    .btn-cot-interior,
    .btn-cot-interior button{
        width: 100%;
    }

    /*BANNER INICIAL*/

    .float-banner-specs h2 {
        font-size: 24px;
        line-height: 26px;
    }

    .float-banner-specs p {
        font-size: 18px;
        line-height: 20px;
    }

    .btn-white {
        width: 100%;
        margin-top: 5px;
    }

    .border-white p {
        width: 100%;
        font-size: 14px;
    }

    /*.info-banner-specs {
        height: 250px;
    }*/

    .link-bottom a {
        font-size: 18px;
        width: 100%;
        padding: 10px 0;
        background-color: #323232;
        margin: 5px 0;
    }

    .link-bottom a:first-child{
        display: flex;
        justify-content: center;
    }

        .link-bottom a:last-child {
            display: flex;
            justify-content: center;
        }
    
    /*tecnologia*/

    .item-tec {
        width: 70%;
        margin: 0 auto;
    }

    .tec-banners .txt-tec {
        width: 100%;
        margin: 0 auto;
    }

    .slider-border h3 {
        font-size: 18px;
    }

    .link-bottom .container {
        height: auto;
        flex-wrap: wrap;
        padding: 0;
    }

    .link-bottom {
        background-color: transparent;
    }

    .owl-theme.slider-int-galeria .owl-dots .owl-dot span,
    .owl-theme.slider-int-specs .owl-dots .owl-dot span {
        width: 9px !important;
        height: 9px !important;
    }

    .legales-interior .btn {
        height: 55px;
        font-size: 19px;
    }
    .owl-theme.slider-int-galeria .owl-nav [class*=owl-] {
        right: auto !important;
    }
}

a.btndise {background-color:transparent !important;}