/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/sections/section-content-programmatic/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-section-content-programmatic .section-content-programmatic {
  position: relative;
}

.wp-block-theme-blocks-section-content-programmatic .section-content-programmatic :nth-child(3) {
  position: relative;
}

.wp-block-theme-blocks-section-content-programmatic .section-content-programmatic > :nth-child(n+4) {
  opacity: 0;
  transform: translateY(20px);
  height: 0;
  transition: all 0.5s ease-in-out;
  margin: 0;
  padding: 0;
}

.wp-block-theme-blocks-section-content-programmatic .section-content-programmatic.isActive :nth-child(n+4) {
  opacity: 1;
  transform: translateY(0);
  height: auto;
  margin: inherit;
  padding: inherit;
}

.wp-block-theme-blocks-section-content-programmatic .section-content-programmatic__card {
  flex-direction: column;
  transition: all 0.5s ease-in-out;
}

.wp-block-theme-blocks-section-content-programmatic .section-content-programmatic__card:last-child {
  position: relative;
}

.wp-block-theme-blocks-section-content-programmatic .section-content-programmatic__all {
  position: absolute;
  width: calc(100% + 15px);
  height: 100%;
  top: 0;
  left: -15px;
  background: linear-gradient(to top, rgb(242, 247, 255), rgba(242, 247, 255, 0.7));
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: end;
  transition: all 0.5s ease-in-out;
  opacity: 1;
}

.wp-block-theme-blocks-section-content-programmatic .section-content-programmatic__all.theLast {
  opacity: 0;
  pointer-events: none;
}

.wp-block-theme-blocks-section-content-programmatic .section-content-programmatic__all button {
  display: flex;
  padding: 10px 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: var(--Brand-Tertiary-600, #048AE1);
  font-family: var(--font-Family-Text, Montserrat);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  border: 1px solid var(--Brand-Tertiary-500, #049AFB);
  pointer-events: all;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}

.wp-block-theme-blocks-section-content-programmatic .section-content-programmatic__all button:hover {
  background-color: var(--Brand-Tertiary-500, #049AFB);
  color: #FFFFFF;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

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