.ficha-producto .degradado_lateral {
    background: linear-gradient(to right, rgb(0 0 0 / 65%) 0, rgb(0 0 0 / 69%) 15%, rgb(0 0 0 / 0%) 50%);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.ficha-producto .sello {
    width: 100px;
}

#parte1 {
    margin-bottom: 71px;
}
#parte1 .container_parte1 {
    position: relative;
}
#parte1 .auxi {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    /*padding: 4vw 0;*/
    margin: 90px 0 0 112px;
    max-width: 85%;
    z-index: 2;
}
#parte1 .hero__img-wrap .img-car {
    display: block;
    width: 100%;
}
#parte1 .hero__img-wrap .img_mobile {
    display: none;
}
#parte1 .tit .hero__tit {
    color: #FFFFFF;
    font-family: 'MontserratBold', sans-serif;
    font-size: 64px;
    font-weight: 700;
    line-height: 80px;
    max-width: 60%;
    text-transform: uppercase;
    margin: 0;
}
#parte1 .tit .bold {
    color: #FFFFFF;
    font-family:  'MontserratBold';
    font-size: 64px;
    font-weight: 700;
    line-height: 80px;
    max-width: 60%;
    text-transform: uppercase;
    margin-bottom: 7.89px;
}
#parte1 .tit:after {
    content: '';
    width: 50%;
    height: 1px;
    display: block;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000", GradientType=1);
}
#parte1 .hero__wrap {
    margin-bottom: 15px;
    display: flex;
}
#parte1 .hero__wrap .hero__txt {
    padding-top: 26px;
}
#parte1 .hero__wrap .img-wrap {
    margin-left: 184px;
    padding-top: 23px;
}
#parte1 .hero__baj .bold{
    color: #F7F7F7;
    Font-family: 'MontserratBold', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 141%;
    text-transform: uppercase;
}
#parte1 .hero__pref {
    color: #F7F7F7;
    font-family: 'MontserratLightItalic', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 141%;
    margin-bottom: 6.75px;
}
#parte1 .hero__number {
    color: #F7F7F7;
    font-family: 'MontserratBold', sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 141%;
}
#parte1 .cont-btn {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
#parte1 .btn-lightblue {
    color: #FFFFFF;
    font-family: 'MontserratBold', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #BE0027;
    padding: 0;
    box-sizing: border-box;
    width: 428px;
    height: 70px;
}
#parte1 .cont-btn .btn-main+.btn-main {
    margin-top: 15.15px;
}
#parte1 .btn-white {
    color: #000000;
    font-family: 'MontserratBold';
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    background-color: #FFFFFF;
    padding: 0;
    box-sizing: border-box;
    width: 428px;
    height: 70px;
}

