.depoimentoscard {
  width: 70%;
  justify-self: center;
  background: #ffffff9e;
  padding: 86px 30px 3px 29px;
  position: relative;
  border-radius: 17px;
  backdrop-filter: blur(2px);
}

.dep-img-size {
  place-self: center;
  position: absolute;
  top: -70px;
  z-index: 9;
  display: block;
  /* background: rebeccapurple; */
  width: 20%;
}

.depoimentos-introtxt p {
  font-size: 1.6rem;
  color: #063782;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}

.dep-img-size img {
  width: 100%;
}

.txtdepoimentos {
  min-height: 195px;
}

.back-dep {
  background: url(../img/fddep.png);
  background-size: 100% 100%;
  background-position: bottom;
  background-position-y: 0px;
  /* padding-bottom: 6%; */
  padding: 17% 0 26% 0;
}

.tt-deott {
  justify-self: center;
  text-align: center;
  /* margin-bottom: 16%; */
}

.tt-deott h3 {
  justify-self: center;
  text-align: center;
  font-size: 4rem !important;
  font-weight: 700;
  color: #00327f !important;
}

.tt-deott p {
  font-size: 2rem;
  color: #0d3b84;
  font-weight: 500;
}

.slick-list.draggable {
  overflow-y: visible !important;
  overflow: clip;
}

.seta3 {
  position: absolute;
  place-self: center;
  width: 100%;
  bottom: 47%;
  /* height: 100%; */
}

.a-left3.slick-arrow {
  position: absolute;
  left: 12%;
  bottom: 70%;
}

.a-right3.slick-arrow {
  position: absolute;
  right: 12%;
  bottom: 70%;
}

div#depoimentos .moduletable {
  position: relative;
}

.autor p {
  text-align: center;
  font-weight: 700;
  color: #00327f;
}

.depoimentoscard::after {
  content: '';
  width: 20%;
  background: url(../img/es.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 30px;
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
}

.depoimentoscard::before {
  content: '';
  background: url(../img/as.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 6%;
  height: 36px;
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
}

@media screen and (max-width:800px) {
  .tt-deott p {
    font-size: 1.5rem;
  }

  .depoimentos-introtxt p {
    font-size: 1.2rem;
  }

  .back-dep {
    background-size: cover;
  }

  .a-left3.slick-arrow {
    left: 0%;
  }

  .a-left3.slick-arrow img,
  .a-right3.slick-arrow img {
    width: 50%;
  }

  .a-right3.slick-arrow {
    right: -8%;
  }

  .autor p {
    font-size: 1.1rem;
  }

  .depoimentoscard::after {
    width: 32%;
    background-size: contain;
  }

  .depoimentoscard::before {
    background-size: contain;
    width: 9%;
  }

  .dep-img-size {
    top: 16px;
  }

}