.elementor-kit-6{--e-global-color-primary:#2B1710;--e-global-color-secondary:#A68039;--e-global-color-text:#F7F0E4;--e-global-color-accent:#715729;--e-global-color-a83f4fb:#FFFCF5;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.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);}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.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 */b,
strong {
  font-weight: 700 !important;
}

html,
body {
  overflow-x: hidden !important;
}
:root {
  --cor-principal: #dc0b86;
  --padding-02: 24px;
  --gradiente: linear-gradient(to bottom, white, black);
}

.conteiner {
  background: var(--gradiente);
  padding: var(--padding-02);
}

.card {
  padding: var(--padding-02);
  color: var(--cor-principal);
}

--e-global-color-primary
--e-global-color-secondary
--e-global-color-text
--e-global-color-accent
--e-global-typography-primary-font-family
--e-global-typography-primary-font-size
--e-global-typography-primary-font-weight
--e-global-typography-primary-line-height
--e-global-typography-secondary-font-family
--e-global-typography-secondary-font-size
--e-global-typography-secondary-font-weight
--e-global-typography-secondary-line-height
--e-global-typography-text-font-family
--e-global-typography-text-font-size
--e-global-typography-text-font-weight
--e-global-typography-text-line-height
--e-global-typography-accent-font-family
--e-global-typography-accent-font-size
--e-global-typography-accent-font-weight
--e-global-typography-accent-line-height

:root {
  --text-xs: 0.75rem;              
  --text-xs--line-height: 1rem;   
  --text-sm: 0.875rem;             
  --text-sm--line-height: 1.25rem; 
  --text-base: 1rem;    
  --text-base--line-height: 1.5rem;
  --text-lg: 1.125rem;             
  --text-lg--line-height: 1.75rem;
  --text-xl: 1.25rem;  
  --text-xl--line-height: 1.75rem; 
  --text-2xl: 1.5rem;   
  --text-2xl--line-height: 2rem; 
  --text-3xl: 1.875rem; 
  --text-3xl--line-height: 2.25rem;
  --text-4xl: 2.25rem;  
  --text-4xl--line-height: 2.5rem; 
  --text-5xl: 3rem;                
  --text-5xl--line-height: 1;

  
  --text-6xl: 3.75rem;       
  --text-6xl--line-height: 1;

  
  --text-7xl: 4.5rem;              
  --text-7xl--line-height: 1;

  
  --text-8xl: 6rem;                
  --text-8xl--line-height: 1;

  
  --text-9xl: 8rem;                
  --text-9xl--line-height: 1;
}


:root {
	
	--titulo-1: var(--text-4xl);
	--titulo-1--lh: var(--text-4xl--line-height);
	
	--titulo-2: var(--text-3xl);
	--titulo-2--lh: var(--text-3xl--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);
	
	
	--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-lg);
	--grande--lh: var(--text-lg--line-height);
}

@media (width > 767px) {
	:root {
	
		--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-3xl);
		--titulo-3--lh: var(--text-3xl--line-height);
		
		--titulo-4: var(--text-2xl);
		--titulo-4--lh: var(--text-2xl--line-height);
	}
}/* End custom CSS */