.wpp-btn,
.btn-toTop {
  width: 50px;
  height: 50px;
}

/* .dis-none{
  opacity: 0;
  display: none;
} */

.btn-toTop{
  opacity: 1;
  transition: opacity 0.5s ease;
  box-shadow: 0px 0px 7px -2px rgba(0, 0, 0, 0.5);
}

.hidden {
  opacity: 0;
}

.hide-display {
  display: none;
}

.border-circle{
  border-radius: 50%;
}

.float-buttons{
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 9999;
}

.header-top p {
  margin-bottom: 0;
}

.header-bottom p {
  margin-bottom: 0;
}

.home-carousel {
  height: 100%;
  animation: fadeIn 0.5s ease-in-out forwards;
}

.home-carousel--content--title {
  font-size: clamp(36px, 3vw, 58px);
  animation: fadeIn 1s ease-in-out forwards;
  animation-delay: 0.5s;
  opacity: 0;
  animation-iteration-count: 1;
}

.home-carousel--content--subtitle {
  font-size: clamp(20px, 2vw, 24px);
  animation: fadeIn 1s ease-in-out forwards;
  animation-delay: 1s;
  opacity: 0;
  animation-iteration-count: 1;
}

.home-carousel--content--desc {
  font-size: 16px;
  animation: fadeIn 1s ease-in-out forwards;
  animation-delay: 1.4s;
  opacity: 0;
  animation-iteration-count: 1;
}

.home-carousel--content--battons {
  animation: fadeIn 1s ease-in-out forwards;
  animation-delay: 1.8s;
  opacity: 0;
  animation-iteration-count: 1;
}

.home-carousel--content--btn {
  animation: fadeIn 1s ease-in-out forwards;
  animation-delay: 2.2s;
  opacity: 0;
  animation-iteration-count: 1;
}

.home-carousel--content--btn p {
  margin-bottom: 0;
}
.carousel-indicators [data-bs-target] {
  width: 8px;
  height: 8px;
  background-color: transparent;
  border: 1px solid var(--gray);
  border-radius: 50%;
  opacity: 1;
}

.carousel-indicators .active {
  background-color: var(--gray);
  border-radius: 50%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding: 0;
  color: var(--gray);
  font-size: 19px;
  background-color: var(--gray);
  text-align: center;
  border: 0;
  opacity: 1;
  transition: opacity 0.15s ease;
}

.carousel-control-prev {
  left: 0px;
}

.carousel-control-next {
  right: 0px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  height: 20px;
  width: 20px;
}

.categorias-item {
  position: relative;
}

.categorias-item > .categorias-item--content {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  text-align: center;
}

.destaque-items--titulo {
  font-size: 18px;
}

.destaque-items--price {
  font-size: 20px;
}

.destaque-items--button {
  border-radius: 20px;
  border: 2px solid var(--gray);
  width: 90%;
  color: var(--pink);
  background-color: var(--white);
  padding: 5px 10px;
  font-weight: bold;
}

.categorias-swipper .swiper-button-next,
.categorias-swipper .swiper-button-prev {
  width: 40px;
  height: 40px;
  background-color: var(--gray);
  color: var(--white);
}

.categorias-swipper .swiper-button-next:after,
.categorias-swipper .swiper-button-prev:after {
  font-size: 20px;
}

@media screen and (min-width: 768px) {
  .carousel-control-next,
  .carousel-control-prev {
    width: 40px;
    height: 40px;
  }

  .carousel-control-prev {
    left: 40px;
  }

  .carousel-control-next {
    right: 40px;
  }

  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    height: 30px;
    width: 30px;
  }

  .carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
  }
}
