﻿@font-face {
    font-family: 'montserratbold';
    src: url('../fonts/montserrat-bold-webfont.woff2') format('woff2'), url('../fonts/montserrat-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratextrabold';
    src: url('../fonts/montserrat-extrabold-webfont.woff2') format('woff2'), url('../fonts/montserrat-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratmedium';
    src: url('../fonts/montserrat-medium-webfont.woff2') format('woff2'), url('../fonts/montserrat-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratregular';
    src: url('../fonts/montserrat-regular-webfont.woff2') format('woff2'), url('../fonts/montserrat-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratsemibold';
    src: url('../fonts/montserrat-semi-bold-webfont.woff2') format('woff2'), url('../fonts/montserrat-semi-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html, body, p {
    font-family: 'montserratregular';
    font-size: 14px;
    color: #000000aa;
}

body {
    background-color: #f3f5f6;
}

:root {
    --azul-claro: #00bac9;
    --azul-claro-brilhante: #00c4d3;
    --azul-barra-panel: #4cc1cd;
}

nav.layout-top {
    background: #191919;
    color: #fff;
    height: 68px;
}

    nav.layout-top a, nav.layout-top a:hover {
        font-family: montserratregular;
        font-size: 14pt;
        color: #ffffffcc;
        text-decoration: none;
    }

        nav.layout-top a:hover {
            color: #fff;
        }

    nav.layout-top .usuario a.nav-link {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding: 0;
    }

    nav.layout-top .usuario a .avatar {
        width: 44px;
        height: 44px;
        background-color: #191919;
        border-radius: 22px;
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    nav.layout-top .usuario a .nome {
        padding: 0 5px;
        font-size: 12pt;
    }

    nav.layout-top .usuario .dropdown-menu {
        left: initial;
        right: 0;
        margin-top: 14px;
    }

        nav.layout-top .usuario .dropdown-menu a {
            color: #00000099;
            font-size: 12pt;
        }

            nav.layout-top .usuario .dropdown-menu a.dropdown-item {
                display: flex;
                align-items: center;
            }

.main {
    padding: 68px 0 40px;
}

h1 {
    margin-bottom: 40px;
    font-size: 1.75rem;
}

.row {
    margin-left: -9px;
    margin-right: -9px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding: 0 9px;
}

label {
    margin-bottom: .1rem;
}

.nav-tabs.grande .nav-item {
    display: flex;
    align-items: flex-end;
}

.nav-tabs.grande .nav-link {
    background: #f0f0f0;
    color: #00000099;
    font-size: 0.80rem;
    border-color: #d1d1d1 #d1d1d1 #dee2e6 !important;
    padding: 13px 90px;
}

    .nav-tabs.grande .nav-link.active {
        border-color: #dee2e6 #dee2e6 #fff !important;
        z-index: 2;
        padding: 15px 90px;
    }


.tab-content.grande {
    border: 1px solid #dee2e6;
    background: white;
    padding: 50px;
    margin-top: -1px;
    border-bottom: 3px solid var(--azul-barra-panel);
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.tab-content {
    border: 1px solid #dee2e6;
    background: white;
    padding: 10px;
    margin-top: -1px;
    border-bottom: 3px solid var(--azul-barra-panel);
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.btn.filtro {
    font-size: .85rem;
    text-transform: uppercase;
    padding: 10px 50px;
}

footer {
    background-color: #e1e1e1;
    line-height: 40px;
    color: #9a9a9a;
    font-size: 0.9rem;
}

.card.laranja {
    border-bottom: 3px solid #f3bb43;
}

.card.azul {
    border-bottom: 3px solid #E74D3D;
}

.badge {
    height: 30px;
    border-radius: 15px;
    line-height: 30px;
    padding: 0 25px;
}

.table .thead-dark th {
    font-weight: normal;
    background-color: #454545;
    font-size: .80rem;
    font-family: 'montserratmedium';
    line-height: 25px;
    border: none;
}

    .table .thead-dark th:first-child {
        border-top-left-radius: 3px;
    }

    .table .thead-dark th:last-child {
        border-top-right-radius: 3px;
    }

.table-container {
    background-color: white;
    padding: 3px;
    border-radius: 3px;
}

    .table-container .table {
        margin-bottom: 0 !important;
    }

.table tr:last-child td:first-child {
    border-bottom-left-radius: 3px;
}

.table tr:last-child td:last-child {
    border-bottom-right-radius: 3px;
}

.btn-paginacao {
    background-color: #119db5;
    border-color: #119db5;
    text-transform: uppercase;
    padding: 10px 30px;
    color: #FFFFFFCC;
}

#accordion .card-header a {
    display: block;
}

    #accordion .card-header a.collapsed::after {
        content: '';
        width: 10px;
        height: 10px;
        display: inline-block;
        position: absolute;
        right: 10px;
        border: 10px solid #656565;
        border-left-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-width: 6px;
        border-right-width: 6px;
        margin-top: 6px;
    }


#loader {
    position: fixed;
    display: none;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.40)
}

    #loader div {
        border: 20px solid #f3f3f3;
        border-radius: 50%;
        border-top: 20px solid #556b8d;
        width: 120px;
        height: 120px;
        -webkit-animation: spin 1s linear infinite;
        animation: spin 1s linear infinite;
        margin: auto;
        top: 50%;
        position: relative;
        margin-top: -60px;
    }

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

p.campo, div.campo, ul.campo {
    padding: .375rem .75rem;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    margin: 0;
}

ul.campo {
}

    ul.campo li {
        margin-left: 10px;
    }

.destinatarios {
    display: none;
    height: 200px;
    overflow: auto;
    background-color: #fff;
    border: 1px solid #ced4da;
    padding: 10px;
}

#launcher {
    margin-bottom: 38px !important;
}

.modal {
    background-color: rgba(0,0,0,0.8);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1040;
    display: none;
    overflow-y: auto;
}

    .modal .flex {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 100%;
    }

        .modal .flex .quadro {
            margin: 10px;
            background: white;
            width: 670px;
            border-radius: 3px;
            padding: 20px;
        }

            .modal .flex .quadro .content {
                overflow: auto;
            }

.chance_contemplacao .flex .quadro {
    padding: 70px 20px;
    width: 690px;
}

    .chance_contemplacao .flex .quadro a.fechar {
        float: right;
        margin-top: -61px;
        margin-right: -12px;
    }

.chance_contemplacao h3 {
    text-align: center;
    color: #6a6a6a;
    margin-bottom: 15px;
    FONT-SIZE: 33px;
    font-weight: 600;
}

.chance_contemplacao h4 {
    text-align: center;
    color: #0e89ad;
    margin-bottom: 50px;
    margin-top: 5px;
    font-size: 19px;
    font-weight: 600;
}

.chance_contemplacao .colunas {
    display: grid;
    grid-template-columns: repeat(2, calc((100% - 15px) / 2));
    grid-column-gap: 15px;
    margin: 0 58px;
}

    .chance_contemplacao .colunas div {
        width: 100%;
    }

        .chance_contemplacao .colunas div label {
            display: block;
            font-weight: 400;
            color: #54c5d1;
            font-size: 14px;
            padding-bottom: 4px;
        }

        .chance_contemplacao .colunas div input, .chance_contemplacao .colunas div select {
            width: 100%;
            font-size: 15px;
            height: 45px;
            border-style: solid;
            padding: 15px 20px;
            border: 1px solid #54c5d1;
            border-radius: 3px;
        }

.chance_contemplacao button.calcular {
    display: block;
    margin: 23px 58px 0 58px;
    padding: 14px 20px;
    text-align: center;
    border: none;
    background-color: #fdb94e;
    color: white;
    border-radius: 3px;
    width: calc(100% - 58px - 58px);
    font-size: 18px;
}

.chance_contemplacao .resultado {
}

.chance_contemplacao .quadro2 {
    background: #f3f3f3;
    border-radius: 10px;
    padding: 37px 58px;
    margin-top: 20px;
    text-align: center;
    font-size: 16px;
}

    .chance_contemplacao .quadro2 b {
        font-weight: 600;
    }

.quadro0 {
    background: #f3f3f3;
    border-radius: 3px;
    padding: 30px 40px 20px;
    margin-top: 50px;
}

    .quadro0 .container-barras {
        height: 100px;
        position: relative;
    }

        .quadro0 .container-barras .fundo-barras {
            background: white;
            position: absolute;
            width: 100%;
            height: 75px;
            border-radius: 5px;
            top: 12.5px
        }

        .quadro0 .container-barras .container-interno-barras {
            height: 100%;
            position: absolute;
            width: calc(100% - 36px);
            left: 18px;
            display: flex;
            flex-direction: row;
            justify-content: space-between;
        }

            .quadro0 .container-barras .container-interno-barras .barra {
                height: 48px;
                width: calc(70% / 50);
                border-radius: 4.5px;
                margin-top: 25px;
            }

                .quadro0 .container-barras .container-interno-barras .barra.ativo {
                    height: 84px;
                    margin-top: 8px;
                }


                .quadro0 .container-barras .container-interno-barras .barra.ruim {
                    background-color: #fb8b44;
                }

                .quadro0 .container-barras .container-interno-barras .barra.regular {
                    background-color: #ffcb2c;
                }

                .quadro0 .container-barras .container-interno-barras .barra.media {
                    background-color: #ffe595;
                }

                .quadro0 .container-barras .container-interno-barras .barra.boa {
                    background-color: #c5d9b6;
                }

                .quadro0 .container-barras .container-interno-barras .barra.otima {
                    background-color: #8bb46e;
                }

    .quadro0 .percentuais {
        display: grid;
        grid-template-columns: repeat(5, 20%);
        font-size: 14px;
        font-weight: 500;
        margin: 0 17px;
    }

        .quadro0 .percentuais div {
            text-align: center;
            font-weight: bold;
        }

    .quadro0 .texto {
        text-align: center;
        margin-top: 35px;
        margin-bottom: 10px;
    }

        .quadro0 .texto p {
            font-size: 16px;
        }

            .quadro0 .texto p b {
                font-size: 20px;
                font-weight: bold
            }

    .quadro0 .container-barras .lance-minimo {
        position: absolute;
        z-index: 2;
        top: -23px;
        width: 100%;
    }

        .quadro0 .container-barras .lance-minimo .quadro {
            background-color: #fff;
            padding: 3px 10px;
            border-radius: 3px;
            margin: 0px auto;
            display: inline-block;
            width: 60%;
            margin-left: 20%;
            border: 1px solid #ccc;
            text-align: center;
        }

    .quadro0 .container-barras .container-interno-barras .barra.ativo.destaque {
        height: 90px;
        margin-top: 5px;
    }

    .quadro0 .container-barras .container-interno-barras .barra.destaque {
        height: 52px;
        margin-top: 23px;
    }

.chance_contemplacao .quadro3 {
    background: #f3f3f3;
    border-radius: 10px;
    padding: 37px 40px;
    margin-top: 20px;
    text-align: center;
    font-size: 16px;
}

    .chance_contemplacao .quadro3 h3 {
        font-size: 18px;
        font-weight: normal;
        color: #0E89AD;
        margin-bottom: 30px;
    }

    .chance_contemplacao .quadro3 select {
        border: 1px solid #54C5D1;
        border-radius: 13px;
        width: 530px;
        padding: 14px;
        font-size: 16px;
        margin-bottom: 35px;
    }

    .chance_contemplacao .quadro3 .item {
        background: #fff;
        border-radius: 5px;
        padding: 14px 30px;
        margin-bottom: 10px;
        text-align: left;
    }

        .chance_contemplacao .quadro3 .item .grid {
            display: grid;
            grid-template-columns: calc((100% - 44px) * .2) calc((100% - 44px) * .4) 44px calc((100% - 44px) * .4);
        }

            .chance_contemplacao .quadro3 .item .grid div {
                color: #707070;
                font-size: 14px;
                font-weight: normal;
            }

                .chance_contemplacao .quadro3 .item .grid div img {
                    margin: 6px 4px 0;
                }

                .chance_contemplacao .quadro3 .item .grid div b {
                    font-size: 20px;
                    font-weight: bold
                }

.consorcio_financiamento .flex .quadro {
    width: 480px;
    padding: 20px 60px;
}

    .consorcio_financiamento .flex .quadro a.fechar {
        float: right;
        margin-top: -5px;
        margin-right: -41px;
    }

.consorcio_financiamento h3 {
    text-align: center;
    color: #0064ac;
    margin-top: 5px;
    margin-bottom: 40px;
}


.consorcio_financiamento .tabela1 {
    border-top: 1px solid #ccc;
    width: 100%;
}

    .consorcio_financiamento .tabela1 tr td {
        padding: 10px;
    }

        .consorcio_financiamento .tabela1 tr td.right {
            text-align: right;
        }

.consorcio_financiamento .tabela2 {
    border-top: 1px solid #ccc;
    width: 100%;
    font-size: 12px;
    border-collapse: collapse;
}

    .consorcio_financiamento .tabela2 tr th, .consorcio_financiamento .tabela2 tr td {
        padding: 10px;
    }

    .consorcio_financiamento .tabela2 tr td {
        width: 33%;
        border-top: 1px solid #ccc;
    }

        .consorcio_financiamento .tabela2 tr td.center {
            text-align: center;
        }

        .consorcio_financiamento .tabela2 tr td b {
            color: #03375a;
        }

        .consorcio_financiamento .tabela2 tr td.diferenca {
            text-align: center;
            font-weight: bold;
            color: #ef473a;
        }

@media screen and (max-width:480px) {
    .quadro0 {
        padding: 15px;
    }

        .quadro0 .container-barras .container-interno-barras {
            width: calc(100% - 20px);
            left: 10px;
        }
}

.chance_contemplacao .quadro1 {
    background: #f3f3f3;
    border-radius: 10px;
    padding: 37px 58px;
    margin-top: 50px;
    display: grid;
    grid-template-columns: 166px auto 166px;
}

    .chance_contemplacao .quadro1 .chance {
        background: #e12626;
        font-weight: 600;
        color: white;
        padding: 14px;
        border-radius: 4px;
    }

    .chance_contemplacao .quadro1 .barras div {
        background: #e12626;
        width: 8px;
        float: left;
        border-radius: 8px;
        height: 100%;
        display: inline-block;
        margin-left: 4px;
    }

    /* ruim */
    .chance_contemplacao .quadro1.ruim .chance {
        background-color: #e12626;
    }

    .chance_contemplacao .quadro1.ruim .barras div {
        background: #e12626;
    }

    .chance_contemplacao .quadro1.ruim .chance_texto {
        color: #e12626;
    }

    .chance_contemplacao .quadro1.ruim .barras div.n4, .chance_contemplacao .quadro1.ruim .barras div.n3, .chance_contemplacao .quadro1.ruim .barras div.n2 {
        display: none;
    }


    /* regular */
    .chance_contemplacao .quadro1.regular .chance {
        background-color: #eaad4e;
    }

    .chance_contemplacao .quadro1.regular .barras div {
        background: #eaad4e;
    }

    .chance_contemplacao .quadro1.regular .chance_texto {
        color: #bf8c3c;
    }

    .chance_contemplacao .quadro1.regular .barras div.n4, .chance_contemplacao .quadro1.regular .barras div.n3 {
        display: none;
    }

    /* boa */
    .chance_contemplacao .quadro1.boa .chance {
        background-color: #239a4f;
    }

    .chance_contemplacao .quadro1.boa .barras div {
        background: #239a4f;
    }

    .chance_contemplacao .quadro1.boa .chance_texto {
        color: #239a4f;
    }

    .chance_contemplacao .quadro1.boa .barras div.n4 {
        display: none;
    }

    /* ótima */
    .chance_contemplacao .quadro1.otima .chance {
        background-color: #239a4f;
    }

    .chance_contemplacao .quadro1.otima .barras div {
        background: #239a4f;
    }

    .chance_contemplacao .quadro1.otima .chance_texto {
        color: #239a4f;
    }

.status {
    display: flex;
    margin-top: 10px;
    margin-left: -4px;
    justify-content: space-between;
    align-items: flex-end;
}

    .status .item {
        border: 1px solid #e2e2e2;
        border-radius: 14px;
        background: #fbfbfb;
        padding: 2px 9px;
        width: 205px;
        margin: 0px 3px;
    }

        .status .item .botao_detalhes_pendentes {
            border-radius: 6px;
            font-size: 12px;
            float: right;
            border: none;
            padding: 5px 15px;
            margin-top: -6px;
        }

        .status .item .linha {
            padding: 14px 0 0;
        }

            .status .item .linha.amarelo {
                border-bottom: 2px solid #fce34a;
            }

            .status .item .linha.azul {
                border-bottom: 2px solid #0f89ad;
            }

            .status .item .linha.total {
                border-bottom: 2px solid #b9b9b9;
            }

            .status .item .linha.laranja {
                border-bottom: 2px solid #f79b59;
            }

            .status .item .linha.cinza {
                border-bottom: 2px solid #ccc;
            }

            .status .item .linha.verde {
                border-bottom: 2px solid #65cd8c;
            }

            .status .item .linha.vermelho {
                border-bottom: 2px solid #e93530;
            }

        .status .item h3 {
            padding: 0px 2px;
            margin-bottom: 5px;
            display: flex;
            align-items: flex-end;
            font-size: 20px;
            line-height: 20px;
        }

        .status .item.total {
            margin-right: 15px;
        }

        .status .item.sem_svp {
            margin-left: 15px;
        }

            .status .item.total h3, .status .item.sem_svp h3 {
                font-size: 38px;
                line-height: 38px;
            }

        .status .item h3 small {
            font-weight: normal;
            font-size: 13px;
            flex-grow: 1;
            text-align: right;
        }

        .status .item .texto {
            padding: 0px 2px;
            font-size: 10px;
            height: 45px;
        }

div.status_box {
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    background-color: #fff;
    width: 228px;
}

    div.status_box .linha {
        display: flex;
        border-bottom: 1px solid #e2e2e2;
        width: 226px;
    }

        div.status_box .linha:last-child {
            border-bottom: none;
        }

        div.status_box .linha div {
            font-size: 11px;
            border-right: 1px solid #e2e2e2;
            background: #fbfbfb;
            width: 189px;
            padding: 5px 18px;
            line-height: 21px;
        }

        div.status_box .linha:first-child div {
            border-top-left-radius: 11px;
        }

        div.status_box .linha:last-child div {
            border-bottom-left-radius: 11px;
        }

        div.status_box .linha img {
            padding: 5px;
        }

/* Home Inicio */

.home .faixa-meio {
    /*background-color: #ededed;*/
    padding: 25px 0;
}

    .home .faixa-meio .botoes-azuis .card.azul {
        border-bottom: 3px solid #E74D3D;
    }

    .home .faixa-meio .botoes-azuis .card .card-body {
        padding: 18px;
    }

    .home .faixa-meio .botoes-azuis .card h2 {
        font-size: 1rem;
        color: #39b4c4;
        padding-left: 10px;
        margin-bottom: 0;
    }

    .home .faixa-meio .botoes-azuis .card a.botao, .home .faixa-meio .botoes-azuis .card a.botao:hover {
        background: #E74D3D;
        background: linear-gradient(60deg, #E74D3D 0%, #E74D3D 100%);
        display: block;
        border-radius: 0.25rem;
        padding: 8px;
        color: #fff;
        text-decoration: none;
        font-size: .80rem;
        text-align: right;
        margin-top: 14px;
    }

        .home .faixa-meio .botoes-azuis .card a.botao div {
            text-align: left;
            height: 45px;
            display: flex;
            align-items: flex-end;
        }

        .home .faixa-meio .botoes-azuis .card a.botao img {
            width: 30px;
        }

/* Home Fim */

/* Venda Inicio */

.venda {}


/*.venda .wrap_input input {
    border: 1px solid #0e89ad;
    border-radius: 14px;
    display: block;
    font: 15px 'Montserrat', sans-serif;
    height: 45px;
    line-height: 45px;
    padding: 0 15px;
    width: 100%;
}*/

    .venda .wrap_input label {
        color: #0e89ad;
        display: block;
        font-size: 15px;
        margin: 0 0 5px;
    }

    .venda .tipo_contrato {
        display: flex;
        justify-content: space-between;
    }

        .venda .tipo_contrato div.separador {
            width: 36px;
        }

        .venda .tipo_contrato a {
            width: 49%;
            background: #e5e5e5;
            border-radius: 3px;
            color: #FFF;
            padding: 52px;
            text-decoration: none;
            font-size: 29px;
        }

            .venda .tipo_contrato a b {
                font-size: 39px;
            }

            .venda .tipo_contrato a.ativo {
                background: #E74D3D;
            }

.venda .carrossel_carros {
    overflow: hidden;
    /*position: relative;*/
    max-width: 1230px;
}

    .venda .carrossel_carros .slick-prev {
        background: url(img/next.png) no-repeat;
        border: 0;
        display: block;
        height: 20px;
        position: absolute;
        left: 15px;
        text-indent: -99999px;
        top: 50%;
        width: 14px;
        z-index: 998;
        transform: rotate(180deg);
    }

    .venda .carrossel_carros .slick-next {
        background: url(img/next.png) no-repeat;
        border: 0;
        display: block;
        height: 20px;
        position: absolute;
        right: 20px;
        text-indent: -99999px;
        top: 50%;
        width: 14px;
    }

    .venda .box_carro {
        background: #f6dbd8;
        border-radius: 3px;
        margin: 0 30px 10px 0;
        padding: 30px 15px;
        max-width: 500px;
        float: left;
        width: 28%;
    }

        .venda .box_carro h3 {
            color: #707070;
            font-size: 24px;
            font-weight: normal;
            margin: 0 0 10px;
        }

        .venda .box_carro .preco {
            color: #707070;
            font-size: 17px;
            margin: 0 0 35px;
        }

        .venda .box_carro .meses {
            color: #707070;
            margin: 0 0 25px;
            text-transform: uppercase;
        }


.venda .box_carro .wrap_input input {
    background: url(img/seta_input.png) calc(100% - 12px) center no-repeat #fff;
}

        .venda .box_carro .colunas {
            display: flex;
            flex-direction: row;
        }

            .venda .box_carro .colunas .item {
                margin-right: 10px;
                flex-grow: 1
            }

                .venda .box_carro .colunas .item label {
                    color: #707070;
                    margin-top: 5px;
                }

                .venda .box_carro .colunas .item:last-child {
                    margin-right: 0;
                }

    .venda label {
        color: #0E89AD;
        margin-top: 5px;
    }

#dizzy {
    bottom: 60px;
    position: absolute;
    right: 20px;
    max-width: 590px;
}

    #dizzy .wrap {
        background: #fff;
        box-shadow: -5px 3px 5px #ddd;
        border-radius: 0 30px 0 30px;
        margin-left: 80px;
        overflow: hidden;
    }

    #dizzy .tit {
        background: #aedfe5;
        line-height: normal;
        padding: 18px 0;
        text-align: center;
    }

        #dizzy .tit img {
            max-width: 100%;
        }

    #dizzy .texto {
        color: #827f7f;
        line-height: 20px;
        padding: 25px 45px;
        font-size: 77%;
    }

    #dizzy h3 {
        font-size: 16px;
        margin: 0 0 15px;
    }

    #dizzy p {
        margin: 0 0 15px;
    }

    #dizzy ol {
        margin: 0 0 20px 20px;
    }

    #dizzy .robo {
        left: 0;
        position: absolute;
        top: -30px
    }

    #divResumo p {
        margin-bottom: 0;
    }

