.testemunhos {
  background: #f7f9fc;
  padding: 60px 40px;
  text-align: center;
}

.testemunhos h2 {
  font-size: 32px;
  margin-bottom: 40px;
  background: none;
}

.testemunhos-wrapper {
  position: relative;
  max-width: 700px;
  margin: 0 auto;
}

.testemunho {
  display: none;
  background: white;
  padding: 30px 20px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transition: all 0.5s ease-in-out;
  opacity: 0;
  transform: scale(0.95);
}

.testemunho.active {
  display: block;
  opacity: 1;
  transform: scale(1);
}

.comentario {
  font-style: italic;
  font-size: 18px;
  color: #333;
  margin-bottom: 25px;
  background: none;
}

.autor {
    background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.autor>div{
    background: none;
}

.autor img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.autor h4 {
    background: none;
  margin: 0;
  font-size: 18px;
}

.autor span {
  font-size: 14px;
  color: #777;
  background: none;
}

.nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #0073e6;
  color: white;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  cursor: pointer;
  z-index: 1;
}

.nav.prev {
  left: -20px;
}

.nav.next {
  right: -20px;
}

.nav:hover {
  background: #005bb5;
}
@media screen and (min-width: 800px){
  .testemunhos {
  background: #f7f9fc;
  padding: 60px 20px;
  text-align: center;
}

.testemunhos-wrapper {
  position: relative;
  max-width: 700px;
  margin: 0 auto;
}

.testemunho {
  display: none;
  background: white;
  padding: 30px 20px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transition: all 0.5s ease-in-out;
  opacity: 0;
  transform: scale(0.95);
}

.testemunho.active {
  display: block;
  opacity: 1;
  transform: scale(1);
}

.comentario {
  font-style: italic;
  font-size: 18px;
  color: #333;
  margin-bottom: 25px;
  background: none;
}

.autor {
    background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.autor>div{
    background: none;
}

.autor img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.autor h4 {
    background: none;
  margin: 0;
  font-size: 18px;
}

.autor span {
  font-size: 14px;
  color: #777;
  background: none;
}

.nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #0073e6;
  color: white;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  cursor: pointer;
  z-index: 1;
}

.nav.prev {
  left: -20px;
}

.nav.next {
  right: -20px;
}

.nav:hover {
  background: #005bb5;
}
}