/*!*************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./inc/blocks/block-ambiental-cifras-metas/style.scss ***!
  \*************************************************************************************************************************************************************************/
:root {
  --color-primary: #548B26;
  --color-secondary: rgba(0, 0, 0, 1);
  --color-white: #FFF;
  --color-black: #000;
  --color-footer-title: #71828C;
  --color-gray: #2E2E2E;
  --color-gray-10: #F9F9F9;
  --color-gray-20: #F4F4F4;
  --color-gray-30: #ADADAD;
  --color-gray-50: #6E6E6E;
  --color-blue-30: rgba(159, 188, 204, 0.30);
  --color-blue-50: #9fbccc;
  --swiper-navigation-size: 16px;
  --swiper-navigation-sides-offset: 49px;
  --search-border-color: rgb(224, 224, 224);
  --search-primary-hover: rgb(192, 57, 43);
  --search-text-color: rgb(51, 51, 51);
  --search-placeholder-color: rgb(153, 153, 153);
  --search-overlay-bg: rgba(255, 255, 255, 0.75);
  --search-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  --search-transition: 0.3s ease;
  --jvm-background-primary:#80BE56;
  --jvm-color-text-primary: #2E2E2E;
  --jvm-green-primary: #80BE56;
  --color-green-dark: #2D6400;
}

.bio-cifras-metas {
  position: relative;
  min-height: 60rem;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background-color: #E3EBFF;
}
@media (min-width: 768px) {
  .bio-cifras-metas {
    min-height: 24.375rem;
    align-items: center;
  }
}
.bio-cifras-metas__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}
.bio-cifras-metas__background--desktop {
  display: none;
}
@media (min-width: 768px) {
  .bio-cifras-metas__background--desktop {
    display: block;
  }
}
.bio-cifras-metas__background--mobile {
  display: block;
}
@media (min-width: 768px) {
  .bio-cifras-metas__background--mobile {
    display: none;
  }
}
.bio-cifras-metas__container {
  max-width: 79.5rem;
  margin: 0 auto;
  padding: 2.25rem 1.5rem;
  z-index: 2;
  display: flex;
  width: 100%;
}
@media (min-width: 768px) {
  .bio-cifras-metas__container {
    padding: 3.75rem 6.875rem;
  }
}
.bio-cifras-metas__content {
  width: 100%;
}
@media (min-width: 768px) {
  .bio-cifras-metas__content {
    max-width: 45.5rem;
    padding-right: 1.875rem;
  }
}
.bio-cifras-metas__title {
  color: #091725;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
  letter-spacing: -0.018rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .bio-cifras-metas__title {
    margin-bottom: 2.5rem;
    font-size: 2.75rem;
    line-height: 3.125rem;
    letter-spacing: -0.022rem;
  }
}
.bio-cifras-metas__title strong {
  font-weight: 800;
}
.bio-cifras-metas__title em {
  font-style: italic;
}
.bio-cifras-metas__title img {
  width: auto !important;
  height: 2.5rem !important;
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .bio-cifras-metas__title img {
    height: 2.875rem !important;
  }
}
.bio-cifras-metas__items {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .bio-cifras-metas__items {
    flex-direction: row;
  }
}
.bio-cifras-metas__item {
  border-left: 0.25rem solid #006EDA;
  padding-left: 0.5rem;
  max-width: 11.5625rem;
}
@media (min-width: 768px) {
  .bio-cifras-metas__item {
    flex: 1;
  }
}
.bio-cifras-metas__item-title {
  color: #091725;
  font-size: 2.375rem;
  font-weight: 800;
  line-height: 2.75rem;
  letter-spacing: -0.019rem;
  margin-bottom: 0.375rem;
}
.bio-cifras-metas__item-text {
  color: #091725;
  font-size: 1.125rem;
  font-weight: 450;
  line-height: 1.5rem;
  margin: 0;
}
.bio-cifras-metas--text-light .bio-cifras-metas__title,
.bio-cifras-metas--text-light .bio-cifras-metas__item-title,
.bio-cifras-metas--text-light .bio-cifras-metas__item-text {
  color: #FFFFFF;
}
.bio-cifras-metas--full {
  width: 100%;
}
.bio-cifras-metas--wide {
  max-width: 87.5rem;
  margin: 0 auto;
}
