:root {
    --primary-color: #3f55a5;
    --primary-dark-color: #0a2d82;
    --secondary-color: #2846d2;
    --secondary-color-ligth: #25a9e6;
    --text-color: #ffff;
    --nav-bar-height: 60px;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Regular.ttf");
    src: url("../fonts/Roboto-Regular.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Roboto bold";
    src: url("../fonts/Roboto-Bold.ttf");
    src: url("../fonts/Roboto-Bold.ttf") format('truetype');
    font-weight: bold;
    font-style: normal;
}


@font-face {
    font-family: "Estricta";
    src: url("../fonts/Estricta-Regular.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Estricta bold";
    src: url("../fonts/Estricta-Bold.ttf") format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Estricta bold italic";
    src: url("../fonts/Estricta-BoldItalic.ttf") format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: "Estricta bold light";
    src: url("../fonts/Estricta-BoldItalic.ttf") format('truetype');
    font-weight: normal;
}

html {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    height: 100%;
    margin: 0;
    color: #ffff;
    font-family: "Estricta", 'Estricta bold';
    background-image: url('content/background.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
}

.form-control {
    border-radius: 50px;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.glyphicon-bell{
    top: -19px;
}
/*.wrap {
    background-image: url('content/background.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100vh;
    background-attachment: fixed;
}*/
.background-color {
    background-color: var(--primary-color);
}

.full-height {
    height: 100%;
    /*position: relative;*/
}
/*.field-validation-error{
    display: none;
}

#CaptchaInputText-error{
    display: none;
}*/

.background-img {
    background-image: url('../img/background.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.img-box {
    overflow: hidden;
    background-image: url('../img/banner1.png');
    background-repeat: no-repeat;
    background-size: 100% 100vh;
    height: calc(100vh - var(--nav-bar-height));
    clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
    background-attachment: fixed;
}

.banner-mensagem {
    padding: 0;
    color: var(--text-color);
    font-size: 35px;
    margin-top: 20px;
}

.aceite-cookie {
    position: fixed;
    bottom: 0px;
    background-color: var(--primary-color);
    min-height: 90px;
    max-height: 270px;
    width: 100%;
    padding: 10px;
    padding-right: 25px;    
}
.aviso-cookie-detalhes {
    font-family: Roboto;
    font-weight: 100;
    font-size: 12px;
    overflow-y: auto;
    max-height: 250px;
}

.confirma-cookie {
    padding-top: 20px;
    padding-left: 0px;
    padding-right: 0px;    
}

.link-secundario {
    border: none !important;
    background: transparent;
    display: inline-block;
    text-align: right;
    text-decoration: underline;
}

a:focus, a:hover {
    color: #000000;
    text-decoration: underline;
}

.collapse a:hover,
.collapse a:focus {
    color: #000000; /* cor do texto preto */
}

.titulo-principal {
    color: #d4d4d4;
    line-height: 1;
}

.titulo-secundario {
    color: #ffff;
}

.label-pagina {
    color: #d4d4d4;
    font-family: Roboto;
}

.informacoes-label {
    font-family: 'Estricta bold';
    color: #ffff;
}

.ocultar {
    opacity: 0;
    transition: opacity 0.5s ease;
    display: none;
}

.padding-left0{
    padding-left: 0px;
}

.padding-right0 {
    padding-right: 0px;
}

.forma-pagamento-font{
    font-family: 'Estricta bold';    
}

.ocultar-forma-pagamento{
    visibility: hidden;    
}

.ocultar-forma-pagamento-hover {
    pointer-events: none;
}


.ocultar-forma-pagamento-bordas {
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    padding-bottom: 11px !important;
}

.subtitle-pronto {
    font-size: 25px;
    margin-top: 24px;
    margin-bottom: 23px;
}


/* CSS para exibir a div suavemente ao carregar */
@keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* Aplicar animação fade-in à div #aceiteCookie */
.aviso-cookie {
    animation: fade-in 1s ease; /* Duração e função de tempo da animação */
}

.cpf-cnpj-option {
    margin-top: 15px;
}

.login-box-adm {
    max-width: 400px;
    padding-bottom: 15px;
}

.form-login-adm {
    margin-top: 40px;
    padding: 15px;
    min-width: 300px;
}

a {
    cursor: pointer;
    color: #ffff;
}

.text {
    font-family: 'Roboto bold';
}

.secondary-text-size {
    font-size: 16px;
}

.secondary-text-modal {
    font-family: Roboto !important;
    color: black !important;
}

.principal-text-modal {
    font-family: Estricta !important;
    color: black !important;
}

/* Estilo para o select fechado */
.select-white {
    color: #ffffff; /* cor do texto branco */
}

/* Estilo para o select aberto */
.select-black {
    color: #000000; /* cor do texto preto */
}

.icon-phone-aviso {
    font-size: 37px;
    line-height: 60px;
}


.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.center {
    text-align: center;
}


text-left {
    text-align: left;
}

.inline-block {
    display: inline-block;
}

.full-width {
    width: 100% !important;
}

.number-circle {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    padding: 8px;
    text-align: center;
    font-size: 17px;
    color: #fff;
}

.icon {
    color: #fff;
    vertical-align: text-top;
}

.full-div {
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
}

.padding-left5 {
    padding-left: 5px;
}

.row.margin {
    margin: 0px;
}

.borda-regular {
    border: 1px solid #b7b7b7;
}

.panel-body {
    padding: 0;
}

.no-margin-top {
    margin-top: 0px !important;
}

.margin-top20 {
    margin-top: 20px !important;
}

no-marginI {
    margin: 0px !important;
}

.no-padding {
    padding: 0px !important;
}

.margin-left10 {
    margin-left: 10px;
}

.margin-right10 {
    margin-right: 10px;
}

.margin-bottom-35 {
    margin-bottom: 35px;
}

.margin-bottom10 {
    margin-bottom: 10px;
}

.margin-bottom20 {
    margin-bottom: 20px !important;
}

.positive-text {
    color: #56ca7c !important;
}

.positive-text-green {
    color: #009432 !important;
}

.negative-text-red {
    color: #EA2027 !important;
}

.positive-bg {
    background-color: #56ca7c !important;
}

.positive-hover:hover {
    background-color: #63d388 !important;
}

.negative-text {
    color: #e07373;
}

.overflow-hidden {
    overflow: hidden;
}

.modal {
    display: block !important;
    opacity: 1 !important;
    overflow: auto !important;
    background-color: rgba(0,0,0,0.6) !important;
}

.modal-dialog {
    top: 200px;
    margin-bottom: 50px;
}

.modal-content {
    border-radius: 0;
}

.modal-header,
.modal-body,
.modal-footer {
    border: 0;
    padding: 25px 45px;
}

.modal-header {
    padding-bottom: 15px;
}

.modal-body {
    padding-top: 0;
    padding-bottom: 0;
}

.modal-footer {
    padding-top: 15px;
    padding-bottom: 0px;
}

.close-modal {
    padding: 2px 8px !important;
    color: #fff !important;
    font-size: 27px !important;
    opacity: 1 !important;
    margin: 0 !important;
    position: absolute;
    right: 0;
    top: 0;
}

.modal-footer .buttons {
    margin-bottom: 10px;
}

.modal-footer .button {
    padding: 6px 12px;
}

.modal-title {
    font-size: 23px;
    color: black !important;
    font-family: 'Estricta bold'
}

.modal-text {
    font-size: 13px;
    margin-bottom: 35px;
}

.modal-text-small {
    margin-bottom: 15px;
}

/*--------------------- topo ------------------*/

.top-bar {
    color: #fff;
    height: var(--nav-bar-height);
    width: 100%;
}


.logo-box {        
    height: 60px;
    display: inline-block;
    border-bottom: 4px solid;
    border-top: 4px solid;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.logo {
    height: 100%;
    margin: 0 15px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center left;
}

.user-controls {
    height: 60px;
    display: inline;
    vertical-align: middle;
}

    .user-controls .acesso-lojista a.text {
        color: #fff;
        text-decoration: underline;
        padding-right: 10px;
    }

    .user-controls .dropdown a.text {
        color: #fff;
    }

        .user-controls .dropdown a.text:hover,
        .user-controls .dropdown a.text:focus {
            text-decoration: none;
        }

.user,
.language {
    vertical-align: middle;
    height: 100%;
    padding: 17px 25px;
}

    .user .dropdown-toggle > .icon,
    .language .dropdown-toggle > .icon {
        font-size: 23px;
    }

    .language .icon,
    .user-controls,
    .user-controls .glyphicon {
        line-height: 26px;
    }

        .user-controls .glyphicon {
            padding-left: 5px;
            font-size: 8px;
        }

        .user-controls .dropdown-menu .glyphicon {
            font-size: 14px;
        }

        .user-controls .dropdown-menu {
            border-radius: initial;
            box-shadow: initial;
            background-color: #f5f5f5;
            margin: 0px;
            padding: 0;
            left: initial;
            right: 0;
        }

            .user-controls .dropdown-menu li a {
                border-bottom: 1px solid;
                margin: 0 15px;
                padding: 10px 0;
            }

            .user-controls .dropdown-menu li:last-child a {
                border-bottom: none;
            }

    .language .dropdown-menu {
        width: 161px;
    }

.user-controls .dropdown-menu > li:focus,
.user-controls .dropdown-menu > li:hover,
.user-controls .dropdown-menu > li > a:focus,
.user-controls .dropdown-menu > li > a:hover {
    background-color: #e6e5e5;
}

.user .dropdown-menu {
    min-width: 139px;
    width: 139px;
    left: auto;
    right: 0px;
}

/*-------------- Conteúdo - Porpostas-acordos ----------------*/

.wrap-content {
    padding-top: 25px;
}

.section-title {
    margin-bottom: 15px;
}

.section-title-icon {
    border-radius: 100%;
    width: 60px;
    height: 60px;
    font-size: 46px;
}

    .section-title-icon .icon {
        vertical-align: bottom;
    }

    .section-title-icon.propostas {
        padding-left: 6px;
        line-height: 75px;
    }

    .section-title-icon.acordos {
        padding-left: 8px;
        line-height: 76px;
    }

.section-title-text h1 {
    margin-top: 2px;
    margin-bottom: 3px;
    font-size: 25px;
}

.section-title-text .text {
    font-size: 12px;
}

.fieldset {
    border: 1px solid #b7b7b7;
    border-radius: 7px;
    padding: 30px 10px 10px;
    margin-bottom: 40px;
}

.proposta {
    background-color: transparent;
    margin-top: 0px;
}

.panel {
    background-color: transparent;
}

.credor,
.contatos a {
    display: table;
    background-color: transparent;
    padding: 5px 10px;
    margin-top: -49px;
}

    .contatos a:hover,
    .contatos a:focus,
    .contatos a:active {
        text-decoration: none;
    }

        .contatos a:hover span {
            text-decoration: underline;
        }

    .credor img,
    .credor span,
    .contatos .icon,
    .contatos span {
        display: table-cell;
        vertical-align: middle;
    }

.contatos .icon {
    font-size: 30px;
    line-height: 20px;
}

.credor img {
    max-height: 25px;
    padding-right: 10px;
}

.proposta {
    /*text-align: center;*/
    padding: 0px;
    font-size: 16px;
}

    .proposta .title {
        padding-bottom: 10px;
        font-size: 16px;
    }

    .proposta .text {
        display: inline-block;
    }

.detalhes {
    font-size: 25px;
    line-height: 27px;
}

.box .text a:hover {
    text-decoration: none;
}

.divida {
    color: #ffff;
    font-size: 20px;
    line-height: 20px;
}

.risco {
    margin: -10px -6px 0px -7px;
    border-top: 1px solid;
}


.proposta .box {
    margin-bottom: 10px;
}

input.date {
    padding: 2px 11px;
    width: 100%;
    color: black;
    border-radius: 50px;
    border-color: #ffff;
}

.custom-radio {
    width: 25px;
    height: 25px;
    /*margin: 25px 10px;*/
    border-radius: 100%;
    background-color: #ffff;
    padding: 4px;
}

    .custom-radio input {
        display: none;
    }

    .custom-radio.secondary-bg .icon {
        vertical-align: initial;
        line-height: 24px;
        margin-left: -1px;
    }

.pay-box {
    height: 60px;
    width: 100%;
    margin: 5px 0px 0px;
    background-color: transparent;
}

    .pay-box.add-juros {
        height: 45px;
        font-size: 20px;
    }

.add-juros {
    margin-top: -5px;
    display: inline-block;
    text-align: left;
    margin-left: 30px;
}

.forma-pagamento-opcao{
    margin-top: 5px;
    display: inline-block;
}

.valor-prop {
    display: inline-block;
}

.other-option-value{    
    color: #000000;
}
/*.add-juros .custom-radio {
    margin-top: 30px;
}*/
.box-sem-juros {
    display: inline-block;
}

.pay-box {
    margin-top: 20px;
}

.pay-box-row .pay-box:first-child {
    margin: 0px;
}

.pay-box-row .col-md-5,
.pay-box-row .col-sm-5 {
    padding: 5px;
}

.pay {
    margin: 0px 0;
}

.other-options {
    margin-top: 11px;
}

    .fake-check,
    .other-options select {
        height: 45px;
    }

.fake-check {
    border: 1px solid rgb(169, 169, 169);
    border-right: 0;
    padding: 0;
    background-color: transparent;
}

    .fake-check .custom-radio {
        margin: 12px 5px;
    }

.other-options select {
    border: 1px solid rgb(169, 169, 169) !important;
    border-radius: 0 !important;
    padding: 0;
    padding-left: 15px;
    border-left: 0;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    appearance: menulist;
    background-color: var(--primary-color);
    background-color: transparent;
    color: #ffff;
    font-size: 20px;
    font-weight: bold;
}

    .other-options select:focus {
        outline: none;
    }

.pay-button,
.pay-button a {
    background-color: var(--secondary-color-ligth);
    border-radius: 50px;
    color: #fff;
    padding: 6px 3px 2px;
    font-size: 30px;
}

    .pay-button .icon-pagar {
        display: inline-block;
    }

    .pay-button:hover {
        background-color: var(--secondary-color-ligth);
    }

.links {
    padding: 0 5px;
    margin-bottom: 0 !important;
}

    .links a {
        font-size: 13px;
    }

    .links div {
        padding: 10px 6px;
    }

.acordo .pay-button {
    margin-top: 15px;
}

.text a:hover {
    text-decoration: none;
}

.acordo > .row > div {
    margin-bottom: 15px;
}

.acordo .title {
    padding-bottom: 5px;
}

.panel-group .panel {
    padding: 0;
    margin-bottom: 10px;
}

.panel-default > .panel-heading {
    background-color: #dcdcdc;
}

.panel-title a:focus {
    text-decoration: none;
}

.panel-group .panel + .panel {
    margin-top: 0;
}

.panel-group {
    margin-bottom: 0;
}

.acordo .extra-padding {
    padding: 0;
}


.table-fixed thead tr {
    display: block;
    position: relative;
    width: 100%;
}

.table-fixed thead tr {
    display: inline-block;
    position: relative;
}

.table-fixed thead th {
    padding: 5px;
    width: 22%;
    background-color: RGB(230,230,230);
}

.table-fixed tbody tr, .table-fixed tbody td {
    padding: 5px;
}

.table-fixed thead .col-selecionar-prestacao {
    width: 8%;
}

.table-fixed thead .col-numero-prestacao {
    width: 10%;
}

.table-fixed thead .col-status {
    width: 20%;
}

.table-fixed thead .col-valor-original {
    width: 36%;
}

.table-fixed thead .col-vencimento {
    width: 36%;
}

.table-fixed tbody {
    display: block;
    overflow: auto;
    width: 100%;
    /*height: 250px;*/
    table-layout: fixed;
}

    .table-fixed tbody .col-selecionar-prestacao {
        width: 8%;
    }

    .table-fixed tbody .col-numero-prestacao {
        width: 10%;
    }

    .table-fixed tbody .col-status {
        width: 21%;
    }

    .table-fixed tbody .col-valor-original {
        width: 36%;
    }

    .table-fixed tbody .col-vencimento {
        width: 36%;
    }


.table-acordosHistorico th {
    font-size: 20px;
    color: #005eb8 !important;
    text-align: center;
}

.table-acordosHistorico td {
    font-size: 18px;
    text-align: center;
}

.table-acordosHistorico .col-status-pago {
    color: #009432 !important;
    font-weight: bold;
}

.table-acordosHistorico .col-status-pendente {
    color: #EA2027 !important;
    font-weight: bold;
}

.table-acordosHistorico .col-status-emAndamento {
    color: #F79F1F !important;
    font-weight: bold;
}

.panel-acordo-historico {
    margin-left: 20px;
    margin-right: 20px;
}

#checkbox_prestacoes_reneg {
    cursor: pointer;
}


/*-------------- Conteúdo - Login ----------------*/

.login {
    text-align: center;
    padding: 20px;
    height: 100vh;
}

.wizard {
    margin-top: 20px;
    margin-bottom: 60px;
    display: inline-block;
}

.circle {
    width: 100px;
    height: 100px;
    display: inline-block;
    margin-bottom: 5px;
    border-radius: 100%;
    background-color: #ebebeb;
}

.step:first-child {
    margin-left: -2px;
}

.step-bar {
    width: 92%;
    margin-left: 4%;
    position: relative;
    top: 100%;
    -webkit-transform: translateY(285%);
    -ms-transform: translateY(285%);
    transform: translateY(285%);
    z-index: -2;
    background-color: #ebebeb;
}

.step-bar,
.bar {
    height: 15px;
}

    .bar.active {
        width: 0;
    }

        .bar.active.step2 {
            width: 50%;
        }

        .bar.active.step3 {
            width: 100%;
        }


    .bar.active,
    .circle.active {
        background-color: #56ca7c;
    }

.circle .icon {
    font-size: 48px;
    vertical-align: middle;
    line-height: 114px;
}

.circle .icon-homem {
    font-size: 41px;
    line-height: 112px;
}

.circle .icon-pagando {
    font-size: 48px;
    line-height: 106px;
}

.login-box {
    text-align: center;
    padding: 0px;
    height: calc(100vh - var(--nav-bar-height));
    padding-top: 50px;
    padding-right: 20px;
    padding-left: 20px;
}

    .login-box > div {
        border-bottom: 1px solid #b7b7b7;
        padding: 0px 0px;
        margin: 0 25px;
    }

        .login-box > div:first-child {
            border-bottom: none;
            padding-top: none;
        }

        .login-box > div:last-child {
            border-bottom: none;
        }

    .login-box .title {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .login-box .text {
        height: 25px;
        margin-bottom: 35px;
        font-size: 13px;
    }

.text.alterna-cpf-cnpj {
    height: 15px;
    margin-bottom: 0px;
}

.login-box input {
    width: 100%;
    height: 35px;
    padding-left: 10px;
    margin-bottom: 10px;
}


.login-box .alterna-cpf-cnpj input {
    width: 20px;
    height: 15px;
}

.form-control.alterna-cpf-cnpj {
    margin-bottom: 31px;
}

.ou {
    width: 35px;
    padding: 0 10px;
    margin: 15px auto;
    margin-top: -36px;
    background-color: #fff;
}

.button {
    border-radius: 7px;
    padding: 10px 25px;
    font-size: 20px;
    cursor: pointer;
    color: #585858;
    background-color: #e1e1e1;
}

.button-disabled {
    cursor: default !important;
    pointer-events: none !important;
    color: #fff !important;
    background-color: #bababa !important;
}

    .button-disabled:hover {
        background-color: #bababa !important;
    }

.buttons .button {
    margin-left: 10px;
}

.button:hover {
    background-color: #d3d3d3;
}

.primary-button {
    color: #fff;
    border: 0;
    width: 100%;
    border-radius: 50px;
    background-color: var(--secondary-color-ligth);
}


.login-box .primary-button {
    margin-top: 10px;
}

.forgot-password {
    display: inline-block;
    text-align: left;
}

/*---------------- Pagamento -------------*/
.payment {
    text-align: center;
    padding-top: 15px;
}

.payment-container {
    width: 320px;
    margin: 0 auto;
}

.circle .icon-check {
    font-size: 75px;
    line-height: 123px;
}

.circle .icon-money {
    font-size: 70px;
    line-height: 123px;
}

.step-content {
    text-align: left;    
}

.no-margin {
    margin: 0;
}

.custom-form .title {
    font-size: 20px;
    margin-bottom: 15px;
}

.form-section {
    margin-bottom: 20px;
}

.form-section-cadastro {
    margin-bottom: 0px;
}

.buttons {
    margin-top: 5px;
    margin-bottom: 30px;
}

.cep-help {
    margin-top: 32px;
    display: inline-block;
}

.step-title {
    font-size: 25px;
}

.step-text {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 25px;
}

    .step-text span {
        padding-left: 15px;
        text-decoration: underline;
    }

.nav-tabs {
    text-align: center;
    border-bottom: none;
    font-size: 12px;
}

    .nav-tabs > li {
        margin-bottom: -4px;
    }

    .nav-tabs li a,
    .nav-tabs li.active a,
    .nav-tabs li a:hover,
    .nav-tabs li.active a:hover,
    .nav-tabs li a:focus,
    .nav-tabs li.active a:focus {
        border: 1px solid #b7b7b7;
        border-radius: 7px 7px 0 0;
        color: white;
        background-color: transparent;
    }

        .nav-tabs li.active a,
        .nav-tabs li.active a:hover,
        .nav-tabs li.active a:focus {
            border-bottom: none;
        }

    .nav-tabs > li > a {
        margin-right: 0;
    }

.nav > li > a:focus, .nav > li > a:hover {
    background-color: #f9f9f9;
}

.nav-tabs a,
.nav-tabs a:hover {
    color: #585858;
}

.nav-tabs .icon {
    font-size: 40px;
    line-height: 35px;
    color: #dcdcdc;
}

    .nav-tabs .icon.icon-boleto {
        font-size: 45px;
    }

.boleto {
    margin-top: -5px;
}

.nav-tabs li:not(.active) .icon.principal-text {
    color: #dcdcdc !important;
}

.tab-content {
    border: 1px solid #b7b7b7;
    border-top: none;
    text-align: left;
    padding: 50px 15px 40px;
    border-radius: 0 0 7px 7px;
    margin-bottom: 60px;
    margin-top: 3px;
}

.boleto-title {
    font-size: 18px;
    margin-bottom: 10px;
}

.tab-content i.icon {
    font-size: 16px;
}

.tab-content .custom-radio {
    margin-left: 0;
    margin-right: 3px;    
}

.print span {
    font-size: 13px;
}

.tab-content form.custom-form {
    width: 240px;
    margin: 0 auto;
    padding-left: 0px;
}

.tab-content .custom-radio.secondary-bg .icon {
    margin-left: 0;
}

.tab-content .e-mail span {
    vertical-align: text-bottom;
    margin-bottom: 3px;
}

.tab-content .print i {
    margin-right: 5px;
    font-size: 18px;
    margin-bottom: 10px;
}

.tab-content .buttons {
    margin-top: 20px;
    margin-bottom: 0;
}

.tab-content .form-group {
    text-align: left;
}

.validade {
    width: 68px;
}

.secure {
    padding-right: 15px !important;
}

.padding-right15 {
    padding-right: 15px;
}


.secure-environment span {
    font-size: 10px;
}

.secure-environment .icon {
    color: #cecece;
    font-size: 20px;
    padding-left: 15px;
}

.step-sub-title {
    font-size: 20px;
}

.step-text .sub {
    margin-bottom: 20px;
}

.pronto .step-text .icon {
    font-size: 23px;
}

.pronto .step-text span {
    text-decoration: none;
}

.pronto {
    text-align: center;
}

    .pronto .step-title,    
    .pronto .step-sub-title {
        text-align: center;
    }

    .pronto .buttons {
        margin-top: 15px;
        margin-left: -15px;
        margin-bottom: 50px;
    }
    

/*----------------- Modais -----------------*/

.modal-dialog.aguarde {
    width: auto;
    text-align: center;
}

.aguarde .modal-header {
    padding: 0;
}

.aguarde .modal-title {
    font-size: 30px;
    margin-bottom: 10px;
}

.aguarde .modal-text {
    font-size: 20px;
    margin-bottom: 30px;
}

.proposta-aceita.modal-dialog,
.backoffice.modal-dialog {
    text-align: center;
    width: auto;
}

.proposta-aceita .modal-body > .row > div,
.backoffice .modal-body > .row > div {
    margin-top: 15px;
}

    .proposta-aceita .modal-body > .row > div:first-child,
    .backoffice .modal-body > .row > div:first-child {
        margin-top: 0;
    }

.loader img {
    width: 100px;
    height: 100px;
}

.positive-text.icon {
    font-size: 80px;
    line-height: 65px;
}

.backoffice .modal-title {
    margin-bottom: 20px;
}

.backoffice .modal-text {
    font-size: 14px;
}

.proposta-aceita .modal-footer,
.backoffice .modal-footer {
    text-align: center;
}

.proposta-aceita .buttons {
    margin-top: 20px;
}

.backoffice .buttons {
    margin-top: 0;
}

.negative-text {
    margin-bottom: 20px;
}

.verificar-cpf {
    font-size: 16px;
    text-align: center;
}

    .verificar-cpf .buttons {
        margin-top: 50px;
    }

.cpf-title {
    font-size: 16px;
    margin: 0 0 10px;
}

.cpf {
    width: 80px;
    display: inline-block;
    text-align: center;
    padding-left: 6px;
    padding-right: 6px;
}

.cnpj {
    width: 80px;
    display: inline-block;
    text-align: center;
    padding-left: 6px;
    padding-right: 6px;
}

.visible-xs .icon {
    font-size: 40px;
    line-height: 46px;
    color: #ebebeb;
}

    .visible-xs .icon.active {
        color: #56ca7c !important;
    }

.visible-xs .step .bold {
    font-size: 12px;
}

.visible-xs .step {
    padding: 11px;
}

.wizard.visible-xs {
    margin: 40px 0;
    border: 1px solid #c4c4c4;
    border-radius: 7px;
}

.login-box > div.text {
    text-align: center;
    border: none;
    margin-bottom: 15px;
}

.modal-title {
    margin-bottom: 5px;
}

.canais .modal-title {
    margin-bottom: 20px;
}

.canais-contatos div i {
    font-size: 30px;
}

.canais-contatos div .text,
.canais-contatos div a {
    line-height: 35px;
    vertical-align: text-top;
    padding-left: 10px;
}

.canais-contatos div .text-truncate {
    margin-left: 10px;
}

.canais-contatos div a {
    color: #585858;
    text-decoration: underline;
}

.box-border {
    margin: 10px 0 25px;
    border: 1px solid #b7b7b7;
}

    .box-border > .inline-block {
        padding: 15px 10px;
        text-align: center;
        height: 93px;
    }

.table-detalhes {
    text-align: center;
}

    .table-detalhes th {
        background-color: #f5f5f5;
        text-align: center;
        padding: 0 5px;
    }

    .table-detalhes tr:nth-child(even) {
        background-color: #f5f5f5;
    }

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border: none;
}

.send-to .icon-email {
    font-size: 100px;
    line-height: 55px;
}

.send-to .modal-text {
    margin-bottom: 10px;
}

.password .buttons {
    margin-left: -10px;
}

.password .modal-body {
    margin-bottom: 10px;
}

.modal-dialog.detalhes-modal {
    top: 330px;
}

.detalhes-modal .modal-body > .row > div {
    padding: 0;
}

.detalhes-modal .modal-footer {
    padding: 15px !important;
}

.table {
    font-size: 30px;
    margin-bottom: 25px;
}

.detalhes-modal .panel-body {
    padding: 10px;
}

.detalhes-modal .modal-title {
    margin-bottom: 10px;
}

.textarea-panel {
    margin-bottom: 20px;
}

    .textarea-panel .panel .panel-body {
        padding: 0;
    }

    .textarea-panel textarea {
        border-radius: 0;
    }

.modal-top-space {
    top: 200px !important;
}

/*------------Notificacao---------------------*/
.menuNotificacaoFechado {
    height: calc(100% - 95px);
    width: 0;
    position: fixed;
    z-index: 1;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.menuNotificacaoAberto {
    height: calc(100% - 95px);
    width: 30%;
    position: fixed;
    z-index: 200;
    right: 0;
    background-color: #fff;
    border-left: 1px solid #000;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

    .menuNotificacaoAberto a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }

        .menuNotificacaoAberto a:hover {
            color: #f1f1f1;
        }

    .menuNotificacaoAberto .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }



/*============== MEDIA QUERIES ===============*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

    /*----------Topo---------*/
    .user, .language {
        padding: 17px 15px;
    }

    .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        padding: 5px 3px;
    }

    .table th,
    .table td {
        vertical-align: middle !important;
        border-left: 1px solid #ddd !important;
    }

        .table th:first-child,
        .table td:first-child {
            border-left: none !important;
        }

    .table {
        font-size: 13px;
    }

    .login-box {
        padding-top: 0px;
        padding-right: 0px;
        padding-left: 0px;
        height: 100%;
    }

    .titulo-site {
        font-size: 40px !important;
        margin-bottom: 10px;
        margin-top: 15px;
        text-align: left;
        line-height: 1;
    }

    .logo-box {        
        width: 240px;
    }

    .banner-mensagem {
        padding: 0;
        color: var(--text-color);
        font-size: 25px;
        margin-top: 20px;
    }

    .secondary-text-size {
        font-size: 16px;
    }

    .titulo-secundario {
        font-size: 24px;
    }

    .esqueci-minha-senha {
        margin-top: 40px;
    }

    .form-esqueci-senha {
        margin-top: 20px;
    }


    .language .icon, .user-controls, .user-controls .glyphicon {
        line-height: 57px;
    }

    .link-secundario {
        text-align: center;
    }

    .forgot-password {
        text-align: center;
        margin-top: 15px;
    }

    .primeiro-acesso {
        margin-top: 15px;
    }

    .canais-atendimento {
        text-align: center;
        margin-top: 10px;
    }

    .form-login-adm {
        margin-top: 40px;
        padding: 15px;
    }

    .add-juros {
         margin-left: 0px; 
    }

    .box-sem-juros {        
        margin-left: 51px;
    }

    .tab-content form.custom-form {
        width: 310px;
        margin: 0 auto;
        padding-left: 0px;
    }

    .forma-pagamento-font {        
        font-size: 14px;
    }

    .opcao-boleto {
        margin-bottom: 25px;
    }

    .tab-content .custom-radio {
        margin-left: inherit;
        vertical-align: text-bottom;
    }

    .nav-tabs > li {
        margin-bottom: -4px;
    }

    .payment-pronto-container{
        width: 310px;
    }

    .pronto{
        padding: 0px;
    }

    .subtitle-pronto {     
        padding-left: 20px;
    }

}

/* Custom */
@media only screen and (min-width : 360px) {

    .table th,
    .table td {
        border-left: none !important;
    }

    .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        padding: 8px 9px;
    }

    .table {
        font-size: 13px;
    }

    .payment-container {
        width: 100%;
    }

    .titulo-site {
        font-size: 40px !important;
        margin-bottom: 10px;
        margin-top: 15px;
        text-align: left;
        line-height: 1;
    }

    .login-box {
        padding-top: 00px;
        padding-right: 0px;
        padding-left: 0px;
        height: 100%;
    }

    .link-secundario {
        text-align: center;
        padding-top: 20px;
    }

    .forgot-password {
        text-align: center;
        margin-top: 15px;
    }

    .primeiro-acesso {
        margin-top: 15px;
    }

    .canais-atendimento {
        text-align: center;
        margin-top: 10px;
    }

    .logo-box {        
        width: 340px;
    }

    .banner-mensagem {
        padding: 0;
        color: var(--text-color);
        font-size: 24px;
        margin-top: 20px;
    }

    .secondary-text-size {
        font-size: 16px;
    }

    .language .icon, .user-controls, .user-controls .glyphicon {
        line-height: 57px;
    }

    .titulo-principal {
        font-size: 35px;
    }

    .titulo-secundario {
        font-size: 20px;
    }

    .label-pagina {
        font-size: 15px;
        margin-bottom: -11px;
    }

    .informacoes-label {
        font-size: 20px;
    }

    .form-section-captcha {
        margin-bottom: 15px;
    }

    .form-login-adm {
        margin-top: 40px;
        padding: 15px;
    }

    .add-juros {
        margin-left: 0px;
    }

    .box-sem-juros {
        margin-left: 51px;
    }

    .tab-content form.custom-form {
        width: 328px;
        margin: 0 auto;
        padding-left: 0px;
    }

    .tab-content {
        border: 1px solid #b7b7b7;
        border-top: none;
        text-align: left;
        padding: 18px 9px 40px;
        border-radius: 0 0 7px 7px;
        margin-bottom: 50px;
        margin-top: 3px;
    }

    .forma-pagamento-font {
        font-size: 14px;
    }

    .opcao-boleto {
        margin-bottom: 25px;
    }

    .tab-content .custom-radio {
        margin-left: inherit;
        vertical-align: text-bottom;
    }

    .ocultar-forma-pagamento-bordas {
        padding-bottom: 8px !important;
    }

    .payment-pronto-container {
        width: 360px;
    }

    .pronto {
        padding: 0px;
    }

    .subtitle-pronto {
        padding-left: 25px;
    }

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

    .login-box {
        padding-top: 30px;
        padding-right: 0px;
        padding-left: 0px;
        height: 100%;
        margin-left: 60px;
    }

    .title-login {
        padding-right: 50px;
    }

    .login-form {
        /*padding-right: 100px;*/
        width: 400px;
    }

    .titulo-site {
        font-size: 70px !important;
        margin-bottom: 10px;
        margin-top: 15px;
        text-align: left;
        line-height: 1;
    }

    .banner-mensagem {
        font-size: 30px !important;
        padding-right: 5px;
    }

    .esqueci-minha-senha {
        width: 450px;
        margin-top: 70px;
    }


    .titulo-secundario {
        font-size: 20px;
    }

    .label-pagina {
        font-size: 12px;
        margin-bottom: -11px;
    }

    .informacoes-label {
        font-size: 20px;
    }

    .form-section-cadastro {
        max-width: 450px;
    }
    .painel-propostas {
        width: 450px;
        margin-bottom: 60px;
    }

    .fieldset {
    border: 1px solid #b7b7b7;
    border-radius: 7px;
    padding: 30px 10px 10px;
    margin-bottom: 40px;
    }

    /*----------Topo---------*/
    .user, .language {
        padding: 0px 15px;
    }

    /*----------Conteúdo - Propostas-acordos---------*/

    .table {
        font-size: 13px;
    }


    .payment-container {
        width: 470px;
    }

    .link-secundario {
        text-align: center;
        margin-top: 20px;
    }

    .canais-atendimento {
        text-align: center;
    }

    .forgot-password {
        text-align: center;
    }

    .form-login-adm {
        margin-top: 40px;
        padding: 15px;
        width: 450px;
    }


    .form-consulta-cliente {
        width: 470px;
    }


    .painel-propostas {
        width: 450px;
    }

    .box-sem-juros {
        margin-left: 0px;
    }

    .tab-content {
        border: 1px solid #b7b7b7;
        border-top: none;
        text-align: left;
        padding: 50px 15px 40px;
        border-radius: 0 0 7px 7px;
        margin-bottom: 60px;
        margin-top: 3px;
    }

    .forma-pagamento-font {
        font-size: 14px;
    }

    .ocultar-forma-pagamento-bordas {
        padding-bottom: 11px !important;
    }

    .payment-pronto-container {
        width: 470px;
    }


}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

    /*----------Conteúdo - Propostas-acordos---------*/
    .titulo-site {
        font-size: 70px !important;
        margin-bottom: 10px;
        margin-top: 15px;
        text-align: left;
        line-height: 1;
    }

    .login-box {
        padding-top: 30px;
        padding-right: 0px;
        padding-left: 0px;
        height: 100%;
        margin-left: 0px;
    }

    .title-login {
    }

    .login-form {
        /*padding-right: 100px;*/
        width: 500px;
    }

    .forgot-password {
        text-align: center;
    }

    .primeiro-acesso {
        text-align: center;
    }

    .canais-atendimento {
        text-align: center;
    }

    .forgot-password {
        text-align: center;
    }

    .esqueci-minha-senha {
        width: 500px;
        margin-top: 70px;
    }

    .titulo-principal {
        font-size: 50px;
    }

    .titulo-principal-adm {
        padding-left: 40px;
    }

    .titulo-secundario {
        font-size: 20px;
    }

    .label-pagina {
        font-size: 12px;
        margin-bottom: -11px;
    }

    .informacoes-label {
        font-size: 20px;
    }

    .form-section-cadastro {
        max-width: 450px;
    }

    .form-login-adm {
        margin-top: 40px;
        padding: 15px;
        width: 450px;
    }

    .painel-propostas {
        width: 450px;
    }


    .form-consulta-cliente {
        width: 490px;
    }

    .section-title-icon {
        border-radius: 100%;
        width: 70px;
        height: 70px;
        font-size: 53px;
    }

        .section-title-icon.propostas {
            padding-left: 8px;
            line-height: 85px;
        }

        .section-title-icon.acordos {
            padding-left: 9px;
            line-height: 87px;
            clear: both;
        }

    .section-title-text h1 {
        margin-top: 5px;
        font-size: 36px;
    }

    .section-title-text .text {
        font-size: 14px;
    }

    .step {
        margin-left: 110px;
        width: 146px;
    }

    .pull-bottom {
        display: flex;
        align-items: flex-end;
        vertical-align: bottom;
        float: none;
    }

    .fieldset {
        padding: 30px 20px 20px;
    }

    .proposta {
        font-size: 18px;
    }

        .proposta .title {
            font-size: 17px;
        }

    .detalhes {
        font-size: 25px;
        line-height: 27px;
    }

    .divida {
        font-size: 18px;
        line-height: 23px;
    }

    .pay-box {
        float: left;
    }

    .pay-box-row .pay-box:first-child {
        margin: 0px;
    }

    .pay {
        margin: 0px 0;
    }

    .acordo .title {
        padding-bottom: 10px;
    }

    .acordo > .row > div {
        margin-bottom: 0px;
    }

    .fake-check {
        width: 9.333333%;
    }

    .other-options select {
        width: 90.666667%;
    }

    /*------------ Conteúdo - Pagamento ------------*/

    .payment-container {
        width: 730px;
    }

    .cep-help {
        margin-left: 10px;
        margin-right: 0;
    }

    .nav-tabs .icon {
        font-size: 55px;
        line-height: 57px;
        color: #dcdcdc;
    }

        .nav-tabs .icon.icon-boleto {
            font-size: 65px;
        }

    .nav-tabs {
        font-size: initial;
    }

    .tab-content {
        padding-top: 60px;
    }

    .boleto-title {
        font-size: 25px;
    }

    .tab-content form.custom-form {
        width: 450px;
        margin: 0 auto 20px;
        padding-left: 11px;
    }

    .tab-content .custom-radio {
        margin-left: inherit;
        vertical-align: text-bottom;
    }

    .print span {
        font-size: initial;
    }

    .secure-environment span {
        font-size: inherit;
    }

    .tab-content form.custom-form {
        margin-bottom: 40px;
    }

    /*------------ Validar CPF ------*/

    .cpf-title {
        font-size: 16px;
        margin: 20px 0;
    }

    /*------------ Modais ------------*/
    .modal-title {
        font-size: 30px;
        color: black !important;
        font-family: 'Estricta bold';
    }

    .modal-text {
        font-size: initial;
    }

    .modal-footer .button {
        padding: 6px 20px;
    }

    .proposta-aceita.modal-dialog,
    .backoffice.modal-dialog {
        text-align: center;
        width: 530px;
    }

    .proposta-aceita .modal-body > .row > div,
    .backoffice .modal-body > .row > div {
        margin-top: 0;
    }

    .modal-dialog.aguarde {
        width: 450px;
    }

    .aguarde .modal-header {
        padding: 25px 45px;
        padding-bottom: 15px;
    }

    .canais {
        width: 430px;
        margin: 0 auto;
    }

    .desconheco {
        width: 510px;
        margin: auto;
    }

    .detalhes-modal {
        width: 580px;
        margin: auto;
    }

    .box-border > .inline-block {
        padding: 15px;
        text-align: center;
        width: auto;
    }

    .password {
        width: 480px;
        margin: 0 auto;
    }

        .password .modal-body {
            margin-bottom: 0px;
        }

    .ja-quitei {
        width: 475px;
        margin: 0 auto;
    }

        .ja-quitei .modal-text {
            font-size: 14px;
        }

    .table {
        font-size: 14px;
    }

    .box-border > .inline-block {
        height: auto;
    }

    .table th,
    .table td {
        border-left: none !important;
    }

    .modal-dialog.detalhes-modal {
        top: 200px;
    }

    .tab-content {
        border: 1px solid #b7b7b7;
        border-top: none;
        text-align: left;
        padding: 50px 15px 40px;
        border-radius: 0 0 7px 7px;
        margin-bottom: 60px;
        margin-top: 3px;
    }

    .forma-pagamento-font {
        font-size: 18px;
    }

    .ocultar-forma-pagamento-bordas {
        padding-bottom: 11px !important;
    }

    .payment-pronto-container {
        width: 567px;
    }

    .risco {
        margin: -13px -6px 0px -7px;
        border-top: 1px solid;
    }

    .link-secundario {
        text-align: center;
        margin-top: 5px;
    }

}

/* Medium Devices, Desktops */
@media (min-width : 992px) {

    .titulo-site {
        font-size: 35px !important;
        margin-bottom: 5px;
        margin-top: 0px;
        text-align: left;
        line-height: 1;
    }

    .banner-mensagem {
        font-size: 22px !important;
        padding-right: 5px;
    }


    .login-box {
        padding-top: 5px;
        padding-right: 0px;
        padding-left: 20px;
        height: 100%;
        margin-left: 0px;
    }

    .title-login {
    }

    .login-form {
        max-width: 400px;
    }

    .forgot-password {
        text-align: left;
    }

    .primeiro-acesso {
        text-align: right;
    }

    .canais-atendimento {
        text-align: left;
    }

    .esqueci-minha-senha {
        width: 500px;
        margin-top: 70px;
    }

    .titulo-principal {
        font-size: 50px;
    }

    .titulo-principal-adm {
        padding-left: 40px;
    }

    .titulo-secundario {
        font-size: 20px;
    }

    .label-pagina {
        font-size: 12px;
        margin-bottom: -11px;
    }

    .informacoes-label {
        font-size: 20px;
    }

    .form-section-cadastro {
        max-width: 450px;
    }

    .form-login-adm {
        margin-top: 40px;
        padding: 15px;
        width: 450px;
    }

    .form-consulta-cliente {
        width: 490px;
    }

    .painel-propostas {
        width: 450px;
    }

    .pull-bottom {
        display: flex;
        align-items: flex-end;
        vertical-align: bottom;
        float: none;
    }

    /*----------Conteúdo - Propostas-acordos---------*/
    .no-padding-md {
        padding: 0 !important;
    }

    .acordo > .row > .col-md-2 {
        margin: 0 3px;
    }

    .panel-group {
        padding: 0;
    }

        .panel-default,
        .panel-group .panel-heading + .panel-collapse > .panel-body {
            border: none;
            box-shadow: none;
        }

    .proposta {
        margin-top: 15px;
    }

    .extra-padding {
        padding: 0 23px 10px;
    }

    /*        .collapse {
            display: block !important;
        }*/

    .acordo {
        margin-top: 9px;
    }

        .acordo .extra-padding {
            padding: 0 23px 10px;
        }

        .acordo .pay-button {
            margin-top: 7px;
        }

    /*----------Conteúdo - Login---------*/

    input.extra-margin-bottom {
        margin-bottom: 55px;
    }

    .login-box > div {
        border-bottom: none;
        border-left: 1px solid #b7b7b7;
        padding: 0 25px;
        margin: 0;
    }

        .login-box > div:first-child {
            border-left: none;
        }

    .forgot-password {
        display: inline-block;
    }

    /*----------Conteúdo - Pagamento---------*/

    /*    .payment {
        padding-top: 55px;
    }*/

    .step-content {
        padding: 0 15px;
    }

    .step-title {
        font-size: 35px;
    }

    .step-text {
        font-size: 16px;
        line-height: 25px;
    }

    .box-sem-juros {
        margin-left: 0px;
    }

    .tab-content {
        border: 1px solid #b7b7b7;
        border-top: none;
        text-align: left;
        padding: 50px 15px 40px;
        border-radius: 0 0 7px 7px;
        margin-bottom: 60px;
        margin-top: 3px;
    }

    .ocultar-forma-pagamento-bordas {
        padding-bottom: 11px !important;
    }


}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {


    .section-title {
        font-size: 70px !important;
    }


    .titulo-site {
        font-size: 45px !important;
        margin-bottom: 10px;
        margin-top: 0px;
        text-align: left;
        line-height: 1;
    }

    .banner-mensagem {
        font-size: 22px !important;
    }

/*    .form-group{
        padding-bottom: 5px;
    }*/

    .login-box {
        padding-top: 5px;
        padding-right: 0px;
        height: 100%;
        padding-left: 0px;
    }

        .login-box input {
         margin-bottom: 0px;
        }

    .title-login {
    }

    .login-form {
        width: 500px;
    }

    .forgot-password {
        text-align: left;
    }

    .primeiro-acesso {
        text-align: right;
    }

    .canais-atendimento {
        text-align: left;
    }

    .esqueci-minha-senha {
        width: 500px;
        margin-top: 70px;
    }

    .titulo-principal {
        font-size: 50px;
    }

    .titulo-principal-adm {
        padding-left: 40px;
    }

    .titulo-secundario {
        font-size: 20px;
    }

    .label-pagina {
        font-size: 12px;
        margin-bottom: -11px;
    }

    .informacoes-label {
        font-size: 20px;
    }

    .form-section-cadastro {
        max-width: 450px;
    }

    .form-login-adm {
        margin-top: 40px;
        padding: 15px;
        width: 450px;
    }

    .form-consulta-cliente {
        width: 490px;
    }

    .painel-propostas {
        width: 450px;
    }

    .box-sem-juros {
        margin-left: 0px;
    }

    .tab-content {
        border: 1px solid #b7b7b7;
        border-top: none;
        text-align: left;
        padding: 50px 15px 40px;
        border-radius: 0 0 7px 7px;
        margin-bottom: 60px;
        margin-top: 3px;
    }


    /*----------Conteúdo - Propostas-acordos---------*/
    .acordo > .row > .col-md-2 {
        margin: 0 10px;
    }

}


@media only screen and (min-width : 1600px) {


    .section-title {
        font-size: 45px !important;
    }


    .titulo-site {
        font-size: 55px !important;
        margin-bottom: 5px;
        margin-top: 0px;
        text-align: left;
        line-height: 1;
    }

    .banner-mensagem {
        font-size: 20px !important;
        padding-right: 5px;
    }

    .login-box {
        padding-top: 3px;
        padding-right: 0px;
        height: 100%;
    }

    .title-login {
    }

    .login-form {
        width: 450px;
    }

    .cpf-cnpj-option {
        margin-top: 10px;
    }

    .forgot-password {
        text-align: left;
    }

    .primeiro-acesso {
        text-align: right;
    }

    .canais-atendimento {
        text-align: left;
    }

    .esqueci-minha-senha {
        width: 500px;
        margin-top: 70px;
    }

    .form-esqueci-senha {
        width: 450px;
    }

    .titulo-secundario {
        font-size: 24px;
    }


    .titulo-principal {
        font-size: 50px;
    }

    .titulo-principal-adm {
        padding-left: 40px;
    }

    .titulo-secundario {
        font-size: 20px;
    }

    .label-pagina {
        font-size: 12px;
        margin-bottom: -11px;
    }

    .informacoes-label {
        font-size: 20px;
    }

    .form-section-cadastro {
        max-width: 450px;
    }


    .form-consulta-cliente {
        width: 490px;
    }

    .painel-propostas {
        width: 450px;
    }

    .w-100 {
        width: 100%;
    }

    .box-sem-juros {
        margin-left: 0px;
    }

    /*----------Conteúdo - Propostas-acordos---------*/
    .acordo > .row > .col-md-2 {
        margin: 0 10px;
    }

    .data-nascimento {
        min-width: 300px;
        min-height: 500px
    }

    .tab-content {
        border: 1px solid #b7b7b7;
        border-top: none;
        text-align: left;
        padding: 50px 15px 40px;
        border-radius: 0 0 7px 7px;
        margin-bottom: 60px;
        margin-top: 3px;
    }

}




@media only screen and (min-width : 1800px) {


    .section-title {
        font-size: 70px !important;
    }


    .titulo-site {
        font-size: 70px !important;
        margin-bottom: 10px;
        margin-top: 15px;
        text-align: left;
        line-height: 1;
    }

    .banner-mensagem {
        font-size: 30px !important;
        padding-right: 5px;
    }


    .login-box {
        padding-top: 0px;
        padding-right: 0px;
        padding-left: 80px;
        height: 100%;
    }

    .title-login {
    }

    .login-form {
        width: 500px;
    }

    .forgot-password {
        text-align: left;
    }

    .primeiro-acesso {
        text-align: right;
    }

    .canais-atendimento {
        text-align: left;
    }

    .titulo-principal {
        font-size: 50px;
    }

    .titulo-principal-adm{
        padding-left: 40px;
    }

    .titulo-secundario {
        font-size: 20px;
    }

    .label-pagina {
        font-size: 12px;
        margin-bottom: -11px;
    }

    .informacoes-label {
        font-size: 20px;
    }

    .form-section-cadastro {
        max-width: 450px;
    }

    .form-consulta-cliente {
        width: 490px;
    }


    .esqueci-minha-senha {
        width: 500px;
        margin-top: 70px;
    }

    .form-esqueci-senha {
        width: 450px;
    }

    .painel-propostas{
        width: 450px;
    }

    .box-sem-juros {
        margin-left: 0px;
    }

    .tab-content {
        border: 1px solid #b7b7b7;
        border-top: none;
        text-align: left;
        padding: 40px 15px 00px;
        border-radius: 0 0 7px 7px;
        margin-bottom: 60px;
        margin-top: 3px;
    }

}




/* Large Devices, Wide Screens */
@media only screen and (min-width : 2800px) {

    :root {
        --nav-bar-height: 150px;
    }

    .titulo-site {
        font-size: 150px !important;
    }

    .section-title {
        font-size: 120px !important;
    }

    /*----------Conteúdo - Propostas-acordos---------*/
    .acordo > .row > .col-md-2 {
        margin: 0 10px;
    }

    .login-box {
        padding-top: 150px;
        padding-right: 100px;
        padding-left: 150px;
        height: 100%;
    }

    body {
        font-size: 50px
    }

    .login-box input {
        width: 100%;
        height: 70px;
        padding-left: 10px;
        margin-bottom: 10px;
    }

    .form-control {
        padding: 6px 12px;
        font-size: 40px;
    }

    .login-box .alterna-cpf-cnpj input {
        width: 50px;
        height: 55px;
    }


    .logo-box {
        min-width: 610px;
        min-height: 200px;
    }

    .box-sem-juros {
        margin-left: 0px;
    }

    .tab-content {
        border: 1px solid #b7b7b7;
        border-top: none;
        text-align: left;
        padding: 50px 15px 40px;
        border-radius: 0 0 7px 7px;
        margin-bottom: 60px;
        margin-top: 3px;
    }

}

@media (min-width: 767px) {
    .user {
        padding-left: 0px;
        padding-bottom: 0px;
        padding-right: 0px;
    }

        .user .dropdown-toggle.text, .user .acesso-lojista .text {
            padding-left: 15px;
            padding-bottom: 17px;
            padding-right: 15px;
        }

    .menuNotificacaoAberto {
        width: 30%;
    }
}

@media (max-width: 767px) {
    .user, .language {
        padding: 0px;
    }

        .user .dropdown-toggle.text, .user .text {
            padding: 0;
        }

            .user .dropdown-toggle.text .icon.icon-homem {
                padding: 17px 15px;
            }

    .menuNotificacaoAberto {
        width: 100%;
    }
}


@media print {
    .payment-container {
        width: 730px;
    }

    .cep-help {
        margin-left: 10px;
        margin-right: 0;
    }

    .nav-tabs .icon {
        font-size: 55px;
        line-height: 57px;
        color: #dcdcdc;
    }

        .nav-tabs .icon.icon-boleto {
            font-size: 65px;
        }

    .nav-tabs {
        font-size: initial;
    }

    .tab-content {
        padding-top: 60px;
    }

    .boleto-title {
        font-size: 25px;
    }

    .tab-content form.custom-form {
        width: 341px;
        margin: 0 auto 20px;
        padding-left: 11px;
    }

    .tab-content .custom-radio {
        margin-left: inherit;
    }

    .print span {
        font-size: initial;
    }

    .secure-environment span {
        font-size: inherit;
    }

    .tab-content form.custom-form {
        margin-bottom: 40px;
    }
}
