
    /* html, body {
      position: relative;
      height: 100%;
    }
    */
    .swiper-container {
      width: 100%;
      height: 450px;
    }
    .testimonials-container {
      width: 100%;
      height: max-content;
      overflow-x:hidden;
      margin: 0 0 50px 0;
    }
    .testimonials {
      text-align: center;
    }
    a.swiper-slide div {
      width: 100%;
      height: 450px;
      background-repeat: no-repeat;
      /* background-attachment: fixed; */
      background-position: center;
    }
    .testimonials-slide {
      width: 100%;
      height: max-content;
    }
    .testimonials-photo {
      width:88px;
      height:88px;
      border-radius: 50%;
      border: 1px solid #777777;
      margin: 0 auto;
    }
    .testimonials-leftmark {
      width: auto;
      height: 20px;
    }
    .testimonials-rightmark{
      /* position: absolute;
      right: 0;
      bottom: 0; */
      width: auto;
      height: 20px;
    }
    .testimonials-text {
      font-family: Georgia, 'Times New Roman', Times, serif;
      font-size: 16px;
      font-style: italic;
      line-height: 19px;
      font-weight: 400;
      color: #555555;
      text-align: center;
      width: auto;
      margin-bottom: 10px;
    }
    .testimonials-name {
      font-size: 16px;
      line-height: 19px;
      font-weight: 600;
      color: #001046;
      text-align: center;
      padding-top: 10px;
    }
    .testimonials-function {
      font-size: 14px;
      line-height: 17px;
      font-weight: 400;
      color: #848587;
      text-align: center;
    }
    .swiper-button-next {
        color: #848587;
    }
    .swiper-button-prev {
        color: #848587;
    }
    .gradiente-right {
        z-index: 2;
        position: absolute;
        right: 0;
        top: 0;
    }
    .gradiente-left {
        z-index: 2;
        position: absolute;
        left: 0;
        top: 0;
    }

@media (max-width: 375px) {
    .swiper-container {
      margin-top: 40px;
    }
    .swiper-button-next {
        display: none;
    }
    .swiper-button-prev {
        display: none;
    }
}

@media (max-width: 425px) {
    .testimonials-container {
      min-height: 350px;
    }
}

    @media (max-width: 767px) {
    .swiper-container {
      height: 240px;
      margin-top: 60px;
    }
    a.swiper-slide div {
      height: 240px;
      width: auto;
      background-size: auto 240px;
    }
    }