#banner { margin-bottom: 40px; }

#banner .mobile { display:none; }
#banner .desktop { display:block; }
#banner .cont_banner { position:relative; }
#banner .cont_img { position:relative; }
#banner .cont_img img { width:100%; }
#banner .cont_img .degradado_lateral {
    background: linear-gradient(88deg, #000000 14.89%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(90deg, #000000 38.54%, rgba(0, 0, 0, 0) 54.17%);
    opacity: 0.7;
    height: 100%;
    /*height: calc(100% - 3px);*/
    width: 100%;
    position: absolute;
    top: 0;
}
#banner .cont-txt {
    position:absolute;
    top: 18%;
    left: 6.56%;
    width: 59.1875%;
}
#banner .title {
    font-family: var(--font-bold);
    font-style: normal;
    font-weight: 700;
    font-size: 3.6vw;
    line-height: 77px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 32px;
    border-left: 4px solid #00A0DC;
    padding-left: 32px;
    max-width: 724px;
}
#banner .baj {
    font-family: var(--font-regular);
    font-style: normal;
    font-weight: 400;
    font-size: 1.9vw;
    line-height: 43px;
    color: #FFFFFF;
    max-width: 750px;
}
#banner .baj span { font-family: var(--font-bold); }
@media only screen and (max-width: 1560px) {
    #banner .cont-txt   {
        top: 10%;
        left: 4.63%;
        width: 59%;
    }
    /*#banner .title {*/
    /*    font-size: 40px;*/
    /*    line-height: 49px;*/
    /*    margin-bottom: 24px;*/
    /*}*/
    /*#banner .baj {*/
    /*    font-size: 16px;*/
    /*    line-height: 20px;*/
    /*}*/
}
@media only screen and (max-width: 1100px) {
    #banner .cont-txt {
        top: 14.17%;
        left: 3.63%;
    }
    #banner .title {
        max-width: 479px;
        font-size: 32px;
        line-height: 34px;
    }
    #banner .baj {
        font-size: 14px;
        line-height: 17px;
    }
}
@media only screen and (max-width: 991px){
    #banner .title {
        font-size: 26px;
        line-height: 28px;
        padding-left: 16px;
        margin-bottom: 16px;
    }
    #banner .baj {
        font-size: 14px;
        line-height: 16px;
        width: 75%;
    }
}
@media only screen and (max-width: 768px){
    #banner .desktop { display:none; }
    #banner .mobile { display:block; }
    #banner .cont_img {
        padding-bottom: 155px;
        background: #161616;
    }
    #banner .cont_img .degradado_lateral {
        height: 93%;
        width: 100%;
        position: absolute;
        top: auto;
        bottom: 0;
        background: linear-gradient(359deg, #000000 48.1%, rgba(0, 0, 0, 0) 100%);
        background: linear-gradient(0deg, #161616 38.32%, rgba(0, 0, 0, 0) 71.45%);
        opacity: 1;
    }
    #banner .cont-txt {
        left: 7.5%;
        top: auto;
        bottom: 52px;
        bottom: 9.944%;
        width: 100%;
    }
    #banner .title {
        max-width: 85%;
        font-size: 24px;
        line-height: 29px;
        max-height: 107px;
        height: calc(100% - 5px);
        padding-left: 12px;
        border-width: 3px;
        margin-bottom: 24px;
    }
    #banner .baj {
        font-size: 16px;
        line-height: 20px;
    }
}
@media only screen and (max-width: 450px){
    #banner .baj {
        font-size: 14px;
        line-height: 21px;
        width: 85%;
    }
}