﻿body {
    background-color: white;
    font-family: Arial;
}

img {
    max-width: 100%;
}

section {
    background-size: cover;
    min-height: 100vh;
    position: relative;
    display: block;
    width: 100%;
}


.logo-home {
    position: absolute;
    left: 30px;
    top: 30px;
    height: auto;
    min-width: 35px;
}

.logo-resultado {
    margin: 10px 0;
}

.titulo-simulador {
    max-width: 45vh;
    height: auto;
    margin-top: 30px;
    margin-bottom: 50px;
}

.fundo-hab {
    border-radius: 15px;
    max-width: 652px;
    margin: auto;
    position: relative;
    overflow: hidden;
}

.fundo-hab:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0.1;
}

.fundo-hab input {
    font-size: 20px;
}

.font-explicacao {
    font-size: 14pt;
    padding: 15px 0 15px 0;
}

.pelicula-fundo-passos,
.pelicula {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.1;
}

.home-conteudo p {
    text-align: justify;
    color: white;
    font-size: 20px;
}

.pelicula-fundo-passos {
    background-image: url("../img/fundo-passos.png");
    opacity: 1;
}

section button.btn.btn-primary {
    color: #fff !important;
    border: 0 none;
}

section button.btn.btn-default {
    background: #e1e1e1;
    color: #333 !IMPORTANT;
    text-shadow: none;
    box-shadow: none;
    border: 0;
}

section button.btn {
    border-radius: 0;
    padding: 12px 24px;
    font-size: 16px;
}

.bg-1 .fundo-hab:before,
.barra-tamanho.bg-1 {
    background: #12527d;
}

.bg-2 .fundo-hab:before,
.barra-tamanho.bg-2 {
    background: #608550;
}

.bg-3 .fundo-hab:before,
.barra-tamanho.bg-3 {
    background: #e8a537;
}

.bg-4 .fundo-hab:before,
.barra-tamanho.bg-4 {
    background: #2c8693;
}

.bg-5 .fundo-hab:before,
.barra-tamanho.bg-5 {
    background: #ff6500;
}

.bg-6 .fundo-hab:before,
.barra-tamanho.bg-6 {
    background: #900bc9;
}

.bg-7 .fundo-hab:before,
.barra-tamanho.bg-7 {
    background: #6c2e16;
}

.bg-8 .fundo-hab:before,
.barra-tamanho.bg-8 {
    background: #FF0000;
}

.bg-1 {}

