.elementor-kit-6{--e-global-color-primary:#513509;--e-global-color-secondary:#8CAA11;--e-global-color-text:#604B3C;--e-global-color-accent:#604B3C;--e-global-typography-primary-font-family:"Manrope";--e-global-typography-primary-font-weight:500;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Manrope";--e-global-typography-text-font-weight:300;--e-global-typography-text-line-height:1.6em;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#51350929;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1600px;}.e-con{--container-max-width:1600px;--container-default-padding-top:0px;--container-default-padding-right:40px;--container-default-padding-bottom:0px;--container-default-padding-left:40px;}.elementor-widget:not(:last-child){--kit-widget-spacing: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;}}:root { --e-gv-aa2ba40:#4c3d3d; --text-2xl:clamp(40px, 5vw, 64px); --e-gv-d220ce4:34px; --text-base:16px; --e-gv-4de828c:56px; --e-gv-a72c2e2:64px; --text-lg:clamp(26px, 2.5vw, 34px); --text-xl:clamp(30px, 4.4vw, 44px); --spacing-page-padding:clamp(20px, 6vw, 180px); --Custom:32px; }
/* Start custom CSS *//* =========================================================
   Elementor Button — texto + ícone SVG
   Classe no WIDGET: btn-explorar
   - underline animado 1px
   - ícone desliza 6px
   - cor base #26221A -> hover #525B3E
   ========================================================= */

/* Link do botão */
.btn-noBack .elementor-button{
  color: #513509;
  transition: color 240ms ease-out;
}

.btn-noBack .elementor-button:hover{
  color: #8caa11;
  transition: color 240ms ease-out;
}

/* Wrapper do conteúdo (texto + ícone) */
.btn-noBack .elementor-button .elementor-button-content-wrapper{
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

/* Underline animado (1px) — cresce da esquerda p/ direita */
.btn-noBack .elementor-button .elementor-button-content-wrapper::after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;          /* ajusta a distância ao texto */
  height: 1px;
  background: #8caa11;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 240ms ease-out;
}


.btn-noBack .elementor-button:hover .elementor-button-content-wrapper::after{
  transform: scaleX(1);
}

/* Focus (teclado) */
.btn-noBack .elementor-button:focus-visible{
  outline: 2px solid #513509;
  outline-offset: 4px;
}/* End custom CSS */