.elementor-3920 .elementor-element.elementor-element-6a84e2e{--display:flex;--min-height:100vh;--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;--margin-top:100px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;}.elementor-3920 .elementor-element.elementor-element-80ccc75 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-3920 .elementor-element.elementor-element-80ccc75.elementor-element{--align-self:center;}.elementor-3920 .elementor-element.elementor-element-80ccc75 .woocommerce-breadcrumb{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );text-transform:var( --e-global-typography-accent-text-transform );text-align:center;}.elementor-3920 .elementor-element.elementor-element-80ccc75 .woocommerce-breadcrumb > a{color:#574E47;}.elementor-3920 .elementor-element.elementor-element-9d3f5bd input:not(.wpcf7-submit),.elementor-3920 .elementor-element.elementor-element-9d3f5bd textarea{background-color:var( --e-global-color-primary );color:var( --e-global-color-text );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );padding:2px 2px 2px 2px;border-style:solid;border-color:var( --e-global-color-b75f9d6 );border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;}.elementor-3920 .elementor-element.elementor-element-9d3f5bd form .footer_newsletter_form, .elementor-3920 .elementor-element.elementor-element-9d3f5bd form .newsletter2_form{justify-content:flex-start;}body.elementor-page-3920:not(.elementor-motion-effects-element-type-background), body.elementor-page-3920 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}body.elementor-page-3920 .container{max-width:1290px;}body.elementor-page-3920 .elementor-section.elementor-section-boxed>.elementor-container{max-width:1290px;}@media(max-width:1024px){.elementor-3920 .elementor-element.elementor-element-80ccc75 .woocommerce-breadcrumb{font-size:var( --e-global-typography-accent-font-size );}.elementor-3920 .elementor-element.elementor-element-9d3f5bd input:not(.wpcf7-submit),.elementor-3920 .elementor-element.elementor-element-9d3f5bd textarea{font-size:var( --e-global-typography-primary-font-size );}}@media(max-width:767px){.elementor-3920 .elementor-element.elementor-element-6a84e2e{--margin-top:100px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:15px;--padding-bottom:15px;--padding-left:15px;--padding-right:15px;}.elementor-3920 .elementor-element.elementor-element-80ccc75 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-3920 .elementor-element.elementor-element-80ccc75 .woocommerce-breadcrumb{font-size:var( --e-global-typography-accent-font-size );}.elementor-3920 .elementor-element.elementor-element-9d3f5bd > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-3920 .elementor-element.elementor-element-9d3f5bd input:not(.wpcf7-submit),.elementor-3920 .elementor-element.elementor-element-9d3f5bd textarea{font-size:var( --e-global-typography-primary-font-size );}}/* Start custom CSS for woocommerce-breadcrumb, class: .elementor-element-80ccc75 */.elementor-3920 .elementor-element.elementor-element-80ccc75 a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.elementor-3920 .elementor-element.elementor-element-80ccc75 a::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px; /* você pode ajustar a espessura da linha */
  bottom: -2px; /* ajusta a distância entre o ícone e a linha */
  left: 0;
  background-color: #574E47;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.3s ease-out;
}

.elementor-3920 .elementor-element.elementor-element-80ccc75 a:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}/* End custom CSS */
/* Start custom CSS for clotya-contact-form-7, class: .elementor-element-9d3f5bd *//* =========================================
   CF7 (Contact Form 7) — DISTOPIC (SAFE)
   - mantém inputs do tema (não zera padding)
   - corrige espaçamentos gigantes
   - traduz labels
   - botão quadrado + texto OK
   ========================================= */

/* Fonte + cor geral */
.contact-form .wpcf7,
.contact-form .wpcf7 *{
  font-family: "Share Tech Mono", monospace !important;
  color: #C4B4A5 !important;
}

/* Corrige o "espaçamento gigante" do CF7 (p e br) */
.contact-form .wpcf7 form p{
  margin: 0 0 16px !important;  /* ajuste aqui se quiser mais/menos */
}
.contact-form .wpcf7 form br{
  display: none !important;     /* tira a quebra extra depois do label */
}

/* Some com os labels originais (inglês) */
.contact-form .wpcf7 form label{
  display: none !important;
}

/* Cria os labels traduzidos acima de cada campo */
.contact-form .wpcf7 span.wpcf7-form-control-wrap{
  display: block;
}

.contact-form .wpcf7 span[data-name="your-name"]::before{
  content: "Seu nome *";
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  letter-spacing: .3px;
}

.contact-form .wpcf7 span[data-name="your-email"]::before{
  content: "Seu e-mail *";
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  letter-spacing: .3px;
}

.contact-form .wpcf7 span[data-name="your-subject"]::before{
  content: "Assunto *";
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  letter-spacing: .3px;
}

.contact-form .wpcf7 span[data-name="your-message"]::before{
  content: "Sua mensagem";
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  letter-spacing: .3px;
}

/* Placeholder no tom certo (sem mexer no padding/borda do tema) */
.contact-form .wpcf7 ::placeholder{
  color: rgba(196,180,165,.55) !important;
  opacity: 1 !important;
}

/* =========================================
   CF7 — BOTÃO DISTOPIC (FIX REAL)
   ========================================= */

