/*.home .block-tabs:not(.tabs-info) .cont-tit{*/
/*    display:none;*/
/*}*/
/*.home .block-tabs:not(.tabs-info) .tabs .tab-bar{*/
/*    display:none;*/
/*}*/
/*.home .block-tabs:not(.tabs-info) .tabs .tab-content{*/
/*    display:none;*/
/*}*/

#main * {
    
    /* Fonts */
    --font-regular: "VolvoNovum-Regular", sans-serif;
    --font-bold: "VolvoNovum-Bold", sans-serif;
    --font-medium: "VolvoNovum-Medium", sans-serif;
    --font-bold-2: "VolvoSerifPro-Bold", sans-serif;
    
    
    /* Colors */
    --color-1: #141414; /* title section#modelos */
    --color-2: #53565A; /* tag regular */
    --color-3: #1B365D; /* tag active */
    --color-4: #000000; /* Nuevo */
    --color-5: #FFFFFF;
    --color-6: #325996; /* button */
    --color-7: #888B8D; /* name_color */
}
#modelos {
    margin: 0 auto;
    margin-bottom: 67px;
    padding: 0 24px;
    box-sizing: content-box;
}
#modelos .cont-tit {
    display: block;
    margin: 0 auto 32px;
    text-align: center;
}
#modelos .cont-tit .tit {
    color: var(--color-1);
    text-align: center;
    font-family: var(--font-medium);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 3.2px;
    text-transform: uppercase;
    margin: 0;
}
#modelos .main_tags {
    margin-bottom: 24px;
}
#modelos .main_tags .cont-tabs,
#modelos .tabs .cont-tabs {
    display: flex;
    width: fit-content;
    
    height: 100%;
    overflow: auto;
    scroll-behavior: smooth;
}
#modelos .main_tags .cont-tabs {
    gap: 16px;
    margin: 0 auto 24px;
}
#modelos .tabs .cont-tabs {
    margin: 0 auto 35px;
}
#modelos button {
    cursor: pointer;
    border: none;
    background: none;
    outline: none;
}
#modelos .main_tags .cont-tabs .tablink {
    color: var(--color-2);
    font-family: var(--font-medium);
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 8px;
    text-transform: uppercase;
}
/*#modelos .tabs .tab-bar {
   position: relative;
   height: 70px;
}*/
#modelos .tabs .cont-tabs{
    /*padding: 0 31px;*/
    border-bottom: 2px solid var(--color-2);
}
#modelos .tab-bar .cont-tabs .tablink {
    color: var(--color-2);
    font-family: var(--font-regular);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
    padding-bottom: 6px;
    margin: 0;
    width: 130px;
}
#modelos .main_tags .tablink.active,
#modelos .tabs .tablink.active{
    font-family: var(--font-medium);
    color: var(--color-3);
    border-bottom: 4px solid var(--color-3);
}

#modelos .tab-content {
    /*max-width : 1554px;*/
    margin: 48px auto 56px;
    width: 72.9%;
    position: relative;
}
#modelos .tabs .tab-content .subtit {
    font-family: var(--font-medium);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: var(--color-1);
    text-align: center;
}
/*#modelos .tab-content li.active .subtit {
    color: #393939;
    font-weight: 700;
}*/
#modelos .tab-result .marca_opcional {
    font-family: var(--font-medium);
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    color: var(--color-4);
    margin-bottom: 7px;
}
#modelos .tab-result .subtit {
    font-family: var(--font-bold);
    font-style: normal;
    font-weight: 500;
    font-size: 60px;
    color: var(---color-4);
    margin-bottom: 22px;
}
#modelos .info-car .price_o_slogan .pref {
    font-family: var(--font-medium);
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    color: var(--color-4);
    text-transform: uppercase;
}
#modelos .info-car .price_o_slogan .number {
    font-family: var(--font-bold);
    font-style: normal;
    font-weight: 500;
    font-size: 52px;
    color: var(--color-4);
}
#modelos .info-car .cont-btn .btn-main{
    font-family: var(--font-medium);
    font-style: normal;
    font-weight: 700;
    color: #FFFFFF;
    font-size: 19px;
    line-height: 20px;
    text-transform: uppercase;
    color: var(--color-5);
    background: var(--color-6);
    width: 225px;
    height: 55px;
}
#modelos .info-car .cont-btn .btn-outline{
    background: none;
    color: var(--color-6);
    border: 1px solid var(--color-6);
}
#modelos .info-car .color-selector .color-text {
    font-family: var(--font-regular);
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: var(--color-7);
} 
#modelos a {
    color: white;
    font-size: 20px;
    line-height:25px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.5px;
    transition: 0.5s;
    font-weight: bold;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}
