* {
  font-family: "Inter", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*  Menu   */
#quemsomos a {
  color: #000;
  font-weight: 500;
}

/*   Hero   */
.hero-container {
  width: 100%;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  padding: 90px 0 120px 0;

  @media (max-width: 768px) {
    padding: 90px 0 0 0;
  }
}

.hero-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;

  gap: 90px;

  width: 100%;
  max-width: 1280px;

  margin-bottom: 90px;

  @media (max-width: 768px) {
    flex-direction: column;
  }
}

.hero-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 864px;
  justify-content: center;
  align-items: center;
}

.hero-content h1 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: bold;
  font-size: 4rem;
  line-height: 4.875rem;
  letter-spacing: -0.02em;

  color: #000;
  text-align: center;

  @media (max-width: 768px) {
    font-size: 2rem;
    line-height: 2.375rem;
    text-align: center;

    padding: 0 3rem;
  }
}

.hero-content p {
  color: #8a8d94;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
  text-align: center;

  @media (max-width: 768px) {
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: center;

    padding: 0 2rem;
  }
}

.highlight {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  gap: 12px;
  padding: 1rem 2rem;

  border-radius: 999px;
  border: solid 1px #d4d6db;

  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
  margin-bottom: 2rem;
  color: #666970;

  @media (max-width: 768px) {
    margin: 0 auto;
    margin-bottom: 2rem;
  }
}

.hero-cards-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;

  width: 1280px;
  max-width: 1280px;

  /* border: 10px solid red; */

  gap: 2rem;

  @media (max-width: 768px) {
    max-width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 0 1rem;
    /* border: 10px solid red; */
  }
}

.hero-img {
  height: 400px;
  width: 50%;

  @media (max-width: 768px) {
    height: 256px;
    width: 100%;
  }
}

.hero-card {
  height: 400px;
  width: 50%;

  background: #fff;
  box-shadow: 0 8px 20px rgba(16, 17, 18, 0.06);
  border: 1.5px solid #e8eaed;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 48px;

  @media (max-width: 768px) {
    /* height: 256px; */
    padding: 2rem;
    width: 100%;
    height: 320px;
  }
}

.hero-card-icon {
  width: 72px;
  height: 72px;

  @media (max-width: 768px) {
    width: 56px;
    height: 56px;
  }
}

.hero-card-content h2 {
  font-family: "Plus Jakarta Sans", sans-serif;
  padding-bottom: 1rem;
  font-size: 24px;
  letter-spacing: -0.01em;
}

.hero-card-content p {
  color: #8a8d94;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;

  align-items: center;
}

.v-hero-inner {
  max-width: 1216px;
  margin: 0 auto;
  padding: 72px 112px 40px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.v-cards {
  display: flex;
  gap: 32px;
  padding: 0px 112px;
}

.v-card img {
  width: 72px;
  height: 72px;
}

.v-oficina {
  padding-top: 128px;
}

.v-oficina-inner {
  max-width: 1216px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-bottom: 90px;
}

.v-oficiona-text {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 864px;
  justify-content: center;
  align-items: center;
  margin-bottom: 90px;
}

.v-oficiona-text h1 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-size: 64px;
  line-height: 78px;
  letter-spacing: -0.02em;
  color: #000;
  margin-bottom: 10px;
  text-align: center;
}

.v-oficina-inner p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #8a8d94;
}

.v-oficina-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: stretch;
}

.v-oficina-img {
  width: 490px;
  height: 400px;
}

/*   Galeria   */

.gallery-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.gallery-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;

  /* border: 1px solid blue; */

  width: 100%;
  max-width: 1280px;

  @media (max-width: 768px) {
    flex-direction: column;
  }
}

.gallery-wrapper h1 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: bold;
  font-size: 4rem;
  line-height: 4.875rem;
  letter-spacing: -0.02em;

  color: #000;
  text-align: center;

  margin-bottom: 90px;

  @media (max-width: 768px) {
    font-size: 2rem;
    line-height: 2.375rem;
    text-align: center;

    padding: 0 3rem;
    margin-bottom: 3rem;
  }
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  gap: 2rem;

  @media (max-width: 768px) {
    grid-template-columns: repeat(1, 1fr);
    padding: 0 1rem;
  }
}

