/*simulador*/

:root {
    --box-simulador-bg-color:#1e1d1f;
    --font-family: 'Work Sans', sans-serif;font-weight: 400 !important;
    --cor-primary: #FFFFFF;
    --cor-secondary: #9a9a9a;
}



#simulador .simulador-content {
    background-color: var(--box-simulador-bg-color); 
    border-radius: 10px; 
    padding: 30px;
}

#simulador h2 {
    color: var(--cor-secondary);
    padding-bottom: .8rem;
    border-bottom: 2px dotted;
}

#simulador .simulador_pb { padding-bottom: 38px; }


#simulador #btnSubmit {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 30px;
    padding: 11px 20px;
    background: var(--cor-secondary);
    color: var(--cor-primary);
    margin-top: 34px;
}

#obs_simulador p, #obs_simulador span, #obs_simulador ul li{
  color: #000;
  text-align: left!important;
  padding-top: 15px;
  list-style-type: disc;
}


.simulador-padding{
    padding-top: 5rem;
    padding-bottom: 7rem;
}

.simulador label{
    font-family: var(--font-family);
    color: var(--cor-primary);
    font-weight: 500 !important;
}

.simulador p{
    font-family: var(--font-family);
    color: var(--cor-primary);
    font-size: 3rem;
}

.simulador .dinheiro p{
    font-family: var(--font-family);
    font-size: 4rem;
    display: inline;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px !important;
    font-size: 14px;
    line-height: 1.42857143;
    color: #4c5564;
    background-color: #FFF;
    background-image: none;
    border: 0;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    border:1px solid #ccc;
}

.form-control {
    height: 50px !important;
}


/* ------------------------------------------------------------------------------------------------------------
 * CLASSES NATIVAS DO BOOTSTRAP
 * Utilizado somente caso uma estrutura não tiver suporte ao bootstrap
 */
.form-group {
    margin-bottom: 15px;
}
.text-center { text-align: center !important; }






/*
#fickle-content{
    padding: 2% 8% 10% 8%;
    border-top: 2px solid #30b753;
    width: 100%;
    margin: 0 auto;
}

#fickle-content p {
    color: #586267;
    font-size: 1.45em;
    padding-bottom: 1%;
    font-family: Calibri;
    line-height: 23px;
}

#fickle-content h1 {
    font-size: 2.5em;
    padding-bottom: 1%;
    color: #30b753;
    font-family: 'Work Sans', sans-serif;
    letter-spacing: -2px;
}

#fickle-content h1 i {
    color: #586267;
}

#fickle-content a {
    color: #30b753;
    transition: color 0.5s;
    font-family: 'Work Sans', sans-serif;
}

#fickle-content a:hover {
    color: #404b55;
}

#fickle-content ul {
    padding: 0;
}

#fickle-content ul li {
    margin-left: 3rem;
    margin-top: 1%;
    font-size: 1.7rem;
}
*/