@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* Box sizing */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default spacing */
html,
body,
nav,
menu,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
  font-weight: inherit;
}

/* Core document defaults */
html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  margin: 0;
  text-rendering: optimizeLegibility;
}

/* Lists and links */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

/* Media */
img,
picture,
svg,
canvas,
video {
  display: block;
  max-width: 100%;
}

img,
svg {
  height: auto;
}

/* Form elements */
button,
input,
textarea,
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  border: 0;
  background: transparent;
  font: inherit;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button,
input,
textarea,
select {
  color: inherit;
}

textarea {
  resize: vertical;
}

:root {
  --blue: #263D4F;
  --brown: #B47659;
  --orange: #DF783F;
  --clamp: 12vw;
  --sides: clamp(30px, var(--clamp), 100px);
}

.white {
  color: white;
}

.blue {
  color: var(--blue);
}

.brown {
  color: var(--brown);
}

.orange {
  color: var(--orange);
}

.titles {
  font-size: 24px;
  line-height: 26px;
}

.medium {
  font-size: 16px;
  line-height: 18px;
}

strong {
  font-weight: 700;
}

small {
  font-size: 12px;
  line-height: 15px;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  color: var(--blue);
  background: linear-gradient(90deg, rgb(255, 255, 255) 30%, rgb(232, 202, 189) 100%);
}

:focus-visible {
  outline: 1px solid currentColor;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

figure {
  position: relative;
}
figure .legenda-imagens {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 12px;
  line-height: 16px;
  color: white;
}
figure a {
  cursor: zoom-in;
}

#banner-cookie {
  position: fixed;
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  bottom: 50px;
  padding: 30px;
  width: 300px;
  margin: 0 var(--sides);
  border-radius: 30px;
  font-size: 0.8rem;
  line-height: 1.4;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(38, 61, 79, 0.831372549);
  backdrop-filter: blur(12px);
  z-index: 100;
}
#banner-cookie #btn-accept-cookies {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  width: 100%;
  border-radius: 15px;
  color: white;
  font-weight: 700;
  background-color: var(--orange);
}

.btn-whatsapp {
  position: fixed;
  bottom: 50px;
  right: 50px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px;
  width: 210px;
  border-radius: 20px;
  background-color: #25d366;
  z-index: 100;
}
.btn-whatsapp .content-btn-whatsapp {
  display: flex;
  flex-direction: column;
}
.btn-whatsapp .content-btn-whatsapp p {
  font-size: 1rem;
  line-height: 1;
}

