.elementor-948 .elementor-element.elementor-element-db402a2{--display:flex;--min-height:0px;--justify-content:space-around;--align-items:stretch;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-948 .elementor-element.elementor-element-db402a2:not(.elementor-motion-effects-element-type-background), .elementor-948 .elementor-element.elementor-element-db402a2 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-4cc5d7c );}.elementor-948 .elementor-element.elementor-element-db402a2.e-con{--align-self:center;}.elementor-948 .elementor-element.elementor-element-2c0b395{background-color:var( --e-global-color-4cc5d7c );margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;border-style:none;}.elementor-948 .elementor-element.elementor-element-2c0b395.elementor-element{--align-self:center;}body.elementor-page-948:not(.elementor-motion-effects-element-type-background), body.elementor-page-948 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-4cc5d7c );}:root{--page-title-display:none;}body.elementor-page-948{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}@media(max-width:1000px){.elementor-948 .elementor-element.elementor-element-db402a2{--min-height:0px;--justify-content:space-between;}.elementor-948 .elementor-element.elementor-element-db402a2.e-con{--align-self:center;}.elementor-948 .elementor-element.elementor-element-2c0b395{width:100%;max-width:100%;padding:0px 0px 0px 0px;}.elementor-948 .elementor-element.elementor-element-2c0b395.elementor-element{--align-self:center;}body.elementor-page-948{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}}@media(min-width:1001px){.elementor-948 .elementor-element.elementor-element-db402a2{--width:1600px;}}@media(max-width:1024px) and (min-width:1001px){.elementor-948 .elementor-element.elementor-element-db402a2{--width:768.125px;}}/* Start custom CSS for html, class: .elementor-element-2c0b395 *//* ====================================
   ESTILOS GLOBAIS E REGRAS FINAIS
   ==================================== */




.banner-prescritor-container {
  position: relative;
  width: 100%;
  max-width: 1920px;
}

.banner-prescritor-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(231, 239, 230, 0.5); /* #E7EFE6 50% */
  z-index: 1;
}

.banner-img {
  display: block;
  width: 100%;
  height: auto;
}

.texto-banner {
  position: absolute;
  top: 50%;
  left: 5%; /* Ajuste a margem da esquerda */
  transform: translateY(-50%);
  color: #E7EFE6;
  max-width: 600px; /* Aumenta a largura para o e-mail caber */
  z-index: 2;
  padding: 0; /* Remove o padding interno */
  text-align: left;
}

.texto-banner h1, .texto-banner h2 {
  color: #E7EFE6;
  font-weight: bold;
}

.texto-banner h1 {
  font-size: 48px;
  line-height: 1.2;
}

.texto-banner h2 {
  font-size: 24px;
  margin: 10px 0 20px 0;
}

.texto-banner p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 15px;
}

.banner-contatos {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 20px;
}

.banner-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #011E17;
  font-weight: bold;
  transition: color 0.3s;
  white-space: normal; /* **Correção:** Permite que o texto quebre a linha */
}

.banner-link:hover {
  color: #E7EFE6;
}

.contato-icon {
  height: 28px;
  margin-right: 10px;
}
@media (max-width: 600px) {
  
  .banner-contatos {
    align-items: flex-start; /* Alinha a lista de contatos à esquerda */
    flex-direction: column;
    padding-bottom: 40px; /* Adiciona um respiro na parte inferior da seção */
    padding-bottom: 20px
    gap: 12px;
  }
  
   .texto-banner {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    text-align: left;
    padding: 0 20px; /* Adiciona o respiro lateral aqui */
    padding-top: 50px
  }

  /* Estiliza cada link de contato */
  .banner-contatos .banner-link {
    display: flex;
    flex-direction: column; /* Coloca o ícone e o texto em uma coluna */
    align-items: flex-start; /* Alinha o conteúdo à esquerda */
    text-align: left;
    white-space: normal;
  }

  /* Ajuste do tamanho da fonte e espaçamento */
  .banner-contatos .banner-link span {
    font-size: 14px !important;
    line-height: 1.2 !important;
    margin-top: 5px; /* Espaço entre o ícone e o texto */
    display: block; /* Garante que o texto ocupe uma nova linha */
  }

  .banner-contatos .banner-link img {
    margin: 0;
  }
}

/* ====================================
   ESTILOS DO FORMULÁRIO
   ==================================== */
   
   
.form-prescritor {
  background-color: #E7EFE6;
  padding: 40px 5%;
  width: 100%;
}

.form-container {
  max-width: 1100px;
  margin: 0 auto;
}

.form-banner {
  background: #E7EFE6;
  color: #011E17;
  text-align: center;
  font-weight: 600;
  font-size: 22px;
  padding: 12px;
  width: 100%;
  margin-bottom: 40px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(300px, 1fr));
  gap: 24px;
}

.form-field {
  display: flex;
  flex-direction: column;
}

.form-field label {
  color: #011E17;
  font-size: 16px;
  margin-bottom: 6px;
}

.form-field input {
  padding: 14px;
  border-radius: 6px;
  border: 1px solid var(--treelife-light-cream);
  font-size: 16px;
  background-color: #011E17 !important;
  color: #011E17 !important;
}

.btn-enviar {
  background-color: #011E17;
  color: #E7EFE6;
  border: none;
  font-size: 18px;
  padding: 12px 32px;
  border-radius: 8px;
  cursor: pointer;
  margin: 40px auto 0;
  display: block;
}

/* ====================================
   AJUSTES RESPONSIVOS
   ==================================== */
@media (max-width: 1024px) {
  .texto-banner {
    left: 5%;
  }
}

@media (max-width: 768px) {
  .form-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .section-prescritor {
    flex-direction: column;
    justify-content: flex-start;
    min-height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  
  .banner-img {
    display: none;
  }

  .banner-prescritor-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 400px;
    background: url('https://treelifepharmah.com.br/wp-content/uploads/2025/08/Treelife_BannerMobile_SejaUmPrescritor.png') no-repeat top center;
    background-size: #011E17;
  }

  .banner-prescritor-container::before {
    background-color: rgba(0, 0, 0, 0.8);
  }

  .texto-banner {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
    text-align: left;
  }
  
  .texto-banner h1 {
    font-size: 28px;
  }
  .texto-banner h2 {
    font-size: 18px;
  }
  .texto-banner p {
    font-size: 14px;
  }

  .banner-contatos {
    align-items: flex-start;
  }
}/* End custom CSS */