#depoimentos {
  padding: 90px 0 50px 0;
}

@media (max-width: 575.98px) {
  #depoimentos {
    border-radius: 0 0 60px 0;
  }
}

#depoimentos h2 {
  color: #181919;
}

#depoimentos p {
  color: #616365;
  font-size: 1.125rem;
}

#depoimentos h3 {
  font-family: 'Margem-medium';
  color: #181919;
  font-size: 1.5rem;
}

#depoimentos span {
  font-family: 'Source Sans Pro', sans-serif;
  color: #616365;
  font-size: 1.25rem;
}

@media (min-width: 992px) and (max-width: 1192.98px) {
  #depoimentos h3 {
    font-size: 1.25rem;
  }

  #depoimentos span {
    font-size: 1rem;
  }
}

#depoimentos .indices {
  align-items: stretch;
  gap: 80px;
}

#depoimentos .indices .indice {
  position: relative;
}

#depoimentos .indices .indice:not(:last-child)::after {
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 100%;
  content: '';
  border: 1px solid #616365;
}

@media (max-width: 991.98px) {
  #depoimentos .indices {
    gap: 50px;
  }
}

@media (min-width: 992px) {
  #depoimentos .indices .indice:not(:last-child)::after {
    top: 0;
    right: -40px;
    bottom: auto;
    left: auto;
    width: 0;
    height: 100%;
  }
}



#depoimentos .depoimentos .slick-track {
  height: 440px !important;
}

#depoimentos .slider-control button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 32px;
  border-radius: 8px;
  border: 1px solid;
  background: transparent;
  outline: none;
}

#depoimentos .slider-control button {
  border-color: #0057FF;
  color: #0057FF;
}

#depoimentos .slider-control button.slick-disabled {
  border-color: #616365;
  color: #616365;
}

#depoimentos .slider-depoimentos .slick-slide {
  height: unset;
}

#depoimentos .slider-depoimentos .depoimento {
  /* aspect-ratio: 16/9; */
  width: 390px;
  min-height: 320px !important;
  margin: auto 24px;
  padding: 24px;
  border-radius: 24px;
  /* transition: ease .4s; */

  border: 1px solid #DFE1E6;
  box-shadow: 0px 3px 16px 0px #EBECF0;
}

#depoimentos .slider-depoimentos .depoimento.slick-slide.slick-current.slick-center {
  /* width: 420px !important; */
  height: 370px !important;
  background: #EBECF0;
  border: none;
  box-shadow: none;
}

@media (max-width: 767.98px) {
  #depoimentos .depoimentos .slick-track {
    height: unset !important;
  }

  #depoimentos .slider-depoimentos .depoimento {
    width: 95vw !important;
    height: auto !important;
  }

  #depoimentos .depoimento {
    width: 100%;
    height: auto;
    margin-bottom: 24px;
    padding: 24px;
    border-radius: 24px;
    border: 1px solid #DFE1E6;
    box-shadow: 0px 3px 16px 0px #EBECF0;
  }

  #depoimentos .slider-depoimentos .depoimento.slick-slide.slick-current.slick-center {
    width: 95vw !important;
    height: auto !important;
  }
}

#depoimentos .slider-depoimentos .depoimento img {
  width: 56px;
  height: 56px;
}

#depoimentos .slider-depoimentos .depoimento h4 {
  font-family: 'Margem-medium', sans-serif;
  font-size: 16px;
  color: #091E42;
}

#depoimentos .slider-depoimentos .depoimento p {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  color: #505F79;
}

#depoimentos .slider-depoimentos .depoimento p.depoimento-texto {
  font-size: 16px;
  margin-top: 20px;
}

#depoimentos .slider-depoimentos .depoimento h4,
#depoimentos .slider-depoimentos .depoimento p {
  margin-bottom: 0;
}
