.container-parceiros {
  display: block;
}
.container-parceiros .title-mobile {
  margin: 40px 0;
}
@media screen and (max-width: 650px) {
  .container-parceiros .title-mobile {
    margin: 25px 0;
  }
}

.container-title-parceiros form {
  width: 100%;
}
@media screen and (max-width: 650px) {
  .container-title-parceiros {
    margin-bottom: 100px;
  }
}

.input-custom-buscar {
  border: 1px solid #c3c3c3 !important;
  border-radius: 15px 0 0 15px !important;
  max-width: 90%;
  margin-bottom: 0;
  color: #636363;
}
.input-custom-buscar::-moz-placeholder {
  color: #c3c3c3 !important;
  font-size: 14px;
}
.input-custom-buscar::placeholder {
  color: #c3c3c3 !important;
  font-size: 14px;
}
.input-custom-buscar:focus {
  color: #636363 !important;
}

.text-indication {
  font-size: 0.8rem;
  color: #636363;
  margin-left: 1rem;
}

.btn-search {
  border: 1px solid #c3c3c3 !important;
  border-radius: 0 15px 15px 0 !important;
  width: 54px;
}

.container-card-carousel {
  width: 100%;
  height: 660px;
  padding: 30px 0;
}
@media screen and (max-width: 650px) {
  .container-card-carousel {
    padding: 30px 0 0 0;
  }
}

.container-not-carousel {
  width: 100%;
  height: 150px;
  padding: 30px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.container-not-carousel p {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 800;
}

.detail-carousel-inner {
  margin-top: -60px;
}
@media screen and (max-width: 650px) {
  .detail-carousel-inner {
    margin-top: -90px;
  }
}

.container-card-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.container-card-img {
  width: 400px;
  height: 400px;
}
@media screen and (max-width: 420px) {
  .container-card-img {
    width: 320px;
  }
}

.card-img {
  width: 100%;
  height: 100%;
}

.text-uppercase-none {
  text-transform: none !important;
}

.text-card-item {
  text-align: center;
  max-width: 600px;
}
.text-card-item h3 {
  margin-top: 30px;
  font-size: 2em;
  text-overflow: ellipsis;
  max-height: 110px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 650px) {
  .text-card-item {
    max-width: 90%;
  }
}

.carousel-indicators {
  bottom: -30px;
  gap: 15px;
}
.carousel-indicators button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  border: none;
  margin: 0 5px;
}
.carousel-indicators button.active {
  background-color: #007bff;
}

.categories-scroll-wrapper {
  display: flex;
  justify-content: center;
  gap: 40px;
  overflow-x: auto;
  padding: 10px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 650px) {
  .categories-scroll-wrapper {
    justify-content: start;
  }
}
.categories-scroll-wrapper .category-item {
  flex: 0 0 auto;
  min-width: 180px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 8px;
  padding: 5px;
  border-radius: 15px;
  text-align: center;
  scroll-snap-align: start;
  cursor: pointer;
}
.categories-scroll-wrapper .category-item h5 {
  margin-bottom: 10px;
  font-size: 1rem;
  color: #fff;
}
