@import url("https://fonts.googleapis.com/css2?family=Gilda+Display&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Quicksand:wght@300..700&display=swap");
.recrutamento-page .recrutamento-hero {
  height: 70vh;
  min-height: 400px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #000;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
}
.recrutamento-page .recrutamento-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.recrutamento-page .recrutamento-hero .container {
  position: relative;
  z-index: 2;
}
.recrutamento-page .recrutamento-hero__titulo {
  font-size: 64px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #fff;
}
@media (max-width: 768px) {
  .recrutamento-page .recrutamento-hero__titulo {
    font-size: 42px;
  }
}
.recrutamento-page .recrutamento-hero__subtexto {
  color: #fff;
  font-size: 20px;
  opacity: 0.9;
  max-width: 600px;
  margin: 0 auto;
}
.recrutamento-page .recrutamento-info {
  padding: 160px 0;
  background: #fff;
}
@media (max-width: 992px) {
  .recrutamento-page .recrutamento-info {
    padding: 100px 0;
  }
}
.recrutamento-page .recrutamento-info .grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}
@media (max-width: 768px) {
  .recrutamento-page .recrutamento-info .grid-2 {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
.recrutamento-page .recrutamento-info .info-block__header {
  margin-bottom: 40px;
}
.recrutamento-page .recrutamento-info .info-block__header .badge {
  display: inline-block;
  padding: 5px 15px;
  background: #fcfcfc;
  border: 1px solid #eee;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 15px;
}
.recrutamento-page .recrutamento-info .info-block__header h2 {
  font-size: 38px;
  font-weight: 800;
  color: #000;
}
.recrutamento-page .recrutamento-info .info-block .recrutamento-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.recrutamento-page .recrutamento-info .info-block .recrutamento-list li {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
  font-size: 18px;
  color: #444;
}
.recrutamento-page .recrutamento-info .info-block .recrutamento-list li i {
  font-size: 20px;
  color: #000000;
  width: 25px;
}
.recrutamento-page .recrutamento-info .info-block .recrutamento-list li:last-child {
  margin-bottom: 0;
}
.recrutamento-page .recrutamento-form-section {
  padding: 160px 0;
  background: #f9f9f9;
}
@media (max-width: 992px) {
  .recrutamento-page .recrutamento-form-section {
    padding: 100px 0;
  }
}
.recrutamento-page .recrutamento-form-section .container-small {
  max-width: 800px;
}
.recrutamento-page .recrutamento-form-section .form-card {
  background: #fff;
  padding: 60px;
  border-radius: 12px;
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.05);
}
@media (max-width: 576px) {
  .recrutamento-page .recrutamento-form-section .form-card {
    padding: 30px;
  }
}
.recrutamento-page .recrutamento-form-section .form-card__header {
  text-align: center;
  margin-bottom: 50px;
}
.recrutamento-page .recrutamento-form-section .form-card__header h2 {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 15px;
}
.recrutamento-page .recrutamento-form-section .form-card__header p {
  font-size: 16px;
  color: #777;
}
.recrutamento-page .form-recrutamento .form-row {
  margin-bottom: 25px;
}
.recrutamento-page .form-recrutamento .form-row label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #555;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.recrutamento-page .form-recrutamento .form-row input[type=text],
.recrutamento-page .form-recrutamento .form-row input[type=email],
.recrutamento-page .form-recrutamento .form-row input[type=tel],
.recrutamento-page .form-recrutamento .form-row select,
.recrutamento-page .form-recrutamento .form-row textarea {
  width: 100%;
  padding: 15px 20px;
  border: 1px solid #eee;
  background: #fcfcfc;
  border-radius: 8px;
  font-size: 16px;
  transition: all 0.3s ease;
}
.recrutamento-page .form-recrutamento .form-row input[type=text]:focus,
.recrutamento-page .form-recrutamento .form-row input[type=email]:focus,
.recrutamento-page .form-recrutamento .form-row input[type=tel]:focus,
.recrutamento-page .form-recrutamento .form-row select:focus,
.recrutamento-page .form-recrutamento .form-row textarea:focus {
  outline: none;
  border-color: #000000;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.02);
}
.recrutamento-page .form-recrutamento .form-row.file-upload {
  background: #fcfcfc;
  padding: 20px;
  border: 2px dashed #eee;
  border-radius: 8px;
}
.recrutamento-page .form-recrutamento .form-row.file-upload .wpcf7-file {
  margin-top: 10px;
}
.recrutamento-page .form-recrutamento .form-row.file-upload .file-info {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  color: #999;
}
.recrutamento-page .form-recrutamento .button-row {
  margin-top: 40px;
}
.recrutamento-page .form-recrutamento .button-row .wpcf7-submit {
  width: 100%;
  padding: 18px 40px;
  background: #000;
  color: #fff;
  border: 2px solid #000;
  border-radius: 0;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.recrutamento-page .form-recrutamento .button-row .wpcf7-submit:hover {
  background: transparent;
  color: #000;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}