* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html body {
  display: block;
  margin: 0 auto;
}

body {
  font-family: Inter, system-ui, sans-serif;
}

body h1,
body h2,
body h4,
body h5 {
  font-family: Playfair Display, serif;
}

.container--full {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.container--center {
  max-width: 1280px;
  margin: 0 auto;
  display: block;
}

.menu-top {
  width: 100%;
  top: 0;
  position: fixed;
  background: rgba(200, 200, 200, 50%);
  padding: 0rem 2rem;
  z-index: 1000;
}

.menu-top img {
  position: absolute;
  left: 300px;
  top: 10px;
}

.menu-top nav ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 2rem 0rem 2rem 65%;
}

.menu-top nav ul li a {
  text-decoration: none;
  color: #493d36;
  font-weight: bold;
  font-size: 1.125rem;
}

.menu-top nav ul li {
  padding: 0.4rem 1rem;
}

.menu-top nav ul li:last-child {
  background: linear-gradient(
    135deg,
    hsl(45 85% 55%) 0%,
    hsl(350 45% 45%) 100%
  );
  border-radius: 2rem;
  transition: all 0.3s ease-in-out;
}

.menu-top nav ul li:last-child:hover {
  transform: scale(1.05);
}

.home__first_scroll {
  background: url("./assets/img/home1.jpg");
  margin: 0 auto;
  background-size: cover;
  background-position: center;
  height: 100vh;
}

.home__first_scroll a img {
  display: none;
}

.home__first_scroll h1 {
  color: #f6f6f6;
  font-size: 4.5rem;
  font-weight: 700;
  text-align: center;
  max-width: 950px;
  margin: 0 auto;
  padding-top: 40vh;
  line-height: 80px;
  margin-bottom: 20px;
}

body h1 span,
body h2 span,
body h3 span {
  background: linear-gradient(
    45deg,
    hsl(45 75% 65%),
    hsl(25 60% 60%),
    hsl(350 45% 45%)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.home__first_scroll h3 {
  color: #f6f6f6;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 40px;
}
.home__first_scroll .btns {
  display: flex;
  justify-content: center;
  gap: 20px;
  text-align: center;
  margin-top: 20px;
}
.home__first_scroll .btn1,
.home__first_scroll .btn2 {
  background: #fff422;
  display: inline-block;
  padding: 10px 20px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #725219;
  border-radius: 2rem;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  font-weight: 500;
}

.home__first_scroll .btn1:hover,
.home__first_scroll .btn2:hover {
  transform: scale(1.05);
}

.home__sobre {
  background-image: linear-gradient(
    180deg,
    hsl(40 30% 96%) 0%,
    hsl(35 25% 85%) 100%
  );
  max-width: 100%;
}

.home__sobre .container--center {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.home__grid_sobre {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-rows: 1fr;
  grid-column-gap: 140px;
  grid-row-gap: 0px;
}

.home__sobre img {
  border-radius: 2rem;
}

.home__sobre h2 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #493d36;
}

.home__sobre p {
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin-bottom: 1rem;
  color: #937c6c;
  max-width: 560px;
}

.home__sobre p strong {
  color: #eebd2b;
}

.home__sobre ul {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 10px;
  max-width: 600px;
}

.home__sobre ul li {
  background-color: #fff;
  font-size: 1.125rem;
  color: #493d36;
  margin-bottom: 0.5rem;
  display: inline;
  padding: 20px 20px;
  border-radius: 2rem;
  max-width: 280px;
}

.home__sobre ul li .b1 {
  width: 0.75rem;
  height: 0.75rem;
  display: inline-block;
  background-color: #eebd2b;
  border-radius: 9999px;
  margin-right: 10px;
}

.home__sobre ul li .b2 {
  width: 0.75rem;
  height: 0.75rem;
  display: inline-block;
  background-color: #a63f50;
  border-radius: 9999px;
  margin-right: 10px;
}

.home__sobre ul li .b3 {
  width: 0.75rem;
  height: 0.75rem;
  display: inline-block;
  background-color: #79a659;
  border-radius: 9999px;
  margin-right: 10px;
}

.home__sobre ul li .b4 {
  width: 0.75rem;
  height: 0.75rem;
  display: inline-block;
  background-color: #e9c763;
  border-radius: 9999px;
  margin-right: 10px;
}

html {
  scroll-behavior: smooth;
  font-size: 100%;
}

.home__espaco {
  padding: 5rem 0rem;
}
.home__espaco h1 {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1rem;
  color: #493d36;
  padding-top: 0px;
}

.home__espaco p {
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin-bottom: 1rem;
  color: #937c6c;
  max-width: 840px;
  margin: 0 auto;
  text-align: center;
}

.home__grid_espaco {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  max-width: 100%;
  margin-top: 3rem;
}
.home__grid_espaco div {
  border-radius: 1rem;
  text-align: center;
  padding: 2rem 0rem;
  background-color: #f6f6f6;
}

.home__espaco img {
  width: 80%;
  border-radius: 1rem;
}

.home__form {
  background: linear-gradient(180deg, hsl(40 30% 96%) 0%, hsl(35 25% 85%) 100%);
  padding: 4rem 0rem;
}

.home__form h2 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #493d36;
  text-align: center;
}

.home__form p {
  font-size: 1.25rem;
  line-height: 1.75rem;
  padding-bottom: 1rem;
  color: #937c6c;
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
}

form {
  background-color: #fff;
  padding: 3rem 3rem;
  border-radius: 2rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.form-grid {
  display: block;
  margin-top: 20px;
}

label {
  display: block;
  margin-bottom: -15px;
  font-weight: bold;
}

input,
textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 2rem;
}

html body section.home__form .container--center form textarea#mensagem {
  height: 200px;
}

