/* CORREÇÕES SINGLE PAGE */
.x-section#cabecalho {
    padding: 0;
    overflow: hidden;
    margin: 0;
}
.x-row.row-cabecalho-1 {
    max-width: 1232px;
}
.x-row.row-cabecalho-2 {
    max-width: 100%;
}
.x-row.row-cabecalho {
    margin: 0 auto;
}
.x-col.col-cabecalho {
    width: 100%;
}
.single .hentry .entry-wrap {
    padding: 0;
    border: none;
}


/* CSS GERAL DA PÁGINA */
.x-section#cabecalho.noticias {
    background: linear-gradient(330deg, #FAB529 0%, #A1C747 100%);
  }
.x-section#cabecalho.licitacoes {
  background: linear-gradient(330deg, #A1C747 0%, #009498 60%, #00A765 140%);
}
.x-section#cabecalho.processo-seletivo {
  background: linear-gradient(30deg, #00A765 0%, #003C8B 65%, #009F68 100%);
}
.x-section#cabecalho.departamento {
  background: linear-gradient(30deg, #26C2FF 0%, #8A24FF 65%, #26C2FF 100%);
}
  .extra-bg {
      background: url(/wp-content/uploads/2024/03/linhas_bg_cabecalho.svg) no-repeat calc(100% + 170px) center;
      background-size: 65%;
  }
  .col-cabecalho h1 {
    margin: 107px 0;
    font-size: 48px;
    line-height: 1.2;
    z-index: 999;
  }
  .x-image.img-cabecalho.img-cabecalho-noticias {
    bottom: -70px;
    right: 240px;
    max-width: 290px;
    opacity: .66;
  }
  .x-image.img-cabecalho.img-cabecalho-licitacoes {
    bottom: -60px;
    right: 0;
    max-width: 630px;
}
.x-image.img-cabecalho.img-processo-seletivo {
    bottom: -70px;
    right: 0;
    max-width: 730px;
}
.x-image.img-cabecalho.img-cabecalho-departamento {
  bottom: -65px;
  right: 0;
  max-width: 710px;
  opacity: 0.8;
}
  .post-categories {
    grid-gap: 8px;
    margin-bottom: 15px;
  }
  .post-cat {
    border-radius: 6px;
    padding: 8px 15px;
    font-size: 13px;
    line-height: 1.25;
  }
  .postagem-container {
    padding-top: 66px;
  }
  .postagem-content {
    max-width: 913px;
    padding-bottom: 124px;
  }
  .postagem-content > h2,
  .other-posts h3 {
    font-size: 30px;
    line-height: 1.2;
  }
  .postagem-content > h2 {
    margin: 0 0 13px;
  }
  .post-date, .post-content p, .user-info h3 {
    font-size: 15px;
    line-height: 1.6;
  }
  .post-date {
    margin: 0 0 25px;
  }
  .post-thumb {
   border-radius: 10px;
   max-height: 419px;
   object-fit: cover;
   object-position: center;
   width: 100%;
   margin-bottom: 42px; 
  }
  .post-content p {
    color: var(--dark-blue);
    margin: 0 0 12px;
  }
  .post-content li {
    color: var(--dark-blue);
    margin: 0 0 4px;
  }
  .post-content {
    margin-bottom: 48px;
  }
  .post-author {
    border: 1px solid #5883D0;
    border-radius: 12px;
    padding: 26px 30px;
    margin-bottom: 26px;
  }
  .user-avatar {
    width: 62px;
    height: 62px;
    margin-right: 28px;
  }
  .user-info p, .post-sharing p {
    font-size: 13px;
    line-height: 1.4;
  }
  .post-sharing {
    width: 312px;
    padding: 24px 16px 24px 24px;
    background-color: #F5F5F5;
    border-radius: 8px;
  }
  div.the_champ_sharing_ul a {
    margin: 0;
  }
  .other-posts {
    background-color: #F5F5F5;
    padding: 75px 0 50px;
  }
  .feed-container .slick-list {
    overflow: visible;
  }
  .slick-track {
    display: flex !important
  }
  .slick-slide {
    height: inherit !important;
  }
  .slick-list.draggable {
    user-select: text;
  }
  .slick-slide > div {
    height: 100%;
  }
.slick-prev,
.slick-next {
  font-size: 0;
  background-color: transparent;
  border: none;
  position: absolute;
  z-index: 9;
  width: 50px;
}
.feed-container .slick-prev:before {
    content: url('/wp-content/uploads/2024/03/arrow_left.svg');
}
.feed-container .slick-next:before {
    content: url('/wp-content/uploads/2024/03/arrow_right.svg');
}
.feed-container .slick-prev {
    left: -63px;
  }
  .feed-container .slick-next {
    right: -65px;
  }
  .feed-container .slick-prev,
