.elementor-kit-5{--e-global-color-primary:#383DA2;--e-global-color-secondary:#0C0D20;--e-global-color-text:#61626F;--e-global-color-accent:#E9208D;--e-global-color-eduteal:#36BABA;--e-global-color-edusun:#F1CA47;--e-global-color-edusurf:#F3F4FF;--e-global-color-educard:#FFFFFF;--e-global-color-eduborder:#E3E4ED;--e-global-color-eduprisoft:#E8E9FF;--e-global-color-eduaccsoft:#FFE7EF;--e-global-color-eduprimdark:#104A97;--e-global-typography-primary-font-family:"Plus Jakarta Sans";--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:1.1em;--e-global-typography-primary-letter-spacing:-0.9px;--e-global-typography-secondary-font-family:"Plus Jakarta Sans";--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-line-height:1.25em;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.65em;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:600;--e-global-typography-accent-letter-spacing:0.6px;background-color:#FBFBFF;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{font-family:"Inter", Sans-serif;font-weight:600;border-radius:999px 999px 999px 999px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.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 */.eduforma-text-gradient,
.eduforma-text-gradient-hero {
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
}

.eduforma-text-gradient {
	background-image: linear-gradient(90deg, #383DA2 0%, #E9208D 30%, #F1CA47 100%);
}

.eduforma-text-gradient-hero {
	background-image: linear-gradient(90deg, #E9208D 0%, #F1CA47 100%);
}

/* Listas de links do footer — sem marcadores, como o <ul> do site */
.eduforma-footer-links {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.eduforma-footer-links li {
	margin: 0;
}

/* Linhas de documento da Transparência (arquivo à esquerda, download à direita) */
.eduforma-docs {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.eduforma-docs li {
	margin: 0;
}

.eduforma-docs a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 12px 16px;
	background: #F3F4FF;
	border: 1px solid transparent;
	border-radius: 12px;
	color: #0C0D20;
	font-weight: 500;
	text-decoration: none;
	transition: color 0.2s, border-color 0.2s;
}

.eduforma-docs a:hover {
	border-color: #E9208D;
	color: #E9208D;
}

.eduforma-docs-main {
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 0;
}

.eduforma-docs svg {
	flex-shrink: 0;
}

.eduforma-docs-dl {
	color: #61626F;
	transition: color 0.2s;
}

.eduforma-docs a:hover .eduforma-docs-dl {
	color: #E9208D;
}

/* Sanfona da Transparência: itens separados por linha, dentro de um card só */
.eduforma-accordion details.e-n-accordion-item:not(:last-child) {
	border-bottom: 1px solid #E3E4ED;
}

/* Avatar dos depoimentos: não deixa o flex achatar o círculo (shrink-0 do site).
   O .e-con aplica flex via var(--flex-shrink); o !important garante a vitória
   sobre o default do frontend.min.css independente da ordem de carregamento. */
.e-con.eduforma-avatar {
	--flex-shrink: 0 !important;
}/* End custom CSS */