header {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 0 var(--sides);
  height: 100vh;
  background: url(../images/banner-topo.avif) no-repeat center center/cover;
  background-attachment: fixed;
}
@supports (-webkit-touch-callout: none) {
  header {
    background-attachment: scroll;
  }
}
header .content-header {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-self: end;
  gap: 50px;
  grid-column-start: 2;
}
header .content-header .cta-header {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 15px;
  font-weight: 700;
  color: white;
}
header::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 70%;
  mix-blend-mode: multiply;
  background: linear-gradient(0deg, rgb(78, 51, 39) 0%, rgb(180, 118, 89) 45%, rgba(180, 118, 89, 0) 90%);
}
header .scroll-icon {
  width: 35px;
  height: 50px;
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translate(-50%, 0);
}
header .scroll-icon .circle {
  stroke: white;
  stroke-width: 2;
  fill: none;
}
header .scroll-icon .arrow {
  stroke: white;
  stroke-width: 2;
  fill: none;
  animation: scroll-bounce 1.6s ease-in-out infinite;
}
@keyframes scroll-bounce {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    transform: translateY(6px);
    opacity: 0.4;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.intro-produto {
  display: grid;
  grid-template-columns: 1fr 2fr;
  align-items: center;
  padding: 0 var(--sides);
  gap: 100px;
}
.intro-produto figure {
  justify-self: end;
}
.intro-produto figure img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/2;
}
.intro-produto .content-intro-produto {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.intro-produto .content-intro-produto .diferenciais-intro-produto {
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding: 20px 30px;
  border-radius: 30px;
  background: white;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.intro-produto .content-intro-produto .diferenciais-intro-produto .itens-diferenciais-intro-produto {
  display: flex;
  flex-direction: column;
}
.intro-produto .content-intro-produto .diferenciais-intro-produto .itens-diferenciais-intro-produto .ico-diferenciais-intro-produto {
  display: flex;
  justify-content: start;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}

.respiro {
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100vh;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 var(--sides);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
@supports (-webkit-touch-callout: none) {
  .respiro {
    background-attachment: scroll;
  }
}
.respiro .texto-respiro {
  font-size: clamp(30px, var(--clamp), 94px);
  line-height: 1;
}

.mosaico-areas-comuns {
  display: grid;
  gap: 5px;
  padding: 5px 0;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(3, 280px);
  grid-template-areas: "a a b b b b c c" "a a d d e e f f" "a a g h h i i i";
}
.mosaico-areas-comuns figure > a > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mosaico-internas {
  display: grid;
  gap: 5px;
  padding: 5px 0;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(2, 280px);
  grid-template-areas: "a a b c c" "a a d e e";
}
.mosaico-internas figure > a > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.thumb-mosaico-1 {
  grid-area: a;
}

.thumb-mosaico-2 {
  grid-area: b;
}

.thumb-mosaico-3 {
  grid-area: c;
}

.thumb-mosaico-4 {
  grid-area: d;
}

.thumb-mosaico-5 {
  grid-area: e;
}

.thumb-mosaico-6 {
  grid-area: f;
}

.thumb-mosaico-7 {
  grid-area: g;
}

.thumb-mosaico-8 {
  grid-area: h;
}

.thumb-mosaico-9 {
  grid-area: i;
}

.plantas {
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding: 100px var(--sides);
  text-align: center;
}
.plantas .swiper {
  width: 100%;
  height: auto;
}
.plantas .swiper .swiper-pagination {
  display: none;
}
.plantas .swiper .swiper-pagination .swiper-pagination-bullet {
  background: transparent;
  opacity: 1;
  border: 1px solid white;
}
.plantas .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: white;
}
.plantas .swiper .swiper-wrapper {
  align-items: center;
}
.plantas .swiper .swiper-wrapper .swiper-slide img {
  margin: auto;
  max-height: 600px;
}
.plantas .swiper .swiper-wrapper .swiper-slide .legenda-plantas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  line-height: 18px;
  color: white;
  padding: 10px 15px;
  margin: 15px auto 0;
  border-radius: 30px;
  background-color: var(--brown);
}

.maps {
  height: auto;
  min-height: 300px;
  aspect-ratio: 3/1;
}

.localizacao {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 100px var(--sides);
}
.localizacao .titulo-localizacao {
  display: flex;
  flex-direction: column;
  gap: 50px;
  max-width: 365px;
}
.localizacao .titulo-localizacao h6 {
  position: relative;
  font-size: clamp(30px, var(--clamp), 118px);
  line-height: 0.9;
  font-weight: 900;
}
.localizacao .titulo-localizacao h6::before {
  content: "";
  position: absolute;
  top: -75px;
  right: -20px;
  width: 54px;
  height: 120px;
  background: url(../images/elemento-logo.svg) no-repeat center center/cover;
}
.localizacao .content-localizacao {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.localizacao .content-localizacao .diferenciais-localizacao {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 20px 30px;
  border-radius: 30px;
  background: white;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.localizacao .content-localizacao .diferenciais-localizacao .itens-diferenciais-localizacao {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.localizacao .content-localizacao .diferenciais-localizacao .itens-diferenciais-localizacao:nth-child(-n+3) {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(180, 118, 89, 0.2705882353);
}
.localizacao .content-localizacao .diferenciais-localizacao .itens-diferenciais-localizacao .ico-diferenciais-localizacao {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}

.conversao {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  text-align: center;
  padding: 200px var(--sides);
  background: url(../images/bg-conversao.avif) no-repeat center center/cover;
}
.conversao .form-conversao {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 50px;
  width: 100%;
}
.conversao .form-conversao .wrapper-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}
.conversao .form-conversao .wrapper-form .input-default {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  display: flex;
  padding: 0 15px;
  width: 100%;
  min-width: 260px;
  height: 50px;
  font-size: 16px;
  line-height: 18px;
  color: white;
  background-color: rgba(0, 0, 0, 0.2);
}
.conversao .form-conversao .wrapper-form .input-default::-moz-placeholder {
  font-size: 16px;
  line-height: 18px;
  color: white;
}
.conversao .form-conversao .wrapper-form .input-default::placeholder {
  font-size: 16px;
  line-height: 18px;
  color: white;
}
.conversao .form-conversao .wrapper-form .send-button {
  min-width: -moz-fit-content;
  min-width: fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  cursor: pointer;
  background-color: var(--orange);
}

.realizacao {
  display: grid;
  grid-template-columns: 2fr 1fr 2fr;
  padding: 100px var(--sides);
}
.realizacao .card-realizacao {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  text-align: justify;
}
.realizacao hr {
  width: 1px;
  border: 0;
  background: rgba(180, 118, 89, 0.2705882353);
  height: 100%;
}

footer {
  display: flex;
  align-items: start;
  justify-content: space-between;
  width: 100%;
  gap: 50px;
  padding: 15px var(--sides);
  background-color: var(--orange);
}
footer .social-icons {
  display: flex;
  align-items: center;
  gap: 7px;
}
footer .social-icons a img {
  max-width: inherit;
}

@media (max-width: 1024px) {
  .btn-whatsapp {
    bottom: 1rem;
    right: 1rem;
    width: 60px;
    height: 60px;
    justify-content: center;
    border-radius: 100%;
  }
  .btn-whatsapp .content-btn-whatsapp {
    display: none;
  }
  header {
    display: flex;
    flex-direction: column;
    height: auto;
    gap: 100px;
    padding: 100px var(--sides);
    background-position: right;
  }
  header .content-header {
    justify-self: center;
  }
  header .scroll-icon {
    position: relative;
    bottom: inherit;
    left: inherit;
    transform: inherit;
  }
  header .cta-header {
    font-size: 1rem;
    gap: 10px;
  }
  .respiro > img {
    width: 70px;
    height: auto;
  }
  .intro-produto {
    display: flex;
    flex-direction: column;
    padding: 50px var(--sides);
    gap: 50px;
  }
  .intro-produto .content-intro-produto .diferenciais-intro-produto {
    flex-direction: column;
    gap: 30px;
    align-items: center;
    text-align: center;
  }
  .intro-produto .content-intro-produto .diferenciais-intro-produto .itens-diferenciais-intro-produto {
    align-items: center;
  }
  .intro-produto .content-intro-produto .diferenciais-intro-produto .itens-diferenciais-intro-produto .ico-diferenciais-intro-produto {
    justify-content: center;
  }
  .mosaico-areas-comuns, .mosaico-internas {
    grid-template-columns: 1fr;
    grid-template-areas: "a" "b" "c" "d" "e" "f" "g" "h" "i";
  }
  .plantas {
    padding: 50px var(--sides);
    text-align: center;
  }
  .plantas .swiper .swiper-button-prev, .plantas .swiper .swiper-button-next {
    display: none;
  }
  .plantas .swiper .swiper-pagination {
    display: block;
  }
  .plantas .swiper .swiper-pagination .swiper-pagination-bullet {
    border: 1px solid var(--brown);
  }
  .plantas .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--brown);
  }
  .plantas .swiper .swiper-wrapper {
    padding-bottom: 50px;
  }
  .plantas .swiper .swiper-wrapper .swiper-slide img {
    max-height: 400px;
  }
  .plantas .swiper .swiper-wrapper .swiper-slide .legenda-plantas {
    display: flex;
    align-items: center;
    justify-content: center;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 16px;
    line-height: 18px;
    color: white;
    padding: 10px 15px;
    margin: 15px auto 0;
    border-radius: 30px;
    background-color: var(--brown);
  }
  .localizacao {
    grid-template-columns: 1fr;
  }
  .localizacao .titulo-localizacao h6::before {
    width: 34px;
    height: 60px;
    background-size: contain;
  }
  .localizacao .content-localizacao .diferenciais-localizacao {
    grid-template-columns: 1fr;
  }
  .localizacao .content-localizacao .diferenciais-localizacao .itens-diferenciais-localizacao {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(180, 118, 89, 0.2705882353);
  }
  .localizacao .content-localizacao .diferenciais-localizacao .itens-diferenciais-localizacao:last-child {
    margin-bottom: 0;
    border: 0;
  }
  .conversao {
    padding: 50px var(--sides);
  }
  .conversao .form-conversao {
    margin-top: 30px;
  }
  .conversao .form-conversao .wrapper-form {
    flex-direction: column;
  }
  .conversao .form-conversao .wrapper-form .send-button {
    max-width: 100%;
  }
  .realizacao {
    grid-template-columns: 1fr;
    padding: 50px var(--sides);
    gap: 50px;
  }
  .realizacao hr {
    width: 100%;
    height: 1px;
  }
  footer {
    flex-direction: column;
    gap: 30px;
    padding: 30px var(--sides);
    align-items: center;
    text-align: center;
  }
}/*# sourceMappingURL=global.css.map */