#col-empresa {
  border: 1px solid rgb(241,69,22) !important;
  border-radius: 18px !important;
  padding-top: 20px !important;
}

h1, h2, h3, h4, h5 {
  font-family: Poppins, sans-serif !important;
}

#col-empresa p {
  padding-left: 30px !important;
  padding-right: 30px !important;
  padding-bottom: 12px;
}

#info-adicional {
  padding-right: 50px !important;
}

#ico {
  margin-left: 10px !important;
}

.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
  color: #212529 !important;
  background-color: #ee711c !important;
  border-color: #ee711c !important;
}

.btn-warning {
  color: white !important;
  background-color: #ee711c !important;
  border-color: #ee711c !important;
}

.btn-warning:hover {
  color: white !important;
  background-color: #cf5b0c !important;
  border-color: #cf5b0c !important;
}

@media (min-width:1200px) {
  heading-recrutamento {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

