#xpace,
#gestion-evento #features {
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 60px;
}

#xpace .title__text,
#gestion-evento #features .title__text {
	max-width: 1200px;
	text-align: center;
	margin: 0 0 10px;
}

#xpace .background__img {
	margin: 0 auto 30px;
}

#xpace li {
	color: var(--color-secondary);
	display: flex;
	justify-content: center;
	align-items: center;
}

#xpace .arrow-icon {
	transform: rotate(45deg);
}

.xpace__buttons-container {
	display: flex;
	gap: 15px;
	margin: 20px;
	flex-wrap: wrap;
}

/* FUNCIONALIDADES */

#gestion-evento #features .title__text {
	font-size: 35px;
}

#gestion-evento #features .section__title:after {
	left: 210px;
}

#gestion-evento .features__container {
	max-width: 1200px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 50px;
	margin: 50px auto;
}

#gestion-evento .features__option {
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	border-radius: 15px;
	justify-content: space-between;
	height: 650px;
}
#gestion-evento .features__option h5 {
	align-self: flex-start;
	font-size: 28px;
	font-weight: 600;
}
#gestion-evento .features__option {
	background-color: var(--color-light);
	padding: 30px 50px 50px;
}
#gestion-evento .features__option p {
	line-height: 1.5;
	padding: 20px 0;
	align-self: flex-start;
}
#gestion-evento .features__option-img {
	position: relative;
	height: 60%;
	width: 100%;
}

#gestion-evento .features__option-img:nth-child(1) img {
	position: absolute;
	width: 130%;
	left: -93px;
}

#gestion-evento .features__option-img img {
	position: absolute;
	width: 100%;
	left: 18px;
}

#gestion-evento .features__option a {
	color: var(--color-accent);
	display: flex;
	gap: 10px;
	transition: font-weight 0.4s linear, color 0.4s linear;
}

#gestion-evento .features__option a .rounded-button {
	transition: border-color 0.4s linear;
}

#gestion-evento .features__option a:hover,
#gestion-evento a:hover .rounded-button {
	color: var(--color-primary);
	font-weight: 600;
	border-color: var(--color-primary);
}

#gestion-evento .features__option a:hover .rounded-button img {
	transition: filter 0.4s linear;
}
#gestion-evento .features__option a:hover .rounded-button img {
	filter: brightness(0);
}

#gestion-evento .rounded-button {
	border: 1px solid var(--color-accent);
	width: 20px;
	height: 20px;
}
.rounded-button::before {
	content: "";
}

#gestion-evento .features__option:nth-child(3) {
	grid-column: span 2;
	flex-direction: row;
	max-height: 450px;
	gap: 20px;
}
#gestion-evento .features__option:nth-child(3) .features__option-text {
	align-self: flex-end;
	max-width: 530px;
}
#gestion-evento .features__option:nth-child(3) .features__option-img {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	height: 100%;
}

#gestion-evento .slider {
	margin: 30px 0 0;
}

/* CRM Y ERP */

#crm,
#erp {
	position: relative;
}
.crm,
.erp {
	max-width: 1200px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	padding-top: 120px;
}

#erp .section__title {
	grid-column: 2;
	justify-self: end;
	width: 500px;
}

#crm .title__text {
	margin: 0;
	grid-column: 1;
	font-size: 35px;
}
#erp .title__text {
	margin: 0;
	grid-column: 2;
	max-width: 500px;
	justify-self: end;
	font-size: 35px;
}

.crm__menu {
	grid-column: 2;
	justify-self: flex-end;
}
.erp__menu {
	grid-column: 1;
	justify-self: flex-start;
	max-width: 500px;
}

.crm__menu,
.erp__menu {
	grid-row: 2 / span 4;
	margin-top: 100px;
	max-width: 500px;
}

.crm__list {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	max-width: 490px;
	margin: 20px 0;
}

.erp__list {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	max-width: 500px;
	margin: 20px 0;
	justify-self: flex-end;
}

.crm__list li.secondary-button,
.erp__list li.secondary-button {
	height: fit-content;
	padding: 10px 25px;
}

.crm__option,
.erp__option {
	padding: 20px 0;
	border-bottom: 1px solid var(--color-primary);
}

.crm__option h5,
.erp__option h5 {
	font-size: 26px;
	font-weight: 600;
	color: var(--color-primary);
	padding: 0 0 20px;
}

.crm__option p,
.erp__option p {
	color: var(--color-secondary);
	font-size: 14px;
}

#crm a.primary-button {
	grid-column: 2;
	margin: 30px 0;
}

