.depoimentos_container {
  background: #002A3E;
  text-align: center;
}

.slideshow-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  /*position: relative;*/
  background: #002A3E;
}

.mySlides {
  display: none;
  padding: 80px;
  text-align: center;
}

.quote-content {
  display: flex;
  align-items: center;     
  justify-content: center; 
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
  gap: 20px;               
  flex-wrap: nowrap;      
}  

.author-photo {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
}

.quote-text {
  max-width: 600px;
}

.quote-text q {
  font-size: 20px;
  display: block;
  margin-bottom: 10px;
  color: white;
}

.author {
  font-weight: bold;
  font-size: 16px;
  color: #009CE4;
}

.prev, .next {
  cursor: pointer;
  position: relative;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 5px;
  color: #134B66;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}


.next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
  background-color: #134B66;
  color: white;
}

.dot-container {
  text-align: center;
  padding: 20px;
  background: #002A3E;
  padding-bottom: 60px;
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #036999;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #49BFF6;
}

q {
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  color: black;
}

.foto-testemunho {
  display: flex;
  width: 100px;
  
}

.depoimentos {
  color:#F37B76; 
}

.confira {
  color:white;
}

@media (max-width: 1100px) {
  .slideshow-container {
   display: grid;
   
  }
  
  @media (max-width: 900px) {
  .slideshow-container {
   display: grid;
   grid-template-columns: 1fr;
   padding: 0;
    }
    .quote-content {
    display: flex;
    flex-direction: column; 
    padding: 0;
    flex-wrap: wrap;  
    }
    
    .depoimentos {
     font-size: 36px;
    }
   
    .confira {
     font-size: 28px;
    }
  }