.depoimentos-slider{position:relative;max-width:900px;margin:0 auto;overflow:hidden;height:350px}.depoimento-slide{position:absolute;width:100%;opacity:0;transition:all .8s ease-in-out;transform:translateX(100%);z-index:0}.depoimento-slide.active{opacity:1;transform:translateX(0);z-index:1}.depoimento-content{background-color:#fff;border-radius:10px;box-shadow:0 5px 20px rgba(0,0,0,.1);padding:30px;margin:20px;position:relative}.depoimento-text{font-size:1.1rem;line-height:1.6;color:#333;margin-bottom:20px;font-style:italic}.depoimento-text p{position:relative;padding-left:25px}.depoimento-text p::before{content:'"';font-size:3rem;color:#ff8012;position:absolute;left:0;top:-20px;font-family:Georgia,serif}.depoimento-autor{display:flex;align-items:center;margin-top:20px}.depoimento-foto{width:60px;height:60px;border-radius:50%;object-fit:cover;margin-right:15px;border:3px solid #ff8012}.depoimento-info h3{font-size:1.1rem;margin:0 0 5px;color:#333}.depoimento-info p{font-size:.9rem;color:#666;margin:0}.depoimentos-nav{display:flex;justify-content:center;align-items:center;margin-top:30px}.depoimento-next,.depoimento-prev{background-color:#ff8012;color:#fff;border:0;width:40px;height:40px;border-radius:50%;cursor:pointer;margin:0 15px;transition:all .3s ease;box-shadow:0 3px 10px rgba(0,0,0,.1)}.depoimento-next:hover,.depoimento-prev:hover{background-color:#38b6ff;transform:translateY(-3px);box-shadow:0 5px 15px rgba(0,0,0,.2)}.depoimento-next,.depoimento-prev,.depoimentos-dots{display:flex;justify-content:center;align-items:center}.depoimento-dot{width:12px;height:12px;border-radius:50%;background-color:#ddd;margin:0 5px;cursor:pointer;transition:all .3s ease}.depoimento-dot.active{background-color:#ff8012;transform:scale(1.2)}@media (max-width:768px){.depoimentos-slider{height:400px}.depoimento-content{padding:20px;margin:10px}.depoimento-text{font-size:1rem}}@media (max-width:480px){.depoimentos-slider{height:450px}.depoimento-autor{flex-direction:column;text-align:center}.depoimento-foto{margin-right:0;margin-bottom:10px}}