@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;600;700&display=swap');

.af-web-estadisticas {
	max-width: 1200px;
	margin: 0 auto;
	padding: 100px 20px 80px;
}

.af-web-estadisticas .elementor-icon-box-title span {
	display: block;
	font-size: clamp(2.6rem, 5vw, 3.8rem);
	line-height: 1.2;
	font-weight: 700;
	text-align: center;
	color: #3a3a3a;
}

.af-web-estadisticas .elementor-icon-box-wrapper {
	text-align: center;
}

.af-web-estadisticas .elementor-icon-box-content {
	text-align: center;
}

.af-web-estadisticas .elementor-icon-box-description {
	display: block;
	font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
	font-size: 1rem;
	line-height: 1.7;
	color: #555;
	max-width: 820px;
	margin: 0 auto 40px !important;
	text-align: center !important;
}

.af-web-estadisticas .elementor-widget-container {
	margin: 0;
	padding: 0;
}

.af-web-estadisticas .elementor-element-44649e5.e-con > .e-con-inner {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	column-gap: 0;
}

.af-web-estadisticas .elementor-element-44649e5.e-con > .e-con-inner > .elementor-element {
	display: flex;
	justify-content: center;
}

.af-web-estadisticas .elementor-counter {
	display: flex;
	flex-direction: column-reverse; /* número arriba, texto debajo en el flujo visual */
	align-items: center;
	text-align: center;
	padding: 0;
	border: none;
	box-shadow: none;
	background: transparent;
}

.af-web-estadisticas .elementor-counter-number-wrapper {
	font-family: 'Josefin Sans', 'Helvetica Neue', Arial, sans-serif;
	font-size: clamp(3.2rem, 6vw, 100px);
	font-weight: 600;
	line-height: 1.05;
	color: #09AEB8;
	margin-bottom: 6px;
}

.af-web-estadisticas .elementor-counter-title {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0;
	color: #4d4f56;
	margin-top: 0;
}

@media (max-width: 960px) {
	.af-web-estadisticas .elementor-element-44649e5.e-con > .e-con-inner {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: 32px;
		row-gap: 32px;
		justify-items: center;
	}
}

@media (max-width: 640px) {
	.af-web-estadisticas {
		padding: 60px 16px 30px;
	}
	.af-web-estadisticas .elementor-element-44649e5.e-con > .e-con-inner {
		grid-template-columns: 1fr;
		row-gap: 24px;
	}
}

