/* Estilos exclusivos da página edital.html */

/* Header compacto na página de Editais (remove hero/carrossel) */
.page-edital .hero{
  height: auto !important;
  min-height: 0 !important;
  background: none !important;
  padding: 20px 0 10px;
}
.page-edital .hero-carousel{ display: none; }
.page-edital .topbar{
  justify-content: space-between;
  align-items: center;
  gap: 620px;
  margin-bottom: 10px;
}
.page-edital .topbar::after{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 1px;
  background: #2C2E83;
  opacity: 0.4;
}
.page-edital .logo{
  margin: 0 auto;
}
.page-edital .menu a{
  color: #2C2E83;
}
.page-edital{
  background: #ffffff;
}

/* Seção de editais */
.edital-hero{
  padding: 60px 0 15px;
}
.edital-hero h1{
  font-size: 32px;
  color: #2C2E83;
  text-align: center;
  margin-bottom: 14px;
}
.edital-hero .txt-green{ color: #A6C63A; }
.edital-hero p{
  text-align: center;
  max-width: 1100px;
  margin: 0 auto 38px;
  color: #3c3c3c;
  font-size: 20px;
  line-height: 1.55;
}
.edital-tabs{
  display: flex;
  gap: 12px;
  padding: 0;
  border-radius: 12px;
  background: transparent;
  margin: 0 auto 24px;
  justify-content:  space-around;
;
  width: 100%;
  max-width: 1100px;
}
.edital-tab{
  min-width: 120px;
  padding: 10px 14px;
  border-radius: 10px;
  border: 1px solid #a5c63a00;
  background: #818181;
  color: #2C2E83;
  font-weight: 600;
  cursor: pointer;
  transition: box-shadow .15s ease, transform .02s ease, filter .15s ease;
}
.edital-tab.is-active{
  background: #A6C63A;
  color: #2C2E83;
  border-color: #A6C63A;
  box-shadow: 0 6px 14px rgba(166,198,58,.18);
}
.edital-tab:not(.is-active):hover{ filter: brightness(0.97); }
.edital-tab:active{ transform: translateY(1px); }
.edital-list{
  border-top: 2px solid #3e438f;
  margin-top: 14px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.edital-listing{
  padding: 0 0 30px;
}
.edital-item{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 26px 10px;
  border-bottom: 2px solid #3e438f;
  flex-wrap: wrap;
}
.edital-info{
  display: flex;
  flex-direction: column;
}
.edital-link{
  text-decoration: none;
  color: inherit;
}
.edital-label{
  margin: 0 0 4px;
  color: #3e438f;
  font-weight: 500;
  font-size: 18px;
}
.edital-date{
  margin: 0;
  color: #3e438f;
  font-size: 18px;
  font-weight: 500;
}
.edital-date strong{
  font-weight: 500;
  color: #3e438f;
  margin-right: 4px;
}
.edital-status{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border-radius: 8px;
  background: transparent;
  color: #7a7a7a;
  font-weight: 400;
  font-size: 18px;
  min-width: 120px;
  text-align: center;
  margin-right: 0px;
}
.edital-banner{ padding: 10px 0 60px; }
.edital-cta{
  display: block;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  border-radius: 16px;
  background: url("editais/Contate-nos_web.png") no-repeat center / contain;
  min-height: 600px;
  margin-top: 500px;

}

/* Mobile */
@media (max-width: 760px){
  .page-edital .hero{ padding: 18px 0 8px; }
  .edital-hero{ padding: 32px 0 24px; }
  .edital-hero h1{ font-size: 26px; }
  .edital-tabs{
    gap: 8px;
    padding: 4px;
    justify-content: center;
    margin: 0 auto 20px auto;
    max-width: 100%;
  }
  .edital-tab{ min-width: 100px; padding: 8px 12px; }
  .edital-item{ align-items: flex-start; }
  .edital-status{
    width: auto;
    justify-content: center;
    margin-left: 0;
    padding: 8px 12px;
    font-size: 18px;
  }
  .edital-cta{
    background-image: url("editais/Contate-nos_mobile.png");
    min-height: 300px;
    max-width: 420px;
  }
  .page-edital .topbar{
    justify-content: center;
  }
  .page-edital .menu{ display: none; }
}
