.elementor-5625 .elementor-element.elementor-element-3f55b4b > .elementor-widget-container{background-image:url("https://filhasdanatureza.com.br/wp-content/uploads/2026/05/93f07ed6-2af9-4bea-bc34-001e6e44a7eb.png");background-position:center center;background-repeat:no-repeat;background-size:cover;}body.elementor-page-5625:not(.elementor-motion-effects-element-type-background), body.elementor-page-5625 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#fff8f1;}body.elementor-page-5625{padding:0px 0px 0px 0px;}@media(min-width:1025px){.elementor-5625 .elementor-element.elementor-element-3f55b4b > .elementor-widget-container{background-attachment:scroll;}}/* Start custom CSS for html, class: .elementor-element-3f55b4b */.gv-hero-final {
  position: relative;
  width: 100%;
  min-height: 860px;

  background-image: url("https://filhasdanatureza.com.br/wp-content/uploads/2026/05/93f07ed6-2af9-4bea-bc34-001e6e44a7eb.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 32% 4%;

  padding: 34px 48px 42px;

  overflow: hidden;
  box-sizing: border-box;
}

.gv-hero-final::before {
  content: "";
  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.00) 0%,
      rgba(0, 0, 0, 0.08) 30%,
      rgba(0, 0, 0, 0.30) 46%,
      rgba(0, 0, 0, 0.44) 62%,
      rgba(0, 0, 0, 0.28) 100%
    );

  z-index: 1;
  pointer-events: none;
}

.gv-hero-final-inner {
  position: relative;
  z-index: 2;

  width: 100%;
  max-width: 1500px;
  min-height: 744px;

  margin: 0 auto;

  display: grid;
  grid-template-columns: 1fr 370px;
  gap: 120px;

  align-items: center;
}

/* ============================= */
/* COLUNA CENTRAL */
/* ============================= */

.gv-hero-main {
  width: 100%;
  max-width: 500px;

  margin-left: 500px;

  text-align: center;
  color: #ffffff;
}

.gv-hero-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-width: 330px;

  margin: 0 auto 8px;

  background: #c46d49;
  color: #ffffff;

  font-family: "Montserrat", Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.7px;
  text-transform: uppercase;

  padding: 10px 22px;
  border-radius: 999px;

  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
}

/* ============================= */
/* LOGO */
/* ============================= */

.gv-hero-logo-frame {
  width: 100%;
  max-width: 490px;
  height: 295px;

  margin: 0 auto 10px;

  overflow: hidden;

  display: flex;
  align-items: center;
  justify-content: center;

  line-height: 0;
}

.gv-hero-logo {
  display: block;

  width: 490px;
  max-width: none;
  height: 490px;

  object-fit: contain;

  transform: translateY(-30px);

  mix-blend-mode: screen;
}

/* ============================= */
/* SUBTÍTULO */
/* ============================= */

.gv-hero-subtitle {
  max-width: 500px;

  margin: 0 auto 34px;

  color: #fff8f1;

  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.12;

  text-align: center;

  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.52);
}

.gv-hero-subtitle span {
  color: #f08aae;
}

/* ============================= */
/* ÍCONES DO HERO COM IMAGEM */
/* ============================= */

.gv-hero-info {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;

  width: 100% !important;
  max-width: 500px !important;

  margin: 0 auto 34px !important;
  padding: 0 !important;

  position: relative !important;
  z-index: 3 !important;
}

.gv-hero-info-item {
  position: relative !important;

  text-align: center !important;

  padding: 0 8px !important;

  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
}

.gv-hero-info-item:not(:last-child)::after {
  content: "";
  position: absolute;

  right: 0;
  top: 14px;

  width: 1px;
  height: 66px;

  background: rgba(201, 150, 62, 0.65);
}

.gv-hero-info-icon-img {
  width: 58px !important;
  height: 58px !important;

  max-width: 58px !important;
  max-height: 58px !important;

  margin: 0 auto 6px !important;
  padding: 0 !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  overflow: visible !important;
  line-height: 0 !important;
}

.gv-hero-info-icon-img img {
  display: block !important;

  width: 58px !important;
  height: 58px !important;

  max-width: 58px !important;
  max-height: 58px !important;

  min-width: 0 !important;
  min-height: 0 !important;

  object-fit: contain !important;

  margin: 0 !important;
  padding: 0 !important;

  border: none !important;
  box-shadow: none !important;
}

