.calculadora .titulo {

    padding: 20px 0 0;

    margin: 0;

    color: #004d99;

    font-weight: 700;

    font-size: 28px

}



.calculadora label {

    display: inline-block;

    max-width: 100%;

    width: 100%;

    font-weight: 700;

    color: #004d99

}



.calculadora .form-control {

    display: block;

    width: 100%;

    height: 34px;

    padding: 6px 12px;

    font-size: 14px;

    line-height: 1.42857143;

    color: #555;

    background-color: #fff;

    background-image: none;

    border: 1px solid #004d99;

    height: 46px;

    border-radius: 0;

    margin: .6rem 0

}



.calculadora .calcular {

    width: 110px;

    height: 40px;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #fff !important;

    border-color: #004d99 !important;

    background-color: #004d99 !important;

    text-decoration: none;

    border-radius: 0;

    font-weight: 400;

    font-size: 18px;

    border: none

}



.calculadora .calcular:hover {

    background-color: #007c8a !important;

}

@media(max-width: 992px){
    .calculadora .box{
        padding: 25px;
    }
}



.calculadora h6 {

    color: #004d99;

    font-weight: 700;

    font-size: 76px;

    line-height: 60px;

    margin: 0

}



.calculadora h3 {

    color: #3c3c3c;

    font-size: 13px;

    font-weight: 300;

    margin-top: .5rem

}



.calculadora-botao {

    z-index: 10000;

    width: 160px;

    position: fixed;

    bottom: 120px;

    right: -5px

}

@media(max-width: 768px){
	.calculadora-botao{
		bottom: 150px;
	}
}



.calculadora-botao img {

    box-shadow: rgb(0, 0, 0, .3) 0 12px 14px -6px;

    border-radius: 80px;

    width: 100px;

   /*  height: 100px; */

    object-fit: contain

}



.bg-balao {

    background: url(../../../assets/img/balao_conversa.webp);

    background-size: cover;

    background-position: center;

    background-repeat: no-repeat;

    height: 90px

}



.ml-2, .mx-2 {

    margin-left: .5rem!important;

}



.text-right {

    text-align: right!important;

}



@media (max-width:992px) {

    .calculadora-botao img {

        width: 90px

    }

}



@media (max-width:576px) {

    .calculadora-botao {

        bottom: 80px;

        right: 2px;

        width: 100px

    }

    .calculadora-botao img {

        width: 70px

    }



    .bg-balao {

        height: 50px

    }

    .bg-balao.pt-3 {

        padding-top: .3rem !important

    }

    .bg-balao p {

        line-height: normal

    }

    .bg-balao .fs-15 {

        font-size: 10px !important

    }

}



@media (max-width:580px) {

    .calculadora-botao {

        bottom: 140px

    }

}



@media (max-width:320px) {

    .bg-balao p {

        font-weight: 100 !important;

        line-height: 21px

    }

}