#modelos img.img_car.desktop {
  display: block !important;
  width: 100%;
  height: 100%;
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}
#modelos .swiper-autos{
    display:none;
}
#modelos .mobile{
    display:none;
}
#modelos .cont-tabs::-webkit-scrollbar{
    display:none;
}
#modelos .tab-result .info-car {
    padding-left: 72px;
    padding-inline: 3.21%;
    margin-right: 80px;
    margin-right: 3.21%;
    margin-top: -3px;
}
#modelos .info-car .price_o_slogan{
    border-top: 1px solid #000000;
    max-width: 474px;
    padding-top: 22px;
}
#modelos .info-car .price_o_slogan .slogan {
    font-family: var(--font-regular);
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 31px;
    color: #000000;
}
#modelos .tab-result .info-car .cont-btn{
    display: flex;
    width: fit-content;
    gap: 24px;
    margin-top: 32px;
}
#modelos .info-car .cont-btn .btn-main:hover{
    background: #4D4D4D;
    transition: 0.3s all ease;
}
#modelos .info-car .cont-btn .btn-outline:hover{
    background-color: #666666;
    transition: 0.3s all ease;
}
#modelos .info-car .color-selector ul {
    display: flex;
    flex-wrap: nowrap;
    align-items: center; 
    max-width: 100%;
    /*gap: 12px;*/
    margin-bottom: 24px;
    padding-left: 6px;
    justify-content: space-between;
}
#modelos .cont_img_titular_home{
    max-width: 395px;
    padding-bottom:19px;
}
/*#modelos .main_tags .cont-tabs .tablink,*/
/*#modelos .tab-bar .cont-tabs .tablink {*/
/*    padding-bottom: 5px;*/
/*}*/

