.elementor-kit-5{--e-global-color-primary:#203A89;--e-global-color-secondary:#0CBAE7;--e-global-color-text:#2367B0;--e-global-color-accent:#0CBAE7;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#E2DABC33;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1920px;}.e-con{--container-max-width:1920px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.menu-plantas {
  display: flex;
  gap: 16px;
  margin-bottom: 40px;
  justify-content: center;
  flex-wrap: wrap;
}

.menu-plantas button {
  padding: 10px 24px;
  background-color: #DFF0E1; /* fundo mais claro que o botão */
  color: #3E8D49;
  border: none;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s;
}

.menu-plantas button.active {
  background-color: #3E8D49; /* fundo mais escuro na aba ativa */
  color: #67B56F;
}

/* ===== SEÇÃO PROJETO ===== */
.projeto-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 100px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.projeto-texto {
  flex: 1 1 50%;
}

.projeto-texto h2 {
  font-size: 32px;
  color: #1446df; /* azul da marca */
  margin-bottom: 20px;
}

.projeto-texto p {
  font-size: 18px;
  line-height: 1.6;
  color: #333;
}

.projeto-imagem {
  flex: 1 1 50%;
}

.projeto-imagem img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
  .projeto-section {
    flex-direction: column;   /* empilha */
    text-align: center;       /* centraliza texto */
    gap: 30px;
    padding: 60px 20px;
  }

  .projeto-texto h2 {
    font-size: 24px; /* título menor */
  }

  .projeto-texto p {
    font-size: 16px; /* texto mais compacto */
  }

@media (max-width: 768px) {
  .cta-button,
  .elementor-button {
    display: block;
    width: 100%;       /* ocupa toda a largura disponível */
    text-align: center;
    margin: 10px 0;    /* dá um espacinho em cima/baixo */
  }
}

/* Corrige excesso de largura no mobile */
.elementor-section,
.elementor-container,
.elementor-column,
.elementor-widget-container {
  max-width: 100% !important;
  overflow-x: hidden;
  box-sizing: border-box;
}

/* Bloqueia apenas o que vaza do carrossel */
.swiper,
.swiper-wrapper,
.swiper-slide {
  max-width: 100% !important;
  box-sizing: border-box;
}

/* Mantém a página sem scroll lateral */
body {
  overflow-x: hidden;
}/* End custom CSS */