.contact-form .wpcf7 input[type="submit"]{
  background: #000 !important;
  color: #C4B4A5 !important;          /* texto VISÍVEL */
  border: 1px solid #9A8A7B !important;
  border-radius: 0 !important;        /* quadrado */
  box-shadow: none !important;

  padding: 12px 26px !important;      /* tamanho correto */
  min-height: 44px;
  min-width: 180px;                   /* impede virar quadrado */

  text-transform: uppercase;
  letter-spacing: 1px;

  cursor: pointer;
}

/* hover */
.contact-form .wpcf7 input[type="submit"]:hover{
  border-color: #C4B4A5 !important;
}

/* CF7 — BOTÃO DISTOPIC (ajuste fino) */
.contact-form .wpcf7 input[type="submit"]{
  background: #000 !important;
  color: #C4B4A5 !important;
  border: 1px solid #9A8A7B !important;
  border-radius: 0 !important;
  box-shadow: none !important;

  /* 👇 ajuste pedido */
  padding: 8px 36px !important;   /* menos vertical / mais lateral */
  min-height: 40px;
  min-width: 180px;

  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
}

.contact-form .wpcf7 input[type="submit"]:hover{
  border-color: #C4B4A5 !important;
}
/* CF7 — BOTÃO DISTOPIC (hover final) */
.contact-form .wpcf7 input[type="submit"]:hover{
  color: #9A8A7B !important;          /* texto */
  border-color: #9A8A7B !important;   /* borda */
}
/* CF7 — BOTÃO DISTOPIC (hover FORÇADO) */
.contact-form .wpcf7 input.wpcf7-submit{
  border: 1px solid #9A8A7B !important;
}

.contact-form .wpcf7 input.wpcf7-submit:hover{
  color: #9A8A7B !important;          /* texto */
  border: 1px solid #9A8A7B !important;
  background: #000 !important;        /* garante que não muda */
}

.contact-form .wpcf7 input.wpcf7-submit:hover{
  outline: 1px solid #9A8A7B !important;
  outline-offset: -1px;
}
/* CF7 — remove o "pulsar" do tema no hover */
.contact-form .wpcf7 input.wpcf7-submit,
.contact-form .wpcf7 input.wpcf7-submit:hover{
  transition: none !important;
  transform: none !important;
  box-shadow: none !important;
  filter: none !important;
}

/* hover: só muda cor do texto + borda */
.contact-form .wpcf7 input.wpcf7-submit:hover{
  color: #9A8A7B !important;
  border: 1px solid #9A8A7B !important;
  background: #000 !important;
}
transition: color .12s linear, border-color .12s linear !important;

/* =========================================
   CF7 — SUBMIT: hover com borda + transição suave (sem pulsar)
   ========================================= */
.contact-form .wpcf7 form p input.wpcf7-submit{
  border-width: 1px !important;
  border-style: solid !important;
  border-color: #9A8A7B !important;
  border-radius: 0 !important;
  background: #000 !important;
  color: #C4B4A5 !important;

  /* transição suave só do que importa */
  transition: color .14s linear, border-color .14s linear !important;

  /* mata o "pulsar" */
  transform: none !important;
  box-shadow: none !important;
  filter: none !important;
}

.contact-form .wpcf7 form p input.wpcf7-submit:hover{
  color: #9A8A7B !important;
  border-color: #9A8A7B !important;   /* agora pega */
  background: #000 !important;
  transform: none !important;
  box-shadow: none !important;
}

/* =========================================
   CF7 — BOTÃO FULL WIDTH NO MOBILE
   ========================================= */
@media (max-width: 768px){
  .contact-form .wpcf7 input.wpcf7-submit{
    width: 100% !important;
    max-width: 100% !important;
    display: block;
  }
}

/* =========================================
   CF7 — FIX AUTOFILL + FOCUS (Chrome)
   ========================================= */

/* focus padrão (borda branca arredondada) */
.contact-form .wpcf7 input:focus,
.contact-form .wpcf7 textarea:focus{
  outline: none !important;
  border-radius: 0 !important;
  border-color: #9A8A7B !important;
  background-color: #000 !important;
  color: #C4B4A5 !important;
}

/* AUTOFILL Chrome / Edge */
.contact-form .wpcf7 input:-webkit-autofill,
.contact-form .wpcf7 input:-webkit-autofill:hover,
.contact-form .wpcf7 input:-webkit-autofill:focus,
.contact-form .wpcf7 textarea:-webkit-autofill,
.contact-form .wpcf7 textarea:-webkit-autofill:hover,
.contact-form .wpcf7 textarea:-webkit-autofill:focus{
  -webkit-box-shadow: 0 0 0 1000px #000 inset !important; /* mata o fundo branco */
  box-shadow: 0 0 0 1000px #000 inset !important;

  -webkit-text-fill-color: #C4B4A5 !important; /* cor do texto */
  caret-color: #C4B4A5 !important;

  font-family: "Share Tech Mono", monospace !important;
  border: 1px solid #9A8A7B !important;
  border-radius: 0 !important;

  transition: background-color 9999s ease-out 0s;
}

/* remove highlight interno estranho */
.contact-form .wpcf7 input::selection,
.contact-form .wpcf7 textarea::selection{
  background: #9A8A7B;
  color: #000;
}/* End custom CSS */