.container-content-filter {
  margin-top: 25px;
}

.container-filter {
  gap: 15px !important;
  padding: 20px;
  border: 1px solid #222;
  border-radius: 4px;
  width: -moz-fit-content;
  width: fit-content;
}
.container-filter h4 {
  font-weight: bolder;
  font-size: 24px;
}

.modal-content-custom {
  height: 99dvh;
  height: 99vh;
  width: 100%;
  border-radius: 0;
  padding: 10px;
}

.contant-modal-body {
  width: 99%;
  height: 100%;
  max-width: 99vh;
  padding: 20px 0;
  overflow-y: auto;
  border: 1px solid #222;
}

.button-close-modal {
  font-size: 32px;
  font-weight: 900;
  outline: none;
}
.button-close-modal:focus {
  box-shadow: none;
}

.container-destaque {
  padding: 0 20px;
  width: 100%;
  margin-top: 30px;
}
@media screen and (min-width: 650px) {
  .container-destaque {
    max-width: 1110px;
    margin: 0 auto;
    margin-top: 30px;
  }
}

.destaque {
  background-color: #222;
  color: #fff;
  padding: 15px 20px 20px 15px;
  width: 100%;
}
.destaque .content-destaque-img {
  position: relative;
  width: 75px;
}
.destaque .content-destaque-img img {
  max-width: 150%;
  position: absolute;
  top: -75px;
  width: 150%;
  left: 15px;
  height: 150px;
  transform: rotate(15deg);
}
@media screen and (max-width: 850px) {
  .destaque .content-destaque-img img {
    left: -15px;
  }
}

.content-destaque {
  width: 85%;
  border-bottom: 1px solid #fff;
}
.content-destaque h5 {
  color: #fff;
  margin: 0;
}

@media screen and (max-width: 650px) {
  .new-title-pranchas {
    margin-top: 50px;
    font-size: 1.6rem;
  }
}

/* Estilos Modal filtrar */
.content-filter-title {
  margin-top: -30px;
}

.content-input-group {
  padding: 0 20px;
  width: 100%;
  display: flex;
  margin-top: 1.5rem;
  justify-content: center;
}

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

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

.content-text-select {
  padding: 20px;
  color: #222;
  font-weight: 700;
}

/* Carousel */
.carousel-container-custom {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  scroll-behavior: smooth;
  /* Firefox */
  scrollbar-width: none;
  /* Chrome, Safari */
  -ms-overflow-style: none;
}
@media (min-width: 768px) {
  .carousel-container-custom {
    scrollbar-width: auto;
    -ms-overflow-style: auto;
  }
}

.carousel-container-custom::-webkit-scrollbar {
  display: none;
}
@media (min-width: 768px) {
  .carousel-container-custom::-webkit-scrollbar {
    display: block;
  }
}

.carousel-custom {
  display: flex;
  gap: 20px;
  flex-wrap: nowrap;
  width: -moz-max-content;
  width: max-content;
}

.carousel-item-custom {
  width: 100px;
  height: 100px;
  position: relative;
  flex-shrink: 0;
  cursor: pointer;
  overflow: hidden;
}

.carousel-item-custom img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  transition: border 0.2s, transform 0.2s;
  border: 2px solid transparent;
}

.hidden-checkbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100%;
  opacity: 0;
  margin: 0;
  z-index: 2;
  cursor: pointer;
}

.hidden-checkbox:checked + img {
  border: 5px solid #3490dc;
  transform: scale(1.05);
}

.button-search-submit {
  border: 1px solid #222 !important;
  border-radius: 15px !important;
  padding: 10px 35px;
  color: #222;
  font-weight: bold;
  font-size: 18px;
}

.orientation-text {
  font-size: 14px;
  font-weight: 800;
  padding: 0 10px;
  display: block;
}

.visibilit-carousel {
  display: none;
  flex-direction: column;
}

/* Mostrar prancha modelo mobile */
.options-pranchas-desktop {
  display: flex;
}
@media screen and (max-width: 650px) {
  .options-pranchas-desktop {
    display: none;
  }
}

.options-pranchas-mobile {
  display: block;
}
@media screen and (min-width: 650px) {
  .options-pranchas-mobile {
    display: none;
  }
}

.text-name-prancha {
  margin: 3px 0 !important;
}

.text-name-marca-prancha {
  display: inline-block;
  margin-top: 10px;
}

.text-medidas-prancha {
  font-weight: bold;
}
