.elementor-453 .elementor-element.elementor-element-afa23ce{--display:flex;--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-453 .elementor-element.elementor-element-f29a8fa{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-adc6f7b *//* =============================================
   B2 AMBIENTAL — HERO CONTATO
   Fundo claro #f7f6f2
   ============================================= */

.b2-contact-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: #f7f6f2;
  overflow: hidden;
}

/* ── CÍRCULOS — versão light ── */
.b2-contact-hero__circles {
  position: absolute;
  top: 50%;
  right: -200px;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 1;
}

.b2-contact-hero__circle {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid rgba(3, 52, 46, 0.06);
}

.b2-contact-hero__circle:nth-child(1) { width: 260px; height: 260px; }
.b2-contact-hero__circle:nth-child(2) { width: 460px; height: 460px; }
.b2-contact-hero__circle:nth-child(3) { width: 680px; height: 680px; border-color: rgba(3,52,46,0.04); }
.b2-contact-hero__circle:nth-child(4) { width: 920px; height: 920px; border-color: rgba(3,52,46,0.025); }

/* ── CONTAINER ── */
.b2-contact-hero__container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
}

@media (max-width: 1280px) { .b2-contact-hero__container { padding: 0 32px; } }
@media (max-width: 768px)  { .b2-contact-hero__container { padding: 0 20px; } }

/* ── BODY ── */
.b2-contact-hero__body {
  flex: 1;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  padding-top: 60px;
}

/* ── GRID ── */
.b2-contact-hero__grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  align-items: start;
  width: 100%;
  padding: 64px 0;
}

/* ── LABEL ── */
.b2-contact-hero__label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 32px;
  opacity: 0;
}

.b2-contact-hero__label-line {
  display: block;
  width: 24px; height: 1px;
  background: #22a373;
  flex-shrink: 0;
}

.b2-contact-hero__label-text {
  font-family: 'DM Sans', sans-serif;
  font-weight: 300;
  font-size: 10.5px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #22a373;
}

/* ── TÍTULO ── */
.b2-contact-hero__title {
  font-family: 'Lora', serif;
  font-weight: 400;
  font-size: clamp(32px, 3.8vw, 52px);
  line-height: 1.18;
  letter-spacing: -0.3px;
  color: #03342e;
  margin-bottom: 20px;
  opacity: 0;
}

.b2-contact-hero__title em {
  font-style: italic;
  color: #22a373;
}

/* ── SUB ── */
.b2-contact-hero__sub {
  font-family: 'DM Sans', sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.8;
  color: #9a9890;
  margin-bottom: 40px;
  opacity: 0;
}

/* ── FORMULÁRIO ── */
.b2-contact-hero__right { opacity: 0; }

.b2-contact-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.b2-contact-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.b2-contact-form__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.b2-contact-form__field label {
  font-family: 'DM Sans', sans-serif;
  font-weight: 300;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #9a9890;
}

.b2-contact-form__opt {
  opacity: 0.6;
  text-transform: none;
  letter-spacing: 0;
  font-size: 9px;
}

.b2-contact-form__field input,
.b2-contact-form__field textarea {
  background: #ffffff;
  border: 1px solid #e8e7e3;
  color: #111110;
  font-family: 'DM Sans', sans-serif;
  font-weight: 300;
  font-size: 14px;
  padding: 13px 16px;
  outline: none;
  transition: border-color 0.25s ease;
  width: 100%;
  resize: none;
}

.b2-contact-form__field input::placeholder,
.b2-contact-form__field textarea::placeholder {
  color: #c8c7c3;
}

.b2-contact-form__field input:focus,
.b2-contact-form__field textarea:focus {
  border-color: #22a373;
}

.b2-contact-form__field textarea { height: 120px; }

/* ── HCAPTCHA ── */
.h-captcha { margin-top: 4px; }

/* ── SUBMIT ── */
.b2-contact-form__submit {
  background: #22a373;
  color: #ffffff;
  font-family: 'DM Sans', sans-serif;
  font-weight: 300;
  font-size: 13px;
  padding: 13px 28px;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  align-self: flex-start;
  transition: background 0.25s ease;
}

.b2-contact-form__submit:hover { background: #1b9064; }
.b2-contact-form__submit[disabled] { opacity: 0.6; cursor: not-allowed; }

.b2-contact-form__submit-arrow {
  transition: transform 0.2s ease;
  display: inline-block;
}

.b2-contact-form__submit:hover .b2-contact-form__submit-arrow {
  transform: translateX(4px);
}

/* ── FEEDBACK ── */
.b2-contact-form__feedback {
  font-family: 'DM Sans', sans-serif;
  font-weight: 300;
  font-size: 13px;
  min-height: 20px;
}

.b2-contact-form__feedback--success { color: #22a373; }
.b2-contact-form__feedback--error   { color: #c0392b; }

/* ── LGPD ── */
.b2-contact-form__lgpd {
  font-family: 'DM Sans', sans-serif;
  font-weight: 300;
  font-size: 11px;
  color: #c8c7c3;
  line-height: 1.6;
}

/* ── TABLET ── */
@media (max-width: 900px) {
  .b2-contact-hero__circles { display: none; }
  .b2-contact-hero__grid { grid-template-columns: 1fr; gap: 48px; padding: 48px 0; }
}

/* ── MOBILE ── */
@media (max-width: 480px) {
  .b2-contact-hero__title { font-size: 9vw; }
  .b2-contact-form__row { grid-template-columns: 1fr; }
}/* End custom CSS */