.feed-container .slick-next {
  background-color: #10144ee3;
  height: 50px;
  top: 40%;
}
.feed-column {
    padding: 27px;
    border: 1px solid var(--blue);
    border-radius: 12px;
    display: flex !important;
  }
  .post-info {
    margin-right: 21px;
    font-size: 16px;
    line-height: 22px;
  }
  .feed-column button {
    width: 113px;
    height: 34px;
    border: 1px solid var(--blue);
    font-size: 13px;
    margin-top: 14px;
  }
  .feed-thumb {
    width: 140px;
    height: 140px;
    border-radius: 10px;
  }
  .feed-thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
  .feed-thumb:hover .image-overlay {
    background-color: rgba(0, 0, 0, .4);
  }
  .feed-container .slick-track {
    grid-gap: 24px;
  }
  .post-feed-container {
    padding: 28px 63px;
  }
  .courses-container .slick-track {
    grid-gap: 50px;
  }
  
  /* RESPONSIVO */
  
  @media screen and (max-width: 1600px) {
    .col-cabecalho h1 {
      margin: 90px 0 100px;
      font-size: 44px;
  }
    .x-image.img-cabecalho.img-cabecalho-noticias {
      max-width: 250px;
      bottom: -50px;
      right: 130px;
  }
  .x-image.img-cabecalho.img-cabecalho-licitacoes,
  .x-image.img-cabecalho.img-processo-seletivo,
  .x-image.img-cabecalho.img-cabecalho-departamento {
    max-width: 800px;
}
  .post-cat {
    padding: 7px 12px;
    font-size: 13px;
}
  .post-categories {
    margin-bottom: 10px;
}
.feed-column {
    padding: 20px;
}
  .post-info {
    margin-right: 18px;
    font-size: 15px;
    line-height: 20px;
}
  .feed-thumb {
    width: 130px;
    height: 130px;
}
.postagem-container {
    padding-top: 50px;
}
.postagem-content > h2,
.other-posts h3 {
    font-size: 28px;
}
.postagem-content > h2 {
    margin: 0 0 10px;
}
.post-date, .post-content p, .user-info h3 {
    font-size: 14px;
}
.post-date {
    margin: 0 0 20px;
}
.post-thumb {
    max-height: 380px;
    margin-bottom: 30px;
}
.post-content {
    margin-bottom: 40px;
}
.post-author {
    padding: 22px 25px;
    margin-bottom: 22px;
}
.user-avatar {
    margin-right: 22px;
}
.postagem-content {
    padding-bottom: 95px;
}
.other-posts {
    padding: 60px 0 50px;
}

}

