/*#idAuto {
    background-image: url(/assets/img/interior-modelo/back-datos.jpg);
    height: calc(100vh - 105px);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}*/

.specs-auto {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-image: url(/assets/img/interior-modelo/back-datos.jpg);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    height: 200px;
}


.item-specs-auto {
    width: 25%;
    color: #fff;
    border-right: 1px solid #fff;
}

    .item-specs-auto:last-child {
        border-right: none !important;
    }

    .item-specs-auto p {
        font-size: 23px;
        line-height: 20px;
        margin-bottom: 40px;
        padding: 0 10px;
    }

    .item-specs-auto i {
        font-size: 30px;
        margin-bottom: 15px;
        display: block;
    }

    .item-specs-auto h4 {
        margin: 0;
        padding: 10px;
        font-size: 27px;
    }


.slider-vhino .info-slider {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background: #f2f4f7;
}

.img-interior{
    width: 65%;
}

.txt-interior {
    width: 35%;
    padding: 50px;
}

.txt-interior h4{
    text-align: left;
}

.txt-interior span{
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 20px;
    display: block;
    color: #000;
}

.img-exterior {
    width: 65%;
}

.txt-exterior {
    width: 35%;
    padding: 50px;
}

.txt-exterior h4 {
        text-align: left;
    }

.txt-exterior span {
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 20px;
    display: block;
    color: #000;
}

.container{
    max-width: 1200px !important;
}

.title-block {
    position: relative;
    max-width: 1000px;
    color: var(--color-white);
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    background-image: url(/assets/img/interior-modelo/back-title-block.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: right top;
    padding: 1.75rem 1.75rem 1.75rem 5rem;
    margin-right: 2rem;
}

.button-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    padding: 2px 20px;
    background: transparent;
    border-radius: 8px;
    transition: all .25s;
    color: var(--color-primary);
    border: solid 1px var(--color-primary);
}

.button-outline  i{
    font-size: 1.5rem;
    line-height: 2rem;
}

.aplicaciones-chasis {
    display: flex;
    justify-content: center;
}

    .aplicaciones-chasis .item {
        width: 100%;
        text-align: center;
        border-right: solid 1px var(--color-black);
        padding: 0 1rem;
        margin-bottom: 1rem;
    }

    .aplicaciones-chasis .item:last-child{
        border-right: none;
    } 

    .aplicaciones-chasis .icon {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100px;
        font-size: 5rem;
        color: var(--color-grey-dark-2);
        margin: auto;
    }

.table-card-plano, .table-card-plano th, .table-card-plano td {
    border: solid 1px var(--color-black);
}

.card-plano {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
}

.table-datos{
    width: 48%;
}

.table-img {
    width: 48%;
}

.table-img img{
    width: 100%;
}

.table-card-plano{
    text-align: center;
    width: 100%;
}

.table-datos article{
    font-size: 1.5rem;
    line-height: 2rem;
}

.table-datos article span{
    font-weight: 700;
}

/*Menu interior*/

.content-menu-modelo {
    background-color: #fff;
    border-bottom: 1px solid #d3d3d3;
}

.menu-modelo {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.name-model span {
    font-size: 1.875rem;
    line-height: 2.25rem;
    color: #212529;
}

.item-mm a {
    color: #212529;
    margin: 0 15px;
}

.item-mm a:hover{
    color: #212529;
}

.item-mm a:last-child{
    color: var(--color-primary);
}

.button-movil-menu{
    display: none;
}

.owl-theme.slider-vhino .owl-nav [class*=owl-] {
    height: 25px;
    width: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    background-color: #00000080;
}

.owl-theme.slider-vhino .owl-nav .owl-next{
    position: absolute;
    right: 10px;
    top: 40%;
}

.owl-theme.slider-vhino .owl-nav .owl-prev {
    position: absolute;
    left: 10px;
    top: 40%;
}

.owl-theme.slider-vhino .owl-nav span {
    font-size: 12px;
}

@media (min-width: 1200px) {
}

@media (max-width: 991px) {

    .aplicaciones-chasis {
        flex-wrap: wrap;
    }

        .aplicaciones-chasis .item {
            width: 33.3%;
        }

    .img-interior {
        width: 100%;
    }

    .img-exterior {
        width: 100%;
    }

    .txt-interior {
        width: 100%;
        padding: 25px 50px;
        order: 2;
    }

    .txt-exterior {
        width: 100%;
        padding: 25px 50px;
        order: 2;
    }

}

@media (max-width: 768px) {

    .item-specs-auto p {
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 30px;
    }

    .table-datos {
        width: 100%;
    }

    .table-img {
        width: 100%;
    }

    .specs-auto {
        height: auto;
        flex-wrap: wrap;
    }

    .item-specs-auto {
        width: 48%;
        padding: 25px;
    }

    .txt-interior {
        padding: 25px;
    }

    .aplicaciones-chasis .item {
        width: 48%;
    }

    .aplicaciones-chasis .item:nth-child(2n){
        border-right: none;
    }

    .item-specs-auto:nth-child(2n) {
        border-right: none;
    }

}


@media (max-width: 576px) {

    .owl-theme.slider-vhino .owl-nav .owl-next,
    .owl-theme.slider-vhino .owl-nav .owl-prev {
        top: 45%;
    }

}

@media (max-width: 480px) {
   
}

