#modelos .info-car .color-selector .color_nombre {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 16px;
}
#modelos .info-car .color-selector .color_nombre span {
    color:#414141;
    font-family: 'smart-sans-regular', sans-serif;
    font-size: 18px;
}
#modelos .info-car .color-selector .color_nombre .color-text {
    color:#000;
    font-family: 'smart-sans-bold', sans-serif;
    font-size: 18px;
    margin-left: 10px;
}
/*ajustes por single-tab*/
#modelos .main_tags .cont-tabs, #modelos .tabs .cont-tabs {display:none!important;}
#modelos .tabs .cont-tabs {display:none!important;}
/*fin ajustes por single-tab*/
#modelos {
    margin: 0 auto;
    margin-bottom: 67px;
    max-width: 1920px;
    
}
#modelos button {
    cursor: pointer;
    border: none;
    background: none;
    outline: none;
}
#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;
    margin: 0;
    padding: 0;
}
#modelos img {
  display: block;
  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-tit{
    display:block;
    margin: 0 auto 30px;
    width:85%;
}
#modelos .cont-tit .tit{
    color: #141413;
    font-family: 'smart-sans-regular', sans-serif;
    font-size: 40px;
    font-weight: 400;
    font-style: normal;
    line-height: 51px;
    text-align: center;
}
#modelos .main_tags{
    margin-bottom: 36px;
}
#modelos .main_tags .cont-tabs .tablink{
    min-width: 93px;
    padding-bottom: 8px;
}
#modelos .tabs .tab-bar {
    /*position: relative;*/
    /*height: 70px;*/
}
#modelos .tabs .tab-content .subtit {
    color: #999999;
    font-family: 'smart-sans-regular', sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 20px;
    text-align: center;
}
#modelos .tab-content li.active .subtit {
    color: #393939;
    font-weight: 700;
}
#modelos .main_tags .cont-tabs,
#modelos .tabs .cont-tabs{
    display: flex;
    width: fit-content;
    margin: 0 auto;
    height: 100%;
    overflow: auto;
    scroll-behavior: smooth;
}
#modelos .tabs .cont-tabs{
    gap: 48px;
    padding: 0 40px;
    width: auto;
}
#modelos .cont-tabs::-webkit-scrollbar{
    display:none;
}
#modelos .tab-result .info-car {
    padding-left: 72px;
    margin-right: 80px;
    margin-top: -3px;
}
#modelos .tab-result .marca_opcional {
    color: #141413;
    font-family: 'smart-sans-regular', sans-serif;
    font-size: 40px;
    font-weight: 400;
    font-style: normal;
    line-height: 51px;
    margin-bottom: 7px;
}
#modelos .tab-result .subtit {
    color: #141413;
    font-family: 'smart-sans-regular', sans-serif;
    font-size: 32px;
    font-weight: 400;
    font-style: normal;
    line-height: 82px;
    margin-bottom: 22px;
}
#modelos .info-car .price_o_slogan{
    max-width: 474px;
    padding-top: 22px;
}
#modelos .info-car .price_o_slogan .slogan {
    font-family: 'smart-sans-regular' sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 31px;
    color: #000000;
}
#modelos .info-car .price_o_slogan .pref {
    color: #141413;
    font-family: 'smart-sans-regular', sans-serif;
    line-height: 26px;
    font-weight: 400;
    font-style: normal;
    font-size: 0.875rem;
}
#modelos .info-car .price_o_slogan .number {
    color: #141413;
    font-family: 'smart-sans-bold', sans-serif;
    font-size: 32px;
    font-weight: 800;
    font-style: normal;
}
#modelos .tab-result .info-car .cont-btn{
    display: flex;
    width: fit-content;
    gap: 24px;
    margin-top: 32px;
}
#modelos .info-car .cont-btn .btn-main{
    color: #fff;
    font-family: 'smart-sans-regular', sans-serif;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    line-height: 26px;
    background: #141413;
    width: 130px;
    height: 48px;
    border-radius: 58px;
}
#modelos .info-car .cont-btn .btn-main:hover{
    background-color: #414141;
    transition: 0.3s all ease;
}
#modelos .info-car .cont-btn .btn-outline{
    color: #141413;
    background: none;
    border: 2px solid #141413;
}
#modelos .info-car .cont-btn .btn-outline:hover{
    background-color:#EAEBED;
    border: 2px solid #141413;
    color:141413;
    transition: 0.3s all ease;
}
#modelos .info-car .color-selector ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center; 
    gap: 24px;
    margin-bottom: 24px;
    padding-left: 6px;
}
#modelos .info-car .color-selector .color-text {
    color: #666666;
    font-family: 'smart-sans-regular', sans-serif;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    line-height: 26px;
} 
#modelos .cont_img_titular_home{
    max-width: 395px;
    padding-bottom:19px;
}
#modelos .main_tags .cont-tabs .tablink,
#modelos .tab-bar .cont-tabs .tablink{
    color: #999999;
    font-family: 'smart-sans-regular', sans-serif;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    line-height: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
    text-transform: capitalize;
}
#modelos .tab-bar .cont-tabs .tablink{
    padding-bottom: 5px;
}
#modelos .main_tags .tablink.active,
#modelos .tabs .tablink.active{
    border-bottom: 2px solid #6773B7;
    font-weight: 700;
    color:#6773B7;
    /*font-family: 'smart-next-bold', sans-serif;*/
}

#modelos .tab-content {
    margin: 36px auto 51px;
    width: 72.9%;
    position:relative;
}
.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;
}
.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;
    filter: invert(33%) sepia(100%) saturate(1316%) hue-rotate(186deg) brightness(87%) contrast(102%);
}
.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; 
}
#modelos .tab-result .info-car .color-selector li {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
}
#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;
}
@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; 
    }
    #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;
    }
    #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: 'smart-sans-regular', sans-serif;
        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 .tab-content .img-wrap.foto_modelo{
        margin: 0 16px 4px;
    }
    
    #modelos .tabs .cont-tabs {
      padding: 0 40px;
      border: none;
    }
    #modelos .barra_de_separacion {
        width: 85%;
        margin: 0 auto;
    }
    #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 {
      padding: 14px 26px 0;
      width: 84.375%;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: center;
      max-width: initial;
      flex-direction: column;
    }
    #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;
    }
}
@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 .main_tags .cont-tabs .tablink, 
    #modelos .tabs .cont-tabs .tablink{
        font-size: 14px; 
        line-height: 18px;
    }
    #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 .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: 75%;
    }
    
    #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: 1.375rem;
        font-weight: 700;
        line-height: 22px;
    }
    #modelos .tab-result .info-car .cont-btn{
        gap: 0;
        margin-top: 24px;
        width: 85%;
        display: flex;
        flex-direction: row-reverse;
    }
    #modelos .info-car .cont-btn .btn-main{
        font-size: 13px;
        font-weight: 700;
        line-height: 17px;
        width: 100%;
        min-width: 132px;
        height: 45px;
        border-radius: 0 50px 50px 0;
    }
    #modelos .info-car .cont-btn .btn-main.btn-outline:not(:only-child) {
        
        border-radius: 50px 0 0 50px;
    }
    #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;
    }
    #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: 0.875rem;
        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%; 
    }
}