.container_job {
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}

.div_card {
  height: 270px;
  margin-bottom: 30px !important;
  transition: all 0.3s ease-out;
}

.div_card:hover {
  transform: scale(1.04);
  transition: all 0.3s ease-out;
  cursor: pointer;
}

.job_card {
  margin-bottom: 30px !important;
  width: 100%;
  height: 100%;
  box-shadow: 3px 3px 5px #ccc;
}

.title_job {
  font-size: 1.23em;
  width: 90%;
  margin-bottom: 10%;
}

.detail_button:hover {
  background-color: #00b6ad;
  border-color: #00b6ad;
}

.detail_button:focus {
  background-color: #00b6ad;
  border-color: #00b6ad;
}

.orange {
  color: #00b6ad;
}

.text-card-roboto {
  font-size: 0.9em;
}

.job_body {
  margin-left: 5%;
  margin-top: 5%;
  margin-right: 5%;
  background-size: 45px;
  background-repeat: no-repeat;
  background-position: right top;
  position: relative;
}

.div_button {
  position: absolute;
  width: 100%;
  bottom: 10%;
  right: 0;
}

.div_body {
  position: absolute;
  width: 90%;
  bottom: 28%;
}

.div_title {
  width: 100%;
}

.detail_button {
  background-color: #00b6ad;
  border-color: #00b6ad;
  font-weight: 700;
  color: white;
  font-size: 0.8em;
  float: right;
  box-shadow: 3px 3px 5px #ccc;
}

