.elementor-kit-6{--e-global-color-primary:#21201B;--e-global-color-secondary:#DCDAD1;--e-global-color-text:#21201B;--e-global-color-accent:#EDECE7;--e-global-typography-primary-font-family:"Raleway";--e-global-typography-primary-font-size:var(--titulo-2);--e-global-typography-primary-font-weight:500;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-primary-line-height:var(--titulo-2--lh);--e-global-typography-secondary-font-family:"Raleway";--e-global-typography-secondary-font-size:var(--titulo-1);--e-global-typography-secondary-font-weight:500;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-secondary-line-height:var(--titulo-1--lh);--e-global-typography-text-font-family:"Raleway";--e-global-typography-text-font-size:var(--paragrafo);--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:var(--paragrafo--lh);--e-global-typography-accent-font-family:"Raleway";--e-global-typography-accent-font-size:var(--grande);--e-global-typography-accent-font-weight:400;--e-global-typography-accent-line-height:var(--grande--lh);--e-global-typography-35c9946-font-family:"Raleway";--e-global-typography-35c9946-font-size:var(--titulo-3);--e-global-typography-35c9946-line-height:var(--titulo-3--lh);--e-global-typography-0039fe1-font-family:"Raleway";--e-global-typography-0039fe1-font-size:var(--titulo-4);--e-global-typography-0039fe1-font-weight:700;--e-global-typography-0039fe1-line-height:var(--titulo-4--lh);color:var( --e-global-color-text );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 );line-height:var( --e-global-typography-accent-line-height );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 p{margin-block-end:0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:75%;}.e-con{--container-max-width:75%;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.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:1366px){.elementor-kit-6{font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );}}@media(max-width:1024px){.elementor-kit-6{font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:80%;}.e-con{--container-max-width:80%;}}@media(max-width:767px){.elementor-kit-6{font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:85%;}.e-con{--container-max-width:85%;}}/* Start custom CSS *//* --- Valores base (NÃO MODIFICAR) --- */

:root {
  /* --- text-xs --- */
  --text-xs: 0.75rem;              /* 12px */
  --text-xs--line-height: 1rem;    /* 16px */

  /* --- text-sm --- */
  --text-sm: 0.875rem;             /* 14px */
  --text-sm--line-height: 1.25rem; /* 20px */

  /* --- text-base --- */
  --text-base: 1rem;               /* 16px */
  --text-base--line-height: 1.5rem;/* 24px */

  /* --- text-lg --- */
  --text-lg: 1.125rem;             /* 18px */
  --text-lg--line-height: 1.75rem; /* 28px */

  /* --- text-xl --- */
  --text-xl: 1.25rem;              /* 20px */
  --text-xl--line-height: 1.75rem; /* 28px */

  /* --- text-2xl --- */
  --text-2xl: 1.5rem;              /* 24px */
  --text-2xl--line-height: 2rem;   /* 32px */

  /* --- text-3xl --- */
  --text-3xl: 1.875rem;            /* 30px */
  --text-3xl--line-height: 2.25rem;/* 36px */

  /* --- text-4xl --- */
  --text-4xl: 2.25rem;             /* 36px */
  --text-4xl--line-height: 2.5rem; /* 40px */

  /* --- text-5xl --- */
  --text-5xl: 3rem;                /* 48px */
  --text-5xl--line-height: 1;

  /* --- text-6xl --- */
  --text-6xl: 3.75rem;             /* 60px */
  --text-6xl--line-height: 1;

  /* --- text-7xl --- */
  --text-7xl: 4.5rem;              /* 72px */
  --text-7xl--line-height: 1;

  /* --- text-8xl --- */
  --text-8xl: 6rem;                /* 96px */
  --text-8xl--line-height: 1;

  /* --- text-9xl --- */
  --text-9xl: 8rem;                /* 128px */
  --text-9xl--line-height: 1;
}

/* --- */

/* --- Mobile --- */

:root {
	/* --- Variáveis preset --- */
	
	--titulo-1: var(--text-6xl);
	--titulo-1--lh: var(--text-6xl--line-height);
	
	--titulo-2: var(--text-4xl);
	--titulo-2--lh: var(--text-4xl--line-height);
	
	--titulo-3: var(--text-2xl);
	--titulo-3--lh: var(--text-2xl--line-height);
	
	--titulo-4: var(--text-xl);
	--titulo-4--lh: var(--text-xl--line-height);
	
	/* --- Tamanhos "fixos" --- */
	
	--paragrafo: var(--text-base);
	--paragrafo--lh: var(--text-base--line-height);
	
	--pequeno: var(--text-sm);
	--pequeno--lh: var(--text-sm--line-height);
	
	--grande: var(--text-xl);
	--grande--lh: var(--text-xl--line-height);
}

/* --- Tablet/Notebook/Desktop --- */

@media (width > 767px) {
	:root {
		/* --- Variáveis preset --- */
		
		--titulo-1: var(--text-8xl);
		--titulo-1--lh: var(--text-8xl--line-height);
		
		--titulo-2: var(--text-5xl);
		--titulo-2--lh: var(--text-5xl--line-height);
		
		--titulo-3: var(--text-3xl);
	    --titulo-3--lh: var(--text-3xl--line-height);
		
		--titulo-4: var(--text-2xl);
	    --titulo-4--lh: var(--text-2xl--line-height);
	    	
    	/* --- Tamanhos "fixos" --- */
    	
    	--paragrafo: var(--text-xl);
    	--paragrafo--lh: var(--text-xl--line-height);
    	
    	--pequeno: var(--text-sm);
    	--pequeno--lh: var(--text-sm--line-height);
    	
    	--grande: var(--text-2xl);
    	--grande--lh: var(--text-2xl--line-height);
	}
}

:root {
    --dourado-linear: linear-gradient(to right,
        #7F5326,
        #A88045,
        #CFB278,
        #E1C488,
        #AF7828);
    --dourado-radial: linear-gradient(circle at left, 
        #7F5326,
        #A88045,
        #CFB278,
        #E1C488,
        #AF7828);
}

.texto-dourado {
    background: var(--dourado-linear);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    font-weight: 700;
}

.texto-branco {
    color: white;
    font-weight: 700;
}/* End custom CSS */