/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/cta-pre-footer/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-cta-pre-footer {
  color: #fff;
  position: relative;
  align-items: center;
  justify-content: center;
  display: flex;
}

.wp-block-theme-blocks-cta-pre-footer.cta-blog {
  background-color: #004F82;
}

@media (max-width: 600px) {
  .wp-block-theme-blocks-cta-pre-footer.cta-blog {
    height: 541px !important;
  }
  .wp-block-theme-blocks-cta-pre-footer.cta-blog .section-cta-pre-footer__header {
    padding-top: 48px;
    justify-content: unset !important;
    align-items: unset !important;
  }
}
@media screen and (min-width: 601px) and (max-width: 1118px) {
  .wp-block-theme-blocks-cta-pre-footer.cta-blog img.banner-desktop, .wp-block-theme-blocks-cta-pre-footer.cta-blog img.banner-mobile {
    display: none;
  }
  .wp-block-theme-blocks-cta-pre-footer.cta-blog img.banner-tablet {
    display: block;
    height: 290px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.wp-block-theme-blocks-cta-pre-footer img {
  width: 100%;
}

.wp-block-theme-blocks-cta-pre-footer img.banner-desktop {
  display: block;
  height: 420px;
}

.wp-block-theme-blocks-cta-pre-footer img.banner-mobile, .wp-block-theme-blocks-cta-pre-footer img.banner-tablet {
  display: none;
}

@media screen and (min-width: 601px) and (max-width: 1118px) {
  .wp-block-theme-blocks-cta-pre-footer img.banner-desktop, .wp-block-theme-blocks-cta-pre-footer img.banner-mobile {
    display: none;
  }
  .wp-block-theme-blocks-cta-pre-footer img.banner-tablet {
    display: block;
    height: 320px;
  }
}
@media screen and (max-width: 600px) {
  .wp-block-theme-blocks-cta-pre-footer img.banner-desktop, .wp-block-theme-blocks-cta-pre-footer img.banner-tablet {
    display: none;
  }
  .wp-block-theme-blocks-cta-pre-footer img.banner-mobile {
    display: block;
    height: 100%;
  }
}
.wp-block-theme-blocks-cta-pre-footer .hero__container {
  width: 100%;
  overflow: hidden;
  background-color: #f9fafb;
  display: flex;
  align-items: center;
  display: grid;
  grid-template-columns: 1fr;
}

.wp-block-theme-blocks-cta-pre-footer .hero__container .hero__banner,
.wp-block-theme-blocks-cta-pre-footer .hero__container .hero__content {
  grid-column: 1;
  grid-row: 1;
}

.wp-block-theme-blocks-cta-pre-footer .hero__container .hero__banner {
  width: 100%;
}

.wp-block-theme-blocks-cta-pre-footer .hero__container .hero__content .hero__text .wp-block-heading {
  margin: 8px 0 24px;
}

@media only screen and (max-width: 1119px) {
  .wp-block-theme-blocks-cta-pre-footer .hero__container .hero__content .hero__text .wp-block-heading {
    font-size: var(--wp--preset--font-size--display-sm) !important;
    margin-bottom: 8px;
  }
}
.wp-block-theme-blocks-cta-pre-footer .hero__container .hero__content .hero__text__description {
  margin: 0;
  max-width: 370px;
}

.wp-block-theme-blocks-cta-pre-footer .section-cta-pre-footer__header {
  position: absolute;
}

.wp-block-theme-blocks-cta-pre-footer .section-cta-pre-footer__header h2 {
  color: #fff;
  /* Title/lg/Semi-Bold */
  font-family: var(--font-Family-Title, Montserrat);
  font-size: var(--font-Size-Title-lg, 40px);
  font-style: normal;
  font-weight: 600;
  line-height: 50px; /* 125% */
  letter-spacing: -0.8px;
  max-width: 768px;
}

@media (max-width: 1119px) {
  .wp-block-theme-blocks-cta-pre-footer .section-cta-pre-footer__header h2 {
    font-family: var(--font-Family-Title, Montserrat);
    font-size: var(--font-Size-Title-md, 36px);
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 46.8px */
    letter-spacing: -0.72px;
    max-width: 520px;
  }
}
@media (max-width: 600px) {
  .wp-block-theme-blocks-cta-pre-footer .section-cta-pre-footer__header h2 {
    font-family: var(--font-Family-Title, Montserrat);
    font-size: var(--font-Size-Title-sm, 28px) !important;
    font-style: normal;
    font-weight: 600;
    line-height: 38px !important; /* 135.714% */
    letter-spacing: -0.56px !important;
    max-width: unset;
  }
}
.wp-block-theme-blocks-cta-pre-footer .section-cta-pre-footer__header.container {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
}

.wp-block-theme-blocks-cta-pre-footer .section-cta-pre-footer__header.container a {
  color: #f2f3f3;
  /* Text/md/Medium */
  font-family: var(--font-Family-Text, Montserrat);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
}

@media screen and (max-width: 1119px) {
  .wp-block-theme-blocks-cta-pre-footer .section-cta-pre-footer__header.container {
    max-width: unset;
  }
}
@media screen and (max-width: 1119px) {
  .wp-block-theme-blocks-cta-pre-footer .section-cta-pre-footer__header > div {
    gap: 24px !important;
  }
}
@media screen and (max-width: 600px) {
  .wp-block-theme-blocks-cta-pre-footer .section-cta-pre-footer__header > div {
    gap: 16px !important;
  }
}

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