.section__formulario {
    position: relative;
  }
  
  .form-background {
    background-color: #f8f9f6;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }

  .btn-cursos{
    display: flex;
    width: min-content;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    min-width: 130px;
    padding: 10px 20px;
    border: 0;
    border-radius: 4px;
    cursor: pointer;
    white-space: nowrap;
    transition: .3s ease all;
    color:  #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2em;

    background-color: #ffb54c;

    font-family: "Open Sans", sans-serif;
    text-decoration: none;
  }

  .btn-cursos:hover {
    background-color: #ffb44c93;
}
  
  .formulario_title {
    display: flex;
    gap: 12px;
  }

  
  
  .formulario_title h2 {
    margin: 0;
    color: #192a6b;
    font-size: 16px;
    font-weight: 700;
    line-height: 120%;
  }
  
  .formulario__paragraph p {
    margin: 0;
    color: #4f587e;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 180%;
  }
  
  .formulario__container {
    margin: 0 auto;
    position: relative;
    width: 800px;
    display: flex;
    padding: 30px;
    flex-direction: column;
    gap: 20px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 5px 14px -1px rgba(0, 0, 0, 0.12);
  }
  
  .formulario__content {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  
  .form-inputs {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
  }
  
  .group-input input,
  .group-input select,
  .group-input textarea {
    display: flex;
    align-items: center;
    border-radius: 4px;
    border: 1px solid #b0b6c1;
    background: transparent;
    /* width: 100%; */
    height: 50px;
    padding: 8px;
    box-sizing: border-box;
  }
  
  .group-input input::placeholder,
  .group-input select,
  .group-input textarea::placeholder {
    color: #9fa1a7;
  }
  
  .group-input input:focus,
  .group-input select:focus,
  .group-input textarea:focus {
    outline-color: #ffb54c;
  }
  
  .msg-success-form {
    display: none;
    position: absolute;
    width: calc(100% + 30px);
    height: calc(100% + 30px);
    top: -15px;
    left: -15px;
    background: rgba(241, 241, 241, 0.8);
  }
  
  .msg-success-form > div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  
  .msg-success-form p {
    font-size: 26px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.1rem;
    margin: 0;
    color: #27a7df;
    display: block;
    position: relative;
    padding: 30px;
    text-align: center;
  }

  .hidden-textbox {
    animation: fadeIn 0.3s ease;
    margin-top: 15px;
    background: #f8f9fa;
    padding: 15px;
    border-radius: 6px;
    border: 1px solid #dee2e6;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}


.form-children{
  margin-top: 4px;
}

.form-children {
  color: #666;
    font-size: 15px;
    
}

.camposGeral{
  color: #666;
  display: flex;
  flex-direction: column;
}

.form-check{
  margin-left: 12px;

  
}

.form-check input{
  display: flex;
  gap: 4px;
  height: auto;
      border-radius: 0;
    border: none; 
    background: transparent; 
    width: 100%; 
    padding: 0;
}

/* --- >>> FORMUL�RIOS <<< --- */
.formularios #coluna7 {
  /*	display:none !important; */
  }
  #tableForm tbody tr td i,
  #tableForm tbody tr .descCampo span {
    font-size:11px;
    color:#a7a7a7;
    font-weight:normal;
  }
  #frmQuestionario .descCampo {
    font-size:14px;
    /* font-weight:bold; */
    color:#777;
    padding:18px 0px 4px;
  }
  #frmQuestionario tbody tr .camposGeral input[type="radio"],
  #frmQuestionario tbody tr .camposGeral input[type="checkbox"] {
    margin-right:5px;
  }
  #frmQuestionario input[type="text"],
  #frmQuestionario input[type="email"],
  #frmQuestionario input[type="password"],
  #frmQuestionario textarea,
  #frmQuestionario select {
    font-size: 15px;
    width: 100%;
    max-width: 100%;
    color: #777;
    background-color: #fefefe;
    border: 1px solid #ccc;
    padding: 10px;
    margin-top: 4px;
    border-radius: 6px;
    box-sizing: border-box;
    transition: border-color 0.3s ease;
  }
  

  #tableForm tbody tr .camposGeral {
    line-height:20px;
  }
  #tableForm tbody tr .camposGeral label {
    font-size:12px;
    color:#777;
    padding:0px 10px 0px 0px;
  }

  
  
  
  
  
  
  /* --- >>> FORMUL�RIOS <<< --- */

.extra-info {
    width: 100%;
    min-height: 100px;
    padding: 10px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    resize: vertical;
}
  
  .checkLGPD {
    position: relative;
    max-width: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
    justify-content: start;
  }
  
  .checkLGPD .txt-termos {
    margin: 0;
    padding-left: 5px;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2em;
  }
  
  .checkLGPD .txt-termos span.openTerm {
    display: inline-block;
    border-bottom: 2px solid red;
  }
  
  .textLGPD {
    position: absolute;
    top: 0px;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: all ease 0.4s;
    pointer-events: none;
  }
  
  .textLGPD > p {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0;
    font-size: 15px;
    color: #fff;
    background: rgba(60, 73, 90, 0.95);
    width: 100%;
    height: auto;
    padding: 50px 30px 30px;
    z-index: -1;
    transition: all ease 0.4s;
    box-sizing: border-box;
  }
  
  .textLGPD.termoAberto {
    pointer-events: auto !important;
    width: 100%;
  }
  
  .textLGPD.termoAberto p {
    opacity: 1;
    z-index: 2;
  }
  
  .textLGPD > p a {
    color: #fff;
  }
  
  .fechar-termo {
    display: block;
    position: absolute;
    color: #fff;
    right: 20px;
    top: 20px;
    cursor: pointer;
  }
  
  #msgLgpd {
    max-width: 100%;
  }
  
  #msgLgpd p {
    font-size: 12px;
    text-align: center;
    font-style: italic;
    color: #ff2c35;
    margin: 10px 0 30px 0;
  }
  
  span.color-red {
    color: #ff2c35;
    text-decoration: none;
  }
  
  .inform-campos {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2em;
    margin: 0;
    text-align: left;
  }

.formulario__container form .group-input[aria-label="Data"],
.formulario__container form .group-input[aria-label="Curso"],
.formulario__container form .group-input[aria-label="Cidade"],
.formulario__container form .group-input[aria-label="Horario"],
.formulario__container form .group-input[aria-label="Qual?"],
.formulario__container form .group-input[aria-label="Se sim, informe qual"],
.formulario__container form .group-input[aria-label="Informe qual"],
.formulario__container form .group-input[aria-label="Se está empregado, você é? (CLT, Pessoa Jurídica, Autônomo/Informal)"],
.formulario__container form .group-input[aria-label="Qual a instituição/curso profissionalizante já concluiu?"]{
    display: none;
}
  
  @media screen and (max-width: 768px) {
    .formulario__container {
      width: 330px;
    }
  }
  
  .form-curso__infos{
    padding: 12px 0;
    border-bottom: 2px solid #e4e4e4;
  }


  .form-curso__name, .form-curso__cidade, .form-curso__data{
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    color: #192a6b;
  }

  .formulario__sobre h3{
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    color: #192a6b;
  }

  .form_confirm{
    display: flex;
    gap: 8px;
    margin-top: 16px;
    color: #4f587e;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400;
    line-height: 180%;
  }

  .form-text-default {
    margin: 0;
    margin-bottom: 8px;
    color: #4f587e;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400;
    line-height: 180%;
  }