* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html body {
  display: block;
  margin: 0 auto;
}

body {
  font-family: 'Open Sans', 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 {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  gap: 704px;
  width: 100%;
  height: 130px;
}

.menu__header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.menu__header ul {
  display: flex;
  list-style: none;
}

.menu__header ul li a {
  text-decoration: none;
  color: #6c5004;
  font-size: 1.125rem;
  transition: all 0.3s ease-in-out;
}

.menu__header ul li a:hover {
  color: #f8df0d;
  border-bottom: 3px solid #f8df0d;
}

.menu__header ul li {
  padding: 0.4rem 1rem;
  cursor: pointer;
}

.menu__header ul li:last-child {
  background: #6c5109;
  border-radius: 2rem;
  transition: all 0.3s ease-in-out;
}

.menu__header ul li:last-child a {
  color: #fff;
}

.menu__header ul li:last-child:hover a {
  color: #6c5109;
  border-bottom: none;
}

.menu__header ul li:last-child:hover {
  background: #f8df0d;
}

.home__first_scroll {
  position: relative;
}

.home__first_scroll h1 {
  color: #6c5109;
  font-size: 55px;
  font-weight: 400;
  line-height: 60px;
  margin-bottom: 10px;
  padding-top: 100px;
}

.home__first_scroll h3 {
  color: #404040;
  font-weight: 300;
  font-size: 24px;
  margin-bottom: 30px;
}

.btn__intro {
  text-decoration: none;
  font-size: 18px;
  color: #6c5109;
  background: #f8df0d;
  transition: all 0.5s ease-in-out;
  padding: 10px 30px;
  border-radius: 50px;
  position: relative;
  z-index: 10;
}

.btn__intro:hover {
  color: #fff;
  background: #6c5109;
}

.intro__girassol_img {
  position: relative;
  margin-top: -10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  min-height: 571px;
}

.intro__girassois {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-59%);
}

.home__sobre {
  background: #fefde5;
  margin-top: -10px;
}

.home__sobre .container--center {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.sobre__content {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-rows: 1fr;
  grid-column-gap: 100px;
  grid-row-gap: 0px;
  margin-top: -161px;
  z-index: 40;
  position: relative;
}

.sobre__img img {
  border-radius: 30px;
  background-color: #fefde5;
  padding: 18px;
}

.sobre__text {
  padding-top: 184px;
}

.sobre__text h2 {
  font-size: 48px;
  font-weight: 400;
  margin-bottom: 1rem;
  color: #6c5109;
}

.sobre__text p {
  font-size: 16px;
  line-height: 1.75rem;
  margin-bottom: 1rem;
  color: #404040;
  max-width: 474px;
  margin-bottom: 30px;
}

.sobre__text 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: 5px;
  max-width: 522px;
}

.sobre__text ul li {
  align-content: center;
  background-color: #fff75c;
  font-size: 16px;
  color: #404040;
  text-align: center;
  margin-bottom: 0.5rem;
  padding: 20px 20px;
  border-radius: 53px;
  max-width: 254px;
}

html {
  scroll-behavior: smooth;
  font-size: 100%;
}

.home__espaco {
  padding: 5rem 0rem;
}

.home__espaco h1 {
  font-size: 48px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 1rem;
  color: #f8ae0d;
  padding-top: 0px;
}

.home__espaco p {
  font-size: 16px;
  line-height: 1.75rem;
  margin-bottom: 1rem;
  color: #404040;
  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: 40px;
  grid-row-gap: 40px;
  max-width: 100%;
  margin-top: 3rem;
}

.home__espaco img {
  width: 100%;
  border-radius: 30px;
}

.home__form {
  background: #fefde5;
  padding: 4rem 0rem;
}

.home__form h2 {
  font-size: 48px;
  font-weight: 400;
  margin-bottom: 1rem;
  color: #f8ae0d;
  text-align: center;
}