.home__form button {
  background: linear-gradient(
    135deg,
    hsl(45 85% 55%) 0%,
    hsl(350 45% 45%) 100%
  );
  display: block;
  padding: 10px 20px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #000;
  border-radius: 2rem;
  transition: all 0.3s ease-in-out;
  padding: 0.5rem 2.5rem;
  margin: 0 auto;
  cursor: pointer;
  border: none;
  margin-top: 30px;
}

button:hover {
  transform: scale(1.05);
  cursor: pointer;
}

.newsletter {
  margin-top: 15px;
  display: inline-block;
  align-items: center;
  gap: 8px;
  border-radius: 5px;
}

.home__local_contato {
  padding: 4rem 0rem;
}

.home__local_contato h2 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #493d36;
  text-align: center;
}

.home__local_contato p {
  font-size: 1.25rem;
  line-height: 1.75rem;
  padding-bottom: 3rem;
  color: #937c6c;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

.contato_social-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1fr);
  grid-column-gap: 40px;
  grid-row-gap: 0px;
}

.home__local_contato .home__contato {
  list-style: none;
  margin-bottom: 1rem;
}

.home__local_contato .home__contato li {
  margin-bottom: 1rem;
  background-color: #f6f3ea;
  padding: 2rem 3.5rem;
  border-radius: 2rem;
}

.home__local_contato .home__contato h5 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #493d36;
  margin-bottom: 0.7rem;
}

.home__local_contato .home__contato p {
  text-align: left;
  font-size: 1.125rem;
  padding-bottom: 10px;
  margin-bottom: 0.7rem;
}

.home__local_contato .home__contato a {
  text-decoration: none;
  color: #000;
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 2rem;
  transition: all 0.3s ease-in-out;
}

.home__local_contato .home__contato a:hover {
  background-color: #79a659;
  color: #fff;
}

.home__local_contato .home__social li {
  margin-bottom: 1rem;
  background: linear-gradient(180deg, hsl(40 30% 96%) 0%, hsl(35 25% 85%) 100%);
  padding: 2rem 3.5rem;
  border-radius: 2rem;
  list-style: none;
}

.yt-ig {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.home__local_contato .home__social li:last-child {
  background: linear-gradient(
    135deg,
    hsl(45 85% 55%) 0%,
    hsl(350 45% 45%) 100%
  );
  color: #000;
}

.home__local_contato .home__social h4 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #493d36;
  margin-bottom: 24px;
  text-align: center;
}