.gv-hero-info-item strong {
  display: block !important;

  color: #ffffff !important;

  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: 9.5px !important;
  font-weight: 800 !important;
  line-height: 1.12 !important;
  letter-spacing: 0.1px !important;
  text-transform: uppercase !important;

  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.55) !important;

  margin: 0 !important;
  padding: 0 !important;
}

/* remove qualquer SVG antigo que tenha ficado perdido */
.gv-hero-info-icon,
.gv-hero-info-icon svg {
  display: none !important;
}

/* ============================= */
/* BOTÃO */
/* ============================= */

.gv-hero-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;

  min-width: 360px;

  margin-top: 4px;

  background: #b9633d;
  color: #ffffff !important;

  font-family: "Montserrat", Arial, sans-serif;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.08;
  text-transform: uppercase;
  text-decoration: none !important;

  padding: 19px 38px;

  border-radius: 10px;

  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.32);

  transition: all 0.25s ease;
}

.gv-hero-button:hover {
  background: #94452d;
  color: #ffffff !important;
  transform: translateY(-1px);
}

.gv-hero-button svg {
  width: 22px;
  height: 22px;

  stroke: currentColor;
  stroke-width: 1.7;
  fill: none;

  stroke-linecap: round;
  stroke-linejoin: round;
}

/* ============================= */
/* CARD DIREITO */
/* ============================= */

.gv-hero-card {
  position: relative;

  width: 370px;
  min-height: 585px;

  background: #fff8f1;
  border-radius: 22px;

  padding: 40px 36px 42px;

  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);

  box-sizing: border-box;
  overflow: visible;
}

