/*!**************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./inc/blocks/block-home-values/style.scss ***!
  \**************************************************************************************************************************************************************/
:root {
  --font-roboto: "Roboto", sans-serif;
  --font-gothic: "Century Gothic", sans-serif;
  --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-valores {
  background: #F7F7F7;
  overflow: hidden;
}
.bio-valores__container {
  padding: 2.625rem 1.5rem;
  max-width: 79.5rem;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 768px) {
  .bio-valores__container {
    padding: 4.5rem 3.125rem;
  }
}
@media (min-width: 992px) {
  .bio-valores__container {
    padding: 4.5rem 6.8125rem;
  }
}
@media (min-width: 768px) {
  .bio-valores__container::after {
    content: "";
    position: absolute;
    top: 0;
    width: 0.0625rem;
    background-color: #9F8AFF;
    height: 100%;
    left: 1.25rem;
    z-index: 10;
  }
}
@media (min-width: 1400px) {
  .bio-valores__container::after {
    left: 0rem;
  }
}
.bio-valores__title {
  font-size: 2.75rem;
  color: #27282A;
  font-weight: 450;
  line-height: 3.125rem;
  letter-spacing: -0.022rem;
  margin: 0 0 2.5rem;
  text-align: center;
}
.bio-valores__title strong {
  font-weight: 800;
}
.bio-valores__title em {
  font-style: italic;
}
.bio-valores__title a {
  color: inherit;
  text-decoration: underline;
  transition: opacity 0.3s ease;
}
.bio-valores__title a:hover {
  opacity: 0.8;
}
.bio-valores__title img {
  width: 2.5rem !important;
  height: 2.5rem !important;
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .bio-valores__title img {
    height: 2.875rem !important;
    width: 2.875rem !important;
  }
}
.bio-valores__wrapper {
  position: relative;
}
.bio-valores__grid {
  display: none;
}
@media (min-width: 768px) {
  .bio-valores__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.875rem;
  }
}
.bio-valores__carousel {
  display: block;
}
@media (min-width: 768px) {
  .bio-valores__carousel {
    display: none;
  }
}
.bio-valores__carousel .swiper {
  overflow: visible;
}
.bio-valores__carousel .swiper-wrapper {
  display: flex;
}
.bio-valores__carousel .swiper-slide {
  height: auto;
  display: flex;
}
.bio-valores__card {
  background: rgba(180, 194, 239, 0.35);
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.bio-valores__card:hover {
  background: #B4C2EF;
  transform: translateY(-0.25rem);
  box-shadow: 0 8px 10.5px 0 rgba(54, 54, 54, 0.1), 0 12px 12px 0 rgba(139, 139, 139, 0.1), 0 23px 36px 0 rgba(54, 54, 54, 0.1);
}
.bio-valores__card-image-wrapper {
  width: 100%;
  height: 11.25rem;
  overflow: hidden;
  position: relative;
  background: #BAC9E8;
}
.bio-valores__card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.bio-valores__card:hover .bio-valores__card-image {
  transform: scale(1.05);
}
.bio-valores__card-content {
  padding: 1.125rem;
}
@media (min-width: 768px) {
  .bio-valores__card-content {
    padding: 1.5rem 2.25rem;
  }
}
.bio-valores__card-title {
  color: #27282A;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.75rem;
  letter-spacing: -0.011rem;
  margin: 0 0 0.375rem;
}
.bio-valores__card-description {
  color: #27282A;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 450;
  line-height: 1.5rem;
}
.bio-valores__navigation {
  display: flex;
  gap: 1.125rem;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .bio-valores__navigation {
    margin-top: 2.625rem;
  }
}
.bio-valores__nav-button {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.bio-valores__nav-button.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
