.card-carousel{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.slide-text-box {
  width: 350px;
  max-width: 350px;
  margin: 0 25px 0 25px;
}

.slide-title {
  height:90px;
  display: flex;
  justify-content: center;
  align-items: center;
}  

.card-carousel--imagen{
  display: flex;
  justify-content: center;
  max-width: 50px;
  margin-bottom: 15px;
}

.slick__arrow{
  width: 100%;
}

.slick-next{
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-next.slick-arrow{
  width: 200px;
  height: 275px;
  border-radius: 0px;
}

.slick-prev.slick-arrow{
  width: 200px;
  height: 275px;
  border-radius: 0px;
}

.slick-next.slick-arrow::before{
  display: inline-block;
  content: "";
  background-image: url(/sites/default/files/2025-01/carousel-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 200px;
  height: 275px;
  opacity: 1;
}

.slick-prev.slick-arrow::before{
  display: inline-block;
  content: "";
  background-image: url(/sites/default/files/2025-01/carousel-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 200px;
  height: 275px;
  opacity: 1;
  -moz-transform: scale(-1, -1);
  -o-transform: scale(-1, -1);
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

.slick-dots{
  bottom: -50px;
}

.slick-dots li button::before {
  font-size: 1rem;
}

.slick-dots li.slick-active button:before{
  color: var(--primary-color);
}

@media (max-width: 1150px){
  .slide-text-box {
    width: 250px;
    max-width: 250px;
    margin: 0 25px 0 25px;
  }

}
