/*!**********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./inc/blocks/block-general-testimonios/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-general-testimonios__container {
  max-width: 79.5rem;
  margin: 0 auto;
  position: relative;
  padding: 2.5rem 1.5rem;
}
@media (min-width: 768px) {
  .bio-general-testimonios__container {
    padding: 3.75rem 3.125rem;
  }
}
@media (min-width: 992px) {
  .bio-general-testimonios__container {
    padding: 3.75rem 6.8125rem;
  }
}
@media (min-width: 768px) {
  .bio-general-testimonios__container::after {
    content: "";
    position: absolute;
    top: 0;
    width: 0.0625rem;
    background-color: #00B9FF;
    height: 100%;
    left: 1.25rem;
  }
}
@media (min-width: 1400px) {
  .bio-general-testimonios__container::after {
    left: 0;
  }
}
.bio-general-testimonios__header {
  text-align: center;
  margin-bottom: 2.625rem;
  max-width: 79.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-inline: 1.5rem;
}
@media (min-width: 768px) {
  .bio-general-testimonios__header {
    padding: 0;
  }
}
.bio-general-testimonios__title {
  color: #091725;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 450;
  line-height: 3.125rem;
  letter-spacing: -0.02rem;
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .bio-general-testimonios__title {
    font-size: 2.75rem;
    letter-spacing: -0.022rem;
  }
}
.bio-general-testimonios__title strong {
  font-weight: 800;
}
.bio-general-testimonios__title img {
  width: 2rem !important;
  height: 2rem !important;
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5rem;
}
@media (min-width: 768px) {
  .bio-general-testimonios__title img {
    height: 2.5rem !important;
    width: auto !important;
  }
}
.bio-general-testimonios__subtitle {
  color: #091725;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 450;
  line-height: 1.5rem;
  margin: 0;
}
.bio-general-testimonios__slider .swiper {
  padding: 0 1.5rem;
}
@media (min-width: 768px) {
  .bio-general-testimonios__slider .swiper {
    padding: 0 3.75rem;
  }
}
@media (min-width: 1200px) {
  .bio-general-testimonios__slider .swiper {
    padding: 0;
  }
}
.bio-general-testimonios__slider .swiper-slide {
  height: auto;
}
.bio-general-testimonios__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%;
}
.bio-general-testimonios__avatar {
  width: 11.5625rem;
  height: 6.25rem;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
.bio-general-testimonios__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bio-general-testimonios__quote {
  margin-bottom: 0.75rem;
}
.bio-general-testimonios__quote svg {
  width: auto;
  height: 2.5rem;
}
.bio-general-testimonios__quote svg path {
  fill: #006EDA;
}
.bio-general-testimonios__author {
  color: #091725;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.75rem;
  letter-spacing: -0.011rem;
  margin-bottom: 0.75rem;
}
.bio-general-testimonios__text {
  color: #091725;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 450;
  line-height: 1.5rem;
  margin: 0;
}
.bio-general-testimonios__navigation {
  display: flex;
  gap: 1.125rem;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .bio-general-testimonios__navigation {
    margin-top: 2.625rem;
  }
}
.bio-general-testimonios__nav-button {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  background: transparent;
  border: none;
  padding: 0;
}
.bio-general-testimonios__nav-button.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.bio-general-testimonios__pagination {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
}
.bio-general-testimonios__pagination .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
  background-color: #BAC9E8;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.bio-general-testimonios__pagination .swiper-pagination-bullet-active {
  background-color: #006EDA;
  width: 1.5rem;
  border-radius: 0.25rem;
}
.bio-general-testimonios--full {
  width: 100%;
}
.bio-general-testimonios--wide {
  max-width: 87.5rem;
  margin: 0 auto;
}
