.elementor-541 .elementor-element.elementor-element-e70ca59.elementor-element{--flex-grow:1;--flex-shrink:0;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}/* Start custom CSS for html, class: .elementor-element-e70ca59 */.te_plantas_section,
.te_plantas_section * {
  box-sizing: border-box;
}

.te_plantas_section {
  width: 100%;
  max-width: 100%;
  background: #f4ead8;
  padding: 96px 20px;
  font-family: inherit;
  color: #2b241c;
  overflow: hidden;
}

.te_plantas_container {
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
}

.te_plantas_header {
  max-width: 980px;
  margin-bottom: 56px;
}

.te_eyebrow {
  display: inline-flex;
  align-items: center;
  background: rgba(194, 91, 42, 0.12);
  color: #9b4b24;
  border: 1px solid rgba(194, 91, 42, 0.22);
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
}

.te_plantas_header h2 {
  margin: 0 0 22px 0;
  font-size: clamp(42px, 4.5vw, 72px);
  line-height: 1.02;
  font-weight: 800;
  color: #2b241c;
  letter-spacing: -0.045em;
}

.te_plantas_header p {
  margin: 0;
  font-size: 22px;
  line-height: 1.65;
  color: #5b5145;
  max-width: 920px;
}

.te_plantas_grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(280px, 1fr));
  gap: 28px;
  margin-bottom: 36px;
}

.te_planta_card {
  background: rgba(255, 250, 241, 0.82);
  border: 1px solid rgba(75, 55, 34, 0.12);
  border-radius: 30px;
  padding: 36px;
  min-height: 620px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 18px 50px rgba(52, 38, 22, 0.08);
  position: relative;
  overflow: hidden;
}

.te_planta_card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(83, 125, 54, 0.13), transparent 38%);
  pointer-events: none;
}

.te_card_destaque {
  background: linear-gradient(145deg, #2f3b24 0%, #445c32 100%);
  color: #fff8ea;
  border-color: rgba(255, 255, 255, 0.15);
}

.te_card_destaque::before {
  background: radial-gradient(circle at top right, rgba(255, 193, 120, 0.28), transparent 42%);
}

.te_card_top,
.te_tags,
.te_card_footer {
  position: relative;
  z-index: 2;
}

.te_card_top {
  margin-bottom: 24px;
}

.te_card_numero {
  display: inline-flex;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: #c25b2a;
  color: #fff8ea;
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 22px;
}

.te_planta_card h3 {
  margin: 0;
  font-size: 34px;
  line-height: 1.08;
  font-weight: 800;
  color: inherit;
  letter-spacing: -0.035em;
}

.te_planta_card p {
  position: relative;
  z-index: 2;
  margin: 0 0 30px 0;
  font-size: 19px;
  line-height: 1.62;
  color: #665b4e;
}

.te_card_destaque p {
  color: rgba(255, 248, 234, 0.84);
}

.te_tags {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  margin: 10px 0 34px 0;
}

.te_tags span {
  display: inline-flex;
  align-items: center;
  width: auto;
  background: rgba(83, 125, 54, 0.11);
  color: #3d5f28;
  border: 1px solid rgba(83, 125, 54, 0.18);
  padding: 11px 16px;
  border-radius: 999px;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 700;
}

.te_card_destaque .te_tags span {
  background: rgba(255, 248, 234, 0.12);
  color: #fff8ea;
  border-color: rgba(255, 248, 234, 0.18);
}

.te_card_footer {
  border-top: 1px solid rgba(75, 55, 34, 0.12);
  padding-top: 22px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: auto;
}

.te_card_destaque .te_card_footer {
  border-top-color: rgba(255, 248, 234, 0.16);
}

.te_card_footer strong {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #c25b2a;
}

.te_card_destaque .te_card_footer strong {
  color: #f0b06c;
}

.te_card_footer span {
  font-size: 18px;
  line-height: 1.45;
  color: #5b5145;
}

.te_card_destaque .te_card_footer span {
  color: rgba(255, 248, 234, 0.84);
}

.te_mix_box {
  background: #2b241c;
  color: #fff8ea;
  border-radius: 36px;
  padding: 46px;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 48px;
  align-items: center;
  box-shadow: 0 22px 70px rgba(52, 38, 22, 0.18);
}

.te_mix_content h3 {
  margin: 0 0 18px 0;
  font-size: clamp(34px, 3vw, 54px);
  line-height: 1.08;
  letter-spacing: -0.04em;
  color: #fff8ea;
}

.te_mix_content p {
  margin: 0;
  font-size: 19px;
  line-height: 1.65;
  color: rgba(255, 248, 234, 0.76);
}

.te_mix_percentuais {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.te_mix_percentuais div {
  background: rgba(255, 248, 234, 0.08);
  border: 1px solid rgba(255, 248, 234, 0.12);
  border-radius: 26px;
  padding: 32px 20px;
  text-align: center;
}

.te_mix_percentuais strong {
  display: block;
  font-size: 52px;
  line-height: 1;
  color: #f0b06c;
  margin-bottom: 12px;
  letter-spacing: -0.045em;
}

.te_mix_percentuais span {
  font-size: 17px;
  font-weight: 700;
  color: rgba(255, 248, 234, 0.82);
}

@media (max-width: 1400px) {
  .te_plantas_grid {
    grid-template-columns: repeat(2, minmax(280px, 1fr));
  }

  .te_planta_card {
    min-height: 560px;
  }
}

@media (max-width: 1100px) {
  .te_mix_box {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .te_plantas_section {
    padding: 64px 18px;
  }

  .te_plantas_header {
    margin-bottom: 36px;
  }

  .te_plantas_header h2 {
    font-size: 38px;
  }

  .te_plantas_header p {
    font-size: 18px;
  }

  .te_plantas_grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .te_planta_card {
    min-height: auto;
    padding: 28px;
    border-radius: 26px;
  }

  .te_planta_card h3 {
    font-size: 30px;
  }

  .te_planta_card p {
    font-size: 17px;
  }

  .te_tags span {
    font-size: 16px;
    padding: 10px 14px;
  }

  .te_card_footer span {
    font-size: 16px;
  }

  .te_mix_box {
    padding: 28px;
    border-radius: 28px;
  }

  .te_mix_percentuais {
    grid-template-columns: 1fr;
  }

  .te_mix_percentuais strong {
    font-size: 44px;
  }
}/* End custom CSS */