@media (min-width: 1670px) and (max-width: 1800px) {
    #parte1 .auxi {
        position: absolute;
        /*margin-top: 60px;*/
        /*margin-left: 60px;*/
        top: calc(10%);
        left: calc(10%);
        margin: 0;
        padding: 0;
        
    }
    #parte1 .tit .hero__tit,
    #parte1 .tit .bold {
        font-size: 44px;
        line-height: 60px;
    }
    #parte1 .hero__wrap .img-wrap {
        margin-left: 80px;
    }
    #parte1 .cont-btn {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin: 0;
    }
    #parte1 .btn-lightblue,
    #parte1 .btn-white {
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 300px;
    }
    #parte1 .hero__number {
        font-size: 32px;
    }
}
@media (min-width: 1555px) and (max-width: 1670px){
    #parte1 .auxi {
        position: absolute;
        /*margin-top: 60px;*/
        /*margin-left: 60px;*/
        top: calc(10%);
        left: calc(10%);
        margin: 0;
        padding: 0;
        
    }
    #parte1 .tit .hero__tit,
    #parte1 .tit .bold {
        font-size: 34px;
        line-height: 40px;
    }
    #parte1 .hero__wrap .img-wrap {
        margin-left: 80px;
    }
    #parte1 .cont-btn {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin: 0;
    }
    #parte1 .btn-lightblue,
    #parte1 .btn-white {
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 300px;
    }
    #parte1 .hero__number {
        font-size: 32px;
    }
}
@media (min-width: 1440px) and (max-width: 1555px) {
    #parte1 .auxi {
        position: absolute;
        /*margin-top: 60px;*/
        /*margin-left: 60px;*/
        top: calc(10%);
        left: calc(10%);
        margin: 0;
        padding: 0;
        
    }
    #parte1 .tit .hero__tit,
    #parte1 .tit .bold {
        font-size: 32px;
        line-height: 32px;
    }
    #parte1 .hero__wrap .img-wrap {
        margin-left: 80px;
    }
    #parte1 .cont-btn {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin: 0;
    }
    #parte1 .btn-lightblue,
    #parte1 .btn-white {
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 280px;
        align-items: center;
        text-align: center;
    }
    #parte1 .hero__number {
        font-size: 30px;
    }
}
@media (min-width: 1360px) and (max-width: 1440px) {
    #parte1 .auxi {
        position: absolute;
        /*margin-top: 60px;*/
        /*margin-left: 60px;*/
        top: calc(10%);
        left: calc(10%);
        margin: 0;
        padding: 0;
        
    }
    #parte1 .tit .hero__tit,
    #parte1 .tit .bold {
        font-size: 26px;
        line-height: 26px;
    }
    #parte1 .hero__wrap .img-wrap {
        margin-left: 80px;
    }
    #parte1 .cont-btn {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin: 0;
    }
    #parte1 .btn-lightblue,
    #parte1 .btn-white {
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 240px;
        align-items: center;
        text-align: center;
    }
    #parte1 .hero__number {
        font-size: 30px;
    }
}
@media (max-width: 1360px) {
    #parte1 .auxi {
        position: absolute;
        top: calc(10%);
        left: calc(10%);
        margin: 0;
        padding: 0;
        
    }
    #parte1 .tit .hero__tit,
    #parte1 .tit .bold {
        font-size: 26px;
        line-height: 26px;
    }
    #parte1 .hero__wrap .img-wrap {
        margin-left: 80px;
    }
    #parte1 .hero__wrap .hero__txt {
        padding: 0;
    }
    #parte1 .cont-btn {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin: 0;
    }
    #parte1 .btn-lightblue,
    #parte1 .btn-white {
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 200px;
        height: 50px;
        align-items: center;
        text-align: center;
    }
    #parte1 .hero__number {
        font-size: 30px;
    }
}
@media (min-width: 620px) and (max-width: 1100px) {
    #parte1 .auxi {
        position: absolute;
        top: 0;
        left: 0;
        margin-bottom: 41px;
    }
    #parte1 .degradado_lateral {
        background: none;
    }
    #parte1 .auxi {
        position: relative;
        z-index: 8;
        padding: 0;
        margin: 0;
        max-width: 100%;
    }
    #parte1 .hero__content .tit {
        padding-left: 22px;
        padding-right: 0;
    }
    #parte1 .tit .hero__tit {
        color: #FFFFFF;
        font-family: 'MontserratMedium', sans-serif;
        font-size: 32px;
        font-weight: 400;
        line-height: 38px;
        max-width: 100%;
        margin: 0;
        text-transform: uppercase;
    }
    #parte1 .tit .hero__tit {
        color: #FFFFFF;
        font-family: 'MontserratBold', sans-serif;
        font-size: 64px;
        font-weight: 700;
        line-height: 80px;
        text-transform: uppercase;
        margin: 0;
    }
    #parte1 .tit .bold {
        color: #FFFFFF;
        font-family:  'MontserratBold';
        font-size: 64px;
        font-weight: 700;
        line-height: 80px;
        max-width: 60%;
        text-transform: uppercase;
        margin-right: 0;
        margin-bottom: 8.89px;
    }
    #parte1 .hero__baj .bold{
        color: #F7F7F7;
        Font-family: 'MontserratBold', sans-serif;
        font-size: 24px;
        font-weight: 700;
        line-height: 141%;
        text-transform: uppercase;
    }
    #parte1 .hero__pref {
        color: #F7F7F7;
        font-family: 'MontserratLightItalic', sans-serif;
        font-size: 18px;
        font-weight: 700;
        line-height: 141%;
        margin-bottom: 6.75px;
    }
    #parte1 .hero__number {
        color: #F7F7F7;
        font-family: 'MontserratBold', sans-serif;
        font-size: 42px;
        font-weight: 700;
        line-height: 141%;
    }
    #parte1 .tit:after {
        content: '';
        width: 100%;
        height: 1px;
        display: block;
        background: rgb(255, 255, 255);
        background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000", GradientType=1);
    }
    #parte1 .hero__wrap {
        display: flex;
        margin-top: 0;
        margin-bottom: 16px;
        padding-left: 22px;
    }
    #parte1 .hero__wrap .hero__txt {
        padding-top: 8px;
    }
    #parte1 .hero__wrap .img-wrap {
        margin: 0;
        padding: 0;
    }
    #parte1 .hero__txt .hero__pref {
        color: #F7F7F7;
        font-family: 'MontserratRegular', sans-serif;
        font-size: 12px;
        font-weight: 500;
        line-height: 141%;
        margin-bottom: 1px;
    }
    #parte1 .hero__txt .hero__number {
        color: #F7F7F7;
        font-family: 'MontserratSemiBold', sans-serif;
        font-size: 24px;
        font-weight: 700;
        line-height: 141%;
    }
    #parte1 .img-wrap .sello {
        width: 51.59px;
        height: 61.44px;
        margin-left: 66px;
        margin-top: 19px;
    }
    #parte1 .hero__img-wrap:before {
        z-index: 1;
        background: rgb(0, 0, 0);
        background: linear-gradient(180deg, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 0%) 29%, rgb(0 0 0 / 0%) 35%, rgba(0, 0, 0, 0.7483368347338936) 54%, rgba(0, 0, 0, 1) 60%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
    }
    #parte1 .cont-btn {
        display: flex;
        flex-direction: row;
        height: 56px;
    }
    #parte1 .cont-btn .btn-main+.btn-main {
        margin: 0;
    }
    #parte1 .btn-lightblue {
        color: #FFFFFF;
        font-family: 'MontserratSemiBold', sans-serif;
        font-size: 15px;
        font-weight: 700;
        line-height: 18px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #BF0010;
        width: 100%;
        height: 100%;
        padding: 0;
    }
    #parte1 .btn-white {
        display: block;
        color: #000000;
        font-family: 'MontserratBold', sans-serif;
        font-size: 15px;
        font-weight: 700;
        line-height: 18px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #FFFFFF;
        width: 100%;
        height: 100%;
        padding: 0;
    }
}
/*@media (min-width: 400px) and (max-width: 899px) {*/
/*    #parte1 .degradado_lateral {*/
/*        background: none;*/
/*    }*/
/*    #parte1 {*/
/*        position: relative;*/
/*        margin-bottom: 41px;*/
/*    }*/
/*    #parte1 .hero__img-wrap .img-car {*/
/*        display: none;*/
/*    }*/
/*    #parte1 .hero__img-wrap .img_mobile {*/
/*        display: block;*/
/*        height: auto;*/
/*    }*/
/*    #parte1 .auxi {*/
/*        position: relative;*/
/*        z-index: 2;*/
/*        padding: 0;*/
/*        margin: 0;*/
/*        max-width: 100%;*/
/*    }*/
/*    #parte1 .hero__content .tit {*/
/*        padding-left: 22px;*/
/*        padding-right: 0;*/
/*        margin-bottom: 20px;*/
/*    }*/
/*    #parte1 .tit .hero__tit {*/
/*        color: #FFFFFF;*/
/*        font-family: 'MontserratMedium', sans-serif;*/
/*        font-size: 42px;*/
/*        font-weight: 400;*/
/*        line-height: 38px;*/
/*        max-width: 100%;*/
/*        margin: 0;*/
/*        text-transform: uppercase;*/
/*    }*/
/*    #parte1 .tit .bold {*/
/*        color: #FFFFFF;*/
/*        font-family: 'MontserratBold', sans-serif;*/
/*        font-size: 42px;*/
/*        font-weight: 400;*/
/*        line-height: 38px;*/
/*        max-width: 100%;*/
/*        text-transform: uppercase;*/
/*        margin-bottom: 20px;*/
/*    }*/
/*    #parte1 .hero__baj .bold{*/
/*        color: #F7F7F7;*/
/*        Font-family: 'MontserratBold', sans-serif;*/
/*        font-size: 22px;*/
/*        font-weight: 700;*/
/*        line-height: 141%;*/
/*        text-transform: uppercase;*/
/*    }*/
/*    #parte1 .tit:after {*/
/*        content: '';*/
/*        width: 100%;*/
/*        height: 1px;*/
/*        display: block;*/
/*        background: rgb(255, 255, 255);*/
/*        background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 0) 100%);*/
/*        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000", GradientType=1);*/
/*    }*/
/*    #parte1 .hero__wrap {*/
/*        display: flex;*/
/*        margin-top: 0;*/
/*        margin-bottom: 16px;*/
/*        padding-left: 22px;*/
/*    }*/
/*    #parte1 .hero__wrap .hero__txt {*/
/*        padding-top: 8px;*/
/*    }*/
/*    #parte1 .hero__wrap .img-wrap {*/
/*        margin: 0;*/
/*        padding: 0;*/
/*    }*/
/*    #parte1 .hero__txt .hero__pref {*/
/*        color: #F7F7F7;*/
/*        font-family: 'MontserratRegular', sans-serif;*/
/*        font-size: 22px;*/
/*        font-weight: 500;*/
/*        line-height: 141%;*/
/*        margin-bottom: 1px;*/
/*    }*/
/*    #parte1 .hero__txt .hero__number {*/
/*        color: #F7F7F7;*/
/*        font-family: 'MontserratSemiBold', sans-serif;*/
/*        font-size: 32px;*/
/*        font-weight: 700;*/
/*        line-height: 141%;*/
/*    }*/
/*    #parte1 .img-wrap .sello {*/
/*        width: 51.59px;*/
/*        height: 61.44px;*/
/*        margin-left: 66px;*/
/*        margin-top: 19px;*/
/*    }*/
/*    #parte1 .hero__img-wrap:before {*/
/*        z-index: 1;*/
/*        background: rgb(0, 0, 0);*/
/*        background: linear-gradient(180deg, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 0%) 29%, rgb(0 0 0 / 0%) 35%, rgba(0, 0, 0, 0.7483368347338936) 60%, rgba(0, 0, 0, 1) 75%);*/
/*        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);*/
/*    }*/
/*    #parte1 .btn-lightblue {*/
/*        color: #FFFFFF;*/
/*        font-family: 'MontserratSemiBold', sans-serif;*/
/*        font-size: 15px;*/
/*        font-weight: 700;*/
/*        line-height: 18px;*/
/*        text-align: center;*/
/*        align-items: center;*/
/*        background-color: #BF0010;*/
/*        width: 100%;*/
/*        height: 56px;*/
/*        padding: 19px 81px;*/
/*    }*/
/*    #parte1 .btn-white {*/
/*        display: none;*/
/*    }*/
/*}*/
@media (max-width: 620px) {
    #parte1 {
        position: relative;
        margin-bottom: 41px;
    }
    #parte1 .hero__img-wrap {
        margin-bottom: -74px;
    }
    #parte1 .hero__img-wrap .img-car {
        display: none;
    }
    #parte1 .hero__img-wrap .img_mobile {
        display: block;
        height: auto;
    }
    #parte1 .auxi {
        position: relative;
        top: 0;
        left: 0;
        z-index: 3;
        padding: 0;
        margin: 0;
        max-width: 100%;
        padding-top: 22px;
    }
    #parte1 .hero__content .tit {
        padding-left: 22px;
        padding-right: 0;
    }
    #parte1 .tit .hero__tit {
        color: #FFFFFF;
        font-family: 'MontserratMedium', sans-serif;
        font-size: 32px;
        font-weight: 400;
        line-height: 38px;
        max-width: 100%;
        margin: 0;
        text-transform: uppercase;
    }
    #parte1 .tit .bold {
        color: #FFFFFF;
        font-family: 'MontserratBold', sans-serif;
        font-size: 32px;
        font-weight: 400;
        line-height: 38px;
        max-width: 100%;
        text-transform: uppercase;
        margin-bottom: 5px;
    }
    #parte1 .hero__baj .bold{
        color: #F7F7F7;
        Font-family: 'MontserratBold', sans-serif;
        font-size: 16px;
        font-weight: 700;
        line-height: 141%;
        text-transform: uppercase;
    }
    #parte1 .tit:after {
        content: '';
        width: 100%;
        height: 1px;
        display: block;
        background: rgb(255, 255, 255);
        background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000", GradientType=1);
    }
    #parte1 .hero__wrap {
        display: flex;
        margin-top: 0;
        margin-bottom: 16px;
        padding-left: 22px;
    }
    #parte1 .hero__wrap .hero__txt {
        padding-top: 8px;
    }
    #parte1 .hero__wrap .img-wrap {
        margin: 0;
        padding: 0;
    }
    #parte1 .hero__txt .hero__pref {
        color: #F7F7F7;
        font-family: 'MontserratRegular', sans-serif;
        font-size: 12px;
        font-weight: 500;
        line-height: 141%;
        margin-bottom: 1px;
    }
    #parte1 .hero__txt .hero__number {
        color: #F7F7F7;
        font-family: 'MontserratSemiBold', sans-serif;
        font-size: 24px;
        font-weight: 700;
        line-height: 141%;
    }
    #parte1 .img-wrap .sello {
        width: 51.59px;
        height: 61.44px;
        margin-left: 63px;
        margin-top: 19px;
    }
    #parte1 .hero__img-wrap:before {
        z-index: 1;
        background: rgb(0, 0, 0);
        background: linear-gradient(180deg, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 0%) 29%, rgb(0 0 0 / 0%) 35%, rgba(0, 0, 0, 0.7483368347338936) 54%, rgba(0, 0, 0, 1) 60%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
    }
    #parte1 .cont-btn {
        display: flex;
        flex-direction: row;
        height: 56px;
        
    }
    #parte1 .cont-btn .btn-main+.btn-main {
        margin: 0;
    }
    #parte1 .btn-lightblue {
        color: #FFFFFF;
        font-family: 'MontserratSemiBold', sans-serif;
        font-size: 15px;
        font-weight: 700;
        line-height: 18px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #BF0010;
        width: 100%;
        height: 100%;
        padding: 0;
    }
    #parte1 .btn-white {
        display: block;
        color: #000000;
        font-family: 'MontserratBold', sans-serif;
        font-size: 15px;
        font-weight: 700;
        line-height: 18px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #FFFFFF;
        width: 100%;
        height: 100%;
        padding: 0;
    }
    
}
 




 .ficha-producto .bar {
    position: absolute;
    width: 5px;
    left: 0;
    background: none;
    height: 124px;
    border: 1px solid #ffffff;
    display: inline-block;
}

 .ficha-producto .hero .tit {
    position: relative;
}




 .ficha-producto .hero__tit {
    color: #ffffff;
    font-family: 'MontserratRegular';
    font-style: normal;
    font-weight: 400;
    font-size: 65px;
    line-height: 80px;
    text-transform: uppercase;
}



 .ficha-producto .hero__baj {
    color: #ffffff;
    max-width: 490px;
    font-size: 20px;
    Font-family: 'MontserratRegular';
    font-weight: 400;
    Line-height: 141%
}

 .ficha-producto .hero__baj.bold {
    font-family: 'AvenirNextLTPro-extrabold', sans-serif;
}





