body{
  /* background-color: #7B1FA2; */
}

.container{
    margin-top:100px;
    margin-bottom:100px;
}

.carousel-inner img {
    width: 100%;
    height: 100%;
}

#custCarousel .carousel-indicators {
  position: static;
  margin-top:20px;
}

#custCarousel .carousel-indicators > li {
width:100px;
}

#custCarousel .carousel-indicators li img {
  display: block;
  opacity: 0.5;
}

#custCarousel .carousel-indicators li.active img {
  opacity: 1;
}

#custCarousel .carousel-indicators li:hover img {
  opacity: 0.75;
}

.carousel-item img{

  width:80%;
  height: 400px;
  object-fit: contain;
}

/* Garantir que as setas sejam visíveis */
.carousel-control-prev, .carousel-control-next {
  display: flex !important; /* Forçar que as setas sejam exibidas */
  width: 60px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 10;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
  /* background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="%23fff" viewBox="0 0 16 16"%3E%3Cpath d="M11.5 1a.5.5 0 0 1 0 .707L6.207 7.5l5.293 5.293a.5.5 0 0 1-.708.707l-5.5-5.5a.5.5 0 0 1 0-.707l5.5-5.5A.5.5 0 0 1 11.5 1z"/%3E%3C/svg%3E'); */
  width: 40px;
  height: 40px;
}
