body,
li,
p,
td {
  font-family: 'Fira Sans';
}
/*.ui-transition(@transitions){
  transition: @transitions cubic-bezier(0.25, 0.1, 0.25, 1);
}*/
.tar {
  text-align: right !important;
}
.tac {
  text-align: center !important;
}
#simulador {
  margin-top: 0;
  margin-bottom: 0;
  background-color: #fafafa;
  border-bottom: 5px solid #a8cc2e;
}
#simulador header {
  height: 90px;
  background: #a8cc2e url('../img/titulo.png') no-repeat 20px 20px;
}
#simulador header h1 {
  display: none;
}
#simulador header p {
  padding: 14px 40px 0 40px;
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  margin-left: 26.666667%;
}
#simulador header em {
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}
#simulador header .explicacao {
  position: absolute;
  left: 472px;
  top: 80px;
  width: 507px;
  height: 315px;
  background: url('../img/explicacao2.png') no-repeat 0 0;
  z-index: 300;
  cursor: pointer;
  padding: 41px 44px 0 28px;
}
#simulador header .explicacao p {
  color: #6c787d;
  font-size: 14px;
  line-height: 20px;
  padding: 8px 0 0 0;
  margin: 0;
}
#simulador img {
  display: none;
}
.lightbox {
  display: none;
}
#opcoes {
  background-color: #fafafa;
  z-index: 200;
}
#opcoes ul {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 0;
}
#opcoes li {
  position: relative;
  padding: 25px 15px;
  list-style-type: none;
  border-top: 1px solid #dcdddf;
}
#opcoes li span {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
}
#opcoes h3 {
  margin-top: 0;
  padding-top: 5px;
  padding-left: 52px;
  height: 48px;
  color: #38474d;
  font-weight: bold;
  font-size: 18px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
#opcoes .inativo {
  opacity: 0.5;
}
#opcoes input {
  position: absolute;
  right: 15px;
  top: 25px;
  width: 116px;
  border-color: lightgray;
  border-style: solid;
  border-radius: 8px;
  border-width: 2px 1px 1px;
  color: #772d82;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
