/* Academy - Counters (KPIs) */

/* Desktop: 1o bloco encostado a esquerda, ultimo a direita; numero centrado sobre a label.
   Em mobile/tablet (grelha empilhada) mantem-se centrado (default do Elementor). */
@media (min-width: 1025px) {
	.elementor-element-kpis-content [class*="kpi-item"]:first-child > .e-con-inner {
		width: fit-content !important;
		margin-left: 0 !important;
		margin-right: auto !important;
		justify-self: start !important;
		align-items: center !important;
	}
	.elementor-element-kpis-content [class*="kpi-item"]:last-child > .e-con-inner {
		width: fit-content !important;
		margin-right: 0 !important;
		margin-left: auto !important;
		justify-self: end !important;
		align-items: center !important;
	}
}

/* Mais espaco entre os dois KPIs do meio (desktop) */
@media (min-width: 1025px) {
	.elementor-element-kpis-content [class*="kpi-item"]:nth-child(2) {
		margin-right: 32px;
	}
	.elementor-element-kpis-content [class*="kpi-item"]:nth-child(3) {
		margin-left: 32px;
	}
}

/* Header/menu do site sticky em mobile (acompanha o scroll) */
@media (max-width: 1024px) {
	/* header sticky em mobile */
	header {
		position: -webkit-sticky !important;
		position: sticky !important;
		top: 0 !important;
		z-index: 1000;
	}
}
