/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/item-grid-industry/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-item-grid-industry {
  border-bottom: 1px solid #E6E6E6;
  padding: 40px;
}

@media (max-width: 600px) {
  .wp-block-theme-blocks-item-grid-industry {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.wp-block-theme-blocks-item-grid-industry .title {
  color: #444649;
  font-weight: 600;
  font-size: var(--wp--preset--font-size--text-xl, 1.25rem) !important;
  line-height: 160%;
  margin-bottom: 4px;
}

.wp-block-theme-blocks-item-grid-industry .description {
  color: #313131;
  font-weight: 400;
  font-size: var(--wp--preset--font-size--text-md, 1rem) !important;
  line-height: 160%;
}

.wp-block-theme-blocks-item-grid-industry .tags-container {
  display: flex;
  align-items: center;
  margin-top: 24px;
  gap: 6px;
  flex-wrap: wrap;
}

.wp-block-theme-blocks-item-grid-industry .tags-container .tag-item {
  display: flex;
  gap: 8px;
  padding: 8px 20px;
  justify-content: center;
  align-items: center;
  border-radius: 10000px;
  border: 1px solid #C6CDDA;
  color: #005891;
  font-weight: 600;
  font-size: var(--wp--preset--font-size--text-sm, 0.875rem) !important;
  line-height: 160%;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.wp-block-theme-blocks-item-grid-industry .tags-container .tag-item:hover {
  background-color: #C6DCFD;
  cursor: pointer;
}

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