.ds-slider-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 1600px;
  margin: auto;
  padding: 20px;
}

.ds-slide {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}

.ds-slide-image {
  flex: 1 1 45%;
}

.btnn-color{
  background-color: #417948 !important;
  color: #fff !important;
}

.btnn-color:visited {
    color: #ffffff !important;
}

.btnn-color:hover{
  background-color: #247e30 !important;
}

.ds-slide-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.ds-slide-text {
  flex: 1 1 50%;
}

.ds-slide-text h1 {
  font-size: 3rem;
  margin-bottom: 15px;
}

.ds-slide-text p {
  font-size: 1.25rem;
  line-height: 1.6;
  color: #333;
}

.img-destaque-slider{
  width: 100%; 
  height: 450px !important; 
  object-fit: cover !important;
  object-position: center center !important;
}

.ds-slide-pagination {
  text-align: center;
  margin-top: 10px;
}

.ds-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 6px;
  border-radius: 50%;
  background-color: #aaa;
  cursor: pointer;
  transition: background-color 0.3s;
}

.ds-dot.active,
.ds-dot:hover {
  background-color: #333;
}

.ds-slide-date {
  display: block;
  font-size: 1.1rem;
  font-weight: 400;
  color: #000;
  margin-bottom: 10px;
}

.ds-slider-header {
  display: flex;
  align-items: center;
  margin: 0 6rem;
}

.ds-slider-title {
  margin-left: 0;
  margin-bottom: 0;
  color: #333 !important;
  width: 100%;
}

.icon-titulosection {
  font-size: 2rem;
  color: #333;
  margin-right: 20px;
}

.w-sdt-1600 {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px;
}

@media (max-width: 1366px) {
  .ds-slider-container {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 1200px;
    margin: auto;
    padding: 20px;
  }

  .w-sdt-1600 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
  }

  .ds-slide-text {
    flex: 1 1 50%;
  }

  .ds-slide-text h1 {
    font-size: 2rem;
    margin-bottom: 15px;
  }

  .ds-slide-text p {
    font-size: 1.1rem;
    line-height: 1.35;
    color: #333;
  }

}

@media (max-width: 768px) {
      .ds-slider-container {
        max-width: 100%;
        margin: auto;
        padding: 20px 0 0 0;
    }
  .ds-slide {
    flex-direction: column;
  }

  .ds-slide-text h1 {
    font-size: 1.5rem;
  }

  .ds-slider-title {
    margin-left: 0;
    color: #333 !important;
    width: 100%;
  }

  .ds-slider-header {
    display: flex;
    margin: 0;
    width: 100% !important;
  }

  .ds-slide-text {
    flex: 1 1 50%;
    margin: 0 1rem;
  }

  .ds-slide-image {
    flex: 1 1 100%;
    margin: 0 1rem;
  }

  .img-destaque-slider{
  width: 100%; 
  height: auto !important; 
  object-fit: cover !important;
  object-position: center center !important;
  }
}