/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/blog-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-blog-posts .blog-posts {
  padding: 120px 0;
}

@media only screen and (max-width: 1119px) {
  .wp-block-theme-blocks-blog-posts .blog-posts {
    padding: 48px 0;
  }
}
@media only screen and (max-width: 514px) {
  .wp-block-theme-blocks-blog-posts .blog-posts {
    padding: 24px 0;
  }
}
.wp-block-theme-blocks-blog-posts .blog-posts__wrapper {
  display: flex;
  flex-direction: column;
  gap: 80px;
  padding-left: 72px !important;
  padding-right: 72px !important;
}

@media only screen and (max-width: 1119px) {
  .wp-block-theme-blocks-blog-posts .blog-posts__wrapper {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }
}
@media only screen and (max-width: 514px) {
  .wp-block-theme-blocks-blog-posts .blog-posts__wrapper {
    gap: 40px;
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}
.wp-block-theme-blocks-blog-posts .blog-posts__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

@media only screen and (max-width: 1119px) {
  .wp-block-theme-blocks-blog-posts .blog-posts__header {
    flex-direction: column;
    align-items: initial;
    gap: 48px;
  }
}
@media only screen and (max-width: 514px) {
  .wp-block-theme-blocks-blog-posts .blog-posts__header {
    flex-direction: column-reverse;
    align-items: initial;
    gap: 48px;
  }
}
@media only screen and (max-width: 514px) {
  .wp-block-theme-blocks-blog-posts .blog-posts__title {
    font-weight: 600;
    font-size: var(--wp--preset--font-size--title-sm, 1.75rem) !important;
    line-height: 120%;
  }
}
.wp-block-theme-blocks-blog-posts .blog-posts__posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 64px;
}

@media only screen and (max-width: 1119px) {
  .wp-block-theme-blocks-blog-posts .blog-posts__posts {
    gap: 32px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
}
@media only screen and (max-width: 514px) {
  .wp-block-theme-blocks-blog-posts .blog-posts__posts {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .wp-block-theme-blocks-blog-posts .blog-posts__posts .post-card__info {
    display: flex !important;
  }
}
.wp-block-theme-blocks-blog-posts .blog-posts__posts li {
  margin: 0 !important;
  height: 100%;
}

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