/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/number-with-text/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;
}

.wp-block-theme-blocks-number-with-text {
  color: var(--Grey-Text, #4E5050);
  padding: 2px;
  max-width: 300px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}

.numbers-block {
  text-align: center;
}

.numbers-block__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.numbers-block__number-wrapper {
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 30px;
  position: relative;
}

@media screen and (max-width: 1119px) {
  .numbers-block__number-wrapper {
    gap: 24px;
  }
}
@media screen and (max-width: 600px) {
  .numbers-block__number-wrapper {
    gap: unset;
  }
}
@media screen and (max-width: 400px) {
  .numbers-block__number-wrapper {
    flex-direction: column;
    align-items: center;
  }
}
.numbers-block__number-group {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.prefix {
  font-weight: bold;
  color: var(--Brand-Primary-600, #08324C);
  font-family: var(--font-Family-Display, Montserrat);
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1.12px;
  position: absolute;
  left: -65px;
  top: 26px;
}

@media screen and (max-width: 1119px) {
  .prefix {
    text-align: center !important;
    font-size: 32px !important;
    letter-spacing: -0.64px !important;
    left: -43.5px;
    top: 15.429px;
  }
}
@media screen and (max-width: 600px) {
  .prefix {
    font-size: 24px !important;
    font-weight: 400 !important;
    letter-spacing: -0.48px !important;
    left: -5px;
    top: 15px;
  }
}
.number {
  color: var(--Brand-Primary-600, #08324C);
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 104px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -2.08px;
}

.numbers-block__text {
  color: var(--Grey-Text, #4E5050);
  text-align: center;
  font-family: var(--font-Family-Text, Montserrat);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 28.8px */
  margin-top: 5px;
}

@media screen and (max-width: 1119px) {
  .number {
    font-size: 64px;
  }
  .numbers-block__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .number {
    font-size: 40px;
    margin-top: 6px;
  }
}

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