@media screen and (max-width: 1450px) {
    .feed-column {
      padding: 15px;
  }
    .post-info {
      font-size: 14px;
      line-height: 18px;
  }
    .feed-column button {
      width: 105px;
      height: 32px;
      font-size: 12px;
      margin-top: 12px;
  }
    .feed-container .slick-track {
      grid-gap: 15px;
  }
    .post-feed-container {
      padding: 25px 40px;
  }
    .feed-container .slick-next,
    .feed-container .slick-prev {
      transform: scale(.8);
    }
    .feed-container .slick-next {
      right: -45px;
  }
    .feed-container .slick-prev {
      left: -45px;
  }
  .other-posts {
    padding: 60px 0 40px;
}
  }
  
  @media screen and (max-width: 1400px) {
    .col-cabecalho h1 {
      margin: 75px 0 85px;
      font-size: 40px;
  }
  .x-image.img-cabecalho.img-cabecalho-noticias {
        max-width: 210px;
        bottom: -40px;
    }    
    .x-image.img-cabecalho.img-cabecalho-licitacoes,
    .x-image.img-cabecalho.img-processo-seletivo,
    .x-image.img-cabecalho.img-cabecalho-departamento {
      max-width: 700px;
  }
  }
  
  @media screen and (max-width: 1300px) {
    .col-cabecalho h1 {
      margin: 60px 0 70px;
      font-size: 36px;
  }
    .x-image.img-cabecalho.img-cabecalho-noticias {
        right: 90px;
        max-width: 180px;
    } 
    .x-image.img-cabecalho.img-cabecalho-licitacoes,
    .x-image.img-cabecalho.img-processo-seletivo,
    .x-image.img-cabecalho.img-cabecalho-departamento {
      max-width: 575px;
  }
    .post-cat {
        padding: 6px 10px;
        font-size: 12px;
    }
        .post-categories {
        margin-bottom: 8px;
    }
    .feed-thumb {
        width: 110px;
        height: 110px;
    }
    .postagem-container {
        padding-top: 40px;
    }
    .postagem-content > h2, .other-posts h3 {
        font-size: 25px;
    }
    .postagem-content > h2 {
        margin: 0 0 7px;
    }
    .postagem-content {
        max-width: 800px;
        padding-bottom: 70px;
    }
    .post-date {
        margin: 0 0 15px;
    }
    .post-thumb {
        max-height: 320px;
        margin-bottom: 25px;
    }
    .post-content p {
        margin: 0 0 10px;
    }
    .post-content {
        margin-bottom: 30px;
    }
    .post-author {
        padding: 17px 20px;
        margin-bottom: 20px;
    }
  }
  
  @media screen and (max-width: 1100px) {
    .x-image.img-cabecalho {
      opacity: 0.2;
  }
  }
  
  @media screen and (max-width: 978px) {
    .col-cabecalho h1 {
      margin: 45px 0 50px;
      font-size: 32px;
  }
  .post-categories {
    margin-bottom: 6px;
}

.feed-column {
    padding: 13px;
}
  .post-info {
    font-size: 13px;
    line-height: 17px;
    margin-right: 15px;
}
  .feed-column button {
    width: 97px;
    height: 29px;
    font-size: 12px;
    margin-top: 10px;
}
  .feed-thumb {
    width: 95px;
    height: 95px;
}
  .feed-container .slick-track {
    grid-gap: 12px;
}
  .post-feed-container {
    padding: 18px 40px;
}
.postagem-content {
    max-width: 700px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .postagem-content > h2, .other-posts h3 {
    font-size: 21px;
}
.postagem-content > h2 {
    margin: 0 0 5px;
}
.post-date, .post-content p, .user-info h3 {
    font-size: 13px;
}
.post-thumb {
    max-height: 290px;
    margin-bottom: 20px;
}
.post-author {
    padding: 15px;
    margin-bottom: 15px;
}
.post-sharing {
    padding: 15px 16px 15px 15px;
}
.other-posts {
    padding: 40px 0 35px;
}
.x-image.img-cabecalho.img-cabecalho-licitacoes,
.x-image.img-cabecalho.img-processo-seletivo,
.x-image.img-cabecalho.img-cabecalho-departamento {
  max-width: 460px;
}
}

@media screen and (max-width: 850px) {
    .feed-column {
        padding: 12px;
        flex-direction: column-reverse;
    }
      .feed-thumb {
        width: 80px;
        height: 80px;
        margin: 0 0 10px;
    }
}
  
  @media screen and (max-width: 700px) {
    .x-image.img-cabecalho.img-cabecalho-noticias {
        right: 20px;
    }
    .x-image.img-cabecalho.img-cabecalho-licitacoes,
    .x-image.img-cabecalho.img-processo-seletivo,
    .x-image.img-cabecalho.img-cabecalho-departamento {
      right: 0;
      max-width: 400px;
  }
    .col-cabecalho h1 {
      margin: 35px 0 35px;
      font-size: 27px;
  }
  }
  
  @media screen and (max-width: 600px) {
    .user-avatar {
        width: 50px;
        height: 50px;
        margin-right: 15px;
    }
    .postagem-content {
        padding-bottom: 50px;
    }
    .postagem-content > h2, .other-posts h3 {
        font-size: 18px;
    }
  }
  
  @media screen and (max-width: 500px) {
    .col-cabecalho h1 {
      font-size: 24px;
  }
  }

  @media screen and (max-width: 450px) {
    .feed-container .slick-next,
    .feed-container .slick-prev{
      transform: scale(.6);
  }
    .feed-container .slick-next {
      right: -50px;
    }
    .feed-container .slick-prev {
      left: -50px;
    }
  }
  
  @media screen and (max-width: 400px) {
      .x-image.img-cabecalho.img-cabecalho-noticias {
        max-width: 130px;
        right: 5px;
    }
    .x-image.img-cabecalho.img-cabecalho-licitacoes,
    .x-image.img-cabecalho.img-processo-seletivo,
    .x-image.img-cabecalho.img-cabecalho-departamento {
      right: -80px;
      max-width: 400px;
  }
    .post-author, .post-sharing {
        flex-direction: column;
        align-items: start;
    }
    .post-sharing {
        width: 180px;
    }
    .user-avatar, .post-sharing p {
        margin-right: 0;
        margin-bottom: 8px;
    }
  }