#divResumo h1 {
    color: #00bac9;
    font-weight: bold;
    font-size: 3rem;
    margin-bottom: 10px;
}

#divResumo .btn-warning {
    color: #fff;
    padding: 10px 45px;
}
/* Venda Fim */




/* ------------------------------------------------------------------------------
*
*  # Select2 selects
*
*  Styles for select2.js - custom select plugin
*
*  Version: 1.3
*  Latest update: Mar 10, 2016
*
* ---------------------------------------------------------------------------- */
.select2-container {
    outline: 0;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
} 

.select2-selection--single {
    cursor: pointer;
    outline: 0;
    display: block;
    height: 48px;
    padding: 13px 0;
    line-height: 1.5384616;
    position: relative;
    border: 1px solid transparent;
    white-space: nowrap;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .select2-selection--single:hover,
    .select2-selection--single:focus,
    .select2-container--open .select2-selection--single {
        -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.01) inset;
        box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.01) inset;
    }

    .select2-selection--single:not([class*=bg-]) {
        background-color: #fff;
        color: #333333;
    }

        .select2-selection--single:not([class*=bg-]):not([class*=border-]) {
            border-color: #191919;
            border-radius:5px;
        }

    .select2-selection--single[class*=bg-]:hover,
    .select2-selection--single[class*=bg-]:focus,
    .select2-container--open .select2-selection--single[class*=bg-] {
        -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.025) inset;
        box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.025) inset;
    }

    .select2-selection--single[class*=bg-] .select2-selection__placeholder {
        color: #fff;
    }

