/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
  
 /* input[type = submit]{
    width: 10em;
    height: 3em;
    border: none;
    background-color: #0a9dca;
    border-radius: 5px;
    color: white;
    font-size: 10pt;
    font-weight: 600;
}

input[type = submit]:hover{
    background-color: #0082aa;
    color: white;
    transition: 0.5s;
}    

#resultBox-simulacao {
    margin-top: 1em;
    padding: 3em 1em;
    height: auto;
    box-shadow: 2px 2px 4px gray;
    border-radius: 5px;
    background-color: #f3f3f3;
}

#resultBox-simulacao strong{
    color: rgb(255, 53, 53);
}

#form-box{
    background-color: #f3f3f3;
    color: rgb(41, 41, 41);
    border-radius: 5px;
    box-shadow: 2px 2px 4px gray;
    padding: 1em;
    text-align: right;
    padding-right: 10em;
}

#form-box input[type = text] {
    height: 2em;
    border-radius: 3px;
}

#bt-submit-box{
    margin-top: 1.5em;
    display: flex;
    justify-content: center;
}

#titulo-result-box {
    margin-top: 50px;
    /* font-weight: 600; */
/* } */

/* #titulo-result-box h2{
    font-weight: 600;
} */ 