section#calculadora {
    width:100%;
    float:left;
    padding-top: 50px;
    padding-bottom:100px;
}

.stepper {
  display: table;
  width: 100%;
  height: 44px;
  border-collapse: collapse;
  background-color: #fff;
}

.stepper-display {
    display: table-cell;
    text-align: center;
    border: 0;
    border-bottom: 1px solid #292929;
    vertical-align: middle;
    font-size: 1.4rem;
}

.stepper-display .stepper-display-number {
  font-weight: 600;
  border: none;
  width: 2em;
  padding: unset;
  text-align: center;
}

body {
    background: #BABABA;
    font-family: 'Roboto', sans-serif;
}

.box-full {
    background:#fff;
    border-radius:8px;
    width:100%;
    padding:30px;
    min-height:580px;
    float: left;
}

.box-md {
    background:#fff;
    border-radius:8px;
    width:100%;
    padding:30px;
    margin-bottom:20px;   
    min-height: 245px;
}

.box-md p{
    text-align:center;
    margin-bottom:0;
}

.buttons.simples button {
    background:#fff;
    border:3px solid #184071;
    border-radius:4px;
    text-align:center;
    color:#184071;
    text-transform:uppercase;
    font-weight:600;
    line-height:40px;
    width:48%;
    margin:2px;
    outline:none;
}

button.bt1 p{
    margin:0;
}

.buttons.simples button.on {
    background: #184071;
    color:#fff;
    border-color: #184071;
}

button.bt2 p{
    margin:0;    
}

.buttons.simples {
    width:100%;
    float:left;
    margin-bottom:40px;
    text-align:center;
}

.inputs label {
    font-size: 14px;
    font-weight: 500;
}

.inputs {
    width:100%;
    float:left;
}

.inputs .form-group {
    margin-bottom: 30px;
}

.inputs .form-group:last-child{
  margin:0;
}

#calculadora select {
    border: 1px solid #060606;
    font-weight: 600;
    color: #060606;
    height: 50px;
    text-align: center;
    font-size: 18px;
}

p.resultado {
    font-size:80px;
    font-weight:600;
    position:relative;
    margin-top:20px;
    color: #184071;
}

p.resultado:before{
    content:"R\0024";
    font-size:18px;
    font-weight:300;
    top:50px;
    position:absolute;
    margin-left:-40px;
}

/*
p.resultado:after{
    content:"/ano";
    font-size:18px;
    font-weight:300;
    top:60px;
    position:absolute;
    margin-left:15px;
}

.box-md.mensalidade p.resultado:after{
    content:"/m\00eas";
}
*/

.stepper-display .stepper-display-number{
    width:50%;
    outline:none;
}

.box-md{
    position:relative;
}

/*
.box-md.economizar:before {
    content:"";
    background:url(../img/pig.png)no-repeat;
    background-size:contain;
    width:100px;
    height:100px;
    position:absolute;
    left:12px;
    bottom:10px;
}
*/

.box-md.reducao:before,
.box-md.mensalidade:before {
    content:"";
    background:url(../img/money.png)no-repeat;
    background-size:contain;
    width:85px;
    height:85px;
    position:absolute;
    left:16px;
    bottom:14px;
    display: none;
}

.cta-buttons {
    width:100%;
    float:left;
}


.cta-buttons p{
    margin:0;
}

button.abrir-empresa {
    border:0;
    background:#38d0fc;
    border: 3px solid #38d0fc;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 40px;
    width: 48%;
    margin: 2px;
    outline: none;
    cursor:pointer;
}

button.trocar-contador {
    border:0;
    background: #C3E663;
    border: 3px solid #C3E663;
    border-radius: 4px;
    text-align: center;
    color: #26292D;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 40px;
    width: 100%;
    margin: 2px;
    outline: none;
    cursor:pointer;
}

.cta-buttons p.info {
    color: #000;
    font-weight: 400;
    text-align:center;
    margin-bottom: 10px;
    font-size: 16px;
}

.box-md.areas .info h2 {
    text-align:left;
    font-size:16px;
    line-height:20px;
}

.box-md.areas .info p {
    text-align:left;
    font-size:14px;
    line-height:20px;
}

.box-md.areas .info{
    margin-bottom:25px;
}

button.trocar-contador:hover {
    background:#190707;
    border-color:#190707;
    color:#57B66F;
}

.cta-buttons {
    background:#ede9e6;
    padding:20px;
    border-radius: 10px;
}