.select2-container--disabled .select2-selection--single[class*=bg-] .select2-selection__placeholder {
    color: rgba(255, 255, 255, 0.75);
}

.select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 12px;
    padding-right: 31px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .select2-selection--single .select2-selection__rendered > i {
        margin-right: 10px;
    }

.select2-selection--single .select2-selection__clear {
    position: relative;
    cursor: pointer;
    float: right;
    font-size: 0;
    line-height: 1;
    margin-top: 2px;
    margin-left: 5px;
    opacity: 0.75;
    filter: alpha(opacity=75);
}

    .select2-selection--single .select2-selection__clear:hover {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .select2-selection--single .select2-selection__clear:after {
        content: '\ed6b';
        font-family: 'icomoon';
        display: inline-block;
        font-size: 16px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.select2-selection--single .select2-selection__placeholder {
    color: #999999;
}

.select2-selection--single .select2-selection__arrow:after {
    background:url(imagem/seta-select.png) center no-repeat;
    content: '';
    position: absolute;
    top: 50%;
    right: 3px;
    margin-top: -5px;
    font-size: 16px;
    line-height: 1;
    color: inherit;
    height:9px;
    width:12px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2-container--disabled .select2-selection--single {
    cursor: not-allowed;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .select2-container--disabled .select2-selection--single:not([class*=bg-]) {
        background-color: #fafafa;
        color: #999999;
    }

    .select2-container--disabled .select2-selection--single[class*=bg-] {
        -webkit-box-shadow: 0 0 0 100px rgba(255, 255, 255, 0.25) inset;
        box-shadow: 0 0 0 100px rgba(255, 255, 255, 0.25) inset;
    }

    .select2-container--disabled .select2-selection--single .select2-selection__clear {
        display: none;
    }

.select2-selection--multiple {
    display: block;
    border: 1px solid transparent;
    border-radius: 3px;
    cursor: text;
    outline: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .select2-selection--multiple:not([class*=bg-]) {
        background-color: #fff;
    }

        .select2-selection--multiple:not([class*=bg-]):not([class*=border-]) {
            border-color: #ddd;
        }

    .select2-selection--multiple .select2-selection__rendered {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        list-style: none;
        margin: 0;
        padding: 0 2px 2px 2px;
        width: 100%;
    }

    .select2-selection--multiple .select2-selection__placeholder {
        color: #999999;
    }

.select2-container--disabled .select2-selection--multiple:not([class*=bg-]) {
    background-color: #fafafa;
    color: #999999;
}

.select2-container--disabled .select2-selection--multiple[class*=bg-] {
    -webkit-box-shadow: 0 0 0 100px rgba(255, 255, 255, 0.25) inset;
    box-shadow: 0 0 0 100px rgba(255, 255, 255, 0.25) inset;
}

    .select2-container--disabled .select2-selection--multiple[class*=bg-] .select2-selection__choice {
        opacity: 0.9;
        filter: alpha(opacity=90);
    }

.select2-container--disabled .select2-selection--multiple,
.select2-container--disabled .select2-selection--multiple .select2-selection__choice,
.select2-container--disabled .select2-selection--multiple .select2-search__field {
    cursor: not-allowed;
}

.select2-selection--multiple .select2-selection__choice {
    background-color: #455A64;
    color: #fff;
    border-radius: 3px;
    cursor: default;
    float: left;
    margin-right: 2px;
    margin-top: 2px;
    padding: 7px 12px;
}

    .select2-selection--multiple .select2-selection__choice > i {
        margin-right: 10px;
    }

    .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
        cursor: pointer;
        float: right;
        font-size: 14px;
        margin-top: 3px;
        line-height: 1;
        margin-left: 7px;
        opacity: 0.75;
        filter: alpha(opacity=75);
    }

        .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove:hover {
            opacity: 1;
            filter: alpha(opacity=100);
        }

.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

    .select2-container--disabled .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
        display: none;
    }

.select2-selection--multiple .select2-search--inline {
    float: left;
}

    .select2-selection--multiple .select2-search--inline .select2-search__field {
        font-size: 100%;
        margin-top: 2px;
        padding: 7px 0;
        background-color: transparent;
        border: 0;
        outline: 0;
        margin-left: 7px;
        -webkit-appearance: textfield;
    }

        .select2-selection--multiple .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
            -webkit-appearance: none;
        }

.select2-dropdown {
    background-color: #fff;
    color: #333333;
    border: 1px solid #ddd;
    border-radius: 3px;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 9999;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.select2-results {
    display: block;
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}

.select2-results > .select2-results__options {
    padding-bottom: 7px;
    max-height: 250px;
    overflow-y: auto;
}

.select2-search--hide + .select2-results > .select2-results__options {
    padding-top: 7px;
}

.select2-results:first-child > .select2-results__options {
    padding-top: 7px;
}

.select2-results__option {
    padding: 7px 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .select2-results__option + .select2-results__option {
        margin-top: 1px;
    }

    .select2-results__option i {
        margin-right: 10px;
    }

        .select2-results__option i.icon-undefined {
            display: none;
        }

    .select2-results__option[role=group] {
        padding: 0;
    }

    .select2-results__option.select2-results__option--highlighted {
        background-color: #f5f5f5;
    }

    .select2-results__option[aria-disabled=true] {
        color: #999999;
        cursor: not-allowed;
    }

.select2-dropdown[class*=bg-] .select2-results__option[aria-disabled=true] {
    color: rgba(255, 255, 255, 0.6);
}

.select2-results__option[aria-selected=true] {
    background-color: #2196F3;
    color: #fff;
}

.select2-results__options--nested > .select2-results__option {
    padding-left: 24px;
    padding-right: 24px;
}

.select2-results__group {
    display: block;
    padding: 7px 12px;
    font-size: 11px;
    line-height: 1.82;
    text-transform: uppercase;
    cursor: default;
    margin-top: 7px;
    margin-bottom: 7px;
}

.select2-results__option:first-child > .select2-results__group {
    margin-top: 0;
}

.select2-results__message {
    color: #999999;
    cursor: default;
}

.select2-dropdown[class*=bg-] .select2-results__message {
    color: rgba(255, 255, 255, 0.75);
}

.select2-results__option.loading-results {
    padding-top: 0;
}

    .select2-results__option.loading-results + .select2-results__option {
        margin-top: 7px;
    }

.select2-results__option--load-more {
    text-align: center;
    margin-top: 7px;
    cursor: default;
}

.select2-container--open .select2-dropdown {
    left: 0;
}

.select2-container--open .select2-dropdown--above {
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

    .select2-container--open .select2-dropdown--above[class*=bg-] {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

    .select2-container--open .select2-dropdown--below[class*=bg-] {
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }

.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.select2-search--dropdown {
    display: block;
    position: relative;
    padding: 12px;
}

    .select2-search--dropdown + .select2-results .select2-results__message:first-child {
        padding-top: 0;
    }

    .select2-search--dropdown .select2-search__field {
        height: 36px;
        padding: 7px 12px;
        border-radius: 3px;
        border: 1px solid #ddd;
        box-sizing: border-box;
        outline: 0;
        width: 100%;
    }

        .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
            -webkit-appearance: none;
        }

    .select2-search--dropdown.select2-search--hide {
        display: none;
    }

.select-lg.select2-selection--single {
    height: 40px;
    padding: 9px 0;
    font-size: 14px;
}

    .select-lg.select2-selection--single .select2-selection__rendered {
        padding-left: 15px;
        padding-right: 34px;
    }

    .select-lg.select2-selection--single .select2-selection__arrow:after {
        right: 15px;
    }

.select-lg.select2-selection--multiple .select2-selection__choice {
    padding: 9px 15px;
    font-size: 14px;
}

.select-lg.select2-selection--multiple .select2-search--inline .select2-search__field {
    padding: 9px 0;
    font-size: 14px;
}

.select-sm.select2-selection--single {
    height: 34px;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.6666667;
}

    .select-sm.select2-selection--single .select2-selection__rendered {
        padding-left: 11px;
        padding-right: 26px;
    }

    .select-sm.select2-selection--single .select2-selection__arrow:after {
        right: 11px;
    }

.select-sm.select2-selection--multiple .select2-selection__choice {
    padding: 6px 11px;
    font-size: 12px;
    line-height: 1.6666667;
}

.select-sm.select2-selection--multiple .select2-search--inline .select2-search__field {
    padding: 6px 0;
}

.select-xs.select2-selection--single {
    height: 32px;
    padding: 5px 0;
    font-size: 12px;
    line-height: 1.6666667;
}

    .select-xs.select2-selection--single .select2-selection__rendered {
        padding-left: 10px;
        padding-right: 24px;
    }

    .select-xs.select2-selection--single .select2-selection__arrow:after {
        right: 10px;
    }

.select-xs.select2-selection--multiple .select2-selection__choice {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.6666667;
}

.select-xs.select2-selection--multiple .select2-search--inline .select2-search__field {
    padding: 5px 0;
    font-size: 12px;
    line-height: 1.6666667;
}

.select2-selection--multiple[class*=bg-] .select2-selection__choice {
    background-color: rgba(0, 0, 0, 0.25);
}

.select2-dropdown[class*=bg-] .select2-search--dropdown .select2-search__field {
    background-color: rgba(0, 0, 0, 0.2);
    border-color: transparent;
    color: #fff;
}

.select2-dropdown[class*=bg-] .select2-results__option[aria-selected=true] {
    background-color: rgba(0, 0, 0, 0.2);
}

.select2-dropdown[class*=bg-] .select2-results__option--highlighted {
    background-color: rgba(0, 0, 0, 0.1);
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    z-index: 99;
    background-color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: fixed !important;
    width: 1px !important;
}

.select2-result-repository {
    padding-top: 7px;
    padding-bottom: 7px;
}

.select2-result-repository__avatar {
    float: left;
    width: 60px;
    margin-right: 15px;
}

    .select2-result-repository__avatar img {
        width: 100%;
        height: auto;
        border-radius: 100px;
    }

.select2-result-repository__meta {
    margin-left: 70px;
}

.select2-result-repository__title {
    font-weight: 500;
    word-wrap: break-word;
    margin-bottom: 2px;
}

.select2-result-repository__forks,
.select2-result-repository__stargazers,
.select2-result-repository__watchers {
    display: inline-block;
    font-size: 12px;
}

.select2-result-repository__description {
    font-size: 12px;
}

.select2-result-repository__forks,
.select2-result-repository__stargazers {
    margin-right: 15px;
}

/* FIM Select2 */

.loading-empresa {
    align-items: center;
    background: rgba(255,255,255,0.7);
    height: 100%;
    left: 0;
    justify-content: center;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
    display: none;
}

    .loading-empresa img {
        width: 150px;
    }

    .loading-empresa.ativo {
        display: flex;
    }