@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@600;700;800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


html {
  font-size: 14px;
  background: linear-gradient(61deg, #1600F4 0%, #0085F2 48.44%, #00D9EF 100%);
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}


body {  
    background: none;
}

section {
    margin-top: 60px;
}

.container {
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
}

.row {
    display: flex;
    flex-flow: row wrap;
}

.col-2 {
    flex: 0 50%;
}

.col-60 {
    flex: 0 60%;
}

col-40 {
    flex: 0 40%;
}

h1 {
    color: #FFF;
    font-family: Open Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

h2 {
    color: #FFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

h3 {
    color: #FFF;
    font-family: Open Sans;
    font-size: 13px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}


p {
    color: #FFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 9px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}





/*************************************HEADER*******************************************/

.logo-header {
    position: relative;
    top: 30px;
    margin-bottom: 115px;
}

    .logo-header img {
        width: 40vh;
    }


.text-header {
    position: relative;
    top: 20px;
    right: 20px;
    width: 50%;
    text-align: right;
    float: right;
    margin-bottom: 165px;
}


/************************************MAIN**********************************************/


.partners,
.clients {
    width: 75%;
    padding: 15px;
    margin-top: 25px;
    background: rgba(0, 0, 0, 0.10);
}

.missionCrediloja {
    width: 85%;
    margin-bottom: 50px;
}

.creditIntermediation {
    margin: 50px 0;

}

.creditIntermediation h3 {
    background-color: #00D9EF;
    padding: 8px;    
    text-align: center;
}

.btnSubmit {
    background: #1600F4;
    color: #FFFFFF;
}

.inputForm {
    width: 100%;
    height: 50px;
    background: #FFFFFF;
    border: none;
    padding-left: 10px;
}

.formCrediloja {
    margin: 0 auto;
}


.leftCrediloja {
    background: rgba(0, 0, 0, 0.10);
}

.rightCrediloja {
    background-image: url(../imgs/logoBackground.png);
    background-repeat: no-repeat;
}

.footerCrediloja p {
    margin: 13px 0;

}


/************************************MEDIA QUERIES***************************************/


@media (max-width: 991px) {
    .text-header {
        position: absolute;
        top: 50px;
        right: 20px;
        width: 50%;
        text-align: right;
        float: right;
        margin-bottom: 165px;
    }


        .text-header img {
            width: 55px;
        }

    .logo-header {
        margin-bottom: 175px;
    }

        .logo-header img {
            width: 35vh;
        }

    .missionCrediloja,
    .partners,
    .clients {
        width: 100%;
    }
    .footerCrediloja p,
    .buttonSubmit {
        text-align: center;
    }
    .footerCrediloja p {
        margin: 15px 0 5px 0;
        font-size: 12px;
    }

    .bdpFooter {
        margin-bottom: 45px;
    }
}


@media (max-width: 767px) {
    .logo-header {
        margin-bottom: 90px !important;
        text-align: center;
    }

        .logo-header img {
            width: 30vh;
        }

    .text-header {
        position: relative !important;
        top: 0 !important;
        right: 0 !important;
        width: 100% !important;
        text-align: left !important;
        float: none !important;
        margin-bottom: 30px !important;
    }    

}