﻿body{
    padding-top: 150px;
}

.optMenu {
    top: 150px;
}

.menuCollpase {
    top: 105px;
}

/*MENU INTERIOR WEB*/

.menuModelos {
    height: 40px;
    color: #fff;
    background-color: #292D2F;
    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 #00A0DC;
    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;
}

.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-bottom: 50px;
    justify-content: flex-start;
}

.galModel a{
    width: 30%;
    margin: 20px 1.5%;
}

.galModel a img{
    width: 100%;
}

/*GALERIA FIN*/

/*SEGURIDAD*/

.infoSeguridad{
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 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: 25px;
    border-left: 1px solid #BEBEBE;
    padding: 7px 0 0 10px;
}

.datosModel span {
    line-height: 25px;
    color: #00A0DC;
    font-size: 14px;
    margin-top: -5px;
    display: block;
}

.specsList span {
    display: block;
    font-family: 'AvenirNext-Bold';
    font-size: 14px;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}

.datosModel font {
    display: block;
    font-size: 12px;
    font-style: italic;
    margin-bottom: 3px;
    margin-top: -5px;
}

.specsList ul {
    padding-left: 20px;
}

.specsList ul li{

}

/*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%;
}

.infoColores {
    width: 100%;

}

.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: 1px solid #e6e6e6;
    border-radius: 100%;
    position: relative;
}

.colores .content-color {
    text-align: center;
    border: 2px solid #000;
    border-radius: 30px;
    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 {
    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 .ncolor.imgSelec {
        opacity: 1;
    }

    .content-img .ncolor.hidden-car {
        position: inherit;
        opacity: 0;
    }

.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 SUBARU*/

.bannerSpecs{
    position:relative;
}

.bannerSpecs img{
    width: 100%;
}

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: 22px;
    font-weight: 600;
    padding: 5px 0 15px 0;
}

.bannerSpecs .txtSpecs .btn-slider {
    font-size: 19px !important;
    height: 45px !important;
}

.infoSec{
    padding-bottom: 50px;
}

.infoSec h5 {
    text-align: center;
    color: #A9A9A9;
    font-weight: normal;
    font-size: 24px;
}

.infoSec p {
    width: 50%;
    margin: 0 auto;
    font-size: 20px;
    text-align: center;
    margin-top: 25px;
}

.divGray {
    display: block;
    width: 275px;
    margin: 0 auto;
    height: 1px;
    background-color: #D2D2D2;
    margin-top: 25px;
}


.linksSec span.active {
    color: #00A0DC;
    
}

.itemSec{
    display: none;
}

.itemSec.showDiv {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 10px;
}

.infoDivs {
    border: 1px solid #000;
    padding: 25px;
    border-top: none;
    margin-right: 1px;
}

.linksSec {
    display: flex;
    justify-content: center;
    align-items: center;
}

.linksSec span {
    display: block;
    width: 33.3%;
    border-bottom: 1px solid #000;
    padding: 25px 40px;
    color: #A9A9A9;
    font-size: 16px;
    cursor: pointer;
}

.linksSec span.active {
    display: block;
    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: 18px;
    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;
}


.sliderMovil{
    display: none;
}

.btnSpecsMovil{
    display: none;
}


.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;
}

.sliderVersiones{
    padding-bottom:50px;
}

.owl-theme.sliderVer .owl-nav .owl-prev {
    left: -10px;
}

.owl-theme.sliderVer .owl-nav .owl-next {
    right: -10px;
}

.owl-theme.sliderVer .owl-nav [class*=owl-] i {
    font-size: 25px;
    font-weight: 800;
}

@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 SUBARU*/

    .itemSpecs .nav-link {
        padding: 0 10px;
        margin: 0 5px;
    }

}


@media (max-width: 992px) {

    /*MENU MOVIL*/

    .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%;
    }

    .linksSec span {
        padding: 25px;
    }

    /*desempeño*/

    .txtSec2 {
        width: 50%;
    }

    .imgSec {
        width: 50%;
    }

}


@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%;
        top: unset;
        right: unset;
        border-radius: 0;
        padding: 10px 20px;
        background-color: rgba(0, 0, 0, 0.5);
    }

    .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;
    }

}

@media (max-width: 576px) {

    .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;
    }

}

/* 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;
    }
}