.block-tabs .tab-content ul {
      display: flex;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      gap: 40px;
      scroll-behavior: smooth;
      text-align: center;
      overflow: scroll;
      justify-content: initial;
}
.block-tabs .tab-content ul::-webkit-scrollbar{
    display:none;
}
.block-tabs .tab-content ul.flex-center {
    justify-content: center;
}
.block-tabs .tab-content li {
    transition: 0.2s all ease;
    list-style-type: none;
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: max-content;
}
.block-tabs .tab-content li.active{
    opacity: 1;
}
.block-tabs .tab-content li.active .img-wrap.foto_logo,
.block-tabs .tab-content .swiper-slide-active .img-wrap.foto_logo {
    border-color: #DE0039;
}
#modelos .tab-content .img-wrap {
    margin: 0 auto;
    margin-bottom: 12px;
    max-width: 140px;
    width: 100%; 
    cursor: pointer;
    opacity: 0.5;
}
#modelos .tab-content .active .img-wrap,
#modelos .tab-content .swiper-slide-active .img-wrap {
    opacity:1;
}
.block-tabs .tab-content .img-wrap.foto_logo{
    max-width: 155px;
    padding: 0 5px;
    border-bottom: 4px solid rgba(255, 255, 255, 0);
}
#modelos .tab-content .arrow_left,
#modelos .tab-content .arrow_right{
    display:none;
}
#modelos .tab-content .arrow_left.active,
#modelos .tab-content .arrow_right.active{
    display:block;
    background-repeat: no-repeat;
    background-color: transparent;
    background-image: url(../../../imag/v1/icon/portadas/pasajeros/arrow.svg);
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    margin-top: 0;
    background-position: center;
    background-size: cover;
    z-index: 1;
    width: 19px;
    height: 32px;
    outline: none;
    opacity:0.5;
}
#modelos .tab-content .arrow_left.active{
    left:-80.4px;
    transform:rotateY(180deg) translateY(-50%);
}
#modelos .tab-content .arrow_right.active{
    right: -78.1px;
}
#modelos .tab-content .arrow_left.active.enable,
#modelos .tab-content .arrow_right.active.enable{
    opacity:1;
}
.block-tabs .tab-result {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox; 
    justify-content: space-between;
}
.block-tabs .tab-result .edit .cont-logo img {
    width: 60px;
    margin-right: 5px; 
}
.block-tabs .tab-result .info-car .cont-btn .btn-sec {
    border: 1px solid #000000;
    display: inline-flex;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    -ms-flex-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: #000000; 
}
#modelos .tab-result .info-car .color-selector {
    margin: 43px 0 0; 
    max-width: 474px;
}
#modelos .tab-result .info-car .color-selector li {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    margin-right: 12px;
    margin-bottom: 15px;
}
#modelos .tab-result .info-car .color-selector li::before {
    content: '';
    position: absolute;
    left: -6px;
    top: -6px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #E3E3E3; 
}
#modelos .tab-result .info-car .color-selector li.selected::before {
    border-color: #176DB7; 
}

#modelos .tab-result .cont_img {
    position:relative;
    /*padding-right: 150px;*/
    /*padding-right: 7.9%;*/
}
#modelos .tab-result .cont_img .fondo_wrap{
    /*transform: rotate(180deg);*/
    transition: 0.5s;
    position: absolute;
}
#modelos .tab-result .cont_img .img-wrap{
    transform: translateZ(10px);
    top: 0;
    transition: 0.5s;
}
#modelos .tab-bar .barra_de_separacion {
    display: none;
}