/* .ficha-producto .hero__content {*/
/*    margin-left: -31px;*/
/*    margin-top: 15px;*/
/*}*/





 .ficha-producto .hero__img-wrap:before {
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
}



 .ficha-producto .hero-r .auxi {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-orient: block-axis;
    -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;

}

 .ficha-producto .hero-r .hero__img-wrap:before {
    background: rgb(0, 0, 0);
    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);
}

 .ficha-producto .hero-r .tit {
    padding-left: 0;
    padding-right: 25px;
    text-align: right;
}

 .ficha-producto .hero-r .tit .bar {
    left: auto;
    right: 0;
}

 .ficha-producto .hero-r .epig {
    text-align: right;
}

 .ficha-producto .hero-r .hero__img-wrap .desktop {
    display: block;
}

 .ficha-producto .hero-r .hero__img-wrap .mobile {
    display: none;
}


/*--botones--*/



 .ficha-producto .btn-main {
    padding: 22px 30px;
    color: #232323;
    transition: .3s all ease;
    font-size: 15px;
}



 .ficha-producto .btn-white:hover {
    background-color: #3E3E3F;
    color: #ffffff;
}

 .ficha-producto .btn-black:hover {
    background-color: #ffffff;
    color: #232323;
}



 .ficha-producto .btn-lightblue:hover {
    background-color: #AE002D;
    color: #ffff;
}

 .ficha-producto .btn-main img {
    vertical-align: middle;
    margin-left: 8px;
    width: 24px;
    position: relative;
}

