@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;
}
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: 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;
}
.cover {
  width: 600px;
  height: auto;
  background-image: url(../imgs/cover01.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  max-width: 100%;
  min-height: 450px;
}
.listasimuladores {
  width: 410px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 100%;
  padding-left: 24px;
  padding-right: 24px;
}
.principal {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.princip_espacadores {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #F3EAEA;
  margin-top: 8px;
  margin-bottom: 8px;
}
.botaosimulador {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 8px;
  padding-right: 0px;
  padding-bottom: 8px;
  padding-left: 0px;
  margin-top: 8px;
  margin-bottom: 8px;
  height: 40px;
}
.nota_embreve {
  width: 100%;
  font-size: 16pt;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  background-color: hsla(0, 0%, 100%, 0.35);
  padding-top: 12px;
  padding-right: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
  border-radius: 24px;
}
.botaosimulador img {
  width: 60px;
  height: 60px;
}
.botaosimulador_proximos {
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 50px;
  width: 280px;
  padding-top: 6px;
  padding-right: 6px;
  padding-bottom: 6px;
  padding-left: 6px;
}
.botaosimulador_proximos img {
  width: auto;
  height: 100%;
}
.lista_proximos_simuladores {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.botsimul {
  background-color: #17255a;
  font-weight: 200;
  font-size: 20px;
  text-decoration: none;
  text-align: center;
  padding: 12px;
  width: 75%;
  border-radius: 16px;
}
.botsimul:hover {
  background-color: #ab2378;
  color: #FFFFFF;
}
.botsimul-off {
  background-color: #616576;
  font-weight: 200;
  font-size: 20px;
  text-decoration: none;
  text-align: center;
  padding: 12px;
  width: 70%;
  border-radius: 16px;
}
.botsimul-off:hover {
  background-color: #494C57;
  color: #FFFFFF;
}
.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;
}
.sim1_col1 {
  min-height: 500px;
  margin: 12px;
  min-width: 300px;
  background-color: #FFFFFF;
  border-radius: 16px;
  justify-content: center;
}
.sim1_col3 {
  background-color: #FFFFFF;
  justify-content: space-between;
  align-items: center;
  width: 560px;
  margin-top: 16px;
  box-sizing: content-box;
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  border-radius: 16px;
  margin-left: 8px;
  margin-right: 8px;
  flex-direction: row;
}
.cont_a {
  width: 200px;
  padding-top: 12px;
  padding-right: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
}
.cont_b {
  min-width: 230px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  margin-top: 4px;
  margin-right: 4px;
  margin-bottom: 4px;
  margin-left: 4px;
}
.centralizar {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.centralizar2 {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
}
.sim1_col4 {
  width: 300px;
}
.cd_container01 {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  min-height: 194px;
  align-items: center;
}
.cd_container02 {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.cd_container03 {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  min-height: 140px;
  align-items: center;
}
.aps_container01 {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  padding-top: 4px;
  padding-right: 4px;
  padding-bottom: 4px;
  padding-left: 4px;
}
.sim1_col2 {
  min-height: 500px;
  margin: 12px;
  min-width: 260px;
  max-width: 375px;
  background-color: #FFFFFF;
  border-radius: 16px;
}
.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;
}
.legendresult {
  display: flex;
  align-items: center;
  font-family: poppinsbold;
  font-size: 24px;
  padding-bottom: 8px;
  color: #AB2378;
}
.legendresult img {
  width: 50px;
  height: auto;
  margin-right: 16px;
}
.ltab01 {
  font-size: 24px;
  font-weight: 600;
}
.linha_result01 {
  font-size: 12pt;
  font-weight: 600;
}
.dif_result01 {
  color: #A4A4A4;
  font-size: 16px;
  font-family: poppinsmedium;
  font-weight: lighter;
}
.difperc {
  color: #4B008C;
  font-size: 12px;
}
.btn_estimar {
  background-color: #ffefe8;
  font-family: poppinsmedium;
  font-size: 16px;
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  border: 1px solid #FCD0BD;
  border-radius: 16px;
  color: #555555;
}
input, select {
  font-family: poppinsmedium;
  padding-top: 6px;
  padding-right: 6px;
  padding-bottom: 6px;
  padding-left: 6px;
  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;
}
.result_cd {
  font-family: poppinsmedium;
  font-size: 16pt;
  text-align: right;
  line-height: 24pt;
}
.numb_result_cd {
  font-family: poppinsmedium;
  color: #605856;
  font-size: 16pt;
  font-weight: 600;
}
.dif_result_total {
  font-size: 8pt;
  color: #17255A;
  font-family: poppinsmedium;
}
#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;
}
.result_aps1 {
  display: flex;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  align-items: center;
  margin-top: 8px;
  margin-right: 4px;
  margin-left: 4px;
  margin-bottom: 8px;
  width: 340px;
  flex-direction: row;
  justify-content: center;
}
.input_dado_s1 {
  border: 1px solid #DCDCDC;
  min-width: 100px;
  max-width: 160px;
  font-size: 12pt;
}
.input_dado_s2 {
  border: 1px solid #DCDCDC;
  min-width: 30px;
  max-width: 80px;
  font-size: 12pt;
}
.input_equipe {
  border-style: none;
  border-width: 1px;
  min-width: 30px;
  max-width: 45px;
  font-size: 12pt;
  font-weight: 600;
}
h4 {
  font-family: poppinsregular;
}
.sim01_notas {
  width: 100%;
  background-color: #FFFFFF;
  min-height: 10px;
}
.btn_estimar:hover {
  background-color: #FF5A17;
  color: white;
}
#valor_armador {}
#estaca_result_money, #estaca_result_dias, #cd_result_final {
  color: #FFFFFF;
  font-size: 24pt;
  line-height: 29pt;
  font-weight: 600;
  font-family: poppins;
}
.d_entrada {
  width: 250px;
}
.noprint {}
h3 {
  font-size: 16pt;
}
canvas {
  margin-left: 20px;
}
.letrapequena {
  font-size: 8pt;
}
.sim2_col1 {
  min-height: 300px;
  margin: 12px;
  background-color: #FFFFFF;
  border-radius: 16px;
  width: 345px;
}
.sim2_col2 {
  min-height: 300px;
  margin: 12px;
  border-radius: 9px;
  width: 390px;
  background-color: white;
}
.result_aps_estaca {
  width: 90%;
  background-color: #554343;
  border-radius: 16px;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  margin: 8px;
  padding-top: 1px;
  padding-right: 1px;
  padding-left: 1px;
  padding-bottom: 1px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  min-height: 120px;
}
.texto_dias_aps {
  color: #000000;
  font-size: 16pt;
  font-weight: 700;
  font-family: poppins;
}
.bg_azul {
  background-color: #9E93FF;
}
#result_aps_positivo {
  background-image: -webkit-linear-gradient(220deg, rgba(255, 97, 25, 1.00) 0%, rgba(101, 0, 122, 1.00) 100%);
  background-image: -moz-linear-gradient(220deg, rgba(255, 97, 25, 1.00) 0%, rgba(101, 0, 122, 1.00) 100%);
  background-image: -o-linear-gradient(220deg, rgba(255, 97, 25, 1.00) 0%, rgba(101, 0, 122, 1.00) 100%);
  background-image: linear-gradient(230deg, rgba(255, 97, 25, 1.00) 0%, rgba(101, 0, 122, 1.00) 100%);
}
#result_aps_negativo {
  background-color: #321E1F;
}
.estimar_estacas {
  background-color: #DDDDDD;
  border-radius: 16px 0px 16px 16px;
  flex-direction: column;
  margin-left: 0px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.lista_estacas {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.header_aps {
  width: 100%;
  height: 150px;
  background-color: #ab2378;
  border-radius: 24px;
  margin-bottom: 16px;
  background-image: url(../imgs/BG-Simulador-Estaca.png);
  background-size: cover;
  background-position: center center;
  border: 5px solid #ab2378;
  max-width: 1125px;
}
.close_button {
  width: 30px;
  background-color: #F94E01;
  color: #FFFFFF;
  border-radius: 100px;
  border-style: none;
}
.close_button:hover {
  background-color: #494949;
}
.apagar_button {
  background-color: #ABABAB;
  color: #FFFFFF;
  border-radius: 100px;
  border-style: none;
}
.apagar_button:hover {
  background-color: #FF4F00;
  color: #FFFFFF;
  border-radius: 100px;
  border-style: none;
}
.mais_button {
  width: 32px;
  background-color: white;
  color: #F94E01;
  border-radius: 100px;
  border: 2px solid #F94E01;
}
.mais_button:hover {
  background-color: #D2ECE1;
  color: #00A45F;
  border-color: #00A45F;
  font-weight: 900;
  font-size: 12pt;
}
#equipe {
  display: flex;
}
#resultado_aps {
  display: flex;
}
.quebralinha {
  width: 100%;
  min-width: 340px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#solucao {
  display: flex;
}
.parag {
  line-height: 12pt;
  border-radius: 8px;
  padding-top: 6px;
  padding-right: 6px;
  padding-bottom: 2px;
  padding-left: 6px;
}
.w1 {
  background-color: #081CB9;
  margin-right: 12px;
  margin-bottom: 12px;
  margin-left: 12px;
  padding-top: 4px;
  padding-right: 4px;
  padding-bottom: 4px;
  padding-left: 4px;
  width: 80px;
}
#btn_estimar_estaca {}
#Peso_Estacas {
  font-family: poppins;
  font-weight: 700;
  font-size: 16pt;
  text-align: center;
  color: #000000;
}
.dados_estaca1 {
  background-color: #FFFFFF;
  width: 210px;
  padding: 8px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border-radius: 16px;
  margin-left: 4px;
  border: 1px solid #8A8A8A;
  margin-bottom: 8px;
  margin-top: 8px;
  margin-right: 4px;
}
.fechar_janela_estaca {
  flex-basis: 100%;
  background-color: #F7000E;
}
.cabecalho_estaca {
  display: flex;
  align-items: center;
  font-family: poppinsregular;
  font-size: 24px;
  padding-bottom: 8px;
  font-weight: 600;
  color: #ab2378;
}
.cabecalho_estaca img {
  margin-right: 16px;
}
.close_box {
  background-color: #808080;
  padding-top: 4px;
  padding-right: 4px;
  padding-bottom: 4px;
  padding-left: 4px;
  border-radius: 14px;
  text-align: right;
}
.apagar_button {
  width: 75px;
}
#N_estaca2, #N_estaca3, #N_estaca4, #N_estaca5, #resultado_aps, #exibir_custos {
  display: flex;
}
#box_estimar, #restaurar_equipe1, #restaurar_equipe2, #restaurar_estacasdia1, #restaurar_estacasdia2 {
  display: flex;
}
#nota_dias1, #nota_dias2 {
  font-family: poppins;
  color: #000000;
}
.bottom_button {
  width: 100%;
  height: 32px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding-top: 8px;
}
.tipo_edif {
  margin-top: 0px;
  margin-right: 16px;
  margin-bottom: 16px;
  margin-left: 16px;
  border-radius: 16px;
}
.div_num_preco {
  width: 320px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.div_listaprecos {
  width: 150px;
  display: flex;
  margin-top: 4px;
  margin-right: 4px;
  margin-bottom: 4px;
  margin-left: 4px;
}
.tutorial1 {
  min-width: 320px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-top: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  justify-content: space-around;
}
.tutorial1_img {
  width: 500px;
}
.tutorial1_txt {
  min-width: 320px;
  max-width: 600px;
  width: 100%;
}
.fundo_branco {
  background-color: white;
  border-radius: 16px;
  border: 2px solid gray;
}
.link_simulador {
  color: DarkMagenta;
  text-decoration: none;
  font-family: poppins;
  font-weight: 500;
  font-size: 16pt;
  padding: 8px;
  margin-left: auto;
  margin-right: auto;
}
.link_simulador:hover {
  color: orangered;
  background-color: lightgrey;
  border-radius: 20px;
}
.nota_equipe {
  background-color: #E8E8E8;
  border-radius: 16px;
  text-align: center;
  font-family: poppins;
  margin-top: 4px;
  margin-right: 4px;
  margin-bottom: 4px;
  margin-left: 4px;
  padding-top: 4px;
  padding-right: 8px;
  padding-bottom: 4px;
  padding-left: 8px;
}
#nota_produtividade {
  font-family: poppins;
  color: #292929;
  font-size: smaller;
  font-weight: lighter;
}
#nome_obra {
  margin-bottom: 16px;
  font-family: poppinsregular;
  font-weight: bold;
  color: #1F1F1F;
  font-size: 24pt;
  height: 45px;
  border-color: #CCCCCC;
  border-style: none;
}
.nota_sinapi {
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-size: 10pt;
}
.sim1_col5 {
  background-color: #FFFFFF;
  border-radius: 16px;
  margin-top: 12px;
  margin-right: 12px;
  margin-left: 12px;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.nome_obra {
  font-family: poppins;
  font-weight: bold;
  color: #1F1F1F;
  font-size: 24pt;
  border: 1px solid #CCCCCC;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-left: 4px;
  min-height: 0px;
  width: 100%;
}
.teste02 {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 12px;
  padding-right: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
}
#comp_espacador {}
#espac_alternado {}
#entrelinhas {}
#peso_espacador {}
#custo_espacador {}
#exibir_aco1, #exibir_aco2, #exibir_aco3, #exibir_aco4, #exibir_aco5, #exibir_aco6, #exibir_tb1, #exibir_tb2, #exibir_tb3, #exibir_tb4, #exibir_tb5, #exibir_tb6, #exibir_tb7, #exibir_tb8, #exibir_tb9, #exibir_tb10, #exibir_tb11, #exibir_tb12, #exibir_tb13, #exibir_tb14, #comparativo_espacador, #exibir_custos_espacadores, #exibir_custos_caranguejos {
  /*display: none;*/
}
#modelo_espacador {
  font-size: 16pt;
  font-weight: bold;
}
.legenda_espacador {
  background-color: #FFF8EA;
  border-radius: 24px;
  border: thin solid #FFD57A;
  min-width: 350px;
}
#Parc_equipe {}
#parc_equipe {}
#fator_equipe {}
.cabecalho_nome_vendas {
  min-width: 350px;
  max-width: 100%;
  width: 800px;
  min-height: 0px;
  max-height: 44px;
}
.cab_resumo_vendas {
  min-width: 300px;
  max-width: 400px;
}
.cabecalho_vendas {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.vendas_col1 {
  background-color: white;
  border-radius: 16px;
  width: 350px;
  height: 441px;
}
.vendas_img {
  border-radius: 16px;
  min-height: 350px;
  max-width: 800px;
}
.vendas_p1 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 12px;
  margin-bottom: 12px;
}
.vendas_descricao {
  display: flex;
  background-color: white;
  border-radius: 16px;
  padding-top: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
}
.vendas_button {
  width: 180px;
  background-color: #F94E01;
  color: #FFFFFF;
  border-radius: 100px;
  border-style: none;
  margin-top: 4px;
  margin-right: 4px;
  margin-bottom: 4px;
  margin-left: 4px;
}
.vendas_button:hover {
  background-color: #494949;
}
.vendas_lista {
  background-color: #D1D1D1;
  display: flex;
  padding-top: 6px;
  padding-right: 6px;
  padding-bottom: 6px;
  padding-left: 6px;
  border-radius: 20px;
}
.plano_vendas {
  background-color: white;
  max-width: 420px;
  border-radius: 16px;
  display: flex;
}
.vendas_produtos {
  background-color: white;
  border-radius: 16px;
  padding: 8px;
  width: 450px;
  min-width: 350px;
  margin-top: 8px;
}
.vendas_solucoes {
  border-radius: 16px;
  padding: 8px;
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: white;
  margin-top: 8px;
}
#prod_todos, #prod_contencao, #prod_fundacao, #prod_piso, #prod_pavimento, #prod_alvenaria, #prod_acabamento, #solucao_todos, #solucao_contencao, #solucao_fundacao, #solucao_piso, #solucao_pavimento, #solucao_alvenaria, #solucao_acabamento {
  font-size: 12pt;
  font-weight: bold;
  background-color: lightsalmon;
}
#caracteristicas, #PlanoVendas, #Produtos, #Solucoes, #descricao_obra, #botoes_opcoes {
  display: flex;
}
#txt_orientacoes_todas, #txt_orientacoes_contencao, #txt_orientacoes_fundacao, #txt_orientacoes_piso, #txt_orientacoes_pavimento, #txt_orient_1, #txt_orient_2, #txt_orient_3, #txt_orient_4, #txt_orient_5, #txt_orient_6, #txt_orient_7, #txt_orient_8, #txt_orient_9, #txt_orient_10, #txt_orient_11, #txt_orient_12, #txt_orient_13, #txt_orient_14, #txt_orient_15, #txt_orient_16, #txt_orient_17, #txt_orient_18, #txt_orient_19, #txt_orient_20, #txt_orient_21, #txt_orient_22, #txt_orient_23, #txt_orient_24, #txt_orient_25, #txt_orient_26 {
  display: flex;
}
#PlanoVendas, #Produtos {
  display: none;
}
.tabela_produtos {
  width: 100%;
  text-align: left;
  border-top: 1px solid;
  border-bottom: 1px solid;
  height: 0vmin;
}
.tabela_produtos tr {
  background-color: #FFFFFF;
  text-align: left;
}
.tabela_produtos img {
  width: 50px;
}
.tabela_produtos_logo {
  text-align: center;
}
.tabela_produtos_logo img {
  width: 55px
}
#area_unit {}
#apartamentos {}
#pavimentos {}
#torres {}
#img_principal {}
#area2 {}
#vol2 {}
#vol1 {}
#cat1 {}
#cat2 {}
#cat3 {}
#cat4 {}
#botao_credito {}
#botao_produto {}
#botao_solucoes {}
#PlanoVendas {}
#Produtos {}
#Solucoes {}
.checkbox1 {
  background-color: orangered;
  width: 25px;
  height: 25px;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
}
#check_sol1 {}
#texto_sol1 {}
.nota_inicial {
  background-color: #FFFFFF;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  text-align: justify;
  border-radius: 16px;
  font-size: 10pt;
  color: #000000;
  border: 1px solid white;
}
.tx1 {}
.vendas_solucoes_2a {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.vendas_solucoes_2b {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
}
.head_solucoes {
  font-size: 8pt;
  line-height: 10pt;
}
.vendas_orientacoes_estudo {
  width: 400px;
  display: flex;
  flex-direction: column;
  flex-grow: 4;
  padding-top: 6px;
  padding-right: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
  text-align: left;
  background-color: #FFFFFF;
}
.vendas_orientacoes_estudo span {
  text-align: justify;
  line-height: 16pt;
  font-size: 12pt;
  color: #000000;
}
.vendas_lista_solucoes {
  height: auto;
  display: flex;
  flex-grow: 1;
  min-width: 350px;
  margin-right: 8px;
  margin-left: auto;
  width: 400px;
}
.vendas_solucoes_etapa {
  background-color: #FFA07A;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap
}
.bot_sim:hover {
  background-color: #FFA07A;
  border-radius: 9px;
}

/*------------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%;
    background-color: #ED6700;
    height: 550px;
}

.telas_col1 {
    background-color: white;
    border-radius: 16px;
    width: 400px;
    height: 540px;
}

.telas_img1 {
    border-radius: 8px;
    min-height: 350px;
    max-width: 800px;
    width: auto;
}
