#depoimentos {
    height: 100%;
    background-color:  var(--blue-0);
    position: relative;
    margin-top: 35px;
}

#depoimentos .swiper {
    width: 91.5%;
    height: auto;
}

.swiper-depoimentos .swiper-slide {
    background: #fff;
    border-radius: 10px;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    font-style: italic;
    color:  var(--blue-500);
}

.swiper-depoimentos .swiper-slide img {
    display: block;
    /*width: 100%;*/
    height: 100%;
    object-fit: cover;
}

.aspas {
    font-size: 70px;
    font-weight: bold;
    color:  var(--blue-200);
    font-style: normal;
    font-family: sans-serif;
    height: 13px;
    margin-top: 12px;
    margin-left: -3px;
}

.swiper-depoimentos .swiper-slide {
    width: 60%;
    height: auto;
}

.swiper-depoimentos .swiper-slide:nth-child(2n) {
    width: 40%;
}

.swiper-depoimentos .swiper-slide:nth-child(3n) {
    width: 20%;
}

.sw {
    position: relative;
}

#lbl_depoimentos {
    color: var(--titulos-principais);
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    margin-top: 30px;
    margin-bottom: 32px;
}

.aspas_img {
    width: 26px;
    height: 26px;
}

.pd_40 {
    padding: 40px;
}

.nome_aluno {
    font-weight: 600;
    line-height: 120%;
    font-style: normal;
    margin-bottom: 5px;
    font-size: 14px;
}

.nome_curso {
    font-size: 12px;
    font-style: normal;
    line-height: 120%;
}

#depoimentos .swiper-button-next::after,
#depoimentos .swiper-button-prev::after {
    font-size: 20px !important;
}

.swiper-button-next,
.swiper-button-prev {
    color: #000;
}

#depoimentos .swiper-button-next,
#depoimentos .swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 44%);
    width: calc(var(--swiper-navigation-size) / 44* 21);
}

/*
  @media (min-width: 768px) {
      #depoimentos .swiper-button-next, #depoimentos .swiper-button-prev {
          width: calc(var(--swiper-navigation-size)/ 7.5 * 110) !important;
      }
  }
  */
@media (max-width: 576px) {
    .swiper-depoimentos .swiper-slide {
        font-size: 14px;
        line-height: 18.9px
    }

    #lbl_depoimentos {
        font-size: 14px;
        line-height: normal;
        margin-top: 20px;
    }

    #depoimentos .swiper {
        width: 92.5%;
    }

    .aspas {
        height: 5px;
    }

    .swiper-button-next-depoimentos,
    .swiper-button-prev-depoimentos {
        display: none;
    }

    .nome_aluno {
        margin-bottom: 2px;
    }
}