﻿body {
    font-family: Raleway;
    font-size: 18px;
    color: #000;
    font-weight: 500;
}

.hr-solid-azul {
    border: none;
    border-top: solid #3b85c3 3px;
    display: block;
    width: 126px;
    margin-bottom: 27px;
}

section {
    margin-top: 50px;
}

.text-orange {
    color: #2673b3;
    line-height: 21px;
    text-decoration: underline;
}

.btn-success {
    background-color: #27AE60;
}

    .btn-success:hover {
        background-color: #41C579;
    }

.btn-group-xl > .btn, .btn-xl {
    padding: .8rem 5rem;
    font-size: 1.33rem;
    line-height: 1.5;
    border-radius: .3rem;
}

.form-control.border-success {
    border-color: #27AE60 !important;
    background: url(../img/icon/ic_check.png) no-repeat;
    background-size: 18px 18px;
    background-position: right 7px center;
}

select.form-control.border-success {
    background-position: right 20px center;
}

.form-control.border-danger {
    border-color: #DD1111 !important;
    background: url(../img/icon/ic_times.png) no-repeat;
    background-size: 18px 18px;
    background-position: right 7px center;
}

select.form-control.border-danger {
    background-position: right 20px center;
}

.bg-gray {
    background: #eaeaea;
    background: -moz-linear-gradient(top, #eaeaea 0%, #eaeaea 350px, #eaeaea 350px);
    background: -webkit-linear-gradient(top, white 0%, #eaeaea 350px, #eaeaea 350px);
    background: linear-gradient(to bottom, #eaeaea 0%, #eaeaea 350px, #eaeaea 350px);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#eaeaea',GradientType=0 );
}

/** Header */
header {
    font-weight: 700;
}

    header .logo {
        max-width: 252px;
    }

    header p {
        width: 100%;
        display: block;
        margin: 0;
    }

    header .faixa {
        width: 100%;
        height: 63px;
        background: url(../img/vetor.png) no-repeat;
        background-position: bottom right;
    }

/** Box */
.box {
    width: 100%;
    background-color: #f9f9f9;
    border-radius: 22px 22px 0 0;
    padding: 40px;
}

    .box h1 {
        font-size: 24px;
        color: #3e617b;
        font-weight: 700;
        line-height: 28px;
    }

        .box h1 small {
            font-size: 16px;
            line-height: 19px;
        }

    .box h2 {
        font-family: Montserrat;
        font-size: 1em;
        color: #6d6d6d;
        font-weight: 500;
        line-height: 22px;
        margin-bottom: 27px;
    }

        .box h2 img {
            padding-right: 13px;
        }

    .box h3 {
        font-family: Montserrat;
        font-size: 1em;
        color: #50a39a;
        font-weight: 700;
        line-height: 22px;
        margin-bottom: 16px;
    }

    .box .lote {
        font-family: Montserrat;
        font-size: 20px;
        color: #25569f;
        font-weight: 700;
        line-height: 25px;
        margin-bottom: 0;
    }

    .box .preco {
        font-family: Montserrat;
        color: #3B85C3;
        font-weight: 700;
        height: 73px;
        display: table;
    }

        .box .preco .cifra {
            font-size: 30px;
            display: table-cell;
            vertical-align: bottom;
            padding-bottom: 5px;
        }

        .box .preco .inteiro {
            font-size: 60px;
            line-height: 73px;
            display: table-cell;
        }

        .box .preco .decimal {
            font-size: 38px;
            display: table-cell;
            vertical-align: top;
        }

    .box p {
        font-size: 16px;
        color: #888;
        font-weight: 400;
        line-height: 19px;
    }

        .box p.realizacao {
            font-size: 9px;
            color: #58595B;
            line-height: 11px;
            margin-top: 23px;
            margin-bottom: 10px;
        }

/** Formulário */
.formulario {
    padding-top: 32px;
    padding-bottom: 32px;
}

    .formulario .nav {
        border-bottom: solid #c5c5c5 1px;
    }

        .formulario .nav .nav-link {
            font-size: 1em;
            color: #58595B;
            line-height: 21px;
            margin-left: 15px;
            padding-left: 0;
            padding-right: 0;
        }

            .formulario .nav .nav-link.active {
                font-weight: 700;
                border: none;
                border-bottom: solid #2673b3 3px;
            }

    .formulario h1 {
        font-size: 26px;
        color: #50a39a;
        font-weight: 600;
        line-height: 31px;
        margin-top: 65px;
        margin-bottom: 23px;
    }

    .formulario h2 {
        font-size: 1em;
        color: #3B85C3;
        font-weight: 600;
        line-height: 21px;
        margin-top: 65px;
        margin-bottom: 23px;
    }

    .formulario h3 {
        font-size: 1em;
        color: #524949;
        font-weight: 600;
        line-height: 21px;
        margin-bottom: 24px;
    }

    .formulario .lote {
        width: 100%;
    }

        .formulario .lote .hdr {
            font-family: Montserrat;
            font-size: 1em;
            color: #fff;
            font-weight: 700;
            line-height: 32px;
            background-color: #949494;
            border-top-left-radius: 16px;
            border-top-right-radius: 16px;
            text-align: center;
        }

        .formulario .lote.active .hdr {
            background-color: #25569F;
            border-color: #25569F;
        }

        .formulario .lote.disabled .hdr {
            background-color: #C4C4C4;
            border-color: #C4C4C4;
        }

        .formulario .lote .body {
            border: solid #949494 1.5px;
            border-bottom-left-radius: 16px;
            border-bottom-right-radius: 16px;
            display: table;
            width: 100%;
            height: 86px;
        }

        .formulario .lote.active .body {
            border-color: #25569F;
            background-color: #f9f9f9;
        }

        .formulario .lote.disabled .body {
            border-color: #C4C4C4;
            background-color: #fff;
        }

        .formulario .lote .body .selection {
            display: table-cell;
            width: 30%;
            text-align: center;
            vertical-align: middle;
        }

            .formulario .lote .body .selection input[type=radio] {
                width: 23px;
                height: 23px;
            }

        .formulario .lote .body .content {
            font-family: Montserrat;
            font-size: 20px;
            color: #58595B;
            font-weight: 400;
            line-height: 24px;
            display: table-cell;
            width: 70%;
            vertical-align: middle;
        }

        .formulario .lote.active .body .content {
            color: #25569F;
            font-weight: 600;
        }

        .formulario .lote.disabled .body .content {
            color: #C4C4C4;
        }

        .formulario .lote .body .content small {
            font-size: 13px;
            color: #817979;
        }

        .formulario .lote.active .body .content small {
            color: #25569F;
            font-weight: 600;
        }

        .formulario .lote.disabled .body .content small {
            color: #C4C4C4;
        }

    .formulario .pagamento {
        color: #949494;
        font-weight: 400;
        width: 100%;
        border: solid #949494 1.5px;
        border-radius: 16px;
        display: table;
        width: 100%;
        height: 68px;
    }

        .formulario .pagamento.active {
            color: #25569F;
            font-weight: 600;
            border-color: #25569F;
            background-color: #f9f9f9;
        }

        .formulario .pagamento .selection {
            display: table-cell;
            width: 25%;
            text-align: center;
            vertical-align: middle;
        }

            .formulario .pagamento .selection input[type=radio] {
                width: 23px;
                height: 23px;
            }

        .formulario .pagamento .content {
            font-size: 1rem;
            line-height: 21px;
            display: table-cell;
            width: 75%;
            vertical-align: middle;
        }

    .formulario label.aceite {
        font-size: 16px;
        color: #524949;
        font-weight: 400;
        line-height: 18px;
        margin-top: 24px;
    }

        .formulario label.aceite input[type=checkbox] {
            width: 18px;
            height: 18px;
        }

@media (min-width: 501px) {
    .formulario {
        padding-top: 0;
        padding-bottom: 125px;
    }

        .formulario .nav .nav-link {
            margin-left: 50px;
        }
}

/** Boleto */
.boleto {
    margin-top: 30px;
    background-color: #FDECD6;
    border-radius: 16px;
    display: table;
    width: 100%;
    height: 86px;
}

    .boleto .icon {
        display: table-cell;
        width: 70px;
        text-align: center;
        vertical-align: middle;
    }

    .boleto .text {
        display: table-cell;
        vertical-align: middle;
        color: #524949;
        line-height: 21px;
    }

/** Depósito */
.deposito {
    margin-top: 30px;
}

    .deposito h4 {
        color: #3B85C3;
        font-weight: 600;
        line-height: 35px;
    }

    .deposito h5 {
        color: #524949;
        font-weight: 400;
        line-height: 35px;
    }


/** Cartão de crédito */
.cartao {
    margin-top: 30px;
    background-color: #D8E7F3;
    border-radius: 16px;
    display: table;
    width: 100%;
    height: 86px;
}

    .cartao .icon {
        display: table-cell;
        width: 70px;
        text-align: center;
        vertical-align: middle;
    }

    .cartao .text {
        display: table-cell;
        vertical-align: middle;
        color: #524949;
        line-height: 21px;
    }

/** Modal */
.modal h1 {
    font-size: 28px;
    color: #3B85C3;
    font-weight: 600;
    line-height: 33px;
}

.modal p {
    color: #524949;
    line-height: 27px;
}

.modal h2 {
    font-size: 22px;
    color: #F08E33;
    font-weight: 600;
    line-height: 26px;
}

.modal ul {
    list-style: none;
    margin: 5px 0 36px 27px;
    padding: 0;
}

    .modal ul li {
        color: #524949;
        margin-top: 16px;
    }

        .modal ul li.bold {
            padding-top: 22px;
            font-weight: 600;
        }

        .modal ul li ul {
            list-style: disc;
        }

.modal .modal-content {
    border-radius: 31px;
}

.modal .modal-body {
    padding: 32px;
}

/** Sucesso */
.bg-menu {
    height: 193px;
    background: url(../img/background/bg_menu.png) no-repeat;
    background-position: center top;
}

.botao {
    font-family: Staatliches;
    font-size: 18px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 5px 30px;
    border-radius: 5px;
    transition: all 0.3s ease-in-out 0s;
}

    .botao.botao-vermelho {
        background-color: #e30613;
        border: 1px solid #e30613;
    }

        .botao.botao-vermelho:hover {
            color: #e30613;
            text-decoration: none;
            background-color: #fff;
            border-color: #e30613;
        }

    .botao.botao-azul {
        background-color: #407db9;
        border: 1px solid #407db9;
    }

        .botao.botao-azul:hover {
            color: #407db9;
            text-decoration: none;
            background-color: #fff;
            border-color: #407db9;
        }