.home__local_contato .home__social a {
  text-decoration: none;
  color: #fff;
  background-color: rgba(166, 63, 80);
  padding: 10px 20px;
  border-radius: 2rem;
  margin-right: 10px;
  justify-content: center;
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
}
.home__local_contato .home__social a svg {
  width: 20px;
  margin-right: 5px;
  vertical-align: bottom;
}

.home__local_contato .home__social a:hover {
  background-color: rgba(166, 63, 80, 0.8);
}

.home__local_contato .home__social .lstbtn a {
  background-color: #fff;
  color: #a63f50;
  border: 2px solid #eebd2b;
  margin: 0 auto;
  display: flex;
  align-items: center;
  max-width: 200px;
}

.home__local_contato .home__social .lstbtn a:hover {
  color: #000;
}

.home__footer {
  background-color: #493d36;
  padding: 2rem 0rem;
  color: #f6f6f6;
  padding: 4rem 0rem;
}

.home__footer ul {
  list-style: none;
  display: flex;
  justify-content: left;
  gap: 40px;
}

.home__footer h3 {
  font-family: Playfair Display, serif;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.home__footer img {
  margin-bottom: 10px;
}

.home__footer p {
  font-size: 0.875rem;
  max-width: 360px;
  color: #f8f6f2cc;
  margin-bottom: 10px;
}

.home__footer .logo-mobile {
  display: none;
}

.home__footer ul li:last-child {
  padding-left: 27%;
}

.home__footer ul li p a {
  text-decoration: none;
  color: #f8f6f2cc;
}

.home__footer h5 {
  color: #f8f6f2;
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.home__footer p svg {
  color: #e9c763;
  vertical-align: middle;
}

.home__footer a svg,
a:visited svg {
  color: #f8f6f2cc;
  text-decoration: none;
  margin-right: 10px;
  margin-top: 15px;
}

.footer_separador {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 20px auto 30px auto;
}

@media (max-width: 1024px) {
  .menu-top {
    display: none;
  }

  .home__first_scroll {
    padding: 0px 20px;
    background: url("./assets/img/Fachada_mobile.jpg");
    background-size: cover;
    background-position: center;
  }

  .home__first_scroll a img {
    display: block;
    margin: 0 auto;
    padding-top: 5vh;
  }

  .home__first_scroll .mobile-texto-entrada {
    display: block;
    text-align: center;
    /* background-color: #f48f42; */
    margin-top: 15vh;
    padding: 20px 10px;
    margin-bottom: 40px;
  }

  .home__first_scroll h1 {
    padding: 0px;
    font-size: 2rem;
    line-height: normal;
  }

  .home__first_scroll h1 span {
    color: #fff;
    background: unset;
    -webkit-text-fill-color: unset;
    background-clip: unset;
  }

  .home__first_scroll h3 {
    font-size: 1rem;
    margin-bottom: 0px;
  }

  .home__first_scroll .btn1,
  .home__first_scroll .btn2 {
    background: #f1de37;
    color: #725219;
    font-weight: 700;
  }

  .home__grid_sobre {
    display: block;
  }

  .home__sobre .container--center {
    padding: 5rem 10px;
  }

  .home__sobre img {
    display: none;
  }

  .home__grid_sobre h2,
  p {
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 22px;
  }

  .home__sobre ul {
    grid-column-gap: 10px;
  }

  .home__sobre ul li {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .home__espaco {
    padding: 5rem 20px;
  }

  .home__form {
    padding: 4rem 20px;
  }

  .home__local_contato {
    padding: 4rem 20px;
  }

  .home__local_contato .contato_social-grid {
    display: block;
  }

  .home__footer {
    padding: 4rem 20px;
  }

  .home__footer ul li:first-child {
    display: none;
  }

  .home__footer .logo-mobile {
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 10px;
  }

  .home__footer ul li:last-child {
    padding-left: 15px;
  }

  .home__footer h5 {
    text-align: center;
  }

  .home__footer li p {
    padding-bottom: 0px;
  }

  .home__footer ul a {
    display: flex;
    justify-content: center;
  }
}
