.landing-repuestos {
    background: #fbfbfb;
    color: #232323;
}
html {
    font-size: 16px;
    -webkit-text-size-adjust: none;
    scroll-behavior: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
    font-family: avenirnextltpro-regular, sans-serif;
}
* {
    box-sizing: border-box;
    font-family: avenirnextltpro-regular, sans-serif;
}
*:after, *:before {
    box-sizing: border-box;
}
.landing-repuestos .bold {
    font-family: avenirnextltpro-demi, sans-serif;
}
.landing-repuestos .bg-gris {
    background-color: #f2f2f2;
}
a {
    color: #232323;
}

.landing-repuestos .media{
    position: relative;
    padding-bottom: 56.25%;
    /*padding-top: 30px;*/
    height: 0;
    overflow: hidden;
}
.landing-repuestos .media iframe, .landing-repuestos .media object, .landing-repuestos.media embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.landing-repuestos .auxi {
    /*max-width: 1280px;*/
    max-width: 90%;
}
.landing-repuestos section>.cont-btn {
    text-align: center;
}
.landing-repuestos .hero {
    position: relative;
}
.landing-repuestos .hero .auxi {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding: 7vw 0;
    max-width: 85%;
    z-index: 2;
}
.landing-repuestos .bar {
    position: relative;
    width: 4px;
    left: 0;
    bottom: 3px;
    background-color: #00adee;
    height: 70px;
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
}
.landing-repuestos .hero .tit {
    position: relative;
    display: flex;
    align-items: center;
}
.landing-repuestos .hero__epig {
    color: #fff;
    font-size: 50px;
    font-family: avenirnextltpro-bold, sans-serif;
    line-height: 1.1;
    letter-spacing: 2px;
}
.landing-repuestos .hero__tit {
    color: #fff;
    font-size: 3rem;
    line-height: 77px;
    font-family: avenirnextltpro-bold, sans-serif;
    border-left: 4px solid #00adee;
    padding: 0 0 0 10px;
}
.landing-repuestos .hero__baj {
    color: #fff;
    margin-top: 40px;
    font-size: 1rem;
    line-height: 150%;
    max-width: 690px;
    font-family: avenirnextltpro-regular, sans-serif;
    max-width:697px;
    text-align:justify;
}
.landing-repuestos .hero__img-wrap:before {
    content: '';
    left: 0;
    right: 30%;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(-90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 60%);
    background: -webkit-linear-gradient(-90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 60%);
    background: linear-gradient(-90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.landing-repuestos .hero__img-wrap img {
    display: block;
    width: 100%}
.landing-repuestos .hero-r .auxi {
    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: end;
    -moz-box-align: end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
.landing-repuestos .hero-r .hero__img-wrap:before {
    background: #000;
    background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6951155462184874) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6951155462184874) 100%);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6951155462184874) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}
.landing-repuestos .hero-r .tit {
    padding-left: 0;
    padding-right: 25px;
    text-align: right;
}
.landing-repuestos .hero-r .tit .bar {
    left: auto;
    right: 0;
}
.sec-compra .compra-img{
    width:100%;
}
.landing-repuestos .hero-r .epig {
    text-align: right;
}
.landing-repuestos .hero-r .hero__img-wrap .desktop {
    display: block;
}
.landing-repuestos .hero-r .hero__img-wrap .mobile {
    display: none!important;
}
.landing-repuestos .cont-btn {
    padding-top: 40px;
    text-align: center;
}
.landing-repuestos .btn-main {
    padding: 19px 70px;
    color: #232323;
    display: inline-block;
    transition: .3s all ease;
    font-size: 18px;
    font-family: avenirnextltpro-bold, sans-serif;
}
.landing-repuestos .btn-sec {
    transition: .3s all ease;
    padding: 10px 0;
    color: #313131;
    border-bottom: 2px solid #313131;
}
.landing-repuestos .btn-sec img {
    transition: .5s all ease-out;
    width: 15px;
    margin-right: 10px;
}
.landing-repuestos .btn-sec:hover img {
    transform: rotate(-360deg);
}
.landing-repuestos .btn-white {
    background-color: #fff;
}
.landing-repuestos .btn-white:hover {
    background-color: #232323;
    color: #fff;
}
.landing-repuestos .btn-black {
    background-color: #232323;
    color: #fff;
}
.landing-repuestos .btn-black:hover {
    background-color: #fff;
    color: #232323;
}
.landing-repuestos .btn-outline {
    background: 0 0;
    border: 1px solid #232323;
    color: #232323;
}
.landing-repuestos .btn-outline:hover {
    background-color: #232323;
    color: #fff;
}
.landing-repuestos .btn-main img {
    vertical-align: middle;
    margin-left: 8px;
    width: 24px;
    position: relative;
}
.landing-repuestos .cont-tit .epig {
    padding-bottom: 20px;
}
.landing-repuestos .cont-tit .tit {
    padding-left: 0;
    font-size: 36px;
    margin-bottom: 30px;
    line-height: 1.4;
    text-align: left;
    font-family: avenirnextltpro-regular, sans-serif;
}
.landing-repuestos .cont-tit .baj {
    font-size: 18px;
    line-height: 150%;
    color: #1A1A1A;
    text-align: left;
    padding-left: 20px;
    font-size: 20px;
}
.landing-repuestos .card-video{
    /*padding: 60px 0 20px;*/
    padding: 60px 40px 20px;
}
.landing-repuestos .card-video .auxi{
    display: flex;
    align-items: center;
    -webkit-box-shadow: 0 1px 7px 2px rgb(0 0 0 / 25%);
    -moz-box-shadow: 0 1px 7px 2px rgb(0 0 0/25%);
    box-shadow: 0 1px 7px 2px rgb(0 0 0 / 25%);
}
.landing-repuestos .card-video .img-wrap{
    overflow: hidden;
    width: 100%;
    flex: 1 0 60%;
    position: relative;
}
.landing-repuestos .card-video .img-wrap img{
    display: block;
    width: 100%;
}
.landing-repuestos .card-video .img-wrap a:before{
    content:'';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .6);
}

.landing-repuestos .card-video .img-wrap .btn-play{
    position: absolute;
    left: calc(50% - 40px);
    top: calc(50% - 40px);
}

.landing-repuestos .card-video .cont-tit {
    padding: 30px 60px;
}
.landing-repuestos .card-video .cont-tit .baj {padding-left: 0; float: left; clear: both; margin-bottom: 40px;}
.landing-repuestos .card-video .cont-tit .cont-btn {text-align: left;}
.landing-repuestos .block-full-hor {
    /*padding-top: 20px;*/
    position: relative;
}
.landing-repuestos .block-full-hor > .cont-tit{
    margin-bottom: 40px;
}
.landing-repuestos .block-full-hor > .cont-tit .auxi{
    text-align: center;
    max-width: 1000px;
}
.landing-repuestos .block-full-hor > .cont-tit .tit{
    margin-bottom: 10px;
    font-weight: 700;
    font-family: avenirnextltpro-bold, sans-serif;
}
.landing-repuestos .block-full-hor > .cont-tit .tit, .landing-repuestos .block-full-hor > .cont-tit .baj{
    text-align: center;
}
.landing-repuestos .block-full-hor .cont-txt {
    padding: 15px 0 0;
    -webkit-flex: 0 1 50%;
    flex: 0 1 50%;
    -ms-flex-item-align: start;
    -webkit-align-self: flex-start;
    align-self: flex-start;
    border-bottom: 1px solid #00adee;
}
.landing-repuestos .block-full-hor .img-wrap {
    position: relative;
}
.landing-repuestos .block-full-hor .img-wrap img {
    width: 100%;
    display: block;
}
.landing-repuestos .block-full-hor .b-tab {
    display: none;
    -ms-flex-item-align: start;
    -webkit-align-self: flex-start;
    align-self: flex-start;
    align-items: center;
    flex: 0 1 60%;
    -webkit-box-shadow: 0 1px 7px 2px rgb(0 0 0 / 25%);
    -moz-box-shadow: 0 1px 7px 2px rgb(0 0 0/25%);
    box-shadow: 0 1px 7px 2px rgb(0 0 0 / 25%);
}
.landing-repuestos .block-full-hor .b-tab.active {
    display: flex;
}
.landing-repuestos .block-full-hor .b-tab .cont-tit {
    position: relative;
    z-index: 2;
    /*padding: 0 40px;*/
    padding: 0 0 0 40px;
    flex: 0 1 40%;
    font-family: avenirnextltpro-regular, sans-serif;
    background-size: 450px;
    background-repeat: no-repeat;
    background-position: 40px -71px;
}
.landing-repuestos .block-full-hor .b-tab .cont-tit .content .baj{
    font-size: 18px;
}
.landing-repuestos .block-full-hor .b-tab .cont-tit .tit {
    padding-left: 0;
    font-size: 32px;
    line-height: 38px;
    color: #1A1A1A;
    border-left: 0 solid #232323;
    font-weight: 700;
    font-family: avenirnextltpro-regular, sans-serif;
    float: left;
    margin-bottom: 24px;
}
.landing-repuestos .block-full-hor .tab-buttons {
    display: flex;
    -ms-flex-align: start;
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
    -ms-flex-align: stretch;
-moz-box-align: stretch;
-webkit-box-align: stretch;
-webkit-align-items: stretch;
align-items: stretch;
}
.landing-repuestos .block-full-hor .b-nav-tab {
    padding: 20px 0 35px;
    color: #535353;
    position: relative;
    font-family: avenirnextltpro-bold, sans-serif;
    text-transform: none;
    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;
    cursor: pointer;
    font-size: 22px;
    line-height: 26px;
    color: #1A1A1A;
    max-width: 200px;
    text-align: center;
}
.landing-repuestos .block-full-hor .b-nav-tab + .b-nav-tab{
    margin-left: 50px;
}

