#numeros .section-title {
  color: #000;
  font-size: 48px;
  font-weight: bold;
  font-family: "roobert-heavy";
  text-align: center;
  margin: 0px 120px;
}

.s-depoimentos {
  background-color: #f6f6f8;
  padding-top: 92px;
  padding-bottom: 159px;
}
.s-depoimentos h2 {
  font-weight: 700;
  font-size: 28px;
  line-height: 125%;
  color: #27272d;
  max-width: 457px;
  margin-bottom: 48px;
}
.s-depoimentos .slide-depoimentos {
  position: relative;
  overflow: hidden;
  padding-top: 15px;
}
.s-depoimentos .slide-depoimentos .ctrl-slide {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
.s-depoimentos .slide-depoimentos .ctrl-slide .swiper-pagination {
  position: relative;
  bottom: 0;
}
.s-depoimentos .slide-depoimentos .ctrl-slide .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  border-radius: 6px;
  margin: 0 2.5px;
  background-color: #fcbe00;
  transition: all 0.3s;
}
.s-depoimentos .slide-depoimentos .ctrl-slide .swiper-pagination .swiper-pagination-bullet:first-child {
  margin-left: 0;
}
.s-depoimentos .slide-depoimentos .ctrl-slide .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.s-depoimentos .slide-depoimentos .ctrl-slide .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 26px;
  transition: all 0.3s;
}
.s-depoimentos .slide-depoimentos .ctrl-slide .btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.s-depoimentos .slide-depoimentos .ctrl-slide .btns button {
  width: 40px;
  height: 40px;
  background-color: #fcbe00;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  opacity: 1;
  transition: all 0.3s;
}
.s-depoimentos .slide-depoimentos .ctrl-slide .btns button.swiper-button-disabled {
  opacity: 0.5;
  transition: all 0.3s;
}
.s-depoimentos .slide-depoimentos .ctrl-slide .btns button:first-child {
  margin-left: 0;
}
.s-depoimentos .box-depoimento {
  width: 280px;
  height: 245px;
  background-color: #fff;
  padding: 0 25px 40px 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.s-depoimentos .box-depoimento .foto {
  width: 58px;
  height: 58px;
  margin-bottom: 26px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -15px;
}
.s-depoimentos .box-depoimento p {
  font-family: inter;
  line-height: 165%;
  color: #737380;
  /* opacity: 0.7; */
  font-size: 14px;
}
.s-depoimentos .box-depoimento .user {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-start;
}
.s-depoimentos .box-depoimento .user h4 {
  font-family: inter;
  font-size: 15px;
  color: #27272d;
  opacity: 0.9;
}
.s-depoimentos .box-depoimento .user span {
  font-size: 14px;
  line-height: 17px;
  color: #4a4a4a;
  opacity: 0.6;
}
.s-depoimentos .box-depoimento .user .aspas {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 1200px) {
  .s-depoimentos {
    padding-top: 52px;
    padding-bottom: 120px;
  }
  .s-depoimentos .container {
    padding: 0;
  }
  .s-depoimentos h2 {
    text-align: center;
    font-size: 22px;
    max-width: 321px;
    margin: 0 auto;
    margin-bottom: 14px;
  }
  .s-depoimentos .slide-depoimentos {
    padding: 0 24px;
    padding-top: 52px;
  }
  .s-depoimentos .slide-depoimentos .box-depoimento {
    width: 100%;
    height: 306px;
    padding: 0 22px;
    padding-bottom: 36px;
  }
  .s-depoimentos .slide-depoimentos .box-depoimento p {
    font-size: 13px;
    max-width: 192px;
  }
  .s-depoimentos .slide-depoimentos .box-depoimento .user h4 {
    font-size: 13px;
  }
  .s-depoimentos .slide-depoimentos .box-depoimento .user span {
    font-size: 13px;
  }
  .s-depoimentos .slide-depoimentos .ctrl-slide {
    justify-content: center;
  }
  .s-depoimentos .slide-depoimentos .ctrl-slide .btns {
    display: none;
  }
}

.box-depoimento {
  background-color: #000 !important;
  border-radius: 16px;
  box-shadow: 0px 0px 25px #000;
}

.box-depoimento > div {
  width: 100%;
  height: 100%;
}

.box-depoimento .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; 
  height: calc(100% - 58px);
}

.box-title {
  color: #FCB813 !important;
  font-size: 32px !important;
  text-align: center !important;
  font-weight: bold;
  font-family: "roobert-heavy";
}

.box-description, .box-description * {
  color: #fff !important;
  font-size: 16px !important;
  text-align: center !important;
  font-weight: bold;
  font-family: "roobert-heavy";
}