#opcoes input.salario-atual {
  width: 173px!important;
}
#opcoes input[type="text"] {
  color: transparent;
  text-shadow: 0 0 0 #772d82;
}
#opcoes input[type="text"]:focus {
  outline: none;
}
#opcoes .explicacao {
  position: absolute;
  width: 507px;
  height: 315px;
  padding: 48px 32px 32px 48px;
  background: url('../img/explicacao.png') no-repeat 0 0;
  z-index: 300;
  cursor: pointer;
}
#opcoes .explicacao p {
  color: #6c787d;
  font-size: 14px;
  line-height: 23px;
}
/*#nav-1 h3 { background-image: url('../img/ico-1.png'); }
#nav-2 h3 { background-image: url('../img/ico-2.png'); }
#nav-3 h3 { background-image: url('../img/ico-3.png'); }
#nav-4 h3 { background-image: url('../img/ico-4.png'); }
#nav-5 h3 { background-image: url('../img/ico-5.png'); }
#nav-6 h3 { background-image: url('../img/ico-6.png'); }*/
#nav-1 h3 {
  background-image: url('../img/ico-1.png');
}
#nav-2 h3 {
  background-image: url('../img/ico-3.png');
}
#nav-3 h3 {
  background-image: url('../img/ico-4.png');
}
#nav-4 h3 {
  background-image: url('../img/ico-5.png');
}
#nav-5 h3 {
  background-image: url('../img/ico-6.png');
}
#nav-6 h3 {
  background-image: url('../img/ico-6.png');
}
#nav-2 em {
  position: relative;
  top: -22px;
  display: inline-block;
  margin-left: -67px;
  padding: 2px 0 0 0;
  width: 16px;
  height: 16px;
  background-color: #a8cc2e;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  font-style: normal;
  border-radius: 32px;
  cursor: pointer;
}
#nav-2 .explicacao {
  left: 230px;
  top: -125px;
}
#nav-4 button {
  font-size: 25px;
  height: 38px !important;
  border-color: lightgrey;
  border-style: solid;
  border-radius: 8px;
  border-width: 2px 1px 1px;
  color: #772d82;
  width: 116px;
  position: absolute;
  right: 0;
  margin-top: 12px;
  background-image: none;
  background-color: #FFFFFF;
  font-weight: bold;
  /*&:nth-child(2n+1) {
      margin-right: 10px;
    }
    &:hover {
      border-color: @cor-texto;
    }
    &:active,
    &:focus {
      outline: none;
      border-color: @cor-verde;
      background-color: #fff;
      color: @cor-texto;
    }
    &.selected{
        outline: none;
        border-color: @cor-roxo;
        background-color: #fff;
        color: @cor-texto;

    }*/
}
#nav-4 div {
  position: absolute;
  right: 15px;
  top: 20px;
  width: 230px;
}
#resultados {
  background: #f3f3f3 url('../img/bg-resultados.png') no-repeat 0 0;
}
#resultados section[id*=passo] {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
#resultados .inativo {
  display: none;
}
/*#passo-1 { background-image: url('../img/0p.png'); }
#passo-2 { background-image: url('../img/15p.png'); }
#passo-3 { background-image: url('../img/30p.png'); }
#passo-4 { background-image: url('../img/45p.png'); }
#passo-5 { background-image: url('../img/60p.png'); }
#passo-6 { background-image: url('../img/80p.png'); }*/
/*#passo-7 { background-image: url('../img/100p.png'); }*/
#passo-1 {
  background-image: url('../img/0p.png');
}
#passo-2 {
  background-image: url('../img/30p.png');
}
#passo-3 {
  background-image: url('../img/45p.png');
}
#passo-4 {
  background-image: url('../img/60p.png');
}
#passo-5 {
  background-image: url('../img/80p.png');
}
#passo-6 {
  padding: 6px 30px;
}
#passo-6 .nav {
  padding: 15px;
  border-bottom: 1px solid #989898;
}
#passo-6 .nav a {
  margin-right: 5px;
  border: 1px solid #38474d;
  color: #666766;
  text-transform: uppercase;
}
#passo-6 .nav .active a {
  background-color: #38474d;
  color: #fff;
}
#passo-6 button {
  text-align: center;
  background-color: #38474d;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 10px;
  margin-left: 6px;
  cursor: pointer;
}
#passo-6 button:active,
#passo-6 button:focus {
  outline: none;
}
#passo-6 a {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  margin-left: 6px;
  margin-top: 9px;
  background-color: #a8cc2e;
  cursor: pointer;
}
#passo-6 a:active,
#passo-6 a:focus {
  outline: none;
}
#passo-6 img {
  width: auto;
  height: auto;
  display: block!important;
  max-width: 100%;
}
#passo-6 .pizza-print {
  display: none !important;
}
#passo-6 .razao {
  display: none!important;
}
#passo-6 .acesse {
  display: none!important;
}
.saldo-estimado {
  padding: 15px;
  height: 32px;
  color: #666766;
  font-size: 18px;
}
.saldo-estimado p {
  display: block;
  width: 50%;
  float: left;
}
#txt-saldo-estimado {
  color: #86a225;
  font-weight: bold;
  font-size: 32px;
  text-align: right;
}
.modal-content {
  border-radius: 0;
  box-shadow: none;
}
.modal-header,
.modal-footer {
  border: 0;
}
.modal-title {
  width: 100%;
  height: 32px;
  background: url('../img/titulo-modal.png') no-repeat 0 0;
  text-indent: -9999px;
  overflow: hidden;
}
.modal-footer {
  text-align: center;
}
.modal-footer button {
  background-color: #38474d;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
}
.modal-body table {
  margin-top: 16px;
  margin-bottom: 16px;
}
.modal-body th {
  width: 20%;
  font-weight: normal;
  vertical-align: top;
}
.modal-body td {
  padding-top: 15px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
}
.periodo,
.modal-body th {
  padding-top: 15px;
  border-top: 1px solid #38474d;
}
#tempo-selecionado {
  padding-bottom: 16px;
}
#tempo-selecionado h5 {
  display: inline-block;
  padding: 8px 16px 4px;
  background-color: #38474d;
  color: #fff;
  border-radius: 4px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.resultados-periodo {
  width: 100%;
  margin-top: 5px;
}
.resultados-periodo th,
.resultados-periodo td {
  padding: 9px;
}
.resultados-periodo td {
  font-size: 16px;
}
.resultados-periodo thead td {
  font-weight: bold;
  font-size: 18px;
}
.resultados-periodo .odbr {
  color: #a8cc2e;
  font-weight: bold;
}
.resultados-periodo tbody {
  background-color: #fff;
}
.resultados-periodo tbody td {
  text-align: center;
}
.resultados-periodo th {
  text-align: right;
  font-weight: 400;
  border-right: 1px solid #772d82;
  border-top: 0 !important;
}
@media (max-width: 768px) {
  #opcoes input,
  #opcoes input.salario-atual {
    position: relative;
    width: 100% !important;
    margin: 0 auto;
    text-align: center;
    align-content: center;
    top: 0;
    right: 0;
    margin-top: 20px !important;
  }
  #nav-4 div {
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  #nav-4 button {
    margin: 5px 0 !important;
  }
  #chart-container {
    width: 100% !important;
  }
  #no-mes {
    width: 100% !important;
  }
  #passo-6 .pizza {
    position: relative !important;
    padding: 20px 0;
    top: 0 !important;
  }
  #passo-6 {
    padding: 0;
  }
}
@media (min-width: 992px) {
  section#simulador {
    max-width: 1030px;
  }
}
