#financiamento{
    background-image: url(../img/img-financiamento.png);
    background-size: cover;
    overflow: hidden;
    height: unset;
    background-color: rgba(0,0,0,0.84);
    margin-top: 56px;
    padding-bottom: 47px;
}

#financiamento .finance{
    display: flex;
}

#financiamento .finance .box1{
    width:48%;
}

#financiamento .finance .box1 img{
    margin: 9% 14% 0 0%;
    float: right;
}

#financiamento .finance .box2{
    width: 32%;
    margin: 3% 6% 0 2%;
}


#financiamento .finance .box2 p.title{
    color: #FFFFFF;	
    font-size: 36px;	
    font-weight: 300;	
    line-height: 60px;	
}
#financiamento .finance .box2 p.text{
    color: #FFFFFF;	
    font-size: 18px;	
    line-height: 30px;
}

#financiamento .finance .box2 a{
    color: #FFFFFF;		
    font-size: 18px;	
    line-height: 30px;
    text-decoration: none;
}

/*LAPTOP*/
@media (min-width: 1201px) and (max-width: 1800px) {
    #financiamento .finance .box2 {
        width: 50%;
        margin: 3% 6% 0 7% !important;
    }

    #financiamento .finance .box1 img {
        margin: 15% 21% 0 0%;
    }
}

/*SMALL LAPTOP*/
@media (min-width: 992px) and (max-width: 1200px) {
    #financiamento .finance .box2 {
        width: 50% !important;
        margin: 3% 6% 0 7% !important;
    }

    #financiamento .finance .box1{
        width:40%;
    }

    #financiamento .finance .box1 img {
        margin: 45% 11% 0 0%;
        width: 59% !important;
    }
}

/*TABLET*/
@media (min-width: 700px) and (max-width: 991px) {

    #financiamento{
        height: 462px;
    }

    #financiamento .finance .box2 {
        width: 50% !important;
        margin: 3% 6% 0 7% !important;
    }

    #financiamento .finance .box1{
        width:34%;
    }

    #financiamento .finance .box1 img {
        margin: 45% 11% 0 0%;
        width: 59% !important;
    }

    #financiamento .finance .box2 p.title{
        font-size: 25px;
        line-height: 26px;
    }

    #financiamento .finance .box2 p.text {
        font-size: 15px;
        line-height: 23px;
    }

    #financiamento .finance .box2 a{
        font-size: 15px;
        line-height: 23px;
    }
}

/*MOBILE*/
@media (max-width: 699px) {
    #financiamento{
        height:unset;
    }
    #financiamento .finance{
        display: grid;
    }

    #financiamento .finance .box1{
        width:100%;
    }

    #financiamento .finance .box2{
        width:90%;
        margin: 3% 5% 0 5%;
    }

    #financiamento .finance .box1 img {
        width: 55%;}

        #financiamento .finance .box2 p.title {
        font-size: 19px;}

        #financiamento .finance .box2 p.text{
            font-size: 13px;
            line-height: 19px;
        }

        #financiamento .finance .box2 a{
            font-size: 13px;
            line-height: 19px;
        }

}