/*--bloque dos columnas--*/

 .ficha-producto .block-full-hor {
    padding-top: 40px;
    position: relative;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 40px;
}

 .ficha-producto .block-full-hor .img-wrap {
    position: relative;
}

 .ficha-producto .block-full-hor .img-wrap.mobile {
    display: none;
}

 .ficha-producto .block-full-hor .img-wrap.desktop {
    display: block;
}

 .ficha-producto .block-full-hor .img-wrap img {
    width: 100%;
}

/* Media querys */
@media (max-width: 1701px){
    .ficha-producto .bold {
    font-size: 40px;
    line-height: 45px;
    }
    .ficha-producto .hero__tit {
    font-size: 40px;
    line-height: 45px;
    }
}
    

@media (max-width: 1440px) {
     .ficha-producto .hero__tit {
        color: #ffffff;
        font-family: 'MontserratRegular';
        font-style: normal;
        font-weight: 400;
        font-size: 50px;
        line-height: 57px;
        text-transform: uppercase;
    }


     .ficha-producto .bold {
        font-family: 'MontserratBold';
        font-style: normal;
        font-weight: 400;
        font-size: 50px;
        line-height: 67px;
        text-transform: uppercase;
    }


     .ficha-producto .hero__tit:after {
        content: '';
        width: 50%;
        margin-top: 10px;
    }


     .ficha-producto .hero__pref {
        color: #ffffff;
        margin-top: 12.39px;
        font-family: 'MontserratRegular';
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 141%;
    }


     .ficha-producto .hero__number {
        margin-top: 5.5px;
        color: #ffffff;
        font-style: normal;
        font-family: 'MontserratBold';
        font-style: normal;
        font-weight: 400;
        font-size: 25px;
        line-height: 107%;
        /*margin-bottom: 25px;*/
    }


     .ficha-producto .btn-lightblue {
        background-color: #BE0027;
        color: #ffffff;
        width: 319.98px;
        height: 51.69px;
        font-family: 'MontserratRegular';
        font-style: normal;
        font-weight: 700;
        font-size: 15px;
        line-height: 25px;
        align-items: center;
        padding-right: 0px;
        padding-bottom: 15px;
        padding-left: 0px;
        padding-top: 15px;
    }


     .ficha-producto .hero .cont-btn .btn-main+.btn-main {
        margin-top: 11.15px;
    }


     .ficha-producto .btn-white {
        background-color: #ffffff;
        width: 318.98px;
        color: #BE0027;
        height: 52.69px;
        font-family: 'MontserratBold';
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 25px;
        align-items: center;
        padding-left: 0px;
        padding-bottom: 15px;
        padding-right: 0px;
        padding-top: 15px;
    }


     .ficha-producto .hero__wrap .img-wrap {
        margin-left: 153px;
        margin-top: -9px;
    }
    
     .ficha-producto .hero__baj {
        color: #ffffff;
        line-height: 1;
        font-size: 15px;
    }
    
    .ficha-producto .hero__baj .bold{
    font-size: 15px;
    }


    


     .ficha-producto .sello {
        width: 83px;
    }
}
@media (max-width: 1100px) {
    #parte1 .sticky_sub1 {
        position: fixed;
        top: 0; 
        margin: 0;
    }
    #parte1 .cont-btn {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .ficha-producto .hero__content {
        margin-left: 0px;
    }
    .ficha-producto .sello {
        width: 63.59px;
        height: 75.73px;
        margin-left: 49px;
        margin-top: 19px;
    }
    .ficha-producto .degradado_latera {
        display: none;
    }
    .ficha-producto .btn-main {
        padding: 18px 30px;
    }
    .ficha-producto .anchor_ficha .anchor_desktop .anchor {
        flex: 1 0 auto;
    }
    .ficha-producto .anchor_ficha .anchor-default:after {
        content: none;
    }
    .ficha-producto .cont-tit .tit {
        font-size: 20px;
    }
    .ficha-producto .block-grid .auxi {
        display: block;
    }
    .ficha-producto .block-grid .img-grid .desktop {
        display: none;
    }
    .ficha-producto .block-grid .img-grid img+img {
        padding-top: 0;
    }
    .ficha-producto .block-grid .img-grid {
        margin-top: 40px;
    }
    .ficha-producto .block-grid .img-grid .grid-col {
        padding: 0;
    }
    .ficha-producto .block-grid .cont-tit {
        padding: 0 20px;
        margin: 0 auto;
    }
    .ficha-producto .cont-btn {
        text-align: center;
    }
    .ficha-producto section>.cont-btn {
        padding: 0 20px;
    }
    .ficha-producto .hero__tit {
        margin-top: 34px;
    }
    .ficha-producto .hero__img-wrap img {
        height: 497px;
        width: 100%;
        position: relative;
        object-fit: cover;
        object-position: 50% 20%;
    }
    .ficha-producto .hero-r .auxi {
        position: relative;
        max-width: 100%;
        align-items: flex-start;
        padding: 0 20px 30px;
    }
    .ficha-producto .hero__epig {
        font-size: 32px;
    }
    .ficha-producto .bar {
        height: 78px;
    }
    .ficha-producto .hero .tit {
        padding-left: 26px;
        padding-right: 38px;
    }
    .ficha-producto .hero__wrap {
        /*padding: 0px 20px 0;*/
        margin-top: 8px;
        padding-left: 26px;
        padding-right: 10px;
    }
    .ficha-producto .hero__tit {
        font-size: 40px;
    }
    .ficha-producto .hero-r .tit {
        text-align: left;
    }
    .ficha-producto .hero-r .tit .bar {
        left: 0;
        right: auto;
    }
    .ficha-producto .carousel.car-logos img {
        filter: none;
    }
    .ficha-producto .block-full-hor {
        flex-direction: column;
        padding-top: 10px;
    }
    .ficha-producto .hero .cont-btn {
        flex-direction: row;
    }
    .ficha-producto .hero .cont-btn .btn-main {
        min-width: auto;
    }
    .ficha-producto .hero .cont-btn .btn-main+.btn-main {
        margin-top: 0;
    }
    .ficha-producto .block-center {
        padding: 40px 20px;
    }
    .ficha-producto .degradado_lateral {
        background: none;
    }
    .ficha-producto .hero__img-wrap:before {
        z-index: 1;
        background: rgb(0, 0, 0);
        background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.09567577030812324) 0%, rgba(0, 0, 0, 0.15730042016806722) 8%, rgba(0, 0, 0, 0.5494572829131652) 28%, rgba(0, 0, 0, 0.7483368347338936) 40%, rgba(0, 0, 0, 1) 57%);
        background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.09567577030812324) 0%, rgba(0, 0, 0, 0.15730042016806722) 8%, rgba(0, 0, 0, 0.5494572829131652) 28%, rgba(0, 0, 0, 0.7483368347338936) 40%, rgba(0, 0, 0, 1) 57%);
        background: linear-gradient(180deg, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 0%) 29%, rgb(0 0 0 / 0%) 35%, rgba(0, 0, 0, 0.7483368347338936) 42%, rgba(0, 0, 0, 1) 46%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
    }
    .ficha-producto .hero__tit:after {
        content: '';
        width: 100%
    }
    .ficha-producto .hero-main .hero__tit {
        font-size: 32px;
        line-height: 38px;
        font-family: 'MontserratRegular';
        font-style: normal;
        font-weight: 400;
    }
    .ficha-producto .hero__number {
        margin-top: 1px;
        font-family: 'MontserratBold';
        font-style: normal;
        font-weight: 400;
        font-size: 24px;
        line-height: 141%;
    }
    .ficha-producto .hero__wrap .img-wrap {
        margin-left: 0px;
    }
    .ficha-producto .bold {
        font-size: 32px;
        line-height: 38px;
    }
    .ficha-producto .hero-main .hero__content .cont-btn {
        display: table;
        width: 100%;
    }
    .ficha-producto .hero-main .hero__content .cont-btn .btn-main {
        display: table-cell;
        width: 150.22px;
        font-size: 15px;
        line-height: 18px;
        align-items: center;
        text-align: center;
        height: 55px;
        padding-left: 28px;
        padding-right: 28px;
        padding-bottom: 6px;
        padding-top: 8px;
        text-transform: uppercase;
    }
    .ficha-producto .hero-main .hero__epig {
        font-size: 24px;
    }
    .ficha-producto .sello {
        display: block;
    }
    .ficha-producto .hero__pref {
        color: #F7F7F7;
        margin-top: 2px;
        font-family: 'MontserratRegular';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 141%;
    }
    .ficha-producto .hero-main .hero__baj {
        font-family: 'MontserratRegular';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 141%;
    }
    .ficha-producto .hero-main .hero__baj .bold {
        font-size: 16px;
        line-height: 141%;
        Font-family: 'MontserratBold';
        font-weight: 400;
    }
    .ficha-producto .hero-main .hero__img-wrap img {
        height: 251px;
        object-position: 92% 20%;
    }
    .ficha-producto .hero-main .hero__img-wrap {
        margin-bottom: -50px;
    }
    .ficha-producto .carousel-full .cont-tit {
        background: #F2F2F2;
        padding: 20px;
    }
    .ficha-producto .carousel-center .cont-tit {
        padding: 20px 10px;
    }
    .ficha-producto .carousel-center .tab-buttons {
        flex-wrap: nowrap;
    }
    .ficha-producto .carousel-center .b-nav-tab {
        padding: 15px 25px;
    }
    .ficha-producto .car-arts .cont-tit {
        padding: 20px;
    }
    .ficha-producto .car-arts .cont-tit .tit {
        font-size: 26px;
    }
    .ficha-producto .block-center.media-full {
        padding: 20px 0;
    }
    .ficha-producto .car-arts .box-dest .cont-tit {
        padding: 0;
    }
    .ficha-producto .car-arts .cont-txt {
        padding: 0 30px;
    }
    .ficha-producto .car-arts .cont-txt p {
        line-height: 1.3;
    }
    .enc-txt-center {
        padding: 110px 20px;
    }
    .ficha-producto .hero-r .hero__img-wrap .desktop {
        display: none;
    }
    .ficha-producto .hero-r .hero__img-wrap .mobile {
        display: block;
    }
    .ficha-producto .hero-r .hero__img-wrap {
        margin-bottom: -60px;
    }
    .ficha-producto .hero-r .hero__img-wrap:before {
        background: rgb(0, 0, 0);
        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);
    }
}
@media (min-width: 500px) and (max-width: 766px) {
   .ficha-producto .hero-main .hero__content .cont-btn .btn-main {
    padding-bottom: 16px;
    padding-top: 16px;
    }
}

