@charset "utf-8";
@import url("fonts.css");
/* CSS Document */
body {
  background-color: #FFEFE8;
  font-family: poppinsregular;
  margin: 0 auto;
  padding: 10px;
}
th {
  color: white;
  background-color: orangered;
  border-radius: 8px;
}
legend {}
header {}
span {
  color: #ab2378;
  font-size: 12pt;
}
.titulo01 {
  font-size: 32pt;
  font-family: poppinsmedium;
  font-weight: 600;
}
.titulo02 {
  font-size: 24pt;
  font-family: poppinsmedium;
  font-weight: 600;
}
.title {
  flex-direction: column;
  line-height: 10px;
  min-height: 50px;
  min-width: 150px;
}
li {
  display: inline-block;
  margin-top: 20px;
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 20px;
}
h1 {
  font-weight: 200;
  font-family: poppinsmedium;
}
h2 {
  font-size: 44px;
  line-height: 44px;
  font-family: poppinsmedium;
}
h4 {
  font-family: poppinsregular;
}
small {
  font-family: poppinsregular;
  font-size: 8px;
}
p {
  line-height: 20px;
  font-family: poppinsregular;
  text-align: justify;
}
main {
  display: flex;
  flex-direction: row;
  margin-top: 50px;
  border: solid 1px blue;
  width: 100%;
}
a {
  color: white;
}
a:hover {
  color: rgb(132, 14, 201);
  transition: 0.3s;
}
#inscreva-se-btn {
  padding: 10px;
  border-radius: 15px;
  border: 2px solid #FFFFFF;
  margin-right: 16px;
}
#inscreva-se-btn:hover {
  background-color: #ab2378;
  color: white;
  border-width: 2px;
  border-color: #AB2378;
}
form {
  padding-top: 11px;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  border-radius: 16px;
}
fieldset {
  border-radius: 16px;
  border-style: none;
}
table {
  border-collapse: separate;
  border: 0px;
}
td {
    border-style: solid;
    border-width: 0px;
}
article {
  width: 500px;
}
ul {}
.logos-down {
  background-color: #FFFFFF;
  border-radius: 16px;
  display: flex;
  justify-content: space-around;
  padding-bottom: 24px;
  align-items: center;
  padding-top: 24px;
  margin-top: 18px;
  margin-right: 4px;
  margin-left: 4px;
  margin-bottom: 18px;
}
.container-central {
  max-width: 1200px;
  margin: 0px auto;
}
footer {
  background-color: #FF5A17;
  padding-top: 1px;
  padding-right: 1px;
  padding-bottom: 1px;
  padding-left: 1px;
  margin-top: 1px;
  margin-right: 1px;
  margin-bottom: 1px;
  margin-left: 1px;
}
.container-central-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0px;
  left: auto;
  right: auto;
  padding-left: auto;
  padding-right: auto;
}
.logosam {
  height: auto;
  width: 15%;
  min-width: 80px;
}
.bgorange {
  background-color: #FF5A17;
  align-items: center;
  justify-content: space-between;
}
.foot {
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
}
.legendform {
  display: flex;
  align-items: center;
  font-family: poppinsregular;
  font-size: 24px;
  padding-bottom: 8px;
  font-weight: 600;
  justify-content: space-between;
}
.legendform img {
  width: 50px;
  height: auto;
  margin-right: 16px;
}
input, select {
  font-family: poppinsmedium;
  padding-top: 4px;
  padding-right: 4px;
  padding-left: 4px;
  padding-bottom: 4px;
  border-radius: 8px;
  border: 1px solid #272727;
  font-size: 16px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#card_resultado {
  width: 350px;
  border-radius: 16px;
  display: flex;
  padding-top: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  align-items: center;
  justify-content: space-between;
  max-width: none;
  max-height: 147px;
  background-color: #B92124;
}
.sim01_notas {
  width: 100%;
  background-color: #FFFFFF;
  min-height: 10px;
}
/*------------CRITERIOS SIMULADOR DE TELAS------------*/
.telas00 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 12px;
    margin-bottom: 12px;
    width: 100%;
}
.telas_col1 {
  background-color: white;
  border-radius: 16px;
  width: 400px;
  height: 540px;
  min-height: 400px;
}
.telas_img1 {
    border-radius: 8px;
    max-width: 650px;
    width: 600px;
    display: flex;
    align-items: right;
    flex-grow: 2;
}
.telas01 {
    padding: 16px;
    display: flex;
    flex-direction: column;
    background-color: #B7B7B7;
}
.telas02 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
    padding-top: 2px;
    padding-left: 2px;
    padding-bottom: 2px;
    padding-right: 2px;
    margin-top: 2px;
    margin-right: 2px;
    margin-bottom: 2px;
    margin-left: 2px;
  
}
.telas03 {
    background-color: #EBEBEB;
    width: 450px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 16px;
    margin-right: 16px;
    margin-bottom: 16px;
    margin-left: 16px;
    border-radius: 20px;
    padding-top: 6px;
    padding-right: 6px;
    padding-bottom: 6px;
    padding-left: 6px;
}
.telas04 {
    background-color: white;
    width: 330px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 0px;
    margin: 16px;
    border-radius: 16px;
}
.telas05 {
    background-color: #EFEFEF;
    width: 320px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    padding: 0px;
    margin: 16px;
    border-radius: 12px;
    flex-grow: 1;
    max-width: 500px;
}
.txt_cenario {
    background-color: #C1C1C1;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    font-size: 10pt;
    font-weight: bold;
    border-radius: 8px;
    width: 100%;
    flex-grow: 2;
    margin-left: auto;
    margin-right: auto;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
}
.txt16 {
  font-size: 16pt;
}
.dest_linha {
  background-color: #B9B9B9;
  font-weight: bold;
}
.apenas_leitura {
    color: #838383;
    background-color: #ECECEC;
    border-color: #DCDCDC;
}
.result_01 {
  color: #3D3D3D;
  font-weight: bolder;
  text-align: right;
}
.result_00 {
  font-size: 8pt;
  font-weight: bold;
}
.txt01 {
    font-size: 10px;
    text-align: center;
    font-weight: bolder;
}
.custo_parcial1 {
  font-size: 12pt;
  font-weight: bolder;
  text-align: right;
}
.custo_final1 {
    font-weight: bolder;
    font-size: 16pt;
    text-align: right;
}
.economia1 {
    font-weight: bolder;
    color: #007237;
    font-size: 20pt;
    text-align: right;
}
#texto_teste, #texto_teste2 {
  display: none;
}
#tela02, #tela02b, #tela02c, #tela03, #tela03b, #tela04, #tela05, #recolher01, #recolher02, #recolher03, #recolher04, #recolher05{
  display:none;
}
.botao_avancar {
  background-color: orangered;
  width: 120px;
  height: 32px;
  border-radius: 16px;
  text-align: center;
  color: #FFFFFF;
  border-width: 1px;
  border-color: #5C5C5C;
}
.botao_avancar:hover {
  background-color: #ab2378
}


