.whatsapp {
    position: fixed;
    right: 15px;
    bottom:  70px;
    width:  70px;
    height:  auto;
    -webkit-filter:  drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.4));
    filter:  drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.4));
    z-index:  999999;
}

.carousel-control-prev, .carousel-control-next {
  width: 3rem;
  height: 3rem;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  border: none;
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.carousel-control-prev-icon, .carousel-control-next-icon {
  font-size: 2rem;
  color: #fff;
}

.carousel-control-prev {
  left: 1rem;
}

.carousel-control-next {
  right: 1rem;
}
.carousel-indicators {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: fit-content;
}

.carousel-indicators button {
  background-color: #c2c2c2;
  border-radius: 50%;
  border: none;
  width: 1rem;
  height: 1rem;
  margin: 0.5rem;
  transition: all 0.3s ease;
}

.carousel-indicators button.active {
  background-color: #212529;
  transform: scale(1.2);
}

@media (max-width: 576px) {
  .minus {
    margin-top: 6px !important;
    
  }
}
@media (max-width: 576px) {
  .plus {
    margin-top: 6px !important;
    
  }
}