@media (min-width: 767px) and (max-width: 1000px) {
     .ficha-producto .bold {
        font-size: 46px;
        line-height: 60px;
    }


     .ficha-producto .hero__tit {
        font-size: 45px;
        line-height: 50px;
    }


     .ficha-producto .btn-lightblue {
        width: 318.98px;
        height: 60.69px;
        font-size: 18px;
    }


     .ficha-producto .btn-white {
        width: 318.98px;
        height: 60.69px;
        font-size: 18px;
    }


     .ficha-producto .cont-btn {
        padding: 0;
    }


     .ficha-producto .hero__pref {
        color: #ffffff;
    }


     .ficha-producto .hero__img-wrap img {
        height: 497px;
        width: 100%;
        position: relative;
        object-fit: cover;
        object-position: 84% 20%;
    }
}

@media (min-width: 1001px) and (max-width: 1277px) {
    /* .ficha-producto .hero__tit {*/
    /*    color: #ffffff;*/
    /*    font-family: 'MontserratRegular';*/
    /*    font-style: normal;*/
    /*    font-weight: 400;*/
    /*    font-size: 32px;*/
    /*    line-height: 38px;*/
    /*    text-transform: uppercase;*/

    /*    margin-top: 26px;*/
    /*}*/
    
    .ficha-producto .hero__number {
        font-size:20px;
    }

     .ficha-producto .bold {
        font-family: 'MontserratBold';
        font-style: normal;
        font-weight: 400;
        font-size: 32px;
        line-height: 26px;
    }


     .ficha-producto .btn-white {
        width: 267.98px;
        height: 42.69px;
        padding: 10px 0px 0px 0px;
    }


     .ficha-producto .hero .cont-btn .btn-main+.btn-main {
        margin-top: 8px;
    }
    
     .ficha-producto .btn-lightblue {
        width: 205.98000000000002px;
        height: 42.69px;
        padding: 10px 0px 0px 0px;
    }


     .ficha-producto .hero__number {
        margin-bottom: 0px;
    }


     .ficha-producto .hero__tit:after {
        width: 36%;
        margin-top: 1px;
    }
    
    .ficha-producto .hero__wrap {
    margin-top: 14.25px;
    }


     .ficha-producto .cont-btn {
           margin-top: 2.69px;
    }


     
    .ficha-producto .hero__baj .bold{
        font-size:15px;
    }

    .auxi {
        padding: 0 15px;
    }


     .ficha-producto .hero .auxi {
        padding: 2vw 0;
    }
}

