.edital-hero .edital-hero-header {
  width: 100%;
  padding: 35px 0 25px 0;
  background-color: #E9F2F4;
}

.edital-hero .edital-hero-header h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  color: #032872;
}

.edital-hero .edital-description {
  width: 100%;
  max-width: 840px;
  padding: 50px 20px;
  margin: 0 auto;
}

.edital-hero .edital-description h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
  color: #002A93;
}

.edital-hero .edital-description h2 span {
  color: #2EB6DB;
}

.edital-hero .edital-description h2 span.border {
  border-left: 3px solid #002A93;
  padding-right: 10px;
}

.edital-hero .edital-description p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  color: #032872;
  margin-top: 50px;
}

.btn-edital {
  width: 250px;
  max-width: 100%;
  height: 60px;
  margin-top: 30px;

  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #1bb0ce;
  border-radius: 8px;
  transition: all ease-in 150ms;

  font-size: 16px;
  font-weight: 500;
  line-height: 1.1;
  color: #032872;
  text-decoration: none;
}

.btn-edital:hover {
  background-color: rgba(27, 176, 206, 0.1);
}

.btn-edital img {
  width: 30px;
  margin-right: 12px;
}

.edital-form {
  width: 100%;
  max-width: 840px;
  padding: 50px 30px;
  background: #f6f9f9;
  border-radius: 16px;
  margin: 30px auto 200px;
}

.edital-form header {
  text-align: center;
  margin-bottom: 70px;
}

.edital-form header h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
  color: #002A93;
  margin-bottom: 10px;
}

.edital-form header p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  color: #032872;
}

.edital-form .edital-custom-form input,
.edital-form .edital-custom-form select {
  width: 100%;
  padding: 20px;
  border: 1px solid #2EB6DB;
  border-radius: 12px;
  margin-bottom: 30px;
}

.edital-form .edital-custom-form .form-row-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.edital-form .edital-custom-form .form-row-line input,
.edital-form .edital-custom-form .form-row-line select {
  width: calc(50% - 12px);
}

.edital-form .edital-custom-form .btn-edital {
  background-color: #2EB6DB;
  border-color: #2EB6DB;
  color: #032872;
  cursor: pointer;
  margin: 10px auto 60px;
}

.edital-form .edital-custom-form .btn-edital:hover {
  background-color: #1bb0ce;
}

.edital-form .edital-custom-form p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  color: #032872;
}

.esgotado {
  color: #c0392b;
  font-weight: bold;
}

@media (max-width: 430px) {
  .edital-hero .edital-description {
    text-align: center;
  }

  .edital-hero .edital-description h2 {
    font-size: 36px;
  }

  .edital-hero .edital-description h2 span {
    display: block;
  }

  .edital-hero .edital-description h2 span.border {
    display: none;
  }

  .edital-hero .edital-description p {
    font-size: 16px;
  }

  .edital-form header h2 {
    font-size: 36px;
  }

  .edital-form header p {
    font-size: 16px;
  }

  .edital-form .edital-custom-form .form-row-line input,
  .edital-form .edital-custom-form .form-row-line select {
    width: 100%;

  }
}