.bg-1 .pelicula {
    background: #12527d;
    background: -moz-linear-gradient(top, #2cafe3 1%, #9ed6ed 51%, #2cafe3 100%);
    background: -webkit-linear-gradient(top, #2cafe3 1%, #9ed6ed 51%, #2cafe3 100%);
    background: linear-gradient(to bottom, #2cafe3 1%, #9ed6ed 51%, #2cafe3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2cafe3', endColorstr='#2cafe3', GradientType=0);
}

.bg-1.barra-tamanho {
    background: #12527d;
}

.bg-1 * {
    color: #12527d;
}

.bg-1 button.btn-primary {
    background: #12527d !important;
}

.bg-azul {
    background-image: url(../img/bg-simulador.jpg);
}

.bg-2 {}

.bg-2 .pelicula {
    background-color: #608550 !important;
    background: -moz-linear-gradient(top, #2cafe3 1%, #9ed6ed 51%, #2cafe3 100%);
    background: -webkit-linear-gradient(top, #2cafe3 1%, #9ed6ed 51%, #2cafe3 100%);
    background: linear-gradient(to bottom, #2cafe3 1%, #9ed6ed 51%, #2cafe3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2cafe3', endColorstr='#2cafe3', GradientType=0);
}

.bg-2 * {
    color: #608550 !important;
}

.bg-2 button.btn-primary {
    background: #608550 !important;
    border: 0 none;
}

.bg-3 {}

.bg-3 .pelicula {
    background: #e8a537;
    background: -moz-linear-gradient(top, #e8a537 0%, #e2c79e 52%, #e8a537 100%);
    background: -webkit-linear-gradient(top, #e8a537 0%, #e2c79e 52%, #e8a537 100%);
    background: linear-gradient(to bottom, #e8a537 0%, #e2c79e 52%, #e8a537 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8a537', endColorstr='#e8a537', GradientType=0);
}

.bg-3 * {
    color: #e8a537 !important;
}

.bg-3 button.btn-primary {
    background: #e8a537 !important;
    color: #fff !important;
}

.bg-3 button.btn-primary {
    background: #e8a537 !important;
    color: #fff;
    border: none !important;
}

.bg-4 {}

.bg-4 .pelicula {
    background-color: #2c8693 !important;
}

.bg-4 * {
    color: #2c8693 !important;
}

.bg-4 button.btn-primary {
    background: #2c8693 !important;
    color: #fff !important;
}

.bg-5 {}

.bg-5 .pelicula {
    background-color: #ff6500 !important;
}

.bg-5 * {
    color: #ff6500 !important;
}

.bg-5 button.btn-primary {
    background: #ff6500 !important;
    color: #fff;
    border: none !important;
}

.bg-6 {}

.bg-6 .pelicula {
    background-color: #900bc9 !important;
}

.bg-6 * {
    color: #900bc9 !important;
}

.bg-6 button.btn-primary {
    background: #900bc9 !important;
    color: #fff !important;
}

.bg-7 {}

/*.barra-tamanho.bg-7*/
.bg-7 .pelicula {
    background-color: #6c2e16 !important;
}

.bg-7 * {
    color: #6c2e16 !important;
}

.bg-7 button.btn-primary {
    background: #6c2e16 !important;
    color: #fff !important;
}

.bg-8 {}

/*.barra-tamanho.bg-7*/
.bg-8 .pelicula {
    background-color: #ce4b44 !important;
}

.bg-8 * {
    color: #ce4b44 !important;
}

.bg-8 button.btn-primary {
    background: #ce4b44 !important;
    color: #fff !important;
}

.bg-vermelho {}

.barra-tamanho.bg-vermelho .bg-vermelho.pelicula {
    background-color: #2c8693 !important;
}

.bg-vermelho * {
    color: #2c8693 !important;
}

.bg-vermelho button.btn-primary {
    background: #2c8693 !important;
    color: #fff !important;
}

section button.btn-iniciar {
    padding: 9px 40px;
    font-size: 25px !important;
    margin-top: 55px;
    font-weight: 100;
    margin-bottom: 24px;
    letter-spacing: 2px;
}

section small {
    color: #585858 !important;
}

footer {
    width: 100%;
    padding: 10px 30px 30px 30px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.color {
    background: #2cafe3;
    background: -moz-linear-gradient(top, #2cafe3 1%, #2cafe3 51%, #2cafe3 100%);
    background: -webkit-linear-gradient(top, #2cafe3 1%, #2cafe3 51%, #2cafe3 100%);
    background: linear-gradient(to bottom, #2cafe3 1%, #2cafe3 51%, #2cafe3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2cafe3', endColorstr='#2cafe3', GradientType=0);
}

.input-Tela {
    background-color: white;
    border-radius: 10px 10px;
}

.input-Tela-2 {
    height: 5rem;
    border-radius: 1rem;
}

.label-Tela {
    height: 5rem;
    border-radius: 1rem;
    font-size: 16px;
}

.titulo {
    font-size: 5rem;
}

.titulo-alert {
    font-size: 20px;
}

.font-size-16px {
    font-size: 16px;
}

.font-total {
    height: 5rem;
    border-radius: 0rem;
    font-size: 20px;
    line-height: 2;
}

.vertical-align {
    vertical-align: middle;
    display: table-cell;
    line-height: initial;
}

.font-total label.vertical-align {
    margin: 0;
    padding: 0;
    font-size: 17px;
    height: 50px;
    text-align: right;
    right: 0;
}

.calculo {
    width: 10px;
    top: 0;
    right: 0;
    position: fixed;
    bottom: 0;
}

.calculo>div {
    transition: 0.5s all;
    display: block;
    min-height: 6vh;
}

.calculo label {
    margin: 0;
    min-width: 119px;
    text-align: right;
}

.informação-de-porcentagem {
    text-align: center;
    position: absolute;
    right: 21px;
    font-size: 14px;
}

.informação-de-porcentagem>div {
    height: auto;
}

.barra {
    display: flex;
    padding-left: 200px;
}

.barra>div {
    float: left;
    height: 374px;
}

.conteudo-porcentagem {
    text-align: center;
    position: absolute;
    right: 14px;
    font-size: 14px;
    margin: auto;
    bottom: 0;
    height: 32px;
    top: 0;
}

.conteudo-porcentagem>div {
    min-height: 37px;
    width: auto;
    font-size: 12px;
}

.conteudo-porcentagem>label {
    height: auto;
    margin: 0;
}

.barra-tamanho {
    display: block;
    position: relative;
}

.final {
    bottom: 0;
    width: auto;
    height: 300px;
}

.final-font {
    bottom: 0;
    width: auto;
    position: absolute;
    color: white !important;
}

.txt1 {
    font-size: 35px;
    color: #ddd;
}

.txt2 {
    font-size: 55px;
    color: #ddd;
}

.input-renda-familiar {
    color: black !important;
    font-size: 85px;
    border-bottom: 3px solid #ccc !important;
    width: 450px;
    background-image: none;
    height: 100px;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    border-radius: 0;
}

input.input-renda-familiar:focus,
input.input-renda-familiar:active {
    border-top: none !important;
    border-bottom: none !important;
    border-right: none !important;
    border-left: none !important;
    outline: none;
    border-bottom: 3px solid #ccc !important;
}

.fundo-renda-familiar {
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 15px;
    max-width: 652px;
    margin: auto;
    padding: 5rem 0rem 3rem 0rem;
}

.margin-top-50px {
    margin-top: 50px;
}

.resultado-final {
    padding: 11px 0px;
    text-align: center;
    margin: auto;
    width: 360px;
    border-radius: 10px;
    right: 0;
    left: 0;
    opacity: 0.8;
}

.resultado-final-saldo {
    font-size: 27px;
}

.resultado-final-valor {
    font-size: 35px;
    font-weight: bold;
    color: white;
}

.resultado-final label {
    display: block;
    color: white;
}

.resultado-final p {
    color: white;
    margin: 0;
    padding: 0 15px;
}

.conteudo-porcentagem {}

.conteudo-porcentagem h1 {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    cursor: pointer;
}

input[type=number] {
    margin: 0;
}

.total-item {
    font-size: 22px;
    margin-top: 15px;
}

.titulo-renda {
    margin-top: 100px;
}

.titulo-renda h1 {
    font-size: 60px;
}

.titulo-renda h1 small {
    display: block;
    font-size: 50px;
}

.sub-titulo {
    font-size: 2rem;
}

.sub-titulo p {
    color: #000000 !important;
}

.conteudo-resultado {
    /*position: absolute;*/
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    padding-top: 50px;
}

.font-explicacao {
    color: #000000 !important;
}

.titulo-final {
    font-size: 50px;
}

.resultado .calculo {
    width: 28px !important;
}

.resultado .conteudo-porcentagem {
    right: 36px;
}

.calculo>div {
    transition: 0.5s all;
    display: block;
    min-height: 6vh;
    width: 100%;
}

.mobile {}

.mobile .calculo {
    padding: 0 !important;
    position: relative;
    margin: 0 !important;
    width: 100%;
}

.mobile .calculo>div {
    min-height: initial;
}

.mobile .conteudo-porcentagem {
    color: white !important;
}

.mobile .barra {
    display: flex;
    padding: 0;
}

.mobile .barra>div {
    float: left;
    overflow: hidden;
    min-height: 100vh;
}

.mobile .conteudo-porcentagem {
    text-align: center;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    padding: 0;
    height: 18px;
}

.mobile .calculo label {
    color: white !important;
    display: contents;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
    text-align: center;
    font-size: 19px;
}

.mobile .calculo label {}

.btn-modal {
    position: absolute;
    top: 10px;
    right: 20px;
    border-radius: 3px;
    background: #fff;
    border: 0;
    border: 1px solid #bbb;
}

.btn-modal>div {
    width: 23px;
    border: 0 none;
    background: #666;
    height: 3px;
    margin: 5px 0 5px 0;
}

.position-absolute {
    position: absolute;
}

/*.modal-header*/
.close {
    margin-top: -2px;
    position: absolute;
    right: 1px;
    top: 6px;
    background: #222 !important;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    opacity: 0.8 !important;
    color: #D9D9D9 !important;
    line-height: 8px;
    padding: 0 !important;
    z-index: 13;
}

[contentEditable=true]:empty:not(:focus):before {
    content: attr(data-text)
}


.modal-dialog {
    margin: 0;
    padding: 0;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 0.9;
}

#chart-1-license-text {
    display: none;
}

#chart-1-wrapper {
    margin: auto;
}

.azul {
    background-color: #4169E1 !important;
}

.amarelo {
    background-color: #ff9000 !important;
}

.verde {
    background-color: #006400 !important;
}

.vermelho {
    background-color: #FF0000 !important;
}

.mensagem {
    max-width: 300px;
    margin: 22px auto;
    font-size: 16px;
}

.logo {
    float: left;
    margin-top: 6px;
    margin-right: 9px;
    width: 40px;
}

.logo-qual-renda {
    float: left;
    width: 55px;
    margin: 15px 15px 0 7px;
}

.mascote {}