#banner {
    position: relative;
    margin-bottom: 32px;
}
#banner .container_banner {
    position: relative;
}
/*----------Banner Fotos---------- */
#banner img {
    display: block;
    width: 100%;
}
#banner .img-car{
    display:block;
}
#banner .img_mobile{
    display:none;
}
/*----------End Banner Fotos---------- */
#banner .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%;
}
#banner .sello {
    width: 100px;
}
#banner .bold {
    font-family: 'Futura-Medium';
    font-style: normal;
    font-weight: 400;
    font-size: 65px;
    line-height: 80px;
    text-transform: uppercase;
}
#banner .auxi {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding: 4vw 0;
    max-width: 85%;
}
#banner .auxi #buttons{
    z-index: 10;
}
#banner .bar {
    position: absolute;
    width: 5px;
    left: 0;
    background: none;
    height: 124px;
    border: 1px solid #ffffff;
    display: inline-block;
}
#banner .tit {
    position: relative;
}
#banner .hero__tit {
    color: #ffffff;
    font-family: 'Futura-Medium';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 58.61px;
    text-transform: uppercase;
    max-width: 38rem;
}
#banner .hero__tit:after {
    content: '';
    width: 90%;
    margin-top: 35px;
    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);
}
#banner .hero__baj {
    color: #ffffff;
    max-width: 490px;
    font-size: 20px;
    font-family: 'Futura-Medium';
    font-weight: 400;
    Line-height: 141%;
    text-transform: uppercase;
}
#banner .hero__wrap {
    margin-top: 16px;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
}
#banner .hero__wrap .img-wrap {
    margin-left: 177px;
    margin-top: 5px;
}
#banner .hero__content {
    margin-left: -29px;
    margin-top: 19px;
}
#banner .hero__pref {
    color: #F7F7F7;
    margin-top: 33px;
    font-family: 'Futura-Medium';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25.38px;
    text-transform: uppercase;
}
#banner .hero__number {
    margin-top: 11.5px;
    color: #F7F7F7;
    font-style: normal;
    font-family: 'Futura-Medium';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;    
    line-height: 141%;
}
/*#banner .hero__img-wrap:before {
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
}*/
/*--botones--*/
#banner .cont-btn {
    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: start;
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin-top: 45px;
}
#banner .cont-btn .btn-main {
    min-width: 300px;
    text-align: center;
    font-weight: 700;
    font-style: normal;
    line-height: 24px;
    font-size: 16px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 25px;
    transition: .3s all ease;
    width: 21.7%;
    height: 60px;
}
#banner .cont-btn .btn-main+.btn-main {
    margin-top: 28px;
}
#banner .btn-white {
    background-color: #ffffff;
    color: #000000;
    font-family: 'Futura-Bold';
}
#banner .btn-white:hover {
    background-color: #CACACA;
}
#banner .btn-lightblue {
    background-color:#BF0010;
    color: #ffffff;
    font-family: 'Futura-Medium';
}
#banner .btn-lightblue:hover {
    background-color: #4D4D4D;
}

