.header-institucional {
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  background: linear-gradient(84.61deg, #f58f00 9.14%, #ffb54d 67.05%);
  height: 488px;
  padding: 56px 0;
}
.header-institucional .spacing-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  margin: 0 auto;
  max-width: 1072px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 488px;
}
.header-institucional .spacing-header h1 {
  font-size: 2rem;
}
.header-institucional .spacing-header span {
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
}
.header-institucional .spacing-header p {
  max-width: 344px;
  font-weight: 450;
  font-size: 18px;
  line-height: 26px;
}
@media (max-width: 968px) {
  .header-institucional .spacing-header {
    margin-left: 20px;
  }
}
@media (max-width: 698px) {
  .header-institucional .spacing-header {
    margin-left: 10px;
  }
}
.header-institucional .spacing-header .imgConteiner {
  max-width: 611px;
}
.header-institucional .spacing-header .imgConteiner .img {
  width: 499px;
  max-width: 611px;
}
@media (max-width: 968px) {
  .header-institucional .spacing-header .imgConteiner {
    display: none;
  }
}
.header-institucional .triangle {
  background: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-clip-path: polygon(100% 100%, 0 100%, 100% 0%);
          clip-path: polygon(100% 100%, 0 100%, 100% 0%);
  height: 123px;
  width: 100%;
}
.header-institucional .btnbase {
  color: #fff;
  border: 1.5px solid white;
  padding: 8px 32px;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  font-size: 14px;
  background-color: transparent;
  border-radius: 4px;
  margin-right: 24px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: inline-block;
}
.header-institucional .btnbase:hover {
  background-color: #fff;
  border-color: #ff9f1a;
  color: #ff9f1a;
}
@media (max-width: 968px) {
  .header-institucional .btnbase {
    margin: 30px;
  }
}
@media (max-width: 698px) {
  .header-institucional .btnbase {
    text-align: center;
    max-width: 410px;
    width: 100%;
    margin: 5px 5px 5px -5px;
  }
}

.formContainer {
  position: relative;
  width: 100%;
  max-width: 1072px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 968px) {
  .formContainer {
    margin-left: 20px;
  }
}
.formContainer .forms {
  margin-top: 32px;
  min-width: 75vw;
  max-width: 1248px;
}
.formContainer .forms form {
  width: 100%;
}
.formContainer .forms form .conteinerForm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1248px;
}
.formContainer .forms form .conteinerForm .column {
  min-width: 50%;
  margin-right: 40px;
}
@media (max-width: 968px) {
  .formContainer .forms form .conteinerForm .column {
    margin-right: 15px;
  }
}
@media (max-width: 698px) {
  .formContainer .forms form .conteinerForm .column {
    margin-right: 15px;
  }
}
.formContainer .forms form .conteinerForm .column .inputContainer {
  margin-bottom: 15px;
}
.formContainer .forms form .conteinerForm .column .inputContainer label {
  margin-bottom: 5px;
  font-weight: 700;
}
.formContainer .forms form .conteinerForm .column .inputContainer label span {
  color: red;
}
.formContainer .forms form .conteinerForm .column .inputContainer input,
.formContainer .forms form .conteinerForm .column .inputContainer select {
  max-width: 540px;
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  min-height: 42px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.1875rem;
}
.formContainer .forms form .conteinerForm .column .inputContainer input:focus,
.formContainer .forms form .conteinerForm .column .inputContainer select:focus {
  border: 1.5px solid #f58f00;
  padding: 7.5px 15.5px;
}
.formContainer .forms form .conteinerForm .column .inputContainer .inputMensage {
  max-width: 540px;
  display: block;
  width: 100%;
  min-height: 42px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.1875rem;
  max-height: 130px;
}
@media (max-width: 968px) {
  .formContainer .forms form .conteinerForm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-width: 85vw;
  }
}
@media (max-width: 698px) {
  .formContainer .forms form .conteinerForm {
    min-width: 95vw;
  }
}
@media (max-width: 426px) {
  .formContainer .forms form .conteinerForm {
    padding-right: 15px;
  }
}
.formContainer .forms form .btn {
  width: 110px;
}

.alerta {
  max-width: 91vw;
}

.btnsHome {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.inputPDF {
  max-width: 540px;
  display: block;
  width: 100%;
  min-height: 42px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.1875rem;
}

.attachment {
  height: 100%;
  border-radius: 4px;
  border: 2px dashed rgba(251, 186, 0, 0.5215686275);
  background-color: rgba(255, 234, 205, 0.15);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.attachment:hover {
  border: 2px dashed #fbba00;
}

.selectFile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.textSelect {
  color: #495057 !important;
}

.preview {
  margin-top: 13px;
  word-break: break-all;
}

.twoColumns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 540px;
}

select#city {
  min-width: 200px;
}

.addFile-btn {
  width: 159px !important;
  color: #fbba00 !important;
  font-size: 18px;
}

label#dropbox {
  height: 128px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.dragover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.file {
  color: #fff !important;
}

.sr-only {
  color: #fff !important;
}

.tooltip {
  color: #fff !important;
}

.file-plus {
  margin: auto;
}