#depoimentos {
  padding: 90px 0;
}

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

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

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




#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: 12px;
  border: 1px solid;
  background: transparent;
  outline: none;
}

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

#depoimentos .slider-control button.slick-disabled {
  border-color: #616365;
  color: #616365;
  cursor: auto;
}
#depoimentos .slider-depoimentos .depoimento {
  height: 280px !important;
  aspect-ratio: 16/9;
  margin: 0 24px;
  border-radius: 24px;
  transition: ease .4s;
}

#depoimentos .slider-depoimentos .depoimento.slick-slide.slick-current.slick-center {
  height: 360px !important;
  background: #000;
}

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

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

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

#depoimentos .slider-depoimentos .depoimento img {
  position: absolute;
  border-radius: 24px;
  top: 0;
  left: 0;
  width: 100%;

  inset: 0;
  margin: auto;

  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

#depoimentos .slider-depoimentos .depoimento.slick-slide.slick-current.slick-center img {
  filter: unset;
  opacity: 0.7;
}

#depoimentos .slider-depoimentos .depoimento button.play {
  display: none;
}

#depoimentos .slider-depoimentos .depoimento.slick-slide.slick-current.slick-center button.play {
  display: block;
  inset: 0;
  margin: auto;
  width: 70px;
  height: 70px;
  z-index: 1;
  cursor: pointer;

  border: none;
  background: none;
  outline: none;
}

#depoimentos .slider-depoimentos .depoimento h4,
#depoimentos .slider-depoimentos .depoimento p {
  display: none;
}

#depoimentos .slider-depoimentos .depoimento.slick-slide.slick-current.slick-center h3,
#depoimentos .slider-depoimentos .depoimento.slick-slide.slick-current.slick-center p {
  display: block;
  z-index: 1;
  font-family: 'Margem-medium', sans-serif;
  padding-left: 24px;
}

#depoimentos .slider-depoimentos .depoimento.slick-slide.slick-current.slick-center h3 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 0;
}
#depoimentos .slider-depoimentos .depoimento.slick-slide.slick-current.slick-center p {
  font-size: 16px;
  color: #A5A7A8;
  margin-bottom: 24px;
}


@media screen and (max-width: 575px) {
  #depoimentos h2 {
    font-size: 1.5rem;
    text-align: center;
  }
}