@media only screen and (max-width: 1490px) {
    /*#modelos .cont-tit .tit{*/
    /*    font-size: 32px;*/
    /*    line-height: 41px;*/
    /*}*/
    /*#modelos .cont-tit {*/
    /*  margin: 0 auto 22px;*/
    /*}*/
    /*#modelos .main_tags {*/
    /*  margin-bottom: 24px;*/
    /*}*/
    #modelos .main_tags .cont-tabs .tablink, 
    /*#modelos .tab-bar .cont-tabs .tablink{*/
    /*    font-size: 16px;*/
    /*    line-height: 20px;*/
    /*}*/
    /*#modelos .tab-content {*/
    /*    margin: 24px auto;*/
    /*}*/
    /*#modelos .tab-content .img-wrap.foto_modelo {*/
    /*    max-width: 100px;*/
    /*}*/
    #modelos .tab-result .info-car{
        /*padding-left: 60px;*/
        /*margin-right: 60px;*/
        /*width: 35.82%;*/
    }
    #modelos .tab-result .marca_opcional{
        font-size: 24px;
        line-height: 31px;
        margin-bottom: 0;
    }
    #modelos .tab-result .subtit{
        font-size: 48px;
        line-height: 61px;
        margin-bottom: 12px;
    }
    #modelos .info-car .price_o_slogan{
        padding-top: 18px;
    }
    #modelos .info-car .price_o_slogan .slogan {
        font-size: 16px;
        line-height: 20px;
    }
    #modelos .tab-result .info-car .cont-btn {
        margin-top: 23px;
        gap: 9.32px;
    }
    #modelos .info-car .cont-btn .btn-main {
        font-size: 16px;
        line-height: 20px;
        width: 175px;
        height: 45px;
    }
    #modelos .tab-result .info-car .color-selector {
        margin: 36px 0 0; 
        max-width: 360px;
    }
    #modelos .info-car .color-selector ul{
        /*gap: 17.57px;*/
        margin-bottom: 16.5px;
        /*max-width: 244px;*/
    }
    #modelos .tab-result .info-car .color-selector li{
        width: 27px;
        height: 27px;
    }
    #modelos .tab-result .info-car .color-selector li::before{
        width: 36px;
        height: 36px;
        left: -4.5px;
        top: -4.5px;
    }
    #modelos .info-car .color-selector .color-text{
        font-size: 16px;
        line-height: 20px;
    }
    #modelos .tab-result .cont_img {
      width: 52%;
    }
    #modelos .tab-result .cont_img .img-wrap {
      margin-left: -30px;
    }
}
@media only screen and (max-width: 1177px){
    #modelos {
        margin-bottom: 40px;
    }
    #modelos .tab-content{
        margin: 18px auto;
    }
    #modelos .tab-content .arrow_left.active, 
    #modelos .tab-content .arrow_right.active {
        width: 12px;
        height: 22px;    
    }
    #modelos .tab-result .info-car{
        margin: 0;
        /*width: 37%;*/
    }
    #modelos .tab-result .marca_opcional{
        font-size: 22px;
        line-height: 26px;
    }
    #modelos .tab-result .subtit{
        font-size: 44px;
        line-height: 48px;
    }
    #modelos .info-car .price_o_slogan {
        padding-top: 11px;
    }
    #modelos .tab-result .info-car .cont-btn{
        gap: 12px;
        margin-top: 14px;
        width:auto;
    }
    #modelos .info-car .cont-btn .btn-main{
        font-size: 15px;
        line-height: 18px;
        min-width: 130px;
        width: 50%;
        height: 50px;
        padding-inline: 10px;
    }
    #modelos .tab-result .info-car .color-selector {
        margin: 28px 0 0;
        max-width: 100%;
    }
    #modelos .info-car .color-selector ul{
        /*max-width: 201px;*/
        /*gap: 15px;*/
        margin-bottom: 14px;
    }
}
@media only screen and (max-width: 991px){
    #modelos .tab-content{
        margin: 12px auto 0;
        padding: 20px 0;
    }
    #modelos .cont_img_titular_home{
        margin: 0 auto;
    }
    
    #modelos .tab-result .info-car{
        padding-left: 36px;
        width: 40%;
    }
    #modelos .tab-result .marca_opcional{
        font-size: 20px;
        line-height: 24px;
    }
    #modelos .tab-result .subtit{
        font-size: 40px;
        line-height: 44px;
        margin-bottom: 8px;
    }
    #modelos .info-car .price_o_slogan .slogan{
        font-size: 14px;
        line-height: 16px;
    }
}

