.elementor-kit-6{--e-global-color-primary:#213114;--e-global-color-secondary:#F67439;--e-global-color-text:#213114;--e-global-color-accent:#FE5000;--e-global-color-fae865a:#EBE6DC;--e-global-color-4c47fda:#F2FDCC;--e-global-color-1012013:#CAB48F;--e-global-typography-primary-font-family:"Boldonse Regular";--e-global-typography-primary-font-weight:600;--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:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-primary );background-image:url("https://binnario.com.br/wp-content/uploads/2025/07/noised-areia.jpg");font-family:"Poppins", Sans-serif;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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;}}
/* Start custom CSS *//* Gradiente do titulo */

h1.hero-section__title.e-heading-base {
    background-image: linear-gradient(to right, #213114, #F67439);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    unicode-bidi: isolate;
    direction: ltr;
}


/* Botão header__button */

.header__button {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  background: #fff;
  border: none;
  border-radius: 999px;
  z-index: 1;

  font-size: 16px;
  font-weight: normal; /* evita engrossar */
  font-family: inherit;
  line-height: 1;

  color: transparent;
  background-image: linear-gradient(to right, #213114, #FE5000);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}



.header__button::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px; /* espessura da borda */
  background: linear-gradient(to right, #213114, #FE5000);
  border-radius: 999px;

  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;

  z-index: -1;
}


/* Botão header__button */

.button_white {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  background: #fff;
  border: none;
  border-radius: 999px;
  z-index: 1;

  font-size: 16px;
  font-weight: normal; /* evita engrossar */
  font-family: inherit;
  line-height: 1;

  color: transparent;
  background-image: linear-gradient(to right, #EBE7DD, #FE5000);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.button_white::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px; /* espessura da borda */
  background: linear-gradient(to right, #EBE7DD, #FE5000);
  border-radius: 999px;

  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;

  z-index: -1;
}




/* Gradiente na borda header */

.header {
  position: relative;
  z-index: 1;
}

.header::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px; /* altura da borda inferior */
  background: linear-gradient(to right, #213114, #FE5000);
  z-index: -1;
}

.title_blog {
  background: linear-gradient(to right, #213114, #FE5000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; /* para navegadores que suportam */
  color: transparent; /* fallback */
}

.title_white {
  background: linear-gradient(to right, #CAB48F, #FE5000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; /* para navegadores que suportam */
  color: transparent; /* fallback */
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Boldonse Regular';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://binnario.com.br/wp-content/uploads/2025/07/Boldonse-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Boldonse Regular';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: ;
}
/* End Custom Fonts CSS */