.crm__menu li:last-child,
.erp__menu li:last-child {
	text-align: end;
	margin: 40px 0 60px;
}
#erp a.primary-button {
	grid-column: 1;
	margin: 30px 0;
	align-self: flex-end;
}

#crm::before {
	content: "";
	background-color: var(--color-light);
	position: absolute;
	width: 50%;
	height: 100%;
	left: 0;
	z-index: -1;
}
#erp::before {
	content: "";
	background-color: var(--color-light);
	position: absolute;
	width: 50%;
	height: 100%;
	right: 0;
	z-index: -1;
}

/* CAD */

.cad {
	max-width: 1200px;
	margin: 100px auto 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.cad .title__text {
	max-width: 100%;
	text-align: center;
	margin-top: 0;
}

.cad__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px;
	margin: 20px 115px;
}

.cad__img {
	width: 100%;
	position: relative;
	height: 660px;
}

.cad__img img {
	position: absolute;
	right: 0;
	width: 100%;
	top: -50px;
}

.cad__menu {
	max-width: 990px;
	margin: 0 auto;
}

.cad__option {
	padding: 20px 0;
	border-bottom: 1px solid var(--color-primary);
	text-align: center;
}

.cad__option h5 {
	font-size: 26px;
	font-weight: 600;
	color: var(--color-primary);
	padding: 0 0 20px;
}

.cad__option p {
	color: var(--color-secondary);
	font-size: 14px;
}

.cad__menu li:last-child {
	margin: 50px;
	text-align: center;
}

.crm__list .secondary-button:hover,
.erp__list .secondary-button:hover,
.cad__list .secondary-button:hover {
	border-color: var(--color-accent);
	color: var(--color-accent);
}

@media (width < 1200px) {
	.crm,
	.erp,
	#gestion-evento .features__option:nth-child(3) {
		display: flex;
		flex-direction: column;
	}

	#erp .section__title {
		width: 100%;
	}

	#crm,
	.erp,
	.cad,
	.cad__menu {
		margin: 30px;
	}

	#xpace .title__text {
		margin: 0 30px;
	}

	#gestion-evento #features {
		margin: 30px;
	}

	#gestion-evento .features__option-img img {
		left: -56px;
		width: 462px;
		top: 37px;
	}

	#gestion-evento .features__option-img:nth-child(1) img {
		left: -22px;
	}

	#crm::before {
		display: none;
	}

	#erp::before {
		width: 100%;
	}

	.crm,
	.erp {
		padding-top: 20px;
	}
	.crm__menu,
	.erp__menu {
		margin-top: 20px;
	}

	.crm__menu li:last-child,
	.erp__menu li:last-child {
		text-align: left;
	}
	.cad__list {
		margin: 0px 60px;
	}
	.cad__img {
		height: 450px;
	}

	#gestion-evento .control__slider .customers__container {
		margin-top: 30px;
	}
}

@media (width < 998px) {
	#gestion-evento .features__option {
		max-height: 550px;
	}
	#gestion-evento .features__option-img img {
		left: 24px;
		width: 100%;
		top: 10px;
	}
}
@media (width < 769px) {
	#xpace,
	#xpace .title__text,
	#gestion-evento #features,
	#gestion-evento #features .title__text,
	.cad,
	.cad .title__text,
	.cad__option {
		text-align: left;
		align-items: flex-start;
	}

	#xpace {
		margin: 30px;
	}

	#xpace .title__text {
		margin: 10px 0;
	}
	#xpace .title-buttons__container {
		margin: 30px 0;
	}
	#xpace li {
		align-items: flex-start;
		justify-content: flex-start;
	}

	#gestion-evento .features__container {
		display: flex;
		flex-direction: column;
	}

	#gestion-evento .features__option {
		height: 100%;
	}

	#gestion-evento .features__option-img img {
		display: none;
	}

	#gestion-evento .features__option:nth-child(3) .features__option-text {
		align-self: flex-start;
	}
	#gestion-evento .features__option:nth-child(3) .features__option-img {
		display: none;
	}

	.crm__menu,
	.erp__menu {
		max-width: 100%;
	}

	.cad .title__text {
		margin: 0;
	}

	.cad__img {
		display: none;
	}
	.cad__list {
		margin: 30px 0 0;
		justify-content: flex-start;
		gap: 10px;
	}
}

@media (width < 426px) {
	#xpace {
		align-items: flex-start;
	}

	#xpace .title__text {
		text-align: left;
	}

	.cad__menu li:last-child {
		margin: 50px 0;
	}
}
