body {
  background-color: #DEFFEF;
}

.hoja__trabajo-header {
  background-color: #1F8B4F;
  border-radius: 10px;
  text-align: center;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 32px;
}
.hoja__trabajo-header-h1 {
  color: #ffffff;
}
.hoja__trabajo-header img {
  width: 200px;
}
@media screen and (min-width: 768px) {
  .hoja__trabajo-header img {
    width: 100%;
    max-width: 350px;
  }
}
.hoja__trabajo-form {
  border-radius: 16px;
  box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.25);
  border: none;
}
.hoja__trabajo-form label {
  color: #4b5563;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
}
.hoja__trabajo-form input {
  border-radius: 4px;
  border: 1px solid #E0E0E0;
}
.hoja__trabajo-form-title {
  color: var(--primary-green-900, #1F8B4F);
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 31.2px; /* 130% */
  letter-spacing: 0.48px;
}
.hoja__trabajo-form-subtitle {
  color: #4b5563;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 31.2px; /* 173.333% */
  letter-spacing: 0.36px;
}
@media screen and (min-width: 768px) {
  .hoja__trabajo-form-subtitle {
    font-size: 18px;
  }
}
.hoja__trabajo-form-tag-lot {
  padding: 6px 12px;
  width: fit-content;
  border-radius: 1000px;
  background: rgba(0, 180, 81, 0.16);
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .hoja__trabajo-form-tag-lot {
    padding: 10px 18px;
    margin: 0;
  }
}
.hoja__trabajo-form-tag-lot img {
  width: 24px;
  height: 24px;
}
.hoja__trabajo-form-tag-lot span {
  color: #1F8B4F;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 171.429% */
  margin-left: 6px;
}

/*# sourceMappingURL=hoja-trabajo.css.map */
