:root
{
--carousel-width: 100%;
--carousel-height: 300px;
}

.wrap {
  position: relative;
  width: var(--carousel-width);
  height: 300px;
  margin: 0 auto;
}

.window {
  overflow: hidden;
  position: relative;

}
.index-post-thumbnail-tratamentos{
  background-size: cover;
  background-position: center;
  width: 280px;
  height: 200px;
  border-radius: 10px;
  margin-bottom: 19px;
  
}
#carousel {
  width: 10000px;
  position: relative;
  top: 0; 
  left: -550px;
  max-width: unset;
}

.slide {
  height: 300px;
  width: 500px;
  cursor: pointer;
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.slide#b1 { background: #556270 }
.slide#b2 { background: #4ECDC4 }
.slide#b3 { background: #9CE462 }
.slide#b4 { background: #FF6B6B }
.slide#b5 { background: #C44D33 }

#prev, #next {
  cursor: pointer;
  position: absolute;
  bottom: -40px;
  font-size: 14pt;
}

#prev { left: 0 }
#next { right: 0 }

.transition {
  transition: 0.7s;
  transition-timing-function: ease-in-out;
}