.home__form p {
  font-size: 16px;
  line-height: 1.75rem;
  padding-bottom: 1rem;
  color: #404040;
  margin: 0 auto;
  text-align: center;
  max-width: 516px;
}

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: #f8df0d;
  display: block;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 1.75rem;
  color: #6c5109;
  border-radius: 2rem;
  transition: all 0.5s ease-in-out;
  padding: 0.5rem 2.5rem;
  margin: 0 auto;
  cursor: pointer;
  border: none;
  margin-top: 30px;
}

.home__form button:hover {
  background: #6c5109;
  color: #fff;
}

.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: 48px;
  font-weight: 400;
  margin-bottom: 1rem;
  color: #f8ae0d;
  text-align: center;
}

.home__local_contato p {
  font-size: 16px;
  line-height: 1.75rem;
  padding-bottom: 24px;
  color: #404040;
  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: #fefde6;
  padding: 2rem 3.5rem;
  border-radius: 2rem;
}

.home__local_contato .home__contato h5 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #404040;
  margin-bottom: 0.7rem;
}

.home__local_contato .home__contato p {
  color: #404040;
  text-align: left;
  font-size: 1.125rem;
  padding-bottom: 10px;
  margin-bottom: 0.7rem;
}

.home__local_contato .home__contato a {
  text-decoration: none;
  color: #6c5109;
  background-color: #f8df0d;
  padding: 10px 20px;
  border-radius: 2rem;
  transition: all 0.5s ease-in-out;
}

.home__local_contato .home__contato a:hover {
  background-color: #6c5109;
  color: #fff;
}

.home__local_contato .home__social li {
  margin-bottom: 1rem;
  background: #fefde6;
  padding: 2rem 3.5rem;
  border-radius: 2rem;
  list-style: none;
}

.btn__conhecer {
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 10px;
}

.yt-ig {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.home__local_contato .home__social li:last-child {
  background: #f8ae0d;
  color: #404040;
}

.home__local_contato .home__social h4 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #404040;
  margin-bottom: 24px;
  text-align: center;
}

.home__local_contato .home__social a {
  text-decoration: none;
  color: #6c5109;
  background-color: #f8df0d;
  padding: 10px 20px;
  border-radius: 2rem;
  margin-right: 10px;
  justify-content: center;
  margin-bottom: 20px;
  transition: all 0.5s ease-in-out;
}

.home__local_contato .home__social a:hover {
  background-color: #6c5109;
  color: #fff;
}

.home__local_contato a svg {
  width: 20px;
  margin-right: 5px;
  vertical-align: bottom;
}

.home__local_contato .home__social .lstbtn a {
  background-color: #fff;
  color: #6c5109;
  margin: 0 auto;
  display: flex;
  align-items: center;
  max-width: 200px;
}

.home__local_contato .home__social .lstbtn a:hover {
  color: #fff;
  background: #6c5109;
}

.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__header {
    display: none;
  }

  .menu__top {
    display: block;
    padding: 40px 0px;
  }

  .logo__header {
    display: flex;
    justify-content: center;
  }

  .home__first_scroll a img {
    display: block;
    margin: 0 auto;
  }

  .home__first_scroll .mobile-texto-entrada {
    display: block;
    text-align: center;
    margin-bottom: 40px;
    padding: 0px 20px;
  }

  .home__first_scroll h1 {
    padding: 0px;
    font-size: 28px;
    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;
  }

  .btn__intro {
    top: 30px;
  }

  .intro__girassol_img {
    margin-top: 100px;
    background-image: url('./assets/img/entrada-mobile.jpg') !important;
    background-attachment: scroll;
  }

  .intro__girassois {
    width: 40%;
    transform: translateY(-59%);
  }

  .sobre__content {
    display: block;
    margin-top: 0px;
  }

  .sobre__img img {
    max-width: 100%;
  }

  .sobre__text {
    padding: 40px 20px;
    text-align: center;
  }

  .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__local_contato .home__contato h5 {
    text-align: center;
  }

  .home__local_contato .home__contato p {
    text-align: center;
  }

  .btn__conhecer {
    justify-content: center;
  }

  .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;
  }
}
