/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/technology-card/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-technology-card .tab-text-container,
.wp-block-theme-blocks-technology-card .tab-icon-container {
  margin-bottom: 16px;
}

.wp-block-theme-blocks-technology-card .tab-text-container span,
.wp-block-theme-blocks-technology-card .tab-icon-container span {
  font-weight: 600;
  font-size: var(--wp--preset--font-size--text-md, 1rem) !important;
  line-height: 160%;
  color: var(--wp--preset--color--primary-300);
}

.wp-block-theme-blocks-technology-card .technology-card__content {
  display: flex;
  width: 100%;
  padding-top: 64px;
}

@media only screen and (max-width: 1024px) {
  .wp-block-theme-blocks-technology-card .technology-card__content {
    flex-direction: column-reverse;
    padding-top: 32px;
  }
}
.wp-block-theme-blocks-technology-card .technology-card__content__media {
  width: 100%;
  display: flex;
  max-width: 768px;
  position: relative;
}

@media only screen and (max-width: 1119px) {
  .wp-block-theme-blocks-technology-card .technology-card__content__media {
    max-width: none;
  }
}
.wp-block-theme-blocks-technology-card .technology-card__content__media .wp-block-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.wp-block-theme-blocks-technology-card .technology-card__content__media .wp-block-image .components-resizable-box__container {
  height: 100% !important;
}

.wp-block-theme-blocks-technology-card .technology-card__content__media .wp-block-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}

.wp-block-theme-blocks-technology-card .technology-card__content__media .wp-block-embed {
  display: flex;
  width: 100%;
  height: 100%;
}

.wp-block-theme-blocks-technology-card .technology-card__content__media .wp-block-embed__wrapper {
  width: 100%;
}

.wp-block-theme-blocks-technology-card .technology-card__content__media .wp-block-embed__wrapper iframe {
  width: 100%;
  height: 100%;
}

.wp-block-theme-blocks-technology-card .technology-card__content__info {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--wp--preset--color--secondary-900);
}

@media only screen and (max-width: 1119px) {
  .wp-block-theme-blocks-technology-card .technology-card__content__info {
    width: 100%;
    min-width: auto;
    max-width: none;
    padding: 40px 0;
  }
}
.wp-block-theme-blocks-technology-card .technology-card__content__info__solutions-wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
  border-top: 1px solid #A1A7AE;
  padding-top: 32px;
}

.wp-block-theme-blocks-technology-card .technology-card__content__info__solutions-wrapper .wp-block-heading {
  margin: 0;
  font-weight: 600;
  font-size: var(--wp--preset--font-size--text-xl, 1.25rem) !important;
  line-height: 160%;
  color: #fff;
}

.wp-block-theme-blocks-technology-card .technology-card__content__info__solutions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  width: 100%;
}

.wp-block-theme-blocks-technology-card .technology-card__content__info__solutions .solution-image {
  display: flex;
  padding: 8px 24px;
  justify-content: center;
  align-items: center;
  border-radius: 70px;
  border: 1px solid #374b96;
  font-weight: 600;
  font-size: var(--wp--preset--font-size--text-md, 1rem) !important;
  line-height: 160%;
  color: #fff;
}

.wp-block-theme-blocks-technology-card .technology-card__content__info__solutions .solution-image a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: var(--wp--preset--font-size--text-md, 1rem) !important;
  line-height: 160%;
}

.wp-block-theme-blocks-technology-card .technology-card__content__info-wrapper {
  display: flex;
  width: 100%;
  max-width: 494px;
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
}

@media only screen and (max-width: 1119px) {
  .wp-block-theme-blocks-technology-card .technology-card__content__info-wrapper {
    max-width: none;
  }
}
.wp-block-theme-blocks-technology-card .technology-card__content__info__title {
  margin: 0;
  margin-bottom: 32px;
  font-weight: 600;
  font-size: var(--wp--preset--font-size--title-sm, 1.75rem) !important;
  line-height: 120%;
}

@media only screen and (max-width: 1119px) {
  .wp-block-theme-blocks-technology-card .technology-card__content__info__title {
    margin-bottom: 12px;
    font-weight: 600;
    font-size: var(--wp--preset--font-size--title-sm, 1.75rem) !important;
    line-height: 120%;
  }
}
@media only screen and (max-width: 514px) {
  .wp-block-theme-blocks-technology-card .technology-card__content__info__title {
    margin-bottom: 16px;
    font-weight: 600;
    font-size: var(--wp--preset--font-size--text-xl, 1.25rem) !important;
    line-height: 160%;
  }
}
.wp-block-theme-blocks-technology-card .technology-card__content__info__description {
  margin-bottom: 32px;
  font-weight: 400;
  font-size: var(--wp--preset--font-size--text-md, 1rem) !important;
  line-height: 160%;
  color: #c6cdda !important;
}

@media only screen and (max-width: 514px) {
  .wp-block-theme-blocks-technology-card .technology-card__content__info__description {
    margin-bottom: 24px;
  }
}
.wp-block-theme-blocks-technology-card .technology-card__content__info__actions {
  padding-bottom: 32px;
}

@media only screen and (max-width: 514px) {
  .wp-block-theme-blocks-technology-card .technology-card__content__info__actions {
    flex-direction: column;
    width: 100%;
    align-items: stretch;
    gap: 16px;
  }
}
.wp-block-theme-blocks-technology-card .technology-card__content__info__actions .wp-block-button.explore-cases {
  display: flex;
  justify-content: center;
}

@media only screen and (min-width: 1119px) {
  .wp-block-theme-blocks-technology-card .technology-card__content__info__actions .wp-block-button.explore-cases {
    display: none;
  }
}
@media only screen and (max-width: 1119px) {
  .wp-block-theme-blocks-technology-card .technology-card__content__info__actions .wp-block-button {
    flex: 1;
  }
  .wp-block-theme-blocks-technology-card .technology-card__content__info__actions .wp-block-button .wp-element-button {
    width: 100%;
    line-height: 50px;
    padding-top: 0;
    padding-bottom: 0;
  }
}

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