.gv-hero-card h2 {
  margin: 0 0 28px;

  color: #9a4b34;

  font-family: "Montserrat", Arial, sans-serif;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

.gv-hero-card-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.gv-hero-card-list li {
  position: relative;

  padding-left: 34px;
  margin-bottom: 17px;

  color: #4d362f;

  font-family: "Montserrat", Arial, sans-serif;
  font-size: 13.5px;
  font-weight: 500;
  line-height: 1.45;
}

.gv-hero-card-list li::before {
  content: "🍃";

  position: absolute;
  left: 0;
  top: -2px;

  font-size: 16px;
  line-height: 1;
}

.gv-hero-card-divider {
  width: 100%;
  height: 1px;

  background: #e5cabb;

  margin: 30px 0 26px;
}

.gv-hero-card-note {
  display: flex;
  align-items: flex-start;
  gap: 14px;

  padding-right: 96px;
}

.gv-hero-card-note-icon {
  flex: 0 0 auto;

  width: 24px;
  height: 24px;

  color: #c97348;

  margin-top: 2px;
}

.gv-hero-card-note-icon svg {
  width: 24px;
  height: 24px;

  stroke: currentColor;
  stroke-width: 1.7;
  fill: none;

  stroke-linecap: round;
  stroke-linejoin: round;
}

.gv-hero-card-note p {
  margin: 0;

  color: #5a4037;

  font-family: "Montserrat", Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.52;
}

.gv-hero-card-cacao {
  position: absolute;

  right: -32px;
  bottom: -26px;

  width: 170px;
  height: 170px;

  z-index: 4;
  pointer-events: none;
}

.gv-hero-card-cacao img {
  position: absolute;
  right: 0;
  bottom: 0;

  display: block;

  width: 220px;
  max-width: none;
  height: auto;

  object-fit: contain;
}

/* ============================= */
/* RESPONSIVO */
/* ============================= */

@media (max-width: 1366px) {
  .gv-hero-final {
    min-height: 840px;
    background-position: 31% 5%;
  }

  .gv-hero-final-inner {
    grid-template-columns: 1fr 350px;
    gap: 70px;
  }

  .gv-hero-main {
    margin-left: 430px;
    max-width: 490px;
  }

  .gv-hero-logo-frame {
    max-width: 480px;
    height: 290px;
  }

  .gv-hero-logo {
    width: 480px;
    height: 480px;
    transform: translateY(-29px);
  }

  .gv-hero-subtitle {
    max-width: 480px;
    font-size: 20px;
  }

  .gv-hero-card {
    width: 350px;
  }

  .gv-hero-info {
    max-width: 480px !important;
  }

  .gv-hero-info-icon-img,
  .gv-hero-info-icon-img img {
    width: 56px !important;
    height: 56px !important;
    max-width: 56px !important;
    max-height: 56px !important;
  }

  .gv-hero-info-item strong {
    font-size: 8.8px !important;
  }
}

@media (max-width: 1200px) {
  .gv-hero-final {
    min-height: 820px;
    background-position: 30% 6%;
  }

  .gv-hero-final-inner {
    grid-template-columns: 1fr 340px;
    gap: 48px;
  }

  .gv-hero-main {
    margin-left: 315px;
    max-width: 470px;
  }

  .gv-hero-logo-frame {
    max-width: 470px;
    height: 290px;
  }

  .gv-hero-logo {
    width: 470px;
    height: 470px;
    transform: translateY(-30px);
  }

  .gv-hero-subtitle {
    max-width: 470px;
    font-size: 20px;
  }

  .gv-hero-card {
    width: 340px;
    min-height: 540px;

    padding: 36px 30px 40px;
  }

  .gv-hero-card h2 {
    font-size: 18px;
  }

  .gv-hero-card-list li {
    font-size: 13px;
  }

  .gv-hero-info {
    max-width: 470px !important;
  }

  .gv-hero-info-icon-img,
  .gv-hero-info-icon-img img {
    width: 56px !important;
    height: 56px !important;
    max-width: 56px !important;
    max-height: 56px !important;
  }

  .gv-hero-info-item strong {
    font-size: 8.8px !important;
  }
}

@media (max-width: 1024px) {
  .gv-hero-final {
    min-height: auto;
    padding: 54px 32px;
    background-position: 28% 4%;
  }

  .gv-hero-final-inner {
    display: block;
    min-height: auto;
  }

  .gv-hero-main {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 48px;
  }

  .gv-hero-logo-frame {
    max-width: 540px;
    height: 330px;
  }

  .gv-hero-logo {
    width: 540px;
    height: 540px;
    transform: translateY(-34px);
  }

  .gv-hero-card {
    margin-left: auto;
    margin-right: auto;
  }

  .gv-hero-info {
    max-width: 540px !important;
  }

  .gv-hero-info-icon-img,
  .gv-hero-info-icon-img img {
    width: 68px !important;
    height: 68px !important;
    max-width: 68px !important;
    max-height: 68px !important;
  }

  .gv-hero-info-item strong {
    font-size: 10.5px !important;
  }
}

@media (max-width: 767px) {
  .gv-hero-final {
    padding: 48px 22px 52px;
    background-position: 26% 3%;
  }

  .gv-hero-final::before {
    background: rgba(0, 0, 0, 0.68);
  }

  .gv-hero-main {
    margin-left: 0;
    max-width: 100%;
  }

  .gv-hero-badge {
    min-width: 0;
    width: auto;

    font-size: 11.5px;

    padding: 10px 16px;

    margin-bottom: 12px;
  }

  .gv-hero-logo-frame {
    max-width: 100%;
    height: 300px;
    margin-bottom: 18px;
  }

  .gv-hero-logo {
    width: 440px;
    height: 440px;
    transform: translateY(-28px);
  }

  .gv-hero-subtitle {
    font-size: 21px;
    margin-bottom: 30px;
  }

  .gv-hero-info {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 28px 0;

    max-width: 100% !important;
  }

  .gv-hero-info-item:nth-child(2)::after {
    display: none;
  }

  .gv-hero-info-item:not(:last-child)::after {
    top: 18px;
  }

  .gv-hero-info-icon-img,
  .gv-hero-info-icon-img img {
    width: 72px !important;
    height: 72px !important;
    max-width: 72px !important;
    max-height: 72px !important;
  }

  .gv-hero-info-item strong {
    font-size: 10.5px !important;
  }

  .gv-hero-button {
    width: 100%;
    min-width: 0;

    font-size: 14px;

    padding: 18px 22px;
  }

  .gv-hero-card {
    width: 100%;
    min-height: auto;

    margin: 0;

    padding: 38px 30px 130px;
  }

  .gv-hero-card h2 {
    font-size: 19px;
  }

  .gv-hero-card-list li {
    font-size: 13.8px;
  }

  .gv-hero-card-note {
    padding-right: 20px;
  }

  .gv-hero-card-cacao {
    width: 140px;
    height: 140px;

    right: 12px;
    bottom: 8px;
  }

  .gv-hero-card-cacao img {
    width: 170px;
  }
}

/* ========================================================= */
/* AJUSTE FINAL DESKTOP / ELEMENTOR PREVIEW */
/* COLE ESTE BLOCO NO FINAL DO CSS */
/* ========================================================= */

@media (min-width: 1025px) {
  .gv-hero-final {
    min-height: 860px !important;
    background-position: 31% 4% !important;
  }

  .gv-hero-final-inner {
    max-width: 1500px !important;
    grid-template-columns: 1fr 370px !important;
    gap: 130px !important;
    align-items: center !important;
  }

  .gv-hero-main {
    max-width: 455px !important;
    margin-left: 540px !important;
    margin-right: 0 !important;
  }

  .gv-hero-badge {
    min-width: 300px !important;
    font-size: 12px !important;
    padding: 9px 20px !important;
    margin-bottom: 6px !important;
  }

  .gv-hero-logo-frame {
    max-width: 455px !important;
    height: 280px !important;
    margin: 0 auto 8px !important;
  }

  .gv-hero-logo {
    width: 455px !important;
    height: 455px !important;
    transform: translateY(-28px) !important;
  }

  .gv-hero-subtitle {
    max-width: 455px !important;
    font-size: 20px !important;
    line-height: 1.1 !important;
    margin: 0 auto 30px !important;
  }

  .gv-hero-info {
    max-width: 455px !important;
    margin: 0 auto 30px !important;
  }

  .gv-hero-info-item {
    padding: 0 7px !important;
  }

  .gv-hero-info-item:not(:last-child)::after {
    top: 13px !important;
    height: 62px !important;
  }

  .gv-hero-info-icon-img,
  .gv-hero-info-icon-img img {
    width: 54px !important;
    height: 54px !important;
    max-width: 54px !important;
    max-height: 54px !important;
  }

  .gv-hero-info-item strong {
    font-size: 8.5px !important;
    line-height: 1.1 !important;
  }

  .gv-hero-button {
    min-width: 330px !important;
    font-size: 14px !important;
    padding: 17px 34px !important;
    margin-top: 2px !important;
  }

  .gv-hero-card {
    width: 370px !important;
    min-height: 585px !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8fddd58 *//* ============================= */
/* ÍCONES DO HERO COM IMAGEM */
/* ============================= */

.gv-hero-info {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;

  width: 100% !important;
  max-width: 590px !important;

  margin: 0 auto 34px !important;
  padding: 0 !important;

  position: relative !important;
  z-index: 3 !important;
}

.gv-hero-info-item {
  position: relative !important;

  text-align: center !important;

  padding: 0 13px !important;

  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
}

.gv-hero-info-item:not(:last-child)::after {
  content: "";
  position: absolute;

  right: 0;
  top: 18px;

  width: 1px;
  height: 82px;

  background: rgba(201, 150, 62, 0.65);
}

.gv-hero-info-icon-img {
  width: 64px !important;
  height: 64px !important;

  max-width: 64px !important;
  max-height: 64px !important;

  margin: 0 auto 10px !important;
  padding: 0 !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  overflow: hidden !important;
  line-height: 0 !important;
}

.gv-hero-info-icon-img img {
  display: block !important;

  width: 64px !important;
  height: 64px !important;

  max-width: 64px !important;
  max-height: 64px !important;

  min-width: 0 !important;
  min-height: 0 !important;

  object-fit: contain !important;

  margin: 0 !important;
  padding: 0 !important;

  border: none !important;
  box-shadow: none !important;
}

.gv-hero-info-item strong {
  display: block !important;

  color: #ffffff !important;

  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  line-height: 1.18 !important;
  letter-spacing: 0.2px !important;
  text-transform: uppercase !important;

  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.55) !important;

  margin: 0 !important;
  padding: 0 !important;
}

/* remove qualquer SVG antigo que tenha ficado perdido */
.gv-hero-info-icon,
.gv-hero-info-icon svg {
  display: none !important;
}/* End custom CSS */