.depoimentos {
  position: relative;
  z-index: 1;
  background: var(--white-color);
  box-shadow: 0px 10px 30px -5px rgba(207, 209, 230, 0.45);
  border-radius: 20px;
  padding: 3.75em;
}
@media (max-width: 576px) {
  .depoimentos {
    padding: 60px 12px 20px;
  }
}
.depoimentos__slide {
  overflow: unset;
  overflow-x: clip;
}
.depoimentos__slide .swiper-slide:not(.swiper-slide-active) {
  opacity: 0 !important;
}
.depoimentos__slide__nav {
  display: flex;
  gap: 14px;
  justify-self: flex-end;
  position: relative;
  right: -20px;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .depoimentos__slide__nav {
    right: 0;
  }
}
.depoimentos__slide__nav .swiper-button-next, .depoimentos__slide__nav .swiper-button-prev {
  position: static;
  background: var(--white-color);
  box-shadow: 0px 4px 30px rgba(79, 122, 134, 0.15);
  border-radius: 8px;
  margin: 0;
}
.depoimentos__slide__nav .swiper-button-next::after, .depoimentos__slide__nav .swiper-button-prev::after {
  background: var(--primary-color);
}
.depoimentos__slide__nav .swiper-button-next::after {
  -webkit-mask-image: var(--chevron-right);
  mask-image: var(--chevron-right);
}
.depoimentos__slide__nav .swiper-button-prev::after {
  -webkit-mask-image: var(--chevron-left);
  mask-image: var(--chevron-left);
}
.depoimentos__slide__pagination {
  display: flex;
  align-items: center;
  gap: 20px;
  align-self: flex-end;
  padding-right: 20px;
}
@media (max-width: 991px) {
  .depoimentos__slide__pagination {
    padding-right: 0;
  }
}
.depoimentos__slide__pagination span {
  font-weight: 500;
  font-size: 42px;
  color: #588DAE;
}
.depoimentos__slide__pagination .swiper-pagination {
  position: static;
  width: 100%;
}
.depoimentos__slide__pagination .swiper-pagination .swiper-pagination-bullet {
  max-width: 48px;
  width: 100%;
}
.depoimentos__subtitle {
  font-weight: 700;
  font-size: var(--text-xx-small);
  letter-spacing: 0.3em;
  color: var(--tertiary-color);
  display: block;
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.depoimentos h2 {
  text-align: center;
  position: relative;
  z-index: 2;
}
.depoimentos__card {
  padding-top: 40px;
  position: relative;
}
@media (max-width: 576px) {
  .depoimentos__card {
    padding-top: 0;
  }
}
.depoimentos__card__aspas {
  position: absolute;
  top: -20px;
  left: 0;
  z-index: -1;
}
@media (max-width: 576px) {
  .depoimentos__card__aspas {
    max-width: 100px;
  }
}
.depoimentos__card .col-lg-4 {
  border-right: 1px solid #BDBDBD;
  display: grid;
}
@media (max-width: 991px) {
  .depoimentos__card .col-lg-4 {
    border: none;
  }
}
.depoimentos__card__infos {
  position: relative;
  display: flex;
  gap: var(--g2);
  margin: 50px 40px 60px 0;
  min-height: 70px;
}
@media (max-width: 991px) {
  .depoimentos__card__infos {
    margin: 20px 0;
  }
}
.depoimentos__card__infos img {
  min-width: 70px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
}
.depoimentos__card__infos__nome {
  font-weight: 500;
  font-size: var(--text-large);
  letter-spacing: -0.011em;
  text-transform: uppercase;
  color: #4E4B59;
  display: block;
}
.depoimentos__card__infos__cargo {
  font-size: var(--text-xx-small);
  letter-spacing: 0;
  color: #4E4B59;
  font-weight: 500;
}
.depoimentos__card__content {
  padding: 30px 60px 20px;
  display: grid;
}
@media (max-width: 991px) {
  .depoimentos__card__content {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .depoimentos__card__content__text {
    max-height: 190px;
    padding-right: 5px;
    overflow-y: auto;
  }
  .depoimentos__card__content__text::-webkit-scrollbar {
    width: 5px;
  }
  .depoimentos__card__content__text::-webkit-scrollbar-track {
    background: #164E53;
  }
  .depoimentos__card__content__text::-webkit-scrollbar-thumb {
    background-color: #CB9E33;
    border-radius: 0;
  }
}
.depoimentos__card__content__logo {
  margin-top: 20px;
  width: 100%;
  border-top: 1px solid #BDBDBD;
}
.depoimentos__card__content__logo img {
  max-width: 130px;
  max-height: 130px;
}

/*# sourceMappingURL=list-depoimentos.css.map */
