.elementor-134 .elementor-element.elementor-element-00ad41c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-134 .elementor-element.elementor-element-894d3c8{margin:24px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-134 .elementor-element.elementor-element-6f6235b .elementor-field-group{padding-right:calc( 8px/2 );padding-left:calc( 8px/2 );margin-bottom:10px;}.elementor-134 .elementor-element.elementor-element-6f6235b .elementor-form-fields-wrapper{margin-left:calc( -8px/2 );margin-right:calc( -8px/2 );margin-bottom:-10px;}.elementor-134 .elementor-element.elementor-element-6f6235b .elementor-field-group.recaptcha_v3-bottomleft, .elementor-134 .elementor-element.elementor-element-6f6235b .elementor-field-group.recaptcha_v3-bottomright{margin-bottom:0;}body.rtl .elementor-134 .elementor-element.elementor-element-6f6235b .elementor-labels-inline .elementor-field-group > label{padding-left:0px;}body:not(.rtl) .elementor-134 .elementor-element.elementor-element-6f6235b .elementor-labels-inline .elementor-field-group > label{padding-right:0px;}body .elementor-134 .elementor-element.elementor-element-6f6235b .elementor-labels-above .elementor-field-group > label{padding-bottom:0px;}.elementor-134 .elementor-element.elementor-element-6f6235b .elementor-field-type-html{padding-bottom:0px;}.elementor-134 .elementor-element.elementor-element-6f6235b .elementor-field-group .elementor-field:not(.elementor-select-wrapper){background-color:#ffffff;}.elementor-134 .elementor-element.elementor-element-6f6235b .elementor-field-group .elementor-select-wrapper select{background-color:#ffffff;}.elementor-134 .elementor-element.elementor-element-6f6235b .e-form__buttons__wrapper__button-next{color:#ffffff;}.elementor-134 .elementor-element.elementor-element-6f6235b .elementor-button[type="submit"]{color:#ffffff;}.elementor-134 .elementor-element.elementor-element-6f6235b .elementor-button[type="submit"] svg *{fill:#ffffff;}.elementor-134 .elementor-element.elementor-element-6f6235b .e-form__buttons__wrapper__button-previous{color:#ffffff;}.elementor-134 .elementor-element.elementor-element-6f6235b .e-form__buttons__wrapper__button-next:hover{color:#ffffff;}.elementor-134 .elementor-element.elementor-element-6f6235b .elementor-button[type="submit"]:hover{color:#ffffff;}.elementor-134 .elementor-element.elementor-element-6f6235b .elementor-button[type="submit"]:hover svg *{fill:#ffffff;}.elementor-134 .elementor-element.elementor-element-6f6235b .e-form__buttons__wrapper__button-previous:hover{color:#ffffff;}.elementor-134 .elementor-element.elementor-element-6f6235b{--e-form-steps-indicators-spacing:20px;--e-form-steps-indicator-padding:30px;--e-form-steps-indicator-inactive-secondary-color:#ffffff;--e-form-steps-indicator-active-secondary-color:#ffffff;--e-form-steps-indicator-completed-secondary-color:#ffffff;--e-form-steps-divider-width:1px;--e-form-steps-divider-gap:10px;}#elementor-popup-modal-134{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-134 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-134 .dialog-close-button{display:flex;}#elementor-popup-modal-134 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for form, class: .elementor-element-6f6235b *//* Importação das fontes */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&display=swap');

/* =======================================
   1. LABELS (Nomes dos campos)
======================================= */
.integrative-popup-form label.elementor-field-label {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 0.95rem !important;
  font-weight: 600 !important;
  color: #3E362E !important; /* Texto Escuro */
  margin-bottom: 8px !important;
  display: block !important;
}

/* =======================================
   2. CAMPOS PADRÕES (Nome, Email, Select)
======================================= */
.integrative-popup-form input:not([type="submit"]):not([type="hidden"]):not([type="tel"]),
.integrative-popup-form select,
.integrative-popup-form textarea {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 1rem !important;
  color: #3E362E !important;
  background-color: #FFFFFF !important;
  border: 1px solid rgba(107, 98, 89, 0.2) !important;
  border-radius: 12px !important;
  padding: 16px 20px !important;
  width: 100% !important;
  min-height: 55px !important;
  box-shadow: none !important;
  transition: all 0.3s ease !important;
  outline: none !important;
}

/* Placeholder */
.integrative-popup-form input::placeholder,
.integrative-popup-form textarea::placeholder {
  color: #6B6259 !important;
  opacity: 0.6 !important;
  font-weight: 400 !important;
}

/* Focus dos campos padrões */
.integrative-popup-form input:not([type="tel"]):focus,
.integrative-popup-form select:focus,
.integrative-popup-form textarea:focus {
  border-color: #B57A5D !important; /* Terracota */
  box-shadow: 0 0 0 4px rgba(181, 122, 93, 0.1) !important;
}

/* =======================================
   3. BOTÃO DE ENVIAR
======================================= */
.integrative-popup-form button[type="submit"] {
  font-family: 'Montserrat', sans-serif !important;
  background-color: #B57A5D !important; /* Cor Terracota */
  color: #FFFFFF !important;
  font-size: 1.05rem !important;
  font-weight: 600 !important;
  padding: 20px 24px !important;
  width: 100% !important;
  border: none !important;
  border-radius: 50px !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  margin-top: 16px !important;
}

.integrative-popup-form button[type="submit"]:hover {
  background-color: #9A654C !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 20px rgba(181, 122, 93, 0.25) !important;
}

/* =======================================
   4. CAMPO DE WHATSAPP (+55 Modular)
======================================= */
/* A caixa inteira do telefone (borda externa) */
.integrative-popup-form .elementor-field-type-tel {
  display: flex !important;
  align-items: stretch !important; 
  background-color: #FFFFFF !important;
  border: 1px solid rgba(107, 98, 89, 0.2) !important;
  border-radius: 12px !important;
  overflow: hidden !important; 
  transition: all 0.3s ease !important;
  padding: 0 !important; 
  min-height: 55px !important;
}

/* O brilho terracota vai na caixa inteira ao clicar */
.integrative-popup-form .elementor-field-type-tel:focus-within {
  border-color: #B57A5D !important;
  box-shadow: 0 0 0 4px rgba(181, 122, 93, 0.1) !important;
}

/* O bloco com o +55 (Cores ajustadas) */
.integrative-popup-form .elementor-field-type-tel::before {
  content: '+55';
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F7F5F0 !important; /* Clarinho do CSS Global */
  color: #B57A5D !important; /* Cor Terracota (mesma do botão) */
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 600 !important;
  font-size: 1rem !important;
  padding: 0 20px !important;
  border-right: 1px solid rgba(107, 98, 89, 0.2) !important; 
}

/* O campo onde o usuário digita (sem borda e mesclado na caixa) */
.integrative-popup-form .elementor-field-type-tel input[type="tel"] {
  flex: 1 !important; 
  border: none !important;
  background-color: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 16px !important; 
  min-height: auto !important;
  outline: none !important;
  color: #3E362E !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 1rem !important;
}

/* Desativa o brilho nativo do input interno */
.integrative-popup-form .elementor-field-type-tel input[type="tel"]:focus {
  box-shadow: none !important;
  border: none !important;
}

/* =======================================
   5. RESPONSIVIDADE (Mobile)
======================================= */
@media (max-width: 768px) {
  .integrative-popup-form input:not([type="submit"]):not([type="hidden"]):not([type="tel"]),
  .integrative-popup-form select,
  .integrative-popup-form .elementor-field-type-tel {
    min-height: 50px !important;
  }
  .integrative-popup-form input:not([type="submit"]):not([type="hidden"]),
  .integrative-popup-form select,
  .integrative-popup-form textarea {
    padding: 14px 16px !important;
  }
  .integrative-popup-form button[type="submit"] {
    padding: 16px 20px !important;
  }
}/* End custom CSS */
/* Start custom CSS *//* Importação das fontes */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&display=swap');

/* =======================================
   1. LABELS (Nomes dos campos)
======================================= */
.integrative-popup-form label {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 0.95rem !important;
  font-weight: 600 !important;
  color: #3E362E !important; /* Texto Escuro */
  margin-bottom: 8px !important;
  display: block !important;
}

/* =======================================
   2. CAMPOS (Inputs, Select e Textarea)
======================================= */
.integrative-popup-form input:not([type="submit"]):not([type="hidden"]),
.integrative-popup-form select,
.integrative-popup-form textarea {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 1rem !important;
  color: #3E362E !important; /* Texto Escuro */
  background-color: #FFFFFF !important; /* Fundo Branco */
  border: 1px solid rgba(107, 98, 89, 0.2) !important; /* Borda Cinza Clara */
  border-radius: 12px !important; /* Arredondado */
  padding: 16px 20px !important;
  width: 100% !important;
  min-height: 55px !important;
  box-shadow: none !important;
  transition: all 0.3s ease !important;
  outline: none !important;
}

/* Placeholder (Texto Fantasma) */
.integrative-popup-form input::placeholder,
.integrative-popup-form textarea::placeholder {
  color: #6B6259 !important;
  opacity: 0.6 !important;
  font-weight: 400 !important;
}

/* Efeito ao Clicar (Focus) */
.integrative-popup-form input:focus,
.integrative-popup-form select:focus,
.integrative-popup-form textarea:focus {
  border-color: #B57A5D !important; /* Terracota */
  box-shadow: 0 0 0 4px rgba(181, 122, 93, 0.1) !important; /* Brilho Terracota */
}

/* =======================================
   3. BOTÃO DE SUBMIT
======================================= */
.integrative-popup-form button[type="submit"] {
  font-family: 'Montserrat', sans-serif !important;
  background-color: #B57A5D !important; /* Terracota */
  color: #FFFFFF !important;
  font-size: 1.05rem !important;
  font-weight: 600 !important;
  padding: 20px 24px !important;
  width: 100% !important;
  border: none !important;
  border-radius: 50px !important; /* Pílula */
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  margin-top: 16px !important;
}

.integrative-popup-form button[type="submit"]:hover {
  background-color: #9A654C !important; /* Terracota Escuro */
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 20px rgba(181, 122, 93, 0.25) !important;
}

/* =======================================
   4. CAMPO DE WHATSAPP COM +55
======================================= */
.integrative-popup-form .whatsapp-field {
  position: relative !important;
}

/* O texto +55 flutuando */
.integrative-popup-form .whatsapp-field::after {
  content: '+55';
  position: absolute;
  left: 20px;
  bottom: 18px; /* Alinha com o texto digitado */
  font-family: 'Montserrat', sans-serif !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  color: #3E362E !important;
  pointer-events: none; 
  z-index: 2;
}

/* Empurra a digitação para o lado */
.integrative-popup-form .whatsapp-field input {
  padding-left: 60px !important; 
}

/* Responsividade Básica */
@media (max-width: 768px) {
  .integrative-popup-form input:not([type="submit"]):not([type="hidden"]),
  .integrative-popup-form select {
    padding: 14px 16px !important;
    min-height: 50px !important;
  }
  .integrative-popup-form button[type="submit"] {
    padding: 16px 20px !important;
  }
  .integrative-popup-form .whatsapp-field::after {
    bottom: 16px;
  }
}/* End custom CSS */