/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[9].use[0]!./src/blocks/highlight-posts/style.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/**
* Screen Sizes
*/
/* news */
/* mobile */
/* tablet */
/* desktop */
/**
* Breakpoints - Media Queries
*/
/**
 * Font Weight
 */
/**
 * Typography
 */
/**
 * Funções Utilitárias
 */
.ca {
  font-weight: 600;
  font-size: var(--wp--preset--font-size--text-md, 1rem) !important;
  line-height: 160%;
}

.flex-col-start-1 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2rem;
}

/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.wp-block-theme-blocks-highlight-posts {
  padding-top: 60px;
  padding-left: 72px;
  padding-right: 72px;
}

@media only screen and (min-width: 1119px) {
  .wp-block-theme-blocks-highlight-posts {
    padding-top: 40px;
  }
}
@media only screen and (min-width: 514px) {
  .wp-block-theme-blocks-highlight-posts {
    padding-top: 24px;
  }
}
@media only screen and (max-width: 1119px) {
  .wp-block-theme-blocks-highlight-posts {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }
}
@media only screen and (max-width: 514px) {
  .wp-block-theme-blocks-highlight-posts {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}
.wp-block-theme-blocks-highlight-posts .highlight-posts-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

@media (max-width: 768px) {
  .wp-block-theme-blocks-highlight-posts .highlight-posts-container {
    grid-template-columns: 1fr;
  }
}
.wp-block-theme-blocks-highlight-posts .highlight-posts-container .highlight-post-item {
  background-color: #f2f3f3;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.wp-block-theme-blocks-highlight-posts .highlight-posts-container .highlight-post-item:hover img {
  transform: scale(1.05);
}

.wp-block-theme-blocks-highlight-posts .highlight-posts-container .highlight-post-item:hover .highlight-post-content .highlight-post-title {
  color: #048ae1 !important;
}

.wp-block-theme-blocks-highlight-posts .highlight-posts-container .highlight-post-item .highlight-post-link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  height: 100%;
}

.wp-block-theme-blocks-highlight-posts .highlight-posts-container .highlight-post-item .highlight-post-image {
  max-height: 400px;
  overflow: hidden;
  position: relative;
  flex: 1;
}

.wp-block-theme-blocks-highlight-posts .highlight-posts-container .highlight-post-item .highlight-post-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
  display: block !important;
  min-height: 200px;
  position: relative;
  z-index: 1;
}

.wp-block-theme-blocks-highlight-posts .highlight-posts-container .highlight-post-item .highlight-post-content {
  padding: 40px;
}

@media (max-width: 1119px) {
  .wp-block-theme-blocks-highlight-posts .highlight-posts-container .highlight-post-item .highlight-post-content {
    padding: 32px;
  }
}
@media (max-width: 600px) {
  .wp-block-theme-blocks-highlight-posts .highlight-posts-container .highlight-post-item .highlight-post-content {
    padding: 24px;
  }
}
.wp-block-theme-blocks-highlight-posts .highlight-posts-container .highlight-post-item .highlight-post-content .highlight-post-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.wp-block-theme-blocks-highlight-posts .highlight-posts-container .highlight-post-item .highlight-post-content .highlight-post-categories .highlight-post-category {
  border-radius: 4px;
  background: var(--wp--preset--color--tertiary-100);
  color: var(--wp--preset--color--tertiary-800);
  padding: 6px 16px;
  font-weight: 600;
  font-size: var(--wp--preset--font-size--text-sm, 0.875rem) !important;
  line-height: 160%;
}

.wp-block-theme-blocks-highlight-posts .highlight-posts-container .highlight-post-item .highlight-post-content .highlight-post-title {
  margin-top: 16px;
  font-weight: 600;
  font-size: var(--wp--preset--font-size--title-sm, 1.75rem) !important;
  line-height: 120%;
  color: var(--wp--preset--color--primary-800);
  display: -webkit-box;
  -webkit-line-clamp: 2; /* número de linhas */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 1119px) {
  .wp-block-theme-blocks-highlight-posts .highlight-posts-container .highlight-post-item .highlight-post-content .highlight-post-title {
    overflow: hidden;
    color: var(--Brand-Primary-800, #062336);
    text-overflow: ellipsis;
    /* Title/xs/Semi-Bold */
    font-family: var(--font-Family-Title, Montserrat);
    font-size: var(--font-Size-Title-xs, 24px);
    font-style: normal;
    font-weight: 600;
    line-height: 34px; /* 141.667% */
    letter-spacing: -0.48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    align-self: stretch;
  }
}
@media (max-width: 600px) {
  .wp-block-theme-blocks-highlight-posts .highlight-posts-container .highlight-post-item .highlight-post-content .highlight-post-title {
    -webkit-line-clamp: 2;
    line-height: 30px; /* 150% */
    font-size: var(--font-Size-Text-xl, 20px);
    font-weight: 600;
    font-size: var(--wp--preset--font-size--title-xs, 1.5rem) !important;
    line-height: 120%;
  }
}
.wp-block-theme-blocks-highlight-posts .highlight-posts-container .highlight-post-item .highlight-post-content .highlight-post-meta {
  margin-top: 20px;
  font-weight: 400;
  font-size: var(--wp--preset--font-size--text-sm, 0.875rem) !important;
  line-height: 160%;
  color: var(--wp--preset--color--grey-text);
}

/*# sourceMappingURL=style-index.css.map*/