:root {
  --white: #fff;
  --black: #1c2b2d;
  --blue: #31326f;
  --color-primary: #a78a46;
  --color-sec: #db6400;
  --color-grey: #eee;
  --color-dark-grey: #222831;
}


.container_image {
  max-width: 1200px;
  margin: 0 auto;
  /* padding: 0 20px; */
}

.slide-container {
  max-width: 1000px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.bx-wrapper{
margin-bottom: 0px !important;
}
.slide-container .thumbnail {
  position: relative;
}

.thumbnail img {
  width: 300px;
  height: 200px;
  object-fit: cover;
}


.slide-container .tag_slider {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #a78a46;
  color: white;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  z-index: 1;
  margin-top: 10px;
  margin-left: 10px;
  border-radius: 5px;
}

.filter .openmodalSlider i {}

.setas_slider {
  display: grid;
  grid-template-columns: 80%;
  justify-content: center;
  margin-top: 20px;
}

.setas_slider img {
  height: 30px;
}

.slide-container .arrow {
  width: 2rem;
  margin: 0 1rem;
  cursor: pointer;
}

.slide-container section {
  width: 100%;
  /* height: 300px; */
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  /* border: 1px solid black; */
  transition: all 0.3s;
}

.slide-container section::-webkit-scrollbar {
  height: 5px;
  width: 2px;
  border: 1px solid #d5d5d5;
  background: #d5d5d5;
}

.slide-container section::-webkit-scrollbar-track {
  --webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.slide-container section::-webkit-scrollbar-thumb {
  background-color: var(--color-primary);
  outline: 1px solid #eee;
  /* border-radius: 100px; */
}

.slide-container section .thumbnail {
  flex: 0 0 auto;
  object-fit: cover;
  cursor: pointer;
  margin: 5px;
  border: 1px solid #bdbdbd;
  -webkit-box-shadow: 3px 5px 16px -6px rgba(66, 68, 90, 1);
  -moz-box-shadow: 3px 5px 16px -6px rgba(66, 68, 90, 1);
  box-shadow: 3px 5px 16px -6px rgba(66, 68, 90, 1);
  border-radius: 5px;
  overflow: hidden;
  transform: scale(0.95);
  transition: all 0.3s;
  height: 370px;
  width: 300px;
}

.slide-container section .thumbnail:hover {
  transform: scale(1);
}

.slide-container .product-details {
  text-align: center;
  padding-bottom: 1rem;
  background-color: #fff;
}

.slide-container .product-details h2 {
  font-size: 1rem;

  color: #31326f;
  margin-top: 20px;
  font-weight: 700;
}

.descricao_titulo {
  font-weight: 500;
text-decoration: none;
    color: #b51414;
    font-weight: bold;
}

.descricao_slide {
  margin-top: -10px;
  font-weight: normal;
  text-decoration: none;
  color: black;
}

.slide-container .product-details p {
  font-size: 1rem;
  padding-right: 4px;
  padding-left: 4px;
}

.slide-container .product-details p span {
  text-decoration: line-through;
  color: red;
  font-weight: normal;
}

.slide-container .product-details a {
  font-size: 1rem;
  text-decoration: none;
  background-color: var(--color-sec);
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 3px;
}

.slide-container .product-details a:hover {
  background-color: var(--color-primary);
}

.slide-container .scroll-right {
  transform: translateX(250px);
}

.background_red {
  background-color: rgb(156, 0, 13) !important;
}

.background_yellow {
  background-color: rgb(156, 148, 0) !important;

}

.background_blue {
  background-color: #31326f !important;

}

@media (max-width:950px){
  .imoveis_destaque{
    margin-top: 320px;
  }

  .slider_imoveis{
    margin-top: -220px;
  }

  #openmodalSlider{
    margin-left: 5%;
  }

  .faixa-preco {
    color: #ffffff;
    margin: 0;
    padding-bottom: 5px;
    margin-top: 0px;
    font-size: 1.2rem;
}
}