/*	# SECTION CIFRAS
===================================*/
.section-cifras {
	position: relative;
}
.section-cifras .section-cifras__bg {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.2;
	z-index: -1;
	height: 100%;
	width: 100%;
}
.section-cifras .section-cifras__bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.section-cifras__header {
	text-align: center;
	margin-bottom: 1.75rem;
}
.section-cifras .cifras-table {
	max-width: 230px;
	margin: 0 auto;
	margin-bottom: 2.5rem;
}
.section-cifras .section-cifras__title {
	margin-bottom: 0;
}
.section-cifras .section-cifras__desc {
	font-weight: 400;
}
.section-cifras .cifras-table__wrapper {
	background-color: var(--mwm--color--yellow-300);
	border-radius: 85px;
	box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.05);
}
.section-cifras .cifras-table__col {
	text-align: center;
	padding: 2rem 2.25rem;
}
.section-cifras .cifras-table__col:nth-child(even) {
	border-top: 5px solid var(--mwm--color--white);
	border-bottom: 5px solid var(--mwm--color--white);
}

.section-cifras .cifras-table__number {
	margin: 0;
	font-size: 40px;
	font-weight: 600;
	line-height: 0.8;
}
.section-cifras .cifras-table__desc {
	font-weight: 500;
	margin: 0;
	font-size: 1.125rem;
	font-family: var(--mwm--font-family-alt);
}
.section-cifras .cifras-table .btn {
	text-align: center;
	margin-top: -2.1875rem;
}
.section-cifras .cifras-table .btn a {
	background-color: #e8bd6e;
	color: var(--mwm--color--white);
}
.section-cifras .cifras-table .btn a:hover {
	background-color: #c49c53;
	color: var(--mwm--color--white);
}
.section-cifras .cifras-datos {
	max-width: 67.5rem;
	margin: 0 auto;
}

.section-cifras .cifras-datos__subtitle {
	font-size: 1.5625rem;
	margin-bottom: 1.5625rem;
	font-family: var(--mwm--font-family-alt);
	font-weight: 500;
	text-align: center;
}
.section-cifras .cifras-datos__subtitle strong {
	font-weight: 700;
}
.section-cifras .cifras-datos__two-cols {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem;
	margin-bottom: 3.75rem;
}
.section-cifras .dato-text {
	display: flex;
	gap: 0.625rem 1.25rem;
	align-items: center;
	text-align: center;
	font-family: var(--mwm--font-family-alt);
	flex-direction: column;
}
.section-cifras .dato-text__number p {
	font-size: 2.5rem;
	font-weight: 600;
	margin: 0;
	line-height: 1;
}
.section-cifras .dato-text__number span {
	font-size: 1.125rem;
	font-weight: 500;
}
.section-cifras .dato-text__desc {
	margin: 0;
}
.section-cifras .cifras-datos__three-cols {
	display: flex;
	gap: 1.5rem;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.section-cifras .dato-featured {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
	max-width: 187px;
	text-align: center;
	font-weight: 500;
}
.section-cifras .dato-featured__desc {
	font-family: var(--mwm--font-family-alt);
}
@media (max-width: 1023px) {
	.section-cifras .cifras-table__col:last-child {
		padding-bottom: 3.4375rem;
	}
}
@media (min-width: 568px) {
	.section-cifras .cifras-datos__two-cols {
		grid-template-columns: repeat(2, 1fr);
		gap: 2rem;
	}
}
@media (min-width: 768px) {
	.section-cifras .cifras-datos__subtitle {
		font-size: 1.875rem;
	}
	.section-cifras .dato-text {
		flex-direction: row;
	}
	.section-cifras .dato-text__number {
		white-space: nowrap;
	}
	.section-cifras .dato-text__desc {
		font-size: 1.25rem;
	}
	.section-cifras .cifras-datos__three-cols {
		gap: 5rem;
		margin-top: 3.125rem;
	}
	.section-cifras .dato-featured__desc {
		font-size: 1.25rem;
	}
}
@media (min-width: 1024px) {
	.section-cifras .cifras-table {
		position: relative;
		max-width: 67.5rem;
		margin: 0 auto 90px;
	}
	.section-cifras .cifras-table__wrapper {
		display: flex;
	}
	.section-cifras .cifras-table__col {
		display: flex;
		flex-direction: column;
		padding: 1rem 1.5625rem;
		flex: 1;
	}
	.section-cifras .cifras-table__col:nth-child(even) {
		border-top: unset;
		border-bottom: unset;
		border-right: 5px solid var(--mwm--color--white);
		border-left: 5px solid var(--mwm--color--white);
	}
	.section-cifras .cifras-table__number {
		flex-shrink: 0;
		font-size: 3.125rem;
	}
	.section-cifras .cifras-table .btn {
		margin: 0;
		text-align: start;
		position: absolute;
		bottom: -20px;
		right: 30%;
	}
	.section-cifras .cifras-datos__two-cols {
		gap: 6.25rem;
	}
	.section-cifras .dato-text__number p {
		font-size: 4.375rem;
	}
	.section-cifras .dato-text__desc {
		text-align: start;
	}
	.section-cifras .cifras-datos__three-cols {
		gap: 6.25rem;
	}
}
@media (min-width: 1280px) {
	.section-cifras .cifras-table__col {
		padding: 1.75rem 3rem;
	}

	.section-cifras .cifras-table__number {
		font-size: 70px;
	}
}
