/* CSS 'curriculos.html'*/

/*Pag top background*/
#background-top-img{
  height: 80vh;
  width: 100%;
  background-image: url(../img/img/imgUsina/DJI_0015.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: 2px 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: 100px;
  max-height: 100px;
}

button [type='submit'] {
  width: 50%;
}

.form-control {
  height: 40px;
  width: 100%;
}

@media (max-width: 768px) {
  input[type='file'] {
    width: 80vw;
    word-wrap: break-word;
  }
}

/* Seção */
.section-contato {
  border-radius: 10px;
}

.section-contato form i,
.section-contato i{
  color: inherit;
  font-size: inherit;
}

.section-contato h4 {
  font-size: 28px;
  font-weight: 600;
}

.section-contato .h6 {
  font-size: 20px;
  font-weight: 500;
}

.section-contato form textarea {
  min-height: 120px;
  max-height: 120px;
  max-width: 100%;
  min-width: 100%;
}

.section-contato .secondary-btn {
  color: #FEFEFE;
  border: #FB7B04;
  background-color: #FB7B04;
}
.section-contato .secondary-btn:hover {
  scale: calc(120%);
  font-weight: 900;
}

.contato-link {
  width: 100%;
  text-align: center;
  font-size: 17px;
}
.contato-link a{
  font-weight: 800;
  color: #FB7B04;
  text-decoration: none;
}
.contato-link a:hover{
  color: #FB7B04;
  font-weight: 900;
}

@media (max-width: 768px) {
  .section-contato .subtitle {
    font-size: 28px;
  }
  .section-contato h4 {
    font-size: 22px;
  }
  .section-contato .h6 {
    font-size: 14px;
    font-weight: 500;
  }
  #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;
}

}