.elementor-kit-8{--e-global-color-primary:#0C7D38;--e-global-color-secondary:#F63180;--e-global-color-text:#212121;--e-global-color-accent:#61CE70;--e-global-color-e7dd6d2:#009E88;--e-global-color-de26e1d:#C51162;--e-global-color-e79cceb:#8F8F8F;--e-global-color-fa293a2:#3976CF;--e-global-color-027f042:#A3A7B6;--e-global-color-b9022eb:#E8E8E8;--e-global-color-4417507:#C1C1C1;--e-global-color-097cb38:#FFEB3B;--e-global-color-30f4bd9:#FDD835;--e-global-color-d89ef60:#1565C0;--e-global-color-b511ebe:#F5F7FA;--e-global-color-51bd513:#F6F6F6;--e-global-color-95fdbca:#494F66;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-text-font-family:"Poppins";--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;--e-global-typography-1a2dffa-font-family:"Poppins";--e-global-typography-1a2dffa-font-size:45px;--e-global-typography-1a2dffa-font-weight:500;--e-global-typography-1a2dffa-line-height:50px;--e-global-typography-1a2dffa-letter-spacing:-2px;--e-global-typography-c4b50b6-font-family:"Poppins";--e-global-typography-c4b50b6-font-size:18px;--e-global-typography-c4b50b6-font-weight:600;--e-global-typography-c4b50b6-text-transform:uppercase;--e-global-typography-c4b50b6-line-height:26px;--e-global-typography-c4b50b6-letter-spacing:0px;--e-global-typography-5ee10d3-font-size:12px;--e-global-typography-5ee10d3-font-weight:600;--e-global-typography-5e026c3-font-family:"Poppins";background-color:var( --e-global-color-b511ebe );}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.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);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 *//* Ativa layout em grid para os campos de cobrança */
.woocommerce-billing-fields__field-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

/* Campo Tipo de Pessoa em linha separada */
#billing_tipo_pessoa_field {
  grid-column: span 2;
  float: none !important;
  width: 100% !important;
}

/* CPF e CNPJ em linha separada para não quebrar layout */
#billing_cpf_field,
#billing_cnpj_field {
  grid-column: span 2 !important;
  width: 100% !important;
  float: none !important;
  clear: both !important;
  margin-bottom: 10px;
}

/* Nome e Sobrenome lado a lado */
#billing_first_name_field,
#billing_last_name_field {
  width: 100% !important;
  float: none !important;
  clear: none !important;
}

/* Correção para o restante da grid */
.woocommerce-billing-fields__field-wrapper:after {
  content: "";
  display: block;
  clear: both;
}
/* Esconder campo de País no checkout */
#billing_country_field {
  display: none !important;
}/* End custom CSS */