* {
    margin: 0;
    padding: 0;
}
#Banner2 {
    margin-bottom: 56px;
}
#Banner2 .bannerCTA {
    width: 100%;
    position: relative;
}
#Banner2 .container-image:before {
    content: '';
    position: absolute;
    height: 100%;
    background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.3) 40%, rgb(255, 255, 255));
    background: linear-gradient(0deg, transparent 0, rgba(0, 0, 0, 0.1) 50%, rgb(255, 255, 255) 85%);
    /*opacity: .9;*/
    pointer-events: none;
    left: 0;
    width: 100%;
    z-index: 1;
}
#Banner2 .image-banner {
    width: 100%;
    position: relative;
}
#Banner2 .content-text {
    position: absolute;
    width: 100%;
    top: 0;
    right: 50%;
    transform: translate(50%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    margin-top: 38px;
    z-index: 1;
}
#Banner2 .content-text .tit {
    margin-bottom: 22px;
    font-family: 'HelvicaNeueBold';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 49px;
    text-align: center;
    text-transform: uppercase;
}
#Banner2 .content-text .bajada {
    margin: 0 auto 39px;
    font-family: 'HelvicaNeueRegular';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
}
#Banner2 .content-cta .btn {
    font-size: 18px;
    line-height: 22px;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'HelvicaNeueBold';
    text-transform: uppercase;
    border: solid 1px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 326px;
    height: 70px;
    margin: 0 auto;
}
#Banner2 .content-cta .btn:hover {
    color: #fff;
    background: #000;
}
#Banner2 #banner-desktop {
    display: block;
}
#Banner2 #banner-mobile {
    display: none;
}

@media (max-width: 1280px) {
    #Banner2 .container-image {
        padding-top: 40px;
    }
    #Banner2 .content-text {
        margin: 0;
    }
    #Banner2 .content-text .tit {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 11px;
    }
    #Banner2 .content-text .bajada {
        font-size: 17px;
        line-height: 20px;
        margin-bottom: 19px;
    }
    #Banner2 .content-cta .btn {
        font-size: 15px;
        line-height: 18px;
        width: 300px;
        height: 50px;
    }
}
@media (max-width: 767px) {
    #Banner2 #banner-desktop {
        display: none;
    }
    #Banner2 #banner-mobile {
        display: block;
    }
    #Banner2 {
        margin-bottom: 32px;
    }
    #Banner2 .container-image:before{
        content:none;
    }
    #Banner2 .gradient{
        position: absolute;
        width: 100%;
        height: 350px;
        background: linear-gradient(180deg, #FFFFFF 33%, rgba(255, 255, 255, 0) 100%);
        z-index: 1;
    }
    #Banner2 .gradient:before {
        content:none;
    }
    #Banner2 .content-text {
        background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
        margin: 0;
        max-width: 85%;
    }
    #Banner2 .content-text .tit {
        font-size: 20px;
        line-height: 24px;
        margin-bottom:16px;
    }
    #Banner2 .content-text .bajada {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 24px;
    }
    #Banner2 .content-cta .btn {
        font-size: 12px;
        line-height: 15px;
        width: 272px;
        height: 45px;
    }
}
@media (max-width: 480px) {
    #Banner2 .container-image{
        padding-top: 120px;
    }
    #Banner2 .gradient{
    height: 138.07px;
    /* background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%); */
    top: 118px;
    }
}