.elementor-kit-8{--e-global-color-primary:#873A49;--e-global-color-secondary:#FFF4EC;--e-global-color-text:#616161;--e-global-color-accent:#FFFFFF;--e-global-color-0da9abb:#BA3A50;--e-global-color-53d61f5:#AD4E60;--e-global-color-dffd2c5:#97AE5D;--e-global-typography-primary-font-family:"Gayathri";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-8 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 */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);
}
/* Cores */

--e-global-color-primary
--e-global-color-secondary
--e-global-color-text
--e-global-color-accent

/* Tipografias*/

/* Primário */

--e-global-typography-primary-font-family
--e-global-typography-primary-font-size
--e-global-typography-primary-font-weight
--e-global-typography-primary-line-height

/* Secundário */

--e-global-typography-secondary-font-family
--e-global-typography-secondary-font-size
--e-global-typography-secondary-font-weight
--e-global-typography-secondary-line-height

/* Texto */

--e-global-typography-text-font-family
--e-global-typography-text-font-size
--e-global-typography-text-font-weight
--e-global-typography-text-line-height

/* Realce */

--e-global-typography-accent-font-family
--e-global-typography-accent-font-size
--e-global-typography-accent-font-weight
--e-global-typography-accent-line-height
/* --- 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-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);
	
	/* --- 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-lg);
	--grande--lh: var(--text-lg--line-height);
}

/* --- Tablet/Notebook/Desktop --- */

@media (width > 767px) {
	: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-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 */