.landing-repuestos .block-full-hor .b-nav-tab .icon-wrap {
    display: inline-block;
}
.landing-repuestos .block-full-hor .b-nav-tab img {
    width: 27px;
    margin-right: 5px;
    display: block;
    vertical-align: middle;
}
.landing-repuestos .block-full-hor .b-nav-tab .img-inactive {
    display: block;
}
.landing-repuestos .block-full-hor .b-nav-tab .img-active {
    display: none;
}
.landing-repuestos .block-full-hor .b-nav-tab.active .img-active {
    display: block;
}
.landing-repuestos .block-full-hor .b-nav-tab.active .img-inactive {
    display: none;
}
.landing-repuestos .block-full-hor .b-nav-tab:after {
    content: '';
    height: 8px;
    width: 100%;
    display: block;
    background-color: transparent;
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
}
.landing-repuestos .block-full-hor .b-nav-tab.active {
    color: #00adee;
    opacity: 1;
    font-weight: 700;
    font-family: avenirnextltpro-bold, sans-serif;
}
.landing-repuestos .block-full-hor .b-nav-tab.active:after {
    background-color: #00adee;
}


.landing-repuestos .block-full-hor.tabs-carousel .b-tab.active {
    box-shadow: none;
    -webkit-box-shadow: none;
    display: block;
}
.landing-repuestos .block-full-hor.tabs-carousel .b-tab{
    position: relative;
}
.landing-repuestos .block-full-hor.tabs-carousel .b-tab .swiper-container{
    flex: 1 0 auto;
    max-width: 89%;
    margin: 0 auto;
    position: static;
    padding: 0;
    overflow: hidden;
    list-style: none;
    position: relative
}
.landing-repuestos .block-full-hor.tabs-carousel .b-tab .swiper-slide .contenido{
    display: flex;
    align-items: stretch;
}
.landing-repuestos .block-full-hor.tabs-carousel .swiper-pagination-bullets {
    top: 3vh;
    position: absolute;
    left: auto;
    right: auto;
    margin: 0 auto;
    display: table;
    bottom: auto;
    text-align: center;
}

.landing-repuestos .block-full-hor.tabs-carousel .b-tab .cont-tit{
    display: flex;
    align-items: center;
}
/*.landing-repuestos .block-full-hor.tabs-carousel .b-tab .cont-tit:before{
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: -1;
    background: rgb(251,251,251);
    background: -moz-linear-gradient(90deg, rgba(251,251,251,0) 0%, rgba(251,251,251,1) 70%);
    background: -webkit-linear-gradient(90deg, rgba(251,251,251,0) 0%, rgba(251,251,251,1) 70%);
    background: linear-gradient(90deg, rgba(251,251,251,0) 0%, rgba(251,251,251,1) 70%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fbfbfb",endColorstr="#fbfbfb",GradientType=1);
}*/
.landing-repuestos .block-full-hor.tabs-carousel .b-tab .bg-map{
    position: absolute;
    z-index: 0;
    max-width: 530px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 3vw 60%;
    background-size: 470px;
    top: 0;
    left: 0;
    height: 100%;
    min-height: auto;
}

.landing-repuestos .block-full-hor.tabs-carousel .b-tab .cont-tit .content{
    padding-left: 0;
}
.landing-repuestos .block-full-hor.tabs-carousel .b-tab .cont-tit .enc-tit{
    padding-left:0;
    position: relative;
}
.landing-repuestos .block-full-hor.tabs-carousel .b-tab .cont-tit .enc-tit .epig{
    color: #00ADEE;
    font-weight: 700;
    font-family: avenirnextltpro-bold, sans-serif;
    padding-bottom: 8px;
}
.landing-repuestos .block-full-hor.tabs-carousel .b-tab .cont-tit .enc-tit .baj{
    padding-left: 25px;
}
/*.landing-repuestos .block-full-hor.tabs-carousel .b-tab .cont-tit .enc-tit:before{
    content: '';
    width: 4px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-left: 0;
    background-color: #00ADEE;
}*/

.landing-repuestos .block-full-hor.tabs-carousel .b-tab .cont-tit .tit{
    padding-left: 0;
    border: 0;
    margin-top: 20px;
}

.landing-repuestos .block-full-hor.tabs-carousel .b-tab .cont-tit:after{
    
}
.landing-repuestos .block-full-hor.tabs-carousel .cont-txt{
    border: none;
    margin-bottom: 20px;
}
.landing-repuestos .block-full-hor.tabs-carousel .tab-buttons{
    justify-content: center;
}

.landing-repuestos .block-full-hor.tabs-carousel .tab-buttons .b-nav-tab{
    padding: 20px 20px 25px;
    border-bottom: 1px solid #00adee;
}

.landing-repuestos .block-full-hor.tabs-carousel .tab-buttons .b-nav-tab + .b-nav-tab{
    margin-left: 0;
}
.landing-repuestos .block-full-hor.tabs-carousel .b-nav-tab:after{
    height: 6px;
}

.enc-txt-center {
    padding: 100px 0;
    position: relative;
}
.enc-txt-center.enc-esp {
    padding: 70px 0;
}
.enc-txt-center.enc-esp:before{
    top: 10px;
}
.enc-txt-center.enc-esp:after{
    bottom: 10px;
}

.enc-txt-center.enc-esp .auxi{
    max-width: 960px !important; width: 90% !important; 
}


.enc-txt-center.enc-esp .tit{
    display: flex;
    align-items: center;
    justify-content: center;
}

.enc-txt-center.enc-esp .tit .bar{
    height: 35px;
    margin-left: 12px;
    margin-right: 12px;
}

.enc-txt-center .auxi{
    max-width: 1000px;
}
/*--
.enc-txt-center:before {
    content: '';
    width: 1px;
    height: 36px;
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #232323;
}
.enc-txt-center:after {
    content: '';
    width: 1px;
    height: 36px;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #232323;
}
--*/
.enc-txt-center .tit {
    font-size: 32px;
    max-width: 880px;
    margin: 0 auto 30px;
}
.enc-txt-center .tit, .enc-txt-center .baj {
    text-align: center;
    line-height: 1.5;
}
.landing-repuestos .carousel-full {
    padding-bottom: 20px;
}
.landing-repuestos .carousel-full .swiper-button-next {
}
.landing-repuestos .carousel-full .swiper-button-prev {
}
.landing-repuestos .swiper-button-next, .landing-repuestos .swiper-button-prev {
    border-radius: 50%;
    width: 57px;
    height: 57px;
    background-color: rgba(0, 0, 0, .46);
}
.landing-repuestos .swiper-button-next {
    background-image: url(../../imag/v1/icon/arrow_r_w.svg)!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
    background-size: 35px!important;
    z-index: 1!important;
}
.landing-repuestos .swiper-button-prev {
    background-image: url(../../imag/v1/icon/arrow_l_w.svg)!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
    background-size: 35px!important;
    z-index: 1!important;
}

