.disponiveis {
  padding: 60px 10px;
}
.disponiveis-grid {
  display: flex;
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
  justify-content: center;
}
.disp-content {
  position: absolute;
  z-index: 100;
  padding: 0px 10px;
  padding-bottom: 60px;
  display: grid;
  /* gap: 25px; */
  justify-items: center;
}
.disp:hover h3 {
  margin: 25px 0px;
}
.disp {
  width: 466px;
  height: 646px;
  flex: 1;
  max-width: 466px;
  min-width: 466px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  gap: 30px;
  position: relative;
  z-index: 2;
  transition: 0.3s;
}
.disp h2,
.disp h3 {
  border: 0.5px solid #f2f2f2;
  padding: 12px;
  text-transform: uppercase;
}
.disp p {
  text-decoration: underline;
  font-weight: 300;
}
.disp p:hover {
  color: #ba8409;
}
.disp h2,
.disp h3,
.disp p {
  opacity: 0;
  transition: 0.3s;
  text-align: center;
}
.disp:hover h2,
.disp:hover h3,
.disp:hover p {
  opacity: 1;
}
.blur {
  position: relative;
  z-index: 10;
  content: "";
  width: 100%;
  height: 100%;
  padding: 60px 10px;
  transition: 0.3s;
}
.disp:hover .blur {
  backdrop-filter: blur(3.4px);
  background-color: #30303056;
}
.apt1 {
  background: url(/img/disp-1.webp) no-repeat center center;
  background-size: cover;
}
.apt2 {
  background: url(/img/disp-2.webp) no-repeat center center;
  background-size: cover;
}
.apt3 {
  background: url(/img/disp-3.webp) no-repeat center center;
  background-size: cover;
}
.apt-louvre {
  background: url(/img/louvre-capa.webp) no-repeat center center;
  background-size: cover;
}
.entregue1 {
  background: url(/img/entregue-107.webp) no-repeat center center;
  background-size: cover;
}
.entregue2 {
  background: url(/img/entregue-97.webp) no-repeat center center;
  background-size: cover;
}

.disponiveis .title {
  padding: 25px 0px;
}

.entregues .disponiveis-grid[data-slide="1"] .disp:nth-child(n + 4) {
  display: none;
}
.entregues .disponiveis-grid[data-slide="2"] .disp:nth-child(-n + 3) {
  display: none;
}
.entregues-actions {
  display: flex;
  gap: 15px;
  justify-content: center;
  padding-top: 25px;
}
.entregues-toggle {
  border: 1px solid #ba8409;
  height: 4px;
  width: 30px;
  padding: 0;
  background: transparent;
  cursor: pointer;
}
.entregues-toggle.is-active {
  background: #ba8409;
}
.entregues-toggle:hover {
  color: #ba8409;
  border-color: #ba8409;
}

@media only screen and (min-width: 350px) and (max-width: 1000px) {
  .disp {
    width: 300px;
    height: 406px;
    flex: 1;
    max-width: 300px;
    min-width: 300px;
  }

  .disp:hover .blur {
    backdrop-filter: blur(1px);
    background-color: #30303056;
  }
  .disp h2,
  .disp h3,
  .disp p {
    opacity: 1;
  }
  .disp .blur {
    backdrop-filter: blur(1px);
    background-color: #30303056;
  }
  .disp h3 {
    margin: 25px 0px;
  }
  .disp h2,
  .disp h3 {
    padding: 8px;
    padding-top: 10px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 349px) {
  .disp {
    width: 240px;
    height: 306px;
    flex: 1;
    max-width: 240px;
    min-width: 240px;
  }

  .disp:hover .blur {
    backdrop-filter: blur(1px);
    background-color: #30303056;
  }
  .disp h2,
  .disp h3,
  .disp p {
    opacity: 1;
  }
  .disp .blur {
    backdrop-filter: blur(1px);
    background-color: #30303056;
  }
  .disp h3 {
    margin: 25px 0px;
  }
  .disp h2,
  .disp h3 {
    padding: 8px;
    padding-top: 10px;
    font-size: 0.9rem;
  }
}
