.editais-hero .editais-hero-header {
  width: 100%;
  padding: 35px 0 25px 0;
  background-color: #E9F2F4;
}

.editais-hero .editais-hero-header h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  color: #032872;
}

.editais-description {
  width: 100%;
  margin-top: -45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.editais-description-text {
  width: 440px;
}

.editais-description-text h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
  color: #002A93;
}

.editais-description-text h2 span {
  color: #2EB6DB;
}

.editais-description-text p {
  margin-top: 25px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  color: #032872;
}

.editais-description-image {
  width: calc(100% - 470px);
  max-width: 540px;
  border-radius: 16px;
  overflow: hidden;
}

.editais-description-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.editais-subdesc {
  margin: 100px auto 100px auto;
  width: 100%;
  max-width: 800px;
  text-align: center;
}

.editais-subdesc .bar-space {
  width: 140px;
  height: 10px;
  border-radius: 16px;
  background-color: #2EB6DB;
  margin: 0 auto;
}

.editais-subdesc p {
  margin-top: 25px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  color: #032872;
  text-align: center;
}

.editais-info {
  width: 100%;
  padding: 80px 20px;
  background-color: #032872;
}

.editais-info .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.editais-info header {
  width: 100%;
  margin-bottom: 50px;
}

.editais-info header h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  text-align: center;
}

.editais-info-item {
  width: 50%;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.editais-info-item img {
  width: 74px;
  height: 74px;
  margin-right: 20px;
}

.editais-info-item p {
  width: calc(100% - 95px);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
}

.editais-lista {
  padding-top: 75px;
  padding-bottom: 150px;
}

.editais-lista h3 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  color: #032872;
  margin-bottom: 40px;
}

.editais-lista .editais-grid {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.editais-lista .editais-grid .edital-card {
  width: calc(50% - 20px);
  padding: 40px 0;
}

.editais-lista .editais-grid .edital-card h4 {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
  padding-left: 24px;
}

.editais-lista .editais-grid .edital-card h4 a {
  text-decoration: none;
  color: #002A93;
}

.editais-lista .editais-grid .edital-card h4 a:hover {
  text-decoration: underline;
}

.editais-lista .editais-grid .edital-card h4::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 12px;
  height: 12px;
  background-color: #2EB6DB;
}

.editais-lista .editais-grid .edital-card p {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color: #032872;
}

@media (max-width: 768px) {
  .editais-description {
    margin-top: 50px;
  }
}

@media (max-width: 430px) {
  .editais-description {
    flex-wrap: wrap;
    margin-top: -15px;
  }

  .editais-description-text {
    order: 1;
    width: 100%;
    text-align: center;
  }

  .editais-description-text h2 {
    font-size: 36px;
  }

  .editais-description-text p {
    font-size: 16px;
  }

  .editais-description-image {
    order: 0;
    width: 100%;
    margin-bottom: 25px;
  }

  .editais-subdesc p {
    font-size: 24px;
  }

  .editais-lista h3 {
    font-size: 36px;
  }

  .editais-info-item {
    width: 100%;
  }

  .editais-lista .editais-grid .edital-card {
    width: 100%;
  }
}