.landing-repuestos .carousel-full .swiper-slide {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    left: 100px;
}
.landing-repuestos .carousel-full .cont-tit {
    padding: 60px;
    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;
    -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;
    background: #F4F4F4;
    -webkit-flex: 0 1 50%;
    flex: 0 1 50%;
}
.landing-repuestos .carousel-full  .img-wrap {
  overflow: hidden;
}
.landing-repuestos .carousel-full .cont-tit .tit {
    padding-left: 0;
    border-left: 0 solid #232323;
}
.landing-repuestos .carousel-full .cont-tit .baj {
    padding-left: 0;
}
.landing-repuestos .carousel-full .desktop {
    display: block;
}
.landing-repuestos .carousel-full .mobile {
    display: none;
}
.landing-repuestos .swiper-pagination-bullets {
    bottom: 5vh;
    position: absolute;
    left: 11vw;
    z-index: 2;
}
.landing-repuestos .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    background: 0 0;
    border: 1px solid #52d0ff;
    opacity: 1;
}
.landing-repuestos .swiper-pagination-bullet-active {
    background: #52d0ff!important;
}
.landing-repuestos .carousel {
    padding: 60px 0;
}
.landing-repuestos .carousel .cont-tit {
    padding-bottom: 40px;
}
.landing-repuestos .carousel .cont-tit .tit, .landing-repuestos .carousel .cont-tit .baj {
    max-width: 800px;
}
.landing-repuestos .carousel.car-arts .auxi > .cont-tit .tit {
    padding-left: 20px;
    border-left: 1px solid #232323;
}

.landing-repuestos .car-arts .swiper-container {
    padding: 20px 10px;
    max-width: 92%;
}
.landing-repuestos .car-arts .cont-tit .baj {
    padding-left: 0;
    font-size: 13px;
}
.landing-repuestos .car-arts .box-dest {
    -webkit-box-shadow: 0 1px 7px 2px rgb(0 0 0/25%);
    -moz-box-shadow: 0 1px 7px 2px rgb(0 0 0/25%);
    box-shadow: 0 1px 7px 2px rgb(0 0 0/25%);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow: hidden;
    transition: .3s all ease;
}
.landing-repuestos .car-arts .box-dest:hover {
    -webkit-box-shadow: 0 5px 6px 1px rgb(0 0 0/31%);
    -moz-box-shadow: 0 5px 6px 1px rgb(0 0 0/31%);
    box-shadow: 0 5px 6px 1px rgb(0 0 0/31%);
}
.landing-repuestos .car-arts .box-dest .cont-tit {
    background-color: #f2f2f2;
    padding: 20px;
}
.landing-repuestos .car-arts .box-dest img {
    width: 100%}

.landing-repuestos .car-arts .box-dest .cont-tit .tit{
    font-size: 16px;
    margin-bottom: 20px;
}

.landing-repuestos .block-grid {
    padding: 60px 0;
}
.landing-repuestos .cont-txt {
    -webkit-flex: 0 1 50%;
    flex: 0 1 50%}
