.testimonials .section__body {
    max-width:initial;
}
.section-testimonials {
    overflow:hidden;
}
.section-testimonials .sliders {
    width:1000vw;
    height:100%;
}
.section-testimonials .slide {
    width:100vw;
    height:100%;
    display:inline-block;
}
.section-testimonials .slidearea {
    display:flex;
    flex-direction:column;
    height:100%;
    justify-content: center;
    align-items:center;
}

.section-testimonials--avatar {
    width:100px;
}
.section-testimonials--name {
    font-weight: bold;
    font-size:16px;
    margin-top:20px;
}
.section-testimonials--role {
    font-size:14px;
}
.section-testimonials--quoteimg {
    width:20px;
    margin-top:30px;
}
.section-testimonials--quote {
    margin-top:10px;
    font-size:13px;
    max-width:700px;
    color:#555;
    text-align:center;
    line-height:25px;
    margin-left:30px;
    margin-right:30px;
}
.section-testimonials .sliders-pointers {
    width:100vw;
    height:20px;
    display:flex;
    justify-content: center;
    align-items: center;
    margin-top:40px;
}
.section-testimonials .pointer {
    width:15px;
    height:15px;
    border:2px solid #B28756;
    border-radius:8px;
    margin-left:5px;
    margin-right:5px;
    cursor:pointer;
}
.section-testimonials .pointer.active {
    background-color:#B28756;
}

/* ------- RESPONSIVIDADE ------- */

@media (max-width: 768px) {
  .section-testimonials--avatar {
    width: 80px;
  }
  .section-testimonials--name {
    font-size: 14px;
    margin-top: 15px;
  }
  .section-testimonials--role {
    font-size: 12px;
  }
  .section-testimonials--quoteimg {
    width: 18px;
    margin-top: 25px;
  }
  .section-testimonials--quote {
    font-size: 12px;
    max-width: 90%;
    margin-left: 15px;
    margin-right: 15px;
    line-height: 22px;
  }
  .section-testimonials .sliders-pointers {
    margin-top: 30px;
  }
  .section-testimonials .pointer {
    width: 12px;
    height: 12px;
    margin-left: 4px;
    margin-right: 4px;
  }
}

@media (max-width: 480px) {
  .section-testimonials--avatar {
    width: 60px;
  }
  .section-testimonials--name {
    font-size: 12px;
    margin-top: 10px;
  }
  .section-testimonials--role {
    font-size: 11px;
  }
  .section-testimonials--quoteimg {
    width: 15px;
    margin-top: 20px;
  }
  .section-testimonials--quote {
    font-size: 11px;
    max-width: 95%;
    margin-left: 10px;
    margin-right: 10px;
    line-height: 20px;
  }
  .section-testimonials .pointer {
    width: 10px;
    height: 10px;
    margin-left: 3px;
    margin-right: 3px;
  }
}