body{
    background: transparent;
    border: 1px solid #000;
    padding: 25px;
    border-radius: 15px;
    position: relative;
}
.alert{
	display: none;
	color: #ff0000;
}
.btn-primary{
	margin: 20px 0;
}

.tela-carregamento{
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.5);
    z-index: 99;
    position: absolute;
    margin: -25px;
}
.tela-carregamento .alinha-tela-carregamento{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

#form_financiar .alinha_form_financiar{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
#form_financiar .alinha_form_financiar .campos{
	width: 30%;
}
#form_financiar input[type=range]{
	height: 15px;
}
#form_financiar .alinha_form_financiar .alinha_btn{
	width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
	margin-top: 20px;
}

#form_financiar #prazo_financiar {
	margin-top: 30px;
}

.resultado_financiar{
	width: 100%;
	background-color: #CCCCCC;
	justify-content: space-around;
	flex-wrap: wrap;
	padding: 30px 0;
	display: none;
}
.resultado_financiar_show{
	display: flex;
}
.resultado_financiar .resultado_financiar_item{
	width: calc(25% - 15.75px);
    padding: 20px;
}
.resultado_financiar .resultado_financiar_item span{
	width: 100%;
	float: left;
	font-size: 30px;
	line-height: 32px;
	text-align: center;
	font-weight: bold;
}
.resultado_financiar .resultado_financiar_item small{
	width: 100%;
	float: left;
	font-size: 15px;
	line-height: 17px;
	text-align: center;
}
.resultado_financiar hr{
	height: 90px;
    width: 1px;
    margin: 0 10px;
    background-color: #000;
    border: 0;
}
.resultado_financiar .alinha_btn{
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 20px;
}
.resultado_financiar .btn{
	margin-bottom: 0;
}

#primeiraEtapa {
	display: none;
}

#segundaEtapa {
	width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
#segundaEtapa .campos{
    width: 40% !important;
}
#segundaEtapa .alinha_btn{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

@media screen and (max-width:900px) {
	#form_financiar .alinha_form_financiar .campos{
		width: 90%;
	}
	.resultado_financiar .resultado_financiar_item{
		width: 90%;
	}
	.resultado_financiar hr{
		width: 98%;
	    height: 1px;
	    margin: 10px 1%;
	}
}