.acomodacoes {
  position: relative;
  z-index: 1;
  background-color: #BFCFB6;
  padding-top: 80px;
}

.acomodacoes__titulo {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
  padding: 2rem;
  background-color: #BFCFB6;
}

.acomodacoes__titulo-icone {
  background-color: black;
  display: grid;
  place-items: center;
  padding: 1rem;
}

.carousel-item img {
  filter: brightness(60%);
}

.carrossel_mobile{
    display: none;
}

@media screen and (max-width: 1024px) {
  .acomodacoes__titulo {
    flex-direction: column;
    align-items: center;
    
    gap: 2rem;
  }

  .acomodacoes__titulo-icone {
    padding: 0.8rem;
  }

}

@media screen and (max-width: 767px) {
  .acomodacoes__titulo {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }

  .acomodacoes__titulo-icone {
    width: 80px;
    height: 80px;
    padding: 0.5rem;
  }

  .acomodacoes__titulo-icone img {
  max-width: 100%;
  height: auto;
}

.carrossel_mobile{
    display: block;
}

.carrossel_desktop{
    display: none;
}
}