.landing-repuestos .block-grid .cont-tit {
    max-width: 400px;
}
.landing-repuestos .block-grid .cont-tit .tit {
    padding-left: 20px;
    border-left: 1px solid #232323;
}
.landing-repuestos .block-grid .auxi {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -ms-flex-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.landing-repuestos .block-grid .img-grid {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex: 0 1 81%;
    flex: 0 1 81%}
.landing-repuestos .block-grid .img-grid .grid-col {
    -webkit-flex: 0 1 50%;
    flex: 0 1 50%}
.landing-repuestos .block-grid .img-grid .grid-col {
    padding: 0 5px;
}
.landing-repuestos .block-grid .img-grid img {
    display: block;
    width: 100%;
    -ms-flex-item-align: start;
    -webkit-align-self: flex-start;
    align-self: flex-start;
    flex: 0 0 auto;
}
.landing-repuestos .block-grid .img-grid img+img {
    padding-top: 10px;
}
.landing-repuestos .carousel.car-logos img {
    filter: grayscale(100%);
    opacity: .5;
    transition: .3s all ease;
}
.landing-repuestos .carousel.car-logos a {
    display: block;
}
.landing-repuestos .carousel.car-logos a:hover img {
    filter: none;
    opacity: 1;
}
.landing-repuestos .carousel.car-logos .cont-tit .tit {
    text-align: center;
    margin: 0 auto;
    font-size: 24px;
    font-family: avenirnextltpro-medium, sans-serif;
}
.landing-repuestos .carousel.car-logos .auxi {
    max-width: 95%}
.landing-repuestos .carousel.car-logos .car-content {
    position: relative;
}
.landing-repuestos .carousel.car-logos .swiper-container {
    position: static;
    max-width: 88%;
    margin: 0 auto;
}
.landing-ch .block-full-hor {
    padding-top: 0;
    margin-bottom: 80px;
}
.landing-ch .swiper-button-next {
    margin-top: 8%}
.landing-ch .swiper-button-prev {
    margin-top: 8%}
.landing-ch .block-full-hor .cont-txt {
    padding-top: 120px;
    max-width: 50%}
.landing-ch .block-full-hor .cont-txt .cont-tit {
    padding-bottom: 60px;
    max-width: 590px;
}
.landing-ch .block-full-hor .cont-txt .cont-tit .tit {
    font-size: 18px;
}
.landing-ch .block-full-hor .cont-txt .cont-tit .baj {
    padding-left: 0;
    font-size: 14px;
}
.landing-ch .block-full-hor .b-tab .cont-tit {
    position: relative;
    max-width: 100%;
    padding: 0 30px 40px;
}
.landing-ch .block-full-hor .b-tab .cont-tit:before {
    content: '';
    width: 2px;
    height: 95px;
    background-color: #00adee;
    position: absolute;
    left: 15px;
    top: 0;
}
.landing-ch .block-full-hor .b-tab .cont-tit .tit {
    border: none;
    padding-left: 0;
    font-size: 24px;
    margin-bottom: 24px;
    font-family: avenirnextltpro-medium, sans-serif;
}
.landing-ch .block-full-hor .b-tab .cont-tit .baj {
}
.landing-ch .block-full-hor .b-tab .cont-tit .epig {
    color: #00adee;
    font-size: 13px;
    text-transform: uppercase;
    font-family: avenirnextltpro-demi, sans-serif;
    padding-bottom: 10px;
}
.landing-ch .block-full-hor .b-tab .cont-tit img {
    margin-top: 30px;
    width: 100%}
.landing-ch .block-full-hor .b-tab {
    max-width: 100%}
.landing-ch .enc-bg {
    height: 300px;
    border-bottom: 7px solid #00adee;
}
.landing-ch .enc-bg .auxi {
    position: relative;
    height: 100%}
.landing-ch .enc-bg .img-wrap {
    border-radius: 50%;
    background-color: #00adee;
    padding: 10px;
    width: 158px;
    height: 158px;
    position: absolute;
    bottom: -27%;
    z-index: 1;
}
.landing-ch .enc-bg .img-wrap img {
    width: auto;
}
.landing-ch .enc-bg.enc-l .img-wrap {
    left: 0;
}
.landing-ch .enc-bg.enc-r .img-wrap {
    right: 0;
}
.landing-ch .block-full-hor .img-wrap {
    position: relative;
    width: 50%;
    background-repeat: no-repeat;
    background-position: left -156px;
    background-size: 55vw;
    //min-height: 1025px;
    min-height: 70vw;
}
.landing-ch .block-full-hor .img-wrap:before {
    content: none;
}
.landing-ch .block-full-hor .img-wrap .tab-buttons .b-nav-tab {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #b9b9b9;
    position: absolute;
    padding: 0;
    opacity: 1;
}
.landing-ch .block-full-hor .img-wrap .tab-buttons .b-nav-tab:before {
    content: '';
    width: 25px;
    height: 25px;
    background-color: #b9b9b9;
    border-radius: 50%;
    left: calc(50% - 12px);
    position: relative;
}
.landing-ch .block-full-hor .b-nav-tab.active:after {
    content: none;
}
.landing-ch .block-full-hor .b-nav-tab.active:before {
    background-color: #00adee!important;
}
.landing-ch .block-full-hor .b-nav-tab.active {
    border-color: #00adee!important;
}
.landing-ch .block-full-hor .img-wrap .tab-buttons .b-nav-tab.circle-1 {
    top: 15.2vh;
    left: 7.5vw;
}
.landing-ch .block-full-hor .img-wrap .tab-buttons .b-nav-tab.circle-2 {
    top: 50vh;
    left: 5.2vw;
}
.landing-ch .block-full-hor .img-wrap .tab-buttons .b-nav-tab.circle-3 {
    top: 84.8vh;
    left: 2.6vw;
}
.landing-ch .car-arts .row {
    padding: 10px;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.landing-ch .car-arts .col {
    margin-bottom: 10px;
    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;
}
.landing-ch .car-arts .box-dest {
    height: 100%}
.landing-ch .car-arts .box-dest a {
    height: 100%;
    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;
}
.landing-ch .car-arts .box-dest .cont-tit {
    flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
}
@media(max-width:767px) {
.landing-repuestos .desktop{
        display:none;
    }
.landing-repuestos .hero__img-wrap:before{
    right: 0;
}
.landing-repuestos .car-arts .cont-tit {
    display: block!important;
}
.landing-repuestos .card-video .auxi{
    flex-direction: column;
}
.landing-repuestos .card-video .cont-tit {
    padding: 30px 20px;
}
.landing-repuestos .block-grid .auxi {
    display: block;
}
.landing-repuestos .block-grid .img-grid .desktop {
    display: none;
}
.landing-repuestos .block-grid .img-grid img+img {
    padding-top: 0;
}
.landing-repuestos .block-grid .img-grid {
    margin-top: 40px;
}
.landing-repuestos .block-grid .img-grid .grid-col {
    padding: 0;
}
.landing-repuestos .block-grid .cont-tit {
    padding: 0 20px;
    margin: 0 auto;
}

.landing-repuestos .block-full-hor.tabs-carousel .b-tab .swiper-slide{
    flex-direction: column;
}
.landing-repuestos .block-full-hor.tabs-carousel .b-tab .cont-tit .content {
    padding-left: 19vw;
}
.landing-repuestos .block-full-hor.tabs-carousel .b-tab .cont-tit .content .baj{
    font-size: 13px;
}
.landing-repuestos .block-full-hor.tabs-carousel .b-tab .bg-map{
    background-position: 2vw -31%;
    background-size: 349px;
}
.landing-repuestos .block-full-hor .swiper-button-next, .landing-repuestos .block-full-hor .swiper-button-prev{
    top: 69%;
}
.landing-repuestos .block-full-hor.tabs-carousel .swiper-pagination-bullets{
    left: 0;
    right: 0;
    text-align: center; top: 6%;
}
.landing-repuestos .block-full-hor.tabs-carousel .tab-buttons {
    justify-content: flex-start;
}
.landing-repuestos .block-full-hor.tabs-carousel .tab-buttons .b-nav-tab {
    padding: 20px 68px 25px;
    font-size: 13px;
    justify-content: center;
}
.landing-repuestos .cont-btn {
    text-align: center;
}
.landing-repuestos .btn-main {
    width: 100%;
    text-align: center;
    max-width: 400px;
    padding: 19px 20px !important;
    font-size: 15px !important;
    ine-height: 18px !important;
}
.landing-repuestos section>.cont-btn {
    padding: 0 20px;
}
.landing-repuestos .hero__img-wrap img {
    height: 497px;
    width: 100%;
    position: relative;
    object-fit: cover;
    object-position: 50% 20%}
.landing-repuestos .hero-r .auxi {
    position: relative;
    max-width: 100%;
    align-items: flex-start;
    padding: 0 20px 30px;
}
.landing-repuestos .hero__epig {
    font-size: 32px;
}
.landing-repuestos .bar {
    height: 60px;
}
.landing-repuestos .hero__tit {
    font-size: 40px;
    -webkit-text-stroke-width: 1px;
}
.landing-repuestos .hero-r .tit {
    text-align: left;
}
.landing-repuestos .hero-r .tit .bar {
    left: 0;
    right: auto;
}
.landing-repuestos .cont-tit .baj{
    font-size: 15px;
}

.landing-repuestos .carousel.car-logos img {
    filter: none;
}
.landing-repuestos .block-full-hor {
    flex-direction: column;
    padding-top: 10px;
    margin-bottom:30px;
    background: #F5F5F5;
}
.landing-repuestos .block-full-hor .b-tab {
    max-width: 100%;
    flex-direction: column;
}
.landing-repuestos .block-full-hor .b-tab .cont-tit {
    max-width: 100%;
    position: relative;
    padding: 50px 15px;
}
.landing-repuestos .block-full-hor .img-wrap { border-top: 3px solid #00A0DC;}
.landing-repuestos .block-full-hor .img-wrap:before {
    content: none;
}
.landing-repuestos .block-full-hor .cont-txt {
    padding: 0;
    width: 100%}
.landing-repuestos .block-full-hor .tab-buttons {
    display: flex!important;
    overflow: auto;
    padding-left: 0;
    flex-direction: row;
    align-items: stretch;
}
.landing-repuestos .block-full-hor .b-nav-tab {
    flex: 1 0 auto;
    max-width: 220px;
    padding: 15px;
}
.landing-repuestos .block-full-hor .b-nav-tab + .b-nav-tab{
    margin-left: 0;
}
.landing-repuestos .block-full-hor .b-nav-tab.active {
    background: 0 0;
}
.landing-repuestos .block-full-hor .b-nav-tab .icon-wrap:before {
    content: none;
}
.landing-repuestos .block-full-hor .b-nav-tab:after {
    bottom: 0;
}
.landing-repuestos .hero .auxi {
    position: relative;
    z-index: 2;
    padding-top: 0;
}
.landing-repuestos .hero__img-wrap:before {
    z-index: 1;
    background: linear-gradient(180deg, #000000 38.32%, rgba(0, 0, 0, 0) 71.45%);
transform: rotate(180deg);
}
.tabs-carousel .tit {font-size:22px !important; line-height: 26px !important; margin: 20px auto 5px !important;}
.landing-repuestos .cont-tit .tit {max-width: 100% !important; margin-bottom:15px !important; margin: 0 auto 20px !important;}
.landing-repuestos .carousel-full .cont-tit .tit, .landing-repuestos .carousel-full .cont-tit .tit a {font-size: 20px !important; line-height: 24px !important;}
.landing-repuestos .carousel-full .cont-tit .baj {font-size:13px !important; line-height:150% !important;}
.landing-repuestos .carousel-full {padding-bottom: 30px; background: #F4F4F4;} 
.landing-repuestos .block-overview.dos .auxi .cont-tit .tit {font-size: 22px !important;
line-height: 26px !important;}
.landing-repuestos .carousel-full .desktop {
    display: none;
}
.landing-repuestos .carousel-full .mobile {
    display: block;
    width: 100%}
.block-full-hor.tabs-carousel.movil .swiper-button-next, .block-full-hor.tabs-carousel.movil .swiper-button-prev {width: 10px;
height: 19px; background-size: 10px !important;}

.carousel-full .swiper-container .swiper-wrapper .swiper-slide {left: 0; max-width: 90%; flex-direction:column-reverse;}
.carousel-full .swiper-container .swiper-wrapper .swiper-slide .img-wrap {width: 100%; overflow: hidden;}

.landing-repuestos .carousel-full .cont-tit.movil {text-align: center; padding: 20px 10px; margin: 0 auto;}
.landing-repuestos .block-overview.dos .auxi .cont-tit .baj {padding-left:0; font-size: 14px !important;
line-height: 17px !important;}
.landing-repuestos .block-overview.dos .auxi .cont-tit .cont-btn .btn-main.btn-outline {padding:15px 10px !important; font-size: 15px !important;
line-height: 18px !important; font-family: avenirnextltpro-bold, sans-serif !important;}
.carousel-full .swiper-slide.box-hero .bold {font-family: avenirnextltpro-bold, sans-serif !important;}
.landing-repuestos .btn-main {font-family: avenirnextltpro-bold, sans-serif !important; max-width:100%;}
.enc-txt-center.enc-esp .epig {font-size: 13px !important; line-height: 16px !important;}
.enc-txt-center.enc-esp .tit {font-size: 22px !important; line-height: 26px !important; margin: 0 auto 30px !important; }
.enc-txt-center.enc-esp  .baj {font-size: 14px !important; line-height: 150% !important;}
.landing-repuestos .card-video .cont-tit .baj {margin-bottom: 60px !important;}

.landing-repuestos .block-overview .cont-tit .cont-btn {
  text-align: center !important;
  padding: 30px 15px 0 !important;
  width: auto !important;
  display: table !important;
  margin: 0 auto !important;
  min-width: 250px !important;}
  .landing-repuestos .swiper-slide.box-hero .cont-tit .epig {padding-bottom:0 !important; font-size: 13px !important; line-height: 16px !important;}
.landing-repuestos .hero-main .hero__tit {
    font-size: 32px;
    line-height: 104%;
}
.landing-repuestos .hero-main .hero__epig {
    font-size: 40px;
}
.landing-repuestos .hero-main .hero__baj {
    font-size: 13px;
    line-height: 141%;
    margin-top: 35px;
}
.landing-repuestos .card-video {
  padding: 0;
}
.landing-repuestos .hero-main .hero__img-wrap img {
    height: 400px;
    object-position: 62% 20%}
.landing-repuestos .hero-main .hero__img-wrap {
    margin-bottom: -141px;
}
.landing-repuestos .hero-main .hero__img-wrap video {
    width: 100%;
    object-fit: cover;
}
.landing-repuestos .carousel-full .swiper-slide {
    left: auto;
    flex-direction: column-reverse;
}
.landing-repuestos .carousel-full .swiper-pagination-bullets {
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    position: relative;
   padding-bottom: 10px;
}
.compra .img-wrap {margin-bottom: 15px;}
.compra .tit {font-family: avenirnextltpro-demi, sans-serif; margin-bottom: 15px;font-size: 18px; line-height: 22px; color: #1A1A1A;}
.landing-repuestos .enc-txt-center.enc-esp .epig { margin-bottom:15px !important;}
.landing-repuestos .sec-compra .auxi .baj {font-size: 13px;line-height: 150%;color: #1A1A1A;}
.enc-txt-center.enc-esp .auxi {max-width: 85% !important; margin: 0 auto;}
.sec-compra.enc-txt-center.enc-esp .auxi {padding: 40px 0 0 !important;}
.marca .tit {font-size: 15px; line-height: 18px; color: #333333;}

.landing-repuestos .carousel-full .swiper-pagination-bullets {
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    position: absolute;
    bottom: auto;
    padding-bottom: 10px;
    top: calc(96vw + 6vmin);
}
.landing-repuestos .carousel-full .swiper-button-next, .landing-repuestos .carousel-full .swiper-button-prev {
    top: calc(65vw - 5vmin) !important; 
}
.landing-repuestos .carousel-full .swiper-button-next{
    right: 5px;
}
.landing-repuestos .carousel-full .swiper-button-prev{
    left: 5px;
}

}
.enc-txt-center.enc-esp .tit {max-width: 1130px !important; width: 90% !important; font-size: 36px; line-height: 43px; color: #1A1A1A; margin: 0 auto 32px;}
.enc-txt-center.enc-esp .baj {font-size: 20px; line-height: 150%; color: #1A1A1A; margin: 0 auto 30px;}
.landing-repuestos .carousel-full .swiper-button-next, .landing-repuestos .carousel-full .swiper-button-prev {
    top: 50%}
.landing-repuestos .carousel-full .cont-tit {
    background: #f2f2f2;
    padding: 56px 90px;
    /*max-width: 38%;*/
}

.landing-repuestos .car-arts .cont-tit {
    padding: 20px;
}
.landing-repuestos .car-arts .cont-tit .tit {
    font-size: 26px;
}
.landing-repuestos .swiper-button-next, .landing-repuestos .swiper-button-prev {
    width: 42px;
    height: 42px;
    background-size: 30px!important;
}
.landing-repuestos .carousel.car-logos .swiper-container {
    max-width: 80%}
.landing-repuestos .carousel.car-logos .swiper-button-next {
    right: 0;
}
.landing-repuestos .carousel.car-logos .swiper-button-prev {
    left: 0;
}
.landing-repuestos .car-arts .swiper-button-next, .landing-repuestos .car-arts .swiper-button-prev {
    background-color: transparent;
    top: auto;
    bottom: 15px;
}
.landing-repuestos .car-arts .swiper-button-next {
    background-image: url(../../imag/v1/icon/arrow_r_b.svg)!important;
    right: 27%}
.landing-repuestos .car-arts .swiper-button-prev {
    background-image: url(../../imag/v1/icon/arrow_l_b.svg)!important;
    left: 27%}
.landing-repuestos .car-arts .swiper-button-prev.swiper-button-disabled {
    background-image: url(../../imag/v1/icon/arrow_l_g.svg)!important;
}
.landing-repuestos .car-arts .swiper-button-next.swiper-button-disabled {
    background-image: url(../../imag/v1/icon/arrow_r_g.svg)!important;
}
.landing-repuestos .car-arts .swiper-container {
    padding: 20px 10px 80px;
}
.enc-txt-center {
    padding: 110px 20px;
}
.landing-repuestos .hero-r .hero__img-wrap .desktop {
    display: none;
}
.landing-repuestos .hero-r .hero__img-wrap .mobile {
    display: block;
}
.landing-repuestos .hero-r .hero__img-wrap {
    margin-bottom: -60px;
}
.landing-repuestos .hero-r .hero__img-wrap:before {
    background: #000;
    background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.06206232492997199) 8%, rgba(0, 0, 0, 0.45702030812324934) 30%, rgba(0, 0, 0, 0.7231267507002801) 45%, rgba(0, 0, 0, 1) 62%);
    background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.06206232492997199) 8%, rgba(0, 0, 0, 0.45702030812324934) 30%, rgba(0, 0, 0, 0.7231267507002801) 45%, rgba(0, 0, 0, 1) 62%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.06206232492997199) 8%, rgba(0, 0, 0, 0.45702030812324934) 30%, rgba(0, 0, 0, 0.7231267507002801) 45%, rgba(0, 0, 0, 1) 62%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}

.landing-ch .enc-bg .img-wrap {
    width: 85px;
    height: 85px;
    bottom: -15%;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.landing-ch .enc-bg .img-wrap img {
    width: 100%}
.landing-ch .block-full-hor {
    padding-top: 60px;
}
.landing-ch .block-full-hor .cont-txt {
    max-width: 100%}
.landing-ch .swiper-button-next {
    left: auto;
    margin-top: 23vh;
}
.landing-ch .swiper-button-prev {
    margin-top: 23vh;
}
.landing-ch .block-full-hor .cont-txt .cont-tit {
    padding: 0 30px 50px;
}
.landing-ch .block-full-hor .b-tab .cont-tit {
    max-width: 100%;
    padding: 0;
}
.landing-ch .block-full-hor .b-tab .cont-tit .content {
    max-width: 67%;
    padding-left: 30px;
    min-height: 500px;
}
.landing-ch .block-full-hor .img-wrap {
    position: absolute;
    z-index: 2;
    width: 115px;
    background-repeat: no-repeat;
    background-position: 2vw top;
    background-size: 355px;
    right: 0;
    height: 50%;
    top: 335px;
    min-height: auto;
}
.landing-ch .block-full-hor .b-tab {
    padding-top: 60px;
}
.landing-ch .block-full-hor .img-wrap .tab-buttons .b-nav-tab {
    width: 46px;
    height: 46px;
    background: 0 0;
}
.landing-ch .block-full-hor .img-wrap .tab-buttons .b-nav-tab:before {
    width: 20px;
    height: 20px;
    left: calc(50% - 10px);
}
.landing-ch .block-full-hor .b-tab .cont-tit img {
    margin-top: 20px;
}
.landing-ch .block-full-hor .img-wrap .tab-buttons .b-nav-tab.circle-1 {
    top: 12.2vh;
    left: 13.5vw;
}
.landing-ch .block-full-hor .img-wrap .tab-buttons .b-nav-tab.circle-2 {
    top: 30vh;
    left: 5.2vw;
}
.landing-ch .block-full-hor .img-wrap .tab-buttons .b-nav-tab.circle-3 {
    top: 38vh;
    left: 3vw;
}
@media(min-width:560px) and (max-width:767px) {
    .landing-repuestos .swiper-pagination-bullets{
        top: calc(90vw + 3vmax) !important;
    }
}
@media(min-width:767px) and (max-width:991px) {
    .enc-txt-center .auxi {
            max-width: 1000px;
            padding: 0 30px;
    }
    .landing-repuestos .card-video .auxi {
        flex-direction: column;
    }
    .landing-repuestos .block-full-hor .b-tab .cont-tit {
        max-width: 100%;
        position: relative;
        padding: 15px;
    }
    .landing-repuestos .block-full-hor .b-tab {
        max-width: 100%;
        flex-direction: column;
    }
    .landing-repuestos .block-full-hor .b-tab .cont-tit {
        max-width: 100%;
        position: relative;
        padding: 50px 15px;
    }
    .landing-repuestos .block-full-hor.tabs-carousel .b-tab .swiper-slide {
        flex-direction: column;
    }
    .landing-repuestos .block-full-hor.tabs-carousel .b-tab .cont-tit .content {
        /*padding-left: 19vw;*/
    }
    .landing-repuestos .block-full-hor.tabs-carousel .b-tab .swiper-slide .contenido {
    display: block;
    }
    .landing-repuestos .block-full-hor.tabs-carousel .b-tab .cont-tit {
        max-width: 100%;
        position: relative;
        padding: 50px 15px;
    }
    .landing-repuestos .block-full-hor.tabs-carousel .b-tab .bg-map {
        background-position: 1vw -14%;
        background-size: 339px;
    }
    .landing-repuestos .block-full-hor.tabs-carousel .swiper-pagination-bullets {
        bottom: 30px;
        position: absolute;
        left: 0;
        top: auto;
        right: 0;
        text-align: center;
    }
    .landing-repuestos .hero__img-wrap img {
        height: 497px;
        width: 100%;
        position: relative;
        object-fit: cover;
        object-position: 50% 20%}
    .landing-ch .block-full-hor .img-wrap {
        background-size: 100vw;
    }
    .landing-ch .block-full-hor .b-tab .cont-tit:before {
        left: 0;
    }
    .landing-ch .block-full-hor .img-wrap .tab-buttons .b-nav-tab.circle-1 {
        left: 13.5vw;
    }
    .landing-ch .block-full-hor .img-wrap .tab-buttons .b-nav-tab.circle-2 {
        left: 8.2vw;
    }
    .landing-ch .block-full-hor .img-wrap .tab-buttons .b-nav-tab.circle-3 {
        left: 3.6vw;
    }
    .landing-repuestos .block-full-hor .cont-txt {
        padding: 20px 15px;
    }
    .landing-repuestos .carousel-full .swiper-slide {
        left: 0;
        flex-direction: column-reverse;
    }
    .landing-repuestos .carousel-full .swiper-slide .img-wrap img {
        width: 100%}
    .landing-repuestos .swiper-pagination-bullets {
        bottom: 0;
        top: 30%;
        left: 0;
        right: 0;
        text-align: center;
        margin-top: 10px;
    }
    .landing-ch .swiper-button-next {
        margin-top: 20%}
    .landing-ch .swiper-button-prev {
        margin-top: 20%}

}
@media(min-width:992px) and (max-width:1150px) {
    .landing-repuestos .hero .auxi{
        padding: 5vw 0;
    }
    .landing-repuestos .hero__img-wrap img {
        height: 450px;
        width: 100%;
        position: relative;
        object-fit: cover;
        object-position: 50% 20%;
    }
    .landing-repuestos .cont-tit .baj{
        font-size:15px;
    }
    .landing-repuestos .cont-tit .tit{
        margin-bottom: 10px;
    }
    .landing-repuestos .card-video .cont-tit {
        padding: 20px 30px;
    }
    .landing-repuestos .block-full-hor .b-tab .cont-tit {
        padding: 30px 20px 20px;
        max-width: 100%;
        position: relative;
    }
    .landing-repuestos .block-full-hor .b-tab .cont-tit {
        flex: 1 0 40%;
    }
    .landing-repuestos .block-full-hor.tabs-carousel .b-tab .cont-tit{
        flex: 1 0 40%;
        padding: 0 20px 20px;
    }
    .landing-repuestos .card-video .cont-tit .cont-btn {
    text-align: left;
    float: left;
    clear: both;
    padding-top: 0;
    }

    .landing-repuestos .block-full-hor.tabs-carousel .b-tab .bg-map{
        background-size: 300px;
    }
    .landing-repuestos .block-full-hor.tabs-carousel .b-tab .cont-tit .tit{
        margin-bottom: 10px;
    }
    .landing-repuestos .block-full-hor.tabs-carousel .swiper-pagination-bullets{
        bottom: 0;
    }
    .landing-repuestos .carousel-full .swiper-slide {
        left: 0;
        flex-direction: column-reverse;
    }
    .landing-repuestos .carousel-full .swiper-slide .img-wrap img {
        width: 100%}
    .landing-repuestos .swiper-pagination-bullets {
        bottom: 0;
        top: 30%;
        left: 0 !important;
        right: 0;
        max-width: 100% !important;
        text-align: center;
        margin-top: 10px;
    }
    .landing-repuestos .block-full-hor.tabs-carousel .swiper-pagination-bullets{
        top: auto;
    }
    .landing-repuestos .block-grid {
        padding: 60px 20px;
    }
    .landing-repuestos .carousel .cont-tit {
        padding: 0 20px 40px;
    }
    .landing-ch .swiper-button-next {
        margin-top: 20%}
    .landing-ch .swiper-button-prev {
        margin-top: 20%}

    .landing-repuestos .enc-txt-center {
        padding: 100px 20px;
    }

}

@media(min-width:1024px) and (max-width:1399px) {
    .landing-ch .block-full-hor .img-wrap {
    background-size: 70vw;
    }
    .landing-repuestos .block-full-hor .b-tab .cont-tit .content .baj {
        font-size: 18px;
    line-height: 150%;

    }
    .landing-ch .block-full-hor .img-wrap .tab-buttons .b-nav-tab.circle-1 {
        left: 8.5vw;
    }
    .landing-ch .block-full-hor .img-wrap .tab-buttons .b-nav-tab.circle-2 {
        left: 5.2vw;
        top: 45vh;
    }
    .landing-ch .block-full-hor .img-wrap .tab-buttons .b-nav-tab.circle-3 {
        left: 2.6vw;
        top: 78.8vh;
    }
}
@media(min-width:1024px) and (min-height:640px) {
    .landing-ch .block-full-hor .img-wrap .tab-buttons .b-nav-tab.circle-1 {
    top: 14vh;
    }
    .landing-ch .block-full-hor .img-wrap .tab-buttons .b-nav-tab.circle-2 {
        top: 36vh;
        left: 7.2vw;
    }
    .landing-ch .block-full-hor .img-wrap .tab-buttons .b-nav-tab.circle-3 {
        top: 63vh;
        left: 4vw;
    }
}
@media(min-width:1024px) and (min-height:768px) {
    .landing-ch .block-full-hor .img-wrap .tab-buttons .b-nav-tab.circle-1 {
    top: 10vh;
    left: 10vw;
    }
    .landing-ch .block-full-hor .img-wrap .tab-buttons .b-nav-tab.circle-2 {
        top: 42vh;
        left: 5.2vw;
    }
    .landing-ch .block-full-hor .img-wrap .tab-buttons .b-nav-tab.circle-3 {
        top: 88vh;
        left: 4vw;
    }

}

@media(min-width:1366px) and (min-height:768px) {
    .landing-ch .block-full-hor .img-wrap {
        background-size: 95vh;
    }
    .landing-ch .block-full-hor .img-wrap .tab-buttons .b-nav-tab.circle-1 {
        top: 11vh;
        left: 8vw;
    }
    .landing-ch .block-full-hor .img-wrap .tab-buttons .b-nav-tab.circle-2 {
        top: 43vh;
        left: 4.2vw;
    }
    .landing-ch .block-full-hor .img-wrap .tab-buttons .b-nav-tab.circle-3 {
        top: 89vh;
        left: 3vw;
    }
}
@media(min-width:768px) and (min-height:1024px) {
    .landing-ch .block-full-hor .img-wrap .tab-buttons .b-nav-tab.circle-1 {
    top: 10vh;
    left: 15vw;
    }
    .landing-ch .block-full-hor .img-wrap .tab-buttons .b-nav-tab.circle-2 {
        top: 37vh;
        left: 8.2vw;
    }
    .landing-ch .block-full-hor .img-wrap {
        background-size: 76vh;
    }
    .landing-ch .block-full-hor .img-wrap .tab-buttons .b-nav-tab.circle-3 {
        top: 72.8vh;
        left: 5.6vw;
    }
}
@media(min-width:1440px) and (min-height:1024px) {
    .landing-ch .block-full-hor .img-wrap .tab-buttons .b-nav-tab.circle-1 {
    top: 10vh;
    left: 8vw;
    }
    .landing-ch .block-full-hor .img-wrap .tab-buttons .b-nav-tab.circle-2 {
        top: 37vh;
        left: 5.2vw;
    }
    .landing-ch .block-full-hor .img-wrap .tab-buttons .b-nav-tab.circle-3 {
        top: 72.8vh;
        left: 3.6vw;
    }
}
@media(min-width:1024px) and (min-height:1366px) {
    .landing-ch .block-full-hor .img-wrap .tab-buttons .b-nav-tab.circle-1 {
    top: 7vh;
    left: 11vw;
    }
    .landing-ch .block-full-hor .img-wrap .tab-buttons .b-nav-tab.circle-2 {
        top: 24vh;
        left: 5.2vw;
    }
    .landing-ch .block-full-hor .img-wrap .tab-buttons .b-nav-tab.circle-3 {
        top: 50vh;
        left: 3vw;
    }
    .landing-ch .block-full-hor .img-wrap {
        background-size: 54vh;
    }
}
@media(min-width:1512px) and (min-height:982px) {
    .landing-ch .block-full-hor .img-wrap .tab-buttons .b-nav-tab.circle-1 {
    top: 12vh;
    left: 9vw;
    }
    .landing-ch .block-full-hor .img-wrap .tab-buttons .b-nav-tab.circle-2 {
        top: 45vh;
        left: 5.2vw;
    }
    .landing-ch .block-full-hor .img-wrap .tab-buttons .b-nav-tab.circle-3 {
        top: 87vh;
        left: 4vw;
    }
    .landing-ch .block-full-hor .img-wrap {
        background-size: 88vh;
    }
}
@media(min-width:2300px) and (min-height:1905px) {
    .landing-ch .block-full-hor .img-wrap .tab-buttons .b-nav-tab.circle-1 {
    top: 13vh;
    left: 6.5vw;
    }
    .landing-ch .block-full-hor .img-wrap .tab-buttons .b-nav-tab.circle-2 {
        top: 46vh;
        left: 4.2vw;
    }
    .landing-ch .block-full-hor .img-wrap .tab-buttons .b-nav-tab.circle-3 {
        top: 90vh;
        left: 2vw;
    }
}
@media(min-width:767px) {
    .landing-repuestos .hero-main .hero__img-wrap video {
    width: 100%;
    object-fit: cover;
    }
}




.landing-repuestos .block-overview.dos {
  padding: 20px 0 20px;
  margin-top: 0;
  position: relative;
}
.landing-repuestos .block-overview .cont-tit {
    top: 60px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
    margin-bottom: 20px;
}
.landing-repuestos .block-overview.dos .auxi .cont-tit .tit {
    text-transform: none;
    font-size: 36px;
    line-height: 43px;
    text-align: center;
    color: #262626;
    margin: 0 auto;
    margin-bottom: 0px;
    margin-bottom: 20px;
}
.landing-repuestos .block-overview.dos .auxi .cont-tit .baj {
  text-align: center;
  color: #262626;
  max-width: 800px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 150%;
}
.landing-repuestos .block-overview .cont-tit .cont-btn {
  text-align: center;
  padding: 30px 0 0;
}
.landing-repuestos .block-overview.dos .auxi .cont-tit .cont-btn .btn-main.btn-outline {
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  border: 1px solid #000000;
  font-family: avenirnextltpro-bold, sans-serif;
}
.landing-repuestos .block-overview.dos .auxi .cont-tit .cont-btn .btn-main.btn-outline:hover {
  color: #ffffff;
}
.landing-repuestos .block-overview.dos .img-wrap {
  position: relative;
}
.landing-repuestos .block-overview.dos .img-wrap img {margin: 0 auto; display: table;}
.landing-repuestos .block-overview.dos .img-wrap:before {
background:linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0.62) 10%, rgba(255,255,255,0) 50%);

  position: absolute;
  content: '';
    left: 0;
    right: 0;
    top: -1px;
    bottom: 0;
    position: absolute;
    z-index: 1;
}

.landing-repuestos .swiper-slide.box-hero .cont-tit .epig {letter-spacing: 0.2em; text-align: center; padding-bottom: 40px;font-size: 18px;
line-height: 22px;letter-spacing: 0.2em; color: #1A1A1A;}
.landing-repuestos .swiper-slide.box-hero .cont-tit .tit {text-align: center;}
.landing-repuestos .swiper-slide.box-hero .cont-tit .tit a {text-align: center;font-size: 36px;
line-height: 43px; text-align: center; color: #1A1A1A;}
.landing-repuestos .swiper-slide.box-hero .cont-tit .tit bold {text-align: center;}
.landing-repuestos .swiper-slide.box-hero .cont-tit .baj {font-size: 20px;margin-bottom: 50px;
line-height: 150%; color: #1A1A1A; text-align: center;}
.landing-repuestos .swiper-slide.box-hero .cont-tit .btn-outline {margin: 0 auto; border: 1px solid #00A0DC;
  color: #00A0DC; display: table;}
.block {display: block !important;}
.landing-repuestos .enc-txt-center.enc-esp .epig {letter-spacing: 0.2em; text-align: center;margin: 0 auto 40px; display: table;}

.light-blue {background: #00A0DC; width: 320px;padding: 19px 20px !important; height: 56px; font-size: 20px !important; line-height:inherit; text-align: center; color: #FFFFFF !important;}
.landing-repuestos ul.logos {
    border-bottom: 1px solid #C4C4C4;

    display: flex;
-ms-flex-align: start;
-webkit-box-align: start;
-moz-box-align: start;
-webkit-align-items: flex-start;
align-items: flex-start;
-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;}
.landing-repuestos ul.logos li {float: left;}
.landing-repuestos ul.logos li a {padding:40px 20px;float: left;}
.landing-repuestos ul.logos li a img { width: 50%;}
.landing-repuestos .compra a .img-wrap img {max-width: 100%; width: auto;margin: 0 auto;
display: table;}
.landing-repuestos .sec-compra .auxi {max-width: 85% !important;}
.landing-repuestos .sec-compra .auxi .baj {max-width: 1130px !important; width: 90% !important; margin: 0 auto 40px;}
.landing-repuestos .preguntas .menujqb > ul li.desplegable:first-child {border-top: 0 solid #808080;}
.landing-repuestos .preguntas .menujqb > ul li.desplegable {
  /*background: #FFFFFF;*/
  /*border-top: 0.5px solid #808080;*/
  border-bottom: 0.5px solid #808080;
  border-radius: 0;
  width: 100%;
  float: left;
  /*margin-bottom: 10px;*/
}

.landing-repuestos .preguntas .menujqb > ul li.desplegable > a::after {
    top: 40%;
    content: "";
    background-image: url("../../imag/v1/icon/arrow_down_repuestos.svg");
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    margin-right: 10px;
    width: 14px;
    height: 13px;
    background-position: 90%;
    background-size: 100%;

}
.landing-repuestos .preguntas .menujqb > ul .active > a::after {
    content: "";
    background-image: url("../../imag/v1/icon/arrow_up_repuestos.svg") !important;
    background-repeat: no-repeat;
}
.landing-repuestos .preguntas .menujqb > ul li.desplegable > a {
  font-size: 16px;
  line-height: 26px;
  color: #333333;
  font-family: avenirnextltpro-demi, sans-serif;
  margin: 0;
  padding: 10px 20px;
  width: 100%;
  display: block;
  position: relative;
}
.landing-repuestos .preguntas .menujqb > ul .active > a {
  color: #00A0DC !important;
}
.landing-repuestos .preguntas .menujqb > ul li:first-child > ul {
  display: block;
}
.landing-repuestos .preguntas .menujqb > ul li.desplegable ul {
  padding: 0 0 20px;
}
.landing-repuestos .preguntas .menujqb > ul .active ul {
 
}
.landing-repuestos .menujqb > ul > li > ul {
  display: none;
}
.landing-repuestos .preguntas .menujqb > ul li.desplegable ul li {
}
.landing-repuestos .preguntas .menujq > ul li.desplegable > a {
  font-size: 16px;
  line-height: 26px;
  color: #666666;
  font-family: avenirnextltpro-demi, sans-serif;
  margin: 0;
  padding: 20px 30px;
  width: 100%;
  display: block;
  position: relative;
}

.landing-repuestos .controles  {
  position: relative;overflow: hidden;
height: 50px;
display: flex;
justify-content: space-around;
align-items: center;
display: table;
padding: 0 50px;
margin: 0 auto;
}
.landing-repuestos .controles .swiper-button-next, .landing-repuestos .controles .swiper-button-prev {bottom: 0; top: 0; margin-top: 0;}
.landing-repuestos .swiper-pagination-bullets {position: relative;}


.landing-repuestos .tabs-carousel .swiper-button-next {
    background-image: url(../../imag/v1/icon/arrow_next_respuesta_on.svg)!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
    background-size: 18px!important;
    z-index: 1!important;
    background-color: rgba(0, 0, 0, 0);
    width: 18px;
    height: 36px;
}
.landing-repuestos .tabs-carousel .swiper-button-prev {
    background-image: url(../../imag/v1/icon/arrow_prev_respuesta_on.svg)!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
    background-size: 18px!important;
    z-index: 1!important;
    background-color: rgba(0, 0, 0, 0);
    width: 18px;
    height: 36px;

}
.landing-repuestos .tabs-carousel .swiper-button-next:hover {background-image: url(../../imag/v1/icon/arrow_next_respuesta_of.svg)!important;}
.landing-repuestos .tabs-carousel .swiper-button-prev:hover {background-image: url(../../imag/v1/icon/arrow_prev_respuesta_of.svg)!important;}


.desktop {display: block !important;}
.movil, .mobile {display: none !important;}
@media only screen and (max-width:855px) {
    .desktop {display: none !important;}
    .movil, .mobile {display: block !important;}
    .landing-repuestos .block-overview .cont-tit {display: block; position: relative; top: 0; top: 27px;
    margin: 0;}
    .block-overview .img-wrap img {
        height: 400px;
        width: 100%;
        position: relative;
        object-fit: cover;
        object-position: 50% 20%; position: relative; top: 0;}
    .marca {background: #F6F6F6; padding: 10px 20px; margin-bottom: 10px;}
    .tabs-carousel .tit {font-size: 22px !important; line-height: 26px !important; margin: 20px auto 5px !important;}
    .landing-repuestos .card-video .cont-tit {padding: 30px 20px;}
    .landing-repuestos .cont-tit .tit {font-size: 22px !important; line-height: 26px !important; max-width: 100% !important; margin: 0 auto 20px !important;}
    .landing-repuestos .card-video .cont-tit .baj {margin-bottom: 60px !important; font-size: 15px;}
    .landing-repuestos .card-video {padding: 0;}
    .landing-repuestos .carousel-full .cont-tit{padding: 55px 24px;}
}

.sec-compra .auxi, section.marcas .auxi {padding: 40px 0; border-top: 1px solid #C4C4C4; overflow: hidden;}
.sec-compra.enc-txt-center.enc-esp, .enc-txt-center.enc-esp {padding:0;}
.enc-txt-center.enc-esp .auxi{padding: 60px 0; border-top: 0 solid #C4C4C4; overflow: hidden;}
.sec-compra.enc-txt-center.enc-esp .auxi {padding: 60px 0; border-top: 1px solid #C4C4C4; overflow: hidden;}
.landing-repuestos .carousel-full {padding-bottom: 0;}


.marca {display:flex; flex-direction:row; justify-content:flex-start; align-items:center;}
.marca .img-wrap {flex: 0 1 46px; margin-right:30px;color: #333333; font-size: 15px;
line-height: 18px;}
.marca .tit {font-family: avenirnextltpro-demi, sans-serif; color: #333333; font-size: 15px; line-height: 18px;}
.marca .img-wrap img {width:auto; max-width:100%;}
.tabs-carousel .tit {color: #1A1A1A;font-size: 36px;
line-height: 43px;font-family: avenirnextltpro-regular, sans-serif; margin: 60px auto 5px; float: none;
display: table !important; max-width: 1280px;
max-width: 90%;text-align: center;}
.compra .img-wrap { margin:0 auto 60px; }
.compra .tit {text-align: left; font-family: avenirnextltpro-demi, sans-serif; font-size: 28px !important; line-height: 34px !important; color: #1A1A1A !important; margin: 0 auto 30px !important;}
.compra .baj {text-align: left; font-family: avenirnextltpro-regular, sans-serif;font-size: 18px !important; line-height: 150% !important; color: #1A1A1A !important;}


@media only screen and (min-width:855px) {
    .landing-repuestos .carousel-full .swiper-pagination-bullets {left: 7vw; max-width: 44vw; z-index: 2; justify-content: center; display: flex;}
}

.block-full-hor.tabs-carousel.desktop .swiper-container {max-width: 92%; margin: 0 auto; position: static !important; padding: 12px 8px; overflow: hidden; list-style: none;}


@media(min-width:768px) and (max-width:991px) {
    .landing-repuestos .hero .auxi {padding:2vw 0;}
    .landing-repuestos .hero__tit {font-size: 32px; line-height: 104%;}
    .landing-repuestos .hero__baj {margin-top: 20px; font-size: 13px; line-height: 141%;}
    .landing-repuestos .carousel-full .cont-tit {padding: 15px 25px;}
    .landing-repuestos .carousel-full .cont-tit .tit, .landing-repuestos .carousel-full .cont-tit .tit a {font-size: 20px !important; line-height: 24px !important;}
    .landing-repuestos .carousel-full .cont-tit .baj {font-size: 16px !important; line-height: 150% !important;}
}


@media only screen and (max-width:855px) {
    .landing-repuestos .swiper-button-next, .landing-repuestos .swiper-button-prev {background-color: transparent;}
}

@media(min-width:855px) and (max-width:991px) {
    .landing-repuestos .block-full-hor .b-tab .cont-tit {flex: 0 1 35%; padding: 0 0 0 10px;}
    .landing-repuestos .card-video .img-wrap {width:auto; flex: 0 1 65%;}
    .landing-repuestos .block-full-hor.tabs-carousel .b-tab .cont-tit .tit {margin-top:0; margin-bottom:15px; font-size:24px; line-height:120%;}
    .landing-repuestos .block-full-hor .b-tab .cont-tit .content .baj {font-size:16px;}
    .landing-repuestos .block-full-hor .b-nav-tab {font-size:16px; line-height: 120%;}
    .landing-repuestos .carousel-full .swiper-pagination-bullets{

        left: 0;
        right: 0;
        max-width: 100%;
    }
}


.swiper-pagination-fraction {text-align: center;color: #808080;font-size: 12px; line-height: 150%;}