.container {
  margin: 0 auto !important;
  width: 100%;
  max-width: 1441px !important;
  display: flex !important;
  flex-direction: column;
  padding: 16px 72px !important;
  box-sizing: border-box;

  @media screen and (max-width: 1400px) {
    padding: 32px 0px !important;
  }


  @media (max-width: 768px) {
    padding: 25px 30px !important;
  }

  &.mt-88 {
    margin-top: 88px !important;
  }
}

.containerView {
  margin: 0 auto !important;
  width: 100%;
  max-width: 1000px !important;
  display: flex !important;
  flex-direction: column;
  padding: 16px 72px !important;
  box-sizing: border-box;

  @media screen and (max-width: 1400px) {
    padding: 32px 0px !important;
  }


  @media (max-width: 768px) {
    padding: 25px 30px !important;
  }

  &.mt-88 {
    margin-top: 88px !important;
  }
}


.paddingSectionBlog {
  padding: 64px;

  @media (max-width: 768px) {
    padding: 24px !important;
  }
}


.destaqueSection {
  display: flex;
  gap: 32px;
  justify-content: center;

  @media (max-width: 1333px) {
    flex-direction: column;
    width: 100%;
  }

  .sectionDestaque {
    display: flex;
    gap: 32px;

    @media screen and (max-width: 1400px) {
      flex-direction: column;
    }


    .destaque {
      max-width: 533px;
      width: 100%;
      height: 100%;
      max-height: 594px;

      @media screen and (max-width: 1400px) {
        max-width: 100%;
      }

      @media (max-width: 1333px) {
        max-width: 100%;
      }

      .content {
        display: flex;
        flex-direction: column;

        @media (max-width: 1333px) {
          width: 100%;
        }
      }

      .imgCard {
        max-width: 533px;
        width: 100%;
        height: 342px;
        object-fit: cover;
        border-radius: 6px;
        box-shadow: 0px 0px 23px -22px;

        @media screen and (max-width: 1400px) {
          max-width: 100%;
        }


        @media (max-width: 1333px) {
          max-width: 100%;
        }
      }

      .cardText {
        display: flex;
        flex-direction: column;
        margin: 24px 0px;

        p {
          margin-bottom: 0px !important;
        }

        .postAllDescricao {
          margin-top: 6px;
        }

        .title {
          display: flex;
          gap: 12px;
        }
      }
    }

    .secondDestaque {
      display: flex;
      max-width: 747px;
      width: 100%;
      height: 100%;
      flex-direction: column;
      gap: 32px;
      max-height: 594px;

      @media screen and (max-width: 1400px) {
        max-width: 100%;
        max-height: 100%;

      }


      @media (max-width: 1333px) {
        max-width: 100%;
      }

      .content {
        display: flex;
        gap: 24px;
        height: 50%;

        @media (max-width: 768px) {
          flex-direction: column;
        }
      }

      .cardText {
        display: flex;
        flex-direction: column;
        margin-bottom: 12px;


        p {
          margin-bottom: 0px !important;
        }

        .title {
          display: flex;
          gap: 12px;
        }
      }

      /* Limita o texto (excertp) a 5 linhas */
      .aGestoDe p {
        display: -webkit-box !important;
        -webkit-line-clamp: 5 !important;
        line-clamp: 5 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        margin-top: 6px;
      }

      .imgCard {
        max-width: 364px;
        width: 100%;
        object-fit: cover;
        border-radius: 6px;
        aspect-ratio: 16 / 9;
        max-height: 256px;
        height: 100%;
        box-shadow: 0px 0px 23px -22px;

        @media (max-width: 768px) {
          max-width: 100%;
          max-height: 342px;
        }
      }
    }
  }

}


.openInANewTab {
  svg {
    width: 24px;
    height: 24px;
    rotate: 300deg;
    transition: none;
  }
}

.tagGroup {
  display: flex;
  width: fit-content;
  letter-spacing: 1.92px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 18px;
  border: 1px solid var(--colorSecondary);
  color: var(--colorSecondary) !important;
  font-weight: 600 !important;
  cursor: pointer !important;

  &:hover {
    background: var(--colorSecondary) !important;
    font-weight: 600 !important;
    color: var(--gray1) !important;
  }
}

.aGestoDe p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.heading {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 82px 140px;
  margin: 0;
  height: 240px;
  overflow: hidden;
  margin-top: -2px;

  @media screen and (max-width: 768px) {
    padding: 82px 50px;

  }

  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
  }

  p {
    z-index: 999;
    color: var(--theme);
    font-weight: 600;
  }

  h2 {
    color: #FFF;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-weight: 600;
    max-width: 820px;
    text-align: center;
    font-size: clamp(24px, 4vw, 32px) !important;
    letter-spacing: clamp(0.84px, 4vw, 0.64px);
    font-weight: 600 !important;
    z-index: 999;
  }
}

.destaques {
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
  padding: 64px !important;
  gap: 92px !important;

  @media (max-width: 768px) {
    padding: 30px !important;
  }
}

.artigos {
  padding: 24px 0px 64px 0;
}

span {
  transition: all 0.01s ease-in-out !important;
}

.destaqueAll {
  max-width: 533px;
  width: 100%;
  height: 100%;
  max-height: 594px;

  @media (max-width: 1333px) {
    max-width: 100%;
  }

  .content {
    display: flex;
    flex-direction: column;

    @media (max-width: 1333px) {
      width: 100%;
    }
  }

  .imgCard {
    max-width: 533px;
    width: 100%;
    height: 342px;
    object-fit: cover;
    border-radius: 6px;
    box-shadow: 0px 0px 23px -22px;

    @media (max-width: 1333px) {
      max-width: 100%;
    }
  }

  .cardText {
    display: flex;
    flex-direction: column;
    margin: 24px 0px;

    p {
      margin-bottom: 0px !important;
    }

    .postAllDescricao {
      margin-top: 6px;
    }

    .title {
      display: flex;
      gap: 12px;
    }
  }
}

.sectionCta {
  display: flex;
  padding: 64px 140px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;

  @media screen and (max-width: 1200px) {
    padding: 42px;
  }
}

.bgBlack {
  background: #1B1B1B;
  align-self: stretch;
  border-radius: 6px;
  align-items: center;
  justify-content: center;
  margin: 94px auto !important;

  @media screen and (max-width: 1200px) {
    margin: 50px auto !important;
  }



}