@media (min-width: 1277px) and (max-width: 1438px) {
     .ficha-producto .hero__content {
        margin-top: 0px;
    }
}

@media (min-width: 1441px) and (max-width: 1700px) {
     .ficha-producto .hero__tit {
        font-size: 60px;
        line-height: 60px;
     }
    .ficha-producto .btn-main {
    padding: 17px 30px;
    }
    
    .ficha-producto .btn-lightblue {
    background-color: #BE0027;
    color: #ffffff;
    width: 362.98px;
    height: 55.69px;
    font-size: 15px;
    }
    
    .ficha-producto .btn-white {
    width: 362.98px;
    height: 55.69px;
    font-size: 15px;
    }
    
     .ficha-producto .bold {
        font-size: 60px;
        line-height: 60px;
    }



     .ficha-producto .hero__wrap {
        margin-top: 10px;
    }


     .ficha-producto .cont-btn {
        margin-top: 10px;
    }
    
}

@media (min-width: 1701px) and (max-width: 1879px) {
    
    .ficha-producto .hero__tit{
    font-size: 60px;
    line-height: 65px
    }
    
    .ficha-producto .bold{
    font-size: 62px;
    line-height: 65px;
    }
    .ficha-producto .hero__content {
    margin-top: 1px;
    }
}

