.SecCad {
  background: url(https://gimbaempresas.com.br/Content/img/bg_form.jpg) #242424 !important;
  /*background: url(bg_form.jpg) #242424 !important;*/
  height: -webkit-fill-available;
  padding: 0 0 100px 0;
  min-height: 1070px;
  width: 100%;
  display: block;
  background-position: center;
  background-blend-mode: overlay; /* ou multiply, darken, lighten */
  background-size: cover !important;
}
.SecCad #FormFechado {
  display: block;
}
.SecCad #FormAberto {
  display: none;
}
.SecCad #FormAberto h4 {
  width: 45%;
  font-size: 19px;
  line-height: 30px;
}
.SecCad .PcFormCadastro {
  position: relative;
  width: 1050px;
  margin: 30px auto 0 auto;
  color: #ffffff;
}
.SecCad button#FecharForm {
  border: 0;
  background: none;
  color: #ffffff;
  font-size: 17px;
  text-decoration: underline;
  margin: 0 0 20px 0;
  cursor: pointer;
}
.SecCad button#FecharForm:hover {
  opacity: 0.8;
  font-weight: 600;
}
.SecCad .Selecao_fazer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0;
}
.SecCad .CampoEspecial {
  width: 620px;
  height: 60px;
  color: #333738;
  font-weight: 400;
  font-size: 18px;
}
.SecCad .ChamadaSecao.cadastro div h4 {
  width: 35%;
}
.SecCad .CampoFuncionario {
  width: 520px;
}
.SecCad .CampoUnidades {
  margin: 10px 0 0 10px;
}
.SecCad .CampoRazao {
  width: 740px;
}
.SecCad .CampoCentral {
  margin: 10px 10px;
}
.SecCad .formstel:nth-child(1) .form_line:nth-child(2).CampoCentral {
  margin: 10px 0 0 10px;
}
.SecCad .CampoNome {
  width: 265px;
}
.SecCad .CampoEmail {
  width: 265px !important;
}
.SecCad .CampoZap {
  width: 120px;
}
.SecCad .SerChamado {
  margin: 10px 0 0 10px;
  width: 314px;
  display: flex;
  justify-content: flex-end;
}
.SecCad .SerChamado .boxes {
  text-align: right;
}
.SecCad .SerChamado .Checks {
  height: 47px;
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 16px;
  justify-content: end;
}
.SecCad .SerChamado .Checks label {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 5px;
}
.SecCad .SerChamado .Checks input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin: 0;
  accent-color: #e1e1e1;
  border-radius: 4px;
  cursor: pointer;
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), accent-color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.SecCad .SerChamado .Checks input[type=checkbox]:hover {
  transform: scale(1.1);
}
.SecCad .SerChamado .Checks input[type=checkbox]:active {
  transform: scale(0.95);
}
.SecCad .SerChamado .Checks input[type=checkbox]:checked {
  accent-color: #e1e1e1;
  transform: scale(1.2);
}
.SecCad .SerChamado .Checks input[type=checkbox]:focus-visible {
  outline: 2px solid #e1e1e1;
  outline-offset: 2px;
}

@media (max-width: 1279px) {
  .SecCad #FormAberto h4 {
    width: 85%;
  }
  .ChamadaSecao div h1 {
    font-size: 39px;
  }
  .SecCad .ChamadaSecao.cadastro div h4 {
    width: 75%;
  }
  #CadastroPortalEmpresas {
    align-items: center;
  }
}
@media (max-width: 1170px) {
  .SecCad .PcFormCadastro {
    width: 90%;
  }
  .formstel {
    flex-direction: column;
  }
  .SecCad .PcFormCadastro .formstel:nth-child(1) .form_line:nth-child(2).CampoCentral {
    margin: 0;
  }
  .SecCad .PcFormCadastro .CampoUnidades {
    margin: 0;
  }
  .SecCad .PcFormCadastro .CampoCentral {
    margin: 0;
  }
  .form_line .boxes {
    width: 100%;
  }
  .CampoCnpj {
    width: 100% !important;
  }
  .SecCad .PcFormCadastro .CampoRazao {
    width: 100%;
  }
  .SecCad .PcFormCadastro .CampoFuncionario {
    width: 100%;
  }
  .SecCad .PcFormCadastro .CampoNome {
    width: 100%;
  }
  .SecCad .PcFormCadastro .CampoEmail {
    width: 100% !important;
  }
  .SecCad .SerChamado {
    margin: -66px 0px 0 180px;
  }
}
@media (max-width: 834px) {
  .ChamadaSecao div h1 {
    font-size: 31px;
  }
  .SecCad #FormAberto h4 {
    font-size: 16px;
    line-height: 25px;
  }
}
@media (max-width: 812px) {
  .ChamadaSecao.cadastro#FormFechado {
    padding: 170px 0 0 0;
  }
  .ChamadaSecao div h1 {
    font-size: 29px;
  }
  .SecCad .ChamadaSecao.cadastro div h4 {
    width: 75%;
    font-size: 17px;
    line-height: 27px;
  }
  .SecCad .CampoFuncionario {
    width: 380px;
  }
  .SecCad .CampoEspecial {
    height: 40px;
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .SecCad .SerChamado .Checks {
    gap: 23px;
    font-size: 18px;
  }
  .form_line .boxes .Checks input {
    width: initial !important;
  }
  .SecCad .SerChamado {
    margin: 0 0 0 0;
    width: 100%;
  }
  .PcFormCadastro #DddTelefone {
    width: 10% !important;
  }
  .PcFormCadastro #NumeroTelefone {
    width: 89% !important;
  }
}
@media (max-width: 540px) {
  .ChamadaSecao div h1 {
    font-size: 30px;
    width: 90%;
    margin: 0 auto 20px auto;
  }
  .form_line {
    line-height: 25px;
  }
  .TextAreaCadastro {
    height: 215px;
  }
  .PcFormCadastro #DddTelefone {
    width: 10% !important;
  }
  .PcFormCadastro #NumeroTelefone {
    width: 89% !important;
  }
}
@media (max-width: 475px) {
  .SecCad #FormFechado {
    width: 100%;
  }
  .ChamadaSecao div h1 {
    font-size: 45px;
    width: 90%;
    margin: 0 auto !important;
  }
  .SecCad .ChamadaSecao.cadastro div h4 {
    width: 80%;
    font-size: 22px;
    line-height: 34px;
    margin: 20px auto 0 auto !important;
  }
  .SecCad .CampoEspecial {
    height: 68px;
  }
  .ChamadaSecao#FormAberto div h1 {
    font-size: 33px;
  }
}
@media (max-width: 445px) {
  .ChamadaSecao.cadastro#FormAberto {
    margin: 0 auto;
  }
}
@media (max-width: 432px) {
  .PcFormCadastro #NumeroTelefone {
    width: 88% !important;
  }
}
@media (max-width: 414px) {
  .ChamadaSecao div h1 {
    font-size: 35px;
  }
  .SecCad .ChamadaSecao.cadastro div h4 {
    font-size: 18px;
    line-height: 26px;
  }
  .SecCad .CampoFuncionario {
    width: 310px;
  }
  .SecCad .CampoEspecial {
    height: 58px;
    font-size: 10px;
  }
}/*# sourceMappingURL=style_ge_form.css.map */