main{
  background-color: #e4ebf8;
}

.depoimentos{
  display: flex;
  flex-direction: column;
  padding-top: 30px;
  align-items: center;
}

.depoimentos video{
  width: 900px;
}

.depoimentos h1{
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: 'DefaultDemiBold';
  font-size: 50px;
}

.depoimentos h2{
  font-family: 'DefaultDemiBold';
  font-size: 40px;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
}

#depoimento{
  font-family: "DefaultDemiBold";
  font-size: 15px;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 20px;
}

.slider {
  position: relative;
  margin: 0 auto;
  max-width: 800px;
  max-height: 600px;
  width: 100%;
  overflow: hidden;
}

.slides{
  margin: auto;
  width: 500%;
  max-height: 600px; 
  display: flex;
}

.slides input {
  display: none;
} 

.slide{
  width: 20%;
  position: relative;
  transition: 2s;
}

.slide img{
  max-width: 800px;
  max-height: 600px;
  width: 100%;
  border-radius: 5px;
  transform: translate(0%, -12%);
}

.manual-navigation{
  position: absolute;
  width: 100%;
  margin-top: -50px;
  display: inline-flex;
  justify-content: center;
}