@charset "utf-8";
.covprint {
  width: 100%;
  height: auto;
}
/* CSS Document */
@media screen and (max-width:450px) {
  .title {
    width: 100px;
    font-size: 10px;
  }
  .result_cd {
    font-size: 12pt;
    font-weight: bold;
  }
  #inscreva-se-btn {}
  .container-central-header {
    display: flex;
    flex-direction: row;
  }
  .dif_result_total {
    display: none;
  }
}
@media screen and (max-width:760px) {
  .vendas_img {
    min-width: 100%;
  }
}
@media screen and (max-width:1000px) {
  .sim1_col3 {}
  .tutorial1_txt {
    width: 350px;
  }
  .tutorial1_img {
    max-width: 320px;
  }
  .vendas_img {
    max-width: 700px;
  }
}
@media print {
  .cover {}
  th {}
  .foot {
    display: none;
  }
  .result_cd {
    font-size: 11pt;
  }
  .btn_estimar {
    display: none;
  }
  .numb_result_cd {
    font-size: 12pt;
  }
  .sim1_col1, .sim1_col2, .sim1_col3 {
    border: 1px solid #605856;
  }
  .titulo01 {
    font-size: 18pt;
  }
  .container-central-header {
    display: none;
  }
  #cd_result_final {
    color: #FFFFFF;
  }
  .legendform {
    font-size: 10pt;
    color: black;
  }
  form {
    font-size: 10pt;
  }
  .noprint {
    display: none;
  }
  #card_resultado_bad #card_resultado_good {
    border: 2px solid #FF5A17;
  }
  body {
    background-color: #FFFFFF;
  }
  .logos-down {
    border: 1px solid #D4D4D4;
  }
.dados_viga {
    background-color: #4149DF;
    display: none;
}


} /*não apagar essa chave*/
