.simulador{
    border-radius: 5px;
    border: 2px solid #ffffff00;
    box-shadow: 1px 1px 7px rgb(0 0 0 / 15%);
    padding: 10px !important;
    margin: 0 auto;
}

.titulo_simulador{
    font-weight: 900;
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 35px;
}


.input_range_simulador{
    background-image: -webkit-gradient(linear, 0% 0%, 100% 0%, color-stop(0.356356, rgb(59, 189, 10)), color-stop(0.356356, rgb(245, 246, 248)));
}
.btn-primary{
    background-color: #ff3a1d;
}


.sim_monto_valor{
    font-size: 14px;
    color: #cccccc;
}

.text-right
{
    text-align: right!important
}


.form-group-cap{
    margin: 20px 0px;
}

.monto_recibir_text{
 color: #ff3a1d;   
}

.footer_simulador{
    margin-top: 90px !important;
}

.simulador_resultados{
    padding: 15px;
}

.btn-simulador{
    background-color: #E84C31;
    color:white;
    border-radius: 30px;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 100px;
    padding: 0.8em 3em 0.8em 3em;
    font-weight: bolder;

}

.btn-simulador:hover{
    color:white;
    background-color: black;

}


.valor_rango{
    color: #E84C31;
    font-weight: bolder;   
}