/*	# SECTION CONTACT
===================================*/
.home-contacto__wrapper {
	background-color: var(--mwm--color--yellow);
	margin: 0 -1.375rem;
	padding: 1.875rem 1.875rem 5.25rem;
	border-radius: 0 0 30px 30px;
	margin-bottom: 2.5rem;
	position: relative;
}
.home-contacto__figuras {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	opacity: 0.5;
	z-index: 1;
}
.home-contacto__info {
	z-index: 2;
	position: relative;
}
.home-contacto__title {
	font-weight: var(--mwm--font-weight--semi-bold);
	text-align: center;
	margin-bottom: 1.875rem;
}
.home-contacto__datos {
	max-width: 28.125rem;
	margin: 0 auto 2rem;
}
.home-contacto__datos-col {
	text-align: center;
	border-bottom: 5px solid var(--mwm--color--yellow-500);
	padding: 0.4375rem 0;
}
.home-contacto__datos-name {
	text-transform: uppercase;
	font-size: 0.875rem;
	font-weight: var(--mwm--font-weight--semi-bold);
	font-family: var(--mwm--font-family-alt);
	margin-bottom: 0.5rem;
	text-align: center;
}
.home-contacto__datos-desc {
	margin: 0;
	font-weight: var(--mwm--font-weight--medium);
	font-size: 1rem;
}
.home-contacto__datos-socials {
	padding: 1.25rem 0;
	list-style-type: none;
	margin: 0;
	display: flex;
	align-items: end;
	justify-content: center;
	gap: 1.25rem;
	flex-wrap: wrap;
}
.home-contacto__cta {
	text-align: center;
	z-index: 2;
}
.home-contacto__cta-title {
	max-width: 20.625rem;
	margin: 0 auto 1.25rem;
}
.home-contacto__cta-btn a {
	background-color: var(--mwm--color--black);
	color: var(--mwm--color--white);
}
.home-contacto__cta-btn a:hover {
	background-color: var(--mwm--color--black);
	color: var(--mwm--color--white);
}
.home-contacto__logos {
	display: grid;
	gap: 38px 50px;
	grid-template-columns: repeat(auto-fit, minmax(6.25rem, 1fr));
	margin-top: 3.125rem;
}
@media (max-width: 567px) {
	.home-contacto__datos-socials li:nth-child(odd) {
		margin-bottom: 1.375rem;
	}
}
@media (min-width: 568px) {
	.home-contacto__datos-col {
		display: flex;
		justify-content: space-between;
	}
	.home-contacto__datos-name,
	.home-contacto__datos-desc {
		width: 48%;
		margin: 0;
		text-align: start;
	}
	.home-contacto__datos-socials {
		align-items: center;
		justify-content: space-between;
	}
	.home-contacto__datos-socials li:nth-child(odd) {
		margin-bottom: 0;
	}
}
@media (min-width: 768px) {
	.home-contacto__figuras {
		width: 20%;
		opacity: 1;
	}
	.home-contacto__wrapper {
		background-color: transparent;
		display: flex;
		align-items: end;
		justify-content: space-between;
	}
	.home-contacto__title {
		text-align: start;
		margin-bottom: 3.3125rem;
	}
	.home-contacto__datos {
		margin: 0;
	}
	.home-contacto__info,
	.home-contacto__cta {
		width: 48%;
		text-align: start;
	}
	.home-contacto__cta {
		padding-bottom: 2.5rem;
	}
	.home-contacto__cta-title {
		max-width: 31.25rem;
		margin: 0 0 1rem;
	}
}
