@charset "UTF-8";
.depoimentos__slide {
  overflow: hidden;
  position: relative;
}
.depoimentos__slide__wrapper {
  align-items: stretch;
}
.depoimentos__slide__item {
  height: auto;
}

.depoimentos__card {
  background: var(--white-color);
  border: 1px solid var(--line-color);
  border-radius: 8px;
  display: grid;
  gap: 16px 40px;
  grid-template-columns: minmax(0, 1fr) minmax(80px, 148px);
  margin: 0;
  padding: 28px 48px 28px 90px;
  position: relative;
  height: 100%;
  width: 100%;
}
.depoimentos__card::before {
  color: var(--secondary-color);
  content: "“";
  font-size: 46px;
  font-weight: 800;
  left: 31px;
  position: absolute;
  top: 27px;
}
.depoimentos__card__logo {
  align-self: center;
  background: var(--soft-background-color);
  border: 1px solid var(--line-color);
  border-radius: 8px;
  display: block;
  grid-column: 2;
  grid-row: 1/span 2;
  justify-self: end;
  margin: 0;
  max-height: none;
  max-width: none;
  object-fit: contain;
  padding: 20px;
  width: 100%;
}
.depoimentos__card__text {
  grid-column: 1;
  margin: 0;
}
.depoimentos__card__text, .depoimentos__card__text * {
  color: var(--graphite-color);
  font-size: var(--text);
  font-weight: 500;
}
.depoimentos__card__text > :last-child {
  margin-bottom: 0;
}
.depoimentos__card__author {
  align-items: center;
  display: flex;
  gap: 16px;
  grid-column: 1;
}
.depoimentos__card__author-info {
  display: grid;
  gap: 4px;
}
.depoimentos__card__name {
  color: var(--primary-color);
  font-size: var(--text);
  font-weight: 800;
}
.depoimentos__card__role {
  color: var(--support-text-color);
  font-size: var(--text-small);
  font-weight: 400;
}

.depoimentos__pagination .swiper-pagination-bullet {
  background: var(--primary-color);
  opacity: 0.25;
}
.depoimentos__pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

.depoimentos__nav {
  display: none;
}

.depoimentos__button {
  background: var(--white-color);
  border: 1px solid var(--line-color);
  border-radius: 999px;
  color: var(--primary-color);
  height: 42px;
  margin: 0;
  position: static;
  width: 42px;
}

.depoimentos__button::after {
  font-size: var(--text-small);
  font-weight: 800;
}

@media (max-width: 767px) {
  .depoimentos__card {
    gap: 24px;
    grid-template-columns: 1fr;
    padding: 72px 24px 32px;
  }
  .depoimentos__card__logo {
    grid-column: 1;
    grid-row: auto;
    justify-self: start;
  }
}

/*# sourceMappingURL=card-testimonial.css.map */