.cta-buttons .box-whatsapp {
    display:flex;
    align-items: center;
    justify-content: flex-start;
}

.cta-buttons .box-whatsapp .w-image img{
    width:100px;
    height:100px;
    border-radius:100px;
    object-fit:cover;
    object-position: top;
}

.cta-buttons .box-whatsapp .w-message{
    padding-left:20px;
    text-align:center;
}

.cta-buttons .box-whatsapp .w-message p {
    text-align:left;
}

.cta-buttons .box-whatsapp .w-message button p{
    text-align:center;
}

#modal-capture,
#modal-msg,
#modal-download, 
#modal-success {
    z-index:999999;
    margin-top: 50px;
}

.modal-backdrop.fade.show {
    z-index:99999;
    background:#000;
    opacity:0.8;
}

button.bt-next,
button.bt-back,
button.bt-gerar-relatorio,
button.bt-finalizar{
    border:0;
    border-radius:100px;
    padding: 18px 50px;
    font-weight:700;
    font-size: 20px;
    text-transform:uppercase;
    background: #212529;
    color:#fff;
    margin:0 10px;
}

.col-md-12.cta {
    text-align:center;
    margin-top:20px;
}

#modal-capture input[type="text"],
#modal-capture input[type="email"]{
    border:1px solid #000;
    border-radius:4px;
    color:#000;
    height:50px;
}

#modal-capture textarea{
    border:1px solid #000;
    border-radius:4px;
    color:#000;
}

#modal-capture h5 {
    font-weight:700;
    text-align: center;
    width: 100%;
}

#modal-capture button.bt-enviar {
    font-size:18px;
    border-radius: 8px;
    border:0;
    width:100%;
    padding:10px;
    font-weight:700;
    background: #c4e763;
    color: #000;
}

#modal-msg,
#modal-download, 
#modal-success {
    text-align:center;
}

#modal-msg h2,
#modal-download h2, 
#modal-success h2 {
    font-weight:700;
    font-size:28px;
    line-height:32px;
    margin-bottom:20px;
}

#modal-msg p a,
#modal-download p a, 
#modal-success p a{
    color:#48B753;
    font-size:16px;
    line-height:18px;
}

.wrapper-loader {
    height:150px;
    text-align:center;
    /* width: 250px; */
}

.loader {
    width: 58px;
    height: 58px;
    border: 5px solid #c4e763;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    margin-top:40px;
}

body.modal-open #calculadora {
    filter: blur(10px);
}

body.modal-open .modal-backdrop.fade.show{
  display:none;
}

#modal-capture .modal-content {
  background:#184071;
}

#modal-capture h5{
  color:#fff;
  margin-top: 10px;
}

#modal-capture .modal-header{
  border-bottom:0;
}

input[type=text],
input[type=date]{
    border: 1px solid #060606;
    font-weight: 600;
    color: #060606;
    height: 50px; 
}

button.bt-calcular {
    background:#C3E663;
    border:0;
    width:100%;
    font-weight:600;
    padding:15px;
    font-size:20px;
    border-radius:8px;
    outline:none;
}

button.bt-calcular:hover {
    background:#adda2f;
}

.inputs .two-col {
    display:flex;
    align-content: center;
    align-items: center;
}

.inputs .two-col label{
    width:30%;
    margin:0;
}

.inputs .two-col .options {
    width:70%;
    display:flex;
}

.inputs .two-col .options select{
    margin:0px 5px;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
} 

@media only screen and (max-width:768px){
    .buttons.simples button{
        width:100%;
        font-size:15px;
    }

    .buttons.simples {
        margin-bottom:20px;
    }

    .box-full{
        padding:20px;
    }

    .inputs label{
        text-align:center;
        width:100%;
    }

    .box-full.calculo {
        min-height: auto;
        width:100%;
        float:left;
        margin-bottom:20px;
    }

    section#calculadora {
        padding-top:30px;
    }

    .inputs .form-group:last-child{
        margin-bottom:20px;
    }

    .box-md{
        min-height:auto;
    }

    .box-md.economizar:before {
        width:60px;
        height:60px;
    }

    .box-md.mensalidade:before {
        width:50px;
        height:50px;
    }

    p.resultado{
        font-size:30px;
    }

    p.resultado:before {
        top: 10px;
        margin-left: -30px;
    }

    p.resultado:after {
        top: 10px;
        margin-left: 7px;
    }
    
    .cta-buttons button{
        width:100%;
        margin-bottom:10px;
    }
}