.testimonials .title h2{color:var(--azul);font-size:2.5em;text-transform:uppercase;letter-spacing:-1px;text-align:right;font-weight:800;margin-bottom:20px;max-width:400px;margin-left:auto}
.testimonials .title p{font-size:1.5em;color:var(--azul);text-align:right;margin-left:auto;font-weight:600;max-width:400px}
.testimonials .title h2 strong{display:block;font-size:1.5em;font-weight:800;color:var(--azul-claro)}
.testimonials-app{margin-right:-20px;position:relative}
.testimonials-app .box{display:block;width:calc(100% - 40px);margin:20px;background-color:#fff;padding:90px 60px;color:var(--azul);box-shadow:10px 10px 20px #4242421a;border-radius:20px}
.testimonials-app:after,.testimonials-app:before{content:'';display:block;width:104px;height:75px;position:absolute;z-index:10}
.testimonials-app:after{top:0;left:-10px;background:url(../../images/aspas-left.png) no-repeat center}
.testimonials-app:before{bottom:30px;right:-10px;background:url(../../images/aspas-right.png) no-repeat center}
.testimonials-app h3{font-size:2.5em;font-weight:500;margin-bottom:0}
.testimonials-app p{font-size:1.2em;font-weight:500;margin-top:20px}
.testimonials-app .slick-dots{display:flex;gap:0 10px;padding:0;margin-left:20px;margin-top:20px}
.testimonials-app .slick-dots li{display:block}
.testimonials-app .slick-dots li button{display:block;width:15px;border-radius:50px;cursor:pointer;font-size:0;background-color:#bcbcbc;height:15px;border:none;transition:.5s;outline:none!important}
.testimonials-app .slick-dots .slick-active button{background:var(--azul-claro)}
@media (max-width: 1700px) {
    .testimonials .title h2{font-size:2em}
    .testimonials .title p{font-size:1.1em}
}
@media (max-width: 1024px) {
    .testimonials .title h2{text-align:left;font-size: 1.5em}
    .testimonials .title p{font-size:1em;text-align:left}
    .testimonials-app:after,.testimonials-app:before{background-size:100%!important;width:60px}
    .testimonials-app .box{padding:30px}
    .testimonials-app p{font-size:1em}
    .testimonials-app h3{font-size:1.8em}
    .testimonials-app:before{bottom:40px;right:0}
    .testimonials-app .slick-dots{padding-top:0;width:100%;align-items:center;justify-content:center;margin-left:0}
}