/* CSS 'conduta.html'*/

/*Pag top background*/
#background-top-img{
  height: 80vh;
  width: 100%;
  background-image: url(../img/img/CanalConduta.jpg);
  background-position: center;
  background-size:cover;
}

/*form*/
#add-document,
.form-control,
textarea {
  background-color: #FEFEFE;
  border-radius: 5px;
  border: 1px solid #BBB;
}

#add-document:focus,
.form-control:focus,
textarea:focus,
.form-select:focus {
  border: 1px solid #BDE549;
  background-color: #FEFEFE;
}

#add-document:focus-within,
.form-select:focus-within {
  background-color: #FEFEFE;
}

.form-select:focus {
  box-shadow: none;
}

#formacao-prof,
#exp-profissional,
#sobre {
  outline: none;
  padding: 10px;
  padding-left: 10px;
  min-height: 200px;
  max-height: 200px;
}

button [type='submit'] {
  width: 50%;
}

.form-control {
  height: 58px;
  width: 100%;
  box-shadow: none !important;
}

@media (max-width: 768px) {
  input[type='file'] {
    width: 80vw;
    word-wrap: break-word;
  }
}

#options-form .input-tel,
#options-form .input-name {
  width: 100%;
  height: 58px;
  border-radius: 5px;
  outline: 1px solid #4747475e;
  border: 0px;
}

#options-form .input-tel:focus,
#options-form .input-name:focus {
  outline: none;
  border: 1px solid #BDE549;
}

/* Seção */
.section-conduta {
  border-radius: 10px;
}
.section-conduta .title {
  border-bottom: 4px solid #BDE549;
}
.section-conduta .subtitle {
  text-align:justify;
}

.section-conduta form i,
.section-conduta i{
  color: inherit;
  font-size: inherit;
}

.section-conduta h4 {
  font-size: 28px;
  font-weight: 600;
}

.section-conduta .h6 {
  font-size: 20px;
  font-weight: 500;
}

.section-conduta form textarea {
  min-height: 120px;
  max-height: 120px;
  max-width: 100%;
  min-width: 100%;
}

.section-conduta .secondary-btn {
  color: #FEFEFE;
  border: #FB7B04;
  background-color: #FB7B04;
}
.section-conduta .secondary-btn:hover {
  scale: calc(120%);
  font-weight: 900;
}

.conduta-email {
  color: #474747;
  text-decoration: none;
  font-weight: 600;
}
.conduta-email:hover {
  font-weight: 700;
  color: #FB7B04;
  text-decoration: none;
}
.forms-title {
  font-weight: 500;
}
.iconify {
  color: #FB7B04;
  height: 20px;
}

.btn-conduta {
  height: 40px;
  font-weight: 400;
  font-size: 14px;
  width: 100%;
  background-color: #042C6A;
  color: #FEFEFE;
}
.btn-conduta:hover {
  background-color: #042C6A;
  color: #FEFEFE;
  font-weight: 600;
  scale: calc(102%);
  transition: 0.6s;
}

@media (max-width: 768px) {
  .section-conduta .title {
    font-size: 25px;
  }
  .section-conduta h4 {
    font-size: 22px;
  }
  .section-conduta .subtitle {
    font-size: 16px;
  }

  .btn-conduta {
    font-size: 12px;
  }
  
  #formacao-prof,
  #exp-profissional,
  #sobre {
  outline: none;
  padding: 10px;
  padding-left: 10px;
  min-height: 200px;
  max-height: 200px;
}
.form-control::placeholder {
  font-size: 13px;
}
.form-select option {
  font-size: 13px;
}
}