#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:99px;
    top: 23.8%;
    left:126px;
    left: 6.56%;
    width: 65%;
}
#banner .title{
    font-family: MontserratBold, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 56px;
    line-height: 67px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 32px;
    border-left: 4px solid #BF0010;
    padding-left: 32px;
}
#banner .baj{
    font-family: MontserratRegular, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #FFFFFF;
    width: 70%;
    width: 55%;
}
@media only screen and (max-width: 1490px){
    #banner .cont-txt{
        top: 19.17%;
        left: 4.63%;
        width: 65%;
}
    #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: 13px;
        line-height: 16px;
        width: 85%;
    }
}