@media only screen and (max-width: 768px){
    #modelos .tab-result .cont_img{
        width: 100%;
    }
    #modelos .tab-content ul{
        display:none;
        margin-bottom: 0;
    }
    #modelos .tab-content .arrow_left.active,
    #modelos .tab-content .arrow_right.active{
        display:none;
    }
    #modelos .swiper-autos{
        display: block;
    }
    #modelos .tabs .swiper-autos .swiper-wrapper {
        display: flex;
    }
    #modelos .swiper-autos .swiper-slide .subtit {
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
        font-style: normal;
        text-align: center;
        color: #969696;
        font-family: var(--font-regular);
        width: 75%;
    }
    #modelos .swiper-autos .swiper-slide-active .subtit {
        font-weight: 700;
        color: #666666;
    }
    #modelos .tab-content.active .swiper-autos li:not(.swiper-slide-active) {
        opacity:0.5;
    }
    #modelos .tab-content .swiper-slide-active .img-wrap.foto_logo {
          border-bottom: none;
    }
    
    /*#modelos .tabs .cont-tabs {*/
    /*  padding: 0 40px;*/
    /*  border: none;*/
    /*}*/
    #modelos .barra_de_separacion {
        width: 85%;
        margin: 0 auto;
        border-bottom: 1px solid #717171;
    }
    #modelos .tab-result .info-car {
        padding: 0;
        text-align: center;
        display: flex;
        flex-direction: column;
        order:2;
        margin: 0 auto;
        width: 100%;
    }
    #modelos .tab-result .info-car .price_o_slogan {
      border-top: 1px solid #4D4D4D;
      padding: 14px 26px 0;
      width: 84.375%;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: center;
      max-width: initial;
    }
    #modelos .tab-result .info-car .price_o_slogan .slogan{
        font-size: 20px;
        line-height: 24px;  
    }
    #modelos .tab-result .info-car .price_o_slogan .pref{
        margin: 0;
    }
    #modelos .tab-result .info-car .price_o_slogan .number{
        margin-left: 10px;
    }
    #modelos .tab-result .cont_img .fondo_wrap{
        position: absolute;
        width: 100%;
    }
    #modelos .tab-result .cont_img .img-wrap {
        position: relative;
        margin: 18px auto 0;
    }
    #modelos .info-car .color-selector ul {
        justify-content: center;
    } 
    #modelos .tab-result .info-car .color-selector {
        margin: 20px 0 0;
        display: flex;
        flex-direction: column;
        align-items: center; 
    } 
    #modelos .tab-result .info-car .cont-btn {
      order: 3;
      margin: 18px auto 0;
    }
    #modelos .main_tags .cont-tabs .tablink,
    #modelos .tabs .cont-tabs .tablin {
        font-size: 14px;
    }
    
}
@media (max-width: 510px) {
    #modelos {
        margin-bottom: 39px;
    }
    /*#modelos .cont-tit .tit{*/
    /*    font-size: 24px;*/
    /*    line-height: 31px;*/
    /*}*/
    /*#modelos .cont-tit {*/
    /*    margin: 0 auto 7px;*/
    /*}*/
    #modelos .main_tags {
      margin-bottom: 24px;
    }
    /*#modelos .main_tags .cont-tabs .tablink{*/
    /*    padding-bottom: 11px;*/
    /*    min-width: 86px;*/
    /*}*/
     
    
    #modelos .tabs .tab-bar {
        margin-bottom: 23px;
    }
    #modelos .tabs .cont-tabs {
        gap: 24px;
        /*padding: 0 25px;*/
    }
    /*#modelos .tabs .cont-tabs .tablink{*/
    /*    padding-bottom: 10px;*/
    /*}*/
    
    #modelos .tab-content {
        margin: 0 0 24px;
        width: 100%;
        padding:0;
    }
    #modelos .tab-content .img-wrap.foto_modelo{
        max-width: 100px;
        margin: 0 16px 4px;
    }
    #modelos .swiper-autos .swiper-slide .subtit {
        line-height: 14px;
        font-size: 14px;
    }
    #modelos .tab-result {
        flex-wrap: wrap; 
    }
    #modelos .tab-result .cont_img .img-wrap {
        width: 100%;
    }
    
    #modelos .info-car .marca_opcional {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 3px;
    }
    #modelos .info-car .subtit {
        font-size: 24px;
        line-height: 31px;
        margin-bottom: 10px;
    }
    #modelos .tab-result .info-car .price_o_slogan .slogan{
        font-size: 14px;
        line-height: 18px;  
    }
    #modelos .info-car .price_o_slogan .number {
        color: #000000;
        font-size: 18px;
        font-weight: 700;
        line-height: 22px;
    }
    #modelos .tab-result .info-car .cont-btn{
        gap: 8px;
        margin-top: 24px;
        width: 85%;
    }
    #modelos .info-car .cont-btn .btn-main{
        font-size: 13px;
        font-weight: 700;
        line-height: 17px;
        text-transform: uppercase;
        width: 100%;
        min-width: 132px;
        height: 45px;
    }
    #modelos .info-car .color-selector ul {
        margin-bottom: 20px;
        /*column-gap: 16px;*/
        padding:0;
    }
    #modelos .tab-result .info-car .color-selector li {
        flex: 0 0 auto;
        width: 24px;
        height: 24px;
        margin-inline: 4%;
    }
    #modelos .tab-result .info-car .color-selector li::before{
        width: 32px;
        height: 32px;
        left: -4px;
        top: -4px;
    }
    #modelos .tab-result .info-car .color-selector li.selected::before{
        border-color: #00A0DC;
    }
    #modelos .info-car .color-selector .color-text {
        color: #262626;
        font-size: 12px;
        line-height: 15px;
    } 
    
    .block-tabs .tab-content .img-wrap.foto_logo{
        max-width: 148px;
        padding: 0 16.5px;
    }
    .block-tabs .tab-result .info-car .cont-btn, 
    .block-tabs .tab-result .info-car .price, 
    .block-tabs .tab-result .info-car .edit {
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center; 
    } 
    .block-tabs .tab-result .info-car .price_o_slogan {
        width: fit-content;
        margin: 0 auto;
        min-width: 218px;
        padding-top: 14px;
        display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -ms-flex-align: center;
        -moz-box-align: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center; 
    }
    .block-tabs .tab-result .info-car .price_o_slogan .number {
        font-size: 20px; 
        line-height: 23px;
    }
    #modelos .info-car .price_o_slogan .pref {
        color: #3C3C3B;
        font-size: 13px;
        line-height: 16px;
        font-weight: 325;
        text-transform: none;
    }
}
@media (min-width: 510px) and (max-width: 768px) {
    #modelos {
        margin-bottom: 48px;
    }
    #modelos .tit{
        font-size:32px;
    }
    #modelos.btn-main {
        width: 132px;
        height: 48px;
        font-size: 15px;
        padding: 12px 10px;
        text-transform: none; 
    }
    .block-tabs > .cont-tit {
        margin-bottom: 0; 
    }
    .block-tabs .tab-bar .cont-tabs .tablink:first-child {
            margin-left: 0; 
    }
    .block-tabs .tab-content {
        padding: 20px 0; 
    }
    .block-tabs .tab-content ul {
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start; 
    }
    .block-tabs .tab-content ul li {
        -webkit-flex: 1 0 230px;
        flex: 1 0 230px; 
        transform: translateX(73px);
    }
    .block-tabs .tab-result {
        -webkit-box-lines: single;
        -moz-box-lines: single;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap; 
    }
    .block-tabs .tab-result .info-car .edit {
            -webkit-box-pack: center;
            -moz-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center; 
    } 
    .block-tabs .tab-result .info-car .price_o_slogan .pref {
        font-size: 25px;
        line-height: 28px;
    } 
    .block-tabs .tab-result .info-car .price_o_slogan .number {
        font-size: 25px;
        line-height: 28px;
    } 
    .block-tabs .tab-result .info-car .color-selector .color-text {
        font-size: 14px; 
    } 
    .block-tabs .tab-result .info-car .color-selector {
        margin: 20px 0 0;
        display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        -webkit-box-orient: block-axis;
        -webkit-box-orient: vertical;
        -moz-box-orient: block-axis;
        -moz-box-orient: vertical;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        -moz-box-align: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center; 
    } 
    .block-tabs .tab-result .info-car .color-selector ul {
        max-width: 100%;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-lines: single;
        -moz-box-lines: single;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap; 
    } 
    .block-tabs .tab-result .edit {
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center; 
    } 
    #modelos .tab-result .cont_img {
        padding: 0;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
        -webkit-flex: 0 1 100%;
        flex: 0 1 100%; 
    }
}