/* Media querys */
@media (max-width: 1701px){
    #banner .bold {
    font-size: 40px;
    line-height: 45px;
    }
}
@media (max-width: 1440px) {
     #banner .bold {
        font-family: 'MontserratBold';
        font-size: 50px;
        line-height: 67px;
    }
     #banner .hero__tit:after {
        content: '';
        width: 50%;
        margin-top: 10px;
    }
     #banner .hero__pref {
        margin-top: 12.39px;
        font-size: 15px;
        line-height: 141%;
    }
     #banner .hero__number {
        margin-top: 5.5px;
        font-size: 25px;
        line-height: 107%;
    }
     #banner .btn-lightblue {
        color: #ffffff;
        width: 319.98px;
        height: 51.69px;
        font-size: 15px;
        line-height: 25px;
        align-items: center;
        padding-right: 0px;
        padding-bottom: 15px;
        padding-left: 0px;
        padding-top: 15px;
    }
     #banner .cont-btn .btn-main+.btn-main {
        margin-top: 11.15px;
    }
     #banner .hero__wrap .img-wrap {
        margin-left: 153px;
        margin-top: -9px;
    }
     #banner .auxi {
        padding-top: 40px;
    }
    #banner .hero__baj {
        color: #F7F7F7;
        line-height: 1;
        font-size: 15px;
    }
    #banner .hero__baj .bold{
        font-size: 15px;
    }
    #banner .cont-btn {
        margin-top: 17px;
    }
    #banner .sello {
        width: 83px;
    }
}
@media (min-width: 1701px) and (max-width: 1879px) {
    #banner .bold{
    font-size: 62px;
    line-height: 65px;
    }
    #banner .hero__content {
    margin-top: 1px;
    }
}
@media (min-width: 1441px) and (max-width: 1700px) {
    #banner .btn-main {
        padding: 17px 30px;
    }
    #banner .btn-lightblue {
        width: 362.98px;
        height: 55.69px;
        font-size: 15px;
    }
    #banner .btn-white {
        width: 362.98px;
        height: 55.69px;
        font-size: 15px;
    }
     #banner .bold {
        font-size: 60px;
        line-height: 60px;
    }
     #banner .auxi {
        padding: 2vw 0;
    }
     #banner .hero__wrap {
        margin-top: 10px;
    }
     #banner .cont-btn {
        margin-top: 10px;
    }
}
@media (min-width: 1277px) and (max-width: 1438px) {
     #banner .hero__content {
        margin-top: 0px;
    }
}
@media (min-width: 1001px) and (max-width: 1277px) {
     #banner .hero__tit {
        font-size: 50px;
        line-height: 44px;
        margin-left: 15px;
        margin-top: 26px;
        max-width: 33rem;
    }
    #banner .hero__number {
        font-size:20px;
    }
     #banner .bold {
        font-family: 'MontserratBold';
        font-style: normal;
        font-weight: 400;
        font-size: 32px;
        line-height: 26px;
    }
     #banner .hero__number {
        margin-left: 15px;
    }
     #banner .cont-btn {
        margin-left: 15px;
    }
     #banner .btn-white {
        width: 267.98px;
        height: 42.69px;
        padding: 10px 0px 0px 0px;
    }
     #banner .cont-btn .btn-main+.btn-main {
        margin-top: 8px;
    }
     #banner .hero__pref {
        margin-left: 15px;
    }
     #banner .btn-lightblue {
        width: 205.98000000000002px;
        height: 42.69px;
        padding: 10px 0px 0px 0px;
    }
     #banner .hero__number {
        margin-bottom: 0px;
    }
     #banner .hero__tit:after {
        width: 36%;
        margin-top: 8px;
    }
    #banner .hero__wrap {
    margin-top: 14.25px;
    }
     #banner .cont-btn {
           margin-top: 1rem;
    }
     #banner .hero__baj {
        color: #ffffff;
        max-width: 490px;
        font-size: 15px;
        font-family: 'Futura-Medium';
        font-weight: 400;
        Line-height: 1.2px;
        margin-left: 15px;
        margin-top: -4px;
    }
    #banner .hero__baj .bold{
        font-size:15px;
    }
    #banner .auxi {
        padding: 0 15px;
    }
     #banner .auxi {
        padding: 1vw 0;
    }
}
@media (min-width: 767px) and (max-width: 1000px) {
     #banner .bold {
        font-size: 46px;
        line-height: 60px;
    }
     #banner .hero__tit {
        font-size: 45px;
        line-height: 50px;
        max-width: 30rem;
    }
     #banner .btn-lightblue {
        width: 318.98px;
        height: 60.69px;
        font-size: 16px;
    }
     #banner .btn-white {
        width: 318.98px;
        height: 60.69px;
        font-size: 16px;
    }
     #banner .cont-btn {
        padding: 0;
    }
     #banner .hero__pref {
        color: #ffffff;
    }
     #banner .hero__img-wrap img {
        height: 497px;
        width: 100%;
        position: relative;
        object-fit: cover;
        object-position: 84% 20%;
    }
}
@media (min-width: 500px) and (max-width: 766px) {
   #banner .hero__content .cont-btn .btn-main {
        padding-bottom: 16px;
        padding-top: 16px;
    }
}
@media (max-width: 767px) {
    #banner .cont-btn.sticky_sub1 {
        position: fixed;
        top: 0;
        margin: 0;
        margin-top: 2.8rem;
        filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    }
    #banner .cont-btn {
        width: 100%;
    }
    #banner .hero__content {
        margin: 0px;
    }
    #banner .cont-btn {
        margin-top: 24px;
    }
    #banner .sello {
        width: 63.59px;
        height: 75.73px;
        margin-left: 44px;
        margin-top: 19px;
    }
    #banner .degradado_latera {
        display: none;
    }
    #banner .anchor_ficha .anchor_desktop .anchor {
        flex: 1 0 auto;
    }
    #banner .anchor_ficha .anchor-default:after {
        content: none;
    }
    #banner .cont-tit .tit {
        font-size: 20px;
    }
    #banner .cont-btn {
        text-align: center;
    }
    #banner .cont-btn {
        flex-direction: row;
        margin-top: 2.8rem;
        margin-top: 3rem;
    }
    #banner section > .cont-btn {
        padding: 0 20px;
    }
    #banner .cont-btn .btn-main+.btn-main {
        margin-top: 0;
        border: 1px solid #000000;
        font-family: 'Futura-Bold';
    }
    #banner .hero__img-wrap img {
        width: 100%;
        position: relative;
        object-fit: cover;
        object-position: 50% 20%;
    }
    #banner .bar {
        height: 78px;
    }
    #banner .tit {
        padding-left: 21px;
        padding-right: 38px;
        margin-top: 2.7rem;
        margin: 0;
    }
    #banner .hero__wrap {
        /*padding: 0px 20px 0;*/
        margin-top: 7px;
        padding-left: 21px;
        padding-right: 10px;
    }
    #banner .auxi {
        position: relative;
        /*z-index: 2;*/
        padding: 0;
        max-width: 100%;
        background: #161616;
    }
    #banner .degradado_lateral {
        background: none;
        display: none;
    }
    #banner .hero__img-wrap:before {
        height: 93%;
        width: 100%;
        position: absolute;
        top: auto;
        bottom: -1px;
        background: linear-gradient(0deg, #161616 38.32%, rgba(0, 0, 0, 0) 71.45%);
        background: linear-gradient(0deg, #171717 8.04%, rgba(0, 0, 0, 0) 57.89%);
        opacity: 1;
    }
    #banner .hero__tit:after {
        content: '';
        width: 100%;
        margin-top: 5px;
    }
    #banner .hero__tit {
        font-size: 24px;
        line-height: 29.3px;
        font-style: normal;
        font-weight: 400;
        font-family: 'Futura-Bold';
    }
    #banner .hero__number {
        margin-top: 2px;
        font-style: normal;
        font-weight: 400;
        font-size: 24px;
        line-height: 141%;
    }
    #banner .hero__wrap .img-wrap {
        margin-left: 0px;
    }
    #banner .bold {
        font-size: 24px;
        line-height: 29px;
    }
    #banner .hero__content .cont-btn {
        display: flex;
        width: 100%;
    }
    #banner .hero__content .cont-btn .btn-main {
        width: 50%;
        display: flex;
        height: 45px;
        justify-content: center;
        font-size: 12px;
        font-weight: 700;
        line-height: 15px;
        align-items: center;
        min-width: auto;
        padding: 7px 11px;
    }
    #banner .sello {
        display: block;
    }
    #banner .hero__pref {
        color: #F7F7F7;
        margin-top: 13px;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 19.74px;
        text-transform: initial;
    }
    #banner .hero__baj {
        font-family: 'Futura-Medium';
        font-style: normal;
        font-weight: 400;
        font-size: 13px;
        line-height: 115%;
        max-width: 13rem;
        text-transform: uppercase;
    }
    #banner .hero__baj .bold {
        font-size: 13px;
        line-height: 22.56px;
        font-weight: 400;
    }
    #banner .hero__img-wrap img {
            height: 249px;
            object-position: 54% 20%;
    }
    #banner .hero__img-wrap .img-car{
        display:none;
    }
    #banner .hero__img-wrap .img_mobile{
        display:block;
        width: 100%;
        height: auto;
        position: initial;
    }
    #banner .hero__img-wrap {
        position: relative;
        z-index: 0;
        margin-bottom: -14px;
    }
}
@media (max-width: 320px) {
    #banner .hero__img-wrap img {
        height: 177px;
        object-position: 58% 20%;
    }
    #banner .sello {
        width: 41.59px;
        height: 42.73px;
        margin-left: 58px;
        margin-top: 22px;
    }
    #banner {
        margin-bottom: 12px;
    }
}