.botao_expandir {
  background-color: #ADADAD;
  width: 120px;
  height: 32px;
  border-radius: 6px;
  text-align: center;
  color: #FFFFFF;
  border-width: 1px;
  border-color: #585252;
}
.botao_expandir:hover {
    background-color: #585252
}


.botao_voltar {
  background-color: orangered;
  width: 50px;
  height: 32px;
  border-radius: 16px;
  text-align: center;
  color: #FFFFFF;
  border-width: 1px;
  border-color: #5C5C5C;
}
.botao_voltar:hover {
  background-color: #ab2378
}
.botao_detalhar {
  background-color:orangered;
  width: 100px;
  height: 40px;
  border-radius: 32px;
  text-align: center;
  color: #FFFFFF;
  border-width: 1px;
  border-color: darkgray;
}
.botao_detalhar:hover {
  background-color: #ab2378
}
.botao_fechar {
  background-color: orangered;
  width: 100px;
  height: 40px;
  border-radius: 32px;
  text-align: center;
  color: #FFFFFF;
  border-width: 1px;
  border-color: #CCCCCC;
}
.botao_fechar:hover {
  background-color: #ab2378
}
.cordoalhas {
  width: 100px;
}
.info_telas {
    font-weight: bold;
    background-color: #CCCACA;
    color: #000000;
}
.entrada {

}
#inputNumbers {
    height: 450px;
    width: 90px;
}
.fonte_pequena {
    font-size: 8pt;
}
