﻿
@font-face {
    font-family: BradescoSans_SemiBold;
    src: url(../Fonts/BradescoSans-SemiBold.woff2) format("woff2"),url(../fonts/BradescoSans-SemiBold.woff) format("woff");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: BradescoSans_Light;
    src: url(../Fonts/BradescoSans-Light.woff2) format("woff2"),url(../fonts/BradescoSans-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: BradescoSans_Bold;
    src: url(../Fonts/BradescoSans-XBold.woff2) format("woff2"),url(../fonts/BradescoSans-XBold.woff) format("woff");
    font-weight: 800;
    font-style: normal
}


body {
    font-family: BradescoSans_SemiBold;
}

.wrapper {
    min-height: 90vh;
    display: flex;
    align-items: center;
    flex-direction: column;
    font-family: inherit;
    padding-left: 350px;
    padding-right: 350px;
    padding-top: 40px;
}

.description {
    font-size: 26px;
    color: #2b2b2b;
}

#input-cpf-cnpj {
    width: 665px;
    height: 50px;
    border-bottom: 4px solid #0A3255;
    border-top: 4px solid #0A3255;
    border-left: 4px solid #0A3255;
    border-right: 4px solid #0A3255;
    padding: 10px;
}

    #input-cpf-cnpj:focus {
        box-shadow: 0 0 0 0;
        outline: 0;
    }

.main-div-register-billet {
    width: 1150px;
}

.recaptcha-button {
    display: flex;
    align-content: space-between;
}

#button-enviar-segunda-via {
    font-family: BradescoSans_SemiBold;
    font-size: 24px;
    font-weight: 800;
    padding: 15px 10px;
    width: 350px;
    height: 76px;
    color: #0A3255;
    background-color: #9FCA45;
    border: none;
    margin-left: 10px;
    cursor: pointer;
    transition: 0.5s;
}

    #button-enviar-segunda-via:hover {
        background-color: #88b233;
    }

.img-logo {
    width: 1150px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

#img-footer {
    width: 300px;
}

.gradient-footer {
    width: 1150px;
    margin-top: 10px;
    border: solid;
    border-color: #0A3255;
    border-width: 3px;
}

.informations {
    width: 1150px;
    margin-left: 10px;
    font-family: BradescoSans_Light;
    font-size: 16px;
    color: #2b2b2b;
}

#copyright {
    font-size: 14px
}

@media only screen and (max-width: 1366px) {
    .wrapper {
        min-height: 80vh;
        padding-left: 80px;
        padding-right: 80px;
        padding-top: 20px;
    }

    .gradient-header {
        width: 870px;
    }

    #header {
        width: 100%;
    }

    .description {
        font-size: 22px;
        color: #2b2b2b;
    }

    #input-cpf-cnpj {
        width: 615px;
        height: 50px;
        border-width: 3px;
        padding: 10px;
    }

    .main-div-register-billet {
        width: 850px;
    }

    #button-enviar-segunda-via {
        font-family: BradescoSans_SemiBold;
        font-size: 22px;
        padding: 13px 8px;
        width: 300px;
        height: 76px;
        border: none;
        margin-left: 10px;
        cursor: pointer;
        transition: 0.5s;
    }

    .img-logo {
        width: 850px;
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
    }

    #img-footer {
        width: 200px;
    }

    .gradient-footer {
        width: 850px;
        margin-top: 10px;
    }

    .informations {
        width: 850px;
        margin-left: 10px;
        font-family: BradescoSans_Light;
        font-size: 14px;
        color: #2b2b2b;
    }

    #copyright {
        font-size: 12px
    }
}

@media only screen and (max-width: 900px) {
    .wrapper {
        min-height: 85vh;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 10px;
    }

    .gradient-header {
        width: 590px;
    }

    #header {
        width: 100%;
    }

    .description {
        font-size: 20px;
        color: #2b2b2b;
    }

    #input-cpf-cnpj {
        width: 570px;
        height: 45px;
        border-width: 3px;
        padding: 10px;
    }

    .main-div-register-billet {
        width: 570px;
    }

    .recaptcha-button {
        display: flex;
        flex-direction: column;
    }

    #button-enviar-segunda-via {
        font-family: BradescoSans_SemiBold;
        margin-left: 0px;
        font-size: 21px;
        padding: 11px 6px;
        width: 303px;
        height: 76px;
        border: none;
        cursor: pointer;
        margin-top: 15px;
        transition: 0.5s;
    }

    .img-logo {
        width: 570px;
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
    }

    #img-footer {
        width: 150px;
    }

    .gradient-footer {
        width: 570px;
        margin-top: 10px;
    }

    .informations {
        width: 570px;
        margin-left: 10px;
        font-family: BradescoSans_Light;
        font-size: 14px;
        color: #2b2b2b;
    }

    #copyright {
        font-size: 12px
    }
}

@media only screen and (max-width: 610px) {
    .wrapper {
        min-height: 85vh;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 5px;
    }

    .gradient-header {
        width: 360px;
    }

    #header {
        width: 100%;
    }

    .description {
        font-size: 17px;
        text-align: center;
        color: #2b2b2b;
    }

    #input-cpf-cnpj {
        width: 340px;
        height: 45px;
        border-width: 3px;
        padding: 10px;
    }

    .main-div-register-billet {
        width: 340px;
    }

    .recaptcha-button {
        display: flex;
        flex-direction: column;
        margin-left: 19px;
    }

    #button-enviar-segunda-via {
        font-family: BradescoSans_SemiBold;
        margin-left: 0px;
        font-size: 20px;
        padding: 11px 6px;
        width: 303px;
        height: 76px;
        border: none;
        cursor: pointer;
        margin-top: 15px;
        transition: 0.5s;
    }

    .img-logo {
        width: 340px;
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
    }

    #img-footer {
        width: 100px;
    }

    .gradient-footer {
        width: 350px;
        margin-top: 10px;
    }

    .informations {
        width: 340px;
        margin-left: 5px;
        font-family: BradescoSans_Light;
        font-size: 13px;
        color: #2b2b2b;
    }

    #copyright {
        font-size: 11px
    }
}
