
/* noticias */
.notice-wrapper{
    margin-bottom: 2rem;
}

.thumb{
    max-width: 100%;
    object-fit: cover;
    height: 256px;
}

.notice-content{
    margin-bottom: 6rem;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.post-category{
    position: absolute;
    background-color:  #001224;
    top: 11px;
    padding: 10px 20px;
    font-size: 13px;
    color: var(--white) ;
}

.notice-details
{
    color: var(--dark-blue);
    font-size: 15px;
    display: flex;
    flex-direction: column;
}

.post-date
{
    color: var(--dark-blue);
    font-size: 15px;
}

.notice-details h3{
    font-size: 23px;
    color: var(--dark-blue);
    font-weight: bold;

}

.notice-details a,span{
    font-weight: bold;
    color: var(--black);
    width: fit-content;
}


.btn-viewmore{
    background-color: var(--orange);
    color: var(--white);
    font-size: 12px;
    border-radius: 100%;
    padding: 2px 5px;
}
/* final noticias  */

/* paginação */

.paginacao {
    display: flex;
    align-items: center;
    justify-content: center;
}

.wp-pagenavi {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 300px;
    gap: 4px;
    font-size: 22px;
  }
  
  .wp-pagenavi a {
    color: #1b2d5b;
    text-decoration: none;
    font-weight: bold;
  }
  
.wp-pagenavi{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
  .wp-pagenavi .first,
  .wp-pagenavi .last {
    text-decoration: none;
    color: #03978b;
    font-weight: bold;
  }
  

  .wp-pagenavi span.current {
    background:var(--light-blue);
    padding: 4px 10px ;
    color: var(--white);
    font-weight: bold;
  }
  .wp-pagenavi .larger{
    background:var(--gray);
    padding: 4px 10px ;
    color: var(--dark-blue);
    font-weight: bold;
    font-size: 22px;
  }

  .wp-pagenavi .smaller{
    background:var(--gray);
    padding: 4px 10px ;
    color: var(--dark-blue);
    font-weight: bold;
    font-size: 22px;
  }
  .wp-pagenavi .nextpostslink{
    background: transparent;
    border: 3px solid var(--light-black);
    padding: 2px 10px;
    font-size: 22px;
    color: var(--light-black);
  }

  .wp-pagenavi  .previouspostslink{
    background: transparent;
    border: 3px solid var(--light-black);
    padding: 2px 10px;
    font-size: 22px;
    color: var(--light-black);
  }

  .drop-button{
    font-size:20px;
    width: 100%;
    padding: 10px 0;
    background-color: var(--orange);
    border: none;
    color: var(--white);
  }

  .dropdown-item{
    text-align: center;
    font-size: 18px;
  }

  @media screen and (max-width:768px) {

  }