.vendas-e-locacoes {
  padding: 5rem 0;
  background: linear-gradient(180deg, #000 15%, #121212 58%);
}

.vendas-e-locacoes-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

.vendas-e-locacoes-header .container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 64px;
  align-items: center;
}

.vendas-e-locacoes-content h2 {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1.44px;
  margin-bottom: 32px;
}

.vendas-e-locacoes-content p {
  color: #a6a6a6;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 32px;
}

.vendas-e-locacoes-gallery {
  display: flex;
  gap: 32px;
  align-items: flex-start;
  flex-direction: column-reverse;
}

.vendas-e-locacoes-gallery .vendas-e-locacoes-gallery__thumbs {
  display: flex;
  flex-direction: row;
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 12px;
}

.vendas-e-locacoes-gallery .vendas-e-locacoes-gallery__thumbs img {
  width: 100%;
  object-fit: cover;
  cursor: pointer;
  border-radius: 10px;
  box-shadow: 3px 4px 10.2px 0px rgba(0, 0, 0, 0.08);
  border: 2px solid transparent;
  transition: border 0.2s ease-in-out;
}

.vendas-e-locacoes-gallery .vendas-e-locacoes-gallery__thumbs img:hover,
.vendas-e-locacoes-gallery .vendas-e-locacoes-gallery__thumbs img.active {
  border: 2px solid #fff;
}

.vendas-e-locacoes-gallery .vendas-e-locacoes-gallery__image img {
  cursor: zoom-in;
  border-radius: 10px;
  border: 1px solid rgba(0, 31, 63, 0.07);
  box-shadow: 3px 4px 12.9px 0px rgba(0, 0, 0, 0.1);
}

.vendas-e-locacoes-gallery__modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
}

.vendas-e-locacoes-gallery__modal img {
  margin: auto;
  display: block;
  max-width: 90%;
  max-height: 90vh;
}

.close {
  position: absolute;
  top: 32px;
  right: 32px;
  cursor: pointer;
  width: 32px;
}

.vendas-e-locacoes-article {
  margin-top: 5rem;
}

.vendas-e-locacoes-article h2 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1.44px;
  margin: 24px 0 16px;
}

.vendas-e-locacoes-article h3 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1.44px;
  margin: 24px 0 16px;
}

.vendas-e-locacoes-article h4 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1.44px;
  margin: 24px 0 16px;
}

.vendas-e-locacoes-article p {
  color: #787676;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin: 8px 0 16px;
}

.vendas-e-locacoes-article ol,
.vendas-e-locacoes-article ul {
  padding-left: 24px;
}

.vendas-e-locacoes-article li {
  color: #787676;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin: 0 0 4px;
}

.vendas-e-locacoes-article a {
  color: #fe3;
  text-decoration: none;
}

.vendas-e-locacoes-article > *:first-child {
  margin-top: 0;
}

.vendas-e-locacoes-article > *:last-child {
  margin-bottom: 0;
}

.more {
  padding: 5rem 0;
  background-color: #000;
}

.more-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  margin-top: 80px;
}

.vendas-e-locacoes-cards__card {
  border-radius: 10px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 360px;
  text-decoration: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.vendas-e-locacoes-cards__card h3 {
  color: #e7e7e7;
  font-family: "Inter", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 121.12%;
  letter-spacing: -1.28px;
  margin-bottom: 40px;
}

@media screen and (min-width: 650px) {
  .more-cards,
  .vendas-e-locacoes-cards {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (min-width: 768px) {
  .vendas-e-locacoes-article h2 {
    font-size: 2rem;
  }

  .vendas-e-locacoes-article h3 {
    font-size: 1.75rem;
  }

  .vendas-e-locacoes-article h4 {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .vendas-e-locacoes-header .container {
    grid-template-columns: 1.5fr 1fr;
    gap: 128px;
  }
  .more-cards,
  .vendas-e-locacoes-cards {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .vendas-e-locacoes-article h2 {
    font-size: 2.25rem;
  }

  .vendas-e-locacoes-article h3 {
    font-size: 2rem;
  }

  .vendas-e-locacoes-article h4 {
    font-size: 1.75rem;
  }
}