.gallery-grid img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 6px 16px rgba(16, 17, 18, 0.06);

  @media (max-width: 768px) {
    height: 256px;
  }
}










.contato {
  max-width: 1216px;
  margin: 0 auto;
  padding: 96px 112px;
  display: flex;
  gap: 80px;
}

.contato-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: end;
}

.contato-info-main {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;

  justify-content: start;
}

.contato-info-texto h2 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #101112;
}

.contato-info-texto p {
  font-size: 16px;
  line-height: 24px;
  color: #6b7280;
  max-width: 340px;
  padding-top: 32px;
}

.contato-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  color: #1c1c1c;
}

.btn-maps {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  text-decoration: none;
  color: #111;
  font-weight: 500;
  font-size: 15px;
  background: #fff;
  transition: 0.2s;
  width: 241px;
  height: 64px;
}

.btn-maps:hover {
  background: #f9f9f9;
}

.btn-decorativo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: solid 1px #d4d6db;
  padding: 16px 32px;
  border-radius: 999px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  white-space: nowrap;
  width: 342px;
  height: 56px;
  color: #666970;
}

.contato-form {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contato-form label {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

.contato-form input,
.contato-form textarea {
  margin-top: 6px;
  border: none;
  border-bottom: 1px solid #d1d5db;
  padding: 12px 4px;
  font-size: 15px;
  color: #111;
  outline: none;
  background: transparent;
}

.contato-form textarea {
  margin-top: 6px;
  border: none;
  border-bottom: 1px solid #d1d5db;
}

.contato-form input::placeholder,
.contato-form textarea::placeholder {
  color: #9ca3af;
}

.contato-form textarea {
  min-height: 50px;
  resize: vertical;
}

.btn-contact {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f87900;
  color: #fff;
  padding: 12px 16px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  white-space: nowrap;
}

.btn-enviar {
  display: flex;
  align-items: center;
  justify-content: space-between;

  width: 277px;
  height: 64px;
  padding: 23px 24px 23px 40px;

  border: none;
  border-radius: 999px;
  background: #000;
  color: #fff;

  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.2s;
}

.btn-enviar img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.btn-enviar:hover {
  background: #222;
}

/*  RESPONSIVIDADE (template da HOME)*/

@media (min-width: 320px) and (max-width: 767px) {
  .v-oficina {
    padding: 0px;
  }

  .v-oficina-inner {
    padding: 40px 32px;
    text-align: center;
  }

  .v-oficiona-text {
    gap: 24px;
    max-width: none;
    align-items: center;
  }

  .v-oficiona-text h1 {
    font-size: 28px;
    line-height: 34px;
  }

  .v-oficina-inner p {
    font-size: 14px;
    line-height: 20px;
  }

  .btn-decorativo {
    width: 100%;
    max-width: 280px;
    height: 48px;
    font-size: 16px;
    margin: 0 auto 20px;
  }

  .v-cards {
    flex-direction: column;
    gap: 16px;
    padding: 0 32px;
  }

  .v-card {
    width: 100%;
    padding: 20px;
  }

  .v-oficina-img {
    width: 100%;
    height: auto;
  }

  .v-oficina-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .v-galeria-inner {
    padding: 0 32px;
  }

  .v-galeria h1 {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 32px;
  }

  .v-grid {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  .v-grid img {
    width: 100%;
    height: auto;
    min-height: 200px;
    object-fit: cover;
  }

  @media (max-width: 420px) {
    .v-grid {
      grid-template-columns: 1fr;
    }
  }

  .contato {
    flex-direction: column;
    padding: 40px 32px;
    gap: 32px;
  }

  .contato-info-texto h2 {
    font-size: 28px;
    line-height: 34px;
  }

  .contato-info-texto p {
    font-size: 14px;
    line-height: 20px;
    max-width: 100%;
    padding-top: 16px;
  }

  .contato-item {
    font-size: 14px;
    flex-wrap: wrap;
  }

  .btn-maps {
    width: 60%;
    font-size: 14px;
    height: 56px;
  }

  .contato-form label {
    font-size: 14px;
  }

  .contato-form input,
  .contato-form textarea {
    font-size: 14px;
    padding: 10px 4px;
  }
}
